 p, li, a, span, .sppb-person-introtext, span.sppb-person-name, span.sppb-person-designation {
     font-weight: 400 !important;
}

.entry-header > h1 {
    font-style: italic;
    font-weight: 400 !important;
}

.centerAllContent {
    text-align: center !important;
}

.chrono_credits {
    display: none !important;
}

footer#sp-footer {
    /*background-color: white !important; */
    /*background-color: #7d7d7d !important;*/
    text-align: left;
    background-image: url(/images/Background_Menu.png) !important;
}

span.sp-copyright {
    /*color: black;*/
    color: white;
    font-weight: bold !important; 
    font-size: 17px;
}


.downText > p {
    color: white;
    font-weight: bold !important;
}

.titleCustom {
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 4%;
}

.customParagraph {
    font-weight: 500;
    text-align: justify;
    margin-bottom: 6%;
}

.buttonReadMore {
    text-align: right;
}




.buttonReadMoreServicesHomepage {
    text-align: center;
    margin-top: 3%;
}

.buttonReadMoreServicesHomepage > a {
    padding: 1% !important;
}


a.linkBtnReadMore {
    color: white !important;
    background: #7d7d7d;
    border: 3px solid #7d7d7d;
    text-transform: uppercase;
    font-weight: bold !important;
    padding: 2%;
}

a.linkBtnReadMore:hover {
    color: #7d7d7d !important;
    background: none;
}

div.titleServicesHomepage {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 31px;
}

img.customImageAbout {
    width: 55%;
}



/*SLIDER*/

h3#sp-slider-inner-item-1598537035940-num-0-key, 
h3#sp-slider-inner-item-1598537035941-num-0-key, 
h3#sp-slider-inner-item-1598537035942-num-0-key, 
h3#sp-slider-inner-item-1598537035943-num-0-key, 
h3#sp-slider-inner-item-1598537035944-num-0-key, 
h3#sp-slider-inner-item-1598537035945-num-0-key,
h3#sp-slider-inner-item-1598537035946-num-0-key,
h3#sp-slider-inner-item-1598537035947-num-0-key,
h3#sp-slider-inner-item-1598537035948-num-0-key {
    
     background: rgb(255, 255, 255, 0.8);
     border-radius: 75px !important;
     padding: 14px;
     font-weight: 600;
     font-size: 27px !important;
     padding-left: 4% !important;
     padding-right: 4%;
     color: #333 !important;
     font-size: 20px !important;
     margin-top: 33%;
     margin-right: -9%
     /*background: rgb(83, 188, 237, 0.8);*/
     /*border-radius: 75px !important;*/
     /*padding: 14px;*/
     /*font-weight: 400;*/
     /*font-size: 27px !important;*/
     /*padding-left: 6% !important;*/
     /*padding-right: 6%;*/
}





/*COLOR IN SERVICES PAGE*/
.sp-megamenu-parent > li > a {
    text-transform: uppercase;
    font-weight: bold !important;
}

.sp-megamenu-parent > li > a.colorInHomepage {
    color: white !important;
}

ul.sp-megamenu-parent >
li.sp-menu-item.current-item.active > a.colorInHomepage, 
.sp-megamenu-parent > li > a.colorInHomepage:hover {
    /*color: #4fbae7 !important;*/
    color: white !important;
}


header#sp-header.sticky >
.sticky__wrapper >
.container >
.row >
div#sp-logo >
.sp-column >
h1.logo > a {
    color: white !important;
}


/*COLOR IN PAGE EXCEPT SERVICES*/

header#sp-header.sticky >
.sticky__wrapper >
.container >
.row >
div#sp-menu >
.sp-column >
.sp-megamenu-wrapper >
ul.sp-megamenu-parent.menu-fade-down-fade-up.hidden-sm.hidden-xs >
li.sp-menu-item > a {
    color: white !important;
}

header#sp-header.sticky >
.sticky__wrapper >
.container >
.row >
div#sp-menu >
.sp-column >
.sp-megamenu-wrapper >
ul.sp-megamenu-parent.menu-fade-down-fade-up.hidden-sm.hidden-xs >
li.sp-menu-item.current-item.active > a {
    /*color: #4fbae7 !important;*/
    color: white !important;
}

