* {
    margin: 0;
    padding: 0;
}



/*Selection Color*/

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

::selection {
    background: #bb2733;
    color: #fff;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin: 0;
    padding: 0;
}

.wrapper {
    max-width: 1900px;
    position: relative;
    margin: 0 auto;
}

a {
    outline: none !important;
    text-decoration: none !important;
}

.btn {
    outline: none !important;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #ac1a2f;
    /*font-family: 'Droid Serif', serif;*/
}

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

img {
    max-width: 100%;
}



/* Loder CSS */

.js div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.ajax-loader{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.timer {
    width: 70px;
    height: 70px;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    transform: translate(-50%);
    left: 50%;
    top: 50%;
}



/* Btn CSS */

.redBtn,
.btn {
    border: 2px solid #bb2733;
    height: 42px;
    font-weight: 600;
    width: 100%;
    color: #fff;
    padding: 9px 12px;
    background-color: #bb2733;
    box-shadow: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid #bb2733;
    box-shadow: inset -300px 0 0 0 #bb2733;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}

.redBtn:hover,
.btn:hover {
    color: #bb2733;
    box-shadow: inset 0 0 0 0 #bb2733;
    border: 2px solid #bb2733;
    background: transparent;
}



/* Header Section CSS */


/* sticky header css */

.hraderSection.top-nav-collapse .navbar-brand>img,
.hraderSection .navbar-brand>img,
.hraderSection .navbar-brand.small-brand>img,
.hraderSection.top-nav-collapse .navbar-brand.small-brand>img {
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.hraderSection.top-nav-collapse .navbar-brand>img,
.hraderSection .navbar-brand.small-brand>img {
    max-width: 60%;
}

.hraderSection.top-nav-collapse .navbar-nav {
    margin: 16px 0 0;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}



.hraderSection.top-nav-collapse .navbar-nav>li>a {
    color: #000;
}

.hraderSection.top-nav-collapse .navbar-nav>li.active>a,
.hraderSection.top-nav-collapse .navbar-nav>li>a:hover {
    color: #ac1a2f;
}

.hraderSection .navbar-brand.small-brand {
    display: none;
}



.hraderSection .navbar.navbar-default {
    background: transparent;
    border: 0;
    border-radius: 0;
    min-height: auto;
    margin: 0;
}

.hraderSection .navbar-collapse {
    padding: 0;
}

.hraderSection .navbar-brand {
    float: left;
    font-size: 0;
    height: initial;
    line-height: 0;
    padding: 0;
}

.hraderSection .navbar-nav {
    float: right;
    margin: 32px 0 0;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.hraderSection .navbar-nav>li {
    float: none;
    display: inline-block;
    padding: 0 0 0 25px;
}

.hraderSection .navbar-nav>li:first-child {
    padding: 0;
}

 .hraderSection .navbar-brand>img{
    max-height: 100px
 }

.hraderSection .navbar-nav>li>a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding: 0px;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    text-transform: uppercase;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #ac1a2f;
    background-color: transparent;
    font-weight: 600;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #ac1a2f;
    background-color: transparent;
}



/* Banner Section CSS */

.bannerImages {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 700px;
    position: relative;
}

.bannerText {
    position: absolute;
    top: 47%;
    width: 34%;
}

.paragraph p {
    color: #000;
    font-size: 20px;
    line-height: 34px;
  /*  font-family: 'Droid Serif', serif;*/
    word-spacing: 2px;
}



/* Foundation Section CSS */

.foundationSection {
    padding: 40px 0 60px 0px;
}

.foundationChoose {
    padding: 20px 0 0;
}

.foundationChoose p {
    padding: 10px 0px 5px 0px;
}

.foundationChoose li:before {
    content: '';
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 7px solid #666;
    position: absolute;
    top: 6px;
    left: 0;
}

.foundationChoose li {
    position: relative;
    padding: 0 0 6px 18px;
}



/* Gallery Section CSS */

.gallerySection {
    padding: 60px 0 90px;
    background-color: #f8f8f8;
}

.gallerySlider {
    padding-left: 100px;
}

.gallerySlider .owl-carousel .owl-item {
    display: block;
}

.gallerySlider .item {
    padding: 5px;
}

.galleryBox {
    max-width: 624px;
}

.galleryBox.fourBox {
    max-width: 555px;
    margin: -5px;
}

.galleryBox:after {
    content: '';
    display: block;
    clear: both;
}

.fourBox .galleryImage {
    float: left;
    width: 50%;
    padding: 5px 6px 4px;
}

.galleryImage {
    position: relative;
    display: block;
}

.addIcon {
    background-image: url(../images/play-icon.png);
    background-repeat: no-repeat;
    height: 132px;
    width: 132px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
    cursor: pointer;
}


.gallerySlider .owl-carousel .owl-nav.disabled {
    display: block;
}

.gallerySlider .owl-carousel .owl-nav .owl-prev,
.gallerySlider .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: -86px;
    right: 100px;
}

.gallerySlider .owl-carousel .owl-nav .owl-prev {
    background-image: url(../images/prev-icon01.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    font-size: 0;
    right: 140px;
}

.gallerySlider .owl-carousel .owl-nav .owl-next {
    background-image: url(../images/next-icon01.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    font-size: 0;
}



/* Faculty Section CSS */

.facultySection {
    padding: 70px 0 40px;
}

.leftHeader h2 {
    font-size: 34px;
    position: relative;
    margin: 0 0 15px;
    padding: 0 0 18px;
    display: inline-block;
}

.leftHeader h2:before {
    content: '';
    background-color: #cdcdcd;
    height: 1px;
    width: 100%;
    position: absolute;
    left: -95px;
    bottom: 0;
    width: 170px;
}

.facultyBox {
    text-align: center;
    margin: 0 0 20px;
}

.facultyImages {
    min-height: 220px;
    display: flex;
    align-items: center;
}
.facultyImages img {
    margin: 0 auto;
}

.facultyContent h4 {
    font-size: 20px;
    color: #000;
    font-family: inherit;
    font-weight: 600;
    padding: 16px 0 8px;
}

.facultyContent strong {
    font-size: 15px;
    color: #000;
    font-weight: 600;
}

.facultyContent p {
    color: #000;
    font-weight: 600;
    line-height: 18px;
    font-size: 13px;
}

.facultySlider {
    display: none;
}

.facultySlider .owl-nav {
    display: none;
}



/* Agents Section CSS */

.agentSection {
    background-color: #f7f7f7;
    padding: 50px 0 70px;
    text-align: center;
}

.agentSlider {
    background-color: #fff;
    padding: 40px 50px;
    margin: 36px 0 0;
    position: relative;
    border-radius: 5px;
    box-shadow: 0px 2px 1px 1px #edecec;
}

.agentSlider:before {
    content: '';
    box-shadow: 0px 0px 44px 1px #6c6b6b;
    position: absolute;
    left: 11px;
    height: 100%;
    top: 0;
}

.agentSlider:after {
    content: '';
    box-shadow: 0px 0px 44px 1px #6c6b6b;
    position: absolute;
    right: 11px;
    height: 100%;
    top: 0;
}

.agentSlider .owl-carousel .owl-nav.disabled {
    display: block;
}

#agentSlider.owl-carousel .owl-item .item {
    height: 56px;
}

#agentSlider.owl-carousel .owl-item img {
    width: initial;
    margin: 0 auto;
    max-height: 60px;
    max-width: 238px;
    object-fit: cover;
}

.agentSlider .owl-carousel .owl-nav .owl-prev,
.agentSlider .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.agentSlider .owl-carousel .owl-nav .owl-prev {
    background-image: url(../images/prev-icon.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    font-size: 0;
    left: -25px;
}

.agentSlider .owl-carousel .owl-nav .owl-next {
    background-image: url(../images/next-icon.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    font-size: 0;
    right: -25px;
}



/* Subfooter Section CSS */

.subfooterSection {
    background-image: url(../images/homepage-bottom.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 609px;
    padding: 138px 0 0;
}

.cotationContent {
    max-width: 480px;
    background-color: #fff;
    border-radius: 20px 0;
    padding: 40px;
    position: relative;
}

.cotationContent:before {
    content: '';
    border-left: 50px solid transparent;
    border-top: 25px solid #fff;
    position: absolute;
    bottom: -25px;
}

.cotationContent p {
    font-size: 20px;
    color: #000;
    /*font-family: 'Droid Serif', serif;*/
    line-height: 28px;
    /*font-style: italic;*/
}



/* Footer Section CSS */

.footerSection {
    background-color: #f7f7f7;
    padding: 70px 0;
}

.leftFooterContent {
    padding-right: 70px;
    padding-top: 12px;
}

.inquiryContent {
    padding: 0 0 60px 166px;
    position: relative;
    border-bottom: 1px solid #999999;
    margin: 0 0 30px;
    min-height: 210px;
}

.inquiryContent:before {
    content: '';
    background-image: url(../images/logo02.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    width: 129px;
    height: 158px;
}

.footerSection h3 {
    font-size: 16px;
    color: #666666;
}

.inquiryContent p {
    font-size: 15px;
    padding: 10px 120px 10px 0;
}

.inquiryContent span {
    display: block;
}

.inquiryContent strong {
    font-weight: 600;
}

.footerLinks li {
    display: inline-block;
    padding: 0 30px 0 0;
    position: relative;
}

.footerLinks li:after {
    content: '|';
    position: absolute;
    right: 10px;
    color: #666;
}

.footerLinks li:last-child:after {
    display: none;
}

.footerLinks li a {
    color: #666;
    font-size: 13px;
}

.footerLinks p {
    padding: 8px 0 10px;
}

.footerLinks span {
    padding: 0 0 0 6px;
}

.linkedinImg a {
    background-image: url(../images/instragram.png);
    background-repeat: no-repeat;
    height: 29px;
    width: 29px;
    display: inline-block;
    background-position: center;
    vertical-align: middle;
}

.linkedinImg a:hover {
    background-image: url(../images/instragram-red.png);
}

.facebookImg a {
    background-image: url(../images/facebook-icon.png);
    background-repeat: no-repeat;
    height: 29px;
    width: 29px;
    display: inline-block;
    background-position: center;
    vertical-align: middle;
}

.facebookImg a:hover {
    background-image: url(../images/facebook-hover-icon.png);
}

.formSection {
    padding: 16px 0 0;
}

.form-group {
    margin-bottom: 10px;
}

.form-control {
    height: 42px;
    padding: 6px 12px;
    font-size: 14px;
    color: #000;
    background-color: transparent;
    border: 1px solid #999999;
    box-shadow: none;
}

textarea.form-control {
    height: 110px;
}


/* ==== ABOUT-Us PAGE CSS ==== */

.innerSection {
    padding: 60px 0 40px;
}
.innerSection .leftHeader h2 {
    font-size: 36px;
    text-transform: uppercase;
}

.contentBox {
    padding: 0 0 14px;
}

.contentBox h3 {
    font-size: 22px;
    color: #000;
    padding: 0 0 8px;
}

.contentBox p {
    padding: 0 0 20px;
    width: 90%;
}

.aboutImage {
    margin: 0 0 44px;
}

/* ==== STUDY RESOURCE PAGE CSS ==== */

.bannerImages.innerBanner {
    min-height: 458px;
    background-position: center;
}

.resourceList {
    padding: 4px 0 0;
}

.resourceListBox {
    border-bottom: 1px solid #e4e4e4;
    padding: 0 0 40px;
    margin: 0 0 40px;
    display: table;
    height: 100%;
    width: 100%;
}

.resourceImg {
    display: table-cell;
    vertical-align: middle;
    width: 17.6%;
}

.resourceImg span {
    width: 170px;
    height: 230px;
    display: block;
}

.resourceImg span img {
    max-height: 100%;
}

.resourdeContent {
    display: table-cell;
    vertical-align: middle;
}

.resourdeContent strong {
    font-weight: 700;
    color: #000;
    padding: 8px 0 10px;
    display: block;
}

.resourdeContent p {
    width: 90%;
}

.loadMore {
    text-align: center;
    padding: 0 0 40px;
}

.loadMore .redBtn {
    max-width: 360px;
    margin: 0 auto;
}

/* === CENTRE PAGE CSS ==== */

.centresSection {
    clear: both;
    overflow: hidden;
    padding: 0;
}

.centersBox {
    width: 28%;
    float: left;
    margin: 0 50px 20px 0;
}

.centresDetail {
    padding: 20px 0 0;
}

.centresDetail li {
    position: relative;
    padding: 0 0 0 34px;
    margin: 0 0 10px;
}

.centresDetail li strong {
    color: #000;
    font-weight: 600;
    display: block;
    line-height: 13px;
    padding: 0 0 4px;
}

.centresDetail li span strong {
    color: #666666;
    display: inline-block;
}

.addressIcon {
    background-image: url("../images/address-icon.png");
    background-position: top left;
    background-repeat: no-repeat;
}
.mailIcon {
    background-image: url("../images/mail-icon.png");
    background-position: top left;
    background-repeat: no-repeat;
}
.phoneIcon {
    background-image: url("../images/call-icon.png");
    background-position: top left;
    background-repeat: no-repeat;
}

/* ==== Contact Page CSS ==== */

.contactForm {
    padding: 0 0 40px;
}

.contactForm .inquiryContent {
    padding: 0;
    position: relative;
    border-bottom: 0;
    margin: 0;
}

.contactForm .inquiryContent:before {
    display: none;
}

.contactForm h3 {
    font-size: 16px;
    color: #666666;
}

.contactForm .inquiryContent span {
    display: inline-block;
}

.footerContact {
    padding: 10px 0 0;
}

.contactForm .formSection .row {
    margin: 0 -5px;
}

.contactForm .formSection [class*=col-] {
    padding: 0px 5px;
}

.contactForm .btn.redBtn {
    height: 50px;
    max-width: 360px;
}

.footerSection.contactFooter {
    padding: 18px 0;
}

.rightFooterContent .footerLinks p {
    padding: 23px 0 0;
    text-align: right;
}

/* ==== Gallery Page CSS ==== */

.innerGallerySection {
    padding-bottom: 70px; 
}

.gallerTabSection .nav-tabs {
    border-bottom: 0;
    margin: 10px 0 40px;
}

.gallerTabSection .nav-tabs>li {
    margin-bottom: 0;
    padding: 0 36px 0 0;
}

.gallerTabSection .nav-tabs>li>a:hover,
.gallerTabSection .nav-tabs>li.active>a, 
.gallerTabSection .nav-tabs>li.active>a:focus, 
.gallerTabSection .nav-tabs>li.active>a:hover {
    color: #ac1a2f;
    cursor: default;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ac1a2f;
}

.gallerTabSection .nav-tabs>li>a {
    margin-right: 0;
    color: #000;
    border: 0;
    border-radius: 0;
    position: relative;
    display: block;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid transparent;
}
.fancybox-skin {
    padding: 10px !important;
}

.gallerTabSection .tabSection .row {
    margin: 0 -5px;
}

.gallerTabSection .tabSection [class*=col-] {
    padding: 0px 5px;
}

.gallerTabSection .galleryBox {
    margin: 0 0 10px;
}

.gallerTabSection .fourBox .galleryImage {
    padding: 5px 5px 5px;
}

.gallerTabSection .galleryBox.fourBox {
    max-width: 624px;
    margin: -5px;
}
/*.static-content p {
    padding-bottom: 5px;
}*/
.static-content p {
    padding: 10px 0px;
}
.order-list li {
    list-style: decimal;
}

.order-list {
    padding-left: 15px;
}
/*.ecpertiseImage {
    max-width: 300px;
    height: 260px;
    overflow: hidden;
}*/
.ecpertiseImage {
    max-width: 312px;
    height: 369px;
    overflow: hidden;
}

.row.ecpertiseBLock {
    margin: 20px 0;
}

.row.ecpertiseBLock h3 {
    margin-bottom: 5px;
}



/*.....*/
.osa-carouesel {
    padding-bottom: 10px;
}
/*.osa-carouesel .item{
    height: 500px;
}*/
.osa-carouesel .item img{
    height: auto;
    width: 100%;
    /*object-fit: cover;*/
}


/*....*/
.bannerText .paragraph{
    color: #666666;
    background: rgba(255,255,255,0.7);
    padding: 10px 24px;
    max-width: 480px;
    line-height: 30px;
    font-size: 17.5px;
}
.left-arrow:before {
    content: '';
    top: 0;
    left: 0;
    width: 33px;
    height: 33px;
    background-image: url(../images/prev-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
}
.right-arrow:before{
    content: '';
    top: 0;
    left: 0;
    width: 33px;
    height: 33px;
    background-position: center;
    position: absolute;
    background-image: url(../images/next-icon.png);
    background-repeat: no-repeat;
}
.infografic-section{
    padding-bottom: 60px;
}
/*.image-collection{
    padding-bottom: 30px;
}*/
.image-field {
    height: 180px;
    width: 180px;
    margin: 10px;
}
.image-field img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.foundationChoose blockquote{
    margin-bottom: 10px;
}
.agentSection .centerHead h2 {
    text-transform: capitalize;
}
.enrichment-content{
    padding-bottom: 5px;
}

.foundationImage {
    padding-top: 33px;
}
.coding-image{
    height: 254px;
}
.academic-section .aboutImage {
    margin: 0px;
}
.group-carousel {
    padding-top: 60px;
}


.hraderSection {
    position: initial;
    top: 0;
    width: 100%;
    z-index: 999;
    background: rgba(255,255,255,0.85);
    left: 0;
    right: 0;
    padding: 14px 0;
}
.hraderSection.top-nav-collapse {
    background-color: #fff;
    box-shadow: 0px 0px 16px 1px #ccc;
    position: sticky !important;
    left: 0;
    top: 0;
    right: 0;
}
.our-expertise {
    padding-bottom: 15px;
}
.osa-heading span{
    display: block;
}



.foundationChoose blockquote strong {
    font-size: 14px;
}