/*----------------------------------------------------------------------------*/
/*#RESPONSIVE STYLE*/
/*----------------------------------------------------------------------------*/

@media (max-width: 1500px) {}
@media (max-width: 1199px) {
  :root {
    --fluid-body: 18px;
    --fluid-h1: 80px;
    --fluid-h2: 48px;
    --fluid-h3: 28px;
    --fluid-h4: 24px;
    --fluid-h5: 22px;
    --fluid-h6: 16px;
    --fluid-sm: 14px;
  }
  .site-header {
    padding: 25px 0;
  }
  .title-area svg * {
    transition: 0.3s ease-in-out;
    transition-delay: 1.5s;
  }
  .site-header .seasonal-banner-offer {
    width: 100%;
    max-width: 660px;
    padding: 0 30px;
  }
  .site-header .nav-primary {
    margin-right: 0;
    margin-left: 30px;
  }
  .header-search-wrap {
    padding: 0 20px;
  }
  .menu-triggered .title-area svg * {
    fill: #fff !important;
    transition-delay: 0.2s;
  }
  .menu-triggered .title-area svg .logo-red {
    fill: var(--red) !important;
    transition-delay: 0.2s;
  }
  .menu-toggle {
    height: 25px;
    width: 35px;
    margin-left: 0;
    z-index: 1000;
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: all;
  }
  .menu-toggle span {
    height: 3px;
    width: 35px;
    position: absolute;
    left: 0;
    display: block;
    background-color: #000;
    cursor: pointer;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: top, bottom, width, -webkit-transform, background-color;
    -moz-transition-property: top, bottom, width, -moz-transform, background-color;
    -o-transition-property: top, bottom, width, -o-transform, background-color;
    transition-property: top, bottom, width, transform, background-color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0.3s, 0.3s, 0.3s, 0s, 1.5s;
    -moz-transition-delay: 0.3s, 0.3s, 0.3s, 0s, 1.5s;
    -o-transition-delay: 0.3s, 0.3s, 0.3s, 0s, 1.5s;
    transition-delay: 0.3s, 0.3s, 0.3s, 0s, 1.5s;
  }
  .menu-triggered .menu-toggle span {
    background-color: #fff;
  }
  .menu-toggle span:nth-child(1) {
    top: 0;
  }
  .menu-triggered .menu-toggle span:nth-child(1) {
    top: calc(50% - 1.5px);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-property: top, bottom, width, -webkit-transform;
    -moz-transition-property: top, bottom, width, -moz-transform;
    -o-transition-property: top, bottom, width, -o-transform;
    transition-property: top, bottom, width, transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0s, 0s, 0s, 0.3s;
    -moz-transition-delay: 0s, 0s, 0s, 0.3s;
    -o-transition-delay: 0s, 0s, 0s, 0.3s;
    transition-delay: 0s, 0s, 0s, 0.3s;
  }
  .menu-toggle span:nth-child(2) {
    top: calc(50% - 1.5px);
  }
  .menu-triggered .menu-toggle span:nth-child(2) {
    width: 0%;
    opacity: 0;
    -webkit-transition-property: top, bottom, width, -webkit-transform;
    -moz-transition-property: top, bottom, width, -moz-transform;
    -o-transition-property: top, bottom, width, -o-transform;
    transition-property: top, bottom, width, transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0s, 0s, 0s, 0.3s;
    -moz-transition-delay: 0s, 0s, 0s, 0.3s;
    -o-transition-delay: 0s, 0s, 0s, 0.3s;
    transition-delay: 0s, 0s, 0s, 0.3s;
  }
  .menu-toggle span:nth-child(3) {
    bottom: 0;
  }
  .menu-triggered .menu-toggle span:nth-child(3) {
    bottom: calc(50% - 1.5px);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-property: top, bottom, width, -webkit-transform;
    -moz-transition-property: top, bottom, width, -moz-transform;
    -o-transition-property: top, bottom, width, -o-transform;
    transition-property: top, bottom, width, transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0s, 0s, 0s, 0.3s;
    -moz-transition-delay: 0s, 0s, 0s, 0.3s;
    -o-transition-delay: 0s, 0s, 0s, 0.3s;
    transition-delay: 0s, 0s, 0s, 0.3s;
  }
  .menu-primary {
    padding: 100px 30px;
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #282828;
    overflow-y: auto;
    pointer-events: all;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.18, 1);
    transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.18, 1);
    transition: transform 1s cubic-bezier(0.77, 0, 0.18, 1);
    transition: transform 1s cubic-bezier(0.77, 0, 0.18, 1), -webkit-transform 1s cubic-bezier(0.77, 0, 0.18, 1);
    transition-delay: 0.8s;
  }
  .menu-triggered .menu-primary {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    transition-delay: 0s;
  }
  .menu-primary li {
    text-align: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .menu-primary > li {
    opacity: 0;
    -webkit-transform: translateY(5rem);
    -ms-transform: translateY(5rem);
    transform: translateY(5rem);
    -webkit-transition: opacity 1s cubic-bezier(0.32, 0.94, 0.6, 1), -webkit-transform 1s cubic-bezier(0.32, 0.94, 0.6, 1);
    transition: opacity 1s cubic-bezier(0.32, 0.94, 0.6, 1), -webkit-transform 1s cubic-bezier(0.32, 0.94, 0.6, 1);
    transition: transform 1s cubic-bezier(0.32, 0.94, 0.6, 1), opacity 1s cubic-bezier(0.32, 0.94, 0.6, 1);
    transition: transform 1s cubic-bezier(0.32, 0.94, 0.6, 1), opacity 1s cubic-bezier(0.32, 0.94, 0.6, 1), -webkit-transform 1s cubic-bezier(0.32, 0.94, 0.6, 1);
    transition-delay: 0s;
  }
  .menu-triggered .menu-primary > li {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 1.2s;
  }
  .menu-primary li:not(:last-child) {
    margin-right: 0;
  }
  .menu-primary li a {
    margin-bottom: 0;
    font-weight: 700;
    color: #fff;
    position: relative;
    transition: 0.3s ease-in-out;
    font-size: 24px;
    text-align: left;
  }
  .menu-primary li a:hover {
      color: #fff;
  }
  .menu-primary li.current-menu-item a,
  .menu-primary li.current-menu-parent a {
    color: var(--main-red) !important;
  }
  .menu-primary li:before {
    display: none;
  }
  .menu-primary li .sub-menu-toggle {
    display: block !important;
    border: none !important;
    outline: 0 !important;
    box-shadow: none !important;
    background-color: transparent !important;
    padding: 10px 10px;
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
  }
  .sub-menu-toggle span {
    width: 100%;
    height: 100%;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
    display: block;
    color: #fff;
    clip: auto !important;
    -webkit-clip-path: none !important;
    clip-path: none !important;
    position: relative;
  }
  .sub-menu-toggle span:before {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu-primary .sub-menu {
    position: relative;
    width: 100%;
    min-width: 100%;
    left: 0;
    top: auto;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    flex: 0 0 100%;
    width: 100%;
    transition: none;
    padding: 10px 0;
    display: none;
    top: auto !important;
  }
  .menu-primary .sub-menu li {
    color: #fff;
    padding: 2px 0 2px 20px !important;
    text-align: left;
  }
  .menu-primary .sub-menu li a {
    color: #fff !important;
    font-size: 20px;
  }
  .menu-primary .sub-menu li.current-menu-item a {
    color: var(--main-red) !important;
  }
  .site-header .contact-btn-header {
    margin-left: auto;
  }
  .site-header .contact-btn-header .search-box {
    margin-right: 0;
  }
  .site-header .contact-btn-header .toggle-header-search .search-icon {
    margin-right: 0;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0.3s, 0.3s, 0.3s, 0s, 1.5s;
    -moz-transition-delay: 0.3s, 0.3s, 0.3s, 0s, 1.5s;
    -o-transition-delay: 0.3s, 0.3s, 0.3s, 0s, 1.5s;
    transition-delay: 0.3s, 0.3s, 0.3s, 0s, 1.5s;
  }
  .menu-triggered .site-header .contact-btn-header .toggle-header-search .search-icon {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0s, 0s, 0s, 0.3s;
    -moz-transition-delay: 0s, 0s, 0s, 0.3s;
    -o-transition-delay: 0s, 0s, 0s, 0.3s;
    transition-delay: 0s, 0s, 0s, 0.3s;
    filter: brightness(0) invert(1);
  }
  .site-header .contact-btn-header .btn-contact {
    display: none;
  }
  .hero_section {
    min-height: auto;
    padding: 150px 0 90px 0px;
  }
  .hero_section .hero_section-content .hero_section-content--text {
    max-width: 64%;
  }
  .hero_section .hero--circle {
    width: 85%;
    height: 100%;
    left: 0;
    background-color: initial;
    border-radius: 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%);
  }
  .hero_section .hero--circle:before,
  .hero_section .hero--circle:after {
    display: none;
  }
  .logo-tab-content .logo-wrap {
    height: 70px;
  }
  .logo-tab-content .logo-wrap img {
    max-height: 50px;
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .btn-arrow {
    min-width: 320px;
  }
  .courses-section {
    padding: 80px 0;
  }
  .courses-section .course-clmn {
    margin-bottom: 40px;
  }
  .courses-section .courses-wrapper {
    margin-top: 80px;
    margin-bottom: 40px;
    position: relative;
  }
  .mentors-section .mentors-section-wrapper {
    padding: 80px 30px;
    gap: 100px;
    flex-direction: column;
  }
  .mentors-section .section-info {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
  }
  .mentors-section .mentors-wrapper {
    flex: 1;
    top: 0;
  }
  .mentors-section .mentors-section-wrapper:before {
    height: 100%;
  }
  .mentors-section .mentors-section-wrapper.red-shadow::after {
    top: auto;
    bottom: 30px;
  }
  .mentors-section .mentors-section-wrapper .red-circle-asset-big,
  .mentors-section .mentors-section-wrapper .red-circle-asset-small {
    display: none;
  }
  .testimonials-section {
    padding: 80px 0 80px 0;
  }
  .testimonial-info-wrapper {
    padding: 50px 30px 50px;
  }
  .testimonial-image {
    flex: 0 0 500px;
    max-width: 500px;
  }
  .blog-section {
    padding: 80px 0;
  }
  .career-footer-section {
    padding: 80px 0;
    background-color: #fff;
  }
  .career-footer-section .career--circle {
    display: none;
  }
  /* .career-footer-section .career-footer-info {
    text-align: center;
  } */
  .career-footer-section .career-footer-info :is(h2,h3) {
    color: var(--black);
  }
  .newsletter {
    margin-top: 80px;
  }
  .three-i-model-wrapper {
    max-width: 680px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  .three-i-text br {
    display: none;
  }
  .round-image-wrapper {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  .round-image-wrapper::before,
  .round-image-wrapper::after {
    display: none;
  }
  .business-section .business--circle {
    top: 0;
    right: 0;
    transform: translateY(0);
    width: 95%;
    height: 100%;
    border-radius: 0;
    z-index: 2;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%);
  }
  .premium-service-section  {
    text-align: center;
  } 
  .three-i-section {
    padding: 100px 0;
    text-align: center;
  } 
  .service-expertise-section {
    padding: 80px 0;
  }
  .txt-mob-center {
    text-align: center;
  }
  .business-section .business-section-content {
    padding: 100px 0;
  }
  .classroom-section {
    padding: 100px 0 0 0;
    text-align: center;
  }
  .renowned-section {
    padding: 100px 0;
    text-align: center;
  }
  .partners-section {
    padding: 80px 0;
  }
  .partners-section .partners-section-info {
    margin-bottom: 80px;
  }
  .partners-section .partner-logo-wrapper {
    padding: 60px 40px;
  }
  /* .partners-section .partner-logo-wrapper .logo-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  } */
  .partners-section .partner-logo-wrapper .logo-wrap img {
    max-height: 60px;
  }
  #filterForm {
    display: grid;
    align-items: flex-end;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }
  #filterForm .custom-select {
    max-width: 100%;
  }
  .trainings-loop-section  {
    padding: 80px 0;
  }
  .careers-section {
    padding: 80px 0;
  }
  .careers-section .careers-top-info {
    margin-bottom: 40px;
  }
  .company-location-section {
    padding-bottom: 80px;
  }
  .company-location-section .loc-clmn:not(:last-child) {
    margin-bottom: 40px;
  }
  .blog-page-section {
    padding: 150px 0 80px 0;
  }
  .blog-page-section .blog-posts-wrapper {
    margin-top: 80px;
  } 
  .legal-section {
    padding: 150px 0 80px 0;
  }
  
  .row.gutters-md {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.gutters-md [class*='col'] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tabs-wrapper .tab_drawer_heading {
    padding: 15px 30px;
    background-color: #F8F8F8;
    transition: .3s ease-in-out;
    border-radius: 100vw;
    margin-bottom: 20px;
  }
  .tabs-wrapper .tab_drawer_heading.d-active {
    background-color: var(--red);
    color: #fff;
  }
  .tabs-wrapper .tab__content {
    padding: 0 30px;
    margin-bottom: 20px;
  }
  .brochure-form {
    padding: 0;
    position: relative;
  }
  .brochure-form:before,
  .brochure-form:after {
    display: none;
  }
	
  .single-product-section {
    padding: 80px 0;
  }
  .single-product-section hr {
    margin: 50px 0;
  }
  .calendar-link .btn {
    min-width: 100%;
  }
  .course-info-clmn .calendar-link {
    padding: 30px 20px;
  }
  .faq-wrapper {
    background-color: #fff;
    padding: 30px 30px 80px 30px;
    border-radius: var(--b-radius);
  }
	.single-product-section:before {
		display: none;
	}
	.single-product .hero_section {
		margin-top: 85px;
		min-height: 400px;
	}
	.hero--arrow_down {
		width: 40px;
		height: 40px;
		background-size: 30px 30px;
		background-position: center;
	}
}
@media (max-width: 991px)  {
  :root {
    --fluid-body: 16px;
    --fluid-h1: 60px;
    --fluid-h2: 38px;
    --fluid-h3: 24px;
    --fluid-h4: 22px;
    --fluid-h5: 20px;
    --fluid-h6: 16px;
    --fluid-sm: 14px;
  }
  .row.gutters-lg {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.gutters-lg [class*='col'] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.gutters-md {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.gutters-md [class*='col'] {
    padding-left: 10px;
    padding-right: 10px;
  }
.hero--arrow_down {
    width: 40px;
    height: 40px;
    background-size: 30px 30px;
    background-position: center;
    bottom: 15px;
    right: 50%;
    transform: translateX(50%);
}
@keyframes MoveUpDown {
  0%, 100% {
    bottom: 15px;
  }
  50% {
    bottom: 25px;
  }
}
  .hero_section .hero--circle {
    width: 100%;
    opacity: 0.7;
    background: white;
  }
	
  .hero_section .hero_section-content .hero_section-content--text {
    max-width: 100%;
  }
  .hero_section .hero_section-content .hero_section-content--text br {
    display: none;
  }
  .hero_section .hero_section-image {
    width: 100%;
  }
.single-product .hero_section {
    max-width: 100%;
	margin-left: 0;
	margin-right: 0;
	border-radius: 0;
	margin-bottom: 0;
}
.single-product .hero_section-image:before {
    background: #fff;
    opacity: 0.7;
}
  .partners-carousel-section {
    padding: 40px 0;
  }
  .partners-carousel-section .partners-carousel-wrapper .partner-logo img {
    max-height: 60px;
    min-height: 50px;
  }
  .solutions-section .solutions-wrapper {
    padding: 80px 20px;
    justify-content: flex-start;
  }
  .solutions-section .solutions-wrapper .solutions-wrapper-container{
    text-align: left;
  }
  .solutions-section .solutions-wrapper .solution-links {
    justify-content: flex-start;
  }
  .solutions-section .solutions-wrapper:before,
  .solutions-section .solutions-wrapper:after {
    display: none;
  }
  .courses-section {
    text-align: left;
  }
  .courses-section br {
    display: none;
  }
  .courses-section .courses-wrapper:before {
    display: none;
  }
  .courses-section .courses-wrapper {
    margin-top: 50px;
    margin-bottom: 0;
    position: relative;
  }
  .courses-section .btn-holder {
    text-align: center;
  }
  .blog-section .blog-posts-wrapper {
    margin-bottom: 40px;
  }
  .blog-section .blog-clmn:not(:last-child) {
    margin-bottom: 40px;
  }
  .blog-section:before,
  .blog-section:after {
    display: none;
  }
  /* .footer .footer-logo {
    margin: 0 auto 45px auto;
  } */
  /* .footer .footer-info-title {
    text-align: center;
  }
  .footer .footer-link {
    justify-content: center;
    text-align: center;
  } */
  .footer .footer-bottom {
    flex-direction: column;
  }
  .footer .copyright {
    order: 2;
    /* text-align: center; */
  }
  .newsletter-title {
    /* text-align: center; */
  }
  .footer .newsletter button {
    margin-left: -65px;
    height: 60px;
    min-width: 150px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .footer .social-footer {
    margin-left: 0;
    margin-top: 50px;
  }
  .footer .footer-bottom .footer-menu {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .footer .footer-bottom .footer-menu li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .footer .footer-bottom .footer-menu li:not(:last-child) {
    margin-right: 0;
  }
  .footer .footer-bottom {
    align-items: flex-start;
  }
  .footer .footer-bottom .footer-menu {
    align-items: flex-start;
  }
  .testimonial-image {
    flex: 0 0 400px;
    max-width: 400px;
  }
  .testimonial-info-wrapper {
    padding: 30px 30px 30px;
  }
  .business-section .business--circle {
    width: 100%;
    background: #fff;
    opacity: 0.7;
  }
  .business-section .business-section-image {
    width: 100%;
  }
  .business-section .business-section-content .business-section-content--text {
    max-width: 100%;
    text-align: center;
  }
  .accordion__content {
    padding: 30px 0 0 0;
  }
  .team-section .team-member-box .team-member-image {
    margin-bottom: 30px;
  }
  .team-section .team-section-info {
    text-align: left;
    max-width: 100%;
    margin-bottom: 80px;
  }
  .team-section .team-clmn {
    margin-bottom: 60px;
  }
  .team-section {
    padding: 80px 0;
  }
  .partners-section .partners-section-info {
    max-width: 100%;
    text-align: left;
  }
  .partners-section .partners-section-info br {
    display: none;
  }
  .show-all-wrapper {
    margin-top: 0px;
  }
  #mobileShowFilter {
    display: inline-flex;
    font-size: var(--fluid-h5);
    position: relative;
    padding-left: 30px;
    margin-bottom: 40px;
  }
  #mobileShowFilter:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    background-image: url(../images/filter-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 20px;
  }
  #trainingsFilterWrap {
    display: none;
  }
  .careers-section .careers-top-info {
    margin-bottom: 0;
  }
  .careers-section .careers-page-info-text {
    margin-bottom: 50px;
  }
  .tab-buttons {
    display: none;
  }
	.tab-content-container {
	margin-bottom: 0;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}
/*   .course-info-clmn .training-advisor-info img {
    max-width: 100%;
  } */
  .course-info-clmn .calendar-link {
    /* max-width: 100%; */
/* 	  margin: 0 auto; */
  } 
  .training-calendar-section .calendar-title {
    margin-bottom: 40px;
  }
  .mentors-section .section-info {
    max-width: 100%;
    text-align: left;
  }
  .blog-section h2 {
    text-align: left!important;
  }
	.single-product .related-courses {
		display: none;
	}
	.course-info-clmn {
		margin-top: 40px;
	}
}
@media (max-width: 767px)  {
  .btn-arrow {
    min-width: 100%;
  }
  .solutions-section .solutions-wrapper {
    padding: 60px 20px;
  }
  .solutions-section .solutions-wrapper .solution-links {
    flex-direction: column;
    gap: 30px;
  }
  /* .testimonial-info {
    text-align: center;
  } */
  .testimonials-carousel .slick-list {
    overflow: initial;
  }
  .testimonial-box {
    flex-direction: column;
  }
  .testimonial-image {
    flex: 0 0 100%;
    max-width: 100%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
  }
  .testimonial-image img {
    object-position: top center;
    position: relative;
  }
  .testimonial-info-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .testimonial-box .carousel-nav {
    justify-content: center;
  }
  .logo-tab-buttons .logo-tab-btn {
    flex: 0 0 50%;
    text-align: center;
  }
  #filterForm {
    grid-template-columns: 1fr 1fr;
  }
  .blog-page-section .blog-posts-wrapper .post-clmn {
    margin-bottom: 40px;
  }
  .blog-page-section .blog-posts-wrapper .post-clmn:last-child {
    margin-bottom: 0;
  }
  .accordion__title {
    padding: 40px 40px 10px 0;
  }
  .accordion__title::before {
    right: 0;
  }
  .label-attach .wpcf7-form-control-wrap {
    max-width: 100%;
  }
  .submit-button-holder.mobile-margin-top {
    margin-top: 45px;
  }
	.brochure-newsletter-checkbox {
		text-align: left;
	}
	.brochure-newsletter-checkbox .checkboxes {
		justify-content: flex-start;
	}
}
@media (max-width: 700px)  {
  .three-i-model .planet {
    width: 11.454vw;
    height: 11.454vw;
    padding: 2.203vw;
  }
  .three-i-model .planet:before {
    width: 11.013vw;
    height: 11.013vw;
  }
  .three-i-model .planet.active:before,
  .three-i-model .planet:hover:before {
    width: 17.621vw;
    height: 17.621vw;
  }
  .three-i-model .planet:after {
    top: -10.279vw;
    font-size: 3.818vw;
  }
  .three-i-model .three-i-modal__content {
    padding: 14.684vw 7.342vw;
  }
  .three-i-model .three-i-modal__content .close--modal {
    width: 7.342vw;
    top: 4.405vw;
    right: 4.405vw;
  }
  .three-i-model .three-i-model--outer__circle .outer__circle--planet {
    left: 0.468vw;
    bottom: 17.09vw;
  }
  .three-i-model .three-i-model--middle__circle {
    top: calc(50% - 31.5vw);
    left: calc(50% - 31.5vw);
    width: 63vw;
    padding-bottom: 63vw;
  }
  .three-i-model .three-i-model--middle__circle .middle__circle--planet {
    left: 10.279vw;
  }
  .three-i-model .three-i-model--inner__circle {
    top: calc(50% - 16.153vw);
    left: calc(50% - 16.446vw);
    width: 32vw;
    padding-bottom: 32vw;
  }
  .three-i-model .three-i-model--inner__circle .inner__circle--planet {
    bottom: 22.026vw;
  }
  .three-i-model .moon {
    width: 4.405vw;
    height: 4.405vw;
  }
  .three-i-model .three-i-model--outer__circle .outer__circle--moon {
    right: 2.671vw;
    top: 23.229vw;
  }
  .three-i-model .three-i-model--middle__circle .middle__circle--moon {
    right: 10.279vw;
    bottom: 4.699vw;
  }
  .three-i-model .three-i-model--inner__circle .inner__circle--moon {
    left: 2.203vw;
    top: 24.963vw;
  }
  .form-control {
    font-size: var(--fluid-h6);
    height: 50px;
  }
  .regular-form .select2-container--default .select2-selection {
    height: 50px;
    font-size: var(--fluid-h5);
  }
  .footer .newsletter button {
    height: 60px;
  }
  .footer .newsletter {
    margin-top: 60px;
  }
  .course-info-clmn .calendar-link {
    max-width: 100%;
  } 
}
@media (max-width: 575px)  {
  .submit-button-holder {
    display: block!important;
  }
  .submit-button-holder .btn {
    width: 100%;
  }
  .footer .footer-link {
    /* justify-content: center;
    text-align: center; */
    font-size: var(--fluid-sm);
  }
  .footer .newsletter button {
    min-width: 110px;
    padding: 10px 20px;
  }
  .logo-tab-buttons .logo-tab-btn .logo-tab-title {
    font-size: var(--fluid-h5);
  }
  .team-section .team-clmn:last-child {
    margin-bottom: 0;
  }
  .partners-section .partner-logo-wrapper {
    padding: 60px 20px;
  }
  #filterForm {
    grid-template-columns: 1fr;
  }
  #filterCalendar {
    width: 100%;
  }
  .training-calendar-section #filterCalendar .custom-select {
    width: 100%;
  }
  .download-calendar-pdf {
    margin-right: 0;
  }
  #filterCalendar {
	gap: 20px;
  }
  .download-calendar-pdf .btn {
    width: 100%;
  }
  .courses-section .btn-holder .btn {
    width: 100%;
  }
  .mentors-section .section-info .btn {
    width: 100%;
  }
  .mentors-section .mentors-section-wrapper {
    padding: 80px 20px;
    gap: 70px;
  }
  .mentors-section .mentors-wrapper .mentor-box .mentor-image .mentor-info {
    display: none;
  }
  .blog-section .btn {
    width: 100%;
  }
  .show-all-wrapper .btn {
    width: 100%;
  }
	.course-info-clmn {
		text-align: left;
	}
	.calendar-link br {
		display: none;
	}
	.course-info-clmn .course-info__price {
		justify-content: flex-start;
	}
	.course-info-clmn .training-advisor-info img {
		max-width: 100%;
	}
	.popup-modal {
		padding: 50px 20px;
	}
	.popup-box {
		padding: 40px 20px;
	}
}

