@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PoppinsBold";
  src: url("../fonts/Poppins-Bold.ttf");
}

@font-face {
  font-family: "PoppinsLight";
  src: url("../fonts/Poppins-Light.ttf");
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?kged87");
  src: url("../fonts/icomoon.eot?kged87#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?kged87") format("truetype"), url("../fonts/icomoon.woff?kged87") format("woff"), url("../fonts/icomoon.svg?kged87#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow1:before {
  content: "\e900";
}

.icon-arrow2:before {
  content: "\e901";
}

.icon-bag:before {
  content: "\e902";
}

.icon-burger2:before {
  content: "\e903";
}

.icon-cross_more:before {
  content: "\e904";
}

.icon-cross1:before {
  content: "\e905";
}

.icon-cross2:before {
  content: "\e906";
}

.icon-facebook:before {
  content: "\e907";
}

.icon-Frame-177:before {
  content: "\e908";
}

.icon-instagram:before {
  content: "\e915";
}

.icon-less:before {
  content: "\e90a";
}

.icon-linkedin:before {
  content: "\e90b";
}

.icon-mail:before {
  content: "\e90c";
}

.icon-phone:before {
  content: "\e90d";
}

.icon-pin:before {
  content: "\e90e";
}

.icon-pinteret:before {
  content: "\e90f";
}

.icon-search:before {
  content: "\e910";
}

.icon-star1:before {
  content: "\e911";
}

.icon-star2:before {
  content: "\e912";
}

.icon-twitter:before {
  content: "\e913";
}

.icon-user:before {
  content: "\e914";
}

.icon-youtube:before {
  content: "\e917";
}

* {
  margin: 0;
  padding: 0;
}

body.show-sticky {
  height: 100vh;
  overflow-y: hidden;
}

body.show-sticky #header .row .col-sm-2 .logo {
  display: none;
}

a {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
}

a.btn-plus {
  border-width: 2px;
  border-style: solid;
  padding: 0 30px;
  border-radius: 60px;
  margin: 0 auto 13px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 50px;
  background: -webkit-gradient(linear, left top, right top, from(#5fb3f9), to(#7447f7));
  background: linear-gradient(90deg, #5fb3f9 0%, #7447f7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -moz-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 9999;
  height: 50px;
  width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

a.btn-plus:hover, a.btn-plus:focus {
  -webkit-transition: 1s;
  transition: 1s;
  background: -webkit-gradient(linear, left top, right top, from(#5fb3f9), to(#7447f7));
  background: linear-gradient(90deg, #5fb3f9 0%, #7447f7 100%);
  -moz-text-fill-color: #fff;
  -o-text-fill-color: #fff;
  -webkit-text-fill-color: #fff;
  padding: 0 30px;
  border: 0;
}

#header {
  background: #2b2e43;
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 96px;
}

@media (max-width: 767px) {
  #header {
    height: 65px;
  }
}

#header.header-fixed {
  height: 80px;
}

@media (max-width: 767px) {
  #header.header-fixed {
    height: 65px;
  }
}

#header.header-fixed .logo {
  padding: 10px 30px;
  position: initial;
}

@media (max-width: 767px) {
  #header.header-fixed .logo {
    padding: 8px 30px;
  }
}

#header.header-fixed .logo img {
  max-height: 60px;
}

@media (max-width: 767px) {
  #header.header-fixed .logo img {
    height: 48px;
  }
}

#header.header-fixed .nav ul li a {
  padding-top: 26.5px;
  padding-bottom: 26.5px;
}

#header.header-fixed .nav ol li {
  margin-top: 18px;
  margin-bottom: 18px;
}

#header.header-fixed .nav .nav-mobile a.icon span {
  padding: 25px 20px;
}

@media (max-width: 979px) {
  #header.header-fixed .nav .nav-mobile a.icon span {
    padding: 18px 20px;
  }
}

#header .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}

@media (max-width: 979px) {
  #header .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 979px) {
  #header .container-fluid .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    width: 100%;
  }
}

#header .container-fluid .col-sm-2 {
  position: relative;
  width: 300px;
  text-align: center;
}

@media (max-width: 979px) {
  #header .container-fluid .col-sm-2 {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

#header .container-fluid .col-sm-10 {
  width: calc(100% - 300px);
}

