@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

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;
}

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;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
    line-height: 25px;
    font-family: 'montserrat-regular';
}


/***** Font Files *****/

@font-face {
    font-family: 'american-captain-font';
    src: url(../font/American\ Captain.otf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'blenderPro-bold';
    src: url(../font/BlenderPro-Bold.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'montserrat-regular';
    src: url(../font/Montserrat-Regular.ttf);
    font-weight: 400;
    font-style: normal
}



/***** Custom Classes *****/

.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;
}

.theme_btn {
    padding: 5px 5px 5px 18px;
    border: unset;
    border-radius: 50px;
    color: #ffffff;
    z-index: 1;
    background: #ad2121;
    position: relative;
    font-size: 14px;
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #fff;
    font-family: 'montserrat-regular';
    text-transform: uppercase;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 6px;
    background-color: #f7ba00;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #000000;
}

.theme_btn:hover::before {
    width: 100%;
}

.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;
}


h1 {
    font-family: 'american-captain-font';
    font-size: 128px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'american-captain-font';
    font-size: 63px;
    line-height: 1.2;
    color: #212121;
    font-weight: 500;
    margin: 0 0 8px;
}

h3 {
    font-family: 'american-captain-font';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'american-captain-font';
    font-size: 24px;
    line-height: 1.2;
    color: #222222;
    font-weight: 500;
    margin: 0 0 4px;
}

h5 {
    font-family: 'blenderPro-bold';
    font-size: 20px;
    line-height: 1.2;
    color: #ad2121;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'blenderPro-bold';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec {
    padding: 20px 0px 0px;
    position: absolute;
    z-index: 1;
    width: 100%;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}

.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: #ffffff;
    padding: 10px 23px;
    font-size: 14px;
}





.menuSec ul li:last-child a:after {
    display: none;
}

.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;
    color: #ffc000;
}

.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;
}


/*header css start */

.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;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.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;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.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  */
.container-fluid {padding: 0px 140px;}

