/* ==========================================================================
   GENERAL
   ========================================================================== */
body {
  font-family: 'IBM Plex Sans', sans-serif !important;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  overflow-x: hidden;
}

html {

  scroll-behavior: smooth;
}

p {
  font-size: 14px;
  color: #6D6D6D;
  line-height: 26px;
  margin-bottom: 0;
}

a:hover,
a:focus {
  color: #EE2F47;
}

a {
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
}

.red-text h3 {
  color: #EE2F47 !important;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

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

a:not([href]):not([tabindex]) {
  color: #fff;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #fff;
}

.bg-transparent {
  background: transparent !important;
}

.bg-defult {
  background: #3c9cfd !important;
}

.pt-12,
.py-12 {
  padding-top: 12rem !important;
}

.slide-bottom b{font-weight: 700;}
.text-muted{color: #1D90E1 !important;}

/* ==========================================================================
   Section Title
   ========================================================================== */
.section {
  padding: 130px 0px;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}

.section-header {
  color: #fff;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}

.section-header .section-title {
  font-size: 35px;
  margin-bottom: 12px;
  font-weight: 600;
  position: relative;
  line-height: 30px;
}

.section-header .desc-text p {
  font-size: 18px;
  color: #5e629c;
  line-height: 26px;
  margin-bottom: 0;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn {
  font-size: 14px;
  padding: 7px 30px;
  border-radius: 4px;
  font-family: 'Rubik', sans-serif;
  letter-spacing: 1px;
  font-weight: 500;
  color: #fff;
  border: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
}

.btn-common {
  background-color: #3ecf8e;
  position: relative;
  z-index: 1;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  width: 160px;
  height: 50px;
  padding: 14px 15px;
}

.btn-common:hover {
  color: #fff;
  transform: translateY(-2px);
}

.btn-light-bg {
  background-color: #ff704f;
}

.btn-border {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  background-color: transparent;
  border-color: #3ecf8e;
  color: #3ecf8e;
  width: 160px;
  height: 50px;
  padding: 14px 15px;
}

.btn-border:hover {
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  transform: translateY(-2px);
}

.btn-border-filled {
  cursor: pointer;
  background-color: #3ecf8e;
  border: 1px solid #3ecf8e;
  color: #fff;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  width: 180px;
  height: 50px;
  padding: 15px 15px;
}

.btn-border-filled:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  transform: translateY(-2px);
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  color: #3c9cfd;
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 16px;
}

.btn-rm i {
  vertical-align: middle;
}

.btn-singin {
  background: #7fc9fb;
  color: #fff;
  padding: 10px 23px;
  margin-left: 30px;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
}

.btn-singin:hover,
.btn-singin:active,
.btn-singin:focus {
  color: #fff;
  box-shadow: 0px 0px 0px 0px rgba(96, 94, 94, 0.17);
}

.btn-light-singin:hover,
.btn-light-singin:active,
.btn-light-singin:focus {
  color: #fff;
  box-shadow: 0px 0px 0px 0px rgba(96, 94, 94, 0.17);
}

.btn-apple {
  border-width: 2px;
  border-color: #3c96ff;
  border-style: solid;
  background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.btn-apple i {
  background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-apple:hover,
.btn-apple:active,
.btn-apple:focus {
  background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

button:focus {
  outline: none !important;
}

.btn-border-fill {
  background: #fff;
  border-color: #fff;
  color: #3c9cfd;
}

.btn-subtitle {
  color: #191c1e;
  font-family: 'Poppins', sans-serif;
  background: #dbecff;
  text-align: center;
  border-radius: 30px;
  padding: 6px 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 14px;
}

.clear {
  clear: both;
}

.mt {
  margin-top: 80px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-70 {
  padding-top: 70px;
}

.mb-50 {
  margin-bottom: 50px;
}

.padding-0 {
  padding: 0;
}

.pr-20 {
  padding-right: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-70 {
  padding-left: 70px;
}

.pr-70 {
  padding-right: 70px;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

.loader {
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

#loader-1:before,
#loader-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 7px solid transparent;
  border-top-color: #3c9cfd;
}

#loader-1:before {
  z-index: 100;
  animation: spin 2s infinite;
}

#loader-1:after {
  border: 7px solid #fafafa;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* ========================================================================== 
   Scroll To Up 
   ========================================================================== */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  width: 45px;
  height: 45px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  z-index: 9999999;
}

.back-to-top i {

  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* ==========================================================================
   Navbar Style
   ========================================================================== */
.navbar-expand-md .navbar-nav .nav-link {
  color: #fff;
}

.logo-menu a {
  font-size: 20px;
  color: #fff;
}

.menu-bg {
  background: #000;
  z-index: 9999;
  padding: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.menu-bg .menu-button {
  top: 0;
}


.menu-bg .logo-menu a {
  color: #3c9cfd;
}

.menu-bg .navbar-nav .nav-link {
  color: #ffffff !important;
}

.menu-bg .navbar-nav .nav-link:hover {
  color: #ffffff !important;
}

.menu-bg .navbar-nav .active {
  color: #ffffff !important;
}



.navbar-expand-md .navbar-nav .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #EE2F47;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.navbar-expand-md .navbar-nav .active::before,
.navbar-expand-md .navbar-nav .nav-link:hover::before {
  width: 100%;
}

.navbar-brand {
  color: #fff;
}

.navbar-expand-md .navbar-nav .nav-link:focus,
.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:hover:before {
  color: #ffffff;
}

.navbar-expand-md .navbar-nav .active>.nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open>.nav-link {
  color: #ffffff;
}

.navbar-expand-md .navbar-toggler {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 3px;
  margin: 5px;
  cursor: pointer;
  float: right;
}

.navbar-expand-md .navbar-toggler i {
  color: #fff !important;
}

.navbar-expand-md .navbar-toggler:focus {
  outline: none;
}

.nav-1 {
  top: 35px;
  background: #000;
}

.phone-number {
  background: #000;
  color: #fff;
  text-align: right;
}

.phone-number a {
  color: #fff;
}

.phone-number a:hover {
  color: #EE2F47;
}

/* ==========================================================================
   Hero Area
   ========================================================================== */
.hero-area {
  position: relative;
}

.hero-area .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #5533ff;
  background: linear-gradient(95deg, #5533ff 40%, #25ddf5 100%);
  -webkit-transform: skewY(-12deg);
  transform: skewY(-12deg);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  z-index: -12;
}

.hero-area .overlay :nth-child(1) {
  width: 33.33333%;
  width: calc(100% / 2);
  top: 0;
  left: 16.66666%;
  left: calc(calc(100% / 3) / 2);
  right: auto;
  background: #5533ff;
  background: linear-gradient(95deg, #5533ff 40%, #25ddf5 100%);
  height: 200px;
}

.hero-area .overlay :nth-child(2) {
  width: 33.33333%;
  width: calc(100% /3);
  bottom: 0;
  background: #5533ff;
  background: linear-gradient(95deg, #5533ff 40%, #25ddf5 100%);
  position: absolute;
  height: 155px;
  left: 3%;
}

.hero-area .contents {
  padding: 220px 0;
}

.hero-area .contents h2 {
  color: #fff;
  font-size: 38px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 20px;
}

.hero-area .contents p {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}

.hero-area .contents .btn {
  margin-top: 40px;
  margin-right: 20px;
  text-transform: uppercase;
  width: 180px;
  height: 50px;
  padding: 15px 15px;
}

.hero-area .contents .btn-border {
  border: 1px solid #fff;
  color: #3ecf8e !important;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  width: 180px;
  height: 50px;
  padding: 15px 15px;
  background: #fff;
}

.hero-area .contents .btn-border:hover {
  background: #fff;
  color: #3ecf8e;
}

.hero-area .intro-img {
  padding: 180px 0 0px;
}

.hero-area .intro-img img {
  display: block;
  height: auto;
  max-width: 100%;
}



/* ==========================================================================
   Footer section
   ========================================================================== */
.footer a {
  color: #fff;
  font-size: 10px;
  letter-spacing: .89px;
  font-weight: 600;
}

/* ==========================================================================
   Hero section
   ========================================================================== */
h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

main p {
  color: #fff;
  color: #f1f1f8;
  font-weight: 300;
  line-height: 24px;
    font-size: 1rem;
    margin-bottom: 1rem;
    letter-spacing: -.08px;
}

main .card-body {
  padding: 0 1.25rem 1.25rem;

}

.jumbotron {
  background: url(../images/headerbg.jpg) center left no-repeat;
  background-size: cover;
  margin-bottom: 0;
}

.jumbotron h1 {
  font-size: 40px;
  letter-spacing: -.57px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 43px;
}

.light-font {
  font-weight: 300;
}

.jumbotron .card {
  border-radius: unset;
  border: none;
  border: 1px solid #1d101c;
  color: #fff;
  background: url(../images/basic-4-bg.png) no-repeat;
  background-size: cover;
}

.jumbotron .card .card-header-title {
  background: #474747;
  padding: 1vh 0;
  font-size: 16px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -.5px;
}

.jumbotron .card p {
  color: #fff;
 font-size: 14px;
    letter-spacing: .18px;
    line-height: 20px;
}



.jumbotron .card form input {
 font-size: 12px;
    font-weight: 400;
    padding: .5rem 1rem;
    letter-spacing: .15px;
    line-height: 14px;
}

.jumbotron button {
     font-size: 18px;
    font-weight: 500;
    letter-spacing: -.73px;
    line-height: 22px;
}

.jumbotron .form-group {
  margin-bottom: 1vh;
}

.btn-success {
  background: #EE2F47;
  border-color: transparent;
}

.your-need .privacy-policy a{
color: #000;
}

.privacy-policy a {
  font-size: 10px;
  color: #fff;
  letter-spacing: .13px;
    line-height: 12px;
}

.featured-in .mb-7 {
  padding-right: 1vw;
  padding-bottom: 1vh;
}

main .basic-1 a {
 color: #999999;
    font-size: 22px;
    line-height: 28px;
}



/**********************************************************************************************/
/*     05. Features     */
/**********************************************************************************************/
.tabs {
 
  padding-bottom: 1.25rem;
  background-color: #fff;
  color: #000;
}

.tabs .card .card-body .card-title {
  font-weight: 600;
  font-size: 18px;
  color: #000;
}

.tabs .card .card-body .card-text {
  font-size: 14px;
      color: #000;
    letter-spacing: -.07px;
    line-height: 24px;
}

.tabs h2 {
  margin-bottom: 1.125rem;
  text-align: center;
}

.tabs .p-heading {
  margin-bottom: 3.125rem;
}

.tabs .nav-tabs {
  margin-right: auto;
  margin-bottom: 2.5rem;
  margin-left: auto;
  justify-content: center;
  border-bottom: none;
}

.tabs .nav-link {
  margin-bottom: 1rem;
  padding: 0.5rem 1.375rem 0.25rem 1.375rem;
  border: none;
  border-bottom: 0.1875rem solid #f1f1f8;
  border-radius: 0;
  color: #f1f1f8;
  font: 700 1rem/1.75rem "Montserrat", sans-serif;
  text-decoration: none;
  transition: all 0.2s ease;
}

.tabs .nav-link.active,
.tabs .nav-link:hover {
  border-bottom: 0.1875rem solid #EE2F47;
  background-color: transparent;
  color: #EE2F47;
}

.tabs .nav-link .fas {
  margin-right: 0.375rem;
  font-size: 1rem;
}

.tabs .tab-content {
  width: 100%;
  /* for proper display in IE11 */
}

.tabs .card {
  border: none;
  background: transparent;
     padding: 0 1vw 3vh;
  border-radius: unset;

}

.tabs .card-body {
  padding: 1.25rem 1.25rem 0 0;
}

.tabs .card-title {
  margin-bottom: 0.5rem;
}

.tabs .card .card-icon {
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: #EE2F47;
  text-align: center;
  vertical-align: top;
}

.tabs .card .card-icon .fas,
.tabs .card .card-icon .far {
  color: #fff;
  font-size: 1.75rem;
  line-height: 3.5rem;
}

.tabs #tab-1 .card.left-pane .text-wrapper {
  display: inline-block;
  width: 75%;
}

.tabs #tab-1 .card.left-pane .card-icon {
  float: left;
  margin-right: 1rem;
}

.tabs #tab-1 img {
  display: block;

}

.tabs #tab-1 .card.right-pane .text-wrapper {
  display: inline-block;
  width: 75%;
}

.tabs #tab-1 .card.right-pane .card-icon {
  margin-right: 1rem;
}

.tabs #tab-2 img {
  display: block;
  margin: 0 auto 2rem auto;
}

.tabs #tab-2 .text-area {
  margin-top: 1.5rem;
}

.tabs #tab-2 h3 {
  margin-bottom: 0.75rem;
}

.tabs #tab-2 .icon-cards-area {
  margin-top: 2.5rem;
}

.tabs #tab-2 .icon-cards-area .card {
  width: 100%;
  /* for proper display in IE11 */
}

.tabs #tab-3 .icon-cards-area .card {
  width: 100%;
  /* for proper display in IE11 */
}

