@charset "UTF-8";


body {
  cursor: url('../images/pointer.png'), auto;
}


@font-face {
  font-family: "acciapiano-bold";
  src: url("../fonts/acciapiano-bold.ttf");
}

@font-face {
  font-family: "acciapiano-extrabold";
  src: url("../fonts/acciapiano-extrabold.ttf");
}

@font-face {
  font-family: "acciapiano-light";
  src: url("../fonts/acciapiano-light.ttf");
}

@font-face {
  font-family: "acciapiano-light-italic";
  src: url("../fonts/acciapiano-light-italic.ttf");
}

@font-face {
  font-family: "acciapiano-medium";
  src: url("../fonts/acciapiano-medium.ttf");
}

@font-face {
  font-family: "acciapiano-semibold";
  src: url("../fonts/acciapiano-semibold.ttf");
}

@font-face {
  font-family: "Avenir-Black_2";
  src: url("../fonts/Avenir-Black_2.ttf");
}

@font-face {
  font-family: "helveticace-condobl";
  src: url("../fonts/helveticace-condobl.OTF");
}

@font-face {
  font-family: "helveticainseratltstd-roman";
  src: url("../fonts/helveticainseratltstd-roman.OTF");
}

@font-face {
  font-family: "NexaRustSans-Black";
  src: url("../fonts/NexaRustSans-Black");
}

body {
  font-family: "acciapiano-medium";
}

.ss_header {
  background-color: #231f20;
}

.ss_logo img {
  height: 45px;
}

.ss_navbar_menu li a,
.ss_navbar_menu li a:hover,
.ss_navbar_menu li a:focus {
  color: #fff !important;
  position: relative;
  font-family: "acciapiano-medium";
  padding: 24px 15px !important;
}

.ss_navbar_menu li a.active {
  color: #fff !important;
}

.ss_navbar_menu li a.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-image: linear-gradient(
    to right,
    #e15c22,
    #e26521,
    #e36e20,
    #e47720,
    #e57f20
  );
}
.ss_dropdown .dropdown-menu {
  background-color: #d8d8d8;
  padding: 0;
  border-radius: 0 0 8px 8px;
  top: 97%;
  overflow: hidden;
  border: 0;
}

.ss_dropdown .dropdown-menu li a {
  color: #414042 !important;
  padding: 5px 15px !important;
}

.ss_dropdown .dropdown-menu li a:focus,
.ss_dropdown .dropdown-menu li a:hover {
  color: #fff !important;
  background-image: linear-gradient(
    to right,
    #e15c22,
    #e26521,
    #e36e20,
    #e47720,
    #e57f20
  );
}

.ss_header .navbar {
  padding: 0;
}

/* navbar button */
.bar1,
.bar2,
.bar3 {
  width: 30px;
  height: 3px;
  border-radius: 5px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
  transform: rotate(-45deg) translate(-5px, 6px);
  background: #fff;
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-7px, -8px);
  transform: rotate(45deg) translate(-7px, -8px);
  background: #fff;
}
.navbar-light .navbar-toggler {
  color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
  padding: 0;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0rem;
}

.video_slider video {
  width: 100%;
}

.video_slider {
  padding: 0;
}

/* Mission */

.mission_vision_sec {
  background-image: url(../images/mission_vision_bg.svg);
  padding: 40px 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  background-position: center;
}

.mission_des {
  padding: 0% 8%;
  background: transparent;
  position: relative;
  z-index: 900;
}

.ss_line {
  height: 4px;
  max-width: 200px;
  background-image: linear-gradient(
    to right,
    #e15c22,
    #e26521,
    #e36e20,
    #e47720,
    #e57f20
  );
  margin: 8px 0;
}

.mission_des h2 {
  margin-bottom: 0;
}



/* Vision */

.vision_sec {
  background-image: linear-gradient(
    to right,
    #e15c22,
    #e26521,
    #e36e20,
    #e47720,
    #e57f20
  );
  padding: 0px 0;
}

.vision_des {
  padding: 8%;
  background: transparent;
  position: relative;
  z-index: 900;
}

.ss_line {
  height: 4px;
  min-width: 200px;
  background-image: linear-gradient(
    to right,
    #e15c22,
    #e26521,
    #e36e20,
    #e47720,
    #e57f20
  );
  margin: 8px 0;
  display: inline-block;
}

.vision_des h2 {
  margin-bottom: 0;
}

.vision_img img {
  max-width: 220px;
}

.vision_img {
  width: 100%;
  text-align: right;
}

.vision_img {
  padding: 20px 0;
}
.flames_achievement {
}

.flames_achievement_sec {
  padding: 40px 0;
}

/*  slider css */

.slider_images img {
  width: 100%;
}

.ss_slider_sec {
  padding: 100px 0;
}

.slider_images {
  padding: 10px;
}

.center_ss .slick-slide.slick-current {
  transform: scale(1.5);
  position: relative;
  z-index: 1;
}

.slick-track {
  padding: 80px 0;
}

.slider_images img {
  width: 100%;
}

.ss_slider_sec {
  padding: 80px 0;
}

.slider_images {
  padding: 10px;
}
.center_ss .slick-slide {
  transition: 0.5s all;
}

.center_ss .slick-slide.slick-current {
  transform: scale(1.5);
  position: relative;
  z-index: 1;
  transition: 0.5s all;
}

.slick-track {
  padding: 60px 0;
}

/*  */

/* .slick-next,
.slick-prev {
	position: absolute;
	z-index: 99;
}

.prev-arrow,
.next-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 100;
}

.prev-arrow i,
.next-arrow i {
	background-color: rgba(0, 0, 0, .3) !important;
	font-size: 25px;
	color: #fff;
	margin: 0;
	padding: 20px 10px;
	border-radius: 0 5px 5px 0;
}

.next-arrow i {
	border-radius: 5px 0 0 5px !important;
}

.prev-arrow {
	left: 0;
}

.next-arrow {
	right: 0;
} */

.ss_position_relative {
  position: relative;
}

.slider_images {
  padding: 20px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 8px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background: #df5a22;
  opacity: 0.4;
  border-radius: 50px;
}

.slick-dots li.slick-active {
  opacity: 1;
}

.slick-dots li button:before {
  content: "";
}

.ss_footer_video video {
  width: 100%;
}

.ss_footer {
  background-image: linear-gradient(
    to right,
    #e15a22,
    #e26421,
    #e36d20,
    #e4761f,
    #e57f20
  );
}

.ss_footer_des h4 {
  color: #fff;
  margin-bottom: 0px;
  font-size: 20px;
  font-family: "acciapiano-semibold";
}

.ss_footer_des p {
  color: #fff;
  font-family: "acciapiano-light";
  font-size: 16px;
}

.ss_footer_follow h4 {
  margin-bottom: 0;
  padding-right: 5px;
  color: #fff;
  font-size: 18px;
}

.linkdin_ic img {
  height: 30px;
}

.ss_footer_des {
  max-width: 600px;
}

.ss_footer_contact {
  font-family: "acciapiano-bold";
  color: #fff;
}

.flames_img img {
  height: 45px;
  padding-bottom: 5px;
}

.ss_who_are {
  padding: 80px 0 50px 0;
}

.who_des .mission_img img {
  width: 200px;
}
.who_des .mission_img {
  text-align: left;
}

.who_des p {
  font-family: "acciapiano-light";
  font-size: 18px;
}

.who_des p span {
  font-family: "acciapiano-semibold";
}

