@charset "utf-8";
/* CSS Document */

html {
  overflow-x: hidden !important;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Rubik', sans-serif;
  width: 100%;
  max-width: 100%;
  line-height: 1.61
}

h1,
h2,
h3,
h4 {
  font-family: 'Playfair Display', serif;
}

/* Typo */
p {
  font-size: 1.2rem;
  font-weight: 300;
}

.font-size-small {
  font-size: 1rem;
}

/* color  CSS Document */

.text-red {
  color: red
}

.text-blue {
  color: #123659
}

.text-mustard {
  color: #d89800
}

.text-orange-amer {
  color: #fd8b00
}

.text-dark-blue {
  color: #123659
}

.text-orange {
  color: #d90114
}

.bg-orange {
  background-color: #ff4716
}

.bg-light-pink {
  background-color: #feeeeb
}

.bg-floral-white {
  background-color: #f3e5e5;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-light-pink {
  background-color: rgba(255, 235, 229, 0.7);
}

.bg-yellow {
  background: #ffa500
}


a:hover {
  color: #189688 !important;
  text-decoration: none
}


.bolder {
  font-weight: 900
}

.h-500 {
  height: 500px
}

.h-600 {
  height: 600px
}

.d-grid {
  display: grid
}

.brd-btm-orange {
  border-bottom: 1px solid #ff4716
}

.bord-radius {
  border-radius: 1rem;
}

.d-inline-block {
  display: inline-block
}

.large-num {
  font-size: 4rem
}

/* Border */
.border-right-1 {
  border-right: #ccc 1px solid
}

/* banner iamge  CSS  */
.home-bg {
  background: url(../images/home-banner.jpg)no-repeat;
  width: 100%;
  background-size: cover;
  background-position: right center;
  display: block;
}

.about-bg {
  /* background: url(../images/about-us-banner.jpg)no-repeat; */
  background-color: #f73654;
  width: auto;
  background-size: cover;
  background-position: top center;
  display: block;
}

.contact-bg {
  /* background: url(../images/contact-us-banners.jpg)no-repeat; */
  background-color: #f73654;
  width: auto;
  background-size: cover;
  background-position: top center;
  display: block;
}

.advertise-bg {
  /* background: url(../images/advertisement-banner.jpg)no-repeat; */
  background-color: #f73654;
  width: auto;
  background-size: cover;
  background-position: top center;
  display: block;
}

.feedback-bg {
  /* background: url(../images/feedback-banners.jpg)no-repeat; */
  width: auto;
  /* background-size: cover; */
  /* background-position: top center; */
  display: block;
}

.faq-bg {
  /* background: url(../images/faq-banner.jpg)no-repeat; */
  width: auto;
  /* background-size: cover; */
  /* background-position: top center; */
  display: block;
  color: black;
}

.stories-bg {
  background: url(../images/success-stories-banner.jpg)no-repeat;
  width: auto;
  background-size: cover;
  background-position: top center;
  display: block;
}

/*.navbar-light .navbar-nav .nav-link {*/
/*  color: #ed1c24;*/
/*  font-weight: 500;*/
/*  font-size: 16px !important;*/
/*}*/

/*.nav-item {*/
/*  padding-left: 5px;*/
/*  padding-right: 5px;*/
/*  padding-top: 13px;*/
/*  margin-right: 10px;*/
/*}*/

.nav-link {

    color: #ed1c24;
    font-size: 19px;
    font-family: 'Rubik';
    font-weight: 600;
    text-transform: capitalize;

}

.nav-item {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 12px;
    margin-right: 10px;
}

.nav-item:hover {
  background-image: url('../theme_new/images/fav-icon.png');
  background-position: top;
  background-repeat: no-repeat;
}

.step-bg {
  background: url(../images/step-banner.jpg)no-repeat;
  width: 100%;
  background-size: cover;
  background-position: center right;

}


.step-section span.red {
  background: #ff4716;
  border-radius: 10em;
  -moz-border-radius: 10em;
  -webkit-border-radius: 10em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 2rem;
  margin-right: 15px;
  text-align: center;
  width: 2rem;
}

.step-bg ul li {
  list-style: none
}

.grad-btn {
  background-color: #d90114;
  /* background-image: linear-gradient(to right, #ff7f16 0%, #ff4816 68%, #fd5266 100%); */
  border: none;
  padding: 0.75rem 3rem;
  border-radius: 2rem;
  color: white;
  font-family: 'Playfair Display', serif;
  font-size: large;
}

/*.grad-btn:hover {
   color: #fdb912 !important;
} */

.yellow-btn {
  border: none;
  background-color: #fdbe00;
  padding: 1rem 2rem;
  border-radius: 0;
  color: #ffffff !important;
  font-size: 20px;
}

