@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

body {
  font-family: "Work Sans", sans-serif;
  background-color: #131313;
}

.submit-btn {
  color: #fff;
  border-radius: 25px;
  border: 1px solid #525252;
  background: #232323;
  padding: 15px 25px;
  transition: all 0.5s ease;
}

header {
  position: relative;
  padding: 15px 0;
}
header .get_in_touch a {
  color: #fff;
  border-radius: 25px;
  border: 1px solid #525252;
  background: #232323;
  padding: 15px 25px;
  transition: all 0.5s ease;
}
header .get_in_touch a:hover {
  background-color: #131313;
}
header .navbar {
  padding: 0 !important;
}
header .navbar-brand {
  padding: 0;
  margin: 0;
}
header .navbar-brand img {
  width: 100px;
}
header .navbar-nav > li:hover > div.menu_bar {
  background-color: transparent;
  visibility: visible;
  opacity: 1;
  background-color: #131313;
  z-index: 999;
  transform: rotateX(0deg);
}
header .navbar-nav > li:hover > div.menu_bar::after {
  opacity: 1;
}
header .navbar-nav > li > div.menu_bar > * {
  transition: all 0.5s ease;
  opacity: 0;
}
header .navbar-nav > li:hover > div.menu_bar > * {
  opacity: 1;
}
header .navbar-nav .mega_li .menu_bar {
  visibility: hidden;
  position: absolute;
  max-width: 100%;
  left: 0px;
  opacity: 0;
  top: 75px;
  width: 100%;
  transition: all 0.4s ease 0s;
  transform: rotateX(90deg);
  padding-bottom: 20px;
  padding-top: 0;
  transform-origin: top center;
}
header .navbar-nav .mega_li .menu_bar .menu_box {
  padding-top: 10px;
  border-radius: 15px;
  display: block;
  text-align: center;
}
header .navbar-nav .mega_li .menu_bar .menu_box .icon_box {
  height: 100px;
  width: 100px;
  margin: auto;
}
header .navbar-nav .mega_li .menu_bar .menu_box .icon_box img {
  height: 100%;
}
header .navbar-nav .mega_li .menu_bar .menu_box .title p {
  font-size: 34px;
  color: #000;
  font-weight: 700;
  padding-top: 25px;
  padding-bottom: 10px;
}
header .navbar-nav .mega_li .menu_bar::after {
  content: "";
  position: absolute;
  height: 5px;
  bottom: 0;
  width: 100%;
  background: linear-gradient(90deg, #7B3DD9 0%, #6260D2 25.51%, #16CABD 51.32%, #FF3755 80.79%, #16CABD 99.03%);
  bottom: 0;
  opacity: 0;
}
header .navbar-nav li {
  margin: 0 10px; 
}
header .navbar-nav li .nav-link {
  color: #fff;
  font-size: 14px;
  position: relative;
  display: flex;
  padding-left: 10px !important;
  padding-right: 10px !important;
  transition: all 0.5s ease;
}
header .navbar-nav li .nav-link .toggle_menu {
  padding-left: 10px;
}
header .navbar-nav li .nav-link:hover .menu_border {
  opacity: 1;
  transition: all 0.5s ease;
}
header .navbar-nav li .nav-link.active {
  color: #fff;
}
header .navbar-nav li .nav-link.active .menu_border {
  opacity: 1;
  transition: all 0.5s ease;
}
header .navbar-nav li .nav-link .menu_border {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  opacity: 0;
  height: 7px;
  width: 100%;
}

.case_studies_detail {
  padding: 50px 0;
}
.case_studies_detail .img_box {
  padding: 30px 0;
}
.case_studies_detail .title {
  font-size: 22px;
  font-weight: 500;
  margin: 30px 0 10px 0;
  color: #fff;
}
.case_studies_detail p {
  color: #7D7D7D;
  font-size: 16px;
  margin-bottom: 15px;
}

.outline-btn {
  border-radius: 25px;
  border: 0.5px solid rgba(255, 255, 255, 0.5411764706);
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  transition: all 0.5s ease;
}
.outline-btn:hover {
  background-color: #fff;
  color: #000;
}

.large_heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.large_heading p {
  font-size: 100px;
  font-weight: 700;
  color: #424242;
  margin-bottom: 0;
  line-height: 100px;
}

.line-btn {
  background: linear-gradient(21deg, #2129FF 100%, #00C8E2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  display: inline-block;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 5px;
  position: relative;
}
.line-btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(21deg, #2129FF -48.98%, #00C8E2 87.9%);
}

.main_heading {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  text-transform: capitalize;
}

.banner_section {
  padding: 200px 0;
  overflow: hidden;
  position: relative;
}
.banner_section .banner_gif {
  right: -20%;
  top: -15%;
  z-index: -1;
  position: absolute;
}
.banner_section .banner_part .banner_text {
  background: linear-gradient(21deg, #2129FF -48.98%, #00C8E2 87.9%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 65px;
  font-weight: 700;
  line-height: 85px;
  margin-bottom: 30px;
}
.banner_section .banner_part p {
  color: #fff;
  font-size: 16px;
}

.service_section {
  padding-bottom: 70px;
}
.service_section .service_row {
  padding-top: 50px;
}
.service_section .main_process_box {
  border-radius: 25px;
  border: 2px solid #525252;
  background: linear-gradient(0deg, #232323, #232323), linear-gradient(103.8deg, #525252 3.22%, rgba(82, 82, 82, 0) 132.65%);
  border: 2px solid #525252;
  padding: 30px 20px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
}
.service_section .main_process_box .icon_box {
  width: 140px;
  min-width: 140px;
  margin-right: 50px;
}
.service_section .main_process_box .icon_box img {
  max-width: 100%;
}
.service_section .main_process_box .content_text .process_heading {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.service_section .main_process_box .content_text span {
  color: #fff;
  font-size: 14px;
  display: block;
}
.service_section .main_process_box .content_text .line-btn {
  margin-top: 15px;
}
.service_section .main_process_box:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(222deg, #00C8E2 18.38%, #2129FF 84.19%);
  filter: blur(20px);
  opacity: 0;
  z-index: -1;
  transition: all 0.5s ease;
}
.service_section .main_process_box:hover::after {
  opacity: 1;
}

.process_section {
  padding-top: 20px;
}
.process_section .large_heading {
  padding-bottom: 180px;
}
.process_section .row {
  position: relative;
  margin: 0 70px;
}
.process_section .process_shape {
  position: absolute;
  left: 0;
  width: 100%;
  right: 0;
  top: -40%;
}
.process_section .process_box {
  text-align: center;
  position: relative;
  text-align: center;
  margin: auto;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.process_section .process_box .process_icon {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #232323;
  border-radius: 50%;
}
.process_section .process_box p {
  color: #fff;
  font-size: 18px;
  padding-top: 30px;
}

.video_section {
  margin-top: 200px;
  position: relative;
}
.video_section video {
  width: 100%;
  border-radius: 15px;
}
.video_section .playPauseBtn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  border: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background: linear-gradient(90deg, #00C8E2, #2129FF);
}
.video_section .playPauseBtn i {
  color: #fff;
  font-size: 24px;
}

.input_box .select2, .input_box textarea, .input_box input {
  width: 100% !important;
  margin-bottom: 25px;
}

.select2-container--default .select2-selection--single {
  background-color: #232323 !important;
  border: 2px solid #525252 !important;
  border-radius: 25px !important;
}

.select2-container .select2-selection--single {
  height: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #838383 !important;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 15px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 20px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px !important;
  right: 12px !important;
}

.get_in_touch_section .modal_heading {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}

.get_in_touch_section .modal_heading h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

.get_in_touch_section .modal-content {
  border-width: 4px;
  border-style: solid;
  -o-border-image: linear-gradient(104deg, #7744D8 3.23%, #2FA8C4 35.38%, #FB3A57 72.64%, #16CABD 101.23%);
     border-image: linear-gradient(104deg, #7744D8 3.23%, #2FA8C4 35.38%, #FB3A57 72.64%, #16CABD 101.23%);
  background: linear-gradient(104deg, #7744D8 3.23%, #2FA8C4 35.38%, #FB3A57 72.64%, #16CABD 101.23%);
}

.get_in_touch_section .main_form {
  padding-top: 20px;
}

.get_in_touch_section .modal-body {
  background-color: #131313;
  position: relative;
}

.get_in_touch_section .modal-body .close_modal {
  position: absolute;
  right: 20px;
  width: 20px;
  z-index: 99;
}

.get_in_touch_section .modal-body .close_modal a {
  color: #fff;
}

.get_in_touch_section .modal-body .close_modal i {
  color: #fff;
  font-size: 22px;
}

.input_box {
  position: relative;
}

.validate-has-error {
  position: absolute;
  left: 7px;
  color: red;
  font-weight: 400;
  font-size: 12px;
  bottom: 7px;
}

.main_form .submit_row {
  text-align: center;
  margin-top: 50px;
}

.case_studies_section {
  padding: 100px 0;
}
.case_studies_section .main_heading {
  text-align: center;
  padding-bottom: 70px;
}
.case_studies_section .main_studies_box {
  padding: 15px 15px 20px 15px;
  border-radius: 25px;
  border: 1px solid #525252;
  background: #232323;
}
.case_studies_section .main_studies_box .img_box {
  position: relative;
  width: 100%;
  height: 600px;
  border-radius: 15px;
  overflow: hidden;
}
.case_studies_section .main_studies_box .img_box img {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  margin: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.training_section.case_studies_section .main_studies_box .img_box img{
width: 100%;
}
.case_studies_section .main_studies_box .content_box {
  padding-top: 30px;
  position: relative;
}
.case_studies_section .main_studies_box .content_box .studies_btn {
  position: absolute;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  border: 1px solid rgba(255, 255, 255, 0.5411764706);
  border-radius: 50%;
}
.case_studies_section .main_studies_box .content_box .studies_btn:hover svg {
  z-index: 1;
  fill: #000;
}
.case_studies_section .main_studies_box .content_box .studies_btn:hover:after {
  height: 100%;
  width: 100%;
  transition: all 0.2s ease;
}
.case_studies_section .main_studies_box .content_box .studies_btn:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0;
  width: 0;
  transform-origin: center center;
  background-color: #fff;
  border-radius: 50%;
  z-index: 0;
  transition: all 0.2s ease;
}
.case_studies_section .main_studies_box .content_box .name {
  color: #fff;
  font-size: 22px;
  margin-bottom: 7px;
  font-weight: 600;
  text-transform: uppercase;
}
.case_studies_section .main_studies_box .content_box .content {
  color: #838383;
  padding-right: 30%;
  font-size: 16px;
}
.case_studies_section .main_studies_box .content_box .tag_row {
  padding-top: 30px;
}
.case_studies_section .main_studies_box .content_box .tag_row .outline-btn {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 10px;
  padding: 10px 15px;
}

.client_section {
  padding-top: 70px;
  padding-bottom: 70px;
}
.client_section .client_normal_text {
  font-size: 16px;
  color: #7D7D7D;
  padding-top: 80px;
}
.client_section .client_heading h3 {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
}
.client_section .client_heading h3 .client_bottom_shape {
  left: 0;
  position: absolute;
  bottom: -60px;
}
.client_section .client_heading h3 span {
  padding: 0 7px;
  transform: rotateZ(-3deg);
  display: inline-block;
  position: relative;
}
.client_section .client_heading h3 span .client_heading_shape {
  position: absolute;
  width: 100%;
  top: -12px;
  bottom: 0;
  left: 0;
  right: 0;
  transform: rotate(2deg);
}
.client_section .client_main_row {
  padding-top: 50px;
}
.client_section .client_main_row .review_box {
  padding: 40px 30px 30px 30px;
  background-color: #fff;
  border-radius: 20px;
}
.client_section .client_main_row .review_box .review_text {
  padding-top: 40px;
}
.client_section .client_main_row .review_box .review_text p {
  color: #131313;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}
.client_section .client_main_row .review_box .profile_box {
  height: 135px;
  width: 135px;
  border: 3px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.client_section .client_main_row .review_box .profile_box img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
}
.client_section .client_main_row .review_box .name_row {
  display: flex;
  align-items: center;
}
.client_section .client_main_row .review_box .name_row .name_text {
  padding-left: 40px;
}
.client_section .client_main_row .review_box .name_row .name_text p {
  color: #131313;
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 0;
}
.client_section .client_main_row .review_box .name_row .name_text span {
  color: #131313;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
}
.client_section .swiper-wrapper {
  padding-top: 70px;
}
.client_section .swiper-slide-active {
  margin-top: -60px;
  transition: all 0.5s ease;
}

.working_together_section {
  padding-top: 20px;
  padding-bottom: 170px;
  position: relative;
}
.working_together_section:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 500px;
  height: 500px;
  opacity: 0.35;
  background: linear-gradient(222deg, #00C8E2 18.38%, #2129FF 84.19%);
  filter: blur(181.5px);
  z-index: -1;
}
.working_together_section .heading_part {
  text-align: center;
}
.working_together_section .heading_part h3 {
  font-size: 52px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}
.working_together_section .heading_part h4 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
}
.working_together_section .heading_part p {
  font-size: 18px;
  color: #FFF9BF;
  padding-top: 5px;
}
.working_together_section .button_row {
  display: flex;
  padding-top: 50px;
  align-items: center;
  justify-content: center;
}
.working_together_section .button_row a {
  margin-right: 30px;
  display: inline-block;
}

footer {
  border-radius: 25px 25px 0px 0px;
  border: 1px solid #525252;
  background: #131313;
  padding: 15px 0 15px 0;
}
footer .first_row {
  align-items: center;
  justify-content: space-between;
}
footer .first_row .logo img {
  width: 150px;
}
footer .first_row .footer_menus {
  display: flex;
  justify-content: end;
}
footer .first_row .footer_menus a {
  color: #fff;
  font-size: 16px;
  margin-left:40px;
}
footer .second_row {
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 25px;
  border-bottom: 1px solid #FFFFFF;
}
footer .second_row p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}
footer .second_row .social_icons {
  display: flex;
}
footer .second_row .social_icons a {
  height: 45px;
  width: 45px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  border-radius: 50%;
  position: relative;
}
footer .second_row .social_icons a:hover:after {
  height: 100%;
  width: 100%;
  transition: all 0.2s ease;
}
footer .second_row .social_icons a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0;
  width: 0;
  transform-origin: center center;
  background-color: #fff;
  border-radius: 50%;
  z-index: 0;
  transition: all 0.2s ease;
}
footer .second_row .social_icons a:hover i {
  color: #000;
}
footer .second_row .social_icons a i {
  font-size: 16px;
  color: #fff;
  z-index: 1;
}
footer .copyright_row {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
footer .copyright_row a {
  color: #fff;
  display: inline-block;
  padding-right: 30px;
  font-size: 16px;
}
footer .copyright_row .copyright_text {
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
}

.service_boxes_row {
  padding-top: 30px;
}
.service_boxes_row .main_box {
  padding: 15px 30px;
  border-radius: 15px;
  height: 100%;
  background-color: #fff;
}
.service_boxes_row .main_box h5 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #131313;
}
.service_boxes_row .main_box .mail_text {
  color: #131313;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 70px;
}
.service_boxes_row .main_box .dark_btn {
  display: inline-block;
  background-color: #232323;
  border: 1px solid #525252;
  padding: 15px 40px;
  border-radius: 30px;
  font-size: 16px;
  color: #fff;
}

.service_page_section {
  padding: 150px 0;
}
.service_page_section .service_heading_text {
  color: #DFEFFC;
  font-size: 16px;
  padding: 20px 0 15px 0;
}
.service_page_section .large_service_box {
  position: relative;
  margin-bottom: 50px;
}
.service_page_section .large_service_box::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(222deg, #00C8E2 18.38%, #2129FF 84.19%);
  filter: blur(20px);
  opacity: 0;
  z-index: -1;
  transition: all 0.5s ease;
}
.service_page_section .large_service_box:hover::after {
  opacity: 1;
}
.service_page_section .main_service_box {
  border: 2px solid #525252;
  background-color: #232323;
  border-radius: 12px;
  margin-bottom: 30px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.service_page_section .main_service_box .img_box {
  height: 400px;
  position: relative;
  overflow: hidden;
}
.service_page_section .main_service_box .img_box::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -8.61%, #000000 100%);
}
.service_page_section .main_service_box .img_box .large_img {
  height: 100%;
  max-width: 100%;
}
.service_page_section .main_service_box .img_box .title_text {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 1;
}
.service_page_section .main_service_box .img_box .title_text .icon img {
  width: 50px;
}
.service_page_section .main_service_box .img_box .title_text p {
  font-size: 26px;
  font-weight: 600;
  padding-left: 15px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 0;
}
.service_page_section .main_service_box .service_content {
  padding: 30px 15px 15px 20px;
}
.service_page_section .main_service_box .service_content .service_desc {
  font-size: 16px;
  margin-bottom: 30px;
  color: #DFEFFC;
}
.service_page_section .main_service_box .service_content .point_row {
  display: flex;
  align-items: center;
}
.service_page_section .main_service_box .service_content .point_row span {
  display: inline-block;
  padding-left: 10px;
  font-size: 16px;
  color: #DFEFFC;
}

.privacy_section {
  padding: 50px 0;
}
.privacy_section h1 {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}
.privacy_section .normal_text {
  color: #7D7D7D;
  font-size: 16px;
  margin-bottom: 10px;
}
.privacy_section h2 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 20px;
  color: #fff;
}

.academy_section {
  padding: 100px 0 0px;
}
.academy_section .academy_logo {
  position: absolute;
  top: -30px;
  right: 0;
}
.academy_section .service_heading {
  display: flex;
  align-items: end;
}
.academy_section .service_heading h2 {
  margin-bottom: 0;
}
.academy_section .service_heading .small_text {
  color: #FFFFFF;
  display: inline-block;
  padding-left: 20px;
  font-size: 16px;
}

.inner_academy_section .normal_text {
  color: #fff;
  padding-top: 15px;
  font-size: 16px;
  margin-bottom: 40px;
}
.inner_academy_section .user_img_box::after{
  content:"";
  position: absolute;
  left:0;
  right: 0;
  bottom: 0;
  height:60%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33.9%, #000000 100%);
z-index: 1  ;
}
.inner_academy_section .user_img_box .name{
  padding-left:20px;
  position: relative;
  z-index:9;
} 
.inner_academy_section .studies_btn {
  position: absolute;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5411764706);
  border-radius: 50%;
  bottom: -50px;
}
.inner_academy_section .studies_btn:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0;
  width: 0;
  transform-origin: center center;
  background-color: #fff;
  border-radius: 50%;
  z-index: 0;
  transition: all 0.2s ease;
}
.inner_academy_section .studies_btn:hover:after {
  height: 100%;
  width: 100%;
  transition: all 0.2s ease;
}
.inner_academy_section .studies_btn:hover svg {
  z-index: 1;
  fill: #000;
}
.inner_academy_section .user_img_box .icon{
  position: relative;
  z-index:9;
  padding-right:20px
}
.inner_academy_section .user_img_box .name h5{
  font-size:26px;
  color:#DFEFFC;
  font-weight:600;
  margin-bottom:5px;
}
.inner_academy_section .user_img_box .name p{
  font-size:16px;
  color:#DFEFFC;
  font-weight:600; 
}

.employee_modal .modal-content {
  border-width: 4px;
  border-style: solid;
  -o-border-image: linear-gradient(104deg, #7744D8 3.23%, #2FA8C4 35.38%, #FB3A57 72.64%, #16CABD 101.23%);
  border-image: linear-gradient(104deg, #7744D8 3.23%, #2FA8C4 35.38%, #FB3A57 72.64%, #16CABD 101.23%);
  background: linear-gradient(104deg, #7744D8 3.23%, #2FA8C4 35.38%, #FB3A57 72.64%, #16CABD 101.23%);
}


.employee_modal .modal-content .modal_img  img{
  max-width:100%;
}
.employee_modal .modal-body {
  background-color: #131313;
  padding:20px
}

.employee_modal .content{
  padding-bottom:20px;
  padding:0 20px;
}
.employee_modal .close_modal_user{
  position: absolute;
  right:15px;
  top:15px
}
.point::after{
  
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 15px;
  width: 15px;
  background: linear-gradient(251.91deg, #C041E4 27.4%, #00C8E2 100.17%);
  transform: rotate(45deg);
  border-radius: 4px; 
}
.employee_modal .content h4{
  font-size:26px;
  font-weight:600;
  color:#DFEFFC;
  margin-bottom:5px
}
.employee_modal .inner_point{
  padding-left:20px
}
.employee_modal .content span{
  font-size:16px; 
  color:#DFEFFC
}

.employee_modal .content h6{
  font-size:18px; 
  color:#DFEFFC;
  font-weight:600;
  margin-bottom: 10px;
  margin-top:35px;
}
.employee_modal .content p{
  font-size:16px;
  color:#DFEFFC;
  font-weight:500;
  margin-bottom:0
}


.inner_academy_section .user_img_box {
  display: flex;
  justify-content: start;
  align-items: end;
  cursor:pointer;
}
.inner_academy_section .img_box {
  height: 300px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.inner_academy_section .img_box img {
  width: 100%;
  position: absolute;
  max-height: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.inner_academy_section .point_part {
  padding-top: 30px;
}
.inner_academy_section .point_part p {  
  position: relative;
  padding-left: 30px;
  color: #FFFFFF;
  font-size: 16px;
  margin-bottom: 15px;
}
.contact_section{
  position: relative;
  padding:70px 0
}
.contact_section .service_heading{
  padding-bottom:70px
}
.contact_shape{
  position: absolute;
  left:0;
  right:0;
  margin:auto;
  max-width:100%;
  z-index:-1;
}
.inner_academy_section .point_part p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 15px;
  width: 15px;
  background: linear-gradient(251.91deg, #C041E4 27.4%, #00C8E2 100.17%);
  transform: rotate(45deg);
  border-radius: 4px;
}

.about_section {
  padding: 70px 0 50px;
}
.about_section .about_content {
  padding-top: 20px;
}
.about_section .about_content p {
  font-size: 16px;
  margin-bottom: 40px;
  color: #DFEFFC;
}

.input_box {
  position: relative;
}
.input_box input {
  border-radius: 25px;
}
.input_box input, .input_box textarea {
  padding: 10px 15px;
  width: 100%;
  font-size: 16px;
  color: #838383;
  background-color: #232323;
  border: 2px solid #525252;
  width: 100% !important;
  margin-bottom: 25px;
}
.input_box textarea, .input_box input {
  border-radius: 22px;
}
.input_box textarea:focus, .input_box input:focus {
  outline: none;
}

.members_section .main_member_box {
  padding: 20px 15px;
  border: 2px solid #525252;
  border-radius: 8px;
  margin-bottom: 40px;
}
.members_section .main_member_box .user_pic {
  margin: 0 20px;
  height: 300px;
  width: 300px;
  border-radius: 50%;
  overflow: hidden;
}
.members_section .main_member_box .user_pic img {
  width: 100%;
}
.members_section .main_member_box h3 {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 10px;
}
.members_section .main_member_box p {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0px;
}

.service_heading {
  padding-bottom: 20px;
}
.service_heading h2 {
  position: relative;
  padding-left: 35px;
  font-size: 42px;
  font-weight: 500;
  color: #fff;
}
.service_heading h2 span {
  font-size: 75px;
  font-weight: 600;
}
.service_heading h2:after {
  content: "";
  height: 100%;
  width: 17px;
  background-color: #3A3A3A;
  border-radius: 15px;
  position: absolute;
  left: 0;
}
.service_heading h2:before {
  content: "";
  width: 17px;
  background: linear-gradient(3deg, #00C8E2 15.86%, #2129FF 90.64%);
  z-index: 1;
  border-radius: 15px;
  position: absolute;
  left: 0;
  animation: heading_animation 0.5s linear forwards;
}
.nohover{
  color: #fff !important;
  background-color: transparent!important;
}
@keyframes heading_animation {
  0% {
    height: 0;
  }
  100% {
    height: 40%;
  }
}
.roxbourge_logo{
  margin-bottom:-90px;
}
.service_main_section{
  padding:50px 0;
}
.service_main_section .service_main_heading{
  font-size:26px;
  font-weight: 600;
  margin-bottom:20px;
}

.service_main_section .part_img{
  position: relative;
  width:100%;
  border-radius:12px;
  overflow: hidden;
}
.service_main_section .part_img img{
  max-width:100%;
  max-height: 100%;
  height:auto;
  width:auto;
}
.service_main_section  .service_main_heading{
  text-align:center;
  color: #fff;
  font-size:36px;
  font-weight:600;
  margin-bottom:50px;
  text-transform: uppercase;
}
.service_main_section .service_part_content{
  height:100%;
  display:flex;
  flex-direction: column;
  justify-content: center;
}
.service_main_section .service_part_content h5{
  font-size:22px;
  font-weight:600;
  color:#fff;
  margin-bottom:10px;
}
.service_main_section .service_part_content p{
  font-size:16px;
  font-weight:500;
  color:#7D7D7D;
  margin-bottom:0px;
}

.service_main_section .service_row{
  margin-bottom:50px;
}
.training_section.case_studies_section .main_studies_box .img_box{
  height: 340px;
}

.training_section.case_studies_section .main_studies_box{
  margin-bottom:30px;
}

.service_modal_title{
  
  background: linear-gradient(0deg, #F12ED7 100%, #546CFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  display: inline-block;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 5px;
  position: relative;
  margin-bottom:30px;
}

.service_ul{
  list-style-type: none;
  padding-left: 0;
}
.service_ul li{
  color: #fff;
}

.employee_modal .inner_title{
  font-size:22px!important;
  font-weight: 600!important;
}
@media (max-width: 1280px) and (min-width: 991px) {
  header .navbar-nav li .nav-link{
    font-size: 12px;    
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  header .navbar-nav li {
    margin: 0 8px;
  }
  header .get_in_touch a{
    
    padding:10px;
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .navbar-toggler i {
    color: #fff;
  }
  .roxbourge_logo {
    margin-bottom: -20px;
  }
  .toggle_menu i {
    color: #fff;
  }
  .client_bottom_shape{    
    max-width: 100%;
  }
  .employee_modal .content{
    padding: 10px;
  }
  .employee_modal .content p{
    font-size:14px
  }
  .inner_academy_section .img_box{
    height: 180px;
  }
  .input_box input, .input_box textarea {
    padding: 8px 15px;
    font-size: 14px;
  }
  .main_form .submit_row{    
    margin-top: 30px;
  }

  .academy_section .service_heading .small_text{
    
    padding-left: 38px;
    font-size: 14px;
  }
  .academy_section .service_heading {
    display: flex;
    align-items: start;
    flex-direction: column;
  }
  .academy_section .academy_logo{
    top:-70px
  }
  .academy_section .academy_logo img{
    width: 150px;
  }
  header .navbar-nav > li:hover > div.menu_bar {
    display: none;
  }
  header .navbar-nav .mega_li.on .menu_bar {
    display: block !important;
    position: relative;
    opacity: 1;
    visibility: visible;
    top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  header .navbar-nav .mega_li .menu_bar .menu_box .title p {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 0;
  }
  header .navbar-nav .mega_li .menu_bar .menu_box .icon_box {
    height: 70px;
    width: 70px;
    margin: auto;
  }
  header .navbar-nav .mega_li .menu_bar::after {
    display: none;
  }
  header .navbar-nav .mega_li .menu_bar::after {
    display: none;
  }
  header .menu_border {
    display: none;
  }
  header .navbar-nav li .nav-link {
    display: flex;
    align-items: center;
    padding-left: 0 !important;
  }
  header .navbar-nav li .nav-link .toggle_menu {
    padding-left: 5px;
  }
  header .navbar-nav {
    padding-top: 20px;
  }
  header .navbar-brand img {
    width: 75px;
  }
  header .navbar-nav li {
    margin: 0;
  }
  .banner_section {
    padding: 70px 0 40px;
  }
  .banner_section .banner_part .banner_text {
    font-size: 38px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 20px;
  }
  .banner_section .banner_part p {
    font-size: 14px;
  }
  .banner_section .banner_gif {
    height: 100%;
  }
  .large_heading p {
    font-size: 60px;
  }
  .outline-btn {
    padding: 8px 15px;
  }
  .service_section .service_row {
    padding-top: 10px;
  }
  .service_section .main_process_box .icon_box {
    margin-right: 25px;
  }
  .service_section .main_process_box .content_text .process_heading {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .service_section .main_process_box .content_text span {
    font-size: 12px;
  }
  .line-btn {
    font-size: 12px;
    padding-bottom: 2px;
  }
  .service_section .main_process_box {
    padding: 10px 12px;
    margin-bottom: 15px;
  }
  .service_section {
    padding-bottom: 0;
  }
  .process_section .large_heading {
    padding-bottom: 25px;
  }
  .process_section .process_box {
    margin-bottom: 15px;
  }
  .process_section .process_shape {
    display: none;
  }
  .process_section .process_box p {
    font-size: 16px;
    padding-top: 7px;
  }
  .process_section .row {
    margin: 0 25px;
  }
  .video_section {
    margin-top: 30px;
  }
  .case_studies_section {
    padding: 50px 0;
  }
  .case_studies_section .main_heading {
    padding-bottom: 20px;
  }
  .main_heading {
    font-size: 30px;
  }
  .case_studies_section .main_studies_box .content_box {
    padding-top: 20px;
  }
  .case_studies_section .main_studies_box .content_box .name {
    font-size: 18px;
  }
  .case_studies_section .main_studies_box .content_box .content {
    padding-right: 15%;
    font-size: 14px;
  }
  .case_studies_section .main_studies_box .content_box .studies_btn {
    height: 35px;
    width: 35px;
    bottom: -3px;
  }
  .service_boxes_row .col-lg-6 {
    margin-bottom: 30px;
  }
  .members_section .main_member_box h3 {
    font-size: 22px;
    padding-top: 25px;
  }
  .members_section .main_member_box p {
    font-size: 20px;
  }
  .members_section .main_member_box .user_pic {
    width: 200px;
    height: 200px;
  }
  .service_heading h2 {
    font-size: 30px;
  }
  .service_heading h2 span {
    font-size: 46px;
  }
  .service_heading h2:after, .service_heading h2:before {
    width: 12px;
  }
  .about_section .about_content p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .service_page_section .service_heading_text {
    font-size: 14px;
  }
  .service_page_section .main_service_box .img_box {
    height: 200px;
  }
  .service_page_section .main_service_box .img_box .title_text p {
    font-size: 20px;
    font-weight: 500;
  }
  .service_page_section .main_service_box .service_content .service_desc {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .service_page_section .main_service_box .service_content .point_row span {
    font-size: 14px;
  }
  .service_page_section .large_service_box {
    margin-bottom: 20px;
  }
  .case_studies_detail p {
    font-size: 14px;
  }
  .case_studies_detail .title {
    font-size: 18px;
    margin: 30px 0 0px 0;
  }
  .contact_section form {
    padding: 30px 0;
  }
  .service_page_section .main_service_box .service_content {
    padding: 20px 10px 5px 20px;
  }
  .service_page_section .main_service_box .service_content .point_row img {
    width: 14px;
  }
  .service_page_section .main_service_box .img_box .title_text .icon img {
    width: 30px;
  }
  .service_page_section, .about_section {
    padding: 40px 0;
  }
  .service_heading {
    padding-bottom: 0;
  }
  .case_studies_section .main_studies_box .content_box .tag_row {
    padding-top: 10px;
  }
  .case_studies_section .main_studies_box .content_box .tag_row .outline-btn {
    margin-bottom: 12px;
    margin-right: 4px;
    padding: 5px 10px;
  }
  .case_studies_section .main_studies_box .img_box {
    height: 300px;
  }
  .case_studies_section .main_studies_box {
    padding: 15px 15px 5px 15px;
    margin-bottom: 15px;
  }
  .client_section {
    padding-top: 0;
    padding-bottom: 0;
  }
  .client_section .client_heading h3 {
    font-size: 28px;
  }
  .client_section .client_heading h3 .client_bottom_shape {
    bottom: -45px;
    width: 100%;
  }
  .client_section .client_normal_text {
    font-size: 14px;
    padding-top: 60px;
  }
  .client_section .client_main_row {
    padding-top: 0;
  }
  .client_section .client_main_row .review_box {
    padding: 20px 20px 20px 10px;
  }
  .client_section .client_main_row .review_box .review_text {
    padding-top: 20px;
  }
  .client_section .client_main_row .review_box .review_text p {
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
  }
  .client_section .client_main_row .review_box .profile_box {
    height: 100px;
    width: 100px;
  }
  .client_section .client_main_row .review_box .name_row .name_text {
    padding-left: 20px;
  }
  .client_section .client_main_row .review_box .name_row .name_text span {
    font-size: 14px;
  }
  .client_section .client_main_row .review_box .name_row .name_text p {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .working_together_section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .working_together_section .heading_part h3 {
    font-size: 34px;
  }
  .working_together_section:after {
    width: 100%;
  }
  .working_together_section .heading_part h3 img {
    width: 40px;
  }
  .working_together_section .heading_part h4 {
    font-size: 20px;
  }
  .working_together_section .heading_part p {
    font-size: 14px;
  }
  .working_together_section .button_row {
    padding-top: 20px;
    flex-wrap: wrap;
  }
  .working_together_section .button_row a {
    margin: 10px;
  }
  footer .first_row .footer_menus {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 30px;
  }
  footer .first_row .footer_menus a {
    font-size: 14px;
    margin: 0 15px 15px 15px;
  }
  footer .second_row {
    padding-top: 10px;
  }
  footer .second_row p {
    font-size: 12px;
    margin-bottom: 20px;
  }
  footer .second_row .social_icons {
    justify-content: center;
  }
  footer .second_row .social_icons a {
    height: 40px;
    width: 40px;
  }
  footer .copyright_row {
    flex-direction: column;
  }
  footer .copyright_row .copyright_text p {
    font-size: 12px;
    padding-top: 10px;
  }
  footer .copyright_row a {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */