:root {
  --lightestgray: #8f8f8f;
  --lightgray: #707070;
  --darkgray: #2c2c2c;
  --darkestgray: #222328;
  --white: #ffffff;
  --milkywhite: #f2f3ee;
  --red: #e72c27;
  --reddark: #da1e18;
  --blue: #3d366c;
  --lightblue: #0157cd;
  --lightbluehover: #1357b6;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: var(--lightgray);
  background: var(--white);
}
h1 {
  font-size: 1.5em;
  font-weight: normal;
}
a {
  color: var(--red);
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  color: var(--reddark);
  text-decoration: none;
}
.btn-main {
  padding: 18px 40px;
  background: var(--red);
  color: var(--white);
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.btn-main:hover,
.btn-main:active,
.btn-main:focus {
  background: var(--reddark);
  color: var(--white);
}
.btn-main .lnr {
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.white-btn {
  padding: 10px 25px 8px 25px;
  background: #ffffffeb;
  color: var(--red);
  border-radius: 50px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.white-btn:hover,
.white-btn:active,
.white-btn:focus {
  background: var(--white);
  color: var(--red);
  box-shadow: 0 0 10px #00000030;
}
.white-btn .lnr {
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.btn-main-bordered {
  padding: 18px 40px;
  background: var(--white);
  border: 2px solid var(--red);
  color: var(--red);
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.btn-main-bordered:hover,
.btn-main-bordered:active,
.btn-main-bordered:focus {
  background: var(--reddark);
  color: var(--white);
}
.btn-main-bordered .lnr {
  margin-left: 5px;
  position: relative;
  top: 2px;
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.clearfix:after {
  clear: both;
}
.hidden-true {
  display: none;
}
.textbox0 {
  width: 3em;
  background: #f1f1f1;
  padding: 0.25em 0.5em;
  line-height: 1.5;
  height: 1.5em;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
ul li,
ol li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.clear-fix {
  clear: both;
}

#topmenu {
  background: var(--milkywhite);
}
.menu-top {
  margin-top: 8px;
}
.menu-top li {
  list-style: none;
  float: left;
}
.menu-top li a {
  font-size: 13px;
  height: 32px;
  padding: 8px 20px 12px 20px;
  color: var(--darkgray);
  display: inline-block;
}
.menu-top li a:hover {
  color: var(--red);
}
.menu-top li a.active-page {
  list-style: none;
  background: var(--white);
  border-radius: 5px 5px 0 0;
}

.socialmedia-top {
  text-align: right;
  margin-top: 8px;
  float: right;
}
.socialmedia-top li {
  display: inline-block;
  margin: 0 2px;
}
.socialmedia-top li a {
  background: var(--red);
  width: 23px;
  height: 23px;
  display: inline-block;
  color: var(--white);
  font-size: 11px;
  text-align: center;
  line-height: 26px;
  border-radius: 60px;
}
.socialmedia-top li a:hover,
.socialmedia-top li a:focus,
.socialmedia-top li a:active {
  background: var(--reddark);
}
a.mainlogo {
  margin-top: 20px;
  display: inline-block;
}
a.mainlogo img {
  width: 365px;
}
.vg-nav-main-container {
  padding: 0;
  margin: 0;
  display: block;
  text-align: right;
}

.mainlogo {
}

#mainmenu .container-fluid,
#topmenu .container-fluid {
  padding-right: 50px;
  padding-left: 50px;
}
.applynow {
  float: right;
  background: #216bd3;
  padding: 13px 30px 9px 30px;
  border-radius: 50px;
  color: Var(--white);
  margin-top: 24px;
  font-weight: 700;
  margin-left: 25px;
  font-size: 14px;
}
.applynow:hover,
.applynow:focus,
.applynow:active {
  background: #1357b6;
  color: Var(--white);
  box-shadow: 0 0 5px #e3e3e3;
}

.navigation {
  float: right;
}

.search {
  float: right;
}
.search a {
  float: right;
  margin-top: 13px;
  margin-left: 15px;
  font-size: 16px;
}
.search a i {
  color: var(--darkgray);
}
.navik-header.sticky {
  margin-top: -40px !important;
}
.navik-header.sticky .applynow {
  margin-top: 13px;
}

/* slider */
#carouselExampleIndicators .carousel-item {
  height: 570px;
  background-repeat: no-repeat;
  background-size: cover;
}
#carouselExampleIndicators .carousel-item:before {
  content: "";
  display: block;
  background: #36363673;
  height: 570px;
  width: 100%;
}
.carousel-caption {
  position: absolute;
  top: 20%;
  left: 10%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  display: block !important;
}
.carousel-caption h5 {
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
}
.carousel-caption h5 span {
  font-size: 42px;
  display: block;
  font-weight: 300;
}
.carousel-caption p {
  width: 470px;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 25px;
}
/* slider */

/* fourblocks */
#fourblocks ul {
}
#fourblocks ul li {
  width: 25%;
  float: left;
  color: var(--white);
}
.blocks-inner {
  padding: 25px;
}
.b1 {
  background: #e72c28;
}
.b2 {
  background: #de0b06;
}
.b3 {
  background: #ce0400;
}
.b4 {
  background: #282828;
}

.animate__delay-100ms {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.animate__delay-200ms {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.animate__delay-300ms {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.animate__delay-400ms {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.section-padding {
  padding: 80px 0;
}
.blocks-inner {
  display: flex;
}
.four-block-img {
}
.four-block-txt {
  margin-left: 15px;
}
.four-block-txt h3 {
  font-size: 16px;
  font-weight: 700;
}
.four-block-txt p {
  line-height: 22px;
}

/* fourblocks */

#aboutcollege {
}
#aboutcollege .main-title {
  margin-top: 15px;
  margin-bottom: 130px;
}
.main-title {
  font-size: 30px;
  font-weight: 500;
  color: var(--blue);
  line-height: 46px;
  font-family: "Poppins", sans-serif;
}
.colorwhite {
  color: var(--white);
}

.about-cotes {
  font-size: 15px;
  padding-left: 20px;
  font-weight: 700;
  color: var(--lightgray);
  line-height: 26px;
  border-left: 3px solid var(--red);
  margin-bottom: 30px;
}
.about-txt {
  line-height: 28px;
  font-size: 15px;
  margin-bottom: 40px;
}
.about-spacing {
  padding-left: 50px;
}
.about-blocks {
  display: flex;
  padding: 40px;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  border-radius: 10px;
}
.about-blocks:hover,
.about-blocks:focus,
.about-blocks:active {
  box-shadow: rgb(100 100 111 / 30%) 0px 7px 29px 0px;
}

.about-b1 {
  margin-right: 30px;
}
.about-b2 {
  font-size: 22px;
  color: var(--darkgray);
  border-radius: 50px;
  font-weight: 500;
  line-height: 24px;
}
.aboutimg {
  width: 100%;
  height: 610px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin-top: 60px;
  z-index: 5;
}
.aboutimg img {
  width: 100%;
  height: 610px;
  object-fit: cover;
}
.gradent {
  background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgb(0 0 0 / 76%));
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 150px;
}
.videolink {
  position: absolute;
  bottom: 25px;
  z-index: 5;
  left: 25px;
  color: #fff;
  display: flex;
  width: 150px;
  opacity: 0.9;
}
.videolink i {
  font-size: 50px;
  margin-right: 15px;
}
.videolink span {
  margin-top: 10px;
  font-weight: 500;
}
.videolink:hover {
  opacity: 1;
  color: #fff;
}

.experience {
  padding: 0px 30px 30px 30px;
}
.experience h3 {
  font-size: 18px;
  color: var(--lightblue);
  font-weight: 600;
}

.experience p {
  font-size: 16px;
  line-height: 28px;
  color: var(--lightgray);
  font-weight: 400;
}
.experienceimg {
  margin-top: 80px;
  padding: 30px;
}
.experienceimg img {
  width: 100%;
}

.counter {
  font-size: 52px;
  padding-top: 150px;
  margin-top: 38px;
}

#graphsection {
  margin-top: -100px;
}
.graphbg {
  height: 515px;
  overflow: hidden;
  background: #474444;
  margin-bottom: -552px;
}
.graphbg img {
  height: 515px;
  object-fit: cover;
  width: 100%;
  opacity: 0.5;
}
.countertxt {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 30px;
  color: var(--white);
}
.counter-style {
  color: var(--white);
  height: 220px;
}
.border-right2 {
  border-right: 1px solid #706f6f;
}
.counterblock {
  text-align: center;
  margin-left: -35px;
}

.redblock {
  background: var(--red);
  padding: 45px;
  font-size: 27px;
  line-height: 45px;
  border-radius: 15px 15px 0 0;
  color: var(--white);
  margin-top: 69px;
  text-align: center;
  position: relative;
  font-family: "Poppins", sans-serif;
}

.redblock:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 35px solid transparent;
  border-top: 30px solid #e72c28;
  position: absolute;
  left: 0;
  bottom: -30px;
}

