@import 'bootstrap.min.css';
@import 'font-awesome.min.css';
@import 'ionicons.min.css';
@import 'animate.css';
@import 'magnific-popup.css';
@import 'owl.carousel.css';
@import 'owl.transitions.css';
html {
    font-size: 87%;
    -webkit-font-smoothing: antialiased
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
  }

body {
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.62;
    color: #767676
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #c50000
}

::selection {
    background-color: #c50000;
    color: #fff
}

-webkit-::selection {
    background-color: #c50000;
    color: #fff
}

::-moz-selection {
    background-color: #c50000;
    color: #fff
}

.loader {
    position: fixed;
    overflow: hidden;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #fff;
    text-align: center
}

.loader-brand {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

h1,
.h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 4.1em;
    line-height: 1.1;
    margin: 0 0 .3em
}

h2,
.h2 {
    font-family: 'Roboto', sans-serif;
    position: relative;
    font-size: 2.1em;
    line-height: 1.4;
    font-weight: 700;
    color: #343434;
    margin-bottom: .5em
}

h3,
.h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.15em;
    line-height: 1.25;
    font-weight: 700;
    color: #343434;
    margin-top: 1.6em;
    margin-bottom: .8em
}

h4,
.h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    color: #343434;
    margin: 0
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul {
    list-style: none;
    padding-left: 0
}

.inline-list li {
    margin-right: 20px
}

ol li,
ul li {
    margin-top: 10px
    
}

p {
    margin: 10px 0 0
}

a {
    color: #c50000;
    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out
    
}

a:hover,
a:focus {
    color: #c50000;
    outline: none
}

a:focus {
    text-decoration: none
}

.form-control,
textarea.form-control {
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
    color: #9f9f9f;
    padding: 14px 2em;
    height: 3.2em;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}

.form-control:focus {
    border-color: #c50000;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

textarea.form-control {
    padding-top: 1em;
    border-radius: 0.5em;
    height: 7em;
    resize: none
}

.form-control::-moz-placeholder {
    color: #9f9f9f;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #9f9f9f
}

.form-control::-webkit-input-placeholder {
    color: #9f9f9f
}

.form-control.error {
    border-color: #c50000
}

.input-group-btn {
    font-size: inherit
}

.wobble-error {
    -webkit-animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
    animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal
}

label.error,
#mc-notification {
    font-family: montserrat, sans-serif;
    display: block;
    text-align: left;
    font-size: .9em;
    font-weight: 400;
    margin: 10px 20px 0
}

label.error .fa {
    margin-right: 4px;
    color: #c50000
}

.b-primary {
    border-color: #c50000
}

.btn {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: .8em;
    letter-spacing: .1em;
    line-height: 1;
    position: relative;
    display: inline-block;
    background: #c50000;
    border: 2px solid #c50000;
    padding: 1.4em 3em;
    border-radius: 3em;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out
}

.btn .fa {
    font-size: 1.3em;
    margin-right: 5px;
    color: #fff
}

.btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn:hover,
.btn:focus {
    border-color: #c50000;
    background-color: transparent;
    color: #c50000
}

.btn:hover .fa {
    color: #c50000
}

.btn-b-primary {
    border-color: #c50000;
    background-color: transparent;
    color: #c50000
}

.btn-b-primary:hover,
.btn-b-primary:focus {
    background: #c50000;
    border-color: #c50000;
    color: #fff
}

.btn-b-gray {
    border-color: rgba(35, 35, 35, .1);
    border-width: 2px;
    background-color: transparent;
    color: #343434
}

.btn-b-white {
    border-color: #fff;
    background-color: transparent
}

.icon {
    font-size: 3.8em;
    line-height: 1
}

.text-white {
    color: #fff
}

.text-opacity {
    opacity: .7
}

.text-dark {
    color: #343434
}

.text-primary {
    color: #c50000
}

.bgc-white {
    background-color: #fff
}

.bgc-light {
    background-color: #f7f7f7
}

.bgc-primary {
    background-color: #c50000
}

.layout {
    overflow: hidden
}

.row-columns {
    margin-top: -4em
}

.column {
    margin-top: 4em
}

.section {
    padding: 4em 0
}

.section-sm {
    padding: 4em 0
}

.section-body {
    margin-top: 2.5em
}

.section-title {
    margin-top: 0
}

.lead-text {
    font-size: 1.4em;
    line-height: 1.68em;
    margin-top: 0
}

