/* 
DEFAULT CSS STARTS HERE 
*/
html {
overflow-x: hidden;
font-size: 18px;
}
::selection {
background: #01008B;
color: #fff;
}
body {
padding-top: 0px;
font-family: "Noto Sans", sans-serif;
font-size: 1rem;
line-height: 1.45;
color: #111;
overflow-x: hidden;
font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
color: #111;
line-height: 1.3;
font-weight: 600;
}
h1 {
font-size: 2.778rem;
}
h2 {
font-size: 2.222rem;
position: relative;
padding-bottom: 24px;
margin-bottom: 30px;
}
h2::before {
content: "";
position: absolute;
width: 59px;
height: 6px;
background: #D7EBF1;
left: 0;
bottom: 0;
}
h2[style="text-align: center;"]::before {
right: 0;
margin: auto;
}
h3 {
font-size: 1.667rem;
}
h4 {
font-size: 1.389rem;
}
h5 {
font-size: 1.222rem;
}
h6 {
font-size: 1.111rem;
}
a {
color: #01008B;
text-decoration: none;
border-bottom: 1px solid transparent;
transition: border-color 0.4s ease, color 0.4s ease;
outline: none !important;
}
a:not(.btn):hover, a:not(.btn):focus {
color: #111;
text-decoration: none;
border-bottom-color: #111;
outline: none !important;
}
p {
margin-bottom: 20px;
}
p:last-child {
margin: 0;
}
ul:not(.nav-pills):not(.nav-tabs):not(.navbar-nav):not(.select2-choices):not(.slick-dots):not(.select2-results) li {
list-style: none;
position: relative;
padding-left: 21px;
}
ul:not(.nav-pills):not(.nav-tabs):not(.navbar-nav):not(.select2-choices):not(.slick-dots):not(.select2-results) li:before {
content: "";
position: absolute;
width: 6px;
height: 6px;
border-radius: 50%;
background: #01008B;
left: 0;
top: 11px;
}
blockquote {
padding: 23px 25px;
background: #fff;
font-size: 1.3rem;
color: #111;
font-weight: 400;
border-radius: 0;
border-left: 5px solid #01008B;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
}
.well {
font-size: 1rem;
color: #111;
background-color: #fff;
border: 0;
padding: 20px 30px;
border-radius: 10px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
}
.bg-primary {
font-size: 1rem;
background: #01008B;
border-radius: 0;
color: #fff;
padding: 20px 30px;
}
.panel-primary {
border: 0;
border-radius: 0;
background-color: #fff;
box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
}
.panel-primary .panel-heading {
border: 0;
background: #D7EBF1;
border-radius: 0;
padding: 16px 30px;
margin-bottom: 12px;
}
.panel-primary .panel-heading .panel-title {
color: #01008B;
font-size: 1.2rem;
margin-bottom: 10px;
}
.panel .panel-heading-buttons h3 {
float: none;
}
.panel-primary .panel-heading span {
color: #01008B;
}
.panel-primary .panel-body {
padding: 20px 30px;
}
.panel-primary .panel-body .btn {
font-size: 15px;
min-width: auto !important;
white-space: normal;
}
.btn {
font-size: 0.778rem;
font-weight: 600;
padding: 12px 26px;
border-radius: 50px;
letter-spacing: 0.5px;
border-width: 0;
box-shadow: none !important;
outline: none !important;
transition: all 0.5s ease;
position: relative;
z-index: 1;
overflow: hidden;
text-transform: uppercase;
}
.btn:before {
content: "";
position: absolute;
width: 100%;
height: 140%;
background: #01008B;
left: 0;
bottom: 0;
transform: translateX(-110%);
z-index: -1;
transition: all 0.5s ease;
}
.btn:hover {
color: #fff !important;
}
.btn:hover:before {
transform: translateX(0);
}
.btn-default,
.btn-default:hover,
.btn-default:focus {
background-color: #D7EBF1 !important;
color: #01008B;
}
.btn-primary,
.btn-primary:focus {
background-color: #01008B !important;
color: #D7EBF1;
}
.btn-primary:before {
background: #D7EBF1;
}
.btn-primary:hover {
background: transparent !important;
color: #01008B !important;
}
.btn-success,
.btn-success:hover,
.btn-success:focus {
background-color: #EEE !important;
color: #111;
}
.btn-info,
.btn-info:hover,
.btn-info:focus {
background-color: #111 !important;
color: #EBF4F6;
}
.jumbotron.generic-banner {
background: #D7EBF1;
color: #01008B;
padding: 40px 10px;
margin-bottom: 80px;
}
.jumbotron.generic-banner h1 {
font-size: 2.778rem;
margin: 0;
}
.form-control {
height: 45px;
border-radius: 0;
border: 0;
border-bottom: 1px solid #111 !important;
background-color: #fff;
box-shadow: none;
transition: border 0.4s ease;
padding: 6px 10px;
color: #111;
font-size: 1rem;
}
.form-control::placeholder {
color: #AAAAAA;
font-size: 1em;
font-weight: 400;
}
.form-control:focus {
box-shadow: none !important;
outline: none !important;
border-color: #01008B !important;
}
.modal {
z-index: 99999;
}
.modal-header {
background-color: #D7EBF1;
border: 1px solid #D7EBF1;
}
.modal-header h3 {
color: #01008B !important;
font-weight: 700 !important;
text-shadow: none;
}
.modal-header .close {
color: #01008B;
font-size: 40px;
}
/* 
DEFAULT CSS ENDS HERE 
*/
/*
HEADER CSS STARTS HERE 
*/
#banner {
position: relative;
padding: 4px 0;
}
#banner > .container {
max-width: 1510px;
width: 90%;
}
#banner > .container > .row {
display: flex;
align-items: center;
}
#banner .col-md-7 {
display: flex;
justify-content: flex-end;
align-items: center;
}
#banner .header a {
float: left;
border: none;
position: relative;
z-index: 1;
}
#banner .header a img {
width: 310px;
transition: width 0.5s ease;
}
#banner .icon-call a {
font-size: 0;
width: 45px;
height: 45px;
display: block;
background: #D7EBF1 url("../images/icons/phone.png") no-repeat center / 20px;
border-radius: 50%;
border: none;
}
#banner .icon-call a:hover {
-webkit-animation: trin-trin 1.5s infinite linear;
animation: trin-trin 1.5s infinite linear;
}
#banner .navbar-right {
float: none !important;
margin: 0 20px;
}
#banner .navbar-right .btn {
margin: 0;
float: none !important;
padding: 12px 39px;
}
#banner .navbar-right .dropdown-menu {
min-width: 230px;
border: 0;
border-radius: 0;
padding: 0;
background: #FFF;
box-shadow: 0 0 12px rgb(0 0 0 / 7%);
}
#banner .navbar-right .dropdown-menu {
right: 0;
}
#banner .navbar-right .dropdown-menu li {
padding: 0 !important;
}
#banner .navbar-right .dropdown-menu li a:after {
border-left-color: #01008B;
transition: border-left-color 0.4s ease;
margin-right: -5px;
}
#banner .navbar-right .dropdown-menu li a:hover:after, 
#banner .navbar-right .dropdown-menu .active > a:after {
border-left-color: #fff;
}
#banner .navbar-right .dropdown-menu li:before {
display: none;
}
#banner .navbar-right .dropdown-menu li a {
font-size: 14px;
color: #111 !important;
padding: 7px 23px;
font-weight: 500;
background: none;
white-space: pre-wrap;
border: none;
transition: transform 0.3s ease, color 0.3s ease, background-color 0.3s ease;
}
#banner .navbar-right .dropdown-menu li a:hover, 
#banner .navbar-right .dropdown-menu .active > a, 
#banner .navbar-right .dropdown-menu li a:focus {
background-color: #01008B !important;
color: #fff !important;
}
#banner .navbar-right .dropdown-menu .dropdown-menu {
margin-top: 0;
margin-left: 0;
}
#header-search {
display: none;
}
.navbar.navbar-inverse {
border: 0;
min-height: auto;
padding: 0;
background: #EEE;
}
.navbar.navbar-inverse .container {
width: 90%;
max-width: 1480px;
}
.navbar.navbar-inverse .navbar-nav > li {
margin: 0 33.3px;
padding: 0;
}
.navbar.navbar-inverse .navbar-nav > li:last-child {
margin-right: 0;
}
.navbar.navbar-inverse .navbar-nav > li:first-child {
margin-left: 0;
}
.navbar.navbar-inverse .navbar-nav > li .caret {
border: solid #333;
border-width: 0 1px 1px 0;
display: inline-block;
padding: 2px;
transform: rotate(45deg);
top: -2px;
position: relative;
transition: all 0.4s ease;
}
.navbar.navbar-inverse .navbar-nav > li > a {
font-size: 0.889rem;
font-weight: 500;
letter-spacing: 0.5px;
color: #111;
padding: 15px 0;
position: relative;
text-align: center;
border: none;
text-transform: uppercase;
}
.navbar.navbar-inverse .navbar-nav > li > a:hover, 
.navbar.navbar-inverse .navbar-nav > li > a:focus {
color: #01008B;
}
.navbar.navbar-inverse .navbar-nav > .open > a, 
.navbar.navbar-inverse .navbar-nav > .active > a,
.navbar.navbar-inverse .navbar-nav > li:hover > a {
background-color: transparent !important;
color: #01008B !important;
}
.navbar.navbar-inverse .navbar-nav > li > a:hover .caret,
.navbar.navbar-inverse .navbar-nav > li > a:focus .caret,
.navbar.navbar-inverse .navbar-nav > .active > a .caret {
border-color: #01008B; 
}
.navbar.navbar-inverse .navbar-nav .dropdown-menu {
min-width: 230px;
border: 0;
border-radius: 0;
padding: 0;
background: #FFF;
box-shadow: 0 0 12px rgb(0 0 0 / 7%);
}
.navbar.navbar-inverse .navbar-nav > li > .dropdown-menu {
right: 0;
}
.navbar.navbar-inverse .navbar-nav .dropdown-menu li {
padding: 0 !important;
}
.navbar.navbar-inverse .navbar-nav .dropdown-menu li a:after {
border-left-color: #01008B;
transition: border-left-color 0.4s ease;
margin-right: -5px;
}
.navbar.navbar-inverse .navbar-nav .dropdown-menu li a:hover:after, 
.navbar.navbar-inverse .navbar-nav .dropdown-menu .active > a:after {
border-left-color: #fff;
}
.navbar.navbar-inverse .navbar-nav .dropdown-menu li:before {
display: none;
}
.navbar.navbar-inverse .navbar-nav .dropdown-menu li a {
font-size: 14px;
color: #111 !important;
padding: 7px 23px;
font-weight: 500;
background: none;
white-space: pre-wrap;
border: none;
transition: transform 0.3s ease, color 0.3s ease, background-color 0.3s ease;
}
.navbar.navbar-inverse .navbar-nav .dropdown-menu li a:hover, 
.navbar.navbar-inverse .navbar-nav .dropdown-menu .active > a, 
.navbar.navbar-inverse .navbar-nav .dropdown-menu li a:focus {
background-color: #01008B !important;
color: #fff !important;
}
.navbar.navbar-inverse .navbar-nav .dropdown-menu .dropdown-menu {
margin-top: 0;
margin-left: 0;
}
/*
HEADER CSS ENDS HERE 
*/
/*
HOMEPAGE BANNER CSS STARTS HERE 
*/
.carousel-inner {
box-shadow: none;
}
#carousel-banner-wrapper img {
width: 100%;
}
.amac-home #carousel-banner-wrapper .carousel-caption {
text-shadow: none;
padding: 167px 0 0 0;
display: flex;
justify-content: flex-start;
flex-direction: column;
height: 100%;
top: 0;
bottom: 0;
left: 0;
right: 0;
max-width: 1480px;
width: 90%;
margin: auto;
text-align: left;
}
.amac-home #carousel-banner-wrapper .home-caption-block {
max-width: 980px;
}
.amac-home #carousel-banner-wrapper .carousel-caption h1 {
font-size: 2.778rem;
color: #fff;
line-height: 1.2;
font-weight: 600;
margin: 0 0 14px;
}
.amac-home #carousel-banner-wrapper .banner-overlay {
position: absolute;
background: rgb(0,0,0);
background: -moz-linear-gradient(52deg, rgba(0,0,0,0.87) 0%, rgba(6,7,17,0) 100%);
background: -webkit-linear-gradient(52deg, rgba(0,0,0,0.87) 0%, rgba(6,7,17,0) 100%);
background: linear-gradient(52deg, rgba(0,0,0,0.87) 0%, rgba(6,7,17,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#060711",GradientType=1); 
width: 100%;
height: 100%;
right: 0;
left: 0;
bottom: 0;
}
.amac-home #carousel-banner-wrapper .home-caption-block p {
font-size: 1.389rem;
line-height: 1.4;
font-weight: 400;
margin-right: 30px;
}
.amac-home #carousel-banner-wrapper .carousel-caption .btn {
margin: 16px 0 0;
font-weight: 600;
color: #01008B;
}
/*
HOMEPAGE BANNER CSS ENDS HERE 
*/
/* 
PROMO PANELS CSS STARTS HERE 
*/

