@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,400;0,500;0,700;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap");
html {
  background: #fff;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
}

* *:before *:after {
  box-sizing: inherit;
}

img {
  width: 100%;
}

a {
  cursor: pointer;
  text-decoration: none;
}

ul li {
  list-style-type: none;
}

button:focus,
button:active,
.btn-primary.focus,
.btn-primary:focus,
.btn.focus,
.btn:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.section__icon {
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
}

.section__title {
  font-family: "Ubuntu", sans-serif;
  font-size: 45px;
  font-weight: 600;
  color: #333465;
  text-transform: capitalize;
  margin-bottom: 30px;
  text-shadow: 2px 2px 4px #6E7580;
}

.max__630 {
  max-width: 630px;
  margin: 0 auto;
}

p {
  color: #6E7580;
}

img {
  vertical-align: middle;
  border-style: none;
}

.row {
  overflow: hidden;
}

.btn-default {
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 500;
  color: #F7F7F7 !important;
  background-color: #E81921;
  text-transform: uppercase;
  border: none;
  outline: none;
  transition: all .3s ease-in-out;
  border-radius: 6px;
}

.btn-default-sm {
  padding: 8px 18px;
  font-size: 12px;
  font-weight: 500;
  color: #fff !important;
  background-color: #E81921;
  text-transform: uppercase;
  border: none;
  outline: none;
  transition: all .3s ease-in-out;
  border-radius: 6px;
}

/* Pre Loader*/
.lds-spinner {
  color: official;
  display: inline-block;
  position: fixed;
  width: 100%;
  height: 102vh;
  z-index: 5000000000;
  background-color: #E81921;
}

.lds-spinner div {
  position: absolute;
  top: 45%;
  left: 45%;
  bottom: 0;
  right: 0;
  transform: translate(-45%, -45%);
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #333465;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.sticky-top {
  transition: all 0.3s ease-in-out;
}

/* style for when sitcky is applied */
.stuck .sticky-top {
  background-color: #333465 !important;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.45);
}

/* Topbar */
.topbar {
  background: #E81921;
  margin: -4px 0 !important;
}

.topbar__contact .nav .nav-item {
  font-size: 13px;
  text-transform: uppercase;
  margin-right: 15px;
}

.topbar__contact .nav .nav-item .nav-link {
  color: #F7F7F7;
}

.topbar__contact .nav .nav-item .nav-link:first-child {
  padding-left: 0 !important;
}

.topbar__social .nav .nav-item {
  font-size: 20px;
  margin-left: 4px;
}

.topbar__social .nav .nav-item .nav-link {
  color: #F7F7F7;
}

.topbar__social .nav .nav-item .nav-link:last-child {
  padding-right: 0 !important;
}

.topbar__social .nav .nav-item .nav-link:hover {
  color: #333465;
}

.navbar .navbar-brand {
  max-width: 180px;
}

.navbar .navbar-nav .nav-item .nav-link {
  font-weight: 500;
  color: #F7F7F7 !important;
  text-transform: uppercase;
  margin-left: 8px;
  font-size: 14px;
  transition: all .3s ease-in-out;
}

.navbar .navbar-nav .nav-item .nav-link:active {
  border-bottom: 4px solid #E81921;
  margin-bottom: -4px;
}

.navbar .navbar-nav .nav-item .active {
  border-bottom: 4px solid #E81921;
  margin-bottom: -4px;
}

.navbar .navbar-nav .nav-item .btn-default {
  color: #F7F7F7 !important;
  padding: 10px 30px !important;
  margin-top: -4px;
  border-bottom: none !important;
}

.bg-info {
  background-color: transparent !important;
}

main {
  margin-top: -80px;
}

#contact {
  padding-top: 100px;
  padding-bottom: 10px;
  color: #fff;
  background-color: #3E407C;
  overflow: hidden;
}

.contact .row.xxx {
  padding-bottom: 165px;
  padding-top: 70px;
}

.contact .contact__single .nav {
  margin-left: -15px !important;
}

.contact .contact__single .nav .nav-link {
  color: #EDEDED;
}

