/*
Theme Name: ncam
Theme URI: 
Author: AMC
Author URI: 
Description: A custom WordPress theme using Bootstrap 5
Version: 1.0
License: GNU General Public License v2 or later
Tags: bootstrap, responsive, custom-theme
Text Domain: ncam
*/

:root {
      --primary-color: #2A5C82;
      --secondary-color: #F4F7FA;
      --accent-color: #E74C3C;
      --text-color: #2C3E50;
      --success-color: #27AE60;
      --warning-color: #F1C40F;
    }

    body {
      font-family: 'Poppins', system-ui, -apple-system, sans-serif;
      background-color: var(--secondary-color);
      color: var(--text-color);
      line-height: 1.8;
	  font-size:.9rem;
	  padding-top: 70px;
    }

    h1 {
      font-size: 2rem;
      font-weight: 700;
      letter-spacing: -0.5px;
      color: var(--primary-color);
    }

	h2 {
      font-size: 1.5rem!important;
      font-weight: 700;
      letter-spacing: -0.5px;
      color: var(--primary-color);
    }

    h3 {
      font-size: 1.2rem!important;
      font-weight: 600;
      color: var(--primary-color);
    }

    h4 {
      font-size: 1rem!important;
      font-weight: 600;
      color: var(--primary-color);
    }
	.light-bg1 {
		background:#D4E8F7;
	}
	.dark-bg1 {
		background:#2A5C82;
	}

    .section-title {
      position: relative;
      padding-bottom: 1rem;
      margin-bottom: 3rem;
    }
	.border1 {
		border:2px solid #2A5C82;
		border-radius:20px;
	}
	 
    

.navbar {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
}


.navbar {
  padding: 10px !important;
  font-weight: 600;
}

.navbar a {
  position: relative;
  display: inline-block;
  padding: 8px 20px !important;
  color: #000;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size:15px;
  text-transform:uppercase;
}

.navbar a:not(.navbar-brand)::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #000;
  transition: width 0.3s ease;
}

.navbar a:not(.navbar-brand):hover::after {
  width: 100%;
}

/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* Optional: removes default spacing */
}

/* Optional: keep the background white and remove delay */
.dropdown-menu {
  transition: none;
  border-radius: 0;
  text-transform:normal !important;
}

.dropdown-menu .dropdown-item {
  text-transform: none;
	font-size:12px;
}
.small-logo {
   height:60px!important;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    transition: top 0.3s ease-in-out;
}

@media (min-width: 990px) and (max-width: 1400px) {
    body {
	  padding-top: 80px!important;
    }
  .navbar-brand img {
    height: 50px;
  }
  .small-logo {
   height:50px!important;
}

  /* Example: shrink font size */
  .navbar-nav .nav-link {
    font-size: 13px;
  }
.navbar a {
    position: relative;
    display: inline-block;
   padding: 8px 10px!important;
    color: #000;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
}
	
.nav-link ul li a {
	font-size:13px!important;
	padding-bottom:8px;
}
	
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0!important;
    border-right: 0!important;
    border-bottom: 0;
    border-left: 0!important;
}
}



@media (max-width: 640px) {
    body {
	  padding-top: 100px!important;
    }
.navbar img {
width:180px;
}
.navbar {
margin:0!important;
padding:10px!important;
}
.navbar a {
margin:0!important;
padding:0!important;
}
.small-logo {
   height:20px!important;
   margin-bottom:10px;
}
	
	h1 {
      font-size: 1.6rem;
    }
	h2 {
      font-size: 1.2rem;
    }
	h4 {
      font-size: 1rem;
    }
	h5 {
      font-size: .8rem;
    }
	p, td, th {
      font-size: .8rem;
    }
	.event-thumb {
    width: 100%;
    height: 180px!important;
    object-fit: cover;
    object-position: center;
    border-radius: 0.5rem;
    display: block;
}
	.navbar a:not(.navbar-brand)::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0 !important;
  left: 0;
  bottom: 0;
  background-color: #000;
  transition: width 0.3s ease;
}

.navbar a:not(.navbar-brand):hover::after {
  width: 100%;
}

}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0!important;
    border-right: 0!important;
    border-bottom: 0;
    border-left: 0!important;
}

.dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #fff!important;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd;
    padding:10px!important;
}


.custom-toggler {
  width: 40px;
  height: 32px;
  background: #0057A4;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 5px;
}

.custom-toggler .bar {
  width: 100%;
  height: 2px;
  background-color: white;
}