#promo-bar-wrapper > .container {
width: 90%;
max-width: 1510px;
}
#promo-bar-wrapper #promo-bar {
margin: 0px;
box-shadow: 0 0 20px rgb(0 0 0 / 16%);
display: flex;
flex-wrap: wrap;
}
#promo-bar-wrapper #promo-bar .promopanel {
border: 0;
padding: 0;
position: relative;
background-color: #EBF4F6;
position: relative;
margin-top: -270px;
z-index: 100;   
}
#promo-bar-wrapper .promo-box {
position: relative;
text-align: center;
transition: all 0.4s ease;
height: 100%;
padding: 67px 24px;
overflow: hidden;
border-radius: 0;
}
#promo-bar-wrapper .promo-box:hover {
background: #D7EBF1;
}
#promo-bar-wrapper #promo-bar .promopanel:not(:last-child) .promo-box::before {
content: "";
position: absolute;
width: 6px;
height: 100%;
background: #D7EBF1;
top: 0;
right: 0;
}
#promo-bar-wrapper .promo-box h4 {
margin: 17px 40px;
height: 67px;
}
#promo-bar-wrapper .promo-box .fill-module {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
background: none;
border: 0;
z-index: 1;
font-size: 0;
}
#promo-bar-wrapper .promo-box .img-wrapper {
margin-left: auto;
margin-right: auto;
width: 105px;
height: 105px;
background: #01008B;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
#promo-bar-wrapper .promo-box .img-wrapper img {
width: 43px;
height: 43px;
}
#promo-bar-wrapper .promo-box p {
color: #111;
}
#promo-bar-wrapper .promo-box .underline-link {
position: relative;
display: inline-block;
margin: 23px 0 0;
}
#promo-bar-wrapper .promo-box .underline-link a {
font-size: 0.889rem;
font-weight: 600;
text-transform: uppercase;
color: #01008B;
display: inline-block;
letter-spacing: 0.5px;
position: relative;
height: auto;
line-height: normal;
}
#promo-bar-wrapper .promo-box .underline-link a::before {
content: "";
position: absolute;
width: 100%;
height: 2px;
background: #01008B;
transform: none;
border-radius: 0;
bottom: 0;
left: 0;
right: auto;
transition: all 0.5s ease;
}
#promo-bar-wrapper .promo-box:hover .underline-link a::before {
width: 0;
left: auto;
right: 0;
}
/* 
PROMO PANELS CSS ENDS HERE 
*/
/* 
WELCOME CSS STARTS HERE 
*/
.amac-home #contentwrapper > div {
margin-top: 0 !important;
width: 100%;
padding: 0;
margin: 0 auto;
}
.welcome {
padding: 100px 0 0;
}
.welcome .container {
width: 90%;
max-width: 1510px;
}
.welcome img {
margin: auto;
}
.welcome h2 {
margin-right: 50px;
margin-top: 0;
}
.welcome .btn {
margin-top: 15px;
}
/* 
WELCOME CSS ENDS HERE 
*/
/* 
BECOME MEMBER CSS STARTS HERE 
*/
.become-member {
padding: 76px 0;
text-align: center;
background: rgb(1,0,139);
background: -moz-linear-gradient(35deg, rgba(1,0,139,1) 0%, rgba(215,235,241,1) 100%);
background: -webkit-linear-gradient(35deg, rgba(1,0,139,1) 0%, rgba(215,235,241,1) 100%);
background: linear-gradient(35deg, rgba(1,0,139,1) 0%, rgba(215,235,241,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#01008b",endColorstr="#d7ebf1",GradientType=1);
color: #fff;
}
.become-member h2 {
color: #fff;
margin-top: 0;
}
.become-member .col-content {
max-width: 60%;
margin: auto;
}
.become-member .btn {
padding: 12px 37px;
background: #fff !important;
margin: 20px 0 0;
}
/* 
BECOME MEMBER CSS ENDS HERE 
*/
/* 
COURSES CSS STARTS HERE 
*/
.our-courses {
padding: 20px 0;
}
.our-courses .container,  #home-teasers .teaser-cards {
width: 90%;
max-width: 1510px;
}
.our-courses h2 {
margin-top: 0;
}
.our-courses > .container > .row:nth-child(2) > .col > .col-content {
background: #F7F7FF;
box-shadow: 0 0 20px rgba(0, 0, 0, 16%);
}
.our-courses > .container > .row:nth-child(2) > .col {
padding-left: 25px;
padding-right: 25px;
}
.our-courses > .container > .row:nth-child(2) {
margin: 0 -25px;
}
.our-courses .nested-row .col:nth-child(2) .col-content {
padding: 58px 43px;
}
.our-courses .nested-row {
display: flex;
flex-wrap: wrap;
margin: 0;
}
.our-courses .nested-row .col {
padding: 0;
display: flex;
}
.our-courses .nested-row img {
width: 100%;
height: 100%;
object-fit: cover;
}
.our-courses .nested-row h4 {
margin: 0;
color: #01008B;
line-height: 1.35;
}
.our-courses .nested-row hr {
border: 3px solid #D7EBF1;
width:100%;
}
.our-courses .nested-row p a {
font-size: 0.889rem;
font-weight: 600;
text-transform: uppercase;
color: #01008B;
display: inline-block;
letter-spacing: 0.5px;
position: relative;
border: none;
margin-right: 25px;
}
.our-courses .nested-row p a::before {
content: "";
position: absolute;
width: 100%;
height: 2px;
background: #01008B;
transform: none;
border-radius: 0;
bottom: 0;
left: 0;
right: auto;
transition: all 0.5s ease;
}
.our-courses .nested-row p a:hover::before {
width: 0;
left: auto;
right: 0;
}
/* 
COURSES CSS ENDS HERE 
*/

#home-teasers .teaser-cards .teaser-inner .teaser-heading .col-xs-6:first-child{
    padding-left:0;
}

