body {
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    text-rendering: auto;
    font-family: "Nunito", serif;
    font-size: 1rem;
    transition: 0.4s;
}
html {
  scroll-behavior: smooth;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lora", serif;
}
p{
    font-family: "Nunito", serif;
    font-size: 15px;
}
span{
    font-family: "Nunito", serif;
}
a{
    font-family: "Nunito", serif;
}
a:hover{
    text-decoration: none;
}
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding: 0px 200px;
}
.container{
    max-width: 100%;
    padding: 0px 200px;
}
header{
    background: rgb(0 0 0 / 100%);
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.44);
    z-index: 999;
    padding: 10px 0px;
}
.bsnav {
    background: none;
    padding-right: 50px !important;
}
.logo {
    padding: 0px 0px 0px 0px;
    text-align: left;
    width: 100px;
}
.navbar-brand {
    width: fit-content;
}
.logo_cont p, .mob_logo p{
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
}
header .container{
    padding: 0px 50px;
}
header .row{
    align-items: center;
}
.navbar-expand-lg .navbar-nav .nav-link, .navbar-nav .nav-link{
    font-family: "Lora", serif;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 10px 20px;
    color: #fff;
}
.dropdown {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 100%;
  line-height: 40px;
}

.dropdown-text {
  cursor: pointer;
  position: absolute;
  text-indent: 5px;
  line-height: 40px;
  background-color: #898989;
  width: 100%;
  letter-spacing: 1px;
  top: 4px;
}
.dropdown-text:hover{
  background-color: #898989;
}
.dropdown-text:after {
  position: absolute;
  right: 9px;
  top: 18px;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
}

.dropdown-text,
.dropdown-content a {
  color: #fff;
    font-family: "Lora", serif !important;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
}
.dropdown-content a span{
    float: right;
    margin-right: 6px;
}
.main_nav a{
    background: #d8d8d8;
    text-decoration: none;
    color: #037f12;
}

.dropdown-toggle {
  font-size: 0;
  z-index: 1;
  cursor: pointer;
  position: relative;
  top: 0;
  border: none;
  padding: 0;
  background: transparent;
  height: 40px;
  width: 100%;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-content {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  list-style-type: none;
  position: absolute;
  top: 45px !important;
  padding: 0;
  margin: 0;
  opacity: 0;
  visibility:hidden;
  text-indent: 5px;
  line-height: 32px;
  background-color: #9f9f9f;
  width: 100%;
}

.dropdown-content a {
  display: block;
  transition: 0.4s;
  font-size: 14px;
  padding: 5px 0px;
}
.cart_box a {
    width: 100px;
    height: 40px;
    line-height: 39px;
    text-align: center;
    cursor: pointer;
    background: #64DD17;
    border: 1px solid #64DD17;
    transition: 0.4s;
    display: inline-block;
    color: #fff;
    font-weight: 500;
}
.cart_box{
    width: 30%;
    float: left;
}
.cart_box a .bi{
    color: #fff;
    transition: 0.4s;
}
.cart_box a:hover{
    background: none;
    color: #64DD17;
}
.cart_box a:hover .bi{
    color: #64DD17;
}
.dropdown-content a:hover {
  background: #d8d8d8;
  text-decoration: none;
  color: #037f12;
}

.dropdown-toggle:focus ~ .dropdown-text {
  box-shadow: 0 1px 3px rgba(0,0,0, .2) inset, 0 1px 0 rgba(255,255,255, 0.8);
  z-index: 2;
}

.dropdown-toggle:focus ~ .dropdown-text:after {
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #fff transparent;
}

.dropdown-content:hover,
.dropdown-toggle:focus ~ .dropdown-content {
  opacity: 1;
  visibility:visible;
  top: 42px;
}
.modal-open {
    padding-right: 0px !important;
    overflow: inherit;
    overflow-x: hidden;
}
.others_filter{
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: end;
}
.search_box {
    float: right;
    /* padding-top: 22px; */
    cursor: pointer;
    margin-left: 45px;
}
.search_box p {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    background: #64DD17 ;
    border: 1px solid #64DD17;
    transition: 0.4s;
}
.search_box p:hover{
    background: none;
    color: #64DD17;
}
.search_box:hover p .fa{
    color: #64DD17;
}
.search_box p .fa {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    transition: 0.4s;
}
.modal-backdrop{
    opacity: .8;
    height: 0px;
}
.modal-content{
    border-radius: 0px;
    border: none;
}
.modal-body {
    padding: 0;
    height: 100px;
}
.modal-dialog{
    margin: 0;
    width: 100%;
    max-width: 100%;
}
.modal-open .modal.show{
    padding-right: 0px !important;
}

.modal-body .container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #64DD17;
    outline: 0;
    box-shadow: none;
}
.form-control {
    border-radius: 0px;
    font-size: 15px;
    color: #333 !important;
    border: 1px solid #64DD17;
    height: 50px;
}
.input-group-text .fa{
    color: #fff;
    width: 50px;
}
.input-group-text{
    border-radius: 0px;
    background: #64DD17;
    border: 1px solid #64DD17;
    width: 50px;
}
input::placeholder {
    color: #777777 !important;
}
button.close{
    width: 100%;
    height: 100%;
    background: #64DD17;
    color: #fff;
    opacity: 1;
}
button.close:hover{
    opacity: 1 !important;
    color: #fff;
}
button:focus {
    outline: none;
    outline: none;
}
.close svg{
    margin-top: -2px;
}
.all_items, .inner_banner{
    margin-top: 100px;
    position: relative;
}
.home_banner{
    height: 85vh;
}
.home_banner .item {
  height: 100vh;
  position: relative;
  height: 85vh;
}
.home_banner .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 85vh;
}
.home_banner .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}
.home_banner .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
.home_banner .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 6px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
/*.home_banner .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}*/
.home_banner .item .cover .header-content h1 {
    font-size: 50px;
    font-weight: 600;
    margin: 5px 0 20px;
    letter-spacing: 3px;
    color: #fff;
    text-transform: uppercase;
}
.home_banner .item .cover .header-content p {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
  width: 65%;
}
.home_banner .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
/*.home_banner .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}*/
.home_banner .owl-item.active p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.home_banner .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.home_banner .owl-nav .owl-prev {
  position: absolute;
  left: 50px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
background: rgb(100 221 23 / 39%) !important;
  width: 70px;
  line-height: 70px;
  cursor: pointer;
  height: 70px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
  font-size: 40px;
  color: #fff;
}
.home_banner .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.home_banner .owl-nav .owl-prev:focus {
  outline: 0;
}
.home_banner .owl-nav .owl-prev:hover {
  background: #000 !important;
}
.home_banner .owl-nav .owl-next {
  position: absolute;
  right: -30px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
    background: rgb(100 221 23 / 39%) !important;
  width: 70px;
  cursor: pointer;
  height: 70px;
  line-height: 70px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
  font-size: 40px;
  color: #fff;
}
.home_banner .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.home_banner .owl-nav .owl-next:focus {
  outline: 0;
}
.home_banner .owl-nav .owl-next:hover {
  background: #000 !important;
}
.home_banner:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.home_banner:hover .owl-next {
  right: 0px;
  opacity: 1;
}

