@charset "UTF-8";



/*



Style   : MobApp CSS

Version : 1.0

Author  : Surjith S M

URI     : https://surjithctly.in/



Copyright © All rights Reserved 



*/



/*------------------------

[TABLE OF CONTENTS]

    

1. GLOBAL STYLES

2. NAVBAR

3. HERO

4. TABS

5. TESTIMONIALS

6. IMAGE GALLERY

7. PRICING

8. CALL TO ACTION

9. FOOTER

10.contact form



------------------------*/



/* GLOBAL

----------------------*/



body {

  font-family: "Rubik", sans-serif;

  position: relative;

}



a {

  color: #fff;

}



a:hover,

a:focus {

  color: #190872;

}



h1 {

  font-size: 60px;

  font-weight: 300;

  letter-spacing: -1px;

  margin-bottom: 1.5rem;

}



h2 {

  font-size: 41px;

  font-weight: 300;

  color: #fff;

  letter-spacing: -1px;

  margin-bottom: 1rem;

}



h3 {

  color: #000000;

  font-size: 33px;

  font-weight: 500;

}



h4 {

  font-size: 20px;

  font-weight: 500;

  color: #633991;

}



h5 {

  font-size: 18px;

  font-weight: 400;

  color: #000000;

  margin-bottom: 0.7rem;

}



p {
  /* color: #959094; */
  color: #000000;
}



p.lead {

  color: #e38cb7;

  margin-bottom: 2rem;

}



.text-primary {

  color: #e38cb7 !important;

}



.light-font {

  font-weight: 300;

}



.btn {

  font-size: 12px;

  font-weight: 400;

  text-transform: uppercase;

  padding: 0.375rem 1.35rem;

  transition: all 0.3s ease;

}



.btn-outline-light:hover {

  color: #d6619c;

}



.btn-primary {

  border-radius: 3px;

  background-color: #577ced;

  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);

  font-weight: 500;

  padding: 0.6rem 2rem;

  border: 0;

}



.btn-primary:hover,

.btn-primary:focus,

.btn-primary:active,

.btn-primary:not([disabled]):not(.disabled).active,

.btn-primary:not([disabled]):not(.disabled):active,

.show > .btn-primary.dropdown-toggle {

  background-color: #190872;

  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3);

  color: #fff;

}



.btn-light {

  border-radius: 3px;

  background: #fff;

  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);

  font-size: 14px;

  font-weight: 500;

  color: #633991;

  margin: 0.5rem;

  padding: 0.7rem 1.6rem;

  line-height: 1.8;

}



.btn-group-lg > .btn,

.btn-lg {

  padding: 0.8rem 1rem;

  font-size: 15px;

}



.light-bg {

  background-color: #f3f8fb;

}



.image-bg{

  background-image: url('../images/background-image.png');

  background-size: cover;

  background-repeat: no-repeat;

}

.pad-top{

  padding-top: 40px;

}

.cont-1{

  padding-top: 100px;

}



.section {

  padding: 80px 0;

}



.section-title {

  text-align: center;

  margin-bottom: 3rem;

}



.section-title small {

  color: #998a9b;

}



@media (max-width: 767px) {

  h1 {

    font-size: 40px;

  }

  h2 {

    font-size: 30px;

  }

  .contact__form {

    background-color: #ffffff;

    padding: 10px;

    border-radius: 0px 0px 12px 12px;

  }

}



/* NAVBAR

----------------------*/

.blue {

  color: #577ced !important;

}



.nav-menu {

  padding: 1rem 0;

  transition: all 0.3s ease;

  background-color: #050421;

}



.nav-menu.is-scrolling,

.nav-menu.menu-is-open {

  background-color: #050421;

  -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);

  -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);

  box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);

  position: fixed;

  top: 0;

  right: 0;

  left: 0;

  z-index: 1030;

  margin-top: ;

}



.nav-menu.is-scrolling {

  padding: 0;

}



.navbar-nav .nav-link {

  position: relative;

}



@media (min-width: 992px) {

  .navbar-expand-lg .navbar-nav .nav-link {

    padding-right: 1rem;

    padding-left: 1rem;

    font-size: 14px;

  }

  .navbar-nav > .nav-item > .nav-link.active:after {

    content: "";

    border-bottom: 2px solid #cd99d4;

    left: 1rem;

    right: 1rem;

    bottom: 5px;

    height: 1px;

    position: absolute;

  }

}



