body {
    font-family: var(--primary-font-family);
    background-color: var(--white-color);
    color: var(--text-color);
    font-weight: var(--font-weight-400);
    letter-spacing: var(--letter-spacing-05);
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    white-space: normal;
    visibility: inherit;
    text-align: inherit;
    border: 0px;
    font-stretch: inherit;
    overflow-x: hidden !important;
    transition: background 0.2s linear;
}

html {
    height: 100%;
    margin-bottom: 0px;
}

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

body, div, section, a, p, aside, span, ul, li, dl, header, footer, h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
    list-style: none;
}

/*custom scrollbar*/
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: var(--black-color);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--primary-color);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--secondary-color);
}

/*custom scrollbar*/

/*LOADER*/
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: url(../images/Preloader.gif) center no-repeat var(--white-color);
}

/*LOADER*/

/*TEXT SELECTION*/
::-moz-selection { /* Code for Firefox */
    color: var(--white-color);
    background: var(--secondary-color);
}

::selection {
    color: var(--white-color);
    background: var(--secondary-color);
}

/*TEXT SELECTION*/

h1, h2, h3, h4, h5 {
    font-family: var(--primary-font-family);
    font-weight: var(--font-weight-800);
    letter-spacing: var(--letter-spacing-1);
    text-transform: uppercase;
}

.heading {
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 0;
}

.heading h1 {
    font-size: 40px;
    line-height: 45px;
    color: var(--primary-color);
    margin: 0;
    padding: 0;
}

.heading h1 span {
    color: var(--secondary-color);
}

.heading h2 {
    font-size: 30px;
    line-height: 35px;
    color: var(--primary-color);
    margin: 0;
    padding: 0;
}

.heading h3 {
    font-size: 18px;
    color: var(--secondary-color);
    line-height: 25px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: inline-block;
}

.heading h3::before {
    content: '';
    height: 1px;
    width: 60px;
    top: 12px;
    left: -75px;
    position: absolute;
    background: var(--primary-color);
}

.heading h3::after {
    content: '';
    height: 1px;
    width: 60px;
    top: 12px;
    right: -75px;
    position: absolute;
    background: var(--primary-color);
}

.heading h5 {
    font-size: 20px;
    line-height: 25px;
    color: var(--primary-color);
    margin: 0;
    padding: 0;
}

.heading h6 {
    font-size: 16px;
    line-height: 25px;
    color: var(--black-color);
    margin-bottom: 0;
    margin-top: 15px;
    padding: 0;
    text-transform: capitalize;
    font-weight: var(--font-weight-600);
    letter-spacing: var(--letter-spacing-05);
}

p {
    color: var(--text-color);
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 0;
    font-weight: var(--font-weight-400);
    letter-spacing: var(--letter-spacing-05);
}

p a {
    color: var(--black-color);
    font-weight: var(--font-weight-500);
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
}

p a:hover {
    color: var(--secondary-color);
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
}

p span {
    color: var(--primary-color);
    font-weight: var(--font-weight-600);
}

p strong {
    color: var(--black-color);
    font-weight: var(--font-weight-600);
}

p i {
    font-size: 12px;
}

/*TOP*/
.top {
    background: var(--primary-color);
}

/*CALL NOW*/
.call-now {
    display: block;
    font-size: 14px;
    color: var(--white-color);
    font-weight: var(--font-weight-500);
    letter-spacing: var(--letter-spacing-05);
}

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

.call-now ul li {
    display: inline-block;
    font-size: 14px;
    color: var(--light-colour);
    line-height: 40px;
    margin: 0 15px 0 0;
    padding: 0;
    font-weight: var(--font-weight-400);
    letter-spacing: var(--letter-spacing-05);
}

.call-now ul li:last-child {
    margin-right: 0;
}

.call-now ul li:first-child {
    margin-left: 5px;
}

.call-now ul li a {
    color: var(--light-colour);
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
}

.call-now ul li a:hover {
    color: var(--secondary-color);
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
}

.call-now ul li i {
    width: auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: var(--light-colour);
    margin-right: 5px;
    font-size: 16px;
}

/*CALL NOW*/

/*SOCIAL*/
.top-social-links {
    float: right;
    padding: 0;
    list-style-type: none;
    margin: 0;
    margin-right: 13%;
}

.top-social-links li {
    float: left;
    margin: 0;
    display: inline-block;
}

.top-social-links li a {
    float: left;
    width: 40px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    color: var(--light-colour);
    display: inline-block;
    font-size: 12px;
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
    margin: 0;
    background: none;
}

.top-social-links li a:hover {
    color: var(--secondary-color);
    background: none;
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
}

/*SOCIAL*/

/*MOBILE CALL NOW*/
.mobile-call-now {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-call-now li {
    float: left;
    margin: 0;
    display: inline-block;
}

.mobile-call-now li a {
    float: left;
    width: 35px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    color: var(--light-colour);
    display: inline-block;
    font-size: 12px;
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
    margin: 0;
    background: none;
}

.mobile-call-now li a:hover {
    color: var(--secondary-color);
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
}

/*MOBILE CALL NOW*/

/*MOBILE SOCIAL*/
.mobile-social-links {
    float: right;
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.mobile-social-links li {
    float: left;
    margin: 0;
    display: inline-block;
}

.mobile-social-links li a {
    float: left;
    width: 35px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    color: var(--light-colour);
    display: inline-block;
    font-size: 12px;
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
    margin: 0;
    background: none;
}

.mobile-social-links li a:hover {
    color: var(--secondary-color);
    background: none;
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
}

/*MOBILE SOCIAL*/
/*TOP*/

/*FIX CONTACT BTN*/
.connect-now {
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 9999;
}

.connect-now ul {
}

.connect-now ul li {
    margin-right: -5px;
    width: 45px;
    background: var(--secondary-color);
    ransition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
    box-shadow: 0 3px 6px rgb(0 0 0 / 25%), 0 3px 6px rgb(0 0 0 / 25%);
}

.connect-now ul li:hover {
    margin-right: 0px;
    background: var(--primary-color);
    ransition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
}

.connect-now ul li a {
    text-orientation: inherit;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    text-align: center;
    padding: 0;
    height: auto;
    line-height: 40px;
    width: 40px;
    font-weight: var(--font-weight-500);
    letter-spacing: var(--letter-spacing-1);
    border-radius: 0;
    font-size: 14px;
    padding: 10px 0 15px 0;
    color: var(--white-color);
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
}

.connect-now ul li a:hover {
    color: var(--light-colour);
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
    margin-right: 0;
}

.connect-now ul li i {
    transform: rotate(90deg);
}

/*FIX CONTACT BTN*/

/*HEADER*/
#header-1 {
}

/*HEADER-FIX*/
.bg3 {
}

#menucont {
    padding: 0;
    margin: 0 auto !important;
}

#menucont p {
    margin: 0;
}

.container1 {
    width: 100%;
    padding: 0;
    margin: 0;
}

.container1 .bodycontainer {
    margin: 0 !important;
    width: 100%;
}

.stickydiv {
    position: relative;
    z-index: 999 !important;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 9px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 9px 0px;
    transform: translateZ(0);
}

.stickydiv.stuck {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 8;
}

/*HEADER-FIX*/

/*LOGO*/
.logo {
    float: left;
    margin: 15px 0;
    padding: 0;
    display: block;
}

.logo img {
    height: 60px;
}

/*LOGO*/
/*HEADER*/

/*HOME SERVICE*/
.home-service-box-one {
    background-image: url("/img/curriculam_bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    position: relative;
}

.home-service-box-one::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    opacity: .8;
}

.home-service-box-two {
    background-image: url("../images/home-img-2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    position: relative;
}

.home-service-box-two::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: var(--secondary-color);
    opacity: .9;
}

.home-service-box-three {
    background-image: url("../images/home-img-3.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    position: relative;
}

.home-service-box-three::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    opacity: .9;
}

.home-service-box {
    padding: 30px;
}

.home-service-box i {
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: var(--white-color);
    text-align: center;
    font-size: 30px;
    border-radius: var(--border-radius-50);
    margin-bottom: 0;
}