#home-teasers .teaser-cards .teaser-heading{
     margin: 40px 0px 50px 0px;   
}

#events-teaser-carousel .slick-list .slick-track .multi-slider .item {
    padding: 5px;
    padding-left: 0;
}

/* 
AFFILIATIONS CSS STARTS HERE 
*/
.affiliations {
padding: 0 0 100px;
}
.affiliations .container {
    width: 90%;
    max-width: 1510px;
}
.affiliations h2 {
text-align: left;
margin-top: 0;
}
.affiliations h2::before {
left: 0;
}
/*.affiliations .affiliations-slider .slider-content {*/
/*max-width: 90%;*/
/*margin: auto;*/
/*}*/

.affiliations  .affiliations-slider .slick-track{
    display: flex;
    align-items: center; 
}

.affiliations .affiliations-slider{
    padding-top:45px;
}
.affiliations .affiliations-slider .img-wrapper{
margin: 0 53px;
height: 100px;
}
.affiliations .affiliations-slider .img-wrapper{
height: 100%;
display: flex;
justify-content: center;
align-items: center;
border: none;
}
.affiliations .affiliations-slider .slick-arrow {
width: 12px;
height: 22px;
background: url("../images/icons/arrow-right.png") no-repeat center / contain;
}
.affiliations .affiliations-slider .slick-prev {
transform: translate(0, -50%) rotate(180deg);
left: -4px;
}
.affiliations .affiliations-slider .slick-next {
right: -10px;
}
.affiliations .affiliations-slider .slick-arrow:before {
display: none;
}

.affiliations .affiliations-slider{
    width: 98%;
    max-width: 1510px; 
}


/* 
AFFILIATIONS CSS ENDS HERE 
*/
/* 
FOOTER CSS STARTS HERE 
*/
footer {
background-color: transparent;
margin-top: 0;
padding-top: 0;
}
#footer-main {
background: #F7F7F7;
color: #111;
font-size: 0.889rem;
line-height: 26px;
padding: 100px 0 0;
position: relative;
overflow: hidden;
}
#footer-main > .container {
max-width: 1510px;
width: 90%;
}
#footer-main > .container > .row:nth-child(1) {
width: 100%;
margin: 0;
display: flex;
flex-direction: row-reverse;
}
#footer-main > .container > .row:nth-child(1) .col-md-2 {
width: 30%;
text-align: left;
}
#footer-main > .container > .row:nth-child(1) .col-md-10 {
width: 70%;
display: flex;
justify-content: space-between;
}
#footer-main > .container > .row:nth-child(1) .col-md-2 > a img {
float: none !important;
}
#footer-main > .container > .row:nth-child(1) .col-md-2 > a {
border: none;
}
#footer-main h4 {
margin: 0 0 20px;
}
#footer-main ul {
margin: 0;
padding: 0;
}
#footer-main ul li {
padding: 0;
padding-left: 10px;
margin-bottom: 0;
}
#footer-main ul li::before {
width: 4px;
height: 6px;
background: url("../images/icons/arrow-right.png") no-repeat center / contain;
}
#footer-main ul li a {
color: #111;
}
#footer-main .footer-contact {
flex: 30%;
max-width: 30%;
padding-left: 3%;
}
#footer-main .footer-about {
flex: 32%;
max-width: 32%;
}
#footer-main .footer-links {
flex: 38%;
max-width: 38%;
padding: 0 11%;
}
#footer-main .footer-contact a {
color: #111;
}
#footer-main ul li:not(:last-child) {
margin-bottom: 10px;
}
#footer-main .footer-about .btn {
margin-right: 20px;
margin-top: 10px;
}
#footer-main hr {
border: 1px solid #cdcdcd;
margin: 100px 0 0;
}
#footer-legals {
background: #F7F7F7;
}
#footer-legals > .container {
max-width: 1510px;
width: 90%;
padding-top: 20px;
padding-bottom: 20px;
}
#footer-legals > .container > .col-md-6:nth-child(1) {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
padding: 0;
}
#footer-legals p, #footer-legals #footer-poweredby a, 
#footer-legals .pull-right {
font-size: 0.889rem;
margin: 0;
color: #333;
font-weight: 300;
}
#footer-legals #footer-poweredby a {
font-weight: 300;
}
#footer-legals .pull-right a {
text-decoration: underline;
border: none;
}
#footer-legals p.pull-right a:not(:last-child) {
margin-right: 10px;
}
#footer-legals p.pull-right a:not(:first-child) {
margin-left: 10px;
}
#footer-legals p.pull-right {
position: relative;
padding: 0 16px;
margin: 0 13px;
}
#footer-legals .pull-right::before,
#footer-legals .pull-right::after {
content: "";
position: absolute;
background: #333;
width: 1px;
height: 14px;
top: 5px;
opacity: 0.7;
}
#footer-legals .pull-right::before {
left: 0;
}
#footer-legals .pull-right::after {
right: 0;
}