@media (max-width: 991px) {

  .navbar-nav.is-scrolling {

    padding-bottom: 1rem;

  }

  .navbar-nav .nav-item {

    text-align: center;

  }

}



/* HERO

----------------------*/



header {

  padding: 50px 0 0;

  text-align: left;

  color: #fff;

}



.bg-gradient {

  /* background-image: -moz-linear-gradient(

    135deg,

    rgba(60, 8, 118, 0.8) 0%,

    rgba(250, 0, 118, 0.8) 100%

  );

  background-image: -webkit-linear-gradient(

    135deg,

    rgba(60, 8, 118, 0.8) 0%,

    rgba(250, 0, 118, 0.8) 100%

  );

  background-image: -ms-linear-gradient(

    135deg,

    rgba(60, 8, 118, 0.8) 0%,

    rgba(250, 0, 118, 0.8) 100%

  );

  background-image: linear-gradient(

    135deg,

    rgba(60, 8, 118, 0.8) 0%,

    rgba(250, 0, 118, 0.8) 100%

  ); */

  background-image: url("../images/01.png");

  background-repeat: no-repeat;

  background-size: cover;

}



.cont-dnt {

  display: none;

}



.copy {

  color: #fff;

}

.contact__form:hover .contact__form::after {

  background: #ce0f3d;

  bottom: -5px;

  height: 5px;

  border-radius: 0 0 5px 5px;

}

.contact__form::after {

  position: absolute;

  bottom: 6px;

  left: 20px;

  right: 20px;

  content: "";

  height: 4px;

  background: #00AFEE;

  border-radius: 0 0 6px 6px;

  -moz-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  transition: all 0.3s ease;

}

.text-light1{

  color: #fff;

}



.tagline {

  font-size: 12px;

  font-weight: 300;

  color: #fff;

  max-width: 800px;

  margin: 0 auto;

}



.img-holder {

  height: 0;

  padding-bottom: 33%;

  overflow: hidden;

}



@media (max-width: 1200px) {

  .img-holder {

    padding-bottom: 50%;

  }

}



@media (max-width: 767px) {

  .tagline {

    font-size: 17px;

  }

  .img-holder {

    padding-bottom: 100%;

  }

  .cont-dn {

    display: none;

  }

  .cont-dnt {

    display: block !important;

  }

  .mj {

    margin-left: 60px;

  }

  .circle-icon {

    width: 100px !important;

    height: 100px !important;

    font-size: 28px !important;

    line-height: 80px !important;

  }

  .cont-1 {

    padding-bottom: 30px;

    padding-top: 0px;

  }

  #purchase-now{

    display: none;

  }

 #call-now {
    position: fixed !important;
    bottom: 80px !important;
    left: 20px !important;
	top: unset !important;
    z-index: 10000 !important;
	}

  h5 {

    font-size: 14px;

  }

  .text-light1{

    color: #000000;

  }

}



/* FEATURES

----------------------*/



.gradient-fill:before {

  color: #fc73b4;

  background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);

  background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);

  background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);

  -webkit-background-clip: text;

  background-clip: text;

  -webkit-text-fill-color: transparent;

}



.card.features {

  border: 0;

  border-radius: 3px;

  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);

  transition: all 0.3s ease;

}



@media (max-width: 991px) {

  .card.features {

    margin-bottom: 2rem;

  }

  [class^="col-"]:last-child .card.features {

    margin-bottom: 0;

  }

}



.card.features:before {

  content: "";

  position: absolute;

  width: 3px;

  color: #fc73b4;

  background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);

  background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);

  background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);

  top: 0;

  bottom: 0;

  left: 0;

}



.card-text {

  font-size: 16px;

}



.card.features:hover {

  transform: translateY(-3px);

  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);

  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);

  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);

}



.box-icon {

  box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.14);

  padding: 10px;

  width: 70px;

  border-radius: 3px;

  margin-bottom: 1.5rem;

  background-color: #fff;

}



.circle-icon {

  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);

  padding: 10px;

  width: 100px;

  height: 100px;

  border-radius: 50%;

  margin-bottom: 1.5rem;

  background-color: #040443;

  color: #f5378e;

  font-size: 48px;

  text-align: center;

  line-height: 80px;

  font-weight: 300;

  transition: all 0.3s ease;

}



.circle-icon2 {

  text-align: center;

  margin-bottom: 1rem;

}