.tabs #tab-3 .text-area {
  margin-top: 0.75rem;
  margin-bottom: 4rem;
}

.tabs #tab-3 h3 {
  margin-bottom: 0.75rem;
}

.tabs #tab-3 img {
  margin: 0 auto 3rem auto;
}

.tabs .card-img-top {
  width: 100px;
  margin: 0;
  border: 1px solid #D8D8D8;
  border-radius: 50%;
}



/**************************************************************************************************/
/*     06. SECTION 5     */
/**************************************************************************************************/
.basic-1 {
margin-bottom: -1px;
  background-color: #000;
  color: #fff;
  padding-bottom: 2vh;
}

.basic-1 .mb-4, .basic-1 .my-4{    margin-bottom: 0.5rem!important;}

.basic-1 .col-md-4{padding: 0 4vw;}
.basic-1 a {
  text-decoration: none;
}

.basic-1 a:hover{
color: #ff0000;
transition: .3s;
}

.basic-1 h3 {

  text-align: center;
  color: #D0800C;
  letter-spacing: -.12px;
    line-height: 38px;
}

.basic-1 p {
  letter-spacing: -.07px;
    line-height: 18px;
    font-size: 14px;
}


.basic-1 .text-muted a{
  color: #1D90E1;
  font-size: 14px;
  font-weight: 500;
}