.hero-section {
  height: 80vh;
  background-color: black;
  background-image: url('/wp-content/images/ncam-header.jpg'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.7);
  overflow: hidden;
  position: relative;
}
.tender-section {
  height: 75vh;
  background-color: black;
  background-image: url('/wp-content/images/tenders-bg.jpg'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.4);
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.7);
  overflow: hidden;
  position: relative;
}

.medical-section {
  height: 50vh;
  background-color: black;
  background-image: url('/wp-content/images/medical-device-sector-header.jpg'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.7);
  overflow: hidden;
  position: relative;
}

.agrifood-section {
  height: 50vh;
  background-color: black;
  background-image: url('/wp-content/images/agri-food-processing-header.jpg'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.7);
  overflow: hidden;
  position: relative;
}

.computing-section {
  height: 50vh;
  background-color: black;
  background-image: url('/wp-content/images/computing-chips.jpg'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.7);
  overflow: hidden;
  position: relative;
}

.optholic-section {
  height: 50vh;
  background-color: black;
  background-image: url('/wp-content/images/optholic-sector-header.jpg'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.7);
  overflow: hidden;
  position: relative;
}


.top-text {
  z-index: 1;
  padding-top: 10px;
}



.top-text {
  margin-top: 15px;
}

.hero-left-text p {
  max-width: 400px;
}


/* Fade-up animation */
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Apply the animation */
.hero-section .top-text h1, .hero-section .top-text h2{
  opacity: 0;
  animation: fadeUp 1s ease forwards;
}

.hero-section .top-text h1:nth-child(1) {
  animation-delay: 0.3s;
}

.hero-section .top-text h1:nth-child(2) {
  animation-delay: 0.6s;
}
.hero-section .top-text h2:nth-child(1) {
  animation-delay: 0.5s;
}

/* Bottom text (both mobile and desktop) */
.hero-section .bottom-text{
  opacity: 0;
  animation: fadeUp 1s ease forwards;
  animation-delay: 1s;
}

.hero-section .btn  {
  opacity: 0;
  animation: fadeUp 1s ease forwards;
  animation-delay: 1.5s;
}



.about-section {

}

.play-button {
  background: none;
  border: none;
}

.carousel-caption {
  position: static;
  margin-top: 20px;
}

.carousel img {
  max-height: 450px;
  object-fit: cover;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}
.partner-logo {
  max-height: 100px;
  object-fit: contain;
  filter: grayscale(0%);
  transition: transform 0.3s ease;
}

.partner-logo:hover {
  transform: scale(1.1);
}


/* Custom width */
#offcanvasNavbar {
  width: 90% !important;
  max-width: 90% !important;
  background-color: #0057A4!important;
  transition: transform 0.4s ease;
}

/* Nav item hover underline */
.offcanvas .nav-link {
  position: relative;
  transition: color 0.2s ease;
  margin:10px 0!important;
}

.offcanvas .nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 4px;
  left: 0;
  background-color: #fff;
  transition: width 0.3s ease;
}
.offcanvas .nav-item ul {
	background:#E2F3FF;
	border-radius:5px;
}
.offcanvas .nav-item ul li a {
	font-size:13px!important;
	color:#0057A4!important;
	padding-bottom:8px;
}

.offcanvas .nav-link:hover::after {
  width: 50%;
}

.offcanvas .nav-link i {
  vertical-align: middle;
}

/* Social icons */
.offcanvas .bi {
  transition: color 0.3s ease;
  margin:0 10px;
}

.offcanvas .bi:hover {
  color: #f1c40f;
}

/* Optional: blur overlay when open */
.offcanvas-backdrop.show {
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(3px);
}

/* Optional: prevent off-canvas dropdowns from breaking */
.offcanvas .dropdown-menu {
  position: static;
  float: none;
}
.dropdown-menu {
  transition: all 0.2s ease;
}

