@import url(homestyle.css);
#address>div>div>div>ul>li:nth-child(2)>a {
    text-transform: lowercase
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body,
html {
    height: 100%
}

body {
    font-family: STIXGeneral-Regular;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 16px;
    color: #24407a;
    line-height: 24px;
    letter-spacing: .01em
}

a {
    text-decoration: none;
    color: #4e5051;
    cursor: pointer !important;
    outline: 0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s
}

a:focus,
a:hover {
    text-decoration: none;
    color: #e6cc8f
}

a:focus {
    outline: 0
}

input:focus {
    outline: 0
}

img {
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden
}

p {
    margin: 0 0 15px 0;
    line-height: 1.2
}

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

.brdr-top {
    border-top: #e6cc8f 1px solid;
    padding: 0 !important
}

.brdr-right {
    border-right: #e6cc8f 1px solid
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: STIXGeneral-Regular
}

p {
    line-height: 1.5
}

.mb-8 {
    margin-bottom: 8rem
}

button:focus {
    outline: 0 !important;
    box-shadow: none !important;
    border: 0 !important
}

.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    font-size: inherit !important
}

.section-bg-yellow {
    background: #e6cc8f
}

.btn-default {
    background: #fff;
    color: #4e5051 !important;
    transition-duration: .3s;
    padding: 15px 30px
}

.btn-default:hover {
    background: #333;
    color: #fff !important;
    transition-duration: .3s
}

.btn-border {
    background-color: transparent;
    border: 2px solid #4e5051;
    color: #4e5051;
    padding: 15px 30px;
    font-family: STIXGeneral;
    font-weight: 500
}

.btn-border:hover {
    background-color: transparent;
    border: 2px solid #000;
    color: #000
}

.btn-border-white {
    padding: 15px 30px;
    font-family: STIXGeneral;
    color: #fff;
    border: 2px solid #fff;
    background-position: 100%
}

.btn-border-white:hover {
    color: #4e5051;
    background-image: -webkit-linear-gradient(30deg, #fff 50%, transparent 50%);
    background-image: linear-gradient(70deg, #fff 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

.btn-fill {
    padding: 15px 30px;
    font-family: STIXGeneral;
    color: #4e5051;
    border: 2px solid #fff;
    background-image: -webkit-linear-gradient(30deg, #fff 50%, transparent 50%);
    background-image: linear-gradient(30deg, #fff 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

.btn-fill:hover {
    background-position: 100%;
    color: #fff
}

.btn-fill-dark {
    padding: 15px 30px;
    font-family: STIXGeneral;
    color: #fff;
    border: 2px solid #4e5051;
    background-image: -webkit-linear-gradient(30deg, #4e5051 50%, transparent 50%);
    background-image: linear-gradient(30deg, #4e5051 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

.btn-fill-dark:hover {
    background-position: 100%;
    color: #4e5051
}

.btn-fill-green {
    padding: 15px 30px;
    font-family: STIXGeneral;
    color: #fff;
    border: 2px solid #0994a2;
    background-image: -webkit-linear-gradient(30deg, #0994a2 50%, transparent 50%);
    background-image: linear-gradient(30deg, #0994a2 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

.btn-fill-green:hover {
    background-position: 100%;
    color: #fff;
    border: 2px solid #fff
}

.btn-fill-cyan {
    padding: 15px 30px;
    font-family: STIXGeneral;
    color: #fff;
    border: 2px solid #00c1d5;
    background-image: -webkit-linear-gradient(30deg, #4e5051 50%, transparent 50%);
    background-image: linear-gradient(60deg, #00c1d5 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

.btn-fill-cyan:hover {
    background-position: 100%;
    color: #4e5051
}

.btn-text-lg {
    padding: 1rem 3rem;
    font-size: 1.5rem;
    display: inline-block
}

.bg-white {
    background: #fff
}

.bg-black {
    background: #000
}

.bg-grey {
    background: #8a8d8f
}

.bg-light-grey {
    background: #f3f4f4
}

.bg-dark {
    background: #191919
}

.bg-cyan {
    background: #0994a2
}

.bg-yellow {
    background: #ffc525
}

.coverbg {
    background: #000 no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.text-white {
    color: #fff !important
}

.text-black {
    color: #000 !important
}

.text-dark {
    color: #333 !important
}

.text-light-blue {
    color: #00c1d5 !important
}

.text-light-green {
    color: #2dc84d !important
}

.text-grey {
    color: #505050 !important
}

.text-light-grey {
    color: #8a8d8f !important
}

.text-yellow {
    color: #e6cc8f !important;
    border: 0 !important
}

.right-border {
    border-right: 1px #e6cc8f solid
}

.text-underline {
    text-decoration: underline
}

.text-underline:hover {
    text-decoration: none
}

.default-link {
    color: #fa4238
}

.default-link:hover {
    color: #ffc525
}

.link-underline {
    text-decoration: none;
    color: #4e5051;
    font-family: STIXGeneral
}

.link-underline:after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    margin-top: .35rem;
    background: #00c1d5;
    margin-bottom: 20px
}

.anim-underline {
    background: 0 0;
    border: none;
    display: inline-block;
    outline: 0;
    position: relative;
    transition: .3s;
    padding-bottom: 10px
}

.anim-underline:before {
    content: '';
    border-bottom: 2px solid #00c1d5;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50%;
    transition: .3s
}

.anim-underline:hover:before {
    width: 100%;
    padding: 0
}

.anim-underline:active {
    background: 0 0 !important;
    color: #4e5051;
    transition: none
}

.anim-underline-link {
    background: 0 0;
    border: none;
    display: inline-block;
    outline: 0;
    position: relative;
    transition: .3s;
    padding-bottom: 10px;
    font-family: STIXGeneral
}

.anim-underline-link:before {
    content: '';
    border-bottom: 2px solid #00c1d5;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50%;
    transition: .3s
}

.anim-underline-link:hover:before {
    width: 100%;
    padding: 0
}

.anim-underline-link:active {
    background: 0 0 !important;
    color: #4e5051;
    transition: none
}

.anim-green:before {
    border-bottom: 2px solid #2dc84d
}

.anim-yellow:before {
    border-bottom: 2px solid #fec843
}

.anim-dark:before {
    border-bottom: 2px solid #8a8d8f
}

.anim-red:before {
    border-bottom: 2px solid #ce2833
}

.zoom-card-img {
    overflow: hidden
}

.zoom-img {
    transition: .3s
}

.zoom-img:hover {
    transform: scale(1.1)
}

.font-md {
    font-size: 26px
}

header {
    background-color: #232f5f;
    z-index: 9999;
    position: absolute;
    width: 100%;
    border-bottom: 1px rgb(230 204 143 / 50%) solid
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    animation: smoothScroll 1s forwards;
    background: #232f5f !important;
    border-bottom: 1px rgb(230 204 143 / 50%) solid
}

.fixed-header .header-classic {
    background: 0 0 !important
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px)
    }
    100% {
        transform: translateY(0)
    }
}

.navbar-classic {
    z-index: 999
}

.header-classic ul.social {
    padding: 5px 40px;
    text-transform: uppercase;
    margin-top: 3px
}

.header-classic ul.social li {
    display: inline-block;
    text-align: center;
    margin-right: 5px
}

.header-classic .navbar {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 15px;
    padding-bottom: 15px
}

.navbar-classic .navbar-nav .nav-item {
    margin: 8px 25px;
    text-align: center;
    display: flex;
    align-items: center
}

.navbar-classic .navbar-nav .nav-item .nav-link {
    padding: 15px 0;
    position: relative;
    display: grid;
    justify-content: center;
    transition: .3s;
    cursor: pointer;
    text-transform: uppercase;
    font-family: STIXGeneral-Regular;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 20px;
    font-weight: 400
}

.navbar-classic .navbar-nav .nav-item .nav-link:hover {
    color: #e6cc8f
}

.navbar-classic .navbar-nav .nav-item .nav-link.active::before,
.navbar-classic .navbar-nav .nav-item .nav-link:hover::before {
    background: 0 0;
    content: '';
    border-bottom: 1px solid #e6cc8f;
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    width: 100%;
    transition: .3s
}

.navbar-classic .navbar-nav .nav-item .nav-link.active {
    color: #e6cc8f
}

.navbar-classic .nav-item.nav-item-line.active>.nav-link {
    color: #000
}

.navbar-classic .navbar-nav .nav-item .nav-link:hover.dropdown-toggle::after {
    color: #000
}

.navbar-classic .navbar-nav .nav-item.nav-item-fill.active>.nav-link,
.navbar-classic .navbar-nav .nav-item.nav-item-fill>.nav-link:active:focus>.nav-link,
.navbar-classic .navbar-nav .nav-item.nav-item-fill>.nav-link:active>.nav-link,
.navbar-classic .navbar-nav .nav-item.nav-item-fill>.nav-link:focus>.nav-link,
.navbar-classic .navbar-nav .nav-item.nav-item-fill>.nav-link:hover>.nav-link {
    background: #fa4238;
    color: #fff
}

.navbar-classic .navbar-nav .nav-item.nav-item-double-line.active>.nav-link,
.navbar-classic .navbar-nav .nav-item.nav-item-line.active>.nav-link,
.navbar-classic .navbar-nav .nav-item.nav-item-line>.nav-link:hover,
.navbar-nav .nav-item.nav-item-line>.nav-link:active,
.navbar-nav .nav-item.nav-item-line>.nav-link:active:focus,
.navbar-nav .nav-item.nav-item-line>.nav-link:focus {
    color: #00c1d5
}

.navbar-classic .navbar-nav .nav-item.nav-item-line>.nav-link::after {
    content: '';
    background: #00c1d5;
    width: 0;
    height: 2px;
    left: 50%;
    bottom: 0;
    position: absolute;
    transition: .3s
}

.navbar-nav .nav-item.nav-item-line.active>.nav-link::after,
.navbar-nav .nav-item.nav-item-line>.nav-link:active::after,
.navbar-nav .nav-item.nav-item-line>.nav-link:active:focus::after,
.navbar-nav .nav-item.nav-item-line>.nav-link:focus::after,
.navbar-nav .nav-item.nav-item-line>.nav-link:hover::after {
    width: 100%;
    left: 0
}

.navbar-classic .dropdown-toggle::after {
    margin-top: 1px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    vertical-align: -2px;
    content: "";
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    color: #bdbebf;
    font-family: FontAwesome;
    font-weight: 900;
    margin-right: 15px;
    font-size: 20px;
    float: right
}

.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #8a8d8f;
    border-radius: 0
}

.navbar-brand {
    display: inline-block;
    margin-right: initial;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand img {
    max-width: 100% !important
}

.dropdown-submenu .dropdown-menu {
    margin-top: 16px
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    margin-top: 32px;
    padding: 0;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #232f5f;
    background-clip: padding-box;
    border-radius: 0;
    border: 0
}

.dropdown-item {
    display: block;
    padding: 10px 0;
    clear: both;
    font-weight: 400;
    color: #232f5f;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-family: STIXGeneral-Regular;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 26px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word
}

.dropdown-item {
    position: relative
}

.dropdown-item:hover::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #e6cc8f;
    width: 100%
}

.dropdown-item:hover {
    color: #232f5f !important;
    background-color: transparent !important;
    border-radius: 0
}

.dropdown-item:hover.dropdown-toggle::after,
.dropdown-toggle::after {
    color: #232f5f
}

.dropdown-item:hover .nav-dropitem-arrow {
    color: #000;
    opacity: 1;
    margin-right: 5px
}

.mega-dropdown-menu .menu-title {
    display: inline-block;
    padding: 10px 0;
    clear: both;
    color: #232f5f;
    text-align: inherit;
    white-space: nowrap;
    border: 0;
    background-color: transparent;
    font-family: STIXGeneral;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    border-bottom: 2px solid #e6cc8f;
    margin-bottom: 10px
}

@media(min-width:992px) {
    .dropdown .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        transition: all .3s ease-in
    }
    .dropdown:hover>.dropdown-menu {
        visibility: visible !important;
        opacity: 1 !important;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1)
    }
    .dropdown-submenu:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1)
    }
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu a::after {
    transform: rotate(0)
}

.dropdown-submenu .dropdown-menu {
    top: -16px;
    left: 100%;
    margin-right: .1rem
}

.caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle
}

.mega-dropdown {
    position: unset
}

.mega-dropdown-menu {
    width: 100%;
    position: absolute;
    top: 103px;
    margin: 15px 0;
    background-color: #fff;
    padding: 50px 80px
}

.mega-dropdown-menu ul {
    list-style: none
}

.single-dropdown-menu {
    width: 100%;
    position: absolute;
    margin: 15px 0;
    margin-top: 17px
}

.nav-dropitem-arrow {
    position: relative;
    font-size: 12px;
    opacity: 0;
    padding-right: 10px
}

.nav-dropitem-arrow i {
    position: absolute
}

.navbar-boxed .navbar-toggler,
.navbar-classic .navbar-toggler {
    padding: 22px 10px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 0 solid #eaeaf0;
    border-radius: .25rem;
    position: absolute;
    top: 7px;
    right: 10px;
    z-index: 999
}

.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu {
    background: #4e5051;
    box-shadow: none;
    margin: 7px 0;
    padding-bottom: 20px
}

.navbar-classic .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    border-top: 1px solid #fff;
    color: #fff
}

.navbar-classic .navbar-collapse.show .navbar-nav .nav-item:last-child .nav-link {
    border-bottom: 0 solid #ee2225
}

.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
    border-bottom: 1px solid #f1f1f6
}

.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu {
    background: #fff;
    box-shadow: none;
    margin: 7px 0
}

.navbar-boxed .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid #f1f1f6
}

.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
    border-bottom: 1px solid #f1f1f6
}

.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-item {
    color: #fff;
    font-size: 14px
}

.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu {
    background: #fff;
    box-shadow: none;
    margin: 7px 0
}

.navbar-transparent .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid #495bfb
}

.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
    border-bottom: 1px solid #f1f1f6
}

.navbar-toggler.collapsed .icon-bar {
    margin-top: 6px
}

.icon-bar {
    width: 30px;
    height: 3px;
    background-color: #4e5051;
    display: block;
    margin-top: 4px;
    border-radius: 3px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.navbar-toggler:focus {
    outline: 0
}

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 25% 190%
}

.navbar-toggler .middle-bar {
    opacity: 0
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 20% -80%;
    background-color: #4e5051;
    width: 100%
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
    background-color: #e6cc8f
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
    background-color: #e6cc8f;
    width: 100%
}

.navbar-classic .navbar-collapse.show .navbar-nav {
    width: 100%;
    padding-right: 0
}

.navbar-classic .navbar-collapse.show .navbar-nav .nav-link {
    width: 100%
}

.footer {
    background-color: #232f5f;
    padding: 50px 50px 0;
    color: #fff
}

.footer-bottom {
    margin-top: 1rem;
    padding-top: 1rem;
    padding-bottom: .2rem;
    border-top: 1px solid #e0e0e0
}

.footer-bottom p {
    font-size: 13px;
    margin-bottom: 0
}

.footer-bottom a.link-small {
    font-size: 11px;
    color: #4e5051
}

.footer-navbar {
    padding-left: 0;
    list-style: none;
    display: flex
}

.footer-navbar i {
    font-size: 10px;
    color: #333;
    transition: 1s;
    display: none
}

.footer-navbar li.footer-navbar-item {
    padding-right: 30px;
    font-size: 14px;
    display: flex
}

.footer-navbar li.footer-navbar-item:before {
    content: "";
    display: inline-block;
    background: url(../images/icons/footer-links-lh.png) no-repeat;
    width: 20px;
    height: 9px;
    margin-top: 5px
}

.footer-navbar li.footer-navbar-item a {
    color: #4e5051;
    text-decoration: none
}

.footer-navbar li.footer-navbar-item a:hover {
    color: #333
}

.footer .footertext-large {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-family: STIXGeneral-Regular
}

.footer .footertext-large:after {
    content: "";
    display: block;
    height: 1px;
    margin-top: .75rem;
    background: #e6cc8f;
    margin-bottom: 20px;
    width: 95%
}

.footer .footertext-large-link {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    display: inline-block
}

.footer .footertext-large-link:after {
    content: "";
    display: none;
    height: 1px;
    margin-top: .75rem;
    background: 0 0;
    margin-bottom: 20px;
    width: 95%
}

.footer .footertext-link a {
    color: #fff !important
}

.footer .footertext-link a:after {
    content: "|";
    height: 0;
    margin-top: .35rem;
    background: 0 0 !important;
    margin-bottom: 20px;
    margin-right: 15px;
    margin-left: 15px
}

.footer a.links-bttm:after {
    content: ""
}

.footer ul.footer-column li {
    display: block;
    margin-bottom: 1rem
}

.footer ul.footer-column li a.link-small {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-family: STIXGeneral-Regular
}

.footer ul.footer-column li:hover a.link-small {
    color: #e6cc8f;
    text-decoration: none
}

.footer-column-last {
    float: right;
    margin-right: 36px
}

.footer .fixed-bottom {
    bottom: 0
}

.footer-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99999
}

