/*!
Theme Name: syntax
Theme URI: http://syntax.ge
Author: Irakli Pichkhaia
Author URI: http://syntax.ge
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: syntax
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

syntax is based on Underscores https://syntax.ge, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@font-face {
    font-family: 'Helvetica Neue LT GEO 55 Roman';
    src: url('./fonts/HelveticaNeueLTGEO-75Bold.eot');
    src: url('./fonts/HelveticaNeueLTGEO-75Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/HelveticaNeueLTGEO-75Bold.woff2') format('woff2'),
        url('./fonts/HelveticaNeueLTGEO-75Bold.woff') format('woff'),
        url('./fonts/HelveticaNeueLTGEO-75Bold.ttf') format('truetype'),
        url('./fonts/HelveticaNeueLTGEO-75Bold.svg#HelveticaNeueLTGEO-75Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue LT GEO 45';
    src: url('./fonts/HelveticaNeueLTGEO-45Light.eot');
    src: url('./fonts/HelveticaNeueLTGEO-45Light.eot?#iefix') format('embedded-opentype'),
        url('./fonts/HelveticaNeueLTGEO-45Light.woff2') format('woff2'),
        url('./fonts/HelveticaNeueLTGEO-45Light.woff') format('woff'),
        url('./fonts/HelveticaNeueLTGEO-45Light.ttf') format('truetype'),
        url('./fonts/HelveticaNeueLTGEO-45Light.svg#HelveticaNeueLTGEO-45Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue LT GEO 65';
    src: url('./fonts/HelveticaNeueLTGEO-65Medium.eot');
    src: url('./fonts/HelveticaNeueLTGEO-65Medium.eot?#iefix') format('embedded-opentype'),
        url('./fonts/HelveticaNeueLTGEO-65Medium.woff2') format('woff2'),
        url('./fonts/HelveticaNeueLTGEO-65Medium.woff') format('woff'),
        url('./fonts/HelveticaNeueLTGEO-65Medium.ttf') format('truetype'),
        url('./fonts/HelveticaNeueLTGEO-65Medium.svg#HelveticaNeueLTGEO-65Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
  
  p, h1, h2, h3, h4, h5 {
	margin-bottom:0;
  }
  .standartFont {
	font-family: 'Helvetica Neue LT GEO 45';
	font-weight: 300;
  }
  .bolderFont {
	font-family: 'Helvetica Neue LT GEO 65';
	font-weight: 500;
	font-feature-settings: 'case' on;
  }
  .boldFont {
	font-family: 'Helvetica Neue LT GEO 55 Roman';
	font-weight: bold;
	font-feature-settings: 'case' on;
  }
  .syntaxMain {
	background-color:rgba(33, 48, 83, 1);
	border-radius:40px;
  }
  .syntaxNav .navbar-nav a{
	font-size:14px;
	color:#213053;	
	line-height: 20px;
  }
  .syntaxNav a.active {
	color:#006AFF;
  }
  strong {
	font-weight: 700;
  }
  .syntax-circle-1, .syntax-circle-2 {
	display: block;
	position: absolute;
	content: "";
	height: 1px;
	background: transparent;
	transform-origin: left;
	-webkit-animation: circle-animation 10s linear infinite;
	-moz-animation: circle-animation 10s linear infinite;
	-o-animation: circle-animation 10s linear infinite;
	animation: circle-animation 10s linear infinite;
  }
  .syntax-circle-1::before {
	position: absolute;
	content: "";
	width: 22px;
	height: 22px;
	top:0;
	left:0;
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 24px;
	background-color: #00E9A6;
  }
  .syntax-circle-2::before {
	position: absolute;
	content: "";
	width: 22px;
	height: 22px;
	top:0;
	left:0;
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 24px;
	background-color: #006AFF;
  }
  
  @keyframes circle-animation {
	0% {
	  left:100%;
	  top:0;
	}
	25% {
	  left:100%;
	  top:100%;
	}
	50% {
	  left:0;
	  top:100%;
	}
	75% {
	  left:0;
	  top:0;
	}
	100% {
	  left:100%;
	  top:0;
	}
  }
  .videoDiv {
	position: relative;
  }
  .videoDiv video {
	object-fit: cover;
	border-radius: 24px;
	position: relative;
	z-index: 10;
  }
  #courseVideo {
	border-radius: 24px 24px 0px 0px;
  }
  .syntaxMain {
	/* max-width: 1390px; */
	max-width: 95%;
	margin:0 auto;
	display: block;
	padding:80px;
  }
  .syntaxMain, .syntaxFooter {
	max-width:95% !important;
  }
  .syntaxFooter, .eventHead, .courseDetailInfo {
	max-width: 1390px;
	margin:0 auto;
	display: block;
  }
  .rightMenu a {
	text-decoration: none;
  }
  .syntaxNav {
	padding:24px 0;
  }
  .mainSlogan h1 {
	color:#fff;
  }
  .mainSlogan h1 span {
	color:#006AFF;
  }
  
  .splide__list {
	height:auto;
  }
  #clientsIte {
	align-items: center;
  }
  #clientsIte .splide__slide {
	filter:grayscale(1);
	opacity:0.6;
	transition: 0.5s;
  }
  #clientsIte .splide__slide:hover {
	filter:inherit;
	opacity:1;
	transition: 0.5s;
  }
  .clientItems img {
	padding:32px;
  }
  .itemTop {
	border-radius: 8px;
	background-color:#00E9A6;
	box-shadow: 2px 2px 30px 0px rgba(17, 17, 17, 0.15);
	padding:10px 16px;
	font-size: 12px;
	color:#213053;
	position: absolute;
	left:-168px;
	top:-40px;
	z-index:1;
  }
  .itemTop:after {
	content:url('./img/vector.svg');
	position: absolute;
	right:-20px;
	bottom:-20px;
  }
  #playVideo, #courseBtn{
	background-image:url('img/play.png');
	background-repeat: no-repeat;
	height:64px;
	width:64px;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	z-index:200;
	border:0px;
	background-color: transparent;
  }
  .mainSlogan p {
	color:#FFF;
  }
  .itemBottom-1, .itemBottom-2 {
	box-shadow: 2px 2px 30px 0px rgba(17, 17, 17, 0.15);
	border-radius: 8px;
	position: absolute;
	padding:12px 18px;
	color:#213053;
	font-size: 10px;
	line-height:16px;
	display:flex;
	align-items: center;
	gap:8px;
	z-index:200;
  }
  .itemBottom-1 {
	background-color:#fff;
	bottom:0px;
	right:-20px;
  }
  .itemBottom-2 {
	background-color:#00E9A6;
	bottom:-68px;
	transform: rotate(-6deg);
	right:-20px;
  }
  .itemBottom-2 span {
	max-width: 140px;
  }
  #clientItems {
	align-items: center;
  }
  .redirectBtn {
	display: flex;
	gap:6px;
	font-size: 14px;
	text-decoration: none;
	line-height: 20px;
	color:#006AFF;
	align-items: center;
  }
  .benefits .redirectBtn {
	margin-top:40px;
  }
  .benefitItems {
	display: flex;
	color:#fff;
	justify-content: flex-end;
  }
  .benefitBox {
	border-radius: 24px;
	border-bottom:6px solid #bcc1cb;
  }
  .benefitInfo h2, .productAndServices h2,
  .academy h2, .gallery h2 {
	color:#006AFF;
  }
  .benefitInfo h3, .productAndServices h3, 
  .academy h3, .gallery h3 {
	color:#213053;
  }
  .benefitDesc {
	color:#4D5975;
  }
  .headingGrid {
	justify-content: space-between;
	flex-direction: row;
	display: flex;
	align-items: center;
  }
  .serviceItem {
	background-color:#213053;
	border-radius:24px;
	border-bottom:6px solid transparent;
	transition: 0.5s;
  }
  .serviceItem a {
	text-decoration: none;
	color:#fff;
  }
  .serviceItem:hover {
	border-bottom:6px solid #00E9A6;
	transition: 0.5s;
  }
  .serviceItem:hover path, .serviceItem:hover circle {
	stroke:#00E9A6;
	transition: 0.5s;
  }
  .serviceItem svg {
	transition: 0.5s;
  }
  .serviceItem:hover svg {
	transform: rotate(-45deg);
	transition:0.5s;
  }
  .serviceFotter {
	display:flex;
	justify-content: space-between;
	align-items: center;
  }
  .serviceFotter span {
	color:#00E9A6;
	font-size: 48px;
	line-height: 60px;
  }
  .academyGrid {
	display: flex;
	gap:24px;
  }
  .courseGrid {
	justify-content: space-between;
	display: flex;
	gap:24px;
	flex-direction: column;
  }
  .courseItem {
	border: 1px solid #E9EAEE;
	border-radius: 24px;
  }
  .courseItem a {
	display: flex;
	text-decoration: none;
	transition:0.5s;
	height:100%;
  }
  .courseItem a .courseFooter svg {
	transition:0.5s;
  }
  .courseItem a:hover .courseFooter svg, 
  .itemWithVideo:hover .videoFooter svg {
	transform: rotate(-45deg);
	transition:0.5s;
	stroke:#00E9A6;
  }
  .courseItem a .courseFooter path, 
  .courseItem a .courseFooter circle, 
  .itemWithVideo .videoFooter path,
  .itemWithVideo .videoFooter circle {
	transition: 0.5s;
  }
  .courseItem a:hover .courseFooter path, 
  .courseItem a:hover .courseFooter circle,
  .itemWithVideo:hover .videoFooter path,
  .itemWithVideo:hover .videoFooter circle {
	stroke:#00E9A6;
	transition: 0.5s;
  }
  .courseItem img {
	border-radius:24px 0px 0px 24px;
	height: auto;
  }
  .courseDetails h5 {
	margin-bottom:12px;
	color:#213053;
  }
  .courseDetails p {
	font-size: 14px;
	line-height: 24px;
	color:#4D5975;
	margin-bottom:16px;
  }
  .courseParams p {
	color: #213053;
	font-size: 16px;
	line-height: 32px;
	margin-bottom:10px;
  }
  .courseParams {
	margin-bottom:24px;
  }
  .courseFooter {
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  .courseFooter p {
	font-size:24px;
	color:#006AFF;
	margin-bottom: 0;
	display: flex;
  }
  .courseFooter p span {
	font-size:16px;
	color:#A6ACBA;
	text-decoration: line-through;
	margin-left:12px;
  }
  .videoDivInfo h5 {
	color:#213053;
  }
  .videoDivInfo p {
	color:#4D5975;
  }
  .videoDivInfo h5 {
	color:#213053;
	margin-bottom:12px;
  }
  .videoDivInfo p {
	color:#4D5975;
  }
  .itemWithVideo {
	border:1px solid #E9EAEE;
	border-radius: 24px;
  
  }
  .itemWithVideo {
	display: flex;
	text-decoration: none;
	flex-direction: column;
	height: 100%;
  }
  .videoDiv video {
	border-radius:24px 24px 0 0;
  }
  .videoFooter, .speaker {
	display: flex;
  }
  .videoFooter {
	justify-content: space-between;
	margin-top:24px;
  }
  .speaker {
	align-items: center;
	gap:8px;
  }
  .speaker p span {
	color:#213053;
  }
  .speaker p {
	font-size:16px;
	line-height: 32px;
  }
  .videoDivInfo {
	display: flex;
	flex-direction: column;
	height: 100%;
    justify-content: space-between;
  }
  .serviceItem {
	display: flex;
	height:100%;
  }
  .syntaxBtn {
	background-color:#006AFF;
	color:#fff;
	font-size:14px;
	text-decoration: none;
	display:inline-block;
	border-radius: 8px;
	border: 3px solid transparent;
	transition: 0.5s;
  }
  .syntaxBtn:hover {
	border: 3px solid #b3d3ff;
	transition: 0.5s;
	color:#fff;
  }
  .redirectBtn:hover, .redirectBtn:hover  path {
	color:#115BC4;
	stroke:#115BC4;
	transition: 0.5s;
  }
  .innerHeading {
	text-align: center;
	color:#213053;
	background-image: linear-gradient(to right, #1d263a32 40%, rgba(255, 255, 255, 0) 20%);
	background-position: bottom;
	background-size: 13px 1px;
	background-repeat: repeat-x;
  }
  .teamGrid h2  {
	color:#213053;
	text-align: center;
	margin:0 auto;
  }
  .workerDiv {
	background: #E9EAEE;
	border-radius:24px;
	position: relative;
	margin-bottom:24px;
  }
  .workerDiv img {
	margin:0 auto;
	display: block;
  }
  .workerInfo {
	background-color:#006AFF;
	position: absolute;
	color:#fff;
	display:flex;
	justify-content: space-between;
  }
  .workerDiv:hover {
	border-bottom: 6px solid rgba(0, 106, 255, 0.30);
	transition: 0.5s;
  }
  .workerDiv {
	border-bottom: 6px solid #fff;
	transition: 0.5s;
  }
  .innerVideos video {
	border-radius:24px;
  }
  .whyWeList {
	display: flex;
	flex-direction: column;
  }
  .whyItem {
	display: flex;
	flex-wrap: wrap;
	gap:24px;
	align-items: center;
  }
  .numberWhy {
	font-size:32px;
	line-height: 60px;
	height: 66px;
	width: 66px;
	border-radius: 20px;
	text-align: center;
	color:#fff;
  }
  .whyItemInfo h5 {
	color:#213053;
  }
  .whyItemInfo p {
	color:#4D5975;
	font-size: 14px;
	line-height: 24px;
  }
  .affiliatedCompanies .affInfo {
	color:#4D5975;
	line-height: 24px;
  }
  .innerHeading {
	position: relative;
  }
  .innerItemTop span, .innerItemBottom span {
	border-radius:8px;
  }
  .innerItemTop, .innerItemBottom {
	position: absolute;
  }
  .innerItemTop span {
	background-color:#00E9A6;
	color:#213053;
  }
  .innerItemBottom span {
	background-color: #F13754;
	color:#fff;
  }
  .vacanciesPage h3 {
	color:#213053;
  }
  .vacancyItem {
	border: 1px solid #E9EAEE;
	border-radius: 24px;
  }
  .location {
	margin-bottom:12px;
	font-size: 14px;
	line-height: 23px;
	color:#7A8398;
	display: flex;
	align-items: center;
	gap:8px;
  }
  .location span:nth-child(3) {
	color:#213053;
  }
  .date {
	display: flex;
	align-items: center;
	gap:12px;
  }
  .date span {
	color:#7A8398;
	font-size: 14px;
	line-height: 23px;
  }
  .vacancyFooter {
	margin-top:24px;
	display:flex;
	justify-content: space-between;
	align-items: center;
  }
  .vacancyButton {
	text-decoration: none;
	color:#006AFF;
	border: 1px solid #006AFF;
	padding:13px 24px;
	border-radius:8px;
	transition: 0.5s;
  }
  .vacancyButton:hover {
	background-color:rgba(0, 106, 255, 0.10);
	transition: 0.5s;
  }
  .vacanciesForm span {
	color:#006AFF;
  }
  .vacanciesForm {
	display:flex;
	align-items: end;
	gap:35px;
  }
  .vacancyItem a {
	text-decoration: none;
  }
  .vacancyItem h5 {
	color:#213053;
  }
  .vacancyItem:hover .vacancyItem h5 {
	color:#006AFF !important;
	border:1px solid #000;
  }
  .solutionGrid h2 {
	color:#213053;
  }
  .prodItem {
	background-color:#213053;
	color:#fff;
	padding:24px;
  }
  .solutionGrid a {
	text-decoration: none;
	padding-bottom: 24px;
    display: inline-block;
    height: 100%;
	width:100%;
  }
  .prodItem h3 {
	color:#FFF;
  }
  .prodBtm {
	display:flex;
	justify-content: space-between;
	align-items: center;
  }
  .prodBtm p {
	color:#00E9A6;
	font-size: 32px;
	line-height: 36px;
  }
  .productInsideInfo h3 {
	color:#213053;
  }
  .productLIst {
	display:flex;
	gap:32px;
	padding-bottom:12px;
	border-bottom:2px solid #E9EAEE;
  }
  .productLIst a {
	color:#213053;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
  }
  .productLIst a:hover,  .productLIst .active {
	color:#006AFF;
  }
.notFounded {
	display:flex;
	flex-direction: column;
	align-items: center;
}
.notFounded a {
	margin-top:40px;
}
.copyrightInfo {
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.syntaxFooter {
	background-color:#213053;
	border-radius:40px 40px 0 0;
}
.footerLogo p {
	color:#fff;
	font-size: 12px;
	line-height: 20px; 
}
.copyrightInfo {
	background-image: linear-gradient(to right, #ffffff38 40%, rgba(255, 255, 255, 0) 20%);
    background-position: top;
    background-size: 13px 1px;
    background-repeat: repeat-x;
}
.upperFooter {
	justify-content: space-between;
}
.footerMenu, .upperFooter {
	display: flex;
	flex-wrap: wrap;
}
.footerMenu ul {
	list-style: none;
	display: flex;
	flex-direction: column;
}
.footerMenu a {
	text-decoration: none;
	color:#FFFFFF;
}
.copyrightInfo ul a, .copyrightInfo p {
	color:#ffffff58;
	text-decoration: none;
}
.copyrightInfo {
	padding-top:16px;
}
.copyrightInfo ul {
	display: flex;
	list-style: none;
	margin-bottom:0;
	gap:12px;
}
.syntaxFooter ul {
	padding-left:0;
}
.upperFooter {
	margin-bottom:32px;
}
.socLinks {
	display:flex;
	gap:12px;
}
.footerLogo p {
	margin-bottom:24px;
}
.syntaxMain video {
	border-radius:24px;
}
.lang {
	color:#213053;
	font-size: 14px;
	line-height: 20px;
}
.partnersLogos {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.partnersLogos a {
	display: flex;
	justify-content: center;
    align-items: center;
	border-radius:24px;
	border:1px solid #E9EAEE;
}
.partnersLogos img {
	filter:grayscale(1);
	opacity: 0.6;
	transition: 0.5s;
}
.partnersLogos img:hover {
	filter:none;
	opacity: 1;
	transition: 0.5s;
}
.reviewItem {
	display: flex;
	flex-direction: column;
	align-items:center;
	border-radius: 24px;
	border: 1px solid #E9EAEE;
	background-color: #FFF;
	height:100%;
	box-shadow: 0px 0px 30px 0px rgba(33, 48, 83, 0.06);
}
.reviewItem img {
	max-height: 30px;
	align-self: center;
	margin-bottom:12px;
}
.reviewItem h5 {
	color:#213053;
	font-size: 14px;
	line-height: 24px;
}
.position {
	color:#7A8398;
	font-size: 12px;
	line-height: 20px;
	margin-bottom:32px;
}
.clientReview {
	color:#4D5975;
	font-size: 14px;
	line-height: 24px;
	font-style: italic;
	position: relative;
}
.clientReview:before {
	content: url(img/quoteLeft.svg);
	height:36px;
	width: 36px;
	position: absolute;
	left:-20px;
	top:-20px;

}
.clientReview:after {
	content: url(img/quoteRight.svg);
	height:36px;
	width: 36px;
	position: absolute;
	right:-20px;
	bottom:-20px;
}
.testimonialVideo {
	display:flex;
	flex-direction: row;
}
.testimVid video {
	object-fit: cover;
	border-radius: 24px;
}
.testimonialTitle {
	border-radius: 24px;
	justify-content: center;
}
.videoReviewInfo {
	display: flex;
	justify-content: space-between;
	margin-top:16px;
	align-items: center;
}
.nameReviewer {
	color:#213053;
	font-size: 14px;
	line-height: 24px;
} 
.positionReviewer {
	color:#7A8398;
	font-size: 14px;
	line-height: 24px;
}
.videoAcademyGrid {
	display:flex;
	flex-wrap: wrap;
}
.academyVideo img {
	margin-bottom:24px;
	border-radius: 24px;
}
.videoDetails {
	display:flex;
	gap:16px;
}
.rightVideoDetails h3 {
	color:#213053;
	margin-bottom:8px;
}
.rightVideoDetails p {
	color:#7A8398;
}
.wa-video {
	width: 100%;
	display: block;
	border-radius: 24px;
}
.modal-body {
	padding:0;
	margin:0;
}
.modal-content {
	border-radius: 24px;
	background-color:transparent;
	border:0px;
}
.noVacancy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.whoWeAre img {
	border-radius: 24px;
}
.aboutItems img {
	border-radius:24px;
}
.eventHead {
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
}
.eventDetails {
	display:flex;
	color:#fff;
	gap:12px;
	flex-wrap: wrap;
}
.eventDetails p {
	border-right:1px solid #fff;
	padding-right:12px;
	display: flex;
	align-items: center;
	gap:8px;
	color:#fff;
}
.eventHead p {
	color:#fff;
}
.eventDetails p:last-child {
	border-right: none;
}
.eventHeadLine h1 {
	color:white;
	margin-bottom:16px;
}
.eventHeadLine p {
	margin-bottom:40px;
}
.eventButtons {
	display:flex;
	gap:16px;
}
.agendaBtn {
	text-decoration: none;
	color:#fff;
	border-radius: 8px;
	border:1px solid #fff;
	display:flex;
	gap:6px;
	align-items: center;
	transition: 0.5s;
}
.agendaBtn:hover {
	background-color:rgba(0, 106, 255, 0.10);
	color:#fff;
	transition: 0.5s;
}
.eventTopics {
	display:flex;
	flex-direction: column;
}
.topicItem {
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}
.topicNum {
	color:#00E9A6;
}
.topicTitle {
	color:#213053;
}
.topicDesc {
	color:#4D5975;
}
.blockTitle {
	color:#000;
}
.speakersImage {
	background-color:lightgray;
	border-radius:24px;
}
.speakersList {
	display:flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.speakersFooter {
	display:flex;
	justify-content: space-between;
}
.speakersImage {
	margin-bottom:16px;
}
.leftSpeaker h4 {
	color:#213053;
}
.leftSpeaker p {
	color:#7A8398;
}
.vacancyItems {
	display: flex;
}
.vacancyInner h1 {
	color:#213053;
	line-height: 40px;
}
.leftSide h3 {
	color:#213053;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom:5px;
}
.dateDue {
	margin-top:16px;
}
.syntaxInput input :focus-visible {
	border:1px solid #ccc !important;
	outline: none !important;
}
 
.syntaxInput {
	position: relative; 
}
.syntaxInput input, .syntaxUpload,
.rightSide .syntaxBtn {
	width:100%;
}
.syntaxInput textarea {
	width:100%;
}
.syntaxInput input, .syntaxInput textarea {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	margin-bottom:24px;
	padding:15px;
	border-radius: 8px;
	border: 1px solid #E9EAEE;
	background-color: #FFF;
	position: relative;
}
.syntaxInput label {
    position:absolute;
    top:16px;
    z-index:90;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    margin-left:16px;
    color: #A8A8AE;
    transition: 0.5s;
}
.syntaxInput input:focus {
    box-shadow:none;
    border: 1px solid #E9E9EB;
    border-radius: 8px;
}
.syntaxInput textarea:focus {
    box-shadow:none;
    border: 1px solid #E9E9EB;
    border-radius: 8px;
}
.syntaxInput:focus-within label, .syntaxInput.is-focused label {
    top:-8px;
    left:16px;
    background-color:#fff;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #007D5F;
    padding-left:4px;
    padding-right:4px;
    transition: 0.5s;
}
.wpcf7-not-valid-tip {
	position: absolute;
    right: 0;
    bottom: -19px;
    font-size: 12px;
}
.rightSide h2 {
	font-size: 20px;
	line-height: 24px;
	color:#213053;
	margin-bottom:32px;
}
.dropdown-item {
	position: relative;
}
.dropdown-item.active, .dropdown-item:active {
	background-color: #fff;
}
.academyVideo img {
	max-height: 270px;
}
.dropdown-item:focus, .dropdown-item:hover {
	background-color:#fff;
}
.dropdown-menu .dropdown-toggle::after {
	position: absolute;
	right:0;
	top:50%;
	transform: translate(-50%, -50%) rotate(-90deg);

}
.dropdown-toggle::after {
	margin-left:8px;
}
.wa-video-modal {
	background-color:#00000096;
}
.productsDownloads {
	display:flex;
	flex-direction: column;
	gap:32px;
	margin-top:60px;
}
.productsDownloads a {
	text-align: center;
}
.contactInfo h3 {
	color:#213053;
}
.contactPerson {
	display:flex;
	gap:24px;
	flex-wrap: wrap;
}
.personDetails {
	align-self:center;
}
.personDetails h5 {
	margin-bottom:8px;
}
.contactPerson img {
	height:80px;
	width:80px;
	object-fit: cover;
	border-radius: 50%;
}
.contactPerson a {
	flex:100%;
	text-align: center;
}
.formToFill .syntaxBtn {
	width:100%;
}
.formToFill h3 {
	color:#213053;
}
.formToFill p {
	color:#4D5975;
}
.formToFill .btn-close {
	position: absolute;
	right:40px;
	top:30px;
	z-index:9999;
}
.courseDetailInfo {
	background-color:#006AFF;
	border-radius: 40px;
}
.courseDetailInfo {
	display:flex;
	justify-content: space-between;
}
.coursePrice {
	background-color: #FFF;
	border-radius:24px;
	width:300px;

}
.pricing span {
	font-size:24px;
	line-height: 32px;
}
.pricing {
	text-align: center;
}
.pricing span:first-child {
	color:#F13754;
	margin-right:12px;
}
 .pricing span:last-child {
	text-decoration: line-through;
	color:#A6ACBA;
 } 
 .scheduleItem {
	display:flex;
	gap:16px;
 }
 .scheduleItem {
	color:#fff;
 }
.courseSchedule {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.scheduleInfo h3 {
	margin-bottom:8px;
}
.coursePrice h5 {
	color: var(--black-main, #213053);
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	margin-bottom:8px;
}
.coursePrice .syntaxBtn {
	width: 100%;
	margin-top:32px;
	text-align: center;
}
.sylabysBtn a {
	display: flex;
	align-items: center;
	gap:6px;
	justify-content: center;
}
.syntaxAccordion .accordion-item {
	padding:24px;
	margin-bottom:24px;
	border-radius:24px;
	border:1px solid #E9EAEE;
}
.accordion-button:not(.collapsed) {
	background-color:transparent;
	color:#006AFF;
}
.accordion-button {
	border-radius: 24px;
	/* border:1px solid #E9EAEE; */
}
.accordion-button:not(.collapsed) {
	border-radius:24px 24px 0 0;
}
.accordion-item:last-of-type .accordion-button.collapsed, 
.accordion-item:first-of-type .accordion-button.collapsed {
	border-radius:24px;
}
.accordion-item:first-of-type .accordion-button {
	border:0px;
}
.accordion-button {
	padding:0px;
}
.accordion-button:focus {
	box-shadow:none;
}
.accordion-body {
	padding: 0;
}
.accordion-button:not(.collapsed) {
	box-shadow: none;
	/* padding-bottom:24px;
	border-bottom:1px solid #E9EAEE !important; */
}
.accordion-body {
	margin-top:16px;
}
.accordion-button {
	color:#006AFF;
	font-size: 18px;
	line-height: 24px;
}
.sylabusDetails ul {
	list-style: none;
	padding-left: 0;
}
.silabusList li {
	display: flex;
	gap:16px;
	color:#4D5975;
	margin-bottom:24px;
}
.silabusList li:before {
	content:"";
	display: block;
  	width: 24px;
  	height: 24px;
  	background-image: url('./img/checked.png');
	background-repeat: no-repeat;
}
.sylabusDetails h3 {
	font-size:16px !important;
	line-height: 24px !important;
	color:#213053 !important;
	margin-top:24px;
	padding-top:24px;
	border-top:1px solid #E9EAEE;
}
.insideCourse .proDescription {
	font-size:16px;
	color:#4D5975;
	line-height:24px;
}
.insideCourse .productInformation {
	margin-bottom:60px;
}
.videoAcademyGrid .headingGrid {
	width:100%;
	display:block;
}
.lang-item {
	list-style: none;
}
.lang-item a {
	color:#213053;
	font-size:14px;
	font-weight: 700;
}
#productList {
	width: 100%;
}
.courseItem img {
	width:205px;
	object-fit:cover;
}
.academyGrid a {
	text-decoration: none;
}
.videoFooter img {
	height:32px;
	width:32px;
	border-radius: 50%;
	object-fit: cover;
}
.mentorList .contactPerson {
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.mentorList .contactPerson img {
	margin:0 auto;
}
.mentorList .contactPerson .personDetails {
	text-align: center;
}
.academyVideo img {
	width:100%;
	object-fit: cover;
    height: 270px;
}
.youtubeVideoTitleInModal {
	display: block;
    color: #fff;
    font-size: 20px;
    margin-bottom: 8px;
    text-decoration: none;
	text-align: right;
}
.leftVideoDetails img {
	height:40px;
	width:40px;
	border-radius: 50%;
}
.formToFill {
	background-color:#fff;
}
.agreeFooter {
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; 
}
.wpcf7-spinner {
    display: flex;
    margin-top: 10px;
    text-align: center;
    border-radius: 50%;
    flex-direction: column;
    align-content: center;
    justify-self: center;
}
.agreeFooter .wpcf7-list-item-label  {
	font-size: 10px;
	color: #213053;
	line-height: 20px;
}
.wpcf7-list-item label {
	display: flex;
    align-items: center;
    gap: 6px;
}
.talkGrid h2 {
	margin-bottom:40px; 
}
.contactPersonTalk {
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom:30px;
}
.contactPersonTalk img {
	height: 80px;
	width: 80px;
	border-radius: 50%;
	object-fit: cover;
}
.contactLeft {
	display:flex;
	gap:24px;
}
.talkInfo {
	margin-bottom:40px;
	color: #4D5975;
	font-size: 16px;
	line-height: 24px; 
}
.calcList {
	gap:12px;
}
.calcList button {
	padding: 8px 16px;
	border-radius: 48px;
	border: 1px solid #E9EAEE;
	color: #213053;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	transition: 0.5s;
	background-color: transparent;
	border: 1px solid var(--gray-gray-10, #E9EAEE);
}
.calcList button.active {
	background-color:rgba(0, 106, 255, 0.10);
	border: 1px solid #006AFF;
}
.calcDiv {
	max-width: 500px;
	border: 1px solid #E9EAEE;
	border-radius: 24px;
	margin: 0 auto;
    padding: 32px;
}
.calcDiv .syntaxBtn {
	width:100%;
}
.calculatorInner h2 {
	padding-bottom:24px;
	margin-bottom:34px;
	color: #213053;
	background-image: linear-gradient(to right, #1d263a32 40%, rgba(255, 255, 255, 0) 20%);
	background-position: bottom;
	background-size: 13px 1px;
	background-repeat: repeat-x;
	line-height: 24px;
}
.countGrid {
	display:flex;
	flex-wrap: wrap;
	gap:12px;
	margin-bottom: 24px;
	align-items: center;
}
.countGrid .form-control {
	width:100px;
}
.resultLabel  {
	background-image: linear-gradient(to right, #1d263a32 40%, rgba(255, 255, 255, 0) 20%);
	background-position: top;
	background-size: 13px 1px;
	background-repeat: repeat-x;
	padding-top:32px;
	color:#006AFF;
	margin-bottom:18px;
}
#result, #firstMessage, #secondMessage,
#result1, #firstMessage2, #secondMessage2,
#totalCores, #apos2 {
	margin-bottom:16px;
}
#additional2Two {
	margin-bottom:35px;
}
.courseInner {
	background-color:transparent !important;
}
.courseInner h1, .courseInner p {
	color:#213053 !important;
}
.newsItem img {
	border-radius: 24px;
	margin-bottom:16px;
	height:270px;
	object-fit: cover;
	width:100%;
}
.dateNews {
	display: flex;
	flex-wrap: wrap;
	gap:8px;
	margin-bottom:16px;
}
.dateNews span {
	color:#7A8398;
	font-size: 12px;
	line-height: 20px;
}
.newsItem h2 {
	color:#213053;
	line-height: 24px;
	margin-bottom:24px;
}
.newsItem a {
	text-decoration: none;
	color:#006AFF;
	font-size: 14px;
	display: flex;
	align-items: center;
	line-height: 20px;
	gap:6px;
}
.searchPosts {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.syntaxtSearch {
	padding:12px;
	border-radius: 8px;
	background-color:#006AFF;
	display: flex;
}
.blogInnerDiv img {
	margin-top:32px;
	margin-bottom:32px;
	border-radius: 24px;;
	width:100%;
}
.buttonBack {
	display:flex;
	gap:8px;
}
.recentPostDiv img {
	width:130px;
	height:90px;
	object-fit: cover;
	margin:0;
}
.wp-block-video video {
	border-radius:24px;
	height: 350px;
    background-color: #000;
	margin-top:30px;
	margin-bottom:30px;
}
figure.wp-block-video {
	margin:0;
}
.blogInnerDiv .wp-block-image {
	width: 100%;
}
.recentPostDiv {
	display:flex;
	align-items: center;
	gap:16px;
	margin-bottom:24px;
}
.postContent {
	border-right: 4px dotted #1d263a1a;
}
.recentPostContent p {
	color:#7A8398;
	font-size: 12px;
	line-height: 20px;
	margin-bottom:8px;
}
.recentPostContent h4 {
	font-size:14px;
	color:#000B33;
	line-height: 20px;
}
.postContent h1 {
	margin-bottom:24px;
	color:#213053;
	line-height: 40px;
}
.latest_posts h3 {
	color:  #213053;
	font-size: 20px;
	line-height: 24px; 
	margin-bottom:24px;
}
.buttonBack {
	display: flex;
	text-decoration: none;
	color: #006AFF;
	font-size: 16px;
	line-height: 24px;
	align-items: center;
}
.dateInfo {
	color:#7A8398;
	font-size: 12px;
	line-height: 20px; 
	margin-bottom:14px;
}
.socBtns {
	display: flex;
	gap:12px;
}
.socBtns p {
	color: #7A8398;
	font-size: 14px;
	line-height: 24px; 
}
.socBtns a {
	text-decoration: none;
}
.search-form {
	display:flex;
	position: relative;
}
.syntaxtSearch {
	border:0;
	position: absolute;
	border: 0;
    position: absolute;
    right: 3px;
    top: 3px;
}
.search-field {
	padding:12px;
	border-radius: 8px;
}
.custom-menu {
	display:flex;
	list-style: none;
	border-radius:58px;
	background-color:#E9EAEE;
	display: inline-flex;
	padding-left:0;
	margin-top:40px;
	
}
.custom-menu .menu-item a {
	padding:12px 32px;
	display: block;
	text-decoration: none;
	color: #213053;
	font-size: 14px;
	line-height: 20px;
}
.custom-menu .current_page_item a {
	background-color:#006AFF;
	display: block;
	border-radius:58px;
	color:#fff;
}
.inProccess {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	background-color:rgba(0, 106, 255, 0.30);
	text-align: center;
	padding:8px;
}
.whyItemInfo {
	width:calc(100% - 90px);
}
.courseItemMain {
	margin-bottom:24px;
}
.courseItem {
	height: 100%;
}
.serviceTop {
	display: flex;
	flex-direction: column;
}
.wp-block-video [poster], .wp-block-video video  {
	object-fit: contain;
}
.videoList.productCatList {
	margin-bottom:32px !important;
	flex-wrap: nowrap;
	gap:0;
}
.activeCount {
	display:flex;
	gap:100px;
	margin-top:40px;
}
.activeCol h4 {
	color:#213053;
	margin-bottom:16px;
}
.activeCol {
	max-width: 160px;
}










  /* ============ small devices ============ */
  @media (max-width: 991px) {
     .thank-you-message {
        margin:20px 0 40px;
        text-align:center;
     }
	.activeCol h4  {
		font-size: 32px;
		line-height: 40px; 
  	}
	.activeCount {
		font-size: 14px;
		line-height: 20px; 
	}
	.contactInfo h3 {
		margin-top:60px;
	}
	.academyVideo {
		margin-bottom:32px;
	}
	.syntaxMain.courseInner {
		margin:15px;
		padding:0;
	}
	.contactPersonTalk {
		flex-direction: column;
		gap:30px;
	}
	.contactRight {
		width:100%;
	}
	.contactRight .vacancyButton {
		width: 100%;
		display: block;
		text-align: center;
	}
	.affiliate_comp {
		margin-bottom:80px;
	}
	.socBtns {
		margin-top:32px;
	} 
	.buttonBack {
		margin-bottom:34px;
	}
	.postContent h1 {
		font-size:24px;
	}
	.blogInnerDiv {
		margin-top:24px;
	}
	.searchPosts {
		margin-bottom:24px;
	}
	.dropdown-menu {
		border:0px !important;
	}
	.rightMenu {
		display:none;
	}
	.newsItem {
		margin-bottom:32px;
	}
	.newsItem h2 {
		font-size:16px;
	}
	.courseInner {
		margin-bottom:80px;
	}
	.rightMenuMob {
		display: flex;
		align-items: center;
		gap: 10px;
		margin-top:24px;
		justify-content: flex-end;
	}
	.rightMenuMob a {
		text-decoration: none;
	}
	.calculatorInner h2 {
		font-size:16px;
	}
	.infoCalc {
		margin-bottom:40px;
	}
	.silabusList li {
		font-size:14px;
		line-height: 24px;
	}
	.insideCourse {
		margin-top:32px;
		margin-bottom:32px;
	}
	.copyrightInfo ul {
		justify-content: center;
	}
	.syntaxFooter, .eventHead, .courseDetailInfo {
		margin-left:16px;
		margin-right: 16px;
	}
	.courseDetailInfo, .courseSchedule {
		flex-direction: column;
		gap:24px;
	}
	.coursePrice {
		padding:24px;
	}
	.scheduleInfo h3 {
		font-size:18px;
		line-height: 24px;
	}
	.scheduleInfo p {
		font-size:14px;
		line-height: 24px;
	}
	.courseDetailInfo {
		padding:32px 24px;
	}
	.formToFill h3 {
		font-size: 24px;
		line-height: 40px;
		margin-bottom:12px;
	}
	.formToFill p {
		font-size: 12px;
		line-height: 20px;
		margin-bottom:32px;
	}
	.leftSide {
		margin-bottom:80px;
	}
	.vacancyInner h1 {
		font-size:24px;
		margin-bottom:16px;
	}
	.vacancyItems {
		gap:16px;
	}
	.leftSpeaker h4 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom:8px;
	}
	.leftSpeaker p {
		font-size: 14px;
		line-height: 20px;
	}
	.speakerItem {
		width: 100%;
	}
	.blockTitle {
		margin-bottom:32px;
		font-size: 24px;
		line-height: 40px;
	}
	.eventTopics {
		gap:30px;
	}
	.eventHead {
		margin:16px;
	}
	.eventHeadLine p {
		font-size: 14px;
		line-height: 24px;
	}
	.eventHeadLine h1 {
		font-size: 32px;
		line-height: 40px;
	}
	.eventDetails {
		margin-bottom:26px;
	}
	.eventHead {
		padding:32px 20px;
		border-radius:20px;
		margin-bottom:80px;
	}
	.noVacancy p {
		font-size: 18px;
		line-height: 32px;
	}
	.rightVideoDetails h3 {
		font-size: 16px;
		line-height: 24px;
	}
	.rightVideoDetails p {
		font-size: 12px;
		line-height: 20px;
	} 
	.testimVid {
		width:100%;
	}
	.reviewItem{
		padding:24px 32px 40px;
	}
	.partnersLogos {
		gap:17px;
	}
	.partnersLogos a {
		width: 163px;
		height: 140px;
	}
	.partnersLogos img {
		width:90%;
	}
	.copyrightInfo {
		flex-wrap: wrap;
	}
	.copyrightInfo ul {
		flex: 0 0 100%;
		font-size: 10px;
		gap:12px;
	}
	.footerMenu {
		justify-content: space-between;
		/* gap:32px; */
	}
	.footerMenu ul {
		font-size: 12px;
		line-height: 20px;
	}
	.upperFooter {
		gap:32px;
	}
	.copyrightInfo ul a, .copyrightInfo p {
		font-size:10px;
	}
	.footerMenu {
		flex-wrap: wrap;
		flex: 0 0 100%;
	}
	.footerLogo img {
		margin-bottom:24px;
	}
	.footerMenu ul {
		gap:12px;
		width:120px;
	}
	.syntaxFooter {
		padding:32px 24px 16px;
	}
	.copyrightInfo {
		margin:16px 0;
		gap:12px 24px;
		justify-content: center;
	}
	.copyrightInfo ul a {
		color:#ffffff8d;
		font-size: 10px;
		line-height: 20px;
	}
	.copyrightInfo p {
		color:#ffffff8d;
		margin-top:12px;
		font-size: 10px;
		line-height: 20px;
	}
	.prodItem h3 {
		font-size: 20px;
		line-height: 32px;
		margin-bottom:64px;
	}
	.prodItem {
		border-radius:20px;
	}
	.solutionGrid h2 {
		font-size: 24px;
		line-height: 40px;
		margin-bottom:32px;
	  }
	.vacanciesForm {
	  justify-content: space-between;
	}
	.vacancyItem {
	  margin-bottom:32px;
	}
	.vacancyItem {
	  padding:24px;
	}
	.vacanciesPage h3 {
	  font-size: 24px;
	  line-height: 40px;
	  margin-bottom:32px;
	}
	.vacanciesForm h3 {
	  font-size: 24px;
	  line-height: 40px;
	}
	.vacanciesForm {
	  margin-bottom:16px;
	}
	.innerItemTop span, .innerItemBottom span {
	  padding:4px 8px;
	  font-size: 8px;
	  line-height: 20px;
  
	}
	.affiliatedCompanies .syntaxBtn {
	  margin-top:32px;
	}
	.teamGrid {
	  margin-bottom:80px;
	}
	.teamGrid h2 {
	  font-size: 24px;
	  line-height: 40px;
	  text-align: center;
	  margin-bottom:32px;
	}
	.dropdown-menu {
		margin-left:0.7rem; 
		margin-right:0.7rem; 
		margin-bottom: .5rem;
	}
	.syntaxMain {
	  margin:0 16px;
		padding:24px;
	}
	.mainSlogan h1 {
	  font-size: 32px;
	  line-height: 40px;
	  margin-bottom:16px;
	}
	.mainSlogan p {
	  font-size: 16px;
	  line-height: 24px;
	  margin-bottom:24px;
	}
	.syntaxBtn, .agendaBtn {
	  padding:16px 24px;
	  font-size:14px;
	  line-height: 20px;
	}
	.leftMain {
	  margin-bottom:100px;
	}
	.circle-animation-1 {
	  border: 1px solid #3F3F47;
	  width: 148px;
	  height: 148px;
	  border-radius: 24px;
	  position: absolute;
	  left:-20px;
	  top:-20px;
	}
	.circle-animation-2 {
	  border: 1px solid #3F3F47;
	  width: 148px;
	  height: 148px;
	  border-radius: 24px;
	  position: absolute;
	  right:-20px;
	  bottom:-20px;
	}
	.itemTop {
	  left:0px;
	  top:-80px
	}
	.partnersGrid {
	  padding:60px 0;
	}
	.benefits h2 {
	  font-size: 14px;
	  line-height: 20px;
	  margin-bottom:4px;
	}
	.benefits h3 {
	  font-size: 24px;
	  line-height: 40px;
	  margin-bottom:16px;
	}
	.benefits p {
	  font-size: 14px;
	  line-height: 24px;
	  margin-bottom:32px;
	}
	.redirectBtn {
	  font-size: 14px;
	  line-height: 20px;
	}
	.benefits .redirectBtn {
	  margin-bottom:40px;
	}
	.benefitItems {
	  gap:19px;
	}
	.benefitBox {
	  padding:24px;
	}
	.benefitBox h5 {
	  font-size: 32px;
	  line-height: 40px;
	  margin-bottom:12px;
	}
	.benefitBox p {
	  font-size: 14px;
	  line-height: 20px;
	  margin-bottom:16px;
	}
	.headingGrid h2 {
	  font-size:14px;
	  margin-bottom:4px;
	}
	.headingGrid h3 {
	  font-size: 24px;
	  line-height: 40px;
	}
	.headingGrid {
	  margin-bottom:32px;
	}
	.benefits, .productAndServices,
	.academy, .gallery,
	.productAndServices,
	.vacanciesPage, .solutionGrid,
	.testimonialsReview, .testimonialVideo,
	.eventTopics, .gridVacancy,
	.speakersList, .registration,
	.videoAcademyGrid, .partnersLogos,
	.productInformation, .courseInnerPage,
	.vacancyFooterGrid, .talkGrid,
	.forInnerPages, .calcInner,
	.postList, .blogInnerDiv, 
	.affiliatedCompanies {
	  padding-bottom:80px; 
	}
	.serviceItem {
	  padding:24px;
	}
	.serviceItem h4 {
	  font-size:20px;
	  line-height: 32px;
	  margin-bottom:16px;
	}
	.serviceItem p {
	  font-size: 14px;
	  line-height: 24px;
	  margin-bottom:24px;
	}
	.productAndServices .row {
	  gap:18px;
	}
	.academyGrid {
	  flex-direction: column;
	}
	.videoDivInfo {
	  padding:24px;
	}
	.videoDivInfo h5 {
	  font-size: 20px;
	  line-height: 32px;
	  margin-bottom:12px;
	}
	.videoDivInfo p {
	  font-size: 14px;
	  line-height: 24px;
	  margin-bottom:32px;
	}
	.innerHeading h1 {
	  font-size: 24px;
	  line-height: 32px;
	  margin-bottom:16px;
	}
	.innerHeading p {
	  font-size: 18px;
	  line-height: 24px;
	}
	.innerHeading {
	  padding:40px 0;
	  margin-bottom:40px;
	}
	.courseItem a {
	  flex-direction: column-reverse;
	  align-items: center;
	}
	.speaker p {
	  margin-bottom:0;
	}
	.courseItem a {
	  padding:24px 24px 0px 24px;
	}
	.courseDetails h5 {
	  font-size:20px;
	  line-height:32px;
	  margin-bottom:12px;
	}
	.courseDetails p {
	  font-size: 14px;
	  line-height: 24px;
	  margin-bottom:16px;
	}
	.workerInfo {
	  bottom:16px;
	  left:16px;
	  right:16px;
	  padding:16px;
	  border-radius:20px;
	  transition: 0.5s;
	}
	.leftColumn h5 {
	  font-size: 18px;
	  line-height: 24px;
	  margin-bottom:8px;
	}
	.leftColumn p {
	  font-size: 14px;
	  line-height: 20px;
	}
	.aboutTitles {
	  font-size:24px;
	  line-height: 40px;
	  margin-bottom:16px;
	}
	.aboutInfo {
	  font-size: 14px;
	  line-height: 24px;
	  margin-bottom:24px;
	}
	.whyWeList {
	  gap:40px;
	}
	.innerVideos {
	  margin-bottom:24px;
	}
	.whyWe {
	  padding-top:74px;
	  padding-bottom:74px;
	}
	.whyWeList {
	  margin-top:8px;
	}
	.affInfo {
	  font-size:14px;
	  margin-top:16px;
	}
	.affiliatedCompanies .syntaxBtn {
	  margin-bottom:24px;
	}
	.affiliatedCompanies .row {
		margin-bottom:80px;
	}
	.innerItemTop {
	  left:0;
	  top:5%;
	}
	.innerItemBottom {
	  right:0;
	  bottom:5%;
	}
	.innerItemBottom svg, .innerItemTop svg {
	  display: none;
	}
	.vacancyItem h5 {
	  font-size: 20px;
	  line-height: 32px;
	  margin-bottom:24px;
	}
	.productInsideInfo h3 {
		font-size: 24px;
		line-height: 40px;
		margin-bottom:16px;
	}
	.productLIst {
		margin-bottom:32px;
	}
	.proDescription h3 {
		font-size: 24px;
		line-height: 40px;
		margin-bottom:16px;
	}
	.notFounded {
		margin:120px 0;
	}
	.topicNum {
		font-size: 48px;
		line-height: 48px;
	}
	.topicTitle {
		font-size: 20px;
		line-height: 24px;
	}
	.topicDesc {
		font-size: 14px;
		line-height: 24px;
	}
	.topicNum {
		width:calc(30% - 20px);
	}
	.topicTitle {
		width:70%;
	}
	.topicDesc {
		width:100%;
	}
	.topicItem {
		gap:15px;
	}
	.vacancyItems {
		margin-bottom:32px;
		flex-direction: column;
	}
	.contactInfo h3 {
		font-size: 24px;
		line-height: 40px; 
		margin-bottom:32px;
	}
	.formToFill {
		padding:24px;
	}
	.contactPerson {
		margin-bottom:32px;
	}
	.hideOnMob {
		display:none;
	}
	.courseInner .videoDiv {
		margin-top:54px;
		margin-bottom:16px;
	}
	.mobVerMenu {
		display: flex;
		justify-content:center ;
	}
  }
.leftReview img {
	width:78px;
}
  
  
  
  
  
  
  
  
  
  
  
























  
  /* ============ pc devices ============ */
  @media only screen and (min-width: 992px) {
      .thank-you-message {
        margin:40px 0 80px;
      }
	.activeCol h4  {
		font-size: 48px;
		line-height: 60px; 
  	}
	.activeCount {
		font-size: 16px;
		line-height: 24px; 
	}
	.postList .col-lg-4 {
		margin-bottom:40px;
	}
	.hideOnPc {
		display:none;
	}
	.socBtns {
		margin-top:60px;
	}
	.buttonBack {
		margin-bottom:42px;
	}
	.postContent h1 {
		font-size:32px;
	}
	.blogInnerDiv {
		margin-top:40px;
	}
	.searchPosts {
		margin-bottom:24px;
	}
	.rightMenuMob {
		display:none;
	}
	.newsItem h2 {
		font-size:20px;
	}
	.newsItem {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height:100%;
	}
	.courseInner {
		margin-bottom:120px;
	}
	.calculatorInner h2 {
		font-size:20px;
	}
	.infoCalc {
		margin-bottom:60px;
	}
	.searchFromRight .syntaxBtn {
		float:right;
	}
	.silabusList li {
		font-size:16px;
		line-height: 24px;
	}
	.contactPerson {
		margin-bottom:40px;
	}
	.insideCourse {
		margin-top:60px;
		margin-bottom:60px;
	} 
	.coursePrice {
		padding:32px;
	} 
	.scheduleInfo h3 {
		font-size:24px;
		line-height: 32px;
	}
	.scheduleInfo p {
		font-size:14px;
		line-height: 24px;
	}
	.courseDetailInfo {
		padding:70px;
	}
	.single-courses .innerHeading {
		margin-bottom:0;
		background-image:none;
	}
	.proDescription {
		padding-right: 24px;
		height:100%;
		border-right: 4px dotted #1d263a1a;
	}
	.formToFill h3 {
		font-size: 32px;
		line-height: 40px;
		margin-bottom:12px;
	}
	.formToFill p {
		font-size: 14px;
		line-height: 24px;
		margin-bottom:32px;
	}
	.formToFill {
		padding:60px;
	}
	.contactInfo h3 {
		font-size: 20px;
		line-height: 24px; 
		margin-bottom:32px;
	}	
	.syntaxNav ul {
		gap:32px;
	}
	.syntaxNav .dropdown-menu.show {
		display:flex;
		flex-direction: column;
		gap:16px;
		padding:24px;
		border-radius: 24px;
		border: 1px solid #E9EAEE;
		background: #FFF;
		box-shadow: 0px 30px 30px 0px rgba(33, 48, 83, 0.06);
	}
	.syntaxNav .dropdown-item {
		padding:0;
	}
	.vacancyItems {
		margin-bottom:24px;
	}
	.leftSide {
		width:calc(100% - 404px);
		padding-right:24px;
		border-right: 4px dotted #1d263a1a;
	}
	.rightSide {
		width:404px;
		padding-left:24px;
	}
	.gridVacancy {
		display:flex;
	}
	.vacancyInner h1 {
		font-size:32px;
		margin-bottom:16px;
	}
	.vacancyItems {
		gap:40px;
	}
	.leftSpeaker h4 {
		font-size: 20px;
		line-height: 24px;
		margin-bottom:8px;
	}
	.leftSpeaker p {
		font-size: 16px;
		line-height: 20px;
	}
	.speakersList {
		gap:40px 24px;
		flex:1;
	}
	.speakerItem {
		width: calc(33.3% - 24px);
	}
	.topicNum {
		width:calc(10% - 60px);
	}
	.topicTitle {
		width:calc(40% - 60px);
	}
	.topicDesc {
		width:50%;
	}
	.blockTitle {
		margin-bottom:60px;
		font-size: 32px;
		line-height: 40px;
	}
	.topicItem {
		gap:60px;
	}
	.topicNum {
		font-size: 48px;
		line-height: 60px;
	}
	.topicTitle {
		font-size: 24px;
		line-height: 32px;
	}
	.topicDesc {
		font-size: 16px;
		line-height: 30px;
	}
	.eventTopics {
		gap:50px;
	}
	.eventHeadLine p {
		font-size: 16px;
		line-height: 32px;
	}
	.eventHeadLine h1 {
		font-size: 48px;
		line-height: 60px;
	}
	.eventDetails,
	.eventHeadLine {
		max-width: 520px;
	}
	.eventDetails {
		margin-bottom:18px;
	}
	.eventHead {
		padding:106px 74px;
		border-radius:40px;
		margin-bottom:60px;
	}
	.noVacancy p {
		font-size: 24px;
		line-height: 32px;
	}
	.rightVideoDetails h3 {
		font-size: 18px;
		line-height: 26px;
	}
	.rightVideoDetails p {
		font-size: 14px;
		line-height: 20px;
	} 
	.videoAcademyGrid {
		gap:40px 24px;
	}
	.academyVideo {
		width: calc(33% - 12px);
	}
	.testimonialVideo {
		gap:24px;
	}
	.testimVid {
		width:calc(33% - 24px);
	}
	.reviewItem{
		padding:24px 40px 40px;
	}
	.partnersLogos {
		gap:24px;
	}
	.partnersLogos a {
		width: 224px;
		height: 147px;
	}
	.rightMenu {
		display:flex;
		gap:24px;
		align-items: center;
	}
	.dropdown-menu {
		min-width: 18rem;
	}
	.depth_1 {
		left:16rem !important;
		top:0 !important;
	}
	.copyrightInfo ul a, .copyrightInfo p {
		font-size:12px;
	}
	.footerMenu ul {
		gap:16px;
	}
	.footerLogo img {
		margin-bottom:24px;
	}
	.footerMenu  {
		gap:100px;
		margin-top:56px;
	}
	.footerMenu {
		font-size: 14px;
		line-height: 20px;
	}
	.upperFooter p {
		max-width: 260px;
	}
	.syntaxFooter {
		padding:68px 72px 16px;
	}
	.notFounded {
		margin:40px 0 80px;
	} 
	.proDescription h3 {
		font-size: 32px;
		line-height: 40px;
		margin-bottom:24px;
	}
	.productLIst {
		margin-bottom:60px;
	}
	.productInsideInfo h3 {
		font-size: 32px;
		line-height: 40px;
		margin-bottom:24px;
	}
	.prodItem h3 {
		font-size: 24px;
		line-height: 40px;
		margin-bottom:64px;
	}
	.prodItem {
		border-radius:24px;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.solutionGrid h2 {
		font-size: 32px;
		line-height: 40px;
		margin-bottom:60px;
	}
	.vacancyItem {
	  margin-bottom:24px;
	}
	.vacancyItem h5 {
	  font-size: 20px;
	  line-height: 24px;
	  margin-bottom:40px;
	}
	.vacancyItem {
	  padding:32px;
	}
	.vacanciesPage h3 {
	  font-size: 32px;
	  line-height: 40px;
	  margin-bottom:72px;
	}
	.vacanciesForm {
	  margin-bottom:32px;
	}
	.vacanciesForm h3 {
	  font-size: 32px;
	  line-height: 40px;
	}
	.innerItemTop {
	  left:0;
	  top:15%;
	}
	.innerItemBottom {
	  right:0;
	  bottom:15%;
	}
	.innerItemTop svg {
	  margin-bottom:-70px;
	}
	.innerItemBottom svg {
	  margin-top:-70px;
	}
	.innerItemTop span, .innerItemBottom span {
	  padding:10px 16px;
	  font-size: 12px;
	  line-height: 20px;
  
	}
	.affiliatedCompanies .row {
	  margin-bottom:140px;
	}
	.affInfo {
	  font-size:16px;
	  margin-top:32px;
	}
	.affiliatedCompanies .syntaxBtn {
	  margin-top:40px;
	}
	.whyWeList {
	  gap:40px;
	}
	.whyItemInfo h5 {
	  font-size:24px;
	  line-height:32px;
	}
	.aboutItem {
	  height:100%;
	  display: flex;
	  flex-direction: column;
	  justify-content: space-between;
	}
	.aboutItems {
	  margin-top:40px;
	}
	.aboutItems .aboutInfo {
	  margin-bottom:40px;
	}
	.aboutInfo {
	  font-size: 16px;
	  line-height: 24px;
	}
	.aboutTitles {
	  font-size:32px;
	  line-height: 40px;
	  margin-bottom:24px;
	}
	.leftColumn h5 {
	  font-size: 20px;
	  line-height: 24px;
	  margin-bottom:8px;
	}
	.leftColumn p {
	  font-size: 16px;
	  line-height: 20px;
	}
	.workerDiv:hover .workerInfo{
	  bottom:24px;
	  transition: 0.5s;
	  z-index:1;
	  opacity: 1;
	}
	.workerInfo {
	  opacity: 0;
	  bottom:0px;
	  left:24px;
	  right:24px;
	  padding:24px;
	  z-index:-1;
	  border-radius:24px;
	  transition: 0.5s;
	}
	.teamGrid h2 {
	  font-size: 32px;
	  max-width: 410px;
	  line-height: 40px;
	  margin-bottom:60px;
	}
	.innerHeading {
	  padding:60px 0;
	  margin-bottom:60px;
	}
	.innerHeading h1 {
	  font-size: 48px;
	  line-height: 60px;
	  margin-bottom:24px;
	}
	.innerHeading p {
	  font-size: 18px;
	  line-height: 32px;
	  max-width: 680px;
	  margin:0 auto;
	}
	.circle-animation-1 {
	  border: 1px solid #3F3F47;
	  width: 320px;
	  height: 320px;
	  border-radius: 24px;
	  position: absolute;
	  left:-40px;
	  top:-40px;
	}
	.circle-animation-2 {
	  border: 1px solid #3F3F47;
	  width: 320px;
	  height: 320px;
	  border-radius: 24px;
	  position: absolute;
	  right:-40px;
	  bottom:-40px;
	}
	.syntaxMain {
	  margin:0 auto;
	  padding:80px;
	}
	.headingGrid h3 {
	  margin-bottom:0 !important;
	}
	.headingGrid {
	  margin-bottom:60px;
	}
	.coursesTitle {
		margin-bottom:40px;
	}
	.videoDivInfo {
	  padding:24px;
	}
	.videoDivInfo h5 {
	  font-size: 24px;
	  line-height: 32px;
	}
	.videoDivInfo p {
	  font-size: 16px;
	  line-height: 24px;
	}
	.videoDivInfo p {
	  font-size: 16px;
	  line-height: 24px;
	}
	.itemWithVideo {
	  width:45%;
	}
	.academy .courseGrid {
		width:55%;
	}
	.courseDetails {
	  padding:32px 32px 32px 0;
	  width:100%;
	}
	.courseDetails h5 {
	  font-size: 24px;
	  line-height: 32px;
	}
	.courseItem a {
	  gap:34px;
	}
	.serviceItem h4 {
	  font-size: 24px;
	  line-height: 32px;
	  margin-bottom:24px;
	  min-height: 64px;
	}  
	.serviceItem p {
	  font-size: 16px;
	  line-height: 30px;
	  margin-bottom:24px;
	}  
	.serviceItem a {
	  display: flex;
	  flex-direction: column;
	  justify-content: space-between;
	  flex-direction: column;
	  height: 100%;
	  width:100%;
	}
	.serviceItem {
	  padding:32px;
	}
	.benefits, .productAndServices,
	.academy, .gallery,
	.productAndServices, .teamGrid,
	.aboutItems, .whyWe,
	.vacanciesPage, .solutionGrid, 
	.testimonialsReview, .testimonialVideo, 
	.eventTopics, .gridVacancy, 
	.speakersList, .registration,
	.videoAcademyGrid, .partnersLogos,
	.productInformation, .courseInnerPage,
	.vacancyFooterGrid, .talkGrid,
	.forInnerPages, .calcInner,
	.postList, .blogInnerDiv,
	.affiliatedCompanies {
	  padding-bottom:140px; 
	}
	.benefitDesc {
	  font-size: 16px;
	  line-height: 24px;
	  margin-bottom:40px;
	}
	.benefitInfo h2, .productAndServices h2,
	.academy h2, .gallery h2  {
	  margin-bottom:6px;
	  font-size: 18px;
	  line-height: 32px;
	}
	.benefitInfo h3, .productAndServices h3,
	.academy h3, .gallery h3 {
	  margin-bottom:24px;
	  font-size: 32px;
	  line-height: 40px;
	}
	.benefitBox svg {
	  margin-top:32px;
	}
	.benefitBox {
	  font-size: 16px;
	  line-height: 24px; 
	  margin-top:16px;
	  width:251px;
	}
	.benefitBox h5 {
	  font-size:48px;
	  line-height: 60px;
	}
	.benefitItems {
	  gap:24px;
	}
	.benefitBox {
	  padding:32px 55px 32px 32px;
	}
	.syntaxBtn, .agendaBtn {
	  padding:13px 32px;
	  font-size:14px;
	  line-height: 20px;
	}
	.mainSlogan .syntaxBtn {
	  margin-top:40px;
	}
	.mainSlogan p {
	  font-size: 16px;
	  line-height: 32px;
	}
	.mainSlogan {
	  padding-right: 10%;
	}
	.mainSlogan h1 {
	  font-size:48px;
	  line-height: 60px;
	  margin-bottom: 16px;
	}
	.syntaxNav .navbar-collapse {
	  align-items: center;
	}
	.dropdown-menu li{ position: relative; 	}
	  .nav-item .submenu{ 
		  display: none;
		  position: absolute;
		  left:100%; top:-7px;
	  }
	  .nav-item .submenu-left{ 
		  right:100%; left:auto;
	  }
	  .dropdown-menu > li:hover
	{ background-color: #f1f1f1 
	}
	  .dropdown-menu > li:hover > .submenu{ 
	  display: block; 
	}
	.partnersGrid {
	  margin:60px 0;
	}
  }
  #gallery .splide__slide img {
	display: block;
	width: 100%;
	border-radius: 24px;
	transition: transform 400ms;
	transform: scale(0.9);
	transform-origin: center center;
  }
  #gallery .splide__slide.is-active img {
	transform: scale(1);
  }
  .productCatList {
	margin-top:32px;
	display:flex;
	gap:12px;
	flex-wrap: wrap;
  }
  .productCatList a, .productCatList .nav-link {
	padding:8px 16px;
	border-radius: 48px;
	border: 1px solid #E9EAEE;
	color:#213053;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	transition: 0.5s;
  }
  .productCatList a.active, .productCatList a:hover,
  .productCatList .nav-link.active, .productCatList .nav-link:hover {
	border: 1px solid #006AFF;
	background:rgba(0, 106, 255, 0.10);
	color:#006AFF;
	transition: 0.5s;
  }
  .nav-tabs {
	border-bottom:0;
	margin-bottom:40px;
  }
  #mapSyntax{
	height:100%;
	width: 100%;
  }
.wpcf7-list-item label {
	margin-bottom:1em !important;
}
.wpcf7-acceptance a {
text-decoration:none;
}

.language-switcher {
    list-style-type: none;
    margin-bottom:0;
}
.language-switcher a {
    color: #213053;
    font-size: 14px;
    font-weight: 700;
}
.language-switcher img {
    margin-bottom: 3px;
}

/* blog page switcher */
.pagination {
    justify-content: center; 
}
.pagination a {
    padding: 2px 10px;
    border-radius: 10px;
    color: #fff;
    background-color: #006aff;
    border-bottom: 4px solid #b3d2ff;
    display: inline-block;
    text-decoration:none;
}

.pagination span {
    padding: 2px 10px;
    border-radius: 10px;
    color: #fff;
    background-color: #00ebfd;
    border-bottom: 4px solid #b3d2ff;
    display: inline-block;
}
.pagination .nav-link, .pagination .nav-links {
    display:flex;
    gap:5px;
}
.thank-you-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:24px;
}