body {
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	color: #434e5d;
  background-color: #f8f9fe;
}
p {
	font-size: 16px;
	line-height: 1.85;
}
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e42252;
  color: #fff;
  height: 50px;
  padding: 0 40px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  box-shadow: 0px 0px 0px 5px rgba(228, 34, 82, .4);
}
.btn:hover {
	color: #fff;
	box-shadow: none;
}
.light-btn {
  border: 2px solid #e42252;
  background-color: transparent;
  color: #434e5d;
  box-shadow: none;
}
.light-btn:hover {
  background-color: #e42252;
  border-color: transparent;
  color: #fff;
}
p + .btn {
  margin-top: 15px;
}
.bg-grey {
	background-color: #f7f9ff;
}
.bg-red {
  background-color: #e42252;
  color: #fff;
}
.gfx-img {
  position: absolute;
  left: 0;
  z-index: 2;
  pointer-events: none;
  width: 100%;
}
.gfx-before {
  top: -1px;
}
.gfx-after {
  bottom: -1px;
}
section {
  position: relative;
}
/************************************************************
	Header
************************************************************/
#header {
	height: 60px;
	padding-top: 60px;
	position: relative;
	z-index: 99;
}
#header .site-logo > a {
	display: block;
}
#header .site-logo > a > img {
	width: 180px;
	height: auto;
}
#header ul.main-menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#header ul.main-menu > li + li {
	margin-left: 30px;
}
#header ul.main-menu > li > a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	padding: 4px 0;
	position: relative;
}
#header ul.main-menu > li > a::before{
  content: '';
  width: 0%;
  height: 2px;
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}
#header ul.main-menu > li > a:hover::before,
#header ul.main-menu > li.current > a::before {
  width: 100%;
  opacity: 1;
  left: 0;
}
#header ul.main-menu > li.lang-menu img {
	width: 20px;
	border-radius: 50%;
	margin-right: 5px;
}
#header ul.main-menu > li.lang-menu button,
#header ul.main-menu > li.lang-menu a.dropdown-item {
	font-size: 14px;
	font-weight: 500;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#header ul.main-menu > li.lang-menu button {
	padding: 5px;
	height: 32px;
	border: none;
	padding-right: 30px;
	border-radius: 20px;
	background-color: #fff;
	color: #434e5d;
	position: relative;
	width: 114px;
	box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, .25);
}
#header ul.main-menu > li.lang-menu button:hover,
#header ul.main-menu > li.lang-menu button:focus {
	box-shadow: none;
}
#header ul.main-menu > li.lang-menu button::before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border: 2px solid #434e5d;
	border-left: none;
  border-top: none;
	position: absolute;
	right: 10px;
	top: calc(50% - 5px);
	transform: rotate(45deg);
}
#header ul.main-menu > li.lang-menu .dropdown-menu {
	min-width: 114px;
	border: none;
	border-radius: 16px;
	overflow: hidden;
	margin-top: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#header ul.main-menu > li.lang-menu .dropdown-menu > a {
	padding: 5px;
}
/************************************************************
	Slider
************************************************************/
#slider {
	margin-top: -60px;
	position: relative;
}
#slider .slider-caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 120px 0;
}
#slider .slider-content {
	max-width: 480px;
	color: #fff;
}
#slider .slider-content h2 {
	font-size: 42px;
	font-weight: 600;
	text-transform: uppercase;
}
#slider .slider-content p {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.6;
}
.svg-logo {
  position: absolute;
  width: 0;
  height: 0;
  width: 100%;
  height: 100%;
}
@keyframes moveToLeft {
  from {left: 100%;}
  to {left: calc(0% - 2847.598px);}
}
.clipped-logo {
  position: absolute;
  left: 100%;
  bottom: 170px;
  width: 2847.598px;
  height: 780px;
  background: url(/assets/images/header-image-overflow.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  -webkit-clip-path: url(#my-clip-path);
  clip-path: url(#my-clip-path);
  animation: moveToLeft 40s linear infinite;
  animation-delay: .5s;
}

#slider .carousel-inner {
  height: 880px;
  background: url(/assets/images/header-image-new.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#slider .carousel-inner .carousel-item {
  height: 100%;
}
/************************************************************
	Home - Content
************************************************************/
#content p {
  font-size: 17px;
  font-weight: 500;
}
#content h2 {
	font-size: 36px;
  margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #434e5d;
}
#content h5 {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #e42252;
}
#our-services .left-col {
  margin-right: 30px;
}
#our-services .right-col {
  height: 540px;
  padding: 0;
}
#our-services ul.service-icons {
	list-style-type: none;
	margin: 0;
	padding: 0;
  position: relative;
  height: 100%;
  width: 100%;
}
#our-services ul.service-icons > li {
	width: 120px;
	height: 120px;
	position: absolute;
  z-index: 9;
}
#our-services ul.service-icons img {
	width: 100%;
	position: relative;
}
@keyframes small-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(228, 34, 82, .6);
    box-shadow: 0 0 0 0 rgba(228, 34, 82, .6);
  }
  70% {
      -moz-box-shadow: 0 0 0 20px rgba(228, 34, 82, 0);
      box-shadow: 0 0 0 20px rgba(228, 34, 82, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(228, 34, 82, 0);
      box-shadow: 0 0 0 0 rgba(228, 34, 82, 0);
  }
}
@keyframes big-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(228, 34, 82, .6);
    box-shadow: 0 0 0 0 rgba(228, 34, 82, .6);
  }
  70% {
      -moz-box-shadow: 0 0 0 40px rgba(228, 34, 82, 0);
      box-shadow: 0 0 0 40px rgba(228, 34, 82, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(228, 34, 82, 0);
      box-shadow: 0 0 0 0 rgba(228, 34, 82, 0);
  }
}
#our-services ul.service-icons .circle {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	padding: 40px;
}
#our-services ul.service-icons > li.active .circle.one {
	animation: small-pulse 2s infinite;
}
#our-services ul.service-icons > li.active .circle.two {
	animation: big-pulse 2s infinite;
}
#our-services ul.service-icons > li.svc-1 {
  top: 7%;
  left: 15%;
  width: 110px;
  height: 110px;
}
#our-services ul.service-icons > li.svc-2 {
  top: 0;
  right: 0;
  width: 140px;
  height: 140px;
}
#our-services ul.service-icons > li.svc-3 {
  width: 160px;
  height: 160px;
  top: 35%;
  left: calc(50% - 80px);
}
#our-services ul.service-icons > li.svc-4 {
  width: 120px;
  height: 120px;
  left: 0;
  bottom: 25%;
}
#our-services ul.service-icons > li.svc-5 {
  width: 140px;
  height: 140px;
  bottom: 21%;
  right: 4%;
}
#our-services ul.service-icons > li.svc-6 {
  width: 120px;
  height: 120px;
  bottom: 0;
  left: 30%;
}
section .carousel {
	padding-bottom: 42px;
}
section .carousel .carousel-item p {
  font-size: 18px;
  font-weight: 500;
}
section .carousel .carousel-item p:last-child {
  margin-bottom: 25px;
}
section .carousel .carousel-control-prev,
section .carousel .carousel-control-next {
	width: 42px;
	height: 42px;
	background-color: transparent;
	border: 2px solid #434e5d;
	color: #434e5d;
	border-radius: 50%;
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0;
	opacity: 1;
}
section .carousel .carousel-control-next {
	border-color: transparent;
	background-color: #e42252;
	color: #fff;
	left: 52px;
}
#our-team {
  padding: 100px 0 550px;
  overflow: hidden;
  position: relative;
}
#our-team .left-col {
  padding: 0;
  position: relative;
}
#our-team .right-col {
  margin-left: 30px;
  padding-top: 200px;
}
#our-team ul.team-members {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  height: 660px;
  left: -120px;
}
#our-team ul.team-members > img {
  position: absolute;
  width: 2200px;
  height: 2200px;
  top: calc(50% - 1100px);
  left: calc(50% - 1100px);
  pointer-events: none;
}
#our-team ul.team-members > li {
  width: 120px;
  height: 120px;
  position: absolute;
  z-index: 9;
}
#our-team ul.team-members li > img {
  width: 100%;
  position: relative;
  background-color: #f3f3f3;
  border-radius: 50%;
  overflow: hidden;
}
@keyframes small-pulse-white {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  }
  70% {
      -moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
      box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes big-pulse-white {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  }
  70% {
      -moz-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
      box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
#our-team ul.team-members .circle {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  padding: 40px;
}
#our-team ul.team-members > li.active .circle.one {
  animation: small-pulse-white 2s infinite;
}
#our-team ul.team-members > li.active .circle.two {
  animation: big-pulse-white 2s infinite;
}
#our-team ul.team-members > li img {
  filter: grayscale(1);
}
#our-team ul.team-members > li:hover {
  cursor: pointer;
}
/*#our-team ul.team-members > li:hover img {
  filter: grayscale(0);
}*/
#our-team ul.team-members > li.active img,
#our-team ul.team-members > li.member-1 img {
  filter: grayscale(0);
}
#our-team ul.team-members > li:not(.member-1) {
  width: 100px;
  height: 100px;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  transition: ease 1.5s;
}
#our-team ul.team-members > li.member-1 {
  width: 200px;
  height: 200px;
  top: calc(50% - 100px);
  left: calc(50% - 100px);
  z-index: 11;
}
#our-team.in-view ul.team-members > li.member-2 {
  top: 6%;
  left: 9%;
  width: 160px;
  height: 160px;
}
#our-team.in-view ul.team-members > li.member-3 {
  top: 53%;
  left: 72%;
  width: 160px;
  height: 160px;
}
#our-team.in-view ul.team-members > li.member-4 {
  top: 12%;
  left: 62%;
  width: 130px;
  height: 130px;
}
#our-team.in-view ul.team-members > li.member-5 {
  top: 68%;
  left: 21%;
  width: 110px;
  height: 110px;
}
#our-team.in-view ul.team-members > li.member-6 {
  top: 42%;
  left: -8%;
  width: 110px;
  height: 110px;
}
#our-team.in-view ul.team-members > li.member-7 {
  top: 28%;
  left: 98%;
  width: 110px;
  height: 110px;
}
#our-team.in-view ul.team-members > li.member-8 {
  top: 85%;
  left: -4%;
  width: 110px;
  height: 110px;
}
#our-team.in-view ul.team-members > li.member-9 {
  top: 81%;
  left: 50%;
  width: 110px;
  height: 110px;
}
#our-team.in-view ul.team-members > li.member-10 {
  top: 96%;
  left: 82%;
  width: 110px;
  height: 110px;
}
#team-carousel .carousel-item h5,
#team-carousel .carousel-item p {
  font-weight: normal;
}
#team-carousel .carousel-item h2,
#team-carousel .carousel-item h5 {
  color: #fff;
}
#our-projects {
  position: relative;
  z-index: 3;
  margin-top: -150px;
}
#our-projects .left-col {
  padding: 0;
  position: relative;
}
#our-projects .right-col {
  max-width: 40%;
  margin-left: auto;
}
#our-projects .images-wrapper {
  position: relative;
  left: -120px;
  width: calc(100% + 40px);
  height: 640px;
}
#our-projects .img-wrapper {
  position: absolute;
  display: block;
  background-color: #f4f3f9;
  z-index: 9;
  border-radius: 8px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0px 2px 14px 2px rgba(0, 0, 0, .2);
}
#our-projects .img-wrapper.img-1 {
  right: 5%;
  top: 17%;
  width: 36%;
  height: 30%;
  background-image: url('/assets/images/image-1.jpg');
}
#our-projects .img-wrapper.img-2 {
  top: 0;
  right: 33%;
  width: 31%;
  height: 24%;
  background-image: url('/assets/images/image-2.jpg');
}
#our-projects .img-wrapper.img-3 {
  bottom: 14%;
  left: 23%;
  width: 42%;
  height: 34%;
  background-image: url('/assets/images/image-3.jpg');
}
#our-projects .img-wrapper.img-4 {
  bottom: 39%;
  left: 0%;
  width: 36%;
  height: 28%;
  background-image: url('/assets/images/image-4.jpg');
}
#our-projects .img-wrapper.img-5 {
  right: 0%;
  bottom: 22%;
  width: 25%;
  height: 20%;
  background-image: url('/assets/images/image-5.jpg');
}
#our-projects .img-wrapper.img-6 {
  bottom: 0;
  right: 18%;
  width: 30%;
  height: 25%;
  background-image: url('/assets/images/image-6.jpg');
}
#testimonials-carousel {
  padding: 0 40px;
  z-index: 2;
}
#testimonials-carousel .carousel-item {
  text-align: center;
  padding: 30px 0;
  min-height: 540px;
}
#testimonials-carousel .carousel-inner {
  position: relative;
}
#testimonials-carousel .carousel-inner::before {
  content: '';
  display: block;
  width: 250px;
  height: 210px;
  pointer-events: none;
  position: absolute;
  top: 45%;
  left: calc(50% - 125px);
  background: url(/assets/images/graphics/quotes.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#testimonials-carousel .carousel-item > img {
  width: 175px;
  height: auto;
  border-radius: 50%;
  background-color: #f3f3f3;
  box-shadow: 0px 2px 14px 2px rgba(0, 0, 0, .2);
  margin-bottom: 40px;
}
#testimonials-carousel .carousel-item > p {
  font-size: 21px;
  font-weight: normal;
}
#testimonials-carousel .carousel-item > .name {
  font-size: 19px;
  margin-top: 15px;
  margin-bottom: 5px;
  display: inline-block;
}
#testimonials-carousel .carousel-item > .company {
  font-size: 17px;
  display: inline-block;
  font-style: italic;
  font-style: italic;
  font-weight: 300;
  letter-spacing: .5px;
  word-spacing: 2px;
}
#testimonials-carousel .carousel-control-prev,
#testimonials-carousel .carousel-control-next {
  width: 56px;
  height: 56px;
  background-color: transparent;
  border: 2px solid #434e5d;
  color: #434e5d;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: auto;
  right: auto;
  bottom: 0;
  opacity: 1;
}
#testimonials-carousel .carousel-control-prev {
  right: 100%;
}
#testimonials-carousel .carousel-control-next {
  left: 100%;
}
#testimonials {
  position: relative;
  padding: 180px 0 120px;
}
#testimonials > .container {
  position: relative;
}
#testimonials > .container::before {
  content: '';
  display: block;
  width: 800px;
  height: 800px;
  position: absolute;
  left: calc(50% - 400px);
  top: -300px;
  background: radial-gradient(rgba(255,255,255,.35), transparent 60%);
  border-radius: 50%;
}
#blog {
  position: relative;
  z-index: 2;
  padding: 50px 0 100px;
}
#blog .row + .row {
  margin-top: 30px;
}
#blog .post-wrapper {
  padding: 0;
}
#blog .post-wrapper .post-img > img {
  display: none;
}
#blog .post-wrapper .post-img {
  background-color: #f2f2f2;
  width: 100%;
  height: 220px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#blog .post-wrapper .post-details {
  width: calc(100% - 40px);
  height: calc(100% - 220px);
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, .1);
  position: relative;
  top: -30px;
  padding: 40px 40px 30px;
  border-bottom-right-radius: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
