.c_page_profile .c-left .c_commentMessage .c_box .c_body,
.padding_left200,
.container_750,
.container_1033,
.container_1200,
.container_1300,
.wrapper_1400 {
  position: relative;
  width: 100%;
  margin: 0px auto;
  padding: 0px 0px;
}

.wrapper_1400 {
  overflow: hidden;
}

.footer,
.c_page_test .c_qustion .form-check label.form-check-label span,
.c_page_newsInner,
.c_page_contact .c_info,
.c_page_courseSubscriber .c_mainContent,
.c_page_courseDetails .c_info,
.c_page_courseDetails .c_mainContent,
div#mainContent {
  position: relative;
  width: 100%;
  display: inline-block;
}

.c_page_about .c_section_2 .c_body,
.c_page_courseDetails .c_info2 .c_left .c_itm_prof,
.c_page_courseDetails .c_info2 .c_right .c_box_show,
.c_flex_center,
.header .c_top_header ul a {
  display: flex;
  justify-content: center;
  align-items: center;
}

/**************************/
/**o**/
.slider .c_post .c_body h2 {
  font-size: 36px;
  color: #203444;
}

.slider .c_post .c_body h3 {
  font-size: 30px;
  color: #1aaac3;
  font-weight: bold;
}

.c_page_newsInner .c_mainNews .c_body p,
.c_page_about .c_section_2 .c_body p,
.c_page_about .c_section_1 .c_post .c_body p,
.about .c_post .c_body p,
.slider .c_post .c_body p {
  font-size: 15px;
  color: #383838;
  text-align: justify;
}

/**o**/
/******** title footer***********/
.footer .c_main_footer .c-title h3 {
  font-size: 16px;
  color: #203444;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 40px;
  position: relative;
}

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

.footer .c_main_footer .c-body ul a {
  font-size: 15px;
  color: #383838;
  margin-bottom: 10px;
  transition: 0.5s;
  display: inline-block;
}

.footer .c_main_footer .c-body ul a:hover {
  color: #203444;
}

/******** title cleint***********/
/**h***/
.c_page_subscribe,
.c_page_newsInner,
.c_page_contact,
.c_page_courseDetails .c_brandas,
.our_brands,
.sales,
.courses {
  padding: 50px 0;
  position: relative;
}

/***********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: #203444;
}

.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: #37d7f1;
  color: #fff;
  /* box-shadow: 0 0 10px grey; */
}

.paginate-pagination ul>li>a.page:hover {
  opacity: 0.7;
  background: #203444;
  color: #fff;
}

/************* NEW ***************/
.c_page_news .c_item,
.c_page_courses .c_item,
.courses .c_item {
  display: flex;
  position: relative;
  border-radius: 20px;
  box-shadow: 0 0 6px #80808059;
  margin: 10px;
  height: 200px;
  transition: 0.5s;
}

.c_page_news .c_item:hover,
.c_page_courses .c_item:hover,
.courses .c_item:hover {
  box-shadow: 0 0 6px gray;
}

.c_page_news .c_item .c_image,
.c_page_courses .c_item .c_image,
.courses .c_item .c_image {
  width: 50%;
}

.c_page_news .c_item .c_image img,
.c_page_courses .c_item .c_image img,
.courses .c_item .c_image img {
  width: 100%;
  height: 200px;
  border-radius: 0 20px 20px 0;
}

.c_page_news .c_item .c_post,
.c_page_courses .c_item .c_post,
.courses .c_item .c_post {
  width: 50%;
  padding: 20px;
}

.c_page_news .c_item .c_post .c_body h3,
.c_page_courses .c_item .c_post .c_body h3,
.courses .c_item .c_post .c_body h3 {
  font-size: 14px;
  color: #203444;
  font-weight: bold;
  margin-bottom: 15px;
}

.c_page_news .c_item .c_post .c_body p,
.c_page_courses .c_item .c_post .c_body p,
.courses .c_item .c_post .c_body p {
  font-size: 13px;
  margin-bottom: 15px;
  color: #383838;
}

.c_page_news .c_item .c_post .c_tech,
.c_page_courses .c_item .c_post .c_tech,
.courses .c_item .c_post .c_tech {
  display: flex;
  align-items: center;
}

.c_page_news .c_item .c_post .c_tech img,
.c_page_courses .c_item .c_post .c_tech img,
.courses .c_item .c_post .c_tech img {
  border-radius: 100%;
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-left: 13px;
}

.c_page_news .c_item .c_post .c_tech span,
.c_page_courses .c_item .c_post .c_tech span,
.courses .c_item .c_post .c_tech span {
  font-size: 11px;
}

.c_page_news .c_item .c_post .c_buttn,
.c_page_courses .c_item .c_post .c_buttn,
.courses .c_item .c_post .c_buttn {
  display: flex;
  justify-content: space-between;
}

.c_page_news .c_item .c_time,
.c_page_courses .c_item .c_time,
.courses .c_item .c_time {
  position: absolute;
  right: 25px;
  bottom: 15px;
  background: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  color: #656464;
  font-size: 10px;
}

.c_page_news .c_item .c_time i,
.c_page_courses .c_item .c_time i,
.courses .c_item .c_time i {
  margin-left: 5px;
}

.c_page_contact .c_imgs .swiper-pagination .swiper-pagination-bullet-active,
.c_page_about .c_section_1 .c_imgs .swiper-pagination .swiper-pagination-bullet-active,
.c_page_courseDetails .c_brandas .swiper-pagination .swiper-pagination-bullet-active,
.our_brands .swiper-pagination .swiper-pagination-bullet-active,
.courses .swiper-pagination .swiper-pagination-bullet-active,
.slider .c_imgs .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #37d7f1 !important;
  border: 2px solid #EBEAEE !important;
}

.c_page_contact .c_imgs .swiper-pagination .swiper-pagination-bullet,
.c_page_about .c_section_1 .c_imgs .swiper-pagination .swiper-pagination-bullet,
.c_page_courseDetails .c_brandas .swiper-pagination .swiper-pagination-bullet,
.our_brands .swiper-pagination .swiper-pagination-bullet,
.courses .swiper-pagination .swiper-pagination-bullet,
.slider .c_imgs .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  display: inline-block;
  border-radius: 50%;
  background: #0000;
  opacity: 1;
  border: 2px solid #37d7f1;
}

/**o**/
.c_page_courseDetails .c_info .c_right .c_title {
  font-size: 16px;
  color: #203444;
  margin-bottom: 33px;
  position: relative;
}

.c_page_courseDetails .c_info .c_right .c_title::after {
  content: "";
  width: 50px;
  height: 2px;
  background: #203444;
  position: absolute;
}

.c_page_courseDetails .c_info .c_right .c_body {
  font-size: 13px;
  color: #383838;
  text-align: justify;
}

.c_page_courseDetails .c_info .c_right .c_tafsell {
  display: flex;
  margin-top: 20px;
}

.c_page_courseDetails .c_info .c_right .c_tafsell .c_itme {
  margin-left: 30px;
  color: #203444;
}

.c_page_courseDetails .c_info .c_right .c_tafsell .c_itme p {
  margin: 0;
}

.c_page_courseDetails .c_info .c_right .c_tafsell .c_itme img {
  margin-left: 10px;
}

.c_page_courseDetails .c_info .c_right .c_tafsell label {
  font-size: 14px;
}

.c_page_courseDetails .c_info .c_right .c_tafsell span {
  font-size: 12px;
}

.c_page_courseDetails .c_info2 .c_left .c_itm_prof,
.c_page_courseDetails .c_info2 .c_right .c_box_show,
.c_page_courseDetails .c_info .c_left .c_box_subscribe,
.c_page_courseDetails .c_info .c_right .c_itms {
  box-shadow: 0 0 6px 0px #c7c7c766;
  border-radius: 5px;
}

