pre  {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 18px;  font-family: Poppins,sans-serif;

}

 .text-red {
  display: block; font-weight:bold;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 18px;  font-family: Poppins,sans-serif;

}  
.expand {
 font-weight: bold;
  font-style: italic;
  cursor: pointer;
  font-size: 20px;
  font-family: Poppins,sans-serif;
  padding: 5px 0;
    padding-left: 0px;
  background: #f1f1f1;
  padding-left: 8px;
}
.box1{width: 50%;
  border: 1px solid red;
  background: red;
  padding: 20PX 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 22px;float: left;margin-top: 5px;}
  
  .box2{width: 50%;
  border: 1px solid #4c4175;
  background: #4c4175;
  padding: 20PX 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 22px;float: right;margin-top: 5px;}
  
  
.ramban{color: red;
  font-size: 23px;
  text-align: center;
  padding: 25px 0;
  border: 1px solid #d5cbcb;
  border-radius: 5px;}
.ramban1{ 
  font-size: 23px;
  text-align: center;
  padding: 25px 0; color:#fff;
  border: 1px solid #d5cbcb;
  border-radius: 5px; background:black;}
ol {
  list-style-type: upper-roman;
}
.ramban2{ 
font-size: 14px;
  text-align: left;
  padding: 25px 0 25px 13px;
  color: #000;
  border: 1px solid #d5cbcb;
  vertical-align: top;
  line-height: 27px;
 }


.mainbox  li {background: #666060;
  color: #fff;
  padding: 15px 0;
    padding-left: 0px;
  font-size: 25px;
  padding-left: 17px;
}
.mainbox   li:nth-child(odd) { 
    
    background: #e3e3f0;
  color: #000;
  padding: 15px 0;
    padding-left: 0px;
  font-size: 25px;
  padding-left: 17px;
}

 


.mb-3 .box{}

/*** Spinner Start ***/
/*** Spinner ***/


.textsmall{min-height:60px;}
.textsmall1{min-height:120px;}
.fontsize{font-size:16px;}
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}
.bg1{position: relative;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../img/corporate-form-bg.webp');
  background-attachment: fixed;}


.s2 {
  position: relative;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../img/corporate_parallax.webp');
  background-attachment: fixed;
}
.corporate_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -ms-filter: "alpha(opacity=50)";
  opacity: .5;
  background-color: #d1d8ff;
  -ms-filter: "alpha(opacity=50)";
  opacity: .5;
}

.corporate_title {
  margin: 20px 0 30px;
  position: relative;
}


.cor_titleslarge {
  border-bottom: 1px solid #36467314;
  padding-bottom: 20px;color: #15416e;
  font-size: 23px;
  font-weight: bold;
}

.s6 {
  background-image: url('../img/bg_img.webp');
  margin: 2rem 0 0;
  background-position: 50% 80%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.s6::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background: #000000b3;
  height: 100%;
}


.corporate_title .buttonsm {
  position: absolute;
  right: 0;
  top: 0;
  height: 43px;
  line-height: 43px;
  padding: 0 15px;
  color: #fff;
  background-color: #1b74cd;
  cursor: pointer;
  white-space: nowrap;
  border: none;
  display: inline-block;
  font-weight: 600;
  text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 3px;
}

