@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Teko:wght@300;400;500;600;700&display=swap');

/* Noir-FontFamily-Start */
@font-face {
    font-family: "Noir-Bold";
    src: url("../fonts/Noir/NoirPro-Bold.otf");
}

@font-face {
    font-family: "Noir-Heavy";
    src: url("../fonts/Noir/NoirPro-Heavy.otf");
}

@font-face {
    font-family: "Noir-Light";
    src: url("../fonts/Noir/NoirPro-Light.otf");
}

@font-face {
    font-family: "Noir-Medium";
    src: url("../fonts/Noir/NoirPro-Medium.otf");
}

@font-face {
    font-family: "Noir-Regular";
    src: url("../fonts/Noir/NoirPro-Regular.otf");
}

@font-face {
    font-family: "Noir-SemiBold";
    src: url("../fonts/Noir/NoirPro-SemiBold.otf");
}

/* Noir-FontFamily-End */
/* Intelo-FontFamily-Start */
@font-face {
    font-family: "Intelo-Bold";
    src: url("../fonts/intelo/Intelo-Bold.ttf");
}

@font-face {
    font-family: "Intelo-ExtraBold";
    src: url("../fonts/intelo/Intelo-ExtraBold.ttf");
}

@font-face {
    font-family: "Intelo-Hairline";
    src: url("../fonts/intelo/Intelo-Hairline.ttf");
}

@font-face {
    font-family: "Intelo-Light";
    src: url("../fonts/intelo/Intelo-Light.ttf");
}

@font-face {
    font-family: "Intelo-Medium";
    src: url("../fonts/intelo/Intelo-Medium.ttf");
}

@font-face {
    font-family: "Intelo-Regular";
    src: url("../fonts/intelo/Intelo-Regular.ttf");
}

@font-face {
    font-family: "Intelo-SemiBold";
    src: url("../fonts/intelo/Intelo-SemiBold.ttf");
}

@font-face {
    font-family: "Intelo-Thin";
    src: url("../fonts/intelo/Intelo-Thin.ttf");
}

/* Intelo-FontFamily-End */
/* Vogie-FontFamily-Start */
@font-face {
    font-family: "Vogie-Bold";
    src: url("../fonts/vogie/Vogie-Bold.ttf");
}

@font-face {
    font-family: "Vogie-Extra-Bold";
    src: url("../fonts/vogie/Vogie-Extra-Bold.ttf");
}

@font-face {
    font-family: "Vogie-Semi-Bold";
    src: url("../fonts/vogie/Vogie-Semi-Bold.ttf");
}

@font-face {
    font-family: "Vogie-Semi-Bold-Expanded";
    src: url("../fonts/vogie/Vogie-Semi-Bold-Expanded.ttf");
}

@font-face {
    font-family: "Vogie-Semi-Bold-Narrow";
    src: url("../fonts/vogie/Vogie-Semi-Bold-Narrow.ttf");
}

/* Vogie-FontFamily-End */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    overflow-x: hidden;
}

main {
    overflow: hidden;
}

a {
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: #FFC233;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #151C22;
}

.btn {
    border-radius: 0px;
    padding: 0;
    margin: 0;
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 20px;
    transition: all .3s ease-in-out;
}

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

figure {
    margin: 0;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    letter-spacing: 0px;
    word-spacing: 0px;
}

textarea:focus,
input:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #000 !important;
}

button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #151C22;
    font-family: "Intelo-Regular";
    font-size: 20px;
    text-transform: capitalize;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #151C22;
    font-family: "Intelo-Regular";
    font-size: 20px;
    text-transform: capitalize;
}

.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #151C22;
    font-family: "Intelo-Regular";
    font-size: 20px;
    text-transform: capitalize;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #151C22;
    font-family: "Intelo-Regular";
    font-size: 20px;
    text-transform: capitalize;
}

.container-fluid {
    padding: 8px 8rem;
}

/* go to top */
.scroll-to-top {
    width: 50px;
    height: 50px;
    background: #FFC233;
    position: fixed;
    bottom: 88px;
    right: 40px;
    z-index: 99;
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s;
    display: none;
    border-radius: 50%;
    cursor: pointer;
}

.scroll-to-top i {
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    -webkit-transition: .4s;
    transition: .4s;
}

/* go to top */
/* theme-btn */
.theme-btn.bt-support-now {
    display: none;
    background: #FFC233;
    bottom: 146px;
}

.theme-btn.bt-buy-now {
    background: #8ac346;
    background: -moz-linear-gradient(top, #a3d179 0, #88ba46 100%);
    display: none;
}

.theme-btn {
    border-radius: 40px;
    bottom: 59px;
    display: table;
    height: 66px;
    left: 30px;
    min-width: 66px;
    text-align: center;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
}

.theme-btn,
span.coupon {
    position: fixed;
    color: #fff;
}

.theme-btn,
span.coupon {
    animation: .5s infinite alternate scrollDownAnimation;
}

@keyframes scrollDownAnimation {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

/* theme-btn */

/* float-side-btn */
.floatbutton {
    font-family: "Noir-Medium";
}

.floatbutton .clickbutton .crossplus:after,
.floatbutton .clickbutton .crossplus:before {
    content: "";
    display: none;
    z-index: 99;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.floatbutton .ban-form input,
.floatbutton .ban-form textarea {
    padding: 10px 15px;
    outline: 0 !important
}

.floatbutton .theme-btn,
span.coupon {
    animation: .5s infinite alternate scrollDownAnimation
}

.floatbutton .banner-form h3,
.floatbutton span.coupon {
    text-transform: uppercase
}

.floatbutton.active {
    right: 0;
    z-index: 999;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.floatbutton .clickbutton .crossplus {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.floatbutton {
    transition: .4s;
    position: fixed;
    right: -370px;
    top: 16%;
    font-size: 0;
    width: 420px;
    z-index: 999;
    display: none;
}

.floatbutton .banner-form,
.floatbutton .clickbutton {
    position: relative;
    display: inline-block
}

.floatbutton .clickbutton {
    overflow: hidden;
    border-radius: 11px 0 0 11px;
    width: 50px;
    z-index: 999;
    height: 300px;
    cursor: pointer;
    box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, .09);
    padding-top: 0;
    vertical-align: top;
    background: #FFC233;
    margin-top: 198px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    -ms-box-shadow: 0 0 40px #00000026;
    -o-box-shadow: 0 0 40px #00000026;
    /* border: 3px solid #fff; */
}

.floatbutton .clickbutton .crossplus:before {
    width: 20px;
    height: 2px;
    background: #fbb334;
}

.floatbutton .clickbutton .crossplus:after {
    width: 2px;
    height: 20px;
    background: #fab334;
}

.floatbutton .clickbutton .crossplus {
    font-family: "Noir-Regular";
    display: block;
    transition: .4s;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-90deg);
    font-size: 16px;
    color: #fff;
    left: 0;
    right: 0;
    top: 0;
    white-space: pre;
    bottom: 0;
    z-index: 100;
}

.floatbutton .clickbutton .crossplus.rotate {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.floatbutton .clickbutton .crossplus i {
    font-size: 18px;
    color: #f43535;
    margin: 17px 0 0 15px
}

.floatbutton .banner-form {
    background: #fff;
    padding: 30px;
    z-index: 9;
    border-radius: 5px 0 0 5px;
    margin: 0;
    width: 370px;
    box-shadow: 0 0 30px #0000001f;
}



.floatbutton .ban-form input {
    width: 100%;
    margin: 0 0 15px;
    border: 1px solid #1A3236;
    background: #F8F8F8;
    color: #1A3236;
    font-size: 14px;
    border-radius: 3px;
    height: 50px;
    font-weight: 400;
    font-family: "Noir-Regular";
}

.floatbutton .banner-form .intl-tel-input {
    width: 100%
}

.floatbutton .banner-form h3 {
    font-family: "Vogie-Extra-Bold";
    color: #151C22;
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}

.floatbutton .ban-form input[type=submit] {
    color: #fff;
    font-family: "Intelo-Bold";
    font-weight: 600;
    border-radius: 11px;
    text-align: center;
    background: #FFC233;
    padding: 10px 15px;
    margin: 20px 0 0;
    border: transparent;
    text-transform: uppercase;
    font-size: 20px;
}

.floatbutton .ban-form textarea {
    font-family: "Noir-Regular";
    width: 100%;
    border: 1px solid #1A3236;
    background: #F8F8F8;
    color: #1A3236;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 400;
    height: 120px;
    margin: 1px 0 0
}

.floatbutton .btns_wrap .call_wrap,
.floatbutton .btns_wrap .chat_wrap {
    position: absolute;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 0 40px #00000026 !important;
    background: none;
}

.floatbutton .btns_wrap {
    position: fixed;
    right: -6px
}

.floatbutton .btns_wrap a:hover {
    text-decoration: none !important;
    right: -52px;
}

.floatbutton .btns_wrap .call_wrap {
    width: 295px;
    right: -240px;
    top: 126px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.floatbutton .btns_wrap .call_wrap span {
    color: #1e3236;
    font-size: 18px;
    vertical-align: middle;
    background: #fff;
    padding: 15px 20px 15px 15px;
    font-family: "Noir-Medium";
}

.floatbutton .btns_wrap .chat_wrap {
    display: block;
    right: -225px;
    width: 280px;
    top: 54px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.floatbutton .btns_wrap .call_wrap span.icoo,
.floatbutton .btns_wrap .chat_wrap span.icoo {
    color: #fff;
    background: #FFC233;
    font-size: 18px;
    padding: 14px 20px 12px;
    vertical-align: middle;
    display: inline-block;
    border-radius: 9px;
}

.floatbutton .btns_wrap .chat_wrap span {
    color: #1e3236;
    font-size: 20px;
    vertical-align: middle;
    font-family: "Noir-Medium";
    background: #fff;
    padding: 15px 30px 15px 15px;
}

/* float-side-btn */
/* Bounce To Left */
.hvr-bounce-to-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-left:hover,
.hvr-bounce-to-left:focus,
.hvr-bounce-to-left:active {
    color: #151C22 !important;
}

.hvr-bounce-to-left:hover:before,
.hvr-bounce-to-left:focus:before,
.hvr-bounce-to-left:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Right */

.hvr-bounce-to-right {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-to-right:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFC233;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
    color: #151C22 !important;
}

.hvr-bounce-to-right:hover:after,
.hvr-bounce-to-right:focus:after,
.hvr-bounce-to-right:active:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* loader css start */

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000000;
}

.overlay .overlayDoor:before,
.overlay .overlayDoor:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: #CB9274;
    transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
    transition-delay: 0.8s;
}

.overlay .overlayDoor:before {
    left: 0;
}

.overlay .overlayDoor:after {
    right: 0;
}

.overlay.loaded .overlayDoor:before {
    left: -50%;
}

.overlay.loaded .overlayDoor:after {
    right: -50%;
}

.overlay.loaded .overlayContent {
    opacity: 0;
    margin-top: -15px;
}

.overlay .overlayContent {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
}

.loader {
    width: 128px;
    height: 128px;
    border: 3px solid #fff;
    border-bottom: 3px solid transparent;
    border-radius: 50%;
    position: relative;
    animation: spin 1s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader .inner {
    width: 64px;
    height: 64px;
    border: 3px solid transparent;
    border-top: 3px solid #fff;
    border-radius: 50%;
    animation: spinInner 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spinInner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-720deg);
    }
}


/************************************* header *************************************/

.navbar-toggler {
    background-color: #FFC233;
    color: #fff;
    border: none;
}

/* header top */
header {
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

/* header-btm */
header .header-btm {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    background: #151C22;
    box-shadow: 0px 0px 5px 1px #161c22;
}

header .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #151C22;
}

header .header-btm .navbar>.container-fluid {
    align-items: center;
}

header .header-btm .navbar {
    padding: 2px 0;
    transition: all 0.3s ease-in-out;
    background: transparent;
    position: relative;
}

header .header-btm.sticky .navbar {
    border-bottom: none !important;
}

header .header-btm .navbar .navbar-nav {
    align-items: center;
    gap: 72px;
}

header .header-btm .navbar .navbar-nav .nav-item .nav-link {
    color: #F0F7F7;
    font-family: "Noir-Regular";
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
    letter-spacing: 0;
    word-spacing: 0;
    border: none;
    background-color: transparent;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: all 0.5s ease-in-out;
}

header .header-btm .navbar .navbar-nav .nav-item .nav-link.active {
    color: #FFC233 !important;
}

header .header-btm .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #FFC233;
}

header .dropdown-item {
    padding: 8px 14px;
    font-size: 17px;
    color: #1e3236;
}

header .dropdown-item:focus,
.dropdown-item:hover {
    color: #ffffff;
    background-color: #FFC233;
    border-radius: 11px;
    transition: all 0.3s ease-in;
}

header .header-btm .navbar .navbar-brand {
    margin: 0;
    padding: 0;
}

header .header-btm .navbar .navbar-brand .logo {
    width: 119px;
    object-fit: cover;
}

header.sticky .header-btm .navbar .navbar-brand .logo {
    height: 70px;
}

header .header-btm .side-ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    transition: all 0.3s ease-in-out;
}

header .header-btm .side-ul .sd-li .btn-started {
    font-family: "Intelo-SemiBold";
    font-size: 14px;
    color: #FFC233;
    text-transform: capitalize;
    background: transparent;
    height: 48px;
    border: 2px solid #FFC233;
    width: 177px;
    border-radius: 8px;
}

/***************************** header close *****************************/

/***************************** footer start *****************************/

footer {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: #151C22;
}

footer .footer-top {
    padding: 45px 0;
}

footer .footer-top .footer-logo img {
    -
    width: 170px;
    width: 200px;
}

footer .footer-top .footer-logo ul {
    margin: 40px 0 0 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 0;
}

footer .footer-top .footer-logo ul li a {
    font-size: 30px;
    width: 55px;
    height: 55px;
    color: #E8E8E8;
    display: flex;
    align-items: center;
    justify-content: center;
     0; */
    transition: all .5s ease-in-out;
    border-radius: 50%;
    line-height: 30px;
    transition: all .3s ease-in-out;
}

footer .footer-top .footer-logo ul li a:hover {
    color: #151c22;
    background: #FFC233;
}

footer .footer-top .quik-inks.last {
    width: 230px;
    margin: 0 0 0 auto;
}

footer .footer-top .quik-inks h4 {
    font-size: 20px;
    color: #E8E8E8;
    text-transform: capitalize;
    margin: 0 0 10px 0;
    font-family: "Noir-SemiBold";
}

footer .footer-top .quik-inks h5 {
    font-family: "Noir-SemiBold";
    font-size: 20px;
    color: #E8E8E8;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

footer .footer-top .quik-inks p {
    font-family: "Noir-Light";
    color: #E8E8E8;
    font-size: 16px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    letter-spacing: 0px;
    word-spacing: 0px;
}

footer .footer-top .quik-inks ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px;
}

footer .footer-top .quik-inks .contact_wrp {
    margin: 30px 0px 0px;
    gap: 15px;
}

footer .footer-top .quik-inks .contact_wrp li {}
footer .footer-top .quik-inks .contact_wrp li,
footer .footer-top .quik-inks .contact_wrp li a{
    color: #fff;
    font-size: 20px;
    line-height: 35px;
}

footer .footer-top .quik-inks .contact_wrp li i {
    font-size: 25px;
    margin: 0px 5px 0px 0px;
    font-weight: 300;
}

footer .footer-top .quik-inks ul li a {
    font-family: "Noir-Light";
    color: #E8E8E8;
    font-size: 20px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    letter-spacing: 0px;
    word-spacing: 0px;
    transition: all 0.5s ease-in-out;
}

footer .footer-top .quik-inks ul li a:hover {
    color: #FFC233;
}

footer .footer-top .quik-inks .chat-btn {
    margin: 10px 0 0 0;
}

footer .footer-top .quik-inks .chat-btn .btn-chat {
    font-family: "Noir-SemiBold";
    font-size: 20px;
    color: #FFC233;
    text-transform: capitalize;
    width: 34%;
    border-bottom: 1px solid #FFC233;
}

footer .footer-top .quik-inks .chat-btn .btn-chat:hover {
    color: #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
}

footer .footer-bottom {
    padding: 19.8px 0 11.7px;
    border-top: 1px solid #F0F7F7;
}

footer .footer-bottom .copyright p {
    font-family: "Noir-Regular";
    color: #FAFBFD;
    font-size: 20px;
    text-transform: capitalize;
}

footer .footer-bottom .creadits {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .footer-bottom .creadits img {
    width: 100%;
    height: 27px;
    object-fit: contain;
}

footer .footer-bottom .privacy-links ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 10px;
}

footer .footer-bottom .privacy-links ul li {
    color: #FAFBFD;
}

footer .footer-bottom .privacy-links ul li a {
    font-family: "Noir-Light";
    color: #FAFBFD;
    font-size: 20px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    letter-spacing: 0px;
    word-spacing: 0px;
    transition: all .3s ease-in-out;
}

footer .footer-bottom .privacy-links ul li a:hover {
    color: #FFC233;
}

/***************************** footer close *****************************/
/***************************** home-page start *****************************/
/* banner start */
.home-banner-sec {
    padding: 146px 0 37px 0;
    overflow: hidden;
    background: #070709;
    position: relative;
}

.home-banner-sec .banner-content .sub-title {
    font-family: "Intelo-SemiBold";
    color: #FFFDFD;
    font-size: 20px;
    line-height: 27px;
    text-transform: capitalize;
}

.home-banner-sec .banner-content h1 {
    font-family: "Vogie-Extra-Bold";
    color: #FFFFFD;
    font-size: 70px;
    line-height: 66px;
    text-transform: capitalize;
    margin: 0 0 20px 0;
}

.home-banner-sec .banner-content h1 span {
    color: #FFC233;
}

.home-banner-sec .banner-content p {
    font-family: "Intelo-SemiBold";
    color: #FFFDFD;
    font-size: 16px;
    line-height: 32px;
    text-transform: capitalize;
}

.home-banner-sec .banner-content h6 {
    font-family: "Noir-Regular";
    color: #ffffff;
    font-size: 18px;
    line-height: 27px;
    text-transform: capitalize;
    margin: 95px 0 0 0;
}

.home-banner-sec .banner-content h6 span {
    color: #FFC233;
}

.home-banner-sec .banner-content .banner-btns {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 21px;
    margin: 33px 0 0 0;
}

.home-banner-sec .banner-content .banner-btns .btn-contact {
    font-family: "Intelo-Bold";
    font-size: 20px;
    color: #151C22;
    text-transform: capitalize;
    background-color: #FFC233;
    height: 50px;
    border: 1px solid #FFC233;
    width: 180px;
    border-radius: 8px;
}

.home-banner-sec .banner-content .banner-btns .btn-started {
    font-family: "Intelo-Bold";
    font-size: 20px;
    color: #E8E8E8;
    text-transform: capitalize;
    background: transparent;
    height: 50px;
    border: 1px solid #E8E8E8;
    width: 180px;
    border-radius: 8px;
}

.home-banner-sec .banner-content .banner-btns .btn-started:hover {
    border: 1px solid #FFC233;
}

.home-banner-sec .banner-img {
    position: relative;
    z-index: 1;
}

.home-banner-sec .banner-img::before {
    position: absolute;
    content: '';
    background: #151C22;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    z-index: -1;
    left: 0;
    top: 0;
}

.home-banner-sec .banner-img img {
    min-width: 647px;
    max-width: 679px;
    min-height: fit-content;
    max-height: 545px;
    object-fit: cover;
    margin: 55px 0;
}

/* banner start */
/*form Section Css Start Here*/
.form-sec-wrap {
    background: #ffc233;
    overflow: hidden;
    padding: 31px 0;
}

.form-sec-wrap .form-group .form-control {
    font-family: "Intelo-Regular";
    background-color: #FFFFFF;
    height: 63px;
    padding: 20px 30px;
    color: #151C22;
    font-size: 18px;
    text-transform: capitalize;
    border: 1px solid transparent;
    border-radius: 10px;
    width: 401px;
}

.form-sec-wrap .form-btn .btn-form {
    font-family: "Intelo-Bold";
    width: 271px;
    height: 60px;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    text-transform: capitalize;
    background-color: #000;
    border: 1px solid #FFC233;
    border-radius: 10px;
}

/*form Section Css End Here*/
/*content&img Section Css start Here*/
.hier-sec-wrap {
    padding: 50px 0;
    overflow: hidden;
    background: #070709;
    position: relative;
}

.hier-sec-wrap .hier-content h2,
.hier-sec-wrap .hier-content h3,
.hier-sec-wrap .hier-content h4 {
    font-family: "Vogie-Extra-Bold";
    color: #E8E8E8;
    font-size: 56px;
    line-height: 57px;
    margin: 0 0 15px 0;
}

.hier-sec-wrap .hier-content h2 span,
.hier-sec-wrap .hier-content h3 span,
.hier-sec-wrap .hier-content h4 span {
    color: #FFC233;
}

.hier-sec-wrap .hier-content h2.first {
    position: relative;
    z-index: 0;
}

.hier-sec-wrap .hier-content h2.first::before {
    position: absolute;
    content: '';
    top: -98%;
    left: -9%;
    background: #151C22;
    width: 282px;
    height: 282px;
    border-radius: 100%;
    z-index: -7;
}

.hier-sec-wrap .hier-content h6 {
    font-family: "Intelo-ExtraBold";
    color: #E8E8E8;
    font-size: 16px;
    line-height: 28px;
    margin: 15px 0;
    position: relative;
    z-index: 2;
}

.hier-sec-wrap .hier-content p {
    font-family: "Intelo-Regular";
    color: #E8E8E8;
    font-size: 17px;
    line-height: 31px;
    text-transform: capitalize;
}

.hier-sec-wrap .hier-content ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 30px;
    margin: 30px 0 0 0;
    width: 570px;
}

