/***/
.padding_left200, .container_1033, .container_1200, .container_1300, .wrapper_1400 {
  position: relative;
  width: 100%;
  margin: 0px auto;
  padding: 0px 0px;
}

.services .c_points, div#mainContent {
  position: relative;
  width: 100%;
  display: inline-block;
}

.c_main_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

/**o**/
.services .c_body, .slider .c_block .c_item .c_body {
  font-size: 13px;
  color: #8b8b97;
}

/**o**/
.c_page_top_project_inner #projects-page-inner::after, .c_page_top_project1 #projects-page::after, .c_page_top_contact div#contact-us-page::after, div#fullpage::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  top: 0;
  z-index: 99;
  left: 70px;
  background: #cacace;
  position: absolute;
}

.c_page_top_project1 #projects-page::after
{
  background: #cacace5e;
}

.c_page_top_project1 .header .c_top_header,.c_page_top_project1 .header .c_main_header
{
  border-color:#cacace5e;
}

/******** title footer***********/
.footer .c_main_footer .c-title h3 {
  font-size: 23px;
  color: #000;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 33px;
  position: relative;
}

.footer .c_main_footer .c-title h3:after {
  content: "";
  position: absolute;
  width: 50px;
  border-bottom: 3px solid #000;
  border-radius: 0;
  left: 0px;
  right: 0;
  top: 40px;
}

.footer .c_main_footer .c-body ul a {
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
  transition: 0.5s;
  display: inline-block;
}
.footer .c_main_footer .c-body ul a:hover {
  color: #3e3cff;
}

/******** title cleint***********/
/**h***/
/***********PRODUCTS***********/
/***********sub_product_item***********/
/***********brands_item***********/
/***********brands_item***********/
/***********services_item***********/
/**** inner *******/
.inner-top {
  position: relative;
}
.inner-top .img-page {
  height: 100%;
}
.inner-top .img-page img {
  width: 100%;
  height: 260px;
}
.inner-top .title-page {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.inner-top .title-page h1 {
  font-size: 30px;
  color: #282828;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 20px 10px;
  background: #ffffffa3;
}

.c_bar {
  width: 100%;
  height: 47px;
  background: #3e3cff;
}
.c_bar h3 {
  margin: 0;
  font-size: 25px;
  padding: 9px 19px;
}

/***** form **********/
/**** OUR STORE PAGNOIATION ***********/
.paginate-pagination ul {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 50px !important;
}
.paginate-pagination ul > li {
  float: left;
  margin-right: 5px;
  margin-left: 5px;
  transition: 0.5s;
}
.paginate-pagination ul > li > a {
  cursor: pointer;
  color: #000;
  border: 0px solid #ddd;
  box-shadow: 0 0 4px 1px #adadad73;
  transition: 0.8s;
}
.paginate-pagination ul > li > a.page.active {
  opacity: 1 !important;
  cursor: default;
  background: #3e3cff;
  color: #fff;
  /* box-shadow: 0 0 10px grey; */
}
.paginate-pagination ul > li > a.page:hover {
  opacity: 0.7;
  background: #3e3cff;
  color: #fff;
}

/***********HEADER************/
.header .c_top_header {
  padding-bottom: 15px;
  border-bottom: 1px solid #cacace;
}
.header .c_top_header .c_menus_top > div {
  width: 33.3%;
}
.header .c_top_header .c_menus_top {
  display: flex;
}
.header .c_top_header .c_menus_top .c_search {
  padding: 20px 0 0 30px;
}
.header .c_top_header .c_menus_top .c_search ul {
  list-style: none;
}
.header .c_top_header .c_menus_top .c_search ul li {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  font-size: 18px;
}
.header .c_top_header .c_menus_top .c_search ul li a, .header .c_top_header .c_menus_top .c_search ul li i {
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
}
.header .c_top_header .c_menus_top .c_search li.search-wrap {
  padding-left: 0px;
  min-width: 35px;
}
.header .c_top_header .c_menus_top .c_search .search-toggle-label {
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
}
.header .c_top_header .c_menus_top .c_search .search {
  position: relative;
  border-bottom: 1px solid #000 !important;
  border: 0;
  width: 0px;
  height: 30px;
  opacity: 0;
  transition-property: opacity, width, left;
  transition-duration: 0.2s, 0.2s, 0.2s;
  transition-timing-function: ease-out, ease-out, ease-out;
}
.header .c_top_header .c_menus_top .c_search .search:focus,
.header .c_top_header .c_menus_top .c_search .search:hover,
.header .c_top_header .c_menus_top .c_search .search-wrap:hover .search {
  width: 170px;
  padding: 0 10px;
  opacity: 1;
  outline: none;
}
.header .c_top_header .c_menus_top .logo {
  padding: 0;
  margin-top: 20px;
  text-align: center;
}
.header .c_top_header .c_menus_top .c_language {
  padding-right: 80px;
}
.header .c_top_header .c_menus_top .c_language ul {
  display: flex;
  justify-content: flex-end;
}
.header .c_top_header .c_menus_top .c_language .c_btlang {
  color: #000;
  display: inline-block;
  padding: 20px 7px 10px;
  transition: 0.5s;
  border-radius: 0 0 30px 30px;
}
.header .c_top_header .c_menus_top .c_language .c_btlang.active {
  background: #3e3cff;
  color: #fff;
}
.header .c_top_header .c_menus_top .c_language .c_btlang:hover {
  background: #000;
  color: #fff;
}
.header .c_main_header {
  border-bottom: 1px solid #cacace;
}
.header .c_main_header nav.navbar {
  padding: 0;
}
.header .c_main_header .c_main_menu ul {
  margin: auto;
}
.header .c_main_header .c_main_menu li {
  margin: 0 30px;
  font-weight: bold;
}
.header .c_main_header .c_main_menu li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #000;
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transform-origin: right center;
  transform: scaleX(0);
}
.header .c_main_header .c_main_menu li a:hover:after {
  transform-origin: left center;
  transform: scaleX(1);
}

