@charset "UTF-8";

body {
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'Montserrat', sans-serif;*/
    color:#212529;
    font-weight:500;
    font-size:14px;
    line-height: 1.9em
}

a {
    color: #35749b;
    text-decoration: none;
    background-color: transparent;
}
.alink {
    color: #35749b!important;
    text-decoration: none;
    cursor: pointer
}
.alink:hover{
    color:#074776!important;
    text-decoration:none
}

.wow {
    visibility: hidden;
  }

.open-sans {
    font-family: 'Open Sans', sans-serif!important;
}
.bitter {
    font-family: 'Bitter', serif;
    font-weight:400
}

/*--- UTILITIES ---*/

.ribbon_top {
    position: absolute;
    top: -1rem;
    right: 2rem;
    z-index: 10;
    padding: 1.2rem;
    border-radius:6px
}

.tooltip-inner {
    max-width: 380px; /* Set the max width of the tooltip */
    padding:1rem
  }

.bt_guardar {
    position: fixed;
    bottom: 0;
    right: -1px;
    background: #fff;
    border-radius: 4px 0 4px 0;
    border: 1px solid lightgrey;
    -webkit-box-shadow: -3px 3px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -3px 3px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow: -3px 3px 8px 0px rgba(0, 0, 0, 0.5);
    z-index: 999;
    padding: 30px;
}

.w-60 {
    width:60%!important
}

.rounded.md {
    border-radius: 0.5rem!important;
}
.rounded.lg {
    border-radius:30px!important;
}
.vh-100 {
    min-height: 100vh!important;
}

/*--- Layout ---*/

@media (min-width: 1400px){
    .container {
        max-width: 1340px;
    }
}

/*--- ELEMENTS ---*/

.icon_holder {
    width: 80px;
    height: 80px;
    border-radius:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem auto;
}
.icon_holder_sq {
    border-radius:8px!important;
    width: 60px;
    height: 60px;
    border-radius:8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.4em;
    font-weight: 600;
}

.card {
    border-radius: 0.4rem;
    overflow: hidden;
    border: none;
}

.ico.inline {
    display: inline-block;
    margin-right: 0.6em;
    height: 1.8em;
}
.ico.inline.sm {
    height: 1.4em;
}
.ico {
    display:flex;
    align-items:center;
    justify-content:center
}
.ico.md {
    width:80px;
    height:80px;
}
.ico img {
    
}
.divider.line {
    margin: 1em 0 1em;
    height: 0;
    border-bottom: 2px solid #ff4f47;
    width: 80px;
}
.divider.line.center {
    margin: 1em auto 1em;
}

.bg-misc-lt {
    position: absolute;
    top: -40px;
    left: -40px
}

.bg-dots-horizontal {
    background-image: url(../img/misc/dots-horizontal.svg);
    background-repeat: repeat-x;
    background-position: 0 top;
}

/*--- TEXT ---*/

.display-1, .display-2, .display-3, .display-4 {
    font-weight:700
    /*font-family: 'Abril Fatface', cursive;*/
    /*font-family: 'Calistoga', cursive;*/
    /*font-family: 'Quicksand', sans-serif;*/
}

.h1,.h2,.h3,h1,h2,h3 {
    /*font-family: 'Bitter', serif;*/
    /*font-family: 'Quicksand', sans-serif;*/
    font-weight:400
}

.h6, h6 {
    line-height: 1.4em;
}

.small, small {
    line-height: 1.6em
}

.footer_menu {
    list-style:none;
    display:flex;
    justify-content: center
}
.footer_menu li a {
    padding: 0.3rem 0.6rem;
    color:#fbc30d!important
}
.footer_menu li a:hover {
    color:#fff!important;
    text-decoration:none
}