.text-muted a:hover{color: #ff0000;
transition: .3s;}

.basic-1 .image-container img {
  border-radius: 0.375rem;
}

.basic-1 .usa-today .mb-4 {
  margin-top: -2vh;
}


/**************************************************************************************************/
/*     06. SECTION 6     */
/**************************************************************************************************/
.your-brand {
  background-image: url(../images/grow-your-brand.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10vh 0;
  color: #fff;
  min-height: 265px;
  margin-bottom: -1px;
}

.your-brand h3{
letter-spacing: -.12px;
    line-height: 38px;
}
.your-brand p {
  padding-top: 2vh;
  font-weight: 300;
  font-size: 18px;
    letter-spacing: -.09px;
    line-height: 24px;
}



/*************************************************************************************************/
/*    SECTION 7   */
/*************************************************************************************************/
.basic-2 {
  padding-top: 7vh;
  padding-bottom: 4vh;
  background-color: #372e3f;
}

.basic-2 img {
  margin-bottom: 1rem;
}

.basic-2 h3 {
  margin-bottom: 1.125rem;
  line-height: 30px;
    letter-spacing: -.12px;
}

.basic-2 .btn-solid-reg {
  margin-top: 0.5rem;
}

.section7-content {
  text-align: left;
  font-weight: 100;
  padding-left: 3.5vw;
}

.basic-2 .img-bottom {
  background-image: url(../images/section7.jpg);
  background-repeat: no-repeat;
  background-size: cover;

}

.basic-2 .img-bottom h3 {
  font-size: 36px;
  letter-spacing: .49px;
    line-height: 38px;
}

.basic-2 .img-bottom p {
  font-size: 18px;
      line-height: 24px;
    padding-top: 1vh;
    letter-spacing: .25px;
}



/************************/
/*     11. SECTION 2    */
/************************/
.basic-4 {
    margin-bottom: -1px;
  background: url('../images/keyboard-typing.jpg') center center no-repeat;
  background-size: cover;
}


.basic-4 .text-section {
  margin-top: 0;
  padding-top: 0;
}

.basic-4 h3{
    letter-spacing: -.09px;
    line-height: 28px;
}

.basic-4 .p-large{
letter-spacing: .86px;
    line-height: 24px;
}


/**************************/
/*     12. SECTION 3     */
/**************************/
.counter {

  background-color: #fff;
  text-align: center;
}
.counter h3{color: #000;
    letter-spacing: -.12px;
    line-height: 30px;
}

/*********************************************************************************************************/
/*     10.   SECTION 8  */
/*********************************************************************************************************/
.slider-2 {
  padding-top: 7vh;
  padding-bottom: 5vh;
  background-color: #000;
  text-align: center;
  min-height: 629px;
}

.slider-2 .slider-container {
  position: relative;
}

.slider-2 h3 {
  color: #D0800B;
  letter-spacing: -.12px;
    line-height: 30px;
}

.slider-2 p {
  color: #5c5959;
}

.slider-2 .text-primary {
  height: 40px;
}

.slider-2 .text-muted{   
letter-spacing: -.07px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 500;
    }

.mr-eric .col {
  padding: 0;
}

.mr-eric img {
  width: 100%;
}

.mr-eric p {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -.07px;
  color: #fff;
    opacity: 30%;
}


/*********************************************************************************************************/
/*     10.   SECTION 9  */
/*********************************************************************************************************/
.slide {
  padding-top: 5vh;
  padding-bottom: 4vh;
  background-color: #372e3f;

}

.slide .image-section h3 {
  font-size: 36px;
      letter-spacing: -.18px;
    line-height: 38px;
}

.slide .image-section p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -.09px;
}

