/********** Template CSS **********/
:root {
    --primary: #FE5D37;
    --light: #FFF5F3;
    --dark: #103741;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 55px;
    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;
    transition: .5s;
}

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

.btn-primary1 {
  color: #fff;
  background: #007ec4;
}

.btn-primary1:hover {
  color: #fff;
  background: #007ec4;
}

.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: 50px;
}




p{
  font-family: "Nunito", sans-serif;
}

h1,
h2,
h3,
h4,
h5{
  font-family: 'Lobster Two', cursive;
  font-weight: 700;
}

/*** Heading ***/
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    
}

h5,
h6,
.h5,
.h6 {
    font-weight: 600;
}

.font-secondary {
    font-family: 'Lobster Two', cursive;
}


/*** Navbar ***/
.navbar .navbar-nav .nav-link {
    padding: 30px 15px;
    color: var(--dark);
    font-weight: 500;
    outline: none;
    font-size: 18px;
    font-weight: 500;
}

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

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

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

.navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

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

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

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

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


/*** Header ***/
.header-carousel::before,
.header-carousel::after,
.page-header::before,
.page-header::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    top: 0;
    left: 0;
    background: url(../images/img/bg-header-top.png) center center repeat-x;
    z-index: 1;
}

.header-carousel::after,
.page-header::after {
    height: 19px;
    top: auto;
    bottom: 0;
    background: url(../images/img/bg-header-bottom.png) center center repeat-x;
}

.owl-carousel-item {
  height: 100vh;
}




@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 100vh;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        top: 0;
        left: 0;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}



.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../images/img/banner11.jpg) center center no-repeat;
    background-size: cover;
}

.page-header1 {
  background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../images/img/banner11.jpg) center center no-repeat;
  background-size: cover;
  height: 100vh;
}


.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}


/*** Facility ***/
.facility-item .facility-icon {
    position: relative;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.facility-item .facility-icon::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .9);
    transition: .5s;
    z-index: 1;
}

.facility-item .facility-icon span {
    position: absolute;
    content: "";
    width: 15px;
    height: 30px;
    top: 0;
    left: 0;
    border-radius: 50%;
}

.facility-item .facility-icon span:last-child {
    left: auto;
    right: 0;
}

.facility-item .facility-icon i {
    position: relative;
    z-index: 2;
}

.facility-item .facility-text {
    position: relative;
    min-height: 350px;
    padding: 40px;
    border-radius: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}

.facility-item .facility-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .9);
    transition: .5s;
    z-index: 1;
}

.facility-item .facility-text * {
    position: relative;
    z-index: 2;
}

.facility-item:hover .facility-icon::before,
.facility-item:hover .facility-text::before {
    background: transparent;
}

.facility-item * {
    transition: .5s;
}

.facility-item:hover * {
    color: #FFFFFF !important;
}


/*** About ***/
.about-img img {
    transition: .5s;
}

.about-img img:hover {
    background: var(--primary) !important;
}


/*** Classes ***/
.classes-item {
    transition: .5s;
}

.classes-item:hover {
    margin-top: -10px;
}


/*** Team ***/
.team-item .team-text {
    position: absolute;
    width: 250px;
    height: 250px;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #FFFFFF;
    border: 17px solid var(--light);
    border-radius: 250px;
    transition: .5s;
}

.team-item:hover .team-text {
    border-color: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 576px) {
    .testimonial-carousel {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.testimonial-carousel .testimonial-item .border {
    border: 1px dashed rgba(0, 185, 142, .3) !important;
}

.testimonial-carousel .testimonial-item img {
  height: 90px;
  width: 90px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 45px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 45px;
    font-size: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 45px;
    transition: .3s;
}

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

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 16px;
    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 {
    color: var(--primary) !important;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: rgba(255,255,255,0.5);
}

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

.footer .copyright a {
    color: #FFFFFF;
}

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

.footer .copyright a:hover,
.footer .footer-menu a:hover {
    color: var(--primary) !important;
}

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


.quckrap {
    position: fixed;
    top: 58%;
    right: -130px;
    z-index: 999999;
    align-items: center;
    background: transparent linear-gradient(90deg, #ed3136 0%, #ee686d 100%) 0% 0% no-repeat padding-box;
    padding: 5px 20px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    transform: rotate(270deg);
    cursor: pointer;
  }
  
  .quckrap i {
    font-size: 26px;
    padding-top: 9px;
  }
  
  .quckrap:hover {
    color: #fff;
  }
  


  
.mobile-bottom-nav {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
  
	z-index: 1000;
	will-change: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	display: flex;
	padding: 5px 0;
	box-shadow: 0 -2px 5px -2px #333;
	background-color: #fff;
  }
  
  .mobile-bottom-nav__item {
	flex-grow: 1;
	text-align: center;
	font-size: 12px;
	display: flex;
  
	flex-direction: column;
	justify-content: center;
  }
  .mobile-bottom-nav__item a{
	color:#000 !important;
	font-size: 11px;
  }
  .mobile-bottom-nav__item--active {
	color: #159517;
  }
  .h300 img{
	height: 300px;
}
  .mobile-bottom-nav__item-content a i {
    font-size: 22px;
    color: #e80368;
    display: block;
    margin-bottom: 3px;

  }
  
  .mobile-bottom-nav__item-content {
	display: flex;
	flex-direction: column;
  }




/*================================================
Default CSS
=================================================*/
.default-btn1 {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  background-color: #2875BB;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  opacity: 1;
  font-weight: 400;
  font-size: 16px;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.default-btn1 span {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #111111;
  color: #ffffff;
  -webkit-transition: width 0.5s ease-in-out, 
 height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, 
 height 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
  opacity: 1;
}

.default-btn1:hover {
  color: #ffffff !important;
}

.default-btn1:hover span {
  width: 225%;
  height: 562.5px;
}

.default-btn1 i {
  font-size: 16px;
  position: relative;
  top: 2px;
  margin-left: 10px;
  color: white;
}
.ngbg{
  background-color: #36C6F4;
  height:50px;
}


.pdn{
  padding: 10px 10px !important;
  width: 180px;
}
.mod_head{
  background: linear-gradient(to right,#ed3136, #ee6368 );
}
.modal-title{
  color: #fff;
}
.vrt{
  vertical-align: middle;
}

.btn-close{
  /* background-image:  url('../img/cl.png') ; */
  color: white;
  opacity: 1;
}
.bgh{
  /* background: linear-gradient(to right,#423f8d, #454386d3 ); */
  background: linear-gradient(to right,#ed3136, #ee6368 );
}

.h45{
  height: 45px !important;
}
.contact-forms .form-group {
  margin-bottom: 31px;
}
.ltp{
  padding: 20px !important;
  letter-spacing: 1px;
}





/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .nav-tabs {
    border: 0;
  }
  
  .features .nav-link {
    /* border: 1px solid #b5ccdb; */
    padding: 15px;
    transition: 0.3s;
    color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .features .nav-link i {
    padding-right: 15px;
    font-size: 48px;
  }
  
  .features .nav-link h4 {
    font-size: 24px;
    /* font-weight: 800; */
    margin: 0;
    color: #fff;
  
  }
  
  .features li .nav-link:hover {
    color: #fff;
    background: #009961;
  }
  
  .features .nav-link.active {
    /* background: #ff4a17; */
    color: #fff;
    /* border-color: #ff4a17; */
  }
  
  @media (max-width: 768px) {
    .features .nav-link i {
      padding: 0;
      line-height: 1;
      font-size: 36px;
    }
  }


  @media (max-width: 480px) {
    .counts .count-box i {
      font-size: 18px;
      line-height: 0;
      margin-right: 20px;
      color: #4154f1;
    }
    
    .counts .count-box span {
      font-size: 18px;
      display: block;
      font-weight: 600;
      color: #0b198f;
    }
    
    .counts .count-box p {
      padding: 0;
      margin: 0;
      
      font-size: 14px;
    }

    .count-text span{
      font-size: 16px !important;
      display: block;
      font-weight: 600;
      color: #0b198f;
    }

    .count-box i{
      font-size: 24px !important;
    }

    .count-text p {
      padding: 0;
      margin: 0;
      
      font-size: 14px !important;
    }

    .count-text i {
      font-size: 13px;
      line-height: 0;
      margin-right: 20px;
    }
  }



  
  @media (max-width: 575px) {
    .features .nav-link {
      padding: 15px;
    }
  
    .features .nav-link i {
      font-size: 24px;
    }

    .count-text span{
      font-size: 16px;
      display: block;
      font-weight: 600;
      color: #0b198f;
    }

    .counts .count-box i {
      font-size: 13px;
      line-height: 0;
      margin-right: 20px;
      color: #4154f1;
    }
    
    .counts .count-box span {
      font-size: 16px;
      display: block;
      font-weight: 600;
      color: #0b198f;
    }
    
    .counts .count-box p {
      padding: 0;
      margin: 0;
      
      font-size: 14px;
    }

  }
  

  .g-recaptcha{
    width: 100% !important;
  }


  .features .tab-content {
    margin-top: 30px;
  }
  
  .features .tab-pane h3 {
    font-weight: 600;
    font-size: 26px;
    color: #423f8d;
  }
  
  .features .tab-pane p {
    /* font-weight: 600; */
    /* color: #828282; */
    font-size: 16px;
  }
  
  .features .tab-pane h4 {
    font-weight: 600;
    color: #828282;
    font-size: 20px;
    line-height: 1.8;
  }
  
  .features .tab-pane ul {
    list-style: none;
    padding: 0;
  }
  
  .features .tab-pane ul li {
    padding-bottom: 10px;
  }
  
  .features .tab-pane ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #ff4a17;
  }
  
  .features .tab-pane p:last-child {
    margin-bottom: 0;
  }
  

  
/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
    padding: 70px 0 60px;
  }
  
  .counts .count-box {
    display: flex;
    align-items: center;
    padding: 30px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  }
  
  .counts .count-box i {
    font-size: 42px;
    line-height: 0;
    margin-right: 20px;
    color: #4154f1;
  }
  
  .counts .count-box span {
    font-size: 36px;
    display: block;
    font-weight: 600;
    color: #0b198f;
  }
  
  .counts .count-box p {
    padding: 0;
    margin: 0;
    
    font-size: 14px;
  }
  

  
/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details {
    padding-bottom: 10px;
  }
  
  .service-details .card {
    border: 0;
    padding: 0 30px;
    margin-bottom: 60px;
    position: relative;
  }
  
  .service-details .card-img {
    width: calc(100% + 60px);
    margin-left: -30px;
    overflow: hidden;
    z-index: 9;
    border-radius: 0;
  }
  
  .service-details .card-img img {
    max-width: 100%;
    transition: all 0.3s ease-in-out;
  }
  
  .service-details .card-body {
    z-index: 10;
    background: #fff;
    border-top: 4px solid #fff;
    padding: 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    margin-top: -60px;
    transition: 0.3s;
  }
  
  .service-details .card-title {
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .service-details .card-title a {
    color: #1e4356;
    transition: 0.3s;
  }
  
  .service-details .card-text {
    color: #5e5e5e;
  }
  
  .service-details .card-text a{
    color: #5e5e5e;
  }
  
  .service-details .read-more a {
    color: #777777;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    transition: 0.3s;
  }
  
  .service-details .read-more a:hover {
    color: #68A4C4;
  }
  
  .service-details .card:hover img {
    transform: scale(1.1);
  }
  
  .service-details .card:hover .card-body {
    border-color: #68A4C4;
  }
  
  .service-details .card:hover .card-body .card-title a {
    color: #68A4C4;
  }
  


  

/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/
.services {
  padding-bottom: 20px;
}

.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0 0 40px 0;
  background: #fff;
  box-shadow: 0 5px 26px 0 rgba(68, 88, 144, 0.14);
  transition: all 0.3s ease-in-out;
  text-align: center;
  border: 1px solid #fff;
}

.services .icon {
  margin: 0 auto 20px auto;
  padding-top: 17px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 72px;
  height: 72px;
}

.services .icon i {
  font-size: 36px;
  line-height: 1;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services .icon-box-pink .icon {
  background: #fceef3;
}

.services .icon-box-pink .icon i {
  color: #ff689b;
}

.services .icon-box-pink:hover {
  border-color: #ff689b;
}

.services .icon-box-cyan .icon {
  background: #e6fdfc;
}

.services .icon-box-cyan .icon i {
  color: #3fcdc7;
}

.services .icon-box-cyan:hover {
  border-color: #3fcdc7;
}

.services .icon-box-green .icon {
  background: #eafde7;
}

.services .icon-box-green .icon i {
  color: #41cf2e;
}

.services .icon-box-green:hover {
  border-color: #41cf2e;
}

.services .icon-box-blue .icon {
  background: #e1eeff;
}

.services .icon-box-blue .icon i {
  color: #2282ff;
}

.services .icon-box-blue:hover {
  border-color: #2282ff;
}




*{-webkit-transition: all 0.4s ease-out!important;-moz-transition:  all 0.4s ease-out!important;-ms-transition: all 0.4s ease-out!important;-o-transition:  all 0.4s ease-out!important;
  transition: all 0.4s ease-out!important;}
  
  /* MANSONRY */
  
  .gal
  {
    margin-top:3rem;
    -webkit-column-count: 4;
    /* Chrome, Safari, Opera */
    -moz-column-count: 4;
    /* Firefox */
    column-count: 4;
  }
  
  .gal img
  {
    height:auto;
  }
  
  @media (max-width: 769px)
  {
    .gal
    {
      -webkit-column-count: 1;
      /* Chrome, Safari, Opera */
      -moz-column-count: 1;
      /* Firefox */
      column-count: 1;
    }
  }


  
  .overlay
  {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -2;
    mix-blend-mode: hard-light;
  }
  
  .bg
  {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -3;
    background-image:url(https://www.jellypir.at/CODEPEN/picture/very/jellyfish_21.jpg);
    background-repeat:no-repeat;
    background-size: cover;
    min-height: 100%;
  }

  .gal-h-title
  {
    text-align:center;
  }
  
  .gal img , .img-hover-zoom
  {
    border-radius: 25px;
  }
  
  .nav-pills .nav-link
  {
    color:var(--dark);
    padding:10px 20px;
    text-transform:uppercase;
    border: 2px solid var(--primary);
  }
  
  .nav-pills .nav-link.active, .nav-pills .show > .nav-link, .nav-pills .nav-link.active:hover
  {
    background: var(--primary);

    border-radius:100px;
  }
  .nav-pills .nav-link:hover
  {
    background: #FE5D37;
    border-radius:100px;
    color: #fff;
  }
  
  
  /* ZOOM IN EFFECT */
  /* The tutorial I used : https://w3bits.com/css-image-hover-zoom/ */
  /* [1] The container */
  .img-hover-zoom
  {
    padding:10px 0;
    overflow: hidden;
    /* [1.2] Hide the overflowing of child elements */
  }
  
  /* Transition property for smooth transformation of images */
  .img-hover-zoom img
  {
    transition: transform .5s ease;
  }
  
  /* Zoom-n-rotate Container */
  .img-hover-zoom--zoom-n-rotate img
  {
    transition: transform .5s ease-in-out;
  }
  
  /* The Transformation */
  .img-hover-zoom--zoom-n-rotate:hover img
  {
    transform: scale(1.6) rotate(25deg);
  }
  


  /* Extra small devices (phones, 600px and down) */
  @media only screen and (max-width: 480px) {
    .content{
      text-align: center;
    }

    .content1 h1{
      text-align: center;
      font-size: 18px;
    }

    .content1 p{
      text-align: center;
      
    }

    content2 p{
      text-align: center;
      font-size: 14px;
    }

    .testimonial-carousel .testimonial-item img {
      height: 30px;
      width: 30px;
    }

    .testimonial-carousel .testimonial-item p {
     text-align: center !important;
    }


    .counts .count-box {
      display: flex;
      align-items: center;
      padding: 30px;
      width: 100%;
      background: #fff;
      box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    }

    .page-header1 {
      
      height: 70vh !important;
    }

  }

  /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {


  .page-header1 {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../images/img/banner11.jpg) center center no-repeat;
    background-size: cover;
    height: 50vh;
  }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {


}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {


}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}