.masked {
    position: relative
}

.masked:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4)
}

.rel-1 {
    position: relative;
    z-index: 1
}

.mobile * {
    background-attachment: scroll !important
}

.pt-0 {
    padding-top: 0
}

.pb-0 {
    padding-bottom: 0
}

.top-space-sm {
    margin-top: 2.5em
}

.navbar {
    position: absolute !important;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    min-height: 50px;
    margin-bottom: 0px;
    border: none;
    
}

.navbar-header {
    margin-left: 0 !important
}

.navbar-toggle .icon-bar {
    background-color: #c50000;
    height: 2px;
    width: 30px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px
}

.navbar-toggle.collapsed .icon-bar {
    background-color: #fff
}

@media(max-height:320px) {
    .navbar .navbar-collapse {
        max-height: 240px
    }
}

.brand {
    margin-top: 0em;
    display: inline-block;
    text-align: center
}

.brand:hover,
.brand:focus {
    text-decoration: none
}

.brand-img-white {
    display: inline-block
}

.brand-img {
    display: none
}

.navbar-nav {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: .9em;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding-top: 1em;
    margin: 0;
    background-color: #383838;
}
@media only screen and (min-width: 767px){
    .navbar-nav{
        background-color: transparent;
    }
}

.navbar-nav li {
    position: relative;
    margin-top: 0;
    -webkit-perspective: 2000px;
    perspective: 2000px;
    border-bottom: 1px solid rgba(255, 255, 255, .05)
}

.navbar-nav li a {
    color: #fff;
    text-decoration: none;
    padding: 12px 20px;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

.navbar-nav li a:hover,
.navbar-nav li a:focus,
.navbar-nav .active>a {
    background-color: transparent
}

.navbar-nav>li>a:hover,
.navbar-nav>.active>a {
    background-color: #c50000
}

.navbar-nav li ul {
    font-size: 14px
}

.navbar-nav li li {
    border-bottom: 1px solid rgba(255, 255, 255, .05)
}

.navbar-nav li li:last-child {
    border-bottom: 0
}

.navbar-nav li li a {
    display: block;
    padding: 15px 20px;
    color: #adadad
}

.navbar-nav li li a .fa {
    margin-right: 10px
}

.navbar-nav li:hover {
    z-index: 1
}

.navbar-nav li:hover>ul {
    opacity: 1;
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0)
}

.navbar.affix {
    position: fixed;
    top: 0;
    background-color: #383838;
    padding: .7em 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2)
}

.navbar.affix .brand {
    margin-top: 0
}

.navbar.affix .brand-img-white {
    display: none
}

.navbar.affix .brand-img {
    display: inline-block
}

.navbar.affix .navbar-nav {
    padding-top: .6em
}

.navbar.affix .navbar-nav li a {
    color: #ffffff
}

.navbar.affix .navbar-nav>li>a:hover,
.navbar.affix .navbar-nav>.active>a {
    color: #fff
}

.navbar.affix .navbar-toggle {
    margin-top: 0
}

.navbar.affix .navbar-toggle.collapsed .icon-bar {
    background-color: #c50000
}

.masthead {
    background: url(../img/slide-bg-1.svg) 50% 0 no-repeat;
    background-size: cover
}

.masthead .btn:hover,
.masthead .btn:focus {
    color: #fff;
    background-color: #f65858;
    border-color: #f65858
}

.masthead .lead-text {
    opacity: .9
}

.opener {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    padding: 13em 0 7em;
    width: 100000px;
    height: 100vh
}

.control {
    margin-top: 2.2em
}