.btn-hover:hover {
  background-size: 300% 100%;
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

/* footer */
footer {
  padding: 70px 0px;
}

footer ul li {
  padding: 5px 0px;
}

.adress span,
.nav-list span,
.social span {
  color: #000;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: block;
  font-size: 20px;
  letter-spacing: 2px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.adress li p,
.nav-list li a,
.social li a {
  color: #000;
  text-decoration: none;
  font-size: 15px;
}

.social li {
  float: left;
}

.adress,
.nav-list,
.social {
  list-style: none;
}

.fa {

  margin-right: 15px;
  font-size: 14px;
}

.reli-nav-list {
  text-decoration: none;
  list-style: none;
}

.reli-nav-list a {
  color: #000;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px;
}

.reli-nav-list .fa {
  color: #202020;
  margin-right: 15px;
  font-size: 20px;
  vertical-align: middle;
}

.white-btn {
  border: none;
  background-color: white;
  padding: 1rem 3rem;
  border-radius: 0;
  color: #ff4716 !important;
  font-size: 20px;
}

.privacy-section p {
  line-height: 1
}


.form-control {
  border: none !important;
  border-radius: 0 !important;
  background: transparent
}

.home-form input,
.home-form select {
  border-bottom: 1px solid #bdbdbd !important;
  color: #759595 !important;
}

.home-form label {
  color: #759595 !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000 !important;
}

select#exampleFormControlSelect1 {
  padding-left: 8px;
}

.form-control:focus {
  background-color: transparent !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0) !important;
}


.foryou-section .pickup {
  border-radius: 10px;
  padding: 3rem 2rem;
  border: 1px solid transparent;
}

.foryou-section .pickup:hover {
  border-radius: 10px;
  border: 1px solid #ffd0c3;
  background-color: #fef9f8;
  box-shadow: 0 0 20px rgba(200, 200, 200, 0.5);
}


.carousel-inner img {
  width: 100%;
  height: 100%;
}


.carousel-indicators li {
  background-color: rgba(0, 0, 0, 1);
}

.carousel-inner .carousel-item {
  padding: 3rem;
  height: 200px
}

.carousel-indicators .active {
  background-color: #ff4716;
}

.carousel-inner .carousel-item .fa {
  margin-right: 0;
  font-size: 15px;
}

.carousel-inner .checked {
  color: orange;
}

.carousel-indicators li {
  width: 5px;
  height: 5px;
}

/* progress bar */




/* owl caraousel styles */

#owl-demo .item {
  margin: 15px;
  padding-top: 2rem;
  background-color: #ffffff;
  box-shadow: 0 1px 15px 1px rgba(62, 57, 107, .07);
}

#owl-demo .item img {
  display: block;
  width: 70%;
  height: auto;
  margin: auto;
}

#owl-demo2 .item {
  margin: 15px;
  padding-top: 2rem;
  background-color: #ffffff;
  box-shadow: 0 1px 15px 1px rgba(62, 57, 107, .07);
}

#owl-demo2 .item img {
  display: block;
  width: 70%;
  height: auto;
  margin: auto;
}

#owl-example .item {
  padding: 30px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

#owl-example .item img {
  width: auto;
  margin: 0 auto;
  display: block;
}

#owl-example .item h3 {
  font-size: 28px;
  font-weight: 300;
  margin: 25px 0 0;
}

#owl-example .item h4 {
  margin: 5px 0 0;
  font-size: 18px;
}


/*vertical owl caraousel styles */

.vertical-slider .owl-carousel {
  transform: rotate(90deg);
  width: 270px;
  margin-top: 100px;
}

.vertical-slider .item {
  transform: rotate(-90deg);
}

.vertical-slider .owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: calc(50% - 33px);
}

.vertical-slider div.owl-carousel .owl-nav .owl-prev,
div.owl-carousel .owl-nav .owl-next {
  font-size: 36px;
  top: unset;
  bottom: 15px;
}






/* Margind m padding */
.py-6 {
  padding: 6rem 0;
}

.py-8 {
  padding: 8rem 0;
}

.ml-6 {
  margin-left: 6rem;
}

.ml-20 {
  margin-left: 20rem;
}


/* homepage */

.pointer img {
  curser: pointer;
}

.logo-bg {
  background: url(../images/logo-bg-banner.png)no-repeat;
  width: auto;
  background-size: cover;
  display: block;
}


nav {
  font-weight: 300;
  text-transform: none
}


.navbar-nav .brd-none {
  border-right: none;
}

/* Navigation Styles here */

nav a {
  font-weight: 500;
}