.c_page_top_project1 .header .c_main_header .c_main_menu li:nth-child(2) a:after,
.c_page_top_contact.header .c_main_header .c_main_menu li:nth-child(3) a:after
{
  transform-origin: left center;
  transform: scaleX(1);
}
.header .c_main_header .c_main_menu a {
  font-size: 15px;
  color: #8b8b97;
  transition: 0.5s;
  padding: 10px;
  font-weight: normal;
  position: relative;
}
.header .c_main_header .c_main_menu a:hover {
  color: #000;
}

/***********GRID************/
.container_1300 {
  max-width: 1300px;
}

.container_1200 {
  max-width: 1200px;
}

.container_1033 {
  max-width: 1033px;
}

.padding_left200 {
  padding-left: 200px;
}

/***********GLOBAL PAGE************/
* {
  font-family: "Tw Cen MT";
}

html {
  scroll-behavior: smooth;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
}

img {
  max-width: 100%;
  display: inline !important;
}

/**********home*************/
/**********inners*************/
div#mainContent {
  padding: 100px 0;
}

input#quantity {
  border: 0;
  background: #f4f4f4;
  width: 100%;
  height: 45px;
}

#i_show_num {
  transition: all 1s ease;
}

.c_show_num {
  /* float: $float_right; */
  display: flex;
  height: 100%;
  justify-content: end;
  align-items: center;
}
.c_show_num a {
  margin: 0 5px;
  cursor: pointer;
}
.c_show_num i {
  display: inline-block;
  color: #fff;
  font-size: 25px;
}

/***********/
/***********HOME PAGE************/
/****************************************************************/
/****************************************************************/
/*************************slider*********************************/
/****************************************************************/
/****************************************************************/
div#fullpage {
  position: relative;
}
.c_fixed_menu_section {
  top: 0;
  bottom: 0;
  display: inline-block;
  position: absolute;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  transform: rotate(180deg);
  width: auto;
  text-align: center;
  z-index: 99;
  margin-top: 113px;
  left: 0;

}
.c_fixed_menu_section ul {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  width: 70px;
  left: 0;
}
.c_fixed_menu_section ul li {
  display: inline-block;
  margin: 40px 0 !important;
}
.c_fixed_menu_section ul li a {
  
  color: #8b8b97;
  transition: 0.5s;
  padding: 10px;
  font-weight: normal;
  position: relative;
  font-family: 'NexaRegular';
    font-size: 12px;
    font-weight: normal;
}
.c_fixed_menu_section ul li a:hover,
.c_fixed_menu_section ul li a.active {
  color: #000;
}