#header .logo {
  padding: 17px 45px 25px;
  background: #2b2e43;
  border-radius: 30px;
  position: absolute;
  width: 100%;
}

@media (max-width: 979px) {
  #header .logo {
    padding: 10px 30px 15px;
    width: 50%;
    left: 25%;
    right: 25%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute !important;
  }
}

#header .logo img {
  display: block;
  margin: 0 auto;
}

@media (max-width: 979px) {
  #header .logo img {
    max-height: 120px;
    width: auto;
  }
}

#header .nav {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1519px) {
  #header .nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

#header .nav .nav-mobile {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100vh;
}

@media (min-width: 1520px) {
  #header .nav .nav-mobile {
    display: none;
  }
}

#header .nav .nav-mobile .content-sticky {
  display: none;
  background: #2b2e43;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .nav .nav-mobile .content-sticky .logo {
  top: 70px !important;
  padding: 0 !important;
}

@media (min-height: 650px) {
  #header .nav .nav-mobile .content-sticky .logo {
    top: 102px !important;
  }
}

#header .nav .nav-mobile .content-sticky .logo img {
  height: 93px;
}

#header .nav .nav-mobile a.icon {
  display: inline-block;
  position: absolute;
  width: 70px;
  height: 60px;
  top: 0;
}

#header .nav .nav-mobile a.icon span {
  position: relative;
  padding: 32px 20px;
  display: inline-block;
  color: #fff;
  font-size: 30px;
}

@media (max-width: 767px) {
  #header .nav .nav-mobile a.icon span {
    padding: 18px 20px;
  }
}

#header .nav .nav-mobile ul {
  width: 100%;
  background: #2b2e43;
  margin: 0;
  display: block !important;
}

#header .nav .nav-mobile ul li {
  text-align: center;
}

#header .nav .nav-mobile ul li a {
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
  font-weight: bold;
}

#header .nav .nav-mobile ul li a:hover:after {
  position: inherit;
  width: 100%;
}

#header .nav .nav-mobile ol {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#header .nav .nav-mobile ol li {
  margin: 0 10px 0 10px !important;
}

#header .nav .nav-mobile ol li:first-child {
  margin-bottom: 20px !important;
}

#header .nav ul,
#header .nav ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin-bottom: 0;
}

#header .nav ul a,
#header .nav ol a {
  font-family: "Poppins";
  font-style: normal;
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  display: inline-block;
  padding: 34px 20px;
  font-weight: bold;
  position: relative;
}

@media (min-width: 1520px) and (max-width: 1599px) {
  #header .nav ul a,
  #header .nav ol a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#header .nav ul a:hover, #header .nav ul a:focus,
#header .nav ol a:hover,
#header .nav ol a:focus {
  background: -webkit-gradient(linear, left top, right top, from(#5fb3f9), to(#7447f7));
  background: linear-gradient(to right, #5fb3f9, #7447f7);
  -webkit-background-clip: text;
  background-clip: text;
  -moz-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

#header .nav ul a:hover:after, #header .nav ul a:focus:after,
#header .nav ol a:hover:after,
#header .nav ol a:focus:after {
  content: "";
  display: block;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#5fb3f9), to(#7447f7));
  background: linear-gradient(to right, #5fb3f9, #7447f7);
  width: calc(100% - 40px);
  position: absolute;
}

@media (min-width: 1520px) and (max-width: 1599px) {
  #header .nav ul a:hover:after, #header .nav ul a:focus:after,
  #header .nav ol a:hover:after,
  #header .nav ol a:focus:after {
    width: calc(100% - 30px);
  }
}

#header .nav ul {
  margin-left: 60px;
}

@media (min-width: 1520px) and (max-width: 1599px) {
  #header .nav ul {
    margin-left: 30px;
  }
}

@media (max-width: 1519px) {
  #header .nav ul {
    display: none;
  }
}

@media (max-width: 979px) {
  #header .nav ol {
    display: none;
  }
}

@media (max-width: 1519px) {
  #header .nav ol li {
    margin-top: 26px;
    margin-bottom: 26px;
  }
}

#header .nav ol li.btn-annonce {
  background: #5fb3f9;
  margin-right: 10px;
}