@media (min-width: 180px){
    .display-1 {
        font-size: 2.8rem;
    }
    .display-2 {
        font-size: 2.5rem;
    }
    .display-3 {
        font-size: 2rem;
    }
    .display-4 {
        font-size: 1.8rem;
    }
    .h1, h1 {
        font-size: 1.5rem;
    }
    .h2, h2 {
        font-size: 1.4rem;
        line-height:1.4em
    }
    .h3, h3 {
        font-size: 1.35rem;
    }
    .h4, h4 {
        font-size: 1.2rem;
        line-height:1.5em;
    }
    .h5, h5 {
        font-size: 1rem;
        line-height:1.5em;
    }
    .shape { width: 100px}
}
@media (min-width: 576px){
    .h1, h1 {
        font-size: 2rem;
    }
    .display-1 {
        font-size: 3rem;
    }
    .display-2 {
        font-size: 2.5rem;
    }
    .display-3 {
        font-size: 2rem;
    }
    .display-4 {
        font-size: 2rem;
    }
    .h3, h3 {
        font-size: 1.55rem;
    }
    .h5, h5 {
        font-size: 1.25rem;
    }
    
}
@media (min-width: 768px){
    .h1, h1 {
        font-size: 2.5rem;
    }
    .h2, h2 {
        font-size: 1.6rem;
    }
    .display-1 {
        font-size: 3.5rem;
    }
    .display-2 {
        font-size: 3rem;
    }
    .display-3 {
        font-size: 2.5rem;
    }
    .display-4 {
        font-size: 2.2rem;
    }
    
}
@media (min-width: 992px){
    .display-1 {
        font-size: 3.8rem;
    }
    .display-2 {
        font-size: 3.5rem;
    }
    .display-3 {
        font-size: 3rem;
    }
    .display-4 {
        font-size: 2.6rem;
    }
    .h4, h4 {
        font-size: 1.5rem;
    }
    .shape { width: 160px
    }
    .pull-left {
        margin-left:-140px;
    }    
}
@media (min-width: 1200px){
    .display-1 {
        font-size: 3.8rem!important;
    }
    .h2, h2 {
        font-size: 2rem;
    }
}
@media (min-width: 1400px){
    .display-1 {
        font-size: 5rem!important;
    }
}

/*-- OWL CAROUSEL ---*/

#home_slider .owl-nav {
    position: absolute!important;
    width: 100%;
    top:50%;
    transform: translateY(-50%);
}
#home_slider .owl-dots {
    position: absolute!important;
    width: 100%;
    bottom:60px;
    text-align:center
}
#home_slider .owl-nav button[class^='owl-'] {
    width:50px;
    height: 50px;
    border-radius: 50%;
    border:2px solid #fff;
    position: absolute
}
#home_slider .owl-prev {
    left:15px;
}
#home_slider .owl-next {
    right:15px;
}

.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    width: 15px;
    height: 15px;
    background: rgb(255,255,255,0.4);
    border-radius:50%;
    margin:6px;
}
.owl-carousel button.owl-dot.active {
    background: rgb(255,255,255,1);
}

/*--- HOME ---*/

#home_slider .item {
    min-height: 100vh
}
@media (min-width: 180px){
    .card.sports,
    .card.scholar  {
        padding-bottom:220px;
        padding-top:30px 
    }
    .card.sports img {
        bottom:0; left:0; right:0; margin:auto; width:80%
    }
    .card.scholar img {
        bottom:0; left:0; right:0; margin:auto; width:50%
    }
}
@media (min-width: 576px){
    .card.sports,
    .card.scholar  {
        padding-bottom:0;
        padding-top:0;
        height:250px;
    }
    .card.sports img {
        bottom:0; left:-50px; right:inherit; width:70%
    }
    .card.scholar img {
        bottom:0; left:2rem; right:inherit; width:40%
    }
}

.pic_shade {
    box-shadow: 23px 24px 0px -3px rgba(0,0,0,0.2);
-webkit-box-shadow: 23px 24px 0px -3px rgba(0,0,0,0.2);
-moz-box-shadow: 23px 24px 0px -3px rgba(0,0,0,0.2);
}

.pic_holder {
    width: 100%;
    max-height: 100%;
    position: relative
}
.pic_holder .pic_frame {
    width: 100%;
    height: 100%;
    border:2px solid #fff;
    border-radius:18px;
    position: absolute;
    left: -30px;
    top: -30px
}


