
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Source Sans Pro", sans-serif;
}

/*img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}*/

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-75 {
  padding-bottom: 75px;
}
.body-img {
  background-image: url(../img/bg.html);
  background-size: cover;
  background-position: top;

  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.fs-7 {
  font-size: smaller;
}
.w-15 {
  width: 15%;
}

.h-75 {
  height: 75%;
}

.text-cyan {
  color: #2e2d6a;
}
.box-blue {
  background-color: #2e2d6a;
  color: #fff;
}
/*img {
  filter: saturate(1);
}*/

.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

:root {
  --optional-color: #00b9ff;
  --white-color: #ffffff;

  --gradient-color: linear-gradient(
    to top,
    #2e2d6a,
    #383786,
    #3d3b9f,
    #5050bb,
    #6b69b0
  );
  --font-size: 16px;
  --transition: 0.6s;
}

/* :root {
  
  --secondary: #0DD3F1;
  --light: #F6F7FC;
  --dark: #15233C;
} */

.pt-100 {
  padding-top: 100px;
}

.content {
  overflow: auto;
  position: relative;
  padding: 0;

  margin: 0;

  height: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  .content {
    padding: 5px;

    margin: 5px;
  }
}

/*================================================
Top Category Area CSS
=================================================*/

/* Custom style */

/* .content{
	overflow: auto;
	position: relative;
	padding: 20px;

	margin: 10px;
	

	height: 450px;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

@media(max-width:600px) {

  .content{

    padding: 5px;

	margin: 5px;
  }
}
 */

/********** Template CSS **********/

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}

/*** Header ***/
/*.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  text-align: start;
  z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
  width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  background-color: var(--primary-color);
  border: 15px solid var(--primary-color);
  border-radius: 50px;
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 450px;
  }

  #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}*/

.page-header {
  background: url(../img/carousel-1.html) center center no-repeat;
  background-size: cover;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
  font-weight: 500;
}

.page-header .breadcrumb-item a,
.page-header .breadcrumb-item + .breadcrumb-item::before {
  color: #696e77;
}

.page-header .breadcrumb-item a:hover,
.page-header .breadcrumb-item.active {
  color: var(--primary);
}

/*** Facts ***/
@media (min-width: 992px) {
  .container.facts {
    max-width: 100% !important;
  }

  .container.facts .facts-text {
    padding-left: calc(((100% - 960px) / 2) + 0.75rem);
  }

  .container.facts .facts-counter {
    padding-right: calc(((100% - 960px) / 2) + 0.75rem);
  }
}

@media (min-width: 1200px) {
  .container.facts .facts-text {
    padding-left: calc(((100% - 1140px) / 2) + 0.75rem);
  }

  .container.facts .facts-counter {
    padding-right: calc(((100% - 1140px) / 2) + 0.75rem);
  }
  .min-500 {
    min-height: 500px;
  }
  .min-400 {
    min-height: 400px;
  }
}

@media (min-width: 1400px) {
  .container.facts .facts-text {
    padding-left: calc(((100% - 1320px) / 2) + 0.75rem);
  }

  .container.facts .facts-counter {
    padding-right: calc(((100% - 1320px) / 2) + 0.75rem);
  }
}

.container.facts .facts-text {
  background: linear-gradient(rgba(1, 95, 201, 0.9), rgba(1, 95, 201, 0.9)),
    url(../img/carousel-1.html) center right no-repeat;
  background-size: cover;
}

.container.facts .facts-counter {
  background: linear-gradient(
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.9)
    ),
    url(../img/carousel-2.html) center right no-repeat;
  background-size: cover;
}

.container.facts .facts-text .h-100,
.container.facts .facts-counter .h-100 {
  padding: 6rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*** Service ***/
.service-item {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.07);
}

.service-item .service-icon {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-item .service-icon img {
  max-width: 60px;
  max-height: 60px;
}

/*** Appointment ***/
.appointment {
  background: linear-gradient(rgba(1, 95, 201, 0.7), rgba(1, 95, 201, 0.7)),
    url(../img/carousel-1.html) center center no-repeat;
  background-size: cover;
}

@media (min-width: 1365px) {
  .appointment {
    background-attachment: fixed;
  }
}

.subscribe {
  background: linear-gradient(rgba(1, 95, 201, 0.7), rgba(1, 95, 201, 0.7)),
    url(../img/carousel-1.html) center center no-repeat;
  background-size: cover;
}

@media (min-width: 1365px) {
  .subscribe {
    background-attachment: fixed;
  }
}

/*** Team ***/
.team-item {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.07);
  height: 380px;
  min-height: 380px;
  height: auto !important ;
}

.team-item img {
  transition: 0.5s;
}

.team-item:hover img {
  transform: scale(1.1);
}

.team-text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -50px;
  opacity: 0;
  transition: 0.5s;
}

.team-item:hover .team-text {
  bottom: 0;
  opacity: 1;
}

.team-item a.btn {
  color: var(--primary);
}

.team-item a.btn:hover {
  color: #ffffff;
  background: var(--primary-color);
  border-color: var(--primary);
}

/*** Testimonial ***/
.animated.pulse {
  animation-duration: 1.5s;
}

.testimonial-left,
.testimonial-right {
  position: relative;
}

.testimonial-left img,
.testimonial-right img {
  position: absolute;
  padding: 5px;
  border: 1px dashed var(--primary);
  border-radius: 10px;
}

.testimonial-left img:nth-child(1),
.testimonial-right img:nth-child(3) {
  width: 70px;
  height: 70px;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.testimonial-left img:nth-child(2),
.testimonial-right img:nth-child(2) {
  width: 60px;
  height: 60px;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}

.testimonial-left img:nth-child(3),
.testimonial-right img:nth-child(1) {
  width: 50px;
  height: 50px;
  bottom: 10%;
  right: 10%;
}

.testimonial-carousel .owl-item img {
  width: 100px;
  height: 100px;
}

.testimonial-carousel .owl-nav {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  margin: 0 5px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--primary);
  border-radius: 10px;
  font-size: 22px;
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  background: var(--secondary);
}

/*** sandeep extre ***/

.w-70 {
  width: 70% !important;
}

.top_bg {
  background-image: linear-gradient(
    to top,
    #15233c,
    #172745,
    #192c4e,
    #1b3057,
    #1d3560
  );
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  min-height: 100px;
}

.full_bg {
  position: relative;
  z-index: 11;
  top: 100px;
}

@media (min-width: 1260px) {
  .full_bg .form {
    position: relative;
    top: -95px;
  }
}
.signup::before,
.signup::after {
  display: inline-block;
  content: "";
  border-top: 0.1rem solid #ccc;
  width: 6rem;
  margin: 0 1rem;
  transform: translateY(-1rem);
  position: relative;
  top: 12px;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  font-weight: 400;
}

.catagory-carousel .owl-nav {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.catagory-carousel .owl-nav .owl-prev,
.catagory-carousel .owl-nav .owl-next {
  margin: 0 5px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--primary);
  border-radius: 10px;
  font-size: 22px;
  transition: 0.5s;
}

.catagory-carousel .owl-nav .owl-prev:hover,
.catagory-carousel .owl-nav .owl-next:hover {
  background: var(--secondary);
}

.top-category-card a {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  margin: 7px;
  padding: 20px 10px 0 10px;
  position: relative;
  text-align: center;
  z-index: 1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  margin-bottom: 15px;
  display: flex;
}
@media (max-width: 600px) {
  .top-category-card a {
    justify-content: center;
  }
  .navbar .navbar-nav .nav-link {
    margin-left: 5px;
  }
}

.top-category-card a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--gradient-color);
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 10px;
}

.top-category-card a .category-image {
  display: inline-block;

  text-align: center;

  margin-bottom: 20px;
}

.top-category-card a .category-image i {
  width: auto;
  display: inline-block;
  font-size: 40px;
  margin-right: 15px;
}

.top-category-card a h3 {
  font-size: 16px;

  margin-bottom: 0;
}

.top-category-card:hover::before {
  opacity: 1;
  visibility: visible;
  border: 1px solid #2e2d6a;
}
.top-category-card:hover h3 {
  color: var(--primary);
}

.subscribe1 {
  min-height: 60px;
  background: url(../img/envelope.html);

  background-repeat: no-repeat;
  background-position: left 11px;
  padding-left: 80px !important;
}

.subscribe1::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
}

.subform .form-control:hover {
  border-color: var(--white-color);
}

.subform .form-control:focus {
  box-shadow: 0 0 10px rgba(25, 24, 24, 0.15);
  background-color: var(--card-color);
  border-color: var(--white-color);
  color: var(--white-color);
}

.ms-n5 {
  margin-left: -3rem !important;
}

.rounded-end {
  border-top-right-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}

.content {
  overflow: auto;
  position: relative;
  padding: 20px;

  margin: 10px;

  height: 450px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  .content {
    padding: 5px;

    margin: 5px;
  }
}

.navbar-right li a {
  color: #000;
}
.navbar-right li i {
  font-size: 18px;
}

.accordion-button:not(.collapsed) {
    color: #0C385F;
    background-color: var(--secondary-color);
    box-shadow: inset 0 -1px 0 rgb(25 26 28 / 13%);
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(0.7) !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

.why .card {
  min-height: 400px;
  height: 400px;
  height: auto !important; cursor: pointer;  transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
}



.why .card:hover{
   transform: scale(1.05);
box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.developer p { line-height: 26px;}

/*** Footer ***/
.footer {
    /*color: #a7a8b4;
  background: linear-gradient(rgba(45, 46, 106, 0.9), rgba(45, 46, 106, 1)),
    url(../img/footer.jpg) center center no-repeat;
  background-size: cover;*/
    color: #0c385f;
    /* background: linear-gradient(rgb(53 126 191), rgb(5 179 215 / 88%)), url(../img/footer.jpg) center center no-repeat; */
    background-size: cover;
    background: #fff;
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  /*color: #a7a8b4;*/
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
  text-decoration: none;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: FontAwesome;
  font-weight: 900;
  color: #a7a8b4;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  /*color: var(--white-color);*/
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .btn.btn-square {
  color: #a7a8b4;
  border: 1px solid#A7A8B4;
}

.footer .btn.btn-square:hover {
  color: var(--optional-color);
  border-color: var(--white-color);
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: var(--optional-color);
}

.footer .copyright a:hover {
  color: #ffffff;
}

div .strong-hover-shake:hover {
  animation: tilt-shaking 0.45s infinite;
}

div .strong-vertical-shake:hover {
  animation: vertical-shaking 0.45s infinite;
}

@keyframes tilt-shaking {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0eg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes vertical-shaking {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-5px);
  }
  75% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
