/**
Theme Name: inter
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: inter
Template: astra
*/

/*=========================
 * 		Animation
 * =======================*/

.zoomIn {
  animation-name: zoomInCustom !important;
}
.fadeInRight {
  animation-name: fadeInRightCustom !important;
}
.fadeInLeft {
  animation-name: fadeInLeftCustom !important;
}
@keyframes zoomInCustom {
  0% {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
  }
  50% {
    opacity: 1;
  }
}
@keyframes fadeInRightCustom {
  0% {
    opacity: 0;
    transform: translate3d(150px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeftCustom {
  0% {
    opacity: 0;
    transform: translate3d(-150px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

/*========================*/
#menu-item-452.current-menu-item a {
  color: #ffffff !important;
}
body .ast-mobile-popup-drawer {
  z-index: -50;
}
body {
  text-align: right;
}
body .h2-main .elementor-heading-title {
  font-size: 83px !important;
  font-weight: bold;
}
#content {
  max-width: 100vw;
  overflow: hidden;
}
.entry-content p {
  margin-bottom: 10px;
}
p {
  margin-bottom: 0;
}
ul#menu-top-right-menu {
  display: flex;
}
ul#menu-top-right-menu li {
  margin-left: 5px;
}
ul#menu-top-right-menu li a {
  color: #fff;
  padding: 0 10px;
}
section#nav_menu-5 ul li {
  display: inline-block;
  color: #fff;
}
section#nav_menu-5 ul li a {
  color: #fff;
  padding: 0 10px;
}

button.login-btn.btn-header {
  font-size: 30px;
  border-radius: 0;
  /* background: rgba(0,0,0,0);*/
  border: 2px solid #fff;
  color: #fff;
  margin-left: 20px;
  position: relative;
  /*background: linear-gradient(to top, #fff 50%, transparent 50%);
    background-size: 100% 200%;
    background-position: top;
	transition:ease-in-out 0.3s;*/
  height: 45px;
  padding: 0;
  width: 200px;

  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  background-color: rgba(255, 255, 255, 0);
}

.login-btn.btn-header:hover {
  background-color: rgba(255, 255, 255, 1);
  color: #000 !important;
  -webkit-animation-name: pulse-fade-white;
  animation-name: pulse-fade-white;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@keyframes pulse-fade-white {
  50% {
    background-color: rgba(255, 255, 255, 0.75);
    transform: scale(1.01);
  }
}
button.reg-btn.btn-header {
  font-size: 30px;
  font-weight: bold;
  border-radius: 0;
  /* background: rgba(0,0,0,0); */
  border: 2px solid #fff;
  color: #000;
  margin-left: 20px;
  position: relative;
  /*   background: linear-gradient(to top, #000 50%, #fff 50%);
    background-size: 100% 200%;
    background-position: top;*/
  transition: ease-in-out 0.3s;
  height: 45px;
  padding: 0;
  width: 200px;

  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  background-color: rgba(255, 255, 255, 1);
}
button.reg-btn.btn-header:hover {
  /* background-position: bottom;
    color: #fff !important;*/
  -webkit-animation-name: pulse-fade-white;
  animation-name: pulse-fade-white;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
body .simple-btn a.elementor-button {
  background: linear-gradient(90deg, #7d0b0b, #e41313 50%, #7d0b0b 100%);
  position: relative;
  transition: ease-in-out 0.4s;
}
body .simple-btn a.elementor-button:hover {
  background: #282828;
}

body .simple-btn .elementor-button-wrapper {
  padding: 5px;
  position: relative;
  z-index: 1;
  display: inline-block;
}
body .simple-btn .elementor-button-wrapper:before {
  content: "";
  background: linear-gradient(90deg, #d2d2d2, #eeeeee 50%, #d2d2d2 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

/*=========================
 * 			Home Page 
 * ========================*/
#home-s2 .list-icons .elementor-widget-container ul {
  list-style: none;
  padding: 0;
  margin: 60px 0 50px;
}
#home-s2 .list-icons .elementor-widget-container ul li {
  padding-right: 125px;
  position: relative;
  margin-bottom: 70px;
  min-height: 125px;
}
#home-s2 .list-icons .elementor-widget-container ul li:before {
  content: "";
  background: url(/wp-content/uploads/2021/09/check.png) no-repeat center center /
    cover;
  width: 97px;
  height: 114px;
  position: absolute;
  top: -25px;
  right: 0;
}
#home-s3:before {
  content: "";
  background: #282828;
  width: 115%;
  height: 450px;
  position: absolute;
  transform: skew(0, -4deg);
  top: 111px;
  z-index: 1;
  display: block;
}
#home-s3:after {
  content: "";
  background: linear-gradient(90deg, #d2d2d2, #eeeeee 50%, #d2d2d2 100%);
  width: calc(115% + 10px);
  height: calc(450px + 10px);
  position: absolute;
  transform: skew(0, -4deg);
  top: 106px;
  z-index: 0;
  display: block;
}
#home-s3 {
  overflow-x: hidden;
}
#home-s3 .elementor-container {
  z-index: 2;
}
#home-s4 {
  padding: 0px 0px 13vw 0px !important;
}
#exit-popup strong {
  color: #a50e0e;
}
.img-absolute {
  position: absolute;
  bottom: -158px;
  right: -500px;
}