@media (min-width: 180px){
    .site_title {
        font-size:1.25rem
    }
    .top_bar {
        width:100%; position:absolute; top:0; left:0; right:0;
        font-size:14px;
    }
}
@media (min-width: 576px){
    .site_title {
        font-size:1.5rem
    }
}
@media (min-width: 1200px){
    .site_title {
        font-size:1.75rem
    }
    .top_bar {
        border-bottom: 4px solid #eee;
    }
}

/*--- STYLING ---*/

.border-primary {
    border-color: #ff4f47!important;
}
.border-secondary {
    border-color: #fbc30d!important;
}

.border-top-dark {
    border-top: 3px solid rgb(0,0,0,0.1);
}

.border-top-left {
    position:absolute;
    top: -6px;
    left: -6px;
    width:160px;
    height:160px;
    border-left:7px solid #eee;
    border-top:7px solid #eee;
    z-index:1
}



.navbar {
    padding: 60px 1rem 1.2rem 1rem;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    background:#fff;
    border-bottom: 1px solid #eee
}
@media (max-width: 576px){
    .navbar {
        padding:50px 1rem 0.6rem 1rem;
        background:#fff;
        -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3); 
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
    }
    .navbar .nav-link {
        color:rgb(0,0,0,0.7)!important
    }
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border:none!important;
    border-radius: .25rem;
}

/*
@media (min-width: 992px) { 
    .navbar{
       margin-top:0;
       top:45px;
     }
 }*/

.nav-link {
    color: #383d3d!important;
    letter-spacing:1.4px;
    text-transform:uppercase;
    font-weight:600;
    padding-right: 1rem!important;
    padding-left: 1rem!important;
    font-size:0.9em!important;
}
.nav-link.active {
    color: #00578f!important;
}
.nav-link:hover {
    color: #eee!important
}

.navbar.sticky {
    padding:50px 1rem 0.6rem 1rem;
    background:#fff;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3); 
box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
}

.navbar-brand .logo_dark {
    display:none
}

.navbar.sticky .navbar-brand .logo_light {
    display:none
}
.navbar.sticky .navbar-brand .logo_dark {
    display:block
}
.navbar.sticky .nav-link {
    color:rgb(0,0,0,0.7)!important
}

@media (max-width: 1200px){
    .nav-link {
        text-align:center;
        border-bottom:1px solid #eee;
        padding:1rem
    }
}

.dropdown-menu {
    border-radius: .5rem;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
}


/*--- COMPONENTS ---*/



