@font-face {
    font-family: "arenskiregular";
    src: url("../assets/fonts/arenskiregular-webfont.woff") format("woff"), url("../assets/fonts/arenskiregular-webfont.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

.tcs-text,
.tcs-font {
    font-family: "arenskiregular", serif !important;
    font-weight: 400;
    font-size: 110%;
    margin-right: 5px;
}

/*
Theme Name: The City School Pakistan
Theme URI: https://www.thecityschool.edu.pk
Author: 4M Designers
Author URI: https://www.4mdesigners.com
Version: 1.0
Text Domain: thecityschool
*/

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
label,
fieldset,
input,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: 400;
}

ol,
ul,
li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: "";
}

/* The below restores some sensible defaults */
strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

a img {
    border: none;
}

/* Gets rid of IE's blue borders */

*:focus {
    outline: none;
}

html {
    height: 100%;
}

body {
    font: 400 17px "Sora", sans-serif !important;
    height: 100% !important;
    color: #171717;
    background-color: #fff;
}

a,
a:hover {
    color: #171717;
    text-decoration: none;
}

/*
font-family: 'Cormorant', serif;
font-family: 'Sora', sans-serif;
*/

.tcs-text,
.tcs-font {
    font-family: "arenskiregular", serif !important;
    font-weight: 400;
    font-size: 110%;
    margin-right: 5px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="search"],
select,
textarea {
    background-color: #fff;
    border: 1px solid #e8e8e8 !important;
    font: 400 15px "Sora", sans-serif;
    color: #171717 !important;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="search"],
textarea {
    padding: 10px 15px;
}

select {
    padding: 7px 12px;
}

input[type="submit"],
button[type="submit"],
input[type="button"],
.btn,
.button {
    display: inline-block;
    border: 1px solid #274488;
    border-radius: 0;
    background-color: transparent;
    font: 700 15px "Sora", sans-serif;
    color: #274488 !important;
    cursor: pointer;
    text-decoration: none;
    padding: 10px 30px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
}

input[type="submit"]:hover,
button[type="submit"]:hover,
input[type="button"]:hover,
.btn:hover,
.button:hover {
    background-color: #274488;
    color: #fff !important;
    text-decoration: none !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
    border-color: #c8c8c8 !important;
}

input[type="submit"].alt,
button[type="submit"].alt,
input[type="button"].alt,
.btn.alt,
.button.alt {
    background-color: #274488 !important;
    color: #fff !important;
}

input[type="submit"].alt:hover,
button[type="submit"].alt:hover,
input[type="button"].alt:hover,
.btn.alt:hover,
.button.alt:hover {
    background-color: #fff !important;
    color: #274488 !important;
}

.btn.with-icon {
    position: relative;
    border: 0;
    padding-right: 85px;
    padding-left: 20px;
    text-align: left;
}

.btn.with-icon:after {
    font-family: fontAwesome;
    font-size: 120%;
    font-weight: 400;
    position: absolute;
    top: 0;
    right: 0;
    padding: 13px 20px;
    color: #fff;
}

.btn.with-icon.download:after {
    content: "\f019";
}

.btn.with-icon.pdf:after {
    content: "\f1c1";
}

.scale-img {
    display: inline-block;
    overflow: hidden;
}

.scale-img img {
    max-width: 100%;
    height: auto;
    -webkit-transition: transform 0.5s ease-in-out 0s;
    transition: transform 0.5s ease-in-out 0s;
}

.scale-img:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.explore-more {
    display: inline-block;
    position: relative;
    color: #274488;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.25s linear 0s;
    -webkit-transition: all 0.25s linear 0s;
}

.explore-more:after {
    display: inline-block;
    opacity: 1;
    text-decoration: none;
    content: "\f178";
    font-family: fontAwesome;
    position: relative;
    left: 10px;
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
}

.explore-more:hover:after {
    left: 15px;
}

a.video-action {
    position: relative;
    display: block;
}

a.video-action:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1000;
    width: 72px;
    height: 72px;
    text-align: center;
    line-height: 72px;
    font-family: fontAwesome;
    font-size: 200%;
    content: "\f04b";
    color: #fff;
    background-color: #000;
    opacity: 0.56;
    border-radius: 50%;
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
}

a.video-action:hover:before {
    opacity: 1;
}

.social-links {
    font-size: 1px;
}

.social-links .item {
    display: inline-block;
    text-decoration: none !important;
}

.social-links .item > span {
    display: none;
}

.social-links .item:before {
    font-size: 18px;
    font-family: fontAwesome;
}

.social-links .item:hover {
    opacity: 0.5;
}

.social-links .item.facebook:before {
    content: "\f082";
}

.social-links .item.twitter:before {
    content: "\f081";
}

.social-links .item.instagram:before {
    content: "\f16d";
}

.social-links .item.linkedin:before {
    content: "\f08c";
}

.social-links .item.pinterest:before {
    content: "\f0d3";
}

.social-links .item.youtube:before {
    content: "\f166";
}

.social-links .item:not(:last-child) {
    margin-right: 15px;
}

.social-links .item:hover {
    color: #fff !important;
}

#top {
    width: 100%;
    padding: 20px 40px;
    position: absolute;
    z-index: 1000;
}

@media (min-width: 1200px) {
    #top {
        padding-right: 0;
    }

    .tcs-locations .tcs-locations-heading {
        position: absolute;
        color: #fff;
    }

    .tcs-locations .tcs-locations-heading .elementor-heading-title {
        color: #fff !important;
    }

    .sub-header .anchor-menu.default {
        position: absolute;
        bottom: 0;
    }
}

@media (min-width: 1440px) {
}

.site-logo img.default {
    max-width: 138px;
    height: auto;
}

.site-logo img.landscape {
    display: none;
}

.site-menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 1px;
    position: relative;
    z-index: 2;
    padding: 0 40px 0 0;
    border-width: 2px 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.25);
    margin-bottom: 0;
}

.site-menu > li {
    display: inline-block;
    position: relative;
}

.site-menu > li:not(:last-child) {
    margin-right: 25px;
}

.site-menu > li > a {
    padding: 20px 0;
    position: relative;
    color: #fff !important;
    display: block;
    font-size: 13px;
    font-weight: 600 !important;
    text-transform: uppercase;
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
}

.site-menu > li.current_page_item > a,
.site-menu > li.current_page_parent > a,
.site-menu > li.current_page_ancestor > a,
.site-menu > li.current-menu-item > a,
.site-menu > li.current-menu-parent > a,
.site-menu > li.current-menu-ancestor > a,
.site-menu > li:hover > a,
.site-menu > li > a:hover {
    opacity: 0.8 !important;
}

.site-menu > li.menu-item-has-children > a:after {
    font-family: fontAwesome;
    font-weight: 400 !important;
    content: "\f107";
    margin-left: 5px;
}

.site-menu > li.menu-item-has-children:hover > a:after,
.site-menu > li.menu-item-has-children > a:hover:after {
    content: "\f106";
}

.site-menu > li > .sub-menu {
    display: none;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    top: 100%;
    left: -20px;
    z-index: 1000;
    width: 230px;
    padding: 20px;
    background-color: #fff;
    -webkit-animation: fadeIn 0.25s both 0s;
    animation: fadeIn 0.25s both 0s;
}

.site-menu > li:hover > .sub-menu {
    display: block;
}

.site-menu .sub-menu > li {
    line-height: 1.5;
    padding: 5px 0;
}

.site-menu .sub-menu > li > a {
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
}

.site-menu li .sub-menu > li.current_page_item > a,
.site-menu li .sub-menu > li.current_page_parent > a,
.site-menu li .sub-menu > li.current_page_ancestor > a,
.site-menu li .sub-menu > li.current-menu-item > a,
.site-menu li .sub-menu > li.current-menu-parent > a,
.site-menu li .sub-menu > li.current-menu-ancestor > a,
.site-menu .sub-menu > li:hover > a,
.site-menu .sub-menu > li > a:hover {
    color: #274488 !important;
}

.site-menu > li > .sub-menu > li > .sub-menu {
    padding: 5px 0 0 15px;
}