@media (max-width: 992px) {

  .circle-icon {

    width: 70px;

    height: 70px;

    font-size: 28px;

    line-height: 50px;

  }

}



.ui-steps li:hover .circle-icon {

  background-image: -moz-linear-gradient(122deg, #e6388e 0%, #fb378e 100%);

  background-image: -webkit-linear-gradient(122deg, #e6388e 0%, #fb378e 100%);

  background-image: -ms-linear-gradient(122deg, #e6388e 0%, #fb378e 100%);

  background-image: linear-gradient(122deg, #e6388e 0%, #fb378e 100%);

  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.09);

  color: #fff;

}



.ui-steps li {

  padding: 15px 0;

}



.ui-steps li:not(:last-child) {

  border-bottom: 1px solid #f8e3f0;

}



.perspective-phone {

  position: relative;

  z-index: -1;

}



@media (min-width: 992px) {

  .perspective-phone {

    margin-top: -150px;

  }

}



/*  TABS

----------------------*/



.tab-content {

  border-bottom-right-radius: 3px;

  border-bottom-left-radius: 3px;

  background-color: #fff;

  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);

  padding: 3rem;

}



@media (max-width: 992px) {

  .tab-content {

    padding: 1.5rem;

  }

}



.tab-content p {

  line-height: 1.8;

}



.tab-content h2 {

  margin-bottom: 0.5rem;

}



.nav-tabs {

  border-bottom: 0;

}



.nav-tabs .nav-item .nav-link,

.nav-tabs .nav-link:focus,

.nav-tabs .nav-link:hover {

  padding: 1rem 1rem;

  /* border-color: #faf6fb #faf6fb #fff; */

  border-color: #faf6fb00 #faf6fb00 #fff0;

  font-size: 19px;

  color: #000;

  /* background: #f5eff7; */

}



.nav-tabs .nav-link.active {

  background: #190872;

  border-top-width: 3px;

  /* border-color: #ce75b4 #faf6fb #fff; */

  color: #fff;

  box-shadow: 0px 5px 5px #0000003b;

  border-radius: 21px;

}



/* .nav-tabs .nav-link.active {

  background: #fff;

  border-top-width: 3px;

  border-color: #ce75b4 #faf6fb #fff;

  color: #633991;

} */



/*  TESTIMONIALS

----------------------*/



.owl-carousel .owl-item img.client-img {

  width: 110px;

  margin: 30px auto;

  border-radius: 50%;

  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);

}



.testimonials-single {

  text-align: center;

  max-width: 80%;

  margin: 0 auto;

}



.blockquote {

  color: #7a767a;

  font-weight: 300;

}



.owl-next.disabled,

.owl-prev.disabled {

  opacity: 0.5;

}



.owl-prev,

.owl-next {

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

}



.owl-prev {

  left: 0;

}



.owl-next {

  right: 0;

}



.owl-theme .owl-nav.disabled + .owl-dots {

  margin-top: 60px;

}



.owl-theme .owl-dots .owl-dot span {

  background: #e7d9eb;

  width: 35px;

  height: 8px;

  border-radius: 10px;

  transition: all 0.3s ease-in;

}



.owl-theme .owl-dots .owl-dot:hover span {

  background: #00AFEE;

}



.owl-theme .owl-dots .owl-dot.active span {
  background: #00AFEE;
  box-shadow: 0px 9px 32px 0px rgb(0 0 0 / 7%);
}



/*  IMAGE GALLERY

----------------------*/



.img-gallery .owl-item {

  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);

  transform: scale(0.8);

  transition: all 0.3s ease-in;

}



.img-gallery .owl-item.center {

  transform: scale(1);

}



/*  PRICING

----------------------*/



@media (max-width: 992px) {

  .card-deck {

    -ms-flex-direction: column;

    flex-direction: column;

  }

  .card-deck .card {

    margin-bottom: 15px;

  }

}



.card.pricing {

  border: 1px solid #f1eef1;

}



.card.pricing.popular {

  border-top-width: 3px;

  border-color: #ce75b4 #faf6fb #fff;

  box-shadow: 0px 12px 59px 0px rgba(36, 7, 31, 0.11);

  color: #633991;

}



.card.pricing .card-head {

  text-align: center;

  padding: 40px 0 20px;

}



.card.pricing .card-head .price {

  display: block;

  font-size: 45px;

  font-weight: 300;

  color: #633991;

}



