.pos_footer_area {
  background: #413c85;
  padding-bottom: 0;
  padding-top: 120px;
  position: relative;
  z-index: 0;
}
.pos_footer_area .leaf_left,
.pos_footer_area .leaf_right {
  position: absolute;
  bottom: 0;
}
.pos_footer_area .leaf_left {
  left: 0;
}
.pos_footer_area .leaf_right {
  right: 0;
}
.pos_footer_area .top_shap {
  position: absolute;
  bottom: 100%;
  height: 100%;
  left: 0;
  width: 100%;
  align-items: flex-end;
  display: flex;
  z-index: -1;
}
.pos_footer_area:before {
  content: "";
  width: 100%;
  height: 40px;
  background: #49458c;
  position: absolute;
  bottom: 0;
  left: 0;
}
.pos_footer_area:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/pos/wave_two.png) no-repeat scroll center bottom;
  position: absolute;
  left: 0;
  top: -100%;
  z-index: -1;
}
.pos_footer_area .f_widget.company_widget p {
  color: #bab5df;
}
.pos_footer_area .f_widget.company_widget .f_social_icon a {
  color: #bab5df;
  border-color: #6e679b;
}
.pos_footer_area .f_widget.company_widget .f_social_icon a:hover {
  background: #fff;
  border-color: #fff;
  color: #5f54fd;
}
.pos_footer_area .f_widget.about-widget .f_list li a {
  color: #bab5df;
}
.pos_footer_area .f_widget.about-widget .f_list li a:before {
  background: #fff;
}
.pos_footer_area .f_widget.about-widget .f_list li a:hover {
  color: #fff;
}

.pos_footer_bottom {
  padding-top: 80px;
  padding-bottom: 30px;
}
.pos_footer_bottom .pos_women {
  position: relative;
  bottom: -12px;
}

.wave_shap {
  width: 100%;
  position: absolute;
  height: 212px;
  bottom: 0;
  z-index: -1;
}

/*====================================================*/
/*====================================================*/
/*============== footer_area css ==============*/
.f_bg {
  background: #eff2f9;
  box-shadow: 0px -1px 0px 0px rgba(231, 236, 246, 0.004);
}

.footer_top {
  border-bottom: 1px solid #e0e3ef;
  padding: 60px 0px 50px;
}

.f_widget .widget-wrap {
  margin-top: 35px;
}
.f_widget .widget-wrap p span {
  color: #051441;
}
.f_widget .widget-wrap p a {
  color: #677294;
  transition: color 0.2s linear;
}
.f_widget.company_widget .mchimp-errmessage,
.f_widget.company_widget .mchimp-sucmessage {
  position: absolute;
}
.f_widget.about-widget .f_list {
  margin-bottom: 0px;
}
.f_widget.about-widget .f_list li {
  margin-bottom: 15px;
}
.f_widget.about-widget .f_list li a {
  font: 300 16px/20px "Poppins", sans-serif;
  color: #677294;
  position: relative;
  transition: color 0.2s linear;
  display: inline-block;
}
.f_widget.about-widget .f_list li a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #1cb54c;
  right: 0;
  left: auto;
  bottom: 0;
  position: absolute;
  transition: width 0.2s linear;
}
.f_widget.about-widget .f_list li a:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.f_widget.about-widget .f_list li:last-child {
  margin-bottom: 0px;
}

.f_subscribe {
  position: relative;
  margin-top: 40px;
}
.f_subscribe .form-control {
  font: 300 14px "Poppins", sans-serif;
  color: #333;
  border: 1px solid rgb(226, 231, 243);
  border-radius: 3px;
  background: rgb(233, 236, 243);
  padding-left: 25px;
  height: 54px;
  box-shadow: none;
}
.f_subscribe .form-control.placeholder {
  color: #9ba2b5;
}
.f_subscribe .form-control:-moz-placeholder {
  color: #9ba2b5;
}
.f_subscribe .form-control::-moz-placeholder {
  color: #9ba2b5;
}
.f_subscribe .form-control::-webkit-input-placeholder {
  color: #9ba2b5;
}
.f_subscribe .form-control:focus {
  box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
}
.f_subscribe button {
  position: absolute;
  right: 25px;
  background: transparent;
  padding: 0;
  color: #222d39;
  font-size: 16px;
  top: 52%;
  transform: translateY(-50%);
}