nav a:hover {
  color: #fd5266
}


.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: rgb(255, 193, 7);
}

.search-posi input {
  background-color: #f1f1f1;
  border: none;
  padding: 8px 15px;
}

.search-posi {
  float: right;
  right: 0;
  top: 0;
  padding-bottom: 1rem;
}


.search-posi button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background-color: transparent;

}

.search-posi i {
  color: #ec0000;
}

input {
  background-color: #f1f1f1;
}



.bg-red {
  background-color: #ec0000
}

bg-dark-grey {
  background-color: #525252;
}

.border-left-white {
  border-left: 1px solid white
}

.text-black {
  color: black;
}

.border-left-dark {
  border-left: 1px solid #1f1e1e !important;
}

.border-bottom-dark {
  border-bottom: 1px solid #1f1e1e;
}

.bg-grad {
  background: linear-gradient(-1800deg, #ec0000 60%, rgba(0, 0, 135, 0) 50%);
}



.w-70 {
  width: 70%
}

.w-60 {
  width: 60%
}

.w-400 {
  width: 100% !important;
  right: 0
}



.form-control {
  height: calc(2.25rem + 6px);
}

.contact a:hover {
  color: #fd5266;
  text-decoration: none;
}

.contact input:focus {
  border: 1px solid #B8B6B6;
  box-shadow: inset 1px 2px 4px rgba(0, 0, 0, 0.01), 0px 0px 8px rgba(0, 0, 0, 0.2);
}

.contact textarea:focus {
  border: 1px solid #B8B6B6;
  box-shadow: inset 1px 2px 4px rgba(0, 0, 0, 0.01), 0px 0px 8px rgba(0, 0, 0, 0.2);
}

.contact form {
  width: 80%;
  margin: auto
}

::placeholder {
  color: black;
  opacity: 1;
  /* Firefox */
}

.bold-text {
  font-weight: 700;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: black;
}

.font-size-medium {
  font-size: 22px
}




/* Mboile styles */

@media (max-width:990px) {
  .slider-section-title {
    font-size: 20px;
  }

  .w-60,
  .w-50 .w-70 {
    width: 90% !important
  }


  .sol-list .col-md-4,
  .sol-list .col-sm-12 {
    display: block;
  }

  .sm-pb-2 {
    padding-bottom: 2rem;
  }

  .foot-text-1 {
    font-size: 18px;
  }

  .size-head {
    font-size: 1.6rem;
  }

  .text {
    font-size: 20pt;
  }

  h1 {
    font-size: 1.8rem;
  }

  h2 {
    font-size: 1.3rem;
    
  }

  .font-size-medium {
    font-size: 18px;
  }

}

.h2{
    color:#d60115;
}

@media(max-width:1030px) {
  .show-on-large {
    display: none;
  }
}

@media (max-width:600px) {
  .m-center {
    text-align: center !important
  }

  .m-pt-0 {
    padding-top: 0 !important
  }

  .w-80 {
    width: 100% !important;
    padding-top: 2rem
  }

  .w-80 {
    width: 90% !important;
    text-align: left;
  }

  .mb-5,
  .my-5 {
    margin-bottom: 0 !important;
  }

  .mt-5 {
    margin-top: 0 !important;
  }

  .sm-p5 {
    padding: 1.5rem !important;
  }

  .py-6,
  .py-8 {
    padding: 4rem 0;
  }

  .w-70 {
    width: 100%
  }

  .py-5 {
    padding: 1rem 0 !important
  }


  .ml-6 {
    margin-left: 0rem;
  }

  .ml-20 {
    margin-left: 0rem;
  }
}

@media (min-width:1024px) {
  .w-400 {
    width: 400px !important;
  }
}

@media (max-width:767px) {

  .grad-btn {
    padding: 0.5rem 1.5rem;
  }

  .foryou-section .pickup {
    padding: 0rem;
  }

  .step-bg {
    height: auto;
    background-position: right center;
  }

  .carousel-inner .carousel-item {
    height: auto !important;
  }

  .sm-bg-light-white {
    background-color: rgba(255, 255, 255, 0.7);
  }

  .gurantee-section .row {
    margin-top: 1rem;
    margin-bottom: 1rem
  }

  .white-btn {
    padding: 0.5rem 2rem;
  }

  .nav-list {
    padding-left: 0
  }

  .stories-section #owl-demo .item img {
    width: 100% !important;
  }

  .exclusive-section .py-5 {
    padding: 1rem 1rem !important;
  }
}

@media (min-width:765px) and (max-width:1025px) {
  .stories-section #owl-demo .item img {
    width: -webkit-fill-available !important;
  }
}