.card.pricing .card-head .price sub {

  bottom: 0;

  font-size: 55%;

}



.card.pricing .list-group-item {

  border: 0;

  text-align: center;

  color: #959094;

  padding: 1.05rem 1.25rem;

}



.card.pricing .list-group-item del {

  color: #d9d3d8;

}



.card.pricing .card-body {

  padding: 1.75rem;

}



/*  CALL TO ACTION

----------------------*/



.card {

  position: relative;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-direction: column;

  flex-direction: column;

  min-width: 0;

  word-wrap: break-word;

  background-color: #fff;

  background-clip: border-box;

  border: 1px solid rgba(0, 0, 0, 0.125);

  border-radius: 0.25rem;

  padding: 10px;

}



.call-to-action {

  text-align: center;

  color: #fff;

  margin: 3rem 0;

}



.call-to-action .box-icon {

  margin-left: auto;

  margin-right: auto;

  border-radius: 5px;

  transform: scale(0.85);

  margin-bottom: 2.5rem;

}



.call-to-action h2 {

  color: #fff;

}



.call-to-action .tagline {

  font-size: 16px;

  font-weight: 300;

  color: #ffb8f6;

  max-width: 650px;

  margin: 0 auto;

}



.btn-light img {

  margin-right: 0.4rem;

  vertical-align: text-bottom;

}



/*  FOOTER

----------------------*/

.voilet {

  color: #544796;

}

.contact__form {

  background-color: #ffffff;

  padding: 30px;
  padding-bottom: 5px;

  border-radius: 0px 0px 12px 12px;

}

.contact__form__text {

  margin-bottom: 35px;

}



.contact__form__text .section-title {

  margin-bottom: 12px;

}



.contact__form__text p {

  margin-bottom: 0;

}



.contact__form form select {

  height: 50px;

  width: 100%;

  font-size: 15px;

  color: #000000;

  padding-left: 20px;

  border: 1px solid #e1e1e1;

  margin-bottom: 15px;

  background-color: #eaeaea;

}

/* Reset Select */

.contact__form select {

  -webkit-appearance: none;

  -moz-appearance: none;

  -ms-appearance: none;

  appearance: none;

  outline: 0;

  box-shadow: none;

  border: 0 !important;

  background: #2c3e50;

  background-image: none;

}



.services2 .icon span {

  font-size: 60px;

  color: #fff;

}





.services .icon span {

  font-size: 40px;

  color: #fff;

}



.nav-tabs .nav-link.active .services-2 .icon span {

  font-size: 40px;

  color: #fff;

}



.nav-tabs .nav-link .services-2 .icon span {

  font-size: 40px;

  color: #000;

  text-align: center;

}



.top-head p {

  color: #000;

}



.heading-01 {

  font-weight: 600;

}



.services-3 {

  font-size: 25px;

  text-align: center;

  line-height: 80px;

  border-radius: 0;

  font-weight: 300;

  transition: all 0.3s ease;

  border-bottom: 3px solid #00AFEE;

}



.fa-caret-up::before {

  content: "\f0d8";

  color: #00AFEE;

  border-radius: 0px;

}



/* Remove IE arrow */

.contact__form select::-ms-expand {

  display: none;

}

/* Custom Select */

.select {

  position: relative;

  display: flex;

  /* width: 20em;

  height: 3em; */

  line-height: 3;

  /* background: #2c3e50; */

  overflow: hidden;

  /* border-radius: 0.25em; */

}

select {

  flex: 1;

  padding: 0 0.5em;

  color: #000000;

  cursor: pointer;

}

/* Arrow */

.select::after {

  content: "\25BC";

  position: absolute;

  top: 0;

  right: 0;

  padding: 0 1em;

  background: #34495e00;

  cursor: pointer;

  pointer-events: none;

  -webkit-transition: 0.25s all ease;

  -o-transition: 0.25s all ease;

  transition: 0.25s all ease;

  color: #000000;

}

/* Transition */

.select:hover::after {

  color: #544796;

}



.contact__form form input {

  /* height: 50px; */

  width: 100%;

  font-size: 15px;

  color: #000000;

  padding-left: 20px;

  border: 1px solid #e1e1e1;

  margin-bottom: 15px;

  background-color: #eaeaea;

}



.contact__form form input::-webkit-input-placeholder {

  color: #000000;

}



.contact__form form input::-moz-placeholder {

  color: #000000;

}



