body{
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

header .container{
    padding:15px 0;
    border-bottom: #eee solid 1px;
}
.top-right img{
    width: auto;
}
.top-right li{
    list-style: none;
    float:right;
    margin-right:25px;
    font-size:18px;
    position: relative;
}
.top-right li span{
   position: absolute;
   background: #d3ff2a;
   height: 20px;
   width: 20px;
   border-radius: 50px;
   left: 11px;
   top: 5px;
   font-size: 12px;
   text-align: center;
   line-height: 20px;
   font-weight: 500;
}
.top-right li span{
   position: absolute;
   background: #d3ff2a;
   height: 20px;
   width: 20px;
   border-radius: 50px;
   left: 11px;
   top: 5px;
   font-size: 12px;
   text-align: center;
   line-height: 20px;
   font-weight: 500;
}
.top-right li a{
    color: #000;
}
.top-right{
    margin-top: 25px;
    display: block;
}
.top-right li a:hover{
    color: #091598;
}

 
.inner-banner{
    background: #eee;
    padding:5%;     
    margin-bottom:45px;
    position: relative;
    color: #ffffff;
    background-color: #fafafa;
    background-size: cover;
    background-position:top center; 
 
}
.inner-banner:before {
    position: absolute;
    content: '';
    background: #000;
    /* background-color: hsl(0, 0%, 0%, 0.3); */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}
 
 .inner-banner h2{
    color:#fff;
    text-align: center;
        position: relative;
    color: #ffffff; 
    background-size: cover;    
    background-position: center center; 
    margin-bottom: 0px;
    font-size:45px;
    font-weight: bold;
 }
.header-search{
  margin-top: 15px;  
}

.img-responsive{
    max-width: 100%;
}
.logo h2{
    color:#091598;
    font-size:20px;
    font-weight: bold;
}
 
.view-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
}
.thumbnail
{
    margin-bottom: 30px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.item.list-group-item
{
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 1rem;
    border: 0;
}
.item.list-group-item .img-event {
    float: left;
    width: 30%;
}

.item.list-group-item .list-group-image
{
    margin-right: 10px;
}
.item.list-group-item .thumbnail
{
    margin-bottom: 0px;
    display: inline-block;
}
.item.list-group-item .caption
{
    float: left;
    width: 70%;
    margin: 0;
}

.item.list-group-item:before, .item.list-group-item:after
{
    display: table;
    content: " ";
}

.item.list-group-item:after
{
    clear: both;
}
.mb-3{
    margin-bottom: 1rem !important;
}

 label{
    font-size: 18px;
 }
.has-search .form-control {
    padding-left: 2.375rem;
    border: #fff solid 1px;
    }

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
.my-account{
    float: right;
    color: #000;;
    font-size: 14px;
    margin-top: 15px;
}
#products{
    padding: 60px 0px 0px;
}
#products li.product{
    width:25%;
    float: left;
    padding: 0 15px;
        list-style: none;
    position: relative;
    margin-bottom: 25px;
    text-align: center;
}
#products li.product img{
    width:100%;
}
#products .product-inner {
    overflow: hidden;
    padding-bottom: 25px;
        position: relative;
    background-color: #fff;
}

#products .product-thumbnail {
    position: relative;
}

#products .product-summary {
    transition: transform .35s ease;
    padding-top: 20px;
    background-color: #fff;
}
#products .product-inner:hover .product-summary {
    transform: translateY(-40px)
}

#products .product-inner:hover .product-buttons {
    transform: translateY(0);
    opacity: 1;
    transition: .1s
}

#products li.product .product-buttons {
    padding-top: 15px;
    position: absolute;
    left: 0;
    right: 0;
    height: 40px;
    opacity: 0;
    transform: translateY(50%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    margin-left: -15px;
    margin-right: -15px;
    background-color: #fff;
}
#products ul.products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 0;
    position: relative;
}
#products ul.products .product-title {
    font-size: 16px;
    margin: 0 0 3px;
}
#products ul.products .check-name input{
    height: 17px;
    width: 17px;
    border: 2px solid #333;
    position: absolute;
    left: 15px;
}
#products ul.products .priceData_1,
#products ul.products .priceData_2,
#products ul.products .priceData_3{
    text-align: center;
    display: block;
}
#products ul.products .check-name{
  float: left;
  position: relative;
  padding-left:20px;
  width: 70%;
  text-align: left;
}
#products ul.products .add_to_cart{
display: flex;
padding: 8px 15px;
background:#ddd;
color: #979696;
border-radius: 5px;
text-decoration: none;
border: none;
list-style: none;
}
 