.footer-menu {
    padding-top: 100px;
    padding-bottom: 50px
}

.logo-footer {
    max-width: 20%
}

.footer ul.social li {
    display: inline-block;
    text-align: center;
    margin-right: 5px
}

.thankyou-modal.modal {
    z-index: 999999
}

.thankyou-modal .modal-header {
    display: block;
    border-bottom: 0
}

.thankyou-modal .modal-header .close {
    padding: .5rem 1.5rem
}

.thankyou-modal .modal-content {
    border-radius: 0 !important;
    background-color: #ecbe2b;
    border: 5px solid #fff;
    -webkit-box-shadow: 3px 4px 8px 0 rgba(0, 0, 0, .22);
    -moz-box-shadow: 3px 4px 8px 0 rgba(0, 0, 0, .22);
    box-shadow: 3px 4px 8px 0 rgba(0, 0, 0, .22)
}

.thankyou-modal .close {
    color: #fff;
    opacity: 1;
    background-color: #000;
    font-weight: 100;
    text-shadow: none
}

.thankyou-modal .modal-content h3 {
    font-family: HelveticaLTStdBold
}

.thankyou-modal .modal-content a {
    text-decoration: underline
}

ul.social li {
    display: inline-block;
    text-align: center
}

ul.social li:hover {
    cursor: pointer
}

ul.social li:hover a i {
    color: #fff
}

ul.social li a {
    color: #232f5f;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    line-height: .5;
    font-size: 1rem
}

ul.social li a:focus,
ul.social li a:hover {
    color: #232f5f
}

ul.social li .fa {
    font-size: 15px;
    border-radius: 50%;
    border: 1px solid #e6cc8f;
    width: 35px;
    height: 35px;
    line-height: 33px;
    transition: all .2s;
    color: #e6cc8f
}

ul.social li .fa:hover.fa-facebook {
    background-color: #232f5f;
    color: #e6cc8f;
    transition: all .2s
}

ul.social li .fa:hover.fa-twitter {
    background-color: #232f5f;
    color: #e6cc8f;
    transition: all .2s
}

ul.social li .fa:hover.fa-linkedin {
    background-color: #232f5f;
    color: #e6cc8f;
    transition: all .2s
}

ul.social li .fa:hover.fa-instagram {
    background-color: #232f5f;
    color: #e6cc8f;
    transition: all .2s
}

ul.social li .fa:hover.fa-youtube {
    background-color: #232f5f;
    color: #e6cc8f;
    transition: all .2s
}

.section {
    padding-top: 60px;
    padding-bottom: 10px
}

.section-top-half {
    padding-top: 60px;
    position: relative
}

.section-bottom-half {
    padding-bottom: 100px
}

.section-bottom {
    padding-bottom: 0
}

.section-bottom-med {
    padding-bottom: 60px
}

.section-title {
    position: relative
}

.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
    margin-bottom: 0;
    color: #4e5051
}

.section-heading .card-title {
    font-size: 21px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: 2px
}

.section-sub-heading-sm .card-title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 2px
}

.section-sub-heading .card-title {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 2px
}

.section-heading-large .card-title {
    font-size: 50px;
    line-height: 55px;
    letter-spacing: 5px
}

#intro .bttn-click {
    position: absolute;
    right: 41.2%;
    margin-top: 15.5%;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 99
}

#intro .bttn-click::before {
    background: 0 0;
    content: '';
    border-bottom: 2px solid #fff;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    width: 100%;
    transition: .3s
}

#intro .section-heading-large h1:before {
    content: "";
    display: block;
    width: 130px;
    height: 2px;
    background: #8e7142;
    left: -30%;
    top: 50%;
    position: absolute
}

#intro .section-heading-large h1:after {
    content: "";
    display: block;
    width: 130px;
    height: 2px;
    background: #8e7142;
    right: -30%;
    top: 50%;
    position: absolute
}

#intro .arrow-tl h4 {
    text-align: right;
    right: -170px;
    top: 12px;
    position: absolute;
    cursor: pointer;
    font-size: 38px;
    color: #232f5f;
    line-height: 35px;
    z-index: 99
}

#intro .arrow-tr h4 {
    text-align: left;
    left: -150px;
    top: 3px;
    position: absolute;
    cursor: pointer;
    font-size: 38px;
    color: #232f5f;
    line-height: 35px;
    z-index: 99
}

#intro .arrow-bl h4 {
    text-align: right;
    right: -195px;
    top: 138px;
    position: absolute;
    cursor: pointer;
    font-size: 38px;
    color: #232f5f;
    line-height: 35px;
    z-index: 99
}

#intro .arrow-br h4 {
    text-align: left;
    left: -175px;
    top: 174px;
    position: absolute;
    cursor: pointer;
    font-size: 38px;
    color: #232f5f;
    line-height: 35px;
    z-index: 99
}

#intro .arrow-tl .circle {
    border: 1px solid #8e7142;
    box-shadow: inset 1px 1px 3px #fff;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    background: 0 0;
    top: 23px;
    right: -49px
}

#intro .arrow-tr .circle {
    border: 1px solid #8e7142;
    box-shadow: inset 1px 1px 3px #fff;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    background: 0 0;
    top: 27px;
    left: -51px
}

#intro .arrow-bl .circle {
    border: 1px solid #8e7142;
    box-shadow: inset 1px 1px 3px #fff;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    background: 0 0;
    top: 36px;
    right: -50px
}

#intro .arrow-br .circle {
    border: 1px solid #8e7142;
    box-shadow: inset 1px 1px 3px #fff;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    background: 0 0;
    top: 1px;
    left: -53px
}

#intro .circle.plus:after,
#intro .circle.plus:before {
    background: #8e7142;
    box-shadow: 1px 1px 1px #ffffff9e
}

#intro .circle.plus:before {
    width: 2px;
    margin: 8px auto
}

#intro .circle.plus:after {
    margin: auto 8px;
    height: 2px;
    box-shadow: none
}

.circle.minus:before {
    background: #8e7142;
    margin: auto 8px;
    height: 2px;
    box-shadow: 0 1px 1px #ffffff9e
}

.circle:after,
.circle:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.world_text1 {
    position: absolute;
    background: #fff;
    padding: 10px;
    width: 250px;
    left: 340px;
    margin-top: 140px;
    font-size: 16px;
    box-shadow: rgba(0, 0, 0, .35) 0 5px 15px;
    z-index: 99
}

.world_text2 {
    position: absolute;
    background: #fff;
    padding: 10px;
    width: 250px;
    right: 309px;
    margin-top: 140px;
    font-size: 16px;
    box-shadow: rgba(0, 0, 0, .35) 0 5px 15px;
    z-index: 99
}

.world_text3 {
    position: absolute;
    background: #fff;
    padding: 10px;
    width: 250px;
    left: 340px;
    margin-top: 147px;
    font-size: 16px;
    box-shadow: rgba(0, 0, 0, .35) 0 5px 15px
}

.world_text4 {
    position: absolute;
    background: #fff;
    padding: 10px;
    width: 250px;
    right: 320px;
    margin-top: 170px;
    font-size: 16px;
    box-shadow: rgba(0, 0, 0, .35) 0 5px 15px;
    z-index: 99
}

#intro .arrow-tla h4:after {
    content: "+";
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    behavior: url(PIE.htc);
    width: 13px;
    height: 13px;
    padding: 0;
    background: #779bca;
    border: 1px solid #003580;
    color: #003580;
    text-align: center;
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -ms-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear;
    transition: color .2s linear;
    font: 13px Arial, sans-serif
}

#intro .arrow-tr {
    position: absolute;
    right: 18%;
    z-index: 99
}

#intro .arrow-tl {
    position: absolute;
    left: 18%;
    z-index: 99
}

#intro .arrow-br {
    position: absolute;
    right: 325px;
    z-index: 99
}

#intro .arrow-bl {
    position: absolute;
    left: 320px;
    z-index: 99
}

.tabbing {
    background: #fff
}

.tabbing div.w-50 {
    background: #232f5f;
    color: #fff;
    border: #fff 1px solid;
    padding: 5px
}

.tabbing .tabbing-content {
    width: 100%;
    background: #fff;
    color: #232f5f;
    padding: 10px
}

#tabbing-learners,
#tabbing-philosophy,
#tabbing-story {
    display: none
}

#tabbing-anya,
#tabbing-manav,
#tabbing-udaya {
    display: none
}

#intro_veda {
    display: none
}

#intro_veda .arrow-tr {
    position: absolute;
    right: 400px;
    z-index: 99
}

#intro_veda .arrow-tl {
    position: absolute;
    left: 20.7%;
    z-index: 99
}

#intro_veda .arrow-br {
    position: absolute;
    right: 320px;
    z-index: 99
}

#intro_veda .arrow-bl {
    position: absolute;
    left: 317px;
    z-index: 99
}

#intro_veda .bttn-click {
    position: absolute;
    right: 42.5%;
    margin-top: 15.5%;
    color: #fff;
    font-size: 1.5rem;
    text-decoration: none;
    cursor: pointer;
    z-index: 99
}

#intro_veda .bttn-click::before {
    background: 0 0;
    content: '';
    border-bottom: 2px solid #fff;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    width: 100%;
    transition: .3s
}

#intro_veda h4 {
    font-size: 38px;
    color: #232f5f;
    line-height: 35px
}

#intro_veda .arrow-tl h4 {
    text-align: right;
    right: -123px;
    top: 30px;
    position: absolute;
    cursor: pointer;
    z-index: 99
}

#intro_veda .arrow-tr h4 {
    text-align: left;
    left: -102px;
    top: 25px;
    position: absolute;
    cursor: pointer;
    z-index: 99
}

#intro_veda .arrow-bl h4 {
    text-align: right;
    right: -203px;
    top: 169px;
    position: absolute;
    cursor: pointer;
    z-index: 99
}

#intro_veda .arrow-br h4 {
    text-align: left;
    left: -181px;
    top: 170px;
    position: absolute;
    cursor: pointer;
    z-index: 99
}

#intro_veda .circle {
    width: 32px !important;
    height: 32px !important
}

#intro_veda .arrow-tl .circle {
    border: 1px solid #8e7142;
    box-shadow: inset 1px 1px 3px #fff;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    background: 0 0;
    top: 5px;
    right: -45px
}

#intro_veda .arrow-tr .circle {
    border: 1px solid #8e7142;
    box-shadow: inset 1px 1px 3px #fff;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    background: 0 0;
    top: 5px;
    left: -42px
}

#intro_veda .arrow-bl .circle {
    border: 1px solid #8e7142;
    box-shadow: inset 1px 1px 3px #fff;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    background: 0 0;
    top: 5px;
    right: -45px
}

#intro_veda .arrow-br .circle {
    border: 1px solid #8e7142;
    box-shadow: inset 1px 1px 3px #fff;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    background: 0 0;
    top: 5px;
    left: -52px
}

#intro_veda .circle.plus:after,
#intro_veda .circle.plus:before {
    background: #8e7142;
    box-shadow: 1px 1px 1px #ffffff9e
}

#intro_veda .circle.plus:before {
    width: 2px;
    margin: 8px auto
}

#intro_veda .circle.plus:after {
    margin: auto 8px;
    height: 2px;
    box-shadow: none
}

#perspective .section-heading-large h1:before {
    content: "";
    display: block;
    width: 130px;
    height: 2px;
    background: #8e7142;
    top: 50%;
    position: relative;
    margin-top: -30px
}

#perspective .section-heading-large h1:after {
    content: "";
    display: block;
    width: 130px;
    height: 2px;
    background: #8e7142;
    top: 50%;
    position: relative;
    margin-top: -30px
}

#experience .section-heading-large h1:before {
    content: "";
    display: block;
    width: 130px;
    height: 2px;
    background: #8e7142;
    left: -30%;
    top: 50%;
    position: absolute
}

#experience .section-heading-large h1:after {
    content: "";
    display: block;
    width: 130px;
    height: 2px;
    background: #8e7142;
    right: -30%;
    top: 50%;
    position: absolute
}

#journey .section-heading-large h1:before {
    content: "";
    display: block;
    width: 130px;
    height: 2px;
    background: #8e7142;
    left: -30%;
    top: 50%;
    position: absolute
}

#journey .section-heading-large h1:after {
    content: "";
    display: block;
    width: 130px;
    height: 2px;
    background: #8e7142;
    right: -30%;
    top: 50%;
    position: absolute
}

#moments .section-heading-large h1:before {
    content: "";
    display: block;
    width: 130px;
    height: 2px;
    background: #8e7142;
    left: -30%;
    top: 50%;
    position: absolute
}

#moments .section-heading-large h1:after {
    content: "";
    display: block;
    width: 130px;
    height: 2px;
    background: #8e7142;
    right: -30%;
    top: 50%;
    position: absolute
}

#learners .section-heading-large h1:before {
    content: "";
    display: block;
    width: 130px;
    height: 2px;
    background: #8e7142;
    left: -20%;
    top: 50%;
    position: absolute
}

#learners .section-heading-large h1:after {
    content: "";
    display: block;
    width: 130px;
    height: 2px;
    background: #8e7142;
    right: -20%;
    top: 50%;
    position: absolute
}

#journey .prev-arrow {
    position: absolute;
    top: 50%;
    left: 30%;
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 0;
    padding: 0;
    border: 0;
    z-index: 9
}

#glance .section-heading-large h1:before {
    content: "";
    display: block;
    width: 130px;
    height: 2px;
    background: #8e7142;
    left: -10%;
    top: 50%;
    position: absolute
}

#glance .section-heading-large: h1after {
    content: "";
    display: block;
    width: 130px;
    height: 2px;
    background: #8e7142;
    right: -10%;
    top: 50%;
    position: absolute
}

.uline {
    background: 0 0;
    border: none;
    display: inline-block;
    outline: 0;
    position: relative;
    transition: .3s;
    padding-bottom: 10px;
    font-family: STIXGeneral
}

.uline:before {
    background: 0 0;
    content: '';
    border-bottom: 2px solid #e6cc8f;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    transition: .3s
}

.uline-blue {
    background: 0 0;
    border: none;
    display: inline-block;
    outline: 0;
    position: relative;
    transition: .3s;
    padding-bottom: 10px;
    font-family: STIXGeneral
}

.uline-blue:before {
    background: 0 0;
    content: '';
    border-bottom: 2px solid #232f5f;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    transition: .3s
}

.section-heading-large h3 {
    font-size: 1.7rem;
    letter-spacing: 5px;
    line-height: 1.4
}

.section-copy-large p {
    font-size: 21px;
    line-height: 30px
}

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

ul.list-default li {
    margin-bottom: 1rem;
    position: relative;
    padding-left: 18px
}

ul.list-default li:before {
    position: absolute;
    top: 0;
    margin: 0 0 0 -18px;
    vertical-align: top;
    display: inline-block;
    content: "\f111";
    font-family: FontAwesome;
    color: #24407a;
    font-size: 9px
}

ol.list-number {
    margin: 0;
    padding: 0;
    list-style: decimal;
    margin-left: 15px
}

ol.list-number>li {
    margin: 0;
    padding-left: 10px;
    padding-bottom: 1rem
}

#content .caroulsel-right-auto {
    padding-right: 0 !important;
    overflow-x: hidden
}

#content .p0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow-x: hidden
}

#intro_veda {
    background: #000;
    background: linear-gradient(0deg, #d6e3f9 0, #fff 100%)
}

#slider .carousel-caption {
    bottom: 40%
}

#slider .carousel-caption h2 {
    font-size: 3rem
}

#slider .carousel-caption h2 .text-highlight {
    display: block
}

#slider .carousel-caption .text-break {
    display: block
}

#slider .carousel-caption.partner-caption-banner>.text-punhline {
    padding-left: 70px
}

#slider .carousel-indicators {
    bottom: 150px;
    justify-content: left;
    padding-left: 0
}

#slider .carousel-indicators li {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    margin-left: 5px;
    background-color: transparent;
    border: 1px solid #fff;
    opacity: 1;
    transition: opacity .6s ease;
    margin: 5px
}