.iconbox {
  background: #fff;
  padding: 30px 30px 25px;
  position: relative;
  margin-bottom: 40px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.iconbox .box-header {
  margin-bottom: 20px;
}

.iconbox .box-header .box-title {
  margin: 45px 0 0;
}

.iconbox .box-content p {
  height: 120px;
  overflow: hidden;
  line-height: 28px;
}


.iconbox .box-readmore {
  margin-top: 15px;
  padding: 0;
  display: block;
}

.iconbox:hover .box-header .box-icon i {
  background-color: #0052a5;
}

.iconbox .box-header .box-icon i {
  font-size: 28px;
  position: absolute;
  text-shadow: 0 1px 1px rgb(0 0 0 / 10%);
  color: #fff;
  width: 60px;
  height: 60px;
  background-color: #1b74cd;
  text-align: center;
  line-height: 60px;
  top: 0;
  left: 40px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.corp_common a {
  display: inline-block;
  background: #1b74cd;
    background-color: rgb(27, 116, 205);
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 20px;
  padding: 13px 25px;
  margin: 15px 10px;
  cursor: pointer;
  white-space: nowrap;
  border: none;
  text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 3px;
  border: 1px solid #0000;
}



.corp_choosebg {
  position: relative;
  background-image: url('../img/fullwidth.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}
.corp_choosebg::before {
  content: "";
  position: absolute;
  background: #121212cc;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.rows {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}
.corp_choosecntnt {
  padding: 135px 50px;
}
.corp_choosecntnt h2 {
  color: #fff;
  line-height: 40px;
}.corp_choosecntnt p {
  color: #fff;
}.corp_choosecntnt .corp_chosebtn {
  display: inline-block;
  background: #1b74cd;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 20px;
  padding: 13px 35px;
  margin: 15px 0;
  border-radius: 3px;
  cursor: pointer;
  white-space: nowrap;
  border: none;
  text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}.corp_choosebgclr {
  background: #f9f9f9;
  padding: 20px;
}.feature-box {
  position: relative;
  padding-left: 70px;
  min-height: 60px;
  margin-bottom: 20px;
}.feature-box > h3 {
  font-size: 16px;
  padding: 5px 0;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}.feature-box p {
  color: #777;
  line-height: 25px;
}.feature-box:hover i {
  background-color: #0052a5;
  -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 6%);
  -moz-box-shadow: 0 0 15px rgba(0,0,0,.06);
  -ms-box-shadow: 0 0 15px rgba(0,0,0,.06);
  -o-box-shadow: 0 0 15px rgba(0,0,0,.06);
  box-shadow: 0 0 15px rgb(0 0 0 / 6%);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-10px);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}.feature-box > i {
  background-color: #1b88ce;
  border-radius: 50%;
  display: inline-block;
  font-size: 20px;
  text-align: center;
  line-height: 2.6;
  color: #fff;
  width: 52px;
  height: 52px;
  position: absolute;
  left: 0;
  top: 10px;
  animation-duration: .5s;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}.iconbox .box-readmore a {
  color: #1b74cd;
  display: inline-block;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  font-size: 13px;
}.iconbox .box-readmore a::before {
  content: "";
  position: absolute;
  height: 5px;
  left: 0;
  bottom: -25px;
  width: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.iconbox .box-readmore a::after {
 
  font-family: fontawesome;

  font-size: 10px;

  font-weight: 400;

  margin-left: 10px;

  display: inline-block;

}.corporate_title {
  margin: 20px 0 30px;
  position: relative;
}.cor_titleslarge {
  border-bottom: 1px solid #36467314;
  padding-bottom: 20px;
}.corp_benefitsbg {
  background: #f9f9f9;
  border: 2px solid #0000;
}
.corp_benefitsbg:hover {
  background: #1b74cd03;
  border-color: #1b74cd1a;
}
.iconbox .box-header {
  margin-bottom: 20px;
}.iconbox .box-header .box-icon i {
  font-size: 28px;
  position: absolute;
  text-shadow: 0 1px 1px rgb(0 0 0 / 10%);
  color: #fff;
  width: 60px;
  height: 60px;
  background-color: #1b74cd;
  text-align: center;
  line-height: 60px;
  top: 0;
  left: 40px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}.corp_benefitsbg .box-content {
  margin-top: 60px;
}.iconbox .box-content p {
  height: 120px;
  overflow: hidden;
  line-height: 28px;
}
#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    left: 90px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 40px;
    height: 40px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-primary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.btn.btn-secondary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-secondary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-primary);
    color: var(--bs-light) !important;
}

.btn-hover {
    transition: 0.5s;
}

.btn-hover:hover {
    color: var(--bs-secondary) !important;
}

/*** Sub Title Start ***/
.sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -110px;
    border: 0px solid var(--bs-secondary) !important;
}

/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 576px) {
    .topbar {
        display: none;    
    }
}
/*** Topbar End ***/


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Yantramanav', sans-serif;
    position: relative;
    margin-right: 20px;
    padding: 35px 0;
    color: var(--bs-dark) !important;
    font-size: 15px;
    font-weight: bold;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
    font-size: 18px !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-primary) !important;
}

.navbar-light .navbar-brand img {
    max-height: 90px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light) !important;
    }
    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}

/*** Carousel Hero Header Start ***/
.header-carousel {
    position: relative; 
}

.header-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    border-radius: 60px;
    background: var(--bs-tech);
    color: var(--bs-white);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border-radius: 60px;
    background: var(--bs-tech);
    color: var(--bs-white);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

 

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
    position: relative;
    width: 100%;
     display: block;
    object-fit: cover;
    transition: 0.5s;

}

@media (max-width: 992px) {
    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        margin-top: 0;
        transition: 0.5s;
    }

}

@media (min-width: 992px) {
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        margin-top: 50px;
    }
}
.carousel-caption{position: absolute;
  left: 3%;
  bottom: 1.25rem;
   padding-top: 1.25rem;
  padding-bottom: 1.25rem;
   text-align: left;
  width: 50%;}