.home-service-box-one .home-service-box i, .home-service-box-three .home-service-box i {
    color: var(--primary-color);
}

.home-service-box-two .home-service-box i {
    color: var(--secondary-color);
}

.home-service-box h1 {
    margin: 15px 0 0 0;
    padding: 0;
    color: var(--white-color);
    font-weight: var(--font-weight-800);
    font-size: 22px;
    line-height: 30px;
}

.home-service-box p {
    color: var(--white-color);
    margin: 15px 0;
    padding: 0;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-service-box-btn {
    font-size: 14px;
    font-weight: var(--font-weight-600);
    text-transform: uppercase;
    padding: 10px 25px;
    line-height: 25px;
    color: var(--white-color);
    background: none;
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
    border: 1px solid var(--white-color);
    letter-spacing: var(--letter-spacing-1);
    border-radius: none;
}

.home-service-box-btn:hover {
    background: var(--white-color);
    border: 1px solid var(--white-color);
    color: var(--black-color);
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
}

/*HOME SERVICE*/

#home-section {
    padding-top: 25px;
    padding-bottom: 25px;
}

#bg-section {
    background: var(--light-colour);
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    margin-top: 15px;
}

.more-btn {
    font-size: 14px;
    font-weight: var(--font-weight-600);
    text-transform: uppercase;
    padding: 10px 25px;
    line-height: 25px;
    color: var(--primary-color);
    background: var(--white-color);
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
    border: 1px solid var(--primary-color);
    letter-spacing: var(--letter-spacing-1);
    border-radius: none;
}

.more-btn:hover {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--white-color);
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
}

.page-img {
    overflow: hidden;
    margin-bottom: 15px;
    margin-top: 15px;
}

/*OUR TEAM*/
.team-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    margin-bottom: 15px;
    margin-top: 15px;
    background: var(--light-colour);
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item h5 {
    font-size: 15px;
    line-height: 22px;
    color: var(--primary-color);
    margin: 0;
    padding: 0;
}

.team-item p {
    margin: 0;
}

.team-text {
    position: absolute;
    background: var(--white-color);
    width: 100%;
    left: 0;
    bottom: -50px;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text {
    bottom: 0;
    opacity: 1;
}

.team-item a.btn {
    width: 35px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    padding: 0;
    margin-top: 15px !important;
    margin-left: 3px;
    margin-right: 3px;
    color: var(--white-color);
    background: var(--secondary-color);
    display: inline-block;
    font-size: 11px;
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
    border-radius: 0;
    border: none;
}

.team-item a.btn:hover {
    color: var(--white-color);
    background: var(--primary-color);
}

/*OUR TEAM*/

/**OUR COURSES**/
.specification {
    float: left;
    height: auto;
    margin: 15px 0 0 0;
}

#horizontalTab {
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.r-tabs {
    position: relative;
}

.r-tabs .r-tabs-nav {
}

.r-tabs .r-tabs-nav .r-tabs-tab {
    position: relative;
    top: 0;
}

.r-tabs .r-tabs-nav .r-tabs-anchor {
    background: none;
    margin-bottom: 15px;
    padding: 0 10px;
    display: inline-block;
    text-decoration: none;
    color: var(--black-color);
    font-weight: var(--font-weight-600);
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
}

.r-tabs .r-tabs-nav .r-tabs-state-active {
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: var(--secondary-color);
}

.r-tabs .r-tabs-panel {
    height: auto;
}

.r-tabs .r-tabs-panel:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    padding: 10px 15px;
    background-color: none;
    color: var(--primary-color);
    font-weight: var(--font-weight-600) !important;
    text-decoration: none;
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid var(--primary-color);
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background-color: var(--primary-color);
    color: var(--white-color);
    border: 1px solid var(--primary-color);
}

.our-courses-box {
    float: left;
    background: var(--white-color);
    margin-top: 15px;
    margin-bottom: 15px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.our-courses-box-img {
}

.our-courses-box-text {
    float: left;
    position: relative;
}

.our-courses-box .our-courses-box-text h2 {
    margin-top: 0;
    margin-bottom: 0px;
    padding: 0;
    color: var(--black-color);
    font-size: 24px;
    line-height: 35px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
}

.our-courses-box-text p {
    margin: 15px 0;
    padding: 0;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.our-courses-box .our-courses-box-text .courses-btn {
    font-size: 14px;
    font-weight: var(--font-weight-600);
    text-transform: uppercase;
    padding: 10px 20px;
    line-height: 20px;
    color: var(--primary-color);
    background: none;
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
    border: 1px solid var(--primary-color);
    letter-spacing: var(--letter-spacing-1);
    border-radius: none;
}

.our-courses-box .our-courses-box-text .courses-btn:hover {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--white-color);
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
}

/**OUR COURSES**/

/*UPCOMING EVENTS*/
#upcoming-events {
    margin-top: 0;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 15px;
    padding-top: 15px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url(/img/teens-reading-books.jpg);
}

#upcoming-events::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    /*background-color: var(--primary-color);*/
    background-color: black;
    opacity: .7;
}

#upcoming-events .heading h1, #upcoming-events .heading h6 {
    color: var(--white-color);
}

#upcoming-events .heading h3::before {
    background: var(--white-color);
}

#upcoming-events .heading h3::after {
    background: var(--white-color);
}

.events-box {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
    background: var(--light-colour);
    overflow: hidden;
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
}

.events-box-img {
}

.events-box-text {
    float: left;
    position: relative;
    padding: 30px 30px 30px 0;
}

.events-box .events-box-text h5 {
    margin-top: 0;
    margin-bottom: 0px;
    padding: 0;
    color: var(--primary-color);
    font-size: 22px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
}

.events-box-text p {
    margin: 15px 0 10px 0;
    padding: 0;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.events-box-text p.time {
    margin: 5px 0 0 0;
    padding: 0;
}

.events-box .events-box-text .link-btn {
    font-size: 14px;
    font-weight: var(--font-weight-600);
    text-transform: uppercase;
    padding: 10px 20px;
    line-height: 20px;
    color: var(--primary-color);
    background: none;
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
    border: 1px solid var(--primary-color);
    letter-spacing: var(--letter-spacing-1);
    border-radius: none;
}

.events-box .events-box-text .link-btn:hover {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--white-color);
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
}

#upcoming-events .carousel-control-next {
    right: 15px;
}

#upcoming-events .carousel-control-prev {
    left: 15px;
}

#upcoming-events .carousel-control-next, #upcoming-events .carousel-control-prev {
    position: absolute;
    top: 45%;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: var(--primary-color);
    background: var(--white-color);
    border: 1px solid var(--primary-color);
    font-size: 13px;
    text-align: center;
    opacity: 1;
    transition: opacity .15s ease;
}

#upcoming-events .carousel-control-next:focus, #upcoming-events .carousel-control-next:hover, #upcoming-events .carousel-control-prev:focus, #upcoming-events .carousel-control-prev:hover {
    color: var(--white-color);
    border: 1px solid var(--secondary-color);
    text-decoration: none;
    outline: 0;
    opacity: 1;
    background: var(--secondary-color);
}

/*UPCOMING EVENTS*/

/*PHOTO GALLERY*/
.portfolio-item { /*width:100%;*/;
    padding-left: 15px;
    padding-right: 15px;
}

.portfolio-item .item { /*width:303px;*/
    float: left;
}

.gallery {
    background: var(--black-color);
    text-align: center;
    position: relative;
    padding: 0;
}

.gallery img {
    width: 100%;
    height: auto
}

.gallery:hover img {
    opacity: .5;
}

.gallery .box-content {
    padding: 45px 0;
    background: rgba(57, 49, 133, .8);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0
}

.gallery:hover .box-content {
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    opacity: 1;
}

.gallery .box-content .title {
    font-weight: var(--font-weight-400);
    color: var(--white-color);
    line-height: 20px;
    margin: 5px 0;
    padding: 0;
    position: absolute;
    bottom: 52%;
    width: 100%;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: var(--letter-spacing-1);
}

.gallery .icon li a {
    line-height: 40px;
    border-radius: var(--border-radius-50);
}