#slider .carousel-indicators li.active {
    background-color: #fff;
    opacity: 1
}

.mobile-banner-masthead {
    display: none !important
}

#slider.courses-slider>.carousel-indicators {
    bottom: 0 !important;
    justify-content: center !important;
    padding-left: 0
}

#slider.courses-slider>.carousel-indicators li {
    border: 1px solid #0b2d74
}

#slider.courses-slider>.carousel-indicators li.active {
    background-color: #0b2d74 !important;
    opacity: 1
}

#slider.courses-slider .carousel-control-next-icon,
#slider.courses-slider .carousel-control-prev-icon {
    background-image: none;
    font-family: FontAwesome;
    font-weight: 600
}

#slider.courses-slider .carousel-control-next,
#slider.courses-slider .carousel-control-prev {
    opacity: 1 !important
}

#slider.courses-slider .carousel-control-next-icon:after {
    content: '\f105';
    font-size: 40px;
    color: #0b2d74
}

#slider.courses-slider .carousel-control-prev-icon:after {
    content: '\f104';
    font-size: 40px;
    color: #0b2d74
}

#slider .carousel-caption-home {
    bottom: 0;
    left: 40%
}

#slider .carousel-caption h1 {
    font-size: 4rem;
    line-height: 4rem
}

#slider .carousel-caption .display-block {
    display: block
}

#slider .carousel-caption h2.display-1 {
    font-size: 10rem;
    line-height: 8rem;
    letter-spacing: 0;
    text-transform: uppercase;
    font-family: 'Helvetica LT Std';
    font-weight: 700
}

.slider-intro h1 {
    font-size: 30px;
    line-height: 48px;
    font-weight: 700;
    letter-spacing: 2px
}

.video-background-holder {
    position: relative;
    background-color: #000;
    height: calc(100vh - 72px);
    min-height: 25rem;
    width: 100%;
    overflow: hidden
}

.video-background-holder video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.video-background-content {
    position: relative;
    z-index: 2
}

.video-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .5;
    z-index: 1
}

.scroll-down-intro {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 120px;
    margin: auto
}

.scroll-down-intro a p {
    color: #fff;
    display: block;
    text-align: center
}

.vertical-colm-grid {
    display: flex
}

.vertical-colm-grid .colm-align {
    margin-top: auto;
    margin-bottom: auto
}

.banner-overlay {
    display: flex !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important
}

.banner-overlay .banner-content {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.banner-overlay .banner-content-top {
    margin-top: 25% !important
}

.banner-overlay-mob .section-heading-large .card-title {
    text-shadow: 4px 1px 50px rgba(0, 0, 0, .9)
}

.share-info {
    margin-top: 20px;
    margin-bottom: 25px
}

.share-info ul.social li {
    display: inline-block;
    text-align: center;
    margin-left: 0
}

.share-info ul.social li .fa {
    font-size: 12px;
    border-radius: 50%;
    border: 1px solid #4e5051;
    width: 28px;
    height: 28px;
    line-height: 27px;
    transition: all .2s
}

.bg-intro {
    background-image: url(../images/home/intro-masthead-bg-img.jpg);
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 700px
}

.card-block {
    cursor: pointer;
    overflow: hidden;
    border-radius: 0
}

.card-block img {
    transition: .3s
}

.card-block:hover img {
    transform: scale(1.1)
}

.card-block:hover a:before {
    width: 100%;
    padding: 0
}

.single-card-box:hover a:before {
    width: 100%;
    padding: 0
}

.range-buses.card {
    border: 0 solid !important;
    background-color: #fff
}

.range-buses.card .card-img {
    overflow: hidden
}

.range-buses.card .range-buses-card-body {
    padding: .75rem 0;
    color: #505050
}

.range-buses.card .card-title {
    font-family: STIXGeneral
}

.range-buses.card .card-link {
    text-decoration: underline
}

.range-buses-card .section-sub-heading-sm .card-title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 2px
}

.zero-emissions-card {
    color: #fff
}

.zero-emissions-card .section-heading-large .card-title {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 2px
}

.article-news.card {
    border: 0 solid !important;
    background-color: #fff;
    border-radius: 0
}

.article-news.card .article-news-card-body {
    min-height: 260px
}

.article-news .card-title {
    display: inline-block;
    font-family: STIXGeneral;
    text-decoration: none;
    color: #8a8d8f
}

.article-news .card-title:after {
    content: "";
    display: block !important;
    height: 2px;
    margin-top: .35rem;
    background: #8a8d8f;
    margin-bottom: 20px
}

.common-carousel.owl-carousel .owl-nav button {
    background-color: #fa4238;
    opacity: 1 !important
}

.common-carousel.owl-carousel .owl-nav [class*=owl-] {
    margin: 0;
    padding: 4px 7px;
    border-radius: 0
}

.common-carousel.owl-carousel .owl-nav {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: -70px
}

.common-carousel.owl-carousel .owl-nav button:hover {
    background-color: #0a2d74;
    opacity: 1 !important
}

.carousel-wrapper {
    position: relative
}

.carousel-wrapper .owl-theme .custom-nav {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0
}

.carousel-wrapper .owl-theme .custom-nav .owl-prev,
.main-content .owl-theme .custom-nav .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: 0 0;
    border: none;
    z-index: 100
}

.carousel-wrapper .owl-theme .custom-nav .owl-prev i,
.main-content .owl-theme .custom-nav .owl-next i {
    font-size: 2.5rem;
    color: #cecece
}

.carousel-wrapper .owl-theme .custom-nav .owl-prev {
    left: 0
}

.carousel-wrapper .owl-theme .custom-nav .owl-next {
    right: 0
}

.underthhood-carousel.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 40%;
    left: 80px;
    background-color: transparent !important
}

.underthhood-carousel.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 40%;
    right: 80px;
    background-color: transparent !important
}

.underthhood-carousel.owl-carousel .owl-nav button i.fa {
    font-size: 70px;
    color: #8a8d8f
}

.article-news-carousel.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 40%;
    left: -50px;
    background-color: transparent !important
}

.article-news-carousel.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 40%;
    right: -50px;
    background-color: transparent !important
}

.article-news-carousel.owl-carousel .owl-nav button i.fa {
    font-size: 70px;
    color: #8a8d8f
}

.article-news-carousel .owl-carousel .owl-stage-outer {
    overflow-x: scroll !important
}

.article-news-carousel .owl-stage-outer .owl-stage:first-child {
    padding-left: 0 !important
}

#perspective .panel-tabs {
    position: relative;
    bottom: 56px;
    clear: both;
    border-bottom: 1px solid transparent
}

#perspective .panel-tabs>li {
    text-align: center;
    margin-bottom: -1px;
    width: 33%
}

#perspective .panel-tabs>li>a {
    margin-right: 2px;
    margin-top: 4px;
    line-height: .85;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-size: 27px;
    letter-spacing: 2px
}

#perspective .panel-tabs>li:nth-of-type(2)>a>img {
    width: 23px
}

#perspective .panel-tabs>li:nth-of-type(3)>a>img {
    width: 23px;
    margin-top: -5px
}

#perspective .panel-tabs>li:nth-of-type(1)>a>img {
    width: 20px;
    margin-top: -5px
}

#perspective .panel-tabs>li>a>img {
    margin-right: 15px;
    margin-left: 5px
}

#perspective .panel-tabs>li>a:hover {
    border-color: transparent;
    color: #fff;
    background-color: transparent
}

#perspective .panel-tabs>li.active>a,
#perspective .panel-tabs>li.active>a:focus,
#perspective .panel-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

#perspective .panel .panel-heading {
    background: #232f5f;
    padding: 12px 15px
}

#perspective .panel .panel-heading .panel-title {
    font-style: italic;
    color: #fff;
    text-align: left;
    width: 50%;
    padding: 15px;
    font-size: 30px;
    margin-left: 70px
}

#perspective #tab1 {
    background-image: url(../images/home/bg-compassion.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 475px
}

#perspective #tab2 {
    background-image: url(../images/home/bg-compassion.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 475px
}

#perspective #tab3 {
    background-image: url(../images/home/bg-compassion.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 475px
}

.journey-section .item img {
    width: 100%
}

#faculty .carousel-indicators li {
    display: none
}

#perspective .panel-tabs li a.active {
    position: relative;
    margin-right: 2px
}

#perspective .panel-tabs li a.active:after {
    content: "";
    margin: 15px 10% 0 15%;
    background-image: url(../images/home/brdr_active.svg);
    height: 10px;
    display: block;
    border-top: 1px solid #e6cc8f;
    background-position: center
}

#perspective .tab-pane .copy-tab {
    position: absolute;
    left: 8%;
    top: 40%;
    font-size: 38px;
    line-height: 1.2;
    color: #232f5f
}

#perspective .tab-pane .copy-tab a {
    background: #e6cc8f;
    padding: 20px 35px;
    text-transform: uppercase;
    font-size: 1.2rem;
    display: inline-block;
    margin-top: 50px
}

#perspective .tab-pane .copy-tab a:hover {
    color: #fff
}

.breadcrumb-section {
    margin-top: 40px;
    margin-bottom: 0
}

.breadcrumb {
    font-family: STIXGeneral;
    font-size: 18px;
    line-height: 30px;
    color: #8a8d8f;
    background-color: transparent;
    padding: 0;
    text-transform: capitalize
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "\f105";
    color: #8a8d8f;
    font-family: FontAwesome
}

.download-icon {
    bottom: 20px;
    position: absolute;
    right: 20px
}

.telematics-icon {
    width: 50px;
    height: 50px
}

.hooditem {
    position: relative
}

.hooditem .hooditem-info {
    position: absolute;
    bottom: 10px;
    left: 0;
    padding: 2rem 1rem;
    background-color: #fff;
    box-shadow: 6px 10px 11px -10px rgba(0, 0, 0, .51);
    -webkit-box-shadow: 6px 10px 11px -10px rgba(0, 0, 0, .51);
    -moz-box-shadow: 6px 10px 11px -10px rgba(0, 0, 0, .51)
}

.specification-block {
    border-top: 1px solid #bdbdbd;
    padding-top: 20px;
    padding-bottom: 40px
}

.specification-block p {
    margin-bottom: 0
}

.news-card-share .article-news.card .article-news-card-body {
    height: auto
}

.article-news.card .news-card-body {
    min-height: 300px
}

blockquote {
    font-size: 24px;
    color: #4e5051;
    padding: 0 10px 0 20px;
    border-left: 1px solid #4e5051;
    line-height: 28px
}

blockquote .name-desgination {
    color: #4e5051;
    margin-top: 20px;
    font-size: 16px;
    line-height: normal
}

.load-article {
    display: none;
    margin-bottom: 10px
}

.load-press-release {
    display: none;
    margin-bottom: 10px
}

.load-gallery {
    display: none;
    margin-bottom: 10px
}

.load-more,
.load-more:hover {
    background-color: #6fac6d;
    padding: 7px 30px;
    color: #fff;
    border: 0;
    -webkit-box-shadow: 2px 4px 5px 0 rgba(0, 0, 0, .4);
    -moz-box-shadow: 2px 4px 5px 0 rgba(0, 0, 0, .4);
    box-shadow: 2px 4px 5px 0 rgba(0, 0, 0, .4)
}