@media (min-width: 1200px) and (max-width: 1679px), (min-width: 2560px) {
  :root {    
    --fluid-body: 1.146vw; /* 16-22 */
    --fluid-h1: 6.25vw; /* 36-120 */
    --fluid-h2: 3.75vw; /* 30-72 */
    --fluid-h3: 1.667vw; /* 24-32 */
    --fluid-h4: 1.458vw; /* 20-28 */
    --fluid-h5: 1.25vw; /* 18-24 */
    --fluid-h6: 0.938vw; /* 14-18 */
    --fluid-sm: 0.833vw; /* 14-16 */
    --b-radius: 0.938vw;
  }
  
  [class^='container'] {
    width: 100%;
    padding-left:  1.042vw;
    padding-right: 1.042vw;
  }
  .container      { max-width: 92.188vw; }
  .container--md  { max-width: 76.823vw; }
  .container--sm  { max-width: 61.719vw; }
  
  .row {
      margin-left:  -0.521vw;
      margin-right: -0.521vw;
  }
  .row [class*='col'] {
      padding-left:  0.521vw;
      padding-right: 0.521vw;
  }
  .row.gutters-md {
    margin-left:  -1.875vw;
    margin-right: -1.875vw;
  }
  .row.gutters-md [class*='col'] {
      padding-left:  1.875vw;
      padding-right: 1.875vw;
  }
  .row.gutters-lg {
      margin-left:  -2.396vw;
      margin-right: -2.396vw;
  }
  .row.gutters-lg [class*='col'] {
      padding-left:  2.396vw;
      padding-right: 2.396vw;
  }
  .row.gutters-normal {
      margin-left:  -0.521vw;
      margin-right: -0.521vw;
  }
  .row.gutters-normal [class*='col'] {
      padding-left:  0.521vw;
      padding-right: 0.521vw;
  }
  .btn-primary {
    padding: 1.302vw 2.083vw;
    min-width: 11.25vw;
  }
  .btn-primary.btn-submit {
    padding: 0.99vw 2.083vw;
    height: 3.125vw;
  }
  .btn-arrow {
    padding: 1.302vw 5.208vw 1.302vw 2.604vw;
    min-width: 26.042vw;
  }
  .btn-arrow:after {
    width: 1.302vw;
    height: 1.302vw;
    right: 2.604vw;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 { margin-bottom: 2.604vw; }
  
  
  h1 { font-size: var(--fluid-h1); line-height: 1;   }
  h2 { font-size: var(--fluid-h2); line-height: 1.2; }
  h3 { font-size: var(--fluid-h3); line-height: 1.2; }
  h4 { font-size: var(--fluid-h4); line-height: 1.2; }
  h5 { font-size: var(--fluid-h5); line-height: 1.2; }
  h6 { font-size: var(--fluid-h6); line-height: 1.2; }
  
  .red-shadow::after {
    box-shadow: 0px 0.26vw 4.167vw 0px #FF291D26;
  }
  
  /* HEADER */
  .site-header {
    padding: 2.5vw 0;
  }
  .admin-bar .site-header {
    top: 1.667vw;
  }
  .site-header {
    padding: 1.302vw 0;
    box-shadow: 0 0.208vw 1.25vw -1px rgba(0, 0, 0, 0.25);
  }
  .site-header > .wrap {
    max-width: 92.188vw;
    padding-left: 1.042vw;
    padding-right: 1.042vw;
  }
  .site-header .title-area {
    max-width: 5.938vw!important;
  }
  .site-header .nav-primary {
    margin-right: 6.25vw;
  }
  .menu-primary li:not(:last-child) {
    margin-right: 3.125vw;
  }
  .menu-primary li:before {
    bottom: -0.26vw;
  }
  .menu-primary .sub-menu {
    top: calc(100% + 0.26vw);
  }
  .menu-primary .sub-menu {
    min-width: calc(100% + 3.125vw);
    top: calc(100% + 0.781vw);
    padding: 0.781vw 0;
  }
  .sub-menu li {
    padding: 0.313vw 1.042vw !important;
  }
  .site-header .contact-btn-header .search-box {
    margin-right: 6.25vw;
  }
  .site-header .contact-btn-header .toggle-header-search .search-icon {
    width: 1.25vw;
  }
  .header-search-wrap .search-form {
    max-width: 31.25vw;
  }
  .header-search-wrap .search-form-input {
    padding: 1.042vw 0 1.042vw 0;
    margin-bottom: 1.563vw;
  }
  .header-search-wrap .search-form-input::-webkit-input-placeholder {
    padding-left: 1.563vw;
  }
  .header-search-wrap .search-form-input::-moz-placeholder {
    padding-left: 1.563vw;
  }
  .header-search-wrap .search-form-input::placeholder {
    padding-left: 1.563vw;
  }
  .header-search-wrap .search-form-input::-webkit-search-cancel-button {
    margin: 0 0.521vw;
    padding: 0.104vw;
  }
  .header-search-wrap .search-form-input:-webkit-autofill,
  .header-search-wrap .search-form-input:-webkit-autofill:hover, 
  .header-search-wrap .search-form-input:-webkit-autofill:focus {
    font-size: 0.99vw!important;
    padding-left: 1.042vw;
  }
  .header-search-wrap .search-form-submit {
    padding: 1.042vw 2.083vw;
  }
  .toggle-header-search.close {
    top: 0.781vw;
    right: 0.781vw;
  }
  .toggle-header-search .search-icon {
    width: 1.042vw;
  }
  .toggle-header-search.close .search-icon {
    top: calc(50% - 0.26vw);
  }
  .toggle-header-search .close-icon svg {
    width: 1.302vw;
  }
  .mobile-contact {
    display: none;
  }
  .m-0-desktop {
    margin-right: 0!important;
  }
  
  /* FOOTER */
  .footer {
    padding-top: 4.271vw;
  }
  .footer .footer-logo {
    max-width: 5.938vw!important;
    margin-bottom: 2.344vw;
  }
  .footer .footer-info-title {
    margin-bottom: 2.083vw;
  }
  .footer .footer-link img {
    width: 1.146vw;
    margin-right: 0.833vw;
  }
  .footer .newsletter .newsletter-title {
    margin-bottom: 1.823vw;
  }
  .footer .newsletter button {
    margin-left: 1.042vw;
  }
  .footer .social-footer {
    margin-top: 2.604vw;
  }
  .footer .footer-bottom {
    margin-top: 1.823vw;
    padding: 1.563vw 0;
  }
  .footer .footer-bottom .footer-menu li:not(:last-child) {
    margin-right: 3.333vw;
  }
  
  /* FORM INPUTS */
  .form-group {
    margin-bottom: 1.042vw;
  }
  .form-group.not-valid-margin {
    margin-bottom: 2.604vw;
  }
  .form-control {
    height: 2.604vw;
    font-size: 1.25vw;
    padding: 0.521vw 1.823vw;
  }
  textarea.form-control {
    border-radius: 1.875vw;
    min-height: 7.813vw;
  }
/*   .brochure-form textarea.form-control {
    min-height: 12.5vw;
  } */
  .terms-holder {
    margin-top: 3.125vw;
  }
  .checkboxes {
    gap: 2.344vw;
  }
  .checkboxes label span {
    margin-left: 0.677vw;
  }
  .checkboxes.align-top-text label span {
    margin-top: -0.208vw;
  }
  input[type="checkbox"], input[type="radio"] {
    width: 1.302vw;
    height: 1.302vw;
    flex: 0 0 1.302vw;
  }
  input[type="checkbox"]:checked~span:after,
  input[type="radio"]:checked~span:after {
    width: 0.781vw;
    height: 0.781vw;
    left: 0.26vw;
    top: 0.26vw;
  }
  .wpcf7-radio {
    gap: 2.344vw;
  }

  .label-attach .attach-icon {
    width: 0.833vw;
    height: 0.833vw;
    margin-right: 0.521vw;
  }
  .label-attach .wpcf7-not-valid-tip {
    bottom: -2.24vw;
    left: -1.771vw;
  }
  
  /* SOCIAL ITEMS */
  .social-media-links .social-item {
    width: 1.354vw;
  }
  .social-media-links .social-item:not(:last-child) {
    margin-right: 1.042vw;
  }
  
  /* CAREER FOOTER SECTION */
  .career-footer-section {
    padding: 4.167vw 0;
  }
  .career-footer-section .career--circle {
    top: 50%;
    right: -21.927vw;
    width: 83.333vw;
    height: 83.333vw;
  }
  
  /* HERO SECTION */
  .hero_section {
    min-height: 40.729vw;
    padding: 9.375vw 0 4.688vw 0px;
  }
   .hero--arrow_down {
	width: 3.646vw;
	height: 3.646vw;
	background-size: 2.604vw 2.604vw;
	background-position: center 0.625vw;
	bottom: 1.563vw;
	right: 5.208vw;
  }
@keyframes MoveUpDown {
  0%, 100% {
    bottom: 1.563vw;
  }
  50% {
    bottom: 2.083vw;
  }
}
  .hero_section .hero--circle {
    left: -13.958vw;
    width: 72.083vw;
    height: 72.083vw;
  }
  .hero_section .hero--circle:before {
    width: 12.188vw;
    height: 12.188vw;
    right: -4.583vw;
    top: calc(50% + 7.292vw);
  }
  .hero_section .hero--circle:after {
    width: 5.208vw;
    height: 5.208vw;
    right: -4.688vw;
  }  
	
.single-product .hero_section {
	min-height: 28.646vw;
    padding: 4.688vw 0 4.688vw 0px;
    margin-top: 8.021vw;
	margin-bottom: 4.167vw;
	margin-left: auto;
	margin-right: auto;
	max-width: calc(100% - 3.125vw);
}
  
  /* TRAININGS PAGE */
  .trainings-loop-section {
    padding: 7.813vw 0;
  }
  .trainings-wrapper .course-clmn {
    margin-bottom: 2.083vw;
  }
  .course-item {
  }
  .course-item .course-img {
    height: 13.021vw;
  }
  .course-item .course-info {
    padding: 2.083vw 1.302vw;
  }
  .course-item .course-info .course-expertise {
    margin-bottom: 1.042vw;
  }
  .course-item .course-info .course-title {
    margin-bottom: 1.302vw;
  }
  /* .course-item .course-data {
    padding-bottom: 2.083vw;
  }
  .course-item .course-data:before {
    width: 6.042vw;
    height: 0.26vw;
    bottom: -0.156vw;
  } */
  .course-data .course-info-icon {
    margin-right: 0.938vw;
  }
  .course-data .course-info__type .course-info-icon,
  .course-data .course-info__date .course-info-icon {
    margin-left: 0.26vw;
    margin-right: 1.198vw;
  }
  .course-data .course-info__type .course-info-icon img {
    width: 1.042vw;
  }
  .course-data .course-info__intensity .course-info-icon img {
    width: 1.563vw;
  }
  .course-data .course-info__date .course-info-icon img {
    width: 1.042vw;
  }
  .course-data .course-info__price {
    margin-top: 1.563vw;
  }
.course-info-clmn .course-info__wrap {
/*     padding: 0.26vw 1.042vw; */
	margin-bottom: 0.521vw;
}
  .trainings-filter {
    margin-bottom: 3.958vw;
  }
  #filterForm {
    gap: 1.042vw;
  }
  #filterForm .custom-select label {
    margin-bottom: 0.781vw;
  }
   .select2-container--default .select2-selection {
    height: 2.604vw;
    padding: 0.521vw 1.823vw;
  }
  .regular-form .select2-container--default .select2-selection {
    height: 2.604vw;
  }
  .select2-container--default .select2-selection .select2-selection__arrow {
    right: 1.042vw;
    width: 0.938vw;
  }
  #filterForm .custom-select.cs-training-type .select2-container--default .select2-selection .select2-selection__arrow {
    width: 1.146vw;
  }
  #filterForm .custom-select.cs-location .select2-container--default .select2-selection .select2-selection__arrow {
    width: 0.833vw;
  }
  #filterForm .custom-select.cs-month .select2-container--default .select2-selection .select2-selection__arrow,
  #filterCalendar .custom-select.cs-month .select2-container--default .select2-selection .select2-selection__arrow {
    width: 0.833vw;
  }
  .regular-form .select2-container--default .select2-selection .select2-selection__arrow {
    width: 0.781vw;
  }
  .select2-dropdown li {
    padding: 0.313vw 0.781vw;
  }
  /* width */
  .select2-dropdown .select2-results__options::-webkit-scrollbar {
    width: 0.26vw;
  }
  .show-all-wrapper {
    margin-top: 2.604vw;
  }
  
  /* SINGLE PRODUCT PAGE */
  .single-product-section {
    padding: 7.813vw 0;
    background-color: #F8F8F8;
  }
	.single-product-section:before {
	  width: 26.563vw;
	}
  .single-product-section hr {
    height: 0.26vw;
    margin: 5.208vw 0;
  }
  .single-product-subtitle {
    margin-bottom: 1.042vw;
  }
  .course-info-clmn .course-data:not(:last-child) {
    margin-bottom: 2.604vw;
  }
  .course-info-clmn .training-advisor-info img {
    margin-bottom: 1.563vw;
    max-width: 13.021vw;
  }
  .course-info-clmn .training-advisor-info .advisor-title {
    margin-bottom: 1.563vw;
  }
  .course-info-clmn .training-advisor-info .advisor-email {
    margin-bottom: 1.563vw;
  }
  .course-info-clmn .partner-info img {
    max-width: 13.542vw;
/*    max-height: 3.646vw;*/
  }
  .course-info-clmn .calendar-link {
/*     padding: 5.208vw 2.083vw; */
    max-width: 18.229vw;
  }
  .tab-buttons {
    gap: 0.365vw;
    margin-bottom: 2.083vw;
  }
  .tab-buttons .tab__title {
    padding: 1.302vw 0.521vw;
  }