/**o**/
.c_page_contact .c_form_contat form .form-group input,
.c_page_contact .c_form_contat form .form-group textarea {
  width: 70%;
  border: 1px solid #eaeaea;
  border-radius: 10px;
}

.c_page_contact .c_form_contat form .form-group input {
  height: 40px;
}

.c_page_contact .c_form_contat form .form-group textarea {
  height: 100px;
}

/****************CV***********/
/*****************************/
.c_page_resume_2 .c_createCV .c_postionss,
.c_page_resume_2 .c_createCV .c_date p,
.c_page_resume_2 .c_createCV .c_company p,
.c_page_resume_1 .c_createCV .c_postionss,
.c_page_resume_1 .c_createCV .c_date p,
.c_page_resume_1 .c_createCV .c_company p,
.c_page_resume .c_createCV .c_postionss,
.c_page_resume .c_createCV .c_date p,
.c_page_resume .c_createCV .c_company p {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin: 0;
}

/***********HEADER************/
.header .c_top_header {
  padding: 13px 0;
  border-bottom: 2px solid #fafafa;
}

.header .c_top_header .c_menus_top {
  display: flex;
  justify-content: end;
  align-items: center;
}

.header .c_top_header ul {
  display: flex;
  justify-content: flex-end;
}

.header .c_top_header ul.c_social a {
  transition: 0.5s;
  color: #cacaca;
}

.header .c_top_header ul.c_social a:hover {
  color: #203444;
}

.header .c_top_header ul.c_social li {
  margin-left: 15px;
}

.header .c_top_header ul.c_one li {
  margin-right: 15px;
}

.header .c_top_header ul.c_one li a {
  font-weight: bold;
}

.header .c_top_header ul.c_one li:nth-child(1) a {
  font-size: 10px;
  color: #203444;
  padding: 5px 10px;
}

.header .c_main_header {
  padding: 10px 0;
  border-bottom: 2px solid #fafafa;
}

.header .c_main_header nav.navbar {
  padding: 0;
}

.header .c_main_header nav.navbar .logo {
  padding: 0;
}

.header .c_main_header .c_main_menu li.nav-item a.nav-link {
  color: #203444;
  font-size: 14px;
  padding: 5px 15px;
  transition: 0.5s;
  border-radius: 20px;
  font-weight: bold;
}

.header .c_main_header .c_main_menu li.nav-item a.nav-link:hover {
  color: #37d7f1;
  background: #f9f9f9;
}

.c_login_modal .modal-content {
  border-radius: 15px;
  border: 0;
}

.c_login_modal .modal-header {
  justify-content: center;
}

.c_login_modal .nav-tabs {
  border-bottom: 0px solid #dee2e6;
}

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

.container_1200 {
  max-width: 1200px;
}

.container_1033 {
  max-width: 1033px;
}

.container_750 {
  max-width: 750px;
}

.padding_left200 {
  padding-left: 200px;
}

/***********GLOBAL PAGE************/
* {
  font-family: "TajawalRegular";
}

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*************/
input#quantity {
  border: 0;
  background: #f4f4f4;
  width: 100%;
  height: 45px;
  text-align: center;
}

#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;
}

.c_flex_center {
  height: 100%;
}

/**********/
.c_title_top {
  background: #f9f9f9;
  padding: 30px 0;
}

.c_title_top .title_page h1 {
  font-size: 16px;
  font-weight: bold;
  color: #37d7f1;
}

.c-breadcrumps {
  padding: 15px 0;
}

.c-breadcrumps p {
  font-size: 11px;
  font-weight: bold;
  color: #203444;
}

.c-breadcrumps a {
  color: #203444;
}

/***********HOME PAGE************/
/****************************************************************/
/****************************************************************/
/*************************slider*********************************/
/****************************************************************/
/****************************************************************/
.slider {
  padding-top: 60px;
  padding-bottom: 50px;
  box-shadow: 0px 8px 10px 5px #97979724 inset;
}

.slider .row {
  align-items: center;
}

.slider .c_post {
  max-width: 80%;
}

.slider .c_post .c_body p {
  margin-top: 20px;
}

.slider .c_post .c_buttn a:first-child {
  margin-left: 15px;
}

.slider .c_post .c_buttn {
  margin-top: 30px;
}

.slider .c_imgs {
  position: relative;
}

.slider .c_imgs .c_bgimg {
  position: absolute;
}

.slider .c_imgs .c_bgimg.c_bg_1 {
  left: 0;
}

.slider .c_imgs .c_bgimg.c_bg_2 {
  bottom: 30px;
  z-index: 99;
}

.slider .c_imgs .c_item img {
  border-radius: 74% 26% 58% 42%/39% 24% 76% 61%;
  width: 450px;
  height: 430px;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider .c_imgs .swiper-pagination {
  bottom: 0 !important;
  text-align: left;
  right: 0 !important;
  left: auto !important;
  width: auto !important;
}

/****************************************************************/
/****************************************************************/
/*************************about*********************************/
/****************************************************************/
/****************************************************************/
.about {
  padding: 75px 0 50px;
  background: #fbf7f5;
}

.about .row {
  align-items: center;
}

.about .c_post .c_body h2 {
  font-size: 28px;
  color: #1aaac3;
  font-weight: bold;
  margin-bottom: 20px;
  padding-right: 20px;
  border-right: 4px solid #1aaac3;
}

.about .c_post .c_body h3 {
  font-size: 26px;
  font-weight: bold;
  color: #222;
  margin-bottom: 25px;
}

.about .c_post .c_body p {
  margin-top: 20px;
}

.about .c_post .c_buttn a {
  margin-left: 15px;
}

.about .c_post .c_buttn {
  margin-top: 30px;
}

.about .c_post .c_num {
  display: flex;
  margin-top: 40px;
}

.about .c_post .c_num .c_item {
  width: 33%;
  display: flex;
  transition: 0.5s;
}

.about .c_post .c_num .c_item:hover .c_icon {
  background: #203444;
  color: #fff;
}

.about .c_post .c_num .c_item:hover .c_bdu {
  color: #203444;
}

.about .c_post .c_num .c_icon {
  width: 40px;
  height: 40px;
  background: #fff;
  color: #1aaac3;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 5px;
  margin-left: 27px;
  transition: 0.5s;
}

.about .c_post .c_num .c_bdu {
  color: #383838;
  transition: 0.5s;
}

.about .c_post .c_num .c_bdu span {
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  line-height: 20px;
}

.about .c_post .c_num .c_bdu p {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  line-height: 20px;
}

.about .c_image {
  background: url(/front_end_style/images/Untitled-8.png) no-repeat center;
  text-align: center;
  padding: 20px;
}

.about .c_image img {
  width: 465px;
  height: 415px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 70px;
}

/****************************************************************/
/****************************************************************/
/*************************courses*********************************/
/****************************************************************/
/****************************************************************/
.courses .swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: inherit;
}

.courses .swiper-slide {
  margin-top: 0 !important;
  margin-bottom: 25px;
}

.courses .swiper-pagination {
  bottom: 0 !important;
  text-align: center;
}

/****************************************************************/
/****************************************************************/
/*************************sales*********************************/
/****************************************************************/
/****************************************************************/
.sales .c_slick_sales {
  direction: ltr;
}

.sales .c_slick_sales .c_body {
  background: url(/front_end_style/images/bfswa.png) no-repeat center;
  border-radius: 100px;
  padding: 35px 100px;
  color: #fff;
  text-align: center;
}

.sales .c_slick_sales .c_body h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.sales .c_slick_sales .c_body p {
  font-size: 12px;
  margin-bottom: 0;
}

.sales .c_slick_sales .slick-center {
  transform: scale(1.5);
}

.sales .c_slick_sales .slick-list {
  padding: 100px 0 !important;
}

.sales .c_slick_sales .c_item {
  transition: 0.5s;
}