.noContent {
    color: #4e5051;
    pointer-events: none;
    background-color: #f3f4f4
}

.lined .nav-link {
    border: none;
    border-bottom: 4px solid transparent;
    padding: 15px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #000
}

.lined .nav-link:hover {
    border: none;
    border-bottom: 4px solid transparent
}

.lined .nav-link.active {
    background: 0 0;
    color: #000;
    border-color: #f9cb2f
}

.video-overlay-img {
    position: relative
}

.video-overlay-img:before {
    background-image: url(../images/icons/play-small-icon.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    opacity: .8;
    cursor: pointer;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2
}

.video-overlay-img:hover:before {
    opacity: 1
}

.video-overlay-opacity {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1
}

.contact-section input::placeholder,
textarea::placeholder {
    color: #232f5f !important
}

.contact-section h2 {
    color: #232f5f !important
}

.contact-section {
    background: #f2f2f2;
    margin-top: 30px;
    padding-bottom: 70px
}

.contact-form {
    position: relative;
    color: #232f5f !important
}

.contact-form .contact-form p small {
    margin-bottom: 1em;
    font-size: .75rem
}

.contact-form .form-control {
    padding: 10px 20px;
    height: 60px;
    font-size: 20px;
    background-color: #fff
}

.contact-form select {
    padding: 10px 20px;
    height: 60px;
    font-size: 18px;
    position: relative;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background-color: #fff !important;
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat;
    background-position: right 20px top 50%
}

#contact-form .line-two::after,
#contact-form .line-two::before {
    top: 2rem
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    border: 0;
    border-radius: 0;
    background-color: #f3f4f4;
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    max-width: 100%;
    resize: none
}

.contact-form textarea {
    height: auto !important
}

.contact-form .btn-fill {
    padding: 15px 60px;
    font-family: STIXGeneral;
    color: #232f5f;
    border: 2px solid #e6cc8f;
    background: #e6cc8f;
    font-size: 1.5rem !important
}

.contact-form .btn-fill:hover {
    color: #232f5f
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-weight: 400;
    margin-top: 3px;
    margin-bottom: 0
}

.checkbox-container input {
    margin-bottom: 0
}

.checkbox-container input[type=checkbox] {
    opacity: 0;
    cursor: pointer
}

.checkbox-container input:checked~.checkmark {
    border: 2px solid #e6cc8f;
    background: #232f5f
}

.checkbox-container input:checked~.checkmark:after {
    display: block
}

.checkbox-container input[disabled]~.checkmark {
    background: #c8c8c8;
    border: none;
    cursor: not-allowed
}

.checkbox-container .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #e6cc8f;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0);
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 0;
    width: 7px;
    height: 14px;
    border: solid #fff;
    border-width: 0 3px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.checkbox-container:hover input~.checkmark {
    border-color: #c4c4c4
}

.contact-info {
    display: flex;
    margin-bottom: 50px
}

.contact-info-item {
    align-items: left
}

.contact-info-item img {
    margin-right: 20px
}

.download-brochure-popup .btn-fill {
    padding: 15px 30px;
    font-family: STIXGeneral;
    color: #fff;
    border: 2px solid #00c1d5;
    background-image: -webkit-linear-gradient(30deg, #4e5051 50%, transparent 50%);
    background-image: linear-gradient(65deg, #00c1d5 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

.download-brochure-popup .btn-fill:hover {
    background-position: 100%;
    color: #4e5051
}

.download-brochure-popup button.close {
    position: absolute !important;
    top: 0 !important;
    right: 10px !important;
    font-size: 3rem;
    z-index: 999;
    cursor: pointer
}

.modal {
    background-color: rgba(0, 0, 0, .5)
}

.videoModal {
    z-index: 99999
}

.videoModal .modal-body {
    padding: 0;
    position: relative
}

.videoModal iframe {
    width: 100%;
    height: 560px;
    border: 0
}

.videoModal .modal-content {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.close::after,
.videoModal .close::before {
    background-color: transparent
}

.videoModal .close {
    position: absolute;
    right: -15px;
    top: -20px;
    width: 32px;
    height: 32px;
    opacity: .9;
    cursor: pointer;
    color: transparent;
    text-shadow: none
}

.videoModal .close:hover {
    opacity: 1
}

.videoModal .close:after,
.videoModal .close:before {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #fff !important
}

.videoModal .close:before {
    transform: rotate(45deg)
}

.videoModal .close:after {
    transform: rotate(-45deg)
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 0;
    display: none;
    border: 0;
    color: #8e7142;
    z-index: 999;
    font-size: 11px !important
}

.back-to-top i {
    color: #232f5f;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 400
}

.back-to-top-btn {
    height: 40px;
    width: 40px;
    background-color: #f1f1f1;
    border-radius: 50%;
    display: inline-block;
    color: #f1f1f1
}

.share-menu {
    z-index: 999;
    position: fixed;
    padding: 0;
    margin: 0;
    list-style-type: none
}

.share-menu .share i.fa {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    color: #232f5f;
    background-color: #e6cc8f;
    border-radius: 0;
    cursor: pointer;
    z-index: 99
}

.share-menu .active .fa-share-alt {
    border-bottom: 1px solid #fff
}

.share-menu .active .submenu li:nth-child(1) {
    opacity: 1;
    top: 35px;
    transform: rotate(0);
    border-top: 1px solid #fff;
    transition-delay: 80ms
}

.share-menu .active .submenu li:nth-child(2) {
    opacity: 1;
    top: 75px;
    transform: rotate(0);
    border-top: 1px solid #fff;
    transition-delay: .16s
}

.share-menu .active .submenu li:nth-child(3) {
    opacity: 1;
    top: 115px;
    transform: rotate(0);
    border-top: 1px solid #fff;
    transition-delay: .24s
}

.share-menu .active .submenu li:nth-child(4) {
    opacity: 1;
    top: 155px;
    transform: rotate(0);
    border-top: 1px solid #fff;
    transition-delay: .32s
}

.share-menu .active .submenu li:nth-child(5) {
    opacity: 1;
    top: 175px;
    transform: rotate(0);
    border-top: 1px solid #fff;
    transition-delay: .4s
}

.share-menu .submenu {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.share-menu .submenu li {
    transition: all ease-in-out .5s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0
}

.share-menu .submenu li a {
    color: #fff
}

.share-menu .submenu li a:hover i.fa {
    color: #fff
}

.share-menu .submenu li a:hover.facebook i.fa {
    background-color: #232f5f
}

.share-menu .submenu li a:hover.twitter i.fa {
    background-color: #232f5f
}

.share-menu .submenu li a:hover.googlePlus i.fa {
    background-color: #232f5f
}

.share-menu .submenu li a:hover.instagram i.fa {
    background-color: #232f5f
}

.share-menu .submenu li:nth-child(1) {
    transform: rotateX(45deg)
}

.share-menu .submenu li:nth-child(2) {
    transform: rotateX(90deg)
}

.share-menu .submenu li:nth-child(3) {
    transform: rotateX(135deg)
}

.share-menu .submenu li:nth-child(4) {
    transform: rotateX(180deg)
}

.share-menu.topRight {
    top: 40%;
    right: 0;
    display: none
}

.mob-open,
.mob-open:focus,
.mob-open:hover {
    background: #e6cc8f;
    padding: 12px 25px;
    text-transform: uppercase;
    color: #232f5f;
    display: block;
    text-align: center;
    font-size: 16px;
    bottom: 50%;
    position: fixed;
    right: -58px;
    z-index: 999;
    border: 1px solid #fff;
    transform: rotate(-90deg)
}

#experiences .tab {
    width: 100%
}

#experiences .tab .nav-tabs {
    border-bottom: 0 none;
    margin-top: 50px;
    margin-bottom: 50px;
    border: #232f5f 1px solid;
    padding: 20px 50px 20px 50px
}

#experiences .tab .nav-tabs li {
    font-size: 1.4rem;
    color: #232f5f;
    margin-right: 0;
    border-radius: 0;
    overflow: hidden;
    text-transform: uppercase
}

#experiences .tab .nav-tabs li a {
    color: #232f5f
}

.breadcrumb-item a,
.breadcrumb-item+.breadcrumb-item::before {
    color: #232f5f
}

#experiences .tab .nav-tabs li.bg-peach,
#experiences .tab .nav-tabs li:hover .bg-peach {
    background: #e6cc8f;
    margin-top: -30px;
    margin-bottom: -30px;
    display: flex;
    justify-content: center;
    padding: 0 40px
}

#experiences .tab .nav-tabs li.bg-peach a,
#experiences .tab .nav-tabs li:hover .bg-peach a {
    margin-top: 30px
}

#experiences .tab .nav-tabs li.bg-peach a:hover,
#experiences .tab .nav-tabs li:hover.bg-peach a {
    color: #fff
}

#experiences .bg-experinces {
    background-color: #232f5f;
    margin-top: 2rem;
    padding: 40px 50px 0 50px;
    text-align: center;
    color: #fff;
    quotes: "“" "”" "‘" "’"
}

#experiences .quote {
    color: #fff;
    quotes: "“" "”" "‘" "’"
}

#experiences .quote h2 {
    font-size: calc(16px + 1.5vw);
    margin: 0 auto
}

.quotes .quote::before {
    content: open-quote;
    position: absolute;
    left: 2%;
    margin-top: 5%;
    font-size: 20rem;
    color: rgba(255, 255, 255, .1)
}

.quotes .quote::after {
    content: close-quote;
    position: absolute;
    right: 2%;
    margin-top: 0;
    font-size: 20rem;
    color: rgba(255, 255, 255, .1)
}

#experiences .nav-tabs {
    border: none
}

#experiences a.nav-link {
    color: #e6cc8f;
    font-size: 1.6rem;
    padding: 1rem
}

#experiences a.activ {
    color: #232f5f !important;
    border-radius: 0 !important
}

#experiences a.nav-link:hover {
    color: #e6cc8f;
    border-radius: 0 !important
}

#ex1 .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #e6cc8f;
    color: #232f5f !important;
    padding: 20px;
    box-shadow: 0 5px 8px 0 rgb(0 0 0 / 50%)
}

.nav-tabs .nav-item {
    margin-bottom: -10px;
    margin-left: 5%;
    text-transform: uppercase
}

.nav-tabs .nav-item:first-child {
    margin-left: 0
}

#experiences h3 {
    color: #232f5f;
    font-size: 3rem
}

#experiences h5 {
    color: #232f5f;
    font-size: 1.4rem
}

#experiences .card-body {
    padding: 5% 10%;
    height: 100%;
    align-items: center;
    display: flex
}

#experiences .card-body h2 {
    font-size: 2.75rem;
    text-transform: uppercase
}

.moments-section {
    background: #fff
}

.tarkikComandSlider {
    position: relative
}

.journey .slick-dots,
.tarkikComandSlider .slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center
}

.journey .slick-dots li,
.tarkikComandSlider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.journey .slick-dots li button,
.tarkikComandSlider .slick-dots li button {
    display: none
}

