@charset "UTF-8";

* {
  -webkit-font-smoothing: antialiased;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.services-section .icon,
.services-section-s2 .icon {
  line-height: 110px;
}

.navbar-brand.logo {
  font-size: 22px;
  color: #fff;
  font-weight: 900;
  padding: 30px 10px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: -0.8px;
}

.navbar-brand.logo:hover {
  color: #fff;
}

.navbar-brand.logo span {
  font-weight: 600;
}

.header-style-1 #navbar,
.header-style-2 #navbar,
.header-style-3 #navbar {
  margin-right: -25px;
}

.header-style-1 #navbar>ul>li.nav-active>a:before,
.header-style-2 #navbar>ul>li.nav-active>a:before,
.header-style-3 #navbar>ul>li.nav-active>a:before {
  width: 100% !important;
}

.site-header #navbar li {
  margin-left: 5px;
}
.site-footer  .upper-footer{
  padding-top: 120px!important;
  padding-bottom: 60px!important;
}
.footer-menu{
  display: block;
  text-align: center;
}
.footer-menu ul{
  margin: 0px;
  padding: 0px;
  display: inline-block
}
.footer-menu li {
  display: inline-block;
  margin: 10px 10px;
}
.footer-menu li a{
  padding: 10px 10px;

}
.site-footer .lower-footer .copyright{
  display: block;
  text-align: center;
  float: none;
}

.site-footer .upper-footer .col{
  min-height: auto!important;
  margin-bottom: inherit;
}

.site-footer .upper-contact-area .contact-grids .grid{
  width: 50%;
}


@media only screen and (max-width:1199px) {}

@media only screen and (max-width:991px) {
  .nav-active {
    background-color: #6f25bf;
    color: #fff;
  }

  .nav-active a {
    color: #fff !important;
  }

  .site-footer  .upper-footer{
    padding-top: 60px!important;
    padding-bottom: 60px!important;
  }

}

@media only screen and (max-width:767px) {
  .navbar-brand.logo {
    font-size: 18px !important;
  }

  .services-section .icon,
  .services-section-s2 .icon {
    line-height: 100px;
  }
  .site-footer  .upper-footer{
    padding-top: 35px!important;
    padding-bottom: 35px!important;
  }
}

@media only screen and (max-width:575px) {}

@media only screen and (max-width:479px) {}

@media only screen and (max-width:374px) {}

/* @2x Images (Pixel Ratio of 1.25+) */

@media only screen and (-o-min-device-pixel-ratio: 5/4),
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and (min-device-pixel-ratio: 1.25),
only screen and (min-resolution: 1.25dppx) {}

/* @3x Images (Pixel Ratio of 2.25+) */

@media only screen and (-o-min-device-pixel-ratio: 9/4),
only screen and (-webkit-min-device-pixel-ratio: 2.25),
only screen and (min-device-pixel-ratio: 2.25),
only screen and (min-resolution: 2.25dppx) {}

/* @4x Images (Pixel Ratio of 3.25+) */

@media only screen and (-o-min-device-pixel-ratio: 13/4),
only screen and (-webkit-min-device-pixel-ratio: 3.25),
only screen and (min-device-pixel-ratio: 3.25),
only screen and (min-resolution: 3.25dppx) {}