.footer_bottom {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #7f88a6;
  padding: 27px 0px;
}
.footer_bottom p a {
  transition: color 0.2s linear;
}
.footer_bottom .f_menu {
  margin-bottom: 0px;
}
.footer_bottom .f_menu li {
  display: inline-block;
  position: relative;
}
.footer_bottom .f_menu li a {
  color: #7f88a6;
  transition: color 0.2s linear;
}
.footer_bottom .f_menu li a:hover {
  color: #1cb54c;
}
.footer_bottom .f_menu li + li {
  margin-left: 16px;
}
.footer_bottom .f_menu li + li:before {
  content: "";
  width: 1px;
  height: 12px;
  background: #b1b7ca;
  display: inline-block;
  margin-right: 18px;
  vertical-align: middle;
}
.footer_bottom a:hover {
  color: #1cb54c;
}

.f_social_icon_two a {
  font-size: 14px;
  color: #969db4;
  margin: 0px 8px;
}

/*================ footer area two css ==============*/
.footer_area_two {
  background: #fbfbfd;
}
.footer_area_two .footer_top_two {
  border-bottom: 1px solid #e9ecf3;
  padding: 120px 0px 70px;
}
.footer_area_two .footer_top_two .f_widget.about-widget .f_list li a:before {
  background: #00aff0;
}
.footer_area_two .footer_top_two .f_widget.about-widget .f_list li a:hover {
  color: #00aff0;
}
.footer_area_two .footer_top_two .f_widget .widget-wrap p a:hover {
  color: #00aff0;
}
.footer_area_two .footer_bottom {
  position: relative;
}
.footer_area_two .footer_bottom p a {
  color: #00aff0;
}
.footer_area_two .footer_bottom .f_menu li a:hover {
  color: #00aff0;
}
.footer_area_two .footer_bottom .f_menu li + li:before {
  background: #7f88a6;
}

.f_social_icon a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 45px;
  color: #858da8;
  display: inline-block;
  background: #ebeef5;
  text-align: center;
  transition: all 0.2s linear;
}
.f_social_icon a:hover {
  background: #00aff0;
  color: #fff;
}
.f_social_icon a + a {
  margin-left: 10px;
}

.pagescroll_btn {
  width: 44px;
  height: 44px;
  border: 1px solid #1d1d42;
  font-size: 16px;
  color: #00aff0;
  text-align: center;
  line-height: 44px;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  top: -22px;
  background: #121233;
}

.footer_three {
  background: #1b1e29;
}
.footer_three .footer_top {
  border-color: #252130;
  color: #b2b6c4;
}
.footer_three .footer_top p {
  color: #b2b6c4;
}
.footer_three .footer_top .f-title {
  color: #fff;
}
.footer_three .footer_top .f_widget.about-widget .f_list li a {
  color: #b2b6c4;
}
.footer_three .footer_top .f_widget.about-widget .f_list li a:before {
  background: #a8a9ab;
}
.footer_three .footer_top .f_widget.about-widget .f_list li a:hover {
  color: #fff;
}
.footer_three .footer_top .social_icon {
  margin-top: 42px;
}
.footer_three .footer_top .social_icon a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #8a8e9b;
  font-size: 14px;
  line-height: 45px;
  background: #282b38;
  text-align: center;
  display: inline-block;
  margin-right: 12px;
  transition: all 0.2s linear;
}
.footer_three .footer_top .social_icon a:hover {
  background: #7444fd;
  color: #fff;
}
.footer_three .footer_bottom {
  color: #b2b6c4;
}
.footer_three .footer_bottom .f_menu li a {
  color: #b2b6c4;
}
.footer_three .footer_bottom .f_menu li a:hover {
  color: #fff;
}

/*=============== footer_area_four css =============*/
.footer_area_four .footer_top {
  border-bottom: 1px solid #e9ecf3;
  padding: 120px 0px 70px;
}
.footer_area_four .footer_top .f_widget.about-widget .f_list li a:hover {
  color: #2a6fee;
}
.footer_area_four .footer_top .f_widget.about-widget .f_list li a:hover:before {
  background: #2a6fee;
}
.footer_area_four .footer_top .f_widget .widget-wrap p a:hover {
  color: #2a6fee;
}
.footer_area_four .footer_bottom p a {
  color: #2a6fee;
}
.footer_area_four .footer_bottom a:hover {
  color: #2a6fee;
}

/*======= footer_area_five css ========*/
.footer_area_five .footer_top .f_widget.about-widget .f_list li a:hover {
  color: #3d64f4;
}
.footer_area_five .footer_top .f_widget.about-widget .f_list li a:hover:before {
  background: #3d64f4;
}
.footer_area_five .footer_top .f_widget .widget-wrap p a:hover {
  color: #3d64f4;
}
.footer_area_five .footer_bottom p a {
  color: #3d64f4;
}
.footer_area_five .footer_bottom a:hover {
  color: #3d64f4;
}

.footer_area_six {
  background-image: linear-gradient(
    0deg,
    rgb(28, 20, 59) 0%,
    rgb(17, 19, 57) 100%
  );
  border-top: 2px solid #192161;
}

.footer_top_six .company_widget a {
  color: #3d64f4;
}
.footer_top_six .f_widget.about-widget .f_list li a:before {
  background: #fff;
}
.footer_top_six .f_widget.about-widget .f_list li a:hover {
  color: #fff;
}
.footer_top_six .social-widget {
  margin-right: -15px;
}
.footer_top_six .social-widget .f_social_icon {
  padding-top: 4px;
}
.footer_top_six .social-widget .f_social_icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #232453;
  transition: all 0.3s linear;
}
.footer_top_six .social-widget .f_social_icon a + a {
  margin-left: 2px;
}
.footer_top_six .social-widget .f_social_icon a:hover {
  background: #3d57f4;
}

/*============ footer_seven css==============*/
.footer_seven {
  border-top: 1px solid #d9e1fb;
}
.footer_seven .f_social_icon {
  padding-top: 14px;
}
.footer_seven .f_social_icon a {
  width: auto;
  height: auto;
  font-size: 14px;
  color: #969db4;
  background: transparent;
}
.footer_seven .f_social_icon a:hover {
  color: #4069eb;
}
.footer_seven .f_social_icon a + a {
  margin-left: 16px;
}
.footer_seven .f_widget .widget-wrap p a:hover {
  color: #4069eb;
}
.footer_seven .f_widget.about-widget .f_list li {
  margin-bottom: 13px;
}
.footer_seven .f_widget.about-widget .f_list li a {
  font-size: 14px;
}
.footer_seven .f_widget.about-widget .f_list li a:before {
  background: #4069eb;
}
.footer_seven .f_widget.about-widget .f_list li a:hover {
  color: #4069eb;
}
.footer_seven .footer_bottom {
  padding: 20px 0px;
}
.footer_seven .footer_bottom a:hover {
  color: #4069eb;
}
.footer_seven .footer_bottom p a {
  color: #4069eb;
}

/*============= error_footer css ===========*/
.error_footer {
  background: #eff2f9;
  padding: 40px 0px;
}
.error_footer a:hover {
  color: #2a6fee;
}
.error_footer .f_menu li a {
  position: relative;
}
.error_footer .f_menu li a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #2a6fee;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.2s linear;
}
.error_footer .f_menu li a:hover {
  color: #2a6fee;
}
.error_footer .f_menu li a:hover:before {
  width: 100%;
}
.error_footer .f_menu li + li:before {
  display: none;
}

/*============== footer_dark_one css =============*/
.footer_dark_one {
  background: #15133a;
}
.footer_dark_one .footer_top {
  border-color: #1f1d48;
}
.footer_dark_one .f_widget.about-widget .f_list li a,
.footer_dark_one .f_widget .widget-wrap p a,
.footer_dark_one .f_social_icon_two a {
  color: #9ca5c1;
}

.dark_f_bottom a {
  transition: color 0.2s linear;
}
.dark_f_bottom a:hover {
  color: #4069eb;
}
.dark_f_bottom p {
  color: #9ca5c1;
}
.dark_f_bottom p a {
  color: #4069eb;
}
.dark_f_bottom .f_menu li a {
  color: #9ca5c1;
}
.dark_f_bottom .f_menu li a:hover {
  color: #4069eb;
}
.dark_f_bottom .f_menu li + li:before {
  background: #5e6482;
}

.dark_widget .f-title {
  color: #fff;
}
.dark_widget.company_widget .f_social_icon_two {
  margin-top: 25px;
}
.dark_widget.company_widget .f_social_icon_two a:first-child {
  margin-left: 0px;
}
.dark_widget.company_widget .f_social_icon_two a:hover {
  color: #4069eb;
}
.dark_widget .widget-wrap p span {
  color: #fff;
}
.dark_widget .widget-wrap p a:hover {
  color: #4069eb;
}
.dark_widget.about-widget .f_list li a:before {
  background: #4069eb;
}
.dark_widget.about-widget .f_list li a:hover {
  color: #4069eb;
}
.dark_widget .f_subscribe .form-control {
  background: transparent;
  border-color: #202430;
}
.dark_widget .f_subscribe button {
  color: #fff;
}

/*============ footer_dark_two css ===========*/
.footer_dark_two {
  background: #13112d;
}
.footer_dark_two .footer_top {
  border-color: #1f1d48;
}
.footer_dark_two .dark_widget.company_widget .f_social_icon_two a:hover {
  color: #1cb54c;
}
.footer_dark_two .dark_widget .widget-wrap p a:hover {
  color: #1cb54c;
}
.footer_dark_two .dark_widget.about-widget .f_list li a:before {
  background: #1cb54c;
}
.footer_dark_two .dark_widget.about-widget .f_list li a:hover {
  color: #1cb54c;
}
.footer_dark_two .dark_f_bottom a {
  transition: color 0.2s linear;
}
.footer_dark_two .dark_f_bottom a:hover {
  color: #1cb54c;
}
.footer_dark_two .dark_f_bottom p a {
  color: #1cb54c;
}
.footer_dark_two .dark_f_bottom .f_menu li a:hover {
  color: #1cb54c;
}

.footer_dark_three {
  background: #1b1e29;
}
.footer_dark_three .footer_top {
  border-color: #212532;
}
.footer_dark_three .dark_widget .widget-wrap p a {
  color: #6d738c;
  transition: color 0.2s linear;
}
.footer_dark_three .dark_widget .widget-wrap p a:hover {
  color: #2a6fee;
}
.footer_dark_three .dark_widget.about-widget .f_list li a {
  color: #6d738c;
}
.footer_dark_three .dark_widget.about-widget .f_list li a:before {
  background: #2a6fee;
}
.footer_dark_three .dark_widget.about-widget .f_list li a:hover {
  color: #2a6fee;
}
.footer_dark_three .dark_f_bottom a {
  color: #6d738c;
}
.footer_dark_three .dark_f_bottom a:hover {
  color: #2a6fee;
}
.footer_dark_three .dark_f_bottom p {
  color: #6d738c;
}
.footer_dark_three .dark_f_bottom p a {
  color: #2a6fee;
}
.footer_dark_three .dark_f_bottom .f_menu li a {
  color: #6d738c;
}
.footer_dark_three .dark_f_bottom .f_menu li a:hover {
  color: #2a6fee;
}

.footer_dark_four {
  background: #16143a;
}

.footer_dark_five {
  background: #121233;
}
.footer_dark_five .footer_top_two {
  border-color: #1d1d42;
}
.footer_dark_five .f_widget .widget-wrap p span {
  color: #fff;
}
.footer_dark_five .f_widget .f_social_icon a {
  background: #1c1c42;
}
.footer_dark_five .f_widget .f_social_icon a:hover {
  background: #00aff0;
}

/*=========== footer_nine_area css ============*/
.footer_nine_area {
  position: relative;
  z-index: 1;
}
.footer_nine_area .footer_shap {
  position: absolute;
  background: url("../img/home9/footer.png") no-repeat scroll center;
  left: 0;
  width: 100%;
  background-size: cover;
  top: 0px;
  height: 100%;
  z-index: -1;
}

.footer_nine_top {
  padding-bottom: 170px;
  position: relative;
  padding-top: 150px;
}
.footer_nine_top .f_widget .f-title {
  color: #051441;
  text-transform: uppercase;
}
.footer_nine_top .f_widget .f-title:after {
  content: "";
  width: 100px;
  height: 1px;
  display: block;
  background: #ebeefa;
  margin-top: 15px;
}
.footer_nine_top .f_widget.about-widget .f_list li a:before {
  background: #0479f7;
}
.footer_nine_top .f_widget.about-widget .f_list li a:hover {
  color: #0479f7;
}
.footer_nine_top .company_widget .f_social_icon_two a:first-child {
  margin-left: 0;
}
.footer_nine_top .company_widget .f_social_icon_two a:hover {
  color: #0479f7;
}

.footer_nine_bottom {
  background: #051441;
  padding: 27px 0px;
}
.footer_nine_bottom p {
  font: 300 14px "Poppins", sans-serif;
  color: #7f88a6;
}
.footer_nine_bottom p a {
  color: #fff;
}
.footer_nine_bottom .flag_selector {
  float: right;
}
.footer_nine_bottom .flag_selector .dropdown-toggle {
  background-color: transparent !important;
  border: 0px !important;
  border-radius: 0px;
  padding: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font: 400 14px "Poppins", sans-serif;
  color: #7f88a6;
}
.footer_nine_bottom .flag_selector .dropdown-toggle:after {
  display: none;
}
.footer_nine_bottom .flag_selector .dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none !important;
}
.footer_nine_bottom .flag_selector .text {
  display: flex !important;
}
.footer_nine_bottom .flag_selector .text .flag-icon {
  margin-left: 0px;
  margin-right: 20px;
  float: none;
  align-self: center;
}
.footer_nine_bottom .flag_selector .flag-icon {
  position: relative;
  display: inline-block;
  width: 39px;
  line-height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  height: 22px;
  margin-left: 27px;
  float: right;
}
.footer_nine_bottom .flag_selector .flag-icon:before {
  content: "";
  width: 1px;
  height: 100%;
  position: relative;
  display: inline-block;
  background: #18295c;
  left: -15px;
}
.footer_nine_bottom .flag_selector .flag-icon.flag-icon-us {
  background-image: url(../img/home9/flag.png);
}
.footer_nine_bottom .flag_selector .flag-icon.flag-icon-mx {
  background-image: url(../img/home9/flag.png);
}
.footer_nine_bottom .flag_selector .dropdown-menu {
  padding: 0px;
  border-radius: 0px;
  border: 0px;
}
.footer_nine_bottom .flag_selector .dropdown-menu .flag-icon:before {
  display: none;
}
.footer_nine_bottom .flag_selector .dropdown-menu li .dropdown-item {
  transition: all 0.2s linear;
}
.footer_nine_bottom .flag_selector .dropdown-menu li .dropdown-item:hover {
  background: #21d4fd;
  color: #fff;
}

/*===========footer_dark_ten css ===========*/
.footer_dark_ten .f_widget .widget-wrap p a:hover {
  color: #23b1fe;
}
.footer_dark_ten .f_widget.about-widget .f_list li a:before {
  background: #23b1fe;
}
.footer_dark_ten .f_widget.about-widget .f_list li a:hover {
  color: #23b1fe;
}
.footer_dark_ten .dark_f_bottom .f_menu li a:hover,
.footer_dark_ten .dark_f_bottom a {
  color: #23b1fe;
}