.c_fixed_social {
  top: 59%;
  bottom: 0;
  right: 25px;
  display: flex;
  position: absolute;
  transform: translate(0px, -50%);
  width: auto;
  text-align: center;
  z-index: 99;
  margin-top: 0;
  justify-content: center;
  align-items: center;
}
.c_fixed_social li {
  margin: 10px 0;
}

section {
  padding-left: 70px;
  padding-right: 80px;
}
section .c_title_section {
  text-transform: capitalize;
}

.slider .c_title_section {
  padding-top: 70px;
  margin-left: 108px;
  position: absolute;
}
.slider .c_title_section h3 {
  color: #3e3cff;
  font-size: 58px;
  font-weight: bold;
  margin: 0;
  font-family: 'OpenSans-Bold';
}
.slider .c_title_section h1:nth-child(3) {
  padding-left: 170px;
}
.slider .c_title_section h1 {
  font-size: 110px;
  color: #17171c;
  margin: 0;
  font-family: 'NexaRegular';
  font-weight: bold;
}
.slider .c_block .c_flex {
  display: flex;
  height: 100vh;
}
.slider .c_block .c_item {
  border-right: 1px solid #cacace;
}
.slider .c_block .c_item .c_empty {
  width: 100%;
}
.slider .c_block .c_item .c_body {
  padding: 25px;
  border-top: 1px solid #cacace;
  transition: 0.5s;
}
.slider .c_block .c_item .c_body:hover {
  background: #3e3cff;
  color: #fff;
}
.slider .c_block .c_item:last-child {
  border-right: none;
}
.slider .c_block .c_item.one {
  width: 18.2%;
}
.slider .c_block .c_item.one .c_empty {
  height: 315px;
}
.slider .c_block .c_item.two {
  width: 30.1%
}
.slider .c_block .c_item.two .c_empty {
  height: 440px;
}
.slider .c_block .c_item.three {
  width: 52%;
}
.slider .c_block .c_item.three .c_empty {
  height: 400px;
}

/****************************************************************/
/****************************************************************/
/*************************services*********************************/
/****************************************************************/
/****************************************************************/
.services .c_title_section {
  padding-top: 130px;
  padding-left: 430px;
  margin-bottom: 30px;
}
.services .c_title_section h3 {
  color: #3e3cff;
  font-size: 110px;
  margin: 0;
  line-height: 90px;
  font-weight: bold;
}
.services .c_title_section h3:last-child {
  padding-left: 70px;
}
.services .c_body {
  max-width: 600px;
  margin-left: 180px;
  margin-bottom: 50px;
}

.services .c_points li {
  color: #8b8b97;
  font-size: 13px;
  margin-bottom: 10px;
  width: 33.3%;
  float: left;
  list-style: auto;
}

/****************************************************************/
/****************************************************************/
/*************************partners*********************************/
/****************************************************************/
/****************************************************************/
.partners {
  position: relative;
}
.partners .c_bloc .row {
  margin-right: 0;
  padding-left: 15px;
}
.partners .c_bloc .c_item {
  padding: 0;
  border: 1px solid #cacace;
}
.partners .c_bloc .c_item .c_imge {
  width: 100%;
  height: 105px;
  background: #fff;
  transition: 0.5s;
  display: table-cell;
  vertical-align: middle;
  margin: auto;
  padding: 10px 20px;
  text-align: center;
}
.partners .c_bloc .c_item .c_imge a {
  display: inline-block;
}
.partners .c_bloc .c_item .c_imge img {
  transition: 0.5s;
  width: auto;
  margin-top: 5px;
  height: auto;
  margin: auto;
  max-height: 70%;
  max-width: 80%;
  filter: grayscale(1);
  transition: 0.5s;
}
.partners .c_bloc .c_item:hover img {
  filter: none !important;
}
.partners .c_contens {
  position: relative;
}
.partners .c_title_section {
  position: absolute;
  top: 85px;
  left: 16.7%;
  z-index: 999;
  width: 33.33%;
  height: 87px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3e3cff;
}
.partners .c_title_section h3 {
  margin: 0;
  color: #fff;
  font-size: 37px;
}
.partners .c_body {
  position: absolute;
  top: 321px;
  right: 16.7%;
  z-index: 999;
  width: 33.3%;
  height: 107px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3e3cff;
  padding: 15px 30px;
}
.partners .c_body p {
  margin: 0;
  color: #fff;
  font-size: 11px;
}

/****************************************************************/
/****************************************************************/
/*************************contact*********************************/
/****************************************************************/
/****************************************************************/
.c_page_top_contact {
  background: #3e3cff;
  /**/
  /**/
  /* Top Section Of Page */
  /* Middle Section Of Page (Contact Information) */
  /* bottom Section Of Page (Contact Webform) */
}
.c_page_top_contact .header .c_top_header .c_menus_top .c_search ul li a,
.c_page_top_contact .header .c_top_header .c_menus_top .c_search ul li i {
  color: #fff;
}
.c_page_top_contact .header .c_top_header .c_menus_top .logo img {
  filter: brightness(0) invert(1);
}
.c_page_top_contact .header .c_top_header .c_menus_top .c_language .c_btlang {
  color: #fff;
}
.c_page_top_contact .header .c_top_header .c_menus_top .c_language .c_btlang.active {
  background: #000;
}
.c_page_top_contact .header .c_main_header .c_main_menu a {
  color: #fff;
}
.c_page_top_contact .header .c_main_header .c_main_menu a:hover {
  color: #fff;
}
.c_page_top_contact .header .c_main_header .c_main_menu li a:after {
  content: "";
  height: 2px;
  background: #fff;
}
.c_page_top_contact div#contact-us-page {
  display: inline-block;
  position: relative;
  color: #fff;
  line-height: 1.2;
}
.c_page_top_contact .container-1 {
  padding: 165px;
  padding-bottom: 0;
  display: inline-block;
  width: 100%;
}
.c_page_top_contact .contact-section.contact-header {
  display: inline-block;
  width: 100%;
  padding-left: 157px;
}
.c_page_top_contact h1.page-titel {
  font-family: "NexaBlack";
  font-size: 110.44px;
  margin: 0;
  display: inline-block;
  line-height: 0.842;
}
.c_page_top_contact h1.page-titel:first-child {
  display: block;
  margin-bottom: 40px;
}
.c_page_top_contact .contact-p {
  display: inline-block;
  width: 35%;
  float: left;
  font-family: "NexaRegular";
  font-size: 9px;
  margin-right: 50px;
}

.c_page_top_contact .contact-p h3 
{
  font-size: 13px;
}
.c_page_top_contact .contact-section.contact-information {
  width: 100%;
  display: inline-block;
  margin-top: 120px;
  padding-left: 55px;
}
.c_page_top_contact .contact-section.contact-information label {
  width: 100%;
  font-size: 14.19px;
  color: #b4b4d3;
  font-family: "NexaRegular";
  margin-bottom: 10px;
}
.c_page_top_contact .contact-section.contact-information a,
.c_page_top_contact .contact-section.contact-information h3 {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  /* font-family: 'NexaBlack'; */
  font-family: "NexaRegular";
}
.c_page_top_contact .contact-section.contact-information h2 a {
  font-size: 24.49px;
  text-transform: capitalize;
  padding-bottom: 10px;
  border-bottom: 2px solid #9291ff;
  padding-right: 32px;
}
.c_page_top_contact .contact-info {
  margin-bottom: 77px;
}
.c_page_top_contact .contact-section.contact-information ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.c_page_top_contact .contact-section.contact-information ul li {
  font-size: 14.49px;
  margin-bottom: 14px;
  font-family: NexaRegular, NexaXBold;
}
.c_page_top_contact .contact-section.contact-webform {
  background: #f0f0f0;
  display: inline-block;
  width: 100%;
  margin-top: 200px;
}
.c_page_top_contact .container-2 {
  display: block;
  max-width: 100%;
  width: 74.66%;
  margin: 0 auto;
  background: #17171c;
  padding: 80px 70px;
  margin-top: -65px;
  margin-bottom: 70px;
}
.c_page_top_contact .contact-section.contact-webform h2 {
  margin: 0;
  font-size: 61.93px;
  margin-top: -14%;
  margin-bottom: 45px;
}
.c_page_top_contact .form-item input,
.c_page_top_contact .form-item textarea {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  background: #393944;
  border: 0px;
  font-family: "NexaRegular";
  margin-bottom: 35px;
  color: #17171c;
  resize: none;
}
.c_page_top_contact .form-item textarea {
  height: 180px;
}
.c_page_top_contact .form-item input::-moz-placeholder, .c_page_top_contact .form-item textarea::-moz-placeholder {
  color: #b4b4d3;
}
.c_page_top_contact .form-item input:-ms-input-placeholder, .c_page_top_contact .form-item textarea:-ms-input-placeholder {
  color: #b4b4d3;
}
.c_page_top_contact .form-item input::placeholder,
.c_page_top_contact .form-item textarea::placeholder {
  color: #b4b4d3;
}
.c_page_top_contact .form-item input:focus,
.c_page_top_contact .form-item textarea:focus {
  background: #f0f0f0;
}
.c_page_top_contact .form-item input:focus::-moz-placeholder, .c_page_top_contact .form-item textarea:focus::-moz-placeholder {
  color: #17171c;
}
.c_page_top_contact .form-item input:focus:-ms-input-placeholder, .c_page_top_contact .form-item textarea:focus:-ms-input-placeholder {
  color: #17171c;
}
.c_page_top_contact .form-item input:focus::placeholder,
.c_page_top_contact .form-item textarea:focus::placeholder {
  color: #17171c;
}
.c_page_top_contact .form-item input#email,
.c_page_top_contact .form-item input#form-submit {
  margin-bottom: 0;
}
.c_page_top_contact .form-item input#form-submit {
  border: 2px solid #e2e2e3;
  background: transparent;
  color: #e2e2e3;
  padding: 8px;
}