.contact .contact__single h5 {
  text-shadow: 1px 1px 2px #000;
}

.contact .contact__single p {
  color: #EDEDED !important;
  word-spacing: 2px;
}

.contact .contact__single p .icon {
  color: #fff;
  margin-right: 6px;
}

.contact .contact__subscribe .brand__logo {
  margin-bottom: 20px;
}

.contact .contact__subscribe .brand__logo img {
  width: 180px;
}

.contact .contact__subscribe .sub_form {
  margin-right: 40px;
  margin-top: 30px;
  position: relative;
}

.contact .contact__subscribe .sub_form input {
  width: 100%;
  padding: 12px;
  border: none;
  outline: none;
  background-color: #D8D8D8;
}

.contact .contact__subscribe .sub_form button {
  position: absolute;
  top: -2px;
  right: 4px;
  background-color: transparent !important;
  border: none;
  outline: none;
  color: #E81921;
  font-size: 32px;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #EDEDED;
}

.footer {
  margin: 0;
}

.footer__text p {
  color: #fff;
  margin-bottom: 0;
}

.footer__text p a {
  color: #fff;
}

.footer__text p a:hover {
  color: #E81921;
}

.footer__social .nav-item .nav-link {
  font-size: 22px;
  color: #fff;
  transition: all .3s ease-in-out;
}

.footer__social .nav-item .nav-link:hover {
  color: #E81921;
}

.carousel-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(51, 52, 10, 0.7);
}

.carousel-item .slider__image {
  height: 95vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.carousel-item .carousel-caption {
  bottom: 32%;
}

.carousel-item .carousel-caption h2 {
  font-family: "Ubuntu", sans-serif;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 4px 4px 8px #000;
  margin-bottom: 15px;
}

.carousel-item .carousel-caption h2 span {
  color: #E81921;
}

.carousel-item .carousel-caption h4 {
  font-family: "Ubuntu", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 400;
  text-shadow: 3px 3px 6px #000;
}

.carousel-indicators li {
  background-color: #E81921 !important;
}

#about {
  padding: 120px 0;
  background-color: whitesmoke;
}

.about__left {
  margin-right: 15px;
}

.about__left img {
  margin-bottom: 15px;
}

.about__right {
  margin-left: 15px;
}

#classes {
  padding: 120px 0;
}

.types_yuga {
  box-sizing: border-box;
}

.types_yuga .row {
  margin-left: 0px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin-right: 0 !important;
}

.types_yuga .col-xl-2,
.types_yuga .col-md-4,
.types_yuga .col-sm-6 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.types_yuga .service__single {
  background-color: whitesmoke;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 20px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.05);
}

.types_yuga .service__single .services__item img {
  width: 150px;
}

.types_yuga .service__single .services__item h5 {
  margin-top: 20px;
  color: #333465;
  text-shadow: 1px 1px 2px #6E7580;
}

.grid .col-md-3 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.grid .col-md-3 .single__isotop {
  position: relative;
}

.grid .col-md-3 .single__isotop .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all .3s ease-in-out;
  background-color: #E81921;
}

.grid .col-md-3 .single__isotop .overlay .icon {
  color: #fff;
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.grid .col-md-3 .single__isotop:hover .overlay {
  opacity: .6;
}

#info {
  padding: 120px 0;
  background: whitesmoke;
}

.choose__left {
  padding: 6px;
}

.choose__left p {
  text-align: justify;
}

.choose__left__counts .counts__item {
  margin-bottom: 20px;
  box-sizing: border-box;
}

.choose__left__counts .counts__item__icon {
  font-size: 20px;
  margin-top: 12px;
  color: #E81921;
}

.choose__left__counts .counts__item__counter {
  padding-left: -5px;
}

.choose__left__counts .counts__item__counter h2 {
  font-family: "Ubuntu", sans-serif;
  font-size: 45px;
  color: #333465;
  text-shadow: 2px 2px 3px #6E7580;
}

.choose__left__counts .counts__item__counter p {
  text-align: left;
}

.choose__right img {
  transition: all .3s ease-in-out;
  cursor: pointer;
}