.site-menu > li > .sub-menu > li > .sub-menu > li a:before {
    content: "\f105";
    font-family: fontAwesome;
    margin-right: 10px;
}

#top.fixed {
    position: fixed;
    top: 0;
    z-index: 999999;
    background-color: #274488;
    padding-top: 10px;
    padding-bottom: 10px;
}

#top.fixed .site-logo img {
    max-width: 75px;
}

#top.fixed .site-menu {
    border: 0;
}

.menu-action {
    position: relative;
    float: right;
    height: 13px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
}

.menu-action > span {
    position: relative;
    display: block;
    width: 24px;
    height: 100%;
}

.menu-action > span > span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
}

.menu-action > span > span:nth-child(1) {
    top: 0;
}

.menu-action > span > span:nth-child(2) {
    bottom: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu-action > span > span:nth-child(3) {
    bottom: 0;
}

body:not(.mobile-menu-open) .menu-action > span > span:nth-child(3) {
    width: 45.16%;
}

.menu-action:hover {
    text-decoration: none;
    color: #fff;
}

body.mobile-menu-open .menu-action {
    z-index: 99999999;
}

body.mobile-menu-open .menu-action > span > span {
    top: 50%;
    background-color: #fff !important;
}

body.mobile-menu-open .menu-action > span > span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

body.mobile-menu-open .menu-action > span > span:nth-child(2) {
    display: none;
}

body.mobile-menu-open .menu-action > span > span:nth-child(3) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#mobile-menu {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999999;
    background-color: rgba(39, 68, 136, 0.95);
    border-left: 2px solid rgba(255, 255, 255, 0.25);
    width: 320px;
    max-width: 100%;
    height: 100vh;
    padding: 0 25px;
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
}

.mobile-site-menu {
    position: absolute;
    top: 50%;
    z-index: 999999999;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mobile-site-menu,
.mobile-site-menu a {
    color: #fff !important;
}

.mobile-site-menu > li {
    line-height: 1;
    padding: 10px 0;
}

.mobile-site-menu > li > a {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.mobile-site-menu li {
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}

.mobile-site-menu li.show {
    opacity: 1;
}

.mobile-site-menu li .sub-menu > li.current_page_item > a,
.mobile-site-menu li .sub-menu > li.current_page_parent > a,
.mobile-site-menu li .sub-menu > li.current_page_ancestor > a,
.mobile-site-menu li .sub-menu > li.current-menu-item > a,
.mobile-site-menu li .sub-menu > li.current-menu-parent > a,
.mobile-site-menu li .sub-menu > li.current-menu-ancestor > a,
.mobile-site-menu .sub-menu > li:hover > a,
.mobile-site-menu .sub-menu > li > a:hover {
    opacity: 0.8;
}

.mobile-site-menu > li .sub-menu > li {
    padding: 5px 0;
}

.mobile-site-menu > li .sub-menu > li > a {
    font-size: 13px;
    font-weight: 400;
}

.mobile-site-menu > li > .sub-menu {
    padding: 5px 10px;
}

.mobile-site-menu > li > .sub-menu > li > .sub-menu {
    padding: 5px 0 0;
}

.mobile-site-menu > li > .sub-menu > li > .sub-menu > li a:before {
    content: "\f105";
    font-family: fontAwesome;
    margin-right: 10px;
}

#footer {
    padding: 40px 40px 25px;
    background-color: #274488;
    color: #fff;
    font-size: 12px;
}

#footer a {
    color: #fff !important;
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
}

#footer a:hover {
    text-decoration: none;
}

#footer .title {
    font-size: 10px;
    font-weight: 400;
    margin: 0 0 15px;
    opacity: 0.67;
    text-transform: uppercase;
}

#footer .footer-logo {
    text-align: left;
}

#footer .footer-logo img {
    width: 150px;
    height: auto;
}

#footer .footer-contact-details {
    line-height: 2;
}

#footer .footer-contact-details .btn {
    padding: 10px 30px;
    border-color: #fff;
    color: #fff !important;
    background-color: transparent;
    margin-top: 15px;
    border-radius: 0;
    font: 700 11px 'Sora', sans-serif
}

#footer .footer-contact-details .btn:hover {
    background-color: #fff;
    color: #05529d !important;
}

#footer .footer-affiliations {
    position: relative;
}

#footer .footer-affiliations:before {
    content: "";
    position: absolute;
    top: 0;
    left: -35px;
    width: 2px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.18);
}

#footer .footer-affiliations .item {
    margin-top: 5px;
    margin-bottom: 25px;
}

#footer .bottom-row {
    margin-top: 25px;
    font-size: 10px;
    font-weight: 300;
}

#footer .bottom-row a {
    color: rgba(255, 255, 255, 0.5) !important;
}

#footer .bottom-row a:hover {
    color: rgba(255, 255, 255, 1) !important;
}

#footer .bottom-menu {
    position: relative;
    padding-left: 0;
}

#footer .bottom-menu:before {
    content: "";
    position: absolute;
    top: 0;
    left: -13px;
    width: 2px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.18);
}

#footer .bottom-menu li {
    display: inline-block;
}

#footer .bottom-menu li:not(:last-child) {
    margin-right: 15px;
}

#footer .powered-by {
    display: inline-block;
    background: url("images/logo-4m-white.png") no-repeat right center;
    background-size: 21px 13px;
    padding: 0 25px 0 0;
    margin: 0 0 0 15px;
    text-decoration: none !important;
}

#footer .powered-by span {
    display: none;
}

.scrollTop {
    width: 80px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px;
    background-color: #274488;
    color: #fff;
    display: none;
    text-align: center;
    text-decoration: none;
}

.scrollTop.show {
    display: inline-block;
}

.scrollTop:hover {
    text-decoration: none;
    color: #fff;
}

.scrollTop:before {
    display: block;
    position: relative;
    bottom: 0;
    font-family: fontAwesome;
    font-size: 150%;
    content: "\f0d8";
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}

.scrollTop:hover:before {
    bottom: 5px;
}

/* PAGINATION */
.navigation.pagination {
    text-align: center;
    padding-top: 25px;
}

.navigation.pagination .screen-reader-text {
    display: none;
}

.navigation.pagination .nav-links {
    width: 100%;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1;
}

.navigation.pagination .nav-links .page-numbers {
    display: inline-block;
    margin: 0 3px;
    padding: 5px 10px;
    background-color: #f1f2f2;
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}

.navigation.pagination .nav-links a:hover,
.navigation.pagination .nav-links span.current {
    background-color: #274488;
    color: #fff;
    text-decoration: none;
}

.navigation.pagination .nav-links .prev:before,
.navigation.pagination .nav-links .next:after {
    font-family: fontAwesome;
}

.navigation.pagination .nav-links .prev:before {
    content: "\f104";
    margin-right: 8px;
}

.navigation.pagination .nav-links .next:after {
    content: "\f105";
    margin-left: 8px;
}

/* PAGINATION */

.home-slide {
    position: relative;
    height: 100%;
}

.home-slide .home-slide-video-wrapper {
    position: relative;
    height: 100%;
}