.side-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.side-btn-img {
    height: 36px;
    width: 36px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-img img {
    width: 100%;
}

.banner_text > img {
    margin-bottom: 18px;
}

.banner_text p {
    letter-spacing: 1px;
    font-size: 20px;
}

.banner_img img {
    width: 80%;
}

.header-btn {
    display: flex;
    align-items: center;
    justify-content: end;
}

.banner_img {
    text-align: center;
}
a.theme_btn.theme-btn-two {
    border-radius: 7px;
}

a.theme_btn.theme-btn-two .side-btn-img {
    border-radius: 6px;
}

.dis-block{
    display: block;
}
section.about-sec {
    margin: 100px 0px;
}

.side-icon-text {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 17px;
}

.side-icon-text h5 {
    margin-bottom: 0px;
}

ul.about-ul {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #f8f8f8;
    padding: 30px 50px;
    border-radius: 14px;
    border-left: 4px solid #ad2121;
    margin: 32px 0px 40px;
}

.about-text {}

li.about-ul-icon {
    height: 60px;
    width: 80px;
    border-radius: 10px;
    background: #ffffff;
    border: 2px dotted #ad2121;
    display: flex;
    align-items: center;
    justify-content: center;
}

li.about-ul-text p {
    margin-bottom: 0px;
}

ul.about-ul-one {
    display: flex;
    align-items: center;
    gap: 50px;
}

li.about-ulone-info a {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #000;
}

.about-ulone-info-icon i {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    background: #ad212166;
    color: #ad2121;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.about-ulone-info-number p {
    margin-bottom: 0px;
}

p.number-clo {
    color: #ad2121;
    font-weight: 600;
}
section.the-american-sec {
    background-image: url(../images/the-american-bg-img.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0px;
    margin-bottom: 100px;
}


.the-american-text .side-text h5 {color: #fff;}

.the-american-text h2 {
    color: #fff;
}

.the-american-text p {
    color: #fff;
    opacity: 70%;
}

.the-american-img img {
    width: 100%;
}
.testimonial-top-heading {
    width: 40%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
}

.testi-slider-box ul {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 2px solid #e0dfdf;
}

.testi-slider-box ul li p {
    margin-bottom: 0px;
}

.testi-slider-box ul li h4 {color: #ad2121;font-size: 22px;font-family: 'american-captain-font';}

.testi-slider-box {
    background: #f8f8f8;
    padding: 40px 30px;
    border-radius: 10px;
}

.testi-slider-box p {
    margin-bottom: 0px;
}
.testi-slider .slick-active {
    opacity: 1;
}
section.testimonial-sec {
    margin-bottom: 100px;
}

.legal-notic-text {
    text-align: center;
}

.legal-notic-text p {
    width: 80%;
    margin: 0 auto;
    line-height: 30px;
    margin-bottom: 30px;
    color: #fff;
}

.legal-notic-text h2 {
    color: #fff;
}

section.legal-notic-sec {
    padding: 90px 0px 70px;
    /* margin-bottom: 100px; */
    background-image: url(../images/legal-notic-bg-img.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
section.disclaimer-sec {
    padding: 100px;
    position: relative;
    z-index: 1;
}

section.disclaimer-sec:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/disclaimer-bg-img.png);
    z-index: -1;
}

.disclaimer-text {
    text-align: center;
}
.disclaimer-text p {
    width: 86%;
    margin: 0 auto;
}




/*---------------------------------------------------- Footer Section Start ------------------------------------------------------------- */

footer {
    background: #151515;
    padding: 80px 0 40px 0;
    position: relative;
}

.footer_logo img {
    margin-bottom: 10px;
    width: 160px;
}

.quick-links.rt ul li a {
    font-size: 14px;
}

.quick-links.rt {
    width: 82%;
    margin-left: 50px;
}

footer p {
    width: 82%;
    color: #bbbaba;
    margin-bottom: 0;
}

.footer_logo p {
    font-family: 'montserrat-regular';
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 14px;
}

footer h3 {
    font-size: 30px;
    margin: 0 0 25px 0;
    color: #fff;
    letter-spacing: 2px;
}

.quick-links ul li {
    margin-bottom: 3px;
}

.quick-links ul li a {
    color: #bbbaba;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 13px;
    font-size: 13px;
    transition: ease-in;
    transition-duration: 0.2s;
    font-weight: 400;
    line-height: 32px;
}

.quick-links ul li a:hover {
    color: #fff;
    transition: ease-out;
    transition-duration: 0.2s;
}



ul.footer-list li a {
    font-size: 17px;
    color: #ffffffa6;
    line-height: 40px;
    font-weight: 300;
}

ul.ftr-list li a {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 22px;
    font-size: 12px;
    color: #fff;
    padding-top: 10px;
    margin-bottom: 10px;
    transition: ease-in;
    transition-duration: 0.2s;
    opacity: 1;
}

ul.ftr-list li a:hover p {
    color: #fff;
    transition: ease-out;
    transition-duration: 0.2s;
}

ul.ftr-list li a p {
    font-size: 13px;
}

ul.ftr-list li a img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 27px;
    width: 27px;
    object-fit: contain;
}

ul.ftr-list i {
    color: #606e76;
    font-size: 24px;
}

.footer-text {
    width: 90%;
    margin: 0px 0px 0px auto;
}

.quick-links {
    width: 45%;
    margin: 0 auto;
    margin-bottom: 50px;
}

footer .col-md-3:before {
    position: absolute;
    content: "";
    background-color: #8d8d8d3d;
    right: -22px;
    height: 127%;
    width: 1px;
    top: -77px;
}

footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 34.5%;
    background: #3d3a3a;
    width: 1px;
    height: 74.7%;
}

footer .col-md-4,
footer .col-md-3,
footer .col-md-2 {
    position: relative;
}

footer .col-md-3:last-child:before {
    display: none;
}

.ftr-btm {
    background: #141414;
    padding: 12px 20px;
    border: 1px solid #8d8d8d3d;
    border-radius: 5px;
}

.ftr-btm ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}

.ftr-btm ul li {
    font-size: 14px;
    color: #737373;
}

.social-icons {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.ftr-btm ul li a i:hover {
    background: #ad2121;
    color: #ffffff;
}

.social-icons a i {
    color: #fff;
    font-size: 18px;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.5s;
}

.footer_bottom ul {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.footer_logo h3 {
    font-size: 32px;
    margin: 0 0 35px 0;
    font-weight: 200;
    /* font-family: 'Rajdhani'; */
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: 500;
}

.footer_bottom a {
    color: white;
}

.social-icons a i:hover {
    background-color: #fff;
    border: unset;
    transition: 1s;
    color: #000;
}
.quick-links.rt ul {
    column-count: 2;
}

footer:after {
    content: '';
    position: absolute;
    top: 0;
    right: 38%;
    background: #3d3a3a;
    width: 1px;
    height: 74.7%;
}

/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */


.training-martial-top-heading h2 {
    font-size: 109px;
}

.training-martial-top-heading {
    text-align: center;
    margin-bottom: 60px;
}

.training-martial-box {
    border: 1px solid #e7e7e7;
    margin-bottom: 40px;
}

.training-martial-box-img img {
    width: 100%;
}

.training-martial-box-text {
    padding: 26px 72px;
}

.training-martial-box-text h5 {
    font-size: 23px;
    color: #000;
    text-transform: uppercase;
}
section.training-martial-sec {
    margin: 100px 0px;
}
.the-book-img {
    background-image: url(../images/book-img-bg.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 20px;
}
.the-book-img {
    text-align: center;
    border-radius: 20px;
}

section.the-book-sec {
    margin: 100px 0px;
}
.gallery-img-boxone img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 20px;
}

.gallery-img-boxtwo img {
    width: 100%;
    height: 740px;
    margin-bottom: 20px;
}

section.gallery-sec {
    margin: 100px 0px;
}

/*CONTACT PAGE CSS STRT*/

.contact_detail_box figure img {
  margin: auto;
  /* filter: brightness(0) saturate(100%) invert(38%) sepia(50%) saturate(481%) hue-rotate(351deg) brightness(95%) contrast(98%); */
  filter: brightness(0) saturate(100%) invert(17%) sepia(35%) saturate(5036%) hue-rotate(346deg) brightness(108%) contrast(93%);
}

.contact_detail_box h2 {
  font-weight: 400;
  margin: 30px 0 10px 0;
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'american-captain-font';
}

.contact_detail_box p a {
  font-size: 15px;
  line-height: 24px;
  color: #636363 !important;
  margin: 0;
}

.contact_detail_box {
  padding: 50px 30px;
  border: 2px solid #f4f4f4;
  height: 280px;
  transition: 0.5s;
  border-radius: 15px;
  cursor: pointer;
}

.contact_detail_box:hover {
  background: #ad2121;
  color: white;
}
.contact_detail_box:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(3692%)
    hue-rotate(249deg) brightness(120%) contrast(100%);
}
.contact_form {
  padding-bottom: 80px;
}

.contact_form label {
  font-size: 14px;
  font-weight: 400;
  color: #5d5d5d;
  margin-bottom: 10px;
  font-weight: 600;
}

.contact_form input {
  height: 52px;
  width: 100%;
  box-shadow: none !important;
  outline: none;
  border: 1px solid #d1d1d1;
  padding: 0px 20px;
  margin-bottom: 20px;
  border-radius: 1px;
  background-color: transparent;
  color: black;
}

.btn_contact {
  border: 0;
  right: 0;
  background-color: #00007c;
  color: #fff;
  padding: 10px 40px;
  border: 2px solid #00007c;
  transition: 0.3s ease-in-out;
}

.btn_contact:hover {
  border: 0;
  right: 0;
  background-color: #fff0;
  color: #00007c;
  padding: 10px 40px;
  border: 2px solid #00007c;
}

.centerCol {
  margin: 0 auto;
  float: none;
}

.contact_form textarea {
  width: 100%;
  border: 1px solid #d5d5d5;
  margin-bottom: 20px;
  padding: 20px;
  background-color: transparent;
  color: #5d5d5d;
  border-radius: 9px;
  resize: none;
}

.contact-sec-h h6 {
  font-size: 60px;
  line-height: 45px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 25px !important;
  text-transform: capitalize;
  font-family: 'american-captain-font';
}

.contact-sec-h p {
  font-size: 14px;
  width: 85%;
  color: #636363;
  margin: auto;
  font-weight: 500;
  line-height: 23px;
}

.contact_page.all-section {
  background-color: #ffffff;
  padding: 100px 0 80px 0;
}

.contact_form {
  background-color: #fff;
}

.btn_wrap.text-center button {
  font-weight: 500;
  color: #000000;
  border: 1px solid #ad2121;
  text-transform: uppercase;
  padding: 12px 30px;
  border-radius: 60px;
}
.btn_wrap.text-center button span {
  background-color: #5e0f0b;
}

.btn_wrap.text-center button span img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(3692%)
    hue-rotate(249deg) brightness(120%) contrast(100%);
}
.btn_wrap.text-center button::before {
  background: #000;
  height: 0;
}

.contact_detail_box p {
  margin-bottom: 0;
  margin: 0 auto;
  width: 82%;
  font-weight: 400;
}

figure img {
  width: 50px;
}

section.contact_form button.theme_btn.theme_btn2 {
  padding: 15px 45px;
  background: #333333;
  text-transform: uppercase;
}

.number-item input::-webkit-outer-spin-button,
.number-item input::-webkit-inner-spin-button {
  -webkit-appearance: auto;
  margin: 0;
}

.contact_detail_box.text-center * {
  color: #ad2121;
}

.contact_detail_box:hover h2 {
  color: #fff;
}

.contact_detail_box:hover p {
  color: #fff;
}

.contact_detail_box:hover a {
  color: #fff !important;
}

/*CONTACT PAGE CSS END*/


/* cart page starts  */
/*CART*/
.add-to-cart thead {
  background: #ad2121;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
}

.cart-page-tble tbody .quanity span {
  border-radius: 100px;
  border: 1px solid #000;
  width: 30px;
  height: 30px;
  color: #000;
}

.align-items-center {
  align-items: center !important;
}

.inc {
  background-color: transparent;
  margin-top: 20px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  border-radius: 8px !important;
  border: 1px solid lightgrey;
}

.cart-page-tble tbody .quanity span {
  border-radius: 100px;
  border: 1px solid #000;
  width: 30px;
  height: 30px;
  color: #000;
}

.cart-page-tble tbody tr td input {
  /* height: 60px; */
  /* border: 1px solid #c4c4c4; */
  /* background-color: #ffffff; */
  /* color: #000; */
  text-align: center;
  height: 49px;
  border-radius: 6px;
  border: 0px solid #ebebeb;
  font-size: 23px;
  color: #0000009c;
  font-weight: 500;
  background: #fff0;
  margin: 0;
  border-radius: 5px;
  width: 100px;
}

.cart-page-tble tbody .quanity span {
  border-radius: 100px;
  border: 1px solid #000;
  width: 30px;
  height: 30px;
  color: #000;
}

.inc {
  background-color: #f7f7f7;
  margin-top: 20px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  border: 1px solid #c3c3c3;
  width: 90%;
  height: 60px;
  border-radius: 11px;
}

.input-number {
  border: none;
}

.input-number-decrement,
.input-number-increment {
  display: inline-block;
  width: 40px;
  height: 40px;
  display: inline-flex;
  color: #444;
  text-align: center;
  font-weight: 700;
  border-left: 1px solid #c3c3c3 !important;
  cursor: pointer;
  background: #f7f7f7;
  justify-content: center;
  align-items: center;
}

span.input-number-decrement {
  border-right: 1px solid #c3c3c3 !important;

  border-left: none !important;
}

.input-number,
.input-number1,
.input-number-decrement,
.input-number-increment {
  border: 0;
  height: 57px;
  user-select: none;
  font-weight: 700;
  padding: 5px 5px 5px 5px;
  width: 70px;
  background: transparent;
  color: #bdc0bc;
}

a.update {
  color: #000;
}

.product-cart figure {
  /* padding: 10px; */
  margin: 0;
  /* background-color: #eaeaea; */
  /* border-radius: 3px; */
  /* border: 1px solid #c8c8c8; */
}

th:first-child {
  border-radius: 10px 0 0 10px;
}

th:last-child {
  border-radius: 0 10px 10px 0;
}

.shipping-box h4 {
  color: #d60000;
  font-family: "Montserrat";
}

.for-lin:before {
  position: absolute;
  content: "";
  left: 0;
  background-image: url(../images/line.png);
  background-repeat: no-repeat;
  width: 949px;
  height: 30px;
  z-index: 9999;
  top: 10px;
}

.for-lin {
  position: relative;
}

.add-to-cart .table > thead > tr > th {
  border-bottom: 0;
  padding-left: 0;
  padding-bottom: 25px;
  padding-top: 25px;
  text-align: center;
}

.add-to-cart thead tr th {
  font-size: 21px;
  font-weight: 400;
  line-height: 18px;
  text-transform: capitalize;
  line-height: 10px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "amplesoftpro";
}

.table-space h6 {
  font-size: 24px;
  color: #727272;
  margin-bottom: 5px;
  line-height: 25px;
  margin-top: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.table-space span {
  font-size: 20px;
  font-weight: 500;
  color: #727272;
  text-transform: uppercase;
}

.cart-product-img {
  width: 70%;
  height: 110px;
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
  border-radius: 0px !important;
}

.add-to-cart input {
  width: 100%;
  text-align: center;
  height: 050px;
  border-radius: 46px;
  border: 0;
  font-size: 23px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  margin-top: 0;
  background-color: transparent;
  color: #bdc0bc;
  pointer-events: none;
}

.add-to-cart a {
  font-size: 17px;
  display: block;
  text-align: center;
  padding-top: 9px;
  color: #b4b4b4;
  font-weight: 500;
  text-decoration: none;
  text-transform: capitalize;
}

.add-to-cart h4 {
  font-size: 35px;
  font-weight: 400;
  color: #727272;
  margin-top: 40px;
  font-family: 'blenderPro-bold';
  text-align: center;
  -webkit-text-stroke-width: inherit;
  -webkit-text-stroke-color: inherit;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

th.text-align\:left {
  text-align: left !important;
  padding-left: 50px !important;
}

tr.space {
  border-bottom: 1px solid #ccc;
}

a.remove {
  background: #ad2121;
  color: rgb(255, 255, 255);
  font-size: 22px;
  padding: 9px 16px;
  margin-top: 25px;
  font-weight: 300;
}

.proceed a {
  color: #000000;
  text-align: left;
  font-size: 19px;
  text-transform: capitalize;
  /* font-family: "Montserrat"; */
}

.proceed i {
  margin-left: 10px;
}

.proceed .checkout-btn {
  background: #ad2121;
  padding: 17px 20px;
  width: 35%;
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 0;
  margin-left: auto;
}

.all-section-inner {
  padding: 80px 0 80px;
}

.or-amazon {
  position: relative;
  border: 2px solid #c3c3c3;
  padding: 30px 50px;
  border-radius: 5px;
  /* background-color: white; */
  width: 35%;
  margin: 50px 0 0 auto;
}

.or-amazon p {
  font-size: 20px;
  position: absolute;
  background: #ffffff;
  top: -17px;
  left: 0;
  padding: 3px 20px;
  color: #000000;
  display: block;
  text-transform: uppercase;
  border: navajowhite;
  right: 0;
  margin: 0 auto;
  width: 61%;
}

.or-amazon a {
  text-decoration: none;
  text-align: center;
}

.total-section {
  padding: 60px 40px;
  /* box-shadow: 0 0 20px 2px #00000017; */
  border-width: 1px;
  border-color: #f1f1f1;
  border-style: solid;
  border-radius: 10px;
  background-color: #f7f7f7;
}

.total-section li {
  font-size: 20px;
  padding-bottom: 30px;
  color: #929292;
}

li.color-change {
  color: #5f0e0b;
  text-transform: capitalize;
  padding-bottom: 0 !important;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
}

.total-section li span {
  float: right;
}

.ship-estimate {
  padding: 36px 40px;
  margin-top: 25px;
  border-width: 1px;
  border-radius: 0;
  border-color: #f1f1f1;
  border-style: solid;
  border-radius: 10px;
  background-color: #f7f7f7;
}

.ship-estimate ul {
  margin-top: 20px;
  margin-bottom: 30px;
}

.ship-estimate li {
  font-size: 22px;
  margin-bottom: 11px;
  font-weight: 500;
  color: #000000;
}

.ship-estimate .grey-style {
  color: #959595;
  font-size: 18px;
  font-weight: 500;
}

.proceed {
  display: flex;
  align-items: flex-start;
}

.add-to-cart .table-space {
  display: flex;
  align-items: center;
}

.add-to-cart .table-space .col-md-7 {
  margin-left: 20px;
}

.cart-product-img img {
  width: 100%;
  object-fit: fill;
  object-position: top;
  display: grid;
  align-items: center;
  align-content: center;
  height: 100%;
}

.add-to-cart thead tr th:first-child {
  border-radius: 0 !important;
}

.add-to-cart thead tr th:last-child {
  border-radius: 0 !important;
}

.cart-product-img {
  background: #f6f6f6;
  width: 140px;
  height: 140px;
  border: 1px solid #c3b3a7;
}

/* cart page ends */








































/*CHECKOUT PAGE STRT*/

.billing_form {
  padding: 40px;
  /*background-color: #0e194a;*/
}

.billing_form h3 {
  margin-bottom: 30px;
  font-size: 30px;
  color: black;
  margin: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: 400;
}

.billing_form label {
  font-size: 14px;
  color: #8d8d8d;
  line-height: 20px;
  font-weight: 500;
  text-transform: math-auto;
}

input[type="text"]::placeholder {
  font-size: 14px;
  color: #7c7c7c;
  font-weight: 500;
  line-height: 14px;
}

.radiosss p {
  color: #8d8d8d;
  font-size: 12px;
  font-weight: 400;
  font-family: 'montserrat-regular';
}

.billing_form input {
  width: 100%;
  height: 50px;
  border: 1px solid #c5c5c5;
  margin-bottom: 20px;
  padding-left: 15px;
  background-color: #fff0;
  border-radius: 0px;
  font-size: 14px;
  color: black;
  line-height: 20px;
  font-weight: 400;
  border-radius: 5px;
}

.billing_form input::placeholder {
  font-size: 14px;
  color: #8d8d8d;
  line-height: 20px;
  font-weight: 400;
}

.cart_sidebar .cart_lst li:not(:last-child) {
  margin-bottom: 14px;
  color: #8d8d8d;
}

.cart_sidebar .cart_lst li {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

.cart_sidebar .cart_lst li span {
  float: right;
}

.cart_sidebar .cart_lst li:last-child {
  font-size: 24px;
  font-weight: 500;
  color: black;
  text-transform: uppercase;
  font-family: 'american-captain-font';
}

.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;
}

.thankyou_txt h3 i {
  font-size: 40px;
  margin-right: 15px;
}

.order_det h5 {
  font-size: 20px;
  color: #7c7c7c;
  font-weight: 400;
}

.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;
}

.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;
}

.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;

  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: #4b902c;
}