.about_rcciit{
    padding: 70px 0px 70px 0px;
}
.title {
    color: #0057a7;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px;
    letter-spacing: 2px;
}
.about_rcciit_cont {
    background: #deffed;
    margin-right: -90px;
    padding: 40px 40px 40px 40px;
    position: relative;
    z-index: 10;
}
.about_rcciit_cont p{
    font-size: 16px;
    color: #000;
    margin-bottom: 0px;
}
.more_link {
    color: #0057a7;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    outline: 1px solid #0057a7;
    overflow: hidden;
    padding: 8px 20px;
    position: relative;
    transition: all .3s ease-in-out;
    z-index: 100;
    font-weight: 700;
    letter-spacing: 1px;
}
.more_link:hover {
    background: none;
    color: #fff;
}
.more_link:after, .more_link:before {
    background: #0057a7;
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .6s ease-in-out;
    width: 200%;
    z-index: -1;
}
.more_link:hover:after {
    left: 0;
    opacity: 1;
}
.more_link:after {
    left: 120%;
    transform: skewX(-45deg);
}
.more_link:hover:before {
    opacity: 1;
    right: 0;
}
.more_link:before {
    right: 120%;
    transform: skewX(-45deg);
}
.testimonials_bg img{
    width: 90px !important;
    border-radius: 50%;
    border: 3px solid #64DD17;
}
.testimonials_cont span {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    font-family: "Lora", serif;
}
.testimonials_cont p {
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
/*    color: #7d7d7d;*/
    font-style: italic;
    margin-bottom: 0px;
    margin-top: 5px;
}
.testimonials p{
    color: #fff;
}
.other_subject {
    background: linear-gradient(-160deg, #88e789 0%, #63c564 35%, #00bfff 100%);
    padding: 100px 0px;
}
.testimonial_slide.owl-theme .owl-dots .owl-dot span{
    background: none;
    border: 1px solid #fff;
    transition: 0.4s;
}
.testimonial_slide.owl-theme .owl-dots .owl-dot.active span, .testimonial_slide.owl-theme .owl-dots .owl-dot:hover span{
    background: #fff !important;
}

.testimonial_slide.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 50px;
    float: left;
}
.product img{
    border-radius: 15px 15px 15px 15px;
}
/*.product .more_link {
    color: #fff;
    outline: 1px solid #fff;
    font-size: 14px;
    padding: 6px 15px;
    margin-left: 2px;
}
.product .more_link:hover {
    background: none;
    color: #333;
    outline: 1px solid #fff;
}
.product .more_link:after, .product .more_link:before {
    background: #fff;
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .6s ease-in-out;
    width: 200%;
    z-index: -1;
}
.product .more_link:hover:after {
    left: 0;
    opacity: 1;
}
.product .more_link:after {
    left: 120%;
    transform: skewX(-45deg);
}
.product .more_link:hover:before {
    opacity: 1;
    right: 0;
}
.product .more_link:before {
    right: 120%;
    transform: skewX(-45deg);
}*/
.product_cont p{
    color: #fff;
}
.product_cont .more_link{
    margin-left: 2px;
}
.gallery{
    padding: 0px 0px 70px 0px;
}
.gallery_bg1{
    padding-right: 10px;
}
.gallery_bg1 img{
    height: 600px;
    object-fit: cover;
    filter: grayscale(1);
    transition: 0.4s;
}
.gallery_bg2{
    padding-right: 10px;
    padding-bottom: 10px;
}
.gallery_bg2 img{
    height: 290px;
    object-fit: cover;
    filter: grayscale(1);
    transition: 0.4s;
}
.gallery_bg3{
    padding-right: 10px;
    padding-bottom: 10px;
}
.gallery_bg3 img{
    height: 290px;
    object-fit: cover;
    filter: grayscale(1);
    transition: 0.4s;
}
.gallery_bg4{
    padding-bottom: 10px;
}
.gallery_bg4 img{
    height: 290px;
    object-fit: cover;
    filter: grayscale(1);
    transition: 0.4s;
}
.gallery_bg5{
    padding-right: 10px;
}
.gallery_bg5 img{
    height: 300px;
    object-fit: cover;
    filter: grayscale(1);
    transition: 0.4s;
}
.gallery_bg6{
    padding-right: 10px;
}
.gallery_bg6 img{
    height: 300px;
    object-fit: cover;
    filter: grayscale(1);
    transition: 0.4s;
}
.gallery_bg7 img{
    height: 300px;
    object-fit: cover;
    filter: grayscale(1);
    transition: 0.4s;
}


.snip1572 {
  position: relative;
  display: inline-block;
/*  overflow: hidden;*/
  width: 100%;
  color: #000000;
  text-align: left;
  background: #ffffff;
}

.snip1572 *,
.snip1572:before,
.snip1572:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.snip1572 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  position: relative;
}
/*.bg_color {
    content: "";
    position: absolute;
    background: #000;
    width: 200px;
    height: 200px;
    left: 0;
    top: 0;
    z-index: 1001;
    bottom: 0;
    right: 0;
}*/
.snip1572:before,
.snip1572:after {
  content: '';
  background-color: #000;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.snip1572:before {
  width: 200px;
  height: 2px;
}

.snip1572:after {
  height: 200px;
  width: 2px;
}

.snip1572 figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
}

.snip1572 .plus {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1572:hover img,
.snip1572.hover img {
  zoom: 1;
  opacity: .3;
filter: grayscale(0);
}

.snip1572:hover:before,
.snip1572.hover:before,
.snip1572:hover:after,
.snip1572.hover:after {
  opacity: 1;
}

.snip1572:hover:before,
.snip1572.hover:before {
  width: 50px;
}

.snip1572:hover:after,
.snip1572.hover:after {
  height: 50px;
}


.faq{
    padding: 70px 0px;
/*    background: #f2f6f8;*/
background: linear-gradient(to right, #deffed 0%, #deffed 50%, #F6F6F6 50%, #F6F6F6 100%);
}

.accordion-title:before {
    /* float: right !important; */
    /* font-family: FontAwesome; */
    content: "";
    padding-right: 5px;
    background: url(../images/minus.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translate(0%, 0%);
}
.accordion-title.collapsed:before {
/*    float: right !important;*/
    content:"";
    background: url(../images/plus.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translate(0%, -15%);
}
.faq_cont .card-body p:last-child{
    margin-bottom: 0px;
}
.faq_cont .card-body{
    padding: 18px;
}
.faq_cont .card-header {
    padding: 0px;
    border-radius: 0px;
    border-bottom: 0px;
    background: #fff;
    position: relative;
}
.faq_cont .card-header a {
    color: #000;
    display: block;
    padding: 10px 20px 10px 20px;
    font-size: 18px;
    font-weight: 600;
}
.faq_cont .card {
    border-radius: 0px;
    border: 1px solid #bdc8da;
    margin: 0px 0px 15px 0px;
}
.accordion-title.collapsed:before {
    color: #0693d8;
}


.why_rcciit{
    padding: 70px 0px;
    background: #0693d8;
}
.why_slide_cont{
    color: #fff;
    text-align: center;
}
.why_slide_cont p{
    color: #fff;
}
.why_slide_cont .read_more{
    color: #fff;
}
.why_slide_cont .read_more:hover{
    color: #0c3447;
}
.why_slide_cont .read_more:hover .fa{
    color: #000;
}
.why_slide_cont {
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    padding: 10px;
    height: 350px;
    position: relative;
    margin: 0px 10px;
}

.why_slide_cont a {
    position: absolute;
    bottom: 20px;
    transform: translate(-50%);
}
.why_slide_cont h5{
    margin-bottom: 20px;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
}
.whyrcciit_slide .owl-prev {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(-50%, -50%);
    background: none !important;
}
.whyrcciit_slide .owl-prev img{
    width: 70%;
    opacity: 0.4;
    transition: 0.4s;
}
.whyrcciit_slide .owl-next img{
    width: 70%;
    opacity: 0.4;
    transition: 0.4s;
}
.whyrcciit_slide{
    position: relative;
    padding: 0px 80px;
}
.whyrcciit_slide .why_slide_cont a {
    position: absolute;
    bottom: 20px;
    transform: translate(-50%);
    left: 50%;
    font-weight: 600;
}
.whyrcciit_slide .owl-next {
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translate(-50%, -50%);
    background: none !important;
}
.whyrcciit_slide:hover .owl-prev img{
    opacity: 1;
}
.whyrcciit_slide:hover .owl-next img{
    opacity: 1;
}
.why_slide_cont .read_more{
    color: #fff;
    transition: 0.4s;
}
.why_slide_cont .read_more:hover{
    color: #0c3447;
}
.why_slide_cont .read_more:hover .fa{
    color: #000;
}
.read_more .fa {
    margin-left: 5px;
    font-size: 10px;
    transition: 0.4s;
}
.read_more:hover .fa {
    margin-left: 10px;
    color: #000;
}

.map{
    margin-top: 10px;
}
.footer{
    padding: 70px 0px;
    background: linear-gradient(-160deg, #62cff4 0%, #2c67f2 35%, #00bfff 100%);
    color: #fff;
    margin-top: -7px;
}
.footer_cont p{
    color: #fff;
    font-size: 15px;
}
.footer_cont h5{
    letter-spacing: 1px;
}
.quick_link{
    list-style: none;
}
.quick_link li{
    margin-bottom: 10px;
}
.quick_link li a {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}
.quick_link li a:hover{
    color: #c6c6c6;
}
.other_contact p {
    padding-left: 25px;
    position: relative;
    font-size: 15px;
}
.other_contact p span {
    position: absolute;
    left: 0;
    top: 1px;
}
.other_contact p a{
    color: #fff;
}
.other_contact p span .fa {
    color: #fff;
    font-size: 17px;
}
.other_contact p span svg{
    margin-top: -3px;
}
.other_contact a:hover{
    color: #c6c6c6;
}
.social_link{
    list-style: none;
}
.social_link li{
    float: left;
    margin-right: 15px;
}
.social_link li a {
    color: #0057a7;
    border: 2px solid #fff;
    font-size: 14px;
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    line-height: 30px;
    text-align: center;
    transition: 0.4s;
}
.social_link li a:hover{
    background: none;
    border: 2px solid #fff;
    color: #fff;
}
.footer_bottom{
    background: #191919;
    padding: 15px 0px;
}
.footer_bottom p{
    color: #d4d4d4;
}
.footer_logo{
    width: 100px;
}
.form .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #64DD17;
    outline: 0;
    box-shadow: none;
}
.form .form-control {
    border-radius: 0px;
    font-size: 15px;
    color: #333 !important;
    border: 1px solid #dadada;
    height: 45px;
}
.form textarea.form-control{
    height: auto;
}
.form .input-group-text .fa{
    color: #fff;
    width: 50px;
}
.form .input-group-text{
    border-radius: 0px;
    background: #64DD17;
    border: 1px solid #64DD17;
    width: 50px;
}
input::placeholder {
    color: #777777 !important;
}
.enquiry_form .form-control{
    color: #777777 !important;
}
.select_form .form-control {
    padding: .375rem 8px;
}
.footer_bottom p a{
    color: #fff;
    text-decoration: underline;
    letter-spacing: 2px;
    font-size: 14px;
}
.vision_mission .about_rcciit_cont {
    background: #deffed;
    margin-left: -90px;
    margin-right: auto;
    padding: 40px 40px 40px 40px;
    position: relative;
    z-index: 10;
}
.training_slide.owl-theme .owl-dots .owl-dot span{
    background: none;
    border: 1px solid #333;
    transition: 0.4s;
}
.training_slide.owl-theme .owl-dots .owl-dot.active span, .testimonial_slide.owl-theme .owl-dots .owl-dot:hover span{
    background: #333;
}
.training_slide.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
    float: left;
}

.product_slide .owl-prev {
    position: absolute;
    top: -70px;
    right: 20px;
    transform: translate(-50%, -50%);
    background: none !important;
}
.product_slide .owl-prev img{
    width: 50%;
    opacity: 0.4;
    transition: 0.4s;
}
.product_slide .owl-next img{
    width: 50%;
    opacity: 0.4;
    transition: 0.4s;
}
.product_slide{
    position: relative;
/*    padding: 0px 80px;*/
}
.product_slide .why_slide_cont a {
    position: absolute;
    bottom: 20px;
    transform: translate(-50%);
    left: 50%;
    font-weight: 600;
}
.product_slide .owl-next {
    position: absolute;
    top: -70px;
    right: -40px;
    transform: translate(-50%, -50%);
    background: none !important;
}
.product_slide:hover .owl-prev img{
    opacity: 1;
}
.product_slide:hover .owl-next img{
    opacity: 1;
}
.training_slide .item h4 {
    font-family: "Nunito", serif;
    letter-spacing: 2px;
    font-weight: 600;
}
.training_slide .item .more_link{
    margin-left: 2px;
}
.today_deal{
    padding: 70px 0px;
}
.deals_cont{
    background: #ccc;
}
.deals_cont {
    background: #fff;
    box-shadow: 0px 0px 10px #0000004a;
    display: block;
    transition: 0.4s;
    object-fit: cover;
    border-radius: 20px;
    width: 100%;
    transition: 0.3s;
    overflow: hidden;
}
.deals_cont a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    transition: 0.3s;
}
.deals_cont a img{
    border-radius: 15px;
    transition-duration: 1s;
}
.deals_cont a:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.deals_cont a:hover p{
    color: #fff;
}
.deals_cont a:hover span{
    color: #fff;
}
.deals_cont p {
    font-size: 25px;
    color: #fff;
    /* font-family: "Lora", serif; */
    transition: all .6s ease-in-out;
    font-weight: 200;
}
.deals_cont p small {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}
.deals_cont span {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 2px;
    transition: all .6s ease-in-out;
}
div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 110;
}
.stycky_element {
    background: #0057a7;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stycky_element ul{
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: center;
    height: 80px;
    align-items: center;
}
.stycky_element li{
    float: left;
    color: #fff;
}
.stycky_element li a {
    color: #fff;
    padding: 0px 50px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    transition: 0.4s;
}
.stycky_element li a:hover{
    color: #64DD17;
}
.stycky_element li.active a{
    color: #64DD17;
    font-weight: 700;
}
.wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
}
/*.wrapper {
    position:relative;
    margin:0 auto;
    overflow:hidden;
    height:50px;
    max-width: 93%;
}*/
.wrapper::-webkit-scrollbar {
    background-color: transparent;
    width: 16px;
    scrollbar-width: thin;
      width: 300px;
  height: 8px;
  overflow-y: scroll;
  scrollbar-width: thin;
}
.wrapper::-webkit-scrollbar-track {
    background-color: transparent;
    scrollbar-width: thin;
      width: 300px;
  height: 8px;
  overflow-y: scroll;
  scrollbar-width: thin;
}
.wrapper::-webkit-scrollbar-thumb {
    background-color: #5b93c6;
    border-radius: 5px;
    border: 0px solid #fff;
    scrollbar-width: thin;
      width: 300px;
  height: 8px;
  overflow-y: scroll;
  scrollbar-width: thin;
}
.wrapper::-webkit-scrollbar-button {
    display:none;
}

