:root {
    --primary-color: #eb681b;

    --secondary-color: #f26d00;

    --white: #ffffff;
}

/*  --primary-color: ;*/

@font-face {
    font-family: "Gordita Regular";
    font-style: normal;
    font-weight: normal;
    src: local("Gordita Regular"),
        url("../fonts/Gordita Regular.woff") format("woff");
}

@font-face {
    font-family: "Gordita Medium";
    font-style: normal;
    font-weight: normal;
    src: local("Gordita Medium"),
        url("../fonts/Gordita Medium.woff") format("woff");
}

@font-face {
    font-family: "ZenDots-Regular";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/ZenDots-Regular.woff2") format("woff2"),
        url("../fonts/ZenDots-Regular.woff") format("woff");
}

html,
body {
    overflow-x: hidden !important;
}

body {
    font-family: "Gordita Medium";
    font-weight: normal;
    color: #000;
    position: relative;
    padding-right: 0 !important;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

p {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-family: "Gordita Regular";
}

a {
    color: var(--primary-color);
    text-decoration: none;
    transition: all 0.6s ease-in-out;
}

*:hover,
*:focus,
* {
    outline: none !important;
}

a,
input[type="submit"] {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    cursor: pointer;
}

textarea,
select,
input[type],
textarea,
select,
button {
    border: none;
}

li {
    list-style-type: none;
}

.slick-slide {
    margin: 0 13px;
}

.slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    height: 20px;
    cursor: pointer;
}

ul.slick-dots li {
    margin: 0 20px 0 0px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0px;
    border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
    color: var(--white);
    opacity: 1;
    font-size: 20px;
}

.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: transparent;
}

.slick-dots li button {
    line-height: 0;
    display: block;
    color: transparent;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    padding: 0px;
    background: #d6d6d6;
    border: none;
    cursor: pointer;
    font-size: 0px;
    padding: 0px;
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    box-sizing: border-box;
}

.policies .policy-list h5 {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 5px;
    font-family: "Open Sans", sans-serif;
}

.policies .policy-list {
    margin-bottom: 30px;
}

.policies .policy-list p,
.policies .policy-list ul li {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    margin: 0;
    color: #333333;
}

.slick-dots li.slick-active button {
    background: var(--primary-color);
}

span.arrows {
    width: 36px;
    height: 36px;
    border: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 2;
    cursor: pointer;
    line-height: 39px;
    font-size: 12px;
    text-align: center;
    font-weight: 300;
    top: 0;
    border-radius: 0;
    background: #dde2e6;
    color: #222;
}
span.arrows.next {
    right: 1%;
}

.slick-prev {
    left: -30px;
    z-index: 1;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    border-radius: 35px;
    border: 0px solid transparent;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 42px;
    line-height: 1;
    opacity: 1;
    color: var(--primary-color);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "FontAwesome";
}

.slick-arrow:hover:before {
    color: black;
}

.slick-prev:before {
    content: "\f177";
}

.slick-next {
    right: -30px;
}

.slick-next:before {
    content: "\f178";
}

a:hover {
    color: var(--primary-color);
}

.light-org {
    color: #f5913f;
}

.dark-org {
    color: var(--primary-color);
}

h1,
h2,
h3,
h4 {
    font-family: ZenDots-Regular;
    font-weight: normal;
    font-style: normal;
}

.banner-content {
    font-size: 18px;
    font-family: "Gordita Medium";
}

.sub-hd {
    font-size: 20px;
}
.banner-hd {
    font-size: 2.3rem;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

/*main class */

.soical-icons ul {
    display: flex;
}

.soical-icons li {
    padding: 15px;
    font-size: 21px;
}

.soical-icons ul li a i{
    font-size: 28px;
}

.soical-icons ul li a i{
    color: #fff;
    transition: all ease 0.5s;
    /* -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    -moz-transition: all ease 1s;
    --transition: all ease 1s; */
}

.soical-icons ul li a:hover i{
    transform: scale(1.2);
    color: var(--primary-color);
    transition: all ease 0.5s;
}

.sec-pd {
    padding: 5rem 0 5rem 0;
}

/*main class */

/*Step Styling end*/

ul.inline-block li {
    display: inline-block;
    color: #333333;
    padding-left: 0px;
}

.footer-sec .ft-last-list ul li {
    display: block;
    color: #333333;
    padding-left: 0px;
    margin-top: 15px;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

ul li {
    list-style: none;
}

ul li a:hover {
    color: var(--primary-color);
}

ul li .active a {
    color: #f26d00;
}

ul.inline-block.top-bar li {
    margin-left: 25px;
}

.caller {
    display: inline-grid;
    cursor: pointer;
}

.caller a {
    position: relative;
    color: #000;
    font-weight: bold;
}
.caller a:hover {
    color: #000;
}

.caller a::before {
    content: "\f2a0";
    font-family: "FontAwesome";
    position: absolute;
    top: -25px;
    left: -54px;
    font-size: 21px;
    width: 50px;
    height: 50px;
    background: #000;
    border-radius: 50%;
    animation: animate-pulse 5s linear infinite;
    cursor: pointer;
    line-height: 2.5;
    text-align: center;
    margin: 0px auto;
    color: #fff;
}

@keyframes animate-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7), 0 0 0 0 rgba(0, 0, 0, 0.7);
    }
    40% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0.7);
    }
    80% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0), 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0), 0 0 0 15px rgba(0, 0, 0, 0);
    }
}

/*home banner css begin*/
.banner-home .banner-home-content img {
    margin-left: 10px;
}

.banner-home .home-filds {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 25px;
    border-radius: 5px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.input_primary {
    background-color: #fae9db;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 100;
    font-family: "Gordita Medium";
    border-radius: 5px;
    margin: 7px 0px;
    width: 100%;
}

.banner-home h1.hd-content {
    font-size: 52px;
}

.banner-home .banner-content {
    font-size: 18px;
    font-family: "Gordita Medium";
}

.banner-home .banner-content {
    font-size: 15px;
    font-family: "Gordita Medium";
    letter-spacing: 3px;
}
/*home banner css begin*/

/*.btn-flip {
  opacity: 1;
  outline: 0;
  color: #fff;
  line-height: 40px;
  position: relative;
  text-align: center;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  font-family: 'Open Sans';
  text-transform: uppercase;
}

.btn-flip:hover:after {
  opacity: 1;
  transform: translateY(0) rotateX(0);
}
.btn-flip:hover:before {
  opacity: 0;
  transform: translateY(50%) rotateX(90deg);
}
.btn-flip:after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  color: #323237;
  display: block;
  transition: 0.5s;
  position: absolute;
  background: #adadaf;
  content: attr(data-back);
  transform: translateY(-50%) rotateX(90deg);
}
.btn-flip:before {
  top: 0;
  left: 0;
  opacity: 1;
  color: #adadaf;
  display: block;
  padding: 0 30px;
  line-height: 40px;
  transition: 0.5s;
  position: relative;
  background: #323237;
  content: attr(data-front);
  transform: translateY(0) rotateX(0);
}*/

.btn-style-1 {
    font-family: "Gordita Regular";
    padding: 14px;
    font-size: 15px;
    border-radius: 6px;
    min-width: 160px;
    text-align: center;
    transition: 0.5s;
    background-color: #000;
    color: #fff;
    position: relative;
    box-shadow: 6px 6px 1px 0px rgba(0, 0, 0, 0.4);
}
.btn-style-1:hover {
    color: #fff;
    background-color: var(--primary-color);
    box-shadow: 6px 6px 1px 0px #000;
    transition: 0.5s;
    z-index: 1;
}

.btn-style-2 {
    font-family: "Gordita Regular";
    background-color: var(--primary-color);
    line-height: 2;
    margin: 10px;
    border-radius: 5px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    width: 100%;
}

.btn-style-2:hover {
    background-color: #000;
    color: #fff;
}

.border-primary-h:hover {
    border: 1px solid var(--primary-color);
}

/* Header */

.logo {
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0px auto;
}

.main-header {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    z-index: 1;
    position: absolute;
}

.main-logo {
    width: 100%;
    max-width: 160px;
    height: auto;
}

.header-nav ul li a {
    color: #000;
    font-size: 16px;
    padding: 5px;
}

.header-nav ul li a:hover {
    color: #f26d00;
}

.header-nav ul li {
    padding: 0 20px;
}

.service_arrow {
    position: absolute;
    margin: 5px 0 0 4px;
}

.main__navigation .dropdown-nav:hover i {
    transition: 0.2s;
    transform: rotate(0deg) !important;
}
.main__navigation .dropdown-nav:hover i {
    color: #f26d00;
    transform: rotate(92deg) !important;
    transition: 0.5s;
}

.main__navigation .dropdown-nav {
    position: relative;
}

.main__navigation ul.dropdown {
    position: absolute;
    width: 1075px;
    top: 49px;
    left: -120px;
    margin: 0;
    background: #000;
    border-radius: 10px;
    z-index: 1;
    display: none;
    right: 0px;
    /* min-height: 333px !important; */
}

.main__navigation ul.dropdown li {
    width: 30%;
    display: inline-block;
    margin: 0px 0px 0px 33px;
}

.main__navigation ul.dropdown li a {
    color: #ffffff;
    font-family: "Gordita Regular";
    font-size: 14px;
    margin: 21px 4px -7px 0px;
}

.main__navigation ul.dropdown li::before {
    display: none;
}

.main__navigation ul.dropdown li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.main__navigation ul.dropdown li:last-child a {
    border-bottom: none;
}

.main__navigation ul.dropdown li a img {
    width: inherit;
    height: 50px;
    width: 50px;
    margin: 3px 9px 0px 2px;
    transition: 1s;
    transform: scale(1);
}

.main__navigation ul.dropdown li a:hover img {
    transform: scale(0.9);
    transition: 1.2s;
}

.main__navigation ul.dropdown li {
    position: relative;
}

.main__navigation ul.dropdown li::after {
    content: "";
    background-color: var(--primary-color);
    width: 0px;
    height: 1px;
    position: absolute;
    left: 80px;
    right: 0px;
    top: 67px;
    transition: all ease 1s;
}

.main__navigation ul.dropdown li:hover a {
    color: var(--primary-color);
}

.main__navigation ul.dropdown li:hover::after {
    width: 70%;
    transition: all ease 1s;
}

.breadcrumb-item.active {
    color: #000000;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #000;
    content: "|";
}

/* mobile nav */
#mobile_nav {
    background: #373737;

    width: 100%;
    display: none;
    z-index: 99;
    position: fixed;
    top: 0px;
    padding: 13px;
}