.choose__right:hover img {
  transform: scale(1.1);
}

#instructor {
  padding: 120px 0;
}

.instructors__single {
  margin-bottom: 30px;
}

.instructors__single h5 {
  color: #333465;
  margin-top: 12px;
  text-transform: capitalize;
  text-shadow: 1px 1px 2px #6E7580;
}

.instructors__single p {
  text-transform: capitalize;
}

#gallery {
  padding: 120px 0;
  background-color: whitesmoke;
}

.gallery__lightbox .col-md-3,
.gallery__lightbox .col-sm-6 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.gallery__lightbox__single {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* The overlay effect (full height and width) - lays on top of the container and over the image */
}

.gallery__lightbox__single img {
  transition: all 0.3s ease;
}

.gallery__lightbox__single .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all .3s ease-in-out;
  background-color: #E81921;
  /* The icon inside the overlay is positioned in the middle vertically and horizontally */
}

.gallery__lightbox__single .overlay .icon {
  color: #fff;
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10000;
}

.gallery__lightbox__single .overlay .icon:hover {
  color: #000;
}

.gallery__lightbox__single:hover .overlay {
  opacity: .6;
}

.gallery__lightbox__single:hover img {
  transform: scale(1.5);
}

#testimony {
  padding: 90px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  box-shadow: inset 0 0 0 1200px rgba(51, 52, 101, 0.6);
  overflow: hidden;
}

#testimony .parallax-window {
  min-height: 800px;
  background: transparent;
}

.testimony__top h2 {
  color: #E81921 !important;
  text-shadow: 2px 2px 4px #000;
}

.slick-slide img {
  margin: 0 auto;
  max-width: 100px;
  border: 3px solid #fff;
  border-radius: 50%;
  margin-bottom: 25px;
}

.item {
  padding: 0 2px;
  outline: none;
}

.item__inener {
  background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
  border-radius: 16px;
  text-align: center;
  padding: 20px 25px;
}

.item__inener h4 {
  font-family: "Ubuntu", sans-serif;
  font-size: 26px;
  color: #333465;
  text-transform: capitalize;
  text-shadow: 1px 1px 2px #000;
}

.item__inener h6 {
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 45px;
  font-weight: 600;
  text-shadow: 1px 1px 1px #6E7580;
}

.item__inener p {
  font-family: "Ubuntu", sans-serif;
  color: #000;
  text-align: justify;
}

.item__inener .texti-box {
  position: relative;
}

.item__inener__testimony::before {
  content: '\0022';
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translate(-50%);
  font-size: 60px;
  font-weight: 700;
  color: #E81921;
  margin-top: -50px;
}

/* Slick items options */
.slick-slide {
  transform: scale(0.9);
  opacity: 0.6;
  transition: all .3s ease;
}

.slick-slide.slick-current {
  transform: scale(1);
  opacity: 1;
  transition: all .3s ease;
}

.slick-arrow {
  position: absolute;
  bottom: 0;
  z-index: 99;
  color: #fff;
  background-color: #E81921;
  border: none;
  padding: 8px 15px;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 35px;
  outline: none;
  cursor: pointer;
}

.pre_arrow {
  left: 44%;
}

.next_arrow {
  left: 50%;
}

.next_arrow i {
  padding-left: 4px;
}

.slick-list {
  padding-top: 50px !important;
  padding-bottom: 85px !important;
}

/* Material Scroll Top */
.material-scrolltop {
  color: #fff !important;
  background-color: #E81921 !important;
}

/****************************************************
**** Custom Scroll Bar
****************************************************/
/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #E81921;
}

