	/*----------------------------------------------------*/
	/* Fonts */
	@import url("https://fonts.googleapis.com/css?family=Heebo:300,400,700,900|Roboto:300,400,500,700");

	/* Basic Resets */
	.list { list-style: none; margin: 0; padding: 0; }
	a { text-decoration: none; transition: all 0.3s ease-in-out; }
	a:hover, a:focus { text-decoration: none; outline: none; }

	body {
	  line-height: 26px;
	  font-size: 18px;
	  font-family: "Roboto", sans-serif;
	  color: #000000;
	}
	h1,h2,h3,h4,h5,h6 { font-family: "Heebo", sans-serif; font-weight: bold; }

	button:focus { outline: none; box-shadow: none; }

	.p_120 { padding-top: 120px; padding-bottom: 120px; }

	@media (min-width: 1200px) {
	  .container { max-width: 1170px; }
	}
	@media (min-width: 1620px) {
	  .box_1620 { max-width: 1620px; margin: auto; width: 100%; padding: 0; }
	}

	/* Main Title */
	.main_title {
	  text-align: center;
	  max-width: 670px;
	  margin: 0 auto 75px;
	}
	.main_title h2 {
	  font-family: "Heebo", sans-serif;
	  font-size: 36px;
	  color: #000000;
	  margin-bottom: 15px;
	  text-transform: uppercase;
	}
	.main_title p {
	  font-size: 16px;
	  font-family: "Roboto", sans-serif;
	  color: #080808fc;
	  line-height: 26px;
	  margin: 0;
	}

	/* Home Banner */
	.home_banner_area {
	  position: relative;
	  z-index: 1;
	  background-image: linear-gradient(0deg, #1f1d92 0%, #01004f 100%);
	  margin-bottom: 200px;
	}
	.home_banner_area .box_1620 {
	  min-height: 700px;
	  border-radius: 12px;
	  position: relative;
	  bottom: -200px;
	  background: #ccd0cc;
	  padding: 30px;
	  box-shadow: 0 20px 80px rgba(153,153,153,0.3);
	}
	.home_banner_area .banner_inner { display: flex; min-height: 700px; width: 100%; }
	.home_banner_area .banner_inner .banner_content { color: #222; text-align: left; align-self: center; }
	.home_banner_area .banner_inner .banner_content .media .d-flex { padding-right: 125px; }
	.home_banner_area .banner_inner .banner_content .media .media-body { align-self: center; }

	/* Buttons */
	.main_btn {
	  display: inline-block;
	  background-image: linear-gradient(to right, #766dff 0%, #86e8ff 48%, #766dff 100%);
	  background-size: 200% auto;
	  padding: 0 40px;
	  color: #fff;
	  font-family: "Roboto", sans-serif;
	  font-size: 13px;
	  font-weight: 500;
	  line-height: 48px;
	  border-radius: 5px;
	  cursor: pointer;
	  transition: all 0.3s linear;
	}
	.main_btn:hover { background-position: right center; color: #fff; }

	.white_bg_btn {
	  display: inline-block;
	  background: #f9f9ff;
	  padding: 0 35px;
	  color: #222;
	  font-family: "Roboto", sans-serif;
	  font-size: 13px;
	  font-weight: 500;
	  line-height: 34px;
	  border-radius: 0;
	  cursor: pointer;
	  transition: all 0.3s linear;
	}
	.white_bg_btn:hover {
	  background-image: linear-gradient(0deg, #766dff 0%, #88f3ff 100%);
	  color: #fff;
	  border: none;
	}

	/* Welcome Area */
	.welcome_text h4 {
	  color: #222;
	  font-family: "Heebo", sans-serif;
	  font-size: 36px;
	  margin-bottom: 18px;
	  text-transform: uppercase;
	}
	.welcome_text p {
	  max-width: 495px;
	  font-family: "Roboto", sans-serif;
	  margin-bottom: 40px;
	}

	/* My Tabs Area */
	.mytabs_area { background-image: linear-gradient(0deg, #766dff 0%, #88f3ff 100%); }
	.tabs_inner .nav.nav-tabs {
	  display: block; text-align: center; border: none; margin-bottom: 120px;
	}
	.tabs_inner .nav.nav-tabs li { display: inline-block; margin-right: 8px; }
	.tabs_inner .nav.nav-tabs li a {
	  margin: 0;
	  line-height: 50px;
	  border-radius: 5px;
	  padding: 0 40px;
	  font-size: 13px;
	  font-weight: 500;
	  color: #fff;
	  font-family: "Roboto", sans-serif;
	  border: 1px solid #9ab5f5;
	  background: rgba(255,255,255,0.1);
	}
	.tabs_inner .nav.nav-tabs li a.active { background: #fff; color: #222; }
	.tabs_inner .tab-content .tab-pane .list {
	  max-width: 460px;
	  margin: auto;
	  padding-top: 40px;
	  padding-bottom: 60px;
	  position: relative;
	}
	.tabs_inner .tab-content .tab-pane .list li span {
	  height: 15px; width: 15px; border-radius: 50%; display: block;
	  background: rgba(255,255,255,0.2);
	  position: absolute; left: 46%; top: 30px; transform: translateX(-50%);
	}
	.tabs_inner .tab-content .tab-pane .list li span:before {
	  content: '';
	  height: 7px; width: 7px; background: #fff; border-radius: 50%;
	  position: absolute; left: 52%; top: 4px; transform: translateX(-50%);
	}
	.tabs_inner .tab-content .tab-pane .list li .media .d-flex { padding-right: 100px; }
	.tabs_inner .tab-content .tab-pane .list li .media .d-flex p { color: rgba(255,255,255,0.75); padding-top: 20px; margin-bottom: 0; }
	.tabs_inner .tab-content .tab-pane .list li .media .media-body h4 { color: #fff; font-size: 21px; text-transform: uppercase; margin-bottom: 20px; }
	.tabs_inner .tab-content .tab-pane .list li .media .media-body p { color: rgba(255,255,255,0.75); margin-bottom: 0; }

	/* Feature Area */
	.feature_area { background: #f9f9ff; }
	.feature_inner { margin-bottom: -30px; }
	.feature_item {
	  padding: 50px 35px;
	  border-radius: 10px;
	  transition: all 0.3s linear;
	  background: #fff;
	  margin-bottom: 30px;
	}
	.feature_item i { margin-bottom: 35px; display: block; font-size: 60px; color: #e1e1e1; line-height: 60px; }
	.feature_item h4 {
	  color: #222; font-size: 21px; font-family: "Heebo", sans-serif; font-weight: bold; margin-bottom: 20px; text-transform: uppercase;
	}
	.feature_item p { margin-bottom: 0; }

	/* Personal Profile Area */
	.personal_text h6 {
	  font-size: 14px; font-family: "Roboto", sans-serif;
	  text-transform: uppercase; letter-spacing: 2.1px; font-weight: normal; margin-bottom: 12px; color: #222;
	}
	.personal_text h4 { font-size: 16px; font-weight: 500; text-transform: uppercase; margin-bottom: 20px; color: #222; }
	.personal_text h3 { font-size: 48px; text-transform: uppercase; margin-bottom: 15px; color: #222; }
	.personal_text p { max-width: 540px; color: #777; margin-bottom: 40px; }
	.personal_text .basic_info li { margin-bottom: 15px; }
	.personal_text .basic_info li a { position: relative; padding-left: 40px; font-size: 16px; color: #777; }
	.personal_text .basic_info li a i { position: absolute; left: 0; top: 50%; transform: translateY(-50%); font-size: 20px; color: #766dff; }
	.personal_text .personal_social { margin-top: 45px; }
	.personal_text .personal_social li { display: inline-block; margin-right: 7px; }
	.personal_text .personal_social li:last-child { margin-right: 0; }
	.personal_text .personal_social li a {
	  line-height: 40px; width: 40px; background: #e8e8e8; border-radius: 5px; display: inline-block; text-align: center; color: #fff; font-size: 16px;
	}
	.personal_text .personal_social li:hover a {
	  background-image: linear-gradient(0deg, #766dff 0%, #88f3ff 100%);
	}

	/* Testimonials Area */
	.testimonials_area { background: #f9f9ff; }
	.testi_inner { margin-top: 0; margin-bottom: 0; }
	.testi_item {
	  border: 1px solid #eee; border-radius: 10px; background: #fff; padding: 40px 28px;
	}
	.testi_item p { font-style: italic; }
	.testi_item h4 { color: #222; font-size: 18px; text-transform: uppercase; }
	.testi_item a { color: #ea5151; }

.p_120 h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: #000000;
    margin-top: 10px;
}
/* Personal description text color */
.personal_text p {
    color: #0f0e0e;   /* dark grey (clean & readable) */
	font-family: "Heebo", sans-serif; /* font style */
    font-size: 17px;             /* slightly bigger */
    font-weight: 400;            /* normal */
    line-height: 28px;            /* better readability */
    letter-spacing: 0.3px;       /* elegant spacing */
}

.p_120 h2 {
    font-family: "Heebo", sans-serif; /* bold & clean font */
    font-weight: 700;                  /* bold */
    font-size: 28px;                   /* larger than normal text */
    color: #00027f;                       /* dark color for contrast */
    margin-bottom: 15px;
    text-transform: uppercase;         /* optional uppercase style */
}

/* Bold labels inside paragraphs */
.p_120 p strong {
    font-weight: 700;
    color: #00027f; /* optional highlight color */
    font-family: "Heebo", sans-serif;
}

/* Make all values inside p_120 sections bold and same color */
.p_120 p {
    font-weight: 600;          /* bold but clean */
    color: #000000;            /* same dark color */
    font-size: 17px;
}

/* Keep headings stronger */
.p_120 h2 {
    font-weight: 700;
    color: #00027f;
}

/* Optional: make <strong> slightly darker */
.p_120 p strong {
    font-weight: 700;
    color: #00027f;
}
.testi_slider.owl-carousel {
    display: block !important;
}

.testi_slider .item {
    width: 100%;
}