.sales ul.slick-dots {
  display: flex;
  justify-content: center;
}

.sales ul.slick-dots li {
  margin: 0 4px;
}

.sales ul.slick-dots li button {
  width: 13px;
  height: 13px;
  display: inline-block;
  border-radius: 50%;
  background: #0000;
  opacity: 1;
  border: 2px solid #37d7f1;
  font-size: 0;
  padding: 0;
}

.sales ul.slick-dots li.slick-active button {
  opacity: 1;
  background: #37d7f1 !important;
  border: 2px solid #EBEAEE !important;
}

/****************************************************************/
/****************************************************************/
/*************************sales*********************************/
/****************************************************************/
/****************************************************************/
.our_brands .c_section_title {
  margin-bottom: 10px;
}

.our_brands .c_item {
  text-align: center;
  width: 100%;
  height: 100px;
  transition: 0.5s;
}

.our_brands .c_item:hover {
  transform: scale(1.1);
}

.our_brands .c_item img {
  transition: 0.5s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
}

.our_brands .c_item img:hover {
  filter: none;
}

.our_brands .swiper-pagination {
  bottom: 0 !important;
  text-align: center;
}

/****************************************************************/
/****************************************************************/
/*************************c_page_profile***************************/
/****************************************************************/
/****************************************************************/
.c_page_profile .c-right {
  float: right;
  width: 25%;
  padding: 100px 0;
}

.c_page_profile .c-right .quieq_tap ul {
  display: block;
}

.c_page_profile .c-right .c_searchc {
  width: 340px;
  margin: auto;
  margin-bottom: 44px;
}

.c_page_profile .c-right .c_searchc input {
  padding: 15px 35px;
  width: 100%;
  height: 45px;
  border-radius: 35px !important;
}

.c_page_profile .c-right .c_searchc input::-moz-placeholder {
  font-size: 18px;
  color: #a8a8a8;
}

.c_page_profile .c-right .c_searchc input:-ms-input-placeholder {
  font-size: 18px;
  color: #a8a8a8;
}

.c_page_profile .c-right .c_searchc input::placeholder {
  font-size: 18px;
  color: #a8a8a8;
}

.c_page_profile .c-right .nav-tabs .nav-item.show .nav-link,
.c_page_profile .c-right .nav-tabs .nav-link.active,
.c_page_profile .c-right .nav-tabs .nav-link:focus,
.c_page_profile .c-right .nav-tabs .nav-link:hover {
  border: 0;
  border-radius: 0 30px 30px 0;
}

.c_page_profile .c-right .nav-tabs .nav-link {
  font-size: 15px;
  font-weight: bold;
  color: #203444;
  padding: 15px;
  border: 0;
  border-radius: 0;
}

.c_page_profile .c-right .nav-tabs .nav-item.show .nav-link,
.c_page_profile .c-right .nav-tabs .nav-link.active,
.c_page_profile .c-right .nav-tabs .nav-link:hover {
  color: #203444;
  background-color: #f5f5f5;
}

.c_page_profile .c-left {
  float: left;
  width: 75%;
  padding: 75px 0;
  /* box-shadow: inset -2px -3px 5px 0px #d4d4d4d1; */
}

.c_page_profile .c-left .row {
  margin: auto !important;
}

.c_page_profile .c-left .c_editInfo {
  padding: 0 50px 0 100px;
}

.c_page_profile .c-left .c_editInfo .c_imgchosee>label {
  width: 100px !important;
  height: 100px;
}

.c_page_profile .c-left .c_editInfo .c_imgchosee .c_editm {
  position: absolute;
  bottom: 20px;
  right: 2px;
}

.c_page_profile .c-left .c_editInfo .c_imgchosee span {
  font-size: 19px;
  font-weight: bold;
  color: #203444;
  margin-right: 40px;
}

.c_page_profile .c-left .c_editInfo .c_imgUp input {
  display: none;
}

.c_page_profile .c-left .c_editInfo .c_imgUp {
  width: 100%;
  height: 100%;
}

.c_page_profile .c-left .c_editInfo .c_imgUp img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.c_page_profile .c-left .c_editInfo .form-group {
  margin-bottom: 44px;
}

.c_page_profile .c-left .c_editInfo .form-group label {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #4c4c4c;
  margin-bottom: 18px;
}

.c_page_profile .c-left .c_editInfo .form-group>input,
.c_page_profile .c-left .c_editInfo .form-group>select,
.c_page_profile .c-left .c_editInfo .form-group .select2-selection {
  width: 100%;
  height: 45px;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 6px 12px;
  text-align: right;
}

