
:root {
    --primary: #ffb837;
    --secondary: #df5300;
    --light: #F7F8FC;
    --dark: #111111;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
.treatment-box-small img{
width: 200px;
object-fit: scale-down;
height: 150px;
border: 1px solid rgb(226, 226, 226);
background-color: rgb(245, 245, 245);

}

.con{
  filter: drop-shadow(2px 4px 6px #201e1e87);
  /* background: #ffffff40; */
  padding: 12px;
  border-radius: 20px;
}

/*contact page*/
.contact-info .item {
	text-align: center;
}
.contact-info .item h4 {
	font-size: 18px;
}
.contact-info .icon-wrap i {
	display: inline-block;
    vertical-align: middle;
    font-size: 48px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #f7f7f7;
    border-radius: 50%;
    color: #fde428;
}
.contact-form .textarea-message textarea,
.contact-form .input-text input,
.contact-form .input-email input,
.contact-form .input-phone input {
	margin-bottom: 15px;
	border: 1px solid #ccc;
	border-radius:5px;
}
.contact-form .textarea-message textarea {
	min-width: 100%;
	max-width: 100%;
	height: 128px;
	margin-bottom: 0;
}
.submit-btn {
	border: none;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
    transition: all 0.5s;
    z-index: 997;
    padding: 7px 0;
    
    background: #f7f7f700;
  }
  
  .header.sticked {
    background: rgb(218 221 227 / 90%);
    padding: 15px 0;
    box-shadow: 0px 2px 20px rgba(14, 29, 52, 0.1);
  }
  
  .header .logo img {
    max-height: 70px;
    margin-right: 6px;
  }
  
  .header .logo h1 {
    font-size: 30px;
    margin: 0;
    font-weight: 700;
    color: #fff;
    font-family: var(--font-primary);
  }
  
  /*--------------------------------------------------------------
  # Desktop Navigation
  --------------------------------------------------------------*/
  @media (min-width: 1280px) {
    .navbar {
      padding: 0;
    }
  
    .navbar ul {
      margin: 0;
      padding: 0;
      display: flex;
      list-style: none;
      align-items: center;
    }
  
    .navbar li {
      position: relative;
    }
  
    .navbar a,
    .navbar a:focus {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 0 10px 18px;
      font-family: var(--font-primary);
      font-size: 16px;
      font-weight: 400;
      color: #000;
      white-space: nowrap;
      transition: 0.3s;
    }
  
    .navbar a i,
    .navbar a:focus i {
      font-size: 12px;
      line-height: 0;
      margin-left: 5px;
    }
  
    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
      color: #274696;
    }
  
    .navbar .get-a-quote,
    .navbar .get-a-quote:focus {
      background: var(--color-primary);
      padding: 8px 20px;
      margin-left: 30px;
      border-radius: 4px;
      color: #fff;
    }
  
    .navbar .get-a-quote:hover,
    .navbar .get-a-quote:focus:hover {
      color: #fff;
      background: #fb711e;
    }
  
    .navbar .get-a-quote {
      color: #fff;
      background: #2756ff;
    }
  
    .navbar .dropdown ul {
      display: block;
      position: absolute;
      left: 14px;
      top: calc(100% + 30px);
      margin: 0;
      padding: 10px 0;
      z-index: 99;
      opacity: 0;
      visibility: hidden;
      background: #fff;
      box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
      transition: 0.3s;
      border-radius: 4px;
    }
  
    .navbar .dropdown ul li {
      min-width: 200px;
    }
  
    .navbar .dropdown ul a {
      padding: 10px 20px;
      font-size: 15px;
      text-transform: none;
      font-weight: 400;
      color: var(--color-secondary);
    }
  
    .navbar .dropdown ul a i {
      font-size: 12px;
    }
  
    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover>a {
      color: var(--color-primary);
    }
  
    .navbar .dropdown:hover>ul {
      opacity: 1;
      top: 100%;
      visibility: visible;
    }
  
    .navbar .dropdown .dropdown ul {
      top: 0;
      left: calc(100% - 30px);
      visibility: hidden;
    }
  
    .navbar .dropdown .dropdown:hover>ul {
      opacity: 1;
      top: 0;
      left: 100%;
      visibility: visible;
    }
  }
  
  @media (min-width: 1280px) and (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
      left: -90%;
    }
  
    .navbar .dropdown .dropdown:hover>ul {
      left: -100%;
    }
  }
  
  @media (min-width: 1280px) {
  
    .mobile-nav-show,
    .mobile-nav-hide {
      display: none;
    }
  }
  
  /*--------------------------------------------------------------
  # Mobile Navigation
  --------------------------------------------------------------*/
  @media (max-width: 1279px) {
    .navbar {
      position: fixed;
      top: 0;
      right: -100%;
      width: 100%;
      max-width: 400px;
      bottom: 0;
      transition: 0.3s;
      z-index: 9997;
    }
  
    .navbar ul {
      position: absolute;
      inset: 0;
      padding: 50px 0 10px 0;
      margin: 0;
      background: rgba(14, 29, 52, 0.9);
      overflow-y: auto;
      transition: 0.3s;
      z-index: 9998;
    }
  
    .navbar a,
    .navbar a:focus {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 12px 20px;
      font-family: var(--font-primary);
      font-size: 16px;
      font-weight: 500;
      color: rgba(255, 255, 255, 0.7);
      white-space: nowrap;
      transition: 0.3s;
    }
  
    .navbar a i,
    .navbar a:focus i {
      font-size: 12px;
      line-height: 0;
      margin-left: 5px;
    }
  
    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
      color: #fff;
    }
  
    .navbar .get-a-quote,
    .navbar .get-a-quote:focus {
      background: var(--color-primary);
      padding: 8px 20px;
      border-radius: 4px;
      margin: 15px;
      color: #fff;
    }
  
    .navbar .get-a-quote:hover,
    .navbar .get-a-quote:focus:hover {
      color: #fff;
      background: rgba(13, 66, 255, 0.8);
    }
  
    .navbar .dropdown ul,
    .navbar .dropdown .dropdown ul {
      position: static;
      display: none;
      padding: 10px 0;
      margin: 10px 20px;
      transition: all 0.5s ease-in-out;
      border: 1px solid #19335c;
    }
  
    .navbar .dropdown>.dropdown-active,
    .navbar .dropdown .dropdown>.dropdown-active {
      display: block;
    }
  
    .mobile-nav-show {
      color: #fff;
      font-size: 28px;
      cursor: pointer;
      line-height: 0;
      position:relative;
      transition: 0.5s;
      /*index: 9999;*/
      margin-right: 10px;
    }
  
    .mobile-nav-hide {
      color: #fff;
      font-size: 32px;
      cursor: pointer;
      line-height: 0;
      transition: 0.5s;
      position: fixed;
      right: 20px;
      top: 20px;
      z-index: 9;
    }
  
    .mobile-nav-active {
      overflow: hidden;
    }
  
    .mobile-nav-active .navbar {
      right: 0;
    }
  
    .mobile-nav-active .navbar:before {
      content: "";
      position: fixed;
      inset: 0;
      background: rgba(14, 29, 52, 0.8);
      z-index: 9996;
    }
  }
  


