﻿@charset "UTF-8";
@font-face {
  font-family: "Quinoa - Bold";
  src: url(../fonts/QuinoaBold.ttf); }

@font-face {
  font-family: "Quinoa - Semibold";
  src: url(../fonts/QuinoaSemibold.ttf); }

@font-face {
  font-family: "Abrade - Medium";
  src: url(../fonts/AbradeMedium.otf); }

@font-face {
  font-family: "Abrade - Thin";
  src: url(../fonts/AbradeThin.otf); }

.scrolltop {
  border-radius: 100%;
  width: 60px;
  height: 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background-color: #ddb554;
  position: fixed;
  z-index: 99999;
  right: 80px;
  bottom: 80px;
  line-height: 60px;
  text-align: center;
  color: white;
  font-size: 30px;
  cursor: pointer;
  transition: all 0.2s ease; }

.scrolltop:hover {
  background-color: #dead34;
  box-shadow: 0 0 50px rgba(221, 181, 84, 0.15); }

.clearfix, .clearFix {
  clear: both; }

.quinoa-bold {
  font-family: "Quinoa - Bold"; }

a, a:hover, a:visited, a:focus, a:active {
  text-decoration: none; }

h3, p {
  margin: 0px; }

.social-holder {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #ced7e0;
  border-radius: 100%;
  line-height: 40px;
  text-align: center;
  color: white;
  font-size: 16px;
  float: left;
  margin-left: 10px;
  transition: all 0.2s ease; }

.social-holder:hover {
  background-color: white;
  color: rgba(34, 122, 202, 0.9);
  box-shadow: 0 0 10px rgba(34, 122, 202, 0.2); }

.corners {
  position: absolute; }

.img-holder {
  position: relative; }

.left-top {
  top: 0px;
  left: 0px;
  transition: all 0.2s ease; }

.left-bottom {
  bottom: 0px;
  left: 0px;
  transform: rotate(270deg);
  transition: all 0.2s ease; }

.right-bottom {
  bottom: 0px;
  right: 0px;
  transform: rotate(180deg);
  transition: all 0.2s ease; }

.right-top {
  top: 0px;
  right: 0px;
  transform: rotate(90deg);
  transition: all 0.2s ease; }

.img-holder:hover .left-top {
  left: 20px;
  top: 20px; }

.img-holder:hover .left-bottom {
  bottom: 20px;
  left: 20px; }

.img-holder:hover .right-bottom {
  bottom: 20px;
  right: 20px; }

.img-holder:hover .right-top {
  top: 20px;
  right: 20px; }

.bottomlines {
  max-width: 100%;
  position: absolute;
  bottom: 0px; }