.c_page_profile .c-left .c_statususerwx h4 {
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.c_page_profile .c-left .c_statususerwx label {
  margin-bottom: 0;
  margin-left: 15px;
}

.c_page_profile .c-left .c_statususerwx span {
  font-size: 14px;
}

.c_page_profile .c-left .c_statususerwx a {
  color: #203444;
}

.c_page_profile .c-left .c_commentMessage {
  padding: 0 100px;
  position: relative;
}

.c_page_profile .c-left .c_commentMessage .c_box {
  padding: 50px 35px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 30px;
  display: flex;
}

.c_page_profile .c-left .c_commentMessage .c_box .c_image {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.c_page_profile .c-left .c_commentMessage .c_textare textarea {
  padding: 25px 30px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 30px;
  width: 100%;
  height: 180px;
}

.c_page_profile .c_research .c_item {
  margin-bottom: 30px;
}

.c_page_profile .c_research .c_item .c_image {
  width: 200px;
  height: 133px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  transition: 0.5s;
  margin: auto;
  box-shadow: 0 0 10px #8b8b8b6b;
  padding: 20px;
  margin-bottom: 10px;
}

.c_page_profile .c_research .c_item .c_body h3 {
  color: #4a4a4a;
  font-size: 13px;
  font-weight: bold;
}

.c_page_profile .c_research .c_item .c_body p {
  font-size: 11px;
  color: #727272;
}

.c_page_profile .c_certifcate .c_item {
  margin-bottom: 30px;
}

.c_page_profile .c_certifcate .c_item .c_image {
  width: 200px;
  height: 133px;
}

.c_page_profile .c_certifcate .c_item img {
  border-radius: 20px;
  transition: 0.5s;
  margin: auto;
  box-shadow: 0 0 10px #8b8b8b6b;
  width: 100%;
  height: 100%;
}

/****************************************************************/
/****************************************************************/
/*************************c_page_courses***************************/
/****************************************************************/
/****************************************************************/
.c_page_courses .c_item {
  margin: 15px 0;
}

.c_page_courses .c_block {
  padding: 40px 0;
}

/****************************************************************/
/****************************************************************/
/*************************c_page_courseDetails***************************/
/****************************************************************/
/****************************************************************/
.c_page_courseDetails .c_mainContent {
  padding: 50px 0;
}

.c_page_courseDetails .c_info {
  padding-bottom: 45px;
}

.c_page_courseDetails .c_info .c_right {
  width: 70%;
  float: right;
}

.c_page_courseDetails .c_info .c_right .c_itms {
  padding: 35px;
}

.c_page_courseDetails .c_info .c_left {
  width: 27%;
  float: left;
}

.c_page_courseDetails .c_info .c_left .c_box_subscribe video#myvideo {
  width: 100%;
  height: 190px;
  /* border: 2px solid #0b8585; */
}

.c_page_courseDetails .c_info .c_left .c_box_subscribe .c_btn_subscribe {
  height: 135px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c_page_courseDetails .c_info .c_left .c_box_subscribe .c_btn_subscribe a {
  width: 65%;
  text-align: center;
}

.c_page_courseDetails .c_brandas {
  background: #f9f9f9;
}

.c_page_courseDetails .c_brandas .c_section_title {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
}

.c_page_courseDetails .c_brandas .c_item {
  text-align: center;
  width: 100%;
  height: 100px;
  transition: 0.5s;
}

.c_page_courseDetails .c_brandas .c_item:hover {
  transform: scale(1.1);
}

.c_page_courseDetails .c_brandas .c_item img {
  transition: 0.5s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
}

.c_page_courseDetails .c_brandas .c_item img:hover {
  filter: none;
}

.c_page_courseDetails .c_brandas .swiper-pagination {
  bottom: -7px !important;
  text-align: center;
}

.c_page_courseDetails .c_info2 {
  margin-top: 40px;
}

.c_page_courseDetails .c_info2 .c_right {
  width: 38%;
  float: right;
}

.c_page_courseDetails .c_info2 .c_right .c_box_show {
  padding: 50px 0 40px;
}

.c_page_courseDetails .c_info2 .c_right .c_bloc .c_img {
  margin-bottom: 30px;
}

.c_page_courseDetails .c_info2 .c_right .c_bloc img {
  width: 175px;
  height: 130px;
}

.c_page_courseDetails .c_info2 .c_right .c_bloc .c_btn_subscribe a {
  width: 100%;
  text-align: center;
}

.c_page_courseDetails .c_info2 .c_left {
  width: 58%;
  float: left;
}

.c_page_courseDetails .c_info2 .c_left .c_itm_prof {
  justify-content: flex-start;
  padding: 40px 80px;
}

.c_page_courseDetails .c_info2 .c_left .c_itm_prof img {
  border-radius: 100%;
  width: 170px;
  height: 170px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-left: 44px;
}

.c_page_courseDetails .c_info2 .c_left .c_itm_prof .c_bdy {
  color: #203444;
}

.c_page_courseDetails .c_info2 .c_left .c_itm_prof .c_bdy span {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #203444;
  margin-bottom: 10px;
}

.c_page_courseDetails .c_info2 .c_left .c_itm_prof .c_bdy h6 {
  font-size: 13px;
  color: #203444;
}

/****************************************************************/
/****************************************************************/
/*************************c_page_courseSubscriber***************************/
/****************************************************************/
/****************************************************************/
.c_page_courseSubscriber .c_mainContent {
  padding: 50px 0;
}

.c_page_courseSubscriber .c_coursubs_Swiper {
  display: flex;
  justify-content: space-between;
}

.c_page_courseSubscriber .c_coursubs_Swiper video {
  max-width: 100%;
}

.c_page_courseSubscriber .c_coursubs_Swiper .mySwiper {
  width: 28%;
  margin: 0;
}

.c_page_courseSubscriber .c_coursubs_Swiper .mySwiper video {
  height: 100px;
  width: 100%;
}

.c_page_courseSubscriber .c_coursubs_Swiper .mySwiper .swiper-wrapper {
  height: 600px !important;
}

.c_page_courseSubscriber .c_coursubs_Swiper .mySwiper .swiper-slide {
  height: 135px !important;
}

.c_page_courseSubscriber .c_coursubs_Swiper .mySwiper .c_title h4 {
  font-size: 12px;
  font-weight: bold;
  color: #424242;
  margin-top: 10px;
}

.c_page_courseSubscriber .c_coursubs_Swiper .swiper.mySwiper2 {
  width: 69%;
  margin: 0;
  height: 555px;
}

.c_page_courseSubscriber .c_coursubs_Swiper .swiper.mySwiper2 .c_title h4 {
  font-size: 19px;
  font-weight: bold;
  color: #203444;
  margin-top: 20px;
}

.c_page_courseSubscriber .c_coursubs_Swiper .swiper.mySwiper2 .swiper-button-next:after,
.c_page_courseSubscriber .c_coursubs_Swiper .swiper.mySwiper2 .swiper-button-prev:after {
  display: none;
}

.c_page_courseSubscriber .c_coursubs_Swiper .swiper.mySwiper2 .swiper-button-next,
.c_page_courseSubscriber .c_coursubs_Swiper .swiper.mySwiper2 .swiper-button-prev {
  bottom: 20px;
  top: auto;
  color: #203444;
  font-size: 15px;
}

.c_page_courseSubscriber .c_coursubs_Swiper .swiper.mySwiper2 .swiper-button-next img,
.c_page_courseSubscriber .c_coursubs_Swiper .swiper.mySwiper2 .swiper-button-prev img {
  margin: 0 10px;
}

.c_page_courseSubscriber .c_coursubs_Swiper .swiper.mySwiper2 .swiper-button-prev,
.c_page_courseSubscriber .c_coursubs_Swiper .swiper.mySwiper2 .swiper-rtl .swiper-button-next {
  left: 120px;
  right: auto;
}

.c_page_courseSubscriber .c_coursubs_Swiper .swiper.mySwiper2 .swiper-button-next,
.c_page_courseSubscriber .c_coursubs_Swiper .swiper.mySwiper2 .swiper-rtl .swiper-button-prev {
  right: auto;
  left: 20px;
}

/****************************************************************/
/****************************************************************/
/*************************c_page_courseDetails***************************/
/****************************************************************/
/****************************************************************/
.c_page_about .c_section_1 {
  padding: 80px 0;
}

.c_page_about .c_section_1 .row {
  align-items: center;
}

.c_page_about .c_section_1 .c_post .c_body h2 {
font-size: 28px;
    color: #1aaac3;
    margin-bottom: 20px;
    padding-right: 20px;
    border-right: 4px solid #1aaac3;
    font-weight: bold;
}

.c_page_about .c_section_1 .c_post .c_body h3 {
  font-size: 26px;
  font-weight: bold;
  color: #222;
  margin-bottom: 25px;
  width: 60%;
}

.c_page_about .c_section_1 .c_post .c_body p {
  margin-top: 20px;
  text-align: justify;
}

.c_page_about .c_section_1 .c_post .c_buttn a {
  margin-left: 15px;
}

.c_page_about .c_section_1 .c_post .c_buttn {
  margin-top: 30px;
}

.c_page_about .c_section_1 .c_post .c_num {
  display: flex;
  margin-top: 40px;
}

.c_page_about .c_section_1 .c_post .c_num .c_item {
  width: 33%;
  display: flex;
  transition: 0.5s;
}

.c_page_about .c_section_1 .c_post .c_num .c_item:hover .c_icon {
  background: #203444;
  color: #fff;
}

.c_page_about .c_section_1 .c_post .c_num .c_item:hover .c_bdu {
  color: #203444;
}

.c_page_about .c_section_1 .c_post .c_num .c_icon {
  width: 40px;
  height: 40px;
  background: #383838;
  color: #fff;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 5px;
  margin-left: 27px;
  transition: 0.5s;
}

.c_page_about .c_section_1 .c_post .c_num .c_bdu {
  color: #383838;
  transition: 0.5s;
}

.c_page_about .c_section_1 .c_post .c_num .c_bdu span {
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  line-height: 20px;
}

.c_page_about .c_section_1 .c_post .c_num .c_bdu p {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  line-height: 20px;
}

.c_page_about .c_section_1 .c_imgs {
  position: relative;
}

.c_page_about .c_section_1 .c_imgs .c_bgimg {
  position: absolute;
}

.c_page_about .c_section_1 .c_imgs .c_bgimg.c_bg_1 {
  left: 0;
  z-index: -1;
}

.c_page_about .c_section_1 .c_imgs .c_bgimg.c_bg_2 {
  bottom: 30px;
  z-index: 9;
  right: 15%;
}

.c_page_about .c_section_1 .c_imgs .c_item {
  text-align: center;
}

.c_page_about .c_section_1 .c_imgs .c_item img {
  border-radius: 74% 26% 58% 42%/39% 24% 76% 61%;
  width: 450px;
  height: 430px;
  -o-object-fit: cover;
  object-fit: cover;
}

.c_page_about .c_section_1 .c_imgs .swiper-pagination {
  bottom: 0 !important;
  text-align: left;
  right: 0 !important;
  left: auto !important;
  width: auto !important;
}

.c_page_about .c_section_2 {
  background: url(/front_end_style/images/cta-bg.png) no-repeat center;
  padding: 120px 0;
  background-size: 100% 100%;
}

.c_page_about .c_section_2 .c_item {
  background: #ffffffd1;
  padding: 80px 50px 50px;
  border-radius: 40px;
  position: relative;
  height: 275px;
  margin: 0 20px;
  text-align: justify;
}

.c_page_about .c_section_2 .c_title {
  position: absolute;
  top: -25px;
  right: -25px;
  background: #fff;
  padding: 15px;
  text-align: center;
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 15px;
}

.c_page_about .c_section_2 .c_title img {
  max-width: 75px;
  max-height: 75px;
  height: auto;
  width: auto;
  margin-bottom: 7px;
}

.c_page_about .c_section_2 .c_title h4 {
  font-size: 19px;
  color: #494949;
  margin: 0;
}

.c_page_about .c_section_2 .c_body {
  width: 100%;
  height: 100%;
}

/****************************************************************/
/****************************************************************/
/*************************c_page_courseDetails***************************/
/****************************************************************/
/****************************************************************/
.c_page_contact .c_info {
  margin-bottom: 35px;
}

.c_page_contact .c_info li {
  float: right;
  margin-left: 25px;
}

.c_page_contact .c_info li a {
  font-size: 16px;
  color: #383838;
}

.c_page_contact .c_info li i {
  color: #203444;
  margin-left: 15px;
}

.c_page_contact .c_imgs {
  position: relative;
}

.c_page_contact .c_imgs .c_bgimg {
  position: absolute;
}

.c_page_contact .c_imgs .c_bgimg.c_bg_1 {
  left: 0;
  z-index: -1;
}

.c_page_contact .c_imgs .c_bgimg.c_bg_2 {
  bottom: 30px;
  z-index: 9;
  right: 15%;
}

.c_page_contact .c_imgs .c_item {
  text-align: center;
}

.c_page_contact .c_imgs .c_item img {
  border-radius: 74% 26% 58% 42%/39% 24% 76% 61%;
  width: 450px;
  height: 430px;
  -o-object-fit: cover;
  object-fit: cover;
}

.c_page_contact .c_imgs .swiper-pagination {
  bottom: 0 !important;
  text-align: left;
  right: 0 !important;
  left: auto !important;
  width: auto !important;
}

/****************************************************************/
/****************************************************************/
/*************************c_page_news***************************/
/****************************************************************/
/****************************************************************/
.c_page_news .c_item {
  margin: 15px 0;
}

.c_page_news .c_block {
  padding: 40px 0;
}

/****************************************************************/
/*************************.c_page_newsInner***************************/
/****************************************************************/
/****************************************************************/
.c_page_newsInner .c_mainNews {
  float: right;
  width: 60%;
}

.c_page_newsInner .c_mainNews .c_item .c_image {
  height: 475px;
  position: relative;
}

.c_page_newsInner .c_mainNews .c_item .c_image .swiper_mannews_pc {
  height: 100%;
}

.c_page_newsInner .c_mainNews .c_item .c_image .swiper-button-next,
.c_page_newsInner .c_mainNews .c_item .c_image .swiper-button-prev {
  color: #fff;
}

.c_page_newsInner .c_mainNews .c_item .c_image img {
  width: 100%;
  max-height: 100%;
  border-radius: 5px;
}

.c_page_newsInner .c_mainNews .c_title h2 {
  font-size: 16px;
  color: #203444;
  font-weight: bold;
  margin-bottom: 33px;
}

.c_page_newsInner .c_mainNews .c_date {
  font-size: 12px;
  margin: 20px 0;
  color: #585858;
}

.c_page_newsInner .c_relatedNews {
  float: left;
  width: 35%;
  height: fit-content;
  box-shadow: 0 0 10px #9393939c;
  padding: 40px 0;
  padding-bottom: 20px;
  overflow-y: scroll;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.c_page_newsInner .c_relatedNews::-webkit-scrollbar {
  width: 6px;
}

.c_page_newsInner .c_relatedNews::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #f4f4f4;
  border-radius: 0px;
}

.c_page_newsInner .c_relatedNews::-webkit-scrollbar-thumb {
  background: #e9e9e9;
  border-radius: 1px;
}

.c_page_newsInner .c_relatedNews::-webkit-scrollbar-thumb:hover {
  background: #e9e9e9;
}

.c_page_newsInner .c_relatedNews .c_totl {
  position: relative;
  z-index: 9;
}

.c_page_newsInner .c_relatedNews .c_totl h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
  padding-right: 45px;
  color: #203444;
  position: relative;
  /* padding-top: 10px; */
}

.c_page_newsInner .c_relatedNews .c_totl h2::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 4px;
  background: #203444;
  border-radius: 0;
  right: 0px;
  top: 8px;
  border-radius: 5px 0 0 5px;
  z-index: -1;
}