.italic {
    font-style: italic;
}
.light {
    font-weight: 200!important;
}
.normal {
    font-weight: 400!important;
}
.medium {
    font-weight: 500!important;
}
.semi {
    font-weight: 600!important;
}
.bold {
    font-weight: 700!important;
}
.black {
    font-weight: 900!important;
}
.condensed {
    font-family: 'Roboto Condensed', sans-serif;
}
.highlight {
    color:#002452!important;
    background:#fbc30d!important;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}

.uppercase {
    text-transform: uppercase
}

.volanta {
    font-weight:400;
    text-transform: uppercase;
    font-size:0.85em;
    letter-spacing: 0.5em;
    color:#999
}
.text-shadow {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
}

/*--- SPACING ---*/


/*--- TEXT COLOR ---*/

.text-primary {
    color: #ff4f47!important;
}
.text-secondary {
    color: #fbc30d!important;
}
.text-success {
    color: #9ec084!important;
}
.text-info {
    color: /*#48b0c7*/#1f67cf!important;
}
.text-warning {
    color: #d97b36!important;
}
.text-success {
    color: #9ec084!important;
}
.text-light {
    color: #fff9e6!important;
}
.text-dark {
    color: #343f46!important;
}
.text-muted {
    color:#c2cace!important
}

/*--- BACKGROUNDS ---*/

.bg-info {
    background-color: #35749b!important;
}
.bg-success {
    background-color: #599a69!important;
}
.bg-success {
    background-color: #599a69!important;
}
.bg-light {
    background-color: #f8f8f8!important;
}
.bg-danger {
    background-color: #da3232!important;
}
.bg-warning {
    background-color: #d3edff!important;
}

.bg-gradient-light {
    background: rgb(245,248,253);
    background: linear-gradient(0deg, rgba(245,248,253,1) 0%, rgba(255,255,255,1) 100%);
}

.bg_gradient_gold {
    background: rgb(201,154,48);
    background: -moz-linear-gradient(45deg, rgba(201,154,48,1) 0%, rgba(244,206,98,1) 47%, rgba(244,206,98,1) 55%, rgba(215,171,64,1) 100%);
    background: -webkit-linear-gradient(
45deg
, rgba(201,154,48,1) 0%,rgba(244,206,98,1) 47%,rgba(244,206,98,1) 55%,rgba(215,171,64,1) 100%);
    background: linear-gradient(
45deg
, rgba(201,154,48,1) 0%,rgba(244,206,98,1) 47%,rgba(244,206,98,1) 55%,rgba(215,171,64,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c99a30', endColorstr='#fbc30d',GradientType=1 );
}

.bg-gradient {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100vh;
}
.bg-gradient-dark {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#222222+0,333333+100 */
background: rgb(34,34,34); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(34,34,34,1) 0%, rgba(51,51,51,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(34,34,34,1) 0%,rgba(51,51,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(34,34,34,1) 0%,rgba(51,51,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#333333',GradientType=1 ); /* IE6-9 */
}
.bg-gradient.right {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#222222+0,222222+100&0+0,1+100 */
background: -moz-linear-gradient(left,  rgba(34,34,34,0) 0%, rgba(34,34,34,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(34,34,34,0) 0%,rgba(34,34,34,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(34,34,34,0) 0%,rgba(34,34,34,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00222222', endColorstr='#222222',GradientType=1 ); /* IE6-9 */
}
.bg-darken {
    background: rgb(0,0,0,0.6);
}
.bg-image {
    background-repeat:no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-image-bt-l {
    background-position: left bottom;
    background-repeat:no-repeat;
    background-size: ;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#222222+0,333333+100 */
background-color: rgb(34,34,34); /* Old browsers */
background-color: -moz-linear-gradient(left,  rgba(34,34,34,1) 0%, rgba(51,51,51,1) 100%); /* FF3.6-15 */
background-color: -webkit-linear-gradient(left,  rgba(34,34,34,1) 0%,rgba(51,51,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
background-color: linear-gradient(to right,  rgba(34,34,34,1) 0%,rgba(51,51,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#333333',GradientType=1 ); /* IE6-9 */
}

.bg-cruces-light{
    background-image:url(../img/misc/bg-cruces-light.png);
    background-repeat: no-repeat;
    background-position: 0 left;
}
.bg-dots-light{
    background-image:url(../img/misc/bg-dots-light.png);
    background-repeat: no-repeat;
    background-position: 0 left;
}

/*--- FORM ---*/

.form-control {
    /*padding: 1.475rem 0.75rem;*/
    background-color: #f5f8fd!important;
    line-height: 2;
    font-weight: 400
}
.form-group {
    margin-bottom: .8em
}

/*--- BUTTONS ---*/

.card .btn {
    width:fit-content
}

.btn.plus {
    width:80px; height:80px; right:40px; bottom:-40px; display:flex; align-items:center; justify-content:center
}

.btn {
    font-weight:600
}

.btn-primary {
    color: #fff!important;
    background-color: #074776;
    border-color: #074776;
    box-shadow: none;
}
.btn-success {
    color: #fff!important;
    background-color: #599a69;
    border-color: #599a69;
    box-shadow: none;
}
.btn-danger {
    color: #fff!important;
    background-color: #da3232;
    border-color: #da3232;
    box-shadow: none;
}
.btn-warning {
    color: #00374e!important;
    background-color: #d3edff;
    border-color: #d3edff;
    box-shadow: none;
}

.btn-ghost-light {
    color: #fff!important;
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
}
.btn-ghost-light:hover {
    color: #fff!important;
    background-color: rgb(0,0,0,0.1);
    border-color: #fff;
    box-shadow: none;
}

.btn-group-lg>.btn, .btn-lg {
    letter-spacing:1px;
    line-height: 1.5;
    border-radius: .3rem;
}

.btn-group-xl>.btn, .btn-xl {
    line-height: 1.5;
    border-radius: .3rem;
}

.btn-dark {
    color: #fff!important;
    background-color: #212121;
    border-color: #212121;
}
.btn-dark:hover { 
    color: #fff!important;
    background-color: #000;
    border-color: #000;
}

.dropdown-item {
    color:#343f46!important
}

.modal-body button.close {
    position: absolute;
    top: 15px;
    right: 30px;
}

/*---COUNTER---*/

/*---- Fun Facts ----*/
#fun-facts {
	display: table;
	width: 100%;
	z-index: 1;
	padding-top:30px;
	padding-bottom:30px;
	border-top:3px solid #eccb6c
}
#fun-facts .row {
    margin-top: 10px;
}
.fact-container {
	padding-top:60px;
	padding-bottom:13px;
}
.counter {
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	line-height: 1em;
}
@media (min-width: 180px) {
.counter,
.complement {
	font-size: 60px;
}
}
@media (min-width: 1200px) {
.counter,
.complement {
	font-size: 70px;
}
}
.fact {
	text-align:center;	
}
.complement {
	font-family: 'Exo', sans-serif;
    font-weight: 700;
    line-height: 0px;
	}
.complement.highlight { color:#ccc}

/*--- ACCORDION ---*/

.myaccordion {
   /* max-width: 100%;*/
    box-shadow: 0 0 1px rgba(0,0,0,0.1);
  }

  .myaccordion .btn {
    text-align:left!important
   }
  
  .myaccordion .card,
  .myaccordion .card:last-child .card-header {
    border: none;
  }
  
  .myaccordion .card-header {
    border-bottom-color: #EDEFF0;
    background: transparent;
  }
  
  .myaccordion .fa-stack {
    font-size: 16px;
  }
  
  .myaccordion .btn {
    width: 100%;
    font-weight: bold;
    color: #004987;
    padding: 0;
  }
  
  .myaccordion .btn-link:hover,
  .myaccordion .btn-link:focus {
    text-decoration: none;
  }
  
  .myaccordion li + li {
    margin-top: 10px;
  }

/*--- PAGINATION ---*/

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #474791!important;
    border: 1px solid #2e2e75!important;
    background: transparent;
}

/*--- HEADER ---*/

.header {
    background-size:cover;
    background-position: center;
    background-color: #5697d3;
    min-height:400px;
    display:flex;
    align-items:center;
    justify-content:center;
    /*text-transform: uppercase;*/
    text-align:center;
    position: relative
}
.header nav {
    position: absolute;
    bottom: 0;
}
.header h1 {
    text-transform: uppercase
}
.breadcrumb {
    font-weight:normal;
    color:#fff    
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #fff;
    content: var(--bs-breadcrumb-divider, "|");
}
.breadcrumb-item a {
    color:#fff;
    text-decoration:none
}
.breadcrumb-item.active {
    color:#eee541;
}

/*--- FOOTER ---*/

.footer {
    color: #999
}
.footer a {
    text-decoration:none;
    color:#00ddef!important;
    font-weight: 400
}
.footer a:hover {
    text-decoration:none;
    color:#fff;
}
.listado {
    list-style: none;
    padding:0;
    line-height:2em
}
.listado li:before {
    font-family: FontAwesome;
    content: "\f138";
    margin-right: 0.5em;
    color: #ff417f!important
}

.widget-logos img {
    /*max-height:40px;*/
    width:80%
}
.widget-logos a {
    display: block;
    width:100%;
    text-align:center;
}
.widget-logos a:hover img {
   opacity:.4
}

/*-- NAV PILLS ---*/

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff!important;
    background-color: #074776!important;
}
.nav-pills .nav-link {
    border-radius: 2rem!important;
    padding: .475rem 3rem;
    font-weight: 900;
    background:#eeeeee;
    color:#aaa
}
.nav-pills .nav-item {
    display:block;
    margin:0 6px;
}

/*--- HOVER EFFECTS ---*/

.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */

/*-----------------*/
/***** Goliath *****/
/*-----------------*/

figure.effect-goliath {
	background: #df4e4e;
}

figure.effect-goliath img,
figure.effect-goliath h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-goliath h2,
figure.effect-goliath p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px;
}

figure.effect-goliath p {
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}

figure.effect-goliath:hover img {
	-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
}

figure.effect-goliath:hover h2 {
	-webkit-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
}

figure.effect-goliath:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* alumni slider */

#client_slider .item div[class^='col-'], #client_slider .item div[class*='col-']{
   /* min-height: 180px;*/
}

#client_slider .owl-dots {
    text-align:center
}
#client_slider button.owl-dot.active {
    background: #fbc30d!important
}
#client_slider button.owl-dot {
    background: #fff;
}
#client_slider .alumni_holder {
    padding:12px;
    margin-bottom: 1rem;
    /*width:100%;*/
	/*height:140px;*/
    overflow:hidden;
    background: #fff;
    box-shadow: 0 8px 30px -7px #c9dff0;
     /*margin: 0 20px;
   padding: 2rem 1rem;*/
    border-radius: 20px;
    border: 0;
}
#client_slider .item {
   /* height:400px*/
}
#client_slider .alumni_holder.skew {
    /*position:absolute;
    top:200px;
    left:50%;*/
}

.alumni img.player { width:100%; height:auto; }

#client_slider .item .alumni_pic {
    height:140px;
    background-size:cover!important; 
	background-position:center; 
	background-repeat:no-repeat;
	border-top-left-radius:12px; 
	border-bottom-left-radius:12px;
    background-color:#ccc;
    /*border-top:4px solid #fbc30d!important*/
}	

#client_slider div.owl-controls .owl-buttons div:before {
    font-family: FontAwesome;
    color: #c99a30;
	font-weight:400;
	line-height:60px;
	text-align:center;
	font-size:22px;
	display:block;
}
.testimonial_slider div.owl-controls .owl-buttons div:before {
    font-family: FontAwesome;
    color: #fff;
	font-weight:400;
	line-height:60px;
	text-align:center;
	font-size:22px;
	display:block;
}
#client_slider .owl-item {
    /*margin-bottom: 15px;*/
	margin-top:15px;
}

#client_slider .owl-nav button[class^='owl-'] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #999;
    position: absolute;
}