#footer-social {
    text-align: left;
}

#footer-social {
    height: 40px;
    padding: 0;
    text-align: right;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#footer-social > a {
margin-right: 0px;
font-size: 0px;
border: none;
width: 34px;
height: 34px;
display: inline-block;
opacity:1;
margin:0 15px;
transition:0.5s all ease;
}

#footer-social > a:hover{
    transform:translateY(-4px);
}

#footer-social > a:first-child{
margin-left:0;
}


#footer-social > a:last-child {
margin: 0;
}
#footer-social > a i {
display: block;
opacity: 1;
transition: background 0.3s ease;
}
#footer-social a i:before {
display: none;
}
#footer-social a .fa-facebook-square {
background: url("../images/icons/fb.png") no-repeat center / 34px;
width: 34px;
height: 34px;
}
#footer-social a .fa-linkedin {
background: url("../images/icons/linkedin.png") no-repeat center / 34px;
width: 34px;
height: 34px;
}


/* 
FOOTER CSS ENDS HERE 
*/
/* 
RESPONSIVE CSS STARTS HERE 
*/
@media (min-width: 768px) {
.navbar.navbar-inverse .navbar-collapse {
display: flex !important;
align-items: center;
padding: 0;
}
.navbar.navbar-inverse .navbar-nav .dropdown-menu {
opacity: 0;
visibility: hidden;
display: block;
transform: translateY(20px);
transition: all 0.4s ease;
}
.navbar.navbar-inverse .navbar-nav li:hover > .dropdown-menu {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
}



@media (min-width: 1200px) and (max-width: 1499px) {
#banner > .container {
width: 97%;
}
#banner .header a img {
width: 280px;
}
.moda-home #carousel-banner-wrapper .home-caption-block {
max-width: 482px;
}
.moda-home #carousel-banner-wrapper .carousel-caption h1 {
font-size: 2.2rem;
}
.row-khms .col {
padding-left: 13px;
padding-right: 13px;
}

.navbar.navbar-inverse .container {
    width: 95%;
}

}

@media (min-width: 1500px) and (max-width: 1699px) {
/*#banner .header a img {*/
/*width: 198px;*/
/*}*/

}


@media (min-width: 1200px) and (max-width: 1699px) {
#banner .header-cta {
width: 38%;
}
}

@media (max-width: 1680px) {
#promo-bar-wrapper #promo-bar .promopanel {
    margin-top: -200px;
}

.affiliations .affiliations-slider .img-wrapper {
    margin: 0 47px;
}

}

@media (max-width: 1600px) {
.navbar.navbar-inverse .navbar-nav > li {
    margin: 0 30px;
}

#promo-bar-wrapper .promo-box h4{
    font-size:1.3rem;
}

#promo-bar-wrapper .promo-box {
    padding: 50px 24px;
}

#footer-main .footer-links {
    flex: 40%;
    max-width: 40%;
    padding: 0 0 0 11%;
}

#footer-main .footer-contact {
    flex: 32%;
    max-width: 32%;
    padding-left: 1%;
}

#promo-bar-wrapper #promo-bar .promopanel {
    margin-top: -130px;
}

    .affiliations .affiliations-slider .img-wrapper {
        margin: 0 43px;
    }

}


@media (max-width: 1550px) {
    .affiliations .affiliations-slider .img-wrapper {
        margin: 0 43px;
    }
    
    #banner > .container {
    width:96%;
}

.navbar.navbar-inverse .container {
    width: 95%;
}