.payment_footer_area {
  background: #07112d;
  border: 0px;
  padding: 220px 0px 100px;
}
.payment_footer_area .f_widget.company_widget p {
  color: #7f88a6;
}
.payment_footer_area .f_widget.company_widget a {
  color: #5f51fb;
}
.payment_footer_area .f_widget.about-widget .f_list li a {
  color: #959eb8;
}
.payment_footer_area .social-widget .f_social_icon a {
  background: #182240;
}
.payment_footer_area .social-widget .f_social_icon a:hover {
  background: #5f51fb;
}

.payment_footer_area_two {
  padding: 100px 0px;
}

/*============ new_footer_area css ===========*/
.new_footer_area {
  background: #fbfbfd;
}
.new_footer_area .footer_bottom {
  padding-top: 5px;
  padding-bottom: 50px;
}
.new_footer_area .footer_bottom p {
  font-size: 16px;
  color: #6a7695;
  line-height: 28px;
  margin-bottom: 0;
}
.new_footer_area .footer_bottom p i {
  color: #fd2f51;
}

.new_footer_top {
  padding: 120px 0px 270px;
  position: relative;
}
.new_footer_top .f-title {
  margin-bottom: 30px;
  color: #263b5e;
}
.new_footer_top .company_widget p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #6a7695;
  margin-bottom: 20px;
}
.new_footer_top .company_widget .f_subscribe_two .form-control {
  border: 1px solid #e2e2eb;
  border-radius: 4px;
  height: 55px;
  background: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 55px;
  padding-left: 30px;
}
.new_footer_top .company_widget .f_subscribe_two .btn_get {
  border-width: 1px;
  margin-top: 20px;
}
.new_footer_top .f_widget.about-widget .f_list li {
  margin-bottom: 11px;
}
.new_footer_top .f_widget.about-widget .f_list li a {
  color: #6a7695;
}
.new_footer_top .f_widget.about-widget .f_list li a:before {
  display: none;
}
.new_footer_top .f_widget.about-widget .f_list li a:hover {
  color: #2a6fee;
}
.new_footer_top .f_social_icon a {
  width: 44px;
  height: 44px;
  line-height: 43px;
  background: transparent;
  border: 1px solid #e2e2eb;
  font-size: 12px;
}
.new_footer_top .f_social_icon a:hover {
  background: #2a6fee;
  border-color: #2a6fee;
}
.new_footer_top .f_social_icon a + a {
  margin-left: 4px;
}
.new_footer_top .footer_bg {
  position: absolute;
  bottom: 0;
  background: url("../img/seo/footer_bg.png") no-repeat scroll center 0;
  width: 100%;
  height: 266px;
}
.new_footer_top .footer_bg .footer_bg_one {
  background: url("../img/seo/car.png") no-repeat center center;
  width: 70px;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 30%;
  animation: myfirst 22s linear infinite;
}
.new_footer_top .footer_bg .footer_bg_two {
  background: url("../img/seo/bike.png") no-repeat center center;
  width: 50px;
  height: 52px;
  bottom: 0;
  left: 38%;
  position: absolute;
  animation: myfirst 30s linear infinite;
}

.white_footer_area .footer_top .f_widget .f_title {
  color: #222;
}
.white_footer_area .footer_top .f_widget p {
  color: #56575e;
  font-size: 14px;
}
.white_footer_area .footer_top .f_widget.about-widget .f_list li a {
  font-size: 16px;
  color: #56575e;
}
.white_footer_area .footer_top .f_widget.about-widget .f_list li a:before {
  background: #56575e;
}
.white_footer_area .footer_top .f_widget.about-widget .f_list li a:hover {
  color: #56575e;
}
.white_footer_area .footer_top .f_widget.social-widget {
  margin-left: -15px;
}
.white_footer_area .footer_top .f_widget .f_social_icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: transparent;
  font-size: 12px;
}
.white_footer_area .footer_top .f_widget .f_social_icon a:hover {
  background: #3d57f4;
  color: #fff;
}
.white_footer_area .footer_top .f_widget .f_social_icon a + a {
  margin-left: 0;
}