.slide .slide-top {
  background: url('../images/a-guy.jpg') center no-repeat;
  background-size: cover;
  padding: 10vh 0;
  min-height: 320px;

}

.slide .slide-middle {
  background-color: #000;
  padding: 6vh 5vw;

}

.slide .slide-middle .services-item {
  padding: 0 1.5vw;
}

.slide .slide-middle .quote-text {
 font-size: 16px;
    line-height: 20px;
    color: #8d8d8d;
    letter-spacing: .83px;
}

.slide .orange-text {
  color: #D0800D;
  font-weight: 600;
    letter-spacing: -.07px;
    line-height: 24px;
}

.slide .disclaimer {
  font-size: 10pt;
  color: #8D8D8D;
  line-height: 1.5;
  letter-spacing: 0;
font-weight: 500;
}

.slide .slide-bottom {
  background: #000;
  padding-bottom: 10vh;
}

.slide .slide-bottom .features-text .section-title h4 {
  font-weight: 100;
    letter-spacing: -.09px;
}

.slide .slide-bottom .features-text .section-title h4 strong{font-weight: 600;}


.slide .slide-bottom .features-text .section-title p {
 font-weight: 100;
    letter-spacing: 1.42px;
    font-size: 14px;
    line-height: 18px;
}

.slide .slide-bottom .fab {
  font-size: 35px;
}