.navbar.navbar-inverse .navbar-nav > li {
        margin: 0 31.5px;
}

.amac-home #carousel-banner-wrapper .carousel-caption{
    width: 93%;
}

#promo-bar-wrapper > .container,
.welcome .container,
.our-courses .container,
.affiliations .container
{
    width: 95% !important;
}

#home-teasers .teaser-cards{
    width:94% !important;
}

#footer-main > .container {
    width: 97%;
}

.amac-home #carousel-banner-wrapper .carousel-caption h1 {
    font-size: 2.5rem;
}

.amac-home #carousel-banner-wrapper .home-caption-block p {
    font-size: 1.25rem;
}


.amac-home #carousel-banner-wrapper .carousel-caption .btn {
    margin: 12px 0 0;
}

}


@media (max-width: 1500px) {
.navbar.navbar-inverse .navbar-nav > li {
    margin: 0 24px;
}
}


@media (max-width: 1400px) {
.navbar.navbar-inverse .navbar-nav > li {
    margin: 0 18px;
 }
 
.amac-home #carousel-banner-wrapper .carousel-caption h1 {
    font-size: 2.4rem;
}

.affiliations .affiliations-slider .img-wrapper {
    margin: 0px 40px;
}

#footer-main > .container > .row:nth-child(1) .col-md-2 > a img {
    max-width: 320px;
}

#footer-main .footer-links {
    padding: 0 0 0 7%;
}
 
}


@media (max-width: 1300px) {
.navbar.navbar-inverse .navbar-nav > li {
    margin: 0 14px;
}

.amac-home #carousel-banner-wrapper .carousel-caption {
    padding: 100px 0 0 0;
}

.navbar.navbar-inverse .navbar-nav > li > a {
    font-size: 0.85rem;
}

.welcome h2{
    font-size:2rem;
}

.our-courses .nested-row h4{
    font-size:1.3rem;
}

#footer-main > .container > .row:nth-child(1) .col-md-2 > a img {
    max-width: 300px;
}
    
#footer-main .footer-about {
    flex: 36%;
    max-width: 36%;
}

#footer-main hr {
    margin: 70px 0 0;
}

#footer-main {
    padding: 75px 0 0;
}
}


@media (max-width: 1199px) {
    
    .welcome {
    padding: 20px 0 0;
}
    
    #home-teasers .teaser-cards .teaser-heading {
    margin: 0px 0px 50px 0px;
}
    
    .our-courses .nested-row hr{
    margin-top: 32px;
    margin-bottom: 32px;
    }
    
html {
font-size: 18px;
}
h1 {
font-size: 2.2rem;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.8rem;
}
h4 {
font-size: 1.6rem;
}
.jumbotron.generic-banner h1 {
font-size: 2.2rem;
}
.navbar.navbar-inverse .navbar-nav .dropdown-menu li a, #banner .navbar-right .dropdown-menu li a {
font-size: 12px;
}
.sec-intro {
padding: 60px 0;
}
.sec-intro .row:nth-child(1) .col-content {
margin: 0;
}
.row-khms {
flex-wrap: wrap;
}
.row-khms h3 {
font-size: 1.3rem;
}

.our-courses .row:nth-child(2) > .col{
    width: 100%; 
    margin-bottom:70px;
}

    .our-courses .nested-row h4 {
        font-size: 1.5rem;
    }
    
    .our-courses .nested-row .col:nth-child(2) .col-content {
    padding: 45px 20px 45px 30px;
            display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
}

    .navbar.navbar-inverse .navbar-nav > li > a {
        font-size: 0.85rem;
    }
    
        .navbar.navbar-inverse .container {
        width: 98%;
    }
    
    #promo-bar-wrapper #promo-bar .promopanel {
        flex: 50%;
        max-width: 50%;
        margin-bottom: 50px;
        margin-top:0;
    }
    
    
    #promo-bar-wrapper{
        padding-top: 100px;
    }
    
    #promo-bar-wrapper #promo-bar {
    box-shadow: none;
    }

    .welcome h2 {
        font-size: 1.9rem;
    }
    
    .amac-home #carousel-banner-wrapper .carousel-caption h1 {
    font-size: 2.3rem;
    }
    
    #footer-main > .container > .row:nth-child(1) {
    width: 100%;
    flex-direction: column-reverse;
    }
    
    #footer-main > .container > .row:nth-child(1) .col-md-2 {
    width: 100%;
    text-align:center;
    margin-bottom: 60px;
    }
    
    #footer-main > .container > .row:nth-child(1) .col-md-10 {
    width: 100%;
    }
    
    #footer-main > .container > .row:nth-child(1) .col-md-2 > a img {
    max-width: 330px;
    }
        
    #footer-legals > .container > .col-md-6:nth-child(1) {
    padding: 0;
    flex-direction: column;
    }
    
    #footer-legals p {
    margin-top: 16px;
    }

}


@media (min-width: 768px) and (max-width: 1199px) {
#banner > .container {
width: 100%;
}
#banner .header {
width: 30%;
}
#banner .col-md-7 {
width: 70%;
}
#banner .header-cta {
width: 100%;
position: absolute;
top: 0;
right: 0;
}
#banner .header a img {
width: 250px;
}
.navbar.navbar-inverse .navbar-nav > li {
margin: 0 8px;
}
.moda-home #carousel-banner-wrapper .home-caption-block {
max-width: 400px;
}
.moda-home #carousel-banner-wrapper .carousel-caption h1 {
font-size: 2rem;
}
.moda-home #carousel-banner-wrapper .carousel-caption p {
font-size: 0.9rem;
}
.moda-home #carousel-banner-wrapper .carousel-caption p:not(:last-child) {
margin-bottom: 14px;
}
.row-khms .col {
max-width: 50%;
flex: 50%;
}
.row-khms .col:nth-child(1), .row-khms .col:nth-child(2) {
margin-bottom: 33px;
}
}


