html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: "Zalando Sans SemiExpanded", sans-serif;
  position: relative;
  font-size: 17px;
  line-height: 24px;
}

img {
  width: 100%;
}

a {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #1f4060;
}

a:active,
a:focus,
a:hover {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333;
}

section {
  padding: 80px 0;
  position: relative;
}

.btn {
  color: #1f4060;
  background-color: transparent;
  border: 2px solid #1f4060;
  padding: 14px 36px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 3px;
  letter-spacing: 1px;
  font-family: "Schibsted Grotesk", sans-serif;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  margin: 15px 0;
}
@media (max-width: 768px) {
  .btn {
    letter-spacing: 2px;
    font-size: 16px;
  }
}

.btn:hover {
  color: #fff;
  background-color: rgb(29, 37, 57);
  border: 2px solid rgb(29, 37, 57);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.title-h {
  font-size: 45px;
  color: #0a2d43;
  font-weight: 200;
  line-height: 55px;
  margin-bottom: 15px;
  margin-top: 5px;
  text-transform: uppercase;
  font-family: "Schibsted Grotesk", sans-serif;
}
@media (max-width: 991px) {
  .title-h {
    font-size: 40px;
    line-height: 44px;
  }
}

.little-h {
  color: #3873ad;
  letter-spacing: 7px;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.title-p {
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
  padding-bottom: 10px;
  color: #555;
}
@media (max-width: 991px) {
  .title-p {
    font-size: 20px;
    line-height: 26px;
  }
}

.back-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

@media (max-width: 992px) {
  .display-desctop {
    display: none;
  }
}

.display-mobile {
  display: none !important;
}
@media (max-width: 992px) {
  .display-mobile {
    display: block !important;
  }
}

/******navbar start*******/
.top-bar {
  z-index: 1000;
  background-color: rgb(29, 37, 57);
}
.top-bar p, .top-bar a {
  padding: 7px 0 8px 0;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.7px;
}
@media (max-width: 1050px) {
  .top-bar p, .top-bar a {
    font-size: 15px;
    line-height: 17px;
    padding: 4px 0 3px 0;
  }
}
.top-bar a:hover {
  color: #ccc;
}
.top-bar .top-text {
  display: inline-block;
}
@media (max-width: 991px) {
  .top-bar .top-text {
    text-align: center;
    display: block;
  }
}

.attr-phone {
  z-index: 111;
  margin: 0;
  color: #fff;
  position: absolute;
  top: 3px;
  right: 15px;
  display: inline-block;
  line-height: 10px;
}
@media (max-width: 991px) {
  .attr-phone {
    display: none;
  }
}
.attr-phone .svg-inline--fa {
  font-size: 14px;
  line-height: 4px;
  margin-right: 7px;
  background-color: rgb(29, 37, 57);
  padding: 9px;
  border-radius: 50%;
  vertical-align: sub;
  animation: pulse 1.2s infinite;
  display: inline-block;
}
.attr-phone span {
  margin-top: -5px;
  font-family: "Schibsted Grotesk", sans-serif;
}
.attr-phone a {
  display: inline-block;
  line-height: 33px;
  padding: 0;
  font-size: 23px;
  font-weight: 300;
  font-family: "Schibsted Grotesk", sans-serif;
}
@media (max-width: 1050px) {
  .attr-phone a {
    line-height: 20px;
  }
}
.attr-phone a:hover .svg-inline--fa {
  color: #fff;
}
.attr-phone .svg-inline--fa:hover {
  color: #fff !important;
}

@media (max-width: 991px) {
  .row-color {
    background-color: rgb(29, 37, 57) !important;
  }
}

@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 14px;
    background-color: transparent;
  }
  .navbar-toggle .svg-inline--fa {
    color: #333;
  }
}
nav.navbar.bootsnav {
  background: #fff;
  border-bottom: solid 1px #eee;
}
@media (max-width: 991px) {
  nav.navbar.bootsnav {
    background: #fff !important;
    border-bottom: solid 1px none;
  }
}