.play-home {
    opacity: .9;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.play-home:hover,
.play-home:focus {
    opacity: .5;
    text-decoration: none;
    color: #fff
}

.play-home img {
    display: inline-block;
    width: 5.6em
}

.play-home span {
    font-family: montserrat, sans-serif;
    text-transform: uppercase;
    font-size: .72em;
    letter-spacing: .1em;
    margin-left: 1em
}

.mfp-figure {
    box-shadow: none
}

.mfp-iframe-scaler {
    overflow: visible
}

.mfp-wrap .mfp-content {
    -webkit-perspective: 1300px;
    perspective: 1300px
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
    opacity: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(60deg);
    -o-transform: rotateX(60deg);
    transform: rotateX(60deg)
}

.mfp-bg {
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: rotateX(-60deg);
    -ms-transform: rotateX(-60deg);
    -o-transform: rotateX(-60deg);
    transform: rotateX(-60deg)
}

.mfp-bg {
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.mfp-wrap.mfp-ready .mfp-figure,
.mfp-wrap.mfp-ready .mfp-iframe-scaler {
    opacity: 1;
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0)
}

.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-wrap.mfp-removing .mfp-figure,
.mfp-wrap.mfp-removing .mfp-iframe-scaler {
    opacity: 0;
    -webkit-transform: rotateX(-60deg);
    -ms-transform: rotateX(-60deg);
    -o-transform: rotateX(-60deg);
    transform: rotateX(-60deg)
}

.mfp-removing.mfp-bg {
    opacity: 0
}

.feature-img {
    margin: 0 auto;
    max-width: 100%
}

.col-feature-content {
    margin-top: 4em
}

.feature-number {
    font-family: montserrat, sans-serif;
    font-weight: 400;
    font-size: 3em;
    line-height: 1;
    width: 1.3em
}

.prices {
    text-align: center;
    background: url(../img/bg/prices.jpg) 50% no-repeat;
    background-size: cover
}

.prices.masked:after {
    background-color: rgba(0, 0, 0, .4)
}

.col-price {
    text-align: left;
    width: 100%;
    max-width: 500px;
    display: inline-block;
    position: relative;
    padding: 15px
}

.price-box {
    position: relative;
    background-color: #fff
}

.price-inner {
    padding-bottom: 40px
}

.price-title {
    padding: 2em 3em 1.7em;
    margin-bottom: 0;
    font-size: .7em;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #f7f7f7
}

.price {
    font-family: montserrat, sans-serif;
    padding: 2em 3em;
    line-height: 1;
    color: #343434;
    border-bottom: 1px solid #ddd
}

.price-currency {
    display: inline-block;
    vertical-align: top;
    font-size: 2em
}

.price-amount {
    font-size: 4em
}

.price-delimiter {
    font-size: 3em
}

.price-period {
    font-size: 1em
}

.price-features {
    padding: 1em 3em
}

.price-features ul {
    margin-top: 0
}

.price-features ul li {
    padding: 8px 0
}

.col-price.leading {
    z-index: 1
}

.col-price.leading .price-title {
    color: #fff;
    background-color: #c50000
}

.price-footer {
    padding: 0 3em
}

.review {
    padding: 0 1.5em
}

.partners {
    text-align: center;
    padding: 4em 0
}

.partners .owl-controls {
    position: absolute;
    left: 0;
    margin-top: 0
}

.partner {
    opacity: .5;
    padding: 2em 3em
}

.partner img {
    margin: 0 auto
}

.owl-controls {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 2em
}

.owl-controls .owl-pagination {
    text-align: center
}

.owl-controls .owl-page {
    display: inline-block;
    margin: 0 .6em
}

.owl-controls .owl-page span {
    display: inline-block;
    width: 1.7em;
    height: .3em;
    border-radius: 2px;
    background-color: #e0e0e0;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear
}

.owl-controls .owl-page.active span,
.owl-controls .owl-page:hover span {
    background-color: #c50000
}

.map {
    width: 100%;
    height: 30em;
    border: 0;
    text-align: center
}

.map-info {
    text-align: left;
    font-size: 1.2em
}

.map-address {
    display: block;
    margin-top: 2em;
    width: 20em
}

.map-address-row {
    margin-bottom: .7em;
    overflow: hidden
}

.map-address-row .fa {
    font-size: 1.2em;
    padding: 2px 1px 1px;
    float: left;
    vertical-align: middle;
    margin: .1em .5em 0 0
}

.map-address-row .text {
    display: block;
    overflow: hidden
}

.gmap-open {
    margin-top: 15px
}

.footer {
    padding: 2em 0
}

.footer .copy {
    margin-top: 1em
}

.social a {
    font-size: 1.1em;
    display: inline-block;
    padding: 1px;
    margin: 0 15px;
    color: #c2c2c2
}

.social a:hover {
    color: #c50000;
    text-decoration: none
}

body:not(.modal-open) {
    padding-right: 0 !important
}

.modal {
    text-align: center
}

.modal label.error {
    color: #c50000
}

.modal.fade .modal-dialog {
    -webkit-perspective: 1300px;
    perspective: 1300px
}

.modal-content {
    border-radius: 1em;
    border: 0;
    opacity: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out
}

.modal.fade.in .modal-content {
    opacity: 1
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 90%;
    margin: 25px auto
}

.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none
}