.wrapper {
    overflow-x: scroll !important;
    position:relative;
    margin:0 auto;
    overflow:hidden;
    height:80px;
    max-width: 100%;
    line-height: 80px;
}
.list {
    position: absolute;
    left: 0px;
    top: 0px;
    max-width: 100%;
    width: 100%;
    min-width: max-content;
}
.list li{
    display:table-cell;
    position:relative;
    text-align:center;
    cursor:grab;
    cursor:-webkit-grab;
    color:#efefef;
    vertical-align:middle;
}
.scroller {
  text-align:center;
  cursor:pointer;
  display:none;
  padding:7px;
  padding-top:11px;
  white-space:no-wrap;
  vertical-align:middle;
  background-color:#fff;
}
.scroller-right {
    position: absolute;
    right: 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 20px;
    color: #fff;
    background: #0057a7;
}
.scroller-left {
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 20px;
    color: #fff;
    background: #0057a7;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
.cl {
    clear: both;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}
.program h3{
    font-size: 27px;
}
.upcoming_schedule h4 {
    font-family: "Nunito", serif;
    color: #fff;
}
.upcoming_schedule p {
    color: #fff;
    font-style: italic;
}
.upcoming_schedule .more_link{
    padding: 5px 11px;
    font-size: 13px;
}

.marquee_sec{
    background: #000;
    color: #fff;
    padding: 10px 0px;
}
.marquee {
  height: 40px;
  width: 100%;

  overflow: hidden;
  position: relative;
  display: flex;
    align-items: center;
}

.marquee div {
  display: block;
  width: 200%;
  height: 40px;
  display: flex;
    align-items: center;
  position: absolute;
  overflow: hidden;

  animation: marquee 12s linear infinite;
}

.marquee span {
  float: left;
  width: 50%;
      font-size: 20px;
      font-weight: 600;
}

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}
.all_items:after {
    position: absolute;
    width: 26%;
    right: 0px;
    top: 0px;
    background: linear-gradient(-160deg, #00bfff 0%, #88e789 55%, #88e789 100%); 
    content: "";
    height: 100%;
    z-index: -1;
}
.notice_tranding{
    background: #efefef;
    padding: 70px 0px;
}
.notice .upcoming_schedule h4 {
    font-family: "Nunito", serif;
    color: #000;
}
.notice .upcoming_schedule p {
    color: #696969;
    font-style: italic;
}
.tranding_cont h5{
    font-size: 18px;
    color: #0057a7;
    font-family: "Nunito", serif;
}
.tranding_cont p{
    color: #696969;
    font-size: 14px;
}

/*.enquery form .more_link {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    outline: 1px solid #fff;
    overflow: hidden;
    padding: 8px 20px;
    position: relative;
    transition: all .3s ease-in-out;
    z-index: 100;
    font-weight: 700;
    letter-spacing: 1px;
}
.enquery form .more_link:hover {
    background: none;
    color: #0057a7;
}
.enquery form .more_link:after, .enquery form .more_link:before {
    background: #fff;
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .6s ease-in-out;
    width: 200%;
    z-index: -1;
}
.enquery form .more_link:hover:after {
    left: 0;
    opacity: 1;
}
.enquery form .more_link:after {
    left: 120%;
    transform: skewX(-45deg);
}
.enquery form .more_link:hover:before {
    opacity: 1;
    right: 0;
}
.enquery form .more_link:before {
    right: 120%;
    transform: skewX(-45deg);
}
.enquery form .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #0057a7;
    outline: 0;
    box-shadow: none;
}*/

/*Arrow_Open*/
.arrow_btn {
    background: #EC1D25;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 200;
    width: 50px;
    height: 50px;
    border-radius: 50%;
/*    border: 1px solid #fff;*/
    display:none;
    box-shadow: 0px 0px 10px #0000005e;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 200;
}
.back-to-top .bi{
    color: #000;
}
.bounce {
    -moz-animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
}
/*Arrow_End*/
.rupee1{
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
}
.rupee2{
    color: #696969;
    text-decoration: line-through;
    font-size: 16px;
    font-weight: 600;
}
.bg_color{
    background: #fff;
    padding: 20px;
    height: 100%;
}
.inner_banner{
    position: relative;
}
.inner_banner:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    z-index: 1;
}
.inner_banner .inner_banner_cont {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 99;
}
.inner_banner .inner_banner_cont h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    z-index: 2;
}
.breadcrumb{
    background: none;
    padding: 0px;
    margin-top: 70px;
}
.breadcrumb li a {
    color: #c5cfdf;
    font-weight: 700;
    font-size: 16px;
}
.breadcrumb li a:hover {
    color: #64DD17;
}
.breadcrumb-item.active {
    color: #64DD17;
    font-weight: 700;
    font-size: 16px;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #c5cfdf;
    content: "/";
}
.visual_cont {
    background: #e2f6ff;
    margin-left: -100px;
    padding: 40px;
}
.visual_cont h6 {
    font-weight: 300;
    font-size: 19px;
    color: #000;
    line-height: 1.4;
    font-style: italic;
    font-family: "Nunito", serif;
}

.tab_box{
    background: #f2f6f8;
    padding: 70px 0px;
}
.tab_content p:last-child{
    margin-bottom: 0px;
}
.tab_content p{
    color: #606060;
}
.tab_content{
    padding: 30px 0px 0px 0px;
}
.tab_cont .nav-tabs {
    border: none;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
}


.tab_cont .nav-tabs .nav-link {
    border: none;
    border-radius: 0px;
    border-bottom: 2px solid #f2f6f8;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    padding: 2px 0px;
    background: no-repeat;
    margin-right: 30px;
    color: #BDC8DA;
    white-space: nowrap;
    letter-spacing: 1px;
}
.tab_cont .nav-tabs .nav-item.show .nav-link, .tab_cont .nav-tabs .nav-link.active{
    border-bottom: 2px solid #64DD17;
    color: #64DD17;
}

.about_us p:last-child{
    margin-bottom: 0px;
}
.about_us{
    padding: 70px 0px;
}
.social_contact{
    padding: 70px 0px;
}
.contact_address {
    color: #333;
}
.position_boxs {
    width: 100%;
    display: flex;
    align-items: center;
    background: #f0f0f0;
    padding: 15px 25px;
    border-radius: 8px;
    margin-bottom: 30px;
}
.position_boxs1 {
    float: left;
    margin-right: 30px;
}
.position_boxs1 .fa {
    font-size: 30px;
    color: #64DD17;
}
.position_boxs2 {
    float: left;
}
.position_boxs2 h5 {
    color: #000;
    margin-bottom: 2px;
    letter-spacing: 1px;
    font-size: 17px;
    font-weight: 600;
}
.position_boxs2 p {
    color: #666666;
    font-size: 15px;
}
.position_boxs2 p a{
    color: #666666;
    font-size: 15px;
    transition: 0.4s;
}
.position_boxs2 p a:hover{
    color: #64DD17;
}
.position_boxs1 .fa-envelope {
    font-size: 25px;
}
.contact_address .social_link li a {
    color: #0057a7;
    border: 1px solid #0057a7;
    font-size: 16px;
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    line-height: 35px;
    text-align: center;
    transition: 0.4s;
}
.contact_address .social_link li a:hover{
    background: #0057a7;
    border: 1px solid #0057a7;
    color: #fff;
}
/*.date_box{
    padding: 70px 0px;
}
.date_box .col-form-label {
    color: #b4bcc8;
    text-shadow: 0px 0px 10px #00000063;
}
.date_box .input-group-text{
    background: none;
    color: #ccc;
    border: none;
}
.date_box .input-group-text .fa {
    color: #333;
    width: 50px;
}
.date_box .form-control {
    border-radius: 0px;
    font-size: 15px;
    color: #ccc !important;
    border: none;
    height: 50px;
    border-radius: 6px;
}
.date_box  .form-group{
    border: 1px solid #ccc;
    border-radius: 6px;
    background: none;
    outline: none;
    box-shadow: 0px 0px 10px #0000003b;
}*/
.col-form-label{
    font-size: 19px;
    font-weight: 600;
    color: #707070;
}
.date_box{
    padding: 70px 0px 40px 0px;
}
.date_box .more_link {
    display: inline-flex;
}
.bootstrap-datetimepicker-widget.dropdown-menu .picker-switch table td a, .bootstrap-datetimepicker-widget.dropdown-menu .picker-switch table td span {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0;
  width: 100%;
  display: none;
}
.notices{
    padding: 0px 0px 70px 0px;
}
.notices_cont{
    background: #e2f6ff;
    padding: 20px;
    height: 100%;
}
.notices_cont h6{
    color: #0057a7;
    text-transform: uppercase;
    font-weight: 600;
}
.notices_cont span{
    display: block;
    color: #606060;
}
.notices_cont p{
    margin-bottom: 0px;
    margin-top: 8px
}
.notices_cont .read_more {
    color: #0057a7;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    display: flex;
    align-items: center;
    transition: 0.4s;
}
.notices_cont .read_more .fa{
    margin-left: 5px;
    font-size: 10px;
    transition: 0.4s;
}
.notices_cont .read_more:hover{
    color: #0693d8;
}
.notices_cont .read_more:hover .fa{
    margin-left: 10px;
    color: #000;
}
.product_list{
    padding: 70px 0px;
}
.list_item h3 {
    color: #64DD17;
    letter-spacing: 2px;
    /* border-bottom: 1px solid #ccc; */
    font-family: "Nunito", serif;
    text-transform: uppercase;
}
.list_item ul {
    list-style: none;
    overflow: auto;
    height: 600px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
}
.list_item ul li{
    display: block;
}
.list_item ul li a {
    display: block;
    color: #949494;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 0.4s;
    padding: 10px 0px;
    border-bottom: 1px solid #e2e2e2;
}
.list_item ul li a:hover{
    color: #64DD17;
}
.list_item{
    background: #fff;
    box-shadow: 0px 0px 10px #00000047;
    padding: 20px 20px 25px 20px;
    position: sticky;
    top: 220px;
}
.scroll_list::-webkit-scrollbar {
    background-color: transparent;
    width: 16px;
    scrollbar-width: thin;
      width: 5px;
  height: 8px;
  overflow-y: scroll;
  scrollbar-width: thin;
}
.scroll_list::-webkit-scrollbar-track {
    background-color: transparent;
    scrollbar-width: thin;
      width: 5px;
  height: 8px;
  overflow-y: scroll;
  scrollbar-width: thin;
}
.scroll_list::-webkit-scrollbar-thumb {
    background-color: #5b93c6;
    border-radius: 5px;
    border: 0px solid #fff;
    scrollbar-width: thin;
      width: 5px;
  height: 8px;
  overflow-y: scroll;
  scrollbar-width: thin;
}
.scroll_list::-webkit-scrollbar-button {
    display:none;
}
.rupee3 {
    color: #64DD17;
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
}
.p_list_cont {
    padding: 15px 15px 15px 15px;
}
.p_list_cont h5 {
    font-size: 19px;
    color: #333;
    font-weight: 400;
    margin-bottom: 10px;
}
.product_listcont{
    transition: 0.4s;
    border-radius: 0px 0px 8px 8px;
}
.product_listcont img{
    border-radius: 8px 8px 0px 0px;
    transition: 0.4s;
}
.product_listcont:hover{
    transition: 0.4s;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0px 0px 10px #00000047;
}
.product_details{
    padding: 70px 0px;
}

