/* RESET CSS STRAT */

* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: 'Poppins', sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: normal;
    color: #232e33;
    outline: none;
    line-height: 1.5em;
    overflow-x: hidden;
}

h1,
h2,
h3,
h3,
h4,
h5,
h6 {
    color: #131516;
    font-size: 30px;
    margin: 0px;
    line-height: 1.3em;
}

p {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    line-height: 22px;
    color: #09143E;
}

.hr {
    margin-bottom: 15px;
    margin-top: 15px;
    border-color: #09143E;
    width: 25%;
    margin-left: auto;
    margin-right: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

a {
    outline: none !important;
    color: #f15922;
    text-decoration: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

a:hover,
a:active,
a:focus {
    outline: none !important;
    text-decoration: none;
    color: #09143E;
}

textarea,
input:focus {
    outline: none !important;
    text-decoration: none;
}

img {
    border: 0;
}

.img-responsive100 {
    width: 100%;
}

.nopd {
    padding-left: 0px;
    padding-right: 0px;
}

.fsize14 {
    font-size: 13px;
    line-height: 18px;
}

.fsize16 {
    font-size: 16px;
}

.fsize18 {
    font-size: 20px;
}

.fsize22 {
    font-size: 20px;
}

.fsize28 {
    font-size: 28px;
}

.fsize24 {
    font-size: 24px;
}

.min-height190 {
    min-height: 190px !important;
}

.font-weight-300 {
    font-weight: 300 !important;
}

.font-weight-900 {
    font-weight: 900 !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.overflow {
    overflow: hidden;
}

.zIndex2 {
    z-index: 2;
}

li {
    color: #1e1e1e;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

::-moz-selection {
    background-color: #ED3024;
    color: #fff;
}

::selection {
    background-color: #ED3024;
    color: #fff;
}

/* RESET CSS END */

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.8) !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.8) !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0, 0, 0, 0.8) !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.8) !important;
}

.zindex2 {
    z-index: 1;
}

.show {
    display: block !important;
}

.secBg {
    background-color: #f4ece6;
}

.primaryColor {
    background: -webkit-linear-gradient(90deg, #ED3024 0%, #FF6600 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

/* STICKY ANV BAR */

.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 50;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    box-shadow: 0 0 18px 1px rgba(0, 0, 0, .1)
}

.header.sticky {
    background-color: #FFFFFF;
}

/* -------------------------------------------------- */

/*  Back Top
/* -------------------------------------------------- */

#back-top {
    position: fixed;
    right: 10px;
    bottom: 10rem;
    z-index: 999;
    overflow: hidden;
    display: none;
    width: 50px;
    height: 50px;
    border: 1px solid #FFF;
    background-color: #373435;
    border-radius: 100%;
    text-align: center;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

#back-top:after {
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    font-family: 'Font Awesome 5 Pro';
    content: "\f062";
    line-height: 48px;
    -webkit-transition: color .25s ease, -webkit-transform 2s ease;
    transition: color .25s ease, transform 2s ease;
}

#back-top:hover {
    border-color: transparent;
    background-color: #09143E;
}

#back-top:hover:after {
    color: #FFF;
}

/* -------------------------------------------------- */

/*  Back Top END
/* -------------------------------------------------- */

.bc-img01 {
    background-image: url(../images/SMU-EDU-Desktop.png);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.bc-img01:after {
    position: absolute;
    
    opacity: 0.9;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    mix-blend-mode: luminosity;
}
.thanks-img01 {
    background-image: url(../images/thanks.png);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.thanks-img01:after {
    position: absolute;
    
    opacity: 0.9;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    mix-blend-mode: luminosity;
}

.bnrThub {
    position: absolute;
    left: 34%;
    bottom: 0;
}

.sideNavi {
    position: fixed;
    top: 50%;
    right: -44px;
    z-index: 2;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sideNavi a {
    background-color: #09143E;
    font-weight: 500;
    border: 1px solid #FFFF;
    border-radius: 0;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    border-right: 0;
    font-size: 1.1rem;
    padding: 15px 15px;
    display: block;
    margin-top: 25px;
}

.sideNavi a.telphone {
    background-color: #ffcb05;
    color: #09143E;
}

.sideNavi a:hover {
    background-color: #F64914;
    color: #FFF;
}

a.whatsapp_chat {
    display: block;
    position: fixed;
    left: 2rem;
    bottom: 50px;
    z-index: 99;
    animation: 4s infinite bounce;
    background-color: #2ab200;
    color: #fff;
    padding: 8px;
    font-size: 2.2rem;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    text-align: center;
    box-shadow: 0 0 10px #111
}

.text-dark {
    color: #09143E !important;
}