.journey .slick-dots li:before,
.tarkikComandSlider .slick-dots li:before {
    top: 0;
    transition: all .5s;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #e6cc8f;
    position: absolute;
    border-radius: 50%
}

.journey .slick-dots li.slick-active:before,
.tarkikComandSlider .slick-dots li.slick-active:before {
    top: 0;
    width: 10px;
    height: 10px;
    margin-left: -2px;
    background: #232f5f
}

.tarkikComandSlider .slick-prev {
    left: -60px;
    transform: rotate(180deg)
}

.tarkikComandSlider .slick-next {
    right: -60px
}

.tarkikComandSlider .slick-arrow {
    top: 50%;
    height: 26px;
    width: 14px;
    margin-top: -13px;
    position: absolute;
    font-size: 0;
    cursor: pointer;
    background-color: transparent;
    border: none;
    background-image: url(../images/icons/right.png);
    background-repeat: no-repeat
}

.tarkikComandSlider .comandSlider__item {
    transition: box-shadow 2s;
    cursor: pointer;
    position: relative;
    margin: 0 10px
}

.tarkikComandSlider img {
    border-right: 1px solid #fff;
    transition: all 1s ease
}

.tarkikComandSlider .carousel:hover img {
    transform: scale(1.05)
}

.tarkikComandSlider p {
    padding: 20px 0;
    text-align: center;
    font-size: 26px;
    color: #232f5f
}

.tarkikComandSlider .comandSlider__item.slick-slide:hover .carousel {
    box-shadow: 1px 8px 10px 0 rgb(5 5 5 / 50%)
}

.tarkikComandSlider .carousel-indicators {
    top: 15px;
    align-items: baseline
}

.tarkikComandSlider .carousel-indicators li {
    width: 70px;
    height: 2px
}

.tarkikComandSlider .carousel-indicators .active {
    height: 5px
}

.glance-section {
    background: #f1f1f1
}

.glance-section .bg-glance {
    background: #232f5f;
    padding: 55px;
    color: #fff;
    text-align: center
}

.glance-section .bg-glance .lg-text {
    font-size: 78px;
    color: #e6cc8f;
    line-height: 1
}

.glance-section .bg-glance h6 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0
}

.glance-section .bg-glance p {
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 0
}

.glance-section .bg-glance .box {
    padding-bottom: 25px;
    padding-top: 25px;
    border-bottom: 1px #e6cc8f solid;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.glance-section .bg-glance .box:nth-of-type(7),
.glance-section .bg-glance .box:nth-of-type(8),
.glance-section .bg-glance .box:nth-of-type(9) {
    border: 0
}

.glance-section .bg-glance .box::before {
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    background: #e6cc8f;
    content: '';
    top: 0
}

.glance-section .bg-glance .box:nth-of-type(3)::before,
.glance-section .bg-glance .box:nth-of-type(6)::before,
.glance-section .bg-glance .box:nth-of-type(9)::before {
    display: none
}

.connecting-section {
    background: #fff;
    font-size: 20px
}

.contact-list li {
    border-right: 1px solid #24407a;
    display: inline-block;
    padding: 0 10px;
    text-transform: capitalize
}

.contact-list li:last-child {
    border: 0
}

.cta-full,
.cta-full:hover {
    background: #e6cc8f;
    padding: 10px 40px;
    color: #232f5f;
    border: 0;
    text-transform: uppercase
}

.cta-border,
.cta-border:hover {
    background: #fff;
    border: 5px #e6cc8f solid;
    padding: 4px 40px;
    color: #232f5f;
    text-transform: uppercase;
    margin-left: 15px
}

.journey-section .item {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 9
}

.journey-section .item::after {
    background: rgba(0, 0, 0, .2);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1
}

.journey-section .item .text-container {
    z-index: 9;
    position: absolute;
    transform: translateY(20%);
    text-align: center
}

.journey-section .item .text-container p {
    font-size: 26px;
    color: #fff;
    line-height: 1.2;
    border-bottom: #e6cc8f 1px solid;
    padding-bottom: 10px
}

.journey-section .item:hover::after {
    background: #232f5f;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    transition: all .4s linear
}

.journey-section .item:hover .text-container p {
    color: #fff
}

.text-hide1 {
    opacity: 0
}

.journey-section .item:hover .text-container .text-hide1 {
    color: #fff;
    font-size: 18px;
    padding-bottom: 5px;
    opacity: 1
}

.journey-section .item:hover .text-container .text-hide1:hover {
    color: #e6cc8f
}

.journey-section .container-fluid {
    padding-left: 0 !important
}

#journey .prev-arrow {
    display: none !important
}

#journey .next-arrow {
    position: absolute;
    top: 50%;
    right: 23%;
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 0;
    padding: 0;
    border: 0
}

#journey .next-arrow::after {
    content: url(../images/icons/carousel-arrow-next.png);
    transform: scale(.5);
    display: block
}

#journey .prev-arrow::after {
    content: url(../images/icons/carousel-arrow-prev.png);
    transform: scale(.5);
    display: block
}

#journey .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important
}

#journey .slick-arrow.slick-disabled {
    opacity: 0
}

#glance {
    padding-bottom: 60px
}

#address {
    padding-bottom: 90px;
    padding-top: 90px
}

#address h5 {
    color: #232f5f;
    font-size: 16px;
    margin-bottom: 15px
}

#address a {
    color: #232f5f;
    font-size: 16px
}

#address img {
    margin-right: 10px
}

#address .cta-full,
#address .cta-full:hover {
    background: #e6cc8f;
    padding: 10px 40px;
    color: #232f5f;
    border: 0;
    text-transform: uppercase;
    font-size: 16px
}

#address .cta-border,
#address .cta-border:hover {
    background: #fff;
    border: 5px #e6cc8f solid;
    padding: 15px 40px;
    color: #232f5f;
    text-transform: uppercase;
    margin-left: 15px;
    font-size: 16px;
    line-height: 18px
}

#address .contact-list {
    margin-bottom: 45px
}

#experience .card-body {
    padding: 0 15% 0 25% !important
}

.experience-others .card-body {
    padding: 0 25% 0 10% !important
}

#experience .section-sub-heading .card-title,
.experience-others .section-sub-heading .card-title {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 3px;
    color: #232f5f;
    margin-bottom: 15px !important
}

#experience .section-sub-heading h6,
.experience-others .section-sub-heading h6 {
    font-size: 16px;
    line-height: 30px;
    color: #232f5f
}

#experience .carousel-indicators,
.experience-others .carousel-indicators {
    top: 30px;
    align-items: baseline;
    left: auto;
    right: 6%
}

#experience .carousel-indicators li,
.experience-others .carousel-indicators li {
    width: 70px;
    height: 2px
}

#experience .carousel-indicators .active,
.experience-others .carousel-indicators .active {
    height: 5px
}

.border-orange {
    border: 1px solid #e6cc8f;
    background: #f1f1f1
}

#spaces .cross-line {
    margin-bottom: 25px;
    margin-top: 10px
}

#spaces h5 {
    font-size: 26px;
    color: #232f5f
}

.experience-others #academic02 .carousel-indicators {
    top: 35px;
    align-items: baseline;
    right: auto;
    left: 10%
}

.slick-prev {
    left: 0;
    transform: rotate(180deg)
}

.slick-next {
    right: 0
}

.label {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: 300;
    font-size: 1em;
    letter-spacing: .3rem;
    color: #fff;
    background: #232f5f;
    height: 100%;
    width: 120px
}

.top-right {
    color: #fff;
    left: 42px;
    top: 50%;
    transform: translateX(-40%) rotate(-90deg);
    position: relative;
    font-size: 32px;
    width: max-content;
    text-transform: uppercase;
    z-index: 99
}

#academic02 .label {
    left: 0
}

#academic02 .top-right {
    left: 22%;
    transform: translateX(-45%) rotate(-90deg)
}

#learners .section-sub-heading {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 9
}

#learners .section-sub-heading .text-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .3s ease;
    background-color: rgba(0, 0, 0, .7)
}

#learners .section-sub-heading .text-container {
    z-index: 9;
    position: absolute;
    text-align: center
}

#learners .section-sub-heading .text-container .mindset-info {
    color: #fff;
    margin: 0 auto;
    z-index: 9;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block
}

#learners .section-sub-heading .text-container .mindset-info span {
    border-bottom: #e6cc8f 1px solid;
    font-size: 32px;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 3px
}

#learners .section-sub-heading .text-container .show-text {
    display: none;
    color: #232f5f;
    font-size: 18px;
    padding-top: 25px
}

#learners .section-sub-heading:hover .text-container {
    display: block;
    background-color: #e6cc8f
}

#learners .section-sub-heading:hover .text-container .show-text {
    display: block
}

#learners .section-sub-heading:hover .text-container .mindset-info span {
    color: #232f5f;
    border-color: #232f5f
}

#spaces a {
    color: #232f5f;
    font-size: 1.2rem;
    letter-spacing: 2px
}

#moments .prev-arrow {
    position: absolute;
    top: 50%;
    left: -4%;
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 0;
    padding: 0;
    border: 0
}

#moments .prev-arrow::after {
    content: url(../images/icons/carousel-arrow-prev.png);
    transform: scale(.5);
    display: block
}

#moments .next-arrow {
    position: absolute;
    top: 50%;
    right: -4%;
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 0;
    padding: 0;
    border: 0
}

#moments .next-arrow::after {
    content: url(../images/icons/carousel-arrow-next.png);
    transform: scale(.5);
    display: block
}

.breadcrumb-item.active {
    color: #e6cc8f !important;
    font-weight: 700 !important
}

.border-peach {
    border: #e6cc8f 1px solid
}

.border-peach p {
    color: #24407a
}

.circle {
    border: 1px solid #8e7142;
    box-shadow: inset 1px 1px 3px #fff;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: 0 0;
    top: 15px
}

.circle.plus::before {
    width: 2px;
    margin: 3px auto
}

.circle.plus::after {
    margin: auto 3px;
    height: 2px;
    box-shadow: none
}

.circle.plus::after,
.circle.plus::before {
    background: #8e7142;
    box-shadow: 1px 1px 1px #ffffff9e
}

.padding {
    padding: 4.75rem 0
}

.padding_half {
    padding: 2.375rem 0
}

.padding_top {
    padding-top: 3.75rem
}

.padding_bottom {
    padding-bottom: 3.75rem
}

.padding_top_half {
    padding-top: 2.375rem
}

.padding_bottom_half {
    padding-bottom: 2.375rem
}

.margin_top {
    margin-top: 3.75rem
}

.margin_bottom {
    margin-bottom: 3.75rem
}

.margin_top_half {
    margin-top: 2.375rem
}

.margin_bottom_half {
    margin-bottom: 2.375rem
}

.heading_space {
    margin-bottom: 2.6875rem
}

.bottom0 {
    margin-bottom: 0
}

.bottom5 {
    margin-bottom: 5px
}

.bottom10 {
    margin-bottom: 10px
}

.bottom15 {
    margin-bottom: 15px
}

