body {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
}

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    color: #555555;
}

p a {
    text-decoration: underline;
}

.only_mobile_show{
  display: none;
}

.only_desktop_show{
  display: block;
}

.title_why{
  font-size: 34px;
  font-weight: 600;
  line-height: 1.3em;
  color: #EC4E20;
}
@media screen and (max-width: 770px) {
  .only_mobile_show{
    display: block;
  }
  .only_desktop_show{
    display: none;
  }
  .title_why{
    font-size: 19px;
  }
  .fix_mobile1{
    padding-right: 15px !IMPORTANT;
    padding-left: 15px !IMPORTANT;
    border-width: 0px !IMPORTANT;
  }
  .fix_mobile2{
    margin-bottom: 25px !important;
  }
  .fix_mobile3{
    text-align: left !IMPORTANT;
  }
  .fix_mobile4{
    font-size: 40px !IMPORTANT;
  }
  .fix_mobile5{
    top: inherit !IMPORTANT;
    margin-bottom: 20px !IMPORTANT;
    transform: inherit !IMPORTANT;
    font-size: 25px !IMPORTANT;
  }
}

.clear{
  clear:both;
}

.hover:hover{
  opacity: 0.8;
  transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

span.anno {
    color: #ec5225;
    font-size: 70px;
    font-weight: lighter;
}

.mobile-nav-toggle{
  text-shadow: 0px 0px 8px #4372af;
  right: 10px;
  top: 10px;
  font-size: 40px;
}

.grid-item .caption {
    background: #0f56a6;
    padding: 10px;
    text-align: center;
    color: #fff;
}

.titoli1{
  color: #0F56A6;
  text-transform: initial !important;
  font-size: 35px !important;
  line-height: 35px !important;
}
.titoli2{
  color: #0F56A6;
  text-transform: initial !important;
  font-size: 20px !important;
  line-height: 20px !important;
}

.text-blu{
  color: #0F56A6;
}

.selected {
    background: #0f56a6 !important;
    color: #FFF !important;
}

.selected > .border {
    border: 5px solid #0066b9 !important;
}

.vbox-overlay {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0% 0% !important;
}

.mobile-nav-toggle i {
    color: #fff;
}

body#europlan .mobile-nav-toggle i {
    color: #000;
}

.portal .mobile-nav-toggle i {
    color: #222222;
}

.mobile-nav >ul >li > a {
    padding-right: 35px;
    font-weight: bold;
    font-size: 22px;
}

.mobile-nav > ul > li.small > a {
    font-size: 15px;
    padding: 5px 20px;
}

.sidebar_item .label {

    line-height: 10px;
    font-size: 12px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

p,
ul li{
  font-size: 16px;
  line-height: 1.6em;
}

.font-13{
  font-size: 13px;
}

.closeme {
    position: absolute;
    right: 0px;
    top: 0px;
}

.banner-content {
    text-transform: uppercase;
}

#map {
    z-index: 995;
}

section {
    padding: 40px 0;
}

.onlineonsite {
  width: 115px;
  position: absolute;
  z-index: 9;
  top: 10px;
  right: 60px;
  border-radius: 10px;
  opacity: 0.7;
  padding: 10px;
  background: #fff;
}

ul.footer-icon li {
    list-style: none;
}
li.footer_list {
    display: inline-block;
    margin-right: 35px;
    text-align: center;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

#topbar {
    letter-spacing: 0px;
}

.features-content-block {
    padding: 10px 100px 10px 50px;
}

h3{
  padding: 0;
  margin: 0 0 15px 0;
  font-size: 28px;
  font-weight: 400;
  color: #EC4E20;
}

h2, h2 a {
    font: 700 22px/28px "Montserrat", sans-serif !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    color: #333333;
}