#products ul.products .price {
    color: var(--rz-text-color-gray);
    font-size: 16px;
    font-weight: 500;
    display:inline-block;
    width: 30%;
    text-align: right;
}
#products ul.products label{
    font-weight: normal;
}

#products li.product .product-buttons a{
    display: flex;
    padding:8px 15px;
    background:#091598;
    color: #fff;
    border-radius:5px;
    text-decoration: none;
}
#products li.product .product-buttons a:hover{
    background: #000;
    text-decoration: none;
}
#products .product-title{
    text-align: center;
    font-weight: bold;
}
#products .price{
    text-align: center;
    font-weight: bold;
}


/*Footer*/
footer{
    padding:60px 0px ;
}
footer h2{
    font-size:18px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px;
}
footer p{
     font-size:16px;
    color:#cdcdcd;
}
footer a{
     color:#cdcdcd;
}
footer a:hover{
   text-decoration: none;
   color: #fff;
}
footer ul{
    padding: 0;
    margin: 0;
}
footer li{
    list-style: none;
    line-height:35px;
}
.bottom{
    border-top:#2b2b2b solid 1px;
    margin-top: 25px;
    padding-top: 25px;
}
.bottom p{
    padding-bottom: 0;
    margin-bottom: 0;
}
.bottom a{
     color:#cdcdcd;
}

/*Cart*/
#cart{
    padding: 80px 0;
}
#cart .product-thumbnail{
        width: 20%;
    float: left;
    margin-right: 35px;
}

#cart .product-thumbnail img{
    width:100%
}
#cart .product-top{
display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 25px;
}
#cart .product-name {
    width: 100%;
}
#cart .product-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 200px;
}
#cart .cart-item{
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding-top: 25px;
     padding-bottom: 25px;
     width:90%;
}
#cart .product-price {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: var(--rz-color-dark);
}
#cart .product-bottom {
    display: flex;
    justify-content: space-between;
}
#cart .quantity {
    border: 1px solid var(--rz-border-color-gray);
    transition: 0.4s;
    display: flex;
    font-size: 14px;
}
#cart .quantity .razzi-qty-button {
    cursor: pointer;
    padding: 0 7px;
    align-items: center;
    position: relative;
    display: inline-flex;
}
#cart .product-qty .qty {
    width: 30px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border: none;
}
#cart .product-qty .qty-button {
    cursor: pointer;
    padding: 0 7px;
    align-items: center;
    position: relative;
    display: inline-flex;
    background:transparent;
    border: none;
}
#cart .product-qty .qty-button:focus{
    border:none;
    outline: none;
}
#cart .product-qty {
    border: 1px solid #cdcdcd;
    transition: 0.4s;
    display: flex;
    font-size: 14px;
}
#cart .input-wrapper {
 
  height:40px;
  display: flex;
  border-radius: 50%;
}

#cart input[type="number"]::-webkit-inner-spin-button,
#cart input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

#cart input[type="number"] {
  -moz-appearance: textfield;
  padding: 10px;
  text-align: center;
}

#cart .input-wrapper button {
  cursor: pointer;
}
 
#cart .product-remove{
    color: #919191;
    font-size: 15px;
}

#cart .cart_totals {
    background-color:#f5f5f5;
    padding:30px 30px 15px;
    margin-bottom: 20px;
}
#cart .cart_totals .line{
    border-bottom: #ddd solid 1px;
    border-top: #ddd solid 1px;
    padding-top: 25px;
    margin-bottom: 25px;
}
#cart .cart_totals .line-b{
    border-bottom: #ddd solid 1px;
    margin-bottom: 25px;
}
.proceed{
background: #091598;
    color: #fff !important;
    font-size: 19px;
    width: 100%;
    display: block;
    padding: 10px;
    text-align: center;
    font-weight: 500;
}

.proceed:hover{
background:#000;
    color: #fff;
    text-decoration: none;
}