.medicalcollege {
  padding: 50px 100px 50px 50px;
  background: var(--white);
  border-radius: 15px 0px 0 0;
  margin-top: 70px;
}

#graphsection .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

#graphsection .container-fluid .row {
  margin-right: 0;
  margin-left: 0;
}

.medicalcollege {
  font-size: 16px;
  color: var(--lightgray);
  line-height: 30px;
}

.abt-blockstyle {
  width: 800px;
  height: 150px;
  border-radius: 15px;
  overflow: hidden;
  margin-right: 25px;
}
.abt-blockstyle img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.padding0 {
  margin-right: 0;
  padding-right: 0;
}
.medicalcollege p {
  margin-bottom: 25px;
}
.doubleblock {
  display: flex;
}

.medical-ul {
}
.medical-ul {
  margin-top: 10px;
}
.medical-ul li {
  padding: 15px 0;
  display: flex;
  border-bottom: 1px solid #e9e8e3;
}

.count {
  background: #fdeeee;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  font-weight: 300;
  color: var(--red);
  border-radius: 50px;
}

.count-block h3 {
  font-size: 17px;
  font-weight: 500;
  color: var(--darkgray);
  margin-top: 10px;
}

#medical-ul li {
}

.right-padding {
  padding-right: 50px;
  line-height: 55px;
}
.side-text {
  line-height: 27px;
  font-size: 16px;
  color: var(--lightgray);
  padding-top: 10px;
  padding-right: 60px;
  font-weight: 500;
  margin-bottom: 25px;
}