.blog-list-style-one .post-item {
    display: -ms-inline-flex;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
.post-item {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    margin: 15px 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.blog-list-style-one .post-thumb {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    max-height: 310px;
    overflow: hidden;
}

.blog-list-style-one .post-content {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    min-height: 300px;
    padding: 0;
}

.blog-list-style-one .post-details {
    padding: 30px 30px;
    align-self: center;
}

/* testiminials css start */

.testiminials .learnmore {
    display: block;
    border-bottom: solid 2px #F5E605;
    padding: 0px 0 10px 0;
    color: #273073;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
}

.testiminials-single {
  background-color: var(--section-bg);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
  border-bottom: 4px solid var(--main-color-two);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  margin: 15px 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.testiminials-single:hover {
  -webkit-box-shadow: 0px 20px 35px 0px rgba(51, 51, 51, 0.15);
  box-shadow: 0px 20px 35px 0px rgba(51, 51, 51, 0.15);
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}

/* partners css start */
.partner-single {
  background-color: var(--section-bg);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
  border-bottom: 4px solid var(--main-color-two);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  margin: 15px 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.partner-single:hover {
  -webkit-box-shadow: 0px 20px 35px 0px rgba(51, 51, 51, 0.15);
  box-shadow: 0px 20px 35px 0px rgba(51, 51, 51, 0.15);
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}

/* teachers-section css start */
.teacher-single {
  background-color: var(--section-bg);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
  border-bottom: 4px solid var(--main-color-two);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  margin: 15px 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.teacher-single:hover {
  -webkit-box-shadow: 0px 20px 35px 0px rgba(51, 51, 51, 0.15);
  box-shadow: 0px 20px 35px 0px rgba(51, 51, 51, 0.1);
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
.teacher-content {
  padding: 30px 20px;
}
.teacher-name {
  margin-bottom: 3px;
  text-transform: capitalize;
  font-size: 16px;
}
.teacher-designation {
  font-size: 14px;
  color: var(--main-color-one);
}
.teacher-social-links {
  margin-top: 20px;
}
.teacher-social-links li a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #cfd0d0;
  text-align: center;
  line-height: 35px;
}
.teacher-social-links li+li {
  margin-left: 10px;
}

.teacher-thumb {
    width: 100%;
    height: 255px;
    overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .teacher-thumb {
      height: 210px;
  }
}

@media screen and (max-width: 970px) {
  .teacher-thumb {
      height: 330px;
  }
}

@media screen and (max-width: 770px) {
  .teacher-thumb {
      height: 390px;
  }
  .vertical-center {
    position: relative !IMPORTANT;
  }
}
/* teachers-section css end */

.single-item-style-three {
    padding: 25px 20px;
        padding-bottom: 25px;
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.03);
    margin: 15px 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.features-section {
    background: #F4F4F4;
}

.section-title {
    text-align: left;
}

.h5, h5 {
    font-size: 1rem;
}

.content .cmn-button {
    margin-top: 25px;
}

.cmn-button-sm {
  background: #0F56A6;
  display: inline-block;
  padding: 5px 35px 5px 35px;
  border-radius: 4px;
  color: #fff;
}

.alumni .cmn-button-sm {
    border-radius: 25px;
}

.cmn-button {
  background: #0F56A6;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: #fff !IMPORTANT;
}

.cmn-button:hover,
.cmn-button-sm:hover {
  background: #3b8af2;
  color: #ffffff !IMPORTANT;
}




.hr-white {
    height: 3px;
    background: #FFF;
    margin: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* info-section css start */
.info-section {
  padding-top: 100px;
  background-color: #ffffff;
  position: relative;
  overflow: inherit;
}
.info-section.style-one .info-items-wrapper {
  margin-top: -120px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.info-section.bottom-shadow .info-items-wrapper {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.info-section.bottom-shadow:hover .info-items-wrapper {
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
}
.info-section.bottom-shadow.hover-none:hover .info-items-wrapper {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.info-section .hover-none .info-items-wrapper:hover:after {
  bottom: 0;
  opacity: 1;
}
.info-section.bottom-shadow .info-items-wrapper {
  position: relative;
  padding-bottom: 40px;
}
.info-section.bottom-shadow .info-items-wrapper:after {
  position: absolute;
  background-image: url(../img/shadow-shape.png);
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  bottom: 0;
  left: 0;
  height: 27px;
  width: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.info-section .info-items-wrapper:hover:after {
  bottom: 20px;
  opacity: 0;
}
.info-section.color-style-one .info-item {
  background-color: #4372AF;
}
.info-section.color-style-one .info-item.left {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.info-section.color-style-one .info-item.right {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.info-section.color-style-one .info-item:nth-child(2) {
  background-color: #3A6297;
}
.info-section .info-item-inner {
  padding: 30px 30px;
}
.info-section .info-item-icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  line-height: 68px;
}
.info-section .info-title {
  color: #ffffff;
  padding-left: 15px;
  font-size: 18px !important;
}
.info-section .info-item .content {
  margin-top: 15px;
}
.info-section .info-item .content p {
  color: #ffffff;
  margin-bottom: 15px;
}
.info-section .info-item .content .simple-btn {
  color: #ffffff;
  font-size: 18px;
  margin-top: 0;
  font-weight: 400;
}
.info-section .info-title {
    color: #ffffff;
    padding-left: 15px;
}
.info-section .simple-btn {
  color: var(--main-color-one);
  text-transform: capitalize;
  font-family: var(--heading-font);
  font-weight: 600;
  margin-top: 10px;
}
.info-section .simple-btn i {
  margin-left: 10px;
}
.info-section .pl-0, .px-0 {
    padding-left: 0!important;
}
.info-section .d-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.info-section .d-flex #search {
  width: 80%;
}
.info-section .d-flex .apply-btn {
  width: 20%;
}
/* info-section css end */

/*Banner*/

.single-banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.single-banner .banner-content-area {
    position: static;
    top: 0;
    width: 100%;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    padding: 213px 0;
}

.resp-Title {
    display: block;
    min-height: 300px;
    position: relative;
    padding: 0 0 0 50px;
}

.section-name {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 0 3px 0;
}

p.sectionTitle {
    margin: 0 0 0 15px;
    padding: 40% 0 0 0;
    font-size: 12px;
    line-height: 1.2em;
}
.banner-content p {
    color: #ffffff;
}

p.pageTitle {
    margin: 0 0 0 15px;
    font-size: 35px;
    font-weight: 600;
    line-height: 1em;
    text-shadow: 2px 2px #444;
}
.banner-content p {
    color: #ffffff;
}
/*Fine*/

#header_corso {
  background: #0F56A6 url(../img/ios-linen-light.png) top center repeat scroll;

  transition: all 0.5s;
  z-index: 997;
  padding: 25px 0;
  top: 115px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header_corso.header-scrolled {
  top: 74px;
  padding: 15px;
}

#header_corso .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Poppins", sans-serif;
}

#header_corso .logo a {
  color: #222222;
}

#header_corso .logo a span {
  color: #106eea;
}

#header_corso .nav-menu li > a{
  font-size: 18px;
}

#header_corso .nav-menu li > ul > li > a{
  font-size: 14px;
}

#header_corso .nav-menu li span,
#header_corso .nav-menu li > a,
#header_corso .nav-menu li > a:hover,
#header_corso .nav-menu li.active > a,
#header_corso .nav-menu li:hover > a {
    color: #FFF;
}

#header_corso .nav-menu li > a{
  line-height: 20px;
  text-transform: uppercase;
}

#header_corso .nav-menu li span{
    font-size: 10px;
    text-transform: uppercase;
}

#header_corso .nav-menu li > ul > li > a,
#header_corso .nav-menu li > ul > li > a:hover,
#header_corso .nav-menu li > ul > li.active > a,
#header_corso .nav-menu li > ul > li:hover > a {
    color: #0F56A6;
}

.nav-menu > ul > li > ul > li {
    text-align: left;
}

@media (max-width: 992px) {
  #header_corso {
    padding: 15px;
    top: 0;
  }
  #header_corso .logo {
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .info-section.style-one .info-items-wrapper {
    margin-top: -100px !IMPORTANT;
  }
  .info-section.color-style-one .info-item.left,
  .info-section.color-style-one .info-item.center,
  .info-section.color-style-one .info-item.right {
      border-radius: 20px !IMPORTANT;
      margin: 20px 20px 0px 20px;
  }
  section {
      padding: 10px 0 20px 0;
  }

  #featured-services{
    margin-top: 0 !IMPORTANT;
  }
}