.gallery .icon {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
}

.gallery .icon li {
    display: inline-block;
    opacity: 0;
    transform: translateY(40px)
}

.gallery:hover .icon li {
    opacity: 1;
    transform: translateY(0)
}

.gallery:hover .icon li:first-child {
    transition-delay: .1s
}

.gallery:hover .icon li:nth-child(2) {
    transition-delay: .2s
}

.gallery .icon li a {
    display: block;
    width: 40px;
    height: 40px;
    background: var(--white-color);
    font-size: 12px;
    color: var(--black-color);
    margin-right: 5px;
    transition: all .35s ease 0s
}

.gallery .icon a:hover {
    background: var(--secondary-color);
    color: var(--white-color);
}

.gallery .box-content, .gallery .icon li, .gallery img {
    transition: all .35s ease 0s
}

/*PHOTO GALLERY*/

/*HOME OFFER*/
#home-offer {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 0;
    padding-top: 15px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url(/img/three-couples-walking-after-school.jpg);
}

#home-offer::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    /*background-color: var(--secondary-color);*/
    background-color: black;
    opacity: .9;
}

#home-offer .heading h1 {
    color: var(--white-color);
}

#home-offer .home-img {
    margin-top: 45px;
}

.home-offer-box {
    padding-bottom: 15px;
    padding-top: 15px;
}

.home-offer-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-offer-box ul li:first-child {
    margin-top: 0;
}

.home-offer-box ul li {
    margin-top: 15px;
    margin-bottom: 15px;
}

.home-offer-box .home-offer-box-icon, .home-offer-box .home-offer-box-info {
    display: table-cell;
    vertical-align: middle;
}

.home-offer-box .home-offer-box-info {
    padding-left: 15px;
}

.home-offer-box .home-offer-box-info p {
    font-size: 14px;
    line-height: 20px;
    font-weight: var(--font-weight-400);
    margin: 0;
    padding: 0;
    color: var(--white-color);
    text-transform: capitalize;
    letter-spacing: var(--letter-spacing-05);
}

.home-offer-box .home-offer-box-info h5 {
    font-weight: var(--font-weight-800);
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    color: var(--white-color);
    font-size: 20px;
    line-height: 30px;
    letter-spacing: var(--letter-spacing-1);
}

.home-offer-box .home-offer-box-icon i {
    float: left;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    padding: 0;
    background: var(--primary-color);
    color: var(--white-color);
    margin: 0;
    border-radius: var(--border-radius-50);
}

/*HOME OFFER*/

/*TESTIMONIALS*/
.testimonials {
}

.testimonials-section {
    margin-bottom: 15px;
    margin-top: 15px;
}

.testimonials .carousel {
    float: none;
    margin: 0 auto;
}

.testimonials .carousel-inner {
}

.testimonials .carousel-item {
    padding-left: 30px;
    padding-right: 30px;
}

.testimonials .carousel-item .testimonials-box {
}

.testimonials .media-object {
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 5px;
    overflow: hidden;
    border-radius: var(--border-radius-50);
    border: 1px solid var(--light-colour);
}

.testimonials .media-object img {
    height: auto !important;
}

.testimonials .carousel-item p {
}

.testimonials .carousel-item p.name {
    margin-bottom: 0 !important;
    color: var(--primary-color);
    font-weight: var(--font-weight-600);
}

.testimonials .carousel-item p.post {
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    color: var(--secondary-color);
    font-weight: var(--font-weight-500);
    font-style: italic;
    font-size: 13px;
}

.testimonials .carousel-control-prev, .testimonials .carousel-control-next {
    position: absolute;
    top: 45%;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: var(--primary-color);
    background: var(--white-color);
    border: 1px solid var(--primary-color);
    font-size: 13px;
    text-align: center;
    opacity: 1;
    transition: opacity .15s ease; /*opacity: .8;*/
}

.testimonials .carousel-control-prev:hover, .testimonials .carousel-control-next:hover {
    background: var(--primary-color);
    color: var(--white-color);
    border: 1px solid var(--primary-color);
}

.testimonials .carousel-control-prev {
    left: 0px;
}

.testimonials .carousel-control-next {
    right: 0px;
}

/*TESTIMONIALS*/

/*HOME CONTACT BUTTON*/
#home-contact-section {
    background: var(--light-colour);
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    margin-top: 15px;
}

.contact-box {
    padding-bottom: 15px;
    padding-top: 15px;
}

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

.contact-box ul li {
    margin-top: 0;
}

.contact-box .contact-box-icon, .contact-box .contact-box-info {
    display: table-cell;
    vertical-align: middle;
}

.contact-box .contact-box-info {
    padding-left: 15px;
}

.contact-box .contact-box-info p {
    font-size: 14px;
    line-height: 20px;
    font-weight: var(--font-weight-600);
    margin: 0;
    padding: 0;
    color: var(--black-color);
    text-transform: capitalize;
    letter-spacing: var(--letter-spacing-05);
}

.contact-box .contact-box-info h5 {
    font-weight: var(--font-weight-800);
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: var(--secondary-color);
    font-size: 40px;
    line-height: 50px;
    letter-spacing: var(--letter-spacing-2);
}

.contact-box .contact-box-icon i {
    float: left;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 35px;
    padding: 0;
    background: var(--primary-color);
    color: var(--white-color);
    margin: 0;
    border-radius: var(--border-radius-50);
}

.contact-btn {
    font-size: 15px;
    width: 100%;
    font-weight: var(--font-weight-600);
    text-transform: uppercase;
    padding: 10px 25px;
    line-height: 30px;
    color: var(--white-color);
    background: var(--primary-color);
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
    border: none;
    letter-spacing: var(--letter-spacing-1);
    border-radius: none;
}

.contact-btn:hover {
    background: var(--secondary-color);
    color: var(--white-color);
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
}

/*HOME CONTACT BUTTON*/

/*FOOTER*/
#footer-1 {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 45px;
    padding-top: 45px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url(../images/footer-bg.jpg);
}

#footer-1::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: var(--black-color);
    opacity: .9;
}

#footer-1 h6 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 0;
    padding-bottom: 15px;
    color: var(--white-color);
    font-weight: var(--font-weight-700);
    font-family: var(--primary-font-family);
    letter-spacing: var(--letter-spacing-1);
    text-transform: uppercase;
    font-style: normal;
    position: relative;
}

#footer-1 h6:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 40px;
    background-color: var(--secondary-color);
    content: '';
}

/*FOOTER TEXT*/
.footer-text {
    margin-bottom: 15px;
    margin-top: 15px;
}

.footer-text p {
    font-size: 13px;
    color: var(--light-colour);
    line-height: 20px;
    font-weight: var(--font-weight-400);
    letter-spacing: var(--letter-spacing-05);
    margin: 0;
    padding: 5px 0;
}

.footer-text p span {
    color: var(--white-color);
    font-weight: var(--font-weight-500);
}

.footer-text p a {
    color: var(--white-color);
    font-weight: var(--font-weight-400);
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
}

.footer-text p a:hover {
    color: var(--secondary-color);
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
}

/*FOOTER TEXT*/

