@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Scope+One&display=swap");
body, html {
  font-family: 'Nunito', sans-serif;
  font-family: 'Scope One', serif;
  font-family: 'Poppins', sans-serif;
  color: #333333;
  font-size: 22px;
  line-height: 1.7;
  height: 100%; }

@media (min-width: 1200px) {
  .container-max {
    max-width: 1300px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1230px; } }

.container_md {
  max-width: 1020px; }

.container_sm {
  max-width: 500px; }

.container_xs {
  max-width: 380px; }

::-webkit-scrollbar {
  width: 6px;
  height: 6px; }

tbody::-webkit-scrollbar {
  width: 2px;
  height: 2px; }

::-webkit-scrollbar-track {
  border-radius: 0px; }

::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #000000; }

::-webkit-scrollbar-thumb:window-inactive {
  background: #000000; }

h1, .h1, h3, .h3, h4, .h4, h6, .h6 {
  color: #000000; }

h1, .h1 {
  font-weight: 800;
  font-size: 102px;
  line-height: 1.5; }
  @media (max-width: 991.98px) {
    h1, .h1 {
      font-size: 72px; } }
  @media (max-width: 767.98px) {
    h1, .h1 {
      font-size: 54px; } }
  @media (max-width: 479.98px) {
    h1, .h1 {
      font-size: 40px; } }

h3, .h3 {
  font-size: 28px;
  line-height: 1.14;
  margin-bottom: 25px; }
  @media (max-width: 1199.98px) {
    h3, .h3 {
      font-size: 24px; } }
  @media (max-width: 767.98px) {
    h3, .h3 {
      font-size: 20px;
      margin-bottom: 15px; } }

h4, .h4 {
  font-size: 21px;
  line-height: 1.45;
  margin-bottom: 0; }
  @media (max-width: 767.98px) {
    h4, .h4 {
      font-size: 20px; } }

h6, .h6 {
  font-size: 16px;
  line-height: 2;
  opacity: 0.6; }
  @media (max-width: 767.98px) {
    h6, .h6 {
      font-size: 14px; } }

a {
  text-decoration: none; }

.title {
  font-weight: bold;
  font-size: 56px;
  line-height: 1.2;
  color: #000000; }
  @media (max-width: 991.98px) {
    .title {
      font-size: 44px; } }
  @media (max-width: 767.98px) {
    .title {
      font-size: 38px; } }
  @media (max-width: 479.98px) {
    .title {
      font-size: 34px; } }

.subtitle {
  font-size: 28px;
  line-height: 1.4;
  color: #000000;
  font-family: 'Scope One', serif; }
  @media (max-width: 991.98px) {
    .subtitle {
      font-size: 24px; } }
  @media (max-width: 767.98px) {
    .subtitle {
      font-size: 20px; } }
  @media (max-width: 479.98px) {
    .subtitle {
      font-size: 18px; } }

.text {
  font-size: 18px;
  line-height: 1.7;
  color: #000000; }

.text_md {
  font-size: 22px;
  line-height: 1.7;
  color: #333333; }
  @media (max-width: 991.98px) {
    .text_md {
      font-size: 20px; } }
  @media (max-width: 767.98px) {
    .text_md {
      font-size: 18px; } }

.text_sm {
  font-size: 16px;
  color: #000000; }

.text_min {
  font-size: 12px;
  line-height: 22px; }

.copyright {
  font-size: 14px;
  line-height: 22px; }

.poz-rel {
  position: relative; }

.text-stroke {
  -webkit-text-stroke: 1px #000;
  -webkit-text-fill-color: transparent; }

.color-black {
  color: #000000; }

.color-white {
  color: #ffffff; }

.mail_link {
  color: #FFB800; }
  .mail_link:hover {
    color: #FFB800;
    text-decoration: underline; }

.cursor_pointer {
  cursor: pointer; }

.border_bottom {
  border-bottom: 4px solid #000000; }

.lh-15 {
  line-height: 1.5; }

.ff_nunito {
  font-family: 'Nunito', sans-serif; }

.ff_ScopeOne {
  font-family: 'Scope One', serif; }

.fw-300 {
  font-weight: 300; }

.fw-400 {
  font-weight: 400; }

.fw-500 {
  font-weight: 500; }

.fw-600 {
  font-weight: 600; }

.fw-700 {
  font-weight: 700; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }
  @media (max-width: 767.98px) {
    .mb-30 {
      margin-bottom: 15px !important; } }

.mb-40 {
  margin-bottom: 40px; }
  @media (max-width: 767.98px) {
    .mb-40 {
      margin-bottom: 20px !important; } }

.mb-50 {
  margin-bottom: 50px; }
  @media (max-width: 767.98px) {
    .mb-50 {
      margin-bottom: 25px !important; } }

.btn:focus {
  outline: none !important;
  box-shadow: none; }

.btn {
  padding: 0px 15px;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0px;
  box-sizing: border-box;
  text-transform: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-family: 'Scope One', serif;
  font-size: 22px;
  color: #000000;
  transition: all 0.3s; }
  .btn-yellow {
    border-bottom-color: #000000; }
    .btn-yellow:hover, .btn-yellowfocus {
      color: #FFB800;
      border-bottom-color: #FFB800; }

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

.main-wrapper.sidebar-open {
  overflow-y: hidden; }

.sidebar-overlay {
  position: fixed;
  display: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1035;
  width: 100%;
  height: 100vh;
  background: rgba(248, 248, 248, 0.85);
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.main-wrapper.sidebar-open .sidebar-overlay {
  display: block; }

.top_block {
  padding-top: 310px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 991.98px) {
    .top_block {
      padding-top: 180px;
      padding-bottom: 120px; } }
  @media (max-width: 767.98px) {
    .top_block {
      padding-top: 150px;
      padding-bottom: 80px; } }
  @media (max-width: 479.98px) {
    .top_block {
      padding-top: 120px;
      padding-bottom: 50px; } }
  .top_block .ellipse {
    position: absolute;
    top: -2%;
    left: 10.5%;
    z-index: 0; }
    @media (max-width: 767.98px) {
      .top_block .ellipse {
        top: -84%;
        left: 15%; } }
    .top_block .ellipse .ellipse_img {
      transition: transform 1.5s; }
      @media (max-width: 767.98px) {
        .top_block .ellipse .ellipse_img {
          max-width: 100px; } }

.wrapper_title {
  margin-bottom: 160px;
  position: relative; }
  @media (max-width: 767.98px) {
    .wrapper_title {
      margin-bottom: 60px; } }

.name_project,
.subname_project {
  cursor: pointer; }

.project {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin-top: 45px; }
  @media (max-width: 767.98px) {
    .project {
      margin-top: 5px; } }

.project_text {
  font-family: 'Scope One', serif;
  font-size: 22px;
  line-height: 1.4;
  color: #000000;
  border-bottom: 1px solid #000000; }
  @media (max-width: 767.98px) {
    .project_text {
      font-size: 20px; } }
  @media (max-width: 479.98px) {
    .project_text {
      font-size: 18px; } }

.link_md {
  font-family: 'Scope One', serif;
  font-size: 22px;
  color: #000000 !important;
  position: relative; }

.swiper-container-h {
  position: relative; }

.wrapper_slide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 21;
  width: 100%; }

.case_studies_section {
  padding-top: 140px;
  padding-bottom: 120px;
  background: #F8F8F8; }
  @media (max-width: 1440px) {
    .case_studies_section {
      padding-top: 120px;
      padding-bottom: 70px; } }
  @media (max-width: 992px) {
    .case_studies_section {
      padding-top: 90px; } }
  @media (max-width: 767.98px) {
    .case_studies_section {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (max-width: 479.98px) {
    .case_studies_section {
      padding-top: 40px;
      padding-bottom: 40px; } }

.wrapper_title_block {
  margin-bottom: 40px; }
  @media (max-width: 1440px) {
    .wrapper_title_block {
      margin-bottom: 10px; } }
  @media (max-width: 479.98px) {
    .wrapper_title_block {
      margin-bottom: 25px; } }

.cs_item {
  display: flex;
  background-color: #ffffff;
  flex-direction: column;
  margin-top: 1.5rem;
  width: 100%; }
  @media (max-width: 767.98px) {
    .cs_item {
      margin-top: 1rem; } }
  .cs_item .cs_item_top {
    background-color: #ffffff;
    padding: 20px;
    flex: 1 0 auto; }
  .cs_item .cs_item_bottom {
    flex-shrink: 0; }

.cursor_dot {
  opacity: 0.99999; }

.case_studies_skider {
  padding-bottom: 30px; }
  @media (max-width: 991.98px) {
    .case_studies_skider {
      padding-bottom: 0px; } }

.get_in_touch_section {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #ffffff; }
  @media (max-width: 991.98px) {
    .get_in_touch_section {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (max-width: 767.98px) {
    .get_in_touch_section {
      padding-top: 40px;
      padding-bottom: 30px; } }
  .get_in_touch_section_page {
    padding-top: 160px; }
    @media (max-width: 767.98px) {
      .get_in_touch_section_page {
        padding-top: 100px; } }

.follow_block {
  margin-top: 10px;
  margin-bottom: 40px; }
  @media (max-width: 767.98px) {
    .follow_block {
      margin-top: 0px;
      margin-bottom: 30px; } }

.social_link .social_img {
  fill: #3A3A3A;
  transition: all 0.3s; }
.social_link:hover .social_img {
  fill: #FFB800; }

.blog_section {
  padding-top: 160px;
  padding-bottom: 60px;
  background-color: #F8F8F8; }
  @media (max-width: 767.98px) {
    .blog_section {
      padding-top: 100px;
      padding-bottom: 50px; } }

.case_studies_section_dop {
  padding-top: 160px;
  padding-bottom: 20px;
  background-color: #F8F8F8; }
  @media (max-width: 767.98px) {
    .case_studies_section_dop {
      padding-top: 100px; } }

.work_section_dop {
  padding-top: 160px;
  padding-bottom: 60px;
  background-color: #F3C844; }
  @media (max-width: 767.98px) {
    .work_section_dop {
      padding-top: 100px; } }

.blog_content_item {
  padding-top: 50px;
  margin-bottom: 50px; }
  @media (max-width: 767.98px) {
    .blog_content_item {
      padding-top: 40px;
      margin-bottom: 30px; } }

.wrapper_blog_content_img {
  margin-top: 50px; }
  @media (max-width: 767.98px) {
    .wrapper_blog_content_img {
      margin-left: -0.75rem;
      margin-right: -0.75rem;
      margin-top: 20px; } }
  @media (max-width: 767.98px) {
    .wrapper_blog_content_img_last {
      margin-top: 0px; } }

.cs_img {
  width: 100%; }

.blog_preview_big {
  background-image: url("../images/jpg/preview_blog/Preview_Big.jpg");
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 0%;
  padding-bottom: 0%;
  background-size: cover;
  position: relative; }
  @media (max-width: 767.98px) {
    .blog_preview_big {
      padding-top: 20%;
      padding-bottom: 30%; } }
  @media (max-width: 479.98px) {
    .blog_preview_big {
      padding-bottom: 40%; } }

.case_studies_big {
  position: relative;
  background-image: url("../images/jpg/case_studies/big_case_studies.jpg");
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 0%;
  padding-bottom: 0%;
  background-size: cover;
  display: block; }
  @media (max-width: 1199.98px) {
    .case_studies_big {
      padding-top: 18%;
      padding-bottom: 25%; } }
  @media (max-width: 767.98px) {
    .case_studies_big {
      padding-top: 50%;
      padding-bottom: 40%;
      margin-bottom: 0.5rem; } }
  .case_studies_big .wrapper_case_studies_img:before {
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1; }
  .case_studies_big .wrapper_case_studies_img .case_studies_img {
    display: none; }
    @media (min-width: 1200px) {
      .case_studies_big .wrapper_case_studies_img .case_studies_img {
        display: block; } }
  .case_studies_big .case_studies_inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    padding-left: 50px;
    padding-right: 20px;
    padding-bottom: 60px;
    z-index: 2; }
    @media (max-width: 1199.98px) {
      .case_studies_big .case_studies_inner {
        padding-left: 30px;
        padding-bottom: 25px; } }
    @media (max-width: 767.98px) {
      .case_studies_big .case_studies_inner {
        padding-left: 20px;
        padding-bottom: 15px; } }
    .case_studies_big .case_studies_inner .bid_img_content {
      max-width: 500px; }
  @media (max-width: 991.98px) {
    .case_studies_big .h3 {
      font-size: 24px; } }
  @media (max-width: 767.98px) {
    .case_studies_big .h3 {
      font-size: 20px;
      margin-bottom: 10px; } }
  @media (max-width: 767.98px) {
    .case_studies_big .text_sm {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden; } }

.wrapper_img_block {
  position: relative;
  padding-left: 70px;
  margin-top: 30px; }
  .wrapper_img_block_2 {
    margin-top: 60px; }
  .wrapper_img_block_3 {
    margin-top: 0px; }
  @media (min-width: 1367px) {
    .wrapper_img_block {
      padding-left: 100px; } }
  @media (max-width: 767.98px) {
    .wrapper_img_block {
      padding-left: 0px;
      margin-top: 20px;
      max-width: 350px;
      margin-left: auto;
      margin-right: auto; } }
  .wrapper_img_block .wrapper_name_project {
    position: absolute;
    top: 40px;
    left: 0px;
    width: 100%;
    max-width: 276px;
    z-index: 1; }
    @media (max-width: 991.98px) {
      .wrapper_img_block .wrapper_name_project {
        max-width: 210px; } }
    @media (max-width: 767.98px) {
      .wrapper_img_block .wrapper_name_project {
        position: static;
        margin-top: 20px;
        max-width: none;
        display: block; } }

.wrapper_img_block_bg .work_img_block {
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 0%;
  padding-bottom: 0%;
  background-size: cover;
  position: relative;
  display: block; }
  @media (max-width: 767.98px) {
    .wrapper_img_block_bg .work_img_block {
      padding-top: 45%;
      padding-bottom: 55%; } }
  @media (max-width: 767.98px) {
    .wrapper_img_block_bg .work_img_block_01 {
      background-image: url("../images/jpg/projects/projects_01.jpg"); } }
  @media (max-width: 767.98px) {
    .wrapper_img_block_bg .work_img_block_02 {
      background-image: url("../images/jpg/projects/projects_02.jpg"); } }
  @media (max-width: 767.98px) {
    .wrapper_img_block_bg .work_img_block_03 {
      background-image: url("../images/jpg/projects/projects_03.jpg"); } }
  @media (max-width: 767.98px) {
    .wrapper_img_block_bg .work_img_block_04 {
      background-image: url("../images/jpg/projects/projects_04.jpg"); } }
  @media (max-width: 767.98px) {
    .wrapper_img_block_bg .work_img_block_05 {
      background-image: url("../images/jpg/projects/projects_05.jpg"); } }
  @media (max-width: 767.98px) {
    .wrapper_img_block_bg .work_img_block_06 {
      background-image: url("../images/jpg/projects/projects_06.jpg"); } }

.alert {
  border-radius: 0; }

.alert-warning {
  border-left: 0.4em solid #f3c845; }

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #E5E5E5;
  font-family: 'Scope One', serif; }

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #E5E5E5;
  font-family: 'Scope One', serif; }

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #E5E5E5;
  font-family: 'Scope One', serif; }

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #E5E5E5;
  font-family: 'Scope One', serif; }

.wrapper_form {
  padding-top: 45px; }
  @media (max-width: 767.98px) {
    .wrapper_form {
      padding-top: 25px;
      padding-bottom: 25px; } }

.main_form .wrapper-form-control {
  position: relative; }
  .main_form .wrapper-form-control .form-control {
    font-family: 'Scope One', serif;
    font-size: 28px;
    line-height: 1.4;
    color: #000000;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
    border: none;
    border-bottom: 1px solid #E5E5E5;
    border-radius: 0px; }
    @media (max-width: 767.98px) {
      .main_form .wrapper-form-control .form-control {
        font-size: 20px; } }
    .main_form .wrapper-form-control .form-control:focus {
      box-shadow: 0px 1px 0px 0px rgba(13, 110, 253, 0.25); }
    .main_form .wrapper-form-control .form-control:invalid, .main_form .wrapper-form-control .form-control.invalid {
      min-height: 54px;
      border-bottom-color: #F91E38;
      color: #F91E38;
      padding-right: calc(1.5em + 0.75rem);
      background-image: url("../images/svg/melonstudio error.svg");
      background-repeat: no-repeat;
      background-position: right center;
      font-size: 1.2em; }
      @media (max-width: 767.98px) {
        .main_form .wrapper-form-control .form-control:invalid, .main_form .wrapper-form-control .form-control.invalid {
          font-size: 0.9em; } }

.textarea {
  min-height: 170px !important;
  max-height: 170px; }
  @media (max-width: 767.98px) {
    .textarea {
      min-height: 110px !important;
      max-height: 110px; } }

.file_block {
  cursor: pointer; }

.upload_image {
  cursor: pointer;
  display: flex;
  align-items: center; }

.attachment_img {
  margin-right: 15px; }

.file_upload {
  display: none; }

.label_att {
  display: inline-block; }

.swiper-wrapper {
  z-index: 0; }

.swiper {
  width: 100%;
  height: 100%;
  z-index: 0; }

.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden; }

@media (max-width: 991.98px) {
  .swiper-container-02 {
    padding-bottom: 50px; } }
.swiper-container-02 .swiper-slide {
  display: flex;
  height: auto; }

.swiper-slide img {
  display: block; }

.work_img_block {
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s; }
  .work_img_block .slide_img {
    -webkit-transform: scale(1);
    transform: scale(1); }
  .work_img_block:hover {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }

@media (min-width: 768px) {
  .swiper-container-01 {
    padding-bottom: 40px; } }
.swiper-container-01 .swiper-pagination-clickable {
  bottom: -10px; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  width: 20px;
  height: 3px;
  border-radius: 0px; }

.swiper-pagination-clickable
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #6e5a1e; }

.swiper-zoom-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-container-h .wrapper_slide {
  padding-top: 210px; }
  @media (max-width: 767.98px) {
    .swiper-container-h .wrapper_slide {
      padding-top: 170px; } }

.swiper-pagination-progressbar {
  height: 8px !important;
  background: rgba(0, 0, 0, 0.1);
  top: auto !important;
  bottom: 0px; }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: rgba(0, 0, 0, 0.5); }

.work_section_in {
  padding-top: 10px; }
  @media (min-width: 768px) {
    .work_section_in {
      padding-bottom: 60px; } }
  @media (min-width: 992px) {
    .work_section_in {
      padding-bottom: 80px; } }
  @media (min-width: 1400px) {
    .work_section_in {
      padding-bottom: 100px; } }
  @media (max-width: 767.98px) {
    .work_section_in {
      padding-top: 40px; } }
.work_section .wrapper_swiper {
  position: relative;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .work_section .wrapper_swiper {
      bottom: -60px; } }
  @media (min-width: 992px) {
    .work_section .wrapper_swiper {
      bottom: -80px; } }
  @media (min-width: 1400px) {
    .work_section .wrapper_swiper {
      bottom: -100px; } }
  @media (max-width: 767.98px) {
    .work_section .wrapper_swiper .swiper-wrapper-nnn {
      margin-bottom: 30px; } }
  .work_section .wrapper_swiper .swiper-slide {
    padding-top: 20px; }
    @media (max-width: 767.98px) {
      .work_section .wrapper_swiper .swiper-slide {
        padding-top: 10px; } }

.navbar-light .navbar-toggler {
  border: none !important;
  box-shadow: none !important; }

@media (max-width: 767.98px) {
  .sidenav {
    position: fixed;
    width: 300px;
    right: 0;
    left: auto;
    top: 0;
    margin: 0;
    height: calc(100% + 60px);
    height: -moz-calc(100%);
    z-index: 999;
    overflow-y: auto;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
    background-color: #ffffff;
    padding-left: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; } }
.sidenav .nav-item {
  margin-left: 40px; }
  .sidenav .nav-item:first-child {
    margin-left: 0; }
  @media (max-width: 767.98px) {
    .sidenav .nav-item {
      margin-left: 0px; } }
  .sidenav .nav-item .nav-link {
    font-size: 18px;
    line-height: 1.4;
    color: #000000;
    font-family: 'Nunito', sans-serif;
    padding-left: 5px;
    padding-right: 5px;
    position: relative; }
    @media (max-width: 767.98px) {
      .sidenav .nav-item .nav-link {
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-size: 30px;
        padding-left: 0px;
        padding-right: 0px; } }
    @media (max-width: 767.98px) {
      .sidenav .nav-item .nav-link.active {
        color: #F3C844; } }

.yellow_link .sidenav .nav-item .nav-link:hover, .yellow_link .sidenav .nav-item .nav-link.active {
  color: #F3C844; }
  .yellow_link .sidenav .nav-item .nav-link:hover:before, .yellow_link .sidenav .nav-item .nav-link:hover:after, .yellow_link .sidenav .nav-item .nav-link.active:before, .yellow_link .sidenav .nav-item .nav-link.active:after {
    background: #F3C844; }

.line_bottom:before, .line_bottom:after {
  content: '';
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: 100px;
  -webkit-transform: scale3d(0, 0.5, 0.5);
  transform: scale3d(0, 0.5, 0.5);
  background: #000000;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1); }
  @media (max-width: 767.98px) {
    .line_bottom:before, .line_bottom:after {
      bottom: 0px; } }
.line_bottom:hover:before, .line_bottom.active:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

.link_md {
  transition: all 0.4s !important; }
  .link_md:hover {
    color: #F3C844 !important; }
    .link_md:hover:before, .link_md:hover:after {
      transition: all 0.4s !important;
      background: #F3C844; }

.main-wrapper.sidebar-open .sidenav {
  -webkit-transform: translateX(0%);
  transform: translateX(0%); }

.menu {
  box-shadow: none !important;
  margin-left: auto;
  transition: all 0.3s; }

.toggle-menu {
  text-align: right; }

.navbar {
  background: transparent; }

.fixed_top {
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 0.5s; }
  @media (max-width: 767.98px) {
    .fixed_top {
      padding-top: 5px;
      padding-bottom: 5px; } }
  @media (max-width: 767.98px) {
    .fixed_top .menu_mob_img {
      display: none;
      transition: all 0.5s; } }

.header.on .fixed_top {
  padding-top: 5px;
  padding-bottom: 5px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px); }
  @media (max-width: 767.98px) {
    .header.on .fixed_top {
      height: 0;
      transition: all 0.5s;
      background: transparent;
      backdrop-filter: blur(0px); } }
  @media (max-width: 767.98px) {
    .header.on .fixed_top .container-max {
      height: 0; } }
  @media (max-width: 767.98px) {
    .header.on .fixed_top .navbar-brand {
      display: none;
      transition: all 0.5s; } }
  @media (max-width: 767.98px) {
    .header.on .fixed_top .menu_desk_img {
      display: none;
      transition: all 0.5s; } }
  @media (max-width: 767.98px) {
    .header.on .fixed_top .menu_mob_img {
      transition: all 0.5s;
      display: inline-block;
      margin-right: -15px;
      margin-top: 0px; } }
.header.on .wrapper-close-x {
  margin-top: 10px; }

@media (max-width: 767.98px) {
  .sidenav_desktop {
    display: none; } }

.sidenav_mobile {
  display: none; }
  @media (max-width: 767.98px) {
    .sidenav_mobile {
      display: block;
      z-index: 1036; } }

.wrapper-close-x {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 15px; }

.modal-big .modal-dialog {
  height: 100%;
  margin: 0;
  max-width: none; }
  .modal-big .modal-dialog .modal-content {
    height: 100%;
    border: none;
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px); }
    .modal-big .modal-dialog .modal-content .modal-body-dop {
      display: flex;
      align-items: center; }
      .modal-big .modal-dialog .modal-content .modal-body-dop .project_link .item_project {
        margin-bottom: 15px; }
        .modal-big .modal-dialog .modal-content .modal-body-dop .project_link .item_project:last-child {
          margin-bottom: 0; }
        @media (max-width: 767.98px) {
          .modal-big .modal-dialog .modal-content .modal-body-dop .project_link .item_project {
            margin-bottom: 0; } }
      .modal-big .modal-dialog .modal-content .modal-body-dop .project_link .item_project_text {
        font-weight: bold;
        font-size: 52px;
        line-height: 2;
        color: #000000;
        text-decoration: none;
        transition: all 0.3s; }
        @media (max-width: 991.98px) {
          .modal-big .modal-dialog .modal-content .modal-body-dop .project_link .item_project_text {
            font-size: 36px; } }
        @media (max-width: 767.98px) {
          .modal-big .modal-dialog .modal-content .modal-body-dop .project_link .item_project_text {
            font-size: 30px; } }
        .modal-big .modal-dialog .modal-content .modal-body-dop .project_link .item_project_text:hover {
          color: #FFB800; }
.modal-big .btn_close {
  text-align: right; }
  .modal-big .btn_close .btn_close_img {
    cursor: pointer; }
    .modal-big .btn_close .btn_close_img .st_01 {
      fill: #000000;
      transition: all 0.3s; }
    .modal-big .btn_close .btn_close_img:hover .st_01 {
      fill: #F3C844; }

.pagination {
  margin-top: 40px; }
  @media (max-width: 767.98px) {
    .pagination {
      margin-top: 30px; } }
  .pagination .page-item {
    padding-left: 3px;
    padding-right: 3px; }
    .pagination .page-item:first-child {
      margin-right: 15px; }
    .pagination .page-item:last-child {
      margin-left: 15px; }
    .pagination .page-item.disabled {
      opacity: 0.6; }
    .pagination .page-item .page-link {
      font-family: 'Scope One', serif;
      background: transparent;
      border: none;
      padding-left: 8px;
      padding-right: 8px;
      padding-top: 5px;
      padding-bottom: 5px;
      font-size: 22px;
      line-height: 1.6;
      text-align: center;
      color: #707070;
      box-shadow: none !important; }
      @media (max-width: 767.98px) {
        .pagination .page-item .page-link {
          line-height: 1.2; } }
      .pagination .page-item .page-link:hover, .pagination .page-item .page-link.active {
        color: #000000; }

/*# sourceMappingURL=styles.css.map */