.home-slide .home-slide-video-wrapper:before {
    display: none;
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.home-slide .home-slide-video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-slide .desc {
    padding: 0 40px;
    position: absolute;
    top: 55%;
    z-index: 999;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    font-family: "Cormorant Garamond", serif;
    color: #fff;
}

.home-slide .desc .slide-title {
    font-size: 90px;
    font-weight: 500;
    line-height: 0.9;
}

.home-slide .desc .slide-title > small {
    font-size: 33.33%;
    font-weight: 300;
}

.scrollDown {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 4;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.scrollDown:after {
    content: "\f0d7";
    font-size: 275%;
    line-height: 0.75;
    font-family: fontAwesome;
    display: block;
}

.scrollDown:hover {
    color: #fff;
    bottom: 15px;
}

.tcs-locations {
    position: relative;
    overflow: hidden;
}

.tcs-locations .tcs-locations-heading {
}

.tcs-locations-map-wrapper {
    width: 100%;
    background-color: #274488;
    color: #fff;
}

.tcs-locations-map-wrapper:before {
    width: 100%;
    height: 35%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgb(39, 68, 136);
    background: linear-gradient(0deg, rgba(39, 68, 136, 0) 25%, rgba(39, 68, 136, 0.85) 75%, rgba(39, 68, 136, 0.75) 100%);
}

.tcs-locations-map {
    display: inline-block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tcs-locations-map > img {
    max-width: 100%;
    height: auto;
}

.tcs-locations-map .tcs-location-pin {
    display: none;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    z-index: 3;
    position: absolute;
    animation: bounceInDown;
    animation-duration: 1s;
    cursor: pointer;
}

.tcs-locations-map .tcs-location-pin:after {
    content: "";
    display: block;
    width: 29px;
    height: 39px;
    margin: 0 auto;
    background: url("images/icons/location-pin-white.png") no-repeat center;
}

.tcs-locations-map .tcs-location-pin.sa {
    top: 22.275%;
    left: 25.5%;
}

.tcs-locations-map .tcs-location-pin.ae {
    top: 26.35%;
    left: 33.85%;
}

.tcs-locations-map .tcs-location-pin.pk {
    top: 27.55%;
    left: 44.55%;
}

.tcs-locations-map .tcs-location-pin.om {
    top: 30.25%;
    left: 38.55%;
}

.tcs-locations-map .tcs-location-pin.my {
    top: 57.4%;
    left: 69.65%;
}

.tcs-locations-map .tcs-location-pin.ph {
    top: 48.55%;
    left: 83.1%;
}

.tcs-locations-map.showPins .tcs-location-pin {
    display: block;
}

.tcs-alumni-signup > .field:not(:last-child) {
    margin-bottom: 15px;
}

.tcs-alumni-signup input {
    width: 100%;
}

.tcs-alumni-signup input[type="text"] {
    font-size: 11px;
}

.tcs-alumni-signup input[type="submit"], .tcs-alumni-signup button[type="submit"] {
    font-weight: 400 !important;
    background-color: #274488 !important;
    color: #fff !important;
}

.tcs-alumni-signup input[type="submit"]:hover, .tcs-alumni-signup button[type="submit"]:hover {
    background-color: #fff !important;
    color: #274488 !important;
}

.tcs-alumni-signup .wpcf7-spinner {
    display: none;
}

.tcs-alumni-signup + .wpcf7-response-output {
    margin: 10px 0 0 !important;
    padding: 5px !important;
    border-width: 1px !important;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}

.tcs-alumni-signup span.wpcf7-not-valid-tip {
    color: #f00;
    margin: 5px 0 0;
    font-size: 11px;
}

.tcs-alumni-signup span.wpcf7-not-valid-tip:before {
    font-family: fontAwesome;
    font-size: 80%;
    content: "\f071";
    margin: 0 5px 0 0;
}

.news-list .news-list-item {
    position: relative;
}

.news-list .news-list-item-thumb {
    display: block;
    margin-bottom: 15px;
}

.news-list .news-list-item-thumb > img {
    width: 100%;
}

.news-list .news-list-item-type {
    font-size: 12px;
    color: #626262;
    margin-bottom: 15px;
    line-height: 1;
}

.news-list .news-list-item-title {
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 65px;
}

.news-list .explore-more {
    font-size: 11px;
    position: absolute;
    bottom: 30px;
}

.news-list-wrapper .btn {
    display: block;
    width: calc(33.33333% - 90px);
    margin: 10px auto 0;
    position: relative;
    z-index: 3;
}

.news-list:not(.news-list-slider) .news-list-item {
    margin-bottom: 30px;
}

.news-list:not(.news-list-slider) .news-list-item-wrapper {
    background-color: #f1f2f2;
    padding: 20px;
    height: 100%;
}

.news-list.news-list-slider .slick-track {
    display: flex !important;
    position: relative;
}

.news-list.news-list-slider .news-list-item-thumb {
    position: relative;
}

.news-list.news-list-slider .news-list-item-title {
    font-size: 20px;
}

.news-list.news-list-slider a.slick-arrow {
    cursor: pointer;
    position: absolute;
    bottom: 10%;
    z-index: 99999;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #274488;
    border-radius: 50%;
    margin: -15px 0 0;
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
}

.news-list.news-list-slider a.slick-arrow:hover {
    opacity: 1;
}

.news-list.news-list-slider a.slick-arrow:before {
    font-family: fontAwesome;
    font-size: 20px;
    color: #274488;
}

.news-list.news-list-slider a.slick-arrow.slick-next {
    right: calc(33.333333% + 50px);
    -webkit-transform: translateX(calc(100% + 20px));
    transform: translateX(calc(100% + 20px));
}

.news-list.news-list-slider a.slick-arrow.slick-next:before {
    content: "\f04b";
}

.news-list.news-list-slider a.slick-arrow.slick-prev {
    left: calc(33.333333% + 50px);
    -webkit-transform: rotate(180deg) translateX(calc(100% + 20px));
    transform: rotate(180deg) translateX(calc(100% + 20px));
}

.news-list.news-list-slider a.slick-arrow.slick-prev:before {
    content: "\f04b";
}

.news-list.news-list-slider:not(.news-list-slider-content) .slick-list:before {
    content: "";
    z-index: 1;
    background: url("images/news-list-thumb-mask-2.png") no-repeat center bottom;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
}

.news-list.news-list-slider:not(.news-list-slider-content) .slick-list:after {
    content: "";
    z-index: 2;
    background-color: #f1f2f2;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(33.333333% - 100px);
    height: 100%;
}

.news-list.news-list-slider:not(.news-list-slider-content) .news-list-item {
    padding: 20px 15px 0;
    height: inherit;
}

.news-list.news-list-slider:not(.news-list-slider-content) .news-list-item-content {
    visibility: hidden;
}

.news-list.news-list-slider.news-list-slider-content {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    margin: 0;
    -webkit-transform: translateX(calc(-50%));
    transform: translateX(calc(-50%));
    width: calc(33.333333% - 100px);
    padding: 20px 11px 0;
    height: 100%;
}

.news-list.news-list-slider.news-list-slider-content .slick-list {
    position: relative;
    z-index: 2;
}

.news-list.news-list-slider.news-list-slider-content .news-list-item-content {
    opacity: 0;
    -webkit-transition: all 0.25s linear 0.25s;
    transition: all 0.25s linear 0.25s;
}

.news-list.news-list-slider.news-list-slider-content .slick-current .news-list-item-content {
    opacity: 1;
}

.team-tabs .ui-tabs-nav {
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.team-tabs .ui-tabs-nav .ui-state-default {
    display: inline-block;
    width: 49.5%;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.team-tabs .ui-tabs-nav .ui-state-default a {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 10px 15px;
    border: 1px solid #dce1ec;
    background-color: #fff;
}

.team-tabs .ui-tabs-nav .ui-state-default a:before,
.team-tabs .ui-tabs-nav .ui-state-default a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
}

.team-tabs .ui-tabs-nav .ui-state-default a:before {
    width: 100%;
    background-color: #dce1ec;
    z-index: 1;
}

.team-tabs .ui-tabs-nav .ui-state-default a:after {
    width: 0;
    background-color: #274588;
    z-index: 2;
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
}

.team-tabs .ui-tabs-nav .ui-state-default a:hover:after,
.team-tabs .ui-tabs-nav .ui-state-default.ui-state-active a:after {
    width: 100%;
}

.team-tabs .ui-tabs-panel {
    padding-top: 40px;
}

.team-tabs .team-list-title {
    font-size: 25px;
    color: #274588;
    margin-bottom: 20px;
}

.team-list {
    margin-bottom: 10px;
}

.team-list .team-list-item {
    margin-bottom: 30px;
}

.team-list .team-list-item .team-list-item-picture {
    margin-bottom: 10px;
}

.team-list .team-list-item .team-list-item-title {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.team-list .team-list-item .team-list-item-title > small {
    font-size: 60%;
    font-weight: 400;
}

.team-list .team-list-item .team-list-item-designation {
    font-size: 11px;
    line-height: 1.25;
}

.team-list .team-list-item .team-list-item-email {
    font-size: 11px;
    line-height: 1.25;
    margin-top: 2px;
}

.team-list .team-list-item .team-list-item-email a {
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
}

.team-list .team-list-item .team-list-item-email a:hover {
    color: #3a66cf;
}

.tcs-timeline {
    position: relative;
    padding: 0 0 30px;
}

.tcs-timeline .slick-list {
    padding: 35px 0 65px;
}

.tcs-timeline .slick-list .slick-track:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.33);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tcs-timeline .tcs-timeline-item {
    padding: 0 25px;
}

.tcs-timeline .tcs-timeline-item:before,
.tcs-timeline .tcs-timeline-item:after {
    content: "";
    display: block;
    background-color: #ffff00;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tcs-timeline-year {
    font-size: 15px;
    font-weight: 600;
    position: absolute;
}

.tcs-timeline-description {
    font-size: 12px;
    line-height: 1.5;
    width: 220px;
}

.tcs-timeline-description ul {
    margin: 0 0 0 10px;
}

.tcs-timeline-description ul li {
    list-style: disc;
}

.tcs-timeline-description ul li:not(:last-child) {
    margin-bottom: 5px;
}

.tcs-timeline .slick-list .slick-track .tcs-timeline-item:nth-child(even) .tcs-timeline-year {
    top: 50%;
    -webkit-transform: translateY(calc(-100% - 25px));
    transform: translateY(calc(-100% - 25px));
}

.tcs-timeline .slick-list .slick-track .tcs-timeline-item:nth-child(even) .tcs-timeline-description {
    padding-top: 125px;
}

.tcs-timeline .slick-list .slick-track .tcs-timeline-item:nth-child(odd) .tcs-timeline-year {
    bottom: 50%;
    -webkit-transform: translateY(calc(100% + 25px));
    transform: translateY(calc(100% + 25px));
}

.tcs-timeline .slick-list .slick-track .tcs-timeline-item:nth-child(odd) .tcs-timeline-description {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(calc(-100% - 25px));
    transform: translateY(calc(-100% - 25px));
}

.tcs-timeline {
    color: #fff;
}

.tcs-timeline a.slick-arrow {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    z-index: 99999;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: none;
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
}

.tcs-timeline a.slick-arrow:hover {
    opacity: 1;
}

.tcs-timeline a.slick-arrow:before {
    font-family: fontAwesome;
    font-size: 20px;
    color: #fff;
}

.tcs-timeline a.slick-arrow.slick-next {
    right: 50%;
    -webkit-transform: translateX(calc(100% + 1px));
    transform: translateX(calc(100% + 1px));
}

.tcs-timeline a.slick-arrow.slick-next:before {
    content: "\f04b";
}

.tcs-timeline a.slick-arrow.slick-prev {
    left: 50%;
    -webkit-transform: rotate(180deg) translateX(calc(100% + 1px));
    transform: rotate(180deg) translateX(calc(100% + 1px));
}

.tcs-timeline a.slick-arrow.slick-prev:before {
    content: "\f04b";
}

.tcs-timeline a.slick-arrow.slick-disabled {
    opacity: 0.45;
    cursor: default;
}

.sub-header {
    position: relative;
}

.sub-header img.page-banner {
    display: block;
    width: 100%;
    height: auto;
}

.sub-header .desc {
    position: absolute;
    z-index: 2;
    width: 100%;
    padding-top: 136px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sub-header .desc .page-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.25;
    color: #fff;
}

.sub-header .desc .page-title > small {
    font-size: 50%;
}

.sub-header .desc > div {
    padding: 0;
}

.sub-header.with-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.sub-header.with-overlay.dark-overlay:before {
    background-color: rgba(0, 0, 0, 0.36);
}

.sub-header.with-overlay.darker-overlay:before {
    background-color: rgba(0, 0, 0, 0.68);
}

.sub-header.with-overlay.light-overlay:before {
    background-color: rgba(255, 255, 255, 0.31);
}

.sub-header.with-anchor-menu .desc {
    padding-bottom: 55px;
}

.sub-header .anchor-menu {
    position: relative;
    z-index: 999;
    min-width: 85%;
    background-color: #fff;
    border-bottom: 1px solid #cecece;
    font-size: 1px;
}

.sub-header .anchor-menu.fixed {
    position: fixed;
    top: 0;
    width: 100%;
}

.sub-header .anchor-menu > * {
    display: inline-block;
    line-height: 1;
    background-color: #fff;
}

.sub-header .anchor-menu .anchor-menu-title {
    font-size: 14px;
    font-weight: 700;
    border-right: 1px solid #cecece;
    padding: 20px 40px;
}

.sub-header .anchor-menu .menu {
    font-size: 14px;
    font-weight: 300;
    padding: 0 40px;
}

.sub-header .anchor-menu .menu > li {
    display: inline-block;
    position: relative;
    padding: 20px 0;
}

.sub-header .anchor-menu .menu > li:not(:last-child) {
    margin-right: 20px;
}

.sub-header .anchor-menu .menu > li > a {
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
}

.sub-header .anchor-menu .menu > li > a:hover,
.sub-header .anchor-menu .menu > li.current_page_item > a,
.sub-header .anchor-menu .menu > li.current_page_parent > a,
.sub-header .anchor-menu .menu > li.current_page_ancestor > a,
.sub-header .anchor-menu .menu > li.current-menu-item > a,
.sub-header .anchor-menu .menu > li.current-menu-parent > a,
.sub-header .anchor-menu .menu > li.current-menu-ancestor > a,
.sub-header .anchor-menu .menu > li.sub-menu-open > a {
    color: #3a66cf;
}

.sub-header .anchor-menu .menu > li.menu-item-has-children > a:after {
    font-family: fontAwesome;
    font-weight: 400;
    content: "\f107";
    margin-left: 5px;
}

.sub-header .anchor-menu .menu > li.menu-item-has-children.sub-menu-open > a:after {
    content: "\f106";
}

.sub-header .anchor-menu .menu ul {
    display: none;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    top: 100%;
    left: -20px;
    z-index: 1000;
    width: 230px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #cecece;
    max-height: 300px;
    overflow-y: auto;
    -webkit-animation: fadeIn 0.25s both 0s;
    animation: fadeIn 0.25s both 0s;
}

.sub-header .anchor-menu .menu > li.sub-menu-open > ul {
    display: block;
}

.sub-header .anchor-menu .menu ul > li {
    line-height: 1.5;
    padding: 5px 0;
}

.sub-header .anchor-menu .menu ul > li > a {
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
}

.sub-header .anchor-menu .menu li ul > li.current_page_item > a,
.sub-header .anchor-menu .menu li ul > li.current_page_parent > a,
.sub-header .anchor-menu .menu li ul > li.current_page_ancestor > a,
.sub-header .anchor-menu .menu li ul > li.current-menu-item > a,
.sub-header .anchor-menu .menu li ul > li.current-menu-parent > a,
.sub-header .anchor-menu .menu li ul > li.current-menu-ancestor > a,
.sub-header .anchor-menu .menu ul > li:hover > a,
.sub-header .anchor-menu .menu ul > li > a:hover {
    color: #3a66cf;
}

.sub-header .anchor-menu.filter-bar .menu > li:not(:last-child) {
    margin-right: 50px;
}

.sub-content {
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}

.related-news {
    padding-top: 55px;
}

.related-news .section-title {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #274488;
}

.content {
    line-height: 1.75;
}

.content a {
    color: #274488;
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
}

.content a:hover {
    color: #171717;
}

.content hr {
    height: 1px;
    border: none;
    background-color: #ededed;
    margin-bottom: 20px;
}

.content h1 {
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1;
}

.content h1 small {
    display: block;
    margin: 10px 0 0;
    font-size: 50%;
    font-weight: 300;
}

.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.5;
}

.content h2 {
    font-size: 30px;
}

.content h3 {
    font-size: 25px;
}

.content h4 {
    font-size: 22px;
}

.content h5 {
    font-size: 20px;
}

.content h6 {
    font-size: 17px;
}

.content p {
    line-height: 1.75;
    margin: 0 0 25px;
}

.content ul {
    margin: 0 0 25px 0;
}

.content ol {
    margin: 0 0 25px 20px;
}

.content ul li,
.content ol li {
    line-height: 1.75;
    margin-bottom: 10px;
}

.content ul li {
    padding-left: 24px;
    position: relative;
}

.content ul li:before {
    content: "";
    display: inline-block;
    margin-right: 12px;
    width: 9px;
    height: 9px;
    background-color: #274588;
}

.content ul ul li:before {
    width: 10px;
    height: 10px;
    background-color: #eaeaea;
    border: 1px solid #274588;
}

.content ol li {
    list-style: decimal;
}

.content ol ol li {
    list-style: lower-alpha;
}

.content ul ul,
.content ol ol {
    margin-top: 5px;
    margin-bottom: 0;
}

.content blockquote {
    background-color: #d5dbe8;
    padding: 65px 130px 65px 65px;
    margin-bottom: 25px;
}

.content blockquote > *:last-child {
    margin-bottom: 0;
}

.content .text-upper {
    text-transform: uppercase;
}

.content .text-lower {
    text-transform: lowercase;
}

.content .text-lighter {
    font-weight: 300;
}

.content .text-normal {
    font-weight: 400;
}

.content .text-medium {
    font-weight: 500;
}

.content .text-bold {
    font-weight: 700;
}

.content .text-bolder {
    font-weight: 900;
}

.content .text-50 {
    font-size: 50%;
}

.content .text-75 {
    font-size: 75%;
}

.content .text-125 {
    font-size: 125%;
}

.content .text-150 {
    font-size: 150%;
}

.content .text-175 {
    font-size: 175%;
}

.content .text-200 {
    font-size: 200%;
}

.content .text-225 {
    font-size: 225%;
}

.content .text-250 {
    font-size: 250%;
}

.content .text-275 {
    font-size: 275%;
}

.content .text-300 {
    font-size: 300%;
}

.content .text-lh-1 {
    line-height: 1;
}

.content .text-lh-125 {
    line-height: 1.25;
}

.content .text-lh-15 {
    line-height: 1.5;
}

.content .text-lh-175 {
    line-height: 1.75;
}

.content .text-lh-2 {
    line-height: 2;
}

.content .blue {
    color: #274488 !important;
}

.content .default {
    color: #171717 !important;
}

.content .bg-grey {
    background-color: #f1f1f2;
}

.content .bg-blue {
    background-color: #274488;
    color: #fff;
}

.content .mb-0 {
    margin-bottom: 0px;
}

.content .mb-10 {
    margin-bottom: 10px;
}

.content .mb-20 {
    margin-bottom: 20px;
}

.content .mb-30 {
    margin-bottom: 30px;
}

.content .mb-40 {
    margin-bottom: 40px;
}

.content .mb-50 {
    margin-bottom: 50px;
}

.content .mb-60 {
    margin-bottom: 60px;
}

.content .vs-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.content .vs-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.content .vs-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.content .vs-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.content .vs-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.content .vs-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.content .hs-10 {
    padding-right: 10px;
    padding-left: 10px;
}

.content .hs-20 {
    padding-right: 20px;
    padding-left: 20px;
}

.content .hs-30 {
    padding-right: 30px;
    padding-left: 30px;
}

.content .hs-40 {
    padding-right: 40px;
    padding-left: 40px;
}

.content .hs-50 {
    padding-right: 50px;
    padding-left: 50px;
}

.content .hs-60 {
    padding-right: 60px;
    padding-left: 60px;
}

.content table {
    border-top: 3px solid #274488;
    margin-bottom: 30px;
}

.content table thead th {
    padding: 10px;
    border-bottom: 2px solid #ededed;
    text-transform: uppercase;
    font-weight: 400;
}

.content table tbody td,
.content table tbody th {
    padding: 15px 10px;
    border-bottom: 1px solid #ededed;
    text-align: left;
    vertical-align: top;
}

.content table tbody th {
    text-transform: uppercase;
    font-size: 14px;
}

.content table tbody tr:nth-child(odd) td,
.content table tbody tr:nth-child(odd) th {
    background-color: #fafafa;
}

.content table tfoot th,
.content table tfoot td {
    padding: 10px;
    border-top: 2px solid #ededed;
    border-bottom: 2px solid #e8e8e8;
    text-transform: uppercase;
    font-weight: 400;
}

.content img.alignright {
    float: right;
    margin: 0 0 30px 40px;
}

.content img.alignleft {
    float: left;
    margin: 0 40px 30px 0;
}

.content img.aligncenter {
    display: block;
    margin: 0 auto 30px;
}

.content img.alignright,
.content img.alignleft,
.content img.aligncenter,
.content img.alignnone {
    max-width: 100%;
    height: auto;
}

.content .col-12 img.alignright,
.content .col-12 img.alignleft,
.content .col-12 img.aligncenter,
.content .col-12 img.alignnone {
    width: 100%;
}

.content .wp-video {
    margin-bottom: 30px;
}

.content p:empty {
    display: none;
}

.content iframe {
    max-width: 100%;
}

.content > *:last-child {
    margin-bottom: 0;
}

.single-news .content h1 {
    font-size: 27px;
    line-height: 1.25;
}

.gallery .gallery-item {
    margin: 0 !important;
}

.gallery .gallery-item .gallery-icon,
.gallery .gallery-item .gallery-icon a {
    display: block;
    position: relative;
}

.gallery .gallery-item .gallery-icon a > img {
    width: 100%;
    height: auto;
    border: none !important;
}

.gallery .gallery-item .gallery-icon a:before,
.gallery .gallery-item .gallery-icon a:after {
    opacity: 0;
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
}

.gallery .gallery-item .gallery-icon a:before {
    z-index: 2;
    content: "\f002";
    font-family: fontAwesome;
    font-size: 150%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.gallery .gallery-item .gallery-icon a:after {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.27);
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
}

.gallery .gallery-item .gallery-icon a:hover:before,
.gallery .gallery-item .gallery-icon a:hover:after {
    opacity: 1;
}

.gallery .gallery-item .gallery-caption {
    padding: 10px 0 0;
}

.elementor-widget-text-editor p {
    line-height: 1.75;
    margin-bottom: 25px;
}

.elementor-widget-text-editor ul {
    margin: 0 0 25px 0;
}

.elementor-widget-text-editor ol {
    margin: 0 0 25px 20px;
}

.elementor-widget-text-editor ul li,
.elementor-widget-text-editor ol li {
    line-height: 1.75;
    margin-bottom: 10px;
}

.elementor-widget-text-editor ul li {
    padding-left: 24px;
    position: relative;
}

.elementor-widget-text-editor ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 9px;
    height: 9px;
    background-color: #274588;
}

.elementor-widget-text-editor ul ul li:before {
    width: 10px;
    height: 10px;
    background-color: #eaeaea;
    border: 1px solid #274588;
}

.elementor-widget-text-editor ol li {
    list-style: decimal;
}

.elementor-widget-text-editor ol ol li {
    list-style: lower-alpha;
}

.elementor-widget-text-editor ul ul,
.elementor-widget-text-editor ol ol {
    margin-top: 5px;
    margin-bottom: 0;
}

.elementor-widget-text-editor img.alignright {
    float: right;
    margin: 0 0 30px 40px;
}

.elementor-widget-text-editor img.alignleft {
    float: left;
    margin: 0 40px 30px 0;
}

.elementor-widget-text-editor img.aligncenter {
    display: block;
    margin: 0 auto 30px;
}

.elementor-widget-text-editor img.alignright,
.elementor-widget-text-editor img.alignleft,
.elementor-widget-text-editor img.aligncenter,
.elementor-widget-text-editor img.alignnone {
    max-width: 100%;
    height: auto;
}

.elementor-widget-text-editor blockquote {
    background-color: #d5dbe8;
    padding: 65px 130px 65px 65px;
    margin-bottom: 25px;
}

.elementor-widget-text-editor blockquote > *:last-child {
    margin-bottom: 0;
}

.elementor-widget-text-editor > .elementor-widget-container > *:last-child {
    margin-bottom: 0 !important;
}

.elementor-widget-text-editor > .elementor-widget-container a {
    color: #274488;
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
}

.elementor-widget-text-editor > .elementor-widget-container a:hover {
    color: #171717;
}

.tcs-bullet-list .elementor-icon-list-items .elementor-icon-list-item,
.tcs-bullet-list .elementor-icon-list-items .elementor-icon-list-item a {
    align-items: flex-start;
}

.tcs-bullet-list .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon {
    margin-top: 10px;
}

.tcs-numbered-list {
    margin-left: 0 !important;
}

.tcs-numbered-list li {
    position: relative;
    list-style: none !important;
    background-color: #d5dbe8;
    padding: 65px 130px 65px 75px;
}

.tcs-numbered-list li:not(:last-child) {
    margin-bottom: 30px;
}

.tcs-numbered-list li:before {
    display: block;
    font-size: 150%;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    position: absolute;
    top: 30px;
    left: 25px;
}

.tcs-numbered-list li:nth-child(1):before {
    content: "01";
}

.tcs-numbered-list li:nth-child(2):before {
    content: "02";
}

.tcs-numbered-list li:nth-child(3):before {
    content: "03";
}

.tcs-numbered-list li:nth-child(4):before {
    content: "04";
}

.tcs-numbered-list li:nth-child(5):before {
    content: "05";
}

.tcs-numbered-list li:nth-child(6):before {
    content: "06";
}

.tcs-numbered-list li:nth-child(7):before {
    content: "07";
}

.tcs-numbered-list li:nth-child(8):before {
    content: "08";
}

.tcs-numbered-list li:nth-child(9):before {
    content: "09";
}

.tcs-numbered-list li:nth-child(10):before {
    content: "10";
}

.tcs-ld-section:before {
    content: "";
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #274588;
}

.tcs-ld-section-boxes .elementor-container {
    margin-right: -15px !important;
    margin-left: -15px !important;
}

.tcs-ld-section-boxes .elementor-container .elementor-column {
    padding: 0 15px;
}

.tcs-ld-section-boxes .elementor-container .elementor-column .elementor-widget-wrap {
    border: 1px solid #b2bdd5;
    padding: 60px 25px 35px;
}

.eae-popup.mfp-bg {
    background-color: #000 !important;
    opacity: 0.78 !important;
    z-index: 9999999;
}

.eae-popup.mfp-wrap {
    z-index: 99999999;
}

.eae-popup .mfp-ajax-holder .mfp-content,
.eae-popup .mfp-inline-holder .mfp-content {
    min-width: 78%;
    background-color: #fff !important;
}

.eae-popup-content {
    padding: 60px 120px;
}

.eae-popup .mfp-title {
    padding: 0;
    margin: 0 0 25px;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.25;
    background-color: transparent;
    color: #274488;
}

.eae-modal-content {
    padding: 0;
}

.eae-popup-container .eae-close {
    position: absolute;
    top: 20px !important;
    right: 25px !important;
    z-index: 99999;
    width: 24px !important;
    height: 24px !important;
}

.eae-popup-container .eae-close:before,
.eae-popup-container .eae-close:after {
    content: "";
    position: absolute;
    top: 5px;
    width: 100%;
    height: 1px;
    background-color: #274488;
}

.eae-popup-container .eae-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.eae-popup-container .eae-close:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.read-more-action {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    height: 150px;
    padding-bottom: 30px;
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
}

.read-more-action:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 37%;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.95) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.95) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f2ffffff', GradientType=0);
}