.trendy-heading {
  font-size: 2rem;
  font-weight: 600;
  background: linear-gradient(90deg, #000, #666);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
  margin-bottom: 2rem;
}


.footer-text {
font-size:14px;
}

footer a:hover i {
  color: #ffc107; /* or your brand color */
  transition: 0.3s ease;
}

.event-thumb {
  width: 100%;
  height: 300px; /* Adjust height as needed */
  object-fit: cover;
  object-position: center;
  border-radius: 0.5rem;
  display: block;
}
.fancybox__caption {
    padding:10px 60px !important;
}



/*startup styles*/

:root {
    --primary: #6366f1;
    --primary-hover: #4f46e5;
    --gradient: linear-gradient(135deg, #6366f1 0%, #a855f7 50%, #ec4899 100%);
}

/* Header Section */
.section-header {
    background: linear-gradient(0deg, rgba(25, 136, 151, 1) 0%, rgba(255, 255, 253, 1) 100%);
}

.header-image {
    transform: translateY(0px);
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

.gradient-text {
    background-image: var(--gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Startup Cards */
.startup-section .card {
    border: 1px solid #e5e7eb;
    border-radius: 1.5rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: white;
    overflow: hidden;
}

.startup-section .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.startup-section .card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.startup-section .card:hover::before {
    opacity: 1;
}

.startup-img {
    height: 80px;
    width: auto;
    object-fit: contain;
    margin: 1.5rem auto;
}

.card-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    color: #1e293b;
    margin-bottom: 0.75rem;
}

.startup-founder {
    color: #64748b;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.startup-description {
    color: #475569;
    line-height: 1.6;
}

.btn-download {
    background: linear-gradient(90deg, rgba(255, 253, 249, 1) 0%, rgba(225, 249, 255, 1) 100%);
    color: black;
    font-weight: 500;
    border: none;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}
.btn-download a{
    color: black;
    text-decoration: none;
}

.btn-download:hover {
    transform: scale(1.05);
    color: black;
}

/* Responsive Design */
@media (max-width: 768px) {
    .header-image {
        max-width: 80%;
        margin: 0 auto;
    }
    
    .display-5 {
        font-size: 2.5rem;
    }
}

/* Animation */
@keyframes cardEntrance {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.startup-section .card {
    animation: cardEntrance 0.6s ease-out;
    animation-fill-mode: backwards;
}


/* about us styles */

.about-section img {
    border-radius: 30px;
    border: 20px solid #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    max-width: 100%;
    height: auto;
  }

  .about-content {
    padding: 3rem;
  }

  .about-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 1rem;
  }

  .about-text {
    font-size: 1.125rem;
    color: #444;
    line-height: 1.8;
  }

  @media (max-width: 768px) {
    .about-content {
      padding: 1rem;
      text-align: center;
    }
    .about-title {
      font-size: 1.5rem;
    }
    .about-text {
      font-size: 1rem;
    }
  }
 
.vision-section img {
    border-radius: 30px;
    border: 20px solid #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    max-width: 100%;
    height: auto;
  }

  .vision-title {
    font-size: 2rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 1rem;
  }

  .vision-text {
    font-size: 1.125rem;
    color: #444;
    line-height: 1.8;
    padding-right: 1rem;
  }

  @media (max-width: 768px) {
    .vision-text {
      padding-right: 0;
      text-align: center;
    }
    .vision-title {
      font-size: 1.5rem;
    }
    .vision-text {
      font-size: 1rem;
    }
  }


    .core-pillars img,
    .help-section img {
      border-radius: 0.75rem;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }

   .mission-container {
    padding: 80px 15px;
  }

  .mission-heading {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
    color: #222;
  }

  .mission-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    padding: 20px 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }

  .mission-number {
    flex: 0 0 80px;
    height: 80px;
    width: 80px;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    background-color: #222; /* Dark background */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  }


  .mission-text {
    flex: 1;
    padding: 0 20px;
    font-size: 22px;
    color: #333;
    line-height: 1.6;
    font-weight:500;
  }

  .mission-img {
    width: 400px;
    height:150px;
    border-radius: 25px 0 0 25px;
    border: 6px solid #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    object-fit: cover;
  }

  @media (max-width: 768px) {
    .mission-row {
      flex-direction: column;
      text-align: center;
    }

    .mission-img {
      border-radius: 25px;
      margin-top: 15px;
    }

    .mission-text {
      padding: 15px 0;
    }

    .mission-number {
      font-size: 2rem;
    }
    .mission-img {
    width: 100%;
    height:150px;
    border-radius: 20px;
    border: 3px solid #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    object-fit: cover;
  }
  }


.core-team-section {
    padding: 60px 15px;
  }

  .core-team-heading {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
    color: #222;
  }

  .team-card {
    
  }

  .team-card:hover {
   
  }

  .team-card img {
    border-radius: 20px;
    border: 10px solid #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    width: 100%;
    min-height:300px;
    margin-bottom: 15px;
  }

  .team-name {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 5px;
    color: #222;
    text-align:center;
  }

  .team-role {
    font-size: 0.9rem;
    color: #777;
    text-align:center;
  }



.key-pillars {
    background-color: #f9f9f9;
    padding: 60px 15px;
  }

  .pillar-card {
    border-radius: 16px;
    color: white;
    padding: 40px 20px;
    text-align: center;
    transition: 0.3s ease-in-out;
    height: 100%;
  }

  .pillar-icon {
    font-size: 40px;
    margin-bottom: 15px;
  }

  .pillar-number {
    font-size: 20px;
    font-weight: bold;
    opacity: 0.8;
  }

  .pillar-title {
    font-size: 1.2rem;
    font-weight: 600;
  }

  .pillar-card:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  }

  /* Custom Pillar Colors */
  .pillar-1 { background-color: #00C3FF; }  /* Cyan */
  .pillar-2 { background-color: #278BFB; }  /* Blue */
  .pillar-3 { background-color: #28D7B5; }  /* Teal/Green */
  .pillar-4 { background-color: #FFC107; color: #000; }  /* Yellow with black text */
  .pillar-5 { background-color: #B259FF; }  /* Purple */


/* home carasoul key partners */

 /* Owl Carousel Dots Styling */
        .owl-dots {
            text-align: center;
            margin-top: 30px;
            position: relative;
            width: 100%;
            bottom: 10px;
            z-index: 10;
        }

        .owl-dot {
            width: 14px;
            height: 14px;
            background-color: #ccc;
            border-radius: 50%;
            display: inline-block;
            margin: 0 6px;
            transition: background-color 0.3s ease, transform 0.2s ease;
            cursor: pointer;
            outline: none;
        }

        .owl-dot.active {
            background-color: #ff6600; /* Active dot color */
            transform: scale(1.3);
        }

        .owl-dot:hover {
            background-color: #ff8c33; /* Hover color */
        }
        
    .key-partners {
        width:100%;
        height:100%;
        border:none;
    } 
    .key-partners img {
        width:70%;
        height:auto;
        padding:20px;
    }



    .faq-btn {
      transition: background-color 0.2s ease;
    }
    .faq-btn.active {
      background-color: #f1f1f1;
    }
    .arrow-icon {
      font-weight: bold;
      font-size: 1.2rem;
    }

.partner-logo2 {
    transition: transform 0.3s ease;
    border-radius: 16px;
	border:1px solid #dadada;
  }

  .partner-logo2:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  }

.events-bg2 {
	background: #167eab;
	background: linear-gradient(181deg,rgba(22, 126, 171, 1) 0%, rgba(87, 89, 199, 1) 100%);
}

.play-button img {
  filter: drop-shadow(0 0 10px rgba(0,0,0,0.5));
  transition: transform 0.3s ease;
}

.play-button:hover img {
  transform: scale(1.1);
}

ul li {
	text-align:justify!important;
}




/* jobs page */

.job-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 10px 15px;
    font-family: 'Poppins', system-ui, -apple-system, sans-serif;
    color: #444;
	background:#fff;
}

.job-title {
    font-weight: 700;
    font-size: 2.5rem;
    color: #222;
    margin-bottom: 10px;
}

.job-status {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.job-status.expired {
    color: #d9534f;
}

.job-status.active {
    color: #28a745;
}

.job-meta {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.job-meta-item {
    flex: 1 1 45%;
    color: #fff;
	border: 1px solid #dadada;
	border-radius:5px;
	padding:10px;
	background:#333;
	text-align:left;
	font-size:16px;
}

.job-meta-item strong {
    color: #fff;
}

.job-meta-item p {
    margin-top: 5px;
    font-size: .9rem;
	text-align:left!important;
}

.job-divider {
    border-color: #eee;
    margin-bottom: 30px;
    border: 0;
    border-bottom: 1px solid #eee;
}

.job-content {
    line-height: 1.7;
    font-size: 1.1rem;
}
.job-content p{
    line-height: 1.7;
    font-size: .9rem!important;
	font-weight:400!imporant;
}
.job-content ul li{
    line-height: 1.7;
    font-size: .9rem!important;
	font-weight:400!imporant;
}

.apply-button-wrap {
    margin-top: 40px;
}

.btn-apply {
    background-color: #007bff;
    color: white !important;
    padding: 12px 24px;
    font-size: 1.1rem;
    text-decoration: none;
    border-radius: 6px;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.btn-apply:hover {
    background-color: #0056b3;
    text-decoration: none;
}

.application-closed {
    margin-top: 40px;
    font-style: italic;
    color: #999;
}
/* jobs page */

.job-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-radius: 12px;
    background-color: #fff;
}

.job-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

.job-card h4 {
    font-size: 1.3rem;
    font-weight: 600;
}

.job-card p {
    color: #555;
}

.job-card .btn {
    font-weight: 600;
    padding: 10px;
    border-radius: 8px;
}
.text-white2 a{
	color:#fff;
	text-decoration:none;
}

.text-justify {
	text-align:justify!important;
}
.inside ul li {
	margin-bottom:15px;
}