.contact__form form input:-ms-input-placeholder {

  color: #000000;

}



.contact__form form input::-ms-input-placeholder {

  color: #000000;

}



.contact__form form input::placeholder {

  color: #000000;

}



.contact__form form textarea {

  height: 170px;

  width: 100%;

  font-size: 15px;

  color: #000000;

  padding-left: 20px;

  padding-top: 12px;

  border: 1px solid #e1e1e1;

  resize: none;

  margin-bottom: 24px;

  background-color: #eaeaea;

}



.contact__form form textarea::-webkit-input-placeholder {

  color: #000000;

}



.contact__form form textarea::-moz-placeholder {

  color: #000000;

}



.contact__form form textarea:-ms-input-placeholder {

  color: #000000;

}



.contact__form form textarea::-ms-input-placeholder {

  color: #000000;

}



.contact__form form textarea::placeholder {

  color: #000000;

}





#purchase-now {

  position: fixed;

  top: 210px;

  left: 20px;

  z-index: 10000;

}



#purchase-now a {

  color: #ffffff;

  z-index: 1;

  position: absolute;

  border-radius: 60px;

  -moz-border-radius: 60px;

  -webkit-border-radius: 60px;

  background: #78A938;

  display: block;

  font-size: 25px;

  font-weight: bold;

  width: 60px;

  height: 60px;

  padding: 10px 16px 10px 16px;

  text-decoration: none;

  animation: shadow-pulse 1s infinite;

}



#purchase-now .pn-hover {

  position: absolute;

  font-weight: bold;

  font-size: 14px;

  background: #ffffff;

  color: #78A938;

  width: 120px;

  padding: 10px;

  padding-left: 20px;

  text-align: center;

  top: 10px;

  border-radius: 5px;

  left: 30px;

  opacity: 0;

}



#purchase-now:hover .pn-hover {

  opacity: 1;

  left: 40px;

}







#call-now {

  position: fixed;

  top: 140px;

  left: 20px;

  z-index: 10000;

}



#call-now a {

  color: #ffffff;

  z-index: 1;

  position: absolute;

  border-radius: 60px;

  -moz-border-radius: 60px;

  -webkit-border-radius: 60px;

  background: #E5B223;

  display: block;

  font-size: 24px;

  font-weight: bold;

  width: 60px;

  height: 60px;

  padding: 10px 16px 10px 16px;

  text-decoration: none;

  animation: shadow-pulse 1s infinite;

}



#call-now .pn-hover {

  position: absolute;

  font-weight: bold;

  font-size: 14px;

  background: #ffffff;

  color: #E5B223;

  width: 120px;

  padding: 10px;

  padding-left: 20px;

  text-align: center;

  top: 10px;

  border-radius: 5px;

  left: 30px;

  opacity: 0;

}



#call-now:hover .pn-hover {

  opacity: 1;

  left: 40px;

}



.card {

  width: 350px;

  margin-left: 0;

  border: 1px solid transparent;

  margin-bottom: 10px;

  /* box-shadow: 1px 1px 1px 1px #ddd; */

  background-color: #2DC44A;

  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  border-radius: 0;

}



.card a {

  display: inline-block;

  min-height: 95px;

  display: table;

  margin-bottom: -10px;

}



.card .card-body {

  padding: 0px 0px;

  display: table-cell;

  vertical-align: middle;

}



.card .card-body .media {

  position: relative;

}



.card .card-body .media img {

  /* border: 2px solid #f9a930; */

  background-color: white;

  height: 55px;

  max-width: 54px;

  position: absolute;

  top: 0;

  left: 0;

  bottom: 0;

  right: 0;

  margin-top: auto;

  margin-right: auto;

  margin-bottom: auto;

}



.card .card-body .media .media-body {

  display: inline-block;

  padding-left: 15px;

}



.card .card-body .media .media-body h5 {

  color: #fff;

  font-size: 32px;

  margin-bottom: 0;

}



.card .card-body .media .media-body h5 span {

  font-size: 2.25rem;

  text-transform: uppercase;

}



.we-serve .we-serve-icon li {

  margin-top: 20px;

  margin-left: auto;

  margin-right: auto;

}



.we-serve .we-serve-icon li a {

  display: inline-block;

}



.we-serve-icon li .serve-block {

  display: block;

  width: 135px;

  height: 135px;

  position: relative;

  -webkit-animation: rotation 0s infinite linear;

  -moz-animation: rotation 0s infinite linear;

  animation: rotation 0s infinite linear;

  -webkit-border-radius: 9999px;

  -moz-border-radius: 9999px;

  border-radius: 9999px;

}