.hier-sec-wrap .hier-content ul li .hier-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 30px;
}

.hier-sec-wrap .hier-content ul li .hier-list .list-img img {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(86%) sepia(31%) saturate(1544%) hue-rotate(330deg) brightness(104%) contrast(102%);
}

.hier-sec-wrap .hier-content ul li .hier-list .desc h4 {
    font-family: "Intelo-ExtraBold";
    color: #FFC233;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 5px 0;
}

.hier-sec-wrap .hier-content ul li .hier-list .desc p {
    font-family: "Intelo-Regular";
    color: #E8E8E8;
    font-size: 16px;
    line-height: 21px;
    text-transform: capitalize;
}

.hier-sec-wrap .hier-content ul li .hier-list .desc a {
    font-family: "Intelo-Regular";
    color: #E8E8E8;
    font-size: 16px;
    line-height: 21px;
    text-transform: lowercase;
    display: block;
    transition: all .3s ease-in-out;
}

.hier-sec-wrap .hier-content ul li .hier-list .desc a:hover {
    color: #FFC233;
}

.hier-sec-wrap .hier-content .hier-btns {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 40px;
    margin: 60px 0 0 0;
}

.hier-sec-wrap .hier-content .hier-btns .btn-contact {
    font-family: "Intelo-Bold";
    font-size: 20px;
    color: #151C22;
    text-transform: capitalize;
    background-color: #FFC233;
    height: 50px;
    border: 1px solid #FFC233;
    width: 180px;
}

.hier-sec-wrap .main-img img {
    min-width: 100%;
    max-width: 100%;
    min-height: 584px;
    max-height: 584px;
    object-fit: contain;
}

.hier-sec-wrap.sec-two {
    background: #151C22;
}

.hier-sec-wrap.sec-three {
    background: #151C22;
}

.hier-sec-wrap.sec-two .hier-content p {
    margin: 0 0 30px 0;
}


.hier-sec-wrap.about-sec .main-img img {
    min-width: 55%;
    max-width: 55%;
    min-height: 100% !important;
    max-height: 100% !important;
    object-fit: fill;
    position: absolute;
    top: 0;
    right: 0;
}

/*content&img Section Css End Here*/
/*services Section Css End Here*/
.services-sec-wrap {
    padding: 50px 0 120px 0;
    overflow: hidden;
    background: #E8E8E8;
}

.services-sec-wrap .service-content {
    margin: 0 0 60px 0;
}

.services-sec-wrap .service-content h2,
.services-sec-wrap .service-content h3,
.services-sec-wrap .service-content h4,
.services-sec-wrap .service-content h5,
.services-sec-wrap .service-content h6 {
    font-family: "Vogie-Extra-Bold";
    color: #151C22;
    font-size: 57px;
    line-height: 100px;
    text-align: center;
}

.services-sec-wrap .service-content h2 span,
.services-sec-wrap .service-content h3 span,
.services-sec-wrap .service-content h4 span,
.services-sec-wrap .service-content h5 span,
.services-sec-wrap .service-content h6 span {
    color: #FFC233;
}

.services-sec-wrap .service-content p {
    font-family: "Intelo-SemiBold";
    color: #151C22;
    font-size: 20px;
    line-height: 27px;
    text-transform: capitalize;
    text-align: center;
}

.services-sec-wrap .service-card {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 16%);
    margin: 0 auto;
    border-radius: 13px;
    overflow: hidden;
}

.services-sec-wrap .service-card .main-img img {
    min-width: 100%;
    max-width: 100%;
    min-height: 255px;
    max-height: 255px;
    object-fit: cover;
    position: relative;
}

.services-sec-wrap .service-card .desc {
    padding: 10px 20px;
}

.services-sec-wrap .service-card .desc .service-title {
    font-family: "Intelo-ExtraBold";
    color: #151C22;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 5px 0;
    min-height: 46px;
    max-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.services-sec-wrap .service-card .desc .service-title a {
    color: #151C22;
}

.services-sec-wrap .service-card .desc p {
    font-family: "Intelo-SemiBold";
    color: #151C22;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    text-align: center;
    min-height: 100px;
    max-height: 100px;
    overflow-y: scroll;
}

.services-sec-wrap .service-slider .owl-nav .owl-prev,
.services-sec-wrap .service-slider .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.services-sec-wrap .service-slider .owl-nav .owl-prev,
.services-sec-wrap .service-slider .owl-nav .owl-next {
    height: 43px;
    width: 43px;
    background: transparent;
    border: 1px solid transparent;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    top: 40%;
    left: -20px;
    color: #000000;
}

.services-sec-wrap .service-slider .owl-nav .owl-prev:hover,
.services-sec-wrap .service-slider .owl-nav .owl-next:hover {
    background: #FFC233;
    border: 1px solid #FFC233;
    color: #fff;
}

.services-sec-wrap .service-slider .owl-nav .owl-next {
    left: auto;
    right: -20px;
}

/*services Section Css End Here*/
/*brands Section Css Start Here*/
.brand-sec-wrap {
    padding: 30px 0;
    overflow: hidden;
    background: #151C22;
}

.brand-sec-wrap .brand-slider img {
    min-width: 175px;
    max-width: 175px;
    min-height: 50px;
    max-height: 50px;
    object-fit: contain;
    margin: 0 auto;
}

/*brands Section Css End Here*/
/*cta Section Css Start Here*/
.cta-sec-wrap {
    padding: 50px 0;
    overflow: hidden;
    background: #FFC233;
}

.cta-sec-wrap .content h2,
.cta-sec-wrap .content h3,
.cta-sec-wrap .content h4,
.cta-sec-wrap .content h5 {
    font-family: "Vogie-Extra-Bold";
    color: #151C22;
    font-size: 51px;
    line-height: 50px;
    margin: 0 0 5px 0;
}

.cta-sec-wrap .content p {
    font-family: "Intelo-ExtraBold";
    color: #151C22;
    font-size: 16px;
    line-height: 28px;
    text-transform: capitalize;
}

.cta-sec-wrap .cta-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 9px;
}