#mobile_nav .logo-head {
    color: white;
    text-align: start;
    margin-left: 20px;
}

#mobile_nav .logo-head img {
    width: 35%;
}
#mobile_nav ul {
    float: right;
    margin-right: 20px;
}
#mobile_nav ul li {
    display: block;
    line-height: 80px;
    margin: 0 5px;
}
#mobile_nav ul li a {
    color: white;
    font-size: 17px;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;
}

#mobile_nav .checkbtn {
    float: right;
    margin-right: 19px;
    cursor: pointer;
    margin-top: 5px;
}

#check {
    display: none;
}

#mobile_nav ul li a:hover {
    color: var(--primary-color);
}

#mobile_nav ul.active {
    color: var(--primary-color);
}

/* hamburger*/
.hamburger .line {
    width: 30px;
    height: 4px;
    background-color: #eb681b;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 3px #f7f7f7b5;
}

.hamburger:hover {
    cursor: pointer;
}

#hamburger-1.is-active .line:nth-child(2) {
    opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    -o-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
}

/* hamburger*/

/*all bannner begin*/
.main-banner {
    background-image: url(../images/banner/banner-1.webp);
}

.about-bg {
    background-image: url(../images/banner/banner-about.webp);
}

.sevices-bg {
    background-image: url(../images/banner/banner-2.webp);
    position: relative;
    z-index: 1;
}

.process-bg {
    background-image: url(../images/banner/banner-3.webp);
}

.contact-bg {
    background-image: url(../images/banner/contact-bg.webp);
}

.bg-light-color {
    background-color: #e8edf8;
}

/* .pricing-bg {
    background-image: url(../images/banner/banner-4.webp);
} */

/*all bannner end*/

.banner-home {
    position: relative;
}

/*banner css begin*/

.inner-banner {
    height: 50vh;
    display: flex;
    align-items: center;
    margin: -34px 0px 0px 0px;
}

.banner-home {
    padding: 220px 0 120px 0;
}

.bg__detail {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}

.home-slider {
    padding-top: 20px;
    background-color: #f8d6ba;
    z-index: -8;
}

.logo-slider {
    line-height: 0.9;
    /* transform: translateY(9px); */
}

.main-home-slider img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 1s ease;
}

.main-home-slider img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: all 1s ease;
}

.view-all {
    overflow: hidden;
    margin-bottom: -6px;
    transition: all 0.4s ease;
    max-width: 93.5%;
}

.view-all img {
    transition: all 0.4s ease;
}

.view-all:hover img {
    transform: scale(1.2);
    transition: all 0.4s ease;
    box-shadow: rgba(235, 104, 27, 0.2) 0px 8px 24px;
}

.bg-black {
    background-color: #000;
    padding: 4%;
}
.counter-content {
    text-align: center;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}
.counter-content::after {
    content: "\2b";
    font-family: "FontAwesome";
    position: absolute;
    top: -29px;
    font-size: 33px;
    right: 60.9px;
    color: var(--primary-color);
}

.value-content img {
    width: auto;
    height: 80px;
}

.conter-border {
    position: relative;
}
.conter-border::after {
    content: "";
    background-color: #ccc;
    color: #ccc;
    height: 173px;
    width: 3px;
    right: -19px;
    top: -22px;
    position: absolute;
}
.counter-content p {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
}
.count {
    font-size: 3rem;
    font-family: ZenDots-Regular;
    font-weight: normal;
    font-style: normal;
    position: relative;
    color: #fff;
}

/*counter-sec*/

/*services-sec*/

.point img {
    margin-top: 0;
    margin-bottom: 33px;
}
.point {
    background-image: url(../images/mix/transpatent.webp);
    background-size: cover;
    width: 100%;
    background-position: center;
    padding: 50px 30px;
    position: relative;
    background-repeat: no-repeat;
    object-position: center;
    overflow: hidden;
    border: 1px solid #e7eef8;
}

.point::after {
    content: "";
    background-color: var(--primary-color);
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: -1;
    right: 0;
    transition: 1.2s all ease-out;
    height: 0px;
}

.point:hover.point::after {
    height: 300px;
    transform: scale(1.5) rotateZ(-10deg);
    transition: 1.2s all ease-out;
}
/*services-sec*/

/*team-sec */

.team-content.text-center h4 {
    font-size: 14px;
    margin: 20px 0px 20px 0px;
}
.team-content p {
    font-size: 14px;
}

.flip-card-back.team-content span {
    margin: 25px;
    line-height: 4.1;
}

.flip-card {
    background-color: transparent;
    width: 100%;
    height: 400px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-back {
    background-color: #1a1a1a;
    color: white;
    transform: rotateY(180deg);
    padding: 20px;
}

/*team-sec*/

/*portfolio*/

.section-portfolio ul li {
    padding: 20px 0 0px 0px;
}

.section-portfolio:nth-child(odd) {
    padding-left: 15px;
}

.section-portfolio p {
    line-height: 2;
    margin-top: -15px;
}

/* .portfolio-share img {
    padding: 0px 14px 0px 0px;
}

.portfolio-share {
    position: relative;
} */

/* .portfolio-share::before {
    content: "";
    background-image: url(../images/mix/star.webp);
    position: absolute;
    z-index: 0;
    height: -webkit-fill-available;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    align-items: center;
    justify-content: center;
} */

.portfolio-share p {
    position: absolute;
    top: 0px;
    align-items: center;
    justify-content: center;
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    text-align: center;
    font-size: 19px;
    font-family: "ZenDots-Regular";
}

/*portfolio*/

/*brand-slider-sec*/
.quotation-sec {
    padding: 5%;
    position: relative;
    overflow: hidden;
}
.tools-slider {
    margin-top: 60px;
}
.tools-code img {
    filter: grayscale(100%);
}
.tools-code:hover img {
    filter: none;
    cursor: pointer;
}
.tools-img {
    height: 100px;
    width: auto;
    max-width: 120px;
}
/*brand-slider-sec*/

/*contact us*/

.contact-form-last {
}

.contact-form-last input {
    width: 100%;
    border-radius: 50px;
    border: 1px solid var(--primary-color);
    margin: 10px 0px 10px 0px;
    padding: 13px;
    background-color: #fff;
}

.contact-form-last ::-webkit-input-placeholder {
    /* Edge */
    color: #ccc;
    font-size: 12px;
    font-family: "Gordita Regular";
}

.contact-form-last :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ccc;
    font-size: 12px;
    font-family: "Gordita Regular";
}

.contact-form-last::placeholder {
    color: #ccc;
    font-size: 12px;
    font-family: "Gordita Regular";
}

.contact-form-last textarea {
    padding: 15px;
    border-radius: 30px;
    border: 1px solid var(--primary-color);
    width: 100%;
    background-color: #fff;
    margin-top: 10px;
}

.contact-form-last input:active,
input:hover,
input:focus {
    color: #000;
    background-color: #fff;
    border-color: var(--primary-color);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(255 87 34 / 23%);
}

.contact-info {
    margin-top: 20px;
    margin-bottom: 33px;
}

.contact-info i {
    font-size: 25px;
    position: relative;
    z-index: 0;
    color: var(--primary-color);
}