.cart_sidebar {
  padding: 40px 25px;
  border: 1px solid #bfbfbf;
  border-radius: 0px;
}

.cart_sidebar h3 {
  font-size: 24px;
  color: #000;
  margin-top: 0px;
  line-height: 25px;
  margin-bottom: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.cart_sidebar button {
  border: none;
  padding: 12px 10%;
  color: #fff;
  background: #ad2121;
  font-size: 19px;
  margin-top: 20px;
  display: block;
  text-transform: uppercase;
  border-radius: 8px;
}

.cart_sidebar .h-sub {
  font-weight: 500;
  color: #000;
  font-size: 24px;
  border-bottom: 1px solid #373a33;
  margin-bottom: 20px;
  line-height: 0;
  padding-bottom: 30px;
  padding-top: 20px;
  text-transform: uppercase;
}

.cart_sidebar h5 span {
  float: right;
}

.cart_sidebar h4 {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  padding: 0 0 20px 0;
}

.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: 14px;
  font-weight: 500;
  /* color: #000; */
  /* font-family: 'Montserrat'; */
  color: #8d8d8d;
  font-family: 'montserrat-regular';
}

.cart_sidebar ul li label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #c4c4c4;
  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 #ad2121;
  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;
}

.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: 14px 50px;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  background: linear-gradient(180deg, #63ab1e 60%, #4a8f2c 100%);
  text-transform: uppercase;
  border-radius: 100px;
}

.Quick_info ul li a {
  text-transform: lowercase;
  font-size: 14px;
}

ul.shipping-ul {
  border-bottom: 1px solid #000;
  margin: 0;
  padding-bottom: 30px;
}

h6.payment-h {
  font-weight: 400;
  color: #000;
  font-size: 24px;
  margin-bottom: 30px;
  font-family: 'american-captain-font';
  text-transform: uppercase;
}

label {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: #7c7c7c;
  font-weight: 500;
  /* margin-bottom: 12px; */
}

.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: 6px;
  border-radius: 20px;
  left: 6px;
  border: 0;
  width: 10px;
  height: 10px;
  background-color: #ad2121;
}

.radiosss-payments .card.card-body {
  padding: 0;
  /* border: 1px solid #e9e9e9; */
  margin-left: 0;
  padding: 10px;
  background-color: #ffffff9e;
}

.radiosss-payments {
  border-bottom: 1px solid #e9e9e9;
}

.billing_form {
  border: 1px solid #b7b7b7;
  padding: 20px;
  border-radius: 7px;
}

section.checkout_page.pt-5.pb-5 {
  padding: 100px 0px !important;
  background-image: url(../images/cont-bg.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}
/* Checkout ends  */