.cta-sec-wrap .cta-btns .btn-contact {
    font-family: "Intelo-Bold";
    font-size: 20px;
    line-height: 25px;
    color: #FFFDFD;
    text-transform: capitalize;
    background-color: #151C22;
    height: 50px;
    border: 1px solid #151C22;
    width: 180px;
}

.cta-sec-wrap .cta-btns .btn-started {
    font-family: "Intelo-Bold";
    font-size: 20px;
    line-height: 25px;
    color: #151C22;
    text-transform: capitalize;
    background: transparent;
    height: 50px;
    border: 2px solid #151C22;
    border-radius: 0px;
    width: 180px;
}

/*cta Section Css Start Here*/

/*choose Section Css Start Here*/
.choose-sec-wrap {
    padding: 50px 0;
    overflow: hidden;
    background: #070709;
}

.choose-sec-wrap .title {
    margin: 0 0 36px 0;
}

.choose-sec-wrap .title h2,
.choose-sec-wrap .title h3,
.choose-sec-wrap .title h4,
.choose-sec-wrap .title h5,
.choose-sec-wrap .title h6 {
    font-family: "Vogie-Extra-Bold";
    color: #E8E8E8;
    font-size: 57px;
    line-height: 100px;
    margin: 0 0 10px 0;
    text-align: center;
}

.choose-sec-wrap .title h2 span,
.choose-sec-wrap .title h3 span,
.choose-sec-wrap .title h4 span,
.choose-sec-wrap .title h5 span,
.choose-sec-wrap .title h6 span {
    color: #FFC233;
}

.choose-sec-wrap .title p {
    font-family: "Intelo-Regular";
    color: #E8E8E8;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    text-align: center;
}

.choose-sec-wrap .choose-card {
    background: #151C22;
    padding: 40px 40px;
    margin: 0 30px 73px 0;
    transition: all .3s ease-in-out;
}

.choose-sec-wrap .choose-card:hover {
    transform: translateY(-10px);
}

.choose-sec-wrap .choose-card .main-img img {
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
    object-fit: contain;
}

.choose-sec-wrap .choose-card .desc h3,
.choose-sec-wrap .choose-card .desc h4,
.choose-sec-wrap .choose-card .desc h5,
.choose-sec-wrap .choose-card .desc h6 {
    font-family: "Intelo-ExtraBold";
    color: #E8E8E8;
    font-size: 20px;
    line-height: 25px;
    margin: 29px 0 8px 0;
}

.choose-sec-wrap .choose-card .desc p {
    font-family: "Intelo-SemiBold";
    color: #E8E8E8;
    font-size: 16px;
    line-height: 27px;
    text-transform: capitalize;
    min-height: 100px;
    max-height: 100px;
    overflow-y: scroll;
}

/*choose Section Css End Here*/
/*Portfolio Section Css Start Here*/
.portfolio-sec-wrap {
    background: #151C22;
    padding: 80px 0;
    overflow: hidden;
}

.portfolio-sec-wrap .content {
    margin: 0 0 40px 0;
}

.portfolio-sec-wrap .content h3 {
    font-family: "Vogie-Extra-Bold";
    font-size: 57px;
    line-height: 100px;
    color: #E8E8E8;
    text-align: center;
}

.portfolio-sec-wrap .content h3 span {
    color: #FFC233;
}

.portfolio-sec-wrap .content p {
    font-family: "Intelo-Bold";
    color: #E8E8E8;
    font-size: 20px;
    line-height: 27px;
    text-transform: capitalize;
    text-align: center;
}

.portfolio-sec-wrap .portfolio-tab .nav {
    justify-content: center;
    gap: 149px;
    position: relative;
    padding: 0 0 28.5px 0;
}

.portfolio-sec-wrap .portfolio-tab .nav::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #E8E8E8;
}

.portfolio-sec-wrap .portfolio-tab .nav .nav-item .nav-link {
    color: #E8E8E8;
    font-family: "Intelo-Bold";
    font-size: 20px;
    background: transparent;
    border-radius: 0px;
    border: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.portfolio-sec-wrap .portfolio-tab .nav .nav-item .nav-link:hover {
    color: #FFC233;
}

.portfolio-sec-wrap .portfolio-tab .nav .nav-item .nav-link.active {
    color: #FFC233;
}

.portfolio-sec-wrap .portfolio-tab .nav .nav-item .nav-link.active::before {
    position: absolute;
    content: '';
    bottom: -29px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #FFC233;
}

.portfolio-sec-wrap .tab-content .portfolio-img img {
    min-width: 100%;
    max-width: 100%;
    min-height: 349px;
    max-height: 349px;
    object-fit: cover;
}

/*Portfolio Section Css End Here*/
/*rivew Section Css Start Here*/
.review {
    background: #070709;
    padding: 90px 0;
}

.review h6 {
    font-family: "Intelo-Regular";
    color: #FFC233;
    font-size: 20px;
    line-height: 27px;
    text-transform: capitalize;
    text-align: center;
}

.review h2,
.review h3,
.review h4,
.review h5 {
    font-family: "Vogie-Extra-Bold";
    font-size: 56px;
    color: #E8E8E8;
    text-align: center;
}

.review h2 span,
.review h3 span,
.review h4 span,
.review h5 span {
    color: #FFC233;
}

.review #review_slider .wrap .client-card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 30px;
    padding: 21px 0 0 0;
    border-top: 1px solid #FFFFFD;
    width: 461px;
    margin: 16.5px auto 0;
}

.review #review_slider .wrap .client-card .main-img img {
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
    object-fit: contain;
}

.review #review_slider .wrap .client-card .desc h3 {
    font-family: "Intelo-Bold";
    color: #E8E8E8;
    font-size: 30px;
    line-height: 40px;
}

.review #review_slider .wrap .client-card .desc h5 {
    font-family: "Intelo-SemiBold";
    color: #E8E8E8;
    font-size: 20px;
    line-height: 24px;
}

.review #review_slider .wrap .text {
    font-family: "Intelo-Light";
    color: #E8E8E8;
    font-size: 20px;
    line-height: 27px;
    text-transform: capitalize;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.review #review_slider .owl-nav .owl-prev,
.review #review_slider .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.review #review_slider .owl-nav .owl-prev,
.review #review_slider .owl-nav .owl-next {
    height: 43px;
    width: 43px;
    background: transparent;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    top: 40%;
    left: -20px;
    color: #FFFFFD;
}

.review #review_slider .owl-nav .owl-prev:hover,
.review #review_slider .owl-nav .owl-next:hover {
    background: #FFC233;
    border: 1px solid #FFC233;
    color: #fff;
}

.review #review_slider .owl-nav .owl-next {
    left: auto;
    right: -20px;
}

/*rivew Section Css End Here*/
/*FAQS Section Css Start Here*/
.faqs-sec-wrap {
    padding: 50px 0;
    overflow: hidden;
    background: #151C22;
}

.faqs-sec-wrap.contact-pg {
    background: #070709;
}

.faqs-sec-wrap .faq-title {
    margin: 0 0 32px 0;
}

.faqs-sec-wrap .faq-title .title {
    font-family: "Vogie-Extra-Bold";
    color: #E8E8E8;
    font-size: 100px;
    line-height: 60px;
    text-align: center;
}

.faqs-sec-wrap .faq-title .title span {
    color: #FFC233;
}

.faqs-sec-wrap .faq-title p {
    font-family: "Intelo-Light";
    color: #E8E8E8;
    font-size: 20px;
    line-height: 27px;
    text-transform: unset;
}

.faqs-sec-item .accordion .accordion-item {
    margin: 0 0 0px;
    border-radius: 0px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #E8E8E8;
}

.faqs-sec-item .accordion-item .accordion-header button.accordion-button {
    font-family: "Intelo-Bold";
    background: transparent;
    color: #E8E8E8;
    font-size: 24px;
    line-height: 40px;
    box-shadow: none;
    border-radius: 0px;
    padding: 25px 0;
    display: flex;
    align-items: center;
    margin: 0;
    text-transform: capitalize;
}

.faqs-sec-item .accordion-item .accordion-header .accordion-button::after {
    content: '\2b';
    font-family: 'Font Awesome 6 Pro';
    background: transparent;
    color: #FBFBFB;
    font-size: 22px;
    border-radius: 0px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-weight: 600;
    transition: all .3s ease-in-out;
}

.faqs-sec-item .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: '\f068';
    font-family: 'Font Awesome 6 Pro';
    transform: rotate(0deg);
}

.faqs-sec-item .accordion-item .accordion-collapse .accordion-body {
    font-family: "Intelo-SemiBold";
    background: transparent;
    color: #E8E8E8;
    font-size: 17px;
    line-height: 27px;
    margin: 0;
    padding: 0 0 33.5px 0;
    border-radius: 0px;
}

/*FAQS Section Css End Here*/
/*amazon-form Section Css Start Here*/
.amazon-sec-wrap {
    padding: 90px 0;
    overflow: hidden;
    background: #070709;
}

.amazon-sec-wrap .ama-content {
    background: #151C22;
    padding: 30px 30px;
}

.amazon-sec-wrap .ama-content h2,
.amazon-sec-wrap .ama-content h3,
.amazon-sec-wrap .ama-content h4,
.amazon-sec-wrap .ama-content h5 {
    font-family: "Vogie-Extra-Bold";
    font-size: 44px;
    line-height: 43px;
    color: #E8E8E8;
    text-transform: capitalize;
    margin: 0 0 10px 0;
}

.amazon-sec-wrap .ama-content h2 span,
.amazon-sec-wrap .ama-content h3 span,
.amazon-sec-wrap .ama-content h4 span,
.amazon-sec-wrap .ama-content h5 span {
    color: #FFC233;
}

.amazon-sec-wrap .ama-content p {
    font-family: "Intelo-SemiBold";
    font-size: 18px;
    color: #E8E8E8;
    line-height: 31px;
    text-transform: capitalize;
    margin: 0 0 29px 0;
}

.amazon-sec-wrap .amazon-list ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 16px;
    margin: 0 0 60px 0;
}

.amazon-sec-wrap .amazon-list ul li {
    position: relative;
    font-family: "Intelo-SemiBold";
    font-size: 14px;
    color: #E8E8E8;
    line-height: 19px;
    text-transform: capitalize;
    padding: 0 0 0 35px;
}

.amazon-sec-wrap .amazon-list ul li::before {
    content: '\f0c8';
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Font Awesome 6 Pro';
    height: 100%;
    display: flex;
    align-items: center;
    color: #f7c436;
    font-weight: 900;
}

.amazon-sec-wrap .amazon-list ul li .amazon-box h4 {
    font-family: "Intelo-ExtraBold";
    color: #FFC233;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 5px 0;
}

.amazon-sec-wrap .amazon-list ul li .amazon-box p {
    font-family: "Intelo-SemiBold";
    font-size: 14px;
    color: #E8E8E8;
    line-height: 19px;
    text-transform: capitalize;
}

.amazon-sec-wrap .amazon-btn .btn-amazon {
    font-family: "Intelo-Bold";
    font-size: 20px;
    color: #151C22;
    text-transform: capitalize;
    background-color: #FFC233;
    height: 50px;
    border: 1px solid #FFC233;
    width: 180px;
}

.amazon-sec-wrap .main-img img {
    min-width: 100%;
    max-width: 100%;
    min-height: 313px;
    max-height: 313px;
    object-fit: contain;
}

.amazon-sec-wrap .amazon-form {
    padding: 50px 40px;
    position: relative;
    background: #FFC233;
}

.amazon-sec-wrap .amazon-form h2 {
    font-family: "Vogie-Extra-Bold";
    font-size: 100px;
    color: #151C22;
    line-height: 80px;
    text-transform: capitalize;
    margin: 0 0 10px 0;
}

.amazon-sec-wrap .amazon-form p {
    font-family: "Intelo-SemiBold";
    font-size: 20px;
    color: #151C22;
    line-height: 27px;
    text-transform: capitalize;
    margin: 0 0 11.5px 0;
}

.amazon-sec-wrap .amazon-form .form-group {
    margin: 0 0 35.5px 0;
}

.amazon-sec-wrap .amazon-form .form-group input.form-control {
    font-family: "Intelo-SemiBold";
    border: none;
    border-bottom: 2px solid #151C22;
    border-radius: 0px;
    background: transparent;
    height: 60px;
    color: #151C22;
    font-size: 20px;
    text-transform: capitalize;
}

.amazon-sec-wrap .amazon-form .form-group textarea.form-control {
    font-family: "Intelo-SemiBold";
    border: none;
    border-bottom: 2px solid #151C22;
    border-radius: 0px;
    background: transparent;
    height: 82px;
    color: #151C22;
    font-size: 20px;
    text-transform: capitalize;
    resize: none;
}

.amazon-sec-wrap .amazon-form .form-btn {
    margin: 30px 0 0 0;
}

.amazon-sec-wrap .amazon-form .form-btn .btn-submit {
    font-family: "Intelo-Bold";
    font-size: 20px;
    color: #FFFDFD;
    text-transform: capitalize;
    background-color: #151C22;
    height: 50px;
    border: 1px solid #151C22;
    width: 180px;
}