#header .nav ol li.btn-annonce:hover {
  background: -webkit-gradient(linear, left top, right top, from(#5fb3f9), to(#7447f7));
  background: linear-gradient(to right, #5fb3f9, #7447f7);
}

#header .nav ol li.btn-pet {
  background: #7447f7;
}

#header .nav ol li.btn-pet:hover {
  background: -webkit-gradient(linear, left top, right top, from(#7447f7), to(#5fb3f9));
  background: linear-gradient(to right, #7447f7, #5fb3f9);
}

#header .nav ol li.btn-annonce, #header .nav ol li.btn-pet {
  border-radius: 80px;
}

#header .nav ol li.btn-annonce a, #header .nav ol li.btn-pet a {
  padding: 10px 30px;
  line-height: 24px;
  font-size: 16px;
}

@media (min-width: 1520px) and (max-width: 1599px) {
  #header .nav ol li.btn-annonce a, #header .nav ol li.btn-pet a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#header .nav ol li.btn-annonce a:hover, #header .nav ol li.btn-pet a:hover {
  -webkit-text-fill-color: #fff;
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}

#header .nav ol li.btn-annonce a:hover:after, #header .nav ol li.btn-pet a:hover:after {
  display: none;
}

.content {
  padding-top: 96px;
}

@media (max-width: 979px) {
  .content {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .content {
    padding-top: 65px;
  }
}

.wd-slider {
  position: relative;
}

.wd-slider .wd-item-slide {
  position: relative;
}

.wd-slider .wd-item-slide .wd-bg-slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.wd-slider .wd-item-slide .wd-bg-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.wd-slider .wd-item-slide .wd-content-slide {
  padding: 134px 0;
  position: relative;
  z-index: 9;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .wd-slider .wd-item-slide .wd-content-slide {
    padding: 100px 15px 50px;
  }
}

@media (max-width: 767px) {
  .wd-slider .wd-item-slide .wd-content-slide {
    padding: 60px 15px 50px;
  }
}

.wd-slider .wd-item-slide .wd-content-slide .container {
  max-width: 1140px;
  display: none;
}

.wd-slider .wd-item-slide .wd-content-slide .container.active {
  display: block;
}

.wd-slider .wd-item-slide .wd-content-slide .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}