.contact-info i::after {
    content: "";
    width: 70px;
    height: 70px;
    background-color: transparent;
    left: -23px;
    right: 0px;
    top: -35px;
    position: absolute;
    bottom: 0;
    z-index: -1;
    border-radius: 100px;
    border: 2px solid #ccc;
    border-style: dashed;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.contact-info h5 {
    color: #000;
    font-family: "Gordita Medium";
}

.contact-info a {
    font-size: 14px;
    font-family: "Gordita Regular";
}

.map-sec iframe {
    filter: grayscale(100%);
    transition: 1.2s;
    border-radius: 5px;
    opacity: 0.5;
    color: var(--primary-color);
}

.map-sec:hover iframe {
    filter: none;
    transition: 1.2s;
    border-radius: 5px;
    opacity: 1;
}

/*contact us*/

/*combo sec */
.combo-hd h3 {
    font-size: 2.5rem;
}
.combo-hd p {
    margin-top: 0px;
}
.combo-content h4 {
    color: var(--primary-color);
}

.combo-content {
    margin: 10px 15px 20px 0;
    display: inline-block;
    vertical-align: top;
    max-width: 268px;
}

.combo-content ul{
    max-height: 450px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.my-combo-pack .tab-pane .bg-light{
    min-height: 712px;
}

.combo-content ul::-webkit-scrollbar {
    width: 5px;
}

.combo-content ul::-webkit-scrollbar-button:start:decrement,
.combo-content ul::-webkit-scrollbar-button:end:increment {
    display: none;
}

.combo-content ul::-webkit-scrollbar-track-piece {
    background-color: transparent;
}

.combo-content ul::-webkit-scrollbar-thumb:vertical {
    background-color: transparent;
}

.combo-content ul:hover::-webkit-scrollbar-track-piece {
    background-color: transparent;
}

.combo-content ul:hover::-webkit-scrollbar-thumb:vertical {
    background-color: rgba(0, 0, 0, 0.3);
}


.combo-content ul li {
    position: relative;
    padding: 7px 0px 0px 27px;
    font-size: 16px;
    font-family: "Gordita Regular";
}

.combo-content ul li:before {
    content: "";
    background-image: url(../images/mix/circule.webp);
    vertical-align: middle;
    position: absolute;
    left: 1px;
    background-position: center;
    background-repeat: no-repeat;
    padding: 9px;
    top: 9px;
}

.combo-price {
    display: inline-grid;
    text-align: start;
}

.combo-price span {
    font-size: 3rem;
    font-family: "ZenDots-Regular";
    color: var(--primary-color);
}

.combo-price del {
    font-size: 1.2rem;
    line-height: 0;
    font-family: "Gordita Medium";
}
.combo-price a {
    margin-top: 20px;
}

.live-chat {
    margin-top: 25px;
}

.live-chat h5 {
    font-size: 1.2rem;
    font-family: "Gordita Regular";
    font-weight: bold;
}

.live-chat span {
    font-size: 37px;
    font-family: "Gordita Medium";
    color: #000;
}

.my-combo-pack {
    position: relative;
}

/*combo sec */

/*banner css begin*/

.pricing {
    position: relative;
    overflow: hidden;
}

.pricing-box {
    position: relative;
    border: 2px solid var(--primary-color);
    border-radius: 10px;
    padding: 30px 11px;
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
    z-index: 1;
    cursor: pointer;
    background-color: #ffffff;
    margin: 25px 0px;
}
.pricing-box:hover::before {
    opacity: 1;
}
.pricing-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 5px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.pricing-box:hover .title h2,
.pricing-box:hover .title h5,
.pricing-box:hover .title h6,
.pricing-box:hover .title h3,
.pricing-box:hover .title p {
    color: #fff;
}

.pricing-box:hover li {
    color: #fff;
}
.pricing-box:hover .info li span {
    color: #fff;
}
.pricing-box .title {
    margin-bottom: 15px;
    text-align: left;
}

.pricing-box .title h5 {
    font-family: "Gordita Medium";
    margin: 0px 0px 0px;
}
.pricing-box .title p {
    font-size: 14px;
    color: #000000;
    line-height: 1.2;
    padding: 0% 0;
    font-family: "Gordita Regular";
    padding: 0px 20px 0px 0px;
    margin: 7px 0px;
}

.pricing-box ul.inline-flex li {
    display: inline-block;
    width: 46%;
    font-size: 14px;
    text-align: left;
    border-right: 1px solid #cccccc;
    font-weight: 600;
    margin-right: 10px;
}

.pricing-box ul.inline-flex li span {
    display: block;
    font-size: 10px;
    transition: none;
    font-weight: 300;
}

.pricing-box ul.inline-flex {
    font-size: 0;
    margin: 17px 0;
}

.pricing-box .details {
    margin-bottom: 20px;
}

.pricing-box .details ul {
    height: 197px;
    overflow-y: scroll;
    margin-bottom: 31px;
    text-align: left;
    margin-top: 32px;
    overflow-x: hidden;
}

.pricing-box .details ul li h4{
    font-size: 14px;
}

.pricing-box .details ul::-webkit-scrollbar {
    width: 5px;
}

.pricing-box .details ul::-webkit-scrollbar-button:start:decrement,
.pricing-box .details ul::-webkit-scrollbar-button:end:increment {
    display: none;
}

.pricing-box .details ul::-webkit-scrollbar-track-piece {
    background-color: #7c3800;
}

.pricing-box .details ul::-webkit-scrollbar-thumb:vertical {
    background-color: #f26d00;
}

.pricing-box .details ul li {
    font-size: 13px;
    margin-bottom: 6px;
    position: relative;
    padding-left: 26px;
    font-family: "Gordita Regular";
    padding-right: 1px;
}

.pricing-box:hover .details ul::-webkit-scrollbar-thumb:vertical {
    background-color: #7c3800;
}

.pricing-box:hover ul::-webkit-scrollbar-track-piece {
    background-color: #fff;
}

.pricing-box:hover .details ul li:before {
    background-image: url(../images/mix/circule2.webp);
}

.pricing-box .details ul li:not(.line):before {
    content: "";
    background-image: url(../images/mix/circule.webp);
    vertical-align: middle;
    position: absolute;
    left: 1px;
    background-position: center;
    background-repeat: no-repeat;
    padding: 9px;
}

.pricing-box .details ul .line{
    width: calc(100% - 15px);
}

.order-now {
    justify-content: center;
    align-items: center;
    display: flex;
}

.pricing-box .info ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0% 0px;
}

.pricing-box .info ul li {
    display: inline-block;
}

.pricing-box .info ul li a {
    font-size: 14px;
    color: #333333;
}

.pricing-box .info ul li a span {
    display: block;
    font-size: 12px;
    color: #666666;
}
.order-now ul li {
    margin: 5px 0px 19px;
}
.pricing-box h3 {
    margin-bottom: 0px;
}
.shake-it {
    position: absolute;
    right: -13px;
    top: -11px;
}

.pricing-box :hover {
    color: #fff;
}
.btn-style-3 {
    background-color: #000;
    color: #fff;
    padding: 11px 30px;
    margin: 8px 0px -48px 0px;
    border-radius: 4px;
}
.nav-bar .nav-link {
    color: #000;
}
.nav-bar .nav-link:focus,
.nav-bar .nav-link:hover {
    color: #f26d00;
}

.nav-bar ul li .active {
    color: var(--primary-color);
}
.nav li {
    position: relative;
}

.nav li:not(:first-child)::after {
    content: "|";
    position: absolute;
    top: 7px;
    bottom: 0;
    left: 0;
}

section.pricing-bg .nav-link,
section.portfolio-sec-one .nav-link,
.plans-pricing-sec .nav-link,
.combo-tabs .nav-link {
    background: transparent;
    font-size: 14px;
}

section.pricing-bg .slick-dots {
    bottom: -48px;
}

.best_seller_img {
    width: 57px;
    height: 57px;
}

.bijle_dot {
    z-index: -1;
}

.bijle_dot_2 {
    z-index: -1;
    right: 0;
}

.bijle_dot_3 {
    z-index: -1;
    top: 0;
}

.bijle_dot_4 {
    bottom: 0;
    left: 0;
    z-index: -1;
}

.bijle_dot img {
    position: relative;
    top: -30rem;
}

.bijle_dot_2 img {
    position: relative;
}

.cube_1 {
    right: 2%;
    top: 20%;
}

.cube_2 {
    right: 5%;
    bottom: 40%;
    z-index: -1;
}

.plan_custom_box {
    margin-top: 70px;
}

.plan_custom_box .plan_dark .box_slash a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-left: var(--primary-color);
    border-left-style: solid;
    border-left-width: 4px;
    transform: skewX(-22deg);
    cursor: pointer;
}

.plan_custom_box .plan_dark {
    background-color: #000;
    color: white;
    text-align: center;
    border-radius: 5px;
    box-shadow: 6px 6px 1px 0px rgba(0, 0, 0, 0.4);
    transition: 0.5s;
}

.plan_custom_box .plan_dark a span:first-child{
    color: white;
}