/* Program */
#program {
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-color: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgb(0 0 0 / 76%));
}
#program::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: red;
}

.program-blocks {
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
  border-radius: 10px;
  margin-bottom: 25px;
  margin-top: 70px;
  background: #fff;
}
.program-blocks:hover,
.program-blocks:focus,
.program-blocks:active {
  box-shadow: rgb(149 157 165 / 40%) 0px 8px 24px;
  transition: all 0.5s ease 0s;
}
.program-blocks:hover:after {
  content: "";
  display: block;
  width: 80%;
  height: 3px;
  background: var(--blue);
  margin: auto;
  transition: all 0.3s ease 0s;
}

.program-blocks-txt {
  padding: 35px;
}
.program-blocks-txt a.program-title {
  padding: 0px;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 23px;
  display: inline-block;
}

.program-blocks img {
  width: 100%;
}
.program-txt {
  line-height: 26px;
  font-size: 15px;
}
.program-btn {
  padding: 12px 30px;
  background: var(--white);
  color: var(--lightestgray);
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s ease 0s;
  border: 2px solid var(--lightestgray);
  margin-top: 25px;
}

.program-btn:hover,
.program-btn:active,
.program-btn:focus {
  padding: 12px 30px;
  background: var(--red);
  color: var(--white);
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s ease 0s;
  border: 2px solid var(--red);
  margin-top: 25px;
}