.we-serve-icon li .serve-block:before {

  content: '';

  border: 5px solid #36C9D4;

  width: 136px;

  height: 136px;

  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  margin: auto;

  -webkit-border-radius: 999px;

  -moz-border-radius: 999px;

  border-radius: 999px;

}



.we-serve-icon li .serve-block .round-border {

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  margin: auto;

  -webkit-animation: rotation 12s infinite linear;

  -moz-animation: rotation 12s infinite linear;

  animation: rotation 12s infinite linear;

}



.we-serve-icon a img {

  position: absolute;

  top: -30px;

  right: 0;

  bottom: 0;

  left: 0;

  margin: auto;

}



.we-serve-icon a img {

  position: absolute;

  top: 0px;

  right: 0;

  bottom: 0;

  left: 0;

  margin: auto;

}



.we-serve-icon a span {

  color: #000000;

  font-size: 12pt;

  font-weight: 400;

  text-transform: uppercase;

  /* position: absolute;

  left: 0;

  right: 0;

  bottom: 25px; */

}



.ftco-footer-social a {

  height: 50px;

  width: 50px;

  display: block;

  background: rgba(255, 255, 255, 0.1);

  border-radius: 50%;

  border: 4px solid #ffc107;

  position: relative;

}



.ftco-footer-social a span {

  position: absolute;

  font-size: 30px;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

}



.site-btn {

  font-size: 16px;

  color: #fff;

  background: #00AFEE;

  font-weight: 600;

  border: none;

  display: inline-block;

  padding: 14px 70px;

  border-radius: 30px;

}

#footer-con {

  width: 980px;

}



.small,

small {

  font-size: 100%;

  font-weight: 400;

}

.foote {

  padding: 15px 0;

}

/*  contact form

----------------------*/



.social-icons {

  text-align: right;

}



.social-icons a {

  background-color: #fff;

  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);

  width: 50px;

  height: 50px;

  display: inline-block;

  text-align: center;

  line-height: 50px;

  margin: 0 0.3rem;

  border-radius: 5px;

  color: #f4c9e2;

  transition: all 0.3s ease;

}



.social-icons a:hover {

  text-decoration: none;

  color: #e38cb7;

}



@media (max-width: 991px) {

  .social-icons {

    text-align: center;

    margin-top: 2rem;

  }

}

.tav-menu {

  padding: 1rem 0;

  transition: all 0.3s ease;

}



.fa-cust-4x {

  font-size: 2em;

}



@media (min-width: 1281px) {

  .fa-cust-4x{

    font-size: 4em;

  }



}



@media (min-width: 1025px) and (max-width: 1280px) {

  .fa-cust-4x{

    font-size: 4em;

  }

  

}

@media (min-width: 768px) and (max-width: 1024px) {

  .fa-cust-4x{

    font-size: 2em;

  }

  body{

    font-size: 12px;

  }

  .pt-4, .py-4 {

    padding-top: 2rem !important;

}

}





@media only screen and (min-width: 960px) {

  /* styles for browsers larger than 960px; */

}

@media only screen and (min-width: 1440px) {

  /* styles for browsers larger than 1440px; */

  .fa-cust-4x{

    font-size: 4em;

  }

}

@media only screen and (min-width: 2000px) {

  /* for sumo sized (mac) screens */

  .fa-cust-4x{

    font-size: 4em;

  }

}

@media only screen and (max-device-width: 480px) {

 /* styles for mobile browsers smaller than 480px; (iPhone) */

}

@media only screen and (device-width: 768px) {

 /* default iPad screens */

}

/* different techniques for iPad screening */

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {

/* For portrait layouts only */

}



@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {

/* === Fix WhatsApp Button Visibility on Mobile === */
#purchase-now {
    position: fixed;
    bottom: 80px;
    left: 15px;
    background-color: #25D366;
    padding: 12px 14px;
    border-radius: 50%;
    z-index: 9999;
}

#purchase-now i {
    color: white;
    font-size: 24px;
}

/*
@media (max-width: 767px) {
    #purchase-now {
        bottom: 60px;
        left: 15px;
    }
}
*/

/* === Make Service Titles Bold === */
.card-title {
    font-weight: bold !important;
}

/* For landscape layouts only */