/****************************************************************/
/****************************************************************/
/*************************project*********************************/
/****************************************************************/
/****************************************************************/
.c_page_top_project1 {
  background: #17171c;
  height: 100vh;
  overflow: hidden;
  /*********/
  /* category */
  /* display projects */
}
.c_page_top_project1 .header .c_top_header .c_menus_top .c_search ul li a,
.c_page_top_project1 .header .c_top_header .c_menus_top .c_search ul li i {
  color: #ffffffba;
  transform: rotate(90deg);
}
.c_page_top_project1 .header .c_top_header .c_menus_top .logo img {
  filter: brightness(0) invert(1);
}
.c_page_top_project1 .header .c_top_header .c_menus_top .c_language .c_btlang {
  color: #fff;
}
.c_page_top_project1 .header .c_main_header .c_main_menu a {
  color: #fff;
}
.c_page_top_project1 .header .c_main_header .c_main_menu a:hover {
  color: #fff;
}
.c_page_top_project1 .header .c_main_header .c_main_menu li a:after {
  content: "";
  height: 2px;
  background: #fff;
}
.c_page_top_project1 .c_fixed_menu_section .nav-tabs {
  border-bottom: 0;
  border: 0;
}
.c_page_top_project1 .c_fixed_menu_section .nav-tabs .nav-link {
  transition: 0s;
}
.c_page_top_project1 .c_fixed_menu_section .nav-tabs .nav-link:focus, .c_page_top_project1 .c_fixed_menu_section .nav-tabs .nav-link:hover {
  border: 0 !important;
  color: #fff;
}
.c_page_top_project1 .c_fixed_menu_section .nav-tabs .nav-item.show .nav-link, .c_page_top_project1 .c_fixed_menu_section .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #fff0;
  border: 0 !important;
}
.c_page_top_project1 #projects-page {
  position: relative;
  line-height: 1.2;
  min-height: 100vh;
  padding: 100px 0;
}
.c_page_top_project1 .project-category {
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  position: absolute;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  transform: rotate(180deg);
  height: 38%;
  width: auto;
  text-align: center;
  left: 2%;
}
.c_page_top_project1 .project-category ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.c_page_top_project1 .project-category ul li {
  display: inline-block;
  float: left;
  margin: 50px 0;
}
.c_page_top_project1 .project-category ul li a {
  font-size: 12px;
  text-decoration: none;
  color: #b4b4d3;
}
.c_page_top_project1 .project-category ul li a.active {
  color: #fff;
}
.c_page_top_project1 .project-container {
  max-width: 100%;
  display: block;
  width: 78.7%;
  margin: 0 auto;
  text-align: center;
}
.c_page_top_project1 .project-col {
  display: inline-block;
  width: 10.1%;
  overflow: hidden;
  margin: 0 5px;
  height: 424px;
  transition: 0.3s;
}
.c_page_top_project1 .project-col img {
  vertical-align: middle;
  display: inline-block;
  margin: 0 auto;
  width: 400px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
}
.c_page_top_project1 .project-col:hover {
  width: 200px;
}
.c_page_top_project1 .project-col:hover img {
  filter: none;
}
.c_page_top_project1 .swiper {
  width: 100%;
  height: 100%;
}
.c_page_top_project1 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: inline-block;
  justify-content: center;
  align-items: center;
  height: 378px;
}
.c_page_top_project1 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c_page_top_project1 .swiper {
  width: 100%;
  height: 396px;
}

/****************************************************************/
/****************************************************************/
/*************************project*********************************/
/****************************************************************/
/****************************************************************/
.c_page_top_projects .projects-page {
  padding-left: 70px !important;
}
.c_page_top_projects div#projects-page {
  padding: 0;
}
.c_page_top_projects .c_swiper_projects .swiper-slide {
  opacity: 0.1;
}
.c_page_top_projects .c_swiper_projects .swiper-slide .c_body, .c_page_top_projects .c_swiper_projects .swiper-slide .c_buttn {
  display: none;
}
.c_page_top_projects .c_swiper_projects .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.c_page_top_projects .c_swiper_projects .swiper-slide.swiper-slide-active .c_body, .c_page_top_projects .c_swiper_projects .swiper-slide.swiper-slide-active .c_buttn {
  display: block;
}

.c_page_plus_projects .swiper {
  height: 100vh;
}
.c_page_plus_projects .swiper-slide {
  background: #fff0;
}
.c_page_plus_projects .c_item .c_body h3 {
  font-size: 60px;
  font-family: "NexaBlack";
  margin-left: -100px !important;
  margin-top: -100px;
  margin: 0;
  color: #3e3cff;
  z-index: 999;
}
.c_page_plus_projects .c_buttn {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 0px);
}
.c_page_plus_projects .c_buttn a {
  color: #fff;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
}
.c_page_plus_projects .c_buttn i {
  margin: 0 10px;
}
.c_page_plus_projects .swiper-button-prev:after, .c_page_plus_projects .swiper-rtl .swiper-button-next:after {
  content: "";
  display: inline-block;
  width: 75px;
  height: 2px;
  background: #ffffff9e;
  position: absolute;
  top: 41%;
  left: 140px;
}
.c_page_plus_projects .swiper-button-next:after, .c_page_plus_projects .swiper-rtl .swiper-button-prev:after {
  content: "";
  display: inline-block;
  width: 75px;
  height: 2px;
  background: #ffffff9e;
  position: absolute;
  top: 41%;
  left: -65px;
}
.c_page_plus_projects .swiper-button-next, .c_page_plus_projects .swiper-rtl .swiper-button-prev {
  right: 15%;
  left: auto;
}

.c_page_plus_projects .swiper-button-next:focus, .c_page_plus_projects .swiper-rtl .swiper-button-prev:focus
{
  border:0px;
  outline: none;
}
.c_page_plus_projects .swiper-button-prev, .c_page_plus_projects .swiper-rtl .swiper-button-next {
  left: 15%;
  right: auto;
}
.c_page_plus_projects .swiper-button-next, .c_page_plus_projects .swiper-button-prev {
  color: #ffffff9e;
  width: 150px;
}
.c_page_plus_projects .swiper-horizontal > .swiper-pagination-bullets, .c_page_plus_projects .swiper-pagination-bullets.swiper-pagination-horizontal, .c_page_plus_projects .swiper-pagination-custom, .c_page_plus_projects .swiper-pagination-fraction {
  top: 33px;
  bottom: auto;
}
.c_page_plus_projects .swiper-pagination-bullet {
  width: 3px;
  height: 16px;
  display: inline-block;
  border-radius: 0%;
  background: #8b8b8d;
  margin: 0 2px !important;
}
.c_page_plus_projects .swiper-pagination-bullet-active {
  width: 6px;
  background: #ffffff9e;
}