.read-more-action:after {
    content: "Read More";
    position: absolute;
    bottom: 0;
    z-index: 2;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #274488;
}

.read-more-action.show {
    cursor: default;
    overflow: auto;
    height: auto;
}

.read-more-action.show:before {
    display: none;
}

.read-more-action.show:after {
    content: "Read Less";
    position: relative;
    margin-top: 30px;
}

.elementor-accordion .elementor-accordion-item {
    border-right-width: 0 !important;
    border-left-width: 0 !important;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active .elementor-accordion-title {
    font-weight: 700 !important;
}

.full-width-button .elementor-button {
    width: 100% !important;
}

.tcs-placements {
    padding-bottom: 75px;
}

.tcs-placement-item {
    background-color: #fff;
    height: 86px;
    padding: 15px;
    margin: 0 10px 0 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.tcs-placement-item > img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}

.tcs-placements .ui-tabs-nav {
    margin: 0;
    padding-bottom: 15px;
}

.tcs-placements .ui-tabs-nav .ui-state-default {
    display: inline-block;
    margin-right: 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
}

.tcs-placements .ui-tabs-nav .ui-state-default a {
    position: relative;
    opacity: 0.58;
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
}

.tcs-placements .ui-tabs-nav .ui-state-default a:hover,
.tcs-placements .ui-tabs-nav .ui-state-default.ui-state-active a {
    opacity: 1;
}

.tcs-placements a.slick-arrow {
    cursor: pointer;
    position: absolute;
    bottom: -40px;
    z-index: 99999;
    text-align: center;
    border: none;
    opacity: 0.45;
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
}

.tcs-placements a.slick-arrow:hover {
    opacity: 1;
}

.tcs-placements a.slick-arrow:before {
    font-family: fontAwesome;
    font-size: 20px;
    color: #fff;
}

.tcs-placements a.slick-arrow.slick-next {
    left: 35px;
}

.tcs-placements a.slick-arrow.slick-next:before {
    content: "\f04b";
}

.tcs-placements a.slick-arrow.slick-prev {
    left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.tcs-placements a.slick-arrow.slick-prev:before {
    content: "\f04b";
}

.tcs-placements a.slick-arrow.slick-disabled {
    opacity: 0.45;
    cursor: default;
}

.tcs-schools .slick-track {
    display: flex;
    align-items: center;
}

.tcs-schools .tcs-school-item {
    padding: 0 25px;
    text-align: center;
}

.tcs-schools .tcs-school-item > a {
    display: inline-block;
}

.tcs-schools .tcs-school-item img {
    display: inline-block;
}

.tcs-schools a.slick-arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 99999;
    width: 24px;
    height: 24px;
    margin: -12px 0 0;
    opacity: 0.575;
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
}

.tcs-schools a.slick-arrow:hover {
    opacity: 1;
}

.tcs-schools a.slick-arrow:before,
.tcs-schools a.slick-arrow:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #171717;
}