.plan_custom_box .plan_dark a {
    cursor: pointer;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.about-combo {
    margin-top: 10px!important;
}
.about-combo .plan_dark a {
    font-size: 14px;
}



.plan_custom_box .plan_dark a::after {
    content: "\f101";
    font-family: "FontAwesome";
    font-size: 24px;
    animation: color_anim 1s infinite 0.4s;
    opacity: 0;
    margin-left: -20px;
    transition: all 0.5s ease;
}

.plan_dark a:hover::after {
    opacity: 1;
    margin-left: 5px;
    transition: all 0.5s ease;
}

.plan_custom_box2 {
    margin-top: -30px;
    position: relative;
}

.plan_custom_box2 .plan_dark {
    width: 100%;
    max-width: 800px;
}

@keyframes color_anim {
    0% {
        color: white;
    }
    50% {
        color: black;
    }
    100% {
        color: white;
    }
}

.plan_custom_box .plan_dark:hover {
    background-color: var(--primary-color);
    color: white;
    box-shadow: 6px 6px 1px 0px rgb(0 0 0);
    transition: 0.5s;
}

.plan_custom_box .plan_dark:hover a span{
    color: black;
    font-weight: bold;
}

.plan_custom_box .plan_dark:hover .box_slash a::before {
    border-left: black !important;
    border-left-style: solid !important;
    border-left-width: 4px !important;
}

.plan_custom_box .plan_dark a:hover span:first-child{
    color: white;
}

.full_h_img {
    width: 100%;
    opacity: 0.9;
    height: 100%;
    min-height: 520px;
}

/*services sec slider*/
main.slider-main {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.panel {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    border-radius: 100px;
    color: #fff;
    cursor: pointer;
    flex: 0.5;
    margin: 10px;
    position: relative;
    transition: all 0.5s linear;
}

.panel .panel-content {
    position: absolute;
    bottom: 60px;
    left: 10%;
    right: 2%;
    opacity: 0;
    visibility: hidden;
}

.panel span {
    font-size: 34px;
    left: 10%;
    font-family: "ZenDots-Regular";
}

.panel a {
    font-size: 20px;
    color: var(--primary-color);
}

.panel p {
}

.panel.active {
    flex: 2;
}

.panel.active .panel-content {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s ease-in 0.4s;
}

/*services sec slider*/

/*kickstart sec begin*/
.kiackstart-sec {
    padding-top: 5rem;
    margin-bottom: -15px;
}

.kick-hd span a {
    font-size: 25px;
    text-decoration: revert;
    margin-left: 10px;
    line-height: 2.5;
    color: #000;
}

.kick-hd span a:hover {
    color: var(--primary-color);
}
.kick-hd h6 {
    margin-top: 10px;
}
.kick-hd span {
    margin-top: 33px;
}
.kick-hd ul {
    margin-top: 25px;
}
.kick-hd ul.inline-block li {
    padding-right: 25px;
    margin-bottom: 15px;
}

.telephone-sec {
    position: relative;
}

.hello-pic {
    position: absolute;
    top: 50px;
    left: 50%;
}

/*kickstart sec end*/

/*video sec begin*/

.video-sec {
    background: linear-gradient(
        to bottom,
        #fff 0%,
        #fff 50%,
        #fff0e9 50%,
        #fff0e9 100%
    );
    position: relative;
}

.video-1 {
    position: relative;
    z-index: 1;
}

/*video sec end*/

/*process sec begin*/

@keyframes gelatine {
    from,
    to {
        transform: scale(1, 1);
    }
    25% {
        transform: scale(0.9, 1.1);
    }
    50% {
        transform: scale(1.1, 0.9);
    }
    75% {
        transform: scale(0.95, 1.05);
    }
}

.process-sec .proces-one {
    position: relative;
}

.proces-1::after {
    content: "";
    background-image: url(../images/process/05.webp);
    background-position: center;
    padding: 62px;
    object-fit: contain;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -3rem;
    left: 15rem;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    animation: gelatine 1s infinite;
}

.proces-1:hover::after {
    background-image: url(../images/process/plan1.webp);
    top: -1rem;
    left: 15.8rem;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 49px;
}

.proces-2::after {
    content: "";
    background-image: url(../images/process/04.webp);
    background-position: center;
    padding: 62px;
    object-fit: contain;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 6rem;
    left: 23.1rem;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    animation: gelatine 1s infinite;
}

.proces-2:hover::after {
    background-image: url(../images/process/plan2.webp);
    top: 8rem;
    left: 23.55rem;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 49px;
}

.proces-3::after {
    content: "";
    background-image: url(../images/process/03.webp);
    background-position: center;
    padding: 62px;
    object-fit: contain;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 8rem;
    left:9rem;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    animation: gelatine 1s infinite;
}

.proces-3:hover::after {
    background-image: url(../images/process/plan3.webp);
    padding: 49px;
    top: 10rem;
    left: 9.5rem;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.proces-4::after {
    content: "";
    background-image: url(../images/process/02.webp);
    background-position: center;
    padding: 62px;
    object-fit: contain;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 16rem;
    left: 17rem;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    animation: gelatine 1s infinite;
}

.proces-4:hover::after {
    background-image: url(../images/process/plan4.webp);
    padding: 49px;
    top: 18rem;
    left: 18.5rem;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.proces-5::after {
    content: "";
    background-image: url(../images/process/01.webp);
    background-position: center;
    padding: 62px;
    object-fit: contain;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 25rem;
    left: 11rem;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    animation: gelatine 1s infinite;
}

.proces-5:hover::after {
    content: "";
    background-image: url(../images/process/plan5.webp);
    background-position: center;
    padding: 49px;
    object-fit: contain;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 26rem;
    left: 10.5rem;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

/*process sec end*/

/*testimonial-sec*/

.testimonial-sec img {
    margin-right: 11px;
}

.testimonial-sec h2 {
    margin-left: 5px;
    font-family: "Gordita Medium";
    font-size: 47px;
    text-align: start;
    color: var(--primary-color);
}

.testimonial-content {
    background-image: url(../images/mix/testimonal-back.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    padding: 2%;
    border-radius: 5px;
}
.testimonial-content i {
    color: var(--primary-color);
    font-size: 50px;
}

.testimonial-content h5 {
    font-size: 16px;
    margin-left: 10px;
}

.testimonial-content span {
    font-size: 12px;
}

/*testimonial-sec*/

.faq-sec .accordion {
    cursor: pointer;
    padding: 20px;
    width: 100%;
    border: 1px solid #000;
    text-align: left;
    outline: none;
    transition: 0.4s;
    font-family: "Gordita Medium";
    border-radius: 10px;
    font-size: 15px;
    margin: 16px 0px 0px 0px;
}

.faq-sec .accordion:after {
    content: "\f107";
    background-color: #000;
    font-family: "FontAwesome";
    color: #ffff;
    float: right;
    border-radius: 100px;
    height: 30px;
    width: 30px;
    margin: 0px auto;
    text-align: center;
    line-height: 2.1;
}

.faq-sec .active:after {
    content: "\f106";
    background-color: var(--primary-color);
}

.faq-sec .active,
.accordion:hover {
    font-weight: 500;
}

.faq-sec .panelfaq {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin: 0px 0px;
}

.faq-sec .panelfaq p {
    color: #000;
    margin: 0px auto;
    border: 1px solid #000;
    border-top: 0px;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 14px;
}

/* quatation */

#msform .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 2.5em;
    margin-bottom: 0.125rem;
    margin: 10px 0px;
}

#heading {
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: normal;
}

#msform {
    text-align: center;
    position: relative;
    /* margin-top: -34px; */
    padding: 23px 20px 1px 20px;
}

#msform fieldset {
    background: transparent;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
}

.form-card {
    text-align: left;
}

#msform fieldset:not(:first-of-type) {
    display: none;
}

/* #msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2c3e50;
    background-color: #eceff1;
    font-size: 16px;
    letter-spacing: 1px;
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid var(--primary-color);
    outline-width: 0;
} */

#msform input[type="radio"],
#msform input[type="checkbox"] {
    border-radius: 100px;
    box-sizing: border-box;
    font-family: "Gordita Regular";
    color: #fff;
    /* font-size: 16px; */
    letter-spacing: 1px;
    border: 4px solid var(--primary-color);
    background-color: #fff;
    width: auto;
    padding: 4px;
}

#msform input[type="radio"]:focus,
#msform input[type="radio"]:checked,
#msform input[type="checkbox"]:checked {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 5px solid var(--primary-color);
    background-color: var(--primary-color);
    color: var(--primary-color);
    outline-width: 0;
}

#msform .action-button {
    width: 100px;
    background: var(--primary-color);
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 7px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 30px 0px 10px 5px;
    float: right;
    font-size: 14px;
    font-family: "Gordita Regular";
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: var(--primary-color);
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 31px 5px 10px 0px;
    float: right;
    font-size: 13px;
    font-family: "Gordita Regular";
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000;
}

.form-check .form-check-input,
.form-check .form-check-label {
    cursor: pointer;
}

.card {
    z-index: 0;
    border: none;
    position: relative;
}

.fs-title {
    font-size: 24px;
    color: #373737;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left;
}

.purple-text {
    color: var(--primary-color);
    font-weight: normal;
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right;
}

.fieldlabels {
    color: gray;
    text-align: left;
}

#progressbar {
    margin-bottom: 20px;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: var(--primary-color);
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 16%;
    float: left;
    position: relative;
    font-weight: 400;
}

#progressbar #account:before {
    font-family: "Gordita Medium";
    content: "1";
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "2";
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "3";
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "4";
}

#progressbar #budget:before {
    font-family: FontAwesome;
    content: "5";
}

#progressbar #expect:before {
    font-family: FontAwesome;
    content: "6";
}

#progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 38px;
    display: block;
    font-size: 17px;
    color: #ffffff;
    background: white;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    /* padding: 2px; */
}

#progressbar li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: 0;
    top: 19px;
    z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: var(--primary-color);
}

#msform .contact-form input {
    margin: 0px;
}

/* quatation */

/*footer-sec beign*/

.ft-logo {
    width: 100%;
    max-width: 180px;
}

.footer-sec {
    background-color: #000;
    color: #fff;
}