.program-btn .lnr {
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.program-img {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 264px;
}
.program-img img {
  transition: 0.3s ease-in-out;
  transform: scale(1);
}
.program-img:hover img,
.program-img:focus img,
.program-img:active img {
  transform: scale(1.05);
  transition: 0.3s ease-in-out;
}
/* Program */

/* News Events */
#newsevents {
  background-color: var(--darkestgray);
  background-image: url(../images/pattern-1.png);
}
#newsevents .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.title-txt {
  line-height: 24px;
}

.newsevents-wrapper {
}
.newsevents-img {
}
.newsevents-wrapper {
  box-shadow: rgb(0 0 0 / 20%) 0px 8px 24px;
  border-radius: 10px;
  margin-bottom: 25px;
  margin-top: 120px;
  background: #fff;
}
.newsevents-wrapper:hover,
.newsevents-wrapper:focus,
.newsevents-wrapper:active {
  box-shadow: rgb(0 0 0 / 60%) 0px 8px 24px;
  transition: all 0.5s ease 0s;
}
.newsevents-img img {
  transition: 0.3s ease-in-out;
  transform: scale(1);
  object-fit: cover;
  width: 100%;
  height: 236px;
  border-radius: 10px;
}
.newsevents-img:hover img,
.newsevents-img:focus img,
.newsevents-img:active img {
  transform: scale(1.05);
  transition: 0.3s ease-in-out;
}

.newsevents-img {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 264px;
}
.newsevents-category {
  font-size: 13px;
  padding: 7px 15px;
  border-radius: 0 10px 10px 10px;
  background: var(--red);
  color: var(--white);
  position: absolute;
  left: 25px;
  margin-top: -48px;
}
.newsevents-category:hover,
.newsevents-category:active,
.newsevents-category:focus {
  background: var(--reddark);
  color: var(--white);
}

.newsevents-date {
  font-size: 12px;
  color: var(--lightgray);
}
.newsevents-text {
  padding: 30px 25px 25px 25px;
  margin-top: -30px;
}
.newsevents-title {
  font-weight: 700;
  font-size: 18px;
  color: var(--darkestgray);
  display: block;
  margin: 15px 0 20px 0;
  line-height: 26px;
  overflow: hidden;
  height: 50px;
}
.newsevents-content {
  line-height: 24px;
  color: var(--lightgray);
  margin-bottom: 20px;
}
.readmore-btn {
  font-weight: 700;
  color: var(--darkgray);
}
.readmore-btn:hover,
.readmore-btn:focus,
.readmore-btn:active {
  font-weight: 700;
  color: var(--lightbluehover);
}

.readmore-btn:hover .lnr,
.readmore-btn:focus .lnr,
.readmore-btn:active .lnr {
  color: var(--lightbluehover);
  margin-left: 8px;
  transition: 0.3s ease-in-out;
}
.readmore-btn .lnr {
  font-weight: 700;
  color: var(--darkgray);
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.news-item {
  padding-left: 9.5%;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: -65px;
  padding-bottom: 17px;
}

.news-item .newsevents {
  width: 1300px;
}

@media (min-width: 1500px) {
  .news-item .newsevents {
    width: 1600px;
  }
}

#newsevents .owl-prev {
  width: 40px;
  height: 40px;
  right: 310px;
  top: 0px;
  position: absolute;
  background: none;
  border: 0;
  outline: none;
}

#newsevents .owl-prev img {
  width: 40px;
  height: 40px;
  opacity: 0.5;
}