.header-carousel .header-carousel-item .carousel-caption {
 
}

.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
   
    
}
/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
	position: relative;
	padding: 145px 0 50px 0;
     background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    
}

@media (max-width: 992px) {
    .bg-breadcrumb {
        padding-top: 50px;
    }

}
/*** Single Page Hero Header End ***/


/*** Counter Facts Start ***/

.counter-facts {
    background: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, 0.7)), url(../img/counter-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}


.counter-facts .counter {
    position: relative;
    text-align: center;
    width: 201px;
    min-height: 170px;
    padding: 10px 15px;
    margin: 0 auto;
     box-shadow: 0 8px 5px rgba(0, 0, 0, 0.2);
    background: var(--bs-white);
}

.counter-facts .counter:before {
    content: "";
    position: absolute;
    height: 55px;
    width: 100%;
    left: 0;
    top: 0;
     background-color: var(--bs-primary);
    
}
.counter-facts .counter .counter-icon {
    position: relative;
    width: 120px;
    height: 50px;
    border-radius: 10px 10px 0 0;
    font-size: 50px;
    line-height: 90px;
    color: var(--bs-primary) !important;
    display: flex;
    
}
.container ul{padding-left:0px !important;}


.devdf strong,.devdf h3,.devdf h2{font-size:20px !important;}
.counter-facts .counter h3 {
    color: var(--bs-white);
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    display: flex;
}
.counter-facts .counter .counter-value {
    font-size: 60px;
    font-weight: 700;
    display: block;
    color: var(--bs-secondary);
}

@media screen and (max-width: 1200px) {
    .counter-facts .counter { margin-bottom: 40px; 
    }
}
/*** Counter Facts End ***/


/*** Training Start ***/
.training-carousel .owl-stage-outer {
    margin-top: 30px;
}

.training-carousel .owl-nav .owl-prev,
.training-carousel .owl-nav .owl-next {
    position: absolute;
    top: 20px;
    padding: 2px 10px;
    border: 1px solid var(--bs-secondary);
    color: var(--bs-white);
    background: var(--bs-secondary);
    border-radius: 50px;
    transition: 0.5s;
}

.training-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.training-carousel .owl-nav .owl-next {
    right: 0;
}

.training-carousel .owl-nav .owl-prev:hover,
.training-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.training .training-item .training-img {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.training .training-item .training-img img {
    transition: 0.5s;
}

.training .training-item:hover .training-img img {
    transform: scale(1.2);
}
/*** Training End ***/



/*** Dance Class Start ***/
.class-carousel .owl-stage-outer {
    margin-top: 30px;
}

.class-carousel .owl-nav .owl-prev,
.class-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0;
    padding: 10px 35px;
    border: 1px solid var(--bs-secondary);
    color: var(--bs-white);
    background: var(--bs-secondary);
    border-radius: 50px;
    transition: 0.5s;
}

.class-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.class-carousel .owl-nav .owl-next {
    right: 0;
}

.class-carousel .owl-nav .owl-prev:hover,
.class-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.class .class-item .class-img {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.class .class-item .class-img img {
    transition: 0.5s;
}

.class .class-item:hover .class-img img {
    transform: scale(1.3);
}
/*** Dance Class End ***/


/*** Blog Start ***/
.blog-carousel .owl-stage-outer {
    margin-top: 30px;
}

.blog-carousel .owl-nav .owl-prev,
.blog-carousel .owl-nav .owl-next {
    position: absolute;
    top: 1px;
    padding: 10px 35px;
    border: 1px solid var(--bs-secondary);
    color: var(--bs-white);
    background: var(--bs-secondary);
    border-radius: 50px;
    transition: 0.5s;
}

.blog-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.blog-carousel .owl-nav .owl-next {
    right: 0;
}

.blog-carousel .owl-nav .owl-prev:hover,
.blog-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    transition: 0.5s;max-height: 210px;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.3);
}
/*** Blog End ***/

/*** Team Start ***/
.team-carousel .owl-stage-outer {
    margin-top: 30px;
}
.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    position: absolute;
    top: 1px;
    padding: 10px 35px;
    border: 1px solid var(--bs-secondary);
    color: var(--bs-white);
    background: var(--bs-secondary);
    border-radius: 50px;
    transition: 0.5s;
}

.team-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.team-carousel .owl-nav .owl-next {
    right: 0;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.team .team-carousel .team-item .team-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.team .team-carousel .team-item .team-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    transition: 0.5s;
    z-index: 2;
}

.team .team-carousel .team-item .team-img .team-icon {
    position: absolute;
    bottom: -100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 25px;
    display: flex;
    opacity: 0;
    transition: 0.5s;
    z-index: 3;
}