.ft-list li {
    padding: 3px;
}

.ft-list li a {
    color: #fff;
    font-size: 14px;
    font-family: "Gordita Regular";
}

.ft-list a:hover {
    color: var(--primary-color);
}
.firs-rb {
    justify-content: center;
    align-items: center;
    /* padding: 20px; */
    padding-top: 20px;
    padding-bottom: 20px;
}

.second-rb {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 2px solid #542600;
    border-bottom: 2px solid #542600;
}

.footer-menu .inline-block li {
    padding: 0 12px;
}
.footer-menu .inline-block li a {
    font-size: 14px;
    font-family: "Gordita Regular";
    color: #fff;
}

.footer-menu .inline-block li a:hover {
    color: var(--primary-color);
}

.contact-form input {
    font-size: 14px;
    font-family: "Gordita Regular";
    color: #fff;
    background-color: #301600;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.contact-form textarea {
    width: 100%;
    font-size: 14px;
    font-family: "Gordita Regular";
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #301600;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 13px;
}

.footer-bottom {
    background-color: #000;
    color: #fff;
}

.form-control:focus {
    color: #fff;
    background-color: #301600;
    border-color: var(--primary-color);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(255 87 34 / 23%);
}

.form-control:focus {
    color: #fff;
    background-color: #301600;
    border-color: #f26d00;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(255 87 34 / 23%);
}

textarea:active,
textarea:hover,
textarea:focus {
    border-color: var(--primary-color);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(255 87 34 / 23%);
}

/*.contact-form a{
  margin: 0px auto;
  display: flex;
  justify-content: center;
  color: #fff;
  background-color: var(--primary-color);
  padding: 10px 40px 10px 40px;
  border-radius: 5px;
  font-size: 16px;
  font-family: 'Gordita Medium';
  text-align: center;
  text-transform: uppercase;
   transition: 1.1s;
 
}
.contact-form a:hover{
  background-color: #fff;
  color: #000;
  
    transition: 1.2s;
}*/

.select2 {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border-radius: 5px;
    cursor: text;
    min-height: 50px;
    background-color: #2f1602;
    width: 100%;
    border: 1px solid #e8e8e8;
}

.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    color: #fff;
    background-color: #301600;
    border-color: var(--primary-color);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(255 87 34 / 23%);
    border-radius: 5px;
}

.select2-container--default .select2-results > .select2-results__options {
    overflow-y: scroll;
    overflow-x: hidden;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 300px;
    overflow-y: auto;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: transparent !important;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    padding: 3px 14px;
    /* width: 15%; */
    font-size: 13px;
    font-family: "Gordita Regular";
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #483c3c;
    color: #000;
}

.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: var(--primary-color);
    color: white;
    font-size: 14px;
    font-family: "Gordita Regular";
}

.select2-results__option[aria-selected] {
    cursor: pointer;
    font-size: 14px;
    font-family: "Gordita Regular";
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 4px;
    font-size: 14px;
    font-family: "Gordita Regular";
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
    color: #fff;
}

.select2-dropdown {
    background-color: #2f1602;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 11px;
    padding: 0px;
    padding-left: 8px;
    font-size: 14px;
    font-family: "Gordita Regular";
}

.ft-last-list li {
    margin: 8px 0px;
}

.ft-last-list li span {
    color: var(--primary-color);
}

.ft-last-list li i {
    color: var(--primary-color);
    margin-right: 10px;
}

.ft-last-list li a {
    color: #fff;
    margin-top: 5px;
    font-size: 14px;
}

.footer-bottom a {
    color: #fff;
    font-size: 13px;
}

section.footer-bottom p {
    font-size: 13px;
}

/*footer-sec beign*/

/*scrool on top*/

#scrolltop {
    display: none;
}

#rocketmeluncur {
    position: fixed;
    display: none;
    bottom: 80px;
    z-index: 7;
    width: 26px;
    height: 48px;
    right: 25px;
    background: url(../images/rok-1.webp) no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0;
    padding: 2%;
    -webkit-transition: visibility 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335),
        opacity 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335),
        -webkit-transform 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    -moz-transition: visibility 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335),
        opacity 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335),
        -moz-transform 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: visibility 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335),
        opacity 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335),
        transform 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

#rocketmeluncur:hover {
    background-position: center;
    background-size: contain;
    padding: 2%;
}

#rocketmeluncur.showrocket {
    visibility: visible;
    background-size: contain;
    opacity: 1;
    padding: 2%;
}

#rocketmeluncur.launchrocket {
    background-size: contain;
    padding: 2%;
    opacity: 0;
    -webkit-transform: translateY(-800px);
    -moz-transform: translateY(-800px);
    -ms-transform: translateY(-800px);
    transform: translateY(-800px);
    pointer-events: none;
}

/*scrool on top*/

/*modal css*/
.contact-sec-modal {
    background-image: url(../images/banner/banner-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    object-fit: contain;
    background-position: center;
    padding: 5% 10% 5% 10%;
    background-color: transparent;
    border-radius: 10px;
}
.popup .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: #fff0;
    background-clip: padding-box;
    border: transparent !important;
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}

.popup .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    border: 0;
    border-radius: 0.375rem;
    opacity: 0.5;
    background-color: #ffffff;
    padding: 10px;
}

.popup .modal-header {
    padding: 0px 0px 0px;
    background-color: transparent;
    border: 0px;
    margin: 0px;
}

.modal-content {
    position: relative;
}

.popup .modal-content .close-btn {
    position: absolute;
    top: 16px;
    z-index: 99;
    right: 21px;
    box-shadow: none;
}

.popup .btn-close:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.75;
    background-color: #838383;
}

/*modal css*/

/* Entrance animation */

.hidden {
    opacity: 0;
    transition: all ease 1s 0.5s;
}

.animate-left {
    transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
}

.animate-left-rotate-x {
    transform: translateX(-100px) rotate(45deg);
    -moz-transform: translateX(-100px) rotate(45deg);
    -o-transform: translateX(-100px) rotate(45deg);
    -ms-transform: translateX(-100px) rotate(45deg);
}

.animate-left-rotate-y {
    transform: translateX(-100px) rotate(-45deg);
    -moz-transform: translateX(-100px) rotate(-45deg);
    -o-transform: translateX(-100px) rotate(-45deg);
    -ms-transform: translateX(-100px) rotate(-45deg);
}

.animate-right {
    transform: translateX(100px);
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
}

.animate-right-rotate-x {
    transform: translateX(100px) rotate(45deg);
    -moz-transform: translateX(100px) rotate(45deg);
    -o-transform: translateX(100px) rotate(45deg);
    -ms-transform: translateX(100px) rotate(45deg);
}

.animate-right-rotate-y {
    transform: translateX(100px) rotate(-45deg);
    -moz-transform: translateX(100px) rotate(-45deg);
    -o-transform: translateX(100px) rotate(-45deg);
    -ms-transform: translateX(100px) rotate(-45deg);
}

.animate-up {
    transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
}

.animate-up-rotate-x {
    transform: translateY(100px) rotate(45deg);
    -moz-transform: translateY(100px) rotate(45deg);
    -o-transform: translateY(100px) rotate(45deg);
    -ms-transform: translateY(100px) rotate(45deg);
}

.animate-up-rotate-y {
    transform: translateY(100px) rotate(-45deg);
    -moz-transform: translateY(100px) rotate(-45deg);
    -o-transform: translateY(100px) rotate(-45deg);
    -ms-transform: translateY(100px) rotate(-45deg);
}

.animate-down {
    transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
}

.animate-down-rotate-x {
    transform: translateY(-100px) rotate(45deg);
    -moz-transform: translateY(-100px) rotate(45deg);
    -o-transform: translateY(-100px) rotate(45deg);
    -ms-transform: translateY(-100px) rotate(45deg);
}

.animate-down-rotate-y {
    transform: translateY(-100px) rotate(-45deg);
    -moz-transform: translateY(-100px) rotate(-45deg);
    -o-transform: translateY(-100px) rotate(-45deg);
    -ms-transform: translateY(-100px) rotate(-45deg);
}

.animate-zoom-up {
    transform: scale(0.3);
    -moz-transform: scale(0.3);
    -o-transform: scale(0.3);
    -ms-transform: scale(0.3);
}

.animate-zoom-down {
    transform: scale(0.6) translate(0px, -150px);
    -moz-transform: scale(0.6) translate(0px, -150px);
    -o-transform: scale(0.6) translate(0px, -150px);
    -ms-transform: scale(0.6) translate(0px, -150px);
}

.animate-zoom-left {
    transform: scale(0.6) translate(150px, 150px);
    -moz-transform: scale(0.6) translate(150px, 150px);
    -o-transform: scale(0.6) translate(150px, 150px);
    -ms-transform: scale(0.6) translate(150px, 150px);
}

.animate-zoom-right {
    transform: scale(0.6) translate(-100px, -100px);
    -moz-transform: scale(0.6) translate(-100px, -100px);
    -o-transform: scale(0.6) translate(-100px, -100px);
    -ms-transform: scale(0.6) translate(-100px, -100px);
}

.animate-05s {
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
}

.animate-2s {
    transition-duration: 2s;
    -moz-transition-duration: 2s;
    -o-transition-duration: 2s;
    -ms-transition-duration: 2s;
}