#newsevents .owl-next {
  width: 40px;
  height: 40px;
  right: 260px;
  top: 0px;
  position: absolute;
  background: none;
  border: 0;
  outline: none;
}

#newsevents .owl-next img {
  width: 40px;
  height: 40px;
  opacity: 0.5;
}
#newsevents .owl-dots {
  margin-left: -200px;
  position: relative;
  top: 20px;
}

#newsevents .owl-next:hover img,
#newsevents .owl-prev:hover img {
  opacity: 1;
}

.owl-theme .owl-dot:hover,
.owl-theme .owl-dot:focus,
.owl-theme .owl-dot:active {
  border: 0;
  outline: none;
}

.owl-theme .owl-dot span:hover,
.owl-theme .owl-dot span:focus,
.owl-theme .owl-dot span:active {
  border: 0;
  outline: none;
}

.owl-theme .owl-dot.active span {
  background: var(--white) !important;
}
.owl-theme .owl-dot.active span:after {
  content: "";
  display: block;
  background: #ffffff59;
  width: 23px;
  height: 23px;
  margin-left: -7.5px;
  margin-top: 0px;
  position: relative;
  top: -7.3px;
  border-radius: 15px;
}
.owl-theme .owl-dots .owl-dot span {
  background: var(--white) !important;
}

.news-btn {
  font-weight: 700;
  color: var(--white);
  float: right;
  margin-right: 40px;
  position: relative;
  top: -19px;
  z-index: 5;
}

#newsevents {
  padding: 80px 0 100px 0;
}

/* Testimonial */
.outer {
  margin: 0 auto;
  max-width: 800px;
}
#big .item {
  font-size: 20px;
  font-weight: 400;
  margin: 0px;
  line-height: 40px;
}
#thumbs .item {
  height: 70px;
  line-height: 70px;
  padding: 0px;
  margin: 2px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
#thumbs .item h1 {
  font-size: 18px;
}
#thumbs .current .item {
}
.owl-theme .owl-nav [class*="owl-"] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: none;
}
#big.owl-theme {
  position: relative;
}
#big.owl-theme .owl-next,
#big.owl-theme .owl-prev {
  display: none;
}

#thumbs.owl-theme .owl-next,
#thumbs.owl-theme .owl-prev {
  background: #333;
}

.bottom-testimonial {
  display: flex;
}
/* News Events */

/* Testimonial */
.testimonial-img {
  position: relative;
  text-align: center;
  border: 2px solid var(--white);
  padding: 5px;
  border-radius: 50px;
  height: 65px;
  width: 64px;
  margin-right: 15px;
}

.testimonial-img span {
  display: none;
}

.testimonial-img span i {
  color: var(--lightblue);
}

.testimonial-img-1 {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  object-fit: cover;
}
.testimonial-img-1 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.testimonial-author {
  text-align: left;
  padding-top: 15px;
}
.testimonial-author .span1 {
  font-size: 16px;
  font-weight: 700;
  display: block;
  line-height: 18px;
  margin-bottom: 5px;
  color: var(--darkgray);
}
.testimonial-author .span2 {
  font-size: 13px;
  font-weight: 400;
  display: block;
  line-height: 18px;
  color: var(--lightgray);
}

#thumbs .owl-item.current .testimonial-img {
  position: relative;
  text-align: center;
  border: 2px solid var(--lightblue);
  padding: 5px;
  border-radius: 50px;
  height: 65px;
  width: 64px;
  margin-right: 15px;
}
#thumbs .owl-item.current .testimonial-img span {
  position: absolute;
  left: -1px;
  top: -1px;
  background: var(--white);
  height: 25px;
  width: 25px;
  border-radius: 15px;
  line-height: 25px;
  font-size: 11px;
  display: block;
}

.bottom-testimonial {
  margin-top: 40px;
}
.testimonial-sm-txt {
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  margin: 25px 0;
  padding-right: 25px;
}