.navbar {
  min-height: 73px;
}
@media (max-width: 991px) {
  .navbar {
    min-height: 66px;
  }
}

.navbar-brand {
  padding: 6px 10px 2px 10px;
}
@media (max-width: 1190px) {
  .navbar-brand {
    padding: 8px 0px 2px 10px;
  }
}

.navbar-brand img {
  width: auto;
  height: 67px;
  margin-top: 0px;
}
@media (max-width: 1190px) {
  .navbar-brand img {
    height: 44px;
    margin-top: 0;
  }
}

.caret {
  margin-left: 4px;
}

nav.navbar.bootsnav.no-background {
  background-color: transparent;
}

@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none;
  }
  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    color: #333 !important;
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    font-family: "Schibsted Grotesk", sans-serif;
    color: #fff;
    font-size: 15px;
    padding: 5px 0;
  }
  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 20px -15px;
  }
  nav.navbar.bootsnav .btn {
    margin-left: 0px !important;
  }
}
@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: rgba(255, 255, 255, 0.97);
    border: solid 1px #ccc;
    border-top: 5px solid rgb(29, 37, 57);
    margin-top: 0px;
    width: 260px;
  }
  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 14px 4px 16px 18px;
    font-weight: 400;
    font-size: 18px;
    margin: 14px 0 12px 0;
  }
}
@media (min-width: 991px) and (max-width: 1190px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 10px 4px 10px 10px;
    font-size: 15px;
    text-decoration: none;
  }
}
@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #333;
  }
  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: rgb(29, 37, 57);
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0);
  }
  nav.no-background.bootsnav ul.nav > li > a {
    color: #fff;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.35);
  }
  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none;
  }
  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 9px 10px;
    border-bottom: solid 1px #ecf1f8;
    color: #333;
    font-weight: 400;
    font-size: 16px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    background-color: #eff6f2;
  }
}
nav.navbar.bootsnav .btn {
  margin-top: 15px;
  text-transform: none;
  font-size: 17px;
  letter-spacing: 0px;
  padding: 9px 20px;
  margin-right: 15px;
  margin-left: 12px;
  font-weight: 400;
  box-shadow: none;
}
@media (max-width: 1050px) {
  nav.navbar.bootsnav .btn {
    padding: 9px 8px;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .btn {
    display: none;
  }
}

nav.navbar-fixed.bootsnav .btn {
  color: #333 !important;
  background-color: transparent !important;
  border: 2px solid #333;
}

nav.no-background.bootsnav .btn {
  color: #fff !important;
  background-color: transparent !important;
  border: 2px solid #fff;
}

nav.bootsnav .btn:hover {
  color: #fff !important;
  background-color: rgb(29, 37, 57) !important;
  border-color: rgb(29, 37, 57);
}

@media (max-width: 991px) {
  #navbar-menu > ul > li.dropdown.on > ul > li > a {
    color: #333;
    line-height: 34px;
    font-weight: 500;
    font-size: 19px;
  }
  #navbar-menu > ul > li.dropdown.on > ul {
    list-style: none;
    padding-left: 10px;
  }
}
nav.navbar.bootsnav.no-full .navbar-collapse {
  height: auto !important;
  max-height: none !important;
}

nav.no-background.bootsnav .logo1 {
  display: inline-block !important;
}

nav.navbar-fixed.bootsnav .logo1 {
  display: none;
}

nav.no-background.bootsnav .logo2 {
  display: none !important;
}

nav.navbar-fixed.bootsnav .logo2 {
  display: inline-block;
}

@media (max-width: 992px) {
  nav.no-background.bootsnav .logo1 {
    display: none !important;
  }
  nav.no-background.bootsnav .logo2 {
    display: inline-block !important;
  }
}
/******navbar end**********/
.swiper-container {
  position: relative;
}

.swiper-container .back {
  background: rgba(13, 13, 13, 0.5);
  z-index: 2;
}

.basic-swipre-slider {
  width: 100%;
  height: 100vh;
}

.swiper-wrapper {
  width: 100%;
  height: 100vh;
}

.zoom-out-slider .swiper-slide {
  font-size: 18px;
  display: flex;
}