#blog .post-wrapper .post-details span.date {
  font-size: 14px;
  color: #b2b1c0;
  margin-bottom: 10px;
  user-select: none;
}
#blog .post-wrapper .post-details h4 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  color: #434e5d;
  margin-bottom: 25px;
  user-select: none;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#blog .post-wrapper .post-details a.read-more {
  font-size: 16px;
  color: #e42252;
  margin-top: auto;
}
#blog .post-wrapper .post-details:hover {
  background-color: #e42252;
  transition: ease .5s;
}
#blog .post-wrapper .post-details:hover span.date,
#blog .post-wrapper .post-details:hover h4,
#blog .post-wrapper .post-details:hover a.read-more {
  color: #f4f3f9;
  transition: ease .5s;
}
#blog .post-wrapper .post-details:hover span.date {
  opacity: .5;
  transition: ease .5s;
}
#pricing-plans {
  padding-bottom: 300px;
}
#pricing-plans .container {
  position: relative;
  z-index: 3;
}
#pricing-plans .container .row + .row {
  margin-top: 60px;
}
#pricing-plans .text-block h2 {
  color: #fff;
}
#pricing-plans .text-block p {
  font-weight: normal;
}
#pricing-plans .plan-card {
  background-color: #fff;
  color: #434e5d;
  text-align: center;
  border-top: 5px solid #e42252;
  padding: 40px 30px 45px;
  border-radius: 10px;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, .1);
}
#pricing-plans .plan-card h4 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 25px;
}
#pricing-plans .plan-card img {
  height: 70px;
  margin-bottom: 15px;
}
#pricing-plans .plan-card > ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 50px;
  padding-top: 30px;
  position: relative;
}
#pricing-plans .plan-card > ul::before {
  content: '';
  display: block;
  width: calc(100% - 30px);
  height: 1px;
  background-color: #ededed;
  position: absolute;
  left: 15px;
  top: 0;
}
#pricing-plans .plan-card > ul > li {
  font-size: 15px;
  font-weight: 500;
}
#pricing-plans .plan-card > ul > li + li {
  margin-top: 20px;
}
#our-clients {
  position: relative;
  margin-bottom: -50px;
  margin-top: -20px;
  z-index: 3;
}
#our-clients ul.clients li {
  width: calc(100% / 8);
  text-align: center;
  padding: 15px;
}
#our-clients ul.clients li > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  padding: 20px;
  margin: 0 auto;
  border-radius: 50%;
  filter: grayscale(1);
  opacity: .75;
  transition: ease .3s;
}
#our-clients ul.clients li > a:hover {
  filter: grayscale(0);
  opacity: 1;
}
#our-clients ul.clients li > a > img {
  max-width: 100%;
  max-height: 100%;
}
/************************************************************
  Footer
************************************************************/
#footer {
  background-color: #434e5d;
  padding-top: 320px;
  padding-bottom: 80px;
}
#footer .container {
  position: relative;
  z-index: 2;
}
#footer .site-logo img {
  width: 180px;
}
#footer .row + .row {
  margin-top: 20px;
}
#footer .widgets-wrapper {
  margin-top: 60px !important;
  margin-bottom: 80px;
}
#footer .widget {
  text-align: center;
}
#footer .widget img {
  max-height: 90px;
  margin-bottom: 5px;
}
#footer .widget p,
#footer .widget a {
  color: #fff;
}
#footer .widget p {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: normal;
}
#footer .widget h5 {
  color: #9b9fa6;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  font-size: 18px;
  margin-bottom: 0;
}
#footer .widget:nth-child(2) {
  position: relative;
}
#footer .widget:nth-child(2)::before,
#footer .widget:nth-child(2)::after {
  content: '';
  display: block;
  width: 1px;
  height: 80%;
  background-color: #67788f;
  position: absolute;
  top: 10%;
}
#footer .widget:nth-child(2)::before {
  left: 0;
}
#footer .widget:nth-child(2)::after {
  right: 0;
}
#footer ul.footer-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#footer ul.footer-menu > li {
  display: inline-block;
}
#footer ul.footer-menu > li + li {
  margin-left: 50px;
}
#footer ul.footer-menu > li > a {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}
#footer .copyright p {
  font-size: 16px;
  font-weight: normal;
  color: #9b9fa6;
  margin-bottom: 0;
}
#footer ul.social-networks {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#footer ul.social-networks > li {
  display: inline-block;
}
#footer ul.social-networks > li + li {
  margin-left: 10px;
}
#footer ul.social-networks > li > a {
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  font-size: 22px;
  line-height: 1;
  border-radius: 50%;
  background-color: #fff;
  font-weight: 500;
  color: #434e5d;
  transition: ease .3s;
}
#footer ul.social-networks > li > a:hover {
  text-decoration: none;
  background-color: #e42252;
}

@keyframes animate-left {
  0% {
    -webkit-transform:translateX(100%);
    transform:translateX(100%)
  }
  100% {
    -webkit-transform:translateX(0%);
    transform:translateX(0%)
  }
}
.animate {
  animation: animate-left .5s linear;
}