.ss_torchbearers {
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.ss_team_cells {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #000;
}

.ss_team_cells .team_images img {
  width: 90%;
}

.ss_team_cells h2 {
  text-align: center;
  padding-top: 10px;
  margin-bottom: 0;
  font-family: "acciapiano-extrabold";
  font-size: 30px;
  color: #414042;
}

.ss_team_cells p {
  text-align: center;
  font-family: "acciapiano-light";
  font-size: 16px;
  color: #414042;
}

.team_details {
  text-align: left;
  padding:6% 0 0 0;
}

.team_details .mission_img {
  text-align: left;
}

.team_details .mission_img p {
  text-align: left;
  font-size: 20px;
  font-family: "acciapiano-light-italic";
}

.team_details h2 {
  font-size: 40px;
  font-family: "acciapiano-semibold";
}

.team_details span {
  font-family: "acciapiano-light";
  font-size: 24px;
}

.pillars_sec {
  padding: 80px 0;
}

.pillars_img img {
  width: 90%;
}

.pillars_cells {
  padding-top: 30px;
}

.pillars_des .images img {
  height: 32px;
  padding-bottom: 5px;
}

.ss_pillars_list li {
  list-style: none;
}

.ss_pillars_list {
  margin: 0;
  padding: 0;
}

.ss_pillars_list li .bd-highlight img {
  height: 25px;
  position: relative;
  top: 2px;
}

.ss_pillars_list li p {
  margin-bottom: 5px;
  font-size: 18px;
  font-family: "acciapiano-semibold";
}

.pillars_des h3 {
  font-family: "acciapiano-light";
  font-size: 24px;
}

.pillars_des h3 span {
  font-family: "acciapiano-bold";
  font-size: 24px;
}

.clients_sec {
  padding: 50px 0;
}

.clients_sec .flames_img img {
  height: auto;
  width: 70%;
}

.clients_sec .mission_img img {
  width: 70%;
}

.clients_img_cells {
  background-color: #fff;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.clients_img_cells img {
  width: 100%;
}

.scientific_bodies_list {
  background-color: #fff;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.scientific_bodies_list img {
  width: 100%;
}

.ss_border_dotted {
  border: 2px dashed #f38f1e;
  margin: 20px 0 25px 0;
}

.therapy_areas_images img {
  width: 100%;
  padding: 10px;
}

.therapy_areas_images_last img {
  width: 100%;
  padding: 5px;
}

.ss_customer_applause {
  padding: 80px 0 30px 0;
}

.ss_customer_tes_cell {
  position: relative;
}

.ss_customer_tes_images img {
  width: 20%;
}

.ss_customer_tes_cell {
  text-align: left;
}


.ss_customer_applause_ab_1 img {
  width: 90%;
  text-align: right;
}

.ss_customer_applause_ab_1 {
  position: absolute;
  top: 36%;
  left: 0;
  width: 100%;
  text-align: center;
}

.ss_customer_applause_ab_2 img {
  width: 90%;
}

.ss_customer_applause_ab_2 {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
}

.ss_customer_tes_des {
  min-height: 210px;
  display: table;
  text-align: center;
}

.ss_customer_applause_middle {
  vertical-align: middle;
  display: table-cell;
  padding: 0% 12% 0 12%;
}

.ss_customer_tes_cell h3 {
  text-align: right;
  padding: 0 10% 0 0;
  font-size: 18px;
  font-family: "acciapiano-bold";
  position: relative;
  top: 35px;
}

.ss_customer_applause_middle p {
  margin-bottom: 0;
  padding: 12px 0;
  position: relative;
  z-index: 1010;
}

.ss_customer_applause .flames_achievement {
  padding-bottom: 40px;
}

.blog_des p {
  padding: 0 20%;
  text-align: justify;
  font-size: 20px;
  font-family: "acciapiano-light";
  color: #010101;
}

.blog_cells_images img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.blog_cells {
  margin-top: 30px;
}

.blog_cells {
  -webkit-box-shadow: 0px 0px 20px -12px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 20px -12px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 20px -12px rgba(0, 0, 0, 0.75);
  padding: 10px;
}

.blog_cells_images {
  height: 250px;
  position: relative;
  overflow: hidden;
}

.creative_corner .flames_img img {
  height: auto;
  width: 70%;
}

.creative_corner_images img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.creative_corner_cells {
  -webkit-box-shadow: 0px 0px 20px -12px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 20px -12px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 20px -12px rgba(0, 0, 0, 0.75);
  padding: 10px;
  margin-bottom: 30px;
}

.creative_corner_images {
  height: 300px;
  position: relative;
  overflow: hidden;
}

.creative_corner {
  padding: 60px 0 0 0;
}

.creative_corner2 .flames_img img {
  height: auto;
  width: 240px;
}

.creative_corner_cells h3 {
  text-align: center;
  font-size: 20px;
  padding-top: 15px;
  margin-bottom: 0;
  font-family: "acciapiano-bold";
}

.creative_corner_cells p {
  text-align: center;
  margin-bottom: 0;

  font-size: 16px;
}

.animated_masterpieces_des .creative_corner_images {
  height: auto;
  position: relative;
  overflow: hidden;
}

.ss_play_icon img {
  height: 70px;
  width: auto;
}

.ss_play_icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  display: table;
}