.social p {
  font-size: 9px;
  font-weight: 500;
  margin-bottom: 0;
}

.slide .image-width {
  width: 100%;
}


.services-item p {
  font-weight: normal;
}

/**********************/
/*     14. Footer     */
/**********************/

.footer {
  padding: 4vh 0 2vh;
  background-color: #191919;

}

.footer p {
  color: #f1f1f8;
}

.footer .phone {
  font-size: 18px;
  padding: 1vh 0 0;
  font-weight: 600;
  letter-spacing: -.73px;
}

.footer .location {
  font-size: 14px;
  letter-spacing: .73px;
}

.footer p {
  letter-spacing: 2px;
}

.footer .p-small {
  line-height: 20px;
  letter-spacing: .72px;
  font-size: 10px;
  padding: 2.5vh 7vw 1vh;
}


.footer li img:hover {
  background: url(images/ssc.png) repeat scroll -40px -30px transparent;

}



/*********************************************************************************************/
/*     18. Media Queries     */
/*********************************************************************************************/
@media only screen and (max-width: 414px) {
  main {
    padding-top: 4vh;
        margin-bottom: -1px;
  }

  .phone-number {
    text-align: center;
  }

  .jumbotron {
    text-align: center;
  }

  .nav-item {
    padding: 2vh 0;
    margin: 0 auto;
  }

  .navbar-brand img {
    width: 100% !important;
    margin: 1vh auto !important;
  }

  .navbar-toggler {
    width: auto;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    margin: 0 auto;
  }

  .text-right {
    text-align: center !important;
  }
  
  footer img{width: 100%;}
  
}