/*SOCIAL*/
.social-links {
    float: left;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.social-links ul {
    list-style-type: none;
}

.social-links ul li {
    float: left;
    margin-right: 10px;
    margin-top: 15px;
    margin-left: 0;
    display: inline-block;
}

.social-links ul li a i {
    width: 30px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    color: var(--black-color);
    background: var(--light-colour);
    display: inline-block;
    font-size: 11px;
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
    border: none;
}

.social-links ul li a i:hover {
    color: var(--white-color);
    background: var(--secondary-color);
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
    border: none;
}

/*SOCIAL*/

/*FOOTER NAV*/
.footer-nav {
    margin-bottom: 15px;
    margin-top: 15px;
}

.footer-nav ul {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-nav ul li {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

.footer-nav ul li a {
    float: left;
    font-size: 13px;
    line-height: 20px;
    color: var(--light-colour);
    font-weight: var(--font-weight-400);
    margin: 0;
    padding: 5px 0;
    text-decoration: none;
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
    letter-spacing: var(--letter-spacing-05);
}

.footer-nav ul li a:hover {
    color: var(--secondary-color);
    text-decoration: none;
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
}

/*FOOTER NAV*/

/*FOOTER-ADDRESS*/
.footer-address {
    margin-bottom: 15px;
    margin-top: 15px;
}

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

.footer-address ul li {
    margin-top: 15px;
}

.footer-address ul li:first-child {
    margin-top: 22px;
}

.footer-address .icon, .footer-address .info {
    display: table-cell;
    vertical-align: top;
}

.footer-address .info {
    padding-left: 15px;
}

.footer-address ul li i {
    color: var(--black-color);
    background: var(--light-colour);
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

.footer-address .info h5 {
    margin: 0;
    padding: 0;
    color: var(--white-color);
    font-size: 14px;
    line-height: 20px;
}

.footer-address li .info p {
    font-size: 13px;
    margin: 0;
    padding: 5px 0;
    line-height: 20px;
    font-weight: var(--font-weight-400);
    color: var(--light-colour);
    letter-spacing: var(--letter-spacing-05);
    word-break: break-all;
}

.footer-address li .info p a {
    color: var(--light-colour);
    font-weight: var(--font-weight-400)
}

.footer-address li .info p a:hover {
    color: var(--secondary-color);
}

/*FOOTER-ADDRESS*/
/*FOOTER*/

/*FOOTER BOTTOM*/
.footer-bottom {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    background: var(--black-color);
}

.footer-bottom p {
    color: var(--light-colour);
    margin: 0;
    padding: 5px 0;
    font-weight: var(--font-weight-400);
    font-size: 13px;
    line-height: 20px;
    letter-spacing: var(--letter-spacing-05);
}

.footer-bottom p span {
    color: var(--white-color);
    font-weight: var(--font-weight-500);
    font-style: normal;
}

.footer-bottom p a {
    color: var(--light-colour);
    font-weight: var(--font-weight-500);
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
}

.footer-bottom p a:hover {
    color: var(--secondary-color);
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
}

/*FOOTER BOTTOM*/

/*BACK TO TOP*/
#back-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    background: var(--primary-color);
    color: var(--white-color);
    cursor: pointer;
    border: none;
    text-decoration: none;
    transition: opacity 0.5s ease-out;
    opacity: 0;
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
    box-shadow: 0 3px 6px rgb(0 0 0 / 25%), 0 3px 6px rgb(0 0 0 / 25%);
}

#back-to-top:hover {
    background: var(--secondary-color);
    color: var(--white-color);
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
}

#back-to-top.show {
    opacity: 1;
}

/*BACK TO TOP*/

/*INNER-BANNER*/
.inner-page-hero-area {
    padding: 90px 0;
    margin-bottom: 0;
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.inner-page-hero-area::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(146deg, rgba(57, 49, 133, 0.98) 35%, rgba(57, 49, 133, 0.25) 100%);*/
    background: linear-gradient(146deg, rgba(0, 0, 0, 0.98) 35%, rgba(57, 49, 133, 0.25) 100%);
}

.inner-page-title {
    font-size: 45px;
    line-height: 50px;
    font-family: var(--primary-font-family);
    font-weight: var(--font-weight-800);
    letter-spacing: var(--letter-spacing-1);
    text-transform: uppercase;
    color: var(--white-color);
    margin-top: 0;
    margin-bottom: 0px;
}

.inner-page-hero-area .breadcrumb-menu {
    padding: 0;
    margin-bottom: 0;
    margin-top: 15px;
    list-style: none;
    background: none;
    border-radius: 0;
}

.inner-page-hero-area .breadcrumb-menu li {
    background: transparent none repeat scroll 0 0;
    display: inline-block;
    margin: 0;
    padding: 10px 0;
    position: relative;
    z-index: 1;
}

.inner-page-hero-area .breadcrumb-menu li i {
    color: var(--light-colour);
    margin-right: 3px;
}

.inner-page-hero-area .breadcrumb-menu::after {
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.35;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.breadcrumb-menu > li + li::before {
    color: var(--light-colour);
    content: "\f054";
    font-family: "FontAwesome";
    font-size: 8px;
    font-weight: var(--font-weight-400);
    padding: 0 7px;
    position: relative;
    top: 0px;
}

.inner-page-hero-area .breadcrumb-menu a, .inner-page-hero-area .breadcrumb-menu li {
    font-weight: var(--font-weight-400);
    color: var(--light-colour);
    text-transform: capitalize;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    letter-spacing: var(--letter-spacing-1);
}

.inner-page-hero-area .breadcrumb-menu a:hover {
    color: var(--white-color);
}

.inner-page-hero-area .breadcrumb-menu li.active {
    color: var(--light-colour);
}

/*INNER-BANNER*/

/*MARKER LIST*/
.marker-list {
}

.marker-list > li {
    color: var(--black-color);
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: var(--font-weight-500);
    letter-spacing: var(--letter-spacing-05);
    position: relative;
    padding-left: 20px;
}

.marker-list > li:first-child {
    margin-top: 0;
}

.marker-list > li:after {
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    content: "\f14a";
    font-family: "FontAwesome";
    font-size: 11px;
    color: var(--primary-color);
}

.marker-list > li span {
    font-weight: var(--font-weight-600);
    color: var(--secondary-color);
}

.marker-list > li a {
    color: var(--black-color);
}

.marker-list > li a:hover {
    color: var(--primary-color);
}

/*MARKER LIST*/

/*INFRASTRUCTURE*/
.inner-infrastructure-box {
    margin-bottom: 15px;
    margin-top: 15px;
}

.inner-infrastructure-box i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: var(--secondary-color);
    text-align: center;
    font-size: 24px;
    border-radius: var(--border-radius-50);
    color: var(--white-color);
    margin-bottom: 0;
}

.inner-infrastructure-box p {
    color: var(--black-color);
    font-weight: var(--font-weight-600);
    text-transform: capitalize;
    margin: 15px 0 0 0;
    padding: 0;
}

/*INFRASTRUCTURE*/

.inner-icon i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: var(--secondary-color);
    text-align: center;
    font-size: 28px;
    border-radius: var(--border-radius-50);
    color: var(--white-color);
    margin-top: 15px;
    margin-bottom: 0;
}

/*ACADEMIC BOX*/
.academic-box {
    padding-bottom: 15px;
    padding-top: 15px;
}

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

.academic-box ul li {
    margin-top: 0;
}

.academic-box .academic-box-icon, .academic-box .academic-box-info {
    display: table-cell;
    vertical-align: middle;
}

.academic-box .academic-box-info {
    padding-left: 15px;
}

.academic-box .academic-box-info h5 {
    font-weight: var(--font-weight-800);
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: var(--secondary-color);
    font-size: 40px;
    line-height: 50px;
    letter-spacing: var(--letter-spacing-2);
}

.academic-box .academic-box-info p {
    margin: 0;
    padding: 0;
}

.academic-box .academic-box-icon i {
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 50px;
    padding: 0;
    background: var(--primary-color);
    color: var(--white-color);
    margin: 0;
    border-radius: var(--border-radius-50);
}

/*ACADEMIC BOX*/

/*CONTACT FORM*/
.contact-page-form {
    float: left;
    margin: 15px 0;
    font-size: 14px;
    line-height: 20px;
    color: var(--text-color);
    font-weight: var(--font-weight-400);
}

.contact-page-form a {
    color: var(--black-color);
    text-decoration: none;
    font-weight: var(--font-weight-500);
    margin: 0;
    padding: 0;
}

.contact-page-form a:hover {
    color: var(--primary-color);
}

.contact-page-form-bor {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-align: left;
    color: var(--black-color);
    font-weight: var(--font-weight-400);
    margin: 0;
    padding: 0 15px;
    background: var(--white-color);
    border: 1px solid var(--light-colour);
    font-family: var(--primary-font-family);
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
}