.treatment-sprit li:not(:last-child) {
    margin-right: 10px;
}
.treatment-sprit li {
    width: 20%;
    padding: 0 10px;
    background: #f3f3f3;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tratment-icon {
    width: 80px;
    height: 100px;
    margin: 0 auto;
    background: url(../img/sprit.png) no-repeat;
    transition: all ease-in-out .4s;
}
.laser-hair-icon {
    background-position-x: -570px;
    width: 90px;
}
.bridal-icon-icon {
    background-position-x: -570px;
    width: 90px;
}
.bbl-icon {
    background-position-x: -570px;
    width: 90px;
}
.antiaging-icon {
    background-position-x: -570px;
    width: 90px;
}
.acne-scar-icon {
    background-position-x: -570px;
    width: 90px;
}
.tratment-icon:hover {
    background-position-y: -120px;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.bg-icon {
    /* background: url(../img/bg-icon.png) center center repeat; */
    background-size: contain;
}


/*** 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,
.btn.btn-secondary,
.btn.btn-outline-primary:hover,
.btn.btn-outline-secondary:hover {
    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;
}


/*** Navbar ***/
.fixed-top {
    transition: .5s;
}

.top-bar {
    height: 45px;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
}

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

.navbar .navbar-nav .nav-link {
    padding: 25px 15px;
    color: #555555;
    font-weight: 500;
    outline: none;
}

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

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: #FFFFFF;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    right: 39px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    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);
    border: 10px solid var(--primary);
    border-radius: 3rem;
}

@media (min-width: 768px) {
    .carousel-img img{
        height:330px;
    }
    .header_carousel img{
            height: 544px;
    }
  .nav_tab{
    width: 26%;
  }
  .content1 {
    top: 32%;
    left: 14%;
  }
  .cert-carousel img{
    height: 550px;
  }
}
@media (max-width: 768px) {
  .cert-carousel img{
    height: 280px;
    /* object-fit: cover; */
  }
  .content1 {
    top: 3%;
    left: 14%;
  }
   
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.text_justify{
  text-align: justify;
}
.client img{
  height:150px;
}
.lily{
  overflow: hidden;
    /* width: 200px; */
    height: 200px;
    position: relative;
  /* position: relative; */
  /* overflow: hidden !important; */
  background: white;

}
.lily img{
  /* width: 100% !important; */
}
.page-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/old.png) top right no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}


/*** Section Header ***/
.section-header {
    position: relative;
    padding-top: 25px;
}
.section-header i{
    
    position: absolute;
    top: 82px;
    left: 47%;
    background: white;
    z-index: 1;
    padding: 2px 4px;
    color: #5283ff;
    font-size: 23px;
    
}

