/*
Template Name: Bizfinity
Author: GrayGrids
*/

/*===========================
    01.COMMON css 
===========================*/

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Sen", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #5E678C;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

a:hover {
  color: #3E54FF;
}

a {
  transition: all 0.3s ease-out 0s;
}

a,
a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0px;
  color: #333;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 40px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 34px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin: 0px;
}

.img-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.error {
  color: orangered;
}

.success {
  color: green;
}

.scroll-top {
  width: 45px;
  height: 45px;
  background: #3E54FF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff !important;
  border-radius: 0;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
  text-align: center;
  line-height: 45px;
}

.scroll-top:hover {
  color: #fff;
  background: #333;
}

@keyframes animation1 {
  0% {
    transform: translateY(30px);
  }

  50% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(30px);
  }
}

/* Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}

.preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}



@keyframes preloader-fx {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}


/*======================================
	01. Start Header CSS
========================================*/
/* Topbar */
.header .toolbar-area {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  background: #fff;
}

.header .toolbar-area .toolbar-contact {
  margin-top: 8px;
}

.header .toolbar-area .toolbar-contact p {
  display: inline-block;
  margin-right: 8px !important;
  margin-top: 2px;
  margin: 0;
  text-align: center;
  line-height: 0;
  font-size: 14px;
  color: #2e2e2e;
}

.header .toolbar-area .toolbar-contact p:last-child {
  margin-right: 0px !important;
}

.header .toolbar-area .toolbar-contact p a {
  font-size: 14px;
  font-weight: 400;
  color: #aaa;
  margin-right: 7px;
}

.header .toolbar-area .toolbar-contact p i {
  display: inline-block;
  margin-right: 6px;
  color: #3E54FF;
  font-size: 15px;
}

.header .toolbar-area .toolbar-contact p a:hover {
  color: #4d6de6;
}

.header .toolbar-area .toolbar-contact ul li p {
  margin: 0;
  float: right;
  font-size: 13px;
  margin-top: 8px;
  font-weight: 500;
  line-height: 18px;
  color: #777;
}

.header .toolbar-area .toolbar-contact ul li:last-child {}

.header .toolbar-area .toolbar-sl-share ul {
  float: right;
  line-height: 39px;
}

.header .toolbar-area .toolbar-sl-share ul li {
  margin: 0;
  text-align: center;
  display: inline-block;
  height: 40px;
  margin-right: 5px;
}

.header .toolbar-area .toolbar-sl-share ul li:last-child {
  margin-right: 0;
}

.header .toolbar-area .toolbar-sl-share ul li a {
  color: #aaa;
  height: 35px;
  width: 35px;
  text-align: center;
  display: block;
  border: 1px solid #eee;
  line-height: 35px;
  text-align: center;
}

.header .toolbar-area .toolbar-sl-share ul li a i {
  font-size: inherit;
}

.header .toolbar-area .toolbar-sl-share ul li a:hover {
  color: #4d6de6;
}
.toolbar-sl-share b{
  color: #4d6de6;
  padding-right: .6rem;
}
.toolbar-sl-share span{
  color: #f11d0e;
  padding-left: .2rem;
  font-weight: bold;
}

.header .button .btn {
  padding: 12px 20px;
}

.header .button {
  margin-left: 0px;
}

/*===== NAVBAR =====*/
.navbar-area {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.3s ease-out 0s;
  padding: 0;
}

.navbar-area.header-3 {
  background: #fff;
}

.navbar-area.sticky {
  position: fixed;
  z-index: 99;
  background: #3E54FF;
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-out 0s;
  background: #fff;
  padding: 0px 0;
}

.navbar-area.sticky .toolbar-area {
  display: none;
}

.header {
  background-color: #fff;
}

.navbar {
  padding: 0;
  position: relative;
  transition: all 0.3s ease-out 0s;
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  width: 123px;
}

.navbar-toggler {
  padding: 0px;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #222;
  display: block;
  margin: 5px 0;
  position: relative;
  transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  transform: rotate(45deg);
  top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 400px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 130% !important;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    max-height: 350px;
    overflow-y: scroll;
  }
  .col-sm-6 .diyige{
    margin: 10px 10px !important;
  }
  .col-sm-6 .dierge{
    margin: 10px 10px !important;
  }
}