.bottom20 {
    margin-bottom: 20px
}

.bottom25 {
    margin-bottom: 25px
}

.bottom30 {
    margin-bottom: 30px
}

.bottom35 {
    margin-bottom: 35px
}

.bottom40 {
    margin-bottom: 40px
}

.bottom45 {
    margin-bottom: 45px
}

.bottom50 {
    margin-bottom: 50px
}

.bottom55 {
    margin-bottom: 55px
}

.bottom60 {
    margin-bottom: 60px
}

.top0 {
    margin-top: 0
}

.top5 {
    margin-top: 5px
}

.top10 {
    margin-top: 10px
}

.top15 {
    margin-top: 15px
}

.top20 {
    margin-top: 20px
}

.top25 {
    margin-top: 25px
}

.top30 {
    margin-top: 30px
}

.top35 {
    margin-top: 35px
}

.top40 {
    margin-top: 40px
}

.top45 {
    margin-top: 45px
}

.top50 {
    margin-top: 50px
}

.top55 {
    margin-top: 55px
}

.top60 {
    margin-top: 60px
}

.top220 {
    margin-top: 220px
}

.nomargin {
    margin: 0
}

.nopadding {
    padding: 0
}

.m-0auto {
    margin: 0 auto
}

.op-0 {
    opacity: 0
}

.cross-line {
    display: table;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 50px;
    align-items: center
}

.cross-line h2 {
    margin-bottom: 0 !important
}

.section-top-half .section-heading-large {
    margin-bottom: -30px
}

.cross-line::after,
.cross-line::before {
    border-top: 2px solid #8e7142;
    content: '';
    display: table-cell;
    position: relative;
    top: auto !important;
    width: 10%
}

.whiteblock .cross-line {
    display: table;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0
}

.whiteblock .cross-line h2 {
    margin-bottom: 0 !important
}

.section-top-half .section-heading-large {
    margin-bottom: -30px
}

.whiteblock .cross-line::after,
.whiteblock .cross-line::before {
    border-top: 2px solid #fff;
    content: '';
    display: table-cell;
    position: relative;
    top: auto !important;
    width: 10%
}

.line-two::after,
.line-two::before {
    border-top: 2px solid #8e7142;
    content: '';
    display: table-cell;
    position: relative;
    top: 3em;
    width: 10%
}

.cross-line h2 {
    padding: 0 20px;
    color: #232f5f
}

.preloader {
    position: fixed;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background: #232f5f;
    z-index: 10000000
}

.preloader::before {
    content: 'Loading';
    position: absolute;
    font-size: clamp(3.5rem, 8.5vw, 8rem);
    text-transform: uppercase;
    font-weight: 900;
    color: rgba(255, 255, 255, .01);
    font-weight: 500
}

.preloader .counter {
    color: #e6cc8f;
    font-size: 1em;
    font-weight: 400;
    z-index: 1;
    margin-bottom: 10px;
    text-align: center
}

.preloader .counter::after {
    content: '%';
    font-size: .5em
}

.preloader.hide {
    opacity: 0;
    transition: .8s;
    transition-delay: .3s
}

.preloader.active {
    transform: translateY(-100vh);
    transition: ease-in-out .7s;
    transition-delay: 1.3s
}

.pathActive {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: dash 14s linear alternate infinite;
    stroke: #f7931e
}

.loading h1 {
    color: #fff;
    text-align: center;
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    position: relative
}

.loading h1:after {
    position: absolute;
    content: "";
    -webkit-animation: Dots 2s cubic-bezier(0, .39, 1, .68) infinite;
    animation: Dots 2s cubic-bezier(0, .39, 1, .68) infinite
}

.loading .loader {
    margin: 2% auto 10px
}

.loading .book {
    border: 1px solid #8e7142;
    width: 75px;
    height: 55px;
    position: relative;
    perspective: 150px;
    border-radius: 5px;
    margin-top: 36px
}

.loading .page {
    display: block;
    width: 40px;
    height: 55px;
    border: 1px solid #8e7142;
    border-left: 1px solid #e6cc8f;
    margin: 0;
    position: absolute;
    right: -4px;
    top: -2px;
    overflow: hidden;
    background: #e6cc8f;
    transform-style: preserve-3d;
    transform-origin: left center;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.loading .book .page:nth-child(1) {
    -webkit-animation: pageTurn 1.2s cubic-bezier(0, .39, 1, .68) 1.6s infinite;
    animation: pageTurn 1.2s cubic-bezier(0, .39, 1, .68) 1.6s infinite
}

.loading .book .page:nth-child(2) {
    -webkit-animation: pageTurn 1.2s cubic-bezier(0, .39, 1, .68) 1.45s infinite;
    animation: pageTurn 1.2s cubic-bezier(0, .39, 1, .68) 1.45s infinite
}

.loading .book .page:nth-child(3) {
    -webkit-animation: pageTurn 1.2s cubic-bezier(0, .39, 1, .68) 1.2s infinite;
    animation: pageTurn 1.2s cubic-bezier(0, .39, 1, .68) 1.2s infinite
}

@-webkit-keyframes scroll-inner {
    from {
        margin-top: 35%
    }
    to {
        margin-top: 50%
    }
}

@keyframes scroll-inner {
    from {
        margin-top: 35%
    }
    to {
        margin-top: 50%
    }
}

@-webkit-keyframes scroll-mouse {
    from {
        margin-top: 0
    }
    to {
        margin-top: 5px
    }
}

@keyframes scroll-mouse {
    from {
        margin-top: 0
    }
    to {
        margin-top: 5px
    }
}

div.mouse-container {
    position: relative;
    display: none;
    height: 100px
}

div.mouse {
    position: relative;
    margin: 0 auto;
    display: block;
    width: 35px;
    height: 60px;
    border: solid 2px #e6cc8f;
    border-radius: 25px;
    -webkit-animation: scroll-mouse 1.5s;
    animation: scroll-mouse 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

div.mouse::after {
    content: url(../images/icons/arrow-down.png);
    top: 25px;
    position: relative
}

div.mouse span.scroll-down {
    display: block;
    width: 8px;
    height: 8px;
    background: #e6cc8f;
    border-radius: 50%;
    margin: 15% auto auto auto;
    -webkit-animation: scroll-inner 1.5s;
    animation: scroll-inner 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
}

@-webkit-keyframes pageTurn {
    0% {
        transform: rotateY(0)
    }
    20% {
        background: #e6cc8f
    }
    40% {
        background: #e6cc8f;
        transform: rotateY(-180deg)
    }
    100% {
        background: #663399;
        transform: rotateY(-180deg)
    }
}

@keyframes pageTurn {
    0% {
        transform: rotateY(0)
    }
    20% {
        background: #e6cc8f
    }
    40% {
        background: #e6cc8f;
        transform: rotateY(-180deg)
    }
    100% {
        background: #e6cc8f;
        transform: rotateY(-180deg)
    }
}

#academic02 .line img {
    margin-top: 70px;
    left: -278px;
    position: relative;
    z-index: 11;
    transform: rotate(180deg)
}

.line img {
    margin-top: 60px;
    right: -80%;
    position: relative;
    z-index: 11
}

.backgound-none {
    background: 0 0 !important
}

#experiences a.nav-link {
    position: relative;
    padding: 20px 35px;
    border-radius: 0 !important;
    border: 0;
    z-index: 9
}

#experiences a.nav-link.active::before {
    border-top: 26px solid #e6cc8f;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    width: 0;
    height: 0;
    margin: 28px auto;
    content: '';
    left: 0;
    right: 0;
    position: absolute;
    z-index: 999
}

.section-heading-large.inside-heading::after {
    content: url(../images/icons/right-comma.svg);
    position: relative;
    opacity: .5;
    display: none
}

.section-heading-large.inside-heading::before {
    content: url(../images/icons/left-comma.svg);
    position: relative;
    opacity: .5;
    float: left;
    margin-top: -44px;
    display: none
}

.section-heading-large.inside-heading {
    position: relative
}

.common-section .head-section {
    font-size: 1.9rem;
    text-align: center;
    color: #232f5f;
    padding: 15px 80px 75px 80px
}

.common-section .hrl {
    border-color: #e6cc8f !important
}

.common-section .hr2 {
    border-color: #3c4771
}

.common-section .inside-heading {
    position: relative
}

.common-section .inside-heading h3 {
    font-size: clamp(1.6rem, 5vw, 2rem) !important;
    color: #232f5f
}

.common-section .inside-heading h3::after {
    content: "";
    position: absolute;
    bottom: -20px;
    height: 1px;
    width: 100%;
    background-color: #e6cc8f;
    left: 0;
    display: none
}

.common-section .card-info {
    margin-top: 30px;
    border-top: 1px solid #e6cc8f;
    padding-top: 20px
}

.common-section .card-info .card-text {
    font-size: 1rem;
    color: #232f5f;
    line-height: 28px
}

.common-section .card {
    border: 0
}

.common-section .zero {
    padding: 0 0
}

.common-section .card-border {
    display: flex;
    align-items: center;
    margin: 0;
    border: 1px solid #e6cc8f
}

.read-more {
    display: none !important
}

.row-border {
    border: 1px solid #e6cc8f
}

.common-section .bg-2 {
    background-color: #e6cc8f
}

.common-section .age-group {
    font-size: 30px !important
}

.common-section .name-tag {
    text-transform: uppercase;
    font-size: 3.125rem !important;
    color: #232f5f
}

.common-section .spacing {
    padding: 5% 10% !important
}

.menu-bar {
    margin: 35px 0;
    text-transform: uppercase;
    justify-content: center;
    color: #fff;
    background-color: #232f5f
}

.menu-bar li {
    font-size: 22px;
    text-align: center;
    padding: 0 7rem;
    margin-right: 2px;
    height: 80px;
    display: flex;
    align-items: center
}

.menu-bar li a {
    color: #fff
}

.menu-bar p {
    line-height: 15px
}

.menu-bar li.active a {
    color: #232f5f
}

.menu-bar li.active {
    transform: translate3D(0, -2px, 0) scale(1.05);
    color: #232f5f;
    background-color: #e6cc8f;
    border: 0
}

.menu-bar li.active::after {
    border-top: 20px solid #e6cc8f;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    width: 0;
    height: 0;
    margin: 0 auto;
    content: '';
    left: 0;
    right: 0;
    position: absolute;
    bottom: -10px
}

.read-more-content {
    display: none;
    padding-top: 22px
}

.read-more {
    display: inline-block;
    margin-top: 8px
}

.timeline-info {
    position: relative;
    background: #f3f1f1;
    padding: 24px 20px 18px;
    margin-bottom: 12px;
    border: 1px solid #f3f1f1;
    border-radius: 8px;
    margin-left: 54px
}

.longEnough {
    height: 310px
}

.card-info .read-more::before {
    content: url(../images/icons/plus.svg)
}

.card-info .read-more.active::before {
    content: url(../images/icons/minus.svg)
}

#experiences .quote {
    position: relative;
    padding-bottom: 60px
}

.quotes .quote::after {
    content: url(../images/icons/right-comma.svg);
    margin-left: 30px;
    top: 50px;
    position: absolute;
    opacity: .5
}