#client_slider .owl-nav {
    position: absolute!important;
    width: 100%;
    top: 50%;
    left:0;
    margin-top: -20px;
}
#client_slider .owl-prev {
    left: -30px;
}
#client_slider .owl-next {
    right: -30px;
}

.alumni div.logo_circle {
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    z-index: 100;
    border:1px solid #ccc;
    display: flex;
    background: #fff;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}
.alumni div.logo_circle.right {
    margin: auto;
    right: 15px;
    top: 15px;
	}
.alumni div.logo_circle.center {
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    left:-40px;
	}
.alumni div.logo_circle img { width:76%; height:auto; }

.path {

}
.path .step{
    padding-bottom:1rem;
    margin-bottom: 1rem;
    position:relative;
    border-radius: 5px;
    text-align: left;
    display:table!important;
    padding: 0.8rem 1rem!important;
    /*font-family: 'Bitter', serif;
    font-weight:400*/
}
.path .step .number{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left:-75px;
    display: flex;
    align-items:center;
    justify-content:center;
    font-size:2rem;
    font-weight:600;
    width: 60px;
    height: 60px;
    background: #002452!important;
    border-radius: 10px;
    border: 4px solid #fff;
    border-radius:100%;
    z-index: 10;
    color:#fff;
    text-align:center;
}
.path .step:before{
    position: absolute;
    top: 50%;
  transform: translateY(-50%);
    content: ' ';
    display: block;
    width: 18px;
    height: 18px;
    background: #002452!important;
    border-radius: 10px;
    border: 4px solid #fff;
    border-radius:100%;
    z-index: 10;
    left: -40px
}
.path .step:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: rgb(248,248,248);
    border-width: 8px;
    pointer-events: none;
}
@media (min-width: 180px) {
    .testimonial_slider .slide .panel {
        padding:20px 20px 30px 20px;
    }
    }
    @media (min-width: 576px) {
    .testimonial_slider .slide .panel {
        padding:20px 60px 40px 60px;
    }
    }
    .testimonial_slider .slide .panel {
        text-align:center;
        background:#f8f8f8;
        border-radius:4px;
        border:1px solid #fff;
        -webkit-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.2);
    }
    #client_slider div.owl-controls .owl-buttons [class*="owl-"] {
        border-radius: 0;
        color: #ffffff;
        cursor: pointer;
        display: inline-block;
        height: 60px;
        margin-top: -45px;
        padding: 0;
        position: absolute;
        border-radius:100%;
        /*right: -48px;*/
        top: 50%;
        width: 60px;
        text-indent:inherit;
    }
    .testimonial_slider div.owl-controls .owl-buttons [class*="owl-"] {
        background: rgba(0, 0, 0, 0.4) none repeat scroll;
        border-radius: 0;
        color: #ffffff;
        cursor: pointer;
        display: inline-block;
        height: 60px;
        margin-top: -45px;
        padding: 0;
        position: absolute;
        border-radius:100%;
        /*right: -48px;*/
        top: 50%;
        width: 60px;
        text-indent:inherit;
    }
    .testimonial_slider .owl-nav button.owl-next, 
    .testimonial_slider .owl-nav button.owl-prev, 
    .testimonial_slider button.owl-dot {
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0!important;
        font: inherit;
        height: 18px;
        width: 18px;
        margin:3px 5px;
        background: rgb(0,0,0,0.6);
        border-radius: 100%;
    }
    .testimonial_slider button.owl-dot.active {
        background: #fff;
    }
    .testimonial_slider .owl-dots {
        text-align:center
    }
    
    #client_slider .owl-controls .owl-buttons .owl-prev,
    .testimonial_slider .owl-controls .owl-buttons .owl-prev { left: -45px!important; }
    
    #client_slider .owl-controls .owl-buttons .owl-next,
    .testimonial_slider .owl-controls .owl-buttons .owl-next { right: -45px!important; }
    
    #client_slider .owl-controls .owl-buttons .owl-prev:hover:before {  }
    #client_slider .owl-controls .owl-buttons .owl-next:hover:before {  }


    .testimonial_slider {
        position: relative; 
      }
      @media (max-width: 767px) {
        .testimonial_slider {
          margin-top: 20px;
        }
      }
      .testimonial_slider .owl-stage-outer {
        /*padding: 30px 0;*/
        padding-bottom: 30px
      }
      .testimonial_slider .owl-nav {
        display: none;
      }
      .testimonial_slider .owl-dots {
        /*text-align: center;*/
      }

      .testimonial_slider .owl-dots .active {
        box-shadow: none;
      }
      .testimonial_slider .owl-dots .active span {
        background: #01b0f8;
        box-shadow: none;
        height: 15px;
        width: 15px;
        margin-bottom: -1px;
      }
      .testimonial_slider .card {
        background: #fff;
        box-shadow: 0 8px 20px -7px #000000;
        margin: 0 20px;
        padding: 2rem 1rem;
        border-radius: 20px;
        border: 0;
      }
      .testimonial_slider .card .card-img-top {
        max-width: 100px;
        border-radius: 50%;
        margin: 15px auto 0;
        /*box-shadow: 0 8px 20px -4px #95abbb;*/
        width: 100px;
        height: 100px;
      }
      .testimonial_slider .card h5 {
        color: #ff4f47;
        font-weight:600;
        font-size: 21px;
        line-height: 1.3;
      }
      .testimonial_slider .card h5 span {
        font-size: 18px;
        color: #666666;
      }
      .testimonial_slider .card p {
        font-size: 18px;
        color: #555;
        padding-bottom: 15px;
      }
      .testimonial_slider .center h5 {
        font-size: 26px;
        margin-bottom: 1rem
      }
      .testimonial_slider .center h5 span {
        font-size: 20px;
      }
      .testimonial_slider .center .card-img-top {
        max-width: 100%;
        height: 120px;
        width: 120px;
      }
      .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        outline: 0;
      }