@media (max-width: 399px) {
  .navbar-collapse {
    position: absolute;
    top: 165% !important;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    max-height: 350px;
    overflow-y: scroll;
  }
}

.navbar-nav .nav-item {
  position: relative;
  z-index: 1;
}

.navbar-nav .nav-item:hover a {
  color: #fff;
}
.ms-auto {
  margin-left: 8px !important;
}
.navbar-nav .nav-item a {
  font-size: 16px;
  color: #051441;
  transition: all 0.3s ease-out 0s;
  position: relative;
  padding: 10px 11px;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  transition: all 0.3s ease-out 0s;
  position: relative;
  text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item a {
    padding: 32px 2px;
  }
}

@media only screen and (min-width: 400px) and (max-width: 991px),
(max-width: 399px) {
  .navbar-nav .nav-item a {
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    padding-left: 10px;
  }
  .ms-auto {
    margin-left: 0px !important;
}

  .nav-inner {
    padding: 12px 0;
  }
}

.navbar-nav .nav-item a.active {
  color: #3E54FF;
  font-weight: bold;
}

.navbar-nav .nav-item a.dd-menu {
  padding-right: 34px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item a.dd-menu {
    padding-right: 30px;
  }
}

.navbar-nav .nav-item a.dd-menu::after {
  content: "\ea58";
  font: normal normal normal 1em/1 "LineIcons";
  position: absolute;
  right: 17px;
  font-size: 10px;
  top: 50%;
  margin-left: 5px;
  margin-top: 0px;
  transition: all 0.3s ease-out 0s;
  height: 10px;
  margin-top: -5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item a.dd-menu::after {
    right: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .navbar-nav .nav-item a.dd-menu::after {
    top: 16px;
    right: 0;
    transform: rotate(180deg);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .navbar-nav .nav-item a.collapsed::after {
    transform: rotate(0deg);
  }
}

.navbar-nav .nav-item:hover>.sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.navbar-nav .nav-item:hover>.sub-menu .sub-menu {
  left: 100%;
  top: 0;
}

.navbar-nav .nav-item .sub-menu {
  min-width: 220px;
  background-color: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100% !important;
  left: -8px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  padding: 10px;
}

.navbar-nav .nav-item .sub-menu.left-menu {
  left: -100%;
}

.navbar-nav .nav-item .sub-menu.collapse:not(.show) {
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .navbar-nav .nav-item .sub-menu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    padding: 0;
	  margin:0;
  }

  .navbar-nav .nav-item .sub-menu::after {
    display: none;
  }
}

.navbar-nav .nav-item .sub-menu>li {
  display: block;
  margin-left: 0;
}

.navbar-nav .nav-item .sub-menu>li:last-child {
  border: none;
}

.navbar-nav .nav-item .sub-menu>li.active>a,
.navbar-nav .nav-item .sub-menu>li:hover>a {
  color: #3E54FF;
}

.navbar-nav .nav-item .sub-menu>li>a {
  font-weight: 400;
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  color: #222;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  font-weight: 400;
}

.navbar-nav .nav-item .sub-menu>li:first-child a {
  border: none;
}

.navbar-nav .nav-item .sub-menu>li>a:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #3E54FF;
}

.diyi{
  background-color: #58c9e9;
}
.dier{
  background-color: #4d9ace;
}
.disan{
  background-color: #1cd599;
}
.disi{
  background-color: #67b362;
}
.diwu{
  background-color: #ee9b3b;
}
.diliu{
  background-color: #dd2e3f;
}
.diqi{
  background-color: rgb(194, 4, 194);
}
.diba{
  background-color: #e425a6;
}
.dijiu{
  background-color: #9f3794;
}
.dishi{
  background-color: #d6ac8e;
}

/*======================================
   End Header CSS
========================================*/



.small a{
  font-weight: normal;
}


/*=============================
	03. Start Features CSS
===============================*/
.Features {
  background: #fff;
}

.Features .feature-content {
  padding-left: 50px;
  padding-bottom: 30px;
}

.Features .feature-content .title {
  margin-bottom: 30px;
}

.Features .feature-content .title span {
  text-transform: capitalize;
  font-size: 14px;
  display: inline-block;
  background: #3e54ff;
  color: #fff;
  padding: 4px 18px;
  margin-bottom: 5px;
}

.Features .feature-content .title h3 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}