.breadcrumb{
        background-color: transparent;
        padding:20px 0;
}
.breadcrumb a{
color:#909090

}
 .breadcrumb-item.active {
    color:#000;
}
.inner-title{
    text-align: center;
    font-size: 32px;
}
.inner-banner .breadcrumb{
/*    width:8%;*/
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-banner .breadcrumb a, .inner-banner .breadcrumb-item+.breadcrumb-item::before {
color:#fff !important;

}
.inner-banner .breadcrumb-item.active {
    color:#d3ff2a !important;
}
.checkout-form .form-control{
 padding: 12px 15px !important;
 border: #cccccc solid 1px;
 border-radius: 0px;
 height: auto !important;
}
.checkout-form h2{
    font-size: 23px;
    margin-bottom: 25px;
}
.checkout-right  h2{
    font-size: 23px;
    margin-bottom: 25px;
}
.checkout-form{
    width: 90%;
}
.checkout-right strong{
    font-weight: 500;
}
.star{
    color:red;
}
/*Service*/

.services-schools{
    padding:70px 0;
}
.services-schools h1{
    font-size:40px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    display: block;
    width: 100%;
}
 
.services-schools h3{
   font-size:18px;
   text-align: center;
   color: #000;
   padding: 10px 0 5px;
   margin-bottom: 0px;
}
.services-schools a {
  text-decoration: none;
  color: #6e6c6c;
}
.services-schools p{
   font-size:13px;
   text-align: center;
   color:#6e6c6c;
   display: block;
   padding-bottom: 25px;
   text-transform: uppercase;
   letter-spacing:1px;
   font-weight: 500;
   
}

/*Service*/
/* bootstrap mod: carousel controls */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2322313F' stroke-miterlimit='10' stroke-width='2' viewBox='0 0 34.589 66.349'%3E%3Cpath d='M34.168.8 1.7 33.268 34.168 65.735'/%3E%3C/svg%3E");
  height: 100px;
}

.carousel-control-next-icon {
  transform: rotate(180deg);
}

/*Popular Category*/
.popular{
    background: #06159c;
    padding: 70px 0;
}
.popular h1{
    font-size:40px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    display: block;
    width: 100%;
    color: #fff;
}
.popular img{
    max-width: 100%;
}
.popular h3{
   font-size:25px;
   text-align: center;
   color: #fff;
   padding: 10px ;
   margin-bottom: 0px;
}
.popular a{
   font-size:14px;
   text-align: center;
   color: #000;
 background: #fff;
 border-radius: 50px;
  cursor: pointer;
    padding:8px 20px;
        text-transform: uppercase;
    letter-spacing: 2px;
    overflow: hidden;
    display: table;
    margin:0 auto 25px auto;
}

.popular a:hover{
   color: #000;
 background:#d3ff2a;
 text-decoration: none;
}

/*Gallery*/
 
.grid-gallery{
    padding: 70px 0;
    overflow: hidden;
    min-height:600px;
}
.grid-gallery .button {
  display: inline-block;
  padding: 0.5em 1.0em;
  border-radius: 4px;
  background: #ffffff;
  font-family: sans-serif;
  font-size: 16px;
  cursor: pointer;
  border: 0px solid #000000;
  margin: 10px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  letter-spacing: 0.8px;
}

.grid-gallery .button:hover {
  background-color:#06159c;
  color: #fff;
}

.grid-gallery .button:active,
.grid-gallery .button.is-checked {
  background-color:#06159c;
  outline: none;
  color: #fff;
}

.grid-gallery .button-group {
  margin: 20px 0;
  text-align: center;
}

.grid-gallery .button-group:after {
  content: '';
  display: block;
  clear: both;
}

.grid-gallery img {
  vertical-align: middle;
}

.grid-gallery .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.grid-gallery .grid article {
  background-color: #FFFFFF;
  display: block;
  float: left;
  margin: 1%;
  width: 23%;
}
/* common form
*/
.schedule{
    padding:15px 0 60px;
}
.schedule .form-control{
 padding: 12px 15px !important;
 border: #cccccc solid 1px;
 border-radius: 0px;
 height: auto !important;
}
.schedule .form{
    background:#f5f5f5;
    padding:50px;

}
.schedule .form h2{
    font-size:35px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    display: block;
    width: 100%;
}
.btn{
    margin: 2px;
}
.schedule button{
    font-size:20px;
    padding:7px 20px;
    font-weight:500;
    letter-spacing: 0.5px;
}
.btn-primary {
    background: #091598;
    border-color:#091598 ;
}
.btn-default{
    background: #ccc;
}
.btn-default:hover{
    background: #ddd;
}

