/* Fonts */ial-bedge
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;700&family=Roboto:wght@300;400;500;700&display=swap");
/* You can add global styles to this file, and also import other style files */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; 
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

/* .dropdown:hover .dropbtn {background-color: #3e8e41;} */

  .mainColor {
    color: white;
    background-color: #53af09;
  }

body, html {
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden; 
}

body.mobile-bar-open {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin-top: 0px; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Slab', serif;
  font-weight: 500; }

.page-navigation ul li,
.page-navigation ul li a {
  font-family: 'Roboto Slab', serif; }

.footerPages div a, .contactBlocks p{
  font-family: 'Roboto Slab', serif;
  color: white;
  font-size: 18px;
}  

.footerPages {
  margin: 25px 0;
}

.section-content h6 {
  font-family: 'Roboto', sans-serif; }

/*============= Bootstarp Changes Start Here ====*/
.btn-success {
  border-color: #53af09;
  background-color: #53af09;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  height: 40px; }

.btn-success.btn-lg {
  height: 50px; }

.btn-success:hover {
  border-color: #53af09;
  background-color: #53af09;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
  border-color: #53af09;
  background-color: #53af09;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

.btn-check:active + .btn-success:focus,
.btn-check:checked + .btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

.btn-check:focus + .btn-success,
.btn-success:focus {
  border-color: #53af09;
  background-color: #53af09;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

/*============= Bootstrap Changes End Here ======*/
/*============= Structure Start Here ============*/
.page-wrapper {
  width: 100%;
  float: left; 
}

.page-container {
  max-width: 1300px;
  margin: 0 auto; 
}

/*============= Structure End Here ==============*/
/*============= Header Start Here ===============*/
.page-header {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
  min-height: 120px; }

  .contactBlocks {
    margin: 10px 0;
    display: block;
  }

  .contactBlocks h4 {
    margin-bottom: 7px; 
  }

  .contactBlocks p i {
    margin-right: 8px;
    color: #53af09; 
  }

@media screen and (max-width: 767px) {
  .page-header {
    min-height: 70px; } }

@media screen and (max-width: 767px) {
  .page-header .page-logo img {
    max-width: 110px; } }

.page-header .page-navigation {
  flex-grow: 3; }

.page-header .page-navigation .mobile-navigation {
  display: none;
  margin-top: 3px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 25px;
  float: right; }

@media screen and (max-width: 1023px) {
  .page-header .page-navigation .mobile-navigation {
    display: inline-block; } }

@media screen and (max-width: 767px) {
  .page-header .page-navigation .mobile-navigation {
    margin-right: 0px; } }

.page-header .page-navigation ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: right; }

.page-header .page-navigation ul.desktop-navigation {
  display: inline-block; }

@media screen and (max-width: 1023px) {
  .page-header .page-navigation ul.desktop-navigation {
    display: none; } }

.page-header .page-navigation ul:first-of-type {
  border-left: 1px solid #e7e7e7; }

@media screen and (max-width: 1023px) {
  .page-header .page-navigation ul:first-of-type {
    border: none; } }

@media screen and (max-width: 1023px) {
  .page-header .page-navigation ul:first-of-type li {
    padding-right: 0px;
    padding-left: 0px; } }

.page-header .page-navigation ul li {
  list-style: none;
  margin: 0px;
  font-size: 18px;
  font-weight: 500;
  float: left;
  padding: 0 20px; }

.page-header .page-navigation ul li a {
  color: #333333;
  text-decoration: none;
  display: block;
  line-height: 40px;
  border-bottom: 3px solid transparent; 
}

.page-header .page-navigation ul li.active a {
  border-bottom-color: #53af09;
  color: #53af09; }

.page-header .page-navigation ul li:hover a {
  color: #53af09; }

.page-header .page-button button {
  min-width: 120px; }

@media screen and (max-width: 767px) {
  .page-header .page-button button {
    display: none; } }

.header {
  width: 100%;
  float: left;
  border-bottom: 2px solid #e7e7e7; 
}

a {
  text-decoration: none;
  /* border-bottom: 2px solid #53af09; */
  padding-bottom: 10px;
  /* margin-bottom: 5px; */
}

@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    top: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    background: #ffffff;
    border-bottom: none; } }

@media screen and (max-width: 767px) {
  .header .page-header {
    min-height: 55px; } }

@media screen and (max-width: 767px) {
  body {
    margin-top: 55px; } }

.sticky-header {
  margin-top: 120px; }

@media screen and (max-width: 767px) {
  .sticky-header {
    margin-top: 55px; } }

.sticky-header .header {
  position: fixed;
  top: 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  background: #ffffff;
  border-bottom: none; }

.sticky-header .header .page-header {
  min-height: 70px; }

@media screen and (max-width: 767px) {
  .sticky-header .header .page-header {
    min-height: 55px; } }

.mobile-navigation-bar {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.95);
  z-index: 2000;
  display: none; }

.mobile-navigation-bar span {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 25px;
  color: #333333; }

.mobile-navigation-bar ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 100%;
  margin-top: 75px;
  float: left;
  border-top: 1px solid #cdcdcd; }

.mobile-navigation-bar ul li {
  width: 100%;
  border-bottom: 1px solid #cdcdcd;
  padding: 10px 20px;
  font-size: 16px;
  float: left; }

.mobile-navigation-bar ul li a {
  color: #333333;
  text-decoration: none; }

.mobile-navigation-bar ul li.active a {
  color: #53af09; }

/*============= Header End Here =================*/
/*============= Banner Start Here ===============*/
.banner {
  width: 100%;
  float: left;
  background-image: url('../images/bg-banner.jpg');
  background-size: cover;
  background-position: center;
  color: white;
  padding: 80px 0;
  /* Old browsers */
  /* background: -moz-linear-gradient(top, white 0%, whitesmoke 100%); */
  /* FF3.6-15 */
  /* background: -webkit-linear-gradient(top, white 0%, whitesmoke 100%); */
  /* Chrome10-25,Safari5.1-6 */
  /* background: linear-gradient(to bottom, white 0%, whitesmoke 100%); */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
  /* IE6-9 */ }

.banner-slide {
  width: 100%;
  padding: 50px 20px;
  display: flex;
  align-items: center; }

@media screen and (max-width: 767px) {
  .banner-slide {
    flex-direction: column;
    padding: 20px; } }

.banner-slide .banner-content {
  width: 50%;
  max-width: 50%; 
}

.banner-content2 {
  width: 50%;
  max-width: 50%; 
  font-size: 62px;
  font-weight: bolder;
}

.banner-slide .banner-content h1 {
  font-size: 42px;
  line-height: 50px;
  margin: 0px; 
}

@media screen and (max-width: 767px) {
  .banner-slide .banner-content {
    /* background-color: #0000008a; */
    width: 100%;
    max-width: 100%;
    padding: 15px 15px 30px 15px; } }

.banner-slide .banner-content h2 {
  font-size: 40px;
  line-height: 50px;
  margin: 0px; }

@media screen and (max-width: 980px) {
  .banner-slide .banner-content h2 {
    font-size: 30px;
    line-height: 40px; 
} }

@media screen and (max-width: 767px) {
  .banner-slide .banner-content h2 {
    font-size: 24px;
    line-height: 28px; 
} }

.banner-slide .banner-content p {
  font-size: 22px;
  line-height: 30px;
  color: #666666;
  font-weight: 300;
  padding: 30px 0px;
  margin-bottom: 10px; }

@media screen and (max-width: 980px) {
  .banner-slide .banner-content p {
    font-size: 16px;
    line-height: 28px;
    padding: 20px 0px; 
} }

@media screen and (max-width: 767px) {
  .banner-slide .banner-content p {
    font-size: 18px;
    line-height: 28px;
    /* padding: 15px 0;  */
    
  } }

.banner-slide .banner-content button {
  min-width: 170px; }

@media screen and (max-width: 767px) {
  .banner-slide .banner-content button {
    min-width: 130px; } }

.banner-slide .banner-content button.show-mobile {
  display: none; }

@media screen and (max-width: 767px) {
  .banner-slide .banner-content button.show-mobile {
    display: inline-block; } }

.banner-slide .banner-content button.hide-mobile {
  display: inline-block; }

@media screen and (max-width: 767px) {
  .banner-slide .banner-content button.hide-mobile {
    display: none; } }

.banner-slide .banner-image {
  width: 50%;
  max-width: 50%;
  position: relative; }

@media screen and (max-width: 767px) {
  .banner-slide .banner-image {
    width: 100%;
    max-width: 100%; } }

.banner-slide .banner-image img {
  width: 100%; }

.banner-slide .banner-image .trial-bedge {
  width: 116px;
  height: 116px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background: #53af09;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  line-height: 20px;
  padding-top: 35px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -70px; }

@media screen and (max-width: 1023px) {
  .banner-slide .banner-image .trial-bedge {
    width: 80px;
    height: 80px;
    font-size: 12px;
    padding-top: 25px;
    line-height: 15px; } }

.banner-slide .banner-image .trial-bedge b {
  font-size: 40px;
  font-weight: 600;
  line-height: 20px; }

@media screen and (max-width: 1023px) {
  .banner-slide .banner-image .trial-bedge b {
    font-size: 25px;
    line-height: 15px; } }

/*============= Banner End Here =================*/
/*============= General Container ===============*/
.white-container {
  width: 100%;
  float: left; }

.gray-container {
  width: 100%;
  float: left;
  background: #f5f5f5; }

.why-pos {
  width: 100%;
  float: left;
  padding: 0 20px 50px; }

@media screen and (max-width: 980px) {
  .why-pos {
    padding-bottom: 20px; } }

@media screen and (max-width: 767px) {
  .why-pos div[class*="col-"] {
    margin-bottom: 40px; }
  .why-pos div[class*="col-"]:last-child {
    margin-bottom: 0px; } }

.about-us-section {
  width: 100%;
  float: left;
  padding: 50px 20px; }

@media screen and (max-width: 980px) {
  .about-us-section {
    padding: 20px; } }

@media screen and (max-width: 767px) {
  .about-us-section {
    padding-top: 0px; } }

.features-section {
  width: 100%;
  float: left;
  padding: 0 20px 50px; }

.testimonials-section {
  width: 100%;
  float: left;
  padding: 20px 20px 100px; 
}

.borderStyle {
  border: 2px solid #53af09;
  border-radius: 30px 0 30px 0;
}

.inner-container {
  width: 100%;
  float: left; }

/*============= General Container ===============*/
/*============= Section Common Style ============*/
.section-title {
  width: 100%;
  float: left;
  text-align: center;
  padding: 70px 0px 50px; }

@media screen and (max-width: 980px) {
  .section-title {
    padding: 40px 0px; } }

.section-title h2 {
  font-size: 40px;
  color: #333333;
  position: relative;
  margin: 0px;
  padding: 20px 0; 
}

@media screen and (max-width: 980px) {
  .section-title h2 {
    font-size: 30px;
    padding-bottom: 15px; } }

@media screen and (max-width: 767px) {
  .section-title h2 {
    font-size: 25px;
    padding-bottom: 10px; } }

.section-title h2 span {
  width: 40px;
  height: 5px;
  background: #333333;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -20px; }

.section-title P {
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  margin: 0px;
  padding-top: 20px; }

.section-title.sub-title {
  text-align: left;
  padding: 20px 0px; }

.section-title.sub-title.show-mobile {
  display: none; }

@media screen and (max-width: 767px) {
  .section-title.sub-title.show-mobile {
    display: inline-block; } }

.section-title.sub-title.hide-mobile {
  display: inline-block; }

@media screen and (max-width: 767px) {
  .section-title.sub-title.hide-mobile {
    display: none; } }

@media screen and (max-width: 767px) {
  .section-title.sub-title {
    padding: 20px 0 30px; } }

.section-title.sub-title h2 span {
  left: 0px;
  margin-left: 0px; }

.section-content {
  width: 100%;
  float: left; }

.section-content h6 {
  font-size: 22px;
  color: #666666;
  font-weight: 300;
  margin: 0px;
  padding-bottom: 20px;
  line-height: 30px; }

.section-content h6 b {
  font-weight: 600; }

.section-content p {
  font-size: 16px;
  color: #333333;
  line-height: 25px;
  margin: 0px;
  padding-bottom: 20px; }

.about-us-image {
  width: calc(100% - 30px);
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  background: #f5f5f5;
  margin-top: 20px;
  padding: 20px;
  text-align: center;
  display: inline-block; }

@media screen and (max-width: 980px) {
  .about-us-image {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .about-us-image {
    margin-top: 0px;
    margin-bottom: 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; } }

.about-us-image img {
  max-width: 100%; }

.theme-box {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-bottom: 5px solid #f0f0f0;
  transition: border 0.5s;
  -moz-transition: border 0.5s;
  -webkit-transition: border 0.5s;
  height: 100%; }

.theme-box span {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 4px solid #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px; }

@media screen and (max-width: 1023px) {
  .theme-box span {
    width: 60px;
    height: 60px;
    margin-bottom: 20px; } }

@media screen and (max-width: 767px) {
  .theme-box span {
    width: 80px;
    height: 80px;
    margin-bottom: 15px; } }

.theme-box span i {
  font-size: 40px;
  color: #333333; }

@media screen and (max-width: 1023px) {
  .theme-box span i {
    font-size: 30px; } }

@media screen and (max-width: 767px) {
  .theme-box span i {
    font-size: 40px; } }

.theme-box h4 {
  font-size: 25px;
  line-height: 32px;
  color: #333333;
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 0 20px 15px;
  min-height: 80px; }

@media screen and (max-width: 1023px) {
  .theme-box h4 {
    font-size: 18px;
    line-height: 25px;
    padding: 0 0 12px;
    min-height: 0px; } }

@media screen and (max-width: 767px) {
  .theme-box h4 {
    font-size: 20px;
    line-height: 28px;
    padding: 0 20px 15px;
    min-height: 0px; } }

.theme-box:hover {
  animation: pulse;
  animation-duration: 1s; }

.theme-box.blue:hover {
  border-color: #5b93d8; }

.theme-box.blue span {
  border-color: #5b93d8; }

.theme-box.blue span i {
  color: #5b93d8; }

.theme-box.purple:hover {
  border-color: #b541eb; }

.theme-box.purple span {
  border-color: #b541eb; }

.theme-box.purple span i {
  color: #b541eb; }

.theme-box.orange:hover {
  border-color: #53af09; }

.theme-box.orange span {
  border-color: #53af09; }

.theme-box.orange span i {
  color: #53af09; }

.theme-box.green:hover {
  border-color: #53af09; }

.theme-box.green span {
  border-color: #53af09; }

.theme-box.green span i {
  color: #53af09; }

.feature-list {
  width: 100%;
  float: left; }

.feature-box {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: center;
  padding: 30px 20px; }

@media screen and (max-width: 767px) {
  .feature-box {
    padding: 20px; } }

.feature-box .feature-icon {
  width: 85px;
  height: 85px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 3px solid #666666;
  display: inline-block;
  line-height: 85px;
  font-size: 40px;
  color: #53af09;
  margin-bottom: 20px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s; }

.feature-box .feature-content {
  width: 100%;
  display: inline-block; }

.feature-box .feature-content h4 {
  font-size: 22px;
  color: #333333;
  margin: 0px;
  padding-bottom: 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s; }

@media screen and (max-width: 767px) {
  .feature-box .feature-content h4 {
    font-size: 20px; } }

.feature-box .feature-content p {
  font-size: 16px;
  color: #333333;
  line-height: 25px;
  margin: 0px; }

.feature-box:hover {
  animation: pulse;
  animation-duration: 1s; }

.feature-box:hover .feature-icon {
  border-color: #53af09;
  color: #53af09; }

.feature-box:hover h4 {
  color: #53af09; }

.customer-testimonials-list {
  width: 100%;
  float: left;
  padding: 50px 0; 
}

@media screen and (max-width: 767px) {
  .customer-testimonials-list div[class*="col-"] {
    margin-bottom: 60px; }
  .customer-testimonials-list div[class*="col-"]:last-child {
    margin-bottom: 0px; } }

.testimonials-box {
  width: 100%;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  display: inline-block;
  height: 100%;
  /* border-radius: 50px 0 50px 0; */
  background: #ffffff;
  text-align: center;
  padding: 20px;
  /* padding: 80px 0 0 50px; */
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s; }

  
.testimonials-box2 {
  width: 100%;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  display: inline-block;
  height: 100%;
  border-radius: 30px 0 30px 0;
  background: #ffffff;
  text-align: center;
  padding: 80px 0 0 50px;
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s; }

.testimonials-box .profile-image, .testimonials-box2 .profile-image {
  width: 80px;
  height: 80px;
  display: inline-block;
  overflow: hidden;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 3px solid #ffffff;
  margin-top: -60px; }

.testimonials-box .profile-image img {
  width: 100%; }

.testimonials-box ul li, .section-content ul li,
.testimonials-box2 ul li, .section-content ul li {
  font-size: 18px;
  color: #333333;
  line-height: 25px;
  margin: 0px;
  padding: 0px;
  padding-bottom: 15px;
  width: 100%;
  text-align: left; }

.testimonials-box h6 {
  font-size: 18px;
  color: #333333;
  margin: 0px;
  padding: 0px;
  width: 100%;
  text-align: left; }

.testimonials-box:hover {
  transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1); }

.pos-statastics {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 30px 20px; }

@media screen and (max-width: 767px) {
  .pos-statastics {
    flex-wrap: wrap; } }

.pos-statastics .stat-count {
  padding-right: 30px; }

@media screen and (max-width: 767px) {
  .pos-statastics .stat-count {
    width: 50%;
    padding-right: 20px; } }

.pos-statastics .stat-count label {
  font-size: 30px;
  line-height: 25px;
  color: #333333;
  margin: 0px;
  float: left; }

@media screen and (max-width: 767px) {
  .pos-statastics .stat-count label {
    width: 100%; } }

.pos-statastics .stat-count span {
  font-size: 16px;
  color: #333333;
  line-height: 25px; }

.pos-statastics .stat-content {
  flex-grow: 3;
  padding-right: 30px; }

@media screen and (max-width: 767px) {
  .pos-statastics .stat-content {
    width: 100%;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 20px; } }

.pos-statastics .stat-content p {
  font-size: 16px;
  line-height: 25px;
  color: #333333;
  margin: 0px; }

.pos-statastics .stat-button button {
  white-space: nowrap; }

/*============= Section Common Style ============*/
/*============= Footer Start Here ===============*/
.footer {
  width: 100%;
  float: left; 
}

.footerPad {
  padding: 50px 0;
}

@media screen and (max-width: 767px) {
  .footer div[class*="col-"] {
    margin-bottom: 40px; }
  .footer div[class*="col-"]:last-child {
    margin-bottom: 0px; } }

.footer .footer-content {
  width: 100%;
  float: left;
  background: #343434;
  padding-top: 20px;
  padding-bottom: 20px; }

.footer .footer-content .footer-logo {
  float: right;
  padding: 20px 0px; }

.footer .footer-content h3 {
  font-size: 22px;
  color: #ffffff; }

.footer .footer-content p {
  color: #ffffff;
  width: 100%;
  display: inline-block;
  padding: 3px 0px;
  margin: 0px; }

.footer .footer-content p i {
  margin-right: 4px; }

.footer .footer-content ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-top: 10px; }

.footer .footer-content ul li {
  font-size: 16px;
  line-height: 28px;
  width: 50%;
  float: left; }

.footer .footer-content ul li a {
  color: #ffffff;
  text-decoration: none; }

.footer .footer-content .newsletter {
  width: 100%;
  display: inline-block;
  padding-top: 10px;
  position: relative; }

.footer .footer-content .newsletter button {
  background: #2a2a2a;
  color: #ffffff;
  font-size: 16px;
  position: absolute;
  right: 0px;
  top: 10px;
  bottom: 0px;
  outline: none;
  border: none;
  width: 40px; }

.footer .footer-content .newsletter button:focus {
  outline: none; }

.footer .footer-content .newsletter input {
  background: #8e8e8e;
  border: none;
  height: 40px;
  width: 100%;
  color: #ffffff;
  padding: 0 15px; }

.footer .footer-content .newsletter input:focus {
  outline: none; }

.footer .footer-section {
  width: 100%;
  float: left;
  padding: 10px 20px; }

.footer .footer-copyright {
  width: 100%;
  float: left;
  background: #4f4f4f; }

.footer .footer-copyright p {
  color: #ffffff;
  margin: 0px; }

.footer .footer-copyright p:first-child {
  float: left; }

.footer .footer-copyright p:last-child {
  float: right; }

@media screen and (max-width: 767px) {
  .footer .footer-copyright p:last-child {
    float: left;
    width: 100%;
    padding-top: 5px; } }

.footer .footer-copyright p a {
  color: #ffffff;
  text-decoration: none;
  padding: 0 5px; }

/*============= Footer End Here =================*/
@media screen and (max-width: 767px) {
  .features-section .section-title {
    padding-top: 0px; } }