.ss_play_middle {
  vertical-align: middle;
  display: table-cell;
}

.ss_bottom_padd_creative {
  padding-bottom: 60px;
}

.contact_us_sec {
  padding: 80px 0 30px 0;
}

.contact_us_sec .flames_img img {
  height: auto;
  width: 55%;
  padding-bottom: 5px;
}

.contact_us_sec .mission_img img {
  width: 35%;
  margin-top: -35px;
}

.contact_us_tab .ss_contact_form {
  border: 1px solid #000000;
  padding: 5% 5%;
  margin-top: -2px;
  position: relative;
  z-index: inherit;
}

.contact_us_tab .nav-link.active {
  background-image: linear-gradient(
    to right,
    #e15c22,
    #e26521,
    #e36e20,
    #e47720,
    #e57f20
  );
  color: #fff !important;
  border: 1px solid #e15c22;
}

.contact_us_tab .nav-link,
.contact_us_tab .nav-link:hover {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-radius: 0;
  min-width: 280px;
  font-size: 20px;
  color: #000;
  margin: 0 20px;
}

.contact_us_tab .nav-link.active:hover {
  border: 1px solid #e15c22;
}

.ss_input_main .ss_input_cells input {
  border: 1px solid #000000;
  border-radius: 0;
  height: 45px;
  color: #000000;
}

.ss_input_main .ss_input_cells input::placeholder {
  color: #000000;
  opacity: 1; /* Firefox */
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
}

.ss_button_submit button {
  background-image: linear-gradient(
    to right,
    #e15c22,
    #e26521,
    #e36e20,
    #e47720,
    #e57f20
  );
  color: #fff !important;
  border: 0;
  font-size: 22px;
  padding: 10px 0;
  min-width: 150px;
  margin: 20px 0;
}


.ss_button_submit input {
  background-image: linear-gradient(
    to right,
    #e15c22,
    #e26521,
    #e36e20,
    #e47720,
    #e57f20
  );
  color: #fff !important;
  border: 0;
  font-size: 22px;
  padding: 10px 0;
  min-width: 150px;
  margin: 20px 0;
}

.ss_button_submit {
  text-align: center;
}

/****** CODE ******/

