.btn::before
{
    width: auto;
    height: auto;
}
#custom-modal .modal-body {
    padding: 0;
}
.swal-text {
    text-align: center !important;
}
.swal-button {
    background-color: #f7bc25 !important;
    box-shadow: 0 1px 3px #000000bf;
}
.swal-button:hover {
    background-color: #f5a918 !important;
}
.swal-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.swal-title:first-child {
    margin-top: 125px;
}
.swal-title:not(:last-child) {
    margin-bottom: 0px;
}
.swal-title {
    font-family: 'Bebas Neue';
    letter-spacing: 2px;
    color: #323232;
}
.swal-text {
    font-family: 'Bebas Neue';
    font-size: 18px;
    letter-spacing: 1px;
    color: #383838;
}
.swal-button:focus {
    outline: none;
    box-shadow: 0 1px 3px #000000bf;
}
#inquirymodal, #summarymodal {
    z-index: 1051;
}
.intl-tel-input .country-list
{
    color: #000;
}
.intl-tel-input.separate-dial-code .selected-flag {
    color: #000;
}
/* ============== */
.new-banner {
    background-image: url(../img/add-img/main-banner.html);
    background-size: cover;
    height: 77vh;
    background-position: center;
    position: relative;
    border-radius: 1%;
}
.banner-log-1 {
    position: absolute;
    top: 15%;
    left: 3%;
    width: 150px;
}

.banner-log-2 {
    position: absolute;
    top: 50%;
    left: 2%;
    width: 125px;
}

.banner-log-3 {
    position: absolute;
    left: 20%;
    width: 200px;
    top: 170px;
}

.banner-log-4 {
    position: absolute;
    left: 23%;
    top: 8px;
    z-index: 1;
    width: 250px;
}