.tcs-schools a.slick-arrow:before {
    top: 3px;
}

.tcs-schools a.slick-arrow:after {
    bottom: 3px;
}

.tcs-schools a.slick-arrow.slick-next {
    right: -36px;
}

.tcs-schools a.slick-arrow.slick-next:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tcs-schools a.slick-arrow.slick-next:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.tcs-schools a.slick-arrow.slick-prev {
    left: -36px;
}

.tcs-schools a.slick-arrow.slick-prev:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.tcs-schools a.slick-arrow.slick-prev:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tcs-announcements .slick-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}

.tcs-announcements .slick-dots li {
    display: inline-block;
    position: relative;
}

.tcs-announcements .slick-dots li:only-child {
    display: none;
}

.tcs-announcements .slick-dots li button {
    cursor: pointer;
    display: block;
    background-color: transparent;
    border: 1px solid #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 0;
    margin: 0 10px;
    font-size: 1px;
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
}

.tcs-announcements .slick-dots li button:hover,
.tcs-announcements .slick-dots li.slick-active button {
    background-color: #fff;
}

.filters-active {
    padding: 30px 0 20px;
}

.filters-active a {
    display: inline-block;
    padding: 15px 60px 15px 15px;
    position: relative;
    background-color: #e8f0f6;
    font-size: 14px;
}