.contact-page-form-textar {
    width: 100%;
    height: 100px;
    line-height: 35px;
    font-size: 14px;
    text-align: left;
    color: var(--black-color);
    font-weight: var(--font-weight-400);
    margin: 0;
    padding: 5px 15px 0 15px;
    background: var(--white-color);
    border: 1px solid var(--light-colour);
    font-family: var(--primary-font-family);
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
}

.contact-page-form-bor:focus, .contact-page-form-textar:focus {
    background: var(--white-color);
    border: 1px solid var(--secondary-color);
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
}

.contact-page-form select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    margin: 0;
    padding: 0 15px;
    color: var(--black-color);
    font-weight: var(--font-weight-400);
    background: var(--white-color) url(../images/arrow-select.png) no-repeat right 15px center;
    border: 1px solid var(--light-colour);
    font-family: var(--primary-font-family);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
}

.contact-page-form select:focus {
    background: var(--white-color) url(../images/arrow-select.png) no-repeat right 15px center;
    border: 1px solid var(--secondary-color);
    color: var(--black-color);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
}

.contact-page-form label {
    font-size: 14px;
    width: 100%;
    color: var(--black-color);
    font-weight: var(--font-weight-500);
    margin: 0;
    padding: 0 0 10px 0;
    line-height: 20px;
    letter-spacing: normal;
    text-transform: capitalize;
}

.contact-page-form label span {
    color: var(--red);
}

.contact-page-form-btn {
    font-size: 14px;
    font-weight: var(--font-weight-600);
    text-transform: uppercase;
    padding: 10px 25px;
    line-height: 25px;
    color: var(--primary-color);
    background: var(--white-color);
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
    border: 1px solid var(--primary-color);
    letter-spacing: var(--letter-spacing-1);
    border-radius: none;
}

.contact-page-form-btn:hover {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--white-color);
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
}

::placeholder {
    color: var(--text-color);
    opacity: 1;
}

:-ms-input-placeholder {
    color: var(--text-color);
}

::-ms-input-placeholder {
    color: var(--text-color);
}

.inner-down {
    float: left;
    margin: 0;
}

input[type=checkbox] {
    opacity: 0;
    float: left;
}

input[type=checkbox] + label {
    margin: 0 0 0 15px;
    padding: 0 0 0 15px;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    float: left;
    line-height: 20px;
    font-weight: var(--font-weight-500);
    color: var(--black-color);
}

input[type=checkbox] + label ~ label {
    margin: 0 0 0 15px;
}

input[type=checkbox] + label::before {
    content: ' ';
    position: absolute;
    left: -15px;
    top: 0px;
    width: 20px;
    height: 20px;
    display: block;
    background: var(--white-color);
    border: 1px solid var(--light-colour); /*border-radius:var(--border-radius-50);*/
}

input[type=checkbox] + label::after {
    content: ' ';
    position: absolute;
    left: -15px;
    top: 0px;
    width: 20px;
    height: 20px;
    display: block;
    z-index: 1;
    background: var(--secondary-color);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    border: 1px solid var(--secondary-color); /*border-radius:var(--border-radius-50);*/
    overflow: hidden;
}

