@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
    background-color: #000;
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Jersey';
    src: url(../font/Jersey\ M54.ttf);
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #000;
    white-space: initial;
    font-family: "Montserrat", sans-serif;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

p {
    font-weight: 500;
    line-height: 25px;
    margin: 0;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    opacity: 70%;
}

h1 {
    font-family: 'Jersey';
    font-size: 65px;
    line-height: 1.05;
    color: #fac00e;
    font-weight: 500;
    margin: 0;
}

h2 {
    font-family: 'Jersey';
    font-size: 55px;
    line-height: 1.2;
    color: #fac00e;
    font-weight: 500;
    margin: 0;
}

h3 {
    font-family: 'Jersey';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0;
}

h4 {
    font-family: 'Jersey';
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

h5 {
    font-family: 'Jersey';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

h6 {
    font-family: 'Jersey';
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    font-weight: 400;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
    background-position: right 0.7rem top 50%;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*---------------------------------------------------- Tabs Section Start ----------------------------------------------------------- */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/*---------------------------------------------------- Tabs Section End ----------------------------------------------------------- */


/*---------------------------------------------------- Carousel Section Start ----------------------------------------------------------- */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*---------------------------------------------------- Carousel Section End ----------------------------------------------------------- */


/*---------------------------------------------------- Button Section Start ----------------------------------------------------------- */

.site-btn a {
    width: max-content;
    padding: 17px 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #fff; */
    /* clip-path: polygon(13% 0, 89% 0, 100% 25%, 100% 77%, 89% 100%, 12% 100%, 0 81%, 0 23%); */
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
}

.site-btn {
    position: relative;
    width: max-content;
    background-image: url(../images/btn-brdr.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

.site-btn:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    background: #fac00e;
    width: 12px;
    height: 12px;
    clip-path: polygon(0 0, 0 91%, 96% 0);
    transition: 0.7s all;
}

.site-btn:after {
    content: '';
    position: absolute;
    bottom: 1px;
    right: 3px;
    background: #fac00e;
    width: 12px;
    height: 12px;
    clip-path: polygon(120% 0, 16% 100%, 100% 100%);
    transition: 0.7s all;
}

.site-btn a:before {
    content: '';
    position: absolute;
    /* top: 0; */
    /* left: 0; */
    /* background-image: url(../images/btn-brdr.png); */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* width: 100%; */
    /* height: 100%; */
}

.site-btn:before {
    content: '';
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* background-image: url(../images/btn-brdr.png); */
    /* background-repeat: no-repeat; */
    /* background-size: contain; */
    /* width: 100%; */
    /* height: 100%; */
}

.site-btn:hover:before,
.site-btn:hover:after {
    width: 90%;
    height: 93%;
    clip-path: unset;
    z-index: -1;
}


/*---------------------------------------------------- Button Section End ----------------------------------------------------------- */


/*---------------------------------------------------- Header Section Start ----------------------------------------------------------- */

.menuSec {
    padding: 5px 0;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 60px;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 20px 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.container-fluid {
    padding: 0 5%;
}

.topSec .container-fluid {
    padding: unset;
}

.mnu-head-btns {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
}

.mnu-head-btns a:hover {
    background: #fac00e;
    /* clip-path: polygon(30% 0, 70% 0, 100% 50%, 100% 50%, 70% 100%, 30% 100%, 0 50%, 0 50%); */
}

.mnu-head-btns a {
    width: 55px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #3c3d39;
    position: relative;
    background-image: url(../images/brdr.png);
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.7s all;
    /* background: #fac00e; */
    /* clip-path: polygon(30% 0, 70% 0, 100% 50%, 100% 50%, 70% 100%, 30% 100%, 0 50%, 0 50%); */
}

.menuSec .row {
    border-bottom: 1px solid #413d35;
    padding-bottom: 8px;
}

.menuSec ul li a:before {
    content: '';
    position: absolute;
    bottom: -11px;
    left: 0;
    background: #fac00e;
    width: 0%;
    height: 1px;
}

.menuSec ul li a.active:before {
    width: 100%;
}


/*---------------------------------------------------- Header Section End ----------------------------------------------------------- */


/*---------------------------------------------------- Banner Section Start ----------------------------------------------------------- */

.banner-sec {
    background-image: url(../images/baner-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    align-content: center;
    height: 110vh;
    width: 100%;
    z-index: 0;
    margin-bottom: 120px;
}

.banner-text h1 .dis-block span {
    color: #fac00e;
}

.banner-text h1 .dis-block {
    color: #fff;
    font-size: 105px;
}

.banner-text p {
    margin-bottom: 20px;
    width: 85%;
}

.banner-text h1 {
    margin-bottom: 2px;
}

.sitetop-heading {
    margin-bottom: 12px;
    position: relative;
    width: max-content;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-image: url(../images/heding-brdr.png);
    background-size: cover;
    padding: 0px 30px;
}

.sitetop-heading h5 {
    font-size: 14px;
    font-family: 'Montserrat';
    color: #fff;
    text-transform: uppercase;
}

.banner-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../images/gradient-colr.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-sec .row {
    padding-top: 10%;
}

.banner-text {
    padding-top: 110px;
}

img.banshape {
    position: absolute;
    top: 17%;
    left: -75px;
    width: max-content;
}

img.banshape.one {
    bottom: 5%;
    top: unset;
    left: 36%;
}

.baner-img img {
    width: 100%;
}

.baner-img {
    margin-left: -90px;
}

.ban-lin-ad {
    position: absolute;
    bottom: -40px;
    left: 0;
    transform: rotate(4.3deg);
    z-index: 2;
    width: 100%;
    padding: 0;
}

.ban-lin-ad.one {
    bottom: -40px;
    left: 0;
    transform: rotate(358deg);
    z-index: 0;
}

.top-slider {
    width: 100%;
    background: #fac00e;
    overflow: hidden;
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
}

.top-slider-track {
    display: flex;
    gap: 25px;
    white-space: nowrap;
    animation: scroll 7s linear infinite;
}

.top-slider-track span {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.top-slider-track.tnh-1 {
    animation: scroll 18s linear infinite;
}


/*---------------------------------------------------- Banner Section End ------------------------------------------------------------- */


/*---------------------------------------------------- About Section Start ------------------------------------------------------------- */

.about-sec {
    padding: 80px 0 100px;
}

.about-text p {
    margin-bottom: 16px;
}

.about-text .sitetop-heading {
    margin-bottom: 6px;
    background-image: url(../images/header-brdr.png);
    background-size: auto;
    height: 43px;
}

.about-text h2 {
    margin-bottom: 5px;
    color: #fac00e;
}

.about-text h2 .dis-block {
    color: #fff;
}

.about-text h2 .dis-block span {
    color: #fac00e;
}

.about-img {
    position: relative;
    text-align: center;
    padding: 12px 5px;
}

.about-img:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 30px;
    background-image: url(../images/border-abt.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
}

.about-img img {
    width: 560px;
    height: 490px;
    object-fit: cover;
}


/*---------------------------------------------------- About Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Services Section Start ------------------------------------------------------------- */

.testimonial-sec {
    text-align: center;
    margin-bottom: 100px;
}

.testimonial-sec .sitetop-heading {
    background-image: url(../images/heding-brdr-1.png);
    margin: 0px auto 12px;
}

.testi-txt ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
}

.testi-img {
    margin-bottom: 15px;
}

.testi-img img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border: 8px solid #0d1b22;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto;
}

.testi-main {
    position: relative;
    padding: 39px 20px;
}

.testi-main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/testi-brdr.png);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.slick-slide {
    opacity: 1;
    margin: 0 15px;
}

.testi-txt span {
    color: #fff;
    opacity: 70%;
    font-family: 'Montserrat';
    font-size: 14px;
}

.testi-txt p {
    margin: 10px 0 15px;
}

.testi-head {
    margin-bottom: 37px;
}

.slick-current .testi-main:before {
    background-image: url(../images/testi-actvbrdr.png);
}

.slick-current .testi-img img {
    border-color: #fac00e;
}

.testi-txt ul li i {
    font-size: 14px;
    color: #fac00e;
}

.testi-head h2 {
    color: #fac00e;
}

.testi-head h2 span {
    color: #fff;
}

.handheld-text h2 span {
    color: #fac00e;
}

.handheld-text h2 .dis-block {
    color: #fff;
}

.handheld-text p {
    margin-bottom: 17px;
    width: 90%;
}

.handheld-text ul li {
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Montserrat';
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.handheld-sec {
    margin-bottom: 90px;
}

.handheld-img img {
    width: 100%;
    /* height: 740px; */
    object-fit: cover;
}

.site-btn.anr a {
    padding: 19px 29px;
}

.site-btn.anr {
    background-image: url(../images/btn-brdr-anr.png);
}

.handheld-img {
    margin-left: -50px;
}

img.rtroger {
    position: absolute;
    bottom: 8%;
    left: 43%;
    width: max-content;
}

.retroguide-sec {
    position: relative;
    margin-bottom: 50px;
    padding: 40px 0 0;
    overflow: hidden;
}

.retroguide-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/retr-ger-back.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 94%;
    height: 100%;
    z-index: -1;
    margin: 0 auto;
    right: 0;
}

.retroguide-txt h2 span {
    color: #fff;
}

.gotretro-img img {
    width: 100%;
    /* height: 385px; */
    object-fit: cover;
    object-position: top;
}

.retroguide-sec .container-fluid {
    padding: 0 5% 0 7%;
}

img.rtroger.one {
    bottom: unset;
    top: 19%;
    left: 33%;
}

.retroguide-txt h2 .dis-block {
    font-size: 80px;
    line-height: 1;
}

.retroguide-txt h2 {
    margin-bottom: 5px;
}

.retroguide-txt p {
    margin-bottom: 14px;
    width: 80%;
}

.gotretro-img:before,
.gotretro-img:after {
    content: '';
    position: absolute;
    top: -60px;
    right: 24%;
    background: #fac00e;
    width: 120px;
    height: 130%;
    z-index: -1;
    transform: rotate(23deg);
}

.gotretro-img:after {
    right: 23%;
    transform: rotate(-23deg);
}

.handheld-text .sitetop-heading {
    background-image: url(../images/heding-brdr-1.png);
}


/*---------------------------------------------------- Services Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Footer Section Start ------------------------------------------------------------- */

.footerSec {
    padding: 5% 0 1%;
    background: #151515;
    position: relative;
    z-index: 0;
}

.footer-logo h2 {
    font-family: 'Barlow', sans-serif;
    font-size: 49.02px;
    line-height: 40.85px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px;
    border: 1px solid #ffffff;
    border-radius: 9px;
    text-align: center;
}

.footer-logo p {
    margin: 8% 0 10%;
    color: #fff;
    font-weight: 400;
    width: 90%;
    opacity: 40%;
}

.foot-links {
    margin-left: 30%;
}

.footer-logo ul li a {
    position: relative;
}

.footerSec h5 {
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 8%;
    border-bottom: 1px solid #ffffffb0;
    padding-bottom: 20px;
    width: fit-content;
    margin-top: 3px;
}

.foot-links ul li a {
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    font-weight: 400;
    opacity: 40%;
}

.foot-links ul li a:hover {
    color: #fac00e;
}

.footer-contact ul li {
    display: flex;
    align-items: center;
    padding: 0 0 13px;
}

.footer-contact ul li a {
    color: #ffffff;
}

.footer-contact ul li a:hover {
    color: #067c8a;
}

.footer-contact ul li i {
    color: #ffffff;
    padding-right: 9px;
}

.footer-contact ul li p {
    color: #ffffff;
    margin: 0;
}

.news-letter p {
    color: #ffffffb0;
    line-height: 50px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 26px;
}

.footerSec .col-md-3 {
    position: relative;
    border-left: 1px solid #2d2d2d;
    padding-bottom: 4%;
}

.news-letter input {
    height: 60px;
    width: 95%;
    border: 0;
    border-radius: 31px;
    padding-left: 20px;
    background: transparent;
    border: solid white 0.5px;
    color: white;
}

.news-letter ::placeholder {
    color: #fff;
}

.news-letter button.btn-theme {
    border: 0;
    border-radius: 12px;
    margin-top: 20px;
}

.footer-btm {
    padding: 21px 0 0px;
    margin-top: 0%;
    border-top: 1px solid #2d2d2d;
}

.copy-txt p {
    color: #ffffff;
    font-weight: 400;
}

.news-btn a.btn1 {
    margin-top: 10px;
    border-radius: 67px;
    background: #58c749;
    height: 50px;
    width: 96%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

ul.footer_social {
    display: flex;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

ul.footer_social li {
    margin-right: 10px;
}

ul.footer_social li a {
    line-height: 49px;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto';
}

ul.footer_social li a i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}

.col-f1 {
    background-color: #3b5998;
}

.col-f2 {
    background-color: #0e76a8;
}

.col-f3 {
    background-color: #2296f9;
}

.col-f4 {
    background-color: #cd1f29;
}

.footer-socials h6 {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    margin: 10px 0 20px;
}

.footer-socials {
    margin: 10px 0 0;
}

.footer-socials ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
}

.footer-socials ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 43px;
    width: 40px;
    color: #ffffff;
    transition: ease-out 0.2s;
    overflow: hidden;
}

.visa_icon {
    text-align: end;
}

ul.ftr-list li a {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: 'Montserrat';
    font-size: 14px;
}

.footer-logo img {
    border-bottom: 1px solid #ffffffb0;
    padding-bottom: 20px;
    /* width: 250px; */
}

ul.ftr-list li {
    margin-bottom: 30px;
}

.ft-up-btn a {
    background: #3853e8;
    padding: 20px 40px;
    float: inline-end;
    margin-top: -21px;
    margin-right: -11px;
}

.foot-links.tw.e .d-flex ul {
    column-count: 2;
}

ul.ftr-list li a i {
    font-size: 20px;
    color: #fff;
}

.foot-links.tw.e {
    margin-left: 19%;
}

.foot-links.tw ul {
    column-count: 2;
}

.footerSec h5 span {
    color: #fac00e;
}

.footerSec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/footer-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.news-letter {
    margin-left: 20%;
}

.foter-cards {
    text-align: end;
}

.footer-socials ul li a:before {
    top: 0;
    left: 0;
    background: #636362;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.footer-socials ul li a:after {
    top: 2%;
    left: 2%;
    background: #1a1915;
    width: 95%;
    z-index: -1;
    height: 95%;
}

.footer-socials ul li a:hover {
    color: #000;
}

.footer-socials ul li a:hover:before {
    background: #fac41c;
}

.footer-socials ul li a:hover:after {
    background: unset;
}

.footer-socials ul li a:after,
.footer-socials ul li a:before {
    transform: rotate(19deg);
    clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
    content: '';
    position: absolute;
}

.footer-socials h6 span {
    color: #fac00e;
}


/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Product Section Start ------------------------------------------------------------- */

.product-head {
    text-align: center;
    margin-bottom: 33px;
}

.product-head .sitetop-heading {
    margin: 0 auto 12px;
    background-image: url(../images/header-brdr.png);
    background-size: auto;
    height: 45px;
    padding: 0 27px;
}

.product-head h2 span {
    color: #fff;
}

.product-sec {
    margin-bottom: 100px;
}

.product-img {
    position: relative;
    padding: 7px 8px 7px 8px;
    transition: 1s all;
    overflow: hidden;
}

.product-img img {
    background-color: #fff;
    padding: 50px 20px;
    clip-path: polygon(7% 0, 94.5% 0, 100% 6%, 100% 94.5%, 95% 100%, 6% 100%, 0 94%, 0 7%);
    height: 300px;
    width: 100%;
    object-fit: scale-down;
    transition: 1s all;
    overflow: hidden;
}

.product-text {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 13px 2px 0 4px;
    justify-content: space-between;
}

.product-main {
    margin-bottom: 30px;
    position: relative;
}

.prdt-txt-in h5 {
    font-size: 25px;
    color: #fff;
}

.prdt-txt-in p {
    text-transform: uppercase;
}

.product-text a.prdt-btncrt {
    width: 60px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fac00e;
    clip-path: polygon(30% 0, 70% 0, 100% 50%, 100% 50%, 70% 100%, 30% 100%, 0 50%, 0 50%);
}

.product-main:hover .product-img img {
    filter: brightness(0.5);
}

.product-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #333333;
    width: 100%;
    height: 100%;
    clip-path: polygon(7% 0, 94.5% 0, 100% 6%, 100% 94.5%, 95% 100%, 6% 100%, 0 94%, 0 7%);
    z-index: -1;
}

.product-img:after {
    content: '';
    position: absolute;
    top: 0.5%;
    left: 0.5%;
    background: #000000;
    width: 99%;
    height: 99%;
    clip-path: polygon(7% 0, 94.5% 0, 100% 6%, 100% 94.5%, 95% 100%, 6% 100%, 0 94%, 0 7%);
    z-index: -1;
}

.product-main:before,
.product-main:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    background: #333333;
    width: 17px;
    height: 17px;
    clip-path: polygon(0 0, 0 91%, 96% 0);
    z-index: 1;
}

.product-main:after {
    clip-path: polygon(120% 0, 16% 100%, 100% 100%);
    transition: 0.7s all;
    bottom: 16.5%;
    top: unset;
    left: unset;
    right: 0;
    width: 15px;
    height: 17px;
}

.product-main:hover:before,
.product-main:hover:after {
    background: #fac00e;
}

.product-main:hover .product-img:before {
    background: #fac318;
}

.glitch-effect {
    position: relative;
    overflow: hidden;
    height: 300px;
}

.glitch-effect .glitch-thumb {
    position: absolute;
    inset: 0;
    overflow: hidden;
    transition: 0.6s ease;
}

.glitch-effect .glitch-thumb img {
    width: 100%;
    transition: 0.6s ease;
}

.glitch-effect .glitch-thumb:first-child {
    transform: translateX(50%) scaleX(2);
    opacity: 0;
    filter: blur(10px);
    z-index: 2;
}

.glitch-effect .glitch-thumb:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
    filter: blur(0);
}

