@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css");
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900&display=swap');
/*-------------------------------------------------------------------------------------------
  CSS definations for Beston International United Schools
-------------------------------------------------------------------------------------------*/

/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
        -ms-box-sizing:border-box;
         -o-box-sizing:border-box;
            box-sizing:border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a,
a:hover,
a:focus {
    outline:none;
    text-decoration:none;
}
/* Common Tages */
.padding-right {
    padding-right:0;
}
.padding-left {
    padding-left:0;
}
.btn {
    display: inline-block;
    border: none;
    background: #093867;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    border-radius: 0;
    transition: 0.3s;
}
.btn:hover,
.btn:focus {
    background: #2b2b2b;
    color: #fff;
}
.btn-default {
    border: 1px solid #093867;
    background: #fff;
    color: #093867;
}
.form-group {
    margin-bottom: 30px;
}
.form-control {
    border: 1px solid #EBEBEB;
    background: #fff;
    height: auto;
    padding: 10px;
    font-size: 15px;
    border-radius: 0;
    line-height: 24px;
    box-shadow: none;
}
select.form-control {
    height: 44px;
}
textarea.form-control {
    min-height: 120px;
    border-radius: 3px;
    resize: none;
}

/* section-heading */
.section-heading h2 {
    margin: 20px 0 15px 0;
    font-size: 60px;
    color: #2b2b2b;
    font-weight: 700;
    line-height: 65px;
}