.team .team-carousel .team-item:hover .team-img .team-icon {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
}

.team .team-carousel .team-item .team-content {
    position: relative;
    background: var(--bs-secondary);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 1;
    transition: 0.5s;
}

.team .team-carousel .team-item .team-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: var(--bs-primary) !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.5s;
    z-index: -1;
}

.team .team-carousel .team-item:hover .team-content a,
.team .team-carousel .team-item:hover .team-content p {
    color: var(--bs-white) !important;
}

.team .team-carousel .team-item:hover .team-content::after {
    height: 100% !important;
}

.team .team-carousel .team-item .team-img img {
    transition: 0.5s;
}

.team .team-carousel .team-item:hover .team-img img {
    transform: scale(1.1);
}
/*** Team End ***/


/*** Vidie Gallery Start ***/
/*** Youtube Video start ***/
.gallery .tab-class {
    text-align: start !important;
}

.gallery .nav-item {
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.gallery .nav-item a span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery .nav-item a.active {
    background: var(--bs-primary) !important;
}

.gallery .nav-item a.active span {
    color: var(--bs-white) !important;
}


.video {
    position: relative;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: content-box;
    display: block;
    width: 23px;
    height: 44px;
    border-radius: 50%;
    transition: 0.5s;
    

}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 70px;
    height: 70px;
    background: var(--bs-white);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    transition: 0.5s;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 50px;
    height: 50px;
    background: var(--bs-secondary);
    border-radius: 50%;
    transition: all 300ms;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 23px solid var(--bs-primary);
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 5px;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
@keyframes rotate {
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes rotate-rev {
  100% {
    transform: rotateZ(-360deg) translate(-50%, -50%);
  }
}
#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}
/*** Youtube Video End ***/

/*** Vidieo Gallery End ***/

/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-top: 30px;
}
.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: 1px;
    padding: 10px 35px;
    border: 1px solid var(--bs-secondary);
    color: var(--bs-white);
    background: var(--bs-secondary);
    border-radius: 50px;
    transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.testimonial-carousel .owl-nav .owl-next {
    right: 0;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}
/*** Testimonial End ***/


/*** Contact Start ***/
.contact button.btn.btn-primary.w-100:hover {
    box-shadow: inset 700px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}
/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}

.footer .footer-item .footer-link {
    line-height: 30px;
    color: var(--bs-white);
    transition: 0.5s;
}

.footer .footer-item .footer-link:hover {
    letter-spacing: 1px;
    color: var(--bs-primary) !important;
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark) !important;
}
/*** copyright end ***/



/*** Service ***/
.service-item {
    background: #04B5C6;
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    background: #EFF8F9;
}

.service-item * {
    transition: .5s;   color: #fff !important;
}

.service-item:hover * {   color: #24476D !important;
 
}





.qt{text-align: center;
  font-size: 25px;
  line-height: 38px; font-style: italic; }
  
  .cat-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.cat-item img {
  transition: .5s;
}

.cat-item img:hover {
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.btn-square, .btn-sm-square, .btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}
.btn-square {
  width: 38px;
  height: 38px;
}

table{width:100%}
li,td{list-style:none; line-height:30px}


.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 5px;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.form-group {
  margin-bottom: 1rem;border: 1px solid #d5d0d0;
}

 .box{background:#f1f1f1; padding:10px !important; border:1px dotted #333}
   
   
   .formright{}
   
   
   
   
  @media only screen and (min-width: 1024px) 
{
 .bgbred{ padding:50px 0px; line-height:40px}
 

  .container p{ }
  
  
  .display-6{font-size: 45px !important;
    color: #E9980C;
    line-height: 53px;
  }
  
}
  
  
  
  @media only screen and (max-width: 1024px) 
{
    
    
    
    
    .container p{padding: 18px 0 !important;
  line-height: 27px !important;}
  
  
  .bgbred
  {
   padding: 0px 0px !important; width:100%  !important;;
  line-height: 22px  !important;;
      
  }
  
  .display-6 {
  font-size: 30px !important;
   color: #E9980C;
}

h4{font-size:16px;}
 .topheader{ 
  padding-bottom:00px !important;
   background-position: fixed !important;
  background-repeat: no-repeat !important;
 }
}



 

/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  left: 28px;
  z-index: 99999;

}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  left: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 0px 0 0px 0;
  border: none;