.zoom-out-slider .swiper-slide > .swiper-slide-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent no-repeat 50% 50%/cover;
}

.zoom-out-slider {
  width: 100%;
  height: 100vh;
}

.zoom-out-slider .swiper-slide .slide1 {
  transform-origin: 0 100%;
}

.zoom-out-slider .swiper-slide .slide2 {
  transform-origin: 100% 100%;
}

.zoom-out-slider .swiper-slide .slide3 {
  transform-origin: 100% 0;
}

.swiper-scale-effect .swiper-slide-cover {
  transition: 5s ease-out;
  transform: scale(1.05);
}

.swiper-scale-effect .swiper-slide.swiper-slide-active .swiper-slide-cover {
  transform: scale(1);
}

.slide-content {
  position: absolute;
  top: 40vh;
  right: 0px;
  left: 0px;
}

.slide-content h1 {
  color: #fff;
  z-index: 12;
  margin-bottom: 1px;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.7);
  font-weight: 200;
}

.slide-content h2 {
  color: #fff;
  z-index: 12;
  font-weight: 400;
  font-family: "Noto Sans", sans-serif;
  font-size: 22px;
  line-height: 30px;
  margin-top: 8px;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.7);
}

.slide-content .btn {
  border: 3px solid #fff;
  box-shadow: none;
  color: #fff;
  background-color: transparent;
}
@media (max-width: 768px) {
  .slide-content .btn {
    padding: 11px 25px;
    font-size: 17px;
    border: 2px solid #fff;
  }
}

.slide-content .btn:hover {
  border: 3px solid #1f4060;
  background-color: #1f4060;
  color: #fff;
}

@media (max-width: 992px) {
  .basic-swipre-slider {
    height: 70vh;
  }
  .zoom-out-slider {
    height: 70vh;
  }
  .swiper-wrapper {
    height: 70vh;
  }
  .slide-content {
    top: 26vh;
    margin: 0 20px;
  }
  .swiper-slide-cover {
    background-position: right !important;
  }
}
.swiper-button-next, .swiper-button-prev {
  background-size: 18px 40px;
  margin-top: -10px;
}
@media (max-width: 768px) {
  .swiper-button-next, .swiper-button-prev {
    background-size: 15px 20px;
  }
}

@media (max-width: 768px) {
  .swiper-button-prev {
    left: 0px;
  }
}

@media (max-width: 768px) {
  .swiper-button-next {
    right: 0px;
  }
}

.container2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 90vh;
  z-index: 5;
}
@media (max-width: 990px) {
  .container2 {
    display: none;
  }
}

/********* cta start ********/
.padd-div {
  height: 100px;
}
@media (max-width: 600px) {
  .padd-div {
    height: 0;
  }
}

/*******feature start******/
.intro-img {
  height: 600px;
  border-radius: 8px;
  margin-bottom: 15px;
}
@media (max-width: 700px) {
  .intro-img {
    height: 230px;
    margin-bottom: 0px;
    margin-top: 15px;
  }
}

.insurance-logos {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  padding: 20px 0;
}
@media (max-width: 991px) {
  .insurance-logos {
    padding: 15px 0;
    position: relative;
  }
}
.insurance-logos .back {
  background-color: rgba(6, 13, 19, 0.55);
}
@media (max-width: 991px) {
  .insurance-logos .back {
    background-color: rgb(29, 37, 57);
  }
}
.insurance-logos h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.intro {
  padding: 5px 0;
}

.intro-box {
  background-color: #e1e7eb;
  height: 400px;
  padding: 90px 60px 0 60px;
  display: inline-block;
  width: calc(33.3% - 5px);
  vertical-align: top;
}
@media only screen and (max-width: 1155px) {
  .intro-box {
    padding: 50px 30px 0 30px;
  }
}
@media only screen and (max-width: 991px) {
  .intro-box {
    width: calc(100% - 5px);
    padding: 30px;
    height: auto;
    margin: 4px 0;
  }
}
.intro-box img {
  width: 80%;
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .intro-box img {
    margin: 40px 0;
    width: 70%;
  }
}
.intro-box h3 {
  font-weight: 400;
  font-size: 21px;
  line-height: 34px;
}

