@font-face {
    font-family: 'Aileron Regular';
    font-weight: normal;
    src: url('../fonts/Aileron-Regular.woff');
    }
@font-face {
      font-family: 'Aileron Light';
      font-weight: normal;
      src: url('../fonts/Aileron-Light.woff');
      }
@font-face {
      font-family: 'Aileron SemiBold';
      font-weight: normal;
      src: url('../fonts/Aileron-SemiBold.woff');
      }
@font-face {
      font-family: 'Aileron Bold';
      font-weight: normal;
      src: url('../fonts/Aileron-Bold.woff');
      }
@font-face {
      /*/*font-family: 'Aileron Black';*/*/
      font-weight: normal;
      src: url('../fonts/Aileron-Black.woff');
      }
h1, h2, h3, h4, h5, h6, p, span, ul, li, a, .btn-default, textarea {
	margin: 0;
	padding: 0;
}
* {
	margin: 0;
	padding: 0;
}
a {
  text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
body {
  overflow-x: hidden;
  /*font-family: 'Aileron Regular';*/
  font-family: 'Dosis', sans-serif;
}

.container{
	max-width: 1170px;
}
.topBar {
    background: #000000;
    padding: 10px 0;
}
.topBar p {
    font-size: 16px;
    font-weight: 600;
    color: #f9d342;
    text-transform: uppercase;
    /*src: url(../fonts/Aileron-Light.woff);*/
}
.topBar-icons {
    display: flex;
    justify-content: flex-end;
}
.topBar-icons a {
    font-size: 18px;
    color: #f9d342;
    margin: 0 25px;
}
.navigation img {
    height: 210px;
    margin: -40px 0 0 0;
}
.navigation {
    min-height: 118px;
    height: 0px;
}
.navigation .row {
    align-items: center;
}
.header-buttons {
    display: flex;
    justify-content: flex-end;
    height: 0;
    align-items: end;
}
.yellow-btn {
    font-size: 14px;
    font-weight: 900;
    color: #000;
    text-transform: capitalize;
    border: 1px solid #f9d342;
    background: #f9d342;
    border-radius: 30px;
    padding: 12px 25px;
    outline: none;
    transition: all 0.3s ease-in-out;
    /*/*font-family: 'Aileron Black';*/*/
}
.yellow-btn:hover {
    color: #fff;
}
.white-btn {
    font-size: 14px;
    font-weight: 900;
    color: #000;
    text-transform: capitalize;
    border: 1px solid #000;
    background: transparent;
    border-radius: 30px;
    padding: 12px 25px;
    outline: none;
    transition: all 0.3s ease-in-out;
    /*/*font-family: 'Aileron Black';*/*/
}
.white-btn:hover {
    background: #f9d342;
    color: #000;
    border-color: #f9d342;
}
.custom-menu {
    display: flex;
    justify-content: flex-end;
}
.custom-menu>ul>li>a {
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
    /*/*/*font-family: 'Aileron Black';*/*/*/
    transition: all 0.3s ease-in-out;
}
.custom-menu>ul>li>a:hover {
  color: #f9d342;
}
.has-sub>ul>li>a {
    background: #f9d342;
    color: #000;
    font-size: 13px;
    font-weight: 900;
    /*src: url('../fonts/Aileron-Black.woff');*/
}
.stellarnav ul ul {
    width: 170px;
}
/************** Index Page CSS Start ****************/
.index-sec1 {
    background: #000;
    position: relative;
    min-height: 800px;
    display: flex;
    align-items: center;
}
.index-vector1 {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 400px;
}
.index-sec1 .row {
  align-items: center;
}
.indexSec1-content span {
    /*font-family: 'Aileron Light';*/
    font-size: 33px;
    font-weight: 600;
    color: #fff;
    display: block;
}
.indexSec1-content h4 {
    /*/*font-family: 'Aileron Black';*/*/
;
    font-size: 46px !important;
    font-weight: 900;
    color: #f9d342;
}
.indexSec1-content p {
    /*font-family: 'Aileron Light';*/
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}
.indexSec1-button {
    margin: 30px 0 0;
}
.indexSec1-image p {
    /*font-family: 'Aileron Light';*/
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    margin: 0 0 15px;
    text-align: center;
}
.indexSec1-image span {
    /*/*font-family: 'Aileron Black';*/*/
    display: block;
    background: #fff;
    position: absolute;
    top: 11%;
    right: 0%;
    font-size: 45px;
    font-weight: 900;
    color: #000;
    clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 95%);
    padding: 15px 10px;
    letter-spacing: -6px;
    display: none;
}
.indexSec1-image span sub {
    color: #f9d342;
}
.indexSec1-slider .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: -15%;
    width: 130%;
}
.indexSec1-slider .owl-nav button span {
    background: #ccc;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border-radius: 50%;
}
/*** Index Sec2 CSS ***/
.index-sec2 {
    padding: 50px 0;
    overflow: hidden;
}
.section-head span {
    /* font-family: 'Aileron Light'; */
    font-size: 40px;
    font-weight: 600;
    color: #000;
    display: block;
}
.section-head p {
    /*/*font-family: 'Aileron Black';*/*/
;
    font-size: 45px !important;
    font-weight: 900;
    color: #000;
    line-height: 1.0;
}
.indexSec2-image {
    position: relative;
    text-align: center;
    margin: 30px 0;
}
.indexSec2-image p {
    font-family: 'Aileron Light';
    font-size: 16px;
    font-weight: 600;
    color: #000;
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
}
.indexSec2-vec1 {
    position: absolute;
    top: 35%;
    left: 0;
    max-width: 400px;
    z-index: -1;
}
.indexSec2-vec2 {
    position: absolute;
    top: 35%;
    right: 0;
    max-width: 400px;
    z-index: -1;
}
/*** Index Sec3 CSS ***/
.index-sec3 {
    padding: 50px 0;
}
.index-sec3 .row {
  align-items: center;
}
.indexSec3-content {
    max-width: 470px;
}
.paragraph {
    font-size: 14px !important;
    font-weight: 600 !important;
    font-family: 'Aileron Light' !important;
    color: #000;
    line-height: 1.4 !important;
    max-width: 680px;
    margin: 0 auto;
}
/*** Index Sec4 CSS ***/
.index-sec4 {
    padding: 50px 0;
}
.service-card {
  transition: all 0.5s ease-in-out;
}
.service-card .image {
  position: relative;
}
.service-card .image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 25%;
  background: #fbca1096;
  transition: all 0.5s ease-in-out;
}
.service-card .image:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 25%;
  background: #fbca1096;
  transition: all 0.5s ease-in-out;
}
.service-card:hover .image:before {
  width: 25%;
}
.service-card:hover .image:after {
  width: 25%;
}
.service-card .image img {
    object-fit: cover;
    border-bottom: 10px solid #f9d342;
    max-width: 530px;
    width: 100%;
    max-height: 380px;
    min-height: 380px;
}
.service-card .content {
    padding: 25px 25px 25px 0;
}
.service-card .content h4 {
    font-size: 30px;
    /*/*font-family: 'Aileron Black';*/*/
    font-weight: 900;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 10px;
}
/*** Index Sec5 CSS ***/
.index-sec5 {
    padding: 50px 0;
}
.index-sec5 .row {
  align-items: center;
}
.indexSec5-image {
    clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
}
/*** Index Sec6 CSS ***/
.index-sec6 {
    padding: 50px 0;
}
.index-sec6 .section-head .paragraph {
    max-width: 500px;
    margin: 10px auto;
}
.portfolio-image {
    position: relative;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    border-radius: 26px;
}
.portfolio-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 25%;
  background: #fbca1096;
  transition: all 0.5s ease-in-out;
}
.portfolio-image:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 25%;
  background: #fbca1096;
  transition: all 0.5s ease-in-out;
}
.portfolio-image:hover:before {
  width: 25%;
}
.portfolio-image:hover:after {
  width: 25%;
}
.portfolio-image img {
    width: 100%;
    max-height: 350px;
    min-height: 350px;
    object-fit: cover;
    object-position: center;
    border: 5px solid #f9d342;
    border-radius: 26px;
}
/*** Index Sec7 CSS ***/
.index-sec7 {
    padding: 100px 0;
    position: relative;
    background: #000;
}
.index-sec7 .index-vector1 {
    left: unset;
    right: 0;
    transform: rotate(180deg);
}
.indexSec7-vector1 {
  position: absolute;
  top: 0;
  left: 0;
}
.indexSec7-vector2 {
    position: absolute;
    bottom: 0;
    right: 0;
    min-height: 200px;
    max-height: 200px;
}
.index-sec7 .section-head span {
    color: #f9d342;
}
.index-sec7 .section-head p {
    color: #f9d342;
}
.index-sec7 .section-head .paragraph {
    color: #fff !important;
    max-width: 500px;
    margin: 10px auto;
}
.benefits {
  margin-top: 50px;
}
.benefits span {
    font-size: 45px;
    /*/*font-family: 'Aileron Black';*/*/
    font-weight: 900;
    color: #000;
    /*clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);*/
    padding: 15px 10px;
    /*background: #fff;*/
    display: block;
    width: 130px;
    height: 90px;
    margin: 0 auto 20px;
    border-radius: 8px;
}
.benefits span i {
    color: #deb926;
    font-size: 60px;
}
.benefits p {
    color: #f9d342;
    font-size: 20px;
    font-weight: 600;
}
/*** Index Sec7 CSS ***/
.index-sec8 {
    padding: 70px 0;
}
.testimonial-slide .row {
    align-items: center;
}
.client-image {
    max-width: 125px;
    height: 125px;
    border-radius: 50%;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.client-image img {
    max-width: 50px;
    width: 100%;
    object-fit: cover;
}
.client-review {
    max-width: 500px;
}
.client-review h4 {
    font-size: 36px;
    /*/*font-family: 'Aileron Black';*/*/
    font-weight: 900;
    color: #000;
    margin-bottom: 20px;
}
.client-review p {
    font-size: 20px;
    font-family: 'Aileron Light';
    font-weight: 300;
    color: #000;
    margin-bottom: 10px;
}
.client-review span {
    font-size: 26px;
    font-family: 'Aileron Light';
    color: #d8ad08;
    font-weight: 700;
    text-transform: uppercase;
}
.testimonial-slider .owl-nav {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.testimonial-slider .owl-nav button span {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f9d342;
    color: #fff;
    font-size: 30px;
}
/************** End ****************/

/*********** Footer CSS Start *************/
footer {
  background: #000;
  padding: 70px 0 0;
  position: relative;
  overflow: hidden;
}
.f-vector1 {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 170px;
}
.f-vector2 {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 170px;
}
.footer-logo {
    max-width: 250px;
    width: 100%;
    object-fit: cover;
    margin: 0 auto 50px;
}
.f-title {
    font-size: 24px;
    /*/*font-family: 'Aileron Black';*/*/
    font-weight: 900;
    color: #f9d342;
    margin-bottom: 10px;
}
.footer-col ul {
  list-style-type: none;
}
.footer-col ul>li>p {
    color: #fff;
    font-size: 16px;
    font-family: 'Aileron Light';
    font-weight: 300;
    margin-bottom: 5px;
}
.footer-col ul>li>a {
    color: #fff;
    font-size: 16px;
    font-family: 'Aileron Light';
    font-weight: 300;
    margin-bottom: 5px;
    display: block;
    transition: all 0.3s ease-in-out;
}
.footer-col ul>li>a:hover {
  color: #f9d342;
}
.footer-row2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.footer-row2 .payment-icons {
    display: flex;
    align-items: center;
}
.footer-row2 .payment-icons a {
    margin: 0 5px;
}
.social-icons {
  display: flex;
  align-items: center;
}
.social-icons a {
    font-size: 20px;
    color: #000;
    background: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 5px;
    border: 1px solid #f9d342;
    transition: all 0.3s ease-in-out;
}
.social-icons a:hover {
  background: #f9d342;
  box-shadow: 0 0 8px 0 #f9d342;
}
.bottomBar {
    border-top: 1px solid #242424;
}
.bottomBar p {
    font-size: 16px;
    /*/*font-family: 'Aileron Black';*/*/
    font-weight: 900;
    color: #f9d342;
    text-align: center;
    padding: 15px 0;
}
/**************** End **********************/

/**************** About Us Page CSS Start ******************/
/*.inner-sec {*/
/*    background: #000;*/
/*    min-height: 500px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/
.inner-sec {
    min-height: 500px;
    display: flex;
    align-items: center;
    background-image: url(../images/bc.jpg);
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.innerBanner-text {
  text-align: center;
}
.innerBanner-text span {
    font-family: 'Aileron Light';
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    display: block;
}
.innerBanner-text h4 {
    font-size: 100px !important;
    font-weight: 900;
    color: #f9d342;
    text-transform: uppercase;
}
.innerBanner-text p {
    font-family: 'Aileron Light';
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    max-width: 500px;
    margin: 0 auto;
}
.about-sec2 {
    padding: 70px 0;
}
/*********************** End *******************************/

/**************** Portfolio Page CSS Start ******************/
.portfolio-sec2 {
  padding: 70px 0;
}
.portfolio-sec2 .section-head p {
    max-width: 1150px;
    font-size: 36px;
    margin: 10px auto 0;
}
.portfolio-wrap .nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.portfolio-wrap .nav-link {
    font-size: 14px;
    font-weight: 900;
    color: #fff;
    text-transform: capitalize;
    border: 1px solid #000;
    background: #000;
    border-radius: 30px;
    width: 120px;
    margin: 0 5px;
    padding: 12px 0;
    outline: none;
    transition: all 0.3s ease-in-out;
    /*/*font-family: 'Aileron Black';*/*/
}
.portfolio-wrap .nav-link.active {
  color: #000;
  border-color: #f9d342;
  background: #f9d342;
}
/************************** End ****************************/

/**************** Pricing Page CSS Start ******************/
.pricing-sec2 {
  padding: 70px 0;
}
.pricing-sec2 .section-head p {
    max-width: 1150px;
    font-size: 36px;
    margin: 10px auto 0;
}
.pricing-wrap .nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.pricing-wrap .nav-link {
    font-size: 14px;
    font-weight: 900;
    color: #fff;
    text-transform: capitalize;
    border: 1px solid #000;
    background: #000;
    border-radius: 30px;
    width: 120px;
    margin: 0 5px;
    padding: 12px 0;
    outline: none;
    transition: all 0.3s ease-in-out;
    /*/*font-family: 'Aileron Black';*/*/
}
.pricing-wrap .nav-link.active {
  color: #000;
  border-color: #f9d342;
  background: #f9d342;
}
.price-card {
  background: #000;
  text-align: center;
  padding: 50px;
}
.price-card h4 {
    color: #fff;
    /*/*font-family: 'Aileron Black';*/*/
    font-size: 26px;
    font-weight: 900;
    text-transform: uppercase;
}
.price-card p {
    color: #fff;
    font-family: 'Aileron Light';
    font-size: 18px;
    font-weight: 300;
    margin: 10px 0;
}
.price-card span {
    color: #fff;
    /*/*font-family: 'Aileron Black';*/*/
    display: block;
    font-size: 32px;
    font-weight: 900;
}
/************************** End ****************************/

/**************** Contact Us Page CSS Start ******************/
.contact-sec2 {
  padding: 70px 0;
}
.contact-card {
    background: #000;
    text-align: center;
    padding: 50px 0;
    min-height: 220px;
    max-height: 220px;
}
.contact-card span {
    display: block;
    font-size: 40px;
    color: #f9d342;
}
.contact-card a {
    color: #fff;
    font-size: 20px;
    /*/*font-family: 'Aileron Black';*/*/
    font-weight: 900;
    transition: all 0.3s ease-in-out;
}
.contact-card a:hover {
  color: #f9d342;
}
.contactForm-wrap {
    background: #f9d342;
    max-width: 800px;
    margin: 50px auto 0;
    padding: 50px;
    box-shadow: 0 0 10px 0 #ccc;
}
.contact-head p {
    font-size: 30px;
    font-weight: 900;
    color: #000;
    text-transform: capitalize;
    /*/*font-family: 'Aileron Black';*/*/
    line-height: 1.2;
}
.contact-head span {
    font-size: 16px;
    font-weight: 900;
    color: #000;
    text-transform: capitalize;
    /*/*font-family: 'Aileron Black';*/*/
}
.contact-field {
    width: 100%;
    padding: 15px;
    border: none;
    outline: none;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Aileron Light';
    border-radius: 5px;
}
.contactForm-wrap textarea {
    resize: none;
    min-height: 200px;
}
.contactForm-wrap button {
    padding: 15px 30px;
    background: #000;
    color: #fff;
    outline: none;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
.contactForm-wrap button:hover {
  background: #fff;
  color: #000;
}
/************************** End ****************************/

/*QUOTE MODAL STARTS*/
.gen-modal.modal {
    z-index: 9999;
}
.gen-modal .form-group{
  margin-bottom: 15px;
}
.gen-modal input{
  width: 100%;
  border: 2px solid #eaeaea;
  padding: 5px 16px;
  height: 45px;
  outline: none;
  box-shadow: none;
}
.gen-modal textarea{
  width: 100%;
  border: 2px solid #eaeaea;
  padding: 10px 16px;
  height: 98px;
  outline: none;
  box-shadow: none;
  resize: none;
}
.gen-modal input:placeholder,
.gen-modal textarea:placeholder{
  color: #9b9b9b;
}
#quote-modal .modal-header{
  border-bottom: none;
}
/*#quote-modal*/
#quote-modal .modal-content{
  border: none;
}
#quote-modal .modal-body{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 0;
}
#quote-modal .modal-body .btn-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 35px;
    height: 35px;
    opacity: 1;
    border-radius: 100%;
    background: #f9d342;
    color: #000;
}
#quote-modal .modal-dialog {
  max-width: 800px;
}
#quote-modal .modal-body .modal-left{
  width: 300px;
  background: url(../images/modal-img.png);
  background-size: cover;
}
#quote-modal .modal-body .modal-right{
  width: 500px;
  padding: 30px 20px;
}
.modal-title {
    font-size: 30px;
    /*/*font-family: 'Aileron Black';*/*/
    font-weight: 900;
    color: #000;
}
button.owl-next{
    display:none;
}
button.owl-prev{
    display:none;
}
.indexSec5-content h6 {
    font-size: 22px;
    margin: 12px 0;
    font-weight: 600;
}
/*QUOTE MODAL ENDS*/
.what-we-do {
    margin-top: 50px;
}
.section-head .main-heading {
    /*/*/*font-family: 'Aileron Black';*/*/*/
    font-size: 45px;
    font-weight: 900;
    color: #000;
    line-height: 1.0;
    margin: 20px 0px 80px;
}
.yellow-btn {
    font-size: 14px;
    font-weight: 900;
    color: #000;
    text-transform: capitalize;
    border: 1px solid #f9d342;
    background: #f9d342;
    border-radius: 30px;
    padding: 12px 25px;
    outline: none;
    transition: all 0.3s ease-in-out;
    /*/*font-family: 'Aileron Black';*/*/
}
.patch-type-sect {
    padding: 50px 0;
}
.p-card-para {
    /*font-family: 'Aileron Light';*/
    font-size: 16px;
    font-weight: 300;
    color: #000;
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
}
.p-card-title {
    /*font-family: 'Aileron Light';*/
    font-size: 30px;
    font-weight: 300;
    color: #000;
    display: block;
    margin-top: 35px;
}
.p-card-small {
    /*font-family: 'Aileron Light';*/
    font-size: 20px;
    font-weight: 300;
    color: #000;
    display: block;
}
.what-we-need {
    padding: 50px 0;
}
.what-do-wrap-sect h5 {
    /*font-family: 'Aileron Light';*/
    font-size: 30px;
    font-weight: 300;
    color: #000;
    display: block;
    margin: 16px 0;
}
.what-do-wrap-sect p {
    font-size: 16px !important;
    font-weight: 300 !important;
    /*font-family: 'Aileron Light' !important;*/
    color: #000;
    line-height: 1.4 !important;
    max-width: 680px;
    margin: 0 auto;
}
.what-we-do {
    padding: 50px 0;
}
.section-head .paragraph {
    font-size: 15px !important;
    font-weight: 600 !important;
    font-family: 'Aileron Light' !important;
    color: #000;
    line-height: 1.4 !important;
    max-width: 800px;
    margin: 50px auto;
    width: 100%;
}
.what-we-need .paragraph {
    font-size: 16px !important;
    font-weight: 300 !important;
    font-family: 'Aileron Light' !important;
    color: #000;
    line-height: 1.4 !important;
    max-width: 440px;
    margin: 0 auto;
}
.patch-card i {
    font-size: 95px;
    margin: 0 0 24px;
    color: #f9d342;
}
.patch-card-body span {
    border: 1px solid #f9d342;
    width: 100%;
    max-width: 300px;
    margin: 12px auto;
}
.qp_bgc {
    background: #000000;
    float: left;
    width: 100%;
    height: 450px;
    margin-bottom: 20px;
    color: #fff;
}
.qp_top {
    width: 100%;
    float: left;
    height: 112px;
    border-bottom: 1px solid #fff;
    background: #aeaeae;
    text-align: center;
    margin-bottom: 85px;
}
.qp_top:hover {
    background: #000000;
    color: #fff;
}
.qp_circle {
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background: #dab525;
    border: 8px solid #fff;
    margin-top: 28px;
}
.qp_image {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    height: 100px;
    margin-top: 20px;
}
.qp_bgc:hover {
    background: #ffd42c;
    color: #000;
}
.port-repeat.text-center {
    margin: 65px 0;
}
.qp_image i {
    font-size: 70px;
    margin-top: 11px;
}
.padding h3 {
    font-size: 20px;
    font-weight: 600;
}
.padding p {
    font-size: 14px;
    width: 100%;
    max-width: 330px;
    margin: 20px auto;
}
select#inputGroupSelect01 {
    padding: 14px 13px;
    outline: none;
}
.pricing {
    margin-top: 40px;
    padding: 0 20px;
}
.pricing_inner {
    background-color: #fdfdfd;
    padding: 30px 20px;
    border-radius: 20px;
    transition: 0.15s;
    border: 2px solid #f9d342;
    text-align: left;
    overflow: hidden;
    /* min-height: 250px; */
    cursor: pointer;
}
.pricing_inner h4 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 34px;
}
.pricing_inner h3 {
    font-size: 52px;
    margin-bottom: 34px;
    font-weight: bold;
    color: #f9d342;
}
.pricing_inner ul {
    max-height: 247px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 18px;
    list-style: circle;
    padding: 0 20px;
}
.pricing_inner ul li {
    line-height: 15px;
    font-size: 14px;
    padding: 6px 0;
}
.actions {
    border-top: 1px solid #eeeeee;
    padding-top: 15px;
    margin-top: 15px;
    display: flex;
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 auto 0px;
}
.actions::before {
    position: absolute;
    content: "";
    height: 43px;
    background-color: #eee;
    width: 1px;
    left: 46%;
    top: 10px;
}
.actions a {
    vertical-align: top;
    min-width: inherit;
    margin: 0px;
    position: relative;
    color: #7b7b7b;
    font-size: 9px;
}
.pricing_inner ul::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
.pricing_inner ul::-webkit-scrollbar-thumb {
    background-color: #f9d342;
}
.pricing_inner ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #000000;
}
.pricing:hover .pricing_inner {
    background-color: #fff;
    color: #000000;
    border: 4px solid #f9d342;
    transition: 0.15s;
}
.packegs-sec {
    margin-bottom: 40px;
}
.pricing-index {
    background-image: url(../images/pricing-bg-img.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 870px;
    display: flex;
    align-items: center;
        margin-top: 60px;
}
.pricing-sec-text {
    background-image: url(../images/Background-Pricing.webp);
    height: 700px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.container-fluid.pricing-margin {
    margin: 0 80px;
}
.pricing-sec-text h2 {
    font-size: 50px;
    font-weight: 700;
    color: #d79e00;
}
.pricing-sec-text h3 {
    font-size: 80px;
    font-weight: bold;
    color: #000;
}
.pricing-sec-text h4 {
    font-size: 25px;
    padding: 10px 0;
    color: #d79e00;
}
.pricing-sec-text p {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding-bottom: 20px;
}
.pricing-sec-contant {
    text-align: center;
}
.pricing-sec-contant h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}
.Embroidery-page {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pricing-contant-box {
    background: white;
    width: 400px;
    height: 200px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
}
.pricing-contant-box-02 {
    background: #ffd42d;
    width: 420px;
    height: 220px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
}
.pricing-contant-box h4 {
    font-size: 25px;
    font-weight: 700;
}
.pricing-contant-box-02 h4 {
    font-size: 25px;
    font-weight: 700;
}
.pricing-contant-box p {
    font-size: 30px;
    font-weight: 700;
}
.pricing-contant-box-02 p {
    font-size: 30px;
    font-weight: 700;
}
.price-ul-sec ul {
    list-style: none;
}
.price-ul-sec img {
    width: 100%;
    max-width: 15px;
}
.price-text {
    text-align: center;
}
.price-text h5 {
    font-size: 26px;
    font-weight: 600;
    color: #000;
}
.price-text h6 {
    font-size: 25px;
    text-decoration: line-through;
    color: #f9d342;
    font-weight: 700;
    padding-bottom: 20px;
}
.price-text h3 {
    font-size: 60px;
    font-weight: 800;
    color: #e1b200;
}