input[type=checkbox]:checked + label::after {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/*CONTACT FORM*/

/*TABLE*/
.table-box-inner {
    margin: 15px 0 0 0;
    background: var(--white-color);
}

.table th {
    font-size: 15px;
    text-transform: uppercase;
    background: var(--secondary-color);
    color: var(--white-color);
    font-weight: var(--font-weight-600);
    letter-spacing: var(--letter-spacing-1);
}

.table td {
    font-size: 14px;
    line-height: 20px;
    color: var(--black-color);
    font-weight: var(--font-weight-500);
}

.table td strong {
    font-weight: var(--font-weight-600);
    color: var(--black-color);
}

.table td span {
    font-weight: var(--font-weight-600);
    color: var(--primary-color);
}

.table td i {
    color: var(--primary-color);
    margin-right: 5px;
}

.table td a {
    color: var(--black-color);
    font-weight: var(--font-weight-500);
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
}

.table td a:hover {
    color: var(--primary-color);
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
}

/*TABLE*/

/*CONTACT-PAGE-ADDRESS*/
.contact-page-address {
}

.contact-page-address ul {
    margin: 15px 0;
    padding: 0;
    list-style: none;
}

.contact-page-address ul li {
    margin-top: 15px;
}

.contact-page-address .icon, .contact-page-address .info {
    display: table-cell;
    vertical-align: top;
}

.contact-page-address .info {
    padding-left: 15px;
}

.contact-page-address ul li i {
    color: var(--white-color);
    background: var(--primary-color);
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.contact-page-address .info h5 {
    margin: 0;
    padding: 0;
    color: var(--secondary-color);
    font-size: 15px;
    line-height: 20px;
}

.contact-page-address li .info p {
    margin: 0;
    padding: 0;
    word-break: break-all;
}

.contact-page-address li .info p a {
    color: var(--text-color);
    font-weight: var(--font-weight-400)
}

.contact-page-address li .info p a:hover {
    color: var(--secondary-color);
}

/*CONTACT-PAGE-ADDRESS*/


#map-section {
    margin-top: 15px;
    margin-bottom: -20px;
}

@media only screen and ( min-width: 1299px) and (max-width: 2399px) {

    .heading h1 {
        font-size: 45px;
        line-height: 50px;
    }

    .heading h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .heading h3::before {
        height: 1px;
        width: 60px;
        top: 12px;
        left: -75px;
    }

    .heading h3::after {
        height: 1px;
        width: 60px;
        top: 12px;
        right: -75px;
    }

    /*LOGO*/
    .logo img {
        height: 115px;
    }

    /*LOGO*/
    /*HOME SERVICE*/
    .home-service-box i {
        width: 90px;
        height: 90px;
        line-height: 90px;
        font-size: 30px;
    }

    .home-service-box h1 {
        font-size: 28px;
        line-height: 35px;
    }

    /*HOME SERVICE*/
    /*FOOTER*/
    /*SOCIAL*/
    .social-links ul li a i {
        width: 35px;
        line-height: 35px;
        height: 35px;
        font-size: 13px;
    }

    /*SOCIAL*/
    /*FOOTER-ADDRESS*/
    .footer-address ul li i {
        width: 35px;
        line-height: 35px;
        height: 35px;
        font-size: 13px;
    }

    /*FOOTER-ADDRESS*/
    /*FOOTER*/
    /*INNER-BANNER*/
    .inner-page-hero-area {
        padding: 90px 0;
    }

    .inner-page-title {
        font-size: 50px;
        line-height: 55px;
    }

    .breadcrumb-menu > li + li::before {
        font-size: 8px;
        padding: 0 7px;
    }

    .inner-page-hero-area .breadcrumb-menu a, .inner-page-hero-area .breadcrumb-menu li {
        font-size: 13px;
        line-height: 20px;
    }

    /*INNER-BANNER*/
}


@media only screen and ( min-width: 768px) and ( max-width: 980px ) {

    /*TOP*/
    /*CALL NOW*/
    .call-now {
        font-size: 12px;
    }

    .call-now ul li {
        font-size: 12px;
        line-height: 30px;
    }

    .call-now ul li i {
        height: 30px;
        line-height: 30px;
        font-size: 11px;
    }

    /*CALL NOW*/
    /*SOCIAL*/
    .top-social-links li a {
        width: 30px;
        line-height: 30px;
        height: 30px;
        font-size: 11px;
    }

    /*SOCIAL*/
    /*TOP*/
    /*LOGO*/
    .logo img {
        height: 40px;
    }

    /*LOGO*/
    /*HOME SERVICE*/
    .home-service-box i {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 25px;
    }

    .home-service-box h1 {
        font-size: 20px;
        line-height: 25px;
    }

    /*HOME SERVICE*/
    /**OUR COURSES**/
    .r-tabs .r-tabs-nav .r-tabs-anchor {
        font-size: 14px;
        line-height: 20px;
    }

    .our-courses-box .our-courses-box-text h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .our-courses-box .our-courses-box-text .courses-btn {
        font-size: 14px;
        padding: 10px 20px;
        line-height: 20px;
    }

    /**OUR COURSES**/
    /*PHOTO GALLERY*/
    .gallery .box-content .title {
        line-height: 20px;
        font-size: 13px;
    }

    .gallery .icon li a {
        line-height: 35px;
    }

    .gallery .icon li {
        transform: translateY(35px)
    }

    .gallery .icon li a {
        width: 35px;
        height: 35px;
        font-size: 11px;
    }

    /*PHOTO GALLERY*/
    /*HOME CONTACT BUTTON*/
    .contact-box .contact-box-info p {
        font-size: 14px;
        line-height: 20px;
    }

    .contact-box .contact-box-info h5 {
        font-size: 35px;
        line-height: 45px;
    }

    .contact-box .contact-box-icon i {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 32px;
    }

    .contact-btn {
        font-size: 14px;
        padding: 10px 25px;
        line-height: 30px;
    }

    /*HOME CONTACT BUTTON*/
    /*FOOTER*/
    /*FOOTER NAV*/
    .footer-nav ul li {
        width: auto;
    }

    .footer-nav ul li a {
        font-size: 13px;
        line-height: 20px;
        padding: 5px 15px 5px 0;
    }

    /*FOOTER NAV*/
    /*FOOTER*/
    /*INFRASTRUCTURE*/
    .inner-infrastructure-box i {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 20px;
    }

    /*INFRASTRUCTURE*/
    .inner-icon i {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 24px;
    }

    /*ACADEMIC BOX*/
    .academic-box .academic-box-icon, .academic-box .academic-box-info {
        vertical-align: top;
    }

    .academic-box .academic-box-info h5 {
        font-size: 35px;
        line-height: 45px;
    }

    .academic-box .academic-box-icon i {
        width: 100px;
        height: 100px;
        line-height: 100px;
        font-size: 40px;
    }

    /*ACADEMIC BOX*/

}


@media only screen and ( min-width: 600px) and ( max-width: 765px ) {

    .heading h1 {
        font-size: 35px;
        line-height: 40px;
    }

    .heading h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .heading h3 {
        font-size: 16px;
        line-height: 21px;
    }

    .heading h3::before {
        height: 1px;
        width: 45px;
        top: 10px;
        left: -60px;
    }

    .heading h3::after {
        height: 1px;
        width: 45px;
        top: 10px;
        right: -60px;
    }

    .heading h6 {
        font-size: 15px;
        line-height: 22px;
    }

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

    p i {
        font-size: 11px;
    }

    /*FIX CONTACT BTN*/
    .connect-now {
        top: 150px;
    }

    .connect-now ul li {
        margin-right: -5px;
        width: 40px;
    }

    .connect-now ul li a {
        line-height: 35px;
        width: 35px;
        font-size: 13px;
    }

    /*FIX CONTACT BTN*/
    /**HEADER**/
    /*HEADER-FIX*/
    .stickydiv {
        position: relative;
    }

    .stickydiv.stuck {
        position: relative;
    }

    /*HEADER-FIX*/
    /*LOGO*/
    .logo {
        float: none;
        width: 200px;
        margin: 15px auto;
    }

    .logo img {
        width: 200px;
        height: auto !important;
    }

    /*LOGO*/
    /**HEADER**/
    /*HOME SERVICE*/
    .home-service-box i {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 25px;
    }

    .home-service-box h1 {
        font-size: 20px;
        line-height: 25px;
    }

    .home-service-box-btn {
        font-size: 13px;
        padding: 10px 20px;
        line-height: 25px;
    }

    /*HOME SERVICE*/
    /**OUR COURSES**/
    .specification {
        margin: 15px 0;
    }

    .r-tabs .r-tabs-nav .r-tabs-anchor {
        font-size: 14px;
        line-height: 20px;
    }

    .our-courses-box .our-courses-box-text h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .our-courses-box .our-courses-box-text .courses-btn {
        font-size: 14px;
        padding: 10px 20px;
        line-height: 20px;
    }

    /**OUR COURSES**/
    /*OUR TEAM*/
    .team-item h5 {
        font-size: 14px;
        line-height: 20px;
    }

    /*OUR TEAM*/
    /*PHOTO GALLERY*/
    .gallery .box-content .title {
        line-height: 18px;
        font-size: 12px;
    }

    .gallery .icon li a {
        line-height: 30px;
    }

    .gallery .icon li {
        transform: translateY(30px)
    }

    .gallery .icon li a {
        width: 30px;
        height: 30px;
        font-size: 10px;
    }

    /*PHOTO GALLERY*/
    /*HOME OFFER*/
    #home-offer .home-img {
        margin-top: 15px;
    }

    .home-offer-box .home-offer-box-info p {
        font-size: 14px;
        line-height: 20px;
    }

    .home-offer-box .home-offer-box-info h5 {
        font-size: 20px;
        line-height: 30px;
    }

    .home-offer-box .home-offer-box-icon i {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 24px;
    }

    /*HOME OFFER*/
    /*HOME CONTACT BUTTON*/
    .contact-box .contact-box-info p {
        font-size: 13px;
        line-height: 18px;
    }

    .contact-box .contact-box-info h5 {
        font-size: 30px;
        line-height: 40px;
    }

    .contact-box .contact-box-icon i {
        width: 75px;
        height: 75px;
        line-height: 75px;
        font-size: 30px;
    }

    .contact-btn {
        font-size: 14px;
        padding: 10px 25px;
        line-height: 30px;
    }

    /*HOME CONTACT BUTTON*/
    /*FOOTER*/
    #footer-1 h6 {
        font-size: 18px;
        line-height: 30px;
    }

    #footer-1 h6:before {
        width: 35px;
    }

    /*FOOTER TEXT*/
    .footer-text p {
        font-size: 12px;
        line-height: 18px;
        padding: 5px 0;
    }

    /*FOOTER TEXT*/
    /*SOCIAL*/
    .social-links ul li a i {
        width: 30px;
        line-height: 30px;
        height: 30px;
        font-size: 11px;
    }

    /*SOCIAL*/
    /*FOOTER NAV*/
    .footer-nav ul li {
        width: auto;
    }

    .footer-nav ul li a {
        font-size: 12px;
        line-height: 18px;
        padding: 5px 15px 5px 0;
    }

    /*FOOTER NAV*/
    /*FOOTER-ADDRESS*/
    .footer-address ul li i {
        width: 30px;
        line-height: 30px;
        height: 30px;
        font-size: 11px;
    }

    .footer-address .info h5 {
        font-size: 13px;
        line-height: 20px;
    }

    .footer-address li .info p {
        font-size: 12px;
        padding: 5px 0;
        line-height: 18px;
    }

    /*FOOTER-ADDRESS*/
    /*FOOTER*/
    /*FOOTER BOTTOM*/
    .footer-bottom p {
        font-size: 12px;
        line-height: 18px;
    }

    /*FOOTER BOTTOM*/
    /*BACK TO TOP*/
    #back-to-top {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 13px;
    }

    /*BACK TO TOP*/
    /*INNER-BANNER*/
    .inner-page-hero-area {
        padding: 75px 0;
    }

    .inner-page-title {
        font-size: 40px;
        line-height: 45px;
    }

    .breadcrumb-menu > li + li::before {
        font-size: 7px;
        padding: 0 5px;
    }

    .inner-page-hero-area .breadcrumb-menu a, .inner-page-hero-area .breadcrumb-menu li {
        font-size: 12px;
        line-height: 18px;
    }

    /*INNER-BANNER*/
    /*INFRASTRUCTURE*/
    .inner-infrastructure-box i {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 20px;
    }

    /*INFRASTRUCTURE*/
    .inner-icon i {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 24px;
    }

    /*ACADEMIC BOX*/
    .academic-box .academic-box-icon, .academic-box .academic-box-info {
        vertical-align: top;
    }

    .academic-box .academic-box-info h5 {
        font-size: 30px;
        line-height: 40px;
    }

    .academic-box .academic-box-icon i {
        width: 90px;
        height: 90px;
        line-height: 90px;
        font-size: 35px;
    }

    /*ACADEMIC BOX*/
    /*CONTACT FORM*/
    .contact-page-form {
        font-size: 13px;
        line-height: 18px;
    }

    .contact-page-form-bor {
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }

    .contact-page-form-textar {
        height: 90px;
        line-height: 30px;
        font-size: 14px;
    }

    .contact-page-form select {
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }

    .contact-page-form label {
        font-size: 13px;
        padding: 0 0 10px 0;
        line-height: 18px;
    }

    input[type=checkbox] + label {
        font-size: 13px;
    }

    /*CONTACT FORM*/
    /*TABLE*/
    .table th {
        font-size: 14px;
    }

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

    /*TABLE*/
    /*CONTACT-PAGE-ADDRESS*/
    .contact-page-address ul li i {
        font-size: 13px;
        height: 40px;
        line-height: 40px;
        width: 40px;
    }

    .contact-page-address .info h5 {
        font-size: 14px;
        line-height: 20px;
    }

    /*CONTACT-PAGE-ADDRESS*/
}