.filters-active a:not(:last-child) {
    margin-right: 15px;
}

.filters-active a:after {
    position: absolute;
    right: 15px;
    font-weight: 300;
    content: "x";
}

.campus-list {
    padding-bottom: 20px;
}

.campus-list .maps {
    position: relative;
    height: 200px;
    width: 100%;
}

.campus-list .campus-list-item {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}

.campus-list .details {
    font-size: 15px;
    line-height: 1.5;
}

.campus-list .details .title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px;
}

.campus-list .details .title > small {
    font-size: 60%;
    font-weight: 300;
    text-transform: uppercase;
}

.campus-list .quick-info li {
    position: relative;
    padding: 0 0 0 35px;
}

.campus-list .quick-info li:not(:last-child) {
    margin-bottom: 10px;
}

.campus-list .quick-info li:before {
    content: "";
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.campus-list .quick-info li.class-levels:before {
    background-image: url("images/icons/icon-class-levels.png");
    width: 20px;
    height: 14px;
}

.campus-list .quick-info li.email:before {
    background-image: url("images/icons/icon-email.png");
    width: 20px;
    height: 13px;
}

.campus-list .quick-info li.phone:before {
    background-image: url("images/icons/icon-phone.png");
    width: 21px;
    height: 19px;
}

.campus-list .quick-info li.facebook:before {
    background-image: url("images/icons/icon-facebook.png");
    width: 19px;
    height: 19px;
}

.campus-list .quick-info li a {
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
}

.campus-list .quick-info li a:hover {
    color: #274488;
}

.contact-form {
    max-width: 65%;
}

.contact-form .fieldset {
    margin-bottom: 60px;
}

.contact-form .title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0 15px;
    margin: 0 0 30px;
    border-bottom: 1px solid #cecece;
}