.gallery .previews, .gallery .full, .gallery .desc {
float: left;
margin-right: 20px;
}
.gallery .desc, .gallery .full {
width: 400px;
font-size: 12px;
}
.gallery .desc h2 {
margin-top: 0;
}
.gallery .previews a {
display: block;
margin-bottom: 10px;
}
.gallery .full, .gallery .full img {
height: 600px;
}
.gallery .previews a, .gallery .full {
border: 2px solid #fff;
transition: 0.4s;
}
.gallery .full {
    border: 2px solid #64DD17;
    margin-right: 0px;
    width: 80%;
}
.gallery .full img{
    width: 100%;
}
.gallery .full img {
    height: auto;
    width: 100%;
}
.gallery .previews{
    width: 15%;
}
.gallery .previews a img{
    width: 100%;
}
.gallery .full, .gallery .full img {
    height: auto;
}
.gallery .previews a, .gallery .previews a img{
    border-radius: 10px;
}
.gallery .full, .gallery .full img{
    border-radius: 20px;
}
.gallery .previews a:hover, .gallery .previews a.selected {
border: 2px solid #64DD17;
}
.gallery .full img:hover {
cursor: pointer;
}
.clearfix:after {
content: ".";
visibility: hidden;
display: block;
height: 0;
clear: both;
}
.product_details_cont h3{
    color: #3f3f3f;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: "Nunito", serif;
}
.product_details_cont .rupee1 {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    margin-right: 0px;
}
.all_product {
    background: #efefef;
    padding: 70px 0px;
    margin-bottom: -10px;
}

.allproduct_slide .item{
    padding: 10px 0px;
}
.allproduct_slide .owl-prev {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(-50%, -50%);
    background: none !important;
}
.allproduct_slide .owl-prev img{
    width: 70%;
    opacity: 0.4;
    transition: 0.4s;
}
.allproduct_slide .owl-next img{
    width: 70%;
    opacity: 0.4;
    transition: 0.4s;
}
.allproduct_slide{
    position: relative;
    padding: 0px 80px;
}
.allproduct_slide .why_slide_cont a {
    position: absolute;
    bottom: 20px;
    transform: translate(-50%);
    left: 50%;
    font-weight: 600;
}
.allproduct_slide .owl-next {
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translate(-50%, -50%);
    background: none !important;
}
.allproduct_slide:hover .owl-prev img{
    opacity: 1;
}
.allproduct_slide:hover .owl-next img{
    opacity: 1;
}
.product_details_cont p:last-child{
    margin-bottom: 0px;
}
.faq_sec{
    padding: 70px 0px;
}
.cart_list{
    list-style: none;
}
.right_tick{
    width: 15px;
    border-radius: 50%;
    margin-right: 5px;
}
.cart_list li{
    margin: 5px 0px;
}
.cart_sec{
    padding: 70px 0px 40px 0px;
}
.rupee4{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-left: 20px;
    background: #64DD17;
    padding: 0px 6px;
    border-radius: 4px;
}
.cart_cont small {
    color: #adadad;
    display: block;
    margin: 10px 0px 7px 0px;
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
}
.cart_cont h5 {
    font-family: "Nunito", serif;
    font-size: 18px;
    font-weight: 400;
}
.cart_cont .rupee1 {
    font-size: 15px;
}
.cart_cont .rupee3 {
    font-size: 15px;
}
.cart_cont img{
    border-radius: 6px;
}
.cart_group {
    background: #fff;
    border-radius: 6px;
    margin: 0px 15px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px #00000021;
}
.input-group-prepend .btn {
    border: 1px solid #0057a7;
    border-radius: 0px;
    color: #0057a7;
}
.cart_group .form-control {
    border-top: 1px solid #0057a7 !important;
    border-bottom: 1px solid #0057a7 !important;
    background: none;
    color: #0057a7;
    height: 40px;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}
