
.v-custom-heading {
    display: block;
    font-family: "Droid Serif", Georgia, Times, serif;
    font-weight: normal;
    font-style: italic;
    float: none;
    font-size: 22px;
    line-height: 32px;
}

.special_amp {
    font-family: "Baskerville", "Palatino Linotype", "Palatino", "Times New Roman", serif;
    font-style: italic;
    font-size: 1.3em;
    line-height: 0.5em;
    font-weight: normal;
    color: #28c2e4;
}


[class^="icon-"]:not(.icon-prepend):not(.icon-append):before, 
[class*=" icon-"]:not(.icon-prepend):not(.icon-append):before {
    opacity: 0.9;
    font-weight: 600 !important;
}



.bg-custom-1 {
    background-image: url(../img/mix/j1.jpg);
    background-size: cover;
    background-position: 50% 50%;
    min-height: 31.5rem;
    margin-bottom: 4.5rem;
    text-align: left;
    opacity: 1;
    overflow: hidden;
    -moz-transition: opacity .8s ease;
    -o-transition: opacity .8s ease;
    -webkit-transition: opacity .8s ease;
    transition: opacity .8s ease;
    margin: 0 auto;
    clear: both;
    position: relative;
}

.bg-custom-1--overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .3;
    display: block;
    background-image: -webkit-linear-gradient(36deg,#1a8bf0 0,#25292d 100%);
    background-image: -moz-linear-gradient(36deg,#1a8bf0 0,#25292d 100%);
    background-image: -o-linear-gradient(36deg,#1a8bf0 0,#25292d 100%);
    background-image: linear-gradient(36deg,#1a8bf0 0,#25292d 100%);
}


.v-testimonials--head {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.v-testimonials--head img {
    width: 60px;
    border-radius: 50%;
    float: left;
    margin-right: 18px;
}

.v-testimonials--name {
    float: left;
    margin-top: 8px;
}

.v-testimonials--name p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    font-family: "Museo500Regular", Arial, Helvetica, Tahoma, sans-serif;
}

.v-testimonials--body {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 2px;
}

.v-testimonials--body p {
    font-size: 14px;
    line-height: 1.7;
}

.v-testimonials--footer {
    display: block;
    width: 100%;
    overflow: hidden;
}

.v-testimonials--stars,
.v-testimonials--footer i {
    font-size: 16px;
    color: #f1c346;
}

.v-testimonials--sub-heading {
    color: #2484da;
}

.v-testimonials-v2 .v-testimonials-v2--body {
    overflow:hidden;
}

.v-testimonials-v2 img {
    width:120px;
        margin-right: 30px;
}

/* CUSTOM */
  
.main img  {
    padding: 0;
}

.page-header    {
    background-color: transparent;
    margin: 0;
    padding: 0;
    border-bottom: 0;
}

.large-h1   {
    font-size: 3em;
    margin-bottom: 30px;
    font-weight: 600;
}

.main-section h1, h2, h3 {
    color: #0f3884;
}

.linkfont   {
    font-size: 1.2em;
    font-family: 'Poppins';
    color:#000000;
}

.menuspace  {
    margin-top: 20px;
}


.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #2484da;
    border-color: #e7eaf3 rgba(0, 0, 0, 0) #fff;
}

.nav-margin {
    margin-top: 10px;
}

.nav-tabs {
    border-bottom: 0px solid #e1e1e1;
    
}

.nav-tabs .nav-link {
    border: 2px solid transparent;
    border-top-left-radius: 0; 
    border-top-right-radius: 0; 
    border-bottom: 0;
    border-top: 0;
    border-left: 0;
}

.tab-content:not(.nav-tabs-vertical-content) {
    box-shadow: 0;
    border:0;
    
}


@media (min-width: 1200px) { 
    .center-menu    {
        margin-left: 33.3%;
    }
    .menu-margin {
        margin-top: 2%;
    }
    
 }

 .menu-border   {
     border-right: 2px;
     border-color: #377dff;
 }

 .item {
    overflow: hidden;
  }
  .item img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .item:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
  }

  .butt {
      background-color: #ffffff;
      position: relative;
      width: inherit;
      height: 40px;
      margin: 0;
      line-height: 2.5;
      padding-left: 12px;
  }

  .jumbotron {
    background-color:#f1f1f5;
  }

  .dropdown-item {
    color: #003d79;
  }

  .dropdown-font {
    font-family: 'Montserrat', sans-serif;   
  }

  .footerborder {
    border-bottom: white;
    margin-bottom: 25px;
    border-bottom-style: solid;
    border-bottom-width: thin;
  }

  .btn-custom   {
    border-radius: 0; 
    border: 0;
    padding: 5px 8px 5px 8px;
  }

  .search-box   {
      background-color: #ffffff;
      padding-left: 10px;      
  }
  .flex-search { 
      display: flex;
  }
  .flex-search .stretch { 
      flex: 1; 
  }
  .flex-search .normal { 
    flex: 0; 
  }

  
  .widget ul > li {
      font-size: 13px;  
  }

  @media (max-width:1199px) {
    .container-footer {
        padding: 0 15px;
    }
  }  

  .container-footer {
    padding: 0 50px;
  }

  /* .main-section ul{
    list-style: disc;
    list-style-position: inside;
    text-indent:-22px; 
    margin-left:20px;
  } */

  .h1-junior-space  {
    padding-bottom: 20px;
}

.index-link > ul > li > a {
    outline: none !important;
    text-decoration: none !important;
    color: #003d79;
    font-weight: 900;
}

.index-link > ul > li > a:hover {
    color: #003d79ad;
    outline: none !important;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none !important;
}

.index-link > ul > li {
  position: relative;
	padding-bottom: 10px;
}

.index-link > ul {
  list-style: none;
  margin-left:20px;
}

.index-link > ul > li:before{
   content: '';
   position: absolute;
   border-right:2px solid #003d79;
   border-bottom:2px solid #003d79;
   width:10px;
   height:10px;
   top: calc(50% - 5px);
   left: -20px;
   transform: translateY(-50%) rotate(-45deg);
}