.c_page_newsInner .c_relatedNews .c_itms {
  margin: 17px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c_page_newsInner .c_relatedNews .c_itms .c_image {
  width: 25%;
}

.c_page_newsInner .c_relatedNews .c_itms .c_image img {
  width: 90px;
  height: 90px;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

.c_page_newsInner .c_relatedNews .c_itms .c_body {
  width: 70%;
}

.c_page_newsInner .c_relatedNews .c_title h2 {
  font-size: 13px;
  font-weight: bold;
  color: #203444;
}

.c_page_newsInner .c_relatedNews .c_date {
  font-size: 12px;
  color: #585858;
}

/****************************************************************/
/*************************.c_page_subscribe***************************/
/****************************************************************/
/****************************************************************/
.c_page_subscribe .c_block {
  max-width: 380px;
  margin: auto;
}

.c_page_subscribe .c_block .c_box {
  box-shadow: 0 0 10px #aaaaaac4;
  border-radius: 15px;
  text-align: center;
}

.c_page_subscribe .c_block .c_box .c_subs_now h4 {
  background: #203444;
  border-radius: 15px 15px 0 0;
  padding: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.c_page_subscribe .c_block .c_box .c_body {
  padding: 50px;
}

.c_page_subscribe .c_block .c_box .c_body .c_subs_year h5 {
  font-size: 18px;
  font-weight: bold;
  color: #203444;
  margin-bottom: 20px;
}

.c_page_subscribe .c_block .c_box .c_body .c_price {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #203444;
}

.c_page_subscribe .c_block .c_box .c_body .c_price h6 {
  font-size: 84px;
  font-weight: bold;
}

.c_page_subscribe .c_block .c_box .c_body .c_price span {
  font-size: 18px;
  font-weight: bold;
}

.c_page_subscribe .c_block .c_box .c_body .c_parg {
  color: #383838;
  font-size: 14px;
}

.c_page_subscribe .c_block .c_box .c_body .c_butn a {
  width: 200px;
}

.c_page_subscribe .c_form_subscr {
  padding: 40px 33px;
}

.c_page_subscribe .c_form_subscr form .form-group .checkbox-paypal label {
  background: #f6f6f6 url(/front_end_style/images/credit-card.png) center no-repeat;
  border-radius: 20px;
}

.c_page_subscribe .c_form_subscr form .form-group .checkbox-master label {
  background: #f6f6f6 url(/front_end_style/images/paypal.png) center no-repeat;
  border-radius: 20px;
}

.c_page_subscribe .c_form_subscr form .c_form_chekc {
  display: flex;
}

.c_page_subscribe .c_form_subscr form .c_form_chekc label {
  cursor: pointer;
}

.c_page_subscribe .c_form_subscr form .c-checkbox {
  margin-left: 20px;
}

.c_page_subscribe .c_form_subscr form .c-checkbox h5 {
  border: 1px solid #f6f6f6;
  border-radius: 20px;
  font-size: 0;
  transition: 0.5s;
  width: 85px;
  height: 35px;
  margin: 0;
}

.c_page_subscribe .c_form_subscr form .c-checkbox input[type=radio] {
  display: none;
}

.c_page_subscribe .c_form_subscr form .c-checkbox input[type=radio]:checked~h5 {
  border: 1px solid #203444;
  transition: 0.5s;
}

/****************************************************************/
/*************************.c_page_resume***************************/
/****************************************************************/
/****************************************************************/
/****************************************************************/
/*************************.c_page_resume***************************/
/****************************************************************/
/****************************************************************/
/****************************************************************/
/*************************.c_page_resume***************************/
/****************************************************************/
/****************************************************************/
.c_page_resume {
  padding: 100px;
  background: #f6f6f6;
  direction: ltr;
  /********/
  /*********/
}

.c_page_resume .container_900 {
  position: relative;
  width: 100%;
  margin: auto;
  max-width: 860px;
  padding: 0px 0px;
}

.c_page_resume .c_topCv {
  background: #37d7f1;
}

.c_page_resume .c_topCv .c_blockss {
  display: flex;
  direction: ltr;
  align-items: center;
}

.c_page_resume .c_topCv .c_blockss .c_infoss {
  float: left;
  width: 55%;
  padding: 80px 20px 50px 60px;
  margin: 0;
  text-align: left;
  color: #fff;
}

.c_page_resume .c_topCv .c_blockss .c_infoss .c_name h2 {
  font-weight: normal;
  font-size: 50px;
  margin: 0;
}

.c_page_resume .c_topCv .c_blockss .c_infoss .c_name p {
  font-size: 65px;
  font-weight: bold;
  line-height: 50px;
}

.c_page_resume .c_topCv .c_blockss .c_infoss .c_postionss h4 {
  font-size: 18px;
  text-transform: uppercase;
  word-spacing: 2px;
  letter-spacing: 2px;
  margin-bottom: 25px;
}

.c_page_resume .c_topCv .c_blockss .c_infoss .c_postionss p {
  line-height: 20px;
  font-size: 15px;
}

.c_page_resume .c_topCv .c_blockss .c_image {
  float: right;
  width: 50%;
  padding: 20px;
  text-align: left;
}

.c_page_resume .c_topCv .c_blockss .c_image img {
  border-radius: 50%;
  display: inline-block;
  width: 275px;
  height: 275px;
  border: 10px solid #fff;
}

.c_page_resume .c_head_cv {
  float: right;
  width: 50%;
  background: #fbfbfb;
  padding: 40px 40px 50px 50px;
  line-height: 1.15;
  margin: 0;
}

.c_page_resume .c_body_cv {
  float: left;
  width: 55%;
  background: #37d7f180;
  padding: 40px 40px 50px 50px;
  margin: 0;
}

.c_page_resume .c_createCV {
  display: flex;
  margin: 0;
  /* width: 100%;
  height: 100%; */
  position: relative;
  /* display: inline-block; */
  width: 100%;
  background: #fbfbfb;
  text-align: left;
}

.c_page_resume .c_createCV .c_titles h3 {
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

.c_page_resume .c_createCV .c_company {
  margin-bottom: 10px;
}

.c_page_resume .c_createCV .c_postionss {
  font-weight: normal;
  margin-bottom: 10px;
}

.c_page_resume .c_createCV .c_item {
  position: relative;
  margin-bottom: 50px;
}

.c_page_resume .c_createCV .c_item.c_exper .c_itme_ex {
  margin-bottom: 30px;
}

.c_page_resume .c_createCV .c_item.c_exper ul li {
  list-style: inside;
  font-size: 16px;
  color: #000;
  margin-bottom: 8%;
  font-weight: 900;
}

.c_page_resume .c_createCV .c_item.c_contact ul li {
  margin-bottom: 10px;
}

.c_page_resume .c_createCV .c_item.c_contact ul li i {
  color: #203444;
  margin-right: 10px;
}

.c_page_resume .c_edotadd {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
}

.c_page_resume .c_edotadd li {
  float: left;
  margin: 0 5px;
}

.c_page_resume .c_edotadd li a {
  color: #203444;
}

.c_page_resume .c_skills {
  /* progress bar  */
}

.c_page_resume .c_skills .c_temem {
  margin-bottom: 20px;
}

.c_page_resume .c_skills .c_temem h5 {
  font-size: 16px;
}

.c_page_resume .c_skills .c_progress {
  padding: 0 !important;
  width: 100%;
  height: 15px;
  overflow: hidden;
  background: #e5e5e5;
  border-radius: 20px;
}

.c_page_resume .c_skills .c_bar {
  position: relative;
  float: left;
  min-width: 1%;
  height: 100%;
  background: #203444;
}

.c_page_resume .c_skills .c_percent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-family: tahoma, arial, helvetica;
  font-size: 12px;
  color: white;
}

/****************************************************************/
/****************************************************************/
/*************************.c_page_resume_1***************************/
/****************************************************************/
/****************************************************************/
.c_page_resume_1 {
  padding: 100px;
  background: #f6f6f6;
  direction: ltr;
  /********/
  /*********/
}

.c_page_resume_1 .container_900 {
  position: relative;
  width: 100%;
  margin: auto;
  max-width: 860px;
  padding: 0px 0px;
  background: #fff;
}

.c_page_resume_1 .c_topCv .c_blockss {
  display: flex;
  direction: ltr;
  align-items: center;
}

.c_page_resume_1 .c_topCv .c_blockss .c_infoss {
  float: left;
  width: 55%;
  padding: 80px 20px 50px 60px;
  margin: 0;
  text-align: left;
  color: #fff;
}

.c_page_resume_1 .c_topCv .c_blockss .c_infoss .c_name {
  color: #9e659e;
}

.c_page_resume_1 .c_topCv .c_blockss .c_infoss .c_name h2 {
  font-weight: normal;
  font-size: 60px;
  margin: 0;
}

.c_page_resume_1 .c_topCv .c_blockss .c_infoss .c_name p {
  font-size: 50px;
  line-height: 50px;
}

.c_page_resume_1 .c_topCv .c_blockss .c_infoss .c_postionss {
  color: #9e659e;
}

.c_page_resume_1 .c_topCv .c_blockss .c_infoss .c_postionss h4 {
  font-size: 18px;
  text-transform: uppercase;
  word-spacing: 2px;
  letter-spacing: 2px;
  margin-bottom: 25px;
}

.c_page_resume_1 .c_topCv .c_blockss .c_infoss .c_postionss p {
  line-height: 20px;
  font-size: 15px;
}

.c_page_resume_1 .c_topCv .c_blockss .c_image {
  float: right;
  width: 50%;
  padding: 20px;
  text-align: left;
}

.c_page_resume_1 .c_topCv .c_blockss .c_image img {
  border-radius: 50%;
  display: inline-block;
  width: 300px;
  height: 300px;
  border: 13px solid #faccd4;
}

.c_page_resume_1 .c_head_cv {
  float: right;
  width: 50%;
  padding: 40px 40px 50px 50px;
  line-height: 1.15;
  margin: 0;
}

.c_page_resume_1 .c_body_cv {
  float: left;
  width: 55%;
  padding: 40px 40px 50px 50px;
  margin: 0;
}

.c_page_resume_1 .c_createCV {
  display: flex;
  margin: 0;
  /* width: 100%;
  height: 100%; */
  position: relative;
  /* display: inline-block; */
  width: 100%;
  text-align: left;
}

.c_page_resume_1 .c_createCV .c_titles h3 {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 20px;
  color: #9e659e;
  width: 200px;
  background: #faccd4;
  padding: 5px 10px;
}

.c_page_resume_1 .c_createCV .c_date p,
.c_page_resume_1 .c_createCV .c_company p {
  color: #9e659e !important;
}

.c_page_resume_1 .c_createCV .c_company {
  margin-bottom: 10px;
}

.c_page_resume_1 .c_createCV .c_postionss {
  color: #9e659e !important;
  font-weight: normal;
  margin-bottom: 10px;
}

.c_page_resume_1 .c_createCV .c_item {
  position: relative;
  margin-bottom: 50px;
}

.c_page_resume_1 .c_createCV .c_item.c_exper .c_itme_ex {
  margin-bottom: 30px;
}

.c_page_resume_1 .c_createCV .c_item.c_exper ul li {
  list-style: inside;
  font-size: 16px;
  color: #000;
  margin-bottom: 8%;
  font-weight: 900;
}

.c_page_resume_1 .c_createCV .c_item.c_contact ul li {
  margin-bottom: 10px;
}

.c_page_resume_1 .c_createCV .c_item.c_contact ul li i {
  color: #9e659e;
  margin-right: 10px;
}

.c_page_resume_1 .c_edotadd {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
}

.c_page_resume_1 .c_edotadd li {
  float: left;
  margin: 0 5px;
}

.c_page_resume_1 .c_edotadd li a {
  color: #9e659e;
}

.c_page_resume_1 .c_skills {
  /* progress bar  */
}

.c_page_resume_1 .c_skills .c_temem {
  margin-bottom: 20px;
}

.c_page_resume_1 .c_skills .c_temem h5 {
  font-size: 16px;
}

.c_page_resume_1 .c_skills .c_progress {
  padding: 0 !important;
  width: 100%;
  height: 15px;
  overflow: hidden;
  border-radius: 20px;
}

.c_page_resume_1 .c_skills .c_bar {
  position: relative;
  float: left;
  min-width: 1%;
  height: 100%;
  background: #9e659e;
}

.c_page_resume_1 .c_skills .c_percent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-family: tahoma, arial, helvetica;
  font-size: 12px;
  color: white;
}

/****************************************************************/
/****************************************************************/
/*************************.c_page_resume_2***************************/
/****************************************************************/
/****************************************************************/
.c_page_resume_2 {
  padding: 100px;
  background: #f6f6f6;
  direction: ltr;
  /********/
  /*********/
}

.c_page_resume_2 .container_900 {
  position: relative;
  width: 100%;
  margin: auto;
  max-width: 860px;
  padding: 0px 0px;
  background: #fff;
}

.c_page_resume_2 .c_topCv .c_blockss {
  display: flex;
  direction: ltr;
  align-items: flex-end;
}

.c_page_resume_2 .c_topCv .c_blockss .c_infoss {
  float: left;
  width: 65%;
  margin: 0;
  text-align: left;
}

.c_page_resume_2 .c_topCv .c_blockss .c_infoss .c_name {
  padding: 80px 20px 50px 60px;
}

.c_page_resume_2 .c_topCv .c_blockss .c_infoss .c_name h2 {
  font-weight: normal;
  font-size: 60px;
  margin: 0;
}

.c_page_resume_2 .c_topCv .c_blockss .c_infoss .c_name p {
  font-size: 50px;
  line-height: 50px;
}

.c_page_resume_2 .c_topCv .c_blockss .c_infoss .c_postionss {
  color: #fff;
  background: #27598ed1;
  padding: 40px 60px;
}

.c_page_resume_2 .c_topCv .c_blockss .c_infoss .c_postionss h4 {
  font-size: 18px;
  text-transform: uppercase;
  word-spacing: 2px;
  letter-spacing: 2px;
  margin-bottom: 25px;
}

.c_page_resume_2 .c_topCv .c_blockss .c_infoss .c_postionss p {
  line-height: 20px;
  font-size: 15px;
}

.c_page_resume_2 .c_topCv .c_blockss .c_image {
  float: right;
  width: 40%;
  text-align: left;
  padding-right: 60px;
}

.c_page_resume_2 .c_topCv .c_blockss .c_image img {
  border-radius: 140px 140px 0 0;
  display: inline-block;
  width: 100%;
  height: 400px;
  border: 10px solid #ddd;
}

.c_page_resume_2 .c_head_cv {
  float: right;
  width: 40%;
  padding: 0px 40px 0px 30px;
  line-height: 1.15;
  margin: 40px 0;
}

.c_page_resume_2 .c_body_cv {
  float: left;
  width: 65%;
  padding: 0px 40px 0px 50px;
  margin: 40px 0;
  border-right: 8px solid #27598ed1;
}

.c_page_resume_2 .c_createCV {
  display: flex;
  margin: 0;
  /* width: 100%;
  height: 100%; */
  position: relative;
  /* display: inline-block; */
  width: 100%;
  text-align: left;
}

.c_page_resume_2 .c_createCV .c_titles h3 {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 20px;
  color: #fff;
  width: 90%;
  background: #27598ed1;
  padding: 5px 10px;
}

.c_page_resume_2 .c_createCV .c_date p,
.c_page_resume_2 .c_createCV .c_company p {
  color: #000 !important;
}

.c_page_resume_2 .c_createCV .c_company {
  margin-bottom: 10px;
}

.c_page_resume_2 .c_createCV .c_postionss {
  color: gray !important;
  font-weight: normal;
  margin-bottom: 10px;
}

.c_page_resume_2 .c_createCV .c_item {
  position: relative;
  margin-bottom: 50px;
}

.c_page_resume_2 .c_createCV .c_item.c_exper .c_itme_ex {
  margin-bottom: 30px;
}

.c_page_resume_2 .c_createCV .c_item.c_exper ul li {
  list-style: inside;
  font-size: 16px;
  color: gray;
  margin-bottom: 8%;
  font-weight: 900;
}

.c_page_resume_2 .c_createCV .c_item.c_contact ul li {
  margin-bottom: 10px;
}

.c_page_resume_2 .c_createCV .c_item.c_contact ul li i {
  color: #27598ed1;
  margin-right: 10px;
}

.c_page_resume_2 .c_edotadd {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
}

.c_page_resume_2 .c_edotadd li {
  float: left;
  margin: 0 5px;
}

.c_page_resume_2 .c_edotadd li a {
  color: #27598ed1;
}

.c_page_resume_2 .c_skills {
  /* progress bar  */
}

.c_page_resume_2 .c_skills .c_temem {
  margin-bottom: 20px;
}

.c_page_resume_2 .c_skills .c_temem h5 {
  font-size: 16px;
}

.c_page_resume_2 .c_skills .c_progress {
  padding: 0 !important;
  width: 100%;
  height: 15px;
  overflow: hidden;
  border-radius: 20px;
}

.c_page_resume_2 .c_skills .c_bar {
  position: relative;
  float: left;
  min-width: 1%;
  height: 100%;
  background: #27598ed1;
}

.c_page_resume_2 .c_skills .c_percent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-family: tahoma, arial, helvetica;
  font-size: 12px;
  color: white;
}

/****************************************************************/
/****************************************************************/
/*************************.c_page_resume_2***************************/
/****************************************************************/
/****************************************************************/
.c_page_test .c_qustion .form-group {
  margin-bottom: 30px;
}

.c_page_test .c_qustion .form-group h5 {
  font-size: 15px;
  font-weight: bold;
  padding: 25px;
  background: #f8f8f8;
  box-shadow: 0 0 6px #9e9e9e70;
  color: #203444;
  margin-bottom: 15px;
}

.c_page_test .c_qustion .form-check {
  margin-bottom: 15px;
  padding: 0;
}

.c_page_test .c_qustion .form-check label.form-check-label {
  width: 100%;
}

.c_page_test .c_qustion .form-check input {
  display: none;
}

.c_page_test .c_qustion .form-check label.form-check-label span {
  font-size: 13px;
  font-weight: bold;
  padding: 25px 60px;
  box-shadow: 0 0 6px #9e9e9e70;
  color: #38303f;
}

.c_page_test .c_qustion .form-check label.form-check-label {
  background: url(/front_end_style/images/gridcopy.png) no-repeat right center;
  background-position-x: 98%;
  cursor: pointer;
}

.c_page_test .c_qustion .form-check input[type=radio]:checked~span {
  background: url(/front_end_style/images/check-mark.png) no-repeat left center;
  background-position-x: 2%;
}

.c_page_test .c_qustion .c_butnns {
  border: 0;
}

/****************************************************************/
/****************************************************************/
/*************************.c_page_resume_2***************************/
/****************************************************************/
/****************************************************************/
.c_page_testAnswer .c_item_test>h3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 50px;
  color: #203444;
}