.contact-form label {
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 10px;
}

.contact-form label > small {
    font-size: 13px;
    font-weight: 400;
}

.contact-form .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 30px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="password"],
.contact-form input[type="number"],
.contact-form input[type="date"],
.contact-form input[type="search"],
.contact-form select,
.contact-form textarea {
    width: 100%;
}

.contact-form input[type="submit"],
.contact-form button[type="submit"],
.contact-form input[type="button"] {
    width: 100%;
    padding: 15px 30px !important;
}

.contact-form .wpcf7-form-control.wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.contact-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    margin: 5px 0 0;
    padding: 0 15px;
}

.contact-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
    font-weight: 400;
    margin: 0 0 5px;
}

.contact-form .wpcf7-form-control.wpcf7-radio:not(.auto-width) .wpcf7-list-item {
    flex: 0 0 auto;
    width: 50%;
}

.contact-form .wpcf7-not-valid {
    color: #f00 !important;
    border-color: #f00 !important;
}

.contact-form .wpcf7-spinner {
    margin: 20px 0 0;
}

.contact-form + .wpcf7-response-output {
    max-width: 65%;
    margin: 0 0 20px !important;
    padding: 10px !important;
    border-width: 1px !important;
    font-size: 13px;
}

.contact-form span.wpcf7-not-valid-tip {
    color: #f00;
    margin: 5px 0 0;
    font-size: 12px;
}

.contact-form span.wpcf7-not-valid-tip:before {
    font-family: fontAwesome;
    font-size: 80%;
    content: "\f071";
    margin: 0 5px 0 0;
}

.filters-form {
    max-width: 100%;
    background-color: #e8f0f6;
    padding: 60px;
    margin: 30px 0 0;
}

.filters-form .field:not(:last-child) {
    margin-bottom: 30px;
}

.filters-form select {
    padding: 15px 20px;
}

.page-404 {
    text-align: center;
    padding-top: 186px;
    background-color: #ddd;
}

.page-404 .title {
    font-weight: 700;
    padding: 0 0 20px;
}

@media (max-width: 320px) {
}

@media (max-width: 375px) {
}

@media (min-width: 480px) and (max-width: 767px) {
}

@media (max-width: 575px) {
    .footer-logo,
    .footer-menu {
        margin-bottom: 30px;
    }

    #footer .copyright {
        margin-bottom: 10px;
    }

    .news-list-wrapper .btn {
        width: 100%;
        margin-top: 20px;
    }

    .news-list.news-list-slider a.slick-arrow {
        top: 100%;
        width: 36px;
        height: 36px;
        line-height: 36px;
        margin-top: 0;
    }

    .news-list.news-list-slider a.slick-arrow:before {
        font-size: 16px;
    }

    .news-list.news-list-slider a.slick-arrow.slick-next {
        right: 50%;
        -webkit-transform: translateX(calc(100% + 5px)) translateY(-100%);
        transform: translateX(calc(100% + 5px)) translateY(-100%);
    }

    .news-list.news-list-slider a.slick-arrow.slick-prev {
        left: 50%;
        -webkit-transform: rotate(180deg) translateX(calc(100% + 5px)) translateY(100%);
        transform: rotate(180deg) translateX(calc(100% + 5px)) translateY(100%);
    }

    .news-list.news-list-slider:not(.news-list-slider-content) .slick-list:before {
        display: none;
    }

    .news-list.news-list-slider:not(.news-list-slider-content) .slick-list:after {
        width: 100%;
    }

    .news-list.news-list-slider:not(.news-list-slider-content) {
        display: none;
    }

    .news-list.news-list-slider.news-list-slider-content {
        position: relative;
        width: 100%;
        padding: 0 0 36px;
    }

    .sub-header .desc .page-title {
        font-size: 20px;
    }

    .contact-form {
        max-width: 100%;
    }
}

@media (min-width: 576px) {
}

@media (min-width: 576px) and (max-width: 767px) {
}

@media (min-width: 576px) and (max-width: 991px) {
    .sub-header .desc .page-title {
        font-size: 23px;
    }

    .contact-form {
        max-width: 90%;
    }
}