@media only screen and (max-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 9px !important;
  }

  p {
    text-align: center;
  }

  h3 {
    line-height: 1.4em;
    font-size: 24px !important;
    text-align: center;
  }

  .navbar-brand {
    margin: 0 auto;
  }

  .navbar-expand-md .navbar-brand,
  .navbar-expand-md .navbar-toggler {
    margin: 0 auto !important;
  }


  .jumbotron {
    padding: 10vh 0 3vh;
    margin-bottom: -1px;
  }

  .jumbotron h1 {
    font-size: 30px;
    letter-spacing: 0;
  }

  .featured-in {
    padding: 3vh 0;
  }

  .card-deck {
    flex-flow: column;
  }

  .card-deck .card {
    text-align: center;
    margin-bottom: 15px;
    margin-left: 4vw;
    margin-right: 4vw;
  }

  .card-deck .card img {
    margin: 0 auto;
  }

  .basic-1 {
    text-align: center;
  }

  .basic-2 {
    padding-bottom: 0;
  }

  .basic-2 .img-bottom {
    padding: 6vh 0;
  }

  .slide {
    padding-top: 0;
    padding-bottom: 0;
  }

  .basic-4 img {
    margin: 0 auto;
  }

  .basic-4 .col-lg-4 {
    text-align: center;
  }
}



/*=============================== Min-width width 1200px =================================================*/
@media only screen and (min-width: 769px) {
  .navbar-expand-md .navbar-nav .nav-link {

    color: #fff;
    font-size: 9px !important;
    padding: 8px 0px;
    margin-left: 26px;
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
  }

  main {
    margin-top: 55px;
  }

  /* Navigation */
  .navbar-custom {
    padding: 1vh 6vw;
  }

  .navbar-custom.top-nav-collapse {
    padding: 0.2rem 5rem 0.5rem 5rem;
  }

  /* end of navigation */

  .jumbotron {
    padding: 5rem 2rem 2rem;
  }

 main .jumbotron .col-lg-4{max-width: 300px;}
  /* General Styles */
  .p-heading {
    width: 44%;
  }

  /* end of general styles */
  .featured-in {
    padding-top: 3vh;
  }

.featured-in h6{
font-weight: 200;
}


  /* Header */
  .container {
    padding: 0;
  }

  .container-fluid {
    padding: 0;
  }

  .mobile {
    display: none;
  }

  .header .image-container {
    margin-left: 3rem;
  }

  .header .text-container {
    text-align: left;
  }

  .card-deck {
    margin-left: 1vw;
    margin-right: 1vw;
  }

  /* end of header */
  p {

    font-weight: 300;
    line-height: 1.5;
  }

  /* Features */
  .tabs .tab-content {
    padding: 0;
  }

  .tabs #tab-1 .card.first {
    margin-top: 4.25rem;
  }



  .tabs #tab-1 .card.left-pane .text-wrapper,
  .tabs #tab-1 .card.right-pane .text-wrapper {
    width: 73%;
  }

  .tabs #tab-1 img {
    margin-top: 0;
  }

  .tabs #tab-2 .container {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .tabs #tab-2 .text-area {
    margin-top: 1.5rem;
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .tabs #tab-2 .icon-cards-area {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .tabs #tab-2 .icon-cards-area .card {
    margin-right: 3.875rem;
  }

  .tabs #tab-3 .container {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .tabs #tab-3 .icon-cards-area {
    margin-top: 2rem;
    margin-left: 1rem;
  }

  .tabs #tab-3 .icon-cards-area .card {
    margin-right: 3.875rem;
  }

  .tabs #tab-3 .text-area {
    margin-right: 1.5rem;
    margin-left: 1rem;
  }

  /* end of features */


  .basic-1 .col-lg-4 {
    padding: 0 5vw;
  }

  /* Details 1 */

  /* end of details 1 */


  /* Details 2 */
  .basic-3 .text-container {
    margin-top: 4.5rem;
    margin-right: 3.5rem;
    margin-left: 2rem;
  }

  /* end of details 2 */




  .basic-4 .image-container {

    margin-top: 1vh;
  }

  .basic-4 .text-container {
    background: url(../images/basic-4-bg.png) no-repeat;
    background-size: cover;
    padding: 2vh 2vw;

  }

  /* end of download */


  /* Footer */
  .footer .footer-col {
    width: 90%;
  }

  .footer .footer-col.middle {
    margin-right: auto;
    margin-left: auto;
  }

  .footer .footer-col.last {
    margin-right: 0;
    margin-left: auto;
  }

  /* end of footer */


  /* Extra Pages */
  .ex-header h1 {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }

  .ex-basic-2 .form-container {
    margin-left: 1.75rem;
  }

  .ex-basic-2 .image-container-small {
    margin-left: 1.75rem;
  }

  /* end of extra pages */
}



