/** 
Yellow: #EEA406
Blue: #014480
Green: #75a212
Light Gray: #F1F1F1
*/


.it-bold {
  font-weight: bold;
}
.tatsu-header {
	background-color: white;
}

.it_map {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

#be-themes-back-to-top {
    display:none !important;
}
.wpforms-confirmation-container-full {
    background-color:#06d6a0 !important;
    border-width:0 !important;
    color: white !important;
}
.it_contact-title {
    min-height: 54px;
}
.it_mb_8{
    margin-bottom: 8px;
}
.it_mb_16{
    margin-bottom: 16px;
}
.it_contact_item {
    margin-bottom: 16px;
}
.tatsu-button-wrap.align-block {
    margin-bottom: 0;
}
.tatsu-an {
    margin-bottom: 5px;
}

.exp-testimonial-content {
    line-height: 1.8;
}

.exp-testimonial-style3 .exp-testimonial-author {
    margin-bottom: 3px;
}
.slick-dots li {
    width: 10px;
    height: 10px;
}

.exp-testimonials .slick-dots {
    bottom: -40px;
}

h5, h6 {
    margin-bottom: 8px;
}

.exp-process-header {
    margin-bottom: 10px;
}

.tatsu-gradient-icon.align-center .tatsu-icon {
    margin-right: 0 !important;
}

.exp-interactive-box-back {
    min-height: initial;
}

.exp-module .exp-blog .exp-posts-loop {
    margin-bottom: 0;
}


/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

    /* CSS */

}

/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

    /* CSS */

}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

    /* CSS */

}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    /* CSS */

}





.it-custom-accordion.tatsu-accordion .tatsu-accordion-expand{
    position: absolute;
    left: 0;
    border: 1px solid #eea400;
    border-radius: 50%;
    background-color: white;
    color: #eea400;
}

.it-custom-accordion.tatsu-accordion-style2 .accordion-head.ui-accordion-header{
    padding-left: 50px;
}


.it-custom-accordion:before {
    content: '';
    height: calc(100% - 20px);
    width: 1px;
    background-color: #eea400;
    display: block;
    position: absolute;
    left: 15px;
    top: 20px;
}


.it-custom-accordion .ui-accordion-content {
    margin-left: 50px;
    padding-top: 20px !important;
    border-color: #CACACA;
    border-width: 0;
    background-color: #f7f7f7 !important;
}

.it_accordion_images .tatsu-single-image {
    position: absolute;
    display:none;
}

.it_accordion_images .tatsu-single-image:first-child{
    display: inline-block;
}

.it-courses {
    display: flex;
	  margin: 90px 0;
    min-height: 38%;
}

.it-courses_sidebar{
    width: 25%;
}

.it-courses_content{
    width: 75%;

}


.it-courses_wrapper {
    display: flex;
    flex-wrap: wrap;

}
.it-courses_item{
    width: 33.333333333%;
    text-align: center;
    line-height: 1.2;
    padding: 0 8px;
}

.it-courses_item img {
    width: 120px;
}

.it_course-title {
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    margin-top: 1rem;
}

.it-courses_preview {
	padding: 1rem;
    position: relative;
    border: 1px solid rgba(1, 68, 128, .15);
}
.it_course-description {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(2,69,128,.7);
    color: white;
    padding: 1rem;
    text-align: left;
    font-size: 15px;
    opacity: 0;
}

.it_course-description:hover {
    opacity: 1;
}
.it-department_filter {
    list-style: none;
}

.it-department_item {
    cursor: pointer;
    height: 60px;
    line-height: 1;
    vertical-align: center;
    color: #024580;
    display: flex;
    align-items: center;
}

.it-department_item.active {
    border-right: 4px solid #EEA400;
    background-color: #eea4000d;
}

.it-department_icon{
    width: 30px;
    margin-right: 1rem;
}



.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  height: 40px;
  margin-bottom: 1rem;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #014480;
  padding: 8px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}
.select-styled:hover {
  background-color: #014480;
}
.select-styled:active, .select-styled.active {
  background-color: #014480;
}
.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #014480;
}
.select-options li {
  margin: 0;
  padding: 12px;
  border-top: 1px solid #00519a;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li:hover {
  color: #00519a;
  background: #fff;
}
.select-options li[rel="hide"] {
  display: none;
}


.it-department_filter_mobile {
	display: none;
}


.it-divider {
    display: block;
    width: 100%;
    height: 60px;
    max-height: 60px;
    margin: 0;
    z-index: 5;
    bottom: 0;
    position: absolute;
    left: 0px;
    float: left;
  }
  
  .parallax1 > use {
    animation: move-forever1 10s linear infinite;
  }
  .parallax1 > use:nth-child(1) {
    animation-delay: -2s;
  }
  
  .parallax2 > use {
    animation: move-forever2 8s linear infinite;
  }
  .parallax2 > use:nth-child(1) {
    animation-delay: -2s;
  }
  
  .parallax3 > use {
    animation: move-forever3 6s linear infinite;
  }
  .parallax3 > use:nth-child(1) {
    animation-delay: -2s;
  }
  
  .parallax4 > use {
    animation: move-forever4 4s linear infinite;
  }
  .parallax4 > use:nth-child(1) {
    animation-delay: -2s;
  }
  
  @keyframes move-forever1 {
    0% {
      transform: translate(85px, 0%);
    }
    100% {
      transform: translate(-90px, 0%);
    }
  }
  @keyframes move-forever2 {
    0% {
      transform: translate(-90px, 0%);
    }
    100% {
      transform: translate(85px, 0%);
    }
  }
  @keyframes move-forever3 {
    0% {
      transform: translate(85px, 0%);
    }
    100% {
      transform: translate(-90px, 0%);
    }
  }
  @keyframes move-forever4 {
    0% {
      transform: translate(-90px, 0%);
    }
    100% {
      transform: translate(85px, 0%);
    }
  }


.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid .span4 {
  width: 31.914893617021278%;
}


.whatsapp-wrapper {
    position: fixed;
    bottom: 16px;
    right: 16px;
    width: 300px;
    z-index: 10000;
}
.whatsapp-contact__list {
    list-style: none;
    background-color: #fff;
    padding: 1rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 64px;
    display: none;
}

.whatsapp-contact__item {
    color: inherit;
    margin-bottom: 1.5rem;
}

.whatsapp-contact__title{
    font-size: 15px;
    line-height: 1.1;
    color: #5e5e5e;
    margin-bottom: 1.2rem;
}

.whatsapp-contact__button {
    display: block;
    text-decoration: none;
    background-color: rgba(1, 230, 117, 1);
    color: #ffffff;
    padding: 14px 34px;
    border-radius: 32px;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.whatsapp-contact__button i {
    font-size: 1.1rem;
}
.whatsapp-toggle {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
}

.whatsapp-toggle i {
    margin-top: 14px;
}

.whatsapp-contact__title {
    margin-top: 0;
}


.it-button-big-icon .tatsu-icon{
    transform: scale(2);

}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 767px
*/



@media (min-width: 320px) and (max-width: 767px) {
    .it-headline-mobile {
        font-size: 22px;
    }
    #tatsu-header-wrap.pre-stuck,
    #tatsu-header-wrap{
        -webkit-transform: translate3d(0,0%,0);
        transform: translate3d(0,0%,0);
    }

    .tatsu-tabs .ui-tabs .ui-tabs-nav li a {
        text-align: left !important;
    }

    .page-template-page_licence .tatsu-header,
    .page-template-page_master .tatsu-header{
        background: white !important;
    }

  .it-campus-row-reverse {
    flex-direction: column-reverse;
  }

  .it-campus-row-reverse .tatsu-column:last-child {
    margin-bottom: 50px !important;
  }

  .it-campus-row-reverse .tatsu-column:first-child() {
    margin-bottom: 0 !important;
  }

  .row-fluid .span4 {
    width: 100%;
  }

  .tatsu-rJ9BHtEFO.tatsu-text-block-wrap .tatsu-text-inner,
  .tatsu-B1LsEtVKu.tatsu-text-block-wrap .tatsu-text-inner {
    text-align: center !important;
  }
  .it-center-mobile {
    text-align: center;
  }
	.it-courses {

		flex-direction: column;
		margin: 30px 0;
    min-height: 38%;
	}
	.it-department_filter_mobile {
		display: block;
		width: 100%;
	}
	.it-section-pad .tatsu-section-pad{
		padding: 60px 0 !important;
	}
    .it_contact-title {
        min-height: auto;
    }


	.it-courses_sidebar {
		width: 100%;
	}


	.it-courses_sidebar .it-department_filter{
		display: none;
	}

	.it-courses_content {
		width: 100%;
	}

	.it-courses_item {
		width: 100%;
	}

  .it-courses-presentation .tatsu-an{
    font-size: 100px !important;
  }

  .it-courses-presentation .tatsu-column {
    margin-bottom: 10px;
  }

  .it-courses-presentation  .tatsu-section .tatsu-row-wrap:last-child>.tatsu-row>.tatsu-column {
    margin-bottom: 20px;
  }

  .it-courses-presentation .tatsu-normal-button {
    margin-bottom: 20px;
  }

    .tatsu-fymsieixsafphf9d.tatsu-header-col {
        flex-basis: 75% !important;
    }
    .tatsu-fymsieiyh37ak3hl.tatsu-header-col {
        flex-basis: 25% !important  ;
    }

    #tatsu-header-wrap.stuck .tatsu-fymsieixpuaqqoc7 .tatsu-header-row {
        padding: 16px !important;
    }
}

.it-form-success-message  {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #d6e9c6;
    border-radius: 4px;
    color: #3c763d;
    background-color: #dff0d8;
}


@media (min-width: 481px) {

    .select {
		display: none !important;
	}
}

.it-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
}
.it-modal.hidden {
    display: none;
}
.it-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.8);
}

.it-modal-content {
    position: relative;
}

.it-modal-close {
    position: absolute;
    top: -24px;
    right: -24px;
    background-color: rgba(255,255,255, .4);
    border-radius: 50%;
    height: 24px;
    width: 24px;
    cursor: pointer;
}
.it-modal .fluid-width-video-wrapper {
    padding-top: inherit !important;
    width: initial;
    position: relative;
}
.it-modal .fluid-width-video-wrapper iframe {
    position: relative !important;
     top: auto !important;
    left: auto !important;
    width: 560px;
    height: 315px;
}


.it-responsive-youtube{
    width:560px;
    height: 315px;
}
@media (min-width: 0) and (max-width:425px) {
    .it-responsive-youtube {
        width: 100%;
        height: 198px;
    }

    .it-modal .fluid-width-video-wrapper iframe {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: 100%;
        height: 198px;
    }
}




 .it-form-error-message {
     padding: 15px;
     margin-bottom: 20px;
     border: 1px solid #e9c6c6;
     border-radius: 4px;
     background-color: #ffe2e2;
 }

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .it-form-error-message {
        margin-top: 40px;
    }
}

.it-form-error {
    color: #DC0012;
}