.quotes .quote::before {
    content: url(../images/icons/left-comma.svg);
    left: 0;
    top: -50px;
    position: absolute;
    opacity: .5
}

.beyond-academics .outer_accordion {
    background: 0 0
}

.beyond-academics .outer_accordion {
    padding: 0
}

.beyond-academics .quote::before {
    display: none
}

#experiences .quote h6 {
    font-size: 24px;
    margin-top: 10px
}

.tab-content .tab-pane .card-info p {
    font-size: 18px
}

.tab-content .tab-pane .card-info .uline-blue {
    font-size: 16px;
    color: #232f5f;
    text-transform: uppercase;
    padding-bottom: 5px !important
}

.common-section .card-border .card-body {
    align-items: initial !important;
    display: initial !important;
    height: auto !important
}

.mCSB_dragger_bar {
    background-color: #e6cc8f !important
}

.mCSB_draggerRail {
    background: #232f5f !important
}

.menu-bar li a br {
    display: none
}

.features .features-box {
    background-color: #232f5f;
    padding: 50px;
    transition: .5 all ease
}

.features-box:hover .icon img {
    transform: scale(1.09);
    transition: .5 all ease
}

.features .features-box .head {
    padding-top: 15px
}

.features .features-box .head h3 {
    color: #e6cc8f;
    font-size: calc(16px + .8vw)
}

.hover-classroom {
    transition: .5 all ease;
    overflow: hidden
}

.hover-classroom:hover img {
    transform: scale(1.2);
    transition: .5 all ease
}

.border-right {
    border-right: 2px solid #e6cc8f !important
}

.space .labs {
    background-color: rgb(36 64 122 / 80%);
    padding: 50px 100px;
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    transition: background-color 1s linear
}

.space .labs h2 {
    font-size: calc(16px + 1.6vw);
    color: #fff
}

.space .labs h4 {
    display: contents
}

.hover-classroom p {
    display: none
}

.hover-classroom:hover .labs {
    background-color: #e6cc8f;
    bottom: 0;
    color: #232f5f;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: left;
    transition: background-color 1s linear
}

.hover-classroom:hover .labs h2 {
    color: #232f5f
}

.hover-classroom:hover .labs h4 {
    float: left
}

.hover-classroom:hover .labs p {
    color: #232f5f;
    font-size: 18px;
    display: block
}

#our-team .card-title {
    text-transform: uppercase
}

#our-team .cross-line {
    margin-top: 0
}

#our-team .border-journey {
    border: 1px solid #e6cc8f !important
}

#our-team .bg-grey-light {
    background-color: #f1f1f1;
    padding: 2% 0
}

#our-team .card {
    padding: 0
}

#tabs {
    background: #232f5f;
    color: #fff;
    height: 60px;
    display: flex;
    align-items: center;
    margin-top: 50px
}

#tabs .nav-item {
    margin-bottom: 0;
    display: table-cell;
    flex: 1;
    margin-left: 0
}

#tabs .nav-item a {
    padding: 0 20px 10px 20px;
    text-align: center;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-size: 24px;
    position: relative
}

#tabs .nav-item a.active {
    color: #fff !important;
    background: #232f5f;
    border: none
}

#tabs .nav-item a.active:before {
    content: url(../images/home/brdr_active.svg);
    background-position: center;
    position: absolute;
    left: 0;
    bottom: -10px;
    right: 0;
    text-align: center
}

.middle-para {
    display: flex;
    align-items: center
}

.middle-para .card-body,
.middle-para p {
    font-size: 16px
}

.middle-para .card-title {
    font-size: calc(16px + 1.3vw)
}

.more-space {
    background-color: #f1f1f1
}

.more-space .tarkikComandSlider p {
    text-align: left
}

.more-space .without-line h3 {
    font-size: calc(20px + 1.2vw);
    text-align: left;
    text-transform: uppercase
}

.without-line h4 {
    font-size: calc(20px + .6vw);
    text-align: left;
    text-transform: uppercase
}

.more-space .tarkikComandSlider h4 {
    font-size: 22px;
    margin-top: 22px
}

.more-space .tarkikComandSlider p {
    font-size: 18px;
    padding-top: 10px !important
}

.more-space .tarkikComandSlider .slick-slide {
    padding-right: 10px;
    padding-left: 10px
}

.more-space .tarkikComandSlider .slick-slide img {
    width: 100%
}

.more-space .tarkikComandSlider .slick-arrow {
    top: 45%
}

.academics .nav-tabs .nav-item {
    margin-bottom: 0
}

.academics .nav-tabs .nav-item .active {
    transform: translate3D(0, 2px, 0) scale(1.06)
}

.academics-heading {
    background: #232f5f;
    padding: 50px 0;
    height: 390px
}

.academics-heading h2 {
    font-size: calc(16px + 2vw);
    color: #fff !important;
    text-transform: uppercase
}

.academics-type {
    padding: 50px 0;
    margin-top: -256px
}

.academics-type .content-col {
    border: 1px solid #e6cc8f;
    color: #232f5f;
    height: 100%;
    background: #fff
}

.academics-type .content-col .title {
    padding: 25px
}

.academics-type .content-col .title h3 {
    font-size: calc(24px + .4vw) !important;
    color: #232f5f
}

.academics-type .content-col .programme {
    padding: 25px;
    background: #e6cc8f
}

.academics-type .content-col .programme h4 {
    font-size: calc(18px + .4vw)
}

.academics-type .content-col .programme h4 {
    font-size: calc(18px + .4vw)
}

.academics-type .content-col .programme h5 {
    font-size: calc(20px + .3vw) !important
}

.academics-accordion .panel,
.panel-body {
    box-shadow: none
}

.list-default li {
    margin-bottom: .5rem
}

.accordion_container {
    width: 100%
}

.outer_accordion {
    border-bottom: #e6cc8f solid 1px;
    padding: 0 25px;
    background: #fff
}

.accordion_head {
    color: #232f5f;
    cursor: pointer;
    font-size: calc(18px + .4vw);
    padding: 25px 0;
    text-transform: uppercase
}

.accordion_body {
    padding: 0 0 25px
}

.accordion_body p {
    margin: 0;
    padding-bottom: 10px
}

.plusminus {
    float: right;
    border-radius: 50%;
    width: 40px;
    margin-top: -9px;
    height: 40px;
    border: 1px solid #e6cc8f;
    color: #e6cc8f;
    line-height: 40px;
    text-align: center;
    font-size: 30px
}

.outer_accordion:last-child {
    border: 0
}

#ex3-tabs-4 .outer_accordion {
    background: 0 0;
    padding: 0
}

#ex3-tabs-4 .accordion_head {
    background: 0 0
}

#ex3-tabs-4 .accordion_body {
    padding: 25px;
    background: #fff
}

.insights {
    background: #f1f1f1;
    padding: 50px
}

.insights .without-line h3 {
    font-size: calc(20px + 1.2vw) !important;
    text-transform: uppercase;
    padding-bottom: 25px;
    padding-right: 25px
}

.academics-type .content-col .programme-detail {
    padding: 25px
}

.academics-type .content-col .programme-detail p {
    font-size: 18px
}

#experience .tarkikComandSlider p {
    padding: 7px 0;
    text-align: center;
    font-size: 18px
}

#experience .card.bg-light-grey,
.experience-others .card.bg-light-grey {
    background: #f1f1f1 !important
}

.collaboration-link {
    margin-top: 10px
}

.collaboration-link li a:hover {
    color: #232f5f;
    text-decoration: underline
}

.collaboration-link li a,
.show-text a {
    color: #232f5f;
    font-size: 18px
}

.middle-para .nav-tabs .nav-link.active {
    box-shadow: none
}

#content .card {
    background: 0 0 !important
}

.no-comma::after,
.no-comma::before {
    display: none !important
}

.fileUpload {
    position: relative;
    display: inline-block;
    color: #fff;
    font-family: Lato, Arial, sans-serif;
    font-size: 0;
    white-space: nowrap;
    width: 100%
}

.fileUpload .fileName {
    display: inline-block;
    padding: 11px 17px;
    width: 100%;
    height: 58px;
    box-sizing: border-box;
    vertical-align: top;
    color: #232f5f;
    background: #fff;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    text-transform: uppercase;
    font-size: 20px;
    font-family: STIXGeneral-Regular;
    padding-top: 16px
}

.fileUpload .customUploadBtn {
    display: inline-block;
    padding: 11px 20px;
    transition: all .2s ease-in;
    color: #232f5f;
    font-size: 16px;
    margin-left: -56px;
    position: absolute;
    top: 0;
    right: 0
}

.fileUpload .uploadBtn {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    height: 100%;
    text-align: center;
    z-index: 2;
    color: #232f5f
}

@media(min-width:768px) {
    .nav-tabs {
        display: flex
    }
    .card {
        border: none
    }
    .card .card-header {
        display: none
    }
    .card .collapse {
        display: block
    }
}

@media(max-width:767px) {
    #tabs {
        display: none
    }
    #our-team .card-header a {
        color: #fff;
        display: inline-block
    }
    #our-team .middle-para .card-header a:before {
        display: none
    }
    #our-team .middle-para .card-header a.collapsed::after {
        content: url(../images/icons/plus-yellow.png)
    }
    #our-team .middle-para .card-header {
        padding: 0
    }
    #our-team .middle-para .card-header a.collapsed {
        background: #232f5f;
        color: #e6cc8f
    }
    #our-team .middle-para .card-header a {
        position: relative;
        display: flex;
        justify-content: space-between;
        background: #e6cc8f;
        padding: 8px 20px;
        align-items: center;
        color: #232f5f;
        font-size: 22px
    }
    #our-team .middle-para .card-header a::after {
        content: url(../images/icons/minus-blue.png)
    }
    #our-team .middle-para .tab-content>.tab-pane {
        opacity: 1;
        display: block
    }
    #our-team .card-header a.collapsed:after {
        background-image: none;
        margin: 0
    }
}

.tabing {
    list-style: none;
    display: flex;
    flex-direction: column;
    margin-top: 50px
}

.tabing li {
    background: #e6cc8f;
    margin-bottom: 1px
}

.tabing li .tablink {
    color: #232f5f;
    font-size: 24px;
    text-transform: uppercase;
    padding: 1.5rem 0;
    display: block;
    position: relative;
    max-width: 1400px;
    margin: 0 auto
}

.tabing li .tablink::after {
    content: url(../images/icons/sm-right.png);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    position: absolute;
    right: 0;
    padding-top: 10px;
    padding-left: 2px;
    top: 14px
}

.block-more {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
    text-align: center
}

.block-more h4 {
    background: #e6cc8f;
    padding: 2rem;
    margin-bottom: 1.5rem;
    text-align: center
}

.blue-head {
    background: #232f5f;
    padding: 1rem;
    color: #fff;
    text-align: center
}

.blue-head h3 {
    font-size: 1.765rem !important;
    color: #fff !important;
    text-transform: uppercase
}

.slick-next::before,
.slick-prev::before {
    display: none
}

.pl-0 {
    padding-left: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

#experiences.section {
    padding-top: 0
}