/*amazon-form Section Css End Here*/
/***************************** home-page close *****************************/
/***************************** inner-banner-pages close *****************************/
/* banner start */
.inner-banner-sec {
    padding: 163px 0 50px 0;
    overflow: hidden;
    background: linear-gradient(45deg, #151c22, #000000);
    position: relative;
    z-index: 1;
}

.inner-banner-sec .banner-content h1 {
    font-family: "Vogie-Extra-Bold";
    color: #E8E8E8;
    font-size: 65px;
    line-height: 69px;
    text-transform: capitalize;
    margin: 0 0 10px 0;
}

.inner-banner-sec .banner-content h1 span {
    color: #FFC233;
}

.inner-banner-sec .banner-content p {
    font-family: "Intelo-SemiBold";
    color: #FFFDFD;
    font-size: 17px;
    line-height: 27px;
    text-transform: capitalize;
}

.inner-banner-sec .banner-content .banner-btns {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 24px;
    margin: 60px 0 0 0;
}

.inner-banner-sec .banner-content .banner-btns .btn-contact {
    font-family: "Intelo-Bold";
    font-size: 20px;
    color: #151C22;
    text-transform: capitalize;
    background-color: #FFC233;
    height: 50px;
    border: 1px solid #FFC233;
    width: 180px;
    border-radius: 8px;
}

.inner-banner-sec .banner-content .banner-btns .btn-started {
    font-family: "Intelo-Bold";
    font-size: 20px;
    color: #E8E8E8;
    text-transform: capitalize;
    background: transparent;
    height: 50px;
    border: 1px solid #E8E8E8;
    width: 180px;
    border-radius: 8px;
}

.inner-banner-sec .banner-form {
    padding: 16px 50px 45px;
    background: #FFC233;
    position: relative;
    width: 494px;
    border-radius: 8px;
}

.inner-banner-sec .banner-form::before {
    position: absolute;
    content: '';
    background: #151C22;
    width: 674px;
    height: 674px;
    border-radius: 100%;
    z-index: -1;
    left: 16%;
    top: 24%;
}

.inner-banner-sec .banner-form h2 {
    font-family: "Vogie-Extra-Bold";
    font-size: 44px;
    color: #151C22;
    line-height: 52px;
    text-transform: capitalize;
}

.inner-banner-sec .banner-form p {
    font-family: "Intelo-SemiBold";
    font-size: 16px;
    color: #151C22;
    line-height: 21px;
    text-transform: capitalize;
    margin: 0 0 20px 0;
}

.inner-banner-sec .banner-form .form-group {
    margin: 0 0 35.5px 0;
}

.inner-banner-sec .banner-form .form-group input.form-control {
    font-family: "Intelo-SemiBold";
    border: none;
    border-bottom: 2px solid #151C22;
    border-radius: 0px;
    background: transparent;
    height: 40px;
    color: #151C22;
    font-size: 16px;
    text-transform: capitalize;
}

.inner-banner-sec .banner-form .form-group textarea.form-control {
    font-family: "Intelo-SemiBold";
    border: none;
    border-bottom: 2px solid #151C22;
    border-radius: 0px;
    background: transparent;
    height: 100px;
    color: #151C22;
    font-size: 20px;
    text-transform: capitalize;
    resize: none;
}

.inner-banner-sec .banner-form .form-btn .btn-submit {
    font-family: "Intelo-Bold";
    font-size: 20px;
    color: #FFFDFD;
    text-transform: capitalize;
    background-color: #151C22;
    height: 50px;
    border: 1px solid #151C22;
    width: 180px;
    border-radius: 8px;
}

/* banner start */
/***************************** inner-banner-pages close *****************************/
/* service-page-css-Start *******/
.services-sec-wrap.inner-pg {
    background: #151C22;
}

.services-sec-wrap.inner-pg .service-content h2,
.services-sec-wrap.inner-pg .service-content h3,
.services-sec-wrap.inner-pg .service-content h4,
.services-sec-wrap.inner-pg .service-content h5,
.services-sec-wrap.inner-pg .service-content h6 {
    color: #E8E8E8;
}

.services-sec-wrap.inner-pg .service-content p {
    color: #E8E8E8;
}

/* service-page-css-End *******/
/* privacy & terms-condition-page-css-End *******/
.privacy-term-sec {
    padding: 150px 0 50px 0;
    overflow: hidden;
}
.privacy-term-sec .head{
    margin: 0 0 30px 0;
}
.privacy-term-sec .head h1{
    font-family: "Vogie-Extra-Bold";
    color: #151C22;
    font-size: 100px;
    line-height: 100px;
    text-align: center;
    margin: 0 0 30px 0;
}
.privacy-term-sec .head h1 span{
    color: #FFC233;
}
.privacy-term-sec .head p{
    font-family: "Intelo-SemiBold";
    color: #151C22;
    font-size: 20px;
    line-height: 27px;
    text-transform: capitalize;
    text-align: center;
}

.privacy-term-sec .content h2 {
    font-family: "Vogie-Extra-Bold";
    color: #151C22;
    font-size: 32px;
    line-height: 60px;
    margin: 0 0 10px 0;
}

.privacy-term-sec .content h5 {
    font-family: "Intelo-ExtraBold";
    color: #151C22;
    font-size: 23px;
    line-height: 23px;
}

.privacy-term-sec .content h6 {
    font-family: "Intelo-ExtraBold";
    color: #151C22;
    font-size: 20px;
    line-height: 25px;
}

.privacy-term-sec .content ul {
    margin: 10px 0;
    padding: 0 0 0 30px;
}

.privacy-term-sec .content ul.sub-list li::before{
    content: '\f105';
}

.privacy-term-sec .content ul li {
    font-family: "Intelo-Regular";
    color: #151C22;
    font-size: 14px;
    margin: 0 0 7px 0;
    text-transform: capitalize;
    padding: 0 0 0 25px;
    position: relative;
}

.privacy-term-sec .content ul li::before {
    content: '\f058';
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Font Awesome 6 Pro';
}

.privacy-term-sec .content ul li a {
    font-family: "Intelo-ExtraBold";
    color: #151C22;
    text-transform: lowercase;
    transition: all .3s ease-in-out;
}

.privacy-term-sec .content ul li a:hover {
    color: #FFC233;
}

.privacy-term-sec .content ul li span {
    font-family: "Noir-Medium";
    font-size: 20px;
}

.privacy-term-sec .content p {
    font-family: "Intelo-Regular";
    color: #1A3236;
    font-size: 18px;
    line-height: 27px;
    text-transform: unset;
    margin: 10px 0;
}

.privacy-term-sec .content p a {
    font-family: "Noir-Medium";
    color: #151C22;
    font-size: 20px;
    line-height: 25px;
    transition: all .3s ease-in-out;
}

.privacy-term-sec .content p a:hover {
    color: #FFC233;
}

/* privacy & terms-condition-page-css-End *******/
/* about-page-css-Start *******/
.counter-sec-wrap {
    padding: 50px 0;
    overflow: hidden;
    background: #E8E8E8;
}

.counter-sec-wrap .counter-card h2 {
    font-family: "Vogie-Extra-Bold";
    color: #151C22;
    font-size: 80px;
    line-height: 50px;
    text-align: center;
    margin: 0 0 5px 0;
}

.counter-sec-wrap .counter-card h5 {
    font-family: "Intelo-ExtraBold";
    color: #151C22;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

/* about-page-css-End *******/
/* contact-page-css-Start *******/

.hier-sec-wrap .contact-form .form-group {
    background: #E8E8E8;
    border: 1px solid #2B2B2B;
    margin: 0 0 27px 0;
}

.hier-sec-wrap .contact-form .form-group label {
    color: #404040;
    font-family: "Noir-Regular";
    font-size: 16px;
    line-height: 19px;
    padding: 0 0 0 20px;
}

.hier-sec-wrap .contact-form .form-group .form-control {
    background: transparent;
    border: none;
    font-family: "Intelo-SemiBold";
    border-radius: 0px;
    color: #151C22;
    font-size: 20px;
    text-transform: capitalize;
    padding: 5px 20px 15px 20px;
}

.hier-sec-wrap .contact-form .form-group .form-control::placeholder {
    font-family: "Noir-Light";
    color: #A4A6A7;
    font-size: 18px;
    line-height: 22px;
}

.hier-sec-wrap .contact-form .form-btn .btn-submit {
    font-family: "Intelo-Bold";
    font-size: 20px;
    color: #151C22;
    text-transform: capitalize;
    background-color: #FFC233;
    height: 50px;
    border: 1px solid #FFC233;
    width: 180px;
}

/* contact-page-css-End *******/
.get_quote {
    display: none; /* Hide by default */
    position: fixed;
    bottom: 59px;
    left: 59px;
    background: #fff;
    padding: 11px 14px;
    border-radius: 7px;
    box-shadow: 0 0 10px rgb(253 120 4 / 0%);
    z-index: 9999;
    border: 2px solid #ffc233;
    font-family: 'Intelo-Regular';
    font-size: 14px;
    text-transform: capitalize;
}
 
.get_quote a {
    display: block;
    color: #fff;
    text-decoration: none;
    background: #151c22;
    padding: 9px 42px;
    border-radius: 5px;
    margin: 6px 0;
    text-align: center;
}
 
.get_quote_btns {
    /* display: none; */ /* Hide by default */
    position: fixed;
    bottom: 18px;
    left: 39px;
    background: #ffc233;
    color: #151c22;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 18px;
    cursor: pointer;
    z-index: 10000;
}
/***************************** inner-pages close *****************************/

@media only screen and (min-width: 1600px) and (max-width: 1920px) {}
@media only screen and (min-width: 1445px) and (max-width: 1599px) {
    /***************** responsive start **************/

    /***************** header responsive start **************/
    header .header-btm .navbar .navbar-nav {
        gap: 70px;
        margin: 0 60px 0 0;
    }

    /***************** header responsive start **************/
    /***************** home-page responsive start **************/
    /* banner */
    .home-banner-sec .banner-content h1 {
        font-size: 60px;
        line-height: 60px;
    }

    .home-banner-sec .banner-img img {
        min-width: 550px;
        max-width: 550px;
    }

    /* banner */
    /* hier */
    .hier-sec-wrap .hier-content h2,
    .hier-sec-wrap .hier-content h3,
    .hier-sec-wrap .hier-content h4 {
        font-size: 60px;
        line-height: 60px;
    }

    .hier-sec-wrap .main-img img {
        min-height: 480px !important;
        max-height: 480px !important;
    }

    .hier-sec-wrap .hier-content h2.first::before {
        width: 130px;
        height: 130px;
    }

    /* hier */
    /* service */
    .services-sec-wrap .service-content h2,
    .services-sec-wrap .service-content h3,
    .services-sec-wrap .service-content h4,
    .services-sec-wrap .service-content h5,
    .services-sec-wrap .service-content h6 {
        font-size: 60px;
        line-height: 60px;
    }

    .services-sec-wrap .service-card {
        min-width: 100%;
        max-width: 100%;
    }

    /* service */
    /* form */
    .form-sec-wrap .form-group .form-control {
        width: 100%;
    }

    .form-sec-wrap .form-btn .btn-form {
        width: 100%;
    }

    /* form */
    /* choose */
    .choose-sec-wrap .title h2,
    .choose-sec-wrap .title h3,
    .choose-sec-wrap .title h4,
    .choose-sec-wrap .title h5,
    .choose-sec-wrap .title h6 {
        font-size: 60px;
        line-height: 60px;
    }

    /* choose */
    /* review */
    .review h2,
    .review h3,
    .review h4,
    .review h5 {
        font-size: 60px;
        line-height: 60px;
    }

    /* review */
    /* faqs */
    .faqs-sec-wrap .faq-title .title {
        font-size: 60px;
        line-height: 60px;
    }

    .faqs-sec-item .accordion-item .accordion-header button.accordion-button {
        font-size: 26px;
        line-height: 34px;
    }

    /* faqs */
    /* portfolio */
    .portfolio-sec-wrap .content h3 {
        font-size: 60px;
        line-height: 60px;
    }

    .portfolio-sec-wrap .portfolio-tab .nav {
        gap: 50px;
    }

    .portfolio-sec-wrap .tab-content .portfolio-img img {
        min-height: 300px;
        max-height: 300px;
    }

    /* portfolio */
    /***************** home-page responsive close *************/
    /* amazon */

    .amazon-sec-wrap .amazon-form h2 {
        font-size: 60px;
        line-height: 60px;
    }

    /* amazon */
    /***************** home-page responsive close *************/
    /***************** inner-page responsive Start *************/
    /* inner-banner */
    .inner-banner-sec .banner-content h1 {
        font-size: 60px;
        line-height: 60px;
    }

    .inner-banner-sec .banner-form h2 {
        font-size: 60px;
    }

    .inner-banner-sec .banner-form {
        padding: 20px 20px;
        width: 100%;
    }

    /* inner-banner */
    /***************** inner-page responsive close *************/
}
@media only screen and (min-width: 1400px) and (max-width: 1444px) {

    /***************** responsive start **************/
    .container-fluid {
        padding: 0 6.5rem;
    }

    /* sections-padding */

    /***************** header responsive start **************/
    header .header-btm .navbar .navbar-nav {
        gap: 60px;
        margin: 0 45px 0 0;
    }

    /***************** header responsive start **************/

    /***************** footer responsive start **************/

    footer .footer-bottom .creadits img {
        min-width: 100%;
        max-width: 100%;
    }

    /***************** footer responsive start **************/
    /***************** home-page responsive start **************/
    /* banner */
    .home-banner-sec .banner-content h1 {
        font-size: 60px;
        line-height: 60px;
    }

    .home-banner-sec .banner-img img {
        min-width: 550px;
        max-width: 550px;
    }

    /* banner */
    /* hier */
    .hier-sec-wrap .hier-content h2,
    .hier-sec-wrap .hier-content h3,
    .hier-sec-wrap .hier-content h4 {
        font-size: 60px;
        line-height: 60px;
    }

    .hier-sec-wrap .main-img img {
        min-height: 480px !important;
        max-height: 480px !important;
    }

    .hier-sec-wrap .hier-content h2.first::before {
        width: 130px;
        height: 130px;
    }

    /* hier */
    /* service */
    .services-sec-wrap .service-content h2,
    .services-sec-wrap .service-content h3,
    .services-sec-wrap .service-content h4,
    .services-sec-wrap .service-content h5,
    .services-sec-wrap .service-content h6 {
        font-size: 60px;
        line-height: 60px;
    }

    .services-sec-wrap .service-card {
        min-width: 100%;
        max-width: 100%;
    }

    /* service */
    /* form */
    .form-sec-wrap .form-group .form-control {
        width: 100%;
    }

    .form-sec-wrap .form-btn .btn-form {
        width: 100%;
    }

    /* form */
    /* choose */
    .choose-sec-wrap .title h2,
    .choose-sec-wrap .title h3,
    .choose-sec-wrap .title h4,
    .choose-sec-wrap .title h5,
    .choose-sec-wrap .title h6 {
        font-size: 60px;
        line-height: 60px;
    }

    /* choose */
    /* review */
    .review h2,
    .review h3,
    .review h4,
    .review h5 {
        font-size: 60px;
        line-height: 60px;
    }

    /* review */
    /* faqs */
    .faqs-sec-wrap .faq-title .title {
        font-size: 60px;
        line-height: 60px;
    }

    .faqs-sec-item .accordion-item .accordion-header button.accordion-button {
        font-size: 26px;
        line-height: 34px;
    }

    /* faqs */
    /* portfolio */
    .portfolio-sec-wrap .content h3 {
        font-size: 60px;
        line-height: 60px;
    }

    .portfolio-sec-wrap .portfolio-tab .nav {
        gap: 50px;
    }

    .portfolio-sec-wrap .tab-content .portfolio-img img {
        min-height: 300px;
        max-height: 300px;
    }

    /* portfolio */
    /***************** home-page responsive close *************/
    /* amazon */

    .amazon-sec-wrap .amazon-form h2 {
        font-size: 60px;
        line-height: 60px;
    }

    /* amazon */
    /***************** home-page responsive close *************/
    /***************** inner-page responsive Start *************/
    /* inner-banner */
    .inner-banner-sec .banner-content h1 {
        font-size: 60px;
        line-height: 60px;
    }

    .inner-banner-sec .banner-form h2 {
        font-size: 60px;
    }

    .inner-banner-sec .banner-form {
        padding: 20px 20px;
        width: 100%;
    }

    /* inner-banner */
    /***************** inner-page responsive close *************/
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {

    /***************** responsive start **************/
    .container-fluid {
        padding: 4px 5.5rem;
    }

    /* sections-padding */

    /***************** header responsive start **************/
    header .header-btm .navbar .navbar-nav {
        gap: 40px;
    }

    header .header-btm .navbar .navbar-brand .logo {
        max-height: 84px;
        min-height: 84px;
    }
    /***************** header responsive start **************/

    /***************** footer responsive start **************/
    footer .footer-top .footer-logo ul {
        margin: 30px 0 0 0;
        gap: 0px;
    }

    footer .footer-top .quik-inks ul {
        gap: 4px;
    }

    footer .footer-top .quik-inks ul li a {
        font-size: 14px;
    }

    footer .footer-bottom .creadits img {
        min-width: 70%;
        max-width: 70%;
    }

    footer .footer-bottom .privacy-links ul li a {
        font-size: 14px;
    }

    /***************** footer responsive start **************/
    /***************** home-page responsive start **************/
    /* banner */
    .home-banner-sec .banner-content h1 {
        font-size: 55px;
        line-height: 55px;
    }

    .home-banner-sec .banner-content .banner-btns {
        gap: 10px;
        margin: 30px 0 0 0;
    }

    .home-banner-sec .banner-img img {
        min-width: 500px;
        max-width: 500px;
    }

    .home-banner-sec .banner-content h6 {
        margin: 40px 0 0 0;
    }

    /* banner */
    /* hier */
    .hier-sec-wrap .hier-content h2,
    .hier-sec-wrap .hier-content h3,
    .hier-sec-wrap .hier-content h5 {
        font-size: 55px;
        line-height: 55px;
    }

    .hier-sec-wrap .hier-content h2.first::before {
        width: 100px;
        height: 100px;
    }

    .hier-sec-wrap .hier-content .hier-btns {
        gap: 5px;
        margin: 20px 0 0 0;
    }

    .hier-sec-wrap .main-img img {
        min-height: 480px !important;
        max-height: 480px !important;
    }

    /* hier */
    /* service */
    .services-sec-wrap .service-content h2,
    .services-sec-wrap .service-content h3,
    .services-sec-wrap .service-content h4,
    .services-sec-wrap .service-content h5,
    .services-sec-wrap .service-content h6 {
        font-size: 55px;
        line-height: 55px;
    }

    .services-sec-wrap .service-card .desc .service-title {
        font-size: 20px;
        line-height: 25px;
        margin: 0 0 10px 0;
    }

    .services-sec-wrap .service-card {
        min-width: 100%;
        max-width: 100%;
    }

    /* service */
    /* brand */
    .brand-sec-wrap .brand-slider img {
        min-width: 150px;
        max-width: 150px;
    }

    /* brand */
    /* form */
    .form-sec-wrap .form-group .form-control {
        width: 100%;
    }

    .form-sec-wrap .form-btn .btn-form {
        width: 100%;
    }

    /* form */
    /* cta */
    .cta-sec-wrap .content h2 {
        font-size: 55px;
        line-height: 50px;
    }

    .cta-sec-wrap .cta-btns {
        gap: 10px;
    }

    .cta-sec-wrap .cta-btns .btn-contact,
    .cta-sec-wrap .cta-btns .btn-started {
        font-size: 15px;
    }

    /* cta */
    /* choose */
    .choose-sec-wrap .title h2,
    .choose-sec-wrap .title h3,
    .choose-sec-wrap .title h4,
    .choose-sec-wrap .title h5,
    .choose-sec-wrap .title h6 {
        font-size: 55px;
        line-height: 55px;
        margin: 0 0 10px 0;
    }

    .choose-sec-wrap .choose-bottom {
        margin: 10px 0 0 0;
    }

    .choose-sec-wrap .choose-card {
        margin: 0 0 12px 0;
    }

    /* choose */
    /* portfolio */
    .portfolio-sec-wrap {
        padding: 50px 0;
    }

    .portfolio-sec-wrap .content h3 {
        font-size: 55px;
        line-height: 55px;
    }

    .portfolio-sec-wrap .portfolio-tab .nav {
        gap: 40px;
    }

    .portfolio-sec-wrap .tab-content .portfolio-img img {
        min-height: 300px;
        max-height: 300px;
    }

    /* portfolio */
    /* review */
    .review h2,
    .review h3,
    .review h4,
    .review h5 {
        font-size: 55px;
        line-height: 55px;
    }

    .review #review_slider .wrap {
        margin: 30px 0 0 0;
    }

    .review #review_slider .wrap .client-card .desc h3 {
        font-size: 22px;
        line-height: 28px;
    }

    .review #review_slider .wrap .client-card .desc h5 {
        font-size: 18px;
        line-height: 23px;
    }

    /* review */
    /* faqs */
    .faqs-sec-wrap .faq-title .title {
        font-size: 55px;
        line-height: 55px;
    }

    .faqs-sec-wrap .faq-title {
        margin: 0 0 15px 0;
    }

    .faqs-sec-item .accordion-item .accordion-header button.accordion-button {
        font-size: 26px;
        line-height: 34px;
        padding: 15px 0;
    }

    /* faqs */
    /* amazon */
    .amazon-sec-wrap {
        padding: 50px 0;
    }

    .amazon-sec-wrap .ama-content h2,
    .amazon-sec-wrap .ama-content h3,
    .amazon-sec-wrap .ama-content h4,
    .amazon-sec-wrap .ama-content h5 {
        font-size: 55px;
        line-height: 50px;
    }

    .amazon-sec-wrap .amazon-form h2 {
        font-size: 55px;
        line-height: 55px;
    }

    /* amazon */
    /***************** home-page responsive close *************/
    /***************** inner-page responsive close *************/
    /* inner-banner */
    .inner-banner-sec .banner-content h1 {
        font-size: 55px;
        line-height: 55px;
    }

    .inner-banner-sec .banner-form h2 {
        font-size: 55px;
    }

    .inner-banner-sec .banner-form {
        padding: 20px 20px;
        width: 100%;
    }

    /* inner-banner */
    /* privacy policy & terms condition page */
    .privacy-term-sec .content h2 {
        font-size: 40px;
        line-height: 50px;
    }

    /* privacy policy & terms condition page */
    /***************** inner-page responsive close *************/
    footer .footer-bottom .copyright p {
        font-size: 14px;
    }
    
    footer .footer-top .quik-inks h4 {
        font-size: 23px;
        margin: 0 0 5px 0;
    }
    
    footer .footer-top .quik-inks h5 {
        font-size: 23px;
        margin: 0px 0 5px 0;
    }
    
    footer .footer-top .quik-inks p {
        font-size: 14px;
    }
    
    footer .footer-top .footer-logo ul li a {
        font-size: 20px;
        width: 40px;
        height: 40px;
    }
    
    footer .footer-top .footer-logo img {
        width: 150px;
    }
    
    footer .footer-top .quik-inks .contact_wrp li, footer .footer-top .quik-inks .contact_wrp li a {
        font-size: 14px;
        line-height: 24px;
    }
    
    footer .footer-top .quik-inks .contact_wrp li i {
        font-size: 25px;
        margin: 0px 5px 0px 0px;
    }
    
    footer .footer-top .quik-inks .chat-btn {
        margin: 10px 0 0 0;
    }
    
    footer .footer-top .quik-inks .contact_wrp {
        margin: 30px 0px 0px;
        gap: 15px;
    }
    
    footer .footer-top .quik-inks .chat-btn .btn-chat {
        font-size: 15px;
        width: 43%;
    }
    
    footer .footer-top {
        padding: 35px 0 25px;
    }
    
    footer .footer-bottom {
        padding: 10px;
    }
    
    header .header-btm .navbar .navbar-nav .nav-item .nav-link {
        font-size: 16px;
        line-height: 26px;
    }
    
    header .header-btm .side-ul .sd-li .btn-started {
        font-size: 14px;
        height: 40px;
        width: 144px;
    }
    
    header .dropdown-item {
        padding: 7px 10px;
        font-size: 16px;
        font-family: "Noir-Regular";
    }

}
@media only screen and (min-width: 992px) and (max-width: 1199px) {

    /***************** responsive start **************/
    .container-fluid {
        padding: 0 60px;
    }

    /* sections-padding */

    /***************** header responsive start **************/
    header .header-btm .navbar .navbar-nav {
        gap: 25px;
        margin: 0 25px 0 0;
    }
    header .header-btm .navbar .navbar-brand .logo {
        max-height: 80px;
        min-height: 80px;
    }

    header .header-btm .navbar .navbar-nav .nav-item .nav-link {
        font-size: 18px;
    }

    header .header-btm .side-ul .sd-li .btn-started {
        font-size: 18px;
        width: 180px;
    }

    /***************** header responsive start **************/

    /***************** footer responsive start **************/
    footer .footer-top {
        padding: 50px 0;
    }

    footer .footer-top .footer-logo img {
        min-width: 100%;
        max-width: 100%;
    }

    footer .footer-top .footer-logo ul {
        margin: 30px 0 0 0;
        gap: 20px;
    }

    footer .footer-top .quik-inks.last {
        margin: 0;
        width: 100%;
    }

    footer .footer-top .quik-inks h4 {
        margin: 0 0 20px 0;
    }

    footer .footer-top .quik-inks h5 {
        margin: 0 0 20px 0;
    }

    footer .footer-top .quik-inks ul {
        gap: 5px;
    }

    footer .footer-top .quik-inks ul li a {
        font-size: 18px;
    }

    footer .footer-top .quik-inks .chat-btn {
        margin: 10px 0 0 0;
    }

    footer .footer-bottom .creadits img {
        min-width: 100%;
        max-width: 100%;
    }

    footer .footer-bottom .privacy-links ul {
        justify-content: flex-start;
    }

    footer .footer-bottom .privacy-links ul li a {
        font-size: 14px;
    }

    footer .footer-bottom .copyright p {
        font-size: 14px;
    }

    /***************** footer responsive start **************/
    /***************** home-page responsive start **************/
    /* banner */
    .home-banner-sec .banner-content h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .home-banner-sec .banner-content .banner-btns {
        gap: 5px;
        margin: 20px 0 0 0;
    }

    .home-banner-sec .banner-content h6 {
        margin: 30px 0 0 0;
    }

    .home-banner-sec .banner-img img {
        min-width: 500px;
        max-width: 500px;
        min-height: fit-content;
        max-height: 565px;
    }

    /* banner */
    /* brand */
    .brand-sec-wrap .brand-slider img {
        min-width: 150px;
        max-width: 150px;
    }

    /* brand */
    /* hier */
    .hier-sec-wrap .hier-content h2,
    .hier-sec-wrap .hier-content h3,
    .hier-sec-wrap .hier-content h4 {
        font-size: 50px;
        line-height: 50px;
        margin: 0 0 10px 0;
    }

    .hier-sec-wrap .hier-content h2.first::before {
        width: 150px;
        height: 150px;
    }


    .hier-sec-wrap .hier-content .hier-btns {
        gap: 5px;
        margin: 20px 0 0 0;
    }

    .hier-sec-wrap .main-img img {
        min-height: 480px !important;
        max-height: 480px !important;
    }

    .hier-sec-wrap .hier-content ul {
        width: 100%;
    }

    /* hier */
    /* service */
    .services-sec-wrap {
        padding: 50px 0 80px 0;
    }

    .services-sec-wrap .service-content {
        margin: 0 0 25px 0;
    }

    .services-sec-wrap .service-content h2,
    .services-sec-wrap .service-content h3,
    .services-sec-wrap .service-content h4,
    .services-sec-wrap .service-content h5,
    .services-sec-wrap .service-content h6 {
        font-size: 50px;
        line-height: 50px;
    }

    .services-sec-wrap .service-card {
        min-width: 100%;
        max-width: 100%;
    }

    .services-sec-wrap .service-card .desc .service-title {
        font-size: 20px;
        line-height: 25px;
        margin: 0 0 10px 0;
    }

    /* service */
    /* form */
    .form-sec-wrap .form-group .form-control {
        width: 100%;
    }

    .form-sec-wrap .form-btn .btn-form {
        width: 100%;
    }

    /* form */
    /* choose */
    .choose-sec-wrap .title h2,
    .choose-sec-wrap .title h3,
    .choose-sec-wrap .title h4,
    .choose-sec-wrap .title h5,
    .choose-sec-wrap .title h6 {
        font-size: 50px;
        line-height: 50px;
    }

    .choose-sec-wrap .choose-bottom {
        margin: 10px 0 0 0;
    }

    .choose-sec-wrap .choose-card {
        margin: 0 0 30px 0;
        padding: 20px 20px;
    }

    /* choose */
    /* portfolio */
    .portfolio-sec-wrap .content h3 {
        font-size: 50px;
        line-height: 50px;
    }

    .portfolio-sec-wrap .portfolio-tab .nav {
        gap: 30px;
    }

    .portfolio-sec-wrap .tab-content .portfolio-img img {
        object-fit: cover;
    }

    /* portfolio */
    /* cta */
    .cta-sec-wrap .content h2,
    .cta-sec-wrap .content h3,
    .cta-sec-wrap .content h4 {
        font-size: 45px;
        line-height: 36px;
    }

    .cta-sec-wrap .cta-btns {
        gap: 20px;
    }

    /* cta */
    /* review */
    .review h2,
    .review h3,
    .review h4,
    .review h5 {
        font-size: 50px;
        line-height: 50px;
    }

    .review #review_slider .wrap {
        margin: 30px 0 0 0;
    }

    .review #review_slider .wrap .client-card .desc h3 {
        font-size: 22px;
        line-height: 28px;
    }

    .review #review_slider .wrap .client-card .desc h5 {
        font-size: 18px;
        line-height: 23px;
    }

    .review #review_slider .wrap .text {
        min-height: auto;
        max-height: 350px;
        overflow-y: scroll;
        padding: 0 10px;
    }

    /* review */
    /* faqs */
    .faqs-sec-wrap .faq-title .title {
        font-size: 50px;
        line-height: 50px;
    }

    .faqs-sec-wrap .faq-title {
        margin: 0 0 15px 0;
    }

    .faqs-sec-item .accordion-item .accordion-header button.accordion-button {
        font-size: 26px;
        line-height: 34px;
        padding: 15px 0;
    }

    /* faqs */
    /* amazon */
    .amazon-sec-wrap .ama-content {
        padding: 10px 10px;
    }

    .amazon-sec-wrap .ama-content h2,
    .amazon-sec-wrap .ama-content h3,
    .amazon-sec-wrap .ama-content h4,
    .amazon-sec-wrap .ama-content h5 {
        font-size: 50px;
        line-height: 50px;
    }

    .amazon-sec-wrap .ama-content p {
        margin: 0 0 10px 0;
    }

    .amazon-sec-wrap .amazon-list ul {
        gap: 10px;
        margin: 10px 0;
    }

    .amazon-sec-wrap .amazon-list ul li {
        padding: 0 0 0 25px;
    }

    .amazon-sec-wrap .amazon-btn .btn-amazon {
        width: 100%;
    }

    .amazon-sec-wrap .main-img {
        margin: 20px 0;
    }

    .amazon-sec-wrap .amazon-form {
        padding: 10px 10px;
    }

    .amazon-sec-wrap .amazon-form h2 {
        font-size: 50px;
        line-height: 50px;
    }

    .amazon-sec-wrap .main-img img {
        min-height: 280px;
        max-height: 280px;
    }

    /* amazon */
    /***************** home-page responsive close *************/
    /***************** inner-page responsive close *************/
    /* inner-banner */
    .inner-banner-sec {
        padding: 120px 0 10px 0;
    }

    .inner-banner-sec .banner-content h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .inner-banner-sec .banner-content .banner-btns {
        gap: 10px;
        margin: 20px 0;
    }

    .inner-banner-sec .banner-form {
        padding: 10px 10px;
        width: 100%;
    }

    .inner-banner-sec .banner-form h2 {
        font-size: 50px;
        line-height: 50px;
    }

    .inner-banner-sec .banner-form .form-group {
        margin: 0 0 10px 0;
    }

    /* inner-banner */

    /* privacy policy & terms condition page */
    .privacy-term-sec .content h2 {
        font-size: 40px;
        line-height: 50px;
    }

    /* privacy policy & terms condition page */
    /***************** inner-page responsive close *************/
}
@media only screen and (min-width: 768px) and (max-width: 991px) {

    /***************** responsive start **************/
    .form-control::-webkit-input-placeholder {
        font-size: 16px !important;
    }

    .form-control::-moz-placeholder {
        font-size: 16px !important;
    }

    .form-control:-ms-input-placeholder {
        font-size: 16px !important;
    }

    .form-control:-moz-placeholder {
        font-size: 16px !important;
    }

    .container-fluid {
        padding: 0 60px;
    }

    p {
        font-size: 16px !important;
        line-height: 21px !important;
    }

    /* sections-padding */
    .brand-sec-wrap,
    .hier-sec-wrap,
    .services-sec-wrap,
    .form-sec-wrap,
    .choose-sec-wrap,
    .faqs-sec-wrap,
    .cta-sec-wrap,
    .portfolio-sec-wrap,
    .amazon-sec-wrap,
    .counter-sec-wrap,
    .review {
        padding: 30px 0;
    }

    /* sections-padding */

    /***************** header responsive start **************/
    header .header-btm .navbar {
        padding: 10px 0;
    }

    header .header-btm .navbar .navbar-brand .logo {
        min-width: 200px;
        max-width: 200px;
    }

    header .header-btm .navbar .navbar-nav {
        align-items: center;
        gap: 15px;
        margin: 0;
        padding: 20px 0 0 0;
    }

    header .sticky .navbar-collapse {
        background: inherit;
    }

    header .header-btm .side-ul {
        justify-content: center;
        margin: 10px 0 0 0;
    }

    /***************** header responsive start **************/

    /***************** footer responsive start **************/
    footer .footer-top {
        padding: 30px 0;
    }

    footer .footer-top .footer-logo ul {
        margin: 20px 0;
        gap: 20px;
    }

    footer .footer-top .quik-inks {
        margin: 0 0 20px 0;
    }

    footer .footer-top .quik-inks.last {
        margin: 0;
    }

    footer .footer-top .quik-inks h4 {
        font-size: 20px;
        margin: 0 0 15px 0;
    }

    footer .footer-top .quik-inks h5 {
        font-size: 20px;
        margin: 0 0 15px 0;
    }

    footer .footer-top .quik-inks ul {
        gap: 5px;
    }

    footer .footer-top .quik-inks ul li a {
        font-size: 16px;
    }

    footer .footer-top .quik-inks .chat-btn {
        margin: 10px 0 0 0;
    }

    footer .footer-bottom .creadits img {
        min-width: 100%;
        max-width: 100%;
    }

    footer .footer-bottom .privacy-links {
        margin: 10px 0 0 0;
    }

    footer .footer-bottom .privacy-links ul li a {
        font-size: 16px;
    }

    /***************** footer responsive start **************/
    /***************** home-page responsive start **************/
    /* banner */
    .home-banner-sec {
        padding: 145px 0 50px 0;
    }

    .home-banner-sec .banner-content .sub-title {
        font-size: 18px;
        line-height: 22px;
    }

    .home-banner-sec .banner-content h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .home-banner-sec .banner-content .banner-btns {
        flex-wrap: wrap;
        gap: 5px;
        margin: 20px 0;
    }

    .home-banner-sec .banner-content h6 {
        margin: 20px 0 0 0;
    }

    .home-banner-sec .banner-content .banner-btns .btn-contact,
    .home-banner-sec .banner-content .banner-btns .btn-started {
        width: 100%;
    }

    .home-banner-sec .banner-img img {
        min-width: 100%;
        max-width: 100%;
        min-height: fit-content;
        max-height: 565px;
        object-fit: contain;
        margin: 55px 0;
    }

    /* banner */
    /* brand */
    .brand-sec-wrap .brand-slider img {
        min-width: 120px;
        max-width: 120px;
        min-height: 120px;
        max-height: 120px;
    }

    /* brand */
    /* hier */
    .hier-sec-wrap .hier-content h2,
    .hier-sec-wrap .hier-content h3,
    .hier-sec-wrap .hier-content h4 {
        font-size: 40px;
        line-height: 40px;
        margin: 0 0 10px 0;
    }

    .hier-sec-wrap .hier-content h2.first::before {
        background: #151C22;
        width: 100px;
        height: 100px;
    }

    .hier-sec-wrap .hier-content h6 {
        font-size: 20px;
        line-height: 25px;
        margin: 10px 0;
    }

    .hier-sec-wrap .hier-content ul {
        width: 100%;
        gap: 15px;
        margin: 20px 0 0 0;
    }

    .hier-sec-wrap .hier-content .hier-btns {
        flex-wrap: wrap;
        gap: 5px;
        margin: 20px 0;
    }

    .hier-sec-wrap .hier-content .hier-btns .btn-contact {
        width: 100%;
    }

    .hier-sec-wrap .main-img img {
        min-height: 450px !important;
        max-height: 450px !important;
    }

    /* hier */
    /* service */
    .services-sec-wrap .service-content {
        margin: 0 0 25px 0;
    }

    .services-sec-wrap .service-content h2,
    .services-sec-wrap .service-content h3,
    .services-sec-wrap .service-content h4,
    .services-sec-wrap .service-content h5,
    .services-sec-wrap .service-content h6 {
        font-size: 40px;
        line-height: 40px;
    }

    .services-sec-wrap .service-card {
        min-width: 100%;
        max-width: 100%;
    }

    .services-sec-wrap .service-card .desc .service-title {
        font-size: 20px;
        line-height: 25px;
        margin: 0 0 10px 0;
    }

    /* service */
    /* form */
    .form-sec-wrap .form-group {
        margin: 0 0 10px 0;
    }

    .form-sec-wrap .form-group .form-control {
        width: 100%;
    }

    .form-sec-wrap .form-btn .btn-form {
        width: 100%;
    }

    /* form */
    /* choose */
    .choose-sec-wrap .title h2,
    .choose-sec-wrap .title h3,
    .choose-sec-wrap .title h4,
    .choose-sec-wrap .title h5,
    .choose-sec-wrap .title h6 {
        font-size: 40px;
        line-height: 40px;
        margin: 0 0 10px 0;
    }

    .choose-sec-wrap .choose-bottom {
        margin: 10px 0 0 0;
    }

    .choose-sec-wrap .choose-card {
        margin: 0 0 12px 0;
        padding: 20px 20px;
    }

    /* choose */
    /* review */
    .review h2,
    .review h3,
    .review h4,
    .review h5 {
        font-size: 40px;
        line-height: 40px;
    }

    .review #review_slider .wrap {
        margin: 25px 0 0 0;
    }

    .review #review_slider .wrap .client-card .desc h3 {
        font-size: 22px;
        line-height: 28px;
    }

    .review #review_slider .wrap .client-card .desc h5 {
        font-size: 18px;
        line-height: 23px;
    }

    .review #review_slider .wrap .text {
        min-height: auto;
        max-height: 300px;
        overflow-y: scroll;
        padding: 0 10px;
    }

    /* review */
    /* portfolio */
    .portfolio-sec-wrap .content h3 {
        font-size: 40px;
        line-height: 40px;
        margin: 0 0 10px 0;
    }

    .portfolio-sec-wrap .content {
        margin: 0 0 20px 0;
    }

    .portfolio-sec-wrap .portfolio-tab .nav {
        gap: 25px;
        padding: 0 0 14.5px 0;
    }

    .portfolio-sec-wrap .portfolio-tab .nav .nav-item .nav-link.active::before {
        bottom: -15px;
    }

    .portfolio-sec-wrap .tab-content .portfolio-img img {
        min-height: 320px;
        max-height: 320px;
        object-fit: fill;
    }

    /* portfolio */
    /* faqs */
    .faqs-sec-wrap .faq-title .title {
        font-size: 40px;
        line-height: 40px;
    }

    .faqs-sec-wrap .faq-title {
        margin: 0 0 15px 0;
    }

    .faqs-sec-item .accordion-item .accordion-header button.accordion-button {
        font-size: 22px;
        line-height: 26px;
        padding: 10px 0;
    }

    .faqs-sec-item .accordion-item .accordion-collapse .accordion-body {
        font-size: 16px;
        line-height: 21px;
        padding: 0 0 20px 0;
    }

    /* faqs */
    /* cta */
    .cta-sec-wrap .content h2,
    .cta-sec-wrap .content h3,
    .cta-sec-wrap .content h4 {
        font-size: 40px;
        line-height: 40px;
    }

    .cta-sec-wrap .cta-btns {
        gap: 10px;
        margin: 20px 0 0 0;
    }

    .cta-sec-wrap .cta-btns .btn-contact,
    .cta-sec-wrap .cta-btns .btn-started {
        width: 100%;
    }

    /* cta */
    /* amazon */
    .amazon-sec-wrap .ama-content {
        padding: 10px 10px;
    }

    .amazon-sec-wrap .ama-content h2,
    .amazon-sec-wrap .ama-content h3,
    .amazon-sec-wrap .ama-content h4,
    .amazon-sec-wrap .ama-content h5 {
        font-size: 40px;
        line-height: 40px;
    }

    .amazon-sec-wrap .ama-content p {
        margin: 0 0 10px 0;
    }

    .amazon-sec-wrap .amazon-list ul {
        gap: 10px;
        margin: 10px 0;
    }

    .amazon-sec-wrap .amazon-list ul li {
        padding: 0 0 0 25px;
    }

    .amazon-sec-wrap .amazon-btn .btn-amazon {
        width: 100%;
    }

    .amazon-sec-wrap .main-img {
        display: none;
    }

    .amazon-sec-wrap .amazon-form {
        padding: 10px 10px;
    }

    .amazon-sec-wrap .amazon-form h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .amazon-sec-wrap .amazon-form .form-group {
        margin: 0 0 20px 0;
    }

    .amazon-sec-wrap .amazon-form .form-btn .btn-submit {
        width: 100%;
    }

    /* amazon */
    /***************** home-page responsive close *************/
    /***************** inner-page responsive close *************/
    /* inner-banner */
    .inner-banner-sec {
        padding: 120px 0 10px 0;
    }

    .inner-banner-sec .banner-content h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .inner-banner-sec .banner-content .banner-btns {
        gap: 10px;
        margin: 20px 0;
    }

    .hier-sec-wrap.about-sec .main-img img {
        min-height: 100% !important;
        max-height: 100% !important;
    }

    .inner-banner-sec .banner-form .form-btn .btn-submit,
    .inner-banner-sec .banner-content .banner-btns .btn-contact,
    .inner-banner-sec .banner-content .banner-btns .btn-started {
        width: 100%;
    }

    .inner-banner-sec .banner-form {
        padding: 10px 10px;
        width: 100%;
    }

    .inner-banner-sec .banner-form h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .inner-banner-sec .banner-form .form-group {
        margin: 0 0 10px 0;
    }

    /* inner-banner */
    /* privacy policy & terms condition page */
    .privacy-term-sec .content h2 {
        font-size: 35px;
        line-height: 45px;
    }

    /* privacy policy & terms condition page */
    /***************** inner-page responsive close *************/
}
@media only screen and (min-width: 576px) and (max-width: 767px) {

    /***************** responsive start **************/
    .form-control::-webkit-input-placeholder {
        font-size: 16px !important;
    }

    .form-control::-moz-placeholder {
        font-size: 16px !important;
    }

    .form-control:-ms-input-placeholder {
        font-size: 16px !important;
    }

    .form-control:-moz-placeholder {
        font-size: 16px !important;
    }

    .theme-btn.bt-support-now,
    .theme-btn.bt-buy-now,
    .floatbutton {
        display: none;
    }

    .container-fluid {
        padding: 0 30px;
    }

    .scroll-to-top {
        bottom: 40px;
        right: 30px;
    }

    p {
        font-size: 16px !important;
        line-height: 21px !important;
    }

    /* sections-padding */
    .brand-sec-wrap,
    .hier-sec-wrap,
    .services-sec-wrap,
    .form-sec-wrap,
    .choose-sec-wrap,
    .faqs-sec-wrap,
    .cta-sec-wrap,
    .portfolio-sec-wrap,
    .amazon-sec-wrap,
    .counter-sec-wrap,
    .review {
        padding: 30px 0;
    }

    /* sections-padding */

    /***************** header responsive start **************/
    header .header-btm .navbar {
        padding: 10px 0;
    }

    header .header-btm .navbar .navbar-brand .logo {
        min-width: 200px;
        max-width: 200px;
    }

    header .header-btm .navbar .navbar-nav {
        align-items: center;
        gap: 15px;
        margin: 0;
        padding: 20px 0 0 0;
    }

    header .header-btm .side-ul {
        justify-content: center;
        margin: 10px 0 0 0;
    }

    /***************** header responsive start **************/

    /***************** footer responsive start **************/
    footer .footer-top {
        padding: 30px 0;
    }

    footer .footer-top .footer-logo img {
        min-width: 200px;
        max-width: 200px;
    }

    footer .footer-top .footer-logo ul {
        margin: 20px 0;
        gap: 20px;
    }

    footer .footer-top .quik-inks {
        margin: 0 0 20px 0;
    }

    footer .footer-top .quik-inks.last {
        width: 100%;
        margin: 0;
    }

    footer .footer-top .quik-inks h4 {
        font-size: 20px;
        margin: 0 0 15px 0;
    }

    footer .footer-top .quik-inks h5 {
        font-size: 20px;
        margin: 0 0 15px 0;
    }

    footer .footer-top .quik-inks ul {
        gap: 5px;
    }

    footer .footer-top .quik-inks ul li a {
        font-size: 16px;
    }

    footer .footer-top .quik-inks .chat-btn {
        margin: 10px 0 0 0;
    }

    footer .footer-bottom .creadits {
        margin: 12px 0;
    }

    footer .footer-bottom .creadits img {
        min-width: 100%;
        max-width: 100%;
    }

    footer .footer-bottom .privacy-links ul {
        justify-content: center;
    }

    footer .footer-bottom .privacy-links ul li a {
        font-size: 16px;
    }

    footer .footer-bottom .copyright p {
        text-align: center;
    }

    /***************** footer responsive start **************/
    /***************** home-page responsive start **************/
    /* banner */
    .home-banner-sec {
        padding: 130px 0 50px 0;
    }

    .home-banner-sec .banner-content .sub-title {
        font-size: 18px;
        line-height: 22px;
    }

    .home-banner-sec .banner-content h1 {
        font-size: 30px;
        line-height: 36px;
        text-transform: capitalize;
        margin: 5px 0;
    }

    .home-banner-sec .banner-content h6 {
        margin: 20px 0 0 0;
    }

    .home-banner-sec .banner-img img {
        min-width: 100%;
        max-width: 100%;
        min-height: 400px;
        max-height: 400px;
        margin: 30px 0;
    }

    .home-banner-sec .banner-content .banner-btns {
        gap: 5px;
        margin: 20px 0;
    }

    .home-banner-sec .banner-content .banner-btns .btn-contact,
    .home-banner-sec .banner-content .banner-btns .btn-started {
        width: 100%;
    }

    /* banner */
    /* brand */
    .brand-sec-wrap .brand-slider img {
        min-width: 120px;
        max-width: 120px;
        min-height: 120px;
        max-height: 120px;
    }

    /* brand */
    /* hier */
    .hier-sec-wrap .hier-content h2,
    .hier-sec-wrap .hier-content h3,
    .hier-sec-wrap .hier-content h4 {
        font-size: 30px;
        line-height: 30px;
        margin: 0 0 10px 0;
    }

    .hier-sec-wrap .hier-content h2.first::before {
        display: none;
    }

    .hier-sec-wrap .hier-content h6 {
        font-size: 18px;
        line-height: 20px;
        margin: 10px 0;
    }

    .hier-sec-wrap .hier-content .hier-btns {
        gap: 5px;
        margin: 20px 0;
    }

    .hier-sec-wrap .contact-form .form-btn .btn-submit,
    .hier-sec-wrap .hier-content .hier-btns .btn-contact {
        width: 100%;
    }

    .hier-sec-wrap .main-img img {
        min-height: 320px !important;
        max-height: 320px !important;
    }

    .hier-sec-wrap.sec-two .hier-content p {
        margin: 0 0 10px 0;
    }

    .hier-sec-wrap.about-sec .main-img img {
        min-width: 100%;
        max-width: 100%;
        object-fit: cover;
        position: inherit;
    }

    .hier-sec-wrap .hier-content ul {
        gap: 15px;
        margin: 20px 0;
        width: 100%;
    }

    .hier-sec-wrap .hier-content ul li .hier-list {
        gap: 15px;
    }

    .hier-sec-wrap .contact-form .form-group textarea.form-control {
        height: 100px;
    }

    /* hier */
    /* service */
    .services-sec-wrap .service-content {
        margin: 0 0 25px 0;
    }

    .services-sec-wrap .service-content h2,
    .services-sec-wrap .service-content h3,
    .services-sec-wrap .service-content h4,
    .services-sec-wrap .service-content h5,
    .services-sec-wrap .service-content h6 {
        font-size: 30px;
        line-height: 30px;
    }

    .services-sec-wrap .service-card {
        min-width: 100%;
        max-width: 100%;
    }

    .services-sec-wrap .service-card .desc .service-title {
        font-size: 20px;
        line-height: 25px;
        margin: 0 0 10px 0;
    }

    /* service */
    /* form */
    .form-sec-wrap .form-group {
        margin: 0 0 10px 0;
    }

    .form-sec-wrap .form-group .form-control {
        width: 100%;
    }

    .form-sec-wrap .form-btn .btn-form {
        width: 100%;
    }

    /* form */
    /* choose */
    .choose-sec-wrap .title {
        margin: 0 0 10px 0;
    }

    .choose-sec-wrap .title h2,
    .choose-sec-wrap .title h3,
    .choose-sec-wrap .title h4,
    .choose-sec-wrap .title h5,
    .choose-sec-wrap .title h6 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 10px 0;
    }



    .choose-sec-wrap .choose-bottom {
        padding: 15px 10px;
        margin: 0 0 0 0;
    }

    .choose-sec-wrap .choose-card {
        margin: 0 0 12px 0;
        padding: 20px 20px;
    }

    .choose-sec-wrap .choose-card .desc h3,
    .choose-sec-wrap .choose-card .desc h4,
    .choose-sec-wrap .choose-card .desc h5,
    .choose-sec-wrap .choose-card .desc h6 {
        margin: 10px 0 8px 0;
    }

    /* choose */
    /* portfolio */
    .portfolio-sec-wrap .content h3 {
        font-size: 30px;
        line-height: 30px;
        margin: 0 0 10px 0;
    }

    .portfolio-sec-wrap .content {
        margin: 0 0 20px 0;
    }

    .portfolio-sec-wrap .portfolio-tab .nav {
        gap: 10px;
        padding: 0 0 14.5px 0;
    }

    .portfolio-sec-wrap .portfolio-tab .nav .nav-item .nav-link {
        font-size: 18px;
    }

    .portfolio-sec-wrap .portfolio-tab .nav .nav-item .nav-link.active::before {
        bottom: -15px;
    }

    .portfolio-sec-wrap .tab-content .portfolio-img img {
        min-height: 320px;
        max-height: 320px;
        object-fit: fill;
    }

    /* portfolio */
    /* review */
    .review h2,
    .review h3,
    .review h4,
    .review h5 {
        font-size: 30px;
        line-height: 40px;
    }

    .review #review_slider .wrap {
        margin: 25px 0 0 0;
    }

    .review #review_slider .wrap .client-card {
        gap: 10px;
        padding: 0 0 10px 0;
        width: 420px;
        margin: 0 auto 10px;
    }

    .review #review_slider .wrap .client-card .desc h3 {
        font-size: 18px;
        line-height: 23px;
    }

    .review #review_slider .wrap .client-card .desc h5 {
        font-size: 16px;
        line-height: 20px;
    }

    .review #review_slider .wrap .text {
        min-height: auto;
        max-height: 200px;
        overflow-y: scroll;
        width: 90%;
        padding: 0 10px;
    }

    /* review */
    /* faqs */
    .faqs-sec-wrap .faq-title .title {
        font-size: 30px;
        line-height: 40px;
    }

    .faqs-sec-wrap .faq-title {
        margin: 0 0 15px 0;
    }

    .faqs-sec-item .accordion-item .accordion-header button.accordion-button {
        font-size: 18px;
        line-height: 22px;
        padding: 10px 0;
    }

    .faqs-sec-item .accordion-item .accordion-collapse .accordion-body {
        font-size: 16px;
        line-height: 21px;
        padding: 0 0 20px 0;
    }

    /* faqs */
    /* cta */
    .cta-sec-wrap .content h2,
    .cta-sec-wrap .content h3,
    .cta-sec-wrap .content h4,
    .cta-sec-wrap .content h5 {
        font-size: 30px;
        line-height: 30px;
    }

    .cta-sec-wrap .cta-btns {
        gap: 10px;
        margin: 20px 0 0 0;
    }

    .cta-sec-wrap .cta-btns .btn-contact,
    .cta-sec-wrap .cta-btns .btn-started {
        width: 100%;
    }

    /* cta */
    /* amazon */
    .amazon-sec-wrap .ama-content {
        padding: 10px 10px;
    }

    .amazon-sec-wrap .ama-content h2,
    .amazon-sec-wrap .ama-content h3,
    .amazon-sec-wrap .ama-content h4,
    .amazon-sec-wrap .ama-content h5 {
        font-size: 30px;
        line-height: 30px;
    }

    .amazon-sec-wrap .ama-content p {
        margin: 0 0 10px 0;
    }

    .amazon-sec-wrap .amazon-list ul {
        gap: 10px;
        margin: 10px 0;
    }

    .amazon-sec-wrap .amazon-list ul li {
        padding: 0 0 0 25px;
    }

    .amazon-sec-wrap .amazon-btn .btn-amazon {
        width: 100%;
    }

    .amazon-sec-wrap .main-img {
        margin: 20px 0;
    }

    .amazon-sec-wrap .amazon-form {
        padding: 10px 10px;
    }

    .amazon-sec-wrap .amazon-form h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .amazon-sec-wrap .amazon-form .form-group {
        margin: 0 0 10px 0;
    }

    .amazon-sec-wrap .amazon-form .form-btn {
        margin: 10px 0 0 0;
    }

    .amazon-sec-wrap .amazon-form .form-btn .btn-submit {
        width: 100%;
    }

    /* amazon */
    /***************** home-page responsive close *************/
    /***************** inner-page responsive close *************/
    /* inner-banner */
    .inner-banner-sec {
        padding: 120px 0 10px 0;
    }

    .inner-banner-sec .banner-content h1 {
        font-size: 30px;
        line-height: 30px;
    }

    .inner-banner-sec .banner-content .banner-btns {
        gap: 10px;
        margin: 20px 0;
    }

    .inner-banner-sec .banner-form .form-btn .btn-submit,
    .inner-banner-sec .banner-content .banner-btns .btn-contact,
    .inner-banner-sec .banner-content .banner-btns .btn-started {
        width: 100%;
    }

    .inner-banner-sec .banner-form {
        padding: 10px 10px;
        width: 100%;
    }

    .inner-banner-sec .banner-form h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .inner-banner-sec .banner-form .form-group {
        margin: 0 0 10px 0;
    }

    /* inner-banner */
    /* privacy policy & terms condition page */
    .privacy-term-sec .content h2 {
        font-size: 30px;
        line-height: 37px;
    }

    .privacy-term-sec .content ul {
        padding: 0 0 0 10px;
    }

    .privacy-term-sec .content p a {
        font-size: 18px;
    }

    /* privacy policy & terms condition page */
    /***************** inner-page responsive close *************/
}
@media only screen and (min-width: 300px) and (max-width: 575px) {

    /***************** responsive start **************/
    .form-control::-webkit-input-placeholder {
        font-size: 16px !important;
    }

    .form-control::-moz-placeholder {
        font-size: 16px !important;
    }

    .form-control:-ms-input-placeholder {
        font-size: 16px !important;
    }

    .form-control:-moz-placeholder {
        font-size: 16px !important;
    }

    .theme-btn.bt-support-now,
    .theme-btn.bt-buy-now,
    .floatbutton {
        display: none;
    }

    .container-fluid {
        padding: 0 20px;
    }

    .scroll-to-top {
        bottom: 40px;
        right: 30px;
    }

    .btn {
        font-size: 16px !important;
        height: 44px !important;
        gap: 12px;
    }

    p {
        font-size: 12px !important;
        line-height: 24px !important;
        padding: 10px 0;
    }

    /* sections-padding */
    .brand-sec-wrap,
    .hier-sec-wrap,
    .services-sec-wrap,
    .form-sec-wrap,
    .choose-sec-wrap,
    .faqs-sec-wrap,
    .cta-sec-wrap,
    .portfolio-sec-wrap,
    .amazon-sec-wrap,
    .counter-sec-wrap,
    .review {
        padding: 30px 0;
    }

    /* sections-padding */
    /***************** header responsive start **************/
    header .header-btm .navbar {
        padding: 10px 0;
    }

    header .header-btm .navbar .navbar-brand .logo {
        min-width: 90px;
        max-width: 90px;
    }

    header .header-btm .navbar .navbar-nav {
        align-items: center;
        gap: 15px;
        margin: 0;
        padding: 20px 0 0 0;
    }

    header .dropdown-item {
        padding: 5px 5px;
        font-size: 15px;
        white-space: inherit;
    }

    header .header-btm .side-ul {
        justify-content: center;
        margin: 10px 0 0 0;
    }

    /***************** header responsive start **************/

    /***************** footer responsive start **************/
    footer .footer-top {
        padding: 30px 0;
    }

    footer .footer-top .footer-logo img {
        min-width: 200px;
        max-width: 200px;
    }

    footer .footer-top .footer-logo ul {
        margin: 20px 0;
        gap: 20px;
    }

    footer .footer-top .quik-inks {
        margin: 0 0 20px 0;
    }

    footer .footer-top .quik-inks.last {
        width: 100%;
        margin: 0;
    }

    footer .footer-top .quik-inks h4 {
        font-size: 20px;
        margin: 0 0 15px 0;
    }

    footer .footer-top .quik-inks h5 {
        font-size: 20px;
        margin: 0 0 15px 0;
    }

    footer .footer-top .quik-inks ul {
        gap: 5px;
    }

    footer .footer-top .quik-inks ul li a {
        font-size: 14px;
    }

    footer .footer-top .quik-inks .chat-btn {
        margin: 10px 0 0 0;
    }

    footer .footer-bottom .creadits {
        margin: 12px 0;
    }

    footer .footer-bottom .creadits img {
        min-width: 100%;
        max-width: 100%;
    }

    footer .footer-bottom .privacy-links ul {
        gap: 4px;
    }

    footer .footer-bottom .privacy-links ul li i {
        font-size: 10px;
    }

    footer .footer-bottom .privacy-links ul li a {
        font-size: 14px;
    }

    /***************** footer responsive start **************/
    /***************** home-page responsive start **************/
    /* banner */
    .home-banner-sec {
        padding: 106px 0 50px 0;
    }

    .home-banner-sec .banner-content .sub-title {
        font-size: 18px;
        line-height: 22px;
    }

    .home-banner-sec .banner-content h1 {
        font-size: 30px;
        line-height: 30px;
        text-transform: capitalize;
        margin: 5px 0;
    }

    .home-banner-sec .banner-content .banner-btns {
        flex-wrap: wrap;
        gap: 5px;
        margin: 20px 0;
    }

    .home-banner-sec .banner-content h6 {
        margin: 20px 0 0 0;
        width: 100%;
    }

    .home-banner-sec .banner-content .banner-btns .btn-contact,
    .home-banner-sec .banner-content .banner-btns .btn-started {
        width: 100%;
    }

    .home-banner-sec .banner-img::before {
        display: none;
    }

    .home-banner-sec .banner-img {
        margin: 20px 0 0 0;
    }

    .home-banner-sec .banner-img img {
        min-width: 96%;
        max-width: 84%;
        min-height: 223px;
        max-height: 299px;
        margin: 0;
    }

    /* banner */
    /* form */
    .form-sec-wrap .form-group {
        margin: 0 0 10px 0;
    }

    .form-sec-wrap .form-group .form-control {
        width: 100%;
        height: 50px;
    }

    .form-sec-wrap .form-btn .btn-form {
        width: 100%;
    }

    /* form */
    /* brand */
    .brand-sec-wrap .brand-slider img {
        min-width: 120px;
        max-width: 120px;
        min-height: 120px;
        max-height: 120px;
    }

    /* brand */
    /* hier */
    .hier-sec-wrap .hier-content h2,
    .hier-sec-wrap .hier-content h3 {
        font-size: 28px;
        line-height: 30px;
        margin: 0 0 10px 0;
    }

    .hier-sec-wrap .hier-content h2.first::before {
        display: none;
    }

    .hier-sec-wrap .hier-content h6 {
        font-size: 15px;
        line-height: 28px;
        margin: 10px 0;
    }

    .hier-sec-wrap .hier-content .hier-btns {
        flex-wrap: wrap;
        gap: 5px;
        margin: 20px 0;
    }

    .hier-sec-wrap .contact-form .form-btn .btn-submit,
    .hier-sec-wrap .hier-content .hier-btns .btn-contact {
        width: 100%;
    }

    .hier-sec-wrap .main-img img {
        min-height: 320px !important;
        max-height: 320px !important;
    }

    .hier-sec-wrap .hier-content ul {
        gap: 10px;
        margin: 20px 0 0 0;
        width: 100%;
    }

    .hier-sec-wrap .hier-content ul li .hier-list {
        gap: 10px;
    }

    .hier-sec-wrap .contact-form .form-group {
        margin: 10px 0;
    }

    .hier-sec-wrap .contact-form .form-group textarea.form-control {
        height: 90px;
    }

    /* hier */
    /* service */
    .services-sec-wrap .service-content {
        margin: 0 0 25px 0;
    }

    .services-sec-wrap .service-content h2,
    .services-sec-wrap .service-content h3,
    .services-sec-wrap .service-content h4,
    .services-sec-wrap .service-content h5,
    .services-sec-wrap .service-content h6 {
        font-size: 30px;
        line-height: 30px;
        margin: 0 0 10px 0;
    }

    .services-sec-wrap .service-card {
        min-width: 100%;
        max-width: 100%;
    }

    .services-sec-wrap .service-card .main-img img {
        min-height: 200px;
        max-height: 200px;
    }

    .hier-sec-wrap.about-sec .main-img img {
        min-width: 100%;
        max-width: 100%;
        object-fit: cover;
        position: inherit;
    }

    .services-sec-wrap .service-slider .owl-nav .owl-prev,
    .services-sec-wrap .service-slider .owl-nav .owl-next {
        height: 30px;
        width: 30px;
        bottom: 0;
        font-size: 10px;
    }

    .services-sec-wrap .service-card .desc .service-title {
        font-size: 20px;
        line-height: 25px;
        margin: 0 0 5px 0;
    }

    .services-sec-wrap .service-card .desc p {
        min-height: auto;
        max-height: 80px;
        overflow-y: scroll;
    }

    .hier-sec-wrap.sec-two .hier-content p {
        margin: 0 0 10px 0;
    }

    /* service */
    /* choose */
    .choose-sec-wrap .title h2,
    .choose-sec-wrap .title h3,
    .choose-sec-wrap .title h4,
    .choose-sec-wrap .title h5,
    .choose-sec-wrap .title h6 {
        font-size: 30px;
        line-height: 30px;
        margin: 0 0 10px 0;
    }



    .choose-sec-wrap .choose-bottom {
        padding: 15px 10px;
        margin: 0 0 0 0;
    }

    .choose-sec-wrap .choose-card {
        margin: 0 0 20px 0;
        padding: 10px 10px;
    }

    /* choose */
    /* portfolio */
    .portfolio-sec-wrap .content h3 {
        font-size: 30px;
        line-height: 30px;
        margin: 0 0 10px 0;
    }

    .portfolio-sec-wrap .content {
        margin: 0 0 20px 0;
    }

    .portfolio-sec-wrap .portfolio-tab .nav {
        gap: 10px;
        padding: 0 0 10px 0;
    }

    .portfolio-sec-wrap .portfolio-tab .nav .nav-item .nav-link.active::before {
        bottom: -4px;
    }

    .portfolio-sec-wrap .tab-content .portfolio-img img {
        min-height: 250px;
        max-height: 250px;
        object-fit: contain;
        margin: 10px 0;
    }

    /* portfolio */
    /* review */
    .review h2,
    .review h3,
    .review h4,
    .review h5 {
        font-size: 30px;
        line-height: 30px;
    }

    .review #review_slider .wrap {
        margin: 10px 0 0 0;
    }

    .review #review_slider .wrap .client-card {
        gap: 10px;
        padding: 0 0 10px 0;
        width: 100%;
        margin: 0 auto 10px;
    }

    .review #review_slider .wrap .client-card .desc h3 {
        font-size: 18px;
        line-height: 23px;
    }

    .review #review_slider .wrap .client-card .desc h5 {
        font-size: 16px;
        line-height: 20px;
    }

    .review #review_slider .wrap .text {
        min-height: auto;
        max-height: 200px;
        overflow-y: scroll;
        width: 95%;
        padding: 0 5px;
    }

    /* review */
    /* faqs */
    .faqs-sec-wrap .faq-title .title {
        font-size: 30px;
        line-height: 40px;
    }

    .faqs-sec-wrap .faq-title {
        margin: 0 0 15px 0;
    }

    .faqs-sec-item .accordion-item .accordion-header button.accordion-button {
        font-size: 16px;
        line-height: 22px;
        padding: 10px 0;
    }

    .faqs-sec-item .accordion-item .accordion-collapse .accordion-body {
        font-size: 15px;
        line-height: 28px;
        padding: 0 0 20px 0;
    }

    /* faqs */
    /* amazon */
    .amazon-sec-wrap .ama-content {
        padding: 10px 10px;
    }

    .amazon-sec-wrap .ama-content h2,
    .amazon-sec-wrap .ama-content h3,
    .amazon-sec-wrap .ama-content h4,
    .amazon-sec-wrap .ama-content h5 {
        font-size: 30px;
        line-height: 30px;
    }

    .amazon-sec-wrap .ama-content p {
        margin: 0 0 10px 0;
    }

    .amazon-sec-wrap .amazon-list ul {
        gap: 10px;
        margin: 10px 0;
    }

    .amazon-sec-wrap .amazon-list ul li {
        padding: 0 0 0 25px;
    }

    .amazon-sec-wrap .amazon-btn .btn-amazon {
        width: 100%;
    }

    .amazon-sec-wrap .amazon-form {
        padding: 10px 10px;
    }

    .amazon-sec-wrap .amazon-form h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .amazon-sec-wrap .amazon-form .form-group {
        margin: 0 0 10px 0;
    }

    .amazon-sec-wrap .amazon-form .form-btn {
        margin: 10px 0 0 0;
    }

    .amazon-sec-wrap .amazon-form .form-btn .btn-submit {
        width: 100%;
    }

    /* amazon */
    /* cta */
    .cta-sec-wrap .content h2,
    .cta-sec-wrap .content h3,
    .cta-sec-wrap .content h4,
    .cta-sec-wrap .content h5 {
        font-size: 30px;
        line-height: 30px;
    }

    .cta-sec-wrap .cta-btns {
        flex-wrap: wrap;
        gap: 10px;
        margin: 20px 0 0 0;
    }

    .cta-sec-wrap .cta-btns .btn-contact,
    .cta-sec-wrap .cta-btns .btn-started {
        width: 100%;
    }

    /* cta */
    /***************** home-page responsive close *************/
    /***************** inner-page responsive close *************/
    /* inner-banner */
    .inner-banner-sec {
        padding: 120px 0 10px 0;
    }

    .inner-banner-sec .banner-content h1 {
        font-size: 30px;
        line-height: 30px;
    }

    .inner-banner-sec .banner-content .banner-btns {
        flex-wrap: wrap;
        gap: 10px;
        margin: 20px 0;
    }

    .inner-banner-sec .banner-content .banner-btns .btn-contact,
    .inner-banner-sec .banner-content .banner-btns .btn-started {
        width: 100%;
    }

    .inner-banner-sec .banner-form {
        padding: 10px 10px;
        width: 100%;
    }

    .inner-banner-sec .banner-form h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .inner-banner-sec .banner-form .form-group {
        margin: 0 0 10px 0;
    }

    /* inner-banner */
    /* privacy policy & terms condition page */
    .privacy-term-sec .content h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .privacy-term-sec .content ul {
        padding: 0 0 0 10px;
    }

    .privacy-term-sec .content p a {
        font-size: 18px;
    }

    /* privacy policy & terms condition page */
    /* about */
    .counter-sec-wrap .counter-card {
        margin: 0 0 10px 0;
    }

    /* about */
    /***************** inner-page responsive close *************/
}
.iti {
    width: 100%;
}
.iti input, .iti input[type=text], .iti input[type=tel] {
    padding: 17px 57px ! IMPORTANT
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}