a.read-more {
    display: inline-block;
    color: #2b2b2b;
    font-weight: 600;
    line-height: normal;
    position: relative;
}
a.read-more:after {
    background: #2b2b2b;
    width: 100%;
    height: 2px;
    float: left;
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
a.read-more:hover:after {
    background: #093867;
    height: 7px;
    bottom: -7px;
}


/*-------------------------------------------------------------------------------------------*/
/* SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
body {
    background: #fff;
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    color: #2b2b2b;
    font-weight: 300;
}

/* Header */
.header {
    width: 100%;
    padding-top: 15px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
}
.header .container {
    background: #fff;
    padding: 15px;
    border-radius: 100px;
    box-shadow: rgba(0,0,0,0.4) 0px 0px 3px;
}
.header.fixed {
    border-bottom: 1px solid #ccc;
    background: #fff;
    padding-top: 0;
}
.header.fixed .container {
    border-bottom: none;
    box-shadow: none;
    padding: 8px 15px;
}
.full-layout .header.fixed .container {
    border-bottom: none;
    box-shadow: none;
    padding: 8px 70px;
}
.header.fixed .logo {
    font-size: 16px;
}
.header.fixed .logo img {
    height: 70px;
}
.header.fixed .logo strong {
    margin-left: 80px;
    padding: 1px 0;
    line-height: 17px;
}
.header.fixed .navigation {
    padding: 5px 0;
}
.filter.fixed {
    top: 87px;
}
.header.fixed .info {
    margin-top: 23px;
}

/* logo */
.logo {
    float: left;
    font-size: 20px;
}
.logo img {
    width: auto;
    height: 90px;
    float: left;
}
.logo strong {
    margin-left: 100px;
    display: block;
    padding: 7px 0;
    line-height: 19px;
    font-weight: 700;
}
.logo span {
    display: block;
    white-space: nowrap;
    color: #093867;
}

/* menu */
a.menu {
    display: none;
    float: right;
    margin-top: 23px;
    font-size: 24px;
    color: #2b2b2b;
}

/* navigation */
.navigation {
    float: right;
    padding: 15px 0;
    font-size: 15px;
    font-weight: 700;
}
.navigation li {
    position: relative;
}
.navigation>ul>li {
    float: left;
    margin-right: 30px;
}
.navigation>ul>li>a {
    display: block;
    color: #2b2b2b;
    line-height: 60px;
    position: relative;
}
.navigation>ul>li>a:before {
    background: #093867;
    width: 0;
    height: 5px;
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.navigation>ul>li:hover>a {
    color: #2b2b2b;
}
.navigation>ul>li:hover>a:before {
    width: 100%;
}
.navigation>ul>li:hover>ul {
    display: block;
}
.navigation>ul>li>ul {
    background: #093867;
    min-width: 120px;
    white-space: nowrap;
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
}
.navigation li li {
    border-top: 1px solid #fff;
}
.navigation li li:first-child {
    border-top: none;
}
.navigation li li a {
    display: block;
    padding: 5px 15px;
    color: #fff;
    line-height: 30px;
}
.navigation>ul>li>ul>li:hover {
    background: #6594C3;
}
.navigation>ul>li>ul>li:hover>ul {
    display: block;
}
.navigation ul ul ul {
    border-left: 1px solid #fff;
    background: #6594C3;
    min-width: 120px;
    white-space: nowrap;
    font-size: 13px;
    position: absolute;
    left: 100%;
    top: -1px;
    display: none;
}
.navigation .dd:hover .school-dropdown {
    display: block;
}
.navigation .school-dropdown {
    background: #093867;
    width: 1070px;
    padding: 20px 10px;
    white-space: inherit;
    font-size: 13px;
    position: absolute;
    right: -553px;
    top: 100%;
    display: none;
}
.navigation .school-dropdown li {
    border-top: none;
    width: 25%;
    float: left;
    padding: 0 10px;
}
.navigation .school-dropdown li a {
    border-top: 1px solid #fff;
}


/* info */
.info {
    border-left: 2px solid #ddd;
    float: right;
    padding: 4px 0 4px 22px;
    margin: 33px 20px 0 0;
    font-size: 15px;
    font-weight: 700;
    position: relative;
}
.info a {
    display: inline-block;
    float: left;
    color: #2b2b2b;
}
.info .fa {
    float: left;
    margin-right: 4px;
}
.info img {
    width: auto;
    height: 14px;
    float: left;
    margin-right: 4px;
}
.info .divider {
    background: #ddd;
    width: 2px;
    height: 23px;
    float: left;
    margin: -4px 20px;
}

/* search */
a.search-link {
    position: relative;
    z-index: 1;
}
a.search-link.active .fa {
    color: #fff;
    position: relative;
    z-index: 2;
}
a.search-link.active:before {
    background: #093867;
    width: 65px;
    height: 30px;
    content: '';
    position: absolute;
    left: -24px;
    top: -10px;
    z-index: 2;
}
.search-box {
    border: 10px solid #093867;
    background: #fff;
    min-width: 420px;
    margin: 0;
    position: absolute;
    right: 77px;
    top: 100%;
    display: none;
}
.search-box .form-control {
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    padding: 8px 60px 8px 10px;
}
.search-box button {
    background: none;
    border: none;
    font-size: 11px;
    color: #093867;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}

/* showcase-video */
.showcase-video {
    max-height: 94vh;
    overflow: hidden;
    position: relative;
}
.showcase-video video {
    width: 100%;
    height: auto;
}
.showcase-video .caption {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 30px;
}
.showcase-video h1 {
    font-size: 24px;
    color: #fff;
}

/* about */
.about {
    padding: 90px 0;
    position: relative;
    z-index: 2;
}
.about h2 {
    margin-bottom: 80px;
    font-size: 80px;
    color: #093867;
    font-weight: 700;
    line-height: normal;
}
.about .txtb {
    padding: 0;
}
.about p {
    padding: 10px 0;
    line-height: 30px;
}
.about .column {
    width: 50%;
    float: left;
    padding: 0 5px;
}
.about .column:last-child a {
    margin-right: -5px;
}
.about a.link {
    max-width: 225px;
    min-width: 225px;
    display: block;
    min-height: 225px;
    float: right;
    padding: 80px 30px;
    font-size: 15px;
    color: #2b2b2b;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 100%;
    position: relative;
}
.about a.link strong {
    display: block;
    padding-bottom: 5px;
    font-size: 20px;
    line-height: normal;
}
.about a.link strong .fa {
    display: inline-block;
    margin-left: 5px;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.about a.link:hover strong .fa {
    margin-left: 15px;
}
.about a.link::before {
    border: 4px solid #ddd;
    width: 100%;
    height: 100%;
    box-sizing: inherit;
    content: '';
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.about a.link:hover::before {
    border-top-color: #093867;
    border-right-color: #093867;
    border-bottom-color: #093867;
    border-left-color: #093867;
    transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s, border-left-color 0.15s linear 0.3s;
}

/* what-we-do */
.what-we-do {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 90px 0;
    position: relative;
    text-align: center;
    color: #fff;
}
.what-we-do .section-heading h2,
.what-we-do a.read-more {
    color: #fff;
}
.what-we-do a.read-more:after {
    background: #fff;
}
.what-we-do p {
    margin: 20px 0;
    line-height: 30px;
}

/* stats */
.stats {
    padding-top: 90px;
    text-align: center;
    font-size: 60px;
    color: #fff;
    font-weight: 400;
}
.stats ul {
    display: inline-block;
}
.stats li {
    width: 200px;
    height: 200px;
    float: left;
    padding: 55px 20px;
    margin: 0 40px;
    text-align: center;
    position: relative;
}
.stats span {
    display: block;
    padding-top: 10px;
    font-size: 15px;
    font-weight: 400;
}
.stats li::before {
    border: 4px solid #ddd;
    width: 100%;
    height: 100%;
    box-sizing: inherit;
    content: '';
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.stats li:hover::before {
    border-top-color: #093867;
    border-right-color: #093867;
    border-bottom-color: #093867;
    border-left-color: #093867;
    transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s, border-left-color 0.15s linear 0.3s;
}

/* our-story */
.our-story {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 90px 0;
}
.our-story .txtb {
    width: 50%;
    float: right;
    padding: 138px 0 138px 60px;
}
.our-story p {
    margin: 20px 0;
    line-height: 30px;
}
.our-story .flex-direction-nav {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 38px;
}
.our-story .flex-direction-nav li {
    display: inline-block;
    padding: 0 3px;
}
.our-story a.flex-prev,
.our-story a.flex-next {
    float: left;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    position: static;
    z-index: 2;
}
.our-story a.flex-prev {
    right: 60px;
}
.our-story a.flex-prev:hover {
    right: 70px;
}
.our-story a.flex-next:hover {
    right: -10px;
}
.our-story .address .section-heading h2 {
    font-size: 30px;
    line-height: normal;
}
.our-story .address p {
    margin: 15px 0;
    line-height: 30px;
}
.our-story .address p img {
    width: auto;
    height: 20px;
    float: left;
    margin: 5px 10px 0 0;
}
.our-story .address p span {
    display: block;
    margin-left: 35px;
}
.our-story .address p a {
    color: #000;
}
.our-story .address p a:hover {
    color: #000;
}

/* tag-line */
.tag-line {
    background: url(../images/bg_tag_line.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0;
    height: 100vh;
    text-align: center;
    position: relative;
}
.tag-line:before {
    background: rgba(9,56,103,0.9);
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}
.tag-line h3 {
    max-width: 820px;
    min-width: 820px;
    margin: auto;
    display: block;
    font-family: 'Roboto Slab', serif;
    font-size: 40px;
    color: #fff;
    line-height: normal;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.tag-line h3 span {
    border-bottom: 4px solid #093867;
}

/* site-points */
.site-points {
    width: 50%;
    float: left;
}
.site-points .link {
    background: #513389;
    width: 50%;
    min-height: 300px;
    float: left;
    padding: 30px;
    color: #fff;
    position: relative;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}
.site-points .link:nth-child(1) {
    background: #513389;
}
.site-points .link:nth-child(2) {
    background: #42de7c;
    color: #2b2b2b;
}
.site-points .link:nth-child(3) {
    background: #a90c77;
}
.site-points .link:nth-child(4) {
    background: #ffd700;
    color: #2b2b2b;
}
.site-points .link:nth-child(5) {
    background: #ff97ab;
    color: #2b2b2b;
}
.site-points .link:nth-child(4) strong,
.site-points .link:nth-child(2) strong,
.site-points .link:nth-child(5) strong {
    border-bottom: 4px solid #2b2b2b;
}
.site-points strong {
    border-bottom: 4px solid #fff;
    padding-bottom: 3px;
    margin-bottom: 15px;
    display: inline-block;
    font-size: 33px;
    line-height: normal;
    font-weight: 700;
}
.site-points .link:hover {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 2;
    cursor: pointer;
}
.site-points span {
    display: block;
    font-size: 15px;
    line-height: normal;
    font-weight: 300;
}

/* testimonials */
.testimonials {
    background: #f5f5f5;
    padding: 150px 0;
}
.testimonial-slider {
    width: 690px;
    margin: 0 auto;
    padding-bottom: 30px;
    position: relative;
}
.testimonials .heading {
    font-size: 40px;
    line-height: normal;
    font-weight: 700;
}
.testimonials .client {
    margin-top: 35px;
    font-size: 15px;
}
.testimonials a.flex-prev,
.testimonials a.flex-next {
    display: inline-block;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.testimonials a.flex-prev {
    right: 60px;
}
.testimonials a.flex-prev:hover {
    right: 70px;
}
.testimonials a.flex-next:hover {
    right: -10px;
}

/* article */
.article {
    padding: 80px 0;
}
.article .section-heading h2 {
    margin: 0 0 40px 0;
}
.article .section-heading .read-more {
    float: right;
    margin: 18px 0;
}
.article .imgb {
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}
.article .imgb img {
    width: 100%;
    height: auto;
}
.article .imgb::before {
    border: 5px solid transparent;
    width: 100%;
    height: 100%;
    box-sizing: inherit;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}
.article .imgb:hover::before {
    border-top-color: #093867;
    border-right-color: #093867;
    border-bottom-color: #093867;
    border-left-color: #093867;
    transition: border-top-color 0.15s linear, border-right-color 0.30s linear 0.1s, border-bottom-color 0.45s linear 0.2s, border-left-color 0.60s linear 0.3s;
}
.article li {
    padding: 4px 0;
}
.article li a {
    display: inline-block;
    font-size: 15px;
    color: #2b2b2b;
    font-weight: 700;
    position: relative;
}
.article li a:after {
    background: #2b2b2b;
    width: 100%;
    height: 2px;
    float: left;
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.article li a:hover:after {
    background: #093867;
    height: 5px;
    bottom: -7px;
}
.article h3 {
    margin: 15px 0 25px 0;
    font-family: 'Roboto Slab', serif;
    line-height: normal;
    font-weight: 700;
}
.article h3 a {
    text-decoration: none;
    background-image: -webkit-gradient(linear,left top,left bottom,from(currentColor),to(currentColor));
    background-image: -webkit-linear-gradient(currentColor,currentColor);
    background-image: -o-linear-gradient(currentColor,currentColor);
    background-image: linear-gradient(currentColor,currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 100% 3px;
    color: #2b2b2b;
    line-height: normal;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.article .column:hover h3 a,
.article h3 a:hover {
    background-size: 100% 5px;
    background-position: 0% -4;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#093867),to(#093867));
    background-image: -webkit-linear-gradient(#093867,#093867);
    background-image: -o-linear-gradient(#093867,#093867);
    background-image: linear-gradient(#093867,#093867);
}
.article .date {
    font-size: 15px;
}

/* newsletter */
.newsletter {
    background: #f5f5f5;
    padding: 60px 15px;
}
.newsletter .txtb {
    padding: 54px 0;
}
.newsletter h3 {
    font-size: 24px;
    line-height: normal;
}
.newsletter form {
    margin-left: 50px;
    padding: 70px 0;
}
.newsletter .form-control {
    background: none;
    border: none;
    border-bottom: 2px solid #2b2b2b;
    max-width: 350px;
    float: left;
    color: #2b2b2b;
}
.newsletter .btn {
    border: 2px solid #2b2b2b;
    border-radius: 30px;
    margin-left: 15px;
    line-height: 22px;
}
.newsletter .btn:hover {
    border: 2px solid #2b2b2b;
}

/* footer */
.footer {
    background: url(../images/bg_footer.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 120px 0;
    position: relative;
    color: #fff;
}
.footer a.read-more {
    color: #fff;
}
.footer a.read-more:after {
    background: #fff;
}
.footer .links li {
    padding: 8px 0;
}
.footer .links li a {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    position: relative;
}
.footer .links li a:after {
    background: #fff;
    width: 100%;
    height: 2px;
    float: left;
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.footer .links li a:hover:after {
    background: #fff;
    height: 7px;
    bottom: -7px;
}
.footer .txtb {
    padding-right: 40px;
}
.footer .txtb p {
    margin-bottom: 10px;
    line-height: 30px;
}
.footer .address p {
    padding-bottom: 12px;
    line-height: 30px;
}
.footer .address p img {
    width: auto;
    height: 20px;
    float: left;
    margin: 5px 10px 0 0;
}
.footer .address p span {
    display: block;
    margin-left: 35px;
}
.footer .address p a {
    color: #fff;
}
.footer .address p a:hover {
    color: #fff;
}

/* .footer  */
.gotop {
    background: #fff;
    width: 50px;
    float: left;
    overflow: hidden;
    text-align: center;
    line-height: 50px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 1;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: none;
    box-shadow: rgba(0,0,0,0.3) 0px 0px 4px;
}
.gotop img {
    width: auto;
    height: 40px;
}

/* social */
.social {
    margin: 10px 0 0 0;
}
.social h4 {
    margin-bottom: 5px;
    font-weight: 700;
}
.social li {
    float: left;
    margin-right: 10px;
}
.social li a {
    width: 40px;
    height: 40px;
    float: left;
    text-align: center;
    color: #fff;
    line-height: 40px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.social li a:hover {
    background: #fff;
    color: #093867;
}

/* footer-bottom */
.footer-bottom {
    background: #093867;
    padding: 30px 0;
    font-size: 15px;
    color: #fff;
}

/* designdot */
a.designdot {
    float: right;
    font-size: 12px;
    color: #fff;
    line-height: 17px;
}
a.designdot:hover {
    color: #fff;
}
.designdot-link {
    background: url(../images/designdotlogo.png) no-repeat scroll left top;
    width: 72px;
    height: 17px;
    display: block;
    float: right;
    margin-left: 5px;
    transition: 0.3s;
}
.designdot-link:hover {
    background: url(../images/designdotlogo.png) no-repeat scroll left bottom;
}


/*/////////////////////////////////
  inner pages
/////////////////////////////////*/
.full-layout {
    padding-top: 120px;
}
.full-layout .container {
    width: auto;
    padding: 0 70px;
}
.full-layout .header {
    background: #fff;
    padding: 0;
}
.full-layout .header .container {
    border-bottom: 1px solid #ccc;
    background: none;
    padding: 15px 70px;
    border-radius: 0;
    box-shadow: none;
}

/* page-heading */
.page-heading {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.page-heading h1,
.page-heading h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

/* about-overview */
.about-slider {
    margin-bottom: 30px;
}
.about-slider .slides li img {
    width: 100%;
    height: auto;
}
.about-overview .txtb {
    background: #fff;
    padding: 80px 0 60px 0;
}
.about-overview h3 {
    padding: 5px 0;
    font-size: 24px;
    line-height: normal;
}
.about-overview p {
    padding: 10px 0;
    line-height: 30px;
}

/* stacker-nav */
.stacker-nav {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    font-weight: 500;
}
.stacker-nav li {
    display: inline-block;
}
.stacker-nav li a {
    display: block;
    padding: 15px 10px;
    color: #999;
}
.stacker-nav li a:hover {
    color: #000;
}

/* our-vision */
.our-vision {
    padding: 80px 0 60px 0;
}
.our-vision p {
    margin: 10px 0;
    line-height: 30px;
}

/* team */
.team {
    padding: 80px 0 50px 0;
}
#teamimage{
    width:278px;
    height:279px;
}
.team .column {
    background: #fff;
    margin-bottom: 30px;
    box-shadow: rgba(0,0,0,0.2) 0px 0px 3px;
}
.team .imgb {
    display: block;
}
.team .imgb img {
    width: 100%;
    height: auto;
}
.team .role {
    display: block;
    padding: 15px 15px 5px 15px;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
}
.team .name {
    display: block;
    padding: 0 15px 15px 15px;
    font-size: 20px;
    line-height: normal;
}


/* contact */
.contact {
    padding: 80px 0;
}
.contact .address p {
    padding-bottom: 15px;
    line-height: 21px;
}
.contact .address p img {
    width: auto;
    height: 20px;
    float: left;
    margin-right: 10px;
}
.contact .address p span {
    display: block;
    margin-left: 30px;
}
.contact .address p a {
    color: #666;
}



/* login */
.login {
    max-width: 380px;
    margin: 30px auto;
    font-size: 14px;
}
.login .logo {
    margin-bottom: 10px;
    display: inline-block;
    float: none;
    text-align: left;
}
.login-box {
    background-color: #f5f5f5;
    padding: 45px 30px;
    border-radius: 10px;
}
.login h1 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 40px;
    color: #000;
    font-weight: 500;
}
.login h5 {
    margin-bottom: 8px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.login .forgot-link {
    display: inline-block;
    margin-top: 3px;
    font-size: 12px;
    color: #03A9F4;
    line-height: normal;
}
.login .txtb {
    padding-bottom: 15px;
    text-align: center;
}

.login .section-divider {
    margin-bottom: 18px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.login .section-divider:before {
    background: #C9C9C9;
    width: 100%;
    height: 1px;
    float: left;
    margin-top: -1px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
}
.login h5 {
    background: #f5f5f5;
    margin: 0;
    display: inline-block;
    padding: 2px 5px;
    position: relative;
    z-index: 3;
}



/* form-check */
.form-check {
    position: relative;
    display: block;
}
.form-check input {
    display: none;
}
.form-check label {
    margin: 0 10px 0 0;
    font-weight: 400;
    line-height: 20px;
}
.form-check .checkbox-check,
.form-check .radio-check {
    border: 1px solid #ccc;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
    position: relative;
    border-radius: 3px;
}
.form-check .radio-check,
.form-check .radio-check:after {
    border-radius: 100%;
}
.form-check .checkbox-check:after,
.form-check .radio-check:after {
    width: 10px;
    height: 10px;
    float: left;
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    z-index: 2;
}
.form-check input[type='radio']:checked + label .radio-check:after {
    background: #ccc;
}
.form-check input[type='checkbox']:checked + label .checkbox-check:after {
    background: #ccc;
}

/* products */
.products {
    padding: 30px 0 50px 0;
}
.products .column {
    background: #f1f1f1;
    margin-bottom: 30px;
}
.products .imgb img {
    width: 100%;
    height: auto;
}
.products .imgb video {
    width: 100%;
    height: auto;
}
.products .txtb {
    padding: 15px;
}
.products h3 {
    margin-bottom: 4px;
    font-size: 18px;
    color: #000;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.products h3 a {
    color: #000;
}
.products .date {
    font-size: 14px;
    color: #777;
}

/* product-detail */
.product-detail {
    padding: 80px 0;
}
.product-detail .column .imgb {
    margin-bottom: 15px;
}
.product-detail .column .imgb img {
    width: 100%;
    height: auto;
}
.product-detail .column .date {
    background: #eee;
    margin-bottom: 20px;
    padding: 10px;
    line-height: normal;
}
.product-detail .column h3 {
    padding: 5px 0;
    font-size: 20px;
    line-height: normal;
}
.product-detail .column h4 {
    padding: 5px 0;
    font-size: 18px;
    line-height: normal;
}
.product-detail .column p {
    padding: 10px 0;
    line-height: 30px;
}
.product-detail .column ul {
    list-style: disc;
    margin-left: 18px;
}
.product-detail .column li {
    line-height: 24px;
}

/* other-event */
.other-event {
    border: 1px solid #ddd;
    background: #fff;
    margin-top: 50px;
}
.other-event .heading {
    border-bottom: 1px solid #ddd;
    background: #093867;
    padding: 15px;
}
.other-event li {
    border-top: 1px solid #ddd;
}
.other-event li:first-child {
    border-top: none;
}
.other-event li a {
    display: block;
    padding: 15px;
}
.other-event h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    line-height: normal;
}
.other-event .tagline {
    display: block;
    margin-bottom: 6px;
    font-size: 16px;
    color: #363736;
    font-weight: 500;
    line-height: normal;
}
.other-event .date {
    display: block;
    font-size: 13px;
    color: #999;
}

/* breadcrumb */
.breadcrumb {
    background: none;
    padding: 0;
    margin: 0 0 5px 0;
}
.breadcrumb li {
    float: left;
    margin-left: 10px;
    line-height: 18px;
}
.breadcrumb li a {
    display: block;
    color: #212529;
}
.breadcrumb li a:after {
    float: right;
    margin: 1px 0 0 8px;
    font-family: FontAwesome;
    font-size: 10px;
    content: "\f054";
    color: #666;
    line-height: 18px;
}
.breadcrumb li .icon {
    float: left;
    margin: -2px 4px 0 0;
}
.breadcrumb li .icon img {
    width: auto;
    height: 18px;
}
.breadcrumb li:first-child {
    margin: 0;
}
.breadcrumb .active {
    color: #093867;
}

/* schools */
.schools {
    padding: 80px 0 60px 0;
}
.schools .imgb {
    margin-bottom: 30px;
}
.schools .imgb,
.about-slider {
    position: relative;
    z-index: 1;
}
.schools .imgb .slides li img {
    width: 100%;
    height: auto;
}
.school-slider .flex-prev,
.school-slider .flex-next,
.about-slider .flex-prev,
.about-slider .flex-next {
    background: rgba(255,255,255,0.5);
    width: 40px;
    height: 40px;
    float: left;
    margin-top: -20px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 50%;
    z-index: 2;
}
.school-slider .flex-prev img,
.school-slider .flex-next img,
.about-slider .flex-prev img,
.about-slider .flex-next img {
    width: 30px;
    height: auto;
}
.school-slider .flex-prev,
.about-slider .flex-prev {
    left: 15px;
}
.school-slider .flex-next,
.about-slider .flex-next {
    right: 15px;
}
.schools h3 {
    padding: 5px 0;
    font-size: 24px;
    color: #000;
    line-height: normal;
}
.schools p {
    padding: 10px 0;
    line-height: 30px;
}

/* school-info */
.school-info {
    background: #f1f1f1;
    padding: 80px 0;
}
.school-info h2 {
    margin-bottom: 30px;
    font-size: 60px;
    color: #093867;
    line-height: normal;
}

/* vision */
.vision {
    background-size: cover;
    background-attachment: fixed;
    padding: 120px 0;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
}
.vision:before {
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.vision .container {
    position: relative;
    z-index: 3;
}
.vision .txtb {
    margin: 0 auto;
}
.vision h3 {
    font-size: 30px;
    font-weight: 700;
}
.vision p {
    padding: 10px 0;
    line-height: 30px;
}

/* founding */
.founding {
    background: #f1f1f1;
    padding: 80px 0;
}
.founding .imgb {
    border: 5px solid #093867;
    width: 300px;
    height: 300px;
    float: left;
    border-radius: 100%;
    overflow: hidden;
}
.founding .imgb img {
    width: 100%;
    height: auto;
}
.founding .txtb {
    margin-left: 330px;
}
.founding .txtb p {
    padding: 10px 0;
    line-height: 30px;
}
.founding .txtb h3 {
    padding-bottom: 3px;
    font-size: 30px;
    line-height: normal;
}
.founding .txtb .role {
    margin-bottom: 5px;
    font-size: 14px;
    color: #999;
    line-height: normal;
}

/* page-banner */
.page-banner {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.page-banner img {
    width: 100%;
    height: auto;
}
.page-banner .caption {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.page-banner .caption h2 {
    font-size: 120px;
    color: #fff;
    text-shadow: rgba(0,0,0,0.7) 0px 0px 10px;
    display: inline-block;
    line-height: normal;
}
.page-banner .page-heading {
    border-bottom: none;
    text-align: left;
    text-transform: uppercase;
}
.page-banner .page-heading h1 span,
.page-banner .page-heading p span {
    display: inline-block;
    background: #fff;
    padding: 5px 15px;
}
.page-banner .page-heading h1 {
    margin-bottom: 2px;
}

/* filter */
.filter {
    background: #f1f1f1;
    padding: 15px;
    position: sticky;
    top: 121px;
    z-index: 98;
}
.filter form {
    float: right;
}
.filter .col {
    float: left;
    margin-left: 15px;
}
.filter label {
    display: block;
    margin-bottom: 5px;
}
.filter select {
    min-width: 220px;
    max-width: 220px;
    height: 44px;
}

/* photos */
.photos-gallery .imgb {
    overflow: hidden;
    max-height: 290px;
}




.dd-arrow {
    display: none;
}

/* heading fonts */
h1,h2,h3,h4,h5,h6 {
    font-family: 'Playfair Display', serif;
}

/*/////////////////////////////////
  Responsive CSS
/////////////////////////////////*/
@media (min-width: 320px) and (max-width: 767px) {

.full-container {
    width: auto;
    padding: 0 15px;
}

.video-block .godown,
.footer .gotop {
    display: none;
}

body {
    font-size: 14px;
}

.section-heading h2 {
    margin: 20px 0 15px 0;
    font-size: 30px;
    line-height: 30px;
}

.gotop {
    width: 30px;
    line-height: 30px;
    right: 5px;
    bottom: 5px;
}
.gotop img {
    width: auto;
    height: 20px;
}


/* header */
.header {
    padding: 50px 15px 10px 15px;
    display: block;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
}
.header:after {
    content: '';
    display: table;
    clear: both;
}
.header .container {
    background: none;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.full-layout .header.fixed .container {
    padding: 8px 15px;
}
.header.fixed {
    padding: 41px 0 0 0;
}
.header.fixed .info {
    margin-top: 0;
}
.full-layout .header.fixed {
    padding: 41px 0 0 0;
}
.header.fixed .navigation {
    padding: 0;
}
body,
.full-layout {
    padding-top: 130px;
}

a.menu {
    display: inline-block;
}

/* logo */
.logo {
    float: left;
    font-size: 12px;
}
.logo img {
    height: 70px;
}
.logo strong {
    margin-left: 80px;
    padding: 13px 0;
    line-height: 11px;
}

/* info */
.info {
    background: #093867;
    border: none;
    width: 100%;
    padding: 13px 15px;
    margin: 0;
    text-align: right;
    font-size: 12px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
}
.info a {
    display: inline-block;
    color: #fff;
}
.info .divider {
    background: #fff;
}

/* navigation */
.navigation {
    background: #093867;
    width: 100%;
    padding: 0;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    display: none;
}
.navigation>ul>li {
    border-top: 1px solid #ddd;
    float: none;
    margin-right: 0;
}
.navigation>ul>li .dd-arrow {
    border-left: 1px solid #ddd;
    width: 44px;
    height: 100%;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 44px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: block;
}
.navigation>ul>li>a {
    padding: 10px 15px;
    line-height: 24px;
    color: #fff;
}
.navigation>ul>li:hover>a {
    color: #fff;
}
.navigation>ul>li:hover>ul {
    display: none;
}
.navigation>ul>li>ul {
    background: #333;
    position: static;
}
.navigation li li a {
    padding: 5px 15px 5px 30px;
}
.navigation ul ul ul {
    position: static;
}

a.search-link.active:before {
    width: 58px;
}

.search-box {
    border: 10px solid #ccc;
    min-width: 100%;
    right: 0;
    top: 100%;
}

/* showcase */
.showcase-video h1 {
    font-size: 14px;
}

/* about */
.about {
    padding: 40px 0 25px 0;
}
.about .txtb {
    padding-top: 10px;
}
.about p {
    line-height: 26px;
}
.about h2 {
    margin-bottom: 0;
    text-align: left;
    font-size: 30px;
    line-height: 32px;
}
.about .column {
    width: 50%;
    padding: 15px 2px;
}
.about a.link {
    max-width: initial;
    min-width: initial;
    min-height: initial;
    float: none;
    padding: 12px 12px;
    font-size: 12px;
    line-height: normal;
}
.about a.link::before {
    border-radius: 0;
}
.about a.link strong {
    padding-bottom: 2px;
    font-size: 14px;
}

/* what-we-do */
.what-we-do {
    padding: 40px 0;
}
.what-we-do .section-heading h2 {
    margin: 0;
    font-size: 24px;
    line-height: normal;
}
.what-we-do p {
    margin: 10px 0;
    line-height: 24px;
}

/* stats */
.stats {
    padding: 40px 0 0 0;
    font-size: 30px;
}
.stats ul {
    margin: 0 -5px;
}
.stats li {
    width: 46.555%;
    height: auto;
    float: left;
    margin: 5px;
    padding: 15px 5px;
}
.stats li::before {
    border-radius: 0;
}
.stats span {
    padding-top: 4px;
    font-size: 11px;
}

/* our-story */
.our-story {
    padding: 20px 0 40px 0;
    color: #fff;
    position: relative;
}
.our-story:after {
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    float: left;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.our-story.right-text {
    padding: 40px 0;
}
.our-story .txtb {
    padding: 0;
    margin-bottom: 40px;
}
.our-story .section-heading h2 {
    margin: 0;
    font-size: 24px;
    color: #fff;
    line-height: normal;
}
.our-story.right-text .txtb {
    padding-left: 0;
    margin: 10px 0 0 0;
}
.our-story .txtb,
.our-story .imgb {
    width: 100%;
}
.our-story p {
    margin-bottom: 20px;
    line-height: 26px;
}
.our-story .flex-direction-nav {
    position: static;
    margin-top: 30px;
}
.our-story .story-slider {
    position: relative;
    z-index: 2;
}
.our-story a.read-more {
    color: #fff;
}
.our-story a.read-more:after {
    background: #fff;
}

/* site-points */
.site-points {
    display: none;
}
.site-points .link {
    width: 100%;
    min-height: initial;
}

/* tag-line */
.tag-line {
    height: auto;
    padding: 60px 0;
}
.tag-line h3 {
    min-width: initial;
    position: relative;
    left: 0;
    top: 0;
    font-size: 24px;
    line-height: 36px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

/* testimonial */
.testimonials {
    padding: 40px 0;
}
.testimonial-slider {
    width: auto;
    padding: 0;
}
.testimonials .heading {
    font-size: 24px;
    line-height: 30px;
}
.testimonials .flex-direction-nav {
    margin-top: 30px;
    text-align: center;
}
.testimonials .flex-direction-nav li {
    display: inline-block;
    padding: 0 5px;
}
.testimonials a.flex-prev,
.testimonials a.flex-next {
    position: static;
}
.testimonials .client {
    margin-top: 20px;
}


/* article */
.article {
    padding: 40px 0 0 0;
}
.article .section-heading h2 {
    margin: 0 0 20px 0;
}
.article .section-heading .read-more {
    margin: 7px 0;
}
.article .column {
    margin-bottom: 40px;
}
.article h3 {
    margin: 10px 0 15px 0;
    font-size: 20px;
    line-height: 26px;
}

/* newsletter */
.newsletter {
    padding: 60px 0;
}
.newsletter .box {
    margin: 0 -15px;
    padding: 40px 15px;
}
.newsletter h3 {
    font-size: 20px;
    line-height: 24px;
}
.newsletter .txtb {
    margin-left: 0;
    padding: 0 0 15px 0;
}
.newsletter form {
    margin-left: 0;
    padding: 15px 0 0 0;
}
.newsletter .btn {
    margin: 20px 0 0 0;
    line-height: 22px;
}

/* footer */
.footer {
    padding: 30px 0;
}
.footer .column {
    margin-bottom: 30px;
}
.footer .links,
.footer .txtb {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}
.footer .txtb {
    padding-right: 0;
}
.footer .txtb p {
    line-height: 24px;
}
.footer .address p {
    font-size: 14px;
    line-height: 24px;
}
.footer .address p img {
    height: 16px;
    margin: 5px 10px 0 0;
}
.footer .address p span {
    margin-left: 28px;
}
.social li {
    margin-right: 5px;
}
.footer-bottom {
    text-align: center;
    font-size: 12px;
}
a.designdot {
    float: none;
    display: inline-block;
    margin-top: 15px;
}

/* inner pages */
.full-layout {
    padding-top: 0;
}
.full-layout .container {
    width: auto;
    padding: 0 15px;
}
.full-layout .header .container {
    padding: 50px 15px 10px 15px;
}

/* about */
.about-overview .txtb {
    width: 100%;
    padding: 50px 0 30px 0;
}
.stacker-nav {
    margin-bottom: 15px;
}
.stacker-nav li a {
    padding: 10px 5px;
}

.vision {
    padding: 60px 0;
}

.founding .imgb {
    width: 260px;
    height: 260px;
    float: none;
    margin: 0 auto;
}
.founding .txtb {
    margin: 20px 0 0 0;
}

/* products */
.products {
    padding: 40px 0 20px 0;
}
.page-heading {
    padding-bottom: 5px;
}
.page-heading h1,
.page-heading h2 {
    font-size: 24px;
}

/* schools */
.schools {
    padding: 40px 0 20px 0;
}

.full-layout .our-story:after {
    background: rgba(255,255,255,0.4);
}
.full-layout .our-story .container {
    position: relative;
    z-index: 3;
}
.our-story .address .section-heading h2 {
    font-size: 24px;
    color: #2b2b2b;
    line-height: normal;
}
.our-story .address {
    color: #2b2b2b;
}

.school-info h2 {
    margin-bottom: 30px;
    font-size: 40px;
    color: #093867;
    line-height: normal;
}

/* breadcrumb */
.breadcrumb {
    display: none;
}

/* product-detail */
.product-detail {
    padding: 40px 0;
}

/* contact */
.contact {
    padding: 40px 0;
}
.map iframe {
    height: 300px;
}
.contact .address {
    margin-bottom: 40px;
}

/* login */
.login {
    padding: 0 15px;
}
.login h1 {
    margin-bottom: 20px;
    font-size: 24px;
}
.login-box {
    background-color: #f5f5f5;
    padding: 25px 20px;
    border-radius: 10px;
}

.page-banner .caption h2 {
    font-size: 30px;
}

.filter {
    padding: 140px 0 15px 0;
    position: relative;
    top: 0 !important;
}
.filter form,
.filter .col {
    float: none;
}
.filter .col {
    padding: 10px 0px;
    margin: 0;
}
.filter select {
    max-width: 100%;
}
.filter .btn {
    width: 100%;
    margin-top: -18px;
}


}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {


.full-container {
    width: auto;
    padding: 0 15px;
}

.video-block .godown,
.footer .gotop {
    display: none;
}

body {
    font-size: 14px;
}

body, .full-layout {
    padding-top: 91px;
}

.section-heading h2 {
    margin: 20px 0 15px 0;
    font-size: 30px;
    line-height: 30px;
}

/* header */
.header {
    display: block;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    padding: 10px 15px;
}
.header .container {
    background: none;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}
.header.fixed .container {
    padding: 0;
}
.header.fixed {
    padding: 10px 15px;
}
.header.fixed .info {
    margin-top: 0;
}
.full-layout .header.fixed .container {
    padding: 0;
}

/* info */
.info {
    border: none;
    float: right;
    margin: 0;
    padding: 28px 35px;
    font-size: 12px;
}

a.menu {
    display: inline-block;
    float: right;
    margin-right: 15px;
}

/* logo */
.logo {
    float: left;
    font-size: 12px;
}
.logo img {
    height: 70px;
}
.logo strong {
    margin-left: 80px;
    padding: 13px 0;
    line-height: 11px;
}

/* navigation */
.navigation {
    background: #093867;
    width: 100%;
    padding: 0;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    display: none;
}
.navigation>ul>li {
    border-top: 1px solid #ddd;
    float: none;
    margin-right: 0;
}
.navigation>ul>li .dd-arrow {
    border-left: 1px solid #ddd;
    width: 44px;
    height: 100%;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 44px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: block;
}
.navigation>ul>li>a {
    padding: 10px 15px;
    line-height: 24px;
    color: #fff;
}
.navigation>ul>li:hover>a {
    color: #fff;
}
.navigation>ul>li:hover>ul {
    display: none;
}
.navigation>ul>li>ul {
    background: #333;
    position: static;
}
.navigation li li a {
    padding: 5px 15px 5px 30px;
}
.navigation ul ul ul {
    position: static;
}

.search-box {
    min-width: 360px;
    right: 106px;
    top: 48px;
}

/* showcase */
.showcase .caption {
    padding: 40px 0 39px 0;
}
.about h2 {
    margin-bottom: 0px;
    text-align: center;
    font-size: 40px;
    line-height: normal;
}
.about .txtb {
    padding-top: 0px;
    padding-bottom: 30px;
    text-align: center;
}
.about .txtb p {
    line-height: 24px;
}
.about .column:last-child a {
    margin-right: 0;
    float: left;
}
.about a.link {
    margin: 0 10px;
}

.video-box {
    margin: 0 -15px;
}

/* stats */
.stats {
    padding: 30px 0;
}
.stats li {
    float: none;
    display: inline-block;
    margin: 15px 25px;
}

/* our-story */
.our-story {
    color: #fff;
    position: relative;
}
.our-story:after {
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    float: left;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.our-story .txtb {
    width: 100%;
    padding: 30px 0;
}
.our-story p {
    margin: 15px 0;
    line-height: 26px;
}
.our-story .section-heading h2 {
    margin: 0;
    font-size: 24px;
    color: #fff;
    line-height: normal;
}
.our-story.right-text .txtb {
    padding-left: 0;
    margin: 10px 0 0 0;
}
.our-story .txtb,
.our-story .imgb {
    width: 100%;
}
.our-story p {
    margin-bottom: 20px;
    line-height: 26px;
}
.our-story .flex-direction-nav {
    position: static;
    margin-top: 30px;
}
.our-story .story-slider {
    position: relative;
    z-index: 2;
}
.our-story a.read-more {
    color: #fff;
}
.our-story a.read-more:after {
    background: #fff;
}

/* site-points */
.our-story.right-text.site-points-box .txtb {
    width: 100%;
    padding: 0;
}
.our-story .site-points {
    width: 100%;
    float: right;
}

/* tag-line */
.tag-line h3 {
    max-width: 650px;
    min-width: 660px;
}

/* testimonials */
.testimonials {
    padding: 80px 0;
}
.testimonials .heading {
    font-size: 35px;
    line-height: 45px;
}

/* article */
.article {
    padding: 80px 0 30px 0;
}
.article .column {
    margin-bottom: 50px;
}
.article .txtb {
    min-height: 180px;
}

/* newsletter */
.newsletter .box {
    background: #093867;
    margin: 0 -15px;
    padding: 40px 15px;
    text-align: center;
}
.newsletter .txtb {
    margin-left: 0;
    padding: 15px 0;
}
.newsletter h3 {
    font-size: 24px;
    line-height: 30px;
}
.newsletter form {
    margin-left: 0;
    padding: 14px 0;
}
.newsletter .form-control {
    float: none;
    display: inline-block;
}

/* footer */
.footer {
    padding: 50px 0;
}
.footer .txtb {
    padding-right: 0;
}
.footer .txtb p {
    line-height: 24px;
}
.footer .address p {
    line-height: 21px;
    font-size: 14px;
}
.footer .address p img {
    margin: 1px 10px 0 0;
}
.social li {
    margin-right: 5px;
}

/* footer-bottom */
.footer-bottom {
    padding: 15px 0;
    font-size: 12px;
}

/* gotop */
.gotop {
    width: 40px;
    line-height: 40px;
    right: 5px;
    bottom: 5px;
}
.gotop img {
    width: auto;
    height: 30px;
}

/* inner pages */
.full-layout .container {
    width: auto;
    padding: 0 15px;
}
.full-layout .header .container {
    padding: 10px 15px;
}

/* about */
.about-overview .txtb {
    width: 100%;
    padding: 50px 0 30px 0;
}
.stacker-nav {
    margin-bottom: 15px;
}
.stacker-nav li a {
    padding: 10px 5px;
}

.team .name {
    font-size: 20px;
}
.team .role {
    margin-bottom: 5px;
    font-size: 12px;
}

/* products */
.products {
    padding: 50px 0 30px 0;
}

/* schools */
.schools {
    padding: 50px 0 30px 0;
}
.full-layout .our-story .txtb {
    width: 60%;
    color: #2b2b2b;
}
.our-story .address .section-heading h2 {
    color: #2b2b2b;
}
.full-layout .our-story:after {
    display: none;
}


}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {

/* header */
.header {
    background: #fff;
    padding: 8px 0;
}
.header.fixed {
    padding: 0;
}
.header .container {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}
.full-layout .header.fixed .container {
    padding: 8px 30px;
}
.header.fixed .container {
    padding: 8px 0;
}
.full-container {
    width: auto;
    padding: 0 15px;
}

.video-block .godown,
.footer .gotop {
    display: none;
}

/* navigation */
.navigation>ul>li {
    margin-right: 15px;
}

.info {
    padding: 4px 0 4px 13px;
    margin: 33px 0 0 0;
}
.info .divider {
    margin: -4px 13px;
}

a.search-link.active:before {
    width: 60px;
    left: -24px;
    top: -10px;
}
.search-box {
    right: 80px;
}

/* showcase */
.about .txtb {
    padding-top: 25px;
}
.about h2 {
    margin-bottom: 40px;
    font-size: 60px;
    line-height: normal;
}
.about a.link {
    max-width: 195px;
    min-width: 195px;
    min-height: 195px;
    padding: 70px 30px;
}


.video-box {
    margin: 0 -15px;
}

/* stats */
.stats li {
    margin: 0 15px;
}

/* our-story */
.our-story .txtb {
    padding: 85px 0 85px 30px;
}

/* newsletter */
.newsletter .box {
    margin: 0 -15px;
    padding: 60px 15px;
}
.newsletter .txtb {
    margin-left: 0;
    padding: 54px 0;
}
.newsletter form {
    margin-left: 0px;
    padding: 70px 0;
}
.newsletter .form-control {
    max-width: 310px;
}

/* social */
.social li {
    margin-right: 8px;
}

.full-layout .header .container {
    padding: 15px 30px;
}
.full-layout .container {
    padding: 0 35px;
}
.team .role {
    margin-bottom: 5px;
    font-size: 12px;
}
.team .name {
    font-size: 20px;
}

/* footer */
.footer {
    padding: 60px 0;
}

/* products */
.products {
    padding: 60px 0 40px 0;
}

}


@media (min-width: 1500px) and (max-width: 1920px) {

body {
    font-size: 18px;
}


.about p,
.vision p,
.our-story p,
.footer .txtb p,
.about-overview p,
.our-vision p,
.founding .txtb p,
.schools p,
.product-detail .column p {
    line-height: 36px;
}


.vision {
    padding: 220px 0;
}
.vision p {
    padding: 15px 0;
}

}