/* color */
/* font-size */
/* h1 */
/* h2 */
/* h3 */
/* h4 */
/* h5 */
/* h6 */
/* base */
/* font-family */
/* breakpoints */
/* 768 */
/* 991 */
/* 1200 */
/* 576 */
/* 480 */
.no_padiing {
  padding: 0; }

.grey_section {
  padding: 240px 0 70px !important;
  background: #303B4F; }
  .grey_section h1 {
    color: #FFFFFF;
    font-weight: bold; }
  .grey_section h6 {
    color: #FFFFFF; }
  .grey_section p {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500; }

.border {
  border-left: 1px solid #C8CDD6;
  border-right: 1px solid #C8CDD6; }

.blog_row {
  margin-bottom: 0 !important; }

.blog_list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(420px, 1fr)); }
  .blog_list_section {
    padding-bottom: 50px; }
    .blog_list_section .paginate {
      padding-left: 42px; }
      @media screen and (max-width: 480px) {
        .blog_list_section .paginate {
          padding-left: 0; } }
  @media screen and (max-width: 992px) {
    .blog_list {
      grid-template-columns: repeat(auto-fill, minmax(100%, 1fr)); } }
  .blog_list:after {
    content: "";
    display: block;
    clear: both; }

.blog_item {
  display: block;
  width: 100%;
  padding: 69px 121px 44px 42px; }
  @media screen and (max-width: 992px) {
    .blog_item {
      padding: 45px 40px; } }
  @media screen and (max-width: 768px) {
    .blog_item {
      padding: 45px 0; } }
  .blog_item_title_link {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    .blog_item_title_link h5 {
      color: #303B4F;
      font-size: 23px !important;
      font-weight: bold;
      line-height: 1.6; }
      @media screen and (max-width: 480px) {
        .blog_item_title_link h5 {
          margin-top: 0; } }
    .blog_item_title_link:hover h5 {
      color: #f04436; }
  .blog_item .blog_thumb {
    width: 100%;
    height: 372px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out; }
    @media screen and (max-width: 480px) {
      .blog_item .blog_thumb {
        height: 255px; } }
    .blog_item .blog_thumb:hover {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
  .blog_item .info_block {
    padding: 20px 0;
    font-size: 14px;
    color: #C8CDD6; }
    @media screen and (max-width: 480px) {
      .blog_item .info_block {
        padding-bottom: 0; } }
    .blog_item .info_block a {
      color: #C8CDD6;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .blog_item .info_block a:hover {
        color: #3F4F90; }
  .blog_item .blog_short_desc {
    font-size: 18px; }
  .blog_item_thumb_wrap {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 372px; }
    @media screen and (max-width: 480px) {
      .blog_item_thumb_wrap {
        height: 255px; } }

.pagination {
  width: 100%; }

.paginate .pag_item {
  display: inline-block;
  width: 38px;
  height: 38px;
  border: 1px solid #C8CDD6;
  border-radius: 5px;
  margin-right: 10px;
  text-align: center;
  line-height: 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #303B4F;
  float: left; }
  .paginate .pag_item:last-child {
    margin-right: 0; }

.paginate .current {
  color: #FFFFFF;
  background: #303B4F;
  border: 1px solid #303B4F; }

.paginate:after {
  content: "";
  display: block;
  clear: both; }

.rotate_grey .rotate_text {
  left: 13px;
  top: 135px;
  width: auto; }

.rotate_grey h5 {
  color: #9399A3; }

.good_news {
  text-align: center; }
  .good_news h4 {
    font-weight: 600;
    color: #303B4F;
    font-size: 36px !important;
    line-height: 1.5; }
    .good_news h4 i {
      font-style: normal;
      color: #f04436; }
  .good_news p {
    max-width: 930px;
    margin: 0 auto;
    font-size: 21px;
    margin-top: 10px; }

.programs figure {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.programs h5 {
  color: #303B4F;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase; }

.programs .wpb_column {
  border-right: 1px solid #C8CDD6;
  height: 100%; }
  .programs .wpb_column:last-child {
    border-right: none; }
  @media screen and (max-width: 992px) {
    .programs .wpb_column {
      border-right: none; } }

.programs_col3 {
  padding-top: 90px !important;
  padding-bottom: 50px !important;
  height: 100% !important; }
  @media screen and (max-width: 480px) {
    .programs_col3 .vc_btn3 {
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); } }
  .programs_col3 p {
    min-height: 320px; }

.border-side {
  border-left: 1px solid #C8CDD6;
  border-right: 1px solid #C8CDD6; }
  @media screen and (max-width: 992px) {
    .border-side {
      border-left: none;
      border-right: none; } }

.margin_nagative {
  margin-top: -25px; }

.no_padding {
  padding-top: 0 !important; }

.blog_content {
  padding-top: 0 !important; }
  .blog_content .vc_btn3-container {
    display: block;
    margin-bottom: 0; }
    .blog_content .vc_btn3-container a {
      background-color: #FFFFFF !important;
      color: #f04436 !important;
      font-size: 18px !important;
      font-weight: 400;
      border: 1px solid #f04436 !important;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .blog_content .vc_btn3-container a:hover {
        background-color: #f04436 !important;
        color: #FFFFFF !important; }
  .blog_content .blog_center_btn {
    display: block;
    padding-bottom: 95px; }
    .blog_content .blog_center_btn a {
      width: 238px;
      background-color: #f04436 !important;
      color: #FFFFFF !important;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .blog_content .blog_center_btn a:hover {
        opacity: .9; }

.row {
  margin-bottom: 0 !important; }

.border-hor {
  border-top: 1px solid #C8CDD6;
  border-bottom: 1px solid #C8CDD6; }

.media_item {
  padding: 69px 42px 44px 42px; }

.image_section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0 !important; }
  .image_section_overlay {
    background: rgba(48, 59, 79, 0.9);
    padding: 240px 0 70px; }
  .image_section .image_credit {
    font-size: 14px;
    font-weight: 400; }

.single_content_wrap {
  padding: 70px 0; }
  .single_content_wrap .single_meta {
    font-size: 14px;
    color: #C8CDD6;
    padding-bottom: 50px; }
    .single_content_wrap .single_meta a {
      color: #C8CDD6;
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
      .single_content_wrap .single_meta a:hover {
        color: #f04436; }
  .single_content_wrap .content_wrap p a {
    color: #303B4F;
    text-decoration: underline;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
    .single_content_wrap .content_wrap p a:hover {
      color: #f04436;
      text-decoration: none; }

.blog_wrapper h2, .blog_wrapper h3, .blog_wrapper h4, .blog_wrapper h5, .blog_wrapper h6 {
  color: #303B4F; }

.blog_wrapper p a {
  color: #303B4F;
  text-decoration: underline;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }
  .blog_wrapper p a:hover {
    color: #f04436;
    text-decoration: none; }

.events_meta {
  margin-top: 30px; }
  .events_meta p {
    color: #C8CDD6; }
    .events_meta p a {
      color: #C8CDD6;
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
      .events_meta p a:hover {
        color: #f04436; }

@media screen and (max-width: 992px) {
  .blog_border {
    border-bottom: 1px solid #F2F3F5; } }

.recent {
  padding-top: 70px;
  padding-left: 15px; }
  @media screen and (max-width: 480px) {
    .recent {
      padding-left: 0; } }
  .recent .tags_block {
    margin-top: 25px;
    padding-bottom: 45px;
    border-bottom: 1px solid #F2F3F5; }
    .recent .tags_block_more {
      display: block;
      font-weight: bold;
      padding-top: 19px !important;
      font-size: 21px; }
      .recent .tags_block_more:hover {
        font-weight: bold !important;
        text-decoration: underline; }
    .recent .tags_block h5 {
      font-size: 24px !important;
      font-weight: bold;
      color: #303B4F; }
    .recent .tags_block a {
      display: block;
      padding: 9px 0;
      color: #303B4F;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .recent .tags_block a:hover {
        text-shadow: 0px 0px 1px #000000; }
  .recent_post h5 {
    color: #303B4F;
    font-size: 24px !important;
    font-weight: bold; }
  .recent_post_item {
    margin-bottom: 42px; }
  .recent_post_img {
    display: block;
    width: 100%;
    height: 165px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .recent_post_text_wrap h5 {
    color: #303B4F;
    font-size: 18px !important;
    font-weight: 600;
    margin: 0;
    line-height: 1.6; }
  .recent_post_date {
    padding: 9px 0;
    font-size: 14px;
    color: #c8cdd6; }
  .recent .sidebar_newsletter {
    padding-top: 64px;
    padding-bottom: 75px;
    border-bottom: 1px solid #F2F3F5; }
    @media screen and (max-width: 480px) {
      .recent .sidebar_newsletter {
        padding-top: 70px !important;
        padding-bottom: 70px !important; } }
    .recent .sidebar_newsletter .subscribe_title {
      text-align: left; }
      .recent .sidebar_newsletter .subscribe_title h5 {
        color: #303B4F;
        font-weight: bold; }
        @media screen and (max-width: 600px) {
          .recent .sidebar_newsletter .subscribe_title h5 {
            font-size: 24px !important; } }
        .recent .sidebar_newsletter .subscribe_title h5 span {
          color: #f04436; }
    .recent .sidebar_newsletter label {
      display: none; }
    .recent .sidebar_newsletter input[type="email"] {
      border-bottom: none !important;
      background-color: #f0f8ff !important;
      border-radius: 5px;
      padding: 0 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .recent .sidebar_newsletter input[type="email"]:focus {
        border-bottom: none !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important; }
    .recent .sidebar_newsletter input[type="submit"] {
      width: 100%;
      border: none;
      background: #f04436;
      height: 45px;
      border-radius: 5px;
      color: #FFFFFF;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .recent .sidebar_newsletter input[type="submit"]:hover {
        opacity: .8; }
  @media screen and (max-width: 480px) {
    .recent .sidebar_block {
      padding: 0 15px;
      border-bottom: 1px solid #F2F3F5; } }

@media screen and (max-width: 480px) {
  .r_col {
    padding: 0 !important; } }

.sidebar_search .searchform {
  display: block;
  position: relative; }
  .sidebar_search .searchform:after {
    content: "";
    display: block;
    clear: both; }
  .sidebar_search .searchform .searchsubmit {
    display: inline-block;
    float: right;
    width: 45px;
    height: 45px;
    border: none;
    background: transparent;
    border-radius: 5px; }
  .sidebar_search .searchform .searchinput {
    display: inline-block;
    float: left;
    width: 80%;
    border: none;
    background: #F2F3F5;
    border-radius: 5px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0; }
    .sidebar_search .searchform .searchinput:focus {
      border-bottom: none !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }

.event_image {
  position: relative;
  display: block;
  width: 100%; }
  .event_image img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover; }
  .event_image_date {
    display: block;
    width: 85px;
    height: 125px;
    background: #FFFFFF;
    position: absolute;
    top: 15px;
    right: 15px;
    color: #303B4F;
    text-align: center;
    padding: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .event_image_date .start_day_month {
      display: block;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 24px;
      display: block; }
    .event_image_date .start_date_day {
      display: block;
      font-size: 45px;
      font-weight: bold; }
    .event_image_date .final_date {
      display: block;
      border-top: 1px solid #303B4F;
      font-size: 16px;
      padding: 5px 0; }

.event_info {
  font-size: 14px;
  color: #C8CDD6; }
  .event_info p {
    padding: 0; }
  .event_info a {
    color: #C8CDD6; }
    .event_info a:hover {
      color: #3F4F90; }

.event h5 {
  color: #303B4F;
  font-weight: bold;
  font-size: 24px !important;
  margin-top: 20px; }
  @media screen and (max-width: 1440px) {
    .event h5 {
      margin-top: 10px; } }
  .event h5 a {
    color: #303B4F;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    .event h5 a:hover {
      color: #f04436; }

.event .short_description {
  margin-top: 30px;
  font-size: 16px; }
  @media screen and (max-width: 1440px) {
    .event .short_description {
      margin-top: 10px; } }
  @media screen and (max-width: 992px) {
    .event .short_description {
      line-height: 1.6; } }

.event_text {
  position: relative;
  padding: 50px 40px !important;
  border-left: 1px solid #C8CDD6; }
  @media screen and (max-width: 480px) {
    .event_text {
      padding: 5px 15px !important; } }

.event .view_more a {
  display: block;
  width: 100%;
  max-width: 190px;
  height: 50px;
  border: 2px solid #f04436;
  color: #f04436;
  text-align: center;
  line-height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  font-weight: 600;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  margin-top: 45px; }
  .event .view_more a:hover {
    background: #f04436;
    color: #FFFFFF; }
  @media screen and (max-width: 1440px) {
    .event .view_more a {
      margin-top: 20px; } }

.event_row {
  border-bottom: 1px solid #C8CDD6;
  margin-bottom: 0 !important; }

.event_img_wrap {
  padding: 50px !important; }
  @media screen and (max-width: 480px) {
    .event_img_wrap {
      padding: 15px !important; } }

.event .more {
  width: 100%; }
  .event .more .more_btn {
    display: inline-block;
    width: 100%;
    max-width: 250px;
    height: 50px;
    background: #f04436;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 5px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.event_pagination {
  padding: 50px 40px; }
  @media screen and (max-width: 480px) {
    .event_pagination {
      padding: 25px 0; } }

.post_type_line {
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: transparent; }

.post_type_item {
  width: calc(100%/3);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  padding: 35px 20px 0; }
  .post_type_item:hover .post_type_line {
    background: #f04436; }

.post_type_img_wrap {
  width: 100%;
  height: 280px;
  overflow: hidden; }
  @media screen and (max-width: 1400px) {
    .post_type_img_wrap {
      height: 210px; } }
  @media screen and (max-width: 1118px) {
    .post_type_img_wrap {
      height: 170px; } }
  @media screen and (max-width: 992px) {
    .post_type_img_wrap {
      height: 340px; } }
  @media screen and (max-width: 768px) {
    .post_type_img_wrap {
      height: 410px; } }
  @media screen and (max-width: 578px) {
    .post_type_img_wrap {
      height: 330px; } }
  @media screen and (max-width: 480px) {
    .post_type_img_wrap {
      height: 240px; } }
  @media screen and (max-width: 378px) {
    .post_type_img_wrap {
      height: 190px; } }

.post_type_img {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }
  .post_type_img:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }

.post_type_text_wrap {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.post_type_date {
  width: 15%;
  display: inline-block;
  text-align: center; }
  .post_type_date .month {
    display: block;
    text-transform: uppercase;
    color: #C8CDD6;
    font-weight: bold;
    font-size: 18px; }
  .post_type_date strong {
    color: #797E89;
    font-size: 40px;
    font-weight: bold; }

.post_type_text {
  display: inline-block;
  max-width: 390px;
  margin-left: 10px; }
  .post_type_text h5 {
    margin: 0;
    font-size: 18px !important;
    font-weight: bold; }
    .post_type_text h5 a {
      color: #303B4F; }
      .post_type_text h5 a:hover {
        color: #f04436; }

.post_type_desc {
  color: #797E89;
  font-size: 16px;
  padding-top: 10px; }

.post_type_arrow {
  width: 35px;
  height: 35px;
  background: url(/wp-content/uploads/2020/06/slick_arrow.png) !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  @media screen and (max-width: 1400px) {
    .post_type_arrow {
      left: -90px; } }

.post_type .p_prev {
  top: 175px;
  left: -110px; }
  @media screen and (max-width: 1400px) {
    .post_type .p_prev {
      left: -90px; } }
  @media screen and (max-width: 480px) {
    .post_type .p_prev {
      top: 435px;
      left: 30%; } }
  .post_type .p_prev:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }

.post_type .p_next {
  top: 240px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  left: -110px; }
  @media screen and (max-width: 1400px) {
    .post_type .p_next {
      left: -90px; } }
  @media screen and (max-width: 480px) {
    .post_type .p_next {
      top: 435px;
      left: 55%; } }
  .post_type .p_next:hover {
    -webkit-transform: rotate(180deg) scale(1.1);
        -ms-transform: rotate(180deg) scale(1.1);
            transform: rotate(180deg) scale(1.1); }

.training_title h3 {
  color: #303B4F;
  font-weight: bold; }

.h4_title {
  text-align: center;
  margin-bottom: 0; }
  .h4_title h4 {
    font-size: 36px !important;
    font-weight: 600;
    color: #303B4F; }
    @media screen and (max-width: 480px) {
      .h4_title h4 {
        font-size: 30px !important; } }

.training_img figure {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.price_block .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 60%;
  margin: 0 auto; }
  .price_block .wpb_wrapper div {
    display: inline-block; }
  .price_block .wpb_wrapper .price {
    color: #303B4F;
    font-weight: bold;
    font-size: 35px;
    padding-right: 10px;
    border-right: 2px solid #f04436;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .price_block .wpb_wrapper .for_person {
    color: #C8CDD6;
    text-transform: uppercase;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    letter-spacing: 1px; }

.traning_list {
  padding: 0 13%; }
  @media screen and (max-width: 1418px) {
    .traning_list {
      padding: 0 7%; } }
  @media screen and (max-width: 480px) {
    .traning_list {
      padding: 0; } }
  .traning_list ul li {
    padding: 5px 0 5px 15px;
    position: relative; }
    .traning_list ul li:before {
      content: "";
      width: 5px;
      height: 5px;
      background: #f04436;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .traning_list p a {
    display: block;
    text-align: center;
    font-weight: 500;
    color: #303B4F;
    text-decoration: underline; }
    .traning_list p a:hover {
      text-decoration: none; }

.request_btn_wrap p {
  width: 100%; }

.request_btn_wrap .request_btn {
  display: inline-block;
  max-width: 294px;
  width: 100%;
  height: 49px;
  border: 1px solid #f04436;
  color: #f04436;
  border-radius: 5px;
  text-align: center;
  line-height: 49px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .request_btn_wrap .request_btn:hover {
    background: #f04436;
    color: #FFFFFF; }

.big_col {
  background: #303B4F;
  color: #FFFFFF; }

.big_col_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 578px) {
    .big_col_wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.big_col_lists ul li {
  padding: 5px 0 5px 15px;
  position: relative; }
  .big_col_lists ul li:before {
    content: "";
    width: 7px;
    height: 7px;
    background: #f04436;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    left: 0; }

.training_section, .section_cols, .section_advanced {
  border-bottom: 1px solid #C8CDD6; }
  @media screen and (max-width: 480px) {
    .training_section, .section_cols, .section_advanced {
      border-bottom: none; } }

.training_options {
  padding-top: 45px !important; }
  @media screen and (max-width: 768px) {
    .training_options {
      padding-top: 0 !important; } }
  .training_options .training_options_title {
    padding-bottom: 90px; }
  @media screen and (max-width: 480px) {
    .training_options .vc_row {
      padding: 0 !important; } }
  @media screen and (max-width: 480px) {
    .training_options .vc_row .col {
      padding: 0 !important; }
      .training_options .vc_row .col .vc_column-inner {
        padding-left: 0;
        padding-right: 0; } }

.training_row {
  border-left: 1px solid #C8CDD6;
  border-right: 1px solid #C8CDD6;
  padding-left: 0 !important;
  padding-right: 0 !important; }
  .training_row .vc_row {
    margin-right: -15px !important; }
  @media screen and (max-width: 480px) {
    .training_row .vc_column-inner {
      padding-left: 0;
      padding-right: 0; } }

.training_col {
  padding-top: 90px !important;
  border-right: 1px solid #C8CDD6; }
  @media screen and (max-width: 992px) {
    .training_col {
      border-right: none; } }
  @media screen and (max-width: 480px) {
    .training_col {
      padding-top: 25px !important;
      padding-left: 30px !important;
      padding-right: 30px !important; } }
  .training_col:last-child {
    border-right: none; }
  .training_col h4 {
    display: inline-block;
    margin-top: 0 !important;
    padding: 0 50px 10px 50px;
    border-bottom: 1px solid #C8CDD6; }
    @media screen and (max-width: 480px) {
      .training_col h4 {
        padding: 0 30px 10px 30px; } }
  .training_col .training_img {
    margin-top: 48px;
    margin-bottom: 44px; }
  .training_col .traning_list p {
    padding-bottom: 0;
    margin-top: 50px; }
    .training_col .traning_list p a {
      display: none; }

.brand_col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 65px 60px 20px 60px !important;
  min-height: 780px !important; }
  @media screen and (max-width: 480px) {
    .brand_col {
      padding: 35px 25px 0 25px !important; } }
  .brand_col h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px !important; }
  .brand_col p {
    line-height: 1.8;
    font-weight: 400; }
  .brand_col h5 {
    font-weight: 500 !important; }
  .brand_col ul {
    padding-bottom: 30px; }
    .brand_col ul li {
      font-size: 16px; }

.slider_heading h2 {
  color: #303B4F;
  text-align: center;
  font-weight: bold; }

.training_title {
  padding-left: 40px;
  margin-bottom: 45px; }
  @media screen and (max-width: 992px) {
    .training_title {
      padding-left: 0; } }
  .training_title h3 {
    margin-top: 10px; }

.training_rotate h5 {
  color: #C8CDD6 !important; }

.slider_heading {
  padding: 15px 0 !important; }
  @media screen and (max-width: 768px) {
    .slider_heading {
      padding: 0 !important; } }

.slider_row .wpb_text_column {
  margin-bottom: 25px; }
  @media screen and (max-width: 480px) {
    .slider_row .wpb_text_column {
      margin-bottom: 50px; } }

.faq {
  padding-left: 0 !important;
  padding-right: 0 !important; }
  .faq .faq_item {
    width: 100%;
    border-bottom: 1px solid #C8CDD6;
    display: table; }
  .faq .faq_col {
    width: 96px;
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
    @media screen and (max-width: 480px) {
      .faq .faq_col {
        width: 65px; } }
  .faq .faq_number {
    border-right: 1px solid #C8CDD6; }
  .faq .faq_icon {
    border-left: 1px solid #C8CDD6;
    cursor: pointer;
    font-size: 30px; }
    .faq .faq_icon i {
      -webkit-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out; }
    .faq .faq_icon:hover i {
      color: #f04436; }
  .faq .faq_content {
    display: table-cell;
    width: auto;
    min-height: 120px;
    vertical-align: middle;
    padding: 40px 50px; }
    @media screen and (max-width: 480px) {
      .faq .faq_content {
        padding: 20px 10px; } }
    .faq .faq_content .faq_title {
      font-size: 24px;
      font-weight: bold;
      color: #303B4F; }
      @media screen and (max-width: 480px) {
        .faq .faq_content .faq_title {
          font-size: 18px; } }
    .faq .faq_content .faq_text {
      padding-top: 30px;
      display: none; }

.rotate {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }

@media screen and (max-width: 768px) {
  .faq_col_min {
    padding-top: 0 !important; } }

@media screen and (max-width: 480px) {
  #root .grey_section {
    padding: 91px 0 25px !important; } }

@media screen and (max-width: 480px) {
  #root .grey_section h6 {
    line-height: 1.6; } }

@media screen and (max-width: 480px) {
  #root .grey_section .vc_column_container {
    padding: 0 !important; } }

@media screen and (max-width: 480px) {
  #root .grey_section .vc_column_container .vc_column-inner {
    padding-left: 0;
    padding-right: 0; } }

@media screen and (max-width: 480px) {
  .training_options {
    padding-left: 30px !important;
    padding-right: 30px !important; } }

@media screen and (max-width: 480px) {
  .training_col {
    border-top: 1px solid #C8CDD6; } }

@media screen and (max-width: 480px) {
  .training_section {
    border-bottom: none !important; } }

.border_right {
  border-right: 1px solid #C8CDD6; }

.clients_col {
  padding-top: 50px;
  padding-bottom: 80px; }
  .clients_col h4 {
    color: #303B4F;
    font-weight: bold;
    padding-bottom: 15px; }
  .clients_col ul li {
    padding: 10px 0; }

.flex_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .flex_block h3 {
    color: #303B4F;
    font-weight: bold;
    font-size: 45px !important;
    margin: 0 !important;
    padding-right: 20px; }