@media (max-width: 1199px) {
  .wd-slider .wd-item-slide .wd-content-slide .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.wd-slider .wd-item-slide .wd-content-slide .wd-desc-slide {
  background: #fff;
  padding: 35px 47px;
  width: 625px;
  left: 10px;
  position: relative;
}

@media (max-width: 767px) {
  .wd-slider .wd-item-slide .wd-content-slide .wd-desc-slide a {
    text-align: center;
  }
}

@media (max-width: 1199px) {
  .wd-slider .wd-item-slide .wd-content-slide .wd-desc-slide {
    max-width: 100%;
    width: auto;
    left: 0;
    padding: 35px 25px;
  }
}

.wd-slider .wd-item-slide .wd-content-slide .wd-desc-slide .wd-title-slide {
  font-family: "PoppinsBold";
  font-weight: bold;
  font-style: normal;
  font-size: 45px;
  line-height: 67.5px;
}

@media (max-width: 767px) {
  .wd-slider .wd-item-slide .wd-content-slide .wd-desc-slide .wd-title-slide {
    font-size: 38px;
    line-height: 55px;
  }
}

@media (max-width: 479px) {
  .wd-slider .wd-item-slide .wd-content-slide .wd-desc-slide .wd-title-slide {
    font-size: 30px;
    line-height: 40px;
  }
}

.wd-slider .wd-item-slide .wd-content-slide .wd-desc-slide .wd-title-slide.c-danger {
  color: #f69a61 !important;
}

.wd-slider .wd-item-slide .wd-content-slide .wd-desc-slide .wd-title-slide.c-warning {
  color: #f6c901 !important;
}

.wd-slider .wd-item-slide .wd-content-slide .wd-desc-slide .wd-title-slide.c-primary {
  color: #7447f7 !important;
}

.wd-slider .wd-item-slide .wd-content-slide .wd-desc-slide .wd-title-slide.c-info {
  color: #5fb3f9 !important;
}

.wd-slider .wd-item-slide .wd-content-slide .wd-desc-slide .wd-description-slide {
  margin-top: 20px;
  font-family: "PoppinsLight";
  font-weight: 275;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 30px;
}

.wd-slider .wd-item-slide .wd-content-slide .wd-desc-slide a {
  margin-left: 0;
}

.wd-slider .wd-item-slide .wd-content-slide .wd-img-slide {
  width: 700px;
  left: -183px;
  position: relative;
  z-index: -1;
}

@media (max-width: 1199px) {
  .wd-slider .wd-item-slide .wd-content-slide .wd-img-slide {
    max-width: 100%;
    width: auto;
    left: 0;
    padding: 0;
  }
}

.wd-slider .left,
.wd-slider .right {
  position: absolute;
  top: 0;
  z-index: 99;
  height: 100%;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wd-slider .left {
  padding-left: 10px;
  left: 0;
  cursor: url("../picto/fadeLeft.PNG") 20 20, auto;
}

.wd-slider .left span {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.wd-slider .right {
  right: 0;
  padding-right: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  cursor: url("../picto/fadeRight2.PNG") 50 50, auto;
}

.wd-slider .right span {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.wd-missions {
  background: #f8f8f8;
  padding: 73px 0 150px;
}

@media (max-width: 1199px) {
  .wd-missions {
    padding: 60px 0 80px;
  }
}

.wd-missions .title-missions {
  font-family: "PoppinsBold";
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 55px;
  color: #2b2e43;
  padding: 0 0 60px;
  text-align: center;
}

@media (max-width: 1199px) {
  .wd-missions .title-missions {
    padding: 0 0 35px;
  }
}

@media (max-width: 539px) {
  .wd-missions .title-missions {
    font-size: 34px;
  }
}

.wd-missions .container-fluid {
  padding-left: 62px;
  padding-right: 62px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .wd-missions .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 1199px) {
  .wd-missions .container-fluid {
    padding: 0;
  }
}

.wd-missions .cat-missions .row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1199px) {
  .wd-missions .cat-missions .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
}

.wd-missions .cat-missions .row [class^="bg-"] {
  padding: 15px;
  position: relative;
}

.wd-missions .cat-missions .row [class^="bg-"]:hover, .wd-missions .cat-missions .row [class^="bg-"]:focus {
  background: transparent !important;
}

.wd-missions .cat-missions .row [class^="bg-"]:hover:before, .wd-missions .cat-missions .row [class^="bg-"]:focus:before {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  -webkit-animation: mymove 10s;
          animation: mymove 10s;
}

@-webkit-keyframes mymove {
  10% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
}

@keyframes mymove {
  10% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
}

.wd-missions .cat-missions .row [class^="bg-"]:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
}

.wd-missions .cat-missions .row [class^="bg-"].bg-danger:before {
  background: #f79a61 !important;
}

.wd-missions .cat-missions .row [class^="bg-"].bg-warning:before {
  background: #f6c901 !important;
}

.wd-missions .cat-missions .row [class^="bg-"].bg-primary:before {
  background: #7447f7 !important;
}

.wd-missions .cat-missions .row [class^="bg-"].bg-info:before {
  background: #5fb3f9 !important;
}

@media (min-width: 1400px) {
  .wd-missions .cat-missions .row .col-md-3 {
    padding: 0 20px;
  }
}

@media (max-width: 1199px) {
  .wd-missions .cat-missions .row .col-md-3 {
    padding: 0 15px;
    margin: 0 auto 25px;
  }
}

@media (max-width: 767px) {
  .wd-missions .cat-missions .row .col-md-3:last-child {
    margin-bottom: 0;
  }
}

.wd-missions .cat-missions h2 {
  padding: 0 20px;
  background: #2b2e43;
  color: #fff;
  font-family: "PoppinsBold";
  font-style: normal;
  font-weight: 700;
  font-size: 33px;
  line-height: 55px;
  height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  position: relative;
  z-index: 99;
}

@media (min-width: 1024px) and (max-width: 1399px) {
  .wd-missions .cat-missions h2 {
    padding: 0 20px;
    font-size: 22px;
    line-height: 40px;
    height: 200px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .wd-missions .cat-missions h2 {
    padding: 0 20px;
    font-size: 20px;
    line-height: 40px;
    height: 160px;
  }
}

@media (max-width: 539px) {
  .wd-missions .cat-missions h2 {
    font-size: 30px;
    height: 160px;
  }
}

.wd-missions .desc-missions .container {
  max-width: 900px;
  margin: 65px auto 50px;
}

@media (max-width: 1199px) {
  .wd-missions .desc-missions .container {
    margin: 60px auto;
  }
}

@media (max-width: 979px) {
  .wd-missions .desc-missions .container .text-center {
    padding: 0 15px;
  }
}

.wd-missions .desc-missions p {
  font-family: "PoppinsLight";
  font-style: normal;
  font-weight: 275;
  font-size: 15px;
  line-height: 25px;
  color: #2b2e43;
}

@media (max-width: 1199px) {
  .wd-missions .desc-missions p {
    text-align: center;
  }
}

.wd-missions .list-missions .container {
  max-width: 1140px;
  margin-bottom: 55px;
}

@media (max-width: 979px) {
  .wd-missions .list-missions .container {
    padding: 0;
  }
}

.wd-missions .list-missions .row {
  margin-left: 0;
  margin-right: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 1199px) {
  .wd-missions .list-missions .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.wd-missions .list-missions .col-sm-4 {
  padding: 0;
  width: 360px;
}

.wd-missions .list-missions .col-sm-4:nth-child(2) {
  margin: 0 30px;
}

@media (max-width: 1199px) {
  .wd-missions .list-missions .col-sm-4 {
    margin: 0 0 20px !important;
    width: 100%;
  }
}

.wd-missions .list-missions .item-mission {
  background: #fff;
  padding: 40px 20px;
  margin: 0 15px;
}

.wd-missions .list-missions .item-mission img {
  height: 124px;
  width: auto;
  margin: 0 auto 20px;
}

.wd-missions .list-missions .item-mission h3 {
  font-family: "Poppins";
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
  line-height: 45px;
  color: #2b2e43;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .wd-missions .list-missions .item-mission h3 {
    text-align: center;
  }
}

.wd-missions .list-missions .item-mission p {
  font-family: "PoppinsLight";
  font-style: normal;
  font-weight: 275;
  font-size: 15px;
  line-height: 25px;
  color: #2b2e43;
}

@media (max-width: 1199px) {
  .wd-missions .list-missions .item-mission p {
    text-align: center;
  }
}

.wd-missions .list-missions p {
  margin-bottom: 0;
}

.wd-missions .all-missions {
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  .wd-missions .all-missions {
    margin-bottom: 60px;
  }
}

.wd-missions .all-missions .text-center {
  text-align: center;
}

@media (max-width: 1199px) {
  .wd-blog {
    padding: 0 15px;
  }
}

.wd-blog .container {
  background: #2b2e43;
  position: relative;
  border: 25px solid #603cf5;
}

@media (min-width: 1400px) {
  .wd-blog .container {
    max-width: 1364px;
  }
}

@media (max-width: 1199px) {
  .wd-blog .container {
    border: 15px solid #603cf5;
  }
}

@media (max-width: 1023px) {
  .wd-blog .container {
    max-width: 80%;
  }
}

@media (max-width: 767px) {
  .wd-blog .container {
    max-width: 100%;
  }
}

.wd-blog .container .row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 55px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .wd-blog .container .row {
    padding: 25px;
  }
}

@media (max-width: 1199px) {
  .wd-blog .container .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 25px;
  }
}

.wd-blog .container .col-sm-4 {
  margin-right: 60px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .wd-blog .container .col-sm-4 {
    margin-right: 20px;
  }
}

@media (min-width: 1400px) {
  .wd-blog .container .col-sm-4 {
    width: 450px;
  }
}

@media (max-width: 1199px) {
  .wd-blog .container .col-sm-4 {
    margin: 0 0 30px;
  }
}

@media (min-width: 1400px) {
  .wd-blog .container .col-sm-8 {
    width: 700px;
  }
}

@media (min-width: 1400px) {
  .wd-blog .container .col-sm-4,
  .wd-blog .container .col-sm-8 {
    padding: 0;
  }
}

@media (max-width: 1199px) {
  .wd-blog .container .col-sm-4,
  .wd-blog .container .col-sm-8 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .wd-blog .container .col-sm-4,
  .wd-blog .container .col-sm-8 {
    padding: 0;
  }
}

.wd-blog .container h3 {
  font-family: "PoppinsBold";
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  line-height: 55px;
  color: #ffffff;
  margin-bottom: 25px;
}

@media (max-width: 1199px) {
  .wd-blog .container h3 {
    font-size: 35px;
    line-height: 45px;
  }
}

.wd-blog .container p {
  font-family: "PoppinsLight";
  font-style: normal;
  font-weight: 275;
  font-size: 15px;
  line-height: 25px;
  color: #ffffff;
  margin-bottom: 0;
}

#copyright {
  background: -webkit-gradient(linear, left top, right top, from(#5fb3f9), to(#7447f7));
  background: linear-gradient(to right, #5fb3f9, #7447f7);
}

#copyright .copyright {
  height: 50px;
  text-align: center;
  color: #fff;
  margin: 0;
  font-family: "PoppinsLight";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 539px) {
  #copyright .copyright {
    font-size: 11px;
    line-height: 20px;
  }
}

#copyright .copyright a {
  color: #ffffff;
  display: inline-block;
  padding: 0 5px;
}