.Features .feature-item {
  margin-bottom: 15px;
  position: relative;
  padding-left: 80px;
  padding-right: 30px;
}

.Features .feature-item:last-child {
  margin-bottom: 0;
}

.Features .feature-item .feature-thumb {
  height: 55px;
  width: 55px;
  background: url(../images/feature-icon-bg.png) no-repeat center center;
  background-size: contain;
  font-size: 23px;
  line-height: 55px;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
}

.Features .feature-item .banner-content {
  /*! padding-left: 34px; */
  display: inline-block;
}

.Features .feature-item .banner-content .title {
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 600;
  line-height: 38px;
}

.Features .feature-item .banner-content p {
  color: #777;
  font-weight: 400;
  font-size: 14px;
  display: block;
  margin-top: 6px;
}

.feature-right {
  position: relative;
  /* background-image: url('../images/phone.png'); */
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}



/*======================================
	05. Start Call Action CSS
========================================*/

.call-action {
  background-image: url('../images/creative-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 9;
}

.call-action.overlay:before {
  background: #5793c5;
  opacity: 0.98;
  z-index: -1;
}

.call-action .section-title {
  text-align: left;
  padding: 0;
  margin-bottom: 0px;
  margin-top: 20px;
}

.call-action .section-title span {
  text-transform: capitalize;
  font-size: 14px;
  display: inline-block;
  background: #3e54ff;
  color: #fff;
  padding: 4px 18px;
  margin-bottom: 5px;
}

.call-action .section-title h2 {
  color: #fff;
  font-size: 36px;
  line-height: 56px;
}

.call-action .section-title p {
  color: #fff;
}

.call-action .section-title h2:before {
  left: 0;
  margin-left: 0;
}

.call-action .right-form {
  background: #fff;
  padding: 60px 50px;
  box-shadow: 0px 0px 35px #0000000d;
  /* border-top: 10px solid #3e54ff; */
  padding-bottom: 26px;
}
.right-pic{
  padding: 0;
}
.right-pic img{
  max-width: 100%;
  border-radius: 36px
}

.call-action .section-heading {
  margin-bottom: 20px;
  display: block;
}

.call-action .section-heading .small {
  color: #3e54ff;
  display: block;
  margin-top: 10px;
  margin-bottom: 7px;
  font-size: 15px;
}

.call-action .section-heading h4 {
  font-size: 28px;
  font-weight: 700;
}

.call-action .contact-form-box input {
  height: 50px;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 0;
  margin-bottom: 10px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  padding: 0px 20px;
}

.call-action .contact-form-box textarea {}

.call-action .contact-form-box textarea {
  height: 150px;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 0;
  margin-bottom: 10px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  padding: 20px;
}

.call-action .contact-form-box .button .btn {
  width: 100%;

}

/*=============================
	09. Start Pricing Table CSS
===============================*/
.pricing-table {
  background: #fff;
  background-image: url('../images/fun-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 9;
}
.pricing-table.sjbg:before {
  background: #64d8f2;
  /* background-color: #0a4ea2; */
  /* background: #111; */
  opacity: 0.96;
  z-index: -1;
}
.sjbg{
	position:relative
}
.sjbg::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background: #000;
	content: "";
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

.pricing-table .single-table {
  /* background-color:#fff; */
  text-align: center;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 30px 20px;
  box-shadow: 0 10px 30px rgba(111, 111, 111, 0.1);
  overflow: hidden;
  /* border: 1px solid #f0f1f2;
  border-radius: 33px; */
}
.sjdiyige{
  float: left;
  width: 100%;
  border-radius: 0px; 
  padding: 30px 20px;
  background-image: url(../images/phone.png);
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.yansediyige{
  float: left;
  width: 100%;
  background-color: #1e2c77;
  padding: 30px 20px;
}

.diyige{
  border: 16px solid #1cd599;
  border-radius: 33px; 
  background-color:#fff;
}
.dierge{
  border: 16px solid #c466ec;
  border-radius: 33px; 
  background-color:#fff;
}
.dierge .button .btn{
  padding: 5px 20px;
}

.pricing-table .single-table .popular {
  color: #fff;
  background: #3E54FF;
  display: inline-block;
  padding: 5px 70px;
  position: absolute;
  right: -60px;
  top: 14px;
  font-size: 13px;
  transform: rotate(45deg);
}

/* Table Head */
.pricing-table .single-table .table-head {}

.pricing-table .single-table .title {
  font-size: 23px;
  font-weight: 600;
  line-height: 26px;
}

.pricing-table .single-table .title span {
  display: block;
  margin-top: 0;
  font-size: 13px;
  font-weight: 400;
  color: #260bb8;
  text-transform: capitalize;
}

.pricing-table .single-table .price {
  width: 90%;
  height: 200px;
  display: inline-block;
  margin: 10px 0;
}
.pricing-table .single-table .price textarea{
  border: 1px dashed #74b9ff;
  width: 90%;
  height: 200px;
}
.shouji .table-list{
  margin-top: 10px;
}
.shouji {
  width: 90%;
  height: 380px;
  display: inline-block;
  background-color: #fff;
  border-radius: 1px;
}
.shouji textarea{
  width: 90%;
  height: 78%;
  margin-top: 2%;
  border: 1px dashed #74b9ff;
}
.shouji h5{
  line-height: 50px;
  font-size: 23px;
}
.sjyinc{
  height: 130px;
}

.pricing-table .single-table .amount {
  position: relative;
  color: #333;
  font-size: 35px;
  display: inline-block;
  margin: 45px 0;
  font-weight: 600;
}

.pricing-table .single-table .curency {
  color: #555;
  font-size: 17px;
  font-weight: 400;
  position: absolute;
  left: -14px;
  top: -7px;
}

.pricing-table .single-table .duration {
  color: #888;
  font-size: 11px;
  font-weight: 400;
  position: absolute;
  right: -25px;
  bottom: -6px;
}
.table-list .jchm{
    padding: 6px 16px;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 500;
    margin-right: 7px;
    margin-bottom: 5px;
    background: transparent;
    color: #666;
    border: 1px solid #ccc;
}
.table-list button.jchm{
    padding: 8.6px 16px;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 500;
    margin-right: 7px;
    margin-bottom: 3px;
    background: transparent;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 0;
}
.table-list .jchm:hover{
    color: #fff;
    border: 1px solid #3E54FF;
    background-color: #3E54FF;
}
/* Table List */
.pricing-table .table-list li {
  color: #444;
  margin-bottom: 5px;
  font-size: 14px;
}

.pricing-table .table-list li:last-child {
  margin-bottom: 0;
}
.pricing-table .table-list li b{
  color: #fc0202;
  padding: 0 .2rem;
}

/* Table Bottom */
.pricing-table .button {
  margin-top: 10px;
}





.custom li {
  margin-bottom: 11px;
}

.custom li:last-child {
  margin-bottom: 0;
}

.custom li a {
  font-size: 14px;
  height: 26px;
  background-color: transparent;
  display: block;
  position: relative;
  line-height: 26px;
  color: #333;
  transition: all 0.3s ease-out 0s;
  font-weight: 500;
  padding: 0;
  overflow: hidden;
}
.custom li div{
  width: 68%;
}

.custom li a span {
  position: absolute;
  right: 0;
  top: 0;
  width: 32%;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background-color: transparent;
  color: #333;
  transition: all 0.3s ease-out 0s;
  border-radius: 50%;
  font-size: 13px;
  text-align: right;
}

.custom li a:hover {
  color: #3E54FF;
}
.more{
  float: right;
  font-size: 15px;
  font-weight: normal;
  line-height: 44px;
  color: #999;
}
.more a{
  color: #999;
  font-weight: normal;
}
.more a:hover{
  color: #3e54ff;
  font-weight: normal;
}
.xuansele{
  float: left;
  width: 100%;
}
.xuansele select{
  float: left;
  width: 200px;
  margin-bottom: 15px;
}
.xuansele span{
  float: left;
  width: auto;
  margin-right: 5px;
  margin-bottom: 15px;
  line-height: 33px;
}

@media (min-width: 576px){
  .modal-dialog {
      max-width: 520px;
      margin: 1.75rem auto;
  }
  }

.footer {
  background-color: #fff;
  z-index: 2;
  position: relative;
}

.footer .footer-top {
  padding-top: 80px;
  padding-bottom: 50px;
}

.footer .logo {
  margin-bottom: 25px;
}

.footer .logo img {
  width: 170px;
}

.footer .f-about {
  padding-right: 30px;
}

.footer .f-about p {
  color: #777;
  font-size: 14px;
  display: block;
  line-height: 27px;
}

.footer .f-about .footer-social {
  margin-top: 35px;
}

.footer .f-about .footer-social ul {}

.footer .f-about .footer-social ul li {
  display: inline-block;
  margin-right: 6px;
}

.footer .f-about .footer-social ul li:last-child {
  margin: 0;
}

.footer .f-about .footer-social ul li a {
  font-size: 14px;
  color: #333;
  height: 35px;
  width: 35px;
  text-align: center;
  display: block;
  border: 1px solid #eee;
  line-height: 35px;
  background: #3e54ff;
  border: none;
  color: #fff;
}

.footer .f-about .footer-social ul li a:hover {
  background: #333;
  color: #fff;
}

.footer .newsletter-form {
  padding: 41px;
  border: 1px solid #eee;
}

.footer .newsletter-form form {}

.footer .newsletter-form input {
  width: 400px;
  border-bottom: 3px solid #eee;
  color: #333;
  height: 60px;
  display: inline-block;
  border: none;
  border: 2px solid #eee;
  border-radius: 0;
  font-weight: 500;
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 0px 20px;
}

.footer .newsletter-form .button {
  display: inline-block;
  width: 100%;
}

.footer .newsletter-form .button .btn {
  height: 60px;
  width: 100%;
  display: block;
  margin-top: 14px;
}

.footer .footer-middle {
  padding-bottom:30px;
  padding-top: 15px;
}

.footer .single-footer {
  margin-top: 15px;
}

.footer .single-footer h3 {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.footer .single-footer h3 span{
  background: #3e54ff;
  color: #fff;
  padding: 4px 18px;
}


/* Footer Link */
.footer .f-link ul li {
  margin-bottom: 13px;
  position: relative;
}

.footer .f-link ul li:last-child {
  margin: 0;
}

.footer .f-link ul li:hover:before {
  background: #333;
}

.footer.index2 .f-link ul li:hover:before {
  background: #333;
}

.footer .f-link ul li:last-child {
  margin-bottom: 0px;
}

.footer .f-link ul li a {
  display: inline-block;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.footer .f-link ul li a:hover {
  color: #3E54FF;
  padding-left: 5px;
}

/* Footer Contact */
.footer .f-contact {}

.footer .f-contact p {
  color: #555;
  margin-bottom: 20px;
  line-height: 30px;
}

.footer .f-contact ul {}

.footer .f-contact ul li {
  display: inline-block;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
}

.footer .f-contact ul li a {
  display: inline-block;
  color: #555;
  font-size: 14px;
  font-weight: 500;
  font-weight: 400;
}

.footer .f-contact ul li a:hover {
  padding: 0;
}

.footer .f-contact ul li a i {}

.footer .f-contact ul li i {
  display: inline-block;
  margin-right: 7px;
  font-size: 17px;
  color: #3E54FF;

}

.footer .custom-flex {
  margin-right: -15px;
}

.footer .custom-flex li {
  width: calc(33.33% - 15px);
  margin-bottom: 15px;
  margin-right: 15px;
}

.footer .gallery ul {
  margin-left: -10px;
  overflow: hidden;
}

.footer .gallery ul li {
  float: left;
  margin: 10px 0 0 10px;
  padding: 0;
}

.footer .gallery ul li a {
  position: relative;
}

.footer .gallery ul li a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #3E54FF;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.footer .gallery ul li a:hover:before {
  opacity: 0.8;
  visibility: visible;
}

.footer .gallery ul li a i {
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}

.footer .gallery ul li a:hover i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.footer .gallery ul li img {
  width: 100px;
  height: 100px;
}

.footer .footer-bottom {}

.footer .footer-bottom .inner {
  padding: 30px 0;
  border-top: 2px solid #eee;
  text-align: center;
}

.footer .footer-bottom p {
  color: #555;
}

.footer .footer-bottom p a {
  font-weight: 400;
  display: inline-block;
  margin-left: 6px;
  color: #333;
}

.footer .footer-bottom p a:hover {
  color: #3E54FF;
}

.footer .footer-bottom .left {}

.footer .footer-bottom .right {
  text-align: right;
}

/*======================================
	End Footer	CSS
========================================*/