.btn-main.sm {
  padding: 15px 22px 13px 22px;
  font-size: 14px;
  margin-bottom: 15px;
}
.btn-main-bordered.sm {
  padding: 15px 22px 13px 22px;
  font-size: 14px;
}

#testimonial .main-title {
  padding-right: 70px;
}
#testimonial .owl-theme .owl-dots .owl-dot span {
  background: var(--red) !important;
}
#testimonial .owl-theme .owl-dot.active span:after {
  content: "";
  display: block;
  background: #e5292662;
  width: 23px;
  height: 23px;
  margin-left: -6.7px;
  margin-top: 0px;
  position: relative;
  top: -7.3px;
  border-radius: 15px;
}
/* Testimonial */

/* Gallery Home*/
.overlay {
  position: absolute;
  bottom: 0;
  background: var(--darkestgray);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  transition: 0.5s ease;
  opacity: 0;
  color: white;
  font-size: 15px;
  padding: 15px 20px;
  text-align: center;
}

.galleryimg-home:hover .overlay {
  opacity: 1;
}
.galleryimg-home {
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
.galleryimg-home img {
  height: 200px;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}

.galleryimg-home:hover img,
.galleryimg-home:focus img,
.galleryimg-home:active img {
  transform: scale(1.05);
  transition: 0.3s ease-in-out;
}

#galleryhome .owl-nav {
  display: block;
}
#galleryhome .owl-prev {
  width: 35px;
  height: 35px;
  background: #e72b28eb;
  border-radius: 50px;
  position: absolute;
  left: -22px;
  bottom: 75px;
  border: 0;
  box-shadow: 0;
  outline: none;
}
#galleryhome .owl-prev:hover {
  background: var(--reddark);
}

#galleryhome .owl-prev img {
  width: 15px;
  height: 15px;
}

#galleryhome .owl-next {
  width: 35px;
  height: 35px;
  background: #e72b28eb;
  border-radius: 50px;
  position: absolute;
  right: -22px;
  bottom: 75px;
  border: 0;
  box-shadow: 0;
  outline: none;
}
#galleryhome .owl-next:hover {
  background: var(--reddark);
}

#galleryhome .owl-next img {
  width: 15px;
  height: 15px;
}
/* Gallery Home*/

/* Subscribe Home*/

.subscribe-block {
  background: var(--red);
  padding: 60px;
  border-radius: 15px;
  position: relative;
  margin-top: 90px;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
.subs-left {
  font-size: 26px;
  font-weight: 500;
  color: var(--white);
  text-transform: uppercase;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
}
.subform {
  background: var(--white);
  padding: 2px;
  display: flex;
  border-radius: 100px;
}
.subform input {
  height: 50px;
  padding: 10px 20px;
  width: 75%;
  border-radius: 100px 0px 0px 100px;
  box-shadow: 0 0 0;
  border: 0;
}
.subform button {
  height: 50px;
  padding: 10px;
  width: 25%;
  border-radius: 100px;
  background: var(--red);
  border: 0;
  outline: none;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 500;
  line-height: 34px;
}
.subform button:hover,
.subform button:focus,
.subform button:after {
  background: var(--reddark);
  color: var(--white);
  transition: 0.3s ease-in-out;
}

.shape2 {
  position: absolute;
  right: 0;
  top: 0;
}
.shape1 {
  position: absolute;
  right: 0;
  top: 0;
  height: 150px;
  border-radius: 15px 15px 0 0;
}

/* footer */

#footer {
  background-color: var(--darkestgray);
  background-image: url(../images/pattern-1.png);
  padding-top: 170px;
  padding-bottom: 60px;
  margin-top: -90px;
}

.descriptionffoter h2 {
  font-size: 26px;
  font-weight: 500;
  color: var(--white);
  padding-right: 55px;
  line-height: 37px;
  margin-bottom: 25px;
  font-family: "Poppins", sans-serif;
}
.descriptionffoter div {
  font-size: 14px;

  color: var(--lightestgray);

  line-height: 25px;
  margin-bottom: 25px;
  padding-right: 45px;
}