/*********/
/**********/
.services-left-text2 {
  padding: 0;
}

.services-left-text2 .services-left-img {
  margin-left: 45vw;
}

@media screen and (max-width: 991px) {
  .services-left-text2 .services-left-img {
    margin-left: 0;
  }
}
.services-left-text2 .services-img2 {
  display: none;
}

@media screen and (max-width: 991px) {
  .services-left-text2 .services-img2 {
    height: 240px;
    display: block;
  }
}
.services-left-text2 .services-left-text {
  padding: 110px 100px;
  width: 50vw;
  margin-right: 50vw;
  background-color: #e1e7eb;
  margin-left: -45vw;
}

@media screen and (max-width: 991px) {
  .services-left-text2 .services-left-text {
    margin-right: 0;
    margin-left: 0;
    padding: 50px 15px;
    width: 100%;
  }
}
/*******blog*******/
.cta {
  position: relative;
  padding: 200px 0;
  background-attachment: fixed;
}
@media only screen and (max-width: 990px) {
  .cta {
    padding: 80px 0;
  }
}

.cta .back {
  background: rgba(7, 30, 44, 0.45);
}

.cta h3 {
  color: #fff;
  margin-bottom: 10px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}

.cta .btn {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
}

.cta .btn:hover {
  color: #fff;
  background-color: #1f4060;
  border: 2px solid #1f4060;
}

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta {
      background-attachment: scroll !important;
      background-size: cover;
      background-position: center;
    }
  }
}
/********** cta end ********/
/*********services start*******/
.services .back {
  background-color: rgba(255, 255, 255, 0.87);
}

.box {
  display: inline-block;
  width: calc(33% - 26px);
  margin: 9px 10px;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .box {
    width: calc(49% - 26px);
  }
}
@media (max-width: 450px) {
  .box {
    width: calc(100% - 0px);
    margin: 5px 0;
  }
}

.box-product-img {
  height: 450px;
}
@media (max-width: 550px) {
  .box-product-img {
    height: 400px;
  }
}

.box img {
  width: 100%;
  height: auto;
}

.box .box-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.3s ease 0s;
}

.box:before,
.box:after,
.box .box-content:before,
.box .box-content:after {
  content: "";
  width: 25%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(57, 53, 51), rgba(57, 53, 51, 0.78), transparent, rgba(57, 53, 51, 0.78), rgb(57, 53, 51));
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}

.box:before {
  top: -100%;
  left: -25%;
}

.box:after {
  left: 50%;
}

.box .box-content:before {
  left: 25%;
}

.box .box-content:after {
  top: 100%;
  left: 100%;
}

.box:hover:before {
  opacity: 1;
  top: 0;
  left: 0;
}

.box:hover:after {
  opacity: 1;
  left: 25%;
  transition-delay: 0.1s;
}

.box:hover .box-content:before {
  opacity: 1;
  left: 50%;
  transition-delay: 0.1s;
}

.box:hover .box-content:after {
  opacity: 1;
  top: 0;
  left: 75%;
}

.box .inner-content {
  text-align: left;
  position: absolute;
  left: 10px;
  bottom: 30px;
  z-index: 1;
}

.box .title {
  font-size: 24px;
  font-family: "Schibsted Grotesk", sans-serif;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 4px 0;
  transform: translateY(100%);
  transition: all 0.3s ease 0s;
}

.box:hover .title {
  transform: translateY(0);
}

.box .icon {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 5;
}