.animate-3s {
    transition-duration: 3s;
    -moz-transition-duration: 3s;
    -o-transition-duration: 3s;
    -ms-transition-duration: 3s;
}

.animate-05d {
    transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
}

.animate-1d {
    transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
}

.animate-15d {
    transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    -ms-transition-delay: 1.5s;
}

.animate-2d {
    transition-delay: 2s;
    -moz-transition-delay: 2s;
    -o-transition-delay: 2s;
    -ms-transition-delay: 2s;
}

.animate-3d {
    transition-delay: 3s;
    -moz-transition-delay: 3s;
    -o-transition-delay: 3s;
    -ms-transition-delay: 3s;
}

.show {
    opacity: 1;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
}

/* Entrance animation */

/* custom */

.z_index-1 {
    z-index: -1;
}

.z_index99 {
    z-index: 99;
}

.flip-x {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.flip-y {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}

.element {
    position: absolute;
}

.magnetic_1 {
    left: 2rem;
    bottom: 11rem;
}

.magnetic_3 {
    right: 10rem;
}

.magnetic_4 {
    left: 2rem;
    bottom: 14rem;
}

.magnetic_5 {
    top: 40%;
    left: 1rem;
}

.magnetic_6 {
    bottom: 1rem;
    right: 5rem;
    z-index: -1;
}

.magnetic_6 img {
    position: relative;
    transform: rotate(-117deg);
}

.orange-dot {
    right: 2rem;
    bottom: 40%;
}

.orange-dot_2 {
    right: 10%;
    top: 10%;
}

.orange-dot_3 {
    right: 5%;
    z-index: -1;
    top: 5rem;
}

.magnetic_2 img {
    position: relative;
    width: 130px;
    left: 10rem;
    transform: rotate(75deg);
}

.magnetic_3 img {
    position: relative;
    transform: rotate(-117deg);
    bottom: 10rem;
}

.ghant img {
    max-width: 100%;
    width: 90px;
    height: auto;
}

.ghant_1 {
    bottom: 18rem;
    left: 9rem;
}

.ghant_2 {
    right: 5rem;
    top: 9rem;
}

.ghant_3 {
    bottom: 21rem;
    left: 9rem;
}

.ghant_4 {
    top: 13rem;
    right: 5rem;
}

.ghant_dot {
    z-index: -1;
    right: 0;
}

.ghant-position {
    top: 15rem;
}

.ghant_dot_2 {
    z-index: -1;
    left: 0;
}

.ghant_dot img {
    position: relative;
    top: -9rem;
    right: -5rem;
    width: 320px;
}

.ghant_dot_2 img {
    position: relative;
    top: 8rem;
    left: -8rem;
    width: 320px;
}

.star-light {
    bottom: 0rem;
}

.star-light_2 {
    bottom: 3rem;
}

.star_ghant {
    right: 0;
}

.circle-dark {
    right: 0;
}

.circle-dark_2 {
    left: -1rem;
    z-index: -1;
    top: 18%;
}

.circle-dark_2 img {
    width: 116px;
}

.plus-rainbow {
    right: -4rem;
    bottom: -1rem;
}

.plus-rainbow_2 {
    left: -3rem;
    top: -1rem;
    z-index: -1;
}

.plus-rainbow_3 {
    bottom: 10%;
    right: -1rem;
    z-index: -1;
}

.plus-rainbow_3 img {
    width: 140px;
}

.circle-yellow {
    right: 0;
    z-index: -1;
}

.circle-yellow_2 {
    left: 0;
}

.circle-dark img {
    width: 100%;
    max-width: 100px;
    height: auto;
    margin-top: 60px;
}

.circle-yellow img {
    width: 100px;
    position: relative;
    bottom: 8rem;
}

.circle-yellow_2 img {
    position: relative;
    width: 100px;
    z-index: -1;
}

.star_ghant img {
    position: relative;
    top: -10rem;
    right: 2rem;
    z-index: -1;
}

.bijle {
    right: 0;
}
.bijle img {
    width: 100%;
    max-width: 130px;
    height: auto;
    margin-right: 30px;
    margin-top: -20px;
}

.bijle_2 {
    top: 0;
    left: -1rem;
}
.bijle_2 img {
    width: 100%;
    max-width: 130px;
    height: auto;
    margin-top: -20px;
}

.bijle_3 {
    top: 1.5rem;
    right: -0.2rem;
}
.bijle_3 img {
    width: 100%;
    max-width: 130px;
    height: auto;
    margin-top: -20px;
}

.plus_1 {
    z-index: -1;
}

.plus_1 img {
    position: relative;
    left: 4rem;
    top: 2rem;
    width: 80px;
}

.plus_2 {
    left: 0;
}

.plus_2 img {
    position: relative;
    left: -2rem;
    width: 140px;
    z-index: -1;
    top: 16rem;
}

.plus_3 {
    bottom: 2rem;
    left: -2rem;
    z-index: -1;
}

.plus_3 img {
    width: 140px;
}

.star_ghant_2 {
    top: 3rem;
    right: 3rem;
    z-index: -1;
}

.star_ghant_3 {
    top: 3rem;
    right: 10rem;
}

.kerha_1 img {
    position: relative;
    top: -4rem;
    left: 1rem;
    width: 100px;
    z-index: -1;
}

.taj_1 {
    right: 10rem;
}

.taj_2 {
    right: 3rem;
    top: 5rem;
    z-index: -1;
}

.taj_3 {
    right: 4rem;
    top: 1rem;
}

.taj_1 img {
    position: relative;
    top: -30rem;
    width: 100px;
}

.star-green {
    left: 6rem;
}

.star-green img {
    position: relative;
    top: 32rem;
}

.star-green_2 {
    right: 2rem;
    bottom: 20%;
}

.star-green_3 {
    bottom: 10%;
    right: 2rem;
    z-index: -1;
}

.triangle_2 {
    right: 0rem;
    top: 8rem;
}

.triangle_1 {
    left: 2rem;
    top: 50%;
}

/* custom */

/* animations */

.animate-float-1 {
    animation: float1 5s 3s ease-in-out infinite alternate-reverse;
    -moz-animation: float1 5s 3s ease-in-out infinite alternate-reverse;
    -o-animation: float1 5s 3s ease-in-out infinite alternate-reverse;
    -ms-animation: float1 5s 3s ease-in-out infinite alternate-reverse;
}

.animate-float-2 {
    animation: float2 5s 3s ease-in-out infinite alternate-reverse;
    -moz-animation: float2 5s 3s ease-in-out infinite alternate-reverse;
    -o-animation: float2 5s 3s ease-in-out infinite alternate-reverse;
    -ms-animation: float2 5s 3s ease-in-out infinite alternate-reverse;
}

.animate-float-3 {
    animation: float3 5s 3s ease-in-out infinite alternate-reverse;
    -moz-animation: float3 5s 3s ease-in-out infinite alternate-reverse;
    -o-animation: float3 5s 3s ease-in-out infinite alternate-reverse;
    -ms-animation: float3 5s 3s ease-in-out infinite alternate-reverse;
}

.animate-float-4 {
    animation: float4 5s 3s ease-in-out infinite alternate-reverse;
    -moz-animation: float4 5s 3s ease-in-out infinite alternate-reverse;
    -o-animation: float4 5s 3s ease-in-out infinite alternate-reverse;
    -ms-animation: float4 5s 3s ease-in-out infinite alternate-reverse;
}

.animate-float-5 {
    animation: float5 5s 3s ease-in-out infinite alternate-reverse;
    -moz-animation: float5 5s 3s ease-in-out infinite alternate-reverse;
    -o-animation: float5 5s 3s ease-in-out infinite alternate-reverse;
    -ms-animation: float5 5s 3s ease-in-out infinite alternate-reverse;
}
.animate-float-6 {
    animation: float6 4s 1s infinite ease-in-out;
    -moz-animation: float6 4s 1s infinite ease-in-out;
    -o-animation: float6 4s 1s infinite ease-in-out;
    -ms-animation: float6 4s 1s infinite ease-in-out;
}

@keyframes float1 {
    0% {
        transform: translate3d(8px, 5px, 0px) rotate(1deg);
        -moz-transform: translate3d(8px, 5px, 0px) rotate(1deg);
        -o-transform: translate3d(8px, 5px, 0px) rotate(1deg);
        -ms-transform: translate3d(8px, 5px, 0px) rotate(1deg);
    }

    60% {
        transform: translate3d(-4px, -5px, 0px) rotate(-3deg);
        -moz-transform: translate3d(-4px, -5px, 0px) rotate(-3deg);
        -o-transform: translate3d(-4px, -5px, 0px) rotate(-3deg);
        -ms-transform: translate3d(-4px, -5px, 0px) rotate(-3deg);
    }

    100% {
        transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
    }
}

@keyframes float2 {
    0% {
        transform: translate3d(-5px, -12px, 0px) scale(0.95);
        -moz-transform: translate3d(-5px, -12px, 0px) scale(0.95);
        -o-transform: translate3d(-5px, -12px, 0px) scale(0.95);
        -ms-transform: translate3d(-5px, -12px, 0px) scale(0.95);
    }

    60% {
        transform: translate3d(0px, 5px, 0px) scale(1);
        -moz-transform: translate3d(0px, 5px, 0px) scale(1);
        -o-transform: translate3d(0px, 5px, 0px) scale(1);
        -ms-transform: translate3d(0px, 5px, 0px) scale(1);
    }

    100% {
        transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
    }
}

@keyframes float3 {
    0% {
        transform: translate3d(8px, 5px, 0px);
        -moz-transform: translate3d(8px, 5px, 0px);
        -o-transform: translate3d(8px, 5px, 0px);
        -ms-transform: translate3d(8px, 5px, 0px);
    }

    60% {
        transform: translate3d(-0px, -5px, 0px);
        -moz-transform: translate3d(-0px, -5px, 0px);
        -o-transform: translate3d(-0px, -5px, 0px);
        -ms-transform: translate3d(-0px, -5px, 0px);
    }

    100% {
        transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
    }
}

@keyframes float4 {
    0% {
        transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        -o-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
    }

    60% {
        transform: translateY(4px);
        -moz-transform: translateY(4px);
        -o-transform: translateY(4px);
        -ms-transform: translateY(4px);
    }

    100% {
        transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
    }
}

@keyframes float5 {
    0% {
        transform: translateY(4px);
        -moz-transform: translateY(4px);
        -o-transform: translateY(4px);
        -ms-transform: translateY(4px);
    }

    60% {
        transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        -o-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
    }

    100% {
        transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
    }
}

@keyframes float6 {
    0% {
        -webkit-transform: rotateZ(0);
    }
    1% {
        -webkit-transform: rotateZ(20deg);
    }
    3% {
        -webkit-transform: rotateZ(-18deg);
    }
    5% {
        -webkit-transform: rotateZ(24deg);
    }
    7% {
        -webkit-transform: rotateZ(-22deg);
    }
    9% {
        -webkit-transform: rotateZ(20deg);
    }
    11% {
        -webkit-transform: rotateZ(-18deg);
    }
    13% {
        -webkit-transform: rotateZ(16deg);
    }
    15% {
        -webkit-transform: rotateZ(-14deg);
    }
    17% {
        -webkit-transform: rotateZ(12deg);
    }
    19% {
        -webkit-transform: rotateZ(-10deg);
    }
    21% {
        -webkit-transform: rotateZ(8deg);
    }
    23% {
        -webkit-transform: rotateZ(-6deg);
    }
    25% {
        -webkit-transform: rotateZ(4deg);
    }
    27% {
        -webkit-transform: rotateZ(-2deg);
    }
    29% {
        -webkit-transform: rotateZ(0deg);
    }

    43% {
        -webkit-transform: rotateZ(0);
    }

    100% {
        transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
    }
}

/* animations */

/* ===========================================
Responsive Codes 
======================================= */

@media (max-width: 1399px) {
    .slick-prev {
        left: -10px;
    }

    .slick-next {
        right: -10px;
    }

    .proces-1::after {
        left: 12rem;
    }

    .proces-1:hover::after {
        left: 12.8rem;
    }

    .proces-2::after {
        left: 21.1rem;
    }

    .proces-2:hover::after {
        left: 20.55rem;
    }

    .proces-3::after {
        left: 7rem;
    }

    .proces-3:hover::after {
        left: 6.5rem;
    }

    .proces-4::after {
        left: 16rem;
    }

    .proces-4:hover::after {
        left: 15.5rem;
    }

    .proces-5::after {
        left: 8rem;
    }

    .proces-5:hover::after {
        left: 7.5rem;
    }

    .combo-content {
        max-width: none;
    }

    .magnetic_1 {
        left: 1rem;
    }
    .ghant_1 {
        left: 7rem;
    }
    .magnetic_2 img {
        left: 5rem;
    }
    .kerha_1 img {
        top: -1rem;
        left: 1rem;
        width: 80px;
    }
    .magnetic_3 {
        right: 3rem;
    }

    .magnetic_3 img {
        width: 150px;
    }

    section.portfolio-sec-one .nav-link {
        padding: 8px 10px;
    }
}

@media (max-width: 1199px) {
    .main__navigation ul.dropdown {
        width: 952px;
        left: -96px;
    }

    .main__navigation ul.dropdown li {
        width: 29%;
    }

    .main__navigation ul.dropdown li a {
        font-size: 12px;
        margin: 21px 4px -7px 0px;
    }

    .main__navigation ul.dropdown li a img {
        height: 40px;
        width: 40px;
    }

    .proces-1::after {
        left: 9rem;
    }

    .proces-1:hover::after {
        left: 10.8rem;
    }

    .proces-2::after {
        left: 19.1rem;
    }

    .proces-2:hover::after {
        left: 18.55rem;
    }

    .proces-3::after {
        left: 3rem;
    }

    .proces-3:hover::after {
        left: 4.5rem;
    }

    .proces-4::after {
        left: 12rem;
    }

    .proces-4:hover::after {
        left: 13.5rem;
    }

    .proces-5::after {
        left: 6rem;
    }

    .proces-5:hover::after {
        left: 5.5rem;
    }

    .header-nav ul li {
        padding: 0 15px;
    }

    .plan_custom_box .plan_dark a {
        font-size: 14px;
    }

    .flip-card {
        height: 600px;
        margin-bottom: 30px;
    }

    .portfolio-sec-one .nav-link {
        font-size: 12px !important;
        padding: 11px 7px !important;
    }

    .ghant_1 {
        left: 5rem;
        bottom: 11rem;
    }
    .ghant_2 {
        right: 2rem;
        top: 14.5rem;
    }
    .ghant_3 {
        bottom: unset;
        left: 6rem;
        top: 11rem;
    }
    .ghant img {
        width: 60px;
    }

    .magnetic_1 {
        bottom: 6rem;
        transform: rotate(-10deg);
    }

    .magnetic_2 img {
        left: 7rem;
    }

    .magnetic img {
        width: 100%;
        max-width: 110px;
    }

    .magnetic_3 {
        right: 1rem;
    }
    .magnetic img {
        width: 100%;
        max-width: 110px;
    }

    .magnetic_4 {
        left: 2rem;
        bottom: unset;
        top: 9rem;
    }

    .star-light img {
        width: 100%;
        max-width: 125px;
    }

    .star-light_2 {
        bottom: unset;
        top: 14rem;
    }

    .star-light_2 img {
        width: 100%;
        max-width: 125px;
    }

    .plus-rainbow img {
        width: 100%;
        max-width: 200px;
    }

    .circle-dark img {
        width: 100%;
        max-width: 60px;
        height: auto;
        margin-top: 90px;
    }

    .bijle img {
        width: 100%;
        max-width: 70px;
        height: auto;
        margin-right: 25px;
        margin-top: 75px;
    }

    .bijle_dot img {
        top: -17rem;
        width: 320px;
    }

    .ghant_dot img {
        top: -8rem;
        right: -5rem;
        width: 320px;
    }

    .bijle_dot_2 img {
        top: -11rem;
        width: 260px;
    }

    .bijle_dot_3 {
        top: -10rem;
    }

    .ghant_dot_2 img {
        top: 29rem;
        left: -6rem;
        width: 240px;
    }

    .star-green {
        left: 4rem;
    }

    .star-green img {
        top: 24rem;
    }

    .plus_2 img {
        width: 120px;
        top: 24rem;
    }

    .plus-rainbow_2 img {
        width: 180px;
    }

    .plus-rainbow_3 {
        bottom: 2%;
        right: 1rem;
    }
    .plus-rainbow_3 img {
        width: 100px;
    }

    .star_ghant_3 {
        display: none;
    }
    .ghant_4 {
        display: none;
    }

    .bijle_3 img {
        max-width: 100px;
    }

    .triangle_2 img {
        width: 100%;
        max-width: 60px;
        height: auto;
        margin-top: -20px;
    }
}

@media (max-width: 991px) {
    .banner-home:not(.banner_custom) {
        padding: 160px 0 120px 0;
    }

    #mobile_nav {
        display: block;
    }

    #mobile_nav label.logo-head {
        font-size: 30px;
        padding-left: 50px;
    }

    #mobile_nav ul li a {
        font-size: 15px;
        font-weight: normal;
        font-style: normal;
        font-display: swap;
        font-family: "Gordita Medium";
    }

    #mobile_nav .checkbtn {
        display: block;
    }
    #mobile_nav ul {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #373737;
        left: -100%;
        text-align: center;
        transition: all 0.5s;
    }

    #mobile_nav ul li {
        /* display: block; */
        margin: 30px 34px;
        line-height: 0;
        text-align: center;
    }

    #mobile_nav #check:checked ~ ul {
        left: 0;
    }

    .proces-1::after {
        left: 17rem;
    }

    .proces-1:hover::after {
        left: 18.8rem;
    }

    .proces-2::after {
        left: 26.1rem;
    }

    .proces-2:hover::after {
        left: 25.55rem;
    }

    .proces-3::after {
        left: 10rem;
    }

    .proces-3:hover::after {
        left: 11.5rem;
    }

    .proces-4::after {
        left: 19rem;
    }

    .proces-4:hover::after {
        left: 20.5rem;
    }

    .proces-5::after {
        left: 13rem;
    }

    .proces-5:hover::after {
        left: 12.5rem;
    }

    .conter-border::after {
        height: 190px;
    }

    .banner-home h1.hd-content {
        font-size: 38px;
    }
    .panel {
        height: 350px;
        border-radius: 60px;
    }

    .panel .panel-content {
        bottom: 30px;
    }
    .panel p {
        font-size: 13px;
        margin: 0;
    }

    .panel span {
        font-size: 26px;
    }

    .panel a {
        font-size: 16px;
    }

    .section-portfolio:nth-child(odd) {
        padding-left: 0px;
    }

    .portfolio-sec-one .nav-link {
        font-size: 14px !important;
        padding: 10px 20px !important;
    }

    .section-portfolio p {
        margin-top: 20px;
    }

    .magnetic_2 img {
        display: none;
    }

    .star-light_2 {
        bottom: unset;
        top: 9rem;
    }
    
    .ghant_3 {
        bottom: unset;
        left: 6rem;
        top: 8rem;
    }
    
    .magnetic_4 {
        left: 2rem;
        bottom: unset;
        top: 5rem;
    }

    .ghant_dot_2 img {
        top: 55rem;
    }

    .taj_1 {
        right: 0;
        left: 2rem;
    }
    .taj_1 img {
        position: relative;
        top: -30rem;
        width: 80px;
        transform: rotate(-41deg);
    }

    .plus_2 img {
        top: -5rem;
    }

    .star_ghant img {
        top: 15rem;
        width: 120px;
    }

    .plus-rainbow_2 img {
        width: 140px;
    }

    .star_ghant_2 {
        top: 40%;
    }

    .star-green_2 {
        bottom: 1%;
    }

    .star-green_3 {
        bottom: 3%;
        right: 2rem;
    }
    .orange-dot_3 {
        top: 1.5rem;
    }

    .bijle_dot_4 {
        bottom: -9rem;
    }
}