border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    
    
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #04AA6D;
  color: white;
  padding: 0px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
} 

  @media only screen and (max-width: 1024px) 
{
.formslap{ display:none;}

.bannerslide{ background:url('https://skyitnetwork.com/img/Hero-image-Banner.jpg') 100%;
      background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    
    
}
.bbgirl{}
}

  @media only screen and (min-width: 1024px) 
{
    
    
    .textsmall{min-height: 20px;
  font-size: 17px;
  font-weight: bold;}
    
    .textheightjustify{min-height: 240px;}
.formslap .form-control{ height:35px !important; padding:5px !important;}
.formslap .form-floating > label{padding:5px !important;}

.bbgirl{padding-top:100px;position: relative;
    z-index: 1;}
.bannerslide{ 
    background:url('https://skyitnetwork.com/img/Hero-image-Banner.jpg') 100%;
    padding:100px 0 0 0;
      background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat; overflow:hidden;
    
    
}


}
.accord1 h3{
 }
.accord1 h3{
cursor: pointer;
  background: #f1f1f1;
  padding: 10px 5px;
  font-size: 20px;
  margin: 5px;
}
.accord1 ul{
   display:none;  padding: 10px 20px !important;

 }
 .accord1 ol{
   display:none;  padding: 10px 20px !important;

 }



.accord1>div>h3{
 }
.accord1>div>h3{
cursor: pointer;
  background: #f1f1f1;
  padding: 10px 5px;
  font-size: 20px;
  margin: 5px;
}
.accord1>div>ul{
   display:none;  padding: 10px 20px !important;

 }

.accord1>div>ol{
   display:none;  padding: 10px 20px !important;

 }



hr{border:0px; height:0px !important; margin:0px !important; padding:0px  !important; display:none;}


/* mobile css*/




@media (max-width: 576px) {
    .carousel-caption {
        display: none;    
    }
    .me-4 span{
        font-size:15px
    }
    
    .corporate_title .buttonsm {
  position: inherit !important;
        
    }
     .display-3{text-align:left;}
  
   .container p {
    padding: 0px 0 !important;
    line-height: 27px !important;
  }
.mdhide{display:none;}
    .sub-title,.textf{text-align:center;}
      .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
         transition: 0.5s;
    }

    .header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
        width: 95% !important;
    }
    
    
  .header-carousel .owl-nav .owl-prev {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  border-radius: 60px;
  background: var(--bs-tech);
  color: var(--bs-white);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}


.header-carousel .owl-nav .owl-next {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  border-radius: 60px;
  background: var(--bs-tech);
  color: var(--bs-white);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

 

.testimonial-carousel .owl-nav .owl-prev, .testimonial-carousel .owl-nav .owl-next {
  position: absolute;
  top: 1px;
  padding: 6px 13px;;
  border: 1px solid var(--bs-secondary);
  color: var(--bs-white);
  background: var(--bs-secondary);
  border-radius: 50px;
  transition: 0.5s;
}
    
  .blog-carousel .owl-nav .owl-prev, .blog-carousel .owl-nav .owl-next {
  position: absolute;
  top: -15px;
  padding: 6px 13px;;
  border: 1px solid var(--bs-secondary);
  color: var(--bs-white);
  background: var(--bs-secondary);
  border-radius: 50px;
  transition: 0.5s;
}





}



.bannerslide .all-shapes::after, .bannerslide .all-shapes::before, .shape-img::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.bannerslide .all-shapes {
  display: none;
  width: 570px;
  height: 570px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 1px dashed #ff70d2;
  border-width: 1.75px;
 top:107px;right:-7px;
  animation: rotate 110s infinite linear;
}
@media (min-width: 1600px) {
  .bannerslide .all-shapes {
    right: 15%;
  }
}
.bannerslide .all-shapes::after, .bannerslide .all-shapes::before {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.bannerslide .all-shapes::before {
  width: calc(100% - 15%);
  height: calc(100% - 15%);
  border: 1px dashed #8b74ff;
  border-width: 1.8px !important;
  animation: rotate-rev 110s infinite linear;
}
.bannerslide .all-shapes::after {
  width: calc(100% - 30%);
  height: calc(100% - 30%);
  border: 1px dashed #fdca92;
  border-width: 1.5px !important;
}
@media (min-width: 1200px) {
  .bannerslide .all-shapes {
    display: block;
  }
}


  .all-shapes::after, .bannerslide .all-shapes::before, .bannerslide .all-shapes, .menu-search-form form, 
.menu-item-has-children > a::before, .menu-item-has-children > a::after, .header-bar span, .header-section, .feature-item .feature-inner 
.feature-content .lab-btn-text span::after, .feature-item .feature-inner .feature-content .lab-btn-text span::before,
.post-item.slider-post .post-inner .post-thumb.post-thumb-slider .post-thumb-slider-next
{
  position: absolute;
  content: "";
}

 