.section-head {
  color: #ddb554;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase; }

.section-more, .section-more a {
  color: #a1a9b1;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline; }

.section-id .line {
  position: absolute;
  left: 0px;
  top: 97px;
  width: 70px;
  height: 1px;
  background-color: #e4be62; }

.section-id .number {
  color: #ddb554;
  font-family: "Abrade - Medium";
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  left: 90px;
  top: 85px; }

header {
  position: fixed;
  z-index: 99999;
  width: 100%;
  top: 0px; }

header .header-top {
  transition: all 0.2s ease;
  padding: 15px 0px;
  background-color: #95a1ad; }

header .header-top .header-top-holder {
  display: flex;
  justify-content: space-between; }

header .header-top .header-top-holder .header-top-left a {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Quinoa - Semibold";
  font-size: 18px;
  font-weight: 600; }

header .header-top .header-top-holder .header-top-left .seperator {
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0px 12px; }

header .header-top .header-top-holder .header-top-center a {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Quinoa - Semibold";
  font-size: 18px;
  font-weight: 600; }

header .header-top .header-top-holder .header-top-center a.active {
  color: #ffffff; }

header .header-top .header-top-holder .header-top-center .seperator {
  color: rgba(255, 255, 255, 0.5);
  margin: 0px 5px; }

header .header-top .header-top-holder .header-top-right p {
  margin: 0px;
  color: #ffffff;
  font-family: "Quinoa - Semibold";
  font-size: 18px;
  font-weight: 600; }

header .header-top .header-top-holder .header-top-right p img {
  margin-right: 10px; }

header .header-bottom {
  transition: all 0.2s ease;
  padding: 10px 0px;
  background-color: #ffffff;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.3); }

header .header-bottom .header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center; }

header .header-bottom ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none; }

header .header-bottom ul li {
  padding: 0px 12px;
  list-style-type: none;
  float: left; }

header .header-bottom ul li a {
  color: #a1a9b1;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none; }

header .header-bottom .cabinet {
  display: flex; }

header .header-bottom .cabinet img {
  margin-right: 16px; }

header .header-bottom .cabinet h3 {
  color: #227aca;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase; }

header .header-bottom .cabinet a {
  color: #a1a9b1;
  font-family: "Quinoa - Semibold";
  font-size: 18px;
  font-weight: 600; }

.fixed-tabs {
  border-top: 1px solid #e0eaf3;
  transition: all 0.1s ease;
  top: 124px;
  width: 100%;
  position: fixed;
  z-index: 99999; }

.header-on-scroll .header-bottom {
  padding: 10px 0px; }

.header-on-scroll .header-top {
  padding: 9px 0px; }

.header-on-scroll .m-menu {
  top: 70px !important; }

.ask-question {
  margin-top: 206px;
  overflow-x: hidden;
  position: relative;
  padding: 100px 0px;
  background: linear-gradient(0deg, rgba(52, 66, 79, 0.9), rgba(52, 66, 79, 0.9)), url(../images/bg-1.png);
  background-size: cover;
  background-attachment: fixed; }

.ask-question .call-me {
  border-radius: 100%;
  width: 60px;
  height: 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background-color: #ddb554;
  position: fixed;
  z-index: 99999;
  right: 80px;
  bottom: 50%;
  transform: translateY(50%);
  transition: all 0.2s ease;
  cursor: pointer; }

.ask-question .call-me svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.ask-question .call-me svg path {
  transition: all 0.2s ease; }

.ask-question .call-me:hover {
  background-color: white;
  box-shadow: 0 0 55px rgba(221, 181, 84, 0.25); }

.ask-question .call-me:hover path {
  fill: #ddb554; }

.ask-question .left-side h3 {
  margin: 0px;
  color: #ddb554;
  font-family: "Quinoa - Bold";
  font-size: 40px;
  font-weight: 700; }

.ask-question .left-side .carousel-text-content {
  margin: 0px;
  margin-top: 45px;
  color: #ffffff;
  font-family: "Quinoa - Semibold";
  font-size: 20px;
  font-weight: 600;
  line-height: 24px; }

.ask-question .carousel-indicators .active {
  border: 1px solid #e4be62; }

.ask-question .carousel-indicators li {
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  background-color: transparent;
  border-radius: 100%;
  margin: 0px;
  border: none;
  border: 2px solid transparent; }

.ask-question .dot {
  margin: 7px auto;
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 100%; }

.ask-question .active .dot {
  background-color: #e4be62; }

.ask-question .carousel-indicators {
  left: 0px;
  margin: 0px;
  text-align: left;
  bottom: -50px; }

.ask-question .online-consulting {
  width: 380px;
  border-radius: 2px;
  background-color: #ffffff;
  float: right;
  padding: 20px;
  padding-top: 30px; }

.ask-question .online-consulting h3 {
  margin: 0px;
  margin-bottom: 55px;
  color: #ddb554;
  font-family: "Quinoa - Bold";
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase; }

.ask-question .online-consulting select, .ask-question .online-consulting textarea, .ask-question .online-consulting input {
  margin-bottom: 15px;
  width: 100%;
  outline: none;
  height: 30px;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #e0eaf3;
  color: #a1a9b1;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700; }

.ask-question .online-consulting textarea {
  min-height: 50px !important;
  padding-left: 4px;
  resize: vertical; }

.ask-question .online-consulting button {
  border: none;
  outline: none;
  box-shadow: none;
  width: 340px;
  height: 60px;
  background-color: #ddb554;
  color: #ffffff;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase; }

.ask-question .online-consulting input {
  padding-left: 5px; }

.about-company {
  padding: 90px 0px;
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05); }

.about-company .about-texts div.text-holder {
  color: #222222;
  font-family: "Quinoa - Semibold";
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 28px; }

.about-company .about-text-row {
  margin-top: 80px; }

.about-company .about-text-row .image-holder {
  position: relative;
  overflow-x: hidden; }

.home-partners {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  background-color: #f7fafd;
  padding: 50px 0px; }

.home-partners .item {
  padding: 24px;
  transition: all 0.3s ease-in-out;
  cursor: pointer; }

.home-partners .item:hover {
  box-shadow: 0 0 30px rgba(213, 217, 221, 0.6);
  background-color: #ffffff; }

.home-services {
  position: relative;
  padding: 85px 0px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  background-color: #ffffff; }

.home-services .min-height-service {
  min-height: 440px;
  position: relative; }

.home-services h3 {
  margin-top: 75px;
  margin-bottom: 10px;
  color: #222222;
  font-family: "Quinoa - Semibold";
  font-size: 34px;
  font-weight: 600; }

.home-services p {
  color: #222222;
  font-family: "Quinoa - Semibold";
  font-size: 20px;
  font-weight: 600;
  line-height: 24px; }

.home-services ul, .home-services li {
  margin: 0px;
  padding: 0px; }

.home-services ul {
  list-style-image: url(../images/li-ico.png);
  padding-left: 22px;
  margin-top: 25px; }

.home-services li {
  color: #222222;
  font-family: "Quinoa - Semibold";
  font-size: 20px;
  font-weight: 600;
  line-height: 33px; }

.home-services .link-inner {
  z-index: 99;
  width: 100px;
  height: 100px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background-color: #227aca;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
  transition: all 0.2s ease;
  line-height: 97px;
  color: white;
  text-align: center;
  font-size: 18px;
  font-family: "Quinoa - Semibold"; }

.home-services .link-inner svg {
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.home-services .link-inner path {
  transition: all 0.2s ease; }

.home-services .link-inner:hover {
  box-shadow: 0 0 15px rgba(34, 122, 202, 0.25);
  background-color: #ffffff;
  color: #227aca; }

.home-services .link-inner:hover path {
  fill: #227aca; }

.home-services .tab-selects {
  margin-top: 95px;
  display: flex;
  justify-content: space-between; }

.home-services .tab-selects svg {
  float: left;
  margin-right: 15px; }

.home-services .tab-selects .tab-select {
  cursor: pointer;
  display: flex;
  color: #a1a9b1;
  font-family: "Quinoa - Semibold";
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  transition: all 0.2s ease; }

.home-services .tab-selects .tab-select svg {
  width: 39px !important;
  height: 39px !important; }

.home-services .tab-selects .tab-select path {
  transition: all 0.2s ease; }

.home-services .tab-selects .tab-select:hover {
  color: #444444; }

.home-services .tab-selects .tab-select:hover path {
  fill: #333333; }

.home-services .tab-selects .tab-select .service-name-formated {
  width: 120px; }

.home-services .tab-selects .tab-select:first-child .service-name-formated {
  width: 50px; }

.home-services .tab-selects .active {
  color: #444444; }

.home-services .tab-selects .active path {
  fill: #333333; }

.home-services .service-tab {
  position: absolute;
  visibility: hidden;
  opacity: 0; }

.home-services .active-tab {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.5s linear; }

.home-services .track-progress {
  margin-top: 30px;
  width: 100%;
  height: 1px;
  background-color: #e1eaf4;
  position: relative; }

.home-services .track-progress .pad {
  position: absolute;
  width: 50px;
  height: 3px;
  border-radius: 2px;
  background-color: #227aca; }

.latest-projects {
  padding: 90px 0px;
  background: linear-gradient(0deg, rgba(52, 66, 79, 0.9), rgba(52, 66, 79, 0.9)), url(../images/latest-projects.jpg);
  overflow-x: hidden;
  position: relative;
  background-size: cover;
  background-attachment: fixed; }

.latest-projects .projects-slider {
  margin-top: 80px; }

.latest-projects .projects-slider a {
  display: block;
  margin-top: 20px;
  text-decoration: none;
  color: #ffffff;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase; }

.latest-projects .custom-circle {
  width: 26px;
  height: 26px;
  border: 1px solid transparent;
  border-radius: 100%;
  padding: 9px; }

.latest-projects .custom-dot {
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 100%;
  pointer-events: none; }

.latest-projects #customDots {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  float: left; }

.latest-projects #customDots .active .custom-circle {
  border: 1px solid #e4be62; }

.latest-projects #customDots .active .custom-dot {
  background-color: #e4be62; }

.latest-projects #customDots li {
  float: left;
  margin-left: 10px;
  cursor: pointer; }

.pros {
  position: relative;
  padding: 90px 0px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  background-color: #ffffff; }

.pros .statistics {
  margin-top: 80px; }

.pros .statistic-holder {
  border: 1px solid  #e1eaf4;
  position: relative;
  cursor: pointer;
  width: 100%;
  text-align: center;
  transition: all 0.2s ease;
  height: 250px;
  background-color: transparent; }

.pros .statistic-holder p {
  margin-top: 30px;
  color: #222222;
  font-family: "Quinoa - Semibold";
  font-size: 20px;
  font-weight: 600;
  transition: all 0.2s ease; }

.pros .statistic-holder .data-holder {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.pros .statistic-holder .data-holder h3 {
  color: #ddb554;
  font-family: "Abrade - Thin";
  font-size: 100px;
  font-weight: 100; }

.pros .statistic-holder path {
  transition: all 0.2s ease; }

.pros .statistic-holder:hover {
  z-index: 999;
  transform: scale(1.06);
  background-color: #227aca; }

.pros .statistic-holder:hover p {
  color: white; }

.pros .statistic-holder:hover path {
  fill: white; }

.pros .statistic-holder:hover h3 {
  color: white; }

.pros .statistic-flex {
  display: flex; }

.subscribe {
  overflow-x: hidden;
  position: relative;
  padding: 90px 0px;
  background: linear-gradient(0deg, rgba(52, 66, 79, 0.9), rgba(52, 66, 79, 0.9)), url(../images/subscribe-bg.png);
  background-size: cover; }

.subscribe .input-row {
  margin-top: 164px; }

.subscribe .explain {
  color: #ffffff;
  font-family: "Quinoa - Semibold";
  font-size: 18px; }

.subscribe .input-holder {
  height: 70px;
  position: relative; }

.subscribe .input-holder .little-border {
  position: absolute;
  bottom: 2px;
  width: 1px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.2); }

.subscribe .input-holder .right {
  right: 0px; }

.subscribe .input-holder input {
  padding: 20px 10px;
  color: #ffffff;
  font-family: "Quinoa - Semibold";
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  width: 100%;
  left: 0px;
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center; }

.subscribe .input-holder .send {
  bottom: 20px;
  position: absolute;
  right: 0px;
  color: #ddb554;
  font-family: "Quinoa - Semibold";
  font-size: 20px;
  font-weight: 600; }

.subscribe .input-holder .send img {
  margin-left: 15px; }

.subscribe .input-holder .msg-ico {
  position: absolute;
  left: 0px;
  bottom: 20px; }

.news {
  position: relative;
  padding: 90px 0px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  background-color: #f7fafd; }

.news .news-row {
  margin-top: 80px; }

.news .news-holder p {
  color: #222222;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: 20px; }

footer {
  padding: 50px 0px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  background-color: #ffffff; }

footer .footer-flex {
  display: flex;
  justify-content: space-between;
  align-items: center; }

footer ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none; }

footer ul li {
  padding: 0px 12px;
  list-style-type: none;
  float: left; }

footer ul li a {
  color: #a1a9b1;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none; }

.m-menu {
  display: none; }

.m-bar {
  display: none; }

.page-name h3 {
  color: #ddb554;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase; }

.contact-main {
  padding: 100px 0px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  background-color: #f7fafd; }

.contact-main .contact-form {
  box-shadow: 0 0 20px rgba(213, 217, 221, 0.1);
  background-color: #ffffff;
  padding: 35px 40px;
  padding-bottom: 58px; }

.contact-main .contact-form h3 {
  color: #ddb554;
  font-family: "Quinoa - Bold";
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 50px; }

.contact-main .contact-form input, .contact-main .contact-form textarea, .contact-main .contact-form select {
  margin-bottom: 40px;
  padding: 15px 0px;
  color: #a1a9b1;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #e0eaf3; }

.contact-main .contact-form textarea {
  height: 175px;
  margin-bottom: 0px; }

.contact-main .contact-form .send-circle {
  position: absolute;
  right: 0px;
  bottom: -26px;
  border-radius: 100%;
  border: none;
  outline: none;
  box-shadow: none;
  width: 70px;
  height: 70px;
  background-color: #ddb554;
  transition: all 0.2s ease; }

.contact-main .contact-form .send-circle svg, .contact-main .contact-form .send-circle path {
  transition: all 0.2s ease; }

.contact-main .contact-form .send-circle:hover {
  box-shadow: 2px 2px 35px rgba(221, 181, 84, 0.25);
  background-color: white; }

.contact-main .contact-form .send-circle:hover path {
  fill: #ddb554; }

.contact-main .contact-info {
  padding: 35px 40px;
  background-color: #227aca; }

.contact-main .contact-info h3 {
  color: #ffffff;
  font-family: "Quinoa - Bold";
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 50px; }

.contact-main .contact-info .form-row {
  color: #ffffff;
  font-family: "Quinoa - Semibold";
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 30px; }

.contact-main .contact-info .form-row img {
  width: 20px;
  margin-right: 20px;
  margin-top: 7px; }

.contact-main .contact-info .form-row p {
  margin: 0px; }

.contact-main .contact-info .social-row {
  margin-top: 163px; }

.contact-main .contact-info .social-holder {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  line-height: 40px;
  text-align: center;
  color: white;
  font-size: 16px;
  float: left;
  margin-left: 10px;
  transition: all 0.2s ease; }

.contact-main .contact-info .social-holder:hover {
  background-color: white;
  color: #227aca; }

.flex-service-tabs {
  box-shadow: 0 0 20px rgba(213, 217, 221, 0.3);
  background-color: #ffffff;
  display: flex; }

.flex-service-tabs .tab {
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center !important;
  justify-content: center;
  width: 100%;
  text-align: center;
  height: 80px;
  color: #a1a9b1;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  border-left: 1px solid #e0eaf3;
  transition: all 0.2s ease; }

.flex-service-tabs .tab:last-child {
  border-right: 1px solid #e0eaf3; }

.flex-service-tabs .tab:hover {
  background-color: rgba(34, 122, 202, 0.78);
  color: white; }

.flex-service-tabs .tab .service-name-formatted {
  padding: 0px 30px;
  text-align: center; }

.flex-service-tabs .tab:first-child .service-name-formatted {
  padding: 0px 55px; }

.flex-service-tabs .tab.active {
  background-color: #227aca;
  color: white; }

.flex-service-tabs .tab.active:after {
  content: ' ';
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-left-width: 12px;
  border-right-width: 12px;
  border-top: 8px solid #227aca;
  display: block;
  position: absolute;
  left: 50%;
  top: 95%;
  transform: translateX(-50%); }

.service-top-tabs {
  transition: all 0.1s ease;
  background-color: white; }

.service-tab-content {
  padding: 80px 0px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  background-color: #f7fafd; }

.service-tab-content .service-tab-row h3 {
  color: #222222;
  font-family: "Quinoa - Semibold";
  font-size: 34px;
  font-weight: 600; }

.service-tab-content .service-tab-row p {
  margin-top: 10px;
  color: #222222;
  font-family: "Quinoa - Semibold";
  font-size: 20px;
  font-weight: 600;
  line-height: 24px; }

.service-tab-content .service-tab-row ul, .service-tab-content .service-tab-row li {
  margin: 0px;
  padding: 0px; }

.service-tab-content .service-tab-row ul {
  list-style-image: url(../images/li-inactive.png);
  padding-left: 22px;
  margin-top: 25px; }

.service-tab-content .service-tab-row li {
  color: #222222;
  font-family: "Quinoa - Semibold";
  font-size: 20px;
  font-weight: 600;
  line-height: 33px; }

.service-tab-content .service-tab-row .service-tab {
  padding: 40px;
  opacity: 0.4; }

.service-tab-content .service-tab-row .service-tab svg {
  position: absolute;
  right: 50px;
  bottom: 57px; }

.service-tab-content .service-tab-row .service-tab.active {
  background-color: white;
  opacity: 1; }

.service-tab-content .service-tab-row .service-tab.active ul {
  list-style-image: url(../images/li-ico.png); }

.service-tab-content .service-tab-row .service-tab.active path {
  fill: #227aca; }

.partners-inner {
  padding: 100px 0px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  background-color: #f7fafd; }

.partners-inner .partners-flex {
  display: flex;
  justify-content: center; }

.partners-inner .partners-flex .partner-item {
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  height: 300px;
  position: relative;
  border: 1px solid #e0eaf3;
  width: 100%;
  background-color: white;
  transition: all 0.3s ease;
  box-shadow: 0 0 0px rgba(213, 217, 221, 0); }

.partners-inner .partners-flex .partner-item img {
  transition: all 0.3s ease;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.partners-inner .partners-flex .partner-item p {
  color: #222222;
  font-family: "Quinoa - Semibold";
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  position: absolute;
  top: 100%;
  opacity: 0;
  transition: all 0.3s ease; }

.partners-inner .partners-flex .partner-item:hover {
  box-shadow: 0 0 20px rgba(213, 217, 221, 0.6);
  z-index: 9;
  transform: scale(1.06); }

.partners-inner .partners-flex .partner-item:hover img {
  max-width: 60%;
  top: 70px; }

.partners-inner .partners-flex .partner-item:hover p {
  opacity: 1;
  top: 60%;
  transform: translateY(-50%); }

.call-me-form input, .call-me-form select {
  margin-bottom: 25px;
  padding: 15px 0px;
  color: #a1a9b1;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none !important;
  box-shadow: none;
  border-bottom: 1px solid #e0eaf3;
  display: block !important; }

.call-me-form button {
  display: block !important;
  border: none;
  outline: none !important;
  box-shadow: none;
  width: 100%;
  height: 60px;
  background-color: #ddb554;
  color: #ffffff;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase; }

.call-me-form button:hover {
  background-color: #deb248 !important; }

.sweet-overlay {
  z-index: 99999; }

.about {
  padding: 100px 0px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  background-color: #ffffff; }

.about h3 {
  color: #222222;
  font-family: "Quinoa - Semibold";
  font-size: 34px;
  font-weight: 600; }

.about p, ul, ol {
  color: #222222;
  font-family: "Quinoa - Semibold";
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 20px; }

.about .about-row {
  margin-bottom: 50px; }

.about-bg {
  padding: 50px 0px;
  background: linear-gradient(0deg, rgba(52, 66, 79, 0.9), rgba(52, 66, 79, 0.9)), url(../images/about-bg.png); }

.about-bg .about-flex {
  display: flex;
  justify-content: space-around; }

.about-bg .item {
  text-align: center; }

.about-bg .item p {
  color: #ffffff;
  font-family: "Quinoa - Semibold";
  font-size: 20px;
  font-weight: 600;
  margin-top: 35px; }

.about-bg img {
  display: block;
  margin: 0 auto; }

.trainings {
  padding: 100px 0px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  background-color: #f7fafd; }

.trainings .trainings-menu {
  min-height: 430px;
  background-color: #227aca;
  background-image: url(../images/logo-bg.png);
  background-repeat: no-repeat;
  background-position: bottom; }

.trainings .trainings-menu ul, .trainings .trainings-menu li {
  padding: 0px;
  margin: 0px;
  list-style-type: none; }

.trainings .trainings-menu li {
  cursor: pointer;
  padding: 26px;
  color: #ffffff;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
  transition: all 0.2s ease; }

.trainings .trainings-menu li img {
  width: 28px;
  margin-right: 15px; }

.trainings .trainings-menu li:hover {
  background-color: rgba(28, 107, 178, 0.5); }

.trainings .trainings-menu li.active {
  transition: all 0.2s ease;
  position: relative;
  background-color: #1c6bb2; }

.trainings .trainings-menu li.active:after {
  transition: all 0.2s ease;
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #1c6bb2;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%); }

.trainings .trainings-list {
  display: none; }

.trainings .trainings-list .training-cat-head {
  padding: 30px 40px;
  background-color: white;
  padding-bottom: 15px; }

.trainings .trainings-list .training-cat-head .cat-name {
  color: #222222;
  font-family: "Quinoa - Semibold";
  font-size: 34px;
  font-weight: 600; }

.trainings .trainings-list .training-cat-head .select-date {
  color: #222222;
  font-family: "Quinoa - Semibold";
  font-size: 20px;
  font-weight: 600; }

.trainings .trainings-list .training-cat-head .select-date img {
  margin-right: 12px; }

.trainings .trainings-list .hr {
  width: 100%;
  height: 1px;
  background-color: #e0eaf3; }

.trainings .trainings-list .trainings-full-list {
  padding: 0px 40px;
  background-color: white; }

.trainings .trainings-list .trainings-full-list a {
  transition: all 0.2s ease;
  color: #666666;
  font-family: "Quinoa - Semibold";
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  display: block;
  padding: 30px 0px;
  border-bottom: 1px solid #e0eaf3; }

.trainings .trainings-list .trainings-full-list a:last-child {
  border-bottom: none; }

.trainings .trainings-list .trainings-full-list a:hover {
  color: #ddb554; }

.trainings .trainings-list.active {
  display: block; }

.inner-trainings .trainings-menu {
  position: relative;
  min-height: auto;
  padding-bottom: 200px; }

.inner-trainings .trainings-menu li.active:after {
  display: none; }

.inner-trainings .trainings-menu .back-trainings {
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 80px;
  background-color: #1c6bb2;
  display: flex;
  justify-content: center;
  align-items: center; }

.inner-trainings .trainings-menu .back-trainings svg {
  margin-right: 15px;
  opacity: 0.5;
  transition: all 0.2s ease; }

.inner-trainings .trainings-menu .back-trainings span {
  transition: all 0.2s ease;
  opacity: 0.5;
  color: #ffffff;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase; }

.inner-trainings .trainings-menu .back-trainings:hover svg, .inner-trainings .trainings-menu .back-trainings:hover span {
  opacity: 1; }

.inner-trainings .inner-trainings-list {
  padding: 26px 0px; }

.inner-trainings .inner-trainings-list a {
  position: relative;
  display: block;
  padding: 10px 20px;
  opacity: 0.5;
  color: #ffffff;
  font-family: "Quinoa - Semibold";
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  transition: all 0.2s ease; }

.inner-trainings .inner-trainings-list a:hover {
  opacity: 0.8; }

.inner-trainings .inner-trainings-list a.active {
  opacity: 1; }

.inner-trainings .inner-trainings-list a.active:after {
  transition: all 0.2s ease;
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #227aca;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%); }

.inner-trainings .training-cat-head .cat-name {
  color: #ddb554 !important;
  font-size: 26px !important; }

.inner-trainings .training-info {
  background-color: white;
  padding: 30px 40px; }

.inner-trainings .training-info .img-text img {
  margin-right: 30px; }

.inner-trainings .training-info .img-text p {
  color: #666666;
  font-family: "Quinoa - Semibold";
  font-size: 20px;
  font-weight: 600;
  line-height: 24px; }

.inner-trainings .training-info ul {
  margin-top: 40px;
  padding-left: 20px; }

.inner-trainings .training-info ul li {
  color: #222222;
  font-family: "Quinoa - Semibold";
  font-size: 20px;
  font-weight: 600;
  line-height: 33px;
  list-style-image: url(../images/li-ico-orange.png); }

.inner-trainings .reviews-info {
  margin-top: 50px;
  display: flex;
  justify-content: space-between; }

.inner-trainings .reviews-info .item {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 25px 15px;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  border: 1px solid #e0eaf3;
  background-color: #f8fcff;
  margin-right: 10px;
  cursor: pointer; }

.inner-trainings .reviews-info .item:last-child {
  margin-right: 0px; }

.inner-trainings .reviews-info .item img {
  margin-right: 11px; }

.inner-trainings .reviews-info .item span {
  color: #666666;
  font-family: "Quinoa - Semibold";
  font-size: 16px;
  font-weight: 600;
  line-height: 16px; }

.inner-trainings .reviews-info .item p {
  color: #ddb554;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px; }

.inner-trainings .reviews-info .item h3 {
  margin-bottom: 5px;
  color: #16af5c;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase; }

.inner-trainings .reviews-info .item h3 span {
  color: #16af5c;
  font-family: "Quinoa - Bold";
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase; }

.inner-trainings .reviews-info .item:hover {
  background-color: #f2f7fb; }

.inner-trainings .list-info p {
  margin-top: 40px;
  color: #222222;
  font-family: "Quinoa - Semibold";
  font-size: 20px;
  font-weight: 600; }

.inner-trainings .list-info button {
  margin-top: 53px;
  box-shadow: none;
  border: none;
  outline: none;
  width: 240px;
  height: 60px;
  background-color: #ddb554;
  color: #ffffff;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase; }

.inner-trainings .comments {
  margin-top: 60px; }

.inner-trainings .comments h3 {
  color: #0063ab;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase; }

.inner-trainings .comments .comment-box {
  margin-top: 40px; }

.inner-trainings .comments .comment-head {
  align-items: center;
  display: flex;
  color: #222222;
  font-family: "Quinoa - Semibold";
  font-size: 16px;
  font-weight: 600; }

.inner-trainings .comments .comment-head img {
  margin-right: 15px; }

.inner-trainings .comments .comment-head span {
  margin: 0px 15px;
  color: #d8d8d8; }

.inner-trainings .comments .comment-head a {
  display: none;
  color: #2ea7ff;
  font-family: "Quinoa - Semibold";
  font-size: 16px;
  font-weight: 600; }

.inner-trainings .comments .comment-text {
  margin-top: 15px;
  color: #222222;
  font-family: "Quinoa - Semibold";
  font-size: 18px;
  font-weight: 600;
  line-height: 24px; }

.inner-trainings .comments .comment-box:hover a {
  display: block; }

.inner-trainings .review-details {
  display: none;
  left: 0px;
  top: 107%;
  z-index: 999;
  position: absolute;
  width: 100%;
  padding: 25px 20px;
  box-shadow: 0 0 20px rgba(213, 217, 221, 0.6);
  background-color: #ffffff; }

.inner-trainings .review-details .review-detail-item {
  margin-bottom: 25px; }

.inner-trainings .review-details .review-detail-item h3 {
  margin: 0px;
  color: #222222;
  font-family: "Quinoa - Semibold";
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px; }

.inner-trainings .review-details .review-detail-item:last-child {
  margin-bottom: 0px; }

.inner-trainings .review-details .review-progress-holder {
  width: 180px;
  position: relative;
  height: 5px;
  border-radius: 80px;
  background-color: #e0eaf3; }

.inner-trainings .review-details .review-progress-holder .review-progress {
  height: 5px;
  border-radius: 80px;
  background-color: #16af5c; }

.inner-trainings .review-details .review-progress-holder .score {
  position: absolute;
  left: 105%;
  top: -10px;
  color: #222222;
  font-family: "Quinoa - Semibold";
  font-size: 18px;
  font-weight: 600; }

.hr {
  width: 100%;
  height: 1px;
  background-color: #e0eaf3; }

.sweet-alert {
  border-radius: 0px !important; }

.sweet-alert h2 {
  margin-top: 5px !important; }

.training-form {
  padding: 100px 0px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  background-color: #f7fafd; }

.training-form .training-form-holder {
  box-shadow: 0 0 20px rgba(213, 217, 221, 0.1);
  background-color: #ffffff; }

.training-form .form-head {
  padding: 28px 40px;
  color: #ddb554;
  font-family: "Quinoa - Semibold";
  font-size: 26px;
  font-weight: 600; }

.training-form .form-info {
  padding: 0px 40px;
  box-shadow: 0 0 10px rgba(213, 217, 221, 0.5);
  background-color: #ffffff; }

.training-form .form-date {
  padding: 28px 0px;
  color: #222222;
  font-family: "Quinoa - Semibold";
  font-size: 20px;
  font-weight: 600; }

.training-form .form-date img {
  margin-right: 12px; }

.training-form .form-border {
  border-right: 1px solid #e0eaf3; }

.training-form .form-name {
  padding: 28px 0px;
  color: #222222;
  font-family: "Quinoa - Semibold";
  font-size: 20px;
  font-weight: 600; }

.training-form .apply-form {
  padding: 100px 40px;
  padding-bottom: 40px; }

.training-form .apply-form input {
  margin-bottom: 35px;
  padding: 15px 0px;
  color: #a1a9b1;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none !important;
  box-shadow: none;
  border-bottom: 1px solid #e0eaf3;
  display: block !important; }

.training-form .apply-form button.register {
  margin-top: 62px;
  outline: none;
  box-shadow: none;
  border: none;
  width: 240px;
  height: 60px;
  background-color: #ddb554;
  color: #ffffff;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase; }

.training-form .apply-form img {
  display: block;
  margin: 0 auto; }

.training-congrats {
  padding: 100px 0px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  background-color: #f7fafd; }

.training-congrats .head {
  padding: 28px;
  text-align: center;
  background-color: white;
  color: #ddb554;
  font-family: "Quinoa - Semibold";
  font-size: 26px;
  font-weight: 600;
  border-bottom: 1px solid #e0eaf3; }

.training-congrats .congrat-flex {
  display: flex;
  background-color: white;
  padding: 75px 0px;
  padding-bottom: 0px;
  flex-direction: column;
  justify-content: center; }

.training-congrats .congrat-flex p {
  margin-top: 20px;
  color: #222222;
  font-family: "Quinoa - Semibold";
  font-size: 20px;
  font-weight: 600;
  line-height: 24px; }

.training-congrats .congrat-flex button {
  margin-top: 65px;
  outline: none;
  box-shadow: none;
  border: none;
  width: 240px;
  height: 60px;
  background-color: #ddb554;
  color: #ffffff;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase; }

.training-congrats .congrat-flex .congrat-bg {
  margin-top: 70px;
  width: 100%;
  height: 200px;
  background: linear-gradient(0deg, rgba(52, 66, 79, 0.9), rgba(52, 66, 79, 0.9)), url(../images/congrat-bg.png);
  background-size: cover; }

.training-congrats .svg {
  margin: 0 auto; }

.training-congrats .svg-success {
  stroke-width: 2px;
  stroke: #8EC343;
  fill: none; }

.training-congrats .svg-success path {
  stroke-dasharray: 17px, 17px;
  stroke-dashoffset: 0px;
  -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
  animation: checkmark 0.25s ease-in-out 0.7s backwards; }

.training-congrats .svg-success circle {
  stroke-dasharray: 76px, 76px;
  stroke-dashoffset: 0px;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  -webkit-animation: checkmark-circle 0.6s ease-in-out forwards;
  animation: checkmark-circle 0.6s ease-in-out forwards; }

@keyframes checkmark {
  0% {
    stroke-dashoffset: 17px; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 76px; }
  100% {
    stroke-dashoffset: 0px; } }

.all-projects {
  padding: 100px 0px;
  padding-bottom: 0px;
  box-shadow: 0 0 20px rgba(213, 217, 221, 0.1);
  background-color: #ffffff; }

.all-projects .item {
  color: #222222;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: underline;
  transition: all 0.2s ease; }

.all-projects .item img {
  margin-bottom: 20px; }

.all-projects .item:hover {
  color: #ddb554; }

.all-projects .project-row {
  margin-bottom: 80px; }

.all-projects .hr {
  width: 100%;
  height: 1px;
  background-color: #e0eaf3; }

.all-projects .load-more {
  cursor: pointer;
  padding: 50px 0px;
  text-align: center; }

.all-projects .load-more p {
  color: #95a1ad;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase; }

.all-projects .load-more p, .all-projects .load-more path {
  transition: all 0.2s ease; }

.all-projects .load-more:hover p {
  color: #ddb554; }

.all-projects .load-more:hover path {
  fill: #ddb554; }

.project-inner {
  padding: 100px 0px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  background-color: #f7fafd; }

.project-inner .project-inner-info {
  padding: 40px;
  box-shadow: 0 0 20px rgba(213, 217, 221, 0.1);
  background-color: #ffffff; }

.project-inner .project-inner-info h3 {
  color: #222222;
  font-family: "Quinoa - Semibold";
  font-size: 34px;
  font-weight: 600;
  margin: 0px;
  margin-bottom: 31px; }

.project-inner .project-inner-info .hr {
  width: 100%;
  height: 1px;
  background-color: #e0eaf3; }

.project-inner .project-inner-info .project-details {
  padding: 30px 0px;
  display: flex; }

.project-inner .project-inner-info .project-details .detail {
  margin-right: 40px;
  color: #222222;
  font-family: "Quinoa - Semibold";
  font-size: 20px;
  font-weight: 600; }

.project-inner .project-inner-info .project-details .detail img {
  margin-right: 12px; }

.project-inner .project-inner-info p {
  color: #222222;
  font-family: "Quinoa - Semibold";
  font-size: 20px;
  font-weight: 600;
  line-height: 24px; }

.blog-home {
  padding: 100px 0px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  background-color: #f7fafd; }

.blog-home .blog-home-post-list {
  padding: 40px;
  box-shadow: 0 0 20px rgba(213, 217, 221, 0.1);
  background-color: #ffffff; }

.blog-home .blog-home-post-list .post-details {
  padding: 35px 0px;
  display: flex; }

.blog-home .blog-home-post-list .post-details .item-detail {
  color: #222222;
  font-family: "Quinoa - Semibold";
  font-size: 20px;
  font-weight: 600;
  margin-right: 40px; }

.blog-home .blog-home-post-list .post-details .item-detail img {
  margin-right: 12px; }

.blog-home .blog-home-post-list .hr {
  width: 100%;
  height: 1px;
  background-color: #e0eaf3; }

.blog-home .blog-home-post-list .item {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e0eaf3; }

.blog-home .blog-home-post-list .item .share-social {
  padding: 25px 0px;
  padding-bottom: 0px;
  display: flex;
  align-items: center; }

.blog-home .blog-home-post-list .item .share-social span {
  color: #ddb554;
  font-family: "Quinoa - Semibold";
  font-size: 20px;
  font-weight: 600;
  margin-top: -5px; }

.blog-home .blog-home-post-list .item .share-social .social-holder:hover {
  color: #ddb554; }

.blog-home .blog-home-post-list .item:last-child {
  border-bottom: none;
  padding-bottom: 0px; }

.blog-home .blog-home-post-list .item:first-child {
  padding-top: 0px; }

.blog-home .blog-home-post-list .item h3 {
  margin-bottom: 10px;
  margin-top: 30px;
  color: #ddb554;
  font-family: "Quinoa - Semibold";
  font-size: 26px;
  font-weight: 600; }

.blog-home .blog-home-post-list .item .text-holder {
  color: #222222;
  font-family: "Quinoa - Semibold";
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 40px; }

.blog-main-page .text-holder {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 24px;
  max-height: 72px;
  overflow: hidden;
  text-overflow: ellipsis; }

.blog-home .blog-home-post-list .item button {
  width: 180px;
  height: 60px;
  background-color: #ced7e0;
  outline: none;
  border: none;
  box-shadow: none;
  transition: all 0.2s ease;
  color: #ffffff;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase; }

.blog-home .blog-home-post-list .item button:hover {
  background-color: #ddb554; }

.blog-home .right-side .categories {
  display: flex;
  padding: 30px;
  background-color: #ddb554;
  width: 100%;
  color: #ffffff;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase; }

.blog-home .right-side .categories img {
  margin-right: 15px; }

.blog-home .right-side .categories-list {
  padding: 35px 30px;
  background-color: white; }

.blog-home .right-side .categories-list a {
  display: block;
  color: #666666;
  font-family: "Quinoa - Semibold";
  font-size: 18px;
  font-weight: 600;
  padding-top: 19px;
  padding-bottom: 17px;
  border-top: 1px solid #e0eaf3;
  border-bottom: 1px solid #e0eaf3; }

.blog-home .right-side .categories-list a.active {
  font-family: "Quinoa - Bold"; }

.blog-home .right-side .categories-list a:first-child {
  padding-top: 0px;
  border-top: none; }

.blog-home .right-side .categories-list a:last-child {
  border-bottom: none;
  padding-bottom: 0px; }

.blog-home .right-side .last-posts, .blog-home .right-side .tags {
  padding: 30px;
  background-color: white; }

.blog-home .right-side .last-posts .head, .blog-home .right-side .tags .head {
  color: #ddb554;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px; }

.blog-home .right-side .last-posts .head img, .blog-home .right-side .tags .head img {
  margin-right: 12px; }

.blog-home .right-side .last-posts .last-post-item, .blog-home .right-side .tags .last-post-item {
  padding-top: 20px;
  padding-bottom: 25px;
  border-top: 1px solid #e0eaf3;
  border-bottom: 1px solid #e0eaf3; }

.blog-home .right-side .last-posts .last-post-item:first-child, .blog-home .right-side .tags .last-post-item:first-child {
  padding-top: 0px;
  border-top: none; }

.blog-home .right-side .last-posts .last-post-item:last-child, .blog-home .right-side .tags .last-post-item:last-child {
  padding-bottom: 0px;
  border-bottom: none; }

.blog-home .right-side .last-posts .last-post-item p, .blog-home .right-side .tags .last-post-item p {
  color: #222222;
  font-family: "Quinoa - Semibold";
  font-size: 18px;
  font-weight: 600;
  margin: 0px;
  margin-bottom: 5px; }

.blog-home .right-side .last-posts .last-post-item a, .blog-home .right-side .tags .last-post-item a {
  color: #0063ab;
  font-family: "Quinoa - Semibold";
  font-size: 16px;
  font-weight: 600;
  line-height: 20px; }

.blog-home .right-side .tags a {
  display: block;
  margin-bottom: 26px; }

.blog-home .right-side .tags a:last-child {
  margin-bottom: 0px; }

.blog-home .right-side .tags .tags-item {
  width: auto;
  display: inline-block;
  text-align: center;
  padding: 12px 15px;
  padding-right: 19px;
  width: auto;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  background-color: #f5f9fc;
  color: #666666;
  font-family: "Quinoa - Semibold";
  font-size: 16px;
  font-weight: 600;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  transition: all 0.4s ease; }

.blog-home .right-side .tags .tags-item.active {
  background-color: #ddb554;
  color: white; }

.blog-home .right-side .tags .tags-item:hover {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #ddb554;
  color: white; }

.padding-right-0 {
  padding-right: 0px; }

.padding-left-0 {
  padding-left: 0px; }

.sign-in-page {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  background-color: #f7fafd;
  padding: 100px 0px; }

.sign-in-page .left-side {
  background-color: white;
  padding: 28px 40px; }

.sign-in-page .left-side h3 {
  color: #222222;
  font-family: "Quinoa - Semibold";
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 25px; }

.sign-in-page .left-side input {
  margin-top: 35px;
  padding: 15px 0px;
  color: #a1a9b1;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #e0eaf3; }

.sign-in-page .left-side button {
  border: none;
  outline: none;
  box-shadow: none;
  width: 240px;
  height: 60px;
  background-color: #ddb554;
  color: #ffffff;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase; }

.sign-in-page .left-side .login-methods {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.sign-in-page .left-side .share-social {
  padding-bottom: 0px;
  display: flex;
  align-items: center; }

.sign-in-page .left-side .share-social span {
  color: #a1a9b1;
  font-family: "Quinoa - Semibold";
  font-size: 20px;
  font-weight: 600;
  margin-top: -5px; }

.sign-in-page .left-side .share-social .social-holder:hover {
  color: #ddb554; }

.sign-in-page .left-side .lost-pass {
  display: block;
  margin: 35px 0px;
  color: #a1a9b1;
  font-family: "Quinoa - Semibold";
  font-size: 20px;
  font-weight: 600;
  text-decoration: underline; }

.sign-in-page .left-side .new-user {
  margin-top: 35px;
  display: block;
  color: #0063ab;
  font-family: "Quinoa - Semibold";
  font-size: 20px;
  font-weight: 600;
  text-decoration: underline; }

.sign-up-container .login-methods {
  margin-bottom: 35px; }

.sign-up-container .new-user {
  margin-top: 0px; }

.sign-up-container .right-side img {
  height: 745px;
  object-fit: cover; }

.career-top {
  padding-top: 100px;
  padding-bottom: 50px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  background-color: #ffffff; }

.career-top .left-side h3 {
  color: #222222;
  font-family: "Quinoa - Semibold";
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 20px; }

.career-top .left-side p {
  color: #222222;
  font-family: "Quinoa - Semibold";
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 56px; }

.career-top .left-side span {
  display: block;
  color: #ddb554;
  font-family: "Quinoa - Semibold";
  font-size: 20px;
  font-weight: 600; }

.career-top .left-side button {
  position: relative;
  margin-top: 41px;
  outline: none;
  border: none;
  box-shadow: none;
  width: 180px;
  height: 60px;
  background-color: #ddb554;
  color: #ffffff;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase; }

.career-top .left-side button:after {
  content: ' ';
  top: 0px;
  position: absolute;
  left: 0px;
  height: 60px;
  width: 0px;
  background-color: #efbb3f;
  transition: all 0.2s ease; }

.career-top .left-side button:hover:after {
  width: 100%; }

.career-bottom {
  padding-top: 60px;
  padding-bottom: 80px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  background-color: #f7fafd; }

.career-bottom .career-list-head {
  margin-bottom: 50px; }

.career-bottom .career-list-head h3 {
  color: #222222;
  font-family: "Quinoa - Semibold";
  font-size: 34px;
  font-weight: 600; }

.career-bottom .career-list .career-list-row {
  cursor: pointer;
  margin-bottom: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 34px 40px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s ease; }

.career-bottom .career-list .career-list-row .career-position {
  width: 100%;
  display: flex;
  align-items: center;
  color: #222222;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.2s ease; }

.career-bottom .career-list .career-list-row .career-position img {
  margin-left: 20px; }

.career-bottom .career-list .career-list-row .career-date, .career-bottom .career-list .career-list-row .apply-career {
  text-align: center;
  width: 100%;
  color: #a1a9b1;
  font-family: "Quinoa - Bold";
  font-size: 18px;
  font-weight: 700; }

.career-bottom .career-list .career-list-row .apply-career {
  text-align: right;
  transition: all 0.2s ease; }

.career-bottom .career-list .career-list-row .apply-career svg, .career-bottom .career-list .career-list-row .apply-career path {
  transition: all 0.2s ease; }

.career-bottom .career-list .career-list-row:last-child {
  margin-bottom: 0px; }

.career-bottom .career-list .career-list-row:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }

.career-bottom .career-list .career-list-row:hover .career-position, .career-bottom .career-list .career-list-row:hover .apply-career {
  color: #ddb554; }

.career-bottom .career-list .career-list-row:hover .career-position svg, .career-bottom .career-list .career-list-row:hover .career-position path, .career-bottom .career-list .career-list-row:hover .apply-career svg, .career-bottom .career-list .career-list-row:hover .apply-career path {
  fill: #ddb554; }

.career-bottom-bg {
  position: relative;
  height: 300px;
  width: 100%;
  background: linear-gradient(0deg, rgba(52, 66, 79, 0.9), rgba(52, 66, 79, 0.9)), url(../images/career-bg.png);
  background-size: cover; }

.vacancy-inner {
  padding: 100px 0px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  background-color: #f7fafd; }

.vacancy-inner .vacancy-inner-holder {
  box-shadow: 0 0 20px rgba(213, 217, 221, 0.1);
  background-color: #ffffff; }

.vacancy-inner .vacancy-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 40px; }

.vacancy-inner .vacancy-head .item {
  display: flex;
  align-items: center; }

.vacancy-inner .vacancy-head h3 {
  color: #ddb554;
  font-family: "Quinoa - Semibold";
  font-size: 26px;
  font-weight: 600; }

.vacancy-inner .vacancy-head img {
  margin-left: 15px; }

.vacancy-inner .vacancy-head p {
  color: #a1a9b1;
  font-family: "Quinoa - Bold";
  font-size: 18px;
  font-weight: 700; }

.vacancy-inner .vacancy-content {
  padding: 50px 40px;
  padding-bottom: 0px; }

.vacancy-inner .vacancy-content h3 {
  color: #222222;
  font-family: "Quinoa - Semibold";
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px; }

.vacancy-inner .vacancy-content p {
  color: #222222;
  font-family: "Quinoa - Semibold";
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 50px; }

.vacancy-inner .vacancy-content button {
  outline: none;
  border: none;
  box-shadow: none;
  width: 180px;
  height: 60px;
  background-color: #ddb554;
  color: #ffffff;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px; }

.vacancy-inner .vacancy-content .share-social {
  padding: 35px 0px;
  display: flex; }

.vacancy-inner .vacancy-content .share-social span {
  color: #ddb554;
  font-family: "Quinoa - Semibold";
  font-size: 20px;
  font-weight: 600; }

.vacancy-inner .vacancy-content .share-social .social-holder:hover {
  color: #ddb554; }

.cabinet-main {
  padding: 100px 0px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  background-color: #f7fafd; }

.cabinet-main .cabinet-head {
  margin-bottom: 5px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  padding: 27px 40px;
  box-shadow: 0 0 20px rgba(213, 217, 221, 0.1);
  background-color: #ffffff; }

.cabinet-main .cabinet-head .notification {
  right: 0px;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #227aca;
  line-height: 16px;
  color: white;
  font-size: 16px;
  border-radius: 100%;
  text-align: center;
  top: -5px;
  right: -22px; }

.cabinet-main .cabinet-head a {
  position: relative;
  color: #222222;
  font-family: "Quinoa - Semibold";
  font-size: 26px;
  font-weight: 600;
  transition: all 0.2s ease; }

.cabinet-main .cabinet-head a:hover {
  color: #ddb554; }

.cabinet-main .cabinet-head a.active {
  color: #ddb554; }

.cabinet-main .cabinet-head .divider {
  width: 1px;
  height: 25px;
  background-color: #e0eaf3; }

.cabinet-main .cabinet-personal-info {
  padding: 45px 40px;
  padding-bottom: 98px;
  margin-bottom: 5px;
  box-shadow: 0 0 20px rgba(213, 217, 221, 0.1);
  background-color: #ffffff; }

.cabinet-main .cabinet-personal-info input {
  width: 100%;
  padding: 15px 0px;
  color: #a1a9b1;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #e0eaf3;
  margin-bottom: 55px; }

.cabinet-main .cabinet-personal-info .radio-buttons {
  margin-bottom: 15px; }

.cabinet-main .cabinet-personal-info .radio-buttons input {
  margin-bottom: 0px;
  width: auto !important; }

.cabinet-main .cabinet-personal-info .radio-buttons label span {
  left: -19px; }

.cabinet-main .cabinet-personal-info .left-side .gender-select {
  margin-bottom: 15px;
  display: flex;
  align-items: center; }

.cabinet-main .cabinet-personal-info .left-side .gender-select input {
  margin: 0px;
  padding: 0px;
  width: 30px;
  height: 30px;
  background-color: white;
  border: 2px solid #ddb554; }

.cabinet-main .cabinet-personal-info .left-side .gender-select input:checked + label {
  color: #ddb554; }

.cabinet-main .cabinet-personal-info .left-side .gender-select label {
  margin-left: 15px;
  margin-right: 60px;
  color: #a1a9b1;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase; }

.cabinet-main .cabinet-personal-info .right-side .img-upload-input {
  width: 100%;
  height: 46px;
  position: absolute;
  z-index: 0;
  margin: 0px;
  border: none; }

.cabinet-main .cabinet-personal-info .right-side .upload-img {
  position: relative;
  background-color: white;
  pointer-events: none; }

.cabinet-main .cabinet-personal-info .right-side .upload-img img {
  float: left;
  margin-right: 15px; }

.cabinet-main .cabinet-personal-info .right-side .upload-img p {
  color: #227aca;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase; }

.cabinet-main .cabinet-personal-info .right-side .upload-img span {
  color: #a1a9b1;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline; }

.cabinet-main .cabinet-personal-info .right-side .subscribe-news {
  border-bottom: 1px solid #e0eaf3;
  display: flex;
  align-items: center; }

.cabinet-main .cabinet-personal-info .right-side .subscribe-news input {
  margin: 0px;
  padding: 0px;
  width: 30px;
  height: 30px;
  background-color: white;
  border: 2px solid #ddb554; }

.cabinet-main .cabinet-personal-info .right-side .subscribe-news input:checked + label {
  color: #ddb554; }

.cabinet-main .cabinet-personal-info .right-side .subscribe-news label {
  margin-left: 15px;
  color: #a1a9b1;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase; }

.cabinet-main .cabinet-change-pass {
  padding: 38px 40px;
  box-shadow: 0 0 20px rgba(213, 217, 221, 0.1);
  background-color: #ffffff; }

.cabinet-main .cabinet-change-pass h3 {
  color: #a1a9b1;
  font-family: "Quinoa - Semibold";
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 50px; }

.cabinet-main .cabinet-change-pass input {
  width: 100%;
  padding: 15px 0px;
  color: #a1a9b1;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #e0eaf3;
  margin-bottom: 40px; }

.cabinet-main .cabinet-change-pass button {
  outline: none;
  box-shadow: none;
  border: none;
  width: 240px;
  height: 60px;
  background-color: #ddb554;
  color: #ffffff;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase; }

.cabinet-my-trainings {
  padding: 38px 40px;
  box-shadow: 0 0 20px rgba(213, 217, 221, 0.1);
  background-color: #ffffff; }

.cabinet-my-trainings .my-training-row {
  cursor: pointer;
  padding: 28px 0px;
  border-bottom: 1px solid #e0eaf3; }

.cabinet-my-trainings .active h3 {
  color: #ddb554 !important;
  text-decoration: underline; }

.cabinet-my-trainings .active svg {
  transform: rotate(90deg); }

.cabinet-my-trainings .active path {
  fill: #ddb554; }

.cabinet-my-trainings .short-training-row {
  display: flex;
  justify-content: space-between; }

.cabinet-my-trainings .short-training-row h3 {
  color: #666666;
  font-family: "Quinoa - Semibold";
  font-size: 20px;
  font-weight: 600; }

.cabinet-my-trainings .training-desc-holder {
  display: none; }

.cabinet-my-trainings .full-training-desc {
  display: flex;
  margin-top: 45px; }

.cabinet-my-trainings .full-training-desc .training-detail {
  margin-left: 25px; }

.cabinet-my-trainings .full-training-desc .training-detail p {
  margin-top: 18px;
  color: #222222;
  font-family: "Quinoa - Semibold";
  font-size: 20px;
  font-weight: 600; }

.cabinet-my-trainings .full-training-desc .training-detail p img {
  margin-right: 12px; }

.cabinet-my-trainings .full-training-desc .training-detail .download {
  margin-top: 26px;
  color: #666666;
  font-family: "Quinoa - Semibold";
  font-size: 16px;
  font-weight: 600;
  line-height: 16px; }

.cabinet-my-trainings .full-training-desc .training-detail .download img {
  float: left;
  margin-right: 12px; }

.online-consulting .cabinet-menu {
  min-height: 430px;
  background-color: #227aca;
  background-image: url(../images/logo-bg.png);
  background-repeat: no-repeat;
  background-position: bottom; }

.online-consulting .cabinet-menu ul, .online-consulting .cabinet-menu li {
  padding: 0px;
  margin: 0px;
  list-style-type: none; }

.online-consulting .cabinet-menu li {
  cursor: pointer;
  padding: 26px;
  color: #ffffff;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
  transition: all 0.2s ease; }

.online-consulting .cabinet-menu li img {
  width: 28px;
  margin-right: 15px; }

.online-consulting .cabinet-menu li:hover {
  background-color: rgba(28, 107, 178, 0.5); }

.online-consulting .cabinet-menu li.active {
  transition: all 0.2s ease;
  position: relative;
  background-color: #1c6bb2; }

.online-consulting .cabinet-menu li.active:after {
  transition: all 0.2s ease;
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #1c6bb2;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%); }

.online-consulting .new-msg {
  box-shadow: 0 0 20px rgba(213, 217, 221, 0.1);
  background-color: #ffffff;
  padding: 55px 40px; }

.online-consulting .new-msg input, .online-consulting .new-msg textarea {
  margin-bottom: 40px;
  padding: 15px 0px;
  color: #a1a9b1;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #e0eaf3; }

.online-consulting .new-msg textarea {
  height: 240px;
  resize: vertical; }

.online-consulting .new-msg button {
  width: 240px;
  height: 60px;
  background-color: #ddb554;
  color: #ffffff;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  outline: none;
  border: none;
  box-shadow: none; }

.online-consulting-inbox {
  padding: 55px 40px;
  box-shadow: 0 0 20px rgba(213, 217, 221, 0.1);
  background-color: #ffffff; }

.online-consulting-inbox a {
  padding: 28px 0px;
  display: block;
  color: #666666;
  font-family: "Quinoa - Semibold";
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #e0eaf3; }

.online-consulting-inbox a img {
  margin-right: 15px; }

.online-consulting-inbox a:first-child {
  padding-top: 10px; }

.pagination-inbox-consulting {
  margin-top: 10px;
  padding: 25px 40px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  background-color: white;
  display: flex; }

.pagination-inbox-consulting a {
  margin-right: 5px;
  line-height: 40px;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #ced7e0;
  color: white;
  text-align: center; }

.pagination-inbox-consulting .next {
  width: 100px; }

.pagination-inbox-consulting a.active {
  background-color: #227aca; }

.online-consulting-inbox-inner {
  box-shadow: 0 0 20px rgba(213, 217, 221, 0.1);
  background-color: #ffffff;
  padding: 60px 40px; }

.online-consulting-inbox-inner h3 {
  color: #ddb554;
  font-family: "Quinoa - Semibold";
  font-size: 26px;
  font-weight: 600; }

.online-consulting-inbox-inner .inbox-details {
  padding: 20px 0px;
  display: flex;
  align-items: center; }

.online-consulting-inbox-inner .inbox-details .item {
  display: flex;
  margin-right: 40px;
  color: #222222;
  font-family: "Quinoa - Semibold";
  font-size: 20px;
  font-weight: 600; }

.online-consulting-inbox-inner .inbox-details .item img {
  position: relative;
  top: 5px;
  margin-right: 12px; }

.online-consulting-inbox-inner .inbox-details .item span {
  position: relative;
  top: 2px;
  margin-right: 12px; }

.online-consulting-inbox-inner .inbox-details .item.social img {
  top: 4px;
  margin-right: 10px; }

.online-consulting-inbox-inner .comment-box {
  margin-top: 40px; }

.online-consulting-inbox-inner .comment-head {
  align-items: center;
  display: flex;
  color: #222222;
  font-family: "Quinoa - Semibold";
  font-size: 16px;
  font-weight: 600; }

.online-consulting-inbox-inner .comment-head img {
  margin-right: 15px; }

.online-consulting-inbox-inner .comment-head span {
  margin: 0px 15px;
  color: #d8d8d8; }

.online-consulting-inbox-inner .comment-head a {
  display: none;
  color: #2ea7ff;
  font-family: "Quinoa - Semibold";
  font-size: 16px;
  font-weight: 600; }

.online-consulting-inbox-inner .comment-text {
  margin-top: 15px;
  color: #222222;
  font-family: "Quinoa - Semibold";
  font-size: 18px;
  font-weight: 600;
  line-height: 24px; }

.online-consulting-inbox-inner .comment-box:hover a {
  display: block; }

.online-consulting-inbox-inner .reply {
  padding-left: 60px; }

.review-cabinet {
  padding: 60px 40px;
  box-shadow: 0 0 20px rgba(213, 217, 221, 0.1);
  background-color: #ffffff; }

.review-cabinet h3 {
  color: #ddb554;
  font-family: "Quinoa - Semibold";
  font-size: 26px;
  font-weight: 600; }

.review-cabinet .training-info-details {
  margin-top: 26px;
  display: flex; }

.review-cabinet .training-info-details .item {
  margin-right: 40px;
  color: #222222;
  font-family: "Quinoa - Semibold";
  font-size: 20px;
  font-weight: 600; }

.review-cabinet select, .review-cabinet option {
  font-family: "Quinoa - Semibold"; }

.give-ratings {
  margin-top: 10px;
  box-shadow: 0 0 10px rgba(213, 217, 221, 0.5);
  background-color: #ffffff;
  display: flex; }

.give-ratings .item {
  text-align: center;
  padding: 0px 30.74999px;
  padding-top: 30px;
  padding-bottom: 20px;
  border-right: 1px solid #e0eaf3; }

.give-ratings .item h3 {
  color: #222222;
  font-family: "Quinoa - Semibold";
  font-size: 20px;
  font-weight: 600; }

.give-ratings .item select {
  color: #a1a9b1;
  font-family: "Quinoa - Semibold";
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0px 10px;
  margin-top: 20px;
  width: 100%;
  height: 40px;
  border: 1px solid #d9dce0; }

.give-ratings .item:last-child {
  border-right: none; }

.give-ratings .item select, .give-ratings .item option {
  font-family: Arial; }

.review-text {
  box-shadow: 0 0 10px rgba(213, 217, 221, 0.5);
  background-color: #ffffff;
  padding: 65px 40px;
  padding-bottom: 40px; }

.review-text textarea {
  margin-bottom: 40px;
  padding: 15px 0px;
  color: #a1a9b1;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #e0eaf3;
  height: 240px; }

.review-text button {
  outline: none;
  box-shadow: none;
  border: none;
  width: 240px;
  height: 60px;
  background-color: #ddb554;
  color: #ffffff;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase; }

.review-list path, .review-list h3 {
  transition: all 0.2s ease; }

.review-list .my-training-row:hover path {
  fill: #ddb554; }

.review-list .my-training-row:hover h3 {
  color: #ddb554; }

.vacancy-form {
  padding: 100px 0px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  background-color: #f7fafd; }

.vacancy-form option {
  padding: 5px 15px;
  color: #a1a9b1;
  font-family: "Quinoa - Bold";
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }

.vacancy-form .infos-section {
  margin-bottom: 20px; }

.vacancy-form .infos-section:last-child {
  margin-bottom: 0px; }

.vacancy-form .add-more {
  display: flex;
  align-items: center;
  color: #222222;
  font-family: "Quinoa - Semibold";
  font-size: 20px;
  font-weight: 600;
  text-decoration: underline; }

.vacancy-form .add-more img {
  margin-right: 10px; }

.vacancy-form .block-head {
  box-shadow: 0 0 20px rgba(213, 217, 221, 0.1);
  background-color: #ffffff;
  padding: 28px 40px; }

.vacancy-form .block-head h3 {
  color: #ddb554;
  font-family: "Quinoa - Semibold";
  font-size: 26px;
  font-weight: 600; }

.vacancy-form .block-body {
  padding: 60px 40px;
  box-shadow: 0 0 20px rgba(213, 217, 221, 0.1);
  background-color: #ffffff; }

.vacancy-form .middle-label {
  margin-top: 25px;
  margin-bottom: 35px;
  font-family: "Quinoa - Semibold";
  font-size: 18px;
  font-weight: 600;
  /* Text style for "Sizinlə əl" */
  color: #222222;
  /* Text style for "*" */ }

.vacancy-form .middle-label span {
  color: #fc3855; }

.vacancy-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a1a9b1; }

.vacancy-form input, .vacancy-form select, .vacancy-form textarea {
  margin-bottom: 35px;
  padding: 15px 0px;
  color: #a1a9b1;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #e0eaf3; }

.vacancy-form textarea {
  height: 150px;
  resize: vertical; }

.vacancy-form .radio-buttons {
  border-bottom: 1px solid #e0eaf3; }

.vacancy-form .input-placeholder {
  position: relative; }

.vacancy-form .input-placeholder input:focus + .placeholder {
  display: none; }

.vacancy-form .input-placeholder input:valid + .placeholder {
  display: none; }

.vacancy-form .placeholder {
  position: absolute;
  pointer-events: none;
  top: 15px;
  bottom: 2px;
  left: 1px;
  margin: auto;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #a1a9b1; }

.vacancy-form .placeholder span, .vacancy-form .placeholder select option span {
  color: red; }

.vacancy-form .file-upload {
  opacity: 0; }

.vacancy-form .file-placeholder {
  margin-bottom: 35px;
  border-bottom: 1px solid #e0eaf3; }

.vacancy-form .file-placeholder input {
  margin-bottom: 0px; }

.vacancy-form .other-info p {
  line-height: 56px;
  font-family: "Quinoa - Semibold";
  font-size: 18px;
  font-weight: 600;
  /* Text style for "Səhətinizd" */
  color: #222222; }

.vacancy-form .other-info span {
  color: #fc3855; }

.vacancy-form .other-info .radio-buttons {
  border: none; }

.vacancy-form .send-vacancy {
  border: none;
  box-shadow: none;
  outline: none;
  width: 180px;
  height: 60px;
  background-color: #ddb554;
  color: #ffffff;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase; }

.radio-buttons {
  margin-bottom: 35px; }

.radio-buttons p {
  display: inline-block;
  margin-right: 75px;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  /* Text style for "Siqaret çə" */
  color: #a1a9b1; }

.radio-buttons p span {
  /* Text style for "*" */
  color: #fc3755; }

.radio-buttons input {
  width: auto;
  height: auto;
  width: 30px;
  height: 30px;
  opacity: 0;
  margin-bottom: 22px; }

.radio-buttons label {
  margin-right: 60px;
  padding-left: 15px;
  position: relative;
  color: #a1a9b1;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase; }

.radio-buttons label:last-child {
  margin-right: 0px; }

.radio-buttons label span {
  border-radius: 100%;
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  left: -32px;
  top: -2px;
  border: 2px solid #e0eaf3;
  transition: all 0.2s ease; }

.radio-buttons label span img {
  transition: all 0.2s ease;
  opacity: 0;
  margin: 9px auto; }

.radio-buttons input:checked + label span {
  border: 2px solid #ddb554; }

.radio-buttons input:checked + label span img {
  opacity: 1;
  display: block; }

.unread .circle-mark {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #227aca;
  display: inline-block;
  margin-right: 10px; }

.read .circle-mark {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #227aca;
  display: inline-block;
  margin-right: 10px; }

.typemessage {
  margin-top: 50px; }

.typemessage textarea {
  padding: 15px 0px;
  color: #a1a9b1;
  font-family: "Quinoa - Bold";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #e0eaf3; }

.pagination > li > a, .pagination > li > span {
  color: #a1a9b1 !important; }

.pagination > li > a:hover {
  background-color: #ddb554 !important;
  color: white !important; }

@media (min-width: 250px) and (max-width: 992px) {
  .vacancy-form {
    padding: 20px 0px; }
  .vacancy-form .block-body {
    padding: 20px; }
  .vacancy-form .other-info p {
    line-height: 35px; }
  .give-ratings {
    flex-direction: column; }
  .review-text {
    padding-top: 20px; }
  .online-consulting-inbox-inner {
    padding: 30px 15px; }
  .online-consulting-inbox-inner .inbox-details {
    align-items: flex-start !important;
    flex-direction: column; }
  .online-consulting-inbox-inner .inbox-details .item {
    margin: 15px 0px; }
  .online-consulting-inbox-inner .comment-box .comment-head span {
    margin: 0px 10px; }
  .online-consulting-inbox-inner .reply {
    padding-left: 15px; }
  .online-consulting .cabinet-menu {
    min-height: auto;
    margin-bottom: 15px; }
  .online-consulting .cabinet-menu li.active:after {
    content: none; }
  .online-consulting .cabinet-menu button {
    width: 100% !important; }
  .cabinet-my-trainings .full-training-desc {
    flex-direction: column; }
  .cabinet-my-trainings .training-detail {
    margin-left: 0px !important; }
  .cabinet-main {
    padding: 20px 0px; }
  .cabinet-main .cabinet-head {
    flex-direction: column; }
  .cabinet-main .cabinet-head .divider {
    display: none; }
  .cabinet-main .cabinet-head a {
    padding: 10px 0px; }
  .cabinet-main input {
    margin-bottom: 10px !important; }
  .cabinet-main .cabinet-personal-info {
    padding-bottom: 20px; }
  .cabinet-main .cabinet-personal-info .right-side .upload-img {
    margin: 20px 0px; }
  .cabinet-main .cabinet-personal-info .right-side .col-md-6 {
    clear: both; }
  .cabinet-main .cabinet-personal-info .right-side .subscribe-news {
    border: none;
    margin-top: 20px; }
  .vacancy-inner {
    padding: 20px 0px; }
  .vacancy-inner .vacancy-head {
    flex-direction: column; }
  .vacancy-inner .vacancy-head p {
    margin-top: 10px; }
  .vacancy-inner .vacancy-content .share-social {
    flex-direction: column; }
  .vacancy-inner .vacancy-content .share-social .social-holder {
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 10px; }
  .career-top {
    padding: 20px 0px; }
  .career-top button {
    width: 100% !important;
    margin-bottom: 10px; }
  .career-top span {
    margin: 0px 0px; }
  .career-top p {
    margin-bottom: 20px; }
  .career-bottom {
    padding: 20px 0px; }
  .career-bottom .career-list-row {
    flex-direction: column;
    padding: 25px 30px !important; }
  .career-bottom .career-list-row .career-position, .career-bottom .career-list-row .career-date, .career-bottom .career-list-row .apply-career {
    text-align: left !important; }
  .career-bottom .career-list-head {
    margin-bottom: 20px; }
  .sign-in-page {
    padding: 20px 0px; }
  .sign-in-page .login-methods {
    display: block !important; }
  .sign-in-page .login-methods .share-social {
    margin-top: 35px; }
  .sign-in-page .right-side {
    margin-top: 15px; }
  .sign-in-page .right-side img {
    width: 100%;
    height: auto; }
  .sign-in-page .left-side {
    padding: 28px 25px; }
  .padding-right-0 {
    padding-right: 15px; }
  .padding-left-0 {
    padding-left: 15px; }
  .blog-home {
    padding: 20px 0px; }
  .blog-home .right-side .categories {
    margin-top: 30px; }
  .blog-home .post-details {
    flex-direction: column; }
  .blog-home .blog-home-post-list button {
    width: 100% !important; }
  .project-inner img {
    margin: 0 auto;
    display: block;
    margin-bottom: 15px; }
  .form-border {
    border: none !important; }
  .apply-form {
    padding-top: 40px !important; }
  .apply-form button.register {
    width: 100% !important;
    margin-bottom: 35px; }
  .training-form {
    padding: 20px 0px !important; }
  .inner-trainings .trainings-menu {
    padding-bottom: 0px; }
  .inner-trainings .img-text {
    text-align: center; }
  .inner-trainings .img-text img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    float: none !important; }
  .inner-trainings .reviews-info {
    flex-direction: column; }
  .inner-trainings .reviews-info .item {
    margin: 5px 0px; }
  .inner-trainings .inner-trainings-list a.active:after {
    display: none; }
  .trainings {
    padding: 20px 0px; }
  .trainings li.active:after {
    display: none; }
  .trainings .trainings-menu {
    min-height: auto;
    margin-bottom: 15px; }
  .trainings .cat-name {
    float: none !important; }
  .trainings .select-date {
    margin: 10px 0px;
    float: none !important; }
  .about {
    padding: 20px 0px; }
  .about .about-row p {
    margin: 15px 0px; }
  .about-bg {
    padding: 50px 0px; }
  .about-flex {
    flex-direction: column; }
  .about-flex .item {
    margin-bottom: 30px; }
  .about-flex .item:last-child {
    margin-bottom: 0px; }
  .partners-inner {
    padding: 20px 0px; }
  .partners-inner .partners-flex {
    flex-direction: column; }
  .contact-main {
    padding: 20px 0px; }
  .contact-main .col-md-8 {
    padding-right: 15px !important; }
  .contact-main .col-md-4 {
    padding-left: 15px !important; }
  .no-mobile {
    display: none !important; }
  .section-id {
    display: none; }
  .bottom-lines {
    display: none; }
  .header-top .header-top-left, .header-top .header-top-right {
    display: none; }
  .header-top .header-top-holder {
    justify-content: center !important; }
  .header-flex ul, .header-flex .cabinet {
    display: none !important; }
  .m-bar {
    font-size: 35px;
    cursor: pointer;
    display: block; }
  header .header-bottom {
    padding: 15px 0px; }
  .m-menu {
    top: 76px;
    position: absolute;
    z-index: 999;
    background-color: white;
    width: 100%;
    left: 0px;
    display: none;
    padding: 15px 0px !important; }
  .m-menu li {
    float: none !important; }
  .m-menu li a {
    display: block;
    padding: 5px 0px; }
  .ask-question {
    margin-top: 146px;
    padding: 20px 0px; }
  .ask-question .online-consulting {
    width: 100%;
    float: none;
    margin-top: 75px; }
  .ask-question .online-consulting button {
    width: 100%; }
  .call-me {
    transform: none !important;
    bottom: 15px !important;
    right: 15px !important; }
  .about-company {
    padding: 20px 0px; }
  .about-company .about-texts {
    margin-bottom: 20px; }
  .about-company .about-texts:last-child {
    margin-bottom: 0px; }
  .track-progress {
    display: none !important; }
  .tab-selects {
    width: 100%;
    overflow-x: scroll;
    margin-top: 0px !important; }
  .tab-selects svg {
    width: 40px; }
  .tab-selects .tab-select {
    padding: 0px 15px;
    margin-bottom: 10px; }
  .tab-selects .tab-select:last-child {
    margin-bottom: 0px; }
  .min-height-service {
    min-height: 600px !important; }
  .service-tab .col-md-5 {
    display: none !important; }
  .latest-projects {
    padding: 20px 0px; }
  .latest-projects .projects-slider {
    margin-top: 25px !important; }
  .pros {
    padding: 20px 0px; }
  .statistic-flex {
    flex-direction: column; }
  .subscribe {
    padding: 25px 0px; }
  .subscribe .input-holder {
    height: auto; }
  .subscribe .input-row {
    margin-top: 25px; }
  .subscribe .input-row input, .subscribe .input-row .msg-ico, .subscribe .input-row .send {
    position: static; }
  .subscribe .input-row input {
    margin-bottom: 10px; }
  .subscribe .input-row .send {
    float: right; }
  .subscribe .input-row .msg-ico {
    margin-top: 7px; }
  .news {
    padding: 20px 0px; }
  .news .news-holder {
    margin-bottom: 25px; }
  footer .footer-flex {
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start; }
  footer .footer-flex ul {
    margin: 15px 0px; }
  footer .footer-flex li {
    float: none; }
  footer .footer-flex li a {
    display: block;
    padding: 5px 0px; }
  .home-services {
    padding: 20px 0px; }
  .home-services .service-item h3 {
    margin-top: 20px; }
  .flex-service-tabs {
    flex-direction: column !important; }
  .bottomlines {
    display: none; }
  .service-tab-content {
    padding: 20px 0px; } }

@media (min-width: 992px) and (max-width: 1200px) {
  .sign-in-page .login-methods {
    display: block !important; }
  .sign-in-page .login-methods .share-social {
    margin-top: 35px; }
  .sign-in-page .right-side img {
    height: 618px;
    object-fit: cover; }
  .sign-up-container .right-side img {
    height: 643px;
    object-fit: cover; } }

@media (min-width: 992px) and (max-width: 1400px) {
  .section-id .line {
    top: 65px !important; }
  .section-id .number {
    top: 53px !important; } }