#copyright .copyright a:hover {
  text-decoration: underline;
}

@media (max-width: 539px) {
  #copyright .copyright a {
    font-size: 11px;
    line-height: 20px;
  }
}

#copyright .row {
  position: relative;
}

#copyright .row img {
  height: 18px;
  width: auto;
  position: absolute;
  right: 0;
  top: 18px;
}

@media (max-width: 767px) {
  #copyright .row img {
    position: initial;
    margin: 0 auto 10px;
  }
}

#top-footer {
  background: #fff;
  padding: 62px 0 45px;
}

@media (max-width: 1199px) {
  #top-footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  #top-footer {
    padding-left: 3px;
    padding-right: 3px;
  }
}

#top-footer .container {
  max-width: 1140px;
}

@media (max-width: 1199px) {
  #top-footer .container .col-sm-3:last-child {
    margin: 0;
  }
}

@media (max-width: 1199px) {
  #top-footer .container .col-sm-3 {
    margin-bottom: 15px;
  }
}

#top-footer .logo-footer {
  width: 255px;
  height: 124px;
  margin-bottom: 14px;
}

@media (max-width: 539px) {
  #top-footer .logo-footer {
    width: auto;
    height: 90px;
  }
}

#top-footer p {
  font-family: "PoppinsLight";
  font-style: normal;
  font-weight: 275;
  font-size: 15px;
  line-height: 25px;
  color: #2b2e43;
}