.cart_group .input-group{
    padding-right: 15px;
}
.cart_sec{
    background: #f2f3f7;
    margin-top: 50px;
}
.cart_details{
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 10px #00000021;
    padding: 30px 20px 30px 20px;
}
.cart_details h5 {
    font-size: 16px;
    font-family: "Nunito", serif;
    text-transform: uppercase;
    color: #808080;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
    letter-spacing: 1px;
    font-weight: 600;
}
.pd_sec {
    padding: 10px 0px 10px 0px;
}
.ta{
    border-top: 1px solid #dddddd;
    margin-top: 20px;
}
.profile{
    background: #f2f3f7;
    margin-top: 50px;
    padding: 70px 0px 70px 0px;
    margin-bottom: -10px;
}
.left_side_profile {
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0px 0px 10px #0000002b;
    padding: 10px 20px;
}
.left_profile_details2 span {
    color: #707070;
    display: block;
    margin-bottom: 5px;
}
.left_profile_details2 h6 {
    color: #000;
    font-weight: 600;
    font-family: "Nunito", serif;
    margin-bottom: 0px;
    letter-spacing: 1px;
}
.left_profile_details1 img{
    border-radius: 50%;
}
.left_profile_details1{
    float: left;
    width: 20%;
    margin-right: 20px;
}
.left_profile_details2{
    float: left;
    width: 75%;
}
.left_side_profile_cont ul{
    list-style: none;
}
.left_side_profile_cont ul li{
    width: 100%;
    display: block;
}
.left_side_profile_cont ul li a {
    width: 100%;
    display: block;
    background: #fff;
    box-shadow: 0px 0px 10px #0000002b;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #707070;
    transition: 0.4s;
}
.left_side_profile_cont ul li a span {
    float: right;
    font-size: 24px;
    margin-top: -6px;
    color: #707070;
    transition: 0.4s;
}
.left_side_profile_cont ul li a:hover{
    color: #0057a7;
}
.left_side_profile_cont ul li a:hover span{
    color: #0057a7;
}
.left_side_profile_cont .dropdown-toggle{
    background: #fff;
    box-shadow: 0px 0px 10px #0000002b;
    padding: 10px 20px;
    color: #707070;
    font-size: 16px;
    text-align: left;
    border-radius: 0px;
    border: 0px;
    height: auto;
    letter-spacing: 1px;
    font-weight: 600;
}
.left_side_profile_cont .dropdown-toggle::after {
    float: right;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(-50%, -50%);
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-left: 0.4em solid transparent;
}
.left_side_profile_cont .dropdown-menu.show {
    display: block;
    width: 100%;
    padding: 0;
    border-radius: 0px;
    margin: 0;
}
.left_side_profile_cont .dropdown-item {
    width: 100%;
    padding: 3px 20px;
    border: 0;
    border-radius: 0px;
}
.left_side_profile_cont .btn-secondary:not(:disabled):not(.disabled).active, .left_side_profile_cont .btn-secondary:not(:disabled):not(.disabled):active, .left_side_profile_cont .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #0057a7;
    border-color: #0057a7;
}
.left_side_profile_cont .dropdown-toggle{
    background-color: #0057a7;
    border-color: #0057a7;
    color: #fff;
}
.right_side_profile .more_link{
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
}
.right_side_profile h5{
    color: #000;
    font-weight: 600;
    font-family: "Nunito", serif;
    letter-spacing: 2px;
}
.right_side_profile {
    margin-left: 50px;
    background: #fff;
    box-shadow: 0px 0px 10px #0000002b;
    padding: 20px 30px 30px 30px;
    height: 100%;
}
.login_form {
    background: #fff;
    box-shadow: 0px 0px 10px #0000002b;
    padding: 40px 30px 40px 30px;
    height: 100%;
    margin: 0;
}
.radiobuttons {
    width: 100%;
}
.rdio{
    float: left;
    margin-right: 50px;
}
.orders {
    background: #f2f3f7;
    margin-top: 50px;
    padding: 70px 0px 70px 0px;
    margin-bottom: -10px;
}
.circel {
    background: #55b915;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 6px;
}
.right_side_orders .rupee1 {
    font-size: 15px;
}
.right_side_orders .rupee3 {
    font-size: 15px;
    margin-left: 0px;
}
.right_side_orders .cart_cont small {
    font-weight: 500;
    margin-bottom: 0px;
}
.right_side_orders .cart_group {
    margin: 0px 0px;
    padding: 15px 15px;
    margin-bottom: 15px;
}
.right_side_orders .cart_cont h5 {
    font-family: "Nunito", serif;
    font-size: 17px;
    font-weight: 400;
}
.login{
    padding: 70px 0px;
}
.login_left_box{
    background: #2873f0;
    padding: 30px 30px 40px 30px;
}
.login_left_box h3{
    color: #fff;
    letter-spacing: 2px;
    line-height: 1.5;
    font-family: "Nunito", serif;
    font-weight: 600;
}
.login_left_box p{
    color: #fff;
    letter-spacing: 2px;
    font-size: 17px;
}
.login_bg {
    width: 70%;
    margin: auto;
    display: block;
    margin-top: 100px;
}
.login_form .more_link {
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
}

.training_schedule .table td, .training_schedule .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #ccc;
}
.training_schedule .table th {
    background: #0057a7;
    color: #fff;
}
.training_schedule{
    padding: 70px 0px;
    margin-bottom: -10px;
}
.product_details_cont .bi-cart2::before {
    content: "\f243";
    font-weight: 600 !important;
}






















/*******************************/
/*******************************/
/*** Responsive_CSS ***/
/********************************/
/*******************************/

@media screen and (max-width: 820px) {
    .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
        padding: 0px 50px;
    }
    .container {
        padding: 0px 50px;
    }
    .vision_mission .about_rcciit_cont {
        margin-left: 0px;
        padding: 40px 40px 45px 40px;
    }
    .sdd {
        padding: 0px 15px;
    }
    .about_rcciit_cont {
        margin-right: 0px;
        padding: 40px 40px 45px 40px;
        width: 100%;
        margin-top: -80px;
    }
    .about_rcciit_bg img{
        width: 100%;
    }
    .whyrcciit_slide {
        padding: 0px 30px;
    }
    .form_sec {
        background: #deffed;
        padding: 70px 0px;
    }
    .faq {
        background: #F6F6F6;
    }
    .program {
        /* height: 70vh; */
        height: auto;
        position: relative;
        padding-bottom: 70px;
        padding-top: 40px;
    }
    .upcoming_schedule {
        padding-left: 50px;
        padding-bottom: 0px;
    }
    .program h3 {
        font-size: 30px;
    }
    .all_items, .inner_banner {
        overflow: hidden;
        margin-top: 168px;
    }
    .all_items:after {
        width: 100%;
    }
    .title {
        text-align: center;
    }
    .home_banner .item {
        height: 70vh;
        position: relative;
    }
    div.sticky {
    top: 168px;
}
.navbar-toggler .navbar-toggler-icon, .navbar-toggler .navbar-toggler-icon::after, .navbar-toggler .navbar-toggler-icon::before {
    background-color: #ffffff;
}
.bsnav-mobile .navbar {
/*    background: #eeeeee;*/
    padding: 0px 0 15px;
    width: 350px;
    top: 168px;
    background: rgb(0 0 0 / 100%);
    transform: translate3d(350px, 0, 0);
}
.bsnav-mobile .navbar-nav .nav-item .nav-link {
/*    color: #4d4d4d;*/
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    padding: 10px 0;
}
.navbar-nav .nav-item.active>.nav-link, .navbar-nav .nav-item:active:focus>.nav-link, .navbar-nav .nav-item:active>.nav-link, .navbar-nav .nav-item:focus>.nav-link, .navbar-nav .nav-item:hover>.nav-link {
    color: #64DD17;
}
.bsnav {
    background: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-right: 0px !important;
}
.bsnav-mobile .navbar-nav {
    padding: 15px 15px 15px 25px;
}
.home_banner {
        height: 70vh;
    }
    .notice .upcoming_schedule {
        padding: 0px;
    }
    .visual_cont {
        margin-left: 0px;
        padding: 30px;
        margin-top: -60px;
    }
    .visual_cont h6 {
        font-size: 20px;
    }
    .sdd {
        padding: 0px 30px;
    }
    .inner_banner img {
        height: 250px;
        object-fit: cover;
    }
    .position_boxs2 p br{
        display: none;
    }
    .list_item {
    top: 250px;
}
.list_item ul {
    height: 800px;
}
.gallery .full {
    width: 82%;
}
.allproduct_slide {
    padding: 0px 50px;
}
.right_side_profile{
    margin-left: 0px;
}
.left_side_profile_cont .dropdown {
    position: relative;
}
.left_side_profile_cont .dropdown-toggle {
    top: auto;
}
.login_bg {
    width: 40%;
    margin: auto;
    display: block;
    margin-top: 80px;
}
}







@media screen and (max-width: 768px) {
    /*.logo{
        display: block !important;
    }
    .animated-arrow{
        right: 0;
        left: auto;
        margin: 22px 20px 0 15px;
    }
    .wsoffcanvasopener .animated-arrow {
    right: 0px;
    left: auto;
    top: -5px;
}
.animated-arrow span, .animated-arrow span:before, .animated-arrow span:after{
    width: 30px;
    background: #014900;
}

.wsoffcanvasopener .wsmenu{
    width: 50%;
    right: 0px;
    left: auto;
}
.wsmenu{
   right: -255px;
   left: auto;
   top: 75px;
}
.wsmenucontainer.wsoffcanvasopener {
    margin-left: 0px;
}
.wsmenu > .wsmenu-list > li > a{
    color: #014900;
}
.wsmenu > .wsmenu-list > li > a
.wsmenu-list > li > a:hover{
    color: #fff !important;
}

.wsmenu .wsmenu-list{
    height: auto;
}*/

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding: 0px 50px;
}
.container{
    max-width: 100%;
    padding: 0px 50px;
}
.navbar-toggler .navbar-toggler-icon, .navbar-toggler .navbar-toggler-icon::after, .navbar-toggler .navbar-toggler-icon::before {
    background-color: #ffffff;
}
.bsnav-mobile .navbar {
/*    background: #eeeeee;*/
    padding: 0px 0 15px;
    width: 250px;
    top: 97px;
    background: rgb(0 0 0 / 100%);
}
.bsnav-mobile .navbar-nav .nav-item .nav-link {
/*    color: #4d4d4d;*/
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    padding: 10px 0;
}
.navbar-nav .nav-item.active>.nav-link, .navbar-nav .nav-item:active:focus>.nav-link, .navbar-nav .nav-item:active>.nav-link, .navbar-nav .nav-item:focus>.nav-link, .navbar-nav .nav-item:hover>.nav-link {
    color: #64DD17;
}
.bsnav {
    background: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-right: 0px !important;
}
/*.desktop_menu .navbar{
    display: none;
}*/
.home_banner .item {
    height: 70vh;
    position: relative;
}
.home_banner {
    height: 70vh;
}
.program {
    /* height: 70vh; */
    height: auto;
    position: relative;
    padding-bottom: 70px;
    padding-top: 40px;
}
.home_banner .item .cover .header-content {
    padding: 30px 40px 20px 40px;
}
.home_banner .item .cover .header-content .line {
    clip-path: polygon(0 0, 80% 0, 56% 100%, 0 100%);
}
.home_banner .item .cover .header-content h1 {
    font-size: 40px;
}
.home_banner .item .cover .header-content p {
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
    width: 100%;
}
.about_rcciit_cont {
    margin-right: 0px;
    padding: 40px 40px 45px 40px;
    width: 100%;
    margin-top: -80px;
}
.sdd {
    padding: 0px 15px;
}
.about_rcciit_cont p {
    font-size: 17px;
}
.title {
    text-align: center;
}
.other_subject {
    padding: 70px 0px;
}
.testimonial_slide.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
    float: left;
}
/*.product_slide {
    position: relative;
    padding: 0px 60px;
}*/
.product_slide .owl-next img {
    width: 60%;
}
.product_slide .owl-prev img {
    width: 60%;
}
.gallery_bg1 {
    padding-right: 5px;
}
.gallery_bg1 img {
    height: 400px;
}
.gallery_bg2 {
    padding-right: 5px;
    padding-bottom: 5px;
}
.gallery_bg2 img {
    height: 205px;
}
.gallery_bg3 {
    padding-right: 5px;
    padding-bottom: 5px;
}
.gallery_bg3 img {
    height: 205px;
}
.gallery_bg4 {
    padding-bottom: 5px;
}
.gallery_bg4 img {
    height: 205px;
}
.gallery_bg5 {
    padding-right: 5px;
}
.gallery_bg5 img {
    height: 190px;
}
.gallery_bg6 {
    padding-right: 5px;
}
.gallery_bg6 img {
    height: 190px;
}
.gallery_bg7 img {
    height: 190px;
}
.snip1572:hover:after, .snip1572.hover:after {
    height: 40px;
}
.whyrcciit_slide .owl-next img {
    width: 60%;
}
.whyrcciit_slide .owl-prev img {
    width: 60%;
}
.whyrcciit_slide {
    padding: 0px 30px;
}
.vision_mission .about_rcciit_cont {
    margin-left: 0px;
    padding: 40px 40px 45px 40px;
}
.footer {
    padding: 55px 0px 50px 0px;
    margin-top: -7px;
}
.dropdown-text {
    text-indent: 5px;
    line-height: 35px;
    width: 100%;
    letter-spacing: 0px;
    top: 5px;
    top: -21px;
}
.search_box {
    padding-top: 0px;
}
/*.dropdown {
    width: 70%;
}*/
header .container .row{
    align-items: center;
}
.dropdown-content {
    top: 20px !important;
}
.home_banner .owl-nav .owl-next {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 35px;
    right: 20px;
}
.home_banner .owl-nav .owl-prev {
    width: 60px;
    line-height: 60px;
    height: 60px;
    font-size: 35px;
    left: 10px;

}
.bsnav-mobile .navbar{
    width: 350px;
    right: -50px;
    top: 168px;
}
div.sticky {
    top: 100px;
}
.all_items, .inner_banner {
    margin-top: 100px;
}

.bsnav-mobile .navbar-nav {
    padding: 15px 15px 15px 25px;
}
.dropdown-text:after {
    top: 15px;
}
.all_items:after {
    width: 100%;
}
.all_items, .inner_banner{
    overflow: hidden;
}
.upcoming_schedule{
    padding-left: 50px;
    padding-bottom: 0px;
}
.program h3 {
    font-size: 30px;
}
/*.wrapper {
    max-width: 90%;
    overflow: scroll;
}*/
.notice .upcoming_schedule{
    padding: 0px;
}
.title_ext{
    text-align: left;
}
.tranding_cont h5 {
    font-size: 22px;
}
.tranding_cont p {
    font-size: 16px;
}
.notice_tranding {
    padding: 70px 0px 50px 0px;
}
.faq{
    background: #F6F6F6;
}
.form_sec {
    background: #deffed;
    padding: 70px 0px;
}
.bg_color {
    padding: 30px 20px 0px 20px;
}
header .container {
    padding: 0px 15px;
}
.dropdown {
    position: absolute;
}
.dropdown-toggle {
    top: -29px;
}
.dropdown-text {
    text-indent: 5px;
    line-height: 40px;
    letter-spacing: 0px;
    top: 5px;
    top: -20px;
}
.cart_group {
    margin-right: 0px;
    margin-left: 0px;
}
.cart_details{
    margin-top: 25px;
    padding: 30px;
}
.cart_sec {
    padding: 70px 0px 70px 0px;
}

}