.sp-megamenu-parent > li > a {
    /*color: #333 !important;*/
    color: white !important;
}

ul.sp-megamenu-parent >
li.sp-menu-item.current-item.active > a, 
.sp-megamenu-parent > li > a:hover {
    color: white !important;
}

.sp-megamenu-parent >li >a:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 10px;
  width: 80px;
  height: 80px;
  /*border: 1px solid #333333;*/
  /*border: 1px solid #4fbae7;*/
  border: 1px solid white;
  border-width: 1px 0 0 1px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.sp-megamenu-parent >li >a:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 10px;
  width: 80px;
  height: 80px;
  /*border: 1px solid #333333;*/
  /*border: 1px solid #4fbae7;*/
  border: 1px solid white;
  border-width: 1px 0 0 1px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.sp-megamenu-parent >li >a:after {
  top: auto;
  left: auto;
  bottom: 13px;
  right: 10px;
  border-width: 0 1px 1px 0;
}
.sp-megamenu-parent >li.active>a:before,
.sp-megamenu-parent >li:hover>a:before,
.sp-megamenu-parent >li.active>a:after,
.sp-megamenu-parent >li.hover>a:after {
  width: 20px;
  height: 20px;
  opacity: 1;
}
.sp-megamenu-parent >li >a:before {
    top: 32px;
    left: 3px;
  /*top: 0px;*/
  /*left: -10px;*/
}
.sp-megamenu-parent >li >a:after {
  bottom: 32px;
  right: 3px;
  /*bottom: 0px;*/
  /*right: -10px;*/
}
.sp-megamenu-parent >li:hover>a:after {
  width: 20px;
  height: 20px;
  opacity: 1;
}

.teaser {
    position: relative;
    overflow: visible;
    box-shadow: 0 4px 16px 0 rgba(51,51,51,0.1);
}
.text-center {
    text-align: center;
}

.buttonReadMoreServices {
    margin-top: 6%;
    /*pointer-events: none;*/
}

.teaser.text-center {
    background: white;
    margin: 0;
    padding: 45px 35px;
}

.teaser h4 {
    margin-bottom: 18px;
    color: #333;
    font-weight: 700;
    line-height: 1.3;
}

.teaser.text-center:before,
.teaser.text-center:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border: 2px solid #4fbae7;
  z-index: 2;
}


.teaser.text-center:before {
    top: 17px;
    left: 16px;
    border-width: 2px 0 0 2px;
}

.teaser.text-center:after {
    bottom: 17px;
    right: 16px;
    border-width: 0 2px 2px 0;
}

.teaser_icon > img {
    width: 11%;
    margin: auto;
    margin-bottom: 4%;
}

hr.customHr {
    border: 1px solid #4fbae7 !important;
}

.teaser.text-center:hover .teaser_icon > img { 
    transform: scale(1.4); 
    transition: all .2s ease-in-out;
}


 img.imgSignContact {
     display: inline;
     margin-right: 1%;
}
 p.textUnderSignContact {
     font-size: 15px;
    /*margin-top: 4%;
    */
}
 span.textSignContact {
     font-size: 16px !important;
     color: #111;
     text-transform: uppercase;
     font-weight: bold !important;
}
 p.chrono_credits {
     display: none !important;
}


 input#button5.btnSendMessage {
     background: #53bced !important;
     color: white !important;
     padding: 10px 38px !important;
     padding-bottom: 28px !important;
     font-weight: bold !important;
     text-transform: uppercase !important;
     vertical-align: middle !important;
     border: 4px solid #53bced !important;
     text-shadow: none !important;
}
 input#button5.btnSendMessage:hover {
     background: white !important;
     color: #53bced !important;
}



h1.logo > a {
    color: black !important;
    font-weight: bold !important;
    font-size: 22px;
}



a#offcanvas-toggler {
    left: 5em;
}



header#sp-header {
    background-image: url(/images/Custom/Background_Menu.png) !important;
}



li.sp-menu-item > a {
    font-size: 12px !important;
}

.picTeacher > img {
    border-radius: 8px;
    width: 70%;
    margin: auto;
}


.titleForKeynoteSpeaker {
    font-weight: 400;
    /*color: #fff;
    font-size: 26px;*/
    font-size: 24px;
    line-height: 27px;
}



.timeForKeynoteSpeaker {
    display: inline-flex !important;
    align-items: center !important;
    border-radius: 10px !important;
    /*background-color: rgba(255,255,255,0.08) !important;*/
    color: white !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    margin-top: 3% !important;
    margin-bottom: 3% !important;
    background: black !important;
    font-weight: bold !important;
    padding-left: 2%;
    padding-right: 2%;
}


.descriptionForKeynoteSpeaker {
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    /*color: #c2c2c2;*/
    margin-bottom: 15px;
    font-weight: 400;
    text-align: justify;
}

.descriptionForKeynoteSpeaker > p {
	    font-size: 15px;
}

.profName {
    font-size: 18px;
    line-height: 26px;
    /*color: #fff;*/
    font-weight: 400;
    margin-bottom: 7px;
    text-align: center;
    margin-top: 5%;
}


td.customPaddingKeynote {
    padding-left: 3%;
}


td.widthForColKeynote {
    width: 18%;
}


tr.borderTable > td {
    padding-bottom: 3%;
    padding-top: 3%;
}

tr.borderTable {
      border-bottom: 1px solid black !important;
}


a.logo > img {
    /*width: 78% !important;*/
    width: 153% !important;
}


.sp-megamenu-parent > li > a {
    color: white !important;
}

img.picLogos {
    /*width: 34%;*/
    display: inline;
    margin-left: 3%;
    margin-top: -7%;
}


img.picLogos.firstPic {
    width: 51%;
}

img.picLogos.secondPic {
    width: 57%;
}


.col-md-6.secondCol {
    padding-left: 6%;
    padding-top: 1.6%;
}

section.newSlider {
    margin-top: 0 !important;
}



iframe.ifrProgram {
    width: 95% !important;
    margin-left: 3%;
}










/*MEDIA QUERYS*/


@media (max-width: 479px) {
  a.logo > img {
    width: 100% !important;
  }
} 


/*
@media (min-width: 360px) and (max-width: 640px) {
     h3#sp-slider-inner-item-1598537035940-num-0-key, h3#sp-slider-inner-item-1598537035941-num-0-key, h3#sp-slider-inner-item-1598537035942-num-0-key, h3#sp-slider-inner-item-1598537035943-num-0-key, h3#sp-slider-inner-item-1598537035944-num-0-key, h3#sp-slider-inner-item-1598537035945-num-0-key, h3#sp-slider-inner-item-1598537035946-num-0-key, h3#sp-slider-inner-item-1598537035947-num-0-key, h3#sp-slider-inner-item-1598537035948-num-0-key {
            margin-top: 52%;
            margin-right: 2%;
            text-align: center;
            font-size: 14px !important;
     }
     
     .sp-dots {
        bottom: 5% !important;
    }
}
 
 
@media screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
      h3#sp-slider-inner-item-1598537035940-num-0-key, h3#sp-slider-inner-item-1598537035941-num-0-key, h3#sp-slider-inner-item-1598537035942-num-0-key, h3#sp-slider-inner-item-1598537035943-num-0-key, h3#sp-slider-inner-item-1598537035944-num-0-key, h3#sp-slider-inner-item-1598537035945-num-0-key, h3#sp-slider-inner-item-1598537035946-num-0-key, h3#sp-slider-inner-item-1598537035947-num-0-key, h3#sp-slider-inner-item-1598537035948-num-0-key {
            margin-top: 52%;
            margin-right: 2%;
            text-align: center;
            font-size: 14px !important;
     }
     
     .sp-dots {
        bottom: 5% !important;
    }
      
  }
*/
  
@media (min-width: 768px) and (max-width: 1024px) { }