/*--- FORM WIZARD ---*/

/*------------------------*/
input:focus,
button:focus,
.form-control:focus{
	outline: none;
	box-shadow: none;
}
.form-control:disabled, .form-control[readonly]{
	background-color: #fff;
}
/*----------step-wizard------------*/
.d-flex{
	display: flex;
}
.justify-content-center{
	justify-content: center;
}
.align-items-center{
	align-items: center;
}

/*---------signup-step-------------*/

.signup-step-container{
	padding: 150px 0px;
	padding-bottom: 60px;
}

    .wizard .nav-tabs {
        position: relative;
        margin-bottom: 0;
        border-bottom-color: transparent;
    }

    .wizard > div.wizard-inner {
            position: relative;
    margin-bottom: 50px;
    text-align: center;
    }

.connecting-line {
    height: 2px;
    background: #002452;
    position: absolute;
    width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 25px;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 2px solid #002452;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
        background: #fbc30d;
    color: #fff;
    border-color: #fbc30d;
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}
.wizard .nav-tabs > li.active > a i{
    color: #fbc30d;
    display:none
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}

.wizard .nav-tabs > li a {
    width: 50px;
    height: 50px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}
.wizard .nav-tabs > li a i{
	position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}
.wizard h3 {
    margin-top: 0;
}
.prev-step,
.next-step{
    padding: 0.9rem 1.9rem;
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 1.5;
    border-radius: 0.3rem;
    text-transform: uppercase;
    margin-top: 30px;
    border: none;
    font-weight:600;
}
.next-step{
    background-color: #fbc30d;
    color:#fff;
}
.skip-btn{
	background-color: #0e214b;
}
.step-head{
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}
.term-check{
	font-size: 14px;
	font-weight: 400;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 38px;
    padding: .375rem .75rem;
    line-height: 2;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}