@media (max-width: 767px) {
    .banner-home:not(.banner_custom) {
        padding: 140px 0 120px 0;
    }

    .proces-1::after {
        left: 12rem;
    }

    .proces-1:hover::after {
        left: 13.8rem;
    }

    .proces-2::after {
        left: 21.1rem;
    }

    .proces-2:hover::after {
        left: 20.55rem;
    }

    .proces-3::after {
        left: 5rem;
    }

    .proces-3:hover::after {
        left: 6.5rem;
    }

    .proces-4::after {
        left: 14rem;
    }

    .proces-4:hover::after {
        left: 15.5rem;
    }

    .proces-5::after {
        left: 8rem;
    }

    .proces-5:hover::after {
        left: 7.5rem;
    }
    .conter-border {
        display: none;
    }

    .counter-content {
        margin-top: 10px;
        margin-bottom: 20px;
        border-bottom: 3px solid #ccc;
        padding-bottom: 20px;
    }

    .tools-img {
        height: 80px;
        width: auto;
    }

    .ghant_2 {
        top: 17rem;
    }

    .ghant_dot_2 {
        display: none;
    }

    .taj_2 {
        right: 2rem;
        top: 1rem;
    }

    .taj_2 img {
        width: 100%;
        max-width: 90px;
        height: auto;
    }

    .taj_3 img {
        max-width: 100px;
    }

    .plus_1 img {
        left: 2rem;
        top: -4rem;
        width: 60px;
    }

    .circle-yellow img {
        width: 80px;
        bottom: 6rem;
    }

    .plus-rainbow_2 {
        display: none;
    }

    .plus-rainbow_3 {
        display: none;
    }

    .bijle_dot_3 {
        left: -3rem;
    }

    .orange-dot_2 {
        right: 10%;
        top: 10%;
    }

    .panel {
        height: 250px;
        border-radius: 45px;
    }

    .panel span {
        font-size: 20px;
    }

    .panel a {
        font-size: 14px;
    }

    .panel p {
        display: none;
    }

    .service-slider .slick-prev, .slick-next {
        top: 100%;
    }
    
    .service-slider .slick-prev {
        left: 0;
        right: 100px;
        margin: auto;
    }
    .service-slider .slick-next {
        left: 100px;
        right: 0;
        margin: auto;
    }

    .portfolio-sec-one .nav-link {
        font-size: 12px !important;
        padding: 10px 10px !important;
    }

    .footer-menu .inline-block li {
        padding-bottom: 10px;
    }
}

