@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900");

footer {
  font: 400 15px/28px "Poppins", sans-serif;
  letter-spacing: 0px;
  color: #677294;
  padding: 0px;
  overflow-x: hidden;
  z-index: 0;
}

@media (min-width: 1250px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

@media (max-width: 1250px) {
  .footer_links {
    display: block;
  }
}

@media (min-width: 1250px) {
  .footer_links {
    display: flex;
    flex-wrap: wrap;
  }
}

.f_size_15 {
  font-size: 15px;
}

.l_height34 {
  line-height: 34px;
}

.f_p {
  font-family: "Poppins", sans-serif;
}

.f_400 {
  font-weight: 400;
}

.s_features_item.s_features_item_two .s_features_content .learn_btn:hover,
.price_btn,
.s_subcribes .btn-submit,
.f_widget.about-widget .f_list li a:hover,
.f_widget .widget-wrap p a:hover,
.footer_bottom a,
.menu > .nav-item:hover .nav-link,
.menu > .nav-item.active .nav-link,
.menu
  > .nav-item.submenu.mega_menu.mega_menu_two
  .mega_menu_inner
  .dropdown-menu
  .nav-item
  .item
  .text:hover,
.menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link,
.menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link,
.menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link,
.footer_bottom a:hover {
  color: #6754e2;
}

/*====================================================*/
/*====================================================*/
/*============== 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: 115px 0px 100px;
}

.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: #6754e2;
  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 #e2e7f3;
  border-radius: 3px;
  background: #e9ecf3;
  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: #6754e2;
}
.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: #6754e2;
}

.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;
}

/*=============== 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: #5e2ced;
}
.footer_area_four .footer_top .f_widget.about-widget .f_list li a:hover:before {
  background: #5e2ced;
}
.footer_area_four .footer_top .f_widget .widget-wrap p a:hover {
  color: #5e2ced;
}
.footer_area_four .footer_bottom p a {
  color: #5e2ced;
}
.footer_area_four .footer_bottom a:hover {
  color: #5e2ced;
}

/*======= 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: -moz-linear-gradient(0deg, #1c143b 0%, #111339 100%);
  background-image: -webkit-linear-gradient(0deg, #1c143b 0%, #111339 100%);
  background-image: -ms-linear-gradient(0deg, #1c143b 0%, #111339 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: #5e2ced;
}
.error_footer .f_menu li a {
  position: relative;
}
.error_footer .f_menu li a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #5e2ced;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.2s linear;
}
.error_footer .f_menu li a:hover {
  color: #5e2ced;
}
.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: #6754e2;
}
.footer_dark_two .dark_widget .widget-wrap p a:hover {
  color: #6754e2;
}
.footer_dark_two .dark_widget.about-widget .f_list li a:before {
  background: #6754e2;
}
.footer_dark_two .dark_widget.about-widget .f_list li a:hover {
  color: #6754e2;
}
.footer_dark_two .dark_f_bottom a {
  transition: color 0.2s linear;
}
.footer_dark_two .dark_f_bottom a:hover {
  color: #6754e2;
}
.footer_dark_two .dark_f_bottom p a {
  color: #6754e2;
}
.footer_dark_two .dark_f_bottom .f_menu li a:hover {
  color: #6754e2;
}

.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: #5e2ced;
}
.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: #5e2ced;
}
.footer_dark_three .dark_widget.about-widget .f_list li a:hover {
  color: #5e2ced;
}
.footer_dark_three .dark_f_bottom a {
  color: #6d738c;
}
.footer_dark_three .dark_f_bottom a:hover {
  color: #5e2ced;
}
.footer_dark_three .dark_f_bottom p {
  color: #6d738c;
}
.footer_dark_three .dark_f_bottom p a {
  color: #5e2ced;
}
.footer_dark_three .dark_f_bottom .f_menu li a {
  color: #6d738c;
}
.footer_dark_three .dark_f_bottom .f_menu li a:hover {
  color: #5e2ced;
}

.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;
}
.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%;
}

.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: #5e2ced;
}
.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: #5e2ced;
  border-color: #5e2ced;
}
.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;
}

@-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%;
  }
}

/* responsive styles */

@media (max-width: 1550px) {
  .company_widget img,
  .protype_img {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .footer_top {
    padding-bottom: 60px;
  }
  .footer_top .f_widget{
    padding-left: 0px;
    margin-bottom: 40px;
  }
  .footer_bottom,
  .f_social_icon_two a {
    font-size: 13px;
  }
  .footer_area_four .footer_top {
    padding-bottom: 40px;
  }
  .company_widget .f_subscribe {
    max-width: 300px;
  }
  .footer_top_two .company_widget {
    padding-right: 0px;
  }
  .footer_top_two .f_widget {
    margin-bottom: 40px;
  }
  .footer_area_two .footer_top_two .row {
    margin-bottom: -40px;
  }
  .footer_nine_top .company_widget.pr_100 {
    padding-right: 0px;
  }
  .footer_bottom .f_menu li + li {
    margin-left: 7px;
  }
}

@media (max-width: 768px) {
  .footer_bottom p {
    text-align: center;
    margin-bottom: 12px !important;
  }
  .footer_bottom .f_social_icon_two {
    text-align: right !important;
    margin-bottom: 12px;
  }
  .footer_bottom .f_menu {
    text-align: center !important;
  }

  .company_widget .mt_30 {
    margin-top: 20px;
  }
}

@media (max-width: 650px) {
  .company_widget .mt_40 {
    margin-top: 25px;
  }
}

@media (max-width: 576px) {
  .footer_bottom .f_social_icon_two,
  .footer_bottom .f_menu,
  .footer_area_two .footer_bottom p {
    text-align: center !important;
  }
  .footer_bottom .f_social_icon_two {
    margin-bottom: 6px;
  }
}

/* custom styles */

.f_bg.footer_bg {
  background: #d9e4fe;
}
.footer_email_wrap p span {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .footer_links {
    justify-content: space-between;
  }
  .footer_widget {
    padding-left: 25px;
  }
  .footer_logo_wrap {
    padding-left: 40px;
  }
}
.footer_links li a {
  font-weight: bold !important;
  color: #3e4b73 !important;
}

.footer_links li {
  padding: 0.5rem 1rem;
}
.footer_top {
  border-bottom: 0 !important;
}

.f_social_icon_two a {
  font-size: 18px !important;
  color: black !important;
  margin: 0px 8px;
}


#subscribe-form-footer label.error {
  position: absolute;
  color: red;
}