/********** Template CSS **********/
:root {
  --primary: #D81324;
  --secondary: #0B2154;
  --light: #F2F2F2;
  --dark: #111111;
}

.fw-medium {
  font-weight: 600 !important;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}


/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}


/*** Button ***/
.btn {
  font-weight: 500;
  text-transform: uppercase;
  transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #FFFFFF;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 2px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: #FFFFFF;
  font-size: 15px;
  text-transform: uppercase;
  outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--primary);
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link  {
      margin-right: 0;
      padding: 10px 0;
  }

  .navbar-light .navbar-nav {
      border-top: 1px solid #EEEEEE;
  }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
  height: 75px;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--dark);
  font-weight: 500;
}

.navbar-light.sticky-top {
  top: -100px;
  transition: .5s;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
      display: block;
      border: none;
      margin-top: 0;
      top: 150%;
      opacity: 0;
      visibility: hidden;
      transition: .5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
      top: 100%;
      visibility: visible;
      transition: .5s;
      opacity: 1;
  }
}


/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .7);
  z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}

@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-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header-inner {
  background: rgba(0, 0, 0, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}


/*** Facts ***/
.fact {
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/fact.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}


/*** Service ***/
.service .nav .nav-link {
  background: var(--light);
  transition: .5s;
}

.service .nav .nav-link.active {
  background: var(--primary);
}

.service .nav .nav-link.active h4 {
  color: #FFFFFF !important;
}


/*** Booking ***/
.booking {
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/fact.jpg) center center no-repeat;
  background-size: cover;
}

.bootstrap-datetimepicker-widget.bottom {
  top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
  border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
  font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  padding: 10px;
  border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: var(--primary);
}


/*** Team ***/
.team-item .team-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  transform: scale(0);
  transition: .5s;
}

.team-item:hover .team-overlay {
  transform: scale(1);
}

.team-item .team-overlay .btn {
  color: var(--primary);
  background: #FFFFFF;
}

.team-item .team-overlay .btn:hover {
  color: #FFFFFF;
  background: var(--secondary)
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
  transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
  background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
  color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
  margin-top: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  border: 1px solid #CCCCCC;
  transition: .5s;
}

.testimonial-carousel .owl-dot.active {
  background: var(--primary);
  border-color: var(--primary);
}


/*** Footer ***/
.footer {
  background: linear-gradient(rgba(0, 0, 0, 86%), rgba(0, 0, 0, 54%)), url(../img/foot.jpg) center center no-repeat;
  background-size: cover;
}

.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  border: 1px solid #FFFFFF;
  border-radius: 35px;
  transition: .3s;
}