.footer-link{
	margin-top: 30px;
}
.all-info-container{

}
.list-content{
	margin-bottom: 10px;
}
.list-content a{
	padding: 10px 15px;
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
    position: relative;
    color: #565656;
    font-weight: 400;
    border-radius: 4px;
}
.list-content a[aria-expanded="true"] i{
	transform: rotate(180deg);
}
.list-content a i{
	text-align: right;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: 0.5s;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fdfdfd;
}
.list-box{
	padding: 10px;
}
.signup-logo-header .logo_area{
	width: 200px;
}
.signup-logo-header .nav > li{
	padding: 0;
}
.signup-logo-header .header-flex{
	display: flex;
	justify-content: center;
	align-items: center;
}
.list-inline li{
    display: inline-block;
}
.pull-right{
    float: right;
}
/*-----------custom-checkbox-----------*/
/*----------Custom-Checkbox---------*/
input[type="checkbox"]{
    position: relative;
    display: inline-block;
    margin-right: 5px;
}
.custom-control.custom-checkbox input[type="checkbox"]{
    display: none;
}
input[type="checkbox"]::before,
input[type="checkbox"]::after {
    position: absolute;
    content: "";
    display: inline-block;   
}
input[type="checkbox"]::before{
    height: 16px;
    width: 16px;
    border: 1px solid #999;
    left: 0px;
    top: 0px;
    background-color: #fff;
    border-radius: 2px;
}
input[type="checkbox"]::after{
    height: 5px;
    width: 9px;
    left: 4px;
    top: 4px;
}
input[type="checkbox"]:checked::after{
    content: "";
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}
input[type="checkbox"]:checked::before{
    background-color: #18ba60;
    border-color: #18ba60;
}

@media (max-width: 767px){
	.sign-content h3{
		font-size: 40px;
	}
	.wizard .nav-tabs > li a i{
		display: none;
	}
	.signup-logo-header .navbar-toggle{
		margin: 0;
		margin-top: 8px;
	}
	.signup-logo-header .logo_area{
		margin-top: 0;
	}
	.signup-logo-header .header-flex{
		display: block;
	}
}

/*--- BLOG ---*/

.blog .card {
    height:480px;
    overflow:hidden
}

/**---SERVICES---*/
.services .btn {
    border-radius: 1rem;
}

/*--- PARTNERS ---*/

.partners p {
    line-height:1.2em!important
}