@media screen and (max-width: 575px) {
.h1, h1 {
    font-size: 1.7rem;
}
.h2, h2 {
    font-size: 1.5rem;
}
.h3, h3 {
    font-size: 1.4rem;
}
.h5, h5 {
    font-size: 1.1rem;
}
.bsnav-mobile .navbar {
    top: 82px;
}
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding: 0px 20px;
}
.container{
    max-width: 100%;
    padding: 0px 15px;
}
.home_banner .item .cover .header-content .line {
    clip-path: polygon(0 0, 99% 0, 56% 100%, 0 100%);
    border: 3px solid #fff;
}
.home_banner .item .cover .header-content {
    padding: 15px 15px 5px 25px;
}
.home_banner .item .cover .header-content h1 {
    font-size: 29px;
}
.home_banner .item .cover .header-content p {
    font-size: 17px;
    line-height: 1.2;
}
.title {
    font-size: 26px;
    letter-spacing: 1px;
}
.about_rcciit_cont {
    padding: 20px 20px 20px 20px;
    margin-top: -50px;
}
.more_link {
    font-size: 14px;
    padding: 6px 15px;
}
.about_rcciit_cont p {
    font-size: 15px;
}
.product_slide .owl-prev {
    right: -5px;
}
.product_slide .owl-next {
    right: -25px;
    padding: 0 !important;
    margin: 0 !important;
    top: -65px;
}
.product_slide .owl-prev img {
    width: 50%;
}
.product_slide .owl-next img {
    width: 50%;
}
.product img {
    border-radius: 10px 10px 10px 10px;
}
.gallery_bg1 {
    padding-bottom: 5px;
    padding-right: 0px;
}
.gallery_bg1 img {
    height: 300px;
}
.gallery_bg2 img {
    height: 130px;
}
.gallery_bg3 img {
    height: 130px;
}
.gallery_bg4 img {
    height: 130px;
}
.gallery_bg5 img {
    height: 130px;
}
.gallery_bg6 img {
    height: 130px;
}
.gallery_bg7 img {
    height: 130px;
}
.snip1572:before {
    width: 50px;
    height: 2px;
}
.snip1572:after {
    height: 50px;
    width: 2px;
}
.gallery {
    padding: 50px 0px;
}
.faq {
    padding: 50px 0px;
}
.faq_cont .card-header a {
    padding: 10px 40px 10px 15px;
    font-size: 16px;
    line-height: 1.3;
}
.accordion-title:before {
    width: 30px;
    height: 30px;
    right: 0px;
    transform: translate(0%, -5%);
    background-size: 40%;
}
.whyrcciit_slide .owl-next img {
    width: 50%;
}
.whyrcciit_slide .owl-prev img {
    width: 50%;
}
.whyrcciit_slide {
    padding: 0px 20px;
}
.whyrcciit_slide .why_slide_cont a {
    font-size: 15px;
}
.why_slide_cont {
    height: auto;
    padding: 20px 20px 40px 20px;
}
.vision_mission .about_rcciit_cont {
    padding: 20px 20px 20px 20px;
    margin-top: -50px;
}
.about_rcciit {
    padding: 50px 0px 50px 0px;
}
.footer {
    padding: 50px 0px 45px 0px;
    margin-top: -7px;
}
.home_banner .owl-nav .owl-next{
    display: none;
}
.home_banner:hover .owl-prev{
    display: none;
}
    .dropdown-text {
        width: 100%;
        top: -23px;
    }
    .others_filter {
/*    margin-left: -60px;*/
margin-right: 10px;
}
.cart_box a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.cart_box {
    width: 25%;
}
.search_box {
    margin-left: 8px;
}
.dropdown-content {
    top: 16px !important;
}
.main_nav a{
    font-size: 10px;

    font-weight: 600;
}
.search_box p .fa {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.search_box p {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.navbar-toggler {
    width: 28px;
    height: 22px;
}
/*.wrapper {
    max-width: 75%;
    overflow: scroll;
}*/
.program {
    padding-bottom: 50px;
    padding-top: 10px;
}
.program h3 {
    font-size: 26px;
}
.upcoming_schedule {
    padding-left: 15px;
}
.notice_tranding {
    padding: 50px 0px 50px 0px;
}
.upcoming_schedule h4 {
    font-size: 22px;
}
.notice .upcoming_schedule h4 {
    font-size: 22px;
}
p{
    font-size: 14px;
}
.deals_cont{
    margin-bottom: 30px;
}
.today_deal {
    padding: 70px 0px 0px 0px;
}
.form_sec {
    background: #deffed;
    padding: 50px 0px;
}
.why_rcciit {
    padding: 50px 0px;
    background: #0693d8;
}
div.sticky {
    top: 70px;
}
.all_items, .inner_banner {
    margin-top: 70px;
}
.marquee {
    height: 25px;
    display: block;
}
.marquee div {
    height: 30px;
    display: block;
    animation: marquee 10s linear infinite;
}
.marquee span {
    font-size: 17px;
}
.logo {
    width: 50px;
}
.stycky_element {
    height: 60px;
}
.wrapper {
    height: 60px;
    line-height: 60px;
}
.stycky_element ul {
    height: 60px;
}
.wrapper::-webkit-scrollbar {
      width: 100px;
  height: 5px;
}
.wrapper::-webkit-scrollbar-track {
      width: 100px;
  height: 5px;
}
.wrapper::-webkit-scrollbar-thumb {
      width: 100px;
  height: 5px;
}
.stycky_element li a {
    font-size: 14px;
}
.about_us{
    padding: 50px 0px;
}
.inner_banner img {
    height: 200px;
}
.breadcrumb {
    margin-top: 50px;
}
.visual_cont {
    padding: 20px;
    margin-top: -40px;
}
.visual_cont h6 {
    font-size: 16px;
}
.tab_box {
    padding: 50px 0px;
}
.tab_cont .nav-tabs .nav-link {
    font-size: 17px;
    margin-right: 20px;
}
.dropdown {
    line-height: 30px;
}
.dropdown-toggle {
    height: 30px;
}
.dropdown-text {
    line-height: 30px;
    top: -15px;
}
.dropdown-content {
    top: 15px !important;
}
.dropdown-content a {
    font-size: 13px;
    padding: 2px 0px;
}
.social_contact {
    padding: 50px 0px;
}
.position_boxs {
    margin-bottom: 20px;
}
.product_list{
    padding: 50px 0px 30px 0px;
}
.list_item {
    padding: 25px 20px 30px 20px;
}
.gallery .previews {
    width: 15%;
}
.gallery .full {
    width: 82%;
}
.gallery .previews a {
    border: 1px solid #fff;
}
.gallery .full {
    border: 1px solid #64DD17;
}
.gallery .previews a:hover, .gallery .previews a.selected {
    border: 1px solid #64DD17;
}
.gallery .previews a, .gallery .previews a img {
    border-radius: 6px;
}

.gallery .full, .gallery .full img{
    border-radius: 10px;
}
.gallery .previews{
    float: left;
    margin-right: 10px;
}
.gallery .previews a {
    margin-bottom: 6px;
}
.fancybox-skin {
    padding: 6px !important;
}
.product_details {
    padding: 50px 0px;
}
.all_product {
    padding: 50px 0px;
}
.allproduct_slide .owl-next img {
    width: 50%;
}
.allproduct_slide .owl-prev img {
    width: 50%;
}
.allproduct_slide {
    padding: 0px 35px;
}
.faq_sec {
    padding: 50px 0px;
}
.cart_sec {
    padding: 50px 0px 50px 0px;
}
.cart_group .input-group {
    padding-right: 0px;
    margin-top: 10px;
}
.cart_details {
    margin-top: 5px;
    padding: 20px;
}
.cart_cont h5 {
    font-size: 16px;
}
.cart_cont small {
    margin: 6px 0px 5px 0px;
    font-size: 14px;
}
.cart_cont .rupee1 {
    font-size: 14px;
}
.cart_cont .rupee3 {
    font-size: 14px;
}
.rupee4 {
    font-size: 13px;
    margin-left: 20px;
    padding: 0px 5px 0px 3px;
    border-radius: 3px;
}
.profile {
    padding: 50px 0px 50px 0px;
}
.orders {
    padding: 50px 0px 50px 0px;
}
.right_side_orders .cart_group {
    margin: 0px 0px;
    padding: 10px 10px;
    margin-bottom: 15px;
}
.login_bg {
    width: 60%;
}
.login {
    padding: 50px 0px;
}
.login_form {
    padding: 25px 5px 25px 5px;
}
.login_left_box {
    padding: 20px 20px 20px 20px;
}
.login_form .more_link {
    font-size: 13px;
    letter-spacing: 0px;
}
.login_left_box h3 {
    font-size: 16px;
}
.training_schedule{
    padding: 50px 0px;
}
}


@media screen and (max-width: 390px) {

div.sticky {
    top: 80px;
}
.all_items, .inner_banner {
    margin-top: 80px;
}
.bsnav-mobile .navbar {
    top: 80px;
}
}

@media screen and (max-width: 375px) {

.bsnav-mobile .navbar {
    top: 70px;
}
}