@media only screen and ( min-width: 481px) and ( max-width: 599px ) {

    .heading h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .heading h2 {
        font-size: 20px;
        line-height: 25px;
    }

    .heading h3 {
        font-size: 16px;
        line-height: 21px;
    }

    .heading h3::before {
        height: 1px;
        width: 45px;
        top: 10px;
        left: -60px;
    }

    .heading h3::after {
        height: 1px;
        width: 45px;
        top: 10px;
        right: -60px;
    }

    .heading h6 {
        font-size: 14px;
        line-height: 20px;
    }

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

    p i {
        font-size: 11px;
    }

    /*FIX CONTACT BTN*/
    .connect-now {
        top: 170px;
    }

    .connect-now ul li {
        margin-right: -5px;
        width: 40px;
    }

    .connect-now ul li a {
        line-height: 35px;
        width: 35px;
        font-size: 13px;
    }

    /*FIX CONTACT BTN*/
    /**HEADER**/
    /*HEADER-FIX*/
    .stickydiv {
        position: relative;
    }

    .stickydiv.stuck {
        position: relative;
    }

    /*HEADER-FIX*/
    /*LOGO*/
    .logo {
        float: none;
        width: 200px;
        margin: 15px auto;
    }

    .logo img {
        width: 200px;
        height: auto !important;
    }

    /*LOGO*/
    /**HEADER**/
    /*HOME SERVICE*/
    .home-service-box i {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 25px;
    }

    .home-service-box h1 {
        font-size: 20px;
        line-height: 25px;
    }

    .home-service-box-btn {
        font-size: 13px;
        padding: 10px 20px;
        line-height: 25px;
    }

    /*HOME SERVICE*/
    /**OUR COURSES**/
    .specification {
        margin: 15px 0;
    }

    .our-courses-box .our-courses-box-text h2 {
        font-size: 18px;
        line-height: 25px;
    }

    .our-courses-box .our-courses-box-text .courses-btn {
        font-size: 13px;
        padding: 10px 20px;
        line-height: 20px;
    }

    /**OUR COURSES**/
    /*OUR TEAM*/
    .team-item h5 {
        font-size: 14px;
        line-height: 20px;
    }

    /*OUR TEAM*/
    /*UPCOMING EVENTS*/
    .events-box-text {
        padding: 30px 45px 30px 45px;
    }

    .events-box .events-box-text h5 {
        font-size: 20px;
        line-height: 25px;
    }

    .events-box .events-box-text .link-btn {
        font-size: 13px;
        padding: 10px 15px;
        line-height: 20px;
    }

    #upcoming-events .carousel-control-next, #upcoming-events .carousel-control-prev {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    /*UPCOMING EVENTS*/
    /*PHOTO GALLERY*/
    .gallery .box-content .title {
        line-height: 18px;
        font-size: 12px;
    }

    .gallery .icon li a {
        line-height: 30px;
    }

    .gallery .icon li {
        transform: translateY(30px)
    }

    .gallery .icon li a {
        width: 30px;
        height: 30px;
        font-size: 10px;
    }

    /*PHOTO GALLERY*/
    /*HOME OFFER*/
    #home-offer .home-img {
        margin-top: 15px;
    }

    .home-offer-box .home-offer-box-info p {
        font-size: 13px;
        line-height: 18px;
    }

    .home-offer-box .home-offer-box-info h5 {
        font-size: 18px;
        line-height: 30px;
    }

    .home-offer-box .home-offer-box-icon i {
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 22px;
    }

    /*HOME OFFER*/
    /*TESTIMONIALS*/
    .testimonials .carousel-control-prev, .testimonials .carousel-control-next {
        top: 15%;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    /*TESTIMONIALS*/
    /*HOME CONTACT BUTTON*/
    .contact-box .contact-box-info p {
        font-size: 13px;
        line-height: 18px;
    }

    .contact-box .contact-box-info h5 {
        font-size: 30px;
        line-height: 40px;
    }

    .contact-box .contact-box-icon i {
        width: 75px;
        height: 75px;
        line-height: 75px;
        font-size: 30px;
    }

    .contact-btn {
        font-size: 14px;
        padding: 10px 25px;
        line-height: 30px;
    }

    /*HOME CONTACT BUTTON*/
    /*FOOTER*/
    #footer-1 h6 {
        font-size: 18px;
        line-height: 30px;
    }

    #footer-1 h6:before {
        width: 35px;
    }

    /*FOOTER TEXT*/
    .footer-text p {
        font-size: 12px;
        line-height: 18px;
        padding: 5px 0;
    }

    /*FOOTER TEXT*/
    /*SOCIAL*/
    .social-links ul li a i {
        width: 30px;
        line-height: 30px;
        height: 30px;
        font-size: 11px;
    }

    /*SOCIAL*/
    /*FOOTER NAV*/
    .footer-nav ul li {
        width: auto;
    }

    .footer-nav ul li a {
        font-size: 12px;
        line-height: 18px;
        padding: 5px 15px 5px 0;
    }

    /*FOOTER NAV*/
    /*FOOTER-ADDRESS*/
    .footer-address ul li i {
        width: 30px;
        line-height: 30px;
        height: 30px;
        font-size: 11px;
    }

    .footer-address .info h5 {
        font-size: 13px;
        line-height: 20px;
    }

    .footer-address li .info p {
        font-size: 12px;
        padding: 5px 0;
        line-height: 18px;
    }

    /*FOOTER-ADDRESS*/
    /*FOOTER*/
    /*FOOTER BOTTOM*/
    .footer-bottom p {
        font-size: 12px;
        line-height: 18px;
    }

    /*FOOTER BOTTOM*/
    /*BACK TO TOP*/
    #back-to-top {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }

    /*BACK TO TOP*/
    /*INNER-BANNER*/
    .inner-page-hero-area {
        padding: 75px 0;
    }

    .inner-page-title {
        font-size: 35px;
        line-height: 40px;
    }

    .breadcrumb-menu > li + li::before {
        font-size: 7px;
        padding: 0 5px;
    }

    .inner-page-hero-area .breadcrumb-menu a, .inner-page-hero-area .breadcrumb-menu li {
        font-size: 12px;
        line-height: 18px;
    }

    /*INNER-BANNER*/
    /*INFRASTRUCTURE*/
    .inner-infrastructure-box i {
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 20px;
    }

    /*INFRASTRUCTURE*/
    .inner-icon i {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 20px;
    }

    /*ACADEMIC BOX*/
    .academic-box .academic-box-icon, .academic-box .academic-box-info {
        vertical-align: top;
    }

    .academic-box .academic-box-info h5 {
        font-size: 25px;
        line-height: 35px;
    }

    .academic-box .academic-box-icon i {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 30px;
    }

    /*ACADEMIC BOX*/
    /*CONTACT FORM*/
    .contact-page-form {
        font-size: 13px;
        line-height: 18px;
    }

    .contact-page-form-bor {
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }

    .contact-page-form-textar {
        height: 90px;
        line-height: 30px;
        font-size: 14px;
    }

    .contact-page-form select {
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }

    .contact-page-form label {
        font-size: 13px;
        padding: 0 0 10px 0;
        line-height: 18px;
    }

    input[type=checkbox] + label {
        font-size: 13px;
    }

    /*CONTACT FORM*/
    /*TABLE*/
    .table th {
        font-size: 14px;
    }

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

    /*TABLE*/
    /*CONTACT-PAGE-ADDRESS*/
    .contact-page-address ul li i {
        font-size: 13px;
        height: 40px;
        line-height: 40px;
        width: 40px;
    }

    .contact-page-address .info h5 {
        font-size: 14px;
        line-height: 20px;
    }

    /*CONTACT-PAGE-ADDRESS*/

}