.elementor-widget-button.btn-black a {
  color: #000 !important;
  border: 2px solid #000;
  margin-bottom: 1%;
  /*   background: linear-gradient(to top, #000 50%, transparent 50%);
    background-size: 100% 200%;
    background-position: top;
    transition: all .35s ease-out;
	background-color:rgba(0,0,0,0) !important;*/

  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  background-color: rgba(0, 0, 0, 0);
}
/*.btn-black a:hover {
    background-position: bottom;
    color: #fff !important;
}
.btn-black a:focus{
	color: #000;
}*/
.elementor-widget-button.btn-black a:hover,
.elementor-widget-button.btn-black a:focus,
.elementor-widget-button.btn-black a:active {
  color: #fff !important;
  -webkit-animation-name: pulse-fade;
  animation-name: pulse-fade;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #000;
  color: white;
}
.algo-form button.elementor-button.elementor-size-sm:hover {
}
@keyframes pulse-fade {
  50% {
    background-color: rgba(0, 0, 0, 0.55);
    transform: scale(1.01);
  }
}
.team-description,
.team-description .team-title {
  color: #fff;
}
.team-description {
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.col-md-6.team-box:nth-child(odd) .team-description {
  justify-content: flex-start;
}
.team-img {
  flex: 0 0 215px;
  margin-left: 0 !important;
  display: inline-block;
  z-index: 1;
  /*	margin-top: 30px;*/
}
.team-img img {
  border: 2px solid red;
}
.team-text {
  border: 1px solid #fff;
  padding: 25px 115px 30px 35px;
  float: left;
  width: 73%;
  margin-right: -100px !important;
}
.team-description .team-title {
  font-size: 30px;
  font-weight: bold;
  display: block;
  margin-bottom: 0;
  line-height: 1;
}
.team-text .team-role {
  font-size: 18px;
  line-height: 1.1em !important;
  display: block;
  margin-top: 10px;
}
.team-name {
  margin-bottom: 60px;
}
#home-s5 {
  /*	overflow-x:hidden;*/
  max-width: 100vw;
}
#home-s5:after {
  content: "";
  background: #272727;
  width: 115%;
  height: 11vw;
  display: block;
  position: absolute;
  z-index: 0;
  top: -7vw;
  transform: skew(0deg, 5deg);
}
#home-s5:before {
  content: "";
  width: 115%;
  height: 11vw;
  display: block;
  position: absolute;
  z-index: 0;
  top: calc(-7vw - 5px);
  transform: skew(0deg, 5deg);
  background-image: linear-gradient(90deg, #d2d2d2, #eeeeee 50%, #d2d2d2 100%);
}
#home-s5 .elementor-container {
  z-index: 1;
}
.adv-list ul {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
}
.adv-list ul li {
  margin-bottom: 15px;
  position: relative;
  padding-right: 20px;
}
.adv-list ul li:before {
  content: "•";
  font-size: 45px;
  position: absolute;
  right: 0;
  line-height: 0;
  top: 7px;
  color: #e61212;
}
#contact-form-algo form.wpcf7-form {
  text-align: center;
  max-width: 260px;
  margin: 0 auto;
}
form.wpcf7-form {
  direction: rtl;
}
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
  direction: rtl !important;
}
span.ajax-loader {
  position: absolute;
  display: none !important;
}
.reg-popup a,
.course-block .btn-black a {
  background: linear-gradient(90deg, #7d0b0b, #e41313 50%, #7d0b0b 100%);
  min-width: 250px;
  transition: ease-in-out 0.3s;
  position: relative;
}
.elementor-button-text {
  position: relative;
  z-index: 1;
}
.reg-popup a:before,
.simple-btn a:before,
button.btn-buy:before,
.algo-form button.elementor-button.elementor-size-sm:before,
.course-block .btn-black a:before {
  background: rgba(0, 0, 0, 0);
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
}
.course-block .btn-black a:after {
  content: "לפרטים נוספים";
  color: #fff;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
}
.course-block .btn-black a:hover:after {
  content: "לפרטים נוספים";
  color: #fff;
  opacity: 1;
}
.reg-popup a:hover:before,
.simple-btn a:hover:before,
button.btn-buy:hover:before,
.algo-form button.elementor-button.elementor-size-sm:hover:before,
.course-block .btn-black a:hover:before {
  height: 100%;
}

.reg-popup a:hover:before,
.simple-btn a:hover:before,
button.btn-buy:hover:before,
.algo-form button.elementor-button.elementor-size-sm:hover:before,
.course-block .btn-black a:hover:before {
  color: #fff !important;
  -webkit-animation-name: pulse-fade;
  animation-name: pulse-fade;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}

input.wpcf7-form-control.wpcf7-submit {
  background: linear-gradient(90deg, #7d0b0b, #e41313 50%, #7d0b0b 100%);
  transition: ease-in-out 0.3s;
  position: relative;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  border: 2px solid #000;
  transition: ease-in-out 0.3s;
}
input.wpcf7-form-control.wpcf7-submit:hover {
  background: #282828;
}
#algo-s2 {
  padding-bottom: 14vw;
}
#algo-s1.simple-course {
  padding-bottom: 9vw;
}
#algo-s3:before {
  content: "";
  width: 115%;
  height: 11vw;
  display: block;
  position: absolute;
  z-index: 0;
  top: calc(-7vw - 5px);
  transform: skew(0deg, -5deg);
  background-image: linear-gradient(90deg, #d2d2d2, #eeeeee 50%, #d2d2d2 100%);
  right: 0;
}
#algo-s3:after {
  content: "";
  background: #272727;
  width: 115%;
  height: 12vw;
  display: block;
  position: absolute;
  z-index: 0;
  top: -7vw;
  transform: skew(0deg, -5deg);
  right: 0;
}
#algo-s3 .elementor-widget-heading {
  margin-top: -6vw;
}
#algo-s3 .elementor-container {
  z-index: 1;
}
.icons-block {
  flex: 0 0 25%;
}
.icons-block:nth-child(3) {
  margin-left: 25%;
}
.icons-block:nth-child(1),
.icons-block:nth-child(2),
.icons-block:nth-child(3) {
  margin-bottom: 55px !important;
}
.img-robot {
  position: absolute;
  top: -30vw;
  left: -21vw;
}
.img-robot img {
  width: 31vw;
}
.inner-course-box {
  border: 2px solid #272727;
  text-align: center;
  position: relative;
  padding: 65px 80px;
  min-height: 370px;
}
h3.course-title {
  display: table;
  border: 2px solid #272727;
  background: #fff;
  margin: -90px auto 0;
  font-size: 30px;
  min-width: 310px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.2;
}
.course-img {
  position: absolute;
  width: 100%;
  text-align: center;
  right: 0;
  bottom: -80px;
}
.adv-course {
  font-size: 16px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 15px 0;
}
.adv-course ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.adv-course ul li {
  padding-right: 15px;
  position: relative;
  line-height: 1.1;
  margin-bottom: 8px;
}
.adv-course ul li:before {
  content: "■";
  font-size: 20px;
  position: absolute;
  right: 0;
  line-height: 1;
  top: -4px;
}
.course-block {
  margin-bottom: 185px;
}
.btn-buy {
  background: linear-gradient(90deg, #112852, #193586 50%, #112852 100%);
  font-size: 20px;
  padding: 0;
  text-align: center;
  width: 190px;
  border: 2px solid #272727;
  height: 32px;
  line-height: 28px;
  position: relative;
  margin-bottom: 13px;
  display: none;
}
.btn-buy span {
  position: relative;
  z-index: 1;
}
.course-block .btn-black a {
  width: 190px;
  height: 32px;
  line-height: 28px;
  text-decoration: none;
  display: inline-block;
  z-index: 1;
  position: relative;
  border: 2px solid #000;
  color: #fff;
  min-width: 190px;
}
.course-block .btn-black a:hover {
  color: #fff;
}
.single-course #contact-form-algo .wpcf7 input:not([type="submit"]) {
  background: #fff;
  border: 2px solid #000;
}

.single-course .algotrading_section-people {
	padding:0 0 60px;
}
.single-course ul.elementor-icon-list-items.custom-list li span {
    font-size: 20px;
    line-height: 1.2em;
}
.elementor-widget .custom-list .elementor-icon-list-icon i {
    width: 1.25em;
    font-size: 12px;
    color: var(--e-global-color-0377bc8);
}
.custom-list li.elementor-icon-list-item {
    margin-bottom: 15px;
}
.algotrading_section-syllabus{
	padding:60px 0 ;
}
.single-course .algotrading_section-people .elementor-container{
	max-width: 960px;
	flex-direction: column;
}
.single-course .custom-section .elementor-container{
	flex-direction: column;
}
.single-course  .section-title{
	font-size: 36px;
	color: #232357;
	text-align: center;
    margin-bottom: 50px;
	font-weight: 600;
}
#webinars-s1 {
  padding-bottom: 11vw;
}
#webinars-s2:before {
  content: "";
  background: #272727;
  width: 115%;
  height: 12vw;
  display: block;
  position: absolute;
  z-index: 0;
  top: -7vw;
  transform: skew(0deg, 5deg);
  right: 0;
  z-index: 1;
}
#webinars-s2 {
  background: #272727;
}
.web-main-title {
  color: #fff;
  padding: 20px 0;
}
.web-loop {
  background: #e7e8e7;
  padding: 20px 0;
}
#webinars-s2 .elementor-container {
  z-index: 1;
}
.row-title-web {
  font-size: 30px;
}
.web-subject {
  width: 27%;
  display: flex;
  align-items: center;
  font-weight: bold;
  line-height: 1.1;
  padding-right: 65px;
  position: relative;
}
.web-lect,
.web-date,
.web-time {
  width: 16.8%;
  text-align: center;
  display: flex;
  align-items: center;
  line-height: 1.1;
  justify-content: center;
}
.web-loop .web-lect,
.web-loop .web-date {
  border-left: 2px solid #828282;
}
.active-web .web-loop .web-lect,
.active-web .web-loop .web-date {
  border: none;
}
.web-button {
  width: 22.6%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.4s;
}
.web-button a {
  border: 4px solid #272727;
  font-size: 31px;
  font-weight: 600;
  padding: 0 25px;
  transition: background 0.4s ease, border-color 0.1s ease;
  text-decoration: none !important;
}
.web-main-title {
  font-weight: bold;
}
.web-short-description {
  display: none;
  margin: 0 -15px;
  background: #fff;
  padding: 5px 65px;
  font-size: 22px;
}
.web-loop .web-subject:before {
  content: "";
  background: url(/wp-content/uploads/2021/08/chevron.png) no-repeat center
    center / cover;
  width: 35px;
  height: 20px;
  position: absolute;
  right: 15px;
}
.web-block {
  margin-bottom: 30px;
}
.web-loop .web-subject {
  cursor: pointer;
}
.active-web .web-loop {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  z-index: 1;
  position: relative;
}
.web-button a:hover,
.active-web .web-button a {
  color: #fff;
  background: linear-gradient(90deg, #7d0b0b, #e41313 50%, #7d0b0b 100%);
  border-color: #fff;
}

.syllabus_inner {
  padding: 20px 20px 30px 20px;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 6px 16px 0px rgb(0 0 0 / 25%);
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
span.icon_syllabus_text {
    margin-bottom: 0;
    color: #000;
    font-family: "Assistant",Sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    line-height: 1.1;
	min-height: 50px;
}
.syllabus_icon {
    height: 90px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.syllabus_icon img{
	max-height: 100%;	
}
.syllabus_block {
  margin-bottom: 20px;
  padding: 0 10px;
}
.row.row-syllabus {
  margin: 0;
}
b7a469 @media screen and (max-width: 768px) {
  .span.icon_syllabus_text {
    font-size: 20px;
  }
}
/*==================================
 * 			Questions
 * ================================*/
#questions-form label span {
  width: 70px;
  text-align: center;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  margin-left: 25px;
  background: #0052fd;
  color: #fff !important;
  height: 50px;
  line-height: 48px;
}

#questions-form .elementor-field-type-radio input {
  width: 0;
  height: 0;
  visibility: hidden;
}
#questions-form span.elementor-field-option {
  width: 100%;
  border: 0;
  padding: 0;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
}
#questions-form .elementor-field-type-radio .elementor-field-subgroup label {
  margin-bottom: 0;
  padding: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 10px;
}
#questions-form input:checked + label {
  background: #e7e7e7;
  color: #272727 !important;
}
#questions-form .elementor-field-type-radio .elementor-field-label {
  margin-bottom: 40px;
}
#questions-form .elementor-field-type-radio {
  margin-bottom: 80px;
}
.elementor-field-group-hiddenfield {
  text-align: center;
  margin: 0 auto 40px !important;
  justify-content: center;
  font-weight: bold;
}
#questions-form .elementor-field-group-hiddenfield label {
  font-weight: bold;
  font-size: 46px;
}
#questions-form .elementor-field-group-hiddenfield input {
  display: none;
}
#questions-form .elementor-field-group-name label,
#questions-form .elementor-field-group-phone label,
#questions-form .elementor-field-group-email label {
  font-size: 0 !important;
}
#questions-form .elementor-field-group-name input,
#questions-form .elementor-field-group-phone input,
#questions-form .elementor-field-group-email input {
  max-width: 440px;
  margin: 0 auto 25px;
  padding: 0 15px !important;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ccc;
  border-radius: 10px;
}
#questions-form button.elementor-button.elementor-size-sm {
  /*	background:linear-gradient(90deg, #7d0b0b, #e41313 50%, #7d0b0b 100%);
	border:2px solid #272727;*/
  height: 64px;
  line-height: 64px;
  padding: 0 65px;
}
#questions-form
  .elementor-field-group.elementor-column.elementor-field-type-submit {
  width: auto;
  margin: 0 auto;
}
.course-form .elementor-field-group input {
  width: 70% !important;
  flex: 0 0 70% !important;
}
.course-form .elementor-field-group label {
  background: #272727;
  flex: 0 0 30% !important;
  text-align: center;
  height: 100%;
  margin-bottom: 0;
}
.course-form .elementor-field-group:not(.elementor-field-type-hidden) {
  display: flex;
  margin-bottom: 25px !important;
}
.course-form .elementor-form button.elementor-button.elementor-size-sm,
.algo-form button.elementor-button.elementor-size-sm {
  background: linear-gradient(90deg, #7d0b0b, #e41313 50%, #7d0b0b 100%);
  height: 60px;
  padding: 0 26px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

.algo-form form {
  max-width: 350px;
  margin: 0 auto;
}
/*
body:not(.page-id-2464) .elementor-button{
	border-radius: 0 !important;
}*/
#contact-form-algo .wpcf7 input:not([type="submit"]) {
  background: #fff;
  border: 2px solid #272727;
}
div#elementor-popup-modal-615:before {
  content: "";
  background: url(/wp-content/uploads/2021/08/popup-2.png);
  width: 100%;
  height: 100%;
  /* z-index: 2; */
}
section#success {
  background: url(/wp-content/uploads/2021/08/popup-2.png) no-repeat center
    center / cover;
  background-size: 180%;
}
#consulting h2 strong {
  color: #d50303;
}
.contact-text a {
  text-decoration: none !important;
}
#algo-s3.wh-get:before,
#algo-s3.wh-get:after {
  display: none;
}
#algo-s3.wh-get .elementor-widget-heading {
  margin-top: 0;
}
.active-web .web-loop .web-subject:before {
  transform: scaleY(-1);
}
body .ast-mobile-popup-drawer.ast-mobile-popup-left .ast-mobile-popup-inner {
  transform: translateX(100%);
  transition: transform 0.5s ease-in, opacity 0.2s ease-in;
}
body .ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
  transform: translateX(0);
}
.video-container .elementor-widget-video {
  background: url(/wp-content/uploads/2021/09/mac1.png) no-repeat center center /
    47.5vw;
}
.video-container .elementor-widget-video iframe {
  width: 30.5vw;
  height: 20vw;
  margin-top: 3vw;
  margin-left: 12.3vw;
}
section#side-icons {
  position: fixed;
  bottom: 80px;
  z-index: 1;
  right: 40px;
}
#side-icons i {
  font-size: 25px;
  color: #fff;
}
#side-icons .elementor-icon {
    background-color: var(--e-global-color-0377bc8);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
#side-icons .elementor-widget-wrap {
  flex-direction: column;
}
.footer-form-block {
  max-width: 390px;
}
.footer-form-block .course-form .elementor-field-group input {
  padding: 0.2em;
}
.footer-form-block .course-form .elementor-field-group {
  margin-bottom: 15px !important;
}
.footer-form-block
  .course-form
  .elementor-form
  button.elementor-button.elementor-size-sm {
  height: 40px;
  padding: 0 60px;
}
.footer-form-block .elementor-icon-list-items .fa-phone-alt:before {
  content: "";
  background: url(/wp-content/uploads/2021/10/icon-f1.png) no-repeat center
    center / cover;
  width: 27px;
  height: 27px;
  display: block;
}
.footer-form-block .elementor-icon-list-items .fa-fax:before {
  content: "";
  background: url(/wp-content/uploads/2021/10/icon-f2.png) no-repeat center
    center / cover;
  width: 30px;
  height: 26px;
  display: block;
}
.footer-form-block .elementor-icon-list-items .fa-map-marked-alt:before {
  content: "";
  background: url(/wp-content/uploads/2021/10/icon-f3.png) no-repeat center
    center / cover;
  width: 32px;
  height: 28px;
  display: block;
}
.row.row-team {
  margin-right: 0;
  margin-left: 0;
}
/*=======================
 * 		Contact Page
 * =====================*/
#contact-img img {
  width: 100%;
}
#contact-icons .elementor-icon-list-items i:before {
  content: "";
  width: 37px;
  height: 37px;
  display: block;
  background-position: center center;
  background-size: cover;
}
#contact-icons .elementor-icon-list-items .fa-phone-alt:before {
  background-image: url(/wp-content/uploads/2022/04/phone-cp.png);
}
#contact-icons .elementor-icon-list-items .fa-envelope:before {
  background-image: url(/wp-content/uploads/2022/04/mail-cp.png);
}
#contact-icons .elementor-icon-list-items .fa-map-marked-alt:before {
  background-image: url(/wp-content/uploads/2022/04/map-cp.png);
}
#custom-video-container {
  height: 100%;
}
#custom-video-container
  video.elementor-background-video-hosted.elementor-html5-video {
  height: 100% !important;
}

/*--New Design--*/
#top_right_menu .elementor-nav-menu > li:first-child > a {
  padding-right: 0;
}
#top_left_menu .elementor-nav-menu > li:last-child > a {
  padding-left: 0;
}

/*--Algotrading--*/
.algotrading_section h1 span {
  color: #e20058;
}
.crypto.algotrading_section h1 span {
  color: #b7a469;
}
.algotrading_section .elementor-image-box-title {
  margin: auto;
}
#filter-img img {
  mix-blend-mode: multiply;
}
.crypto-list .elementor-image-box-img {
  height: 90px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .overflow-visible img {
    width: auto !important;
    max-width: unset;
  }
}

.overflow-visible .elementor-widget-container {
  overflow: visible;
}
.page-id-4599 #algotrading_s8 .elementor-icon-list-icon {
  border-color: #b7a469;
}
.hren > .elementor-container > .elementor-column > .elementor-widget-wrap,
.hren
  > .elementor-container
  > .elementor-column
  > .elementor-widget-wrap
  > .elementor-element,
.hren
  > .elementor-container
  > .elementor-column
  > .elementor-widget-wrap
  > .elementor-element
  > .elementor-widget-container {
  height: 100%;
}
#algotrading_s2 .elementor-widget-image-box, #algotrading_s2 .elementor-widget-image-box .elementor-widget-container,
#algotrading_s1 .elementor-col-33 .elementor-widget-image-box, #algotrading_s1 .elementor-col-33 .elementor-widget-image-box  .elementor-widget-container {
    height: 100%;
}
@media only screen and (min-width: 769px) {
  #algotrading_s2.algotrading_section .elementor-image-box-title {
    min-height: 44px;
    display: flex;
    align-items: center;
    margin-top: -2px;
  }

  #algotrading_s3 .elementor-column.elementor-col-30,
  #algotrading_s11 .elementor-column.elementor-col-30 {
    width: 28.666%;
  }
  #algotrading_s3 .elementor-column.elementor-field-type-submit,
  #algotrading_s11 .elementor-column.elementor-field-type-submit {
    width: 14%;
  }
}
#algotrading_s3 .elementor-column .elementor-field,
#algotrading_s11 .elementor-column .elementor-field {
  padding: 13px 15px;
}
#algotrading_s4 .elementor-image-box-wrapper .elementor-image-box-img {
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.27);
  width: 114px;
  height: 114px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  border-radius: 50%;
}
#algotrading_s5 .elementor-image-box-wrapper .elementor-image-box-img {
  margin: 0 20px 0 25px;
  min-width: 128px;
}
#algotrading_s5 .elementor-image-box-wrapper .elementor-image-box-img img {
  border-radius: 50%;
}
#algotrading_s5 .elementor-image-box-wrapper .elementor-image-box-content {
  padding-left: 40px;
}
#algotrading_s6 .elementor-counter-title {
  margin: 15px 0 0;
}
#algotrading_s6 .elementor-counter-number {
  margin: 0 3px;
}
#algotrading_s6 .elementor-counter-number-prefix,
#algotrading_s6 .elementor-counter-number-suffix {
  font-size: 20px;
  display: flex;
  align-items: end;
}
#algotrading_s8 .elementor-icon-list-item {
  align-items: flex-start;
}
#algotrading_s8 .elementor-icon-list-icon {
  border: 1px solid #db0157;
  width: 26px;
  min-width: 26px;
  height: 26px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding-right: 2px;
  margin-top: auto;
  margin-bottom: auto;
}
#algotrading_s9 .elementor-image-box-wrapper .elementor-image-box-img {
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.27);
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  background: #fff;
  border-radius: 50%;
}
#algotrading_s10 .elementor-image-box-wrapper .elementor-image-box-img {
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.27);
  width: 85px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
}
/*--NEW HOME--*/
.new_home_section .elementor-heading-title span {
  color: #0052fe;
}
#new_home_s2 {
  overflow: hidden;
  max-height: 495px;
}
#new_home_s2 .new_home_s2_innerbox .elementor-container {
  margin: 0 -25px;
}
#new_home_s2
  .new_home_s2_innerbox
  .elementor-container
  > .elementor-element
  > .elementor-widget-wrap {
  margin: 0 15px;
  padding: 25px 18px;
}
.tb {
  margin-left: 50px;
}
.tb .elementor-heading-title {
  font-size: 20px;
  margin-left: 0;
  cursor: pointer;
}
.tb.active .elementor-heading-title {
  font-weight: bold;
}
.tb.active .elementor-heading-title::before {
  content: "";
  width: auto;
  height: 3px;
  display: block;
  margin: 0;
  right: 0;
  bottom: -6px;
  position: absolute;
  background: var(--e-global-color-0377bc8);
  left: 0;
}

.tb_wrapp {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.tb_wrapp.active {
  max-height: 2000px;
  overflow: inherit;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 50px 0;
}
#new_home_s3 {
}
@media only screen and (min-width: 768px) {
  #new_home_s3 > .elementor-background-overlay {
    display: none;
  }
}
#new_home_s3 .elementor-counter-number-prefix,
#new_home_s3 .elementor-counter-number-suffix {
  font-size: 20px;
  display: flex;
  font-weight: bold;
  align-items: end;
}
#new_home_s3 .elementor-counter-number-prefix {
  margin-left: 4px;
  justify-content: flex-end;
}
#new_home_s3 .elementor-counter-number-suffix {
  margin-right: 4px;
}
#new_home_s3 .elementor-counter-title {
  margin: 7px 0 0;
}
#new_home_s4 .elementor-icon-list-icon {
  border: 1px solid var(--e-global-color-0377bc8);
  width: 36px;
  min-width: 36px;
  height: 36px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding-right: 2px;
}
#new_home_s4 .elementor-button-text span {
  font-weight: 400;
}
.new_home_s5 .elementor-image-box-wrapper .elementor-image-box-content p span {
  color: #b21e24;
  font-weight: 600;
}
#contact_last_strip .elementor-image-box-title {
  margin: 0;
}

.courses_inner_box .elementor-widget-image img {
  background: #f2f2f2;
  border-radius: 50%;
}
.courses_inner_box .elementor-container {
  margin: 0 -25px;
}
.courses_inner_box
  .elementor-container
  > .elementor-element
  > .elementor-widget-wrap {
  margin: 0 25px;
}
.courses_inner_box .elementor-icon-list-text span {
  color: var(--e-global-color-0377bc8);
  font-weight: bold;
}
.courses_inner_box .red .elementor-icon-list-text span {
  color: #e20058;
}
#graduates_recommend .h100 > div .slick-track > .slick-slide {
  margin: 0 30px;
  box-shadow: 0 0px 25px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px 10px 10px 10px;
  display: flex;
  height: auto;
}
#graduates_recommend .draggable {
  padding: 35px 0;
}
#graduates_recommend .elementor-element > .elementor-widget-container {
  box-shadow: none;
}
#graduates_recommend .slick-track {
  display: flex;
}
[dir="rtl"] #graduates_recommend .slick-arrow {
  color: var(--e-global-color-0377bc8);
  width: 36px;
  height: 36px;
}
[dir="rtl"] #graduates_recommend .slick-next {
  left: -75px;
}
[dir="rtl"] #graduates_recommend .slick-prev {
  right: -75px;
}
[dir="rtl"] .slick-arrow::before {
  content: none !important;
}
[dir="rtl"] #graduates_recommend .slick-arrow .fa-chevron-right::before {
  padding: 0 0 0 3px;
}
[dir="rtl"] #graduates_recommend .slick-arrow .fa-chevron-left::before {
  padding: 0 3px 0 0;
}
[dir="rtl"] #graduates_recommend .slick-arrow .fas::before {
  font-size: 24px;
  border: 1px solid;
  width: 36px;
  display: block;
  border-radius: 50%;
  line-height: 34px;
}
.topbutton {
  height: 40px;
  width: 40px;
  position: fixed;
  right: 10px;
  bottom: 66px;
  z-index: 9;
  background: var(--e-global-color-0377bc8);
  display: none;
  color: #fff !important;
  font-size: 25px;
  text-align: center;
  border-radius: 5px;
  opacity: 0.75;
  line-height: 1.6;
}

#footer_algotrading .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}
.read_more{
    display: none !important;
}
span.read_more::before {
  content: "+";
  display: inline-block;
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: #000;
  font-size: 22px;
  text-align: center;
  line-height: 16px;
  top: 3px;
  position: relative;
  margin: 0 5px;
}
span.read_more.active::before {
  content: "-";
  line-height: 12px;
  top: 1px;
}
#footer_txt_hide {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer_txt_hide.active {
  max-height: 100vh;
}
.video-btn::after {
  font-family: "Font Awesome 5 Brands" !important;
}
@media only screen and (max-width: 1600px) {
  .main-header-menu .menu-link,
  .main-header-menu > a {
    padding: 0 0.5em;
  }
  button.reg-btn.btn-header,
  button.login-btn.btn-header {
    width: 150px;
    font-size: 24px;
  }
  .team-description .team-title {
    font-size: 24px;
  }
  body .h2-main .elementor-heading-title {
    font-size: 65px !important;
  }
  #home-s2 .list-icons ul li {
    font-size: 30px;
  }
  #home-s2 .list-icons ul li:before {
    width: 77px;
    height: 85px;
  }
  #home-s4 .elementor-widget-text-editor {
    font-size: 26px;
  }
  #algo-s1 .elementor-button {
    font-size: 23px;
    min-width: 235px;
  }
  span.site-logo-img img {
    max-width: 150px;
  }
  .ast-builder-menu-1 .menu-item > .menu-link {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .row-team.row .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .course-block.col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .inner-course-box {
    padding: 15px 15px 65px;
  }
  h3.course-title {
    margin: -45px auto 0;
    font-size: 24px;
  }
  div#phone-absolute {
    position: static;
  }
  .row-title-web {
    font-size: 20px;
  }
  .web-button a {
    font-size: 18px;
    padding: 0 15px;
  }
  .team-name {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
	.single-course  .section-title{
		font-size: 30px;
		margin-bottom: 30px;
	}
	.our_lecturers_course_page div.our_lecturers_item{
		flex-direction: column;
	}
	.our_lecturers_course_page .our_lecturers_item .our_lecturers_item_content{
		width: 100%;
    flex: 0 0 100%;
	}
	.single-course #our_lecturers_course_page_wrapp {
		padding: 0 10px 30px;
	}
  #new_home_s2 {
    max-height: 800px;
  }
  #algotrading_s5 .elementor-icon-box-wrapper {
    display: flex;
  }
  #algotrading_s9 .elementor-image-box-wrapper .elementor-image-box-img {
    height: 100px;
    width: 100px;
  }
  #algotrading_s9 .elementor-image-box-wrapper .elementor-image-box-img img {
    width: 55%;
  }
  .col-md-6.team-box:nth-child(even) .team-description {
    justify-content: flex-start;
  }
  #algo-s3.wh-get:before,
  #algo-s3.wh-get:after {
    display: block;
  }
  #algo-s1
    .btn-mobile-strip
    .elementor-widget-wrap.elementor-element-populated
    .elementor-element
    a,
  .btn-mobile-strip
    .elementor-widget-wrap.elementor-element-populated
    .elementor-element
    a {
    flex: 0 0 50%;
    width: 50%;
    font-size: 5vw !important;
    width: 100%;
    padding: 0;
    width: 41.5vw !important;
    min-width: unset !important;
    margin: 0 1vw !important;
    height: 40px;
    line-height: 38px;
  }
  body .icons-block {
    flex: 0 0 50%;
    margin-bottom: 25px !important;
    align-items: center;
    display: flex;
  }
  .icons-block:nth-child(1),
  .icons-block:nth-child(2),
  .icons-block:nth-child(3) {
    margin-bottom: 25px !important;
  }
  .icons-block:nth-child(3) {
    margin-left: 0;
  }
  .icons-block .elementor-image-box-wrapper {
    display: flex;
    height: 100%;
    align-items: center;
  }
  #algotrading_s5 figure.elementor-image-box-img {
    flex: 0 0 65px;
  }
  #algotrading_s5 figure.elementor-image-box-img img {
  }
  .icons-block .elementor-image-box-content {
    line-height: 1;
    text-align: right;
  }
  body .ast-mobile-popup-drawer {
    z-index: 10;
  }
  button.menu-toggle.main-header-menu-toggle.ast-mobile-menu-trigger-minimal {
    padding-right: 0;
  }
  .ast-builder-layout-element.ast-flex.site-header-focus-item.ast-header-button-1
    .ast-custom-button-link
    div {
    width: 35px;
    height: 35px;
    padding: 0;
    margin-right: -15px;
    background: url(/wp-content/uploads/2021/08/icon-phone.png) no-repeat center
      center / cover;
  }
  body .h2-main .elementor-heading-title {
    font-size: 41px !important;
    line-height: 1.1;
  }
  #home-s2 .list-icons .elementor-widget-container ul li {
    width: 100%;
    min-height: 50px;
  }
  #home-s2 .list-icons .elementor-widget-container ul li {
    padding-right: 50px;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.2;
  }
  #home-s2 .list-icons .elementor-widget-container ul li:before {
    width: 45px;
    height: 53px;
    top: -10px;
  }
  #home-s2 .list-icons .elementor-widget-container ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
  }
  #home-s3:after {
    height: calc(300px + 10px);
  }
  #home-s3:before {
    height: 300px;
  }
  section#algo-s1 .elementor-button {
    font-size: 25px;
    margin: 10px auto !important;
    float: none;
    min-width: 250px;
    display: block;
  }
  .adv-list ul li:before {
    top: 1px;
  }
  #algo-s2 {
    background: #fff;
  }
  div#phone-absolute {
    position: static;
  }
  .img-absolute {
    position: absolute;
    bottom: -92px;
    right: 0;
  }
  .course-form .elementor-field-group input {
    border-width: 4px !important;
  }
  .course-form .elementor-field-group label {
    line-height: 48px;
  }
  .footer-form-block .course-form .elementor-field-group label {
    line-height: 40px;
  }
  #questions-form label span {
    width: 40px;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border: none;
    flex: 0 0 40px;
    border: none;
  }
  #questions-form .elementor-field-group-hiddenfield label {
    font-size: 32px;
  }
  #questions-form .elementor-field-group-name input,
  #questions-form .elementor-field-group-phone input,
  #questions-form .elementor-field-group-email input {
    height: 50px;
    line-height: 50px;
  }
  #questions-form button.elementor-button.elementor-size-sm {
    width: 100% !important;
    padding: 0 10.2vw;
    line-height: 50px;
    height: 50px;
  }
  #questions-form .elementor-field-type-radio {
    margin-bottom: 25px;
  }
  /* #questions-form label span:after {
    content: "";
    height: 65px;
    width: 2px;
    background: #272727;
    position: absolute;
    left: 0;
    z-index: 2;
    top: -2px;
  } */
  .video-container .elementor-widget-video iframe {
    width: 55.5vw;
    height: 38vw;
    margin-top: 6vw;
    margin-left: 21.1vw;
  }
  .video-container .elementor-widget-video {
    background: url(/wp-content/uploads/2021/09/mac1.png) no-repeat -4vw center /
      90.5vw;
  }
  #home-s4 .elementor-widget-text-editor {
    font-size: 18px;
  }
  .social-footer .elementor-widget-social-icons:before {
    content: "";
    background: #878787;
    width: 2px;
    height: 76px;
    position: absolute;
    right: 0;
    top: calc(50% - 38px);
  }
  .social-footer .elementor-widget-social-icons:after {
    content: "";
    background: #878787;
    width: 2px;
    height: 76px;
    position: absolute;
    left: 0;
    top: calc(50% - 38px);
  }
  #contact-icons li.elementor-icon-list-item a {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #contact-icons li.elementor-icon-list-item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 10px auto;
    line-height: 1.3;
  }
  #contact-icons .elementor-icon-list-items i {
    width: auto;
  }
  #contact-icons span.elementor-icon-list-text {
    text-align: center;
  }
  #contact-icons .elementor-icon-list-items i::before {
    width: 30px;
    height: 30px;
  }
  #custom-video-container {
    height: 50vw;
  }
  #mobile_menu .elementor-nav-menu {
  }
  #mobile_menu .elementor-nav-menu li:not(.menu-item-has-children) {
    height: calc((100vh - 74px) / 13);
    box-shadow: 0 -1px 0 0 #ddd;
    display: flex;
    align-items: center;
  }
  #mobile_menu .elementor-nav-menu li a {
    width: 100%;
    height: 100%;
    margin: auto;
  }
  #mobile_menu .elementor-nav-menu li.blue_menu_item {
  }
  #mobile_menu .elementor-nav-menu li.blue_menu_item a {
    background: var(--e-global-color-0377bc8);
    color: #fff;
  }

  #mobile_menu .elementor-nav-menu li.mobile_menu_btn {
  }
  #mobile_menu .elementor-nav-menu li.mobile_menu_btn a {
    background-color: #24449d;
    color: #fff;
  }
  .elementor-nav-menu--dropdown.elementor-nav-menu__container {
    margin-top: 11px;
  }
  #new_home_s2 .new_home_s2_innerbox .elementor-container {
    margin: 0;
  }
  #new_home_s2
    .new_home_s2_innerbox
    .elementor-container
    > .elementor-element
    > .elementor-widget-wrap {
    margin: 0 0 10px;
  }
  #new_home_s2
    .new_home_s2_innerbox
    .elementor-container
    > .elementor-element:nth-child(even)
    > .elementor-widget-wrap {
    margin-right: 5px;
  }
  #new_home_s2
    .new_home_s2_innerbox
    .elementor-container
    > .elementor-element:nth-child(odd)
    > .elementor-widget-wrap {
    margin-left: 5px;
  }

  #new_home_s2 .elementor-widget:not(:last-child) {
    margin-bottom: 0;
  }
  #new_home_s2 .elementor-widget.tb {
    margin: 0 10px;
  }
  .tb_wrapp {
    padding-top: 0 !important;
  }
  .tb_wrapp.active {
    padding-top: 30px !important;
  }
  #new_home_s4 .elementor-icon-list-icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin-left: 7px;
  }
  .courses_inner_box .elementor-container {
    margin: 0;
  }
  .courses_inner_box
    .elementor-container
    > .elementor-element
    > .elementor-widget-wrap {
    margin: 0 5px 10px;
  }
  #graduates_recommend .h100 > div .slick-track > .slick-slide {
    margin: 25px 10px;
  }
  #graduates_recommend .slick-dots {
  }
  #graduates_recommend .slick-dots > li {
    width: 16px;
    height: 16px;
  }
  #graduates_recommend .slick-dots > li button {
    background: none;
    border-radius: 50%;
    padding: 0;
    width: 16px;
    height: 16px;
    border: 2px solid var(--e-global-color-0377bc8);
  }
  #graduates_recommend .slick-dots > li.slick-active button {
    background: var(--e-global-color-0377bc8);
  }
  #graduates_recommend .slick-dots > li button::before {
    content: none;
  }
  .ast-row {
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
    #side-icons i{
            font-size: 16px;
    }
    #side-icons .elementor-icon{
        width: 35px;
    height: 35px;
    margin-bottom: 5px
    }
    section#side-icons {
      bottom: 42px !important;