.c_page_testAnswer .c_done {
  text-align: center;
  margin-bottom: 130px;
}

.c_page_testAnswer .c_qustion .form-check label.form-check-label {
  cursor: default;
}

.c_page_testAnswer .c_true span {
  background: url(/front_end_style/images/check-mark.png) no-repeat left center;
  background-position-x: 2%;
}

.c_page_testAnswer .c_false span {
  background: url(/front_end_style/images/x.png) no-repeat left center;
  background-position-x: 2%;
}

/***************************************/
/************ STYLE BUTTONS ************/
/***************************************/
.header .c_top_header ul.c_one li:nth-child(2) a,
.c_page_profile .c-left .c_editInfo .c_btnn button,
.c_page_profile .c-left .c_commentMessage button {
  font-size: 10px;
  background: #203444;
  color: #fff;
  padding: 5px 10px;
  border-radius: 20px;
  transition: 0.5s;
  display: inline-block;
}

.header .c_top_header ul.c_one li:nth-child(2) a:hover,
.c_page_profile .c-left .c_editInfo .c_btnn button:hover,
.c_page_profile .c-left .c_commentMessage button:hover {
  background: #f9f9f9;
  color: #203444;
}

.c_login_modal .nav-tabs .nav-item.show .nav-link,
.c_login_modal .nav-tabs .nav-link.active,
.slider .c_post .c_buttn a:first-child,
.about .c_post .c_buttn a,
.c_page_about .c_section_1 .c_post .c_buttn a,
.c_page_test .c_qustion .c_butnns {
  font-size: 16px;
  font-weight: bold;
  background: #203444;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  transition: 0.5s;
  display: inline-block;
}

.c_login_modal .nav-tabs .nav-item.show .nav-link:hover,
.c_login_modal .nav-tabs .nav-link.active:hover,
.slider .c_post .c_buttn a:hover:first-child,
.about .c_post .c_buttn a:hover,
.c_page_about .c_section_1 .c_post .c_buttn a:hover,
.c_page_test .c_qustion .c_butnns:hover {
  background: #f9f9f9;
  color: #203444;
}

.c_login_modal .nav-tabs .nav-link,
.slider .c_post .c_buttn a:nth-child(2),
.courses .c_item .c_post .c_buttn a,
.c_page_courses .c_item .c_post .c_buttn a,
.c_page_news .c_item .c_post .c_buttn a {
  font-size: 16px;
  font-weight: bold;
  background: #f9f9f9;
  color: #203444;
  padding: 10px 20px;
  border-radius: 20px;
  transition: 0.5s;
  display: inline-block;
}

.c_login_modal .nav-tabs .nav-link:hover,
.slider .c_post .c_buttn a:hover:nth-child(2),
.courses .c_item .c_post .c_buttn a:hover,
.c_page_courses .c_item .c_post .c_buttn a:hover,
.c_page_news .c_item .c_post .c_buttn a:hover {
  background: #203444;
  color: #f9f9f9;
}