@media only screen and ( min-width: 320px) and ( max-width: 480px ) {

    .heading h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .heading h2 {
        font-size: 20px;
        line-height: 25px;
    }

    .heading h3 {
        font-size: 16px;
        line-height: 21px;
    }

    .heading h3::before {
        height: 1px;
        width: 45px;
        top: 10px;
        left: -60px;
    }

    .heading h3::after {
        height: 1px;
        width: 45px;
        top: 10px;
        right: -60px;
    }

    .heading h6 {
        font-size: 14px;
        line-height: 20px;
    }

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

    p i {
        font-size: 11px;
    }

    /*FIX CONTACT BTN*/
    .connect-now {
        top: 170px;
    }

    .connect-now ul li {
        margin-right: -5px;
        width: 40px;
    }

    .connect-now ul li a {
        line-height: 35px;
        width: 35px;
        font-size: 13px;
    }

    /*FIX CONTACT BTN*/
    /**HEADER**/
    /*HEADER-FIX*/
    .stickydiv {
        position: relative;
    }

    .stickydiv.stuck {
        position: relative;
    }

    /*HEADER-FIX*/
    /*LOGO*/
    .logo {
        float: none;
        width: 180px;
        margin: 15px auto;
    }

    .logo img {
        width: 180px;
        height: auto !important;
    }

    /*LOGO*/
    /**HEADER**/
    /*HOME SERVICE*/
    .home-service-box i {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 25px;
    }

    .home-service-box h1 {
        font-size: 20px;
        line-height: 25px;
    }

    .home-service-box-btn {
        font-size: 13px;
        padding: 10px 20px;
        line-height: 25px;
    }

    /*HOME SERVICE*/
    /**OUR COURSES**/
    .specification {
        margin: 15px 0;
    }

    .our-courses-box .our-courses-box-text h2 {
        font-size: 18px;
        line-height: 25px;
    }

    .our-courses-box .our-courses-box-text .courses-btn {
        font-size: 13px;
        padding: 10px 20px;
        line-height: 20px;
    }

    /**OUR COURSES**/
    /*OUR TEAM*/
    .team-item h5 {
        font-size: 14px;
        line-height: 20px;
    }

    /*OUR TEAM*/
    /*UPCOMING EVENTS*/
    .events-box-text {
        padding: 30px 45px 30px 45px;
    }

    .events-box .events-box-text h5 {
        font-size: 20px;
        line-height: 25px;
    }

    .events-box .events-box-text .link-btn {
        font-size: 13px;
        padding: 10px 15px;
        line-height: 20px;
    }

    #upcoming-events .carousel-control-next, #upcoming-events .carousel-control-prev {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    /*UPCOMING EVENTS*/
    /*PHOTO GALLERY*/
    .gallery .box-content .title {
        line-height: 18px;
        font-size: 12px;
    }

    .gallery .icon li a {
        line-height: 30px;
    }

    .gallery .icon li {
        transform: translateY(30px)
    }

    .gallery .icon li a {
        width: 30px;
        height: 30px;
        font-size: 10px;
    }

    /*PHOTO GALLERY*/
    /*HOME OFFER*/
    #home-offer .home-img {
        margin-top: 15px;
    }

    .home-offer-box .home-offer-box-info p {
        font-size: 13px;
        line-height: 18px;
    }

    .home-offer-box .home-offer-box-info h5 {
        font-size: 18px;
        line-height: 30px;
    }

    .home-offer-box .home-offer-box-icon i {
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 22px;
    }

    /*HOME OFFER*/
    /*TESTIMONIALS*/
    .testimonials .carousel-control-prev, .testimonials .carousel-control-next {
        top: 15%;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    /*TESTIMONIALS*/
    /*HOME CONTACT BUTTON*/
    .contact-box .contact-box-info p {
        font-size: 13px;
        line-height: 18px;
    }

    .contact-box .contact-box-info h5 {
        font-size: 25px;
        line-height: 35px;
    }

    .contact-box .contact-box-icon i {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 24px;
    }

    .contact-btn {
        font-size: 14px;
        padding: 10px 25px;
        line-height: 30px;
    }

    /*HOME CONTACT BUTTON*/
    /*FOOTER*/
    #footer-1 h6 {
        font-size: 18px;
        line-height: 30px;
    }

    #footer-1 h6:before {
        width: 35px;
    }

    /*FOOTER TEXT*/
    .footer-text p {
        font-size: 12px;
        line-height: 18px;
        padding: 5px 0;
    }

    /*FOOTER TEXT*/
    /*SOCIAL*/
    .social-links ul li a i {
        width: 30px;
        line-height: 30px;
        height: 30px;
        font-size: 11px;
    }

    /*SOCIAL*/
    /*FOOTER NAV*/
    .footer-nav ul li {
        width: auto;
    }

    .footer-nav ul li a {
        font-size: 12px;
        line-height: 18px;
        padding: 5px 15px 5px 0;
    }

    /*FOOTER NAV*/
    /*FOOTER-ADDRESS*/
    .footer-address ul li i {
        width: 30px;
        line-height: 30px;
        height: 30px;
        font-size: 11px;
    }

    .footer-address .info h5 {
        font-size: 13px;
        line-height: 20px;
    }

    .footer-address li .info p {
        font-size: 12px;
        padding: 5px 0;
        line-height: 18px;
    }

    /*FOOTER-ADDRESS*/
    /*FOOTER*/
    /*FOOTER BOTTOM*/
    .footer-bottom p {
        font-size: 12px;
        line-height: 18px;
    }

    /*FOOTER BOTTOM*/
    /*BACK TO TOP*/
    #back-to-top {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }

    /*BACK TO TOP*/
    /*INNER-BANNER*/
    .inner-page-hero-area {
        padding: 75px 0;
    }

    .inner-page-title {
        font-size: 35px;
        line-height: 40px;
    }

    .breadcrumb-menu > li + li::before {
        font-size: 7px;
        padding: 0 5px;
    }

    .inner-page-hero-area .breadcrumb-menu a, .inner-page-hero-area .breadcrumb-menu li {
        font-size: 12px;
        line-height: 18px;
    }

    /*INNER-BANNER*/
    /*INFRASTRUCTURE*/
    .inner-infrastructure-box i {
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 20px;
    }

    /*INFRASTRUCTURE*/
    .inner-icon i {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 20px;
    }

    /*ACADEMIC BOX*/
    .academic-box .academic-box-icon, .academic-box .academic-box-info {
        vertical-align: top;
    }

    .academic-box .academic-box-info h5 {
        font-size: 25px;
        line-height: 35px;
    }

    .academic-box .academic-box-icon i {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 30px;
    }

    /*ACADEMIC BOX*/
    /*CONTACT FORM*/
    .contact-page-form {
        font-size: 13px;
        line-height: 18px;
    }

    .contact-page-form-bor {
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }

    .contact-page-form-textar {
        height: 90px;
        line-height: 30px;
        font-size: 14px;
    }

    .contact-page-form select {
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }

    .contact-page-form label {
        font-size: 13px;
        padding: 0 0 10px 0;
        line-height: 18px;
    }

    input[type=checkbox] + label {
        font-size: 13px;
    }

    /*CONTACT FORM*/
    /*TABLE*/
    .table th {
        font-size: 14px;
    }

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

    /*TABLE*/
    /*CONTACT-PAGE-ADDRESS*/
    .contact-page-address ul li i {
        font-size: 13px;
        height: 40px;
        line-height: 40px;
        width: 40px;
    }

    .contact-page-address .info h5 {
        font-size: 14px;
        line-height: 20px;
    }

    /*CONTACT-PAGE-ADDRESS*/
}