.product-main:hover .glitch-effect .glitch-thumb:first-child {
    transform: translateX(0) scaleX(1);
    opacity: 1;
    filter: blur(0);
}

.product-main:hover .glitch-effect .glitch-thumb:nth-child(2) {
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    filter: blur(10px);
}


/*---------------------------------------------------- Product Section End ------------------------------------------------------------- */


/* Inner Pages  */


/* About Page */

.inner-banner-text h1 .dis-block {
    font-size: 65px;
}

.inner-banner-sec {
    height: 650px;
}

.inner-banner-text {
    padding: 0;
}

.inner-banner-sec .row {
    align-items: center;
    padding: 80px 0 0;
}

.about-bottom-text p {
    width: 100%;
    margin: 20px 0 0 30px;
}


/* About Page */


/* Product Page */

.product-page {
    padding: 100px 0;
}


/* Product Page */


/* Products Detail Page */

.product-detail-image img {
    background: #fff;
}

.product-detail-page {
    padding: 80px 0;
}

.product-detail-page .row {
    align-items: center;
}

.product-detail-text .sitetop-heading {
    width: 200px;
    background-image: url(../images/heding-brdr-1.png);
    height: 50px;
    display: inline-flex;
}

.review i {
    font-size: 14px;
    color: #ffa800;
    line-height: 20px;
}