.box .icon li {
  display: inline-block;
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.box:hover .icon li {
  opacity: 1;
  transform: translateY(0);
}

.box .icon .btn {
  padding: 11px 25px;
  font-size: 15px;
  letter-spacing: 2px;
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  z-index: 5;
}

/******services end********/
/*********** testimonials start *********/
.about-image {
  height: 660px;
}
@media (max-width: 991px) {
  .about-image {
    position: relative;
    right: 0;
    height: 300px;
    margin-top: 15px;
  }
}

.testimonials {
  padding: 100px 0 110px 0;
  position: relative;
}
@media (max-width: 768px) {
  .testimonials {
    padding: 60px 0;
  }
}
.testimonials .test-img {
  height: 70px;
  width: auto !important;
}
@media only screen and (max-width: 990px) {
  .testimonials .test-img {
    height: 80px;
  }
}
.testimonials .owl-theme .owl-controls {
  text-align: left;
}

.testimonial {
  margin: 80px 0 0 30px;
}
@media (max-width: 1050px) {
  .testimonial {
    margin: 50px 0 0 0px;
  }
}

.testimonial .inner-h {
  text-transform: uppercase;
  font-size: 28px;
  margin-top: 30px;
}

.testimonial .description {
  padding: 10px 0px 30px 0;
  margin-bottom: 0px;
  font-size: 20px;
  color: #111;
  line-height: 32px;
  font-weight: 300;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .testimonial .description {
    padding: 0px 0px 20px 0;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}

.testimonial .title {
  display: block;
  font-size: 15px;
  font-weight: 300;
  color: #333;
  font-family: "Schibsted Grotesk", sans-serif;
  letter-spacing: 1px;
  margin: 20px 0 15px 0;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .testimonial .title {
    margin-bottom: 10px;
  }
}
.testimonial .title b {
  text-transform: uppercase;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #1f4060 !important;
}

.owl-theme .owl-controls {
  margin-left: 25px;
}

/*****tc-testimonial end******/
.about {
  background-attachment: fixed;
  background-position: top;
}
.about .back {
  background-color: rgba(240, 243, 245, 0.8);
}
.about .about-box {
  background-color: rgba(209, 218, 224, 0.4);
  padding: 40px;
  margin-top: 30px;
  border-radius: 5px;
}
@media only screen and (max-width: 990px) {
  .about img {
    margin-bottom: 40px;
  }
}
.about .btn {
  min-width: 230px;
  margin: 30px 2px 15px 2px;
}
@media only screen and (max-width: 990px) {
  .about .btn {
    margin: 10px 2px 1px 2px;
  }
}

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .about {
      background-attachment: scroll !important;
      background-size: cover;
      background-position: center;
    }
  }
}
/*************footer start**********/
.tc-footer {
  overflow: hidden;
  position: relative;
  padding: 100px 0;
}
@media (max-width: 991px) {
  .tc-footer {
    padding: 60px 0 60px 0;
    text-align: center;
  }
}
.tc-footer img {
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tc-footer img {
    margin: 40px 0;
  }
}

.tc-footer .back {
  background: rgb(29, 37, 57);
}

.tc-footer p {
  margin-bottom: 0;
}

.tc-footer p a {
  color: #eee;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  font-family: "Coda", system-ui;
  letter-spacing: 0.5px;
}
@media (max-width: 991px) {
  .tc-footer p a {
    line-height: 20px;
    font-size: 16px;
  }
}

.tc-footer p a:hover {
  color: #fff;
  letter-spacing: 0.7px;
}

.footer-copyright {
  margin-top: 15px;
  padding: 0px 0 0px 0;
  letter-spacing: 0.5px;
  color: #222;
  font-size: 13px;
}
.footer-copyright ul {
  list-style: none;
  padding-left: 0;
}
.footer-copyright .svg-inline--fa {
  display: inline-block;
  background-color: rgb(29, 37, 57);
  border: 1px solid rgb(29, 37, 57);
  border-radius: 50%;
  color: #fff;
  width: 18px;
  height: 18px;
  padding: 7px;
  margin: 5px 5px 0 0;
  transition: all 0.3s ease-in-out;
}
.footer-copyright .svg-inline--fa:hover {
  border: 1px solid rgb(29, 37, 57);
  background: rgb(29, 37, 57);
  color: #fff;
  border-radius: 4px;
}

@media (max-width: 991px) {
  .footer-copyright {
    padding: 0px 15px 10px 15px;
    margin-top: 20px;
  }
}
/******************************//*# sourceMappingURL=style.css.map */