.modal-header {
    padding: 3em 1.2em;
    border: 0;
    min-height: 0;
    text-align: center
}

.close {
    display: inline-block;
    font-weight: 100;
    line-height: 1;
    color: #9f9f9f;
    text-align: center;
    text-shadow: none;
    cursor: pointer;
    border-radius: 50%;
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.close:hover,
.close:focus {
    color: #c50000;
    opacity: 1;
    filter: alpha(opacity=1)
}

.modal-header .close {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 20px;
    font-size: 2em
}

.modal-title {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .2em;
    font-size: 1.8em;
    color: #c50000
}

.modal-subtitle {
    font-size: 16px;
    font-weight: 300
}

.modal-body {
    padding: 0 4.2em 3em
}

.modal-body .form-group {
    margin-bottom: 30px
}

.modal-message .modal-content {
    padding-top: 55px;
    padding-bottom: 55px
}

@media(min-width:768px) {
    .navbar-nav li a { 
        padding: 12px 15px; 
    }
    html {
        font-size: 94%
    }
    .col-price {
        width: 45%
    }
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%
    }
    .modal-dialog {
        width: 29em
    }
}


@media(min-width:992px) {
    html {
        font-size: 100%
    }
    .text-right-md {
        text-align: right
    }
    .text-left-md {
        text-align: left
    }
    .navbar-nav>li {
        border-bottom: 0;
        margin-left: 3em
    }
    .navbar-nav li a {
        position: relative;
        padding: 0;
        color: #fff
    }
    .navbar-nav li a:hover,
    .navbar-nav li a:focus,
    .navbar-nav .active>a,
    .navbar-nav .active>a:hover {
        background-color: transparent
    }
    .navbar.affix .navbar-nav li a:hover,
    .navbar.affix .navbar-nav .active a {
        color: #c50000
    }
    .col-price {
        width: 33%
    }
    .footer .copy {
        margin-top: 0
    }
}


.icn 
{
    font-size: 45px;
    color: #cd0202;
}

.rel-1 {
    position: relative;
    z-index: 1;
}
.inner-page {
    color: #fff;
    padding: 14em 0 10em;
}

.rel-1 {
    position: relative;
    z-index: 1;
}
/* ============================= */ 
		@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro');
		/* Animation *//*
#m1 {
  animation: typing 2.5s steps(20, end), blinking-cursor .3s step-end infinite;
}

@keyframes typing {
        from {
          width: 0
        }
        to {
          width: 100%
        }
      }
      /* The typewriter cursor effect *//*
      @keyframes blinking-cursor {
        from,
        to {
          border-color: transparent
        }
        50% {
          border-color: pink;
        }
      }*/
	  .site-footer
{
  background-color:#26272b;
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#737373;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#c50000;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#c50000;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}
.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fffdf2;
    width: 210px;
    /* box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%); */
    z-index: 1; 
    margin-top: 2px;
}

.dropdown-content a {
	color: #141414 !important;
    padding: 12px 16px !important;
	text-decoration: none;
    display: block;
    margin-bottom: 1px;
    border-bottom: 1px solid #ccc;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}

.price-area {
    background: url(../img/slide-bg-2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
}
/*article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}*/
.price-area .price-boxs {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    text-align: center;
    margin-bottom: 40px;
    border-radius: 30px 0 30px 0;
}
.price-area .price-boxs {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    text-align: center;
}
.price-area .price-boxs button {
    margin-top: 40px;
}
.about-us {
    /* background-color: red; */
    background-image: url(../img/about-bg.png);
    background-size: contain;
    background-repeat: repeat-x;
    background-position: bottom;
}

.about-us-pg {
    background-image: url(../img/about-bg.png);
    background-size: 10%;
    background-repeat: repeat-x;
    background-position: bottom;
}

/*---------- entrance animations ---*/
.toAnim {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease 0s, transform 2s ;
    font-size: 45px;
    color: #cd0202;
  }
  
  .toAnim.anim {
    opacity: 1;
    
    transform: translateY(0px);
  }
  .icn{
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease 0s, transform 2s ;
  }
    .icn.anim {
    opacity: 1;
    transform: translateY(30px);
  }
/*----small fixes -----------*/
.padding-left{
    padding-left:0px;
}