/*============== agency_footer_area css ==============*/
.agency_footer_area {
  overflow: hidden;
  position: relative;
  background-color: #fcfdf9;
}
.agency_footer_area a {
  display: inline-block;
}
.agency_footer_area .shape_1 {
  left: 0px;
  bottom: -220px;
  max-width: 415px;
}
.agency_footer_area .shape_2 {
  top: -100px;
  right: 135px;
  max-width: 475px;
}
.agency_footer_area .shape_3 {
  right: 0px;
  bottom: -221px;
  max-width: 408px;
}
.agency_footer_area p {
  max-width: 570px;
  margin-top: 40px;
  margin-bottom: 40px;
  color: #222d39;
  margin-left: auto;
  margin-right: auto;
}
.agency_footer_area .newsletter_form {
  background-color: #ffffff;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.agency_footer_area .newsletter_form .col-form-label {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 68px;
  padding: 0px;
  width: 33%;
  border: 1px solid #dfe5ed;
  border-right: 0px;
}
.agency_footer_area .newsletter_form .col-form-label i {
  color: #1cb54c;
}
.agency_footer_area .newsletter_form input {
  width: 47%;
  border: none;
  outline: none;
  display: block;
  padding: 0px 30px;
  border-radius: 0px;
  border: 1px solid #dfe5ed;
}
.agency_footer_area .newsletter_form .submit_btn {
  width: 20%;
  height: 100%;
  display: block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  padding: 0px 15px;
  line-height: 70px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1cb54c;
  border: 0px;
  cursor: pointer;
  box-shadow: 0.418px 2.971px 10px 0px rgba(66, 97, 234, 0.21);
}
.agency_footer_area .copyright_text {
  display: block;
  max-width: 100%;
  margin-bottom: 25px;
  font-size: 16px;
  color: #222d39;
}
.agency_footer_area .site_name {
  color: #3e5ae8;
  display: inline-block;
}
.agency_footer_area .author_link {
  position: relative;
  color: #1cb54c;
}
.agency_footer_area .author_link:before {
  width: 0px;
  left: auto;
  right: 0px;
  bottom: 0px;
  height: 1px;
  content: "";
  position: absolute;
  background: #1cb54c;
  transition: width 0.3s linear;
}
.agency_footer_area .author_link:hover:before {
  left: 0px;
  width: 100%;
  right: auto;
}
.agency_footer_area .circle_social_links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
}
.agency_footer_area .circle_social_links li {
  margin-right: 3px;
}
.agency_footer_area .circle_social_links li:last-child {
  margin-right: 0px;
}
.agency_footer_area .circle_social_links li a {
  z-index: 1;
  width: 48px;
  height: 48px;
  display: block;
  color: #ffffff;
  font-size: 16px;
  line-height: 50px;
  position: relative;
  border-radius: 100%;
  transition: all 0.2s linear;
}
.agency_footer_area .circle_social_links li a.bg_facebook {
  background-color: #3b5998;
  box-shadow: 1.392px 9.903px 10px 0px rgba(59, 89, 152, 0.21);
}
.agency_footer_area .circle_social_links li a.bg_googleplus {
  background-color: #ea4335;
  box-shadow: 1.392px 9.903px 10px 0px rgba(234, 67, 53, 0.21);
}
.agency_footer_area .circle_social_links li a.bg_twitter {
  background-color: #1da1f2;
  box-shadow: 1.392px 9.903px 10px 0px rgba(29, 161, 242, 0.21);
}
.agency_footer_area .circle_social_links li a.bg_linkedin {
  background-color: #007bb5;
  box-shadow: 1.392px 9.903px 10px 0px rgba(0, 119, 181, 0.21);
}
.agency_footer_area .circle_social_links li a:hover {
  box-shadow: none;
}

@-moz-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}
@keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}