/**********************************************************
****    Responsive Area as following ------------------->>>
**********************************************************/
@media (max-width: 320px) {
  /* Choose Start */
  .choose__left__counts .counts__item__counter {
    padding-left: -5px;
  }
  .choose__left__counts .counts__item__counter h2 {
    font-size: 28px !important;
  }
  /* Choose End */
  /* Testimony Start*/
  #testimony {
    padding: 70px 0;
    box-shadow: inset 0 0 0 1000px rgba(51, 52, 101, 0.6);
    overflow: hidden;
  }
  #testimony .parallax-window {
    min-height: 1000px;
    background: transparent;
  }
  .slick-slide img {
    margin: 0 auto;
    max-width: 45px !important;
    margin-bottom: 5px !important;
  }
  .item {
    padding: 0 1px;
  }
  .item__inener {
    padding: 15px;
  }
  .item__inener h4 {
    font-size: 16px;
  }
  .item__inener h6 {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .item__inener p {
    margin-bottom: 10px;
    line-height: 14px;
  }
  .item__inener__testimony::before {
    font-size: 35px;
    margin-top: -10px;
  }
  .slick-list {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  /* Testimony End */
}

@media (max-width: 575.98px) {
  .section__icon {
    width: 45px;
    height: 45px;
  }
  .section__title {
    font-size: 28px !important;
    text-shadow: 2px 2px 2px #6E7580;
  }
  /* Button defalut */
  .btn-default {
    padding: 8px 20px;
    font-size: 14px;
  }
  /* Navbar */
  .navbar-nav {
    margin-bottom: 20px;
  }
  /* Baner Section Start */
  .carousel-item .slider__image {
    height: 100vh !important;
  }
  .carousel-item .carousel-caption {
    bottom: 20%;
  }
  .carousel-item .carousel-caption h2 {
    font-size: 30px;
    text-shadow: 4px 4px 4px #000;
  }
  .carousel-item .carousel-caption h2 span {
    color: #E81921;
  }
  .carousel-item .carousel-caption h4 {
    font-size: 16px;
    text-shadow: 3px 3px 6px #000;
  }
  /* Classes Start */
  #classes {
    padding: 70px 0;
  }
  .btn-default-sm {
    padding: 8px 10px;
  }
  /* Classes End */
  /* About Start */
  #about {
    padding: 70px 0;
    background-color: whitesmoke;
  }
  /* About end */
  /* Choose Start */
  #info {
    padding: 70px 0;
  }
  .choose__left {
    padding: 0px !important;
  }
  .choose__left p {
    text-align: justify;
  }
  .choose__left__counts .counts__item__icon {
    font-size: 12px;
    margin-top: 12px;
  }
  .choose__left__counts .counts__item__counter {
    padding-left: -5px;
  }
  .choose__left__counts .counts__item__counter h2 {
    font-size: 35px;
    text-shadow: 2px 2px 2px #6E7580;
  }
  .choose__left__counts .counts__item__counter p {
    font-size: 13px;
  }
  .choose__right img {
    min-width: none !important;
    padding-left: -15px;
    transition: all .3s ease-in-out;
    cursor: pointer;
  }
  .choose__right:hover img {
    transform: scale(1.1);
  }
  /* Choose End */
  /* Instructors Start*/
  #instructor {
    padding: 70px 0;
  }
  /* Instructors Start*/
  /* Gallery Start */
  #gallery {
    padding: 70px 0;
    background-color: whitesmoke;
  }
  .gallery__lightbox__single {
    margin-bottom: 15px;
  }
  /* Gallery End */
  /* Testimony Start*/
  #testimony {
    padding: 70px 0;
    box-shadow: inset 0 0 0 800px rgba(51, 52, 101, 0.6);
    overflow: hidden;
  }
  #testimony .parallax-window {
    min-height: 800px;
    background: transparent;
  }
  .slick-slide img {
    margin: 0 auto;
    max-width: 50px;
    margin-bottom: 8px;
  }
  .item__inener h4 {
    font-size: 18px;
  }
  .item__inener h6 {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .item__inener p {
    margin-bottom: 12px;
    line-height: 16px;
  }
  .item__inener__testimony::before {
    font-size: 35px;
    margin-top: -10px;
  }
  .slick-list {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  /* Testimony End */
  /* Footer Start */
  #contact {
    padding-top: 70px;
    padding-bottom: 5px;
    text-align: center !important;
  }
  .contact .row.xxx {
    padding-bottom: 25px;
    padding-top: 20px;
  }
  .contact .contact__single {
    margin-bottom: 35px;
  }
  .contact .contact__single .nav {
    margin-left: 0px !important;
  }
  .contact .contact__subscribe .sub_form {
    margin: 0 auto;
    margin-top: 30px;
  }
  .contact .contact__subscribe .sub_form input {
    width: 95%;
  }
  .contact .contact__subscribe .sub_form button {
    position: absolute;
    top: -2px;
    right: 12px;
  }
  .footer {
    margin: 0;
  }
  .footer__text {
    margin: 0 auto;
  }
  .footer__social {
    margin: 0 auto;
  }
  /* Footer End */
  /* Material Scroll Top */
  .material-scrolltop {
    right: 5px !important;
    height: 30px !important;
    width: 30px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .section__icon {
    width: 50px;
    height: 50px;
  }
  .section__title {
    font-size: 28px !important;
    text-shadow: 2px 2px 2px #6E7580;
  }
  /* Button defalut */
  .btn-default {
    padding: 8px 20px;
    font-size: 14px;
  }
  /* Navbar */
  .navbar-nav {
    margin-bottom: 20px;
  }
  /* Baner Section Start */
  .carousel-item .slider__image {
    height: 100vh !important;
  }
  .carousel-item .carousel-caption {
    bottom: 22%;
  }
  .carousel-item .carousel-caption h2 {
    font-size: 30px;
    text-shadow: 4px 4px 4px #000;
  }
  .carousel-item .carousel-caption h2 span {
    color: #E81921;
  }
  .carousel-item .carousel-caption h4 {
    font-size: 16px;
    text-shadow: 3px 3px 6px #000;
  }
  /* Classes Start */
  #classes {
    padding: 70px 0;
  }
  .btn-default-sm {
    padding: 8px 10px;
  }
  /* Classes End */
  /* About Start */
  #about {
    padding: 70px 0;
    background-color: whitesmoke;
  }
  /* About end */
  /* Choose Start */
  #info {
    padding: 70px 0;
  }
  .choose__left {
    padding: 0px !important;
  }
  .choose__left p {
    text-align: justify;
  }
  .choose__left__counts .counts__item__icon {
    font-size: 12px;
    margin-top: 12px;
  }
  .choose__left__counts .counts__item__counter {
    padding-left: -5px;
  }
  .choose__left__counts .counts__item__counter h2 {
    font-size: 35px;
    text-shadow: 2px 2px 2px #6E7580;
  }
  .choose__left__counts .counts__item__counter p {
    font-size: 13px;
  }
  .choose__right img {
    min-width: none !important;
    padding-left: -15px;
    transition: all .3s ease-in-out;
    cursor: pointer;
  }
  .choose__right:hover img {
    transform: scale(1.1);
  }
  /* Choose End */
  /* Instructors Start*/
  #instructor {
    padding: 70px 0;
  }
  /* Instructors Start*/
  /* Gallery Start */
  #gallery {
    padding: 70px 0;
    background-color: whitesmoke;
  }
  .gallery__lightbox__single {
    margin-bottom: 15px;
  }
  /* Gallery End */
  /* Testimony Start*/
  #testimony {
    padding: 70px 0;
    box-shadow: inset 0 0 0 800px rgba(51, 52, 101, 0.6);
    overflow: hidden;
  }
  #testimony .parallax-window {
    min-height: 800px;
    background: transparent;
  }
  .slick-slide img {
    margin: 0 auto;
    max-width: 50px;
    margin-bottom: 8px;
  }
  .item__inener h4 {
    font-size: 18px;
  }
  .item__inener h6 {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .item__inener p {
    margin-bottom: 12px;
    line-height: 16px;
  }
  .item__inener__testimony::before {
    font-size: 35px;
    margin-top: -10px;
  }
  .slick-list {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  /* Testimony End */
  /* Footer Start */
  #contact {
    padding-top: 70px;
    padding-bottom: 5px;
    text-align: center !important;
  }
  .contact .row.xxx {
    padding-bottom: 25px;
    padding-top: 20px;
  }
  .contact .contact__single {
    margin-bottom: 35px;
  }
  .contact .contact__single .nav {
    margin-left: 0px !important;
  }
  .contact .contact__subscribe .sub_form {
    margin: 0 auto;
    margin-top: 30px;
  }
  .contact .contact__subscribe .sub_form input {
    width: 95%;
  }
  .contact .contact__subscribe .sub_form button {
    position: absolute;
    top: -2px;
    right: 12px;
  }
  .footer {
    margin: 0;
  }
  .footer__text {
    margin: 0 auto;
  }
  .footer__social {
    margin: 0 auto;
  }
  /* Footer End */
  /* Material Scroll Top */
  .material-scrolltop {
    right: 5px !important;
    height: 30px !important;
    width: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .section__icon {
    width: 50px;
    height: 50px;
  }
  .section__title {
    font-size: 35px !important;
    text-shadow: 2px 2px 2px #6E7580;
  }
  /* Button defalut */
  .btn-default {
    padding: 10px 24px;
    font-size: 14px;
  }
  .bg-info {
    background-color: #333465 !important;
  }
  /* Navbar */
  .navbar-nav {
    margin-bottom: 20px;
  }
  /* Baner Section Start */
  .carousel-item .carousel-caption {
    bottom: 25%;
  }
  .carousel-item .carousel-caption h2 {
    font-size: 38px;
    text-shadow: 4px 4px 4px #000;
  }
  .carousel-item .carousel-caption h2 span {
    color: #E81921;
  }
  .carousel-item .carousel-caption h4 {
    font-size: 18px;
    text-shadow: 3px 3px 6px #000;
  }
  /* About Section Start */
  .about__right {
    margin-top: 30px;
  }
  /* Info Section Start */
  .choose__left {
    margin-bottom: 30px;
  }
  .choose__left__counts .counts__item__icon {
    font-size: 18px;
    margin-top: 12px;
  }
  .choose__left__counts .counts__item__counter h2 {
    font-size: 35px;
    text-shadow: 2px 2px 2px #6E7580;
  }
  /* Testimony Start*/
  #testimony {
    padding: 70px 0;
  }
  .slick-slide img {
    margin: 0 auto;
    max-width: 80px;
    margin-bottom: 8px;
  }
  .slick-list {
    padding-top: 20px !important;
    padding-bottom: 30px !important;
  }
  /* Footer Start */
  .contact .row.xxx {
    padding-bottom: 25px;
    padding-top: 20px;
  }
  .contact .contact__single {
    margin-bottom: 35px;
  }
  /* Material Scroll Top */
  .material-scrolltop {
    right: 10px !important;
    height: 40px !important;
    width: 40px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Button defalut */
  .btn-default {
    padding: 10px 24px;
    font-size: 14px;
  }
  .navbar .navbar-nav .nav-item .btn-default {
    padding: 10px 22px !important;
  }
  .navbar .navbar-nav .nav-item:nth-child(8) {
    margin-right: 10px;
  }
  /* Navbar */
  .navbar .navbar-nav .nav-item .nav-link {
    margin-left: 0px !important;
  }
  /* Baner Section Start */
  .carousel-item .carousel-caption {
    bottom: 27%;
  }
  .carousel-item .carousel-caption h2 {
    font-size: 50px;
    text-shadow: 4px 4px 4px #000;
  }
  .carousel-item .carousel-caption h2 span {
    color: #E81921;
  }
  .carousel-item .carousel-caption h4 {
    font-size: 20px;
    text-shadow: 3px 3px 4px #000;
  }
  /* Info Section Start */
  .choose__left__counts .counts__item__icon {
    font-size: 18px;
    margin-top: 12px;
  }
  .choose__left__counts .counts__item__counter {
    padding-left: -5px;
  }
  .choose__left__counts .counts__item__counter h2 {
    font-size: 35px;
    text-shadow: 2px 2px 2px #6E7580;
  }
  /* Testimony Start*/
  #testimony {
    padding: 70px 0;
  }
  /* Footer Start */
  #contact {
    padding-top: 70px;
    padding-bottom: 5px;
  }
}