/****************************************************************/
/****************************************************************/
/*************************project_inner*********************************/
/****************************************************************/
/****************************************************************/
.c_page_top_project_inner {
  /* category */
}
.c_page_top_project_inner #projects-page-inner {
  position: relative;
  line-height: 1.2;
  min-height: 100vh;
  padding: 150px 0;
  padding-left: 70px !important;
  padding-right: 80px;
}
.c_page_top_project_inner .project-category {
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  position: absolute;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  transform: rotate(180deg);
  height: 38%;
  width: auto;
  text-align: center;
  left: 2%;
}
.c_page_top_project_inner .project-category ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.c_page_top_project_inner .project-category ul li {
  display: inline-block;
  float: left;
  margin: 50px 0;
}
.c_page_top_project_inner .project-category ul li a {
  font-size: 12px;
  text-decoration: none;
  color: #b4b4d3;
}
.c_page_top_project_inner .project-category ul li a.active {
  color: #fff;
}
.c_page_top_project_inner .project-slider {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 6%;
}
.c_page_top_project_inner .project-image-preview {
  text-align: center;
}
.c_page_top_project_inner .project-image-preview img {
  width: 692px;
  height: auto;
  /* object-fit: none; */
}
.c_page_top_project_inner h2.projects-title {
  font-size: 80px;
  position: absolute;
  font-family: "NexaBlack";
  width: 60%;
  top: -70px;
  left: 100px;
  margin: 0;
  color: #3e3cff;
  z-index: 9999;
}
.c_page_top_project_inner .project-container-pager {
  display: inline-block;
  width: 140px;
  overflow: hidden;
  position: absolute;
  right: 7%;
  top: 0;
}
.c_page_top_project_inner .project-pager-row {
  display: inline-block;
  width: 100% !important;
  height: 80px;
  overflow: hidden;
  margin-bottom: 20px;
}
.c_page_top_project_inner .project-pager-row img {
  vertical-align: middle;
  display: inline-block;
  margin: 0 auto;
  width: 400px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
}
.c_page_top_project_inner .project-body {
  display: inline-block;
  position: absolute;
  left: 11%;
  bottom: 2%;
  color: #fff;
}
.c_page_top_project_inner .project-body label {
  display: block;
  font-size: 15px;
  font-family: "NexaBlack";
  padding-left: 80px;
  position: relative;
}
.c_page_top_project_inner .project-body label::before {
  content: "";
  display: inline-block;
  width: 75px;
  height: 2px;
  background: #ffffff9e;
  position: absolute;
  top: 41%;
  left: 0;
}
.c_page_top_project_inner .project-body ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  list-style: none;
  padding-left: 80px;
  font-size: 12px;
}
.c_page_top_project_inner .project-body li {
  margin-bottom: 10px;
  font-size: 13px;
}
.c_page_top_project_inner .c_gallery .mySwiper2 {
  width: 689px !important;
  float: left;
  margin-left: 300px;
}
.c_page_top_project_inner .c_gallery .mySwiper {
  width: 200px;
  float: right;
}

.c_main_btn {
  border: 2px solid #3e3cff;
  height: 50px;
  width: 100%;
  background: #3e3cff;
  color: #fff;
  font-size: 22px;
  border-radius: 25px;
  transition: 0.5s;
  text-transform: capitalize;
}
.c_main_btn:hover {
  background: #fff;
  color: #000;
}

.c_selectl select {
  border-radius: 0;
  border-color: #dadada;
  height: 42px;
  font-size: 13px;
  color: #3e3cff;
  text-transform: capitalize;
  cursor: pointer;
}

.c_selectl select:hover {
  border-color: #3e3cff;
}

/**/
.footer .c_sucscription {
  background-color: #3e3cff;
  padding: 30px 0;
}
.footer .c_sucscription .c_block {
  display: flex;
  justify-content: space-between;
}
.footer .c_sucscription p {
  color: #fff;
  margin-bottom: 0;
}
.footer .c_sucscription p strong {
  font-size: 30px;
}
.footer .c_sucscription form {
  display: flex;
  align-items: center;
}
.footer .c_sucscription form .form-group {
  margin: 0;
}
.footer .c_sucscription form .form-group input {
  height: 40px;
  border-radius: 10px 0 0 10px;
  border: 0;
  width: 380px;
  padding: 0 20px;
}
.footer .c_sucscription form .form-group button {
  height: 40px;
  border-radius: 0 10px 10px 0;
  background: #ebebeb;
  border: 0;
  color: #000;
  width: 110px;
  font-weight: bold;
}
.footer .c_main_footer {
  padding: 55px 0;
}
.footer .c_main_footer .logofooter img {
  width: 210px;
}
.footer .bottom-footer {
  background: #eaeaea;
}
.footer .bottom-footer .c_copright {
  text-align: center;
  padding: 15px 0;
}
.footer .bottom-footer .c_copright p {
  font-size: 14px;
  margin: 0;
  text-transform: capitalize;
}
.footer .bottom-footer .c_copright p a {
  color: #3e3cff;
}

.c_page_homepage .nav-item:nth-child(1) a::after
{
    transform-origin: left center;
    transform: scaleX(1) !important;
}