.footer .btn.btn-social:hover {
  color: var(--primary);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

/* New Ser */

.wrapper {
  margin: 10vh;
}

.card {
  border: none;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
  border-radius: 20px;
  min-height: 450px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .card {
    min-height: 350px;
  }
}
@media (max-width: 420px) {
  .card {
    min-height: 300px;
  }
}
.card.card-has-bg {
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: center center;
}
.card.card-has-bg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* background: inherit; */
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.card.card-has-bg:hover {
  transform: scale(0.98);
  box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.3);
  background-size: 130%;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.card.card-has-bg:hover .card-img-overlay {
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  /* background: #D81324; */
  background: linear-gradient(0deg, rgba(255, 186, 33, 0.5) 0%, #D81324 100%);
}
.card .card-footer {
  background: none;
  border-top: none;
}
.card .card-footer .media img {
  border: solid 3px rgba(255, 255, 255, 0.3);
}
.card .card-title {
  font-weight: 800;
}
.card .card-meta {
  color: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
}
.card .card-body {
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.card:hover {
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}
.card:hover .card-body {
  margin-top: 100px;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}
.card .card-img-overlay {
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  /* background: #D81324; */
  /* background: linear-gradient(0deg, rgba(255, 186, 33, 0.3785889356) 0%, #D81324 100%); */
}

/* redenu */

main {
  min-height: 100vh;
}
.rdneumorphism .card {
  border-radius: 15px;
  background: linear-gradient(145deg, #c1c1c1, white);
  border: none;
  min-height: 180px;
  box-shadow: -4px -4px 6px rgba(255, 255, 255, 0.5), 4px 4px 6px #bababa, inset -4px -4px 12px rgba(255, 255, 255, 0.1), inset 4px 4px 12px #dfdfdf;
}
.rdneumorphism .card.bg-primary {
  background: #a5c9fe;
  border-radius: 15px;
  background: linear-gradient(145deg, #e1edff, #68a5fe);
  border: none;
  box-shadow: -4px -4px 6px rgba(255, 255, 255, 0.5), 4px 4px 6px #599bfe, inset -4px -4px 12px rgba(255, 255, 255, 0.1), inset 4px 4px 12px #a3c8fe;
}
.rdneumorphism .card.bg-primary .card-title {
  color: #408cfd;
}
.rdneumorphism .card.bg-secondary {
  background: #bcc1c6;
  border-radius: 15px;
  background: linear-gradient(145deg, #dde0e2, #9ca3a9);
  border: none;
  box-shadow: -4px -4px 6px rgba(255, 255, 255, 0.5), 4px 4px 6px #939ba2, inset -4px -4px 12px rgba(255, 255, 255, 0.1), inset 4px 4px 12px #bcc1c5;
}
.rdneumorphism .card.bg-secondary .card-title {
  color: #868e96;
}


.rdneumorphism .card.bg-danger {
  background: #f3b7bd;
  border-radius: 15px;
  background: linear-gradient(145deg, #fceced, #ea838d);
  border: none;
  box-shadow: -4px -4px 6px rgba(255, 255, 255, 0.5), 4px 4px 6px #e77681, inset -4px -4px 12px rgba(255, 255, 255, 0.1), inset 4px 4px 12px #f2b6bc;
}
.rdneumorphism .card.bg-danger .card-title {
  color: #e4606d;
}
.rdneumorphism .card.bg-light {
  background: white;
  border-radius: 15px;
  background: linear-gradient(145deg, white, #dbe0e6);
  border: none;
  box-shadow: -4px -4px 6px rgba(255, 255, 255, 0.5), 4px 4px 6px #d2d9df, inset -4px -4px 12px rgba(255, 255, 255, 0.1), inset 4px 4px 12px #fefefe;
}
.rdneumorphism .card.bg-light .card-title {
  color: white;
}
.rdneumorphism .card.bg-dark {
  background: #65727e;
  border-radius: 15px;
  background: linear-gradient(145deg, #84909c, #4a535c);
  border: none;
  box-shadow: -4px -4px 6px rgba(255, 255, 255, 0.5), 4px 4px 6px #434b53, inset -4px -4px 12px rgba(255, 255, 255, 0.1), inset 4px 4px 12px #65717d;
}
.rdneumorphism .card.bg-dark .card-title {
  color: #383f45;
}

/* 3rd Party Service Start*/
.service-32 {
font-family: "Ubuntu", sans-serif;

  color: #8d97ad;
  font-weight: 300;
}

.service-32 h1, .service-32 h2, .service-32 h3, .service-32 h4, .service-32 h5, .service-32 h6 {
  color: #3e4555;
}

.service-32 .font-weight-medium {
    font-weight: 500;
}

.service-32 .badge {
    line-height: 14px;
}

.service-32 .badge-info {
    background: #EB0A3B;
}

.service-32 .btn-info-gradiant {
    background: #EB0A3B;
    background: -webkit-linear-gradient(legacy-direction(to right), #EB0A3B 0%, #316ce8 100%);
    background: -webkit-gradient(linear, left top, right top, from(#EB0A3B), to(#316ce8));
    background: -webkit-linear-gradient(left, #EB0A3B 0%, #316ce8 100%);
    background: -o-linear-gradient(left, #EB0A3B 0%, #316ce8 100%);
    background: linear-gradient(to right, #EB0A3B 0%, #316ce8 100%);
    border: 0px;
    color: #111111;
}

.service-32 .btn-info-gradiant:hover {
        background: #0B2154;
    background: -webkit-linear-gradient(legacy-direction(to right), #0B2154 0%, #188ef4 100%);
    background: -webkit-gradient(linear, left top, right top, from(#0B2154), to(#188ef4));
    background: -webkit-linear-gradient(left, #0B2154 0%, #188ef4 100%);
    background: -o-linear-gradient(left, #0B2154 0%, #188ef4 100%);
    background: linear-gradient(to right, #0B2154 0%, #188ef4 100%);
}

.service-32 .btn-md {
    padding: 15px 45px;
    font-size: 16px;
}

/* .bg-img{
  background-image: url('../img/bg-1.jpg') ;
} */

/* 3rd Party Service End */


/* Group Service Block Start*/
.service-37 {
  font-family: "Montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;
}

.service-37 h1,
.service-37 h2,
.service-37 h3,
.service-37 h4,
.service-37 h5,
.service-37 h6 {
  color: #3e4555;
}

.service-37 h5 {
    font-size: 18px;
}

.service-37 .subtitle {
  color: #8d97ad;
  line-height: 24px;
}

.service-37 .card.card-shadow {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.service-37 .max-600 {
    max-width: 600px;
}

.service-37 .btn-info-gradiant {
    background: #188ef4;
    background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0%, #316ce8 100%);
    background: -webkit-gradient(linear, left top, right top, from(#188ef4), to(#316ce8));
    background: -webkit-linear-gradient(left, #188ef4 0%, #316ce8 100%);
    background: -o-linear-gradient(left, #188ef4 0%, #316ce8 100%);
    background: linear-gradient(to right, #188ef4 0%, #316ce8 100%);
    border: 0px;
    color: #ffffff;
}

.service-37 .btn-md {
    padding: 15px 35px;
    font-size: 16px;
}

.service-37 .text-success-gradiant {
    background: #2cdd9b;
    background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%);
    background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cc));
    background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
    background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
    background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.service-37 .display-5 {
    font-size: 2.5rem;
}

h2 {
  text-align: center;
  padding: 20px;
}
/* Sponser Slider start */

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/****Sponser End***/



/* new contact */
.bg-image{
background-image: url(../img/aboutban.jpg);
background-repeat: no-repeat;
background-position: fixed;
background-size: auto;
}

/* net metering 1*/

.box {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

.our-services {
	margin-top: 75px;
	padding-bottom: 30px;
	padding: 0 50px;
	min-height: 200px;
	text-align: center;
	border-radius: 10px;
	background-color: #fff;
	transition: all .4s ease-in-out;
	box-shadow: 0 0 25px 0 rgba(20, 27, 202, .17)
}

.our-services .icon {
	margin-bottom: -21px;
	transform: translateY(-50%);
	text-align: center
}

.our-services:hover h4,
.our-services:hover p {
	color: #fff
}

.speedup:hover {
	box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
	cursor: pointer;
	background-image: linear-gradient(-45deg, #fb0054 0%, #f55b2a 100%)
}

.settings:hover {
	box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
	cursor: pointer;
	background-image: linear-gradient(-45deg, #34b5bf 0%, #210c59 100%)
}

.privacy:hover {
	box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
	cursor: pointer;
	background-image: linear-gradient(-45deg, #3615e7 0%, #44a2f6 100%)
}

.backups:hover {
	box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
	cursor: pointer;
	background-image: linear-gradient(-45deg, #fc6a0e 0%, #fdb642 100%)
}

.ssl:hover {
	box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
	cursor: pointer;
	background-image: linear-gradient(-45deg, #8d40fb 0%, #5a57fb 100%)
}

.database:hover {
	box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
	cursor: pointer;
	background-image: linear-gradient(-45deg, #27b88d 0%, #22dd73 100%)
}

/* Net metering 2*/
.card-net {
  border: 0;
  border-radius: 0;
  color: #fff;
  box-shadow: 5px 5px 10px #e1e1e1;
  padding: 3em 0;
  border-bottom-right-radius: 4em;
  border-top-left-radius: 4em;
  background: linear-gradient(to left, #5b5b5b 50%, #B40403 50%);
  background-size: 200%;
  background-position: right;
  transition: background-position 0.5s ease-out;
}

.card-net2 {
  border: 0;
  border-radius: 0;
  color: #fff;
  box-shadow: 5px 5px 10px #e1e1e1;
  padding: 3em 0;
  border-bottom-right-radius: 4em;
  border-top-left-radius: 4em;
  background: linear-gradient(to left, #B40403 50%, #636363 50%);
  background-size: 200%;
  background-position: right;
  transition: background-position 0.5s ease-out;
}
/* .card-net-icon {
  margin: 0 1em;
}
.card-net-icon i{
  font-size: 3em;
} */
.card-net:hover {
  background-position: left;
}
.card-net2:hover {
  background-position: left;
}

@media (max-width:400px){
  .card-img-top{
    display: none;
  }

}