@media (max-width: 991px) {
    
    #footer-social {
    margin-top: 15px;
    }
    
    
html {
font-size: 16px;
}
#header-search .icon-close {
right: 20px;
top: 10px;
transform: none;
}
#header-search .icon-close img {
width: 15px;
}

.amac-home #carousel-banner-wrapper .carousel-caption {
padding: 55px 0 0 0;
}

.amac-home #carousel-banner-wrapper .carousel-caption h1 {
    font-size: 2.1rem;
}
    
.amac-home #carousel-banner-wrapper .home-caption-block p {
    font-size: 1.2rem;
    line-height: 1.5;
}

#banner .navbar-right .btn {
    padding: 10px 33px;
}

#banner .col-md-7 .btn-join .btn{
   padding: 10px 26px; 
}

#banner .navbar-right {
    margin: 0 15px;
}

.amac-home #carousel-banner-wrapper .carousel-caption .btn {
    margin: 9px 0 0;
}
    
#promo-bar-wrapper {
    padding-top: 75px;
}

.welcome h2 {
    font-size: 1.75rem;
}
    
.welcome img {
    max-width: 300px;
}

.our-courses .nested-row .col:nth-child(2) .col-content {
    padding: 30px 29px 45px 23px;
}

.our-courses .nested-row hr{
    margin-top: 20px;
    margin-bottom: 20px;
}

.our-courses .row:nth-child(2) > .col {
    width: 100%;
    margin-bottom: 60px;
}

#footer-main .footer-contact p{
    margin-bottom: 8px;
}

#footer-main {
    padding: 70px 0 0;
}
    
#footer-main .footer-links {
    padding: 0 0 0 8%;
}

.footer-links  h4 {
    font-size: 1.4rem;
}

#footer-main .footer-about .btn{
    padding: 11px 22px;
    margin-right: 14px;
}
   
}


@media (max-width: 767px) {

    
        .amac-home #carousel-banner-wrapper .carousel-caption .btn {
        background: #01008B !important;
        color: #D7EBF1;
        }
        
        .our-courses .row:nth-child(2) > .col {
        margin-bottom: 40px;
        }
        
        .affiliations {
        padding: 0 0 80px;
        }
        
        #footer-main > .container > .row:nth-child(1) .col-md-2 > a img {
        max-width: 270px;
        }
    
        #footer-main .footer-contact {
        flex: 100%;
        max-width: 100%;
        padding-left: 0;
       }
       
       #footer-main h4 {
    font-size: 1.4rem;
    margin-top:30px;
       }
       
        #footer-main .footer-links {
        padding: 0 0 0 0%;
        flex: 100%;
        max-width: 100%;
         }
         
        #footer-main .footer-about {
        flex: 100%;
        max-width: 100%;
    }
    
        #footer-legals > .container > .col-md-6:nth-child(1) {
        text-align: center;
        }
        
        #footer-legals .pull-right::before, #footer-legals .pull-right::after{
            display:none;
        }
        
        #footer-legals p.pull-right{
            margin-top:14px;
                float: none !important;
        }
        
        #footer-legals > .container {
         width: 95%;
         padding-left: 0;
         padding-right: 0;
         padding-bottom:30px;
        }
    
        #footer-main > .container > .row:nth-child(1) .col-md-2 {
        margin-bottom: 15px;
        }
    
    #footer-main > .container > .row:nth-child(1) .col-md-10 {
    display: block;
    }
    
    #footer-main .footer-about .btn {
        padding: 11px 28px;
    }
        
        .affiliations .affiliations-slider {
        padding-top: 30px;
        }
        
        .amac-home #carousel-banner-wrapper .carousel-caption .btn:before{
            background: #D7EBF1;
        }
        
        .affiliations .affiliations-slider .slick-prev {
            left: -8px;
        }
        
        .affiliations .affiliations-slider .slick-next {
            right: -8px;
        }
        
        .amac-home #carousel-banner-wrapper .carousel-caption .btn:hover{
           color: #01008B;
        }
    
    .amac-home #carousel-banner-wrapper .carousel-caption h1 {
    font-size: 1.6rem;
    line-height: 1.3;
    color: #111;
    }
    
    .welcome h2{
        margin-right:0px;
        font-size: 1.6rem;
    }
    
        #promo-bar-wrapper #promo-bar .promopanel {
        flex: 100%;
        max-width: 100%;
        margin-bottom: 35px;
        }
        
        #promo-bar-wrapper #promo-bar .promopanel:not(:last-child) .promo-box::before{
            display:none;
        }
        
        
        .our-courses .nested-row .col:nth-child(2) .col-content {
        padding: 45px 30px 45px 0;
    }
    
        .our-courses .nested-row h4 {
        font-size: 1.4rem;
    }
        
    .become-member .col-content {
    max-width: 97%;
    }
        
    .welcome img {
    max-width: 200px;
    margin-bottom:50px;
    }
    
    .amac-home #carousel-banner-wrapper .home-caption-block p{
        margin-right:0;
        color: #111;
        font-size:1.05rem;
    }
    
        #promo-bar-wrapper .promo-box {
        padding: 40px 23px;
    }
    
    .amac-home #carousel-banner-wrapper .banner-overlay {
    display: none;
    }
    
    .amac-home #carousel-banner-wrapper .container {
        padding: 40px 20px 40px;
        background: #EBF4F6;
    }
    
        .amac-home #carousel-banner-wrapper .carousel-caption {
        position: relative;
        display: block;
        max-width: 100% !important;
        width: 100%;
        text-align: center;
        padding: 0;
        }
    
    
    .navbar.navbar-inverse .navbar-nav > li {
    margin: 0 0px;
    }
    
    .navbar.navbar-inverse .navbar-nav > li > a {
    padding: 9px 0;
    }
    
    #banner .navbar-right {
    margin: 0 16px;
}
    
    #banner .header a img {
    width: 220px;
    }
    
    #banner .icon-call a {
    width: 35px;
    height: 35px;
    background: #D7EBF1 url(../images/icons/phone.png) no-repeat center / 16px;
    }
    
    #banner {
    padding: 6px 0 13px;
    }
    
    .navbar-nav {
    margin: 7.5px 0px 16px;
}
    