.c_page_courseDetails .c_info .c_left .c_box_subscribe .c_btn_subscribe a,
.c_page_courseDetails .c_info2 .c_right .c_bloc .c_btn_subscribe a,
.c_page_subscribe .c_block .c_box .c_body .c_butn a {
  font-size: 11px;
  background: #203444;
  color: #fff;
  padding: 10px;
  border-radius: 20px;
  transition: 0.5s;
  display: inline-block;
}

.c_page_courseDetails .c_info .c_left .c_box_subscribe .c_btn_subscribe a:hover,
.c_page_courseDetails .c_info2 .c_right .c_bloc .c_btn_subscribe a:hover,
.c_page_subscribe .c_block .c_box .c_body .c_butn a:hover {
  background: #f9f9f9;
  color: #203444;
}

.c_login_modal form .c_butnns,
.c_page_subscribe .c_form_subscr .c_butnns {
  font-size: 11px;
  background: #37d7f1;
  color: #fff;
  padding: 10px;
  border-radius: 20px;
  transition: 0.5s;
  display: inline-block;
  border: 0;
  width: 100%;
}

.c_login_modal form .c_butnns:hover,
.c_page_subscribe .c_form_subscr .c_butnns:hover {
  background: #f9f9f9;
  color: #203444;
}

.c_page_contact .c_form_contat form .c_butnns {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  border: 0;
  border-radius: 10px;
  width: 70%;
  display: inline-block;
  background: #37d7f1;
}

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

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

/**/
.header .c_main_header .c_search form {
  position: relative;
  width: 300px;
}

.header .c_main_header .c_search input.form-control {
  width: 100% !important;
  height: 45px;
  border: 0;
  border-radius: 20px;
  padding-right: 60px;
  background: #f9f9f9;
  font-size: 12px;
  font-weight: bold;
}

.header .c_main_header .c_search button {
  position: absolute;
  padding: 0;
  right: 30px;
  border: 0;
  background: none;
  color: #203444;
}

.c_login_modal form,
.c_page_subscribe .c_form_subscr form {
  text-align: right;
}

.c_login_modal form label,
.c_page_subscribe .c_form_subscr form label {
  font-size: 13px;
  font-weight: bold;
  color: #4a4a4a;
}

.c_login_modal form .form-control,
.c_page_subscribe .c_form_subscr form .form-control {
  background: #f9f9f9;
  color: #203444;
  padding: 10px 20px;
  border-radius: 20px;
  border: 0;
}

.c_section_title {
  text-align: center;
  font-size: 28px;
  color: #203444;
  margin-bottom: 50px;
}

.footer {
  /* background: url(/front_end_style/images/bgfooter.png) no-repeat right; */
  background-size: auto 100%;
  /* border-top: 5px solid #37d7f1; */
}

.footer .c_parg {
  font-size: 15px;
  color: #383838;
  margin: 20px 0;
}

.footer .c_social {
  display: flex;
}

.footer .c_social a {
  transition: 0.5s;
  color: #cacaca;
}

.footer .c_social a:hover {
  color: #203444;
}

.footer .c_social li {
  margin-left: 15px;
}

.footer .c_main_footer {
  padding: 50px 0 30px;
}

.footer .c_main_footer .logofooter img {
  width: 210px;
}

.footer .c_main_footer .c-title h3 a {
  color: #203444;
}

.footer .c_main_footer .c-body ul li i {
  margin-left: 10px;
}


.btn-primary {
  background-color: #203444;
  border-color: #203444;
  border-radius: 15px;
  padding: 0.4rem;
  color: #fff;
  transition: 0.5s;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border: 1px solid #203444;
}

.btn-primary:is(:hover, :focus, :active) {
  background-color: #f9f9f9 !important;
  color: #203444 !important;
  border: 1px solid #203444 !important;
  box-shadow: none !important;
}

.swiper-slide .c_item .c_image img {
  /* width: 100%; */
  /* border-radius: 10px; */
  -o-object-fit: contain;
  object-fit: contain;
}

.courses .c_item .c_post .c_buttn a {
  max-width: fit-content !important;
  padding: 10px 20px !important;
}


/* add some padding to right and left for small screens for the class .body */
@media (max-width: 768px) {

  .header,
  .footer,
  .body {
    padding: 0 10px;
  }
}