right: 190px !important;
}


.topbutton {
  right: 5px !important;
  bottom: 53px !important;
}
    #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{
        font-size: 120%;
    }
  /*.team-text{width: 100%;    float: none;padding:125px 15px 15px;margin-right: 0 !important;}
	.team-img{    margin: 0 auto -106px !important;display: block;text-align: center;}
	.team-description{    display: block;}*/
  section#algotrading_s1 h2 {
    padding: 0 10px;
  }
  #algotrading_s1 .elementor-widget-wrap.elementor-element-populated {
    padding: 10px 20px;
  }
  .team-text.row .col-md-6 {
    margin-bottom: 15px !important;
  }
  [dir="rtl"] .slick-next {
    left: 0;
  }
  [dir="rtl"] .slick-prev {
    right: 0;
  }
  .row.row-title-web.web-main-title {
    display: none;
  }
  .web-subject {
    width: 100%;
    margin-bottom: 15px;
  }
  .web-lect,
  .web-date,
  .web-time {
    width: 33.3%;
  }
  .row-title-web {
    font-size: 20px;
  }
  .web-button {
    width: 100%;
    margin-top: 17px;
  }
  .web-button a {
    padding: 0 45px;
    font-size: 23px;
  }
  .web-short-description {
    padding: 15px;
    font-size: 20px;
    line-height: 1.3;
  }
  .inner-course-box {
    padding: 15px 15px 65px;
    min-height: unset;
  }
  h3.course-title {
    margin: -65px auto 0;
    font-size: 24px;
    min-height: 70px;
    display: flex;
    align-items: center;
    padding: 0 5px;
  }
  .team-img {
    flex: 0 0 120px;
  }
  .team-box {
    padding: 0 15px;
  }
  .team-text .team-role {
    font-size: 10px;
  }
  .team-description .team-title {
    font-size: 16px;
  }
  .team-text {
    padding: 20px 62px 20px 15px;
    margin-right: -60px !important;
    width: calc(100% - 60px);
  }
  .team-text.row .col-md-6 {
    margin-bottom: 10px !important;
    padding: 0 10px 0 0;
    width: 50%;
  }
  .team-text .team-role {
    margin-top: 3px;
  }
  #home-s1 .simple-btn a {
    padding: 10px 13px;
    font-size: 26px;
  }
  .adv-course ul li:before {
    font-size: 17px;
    top: 4px;
  }
  .hren .elementor-image-box-wrapper .elementor-image-box-img {
    margin-bottom: 10px !important;
  }
  #new_home_s51 .elementor-image-box-description,
  #new_home_s52 .elementor-image-box-description {
    max-width: 250px;
    margin: 0 auto;
  }
  .elementor-293
    .elementor-element.elementor-element-f508034
    > .elementor-widget-container,
  .elementor-293
    .elementor-element.elementor-element-9ee10ab
    > .elementor-widget-container {
    margin: 0 0 0 20px;
  }
  .elementor-293
    .elementor-element.elementor-element-f508034
    > .elementor-widget-container
    figure
    img,
  .elementor-293
    .elementor-element.elementor-element-9ee10ab
    > .elementor-widget-container
    figure
    img {
    max-width: 30px;
  }
  #algotrading_s2 figure.elementor-image-box-img {
    margin-bottom: 20px !important;
  }
  #algotrading_s2 h2.elementor-heading-title.elementor-size-default {
    font-size: 30px;
  }

}
@media (max-width: 330px) {
  section#algotrading_s1 h4 {
    font-size: 16px;
  }
  #app_download > div {
    display: flex;
    flex-wrap: inherit;
  }
  .elementor-3117
    .elementor-element.elementor-element-f44b6e6
    > .elementor-widget-container {
    margin: 0;
  }
  .elementor-293 .elementor-element.elementor-element-d6edba6 .elementor-button,
  .elementor-293 .elementor-element.elementor-element-4eadf7a .elementor-button,
  .elementor-2464
    .elementor-element.elementor-element-1d9a1f5
    .elementor-button,
  .elementor-2464
    .elementor-element.elementor-element-4e1b967
    .elementor-button {
    font-size: 18px;
  }
  #algotrading_s1 a.elementor-button-link {
    font-size: 16px;
  }
  .single-course .algotrading_section a.elementor-button-link {
    font-size: 16px !important;
    padding: 15px 20px !important;
  } 
  .single-course .why_study_course_item_txt {
		width: 100%;
	}
	.single-course .why_study_course_item_img {
    width: 100%;
	margin-bottom: 15px;
}
.single-course .why_study_course_item{
	display:block;
}
/* #new_home_s2_innerbox_01 .elementor-column.elementor-col-25,
#new_home_s2_innerbox_02 .elementor-column.elementor-col-25{
    width: 100%;
} */
}

/*Investors game*/

@media only screen and (max-width: 600px) {

.undesubrtitle-mobile .elementor-widget-container .elementor-image-box-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.undesubrtitle-mobile .elementor-widget-container .elementor-image-box-wrapper figure {
  margin-left: 5px !important;
}

.additional-shadow .elementor-widget-container .elementor-image-box-wrapper figure {
  display: block;
  text-align: initial;
}

.additional-shadow .elementor-widget-container .elementor-image-box-wrapper h3 {
  display: none;
}

.additional-shadow .elementor-widget-container .elementor-image-box-wrapper .elementor-image-box-img {
  width: auto !important;
}
}
.elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 768px) {
.mobile-image{
    
    display: none;
}

.bottom-tile {
  min-height: 213px;
}
}


.additional-shadow{
    box-shadow: -0.883586px 23.9837px 80px rgba(0, 0, 0, 0.07), -0.572694px 15.545px 46.8519px rgba(0, 0, 0, 0.0531481), -0.340344px 9.23818px 25.4815px rgba(0, 0, 0, 0.0425185), -0.176717px 4.79675px 13px rgba(0, 0, 0, 0.035), -0.0719959px 1.95423px 6.51852px rgba(0, 0, 0, 0.0274815), -0.0163627px 0.444143px 3.14815px rgba(0, 0, 0, 0.0168519);
    border-radius: 10px;
}