.banner-slogon-cont {
    position: absolute;
    right: 4%;
    top: 15%;
    height: 264px;
    width: 350px;
}
.banner-slogon-cont img {
    width: 100%;
    height: auto;
}
.banner-slogon-cont h1 {
    font-size: 38px;
    left: 6%;
    bottom: 60px;
    transform: rotate(5deg);
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 7px 5px #8e6a27;
    font-family: 'Bebas Neue', cursive;
    font-weight: 400;
    letter-spacing: 0px;
}
.ml6 .text-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.ml6 .letter {
    display: inline-block;
}
.baner-buton {
    position: absolute;
    right: 70px;
    top: 30px;
    transform: rotate(0deg) translate(0, 0px);
}
.orderbtn {
    text-align: center;
    transform: rotate(0deg) translate(-30px, -10px);
}
.btn-order:hover {
    color: #fff;
    background:#ff9300;
}
.btn-order {
    color: #fff;
    background-image: linear-gradient(to right, #fd0043, #721e72);
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 2px;
    padding: 8px 40px;
    border: 0;
    border-radius: 50px;
}
.ani-zoom
{
	animation: move-icn 2s infinite;
}
@keyframes move-icn {
	0% {transform: scale(0.9);}
	50% {transform: scale(1.1);}
	100% {transform: scale(0.9);}
  }
.browers-logos {
    margin-top: 5px;
    text-align: center;
}
.browers-logos h4 {
    font-family: 'Bebas Neue';
    font-size: 28px;
    letter-spacing: 1px;
    text-shadow: 0px 7px 5px #8e6a27;
}
/* .banner-slogon-cont img {
    width: 100%;
    height: auto;
} */

/* Our Latest Work */

.main-work {
    padding: 50px 0;
    /* background-color: #1e1e1e; */
}
.portfolio-hdg {
    margin-bottom: 50px;
}
.heading h3 {
    font-size: 48px;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
}
.mob-block {
    display: none;
}
.port-box {
    margin-bottom: 20px;
}
/* .owl-carousel .owl-item img {
    width: auto;
} */
.port-box a img {
    border-radius: 10px;
    border: 1px solid #cccccc38;
}


.web-block {
    display: block;
}
.web-port {
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    margin: 0;
    margin-bottom: 20px;
}
.portfolio-info {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    opacity: 0;
    transition: .2s linear;
}
.portfolio-info p {
    font-size: 22px;
    line-height: 1px;
    margin-bottom: 22px;
    padding-bottom: 0;
    font-family: 'Bebas Neue';
    letter-spacing: 1.5px;
    font-weight: 500;
    color: #fff;
}
.portfolio-info p a {
    color: #fff;
    font-family: 'Bebas Neue';
}
.portfolio-info .btns-app:nth-child(1) {
    margin-bottom: 10px;
}
.btns-app {
    display: flex;
    align-items: center;
}
.btns-app a:first-child {
    margin-right: 10px;
}
.btns-app a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    padding: 6px 4px;
    line-height: 1;
    text-align: center;
    background-image: -webkit-linear-gradient(left, #f4a21a, #ffde00);
    color: #000;
    border-radius: 4px;
    font-family: 'Bebas Neue';
    font-weight: 500;
    letter-spacing: initial;
    transition: .3s ease-in-out;
}

.web-port:hover {
    background: #000;
}
.web-port:hover .portfolio-info {
    opacity: 1;
    background: #000000ab;
}
.btns-app a:hover {
    background: #1e1e1e;
    color: #fff;
}


/* Packages */
.packages-heading .set_head {
    font-size: 48px;
}
.packages-heading .set_paras {
    font-size: 18px;
}
.pack-tabs .nav-pills {
    justify-content: center;
    border-bottom: 1px solid #f9bd0f;
}
.pack-tabs .nav-pills .nav-item {
    flex: 1 auto;
    text-align: center;
}
.pack-tabs .nav-pills .nav-link {
    border-radius: 2px 2px 0 0;
    font-weight: 500;
    color: #fff;
    padding: 8px 0;
}
.pack-tabs .nav-pills .nav-link.active, .pack-tabs .nav-pills .nav-link:hover {
    background: #f9bd0f;
    color: #fff;
}
.swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
    background-image: unset;
    background-color: #f9bd0f;
    border-radius: 2px;
}
.swiper-container .swiper-button-next:after, .swiper-container .swiper-button-prev:after {
    content: "";
    position: absolute;
    width: 28px;
    height: 44px;
}
.swiper-container .swiper-button-prev:after {
    background-image: url(../assets/img/left-arrow.svg);
    filter: brightness(0) invert(1);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center center;
}
.swiper-container .swiper-button-next:after {
    background-image: url(../assets/img/right-arrow.svg);
    filter: brightness(0) invert(1);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center center;
}

.main-pricing-box {
    background-color: #161616;
    padding: 40px 20px 15px;
    text-align: center;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    border-radius: 9px;
    border: 1px solid #333;
    transition: .9s;
    opacity: 1;
    background-size: 100% 100%;
    position: relative;
    z-index: 999;
}
.main-pricing-box:hover::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000ba;
    z-index: -1;
}
.main-pricing-box.pack-bg-pink:hover {
    background: url(../assets/img/pack-bg-pink.png);
    background-size: 110% 100%;
    background-position: left;
}
.main-pricing-box.pack-bg-red:hover {
    background: url(../assets/img/pack-bg-red.png);
    background-size: 110% 100%;
    background-position: left;
}
.main-pricing-box.pack-bg-yellow:hover {
    background: url(../assets/img/pack-bg-yellow.png);
    background-size: 110% 100%;
    background-position: left;
}
.main-pricing-box.pack-bg-blue:hover {
    background: url(../assets/img/pack-bg-blue.png);
    background-size: 110% 100%;
    background-position: left;
}
.main-pricing-box.pack-bg-brown:hover {
    background: url(../assets/img/pack-bg-brown.png);
    background-size: 110% 100%;
    background-position: left;
}
.main-pricing-box.pack-bg-green:hover {
    background: url(../assets/img/pack-bg-green.png);
    background-size: 110% 100%;
    background-position: left;
}
.main-pricing-box .pricing-title {
    margin-bottom: 4px;
    font-size: 24px;
    color: #f9bd0f;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    letter-spacing: 1.5px;
    line-height: 1.2;
    display: block;
}
.main-pricing-box .pricing-subtitle {
    color: #fff;
    margin-bottom: 0;
    font-family: 'Bebas Neue';
    letter-spacing: 1.5px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
}
.main-pricing-box .pricing-price {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 40px;
    color: #f9bd0f;
    font-family: 'Bebas Neue';
    line-height: 1.5;
}
.main-pricing-box .pricing-offer {
    color: #ffe;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Bebas Neue';
    letter-spacing: 1.5px;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}
.main-pricing-box .pricing-feature {
    list-style: none;
    margin-top: 20px;
    margin-bottom: 38px;
    color: #fff;
    padding-left: 25px;
    padding-right: 5px;
    height: 150px;
    overflow-y: scroll;
    text-align: left;
}
.main-pricing-box .pricing-feature::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
}
.main-pricing-box .pricing-feature::-webkit-scrollbar-thumb {
    background: #f4a21a;
    border-radius: 5px;
}
.main-pricing-box .pricing-feature::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #fff;
}
.main-pricing-box .pricing-feature li.active {
    text-decoration: none;
}
.main-pricing-box .pricing-feature li+li {
    margin-top: 12px;
}
.main-pricing-box .pricing-feature li {
    text-decoration: line-through;
    font-family: Roboto;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: initial;
}
.main-pricing-box .pricing-feature li i {
    margin-right: 5px;
}
.pricing-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-pricing-box .pricing-button button:first-child {
    margin-right: 5px;
}
.main-pricing-box .pricing-button button {
    font-size: 16px;
    line-height: 42px;
    padding: 0 20px;
    position: relative;
    letter-spacing: 1.1px;
    font-weight: 400;
    font-family: Roboto;
}
.main-pricing-box .pricing-button a:first-child {
    margin-right: 5px;
}
.main-pricing-box .pricing-button a {
    
    font-size: 16px;
    line-height: 35px;
    padding: 0 10px;
    position: relative;
        font-family: 'Bebas Neue';
    letter-spacing: 1.5px;
    font-weight: 500;
    flex: auto;
    justify-content: center;
}
.portfoliox-btnx {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}
.main-pricing-box .portfoliox-btnx a {
    font-size: 16px;
    line-height: 35px;
    padding: 0 10px;
    position: relative;
        font-family: 'Bebas Neue';
    letter-spacing: 1.5px;
    font-weight: 500;
    flex: auto;
    justify-content: center;
}


.btn.btn-outline-gradient {
    display: inline-flex;
    align-items: center;
    font-size: 17px;
    color: #cfcfcf;
    border-image-source: linear-gradient(to right, #f4a21a 0%, #ffde00 100%);
    border-image-source: -webkit-gradient(to right, #f4a21a 0%, #ffde00 100%);
    border-image-source: -ms-linear-gradient(to right, #f4a21a 0%, #ffde00 100%);
    border-image-source: -o-linear-gradient(to right, #f4a21a 0%, #ffde00 100%);
    border-image-slice: 1;
    border-width: 2px;
    border-style: solid;
    background-color: #f4a21a;
    background-image: -webkit-gradient(linear, left top, right top, from(#f4a21a), to(#ffde00));
    background-image: -webkit-linear-gradient(left, #f4a21a, #ffde00);
    background-image: -moz-linear-gradient(left, #f4a21a, #ffde00);
    background-image: -ms-linear-gradient(left, #f4a21a, #ffde00);
    background-image: -o-linear-gradient(left, #f4a21a, #ffde00);
    background-image: linear-gradient(left, #f4a21a, #ffde00);
    background-color: initial;
    background-clip: text;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: #fff;
    -moz-text-fill-color: #fff;
    -webkit-text-fill-color: #fff;
    padding: 0 34px;
    line-height: 54px;
}
.btn.btn-outline-gradient:before {
    content: '';
    z-index: -1;
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    background-color: #f4a21a;
    background-image: -webkit-gradient(linear, left top, right top, from(#f4a21a), to(#ffde00));
    background-image: -webkit-linear-gradient(left, #f4a21a, #ffde00);
    background-image: -moz-linear-gradient(left, #f4a21a, #ffde00);
    background-image: -ms-linear-gradient(left, #f4a21a, #ffde00);
    background-image: -o-linear-gradient(left, #f4a21a, #ffde00);
    background-image: linear-gradient(left, #f4a21a, #ffde00);
    transform-origin: right center;
    -webkit-transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -khtml-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform .3s cubic-bezier(.37, .31, .2, .85);
    -khtml-transition: transform .3s cubic-bezier(.37, .31, .2, .85);
    -moz-transition: transform .3s cubic-bezier(.37, .31, .2, .85);
    -ms-transition: transform .3s cubic-bezier(.37, .31, .2, .85);
    -o-transition: transform .3s cubic-bezier(.37, .31, .2, .85);
    transition: transform .3s cubic-bezier(.37, .31, .2, .85);
}
.btn.btn-outline-gradient:focus, .btn.btn-outline-gradient:hover {
    text-fill-color: #000;
    -moz-text-fill-color: #000;
    -webkit-text-fill-color: #000;
    color: #000;
    position: relative;
    z-index: 1;
}
.btn.btn-outline-gradient:focus:before, .btn.btn-outline-gradient:hover:before {
    transform-origin: left center;
    -webkit-transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -khtml-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
/* Package box */
.qoute-frms {
    background: #1d1d1d;
    padding: 20px 20px;
    border-radius: 4px;
}
.req-frm-fld label {
    color: #fff;
    font-family: Roboto;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 400;
}
.req-frm-fld input, .req-frm-fld select {
    height: 35px;
}
/* .req-frm-fld input, .req-frm-fld select, .req-frm-fld textarea {
    background: #000;
    border: 0;
    border-radius: .25rem;
    color: #fff;
} */
.req-frm-fld .intl-tel-input {
    width: 100%;
}
.main-pricing-box .custom-box {
    margin-top: 25px;
    padding: 0 15px;
    margin-bottom: 25px;
    height: 100%;
}
.main-pricing-box .custom-box p {
    color: #fff;
    font-size: 19px;
    font-weight: 100;
    font-family: 'Bebas Neue';
    letter-spacing: 1.5px;
}
.main-pricing-box .custom-box p b {
    color: #f9bd0f;
}
/* Awards  */

.awards_area {
    padding: 57px 0;
    /* background-color: #000; */
}
.sec_headings {
    text-align: center;
    padding: 0 2%;
    margin: 0;
}
.awards_area h2.set_head {
    color: #ffffff;
    padding-bottom: 45px;
    font-size: 48px;
    margin: 0;
    padding-bottom: 33px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.award_box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.owl-carousel .owl-item .award_box img {
    width: auto;
}
.awards_area .owl-nav.disabled {
    display: none;
}
/* Awards end */


/* JV Program */

.work_process {
    padding: 60px 0 60px;
    /* background: #ffffff; */
}
.sec_headings {
    text-align: center;
    padding: 0 2%;
    margin: 0;
}
.work_process h2.set_head {
    font-size: 48px;
    color: #ffffff;
    margin: 0;
    padding-bottom: 33px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.work_process .sec_headings p {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto';
    color: #f9f9f9;
    padding-bottom: 65px;
}
.work-responsive-slider {
    margin: 0;
}
.prcess_box {
    padding: 50px 30px 50px 30px;
    border: 1px solid rgb(234, 234, 234);
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    transition: all 0.5s;
    cursor: pointer;
    position: relative;
    transition: all .3s ease-in-out;
    height: 300px;
}
.prcess_box .numbers {
    position: absolute;
    bottom: 0;
    font-size: 221px;
    font-weight: 600;
    font-family: 'Ubuntu';
    line-height: 164px;
    left: 0;
    display: none;
    color: #00000012;
}
.work_process span {
    border-color: #000 !important;
}
.prcess_box h2 {
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #161616;
}
.prcess_box p {
    height: 130px;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    color: #606060;
}

.prcess_box:hover {
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 20px 87px 0px rgb(0 0 0 / 21%);
    transition: all 0.5s;
}
.prcess_box:hover span {
    display: block;
}
.prcess_box:hover h2 {
    color: #f5a618;
    transition: all 0.5s;
}
.prcess-box-column:hover {
    z-index: 1;
}

/* JV Program end*/


/* Modal Css */

.mdl-bg {
    background: #000000c4;
}
.mdl-pakg .modal-content {
    background: #191b2b;
}
.mdl-pakg .modal-content .modal-header {
    padding-bottom: 8px;
    color: #fff;
}
.modal-header p {
    font-family: 'Bebas Neue';
    letter-spacing: 1.5px;
    font-size: 1.25rem;
    font-weight: 500;
}
.mdl-pakg .modal-content .modal-header .close {
    opacity: 1;
    color: #fff;
    padding-bottom: 0;
}
.pack-mdl .req-frm-fld label {
    color: #fff;
    letter-spacing: 1.5px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Bebas Neue';
}
.pack-mdl .req-frm-fld input, .pack-mdl .req-frm-fld select, .pack-mdl .req-frm-fld textarea {
    background: #fff;
    border: 0;
    border-radius: .25rem;
    color: #080808;
    font-family: 'Roboto';
}
.multi-seltd .multiselect-native-select {
    display: block;
}
.multi-seltd .multiselect-native-select .btn-group {
    width: 100%;
}
.pack-mdl .multi-seltd .multiselect-native-select button {
    background: #fff;
    color: #080808;
    width: 100%;
    text-align: left;
    border-radius: .25rem;
    height: calc(1.5em + 0.75rem + 2px);
    overflow: hidden;
}
.multi-seltd .multiselect-selected-text {
    width: 180px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
}
.multi-seltd .multiselect-native-select .dropdown-menu li {
    border-bottom: 1px solid #191b2b;
}
.multi-seltd .multiselect-native-select .dropdown-menu li .checkbox {
    padding: 4px 15px;
    display: flex;
    align-items: center;
    color: #191b2b;
    letter-spacing: initial;
    font-size: 12px;
    font-weight: 600;
    font-family: sans-serif;
    line-height: initial;
}
.multi-seltd .multiselect-native-select .dropdown-menu li .checkbox input {
    margin-bottom: 0;
    margin-right: 10px;
}
.modl-dropdown .multi-seltd .multiselect-native-select .dropdown-menu.show {
    height: 150px;
}
.multi-seltd .multiselect-native-select .dropdown-menu.show {
    transform: translate3d(0px, 40px, 0px) !important;
    height: 110px;
    overflow: auto;
    background: #ffffff;
    border-radius: 0;
    width: 100%;
}
.multi-seltd .btn {
    display: inline-block;
    font-weight: 400;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    /* font-size: 16px; */
    text-transform: capitalize;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    position: relative;
    z-index: 1;
    font-family: 'Roboto';
}
.pack-mdl .multi-seltd .multiselect-native-select button {
    background: #fff;
    color: #080808;
}

.click-img {
  position: absolute;
  right: -226px;
  top: -90px;
  z-index: 1;
  display: none;
}
.multi-seltd .hide-click ~ .click-img {
  display: block !important;
}
.click-img .shine {
  position: relative;
  transform: translate(0px, 30px);
}
.click-img .tag-contnt1 {
  font-size: 26px;
  color: #fff;
  background: #191b2b;
  padding: 10px;
  border-radius: 3px;
  z-index: 1;
  margin-bottom: 0;
  line-height: 1.1;
  font-family: "Bebas Neue";
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;
}
.click-img .tag-contnt1 span {
  display: block;
}
.click-img #arw-cont1 {
  height: 120px;
  position: relative;
  top: -30px;
  left: -30px;
  z-index: -1;
  transform: rotate(45deg) translate(30px, -20px);
}
.click-img #arw-cont1 {
  -webkit-animation: linear arr-leftRight-20 1.5s infinite;
  animation: linear arr-leftRight-20 1.5s infinite;
}
@-webkit-keyframes arr-leftRight-20 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(60px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes arr-leftRight-20 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(60px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


.mdl-pakg .modal-content .modal-footer {
    justify-content: space-between;
}

.total-p-box {
    display: flex;
    align-items: center;
    border: 1px solid #ffffff;
    padding: 4px 15px;
    background: #fff;
    border-radius: 3px;
}
.total-p-box h5 {
    color: #030303;
    font-family: 'Bebas Neue';
    letter-spacing: 2px;
    margin-bottom: 0;
    margin-right: 10px;
    line-height: inherit;
}

.price-total p {
    margin-bottom: 0;
    font-size: 18px;
    border-radius: 3px;
    color: #000;
    font-family: 'Bebas Neue';
    letter-spacing: 2px;
    font-weight: 500;
    line-height: inherit;
}
.btn-pack-mdl:hover {
    background: #202020;
    color: #fff;
    transition: .3s ease-in-out;
}
.btn.btn-pack-mdl::before {
    display: none;
}
.btn-pack-mdl {
    font-family: 'Bebas Neue';
    font-weight: 400;
    border: 1px solid #f9bd0f;
    background: #f9bd0f;
    color: #000;
    transition: .3s ease-in-out;
    padding: 10px 20px;
    letter-spacing: 2px;
    border-radius: 3px;
}

/* ======== */

.mdl-bg {
    background: #000000c4;
}
.modal-summry form {
    width: 100%;
}
.modal-summry .modal-content {
    background: #191b2b;
}
.modal-summry .close {
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 1;
    z-index: 1;
    color: #fff;
}
.modal-summry .modal-body {
    padding-bottom: 0;
}
.modal-header-box {
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}
.modal-header-box h3 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    letter-spacing: 6px;
    margin-bottom: 0;
}
.inq-table-leb {
    display: flex;
    border-bottom: 1px solid #fff;
    background: #fff;
}
.inq-width-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    padding: 10px 10px;
}
.inq-width-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 10px 10px;
}
.inq-width-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    padding: 10px 10px;
}
.inq-table-leb h3 {
    color: #191b2b;
    font-family: 'Bebas Neue';
    font-size: 20px;
    margin-bottom: 0;
    letter-spacing: 2px;
}
.summary-body::-webkit-scrollbar {
    width: 5px;
}
.summary-body::-webkit-scrollbar-thumb {
    background: #f35a00;
}
.summary-body::-webkit-scrollbar-track {
    background: #ffffff30;
}
.summary-body {
    height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 15px;
}
.inq-table {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #fff;
}
.inq-table:last-child {
    border-bottom: 0px solid #fff;
    margin-bottom: 10px;
}
.inq-img img {
    width: 70px;
}
.inq-table p {
    color: #fff;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    line-height: inherit;
}
.sub-total-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    margin-bottom: 10px;
}
.sub-total-summry h5 {
    color: #fff;
    font-family: 'Bebas Neue';
    letter-spacing: 2px;
    margin-bottom: 0;
    font-size: 22px;
    padding-top: 5px;
}
.sub-total-price h4 {
    color: #fff;
    font-family: 'Bebas Neue';
    letter-spacing: 2px;
    margin-bottom: 0;
    padding-top: 5px;
}
.total-total-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}
.total-total-summry h5 {
    color: #fff;
    font-family: 'Bebas Neue';
    letter-spacing: 2px;
    font-size: 34px;
    margin-bottom: 0;
}
.total-total-price h3 {
    color: #fff;
    font-family: 'Bebas Neue';
    letter-spacing: 2px;
    margin-bottom: 0;
    font-size: 34px;
}
.btn-pay {
    background-image: linear-gradient(to right, #f35a00, #fcaf3c);
    font-family: 'Bebas Neue';
    letter-spacing: 2px;
    font-size: 15px;
    background-color: #f35a00;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 46px;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #f35a00;
    transition: all 0.5s;
    font-weight: 500;
    cursor: pointer;
}
.btn-pay:hover {
    background: #191b2b;
    border-color: #f35a00;
    color: #fff;
}
.btn-sendx {
    font-size: 18px;
    font-family: 'Bebas Neue';
    letter-spacing: 1.5px;
    line-height: normal;
    background-color: #fcce07;
    color: #000 !important;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #fdd206;
    transition: all 0.5s;
    font-weight: 500;
    border-radius: 3px;
    padding: 8px 15px;
    background-image: linear-gradient(90deg, #ffde00 0, #f4a21a 50%);
    transition: .5s ease-in-out;
}
.btn-sendx:hover {
    background-color: #fcce07;
    color: #000 !important;
    border: 1px solid #fdd206;
    background-image: none;
    transition: .5s ease-in-out;
}
.req-frm-fld-btn {
    text-align: center;
}
.modal-design.show {
    background: #000000b5;
}
.modal-design .modal-content {
    background: #191b2b;
}
.modal-design .modal-content .close {
    position: absolute;
    right: 5px;
    top: 3px;
    opacity: 1;
    color: #fff;
    z-index: 1;
}
.modal-design-sample {
    text-align: center;
    position: relative;
}
.modal-design-sample img {
    width: 50px;
    position: absolute;
    top: -110px;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-animation: linear bottomTop 1s infinite;
    animation: linear bottomTop 1s infinite;
}
@-webkit-keyframes bottomTop {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	50% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bottomTop {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	50% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}
.modal-design-sample h4 {
    color: #fff;
    font-family: 'Bebas Neue';
    margin-top: 70px;
    margin-bottom: 0;
}
.modal-design-box h3 {
    color: #f9bd0f;
    font-family: 'Bebas Neue';
    letter-spacing: 2.2px;
    text-decoration: underline;
    font-size: 38px;
}
.modal-design-box label {
    color: #ffffff;
    font-family: 'Bebas Neue';
    font-size: 22px;
    letter-spacing: 3px;
    margin-bottom: 0;
    line-height: initial;
}
.modal-design-box .pricing-price {
    font-family: 'Bebas Neue';
    font-size: 48px;
    color: #f9bd0f;
    line-height: initial;
}
.modal-design-box .pricing-offer {
    color: #ffe;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Bebas Neue';
    letter-spacing: 1.5px;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}
.points-box .pricing-feature {
    color: #fff;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.points-box .pricing-feature li {
    font-weight: 400;
    font-size: 14px;
    display: flex;
    align-items: baseline;
}
.points-box .pricing-feature li i {
    color: #f9bd0f;
    margin-right: 10px;
}


/* Modal Css end*/


/* Media Query */

@media (max-width: 600px)  {
    .pack-tabs .nav-pills .nav-link {
        padding: 5px 5px;
    }
    .reverces-mob {
        flex-direction: unset !important;
    }
    .reverces-mob > .mob-reverce-col {
        flex-direction: unset !important;
    }
    .land-mob-none
    {
        display: none;
    }
    .reverces-mob > .mob-package-reverce {
        flex-direction: column-reverse;
    }
    .new-banner {
        display: none;
    }
    .web-block
    {
        display: none;
    }
    .mob-block {
        display: block;
    }
    .owl-carousel .owl-dots .owl-dot {
        display: block;
        align-items: center;
        background: white;
        width: 10px;
        height: 10px;
        border-radius: 100px;
        margin-right: 3px;
    }
    .owl-carousel .owl-dots .owl-dot.active
    {
        background: #f9bd0f;
    }
    .owl-carousel .owl-dots .owl-dot:last-child {
        margin-right: 0px;
    }
    .owl-carousel .owl-dots {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .work_process h2.set_head {
        font-size: 38px;
    }
    .awards_area h2.set_head {
        font-size: 40px;
    }
    .mob-baner-sldr
    {
        display: none;
    }
    .packages-heading .set_head {
        font-size: 38px;
    }
    .total-p-box {
        display: none;
    }
    .mdl-pakg, .mdl-bg, .modal-design {
        z-index: 3333333333;
    }
    .multi-seltd .multiselect-selected-text {
        width: 250px;
    }
    .multi-seltd .hide-click ~ .click-img {
        display: none !important;
    }
    .inq-width-2 {
        -ms-flex: 0 0 22.666667%;
        flex: 0 0 22.666667%;
        max-width: 22.666667%;
        padding: 10px 5px;
    }
    .inq-width-3 {
        -ms-flex: 0 0 19%;
        flex: 0 0 19%;
        max-width: 19%;
        padding: 10px 5px;
    }
    .inq-width-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
        padding: 10px 5px;
    }
    .inq-table-leb h3 {
        font-size: 16px;
        letter-spacing: 1px;
    }
    .inq-img img {
        width: 40px;
    }
    .inq-table p {
        font-size: 14px;
    }



}