/* Large Devices Stlyes*/
@media (min-width:1140px) {
  .l-ml-4 {
    margin-left: 4rem
  }
}

.drop-link {
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.menu-dropdown {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.menu-dropdown a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown:hover .menu-dropdown {
  display: block;
}

/* Extras */
.drop-shadow {
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.07);
}

/* Widths */
.w-20 {
  width: 20%
}


.drop-link {
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.menu-dropdown {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.menu-dropdown a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown:hover .menu-dropdown {
  display: block;
}



/*faq section*/
.faq-section h5.mb-0 {
  text-align: left;
}

.faq-section .card-body {
  text-align: left;
}

/* Style the tab */
.faq-section .tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 30%;
  height: 300px;
}

/* Style the buttons inside the tab */
.faq-section .tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.faq-section .tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.faq-section .tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.faq-section .tabcontent {
  float: left;
  padding: 0px 14px;
  border: 1px solid #ccc;
  width: 70%;
  /* border-left: none; */

}

.faq-section textarea {
  width: 100%;
  border: 1px solid #202020;
  color: #959595;
}

@media (min-width: 992px) {
  .faq-section .col-lg-12 {

    float: center;
    width: 50%;
    margin-left: 25%;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  }
}


.faq-section .card-header a {
  color: black;
}

.faq-section .card-header {

  text-align: left;
  padding: 1.7rem 1.25rem;

}


.faq-section .mb-0>a:hover,
.faq-section .card-header>a:hover {
  color: #fd5266;
  font-weight: 500;
}

.faq-section .mb-0>a:after,
.faq-section .card-header>a:after {
  content: "\f078";
  /* fa-chevron-down */
  font-family: 'FontAwesome';
  position: absolute;
  right: 13px;
  color: #d90114;
}

.faq-section .card-header>a:focus,
.faq-section .mb-0>a:focus {
  color: #d90114 !important;
  font-weight: 700;
}

.faq-section .mb-0>a[aria-expanded="true"]:after,
.faq-section .card-header>a[aria-expanded="true"]:after {
  content: "\f077";
  /* fa-chevron-up */
}




.faq-section .card-body a {
  color: #fd5266;
}



.faq-section li.nav-item {
  padding-bottom: 0.625rem;
}

.faq-section .card {
  border: none;
  border-radius: .25rem;
}


.faq-section form.home-form py-3 {
  padding: 10rem !important;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

/* Homepage Skill Bar */

.skill {

  position: relative;
  overflow-x: hidden;

}

.skill>p {
  font-size: 18px;
  font-weight: 700;
  color: #1a1716;
  margin: 0;
}

.skill:before {
  width: 100%;
  height: 250px;
  content: "";
  display: block;
  position: absolute;
  background: #ffcac0;
  bottom: 0;
}

.skill-bar {
  width: 100%;
  height: 250px;
  background: #ff4716;
  display: block;
  position: relative;
}

/* SKILL 1 */
.skill1 {
  width: 90%;

}

.skill-bar span {
  position: absolute;
  font-size: 6rem;
  padding: 1rem 0;
  font-weight: 600;
  left: 45%;
}

.skill-bar .text-under {
  font-size: 2rem !important;
  top: 45%
}

.skill-bar {
  position: relative;

}

/* FAQ PAGE */
.faq-bg {
  /* background: url(../images/faq-banner.jpg) center center;
  background-size: cover */
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #d60115; 
}

.nav-pills .nav-link {
  color: #000;
}

.nav-pills .active:hover {
  color: #fff !important
}

/* Feedback Page */
.feedback-bg {
  /* background: url(../images/feedback-banners.jpg)top center; */
  /* background-size: cover */
}

/* Job */

.job-bg {
  background: url(../images/Job-banners.jpg)top center;
  background-size: cover
}


/* */

textarea.form-control {
  border-bottom: 1px solid #bdbdbd !important;
}

.form-control label {
  padding-left: 1rem;
}

/* success stories */

.stories-section .fa-2x {
  font-size: 2em !important;
  text-align: left !important
}

.stories-section .pr-2 {
  padding-right: 2rem !important;
}

.stories-section #owl-demo .item img {
  display: block;
  width: fit-content;
  height: auto;
  margin: inherit;
}

.stories-section #owl-demo .item {
  margin: 15px;
  padding-top: 0;
}

.stories-section .my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important
}

.story-list #owl-demo .item {
  margin: 15px;
  padding-top: 2rem;
  background-color: #ffffff;
  box-shadow: 0 1px 15px 1px rgba(62, 57, 107, .07);
}

@media all and (max-width: 699px) and (min-width: 520px) {
  .home-form .form-control {
    padding: 0 !important;
  }
}