.section-header::before {
    position: absolute;
    content: "";
    width: 148px;
    height: 2px;
    top: 96px;
    transform: translateX(-50%);
    background: var(--primary);
}

/* .section-header::after {
    position: absolute;
    content: "";
    width: 90px;
    height: 2px;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--secondary);
} */

.section-header.text-start::before,
.section-header.text-start::after {
    left: 0;
    transform: translateX(0);
}

/* .slides{
    margin-top: 6%;
} */

/*** About ***/
.about-img img {
    position: relative;
    z-index: 2;
}

.about-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background-image: -webkit-repeating-radial-gradient(#FFFFFF, #EEEEEE 5px, transparent 5px, transparent 10px);
    background-image: -moz-repeating-radial-gradient(#FFFFFF, #EEEEEE 5px, transparent 5px, transparent 10px);
    background-image: -ms-repeating-radial-gradient(#FFFFFF, #EEEEEE 5px, transparent 5px, transparent 10px);
    background-image: -o-repeating-radial-gradient(#FFFFFF, #EEEEEE 5px, transparent 5px, transparent 10px);
    background-image: repeating-radial-gradient(#FFFFFF, #EEEEEE 5px, transparent 5px, transparent 10px);
    background-size: 20px 20px;
    transform: skew(20deg);
    z-index: 1;
}


/*** Product ***/
.nav-pills .nav-item .btn {
    color: var(--dark);
}

.nav-pills .nav-item .btn:hover,
.nav-pills .nav-item .btn.active {
    color: #FFFFFF;
}

.product-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.product-item img {
    transition: .5s;
}

.product-item:hover img {
    transform: scale(1.1);
}

.product-item small a:hover {
    color: var(--primary) !important;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item img {
    width: 60px;
    height: 60px;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: .5s;
}

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

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

.testimonial-carousel .owl-item.center .testimonial-item i {
    color: var(--secondary) !important;
}
.award-carousel .owl-item  {
    background: rgb(199, 230, 250) !important;
}
.award-carousel .owl-item.center .award-item {
    background: rgb(5, 92, 190) !important;
}

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

.award-carousel .owl-item.center .award-item i {
    color: var(--secondary) !important;
}

.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 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    border: 2px solid var(--primary);
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
}
.cert-carousel .owl-item .cert-item img {
    width: 60px;
    height: 60px;
}

.cert-carousel .owl-item .cert-item,
.cert-carousel .owl-item .cert-item * {
    transition: .5s;
}

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

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

.cert-carousel .owl-item.center .cert-item i {
    color: var(--secondary) !important;
}

.cert-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.cert-carousel .owl-nav .owl-prev,
.cert-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    border: 2px solid var(--primary);
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}

.cert-carousel .owl-nav .owl-prev:hover,
.cert-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.color1{
  color: var(--secondary);
}
/*** Footer ***/
.footer {
    color: #999999;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #999999;
    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;
    color: #999999;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    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 .copyright a:hover {
    color: var(--primary);
}

.all_card figure .image {
    width: 100%;
    box-shadow: 0px 3px 25px #00000012;
    margin-bottom: 25px;
    position: relative;
    background-color: #fff;
    --bs-aspect-ratio: 56.25%;
    transition: all ease 0.3s;
  }
  .all_card:hover figure .image{
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  }
  
  .all_card figure .image::before {
    display: block;
    padding-top: 56.25%;
    content: "";
  }
  .all_card figure .image > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .all_card figure .image img{
    width: 100%;
      height: 100%;
      object-fit: cover;
  }
  
  .all_card figure .image .date{
    position: absolute;
    bottom: -15px;
    right: 15px;
    background-color: #243746;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    padding: 10px 13px;
    text-transform: uppercase;
  }
  .all_card figure .image .date >span{
    display: block;
    font-size: 26px;
  }
  
  .all_card figure .image .tags{
    position: absolute;
    bottom: -15px;
    right: 15px;
    background-color: #243746;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 13px;
    max-width: 180px;
  }
  
  
  
  .all_card figure > .card_footer {
    padding: 15px 0 0 0;
  }
  
.link {
    font-size: 18px;
    font-weight: 600;
    color: #243746;
  }
 .link:hover{
    color: #243746;
  }
.link i{
    transition: transform ease 0.3s;
  }
  .link .icon{
    transform: rotate(40deg);
  }
  
.link:hover .icon{
    transform: rotate(2deg);
  }
  
  
  .all_card figure .image .paly-btn{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 55px;
  }
  /* Pull right and left  */
div.pullRightLeft a:before, div.pullRightLeft a:after
{
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0px;
    content: '';
    background: #FFF;
    opacity: 0.3;
    transition: all 0.3s;
}

div.pullRightLeft a:before
{
    left: 0px;
} 

div.pullRightLeft a:after
{
    right: 0px;
}

div.pullRightLeft a:hover:before, div.pullRightLeft a:hover:after
{
    width: 100%;
}

/* Highlight text out  */
div.highlightTextOut a
{
    color: rgba(255, 255, 255, 0.3); 
}

div.highlightTextOut a:before, div.highlightTextIn a:before
{
    position: absolute;
    color: #FFF;
    top: 0px;
    left: 0px;
    padding: 10px;
    overflow: hidden;
    content: attr(alt);
    transition: all 0.3s;
    transform: scale(0.8);
    opacity: 0;
} 
.img_1 {
    width: 115px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.static-text {
    font-weight: 600;
    font-size: 80px;
    line-height: 60px;
    padding: 20px 20px;
    margin: 5px 0;
    text-transform: uppercase;
    letter-spacing: .69px;
    display: inline-block;
    border-top: 1px solid rgb(139, 0, 0);
    border-bottom: 1px solid rgb(139, 0, 0);
    animation: Gradient 5s ease infinite;
    -webkit-animation: Gradient 10s ease infinite;
    -moz-animation: Gradient 5s ease infinite;
    background: linear-gradient(110deg, #000000 29%, rgba(0, 0, 0, 0) 0%), linear-gradient(110deg, #000000 0%, rgb(139, 0, 0) 10%);
    background-size: 400%;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.static-text1 {
    font-weight: 400;
   /* font-size: 80px;
    line-height: 60px; */
    /* padding: 20px 20px; */
    margin: 5px 0;
    /* text-transform: uppercase; */
    letter-spacing: .69px;
    display: inline-block;
    /* border-top: 1px solid rgb(139, 0, 0);
    border-bottom: 1px solid rgb(139, 0, 0); */
    /* animation: Gradient 5s ease infinite;
    -webkit-animation: Gradient 10s ease infinite;
    -moz-animation: Gradient 5s ease infinite;
    background: linear-gradient(110deg, #e0cdcd 29%, rgba(233, 224, 224, 0) 0%), linear-gradient(110deg, #f0dada 0%, rgb(139, 0, 0) 10%);
    background-size: 400%;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text; */
}
/*Network*/
circle{
    r: 20px !important;
    fill: #e31e24;
}


.map-bg{
/*    background: #e31e24;*/
    padding: 0px 80px;
}

.mapael .map {
    position: relative;
}

.circle{
    /*fill: #0a81c7 !important;*/  
    width: 100px;
    height: 100px;
}

.mapael .mapTooltip {
    position: absolute;
    background-color: #e31e24;
    moz-opacity: 0.70;
    opacity: 0.70;
    filter: alpha(opacity=70);
    border-radius: 4px;
    border-color: #fff !important;
    padding: 10px;
    z-index: 1000;
    max-width: 200px;
    display: none;
    color: #ffffff;
}

.map_contain{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/*section.map_section.col-md-6 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}*/

.map-bg svg {
    height: auto !important;
    width: 100% !important
}


.text2 {
    font-size: 70px;
     /* padding: 58px 62px;  */
     font-weight: 300px;
}
.image11 {
    /* opacity: 0.5; */
    background-color:#b58080ed;
}

@keyframes Gradient {
    0% {
        background-position: 33% 100%;
    }

    50% {
        background-position: 0% 100%;
    }

    100% {
        background-position: 33% 100%;
    }
}
/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
    background: linear-gradient(rgba(14, 29, 52, 0.6), rgba(14, 29, 52, 0.8)), url("../img/banner-1.jpg") center center;
    background-size: cover;
    padding: 100px 0;
  }
  
  @media (min-width: 1365px) {
    .call-to-action {
      background-attachment: fixed;
    }
  }
  
  .call-to-action h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
  }
  
  .call-to-action p {
    color: #fff;
  }
  
  .call-to-action .cta-btn {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 5px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
  }
  
  .call-to-action .cta-btn:hover {
    background: var(--color-primary);
    border: 2px solid var(--color-primary);
  }
  /* .comp {
    background-color: #ebf0ff;
} */

.snip1566 {
    position: relative;
    display: inline-block;
    /* margin: 20px;
    max-width: 190px; */
    width: 100%;
    color: #bbb;
    font-size: 16px;
    box-shadow: none !important;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.snip1566 *,
.snip1566:before,
.snip1566:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.snip1566:before,
.snip1566:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* border-radius: 50%; */
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: -1;
    border: 3px solid rgb(121, 28, 28);
    border-color: #907db100 rgb(197 189 189);
}

.snip1566 img {
    max-width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
    /* border-radius: 70%; */
    padding: 10px;
}

.snip1566 figcaption {
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    opacity: 0;
    background-color:rgb(0 0 0 / 65%);
    /* border-radius: 50%; */
}

.snip1566 h1 {
    position: absolute;
    top: 50%;
    transform: translate(03%, -50%);
   
    font-size: 2em;
    z-index: 1;
    color: #ffa700;
}

/* .snip1566 a {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
} */

.snip1566:hover figcaption,
.snip1566.hover figcaption {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.snip1566:hover:before,
.snip1566.hover:before,
.snip1566:hover:after,
.snip1566.hover:after {
    border-width: 2px;
}

.snip1566:hover:before,
.snip1566.hover:before {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
}

.snip1566:hover:after,
.snip1566.hover:after {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
}

/* sona */
.img_1 {
    width: 115px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.static-text {
    font-weight: 600;
    font-size: 80px;
    line-height: 60px;
    padding: 20px 20px;
    margin: 5px 0;
    
    line-height: 60px;
    /* padding: 20px 20px; */
    /* margin: 5px 0; */
    text-transform: uppercase;
    letter-spacing: .69px;
    display: inline-block;
    border: 0px;
    /* border-top: 1px solid rgb(139, 0, 0);
    border-bottom: 1px solid rgb(139, 0, 0); */
    animation: Gradient 5s ease infinite;
    -webkit-animation: Gradient 10s ease infinite;
    -moz-animation: Gradient 5s ease infinite;
    background: linear-gradient(110deg, #000000 29%, rgba(0, 0, 0, 0) 0%), linear-gradient(110deg, #000000 0%, rgb(39 70 150) 10%);
    background-size: 400%;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.static-text1 {
   /* font-size: 80px;
    line-height: 60px; */
    /* padding: 20px 20px; */
    margin: 5px 0;
    letter-spacing: .69px;
    display: inline-block;
    /* border-top: 1px solid rgb(139, 0, 0);
    border-bottom: 1px solid rgb(139, 0, 0); */
    /* animation: Gradient 5s ease infinite;
    -webkit-animation: Gradient 10s ease infinite;
    -moz-animation: Gradient 5s ease infinite;
    background: linear-gradient(110deg, #e0cdcd 29%, rgba(233, 224, 224, 0) 0%), linear-gradient(110deg, #f0dada 0%, rgb(139, 0, 0) 10%);
    background-size: 400%;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text; */
}


.text2 {
    font-size: 47px;
     /* padding: 58px 62px;  */
     font-weight: 300px;
}
.image11 {
    /* opacity: 0.5; */
    background-color: #133da5;

}

@keyframes Gradient {
    0% {
        background-position: 33% 100%;
    }

    50% {
        background-position: 0% 100%;
    }

    100% {
        background-position: 33% 100%;
    }
}
/* card of view */
.parallax {
/* The image used */
background-image: url("image/car3.jpg");

/* Set a specific height */
min-height: 200px; 

/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.contain {
position: relative;
width: 100%;
}

.image {
display: block;
width: 100%;
height: 300px;
}

.overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background-color: #008cba54;
backdrop-filter: blur(15px);
overflow: hidden;
width: 100%;
height: 0;
transition: .5s ease;

}

/* @media(max-width:766px){
.contain{
margin-bottom:5px ;

} */







.contain:hover .overlay {
height: 50%;

}

.text {
color:white;
font-size: 20px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
filter: drop-shadow(2px 2px 2px skyblue);
} 
.translate:hover{
transform: translatey(20px);
transform-origin:bottom;
}
.translate{
transition:3s;
}

.block-13, .slide-one-item {
  position: relative;
  z-index: 1; }
  .block-13 .owl-nav, .slide-one-item .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .block-13 .owl-nav .owl-prev, .block-13 .owl-nav .owl-next, .slide-one-item .owl-nav .owl-prev, .slide-one-item .owl-nav .owl-next {
      position: relative;
      display: inline-block;
      padding: 20px;
      font-size: 30px;
      color: #fff; }
      .block-13 .owl-nav .owl-prev.disabled, .block-13 .owl-nav .owl-next.disabled, .slide-one-item .owl-nav .owl-prev.disabled, .slide-one-item .owl-nav .owl-next.disabled {
        opacity: .2; }



.block-13 .owl-dots {
  text-align: center; }
  .block-13 .owl-dots .owl-dot {
    display: inline-block;
    margin: 5px; }
    .block-13 .owl-dots .owl-dot > span {
      line-height: 0;
      display: inline-block;
      width: 16px;
      height: 15px;
      border-radius: 50%;
      border: 2px solid #e02ab7;
      float: left;
      background: #fddbf5;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .block-13 .owl-dots .owl-dot.active > span {
      background: #1f3c88; }

      .text_banner{
        position: absolute;
        top: 36%;
        left: 2%;
      }
      .text_banner p{
        font-size: 21px;
      }
      .ml2 {
        font-weight: 900;
        font-size: 2.5em;
      
      }
      
      .ml2 .letter {
        display: inline-block;
        line-height: 1em;
        color: var(--light-color);
      }
      .ml7 {
      
        /* font-weight  : 900; */
        font-size: 3.7em;
    
      }
      .ml7 .text-wrapper {
        position: relative;
        display: inline-block;
        padding-top: 0.2em;
        padding-right: 0.05em;
        padding-bottom: 0.1em;
        overflow: hidden;
      
      }
      .ml7 .letter {
        font-weight: 900;
        font-size: 1.5em;
        transform-origin: 0 100%;
        display: inline-block;
        line-height: 1em;
        color: var(--light-color);
      }
    
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: $primary; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px; }

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #204560;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite; }

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fc800c;
  border-radius: 50%;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms; }

.video-play-button:hover:after {
  background-color: #204560; }

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto; }

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-left: 22px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent; }

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }

.img-play-video {
  position: relative; }
  .edubox{
    justify-content: start;
    flex-wrap: wrap;
   }
   .edubox .edu-item:hover{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
   }
   .edubox .edu-item{
    background: #FFB300;
    border: #E2E2E2 solid 1px;
    border-radius: 0px;
    padding: 15px 20px;
    text-align: center;
    width: 44%;
    margin: 2% 4% 2% 0;
   }
   .edubox .edu-item:hover{
    background: blue;
    color: #fff;
   }
   .edubox .edu-item:hover h4{
    color: #fff;
   }
   .edubox .edu-item img{
    max-width: 60px;
    margin-bottom: 10px;
   }
   .edubox .edu-item h4{
    margin-bottom: 0px;
    font-weight: 900;
    font-size: 40px;
    margin-top: 0;
   }
   .edubox .edu-item p{
    margin-bottom: 0;
    font-size: 16px;
   }
   .edubox .edu-item p span{
    display: block;
   }
   .developing-workforce{
      background-image: url(../assets/devel-work.jpg);
      background-color: #fff;
      background-repeat: no-repeat;
      background-attachment: scroll;
      background-position: center center;
      background-size: cover;
   }
  
   .edubox2{
    justify-content: space-between;
    flex-wrap: wrap;
   }
   .edubox2 .edu-item:hover{
    background: #FFB300;
   }
   .edubox2 .edu-item{
    background: #F8F8F8;
    border-radius: 20px;
    padding: 25px;
    text-align: left;
    width: 48%;
    margin-bottom: 20px;
   }
   .edubox2 .edu-item:nth-child(1){
    border-radius: 20px 20px 0 20px;
   }
   .edubox2 .edu-item:nth-child(2){
    border-radius: 20px 20px 20px 0px;
   }
   .edubox2 .edu-item:nth-child(3){
    border-radius: 20px 0px 20px 20px;
   }
   .edubox2 .edu-item:nth-child(4){
    border-radius: 0px 20px 20px 20px;
   }
   .edubox2 .edu-item p{
    margin-bottom: 0;
    line-height: 24px;
   }
   .edubox2 .edu-item img{
    max-height: 40px;
    margin-bottom: 10px;
   }
  
  
   .edubox3{
    justify-content: space-between;
    flex-wrap: wrap;
   }
   .edubox3 .edu-item:hover{
    background: #FFB300;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
   }
   .edubox3 .edu-item{
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    text-align: center;
    width: 24%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: stretch;
   }
  
   .edubox3 .edu-item p{
    margin-bottom: 10px;
    line-height: 24px;
   }
  
   .edubox3 .edu-item:nth-child(1) p{
    min-height: 96px !important;
   }
   .edubox3 .edu-item:nth-child(2) p{
    min-height: 96px !important;
   }
   .edubox3 .edu-item:nth-child(3) p{
    min-height: 96px !important;
   }
   .edubox3 .edu-item:nth-child(4) p{
    min-height: 96px !important;
   }
   .edubox3 .edu-item:nth-child(5) p{
    min-height: 96px !important;
   }
   .edubox3 .edu-item:nth-child(6) p{
    min-height: 96px !important;
   }
   .edubox3 .edu-item:nth-child(7) p{
    min-height: 96px !important;
   }
   .edubox3 .edu-item:nth-child(8) p{
    min-height: 96px !important;
   }
   
   .edubox3 .edu-item h3{
    margin-bottom: 0;
    line-height: 24px;
    color: #171E4D;
    font-weight: 700;
   }
   .edubox3 .edu-item img{
    max-height: 40px;
    margin-bottom: 10px;
   }
   .align-right{
    text-align: right;
   }
  
   .edubox4{
    justify-content: space-between;
    flex-wrap: wrap;
   }
   .edubox4 .edu-item:hover{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
   }
   .edubox4 .edu-item{
    background: #F7F7F7;
    border-radius: 20px;
    text-align: center;
    overflow: hidden;
   }
   .edubox4 .edu-item:nth-child(1) img{
    margin-bottom: 10px;
    border-radius: 0 0 20px 20px;
   }
   .edubox4 .edu-item:nth-child(2) img{
    margin-top: 0px !important;
    margin-bottom: 0;
    border-radius: 20px 20px 0 0;
   }
   .edubox4 .edu-item:nth-child(3) img{
    margin-bottom: 10px;
    border-radius: 0 0 20px 20px;
   }
   .edubox4 .edu-item:nth-child(4) img{
    margin-top: 0px !important;
    margin-bottom: 0;
    border-radius: 20px 20px 0 0;
   }
   .edubox4 .edu-item h5{
    margin-bottom: 0px;
    line-height: 20px;
    padding: 10px 10px 5px;
    font-size: 16px;
   }
   .edubox4 .edu-item p{
    margin-bottom: 10px;
    line-height: 20px;
    padding: 2px 15px 15px;
    height: 200px;
    font-size: 14.5px;
   }
   .edubox {
    justify-content: start;
    flex-wrap: wrap;
}
.impat-donabox ul li {
  border-bottom: #707070 dashed 1px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.impat-donabox ul  {
  list-style: none;
}

.incl-programme{
  display: flex;
  width: 100%;
  position: relative;
}
.incl-programme .item-incl:first-child{
  width: 60%;
}
.incl-programme .item-incl:last-child{
  width: 40%;
  background: #DFDFDF;
  margin: 20px 0;
  position: relative;
}
.incl-programme .slick-slider{
  margin: 0 !important;
  padding: 0 !important;
}
.incl-programme .slick-slide {
  padding: 0px;
  margin: 0px;
}
.slidedesk{
  display: block !important;
}
.slidemob{
  display: none !important;
}

.impact-delivery{
  width: 100%;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: flex;
  justify-content: end;
}
.impact-box{
  padding: 50px 20px 20px 0px;
  margin-left: -160px;
}
.impact-item{
  flex-wrap: wrap;
  justify-content: space-between;
}
.impact-item .item{
  width: 46%;
  margin: 2%;
  background: #fff;
  border-radius: 0px;
  padding: 25px;
  text-align: center;
  border: #D8D8D8 solid 1px;
}
.impact-item .item:hover{
  background: #FFB300;
}
.impact-item .item h5{
  color: #274696;
  margin: 0 0 10px;
  font-weight: 900;
  font-size: 36px;
}
.impact-item .item p{
  margin: 0;
}
/* .impact-box h4{
  color: blue;
  padding-right: 2%;
}
.impact-box h6{
  color: #171E4D;
  padding-right: 2%;
  font-size: 17px;
}
.impact-box h4 span{
  display: block;
} */
.tab {
  float: left;
  /* border-right: 1px solid #ccc; */
  background-color: #fff;
  width: 30%;
}
.tablinks p{
  margin: 0;
  font-size: 15px;
  color: #FFF;

  padding-left: 20px;
}
.tablinks p:active{
  margin: 0;
  font-size: 15px;
  color: #000;
}
.tablinks img{
  max-width: 40px;
  margin-right: 12px;
}
.tablinks svg {
  fill: #FFF !important;
  stroke: #FFF !important;
  max-width: 32px;
}
.tab button.active svg, .tab button:hover svg {
  fill: #171E4D !important;
  stroke: #171E4D !important;
}
.tab button:hover p, .tab button.active p {
  color: #171E4D;
}
.tab button {
  display: block;
  background-color: inherit;
  color: #FFF;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  background: #171E4D !important;
  color: #fff;
  padding: 22px 20px;
  border-bottom: 1px solid #ccc;
}

.tab button:hover {
  background-color: #FFB300 !important;
  color: #FFF;
}

.tab button.active {
  background-color: #FFB300 !important;
  color: #FFF;
}

.tabcontent {
  margin-top: 30px;;
  float: left;
  padding: 20px;
  width: 70%;
  border-left: none;
  background-color: #FFB300;
  border-radius: 0 10px 10px 0;
}
* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 0;
	/* min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%; */
	/* background: #3085a3; */
	text-align: center;
	cursor: pointer;
  border-radius: 15px;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1;
  
}

.grid figure figcaption {
	/* padding: 1em; */
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure h2 {
	font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  color: #171E4D;
}

.grid figure h2,
.grid figure p {
	margin: 0 0 5px;
  color: #171E4D;
}

.grid figure p {
	font-size: 15px;
  line-height: 18px;
  color: #fff;
  font-weight: 400;
}

.grid figure a {
	font-size: 15px;
  line-height: 18px;
  color: #fff !important;
  font-weight: 600 !important;
}

figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
	text-align: left;
}

figure.effect-lily figcaption > div {
	position: absolute;
	top: 0;
	left: 0;
	padding: 12em 1.2em 1.2em 1.2em;
	width: 100%;
	height: 100%;
}

figure.effect-lily figcaption > div:hover {
  background: rgb(23,30,77);
background: linear-gradient(180deg, rgba(23,30,77,0.30940126050420167) 0%, rgba(23,30,77,1) 80%);
  padding: 7em 1.2em 1.2em 1.2em;
  
}
figure.effect-lily:hover h2{
  color: #fff;
}

figure.effect-lily h2,
figure.effect-lily p, figure.effect-lily a {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
  color: #fff;
}

figure.effect-lily p, figure.effect-lily a {
	color: #fff;
  font-weight: 400;
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p, figure.effect-lily:hover a {
	opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p, figure.effect-lily:hover a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p, figure.effect-lily:hover a {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

.bg-blue{
  background-color: #171E4D;
  background: url(../assets/img/programme-bg.jpg) no-repeat;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

.banner-form{
  background: #FFB300;
  border-radius: 4px;
  overflow: hidden;
  /* margin-bottom: -185px; */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  margin-top: 2px;
}
.tab {
  float: left;
  /* border-right: 1px solid #ccc; */
  background-color: #fff;
  width: 30%;
}
.tablinks p{
  margin: 0;
  font-size: 15px;
  color: #FFF;

  padding-left: 20px;
}
.tablinks p:active{
  margin: 0;
  font-size: 15px;
  color: #000;
}
.tablinks img{
  max-width: 40px;
  margin-right: 12px;
}
.tablinks svg {
  fill: #FFF !important;
  stroke: #FFF !important;
  max-width: 32px;
}
.tab button.active svg, .tab button:hover svg {
  fill: #171E4D !important;
  stroke: #171E4D !important;
}
.tab button:hover p, .tab button.active p {
  color: #171E4D;
}
.tab button {
  display: block;
  background-color: inherit;
  color: #FFF;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  background: #171E4D;
  color: #fff;
  padding: 22px 20px;
  border-bottom: 1px solid #ccc;
}

.tab button:hover {
  background-color: #FFB300;
  color: #FFF;
}

.tab button.active {
  background-color: #FFB300;
  color: #FFF;
}

.tabcontent {
  margin-top: 30px;;
  float: left;
  padding: 20px;
  width: 70%;
  border-left: none;
  background-color: #FFB300;
  border-radius: 0 10px 10px 0;
}

.carousel-img{
  position: relative;
  z-index: 0;
}






.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

.tabset > label {
  transition: background 0.4s ease-in-out, height 0.2s linear;
  display: inline;
  cursor: pointer;
  color: #171E4D;
  background: #fff;
  text-align: center;
  line-height: 42px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
  border: #171E4D solid 2px !important;
  margin-right: 10px;
}


input:focus-visible + label {
  outline: 2px solid rgba(0,102,204,1);
  border-radius: 3px;
}


.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #06c;
}

.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}



.tabset2 > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset2 .tab-panel {
  display: none;
}

.tabset2 > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset2 > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset2 > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset2 > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset2 > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset2 > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}
.tabset2 > label {
  transition: background 0.4s ease-in-out, height 0.2s linear;
  display: inline;
  cursor: pointer;
  color: #171E4D;
  background: #fff;
  text-align: center;
  line-height: 42px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
  border: #171E4D solid 2px !important;
  margin-right: 10px;
}


input:focus-visible + label {
  outline: 2px solid rgba(0,102,204,1);
  border-radius: 3px;
}

.tabset2 > label:hover::after,
.tabset2 > input:focus + label::after,
.tabset2 > input:checked + label::after {
  background: #06c;
}

.tabset2 > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}
@media (min-width: 767px){
     #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
}
@media (max-width: 767px){
  .nav_tab{
    width: 100%;
  }
   #header-carousel .carousel-item {
        position: relative;
        min-height: 222px;
                margin-top: 16%;

    }
    
 
  .edubox{
    flex-direction: column;
  }
  .edubox .edu-item {
    width: 98%;
    margin-bottom: 10px;
  }
  .edubox .edu-item p {
    margin-bottom: 0rem;
  }
  .edubox2 {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .edubox2 .edu-item {
    width: 98%;
    margin-bottom: 10px;
  }
  .edubox2 .edu-item:nth-child(1), .edubox2 .edu-item:nth-child(2), .edubox2 .edu-item:nth-child(3), .edubox2 .edu-item:nth-child(4) {
    border-radius: 20px 20px 20px;
  }
  .edubox3 {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .edubox3 .edu-item {
    width: 98%;
    margin-bottom: 10px;
  }
  .edubox3 .edu-item:nth-child(1) p, .edubox3 .edu-item:nth-child(2) p, .edubox3 .edu-item:nth-child(3) p, .edubox3 .edu-item:nth-child(4) p, .edubox3 .edu-item:nth-child(5) p, .edubox3 .edu-item:nth-child(6) p, .edubox3 .edu-item:nth-child(7) p, .edubox3 .edu-item:nth-child(8) p {
    min-height: 100% !important;
  }
  .edubox4 {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .edubox4 .edu-item {
    width: 98%;
    margin-bottom: 10px;
  }
  .edubox4 .edu-item img{
    width: 100%;
  }
  .edubox4 .edu-item p {
    height: 100%;
  }
  .slider-ourw .wt {
    width: 100%;
    padding: 0 12px;
  }
  .impact-item .item {
    width: 100%;
  }}