#banner > .container {
width: 100%;
}
#banner > .container > .row {
flex-direction: column;
}
#banner .header {
width: 100%;
}
#banner .col-md-7 {
width: 100%;
padding-right: 15px;
justify-content: center;
padding-top: 17px;
}

#banner .col-md-7 .btn-join .btn{
    font-size: 0.7rem;
    padding: 9px 24px;
}

#banner .header-cta {
width: 100%;
padding-left: 15px;
margin: 20px 0 0;
}
#banner .header-cta .cta-btn p {
margin: 2px 3px;
}
#banner .header-cta .cta-btn .btn {
padding: 13px 13px;
font-size: 0.6rem;
}
.navbar.navbar-inverse .navbar-toggle {
border-color: transparent !important;
background: transparent !important;
padding: 0;
margin-top: -114px;
z-index: 1;
border-radius: 0;
}
.navbar.navbar-inverse .navbar-toggle .icon-bar {
background-color: #000;
}
.navbar.navbar-inverse .navbar-collapse {
border-color: rgb(16 16 16 / 16%);
background: #F7F7FF;
position: relative;
top: 10px;
}
.navbar.navbar-inverse .navbar-nav .dropdown-menu li a::after {
transform: rotate(90deg);
}
#banner .navbar-right .dropdown-menu {
position: absolute;
right: 0;
left: auto;
}
#banner.fixed {
position: relative;
}
.moda-home #carousel-banner-wrapper .container {
padding: 50px 20px;
background: #2E3437;
}
.moda-home #carousel-banner-wrapper .carousel-caption {
position: relative;
display: block;
max-width: 100%;
width: 100%;
text-align: center;
padding: 0;
}
.moda-home #carousel-banner-wrapper .home-caption-block {
max-width: 100%;
}
.moda-home #carousel-banner-wrapper .carousel-caption h1 {
font-size: 2rem;
}
.moda-home #carousel-banner-wrapper .carousel-caption p {
color: #fff;
margin: 0;
}
.row-khms .col:not(:last-child) {
margin-bottom: 30px;
}
}


/* 
RESPONSIVE CSS ENDS HERE 
*/


/*
KEYFRAMES CSS STARTS HERE 
*/
@-webkit-keyframes trin-trin {
20%,
32%,
44%,
56%,
68%,
from {
-webkit-transform:rotate3d(0,0,1,0deg);
transform:rotate3d(0,0,1,0deg)
}
23%,
35%,
47%,
59%,
71% {
-webkit-transform:rotate3d(0,0,1,15deg);
transform:rotate3d(0,0,1,15deg)
}
26%,
38%,
50%,
62%,
74% {
-webkit-transform:rotate3d(0,0,1,0deg);
transform:rotate3d(0,0,1,0deg)
}
29%,
41%,
53%,
65%,
77% {
-webkit-transform:rotate3d(0,0,1,-15deg);
transform:rotate3d(0,0,1,-15deg)
}
80% {
-webkit-transform:rotate3d(0,0,1,0deg);
transform:rotate3d(0,0,1,0deg)
}
}
@-ms-keyframes trin-trin {
20%,
32%,
44%,
56%,
68%,
from {
transform:rotate3d(0,0,1,0deg)
}
23%,
35%,
47%,
59%,
71% {
transform:rotate3d(0,0,1,15deg)
}
26%,
38%,
50%,
62%,
74% {
transform:rotate3d(0,0,1,0deg)
}
29%,
41%,
53%,
65%,
77% {
transform:rotate3d(0,0,1,-15deg)
}
80% {
transform:rotate3d(0,0,1,0deg)
}
}
@keyframes trin-trin {
20%,
32%,
44%,
56%,
68%,
from {
-webkit-transform:rotate3d(0,0,1,0deg);
transform:rotate3d(0,0,1,0deg)
}
23%,
35%,
47%,
59%,
71% {
-webkit-transform:rotate3d(0,0,1,15deg);
transform:rotate3d(0,0,1,15deg)
}
26%,
38%,
50%,
62%,
74% {
-webkit-transform:rotate3d(0,0,1,0deg);
transform:rotate3d(0,0,1,0deg)
}
29%,
41%,
53%,
65%,
77% {
-webkit-transform:rotate3d(0,0,1,-15deg);
transform:rotate3d(0,0,1,-15deg)
}
80% {
-webkit-transform:rotate3d(0,0,1,0deg);
transform:rotate3d(0,0,1,0deg)
}
}
/*
KEYFRAMES CSS ENDS HERE 
*/