.review span {
    font-size: 13px;
    color: #b0b0b0;
    font-family: 'Montserrat';
    line-height: 20px;
}

.product-detail-text .review {
    line-height: 0;
    position: absolute;
    bottom: 15%;
    right: 0;
}

.product-detail-text h2 {
    position: relative;
    z-index: 1;
}

.product-det-quantity {}

.product-det-quantity .qty-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

h6.product-price {
    font-size: 30px;
}

.input-group-prepend {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #b78f1a;
    border-radius: 80px;
    overflow: hidden;
}

.input-group-prepend .input-group-text {
    padding: 5px 15px;
    background: transparent;
    color: #fff;
    border: 0;
    cursor: pointer;
}

.input-group-prepend input.form-control.input-number.qty-input {
    width: 80px;
    text-align: center;
    height: 35px;
    font-size: 20px;
    color: #fff;
    background: transparent;
    border-left: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
    border: 0;
    border-radius: 0;
    margin: 10px 0;
}

.product-det-btns {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 30px 0 0;
    gap: 25px;
}

.product-det-btns .site-btn:last-child {
    width: 148px;
}


/* Products Detail Page */


/* Cart Page */


/*CART PAGE CSS*/

.shopping_cart {
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.shopping_cart_table h2 {
    font-size: 35px;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.shopping_cart_table table th {
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Montserrat";
    padding-bottom: 10px;
    color: #fff;
    font-weight: 500;
}

.shopping_cart_table table thead {
    border-bottom: 1px solid #565656;
}

.shopping_cart_table table tbody td {
    padding: 25px 0;
    border-bottom: 1px solid #565656;
}

.shopping_cart_table table tbody .cart_box_product {
    display: flex;
    align-items: center;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_img {
    width: 90px;
    margin-right: 10px;
    background-color: #fff;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_name h5 {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 5px;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_name p {
    font-size: 13px;
    color: #fff;
    font-family: "Montserrat";
    line-height: 20px;
    font-weight: 300;
}

.shopping_cart_table table tbody td .skin-2 .num-in {
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333333;
    border-radius: 8px;
}

.shopping_cart_table table tbody td .t_price {
    font-size: 30px;
    color: #fff;
    margin: 0;
    font-family: 'Jersey';
    opacity: 1;
}

.shopping_cart_table table tbody td i.fas.fa-times {
    font-size: 20px;
    color: #fff;
}

.cart_recipt {
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.cart_recipt>a {
    padding: 15px 50px;
    border: 1px solid #b8b8b8;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    transition: ease-in;
    transition-duration: 0.2s;
    border-radius: 100px;
    overflow: hidden;
    background-color: #4d4d4d;
}

.cart_recipt>a:hover {
    background-color: #fac00e;
    transition: ease-out;
    transition-duration: 0.2s;
    color: #000;
}

.cart_recipt>a i {
    margin-right: 10px;
}

.recipt {
    width: 30%;
}

.recipt li {
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
    gap: 20px;
}

.recipt li:last-child {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #565656;
}

.recipt li span {
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    /* width: 50%; */
}

.payment_card h3 {
    font-size: 35px;
    color: #fff !important;
    /*  */
    margin-bottom: 20px;
    padding-bottom: 40px;
    text-transform: capitalize;
    border-bottom: 1px solid #565656;
    letter-spacing: 2px;
    font-weight: 100;
}

.payment_card * {
    color: #fff;
}

.credit_paypal a {
    padding: 10px 20px;
    border: 1px solid #414241;
    border-radius: 30px;
    display: inline-flex;
    background: #333333;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-family: "Montserrat";
    font-size: 15px;
    transition: ease-in;
    transition-duration: 0.2s;
}

.credit_paypal a:hover {
    background: #000000;
    transition: ease-out;
    transition-duration: 0.2s;
}

.credit_paypal a img {
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
    filter: brightness(0) saturate(100%) invert(75%) sepia(87%) saturate(1078%) hue-rotate(352deg) brightness(100%) contrast(96%);
}

.chk-btn {
    margin: 30px 0 0 0;
}

.credit_paypal {
    padding-bottom: 20px;
    border-bottom: 1px solid #565656;
}

.payment_card form label {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.payment_card form {
    margin-top: 15px;
}

.payment_card form input {
    width: 100%;
    height: 50px;
    border: none;
    border-bottom: 1px solid #565656;
    margin-bottom: 15px;
    background: transparent;
    padding: 0;
}

.payment_card form select {
    width: 100%;
    height: 50px;
    border: none;
    color: #fff;
    border-bottom: 1px solid #565656;
    margin-bottom: 15px;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.payment_card form input::placeholder {
    color: #cecece;
}

.expiry_cvv {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.expiry_date {
    width: 70%;
}

.cvv_box {
    width: 26%;
}

.month_year {
    display: flex;
    justify-content: space-between;
}

.month_year select {
    width: 48% !important;
    appearance: auto;
}

.month_year select option {
    color: #000;
}

.shopping_cart_table {
    padding-right: 40px;
}

.cart_product_img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.payment_card form select option {
    background-color: #000;
    color: #fff;
}

.shopping_cart_table table th:first-child {
    width: 420px;
}

.shopping_cart_table table tbody td input.in-num {
    width: 100%;
    height: 50px;
    border: 0;
    background: transparent;
    color: #fff;
    text-align: center;
}

.shopping_cart_table table tbody td .skin-2 .num-in span {
    font-size: 13px;
    color: #fff;
    padding: 8px;
    cursor: pointer;
}

.chk-btn .site-btn {
    width: 140px;
    justify-content: center;
}

.chk-btn .site-btn a {
    width: 145px;
}


/*CART PAGE CSS END*/


/* Cart Page */


/*CHECKOUT PAGE*/

.billing_form h3 {
    font-family: 'Jersey';
    font-size: 55px;
    color: #fac00e;
    margin: 0;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 100;
}

.billing_form label {
    font-size: 13px;
    font-family: 'Poppins';
    color: #7C7C7C;
}

.radiosss p {
    color: #7C7C7C;
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: 400;
}

.billing_form input {
    width: 100%;
    height: 45px;
    border: 1px solid #C4C4C4;
    margin-bottom: 20px;
    padding-left: 15px;
    font-family: 'Poppins';
    background: transparent;
    color: #fff;
}

.billing_form input::placeholder {
    color: #7C7C7C;
    font-family: 'Poppins';
}

.cart_sidebar .cart_lst li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar .cart_lst li {
    font-size: 14px;
    color: #7c7c7c;
    font-family: 'Poppins';
}

.cart_sidebar .cart_lst li span {
    float: right;
}

.cart_sidebar .cart_lst li:last-child {
    font-size: 22px;
    font-weight: 500;
    font-family: 'Jersey';
}

.cart_sidebar .cart_lst {
    margin-top: 20px;
    margin-bottom: 40px;
}

.thankyou_txt {
    padding: 50px;
    border: 2px solid #b7b7b7;
}

.thankyou_txt h3 {
    font-size: 35px;
    color: #000;
    font-weight: 800;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.thankyou_txt h3 i {
    font-size: 40px;
    margin-right: 15px;
}

.order_det h5 {
    font-size: 20px;
    color: #7c7c7c;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.order_det p {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin: 0;
}

.order_complete_detail h3 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.order_detail_table {
    padding: 40px;
    border: 1px solid #b7b7b7;
}

.order_detail_table h5 {
    margin-top: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    font-family: 'Roboto', sans-serif;
}

.order_detail_table ul {
    margin-top: 20px;
    margin-bottom: 30px;
}

.order_detail_table ul li:not(:last-child) {
    margin-bottom: 25px;
}

.order_detail_table ul li {
    font-size: 14px;
    color: #7c7c7c;
}

.order_detail_table ul li span {
    float: right;
}

.order_detail_table ul li:last-child {
    font-weight: 700;
    color: #000;
}

.order_detail_table h6 {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    font-family: 'Roboto', sans-serif;
    padding: 25px 0;
    border-top: 1px solid #dbdbdb;
    margin: 0;
}

.order_detail_table h6 span {
    float: right;
}

.check_menu ul {
    text-align: center;
    margin-bottom: 40px;
}

.check_menu ul li {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #7c7c7c;
    margin: 0 14px;
}

.check_menu ul li i {
    font-size: 18px;
}

.check_menu ul li.purp {
    color: #700ea3;
}

.cart_sidebar {
    padding: 40px 25px;
    border: 1px solid #C4C4C4;
    border-radius: 0;
}

.cart_sidebar h3 {
    font-size: 27px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 500;
}

.cart_sidebar .h-sub {
    font-size: 27px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
    line-height: 0;
    padding-bottom: 30px;
    padding-top: 20px;
}

.cart_sidebar h5 span {
    float: right;
    color: #000;
}

.cart_sidebar h4 {
    margin-bottom: 30px;
    padding-top: 0;
    font-size: 22px;
    font-weight: 500;
    font-family: 'Jersey';
}

.cart_sidebar ul li input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.cart_sidebar ul li label {
    position: relative;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    color: #7C7C7C;
    font-family: 'Poppins';
}

.cart_sidebar ul li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.cart_sidebar ul li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #fac00e;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.cart_sidebar ul li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar form {
    margin-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #b7b7b7;
}

.cart_sidebar form h4 {
    font-size: 14px;
    font-weight: 400;
    color: #b7b7b7;
    font-family: 'Roboto', sans-serif;
}

.cart_sidebar form select {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form select option {
    color: #000;
}

.cart_sidebar form input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form input::placeholder {
    color: #b7b7b7;
}

.cart_sidebar form button {
    color: #000;
    font-size: 15px;
    border-radius: 0px;
    font-family: 'Poppins', sans-serif;
    padding: 10px 40px;
    background-color: #ebebeb;
    border: 2px solid #ebebeb;
}

.cart_sidebar form button:hover {
    background-color: transparent;
    transition: 0.3s ease-in-out;
}

.checkout_btn {
    padding: 15px 50px;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: 'Poppins';
    font-size: 18px;
    border: none;
    border-radius: 0;
    font-weight: 600;
    border: 2px solid transparent;
    background-color: #000;
    text-transform: capitalize;
    margin: 0 auto;
    border-radius: 50px;
}

.checkout_btn:hover {
    color: #000;
    background: #fc0;
}

ul.shipping-ul {
    border-bottom: 1px solid #dbdbdb;
    margin: 0;
    padding-bottom: 30px;
}

h6.payment-h {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 500;
    font-family: 'Jersey';
}

.cart_sidebar .radiosss-payments li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50px;
}

.cart_sidebar .radiosss-payments li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    border-radius: 20px;
    left: 6px;
    border: 0;
    width: 10px;
    height: 10px;
    background-color: #fac00e;
}

.radiosss-payments .card.card-body {
    padding: 0;
    border: 0;
    margin-left: 30px;
    background: none;
}

.radiosss-payments {
    border-bottom: 1px solid rgb(219, 219, 219);
}

section.checkout_page.all-section.all-side {
    padding: 100px 0 150px;
    position: relative;
    margin-bottom: -70px;
}

.checkout_page .img-1 {
    position: absolute;
    left: -13%;
    top: 50%;
    width: 340px;
}

.checkout_page .img-2 {
    position: absolute;
    right: -7%;
    top: 60%;
    width: 230px;
    transform: rotate(200deg);
}

.billing_form {
    border: 0;
    padding: 15px 25px;
}

.cart_sidebar * {
    color: #fff !important;
}

.chk-btn.checkout-btnns .site-btn button {
    background: transparent;
    border: 0;
    padding: 16px 29px;
    width: max-content;
}

.chk-btn.checkout-btnns {
    text-align: center;
}

.chk-btn.checkout-btnns .site-btn {
    margin: 0 auto;
}


/*Checkout End*/


/* Testimonial Page */

.testimonial-page {
    padding: 100px 0;
    margin-bottom: 0;
}

.testimonial-page .testi-main {
    margin: 20px 0;
}

.testimonial-page .testi-main:hover:before {
    background-image: url(../images/testi-actvbrdr.png);
}


/* Testimonial Page */


/*contact */

.contact-pag-form .form-group {
    position: relative;
}

.contact-pag-form .form-group::after {
    content: "";
    height: 53px;
    width: 10px;
    position: absolute;
    left: 45px;
    top: 5px;
    background-size: 10px 50px;
    background-image: url(../images/aroow-forward.png);
    background-repeat: no-repeat;
}

.contact-pag-form form input.form-control,
.details select {
    height: 60px;
    font-size: 15px;
    padding-left: 65px;
    border: 1px solid #d2d0cc;
    line-height: 1;
    box-shadow: none;
    color: #fff;
    font-weight: 400;
    background-color: transparent;
    margin-top: 20px;
    font-family: "Montserrat";
    display: flex;
    text-transform: capitalize;
    /* background: #f8f6f3; */
    border-radius: 5px;
    width: 100%;
}

.details select option {
    background-color: #000;
    color: #fff;
}

.form-selec select {
    padding: 0 65px 0 20px;
    cursor: pointer;
    color: #d4d4d4;
}

.form-selec i {
    left: unset !important;
    right: 13px;
}

.form-selec::after {
    left: unset !important;
    right: 45px !important;
    rotate: 180deg;
}

.contact-pag-form form input.form-control::placeholder {
    color: #d4d4d4;
    text-transform: capitalize;
}

.contact-pag-form form textarea.form-control {
    font-size: 15px;
    padding-left: 65px;
    padding-top: 13px;
    border: 1px solid #c6c6c6;
    letter-spacing: 0;
    box-shadow: none;
    resize: none;
    background-color: transparent;
    margin-top: 20px;
    color: #fff;
    border-radius: inherit;
    border-radius: 0;
    /* background: #f8f6f3; */
    border-radius: 5px;
}

.cicle-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    border: 1px solid #000000;
    height: 70px;
    width: 70px;
    border-radius: 50px;
    background-color: #000;
    color: #fce17a;
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
}

.contact-main-sec .contact-info {
    width: 100%;
    padding: 30px 20px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #fac00e;
    border-radius: 5px;
}

.contact-main-sec h2 {
    margin: 0;
    font-size: 24.44px;
    color: #000;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
    font-family: 'Jersey';
}

.contact_text p {
    font-size: 16px;
    line-height: 25px;
    color: #5f4700;
    padding-top: 0px;
    font-weight: 500;
    font-family: "Montserrat";
    letter-spacing: 1px;
}

.contact_text p a {
    text-decoration: none;
    transition: 0.5s ease-in-out;
    margin-top: 3px;
    display: block;
}

.contact-side-bar {
    padding-top: 18px;
}

.contact-main-sec {
    padding: 100px 0;
}

.contact-pag-form .form-group i {
    position: absolute;
    top: 20px;
    left: 13px;
    font-size: 20px;
    background: #fac00e;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-pag-form button {
    margin-top: 5%;
    /* width: fit-content; */
    /* border: none; */
}

.form-btn .chk-btn.checkout-btnns {
    text-align: left !important;
}

.form-btn .chk-btn.checkout-btnns .site-btn {
    margin-left: 0;
    width: 149px;
}

.form-btn .chk-btn.checkout-btnns .site-btn button {
    color: #fff;
    width: 152px;
    padding: 11px 0 18px;
    text-transform: uppercase;
}


/*contact end*/


/* InnerPage Login start */

section.login {
    padding: 70px 0px;
}

.login-txt form input {
    width: 100%;
    margin-bottom: 20px;
    outline: none;
    padding: 16px 40px 16px 20px !important;
    color: #fff;
    font-weight: 400;
    border-radius: 6px;
    border: 1px solid #2d2d2d;
    background: transparent;
    text-transform: capitalize;
    height: auto;
}

.login-txt form input::placeholder {
    color: #c7c7c7;
    text-transform: capitalize;
}

.login-txt h3 {
    font-size: 50px;
    line-height: 40px;
    margin: 0 0 40px 0;
    font-weight: 200;
    color: #fac00e;
}

.password-box {
    position: relative;
}

.password-box-input input {
    padding: 10px 40px 10px 20px;
}

.password-icon {
    position: absolute;
    top: 27%;
    right: 3%;
}

.password-icon span {
    color: #fff;
    cursor: pointer;
}

.login-txt {
    padding: 45px 25px 35px;
    box-shadow: 0 0 0px 2px #3c3c3c;
    border-radius: 8px;
}

.login-txt form button {
    width: 100%;
    color: #fff;
    /* border-radius: 30px; */
    padding: 15px 0px;
    outline: none;
    border: none;
    background: #28282b;
    margin-bottom: 20px;
    /* background: linear-gradient(0deg, rgba(222, 101, 68, 0.8799894957983193) 40%, rgb(185 52 43)90%); */
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}

.login-txt p {
    margin-bottom: 30px;
}

.or-login h3 {
    font-size: 50px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 200;
    text-align: center;
}

section.login .row {
    align-items: center;
}

.login-txt .site-btn {
    width: 180px;
}

.login-txt .site-btn button.theme-btn {
    margin: 10px 0 6px;
}

section.login .col-lg-2 {
    width: 8%;
}

section.login .col-lg-5 {
    width: 46%;
}

.form-control:focus {
    background: transparent;
    box-shadow: unset;
    border-color: #2d2d2d;
}


/* InnerPage Login end */


/* Inner Pages  */