/*
 * Header
 */
.masthead {

  max-width: 1024px;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: #fff;
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link+.nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }

  .nav-masthead {
    float: right;
  }
}




.card {
  background: transparent;
}

/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
}


.social li a{color: #fff; font-size: 25px;}
.social li a:hover{color: red;}




@media (min-width:768px) {

.your-need .card{max-width: 250px;}

  .slide .slide-top,
  .slide .slide-middle,
  .slide .slide-bottom {
    max-width: 1024px;
    margin: 0 auto;
  }

  .basic-2 .img-bottom {
    max-width: 1024px;
    margin: 0 auto;
    padding: 15vh 0;
    min-height: 428px;
  }
}



/*********************************/
/*     Your Need   */
/*******************************/
.your-need {
  background: #fff;
  padding-bottom: 15vh;
  position: relative;
}

.your-need .text-right {
  color: #000;
  font-size: 17px;
  letter-spacing: .51px;
}

.your-need hr {
  border-top: 1px solid #EE2F47;
}

.your-need b{color: #000;}


.your-need p {
  color: #6d6d6d;
  letter-spacing: .18px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.your-need h1 {
  letter-spacing: -.57px;
  font-size: 36px;
  color: #000;
}

.your-need h3 {
  letter-spacing: .3px;
  font-size: 24px;
  color: #000;
}

.red-text {
  color: #EE2F47 !important;
      line-height: 25px;
      font-weight: 400;
}

p .red-text {
  font-weight: 700;
}

.your-need h4 {
  letter-spacing: .18px;
  font-size: 14px;
}

.your-need .bottom-info p {
  font-weight: 700;
}

.your-need .text-warning{
    letter-spacing: .18px;
    line-height: 17px;
}

.your-need .card-header-title {
  background: #EE2F47;
  padding: 1vh 0;
  color: #fff;
  font-weight: 600;
  letter-spacing: -.5px;
  font-size: 16px;
}

.your-need .card-body {
  background: #ECEBE5;
  color: #7E7E7E;
  letter-spacing: .18px;
  font-size: 14px;
}

.your-need .card-body p {
  padding-bottom: 2vh;
}

.your-need .form-group {
  margin-bottom: .5rem;
}

.your-need .form-group input {
  font-size: 12px;
  letter-spacing: .15px;
  padding: 1.5vh;
  border: 1px solid #fff;
  height: 28px;
}

.btn-success {
  background: #EE2F47;
  font-size: 12px;
  letter-spacing: -.73px;
  font-weight: 500;
  text-transform: capitalize;
}

.btn-success:hover {
  background: #EE2F47;
}

.privacy-policy {
  font-size: 10px;
  letter-spacing: .13px;
  color: #000;
  font-weight: 300;
}