@media (max-width: 575px) {
    .proces-one img {
        max-width: 300px !important;
    }

    .proces-1::after {
        top: -20px;
        left: 0;
        right: 0;
        margin-right: 20px;
        padding: 36px;
    }

    .proces-1:hover::after {
        left: 0;
        right: 0;
    }

    .proces-2::after {
        left: 0;
        right: 0;
        margin-left: 180px;
        top: 4rem;
        padding: 36px;
    }

    .proces-2:hover::after {
        left: 0;
        right: 0;
        top: 4rem;
    }

    .proces-3::after {
        left: 0rem;
        right: 0rem;
        margin-right: 170px;
        top: 6rem;
        padding: 36px;
    }

    .proces-3:hover::after {
        left: 0;
        top: 6rem;
    }

    .proces-4::after {
        left: 0;
        right: 0;
        margin-left: 60px;
        top: 12rem;
        padding: 36px;
    }

    .proces-4:hover::after {
        left: 0;
        top: 12rem;
    }

    .proces-5::after {
        left: 0;
        right: 0;
        margin-right: 120px;
        top: 18rem;
        padding: 36px;
    }

    .proces-5:hover::after {
        left: 0;
        top: 18rem;
    }

    .tools-img {
        height: 60px;
    }

    .bijle_2 {
        left: 0rem;
    }

    .bijle_2 img {
        max-width: 60px;
    }

    .ghant_1 {
        display: none;
    }

    main.slider-main {
        display: block;
    }

    .panel {
        height: 70px;
        border-radius: 45px;
        margin-bottom: 20px;
    }

    .panel.active {
        height: 350px;
    }

    .panel .panel-content {
        left: 5%;
        bottom: 50px;
    }

    .panel span {
        font-size: 24px;
    }

    .panel a {
        font-size: 14px;
    }

    .panel p {
        display: block;
    }

    .banner-hd {
        font-size: 1.5rem;
    }

    .plan_custom_none{
        display: none;
    }

    .plan_custom_box .plan_dark .box_slash a::before {
        border-left: transparent;
        border-top-style: solid;
        border-top-width: 4px;
        transform: skewX(-0deg);
    }

    .flip-card {
        height: 500px;
    }

    #progressbar li:before {
        width: 25px;
        height: 25px;
        line-height: 23px;
        font-size: 12px;
        margin: 7px auto 10px auto;
    }

    .bijle_dot img {
        width: 260px;
        top: -18rem;
    }

    .taj_1 img {
        top: -26rem;
    }

    .magnetic_4 {
        left: 2rem;
        bottom: unset;
        top: 6rem;
    }

    .star-light_2 {
        bottom: unset;
        top: 10rem;
    }

    .ghant_3 {
        bottom: unset;
        left: 5rem;
        top: 8rem;
    }

    .magnetic img {
        width: 100%;
        max-width: 80px;
        bottom: 5rem;
    }

    .star-light_2 img {
        width: 100%;
        max-width: 100px;
    }

    .plus_2 {
        left: 1rem;
    }
    .plus_2 img {
        top: -5rem;
        width: 80px;
    }

    .plus-rainbow {
        right: -1rem;
    }

    .plus-rainbow img {
        width: 100%;
        max-width: 150px;
    }

    .star_ghant_2 {
        display: none;
    }

    .plus_3 {
        bottom: 40%;
    }

    .plus_3 img {
        width: 100px;
    }

    .bijle_dot_3 img {
        width: 320px;
        height: auto;
    }

    .magnetic_6 {
        bottom: -5rem;
        right: 2rem;
    }

    .triangle_2 {
        display: none;
    }

    .bijle_3 img {
        max-width: 40px;
    }

    .star-green_3 {
        bottom: 0.5%;
    }

    .bijle_dot_4 {
        bottom: -5rem;
    }
}

@media (max-width: 479px) {
    .banner-home:not(.banner_custom) {
        padding: 120px 0 120px 0;
    }

    .ghant_2 {
        right: 1rem;
        top: 23rem;
    }

    .circle-dark img {
        max-width: 50px;
        margin-top: 200px;
    }

    .bijle img {
        max-width: 60px;
        margin-right: 10px;
        margin-top: 180px;
    }

    .ghant_dot img {
        width: 260px;
    }

    .bijle_dot_2 img {
        top: -13rem;
    }

    .star-green img {
        top: 18rem;
    }

    .testimonial-sec h2 {
        font-size: 36px;
    }

    .testimonial-sec img {
        max-width: 26px;
    }

    .testimonial-sec span {
        font-size: 14px;
    }
}

@media (max-width: 410px) {
    .taj_1 img {
        top: -32.5rem;
    }
}

@media (min-width: 992px) {
    .portfolio-sec-one .plus_1 {
        top: 40%;
    }

    .portfolio-sec-one .plus_1 img {
        left: 1rem;
        top: 2rem;
    }

    .portfolio-sec-one .circle-yellow {
        bottom: 65%;
    }
}

/* @media only screen and (min-width: 1370px) and (max-width: 1605px) {
    .banner-home h1.hd-content {
        font-size: 47px;
        color: red;
    }
} */