.file-upload {
  display: block;
  text-align: center;
  font-size: 12px;
}
.file-upload .file-select {
  display: block;
  border: 1px solid #000;
  color: #000;
  cursor: pointer;
  height: 45px;
  line-height: 45px;
  text-align: left;
  background: #ffffff;
  overflow: hidden;
  position: relative;
}
.file-upload .file-select .file-select-button {
    background-image: linear-gradient(
    to right,
    #e15c22,
    #e26521,
    #e36e20,
    #e47720,
    #e57f20
  );
  color: #fff;
  padding: 0 20px;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
}
.file-upload .file-select .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
  font-size: 16px;
}
.file-upload .file-select:hover {
  border-color: #34495e;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.file-upload .file-select:hover .file-select-button {
    background-image: linear-gradient(
    to right,
    #e15c22,
    #e26521,
    #e36e20,
    #e47720,
    #e57f20
  );
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
/* .file-upload.active .file-select {
  border-color: #3fa46a;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.file-upload.active .file-select .file-select-button {
  background: #3fa46a;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
} */
.file-upload .file-select input[type="file"] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.file-upload .file-select.file-select-disabled {
  opacity: 0.65;
}
.file-upload .file-select.file-select-disabled:hover {
  cursor: default;
  display: block;
  border: 2px solid #dce4ec;
  color: #34495e;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  text-align: left;
  background: #ffffff;
  overflow: hidden;
  position: relative;
}
.file-upload .file-select.file-select-disabled:hover .file-select-button {
  background: #dce4ec;
  color: #666666;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.file-upload .file-select.file-select-disabled:hover .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}

.nav-tabs{
	justify-content: center;
}

.ss_footer .last_footer{
  color: #fff;
  text-align: center;
}

.ss_footer .last_footer{
  color: #fff;
  text-align: center;
}

.ss_footer .last_footer p{
  margin-bottom: 0;
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,0.2);
}

.ss_main_footer_center{
  padding: 30px 0;
}

.ss_posi_sticky{
  position: sticky;
  top: 50px;
}

.ss_team_images_1{
  margin-left: -30%;
}

.ss_team_images_2{
  margin-right: -30%;
}

.ss_team_images img{
  width: 100%;
}

.ss_team_header_ab{
  position: absolute;
  top: 30%;
}

.ss_team_header_ab .flames_img img {
  height: 50px;
  padding-bottom: 5px;
}


.ss_team_images_11{
  margin-left: -30%;
}

.ss_team_images_22{
  margin-right: -30%;
}

.ss_team_images img{
  width: 100%;
}

.loader-wrapper {
  background: #fff url(../images/Loading-flame.gif) no-repeat center center;
  background-size: 20%;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 23633635656;
  }

  .ss_gif_relative{
    position: relative;
  }

  .ss_gif_relative img{
    width: 60%;
  }

  .mission_img {
    width: auto;
    text-align: center;
  }
  
  .mission_img {
    padding: 20px 0 00px 0;
  }

  /*  img 1 */
  .ss_gif_relative .mission_img{

    position: absolute;
    top: 0;
    left: 27%;
    z-index: 1010;

  }

  .mission_img img {
    max-width: 250px;
    
  }

    /*  img 1 */
    .ss_gif_relative .mission_img_1{

      position: absolute;
      top: 30%;
      left: 27%;
      z-index: 1010;
  
    }
  
    .mission_img_1 img {
      max-width: 100%;
      
    }

    .margin0{
      margin-bottom: 0;
    }

    .team_main_sec{
      padding-bottom: 40px;
    }


    
.ss_customer_applause_rel img {
  min-width: 120px;
  padding-right: 20px;
}

.ss_review_box {
  text-align: left;
  position: relative;
  padding: 35px 40px 60px 40px;
}

.ss_review_box p{
  margin-bottom: 0;
}

.ss_review_line_1{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: right;
}

.ss_review_line_1 img{
width: 95%;
}


.ss_review_line_2{
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}

.ss_review_line_2 img{
width: 95%;
}

.ss_review_box .ss_review_index{

  position: relative;
  z-index: 1010;
}

.ss_username_review{
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 100%;
  text-align: right;
  padding: 10px 100px 10px 0px;
}

.ss_username_review h3{
  font-family: "acciapiano-bold";
  font-size: 18px;
}

.ss_customer_padd .text-center{
  padding-bottom: 50px;
}

.ss_review_report_card{
  padding: 00px 0;
}

.report_card_box{
  padding: 50px 0;
}

.report_card_des{
  padding-bottom: 30px;
}

.report_card_des h2{

  font-size: 18px;
  font-family: "acciapiano-bold";
  background-image: linear-gradient(
    to right,
    #e15c22,
    #e26521,
    #e36e20,
    #e47720,
    #e57f20
  );
  padding: 10px 10px 10px 25px ;
  color: #ffffff;
  border-radius: 0px 500px 500px 0px;
  border: 10px solid #ffffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-left: -25px;
}

.ss_report_icon{
  height: 120px;
  width: 120px;
  background: #ffffff;
  color: #e15c22;
  border-radius: 500px;
  border: 10px solid #e15c22;
  text-align: center;
  line-height: 100px;
  font-family: "acciapiano-bold";
  font-size: 25px;
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

  box-shadow: rgba(50, 50, 93, 0.10) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.1) 0px 18px 36px -18px inset;
}

.flames_achievement h2{
  font-family: "acciapiano-bold";
  display: none;
}

.ss_report_last_p p{
  font-family: "acciapiano-bold";
}