.tab-content-container {
	margin-bottom: 4.167vw;
    padding: 1.563vw;
}
  .brochure-form {
    padding: 4.167vw 3.125vw;
  }
  .brochure-form:after {
    width: 20.833vw;
    height: 20.833vw;
    bottom: -7.813vw;
    right: -7.813vw;
  }
  .submit-button-holder {
    margin-top: 2.344vw;
  }
  .related-courses .carousel-nav {
    margin-top: 4.167vw;
  }
  .related-courses .slick-slide {
      margin: 0 0.521vw;
  }
  .related-courses .slick-list {
      margin: 0 -0.521vw;
  }
  
  /* HOME PAGE */
  .partners-carousel-section{
    padding: 3.125vw 0;
  }
  .partners-carousel-section .partners-carousel-wrapper {
    gap: 2.083vw;
  }
  .partners-carousel-section .slick-slide {
    margin: 0 2.083vw;
  }
  .partners-carousel-section .slick-list {
    margin: 0 -2.083vw;
  }
  .partners-carousel-section .partners-carousel-wrapper .partner-logo img {
    max-height: 4.167vw;
    min-height: 3.125vw;
  }
  .solutions-section .solutions-wrapper {
    padding: 7.292vw 2.083vw;
  }
  .solutions-section .solutions-wrapper:before {
    width: 10.938vw;
    height: 10.938vw;
    bottom: -5.469vw;
    right: 4.167vw;
  }
  .solutions-section .solutions-wrapper:after {
    width: 3.229vw;
    height: 3.229vw;
    bottom: 6.25vw;
    right: 2.604vw;
  }
  .solutions-section .solutions-wrapper .solutions-wrapper-container {
    max-width: 59.896vw;
  }
  .solutions-section .solutions-wrapper .solution-links {
    gap: 1.042vw;
    margin-top: 3.125vw;
  }
  .courses-section {
    padding: 6.25vw 0;
  }
  .courses-section .courses-wrapper {
    margin-top: 3.646vw;
    margin-bottom: 5.208vw;
  }
  .courses-section .courses-wrapper:before {
    width: 10.938vw;
    height: 10.938vw;
    top: -6.667vw;
    left: 3.125vw;
  }
  .mentors-section .mentors-section-wrapper {
    padding: 0 7.292vw;
    gap: 6.771vw;
  }
  .mentors-section .mentors-section-wrapper .red-circle-asset-big {
    width: 10.938vw;
    height: 10.938vw;
    left: 26.979vw;
  }
  .mentors-section .mentors-section-wrapper .red-circle-asset-small {
    width: 4.688vw;
    height: 4.688vw;
    bottom: 10.938vw;
    left: 37.292vw;
  }
  .mentors-section .mentors-section-wrapper.red-shadow::after {
    top: calc(41.667vw - 50%);
  }
  .mentors-section .mentors-section-wrapper:before {
    height: 41.667vw;
  }
  .mentors-section .section-info {
    max-width: 31.25vw;
    margin-top: 8.594vw;
  }
  .mentors-section .mentors-wrapper {
    top: 5.208vw;
  }
  .mentors-section .mentors-wrapper .mentor-box:not(:last-child) {
    margin-bottom: 1.563vw;
  }
  .mentors-section .mentors-wrapper .mentor-box:before {
  }
  .mentors-section .mentors-wrapper .mentor-box .mentor-image {
  }
  .mentors-section .mentors-wrapper .mentor-box .mentor-image .mentor-info {
    bottom: 1.563vw;
    padding-left: 1.25vw;
  }
  .mentors-section .mentors-wrapper .mentor-box:hover .mentor-image {
    top: -0.729vw;
    left: -0.833vw;
  }
  .testimonials-section {
    padding: 2.604vw 0 7.813vw 0;
  }
  .testimonial-image {
    flex: 0 0 31.25vw;
    max-width: 31.25vw;
  }
  .testimonial-info-wrapper {
    padding: 4.167vw 7.813vw 2.604vw;
  }
  .testimonial-title {
    margin-bottom: 0.729vw;
  }
  .testimonial-box .carousel-nav {
    margin-top: 3.125vw;
  }
  .carousel-nav {
    gap: 0.521vw;
  }
  .carousel-arrow {
    width: 3.125vw;
    height: 3.125vw;
  }
  .carousel-arrow:before {
    width: 1.042vw;
    height: 0.833vw;
  }
  
  .logo-tab-buttons {
    margin-bottom: 2.604vw;
  }
  .logo-tab-buttons .logo-tab-btn .logo-tab-title {
    padding: 0.521vw 0.781vw;
  }
  .logo-tab-buttons .logo-tab-btn .logo-tab-title:before {
    bottom: -0.156vw;
    height: 0.313vw;
  }
  .logo-tab-content .logo-wrap {
    height: 5.208vw;
    padding: 0.521vw;
    margin: 0.521vw 0;
    border-radius: 0.625vw;
  }
  .logo-tab-content .logo-wrap img {
    max-width: 13.542vw;
  }
  .blog-section {
    padding: 4.167vw 0 8.854vw 0;
  }
  .blog-section:before {
    width: 10.938vw;
    height: 10.938vw;
    bottom: -5.469vw;
    right: 6.927vw;
  }
  .blog-section:after {
    width: 5.208vw;
    height: 5.208vw;
    bottom: 7.396vw;
    right: 6.771vw;
  }
  .blog-section .blog-posts-wrapper {
    margin-bottom: 4.167vw;
  }

    /* BLOG PAGE */
  .blog-page-section {
    padding: 10.417vw 0 6.771vw 0;
  }
  .blog-page-section .blog-posts-wrapper {
    margin-top: 6.25vw;
  }
  .blog-page-section .blog-posts-wrapper .mobile-pagination {
    margin-top: 3.125vw;
  }
  .blog-page-section .blog-posts-wrapper .post-clmn {
    margin-bottom: 3.125vw;
  }

  /* SINGLE BLOG PAGE */
  .single-post-content-section {
    padding: 7.292vw 0;
  }
  .single-post-content-section .post-content-wrapper {
    max-width: 44.531vw;
  }
  .single-post-content-section .post-content-wrapper hr.custom-devider {
    margin: 5.208vw 0 2.604vw 0;
  }
  .single-post-content-section .blog-post-bottom-navigation a .carousel-arrow {
    margin-right: 1.042vw;
  }
  .single-post-content-section .blog-post-bottom-navigation a .carousel-arrow.carousel-next {
    margin-left: 1.042vw;
  }
  .single-post-content-section .author-box {
    margin-top: 4.167vw;
    padding: 4.167vw;
  }
  .single-post-content-section .author-box .social-media-links {
    margin-top: 1.354vw;
  }
  .single-post-content-section .author-box .twitter-logo{
    width: 1.25vw;
  }

  /* TEAM PAGE */
  .team-section {
    padding: 7.292vw 0;
  }
  .team-section .team-section-info {
    max-width: 33.854vw;
    margin-bottom: 6.25vw;
  }
  .team-section .team-clmn {
    margin-bottom: 5.729vw;
  }
  .team-section .team-member-box .team-member-image {
    margin-bottom: 2.344vw;
  }
  .team-section .team-member-box .team-member-info .tm-title {
    margin-bottom: 0.417vw;
  }

  /* TRAINING CALENDAR PAGE */
  .training-calendar-section {
    padding: 5.208vw 0 2.083vw 0;
  }
  .training-calendar-section .filter-wrapper{
    margin-bottom: 1.042vw;
  }
  .training-calendar-section #filterCalendar .custom-select {
    width: 14.063vw;
  }
  .training-calendar-section .training-calendar {
    max-height: 43.854vw;
  }
  .training-calendar-section .training-calendar::-webkit-scrollbar {
    width: 0.26vw;
    height: 0.26vw;
  }
  .training-calendar-section .training-calendar .calendar-top {
    padding: 1.563vw 0 1.563vw 2.083vw;
    width: 74.74vw;
  }
  .training-calendar-section .training-calendar .calendar-course-row {
    padding: 1.146vw 0px 1.146vw 2.083vw;
    width: 74.74vw;
  }
  .training-calendar-section .training-calendar .title-clmn {
    flex: 0 0 20.521vw;
    padding-right: 1.042vw;
  }
  .training-calendar-section .training-calendar .field-clmn {
    flex: 0 0 11.979vw;
    padding-right: 1.042vw;
  }
  .training-calendar-section .training-calendar .place-clmn {
    flex: 0 0 11.198vw;
    padding-right: 1.042vw;
  }
  .training-calendar-section .training-calendar .level-clmn {
    flex: 0 0 13.229vw;
    padding-right: 1.042vw;
  }
  .training-calendar-section .training-calendar .date-clmn {
    flex: 0 0 15.625vw;
    padding-right: 2.083vw;
  }
  .download-calendar-pdf {
    margin-right: 1.563vw;
  }
  #filterCalendar {
	gap: 1.563vw;
  }
  .faq_section {
    padding: 0 0 7.292vw 0;
  }
  .faq-wrapper {
    padding: 3.125vw 6.25vw 5.208vw 6.25vw;
  }
  .accordion__title {	
    padding: 2.083vw 5.469vw 0.521vw 0;
  }
  .accordion__title::before {
    bottom: 0.938vw;
    right: 2.083vw;
    width: 1.302vw;
    height: 1.302vw;
  }
  .accordion__content {
    padding: 3.125vw 0 1.042vw 0;
  }

  /* EXPERTISE & SERVICES PAGE */
  .service-expertise-section {
    padding: 5.208vw 0 7.292vw 0;
  }
  .service-expertise-section .sticky {
    top: 9.375vw;
  }
  /* .service-expertise-section .accordion {
    margin-top: 83px;
  } */
  .service-expertise-section .underline-title {
    padding-bottom: 1.042vw;
    margin-bottom: 6.771vw;
  }
  .service-expertise-section .underline-title:before {
    width: 11.458vw;
    height: 0.26vw;
  }
  .service-expertise-section .images-wrapper {
    max-width: 29.167vw;
  }
  .service-expertise-section .images-wrapper::before {
    width: 12.188vw;
    height: 12.188vw;
    right: -3.646vw;
    bottom: -2.083vw;
  }
  .service-expertise-section .images-wrapper::after {
    width: 3.281vw;
    height: 3.281vw;
    top: -3.281vw;
    left: 2.083vw;
  }

  /* PARTNERS PAGE */
  .partners-section {
    padding: 7.292vw 0;
  }
  .partners-section .partners-section-info {
    margin-bottom: 6.25vw;
  }
  .partners-section .partner-logo-wrapper {
    margin-bottom: 2.083vw;
    padding: 5.208vw;
  }
  .partners-section .partner-logo-wrapper .logo-wrap {
    margin: 2.083vw 0;
  }
  .partners-section .partner-logo-wrapper .logo-wrap img {
    max-height: 4.167vw;
  }
  /* CAREERS & CONTACT PAGE */
  .careers-section {
    padding: 7.292vw 0;
  }
  .careers-section .careers-top-info {
  margin-bottom: 5.208vw;
  }
  .company-location-section {
    padding-bottom: 7.292vw;
  }
  .company-location-section .location-box {
    padding: 3.125vw 2.083vw;
  }

  /* ABOUT PAGE */
  .round-image-wrapper {
    max-width: 31.25vw;
  }
  .round-image-wrapper::before {
    width: 12.188vw;
    height: 12.188vw;
    bottom: -2.604vw;
  }
  .round-image-wrapper::after {
    width: 3.281vw;
    height: 3.281vw;
  }

  .classroom-section {
    padding: 9.375vw 0 0 0;
  }
  .renowned-section {
    padding: 9.375vw 0;
  }
  .renowned-section .round-image-wrapper::after {
    top: 4.896vw;
    left: 1.198vw;
  }

  .three-i-section {
    padding: 8.333vw 0;
  }
  .three-i-model .planet {
    width: 4.063vw;
    height: 4.063vw;
    padding: 0.781vw;
  }
  .three-i-model .planet:before {
    width: 3.906vw;
    height: 3.906vw;
  }
  .three-i-model .planet.active:before,
  .three-i-model .planet:hover:before {
    width: 6.25vw;
    height: 6.25vw;
  }
  .three-i-model .planet:after {
    top: -3.646vw;
    font-size: 1.354vw;
  }
  .three-i-model .three-i-modal__content {
    padding: 5.208vw 2.604vw;
  }
  .three-i-model .three-i-modal__content .close--modal {
    width: 2.604vw;
    top: 1.563vw;
    right: 1.563vw;
  }
  .three-i-model .three-i-model--outer__circle .outer__circle--planet {
    left: 0.521vw;
    bottom: 6.771vw;
  }
  .three-i-model .three-i-model--middle__circle {
    top: calc(50% - 11.719vw);
    left: calc(50% - 11.875vw);
  }
  .three-i-model .three-i-model--middle__circle .middle__circle--planet {
    left: 3.646vw;
  }
  .three-i-model .three-i-model--inner__circle {
    top: calc(50% - 5.729vw);
    left: calc(50% - 5.833vw);
  }
  .three-i-model .three-i-model--inner__circle .inner__circle--planet {
    bottom: 7.813vw;
  }
  .three-i-model .moon {
    width: 1.563vw;
    height: 1.563vw;
  }
  .three-i-model .three-i-model--outer__circle .outer__circle--moon {
    right: 1.302vw;
    top: 8.594vw;
  }
  .three-i-model .three-i-model--middle__circle .middle__circle--moon {
    right: 3.646vw;
    bottom: 1.667vw;
  }
  .three-i-model .three-i-model--inner__circle .inner__circle--moon {
    left: 0.781vw;
    top: 8.854vw;
  }

  .business-section .business-section-content {
    padding: 8.594vw 0;
  }
  .business-section .business-section-content .business-section-content--text {
    max-width: 36.458vw;
  }
  .business-section .business--circle {
    right: -19.271vw;
    width: 76.354vw;
    height: 76.354vw;
  }
  .legal-section {
    padding: 15.625vw 0 7.292vw 0;
  }
}

@media (min-width: 1200px)  {
  .mobile-contact {
    display: none;
  }
}
@media(min-width: 1680px) and (max-width: 2559px) {
	:root {
		--fluid-body: 14px;
		--fluid-h1: 70px;
		--fluid-h2: 24px;
		--fluid-h3: 22px;
		--fluid-h4: 20px;
		--fluid-h5: 18px;
		--fluid-h6: 16px;
		--fluid-sm: 14px;
	}
	.container { max-width: 1475px; }
	
	.hero_section {
		min-height: 600px;
	}
	.hero_section .hero_section-content .hero_section-content--text {
		max-width: 41%;
	}
	.single-product .hero_section-content .hero_section-content--text h1 {
		font-size: 70px;
	}
/* 	.hero_section .hero--circle {
		width: 1300px;
		height: 1300px;
	} */
	.btn-arrow {
		min-width: 320px;
	}
	.mentors-section .mentors-section-wrapper {
		padding: 0;
	}
	.single-product .site-container {
		overflow: initial;
	}
	.career-footer-section {
		padding: 40px 0;
	}
	.checkboxes label span {
		font-size: 12px;
	}
	textarea.form-control {
		min-height: 75px;
	}
	.business-section .business--circle,
	.career-footer-section .career--circle {
		width: 80%;
	}
	.single-product-section {
		padding: 20px 0 150px 0;
		/* background-color: #F8F8F8; */
		position: relative;
	}
}
/* @media (min-width: 1920px)  {
	:root {
		--fluid-body: 20px;
		--fluid-h1: 90px;
		--fluid-h2: 66px;
		--fluid-h3: 28px;
		--fluid-h4: 26px;
		--fluid-h5: 22px;
		--fluid-h6: 18px;
		--fluid-sm: 16px;
	}
	.single-product-section:before {
    content: '';
		width: 450px;
	}
	.site-container {
    	max-width: 1800px;
		overflow: hidden;
	}
	.single-product .site-container {
		overflow: initial;
	}
} */


/*media query for IE 10 and above*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {}