@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");
body {
  font-family: 'Nunito', sans-serif;
  color: #000000;
  background-color: #fefefe;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.layout_margin-top {
  margin-top: 90px;
}

.layout_margin-bottom {
  margin-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}


/*--------------------------------------------------------header section-------------------------------------------------*/


.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hero_area .hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  z-index: -1;
}

.hero_area .hero_bg_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom right;
     object-position: bottom right;
}

.sub_page .hero_area {
  min-height: auto;
  background-color: #5d2b9d;
}

.sub_page .hero_area .hero_bg_box {
  display: none;
}

.header_section {
  padding: 15px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}

.custom_nav-container .nav_search-btn:hover {
  color: #6F36BC;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}


/*--------------------------------------------------------slider section------------------------------------------------------------ */


.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 45px 0 145px 0;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #2b0064;
}

.slider_section .detail-box h1 {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ffffff;
}

.slider_section .detail-box p {
  color: #fefefe;
  font-size: 14px;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  margin-top: 25px;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 165px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #ffffff;
  color: #2b0064;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #ffffff;
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: transparent;
  color: #ffffff;
}

.slider_section .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider_section .img-box img {
  width: 100%;
  max-width: 375px;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
}


/*--------------------------------------------------------------About US-------------------------------------------------------*/

.intro
{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 25px;
	background: #ffffff;
}

.intro .row{
  margin-top: 30px;
}

.intro .intro_image{
  align-content: center;
}

.intro_text
{
	margin-bottom: 0px;
	font-weight: 600;
	color: #929191;
	margin-top: 60px;
}
.intro .btn-box
{
	margin-top: 57px;
	z-index: 1;
}


.intro .btn-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #6F36BC;
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #2b0064;
  }
  
  .intro .btn-box a:hover {
    background-color: transparent;
    color: #2b0064;
  }

/*--------------------------------------------------------------Contact Section-------------------------------------------------------*/

.contact_section {
  position: relative;
}

.contact_section .heading_container {
  margin-bottom: 25px;
}

.contact_section .heading_container h2 {
  text-transform: uppercase;
}

.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 15px;
  padding-left: 20px;
  outline: none;
  color: #101010;
  background: #eeeeee;
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #000000;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #000000;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #000000;
}

.contact_section .form_container input::placeholder {
  color: #000000;
}

.contact_section .form_container input.message-box {
  height: 175px;
}

.contact_section .form_container button {
  width: 100%;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 55px;
  background-color: #6F36BC;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #2b0064;
}

.contact_section .form_container button:hover {
  background-color: transparent;
  color: #6F36BC;
}

.contact_section .map_container {
  height: 368px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
}

.contact_section .map_container .map {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact_section .map_container .map #googleMap {
  height: 100%;
}

/*--------------------------------------------------------------Programs Section-------------------------------------------------------*/

.department_section {
  position: relative;
  margin-top: 20px;
}

.department_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
  background-color: #ffffff;
  border-radius: 5px;
  text-align: center;
}

.department_section .box .img-box {
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
  background-color: #6F36BC;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.department_section .heading_container{
  margin-bottom: 30px;
}

.department_section .box .img-box img {
  max-width: 55px;
  max-height: 55px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.department_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.department_section .box .detail-box a {
  color: #6F36BC;
  font-weight: 600;
}

.department_section .box .detail-box a:hover {
  color: #2b0064;
}

.department_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.department_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #6F36BC;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #2b0064;
}

.department_section .btn-box a:hover {
  background-color: transparent;
  color: #2b0064;
}


/*--------------------------------------------------------------TESTIMONIAL-------------------------------------------------------*/

.client_section{
 background-color: #6F36BC;
 color:#ffffff;
 padding-top: 60px;
}

.client_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 45px;
  border-radius: 15px;
}

.client_section .box .img-box {
  margin-bottom: 15px;
  min-width: 145px;
  max-width: 145px;
  overflow: hidden;
}

.client_section .box .img-box img {
  width: 100%;
  border-radius: 100%;
  border: 7px solid rgba(255, 255, 255, 0.45);
}

.client_section .box .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.client_section .box .detail-box .name img {
  width: 25px;
  margin-bottom: 5px;
}

.client_section .box .detail-box .name h6 {
  color: #ffffff;
  font-size: 20px;
}

.client_section .box .detail-box p {
  color: #ffffff;
}

.client_section .box .detail-box i{
  color: #ffffff;
}

.client_section .carousel_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  position: unset;
  width: 45px;
  height: 45px;
  border: none;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  background-color: #2b0064;
  background-position: center;
  border-radius: 5px;
  margin: 0 2.5px;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #0c011a;
}

.client_section .carousel-control-next {
  left: initial;
}


/**************************************-------------Footer------------**************************************/


.footer_section {
  background: #6F36BC;
  color: #ffffff;
  padding: 60px 0 15px 0;
  position: relative;
}


.footer_section h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.footer_section .footer_col {
  margin-bottom: 30px;
}

.footer_section .footer_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer_section .footer_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.footer_section .footer_contact .contact_link_box a i {
  margin-right: 5px;
}

.footer_section .footer_contact .contact_link_box a:hover {
  color: #ff5500;
}

.footer_section .footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
}

.footer_section .footer_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px;
}

.footer_section .footer_social a:hover {
  color: #ff5500;
}

.footer_section .footer_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer_section .footer_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
  margin-bottom: 15px;
  color: #ffffff;
}

.footer_section .footer_links a:hover {
  color: #ff5500;
}

.footer_section form input {
  border: none;
  background-color: #fefefe;
  width: 100%;
  height: 45px;
  color: #000000;
  outline: none;
  border-radius: 5px;
  padding: 0 15px;
}

.footer_section form input::-webkit-input-placeholder {
  color: #777;
}

.footer_section form input:-ms-input-placeholder {
  color: #777;
}

.footer_section form input::-ms-input-placeholder {
  color: #777;
}

.footer_section form input::placeholder {
  color: #777;
}

.footer_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #2b0064;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #2b0064;
  margin-top: 15px;
}

.footer_section form button:hover {
  background-color: #ffffff;
  color: #2b0064;
}

.footer_section .footer-info {
  text-align: center;
}

.footer_section .footer-info p {
  color: #ffffff;
  padding: 25px 0;
  margin: 0;
}

.footer_section .footer-info p a {
  color: inherit;
}

/*# sourceMappingURL=style.css.map */
  
.fdr{
  background-color: #6F36BC;
  padding-top: 60px;
 }
 .fdr .fdr_content{
  color:#ffffff;
 }
 .fdr h5{
  color:#ffffff;
  font-weight: bold;
  text-transform: uppercase;
  }
  .fdr .fdr_img{
    align-content: right;
	/* top: 1px; */
	
 
  }

  .fdr h6{
    color:#ffffff;
    font-weight: bold;
    text-transform: uppercase;
    }


    /*-------------------------------------------------------------------------Feature Section---------------------------------------------------------------------------*/
    .features {
      padding-bottom: 60px;
      margin-top:100px;
    }
    .features .features__item img{
      width:25%;

    }
    
    .features__item {
      margin-bottom: 40px;
    }
    
    .features__item h4 {
      color: #19191A;
      font-weight: bold;
      margin-top: 25px;
      margin-bottom: 15px;
    }
    
    .features__item p {
      margin-bottom: 0;
    }
    .features .heading_container{
      margin-bottom: 60px;
    }



    .hero-wrap {
      width: 100%;
      height: 100%;
      position: inherit;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top center;
      position: relative; }
      @media (max-width: 1199.98px) {
        .hero-wrap {
          background-position: center center !important; } }
      .hero-wrap .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        opacity: .4;
        background: #000000; }
      .hero-wrap.hero-wrap-2 {
        height: 400px; }
        .hero-wrap.hero-wrap-2 .overlay {
          opacity: .6;
          background: #6F36BC; }
        .hero-wrap.hero-wrap-2 .slider-text {
          height: 400px; }
          .hero-wrap.hero-wrap-2 .slider-text h1 {
            font-weight: 400;
            font-size: 40px; }
      .hero-wrap .slider-text h1 {
        color: #fff;
        line-height: 1.2;
        font-family: "Montserrat", Arial, sans-serif; }
        @media (max-width: 991.98px) {
          .hero-wrap .slider-text h1 {
            font-size: 40px; } }
        .hero-wrap .slider-text h1 span {
          color: #6F36BC; }
      .hero-wrap .slider-text .subheading {
        font-size: 15px;
        color: #6F36BC;
        text-transform: uppercase;
        font-family: "Montserrat", Arial, sans-serif;
        font-weight: 700;
        letter-spacing: 2px; }
      .hero-wrap .slider-text p {
        font-size: 18px;
        line-height: 1.5;
        color: rgba(255, 255, 255, 0.7); }
        .hero-wrap .slider-text p strong {
          font-weight: 700; }
          .hero-wrap .slider-text p strong a {
            color: #000000; }
      .hero-wrap .slider-text .breadcrumbs {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 20px;
        z-index: 99; }
        .hero-wrap .slider-text .breadcrumbs span {
          color: rgba(255, 255, 255, 0.5); }
          .hero-wrap .slider-text .breadcrumbs span i {
            color: rgba(255, 255, 255, 0.3); }
          .hero-wrap .slider-text .breadcrumbs span a {
            color: rgba(255, 255, 255, 0.7); }
            .hero-wrap .slider-text .breadcrumbs span a:hover, .hero-wrap .slider-text .breadcrumbs span a:focus {
              color: #6F36BC; }
              .hero-wrap .slider-text .breadcrumbs span a:hover i, .hero-wrap .slider-text .breadcrumbs span a:focus i {
                color: #6F36BC; }


.pics {
  height: 300px;
  margin-right: 15px;
  margin-left: 15px;
}
.pics:hover {
  box-shadow: 0 0 7px #170333;
}

#cont-wrap2 {
  width: 100%;
  height: 340px;
  padding-top: 25px;
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #eaeaea;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}

#cont-wrap2::-webkit-scrollbar {
  width: 12px;
  background-color: #eaeaea;
  
}

#cont-wrap2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #eaeaea;
  border-radius: 10px;
}

#cont-wrap2::-webkit-scrollbar-thumb {
  
  background-color: #eaeaea;
}
.Gallary_section {
  padding-top:60px;
  padding-bottom:60px;
  background-color: #eaeaea;

}
.Gallary_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.Gallary_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #6F36BC;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #2b0064;
}

.Gallary_section .btn-box a:hover {
  background-color: transparent;
  color: #2b0064;
}

.gallary_page
{
  background-color: #ffffff;
}

.gallary_page .main {
  padding: 70px 20px;
  width: 1200px;
  margin: auto;
}

  
 .gallary_page .top_banner,
  .bottom_banner {
    text-align: center;
    color: white;

  }

  .gallary_page .main_content {
    margin: 60px 0 40px;
    column-gap: 20px;
    width: 100%;
  }
    
   .gallary_page .picture_wrapper {
      margin-bottom: 20px;
    }
      
    .gallary_page  img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 2px;
      }
  
/*------------------------------------------------------------------Floating Section-----------------------------------------------------------------*/
.whatsapp .floating {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 0px;
  background-color: #25d366;
  color: #fff;
  border-radius: 0px;
  text-align: center;
  box-shadow: 3px 3px 4px #000000;
  z-index: 100;
 }
 
 .whatsapp .fab-icon {
  margin-top: 10px;
 }
.whatsapp .fa {
  font-size: 40px;;
}


.call_float .floating {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 110px;
  right: 0px;
  background-color: #3325d3;
  color: #fff;
  border-radius: 0px;
  text-align: center;
  box-shadow: 3px 3px 4px #000000;
  z-index: 100;
 }
 
 .call_float .fab-icon {
  margin-top: 10px;
 }
.call_float .fa {
  font-size: 40px;;
}


/*-------------------------------------------------------------------------Popup Section---------------------------------------------------------------------------*/

.popup{
  background-color: #ffffff;
  position: fixed;
  width: 600px;
  padding: 15px 20px;
  transform: translate(-50%,-50%);
  left: 50%;
  top: 50%;
  border-radius: 8px;
  font-family: "Poppins",sans-serif;
  display: none;
  text-align: center;
  border: 1px solid #000000;
}
.popup:hover{
  box-shadow: 4px 4px 4px #000000;
  
}
.popup button{
  display: block;
  margin:  0 0 0px auto;
  background-color: transparent;
  font-size: 30px;
  color: #c5c5c5;
  border: none;
  outline: none;
  cursor: pointer;
}
.popup p{
  font-size: 14px;
  text-align: justify;
  margin: 20px 0;
  line-height: 25px;
}
.popup a{
  display: block;
  width: 150px;
  position: relative;
  margin: 10px auto;
  text-align: center;
  background-color: #0f72e5;
  color: #ffffff;
  text-decoration: none;
  padding: 5px 0;
}


@media (max-width: 575px) {
	.popup{
		width:70%;
		}
	.popup button{
	  display: block;
	  margin:  0 0 0px auto;
	  background-color: transparent;
	  font-size: 20px;
	  color: #c5c5c5;
	  border: none;
	  outline: none;
	  cursor: pointer;
	}
}

#Gallary img{
	border: 1px solid #2b0064;
	width:100%;
}
	