@media (max-width: 767px) and (orientation: portrait) {
    #mobile-menu {
        width: 100%;
    }

    #footer .footer-affiliations {
        border-top: 2px solid rgba(255, 255, 255, 0.18);
        margin-top: 30px;
        padding-top: 30px;
    }

    #footer .footer-affiliations:before {
        display: none;
    }

    #footer .powered-by {
        margin-left: 0;
    }

    .sub-header.valign-bottom-mobile .desc {
        top: auto;
        -webkit-transform: none;
        transform: none;
        bottom: 20px;
    }

    .sub-header .anchor-menu.filter-bar .anchor-menu-title {
        font-size: 12px;
    }

    .sub-header .anchor-menu.filter-bar .menu {
        font-size: 12px;
    }

    .sub-header .anchor-menu.filter-bar .menu > li {
        position: inherit;
    }

    .sub-header .anchor-menu.filter-bar .menu ul {
        left: 0;
        width: 100%;
        padding: 15px;
    }

    .sub-header .anchor-menu.filter-bar .menu > li:not(:last-child) {
        margin-right: 15px;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .sub-header .anchor-menu.filter-bar .anchor-menu-title {
        font-size: 13px;
    }

    .sub-header .anchor-menu.filter-bar .menu {
        font-size: 13px;
    }

    .sub-header .anchor-menu.filter-bar .menu > li:not(:last-child) {
        margin-right: 25px;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 15px;
    }

    input[type="submit"],
    button[type="submit"],
    input[type="button"],
    .btn,
    .button {
        font-size: 13px;
    }

    body:not(.home) #top {
        position: relative;
    }

    body:not(.home) .site-logo img.default {
        display: none;
    }

    body:not(.home) .site-logo img.landscape {
        display: inline-block;
        max-width: 175px;
    }

    body:not(.home) .menu-action > span > span {
        background-color: #274488;
    }

    #footer .footer-logo {
        margin-bottom: 30px;
    }

    .sub-header .desc {
        padding-top: 0;
    }

    .sub-header.with-anchor-menu .desc {
        padding-bottom: 0;
    }

    .sub-header .anchor-menu.filter-bar + .desc {
        padding-bottom: 44px;
    }

    .sub-header .anchor-menu.filter-bar .anchor-menu-title {
        padding: 15px;
    }

    .sub-header .anchor-menu.filter-bar .menu {
        padding: 0 15px;
    }

    .sub-header .anchor-menu.filter-bar .menu > li {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .sub-header .anchor-menu.filter-bar {
        max-width: 100%;
    }

    .home-slide .desc .slide-title {
        font-size: 52px;
    }

    .home-slide .desc .slide-title > small {
        font-size: 41.66%;
    }

    .news-list.news-list-slider .news-list-item-title {
        font-size: 17px;
    }

    .team-tabs .team-list-title {
        font-size: 19px;
    }

    .tcs-timeline .slick-list {
        padding-top: 15px;
        padding-bottom: 35px;
    }

    .tcs-timeline .tcs-timeline-item {
        padding-right: 15px;
        padding-left: 15px;
    }

    .tcs-timeline-description {
        width: 168px;
    }

    .sub-content {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .related-news {
        padding-top: 35px;
    }

    .related-news .section-title {
        font-size: 22px;
    }

    .content h1 {
        font-size: 28px;
    }

    .content h2 {
        font-size: 22px;
    }

    .content h3 {
        font-size: 20px;
    }

    .content h4 {
        font-size: 19px;
    }

    .content h5 {
        font-size: 17px;
    }

    .content h6 {
        font-size: 16px;
    }

    .content blockquote {
        padding: 30px 60px 30px 30px;
    }

    .elementor-widget-text-editor blockquote {
        padding: 30px 60px 30px 30px;
    }

    .tcs-ld-section:before {
        display: none;
    }

    .tcs-ld-section-boxes:before {
        content: "";
        position: absolute;
        top: 0;
        left: 21px;
        width: 1px;
        height: 100%;
        background-color: #274588;
    }

    .tcs-ld-section-boxes .elementor-container .elementor-column:not(:last-child) {
        margin-bottom: 25px;
    }

    .tcs-ld-section-boxes .elementor-container .elementor-column .elementor-widget-wrap {
        padding: 35px 20px 25px;
    }

    .eae-popup .mfp-ajax-holder .mfp-content,
    .eae-popup .mfp-inline-holder .mfp-content {
        width: 100%;
    }

    .eae-popup-content {
        padding: 30px 15px;
    }

    .eae-popup .mfp-title {
        font-size: 20px;
    }

    .filters-active a {
        font-size: 13px;
        padding: 10px 40px 10px 10px;
    }

    .campus-list .details {
        font-size: 14px;
        padding-top: 20px;
    }

    .filters-form {
        padding: 20px;
    }
}

@media (min-width: 768px) {
    .admission-steps:before {
        content: "";
        border-top: 6px dashed #d5dbe8;
        width: 60%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, calc(-50% - 16px));
        transform: translate(-50%, calc(-50% - 16px));
    }
}

@media (min-width: 576px) and (max-width: 1199px) {
    .news-list-wrapper .btn {
        width: calc(33.333333% + 10px);
    }

    .news-list.news-list-slider a.slick-arrow.slick-next {
        right: 33.333333%;
    }

    .news-list.news-list-slider a.slick-arrow.slick-prev {
        left: 33.333333%;
    }

    .news-list.news-list-slider:not(.news-list-slider-content) .slick-list:after {
        width: 33.333333%;
    }

    .news-list.news-list-slider.news-list-slider-content {
        width: 33.333333%;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    body {
        font-size: 16px;
    }

    input[type="submit"],
    button[type="submit"],
    input[type="button"],
    .btn,
    .button {
        font-size: 14px;
    }

    .news-list.news-list-slider .news-list-item-title {
        font-size: 18px;
    }

    .team-tabs .team-list-title {
        font-size: 22px;
    }

    .tcs-timeline .slick-list {
        padding-top: 25px;
        padding-bottom: 50px;
    }

    .sub-header .desc {
        padding-top: 103px;
    }

    .sub-content {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .related-news {
        padding-top: 45px;
    }

    .related-news .section-title {
        font-size: 26px;
    }

    .content h1 {
        font-size: 32px;
    }

    .content h2 {
        font-size: 26px;
    }

    .content h3 {
        font-size: 22px;
    }

    .content h4 {
        font-size: 20px;
    }

    .content h5 {
        font-size: 18px;
    }

    .content h6 {
        font-size: 1px;
    }

    .content blockquote {
        padding: 45px 90px 45px 45px;
    }

    .elementor-widget-text-editor blockquote {
        padding: 45px 90px 45px 45px;
    }

    .tcs-ld-section-boxes .elementor-container .elementor-column .elementor-widget-wrap {
        padding: 45px 20px 30px;
    }

    .eae-popup-content {
        padding: 45px 30px;
    }

    .eae-popup .mfp-title {
        font-size: 22px;
    }

    .contact-form {
        max-width: 80%;
    }

    .filters-form {
        padding: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-slide .desc .slide-title {
        font-size: 65px;
    }
}

@media (max-width: 991px) {
    #top {
        padding: 10px 15px !important;
    }

    .site-logo img.default {
        max-width: 98px;
    }

    #footer {
        padding-right: 5px;
        padding-left: 5px;
    }

    #footer .footer-contact-details {
        margin-bottom: 30px;
    }

    .home-slide .desc {
        padding-right: 20px;
        padding-left: 20px;
    }

    .scrollDown {
        font-size: 12px;
    }

    .news-list .news-list-item-title {
        font-size: 15px;
    }

    .news-list:not(.news-list-slider) .news-list-item-wrapper {
        padding: 15px;
    }

    .campus-list .details {
        font-size: 14px;
    }

    .campus-list .details .title {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .campus-list .details {
        padding-right: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .site-logo img.default {
        max-width: 118px;
    }

    .home-slide .desc .slide-title {
        font-size: 75px;
    }

    .sub-header .desc .page-title {
        font-size: 32px;
    }
}

@media (max-width: 1199px) and (orientation: portrait) {
    .home-slide {
        height: 77%;
    }
}

@media (max-width: 1199px) {
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="password"],
    input[type="number"],
    input[type="date"],
    input[type="search"],
    select,
    textarea {
        font-size: 14px;
    }

    body.mobile-menu-open #mobile-menu {
        display: block;
    }

    .tcs-numbered-list li {
        padding-right: 45px;
        padding-bottom: 45px;
    }

    .tcs-placements .ui-tabs-nav .ui-state-default {
        font-size: 16px;
    }

    .eae-popup-container .eae-close {
        width: 20px !important;
        height: 20px !important;
    }

    body.error404 #top {
        position: relative;
    }

    body.error404 .site-logo img.default {
        display: none;
    }

    body.error404 .site-logo img.landscape {
        display: inline-block;
        max-width: 175px;
    }

    body.error404 .menu-action > span > span {
        background-color: #274488;
    }
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1140px;
}

@media (min-width: 768px) {
    .elementor-column.elementor-col-100,
    .elementor-column[data-col="100"] {
        width: 100%;
    }
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 10px;
}

.elementor-widget-wrap > .elementor-element {
    width: 100%;
}

.elementor-element {
    --widgets-spacing: 20px;
}

.elementor-widget {
    position: relative;
}

.elementor-section .elementor-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.elementor-3365 .elementor-element.elementor-element-3887d37 .elementor-heading-title {
    color: #274488;
    font-size: 30px;
}

.modal-confirm {
    color: #636363;
    width: 325px;
    font-size: 14px;
}

.modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}

.modal-confirm .modal-header {
    border-bottom: none;
    position: relative;
}

.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -15px;
}

.modal-confirm .form-control, .modal-confirm .btn {
    min-height: 40px;
    border-radius: 3px;
}

.modal-confirm .close {
    position: absolute;
    top: -5px;
    right: -5px;
}

.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
}

.modal-confirm .icon-box {
    color: #fff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #82ce34;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.modal-confirm .icon-box i {
    font-size: 58px;
    position: relative;
    top: 3px;
}

.modal-confirm.modal-dialog {
    margin-top: 80px;
}

.modal-confirm .btn {
    color: #fff !important;
    border-radius: 4px;
    background: #82ce34;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
    width: 100%;
}

.modal-confirm .btn:hover, .modal-confirm .btn:focus {
    background: #6fb32b;
    outline: none;
}

.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}