@media (max-width: 767px) {
  #top-footer p {
    margin-bottom: 15px;
  }
}

#top-footer h5 {
  font-family: "PoppinsBold";
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 35px;
  color: #000000;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  #top-footer h5 {
    margin-bottom: 10px;
  }
}

#top-footer .nav-footer {
  padding-left: 0;
  margin-bottom: 0;
}

#top-footer .nav-footer li {
  margin-bottom: 15px;
  font-family: "PoppinsLight";
  font-style: normal;
  font-weight: 275;
  font-size: 15px;
  line-height: 25px;
  color: #2b2e43;
}

@media (max-width: 767px) {
  #top-footer .nav-footer li {
    margin-bottom: 5px;
  }
}

#top-footer .nav-footer li a {
  font-family: "PoppinsLight";
  font-style: normal;
  font-weight: 275;
  font-size: 15px;
  line-height: 25px;
  color: #2b2e43;
}

#top-footer .nav-footer li a:hover {
  text-decoration: underline;
}

#top-footer .nav-footer li:last-child {
  margin-bottom: 0;
}

#top-footer .nav-footer li.socio-link {
  margin-bottom: 0;
}

#top-footer .nav-footer li.socio-link a:hover {
  text-decoration: none;
  color: #7447f7;
}

#top-footer .nav-footer li ol {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#top-footer .nav-footer li ol li {
  margin-bottom: 0;
  margin-right: 32.25px;
}

@media (max-width: 767px) {
  #top-footer .col-12 {
    margin-top: 20px;
  }
}