/*photogallery*/
.photogallery{
    padding:15px 0 60px;
}

.photogallery .img-fluid{
   overflow:scroll;
   height:250px;
   object-fit: cover;
   text-align: center;
   width: 100%;
   margin-bottom:15px;
}
 

.about-us{
    padding:40px 0px 60px;
}
.about-us p{
    font-size:17px;
    text-align: justify;
}
.experience{
    background: #f5f5f5;
    padding: 50px;
    margin-top:35px;
}
.experience p{
    margin-bottom: 0px;
}
.experience h3{
    font-size:27px;
}

.about-us h4{
    font-size:21px;
    color: #091598;
    font-weight: bold;
}
.videos {
     padding:40px 0px 60px;
}
.videos video{
    border: #ddd solid 1px;
    padding: 10px;
}
.ceo{
    background: #06159c;
    padding:50px;
} 
.ceo h2{
   color: #fff;
   margin-bottom: 25px;
} 
.ceo p{
   color: #fff;
   font-size: 18px;
   margin-bottom: 25px;
} 
.ceo a{
   font-size:14px;
   text-align: center;
   color: #000;
 background: #fff;
 border-radius: 50px;
  cursor: pointer;
    padding:8px 20px;
        text-transform: uppercase;
    letter-spacing: 2px;
    overflow: hidden;

}
.ceo a:hover{
   color: #000;
 background:#d3ff2a;
 text-decoration: none;
}
#carouselExampleIndicators .carousel-control-next-icon{
    color: #fff !important;
}

/*thank you page*/

.thank-you-container {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
}
.thank-you-content {
    background: rgba(255, 255, 255, 0.8);
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.thank-you-content h1 {
    margin-bottom: 1rem;
}
.thank-you-content p {
    font-size: 1.2rem;
    color: #7f8c8d;
    margin-bottom: 2rem;
}
/*.home-button {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    color: #fff;
    background-color: #3498db;
    border-radius: 4px;
}
.home-button:hover {
    background-color: #2980b9;
    text-decoration: none;
    color: #fff;
}*/


@media (max-width: 1024px) {
  .grid-gallery .grid article {
    width: 31.3%;
  }
}

@media (max-width: 767px) {
  
  .grid-gallery .grid article {
    width: 48%;
  }
}

@media (max-width: 479px) {
  .grid-gallery .grid article {
    margin: 2% 0;
    width: 100%;
  }
}


/* medium - display 4  */
@media (min-width: 768px) {
    #gallery .carousel-inner .carousel-item-right.active,
    #gallery .carousel-inner .carousel-item-next {
      transform: translateX(33.33333%);
    }
    
    #gallery .carousel-inner .carousel-item-left.active, 
    #gallery .carousel-inner .carousel-item-prev {
      transform: translateX(-33.33333%);
    }
}

/* large - display 5 */
@media (min-width: 992px) {
    #gallery .carousel-inner .carousel-item-right.active,
    #gallery .carousel-inner .carousel-item-next {
      transform: translateX(20%);
    }
    
    #gallery .carousel-inner .carousel-item-left.active, 
    #gallery .carousel-inner .carousel-item-prev {
      transform: translateX(-20%);
    }
}

#gallery .carousel-inner .carousel-item-right,
#gallery .carousel-inner .carousel-item-left{ 
  transform: translateX(0);
}


/* gallery slider */
#gallery .carousel-inner .carousel-item.active,
#gallery .carousel-inner .carousel-item-next,
#gallery .carousel-inner .carousel-item-prev {
  display: flex;
}


.mainslider .carousel-control-next, .mainslider .carousel-control-prev {
top: 50% !important;
    width: 55px !important;
    opacity: 0.7 !important;
    height: 55px !important;
    background: #fff !important;
    border-radius: 50% !important;
    padding: 20px !important
}

.mainslider .carousel-control-next{
     right:2%;
}
 .carousel-control-prev {
   left:2%;
}

@media (max-width: 768px) {
  #gallery .carousel-inner .carousel-item > div {
    display: none;
  }
  #gallery .carousel-inner .carousel-item > div:first-child {
    display: block;
    text-align: center;
  }
}

/* bootstrap mod addons */
#gallery .w-90 {
  width: 90%;
}

 

#gallery .col-5 {
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 576px){
  #gallery .col-sm-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 768px){
  #gallery .col-md-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px){
  #gallery .col-lg-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px){
  #gallery .col-xl-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

 


@media (min-width: 1200px) {
    .container {
        max-width:90%;
    }
}
@media screen and (max-width:767px){
   .mainslider .carousel-control-next, .mainslider .carousel-control-prev {
    top:35% !important;
    width: 40px !important;
    opacity:1 !important;
    height: 40px !important;
    padding: 15px !important;
}
      .payment-checkout-container{
            width: 100% !important;
    }
    .grid-gallery{
    min-height:900px;
}
.grid-gallery .grid article{
    position:static !important;
}

    #products li.product {
        width: 100%;
    }
    .header-search {
        width:90%;
        border-bottom: #ddd solid 1px;
        margin:0 auto 25px auto;
}
.nav-item::before,
.dropdown-toggle::after{
    background-color: #fff !important;
}
.dropdown-item {
    color: #fff !important;
}

.experience {
    padding: 30px;
    margin-top: 0px;
}
.inner-banner{
    margin-bottom: 25px;
}
.about-us {
    padding:25px 0px 25px;
}
.about-us p {
    text-align: left;
}
.inner-banner h2 {
    font-size: 40px;
    line-height: 40px;
}
.modal-body {
    padding: 1rem 1rem 2.5rem;
}
#cart {
    padding:30px 0;
}
#cart .cart-item {
    width: 100%;
}
#cart .product-content {
    min-height: auto;
}
#cart .cart-item {
    border-bottom:0px solid #ddd;
}
.proceed{
    color: #fff !important;
}
.bottom p {
    text-align: left;
}
footer h2{
    margin-bottom: 10px;  
}
 
footer ul {
    padding: 0;
    margin: 0 0 20px;
}
 footer{
       background: #1f1f1f;
        background-image: none !important;
        padding: 60px 0px 0px;
    }
    .bottom{
        background:#000;
        padding-top:20px;
        padding-bottom:20px;
    }
.logo{
    width:90%;
    text-align: center; 
    margin: 0 auto;
}
 .top-right li:first-child{
    margin-right:0px;
 }
.top-right {
        margin: 0;
        /* display: block; */
        width: 100%;
        padding: 0;
            display: -webkit-flex;
        display: flex
;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        width: 100%;
    }
        .top-right li {
    float: none;
    margin-right:0px;
    text-align: center;
}
.navbar-light .navbar-toggler-icon,
.navbar-light .navbar-toggler-icon:after, .navbar-light .navbar-toggler-icon:before{
        border-bottom: 1px solid #fff !important;
}
 .navbar-light .navbar-toggler {
    margin: 0 auto;
}
.services-schools,
.popular,
.grid-gallery {
    padding: 50px 0;
}
.services-schools h1,
.popular h1 {
    font-size: 30px;
}
.grid-gallery .button-group {
    margin: 0px 0;
    }

    
    
}

.error {
    color:red;
    font-weight: bold;
}
.payment-checkout-container{
  width: 50%;
  margin: 0 auto;
}
.payment-pay-container{
  margin-top: 48px;
}
.payment-pay-container{
  margin-top: 48px;
}
.payment-pay-container .panel-title{
  font-size: 23px;
  margin-bottom: 25px;
}
.cartDataSec.hide{
  display: none;
}
.cartEmptySec{
  display: none;
}
.cartEmptySec.show{
  display: block;
}
.noItemInCart{
  text-align: center;
  margin: 24px 0;
  font-size: 24px;
  font-weight: 400;
}

.blogCommentSec{
  width: 50%;
  margin: 0 auto;
}
.singlecomment{
  margin:24px 0;
}
.blogCommentSec .commentList p{
  margin-bottom: 6px
}
.blogCommentSec .commentList .commentWriterName{
  text-align: right;
  font-weight: bold;
}