#footer .socialmedia-top {
  text-align: left;
  margin-top: 0px;
  float: none;
}
#footer .socialmedia-top li a {
  background: #ffffff40;
  width: 35px;
  height: 35px;
  display: inline-block;
  color: var(--white);
  font-size: 13px;
  text-align: center;
  line-height: 38px;
  border-radius: 60px;
}

#footer .socialmedia-top li a:hover {
  background: #ffffff20;
}

#footer h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  color: var(--white);
  margin-bottom: 25px;
}

.footerlist {
}
.footerlist li {
  margin-bottom: 15px;
}
.footerlist li a {
  color: var(--lightestgray);
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}
.footerlist li a .lnr {
  margin-right: 10px;
  transition: all 0.2s ease-in-out;
}

.footerlist li a:hover {
  color: var(--white);
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}
.footerlist li a:hover .lnr {
  margin-left: 5px;
  transition: all 0.2s ease-in-out;
}

.quickcontact li {
  margin-bottom: 15px;
  padding-right: 50px;
}
.quickcontact li a {
  color: var(--lightestgray);
}

.quickcontact li a:active,
.quickcontact li a:focus,
.quickcontact li a:hover {
  color: var(--white);
}

.bottom-footer {
  border-top: 1px solid #393a3f;
  padding-top: 40px;
  margin-top: 60px;
}
.poweredby {
  text-align: right;
  padding-right: 25px;
}
.poweredby a {
  color: var(--lightestgray);
}
.poweredby a:active,
.poweredby a:focus,
.poweredby a:hover {
  color: var(--white);
}

.navik-header-container.formnav .logo {
  text-align: center;
  float: none !important;
}

.form-blocks .form-control {
  height: calc(1.5em + 0.75rem + 10px);
  box-shadow: 0 0 0 #fff;
  outline: none;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
  background: none;
  border: 0;
  outline: none;
  box-shadow: 0 0 0 #000;
}

.form-control {
  box-shadow: 0 0 0 #000;
}
.form-control:hover {
  box-shadow: 0 0 0 #000;
}

.footer-form#footer {
  background-color: var(--darkestgray);
  background-image: url(../images/pattern-1.png);
  padding-top: 0px;
  padding-bottom: 40px;
  margin-top: 0px;
}
.footer-form .bottom-footer {
  border-top: 1px solid #393a3f;
  padding-top: 40px;
  margin-top: 0px;
}

.form-list {
}
.form-list li {
  margin-bottom: 15px;
  list-style: lower-roman;
  margin-left: 20px;
  line-height: 22px;
}

.dateplace {
  width: 200px;
  display: inline-block;
  border-bottom: 1px dotted #000;
  margin-left: 5px;
}

.mgb0 {
  margin-bottom: 0 !important;
}

.navik-header.sticky {
  margin-top: 0px !important;
}

.sucess-block {
  width: 50%;
  margin: auto;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 30px;
}

.sucess-img {
  width: 25%;
}

.success-txt {
  font-size: 34px;
  color: #206ad2;
  margin: 35px 0 25px 0;
  text-transform: uppercase;
}
.sucess-block p {
  line-height: 24px;
}

.blue-color {
  background: var(--lightblue);
}

.blue-color:hover {
  background: var(--lightbluehover);
}

.failure-block {
  width: 50%;
  margin: auto;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 30px;
}
.failure-img {
  width: 25%;
}

.failure-txt {
  font-size: 34px;
  color: #e52924;
  margin: 35px 0 25px 0;
  text-transform: uppercase;
}
.failure-block p {
  line-height: 24px;
}

.form-upload input {
  height: auto;
  box-shadow: none;
  position: relative;
  top: -8px;
}
.form-upload {
}
.uploadtxt {
  display: block;
  margin-bottom: 10px;
}
