body {
    padding: 0;
    margin: 0;
    font-family: 'Open sans', sans-serif;
    background: #fff;
    overflow-x: hidden;
}

a {
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    color: #72afd2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto-Bold', sans-serif
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
        url('../fonts/roboto-regular-webfont.woff') format('woff'),
        url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
        url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Open sans';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Regular.woff') format('woff'),
        url('../fonts/OpenSans-Regular.ttf') format('truetype'),
        url('../fonts/OpenSans-Regular.svg#robotoregular') format('svg');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/roboto-bold-webfont.eot');
    src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
        url('../fonts/roboto-bold-webfont.woff') format('woff'),
        url('../fonts/roboto-bold-webfont.ttf') format('truetype'),
        url('../fonts/roboto-bold-webfont.svg#robotobold') format('svg');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/roboto-medium-webfont.eot');
    src: url('../fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
        url('../fonts/roboto-medium-webfont.woff') format('woff'),
        url('../fonts/roboto-medium-webfont.ttf') format('truetype'),
        url('../fonts/roboto-medium-webfont.svg#robotomedium') format('svg');
    font-style: normal;
    font-weight: normal;
}

.mt0 {
    margin-top: 0 !important
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mt40 {
    margin-top: 40px;
}

.mb20 {
    margin-bottom: 20px;
}

.relative {
    position: relative;
}

.pt10 {
    padding-top: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.around10 {
    padding: 10px;
}

.spaceb10 {
    padding-bottom: 10px;
}

.spaceb40 {
    padding-bottom: 40px;
}

.spacet40 {
    padding-top: 40px;
}

.spaceb60 {
    padding-bottom: 60px;
}

.spacet60 {
    padding-top: 60px;
}

.bg-orange {
    background: rgb(245, 130, 32);
}

.bg-gray {
    background: #f5f5f5
}

.divider {
    height: 3px;
    width: 100px;
    background: #f58000;
    clear: both;
    margin: 20px auto;
}

.border-radius {
    border-radius: 8px;
}

.text-white {
    color: #fff;
}

.spacet50 {
    padding-top: 50px;
}

.spaceb50 {
    padding-bottom: 50px;
}

.bggray {
    background: #f8f8f8;
}

header {
    padding: 0;
    transition: all 0.5s;
    z-index: 99;
    /* background: #002147; */
    background: #bd0745;
}

.toparea {
    /*background: #f58001*/
    background: #002147;
}

.top-list {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.top-list li {
    position: relative;
    color: #fff;
    display: inline-block;
    color: #fff;
    padding: 5px 0px 5px 15px;
    font-size: 15px;
}

.top-list li i {
    margin: 0px 8px 0px 0px;
}

.top-list li a {
    color: #fff;
    text-decoration: none;
}

.top-list li a:hover {
    color: #424242;
    text-decoration: none;
}

.top-right {
    margin: 0;
    padding: 0;
    float: right
}

.topicon {
    margin: 0;
    padding: 0;
    text-align: right;
    display: block;
}

.topicon li {
    list-style: none;
    display: inline-block;
    color: #fff;
}

.topicon li a {
    text-decoration: none;
    width: 30px;
    height: 30px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 30px;
}

.topicon li a:hover {
    text-decoration: none;
    color: #e6e6e6;
}

.topicon li a.login {
    display: inline-block;
    border: 1px solid #fff;
    width: auto;
    padding: 0 10px;
}

.topicon li a.login i {
    padding-right: 5px;
}

.logo {
    padding: 10px 15px;
    height: 100%;
}

.affix#alert .toparea {
    display: none;
}

#alert {
    transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    -ms-transition-duration: 0.1s;
}

.affix#alert {
    position: fixed;
    top: 0px;
    z-index: 999;
    width: 100%;

}

.affix#alert header {
    background: #28314f;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.54);
    opacity: 0.8;
}

.affix#alert .nav {
    /*padding-top: 10px;*/
    padding-top: 0;
}

header .logo img {
    transition: all 1s ease 0s;
    /*height: 60px;*/
    height: 133px;
    position: absolute;
    z-index: 1;
}

header .navbar {
    margin-bottom: -1px;
    margin-top: -1px;
}

.affix#alert header .navbar {
    margin-bottom: 0px;
}

.affix#alert .navbar-brand {
    padding: 10px 15px;
}

.header-extras {
    float: right;
    /*margin: 25px 0 0;*/
    padding: 0;
    transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
}

.header-extras li {
    float: left;
    margin-left: 20px;
    list-style: none;
}

/* .i-plain {
      width: 36px!important;
      height: 36px!important;
      font-size: 28px;
      line-height: 36px!important;
      color: #1c1b17;
  } */
/* .i-plain{
      display: block;
      float: left;
      margin: 4px 11px 7px 0;
      text-align: center!important;
      font-size: 28px;
      cursor: pointer;
      font-style: normal;
  } */
/* .header-extras li i {
      margin-top: 3px!important;
      font-size: 36px;
  } */
.header-extras li i {
    /*margin-top: 5px!important;*/
    font-size: 16px;
    /*border-radius: 100%;*/
    color: #fff;
    /*border:1px solid #ed6500;*/
    margin-right: 7px;
    vertical-align: middle;
}

.header-extras li:first-child {
    margin-left: 0
}

.header-extras li a {
    color: #fff;
    text-decoration: underline;
}

.header-extras li .he-text {
    float: left;
    font-weight: normal;
    color: #848181;
}

.header-extras li .he-text span {
    display: block;
    font-weight: normal;
    text-transform: lowercase;
    font-weight: 600;
    color: #ed6500
}

.affix#alert .logo img {
    transition: all 1s ease 0s;
    height: 133px
}

.navborder .nav>li>a.active {
    color: #f58001;
    background: transparent;
}

.navborder .nav {
    /*padding-top: 20px;*/
    padding-top: 0;
    margin-right: 0;
}

.navborder .navbar {
    margin-bottom: 10px;
    border: 0px solid transparent;
}

.navborder .navbar-default .navbar-nav>li.dropdown:hover>a,
.navborder .navbar-default .navbar-nav>li.dropdown:hover>a:hover,
.navborder .navbar-default .navbar-nav>li.dropdown:hover>a:focus {
    background-color: rgb(231, 231, 231);
    color: rgb(85, 85, 85);
}

.navbar-toggle {
    background-color: #f58001;
    border: 1px solid #000;
    margin-top: 15px !important;
}

.navbar-toggle .icon-bar {
    background: #fff;
}

.navborder .navbar-nav>li>a {
    color: #fff;
    /*padding: 15px 8px;*/
    padding: 25px;
    text-transform: uppercase;
}

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

.navborder .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
    border-top: 2px solid #bd0745;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.navborder .dropdown-menu>li>a {
    padding: 8px 20px;
    border-bottom: 1px solid #1A3B61;
}

.navborder .dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1A3B61;

}

/* .navborder .navbar-nav>.active>a{color: #f58000;} */
.navborder .navbar-nav>.active>a {
    color: #fff;
    background: #002147;
}

.navborder .nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    color: #fff;
    /* background-color: transparent !important; */
    background-color: #002147 !important;
    ;
}

.navborder .nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: #bd0745;
    color: #bd0745;
}

.navborder .dropdown-menu {
    background-color: #002147;
}

.navborder .dropdown-menu>li>a {
    color: #fff;
}

.navborder .login-btn i {
    padding-right: 0.4em;
}

.navborder .login-btn {
    text-align: center;
    color: #fff;
    /* padding: 6px 15px !important; */
    background: transparent;
    text-transform: uppercase;
    display: inline-block;
    /* border: 2px solid #f58000; */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    /* margin-top:5px; */
}

/* .navborder .login-btn:hover {
      background: #f58001 !important;color: #fff;} */

.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}

.bs-slider>.carousel-inner>.item>img,
.bs-slider>.carousel-inner>.item>a>img {
    margin: auto;
    width: 100% !important;
}


.bs-slider>.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.control-round .carousel-control {
    top: 47%;
    /*opacity: 0;*/
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #000;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: #fff;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.control-round:hover .carousel-control {
    opacity: 1;
}

.control-round .carousel-control.left {
    left: 1%;
}

.control-round .carousel-control.right {
    right: 1%;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}

.control-round .carousel-control.left>span:nth-child(1) {
    left: 45%;
}

.control-round .carousel-control.right>span:nth-child(1) {
    right: 45%;
}


.carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
}

.carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 0;
    background-color: #fff;
}

.indicators-line>.carousel-indicators {
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}

.indicators-line>.carousel-indicators li {
    padding: 0;
    width: 25px;
    height: 25px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    z-index: 10;
    cursor: pointer;
}

.indicators-line>.carousel-indicators li:last-child {
    margin-right: 0;
}

.indicators-line>.carousel-indicators .active {
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}

.indicators-line>.carousel-indicators .active:before {
    transform: scale(0.5);
    background-color: #fff;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}


.slide_style_left {
    text-align: left !important;
}

.slide_style_right {
    text-align: right !important;
}

.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 15%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;

}

.slide-text>h1 {
    padding: 0;
    color: #ffffff;
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.slide-text>p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.slide-text>a.btn-default {
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}

.slide-text>a.btn-primary {
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text>a:hover,
.slide-text>a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}



.slide-arrow {
    border: 1px solid #ddd;
    font-size: 24px;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 30px;
    color: #000;
    line-height: 38px;
}

.slide-arrow:hover {
    background: #202c45;
    color: #fff;
}

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .slide-text>p {

        font-size: 18px;
    }
}


@media (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }

    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .slide-text>p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .control-round .carousel-control {
        display: none;
    }

}

@media (max-width: 320px) {
    .slide-text {
        padding: 10px 30px;
    }

    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }

    .slide-text>p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .slide-text>a.btn-default,
    .slide-text>a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }

    .indicators-line>.carousel-indicators {
        display: none;
    }

}

.about-title {
    background-image: url(../images/aboutbg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    padding: 80px 0 50px;
    background-size: cover;
    color: #fff;
    text-align: center;
    position: relative;
    height: 60vh;
    margin-bottom: 60px;
}

.about-title:before {
    border-radius: 4px;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(10, 15, 28, 0.7);
}

.about-title .innermain {
    height: 100%;
    display: table;
    width: 100%;
}

.page-title-wrapper {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 2
}

.captions {
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 7px 0
}

.breadcrumb {
    margin: 0;
    background-color: transparent !important;
    text-transform: capitalize
}

.breadcrumb li {
    display: inline-block
}

.breadcrumb li a {
    color: #cccccc
}

.breadcrumb li a:hover {
    color: #fbbe07
}

.breadcrumb li:last-child {
    pointer-events: none
}

.breadcrumb li.active a {
    color: #fff
}

.breadcrumb li+li:before {
    padding: 0 10px;
    color: #cccccc;
    content: '\f105';
    font-family: FontAwesome
}

.whychooses {
    text-align: center;
    padding-top: 30px;
}

.whychooses-icon {
    margin-bottom: 18px;
}

.whychooses-icon {
    border-radius: 100%;
    height: 120px;
    width: 120px;
    display: block;
    background: #FFFFFF;
    line-height: 120px;
    margin: 0 auto;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.whychooses:hover .whychooses-icon {
    background: #f58000;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.whychooses-icon img {
    width: 60px;
    height: 60px;
}

.whychooses h3 a {
    color: #000;
}

.whychooses:hover h3 {

    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.whychooses:hover h3 a {
    color: #f58000;
    text-decoration: none;
}

.whychooses p {
    width: 80%;
    margin: 0 auto;
}

.head-title2 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.head-title2:after {
    position: absolute;
    content: "";
    left: 0;
    width: 50px;
    background: #f5821e;
    height: 2px;
    bottom: 0;
}

.facility_bg {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    padding: 60px 0 60px;
    background-size: cover;
    color: #fff;
    position: relative;
}

.facility_bg:before {
    border-radius: 4px;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #3a3a3c;
}


.visionbg {
    background: #202c45;
    color: #fff;
    padding: 20px;
}

.misssion {
    border-top: 4px solid #bd0745;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    padding-bottom: 50px;
    margin-top: 30px;
    min-height: 365px;
}

.whitebox {
    background: #fff;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
    padding: 40px;
}

.blue-box1 {
    background-color: #202c45;
    color: #fff;
    text-align: center;
}

ul.square li {
    list-style: square;
    padding: 3px;
    margin-left: -25px
}

.sports {
    display: block;
}

.sports h2 {
    font-size: 24px;
}

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


footer {
    background: #002147;
    clear: both;
    padding-top: 20px;
    color: #BAC0C5;
    position: relative;
    z-index: 0;
    padding-bottom: 20px;
}

footer:after {
    position: absolute;
    background: rgba(0, 0, 0, 0.85);
    height: 100%;
    width: 100%;
    left: 0;
    z-index: -1;
    top: 0;
}

.fo-title {
    position: relative;
    padding-bottom: 15px;
    color: #fff;
    margin-bottom: 25px;
}

.infoborderb {
    border-top: 1px solid #8c8587;
    margin-top: 20px;
    margin-bottom: 20px;
}

.fo-title:after {
    position: absolute;
    content: "";
    left: auto;
    background: #8c8587;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.heading-text {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.company-social {
    margin-left: 0;
    padding-left: 0;
    margin-top: 10px;
}

.company-social li {
    margin: 0;
    text-align: left;
    list-style: none;
    padding: 0;
    margin-bottom: 5px;
    /* display: inline-block; */
    border-radius: 100%;
    border: 1px solid #8c8587;
    width: 33px;
    height: 33px;
}

.company-social li a {
    border-radius: 100%;
    margin: 0 0px 0 0;
    display: block;
    color: #8c8587;
    position: relative;
}

.company-social li a:hover {
    color: #fff;
    background: #f58001;
}

.company-social li a i {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    text-align: center;
    border-radius: 3px;
    padding: 0;
}


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

.listcircle li {
    padding: 3px 15px;
    display: flex;
    align-items: baseline;
    position: relative;
}

.listcircle li:after {
    content: "\f111";
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 10px;
    font-family: 'FontAwesome';
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.carousel-control {
    width: 8%;
    width: 0px;
}

.carousel-control.left,
.carousel-control.right {
    margin-right: 6px;
    margin-left: 4px;
    background-image: none;
    opacity: 1;
}

.carousel-control>a>span {
    border: 1px solid #000;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.carousel-col {
    position: relative;
    min-height: 1px;
    padding: 5px;
    float: left;
}

.active>div {
    display: none;
}

.active>div:first-child {
    display: block;
}


@media (max-width: 767px) {
    .carousel-inner .active.left {
        left: -50%;
    }

    .carousel-inner .active.right {
        left: 50%;
    }

    .carousel-inner .next {
        left: 50%;
    }

    .carousel-inner .prev {
        left: -50%;
    }

    .carousel-col {
        width: 50%;
    }

    .active>div:first-child+div {
        display: block;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .carousel-inner .active.left {
        left: -50%;
    }

    .carousel-inner .active.right {
        left: 50%;
    }

    .carousel-inner .next {
        left: 50%;
    }

    .carousel-inner .prev {
        left: -50%;
    }

    .carousel-col {
        width: 50%;
    }

    .active>div:first-child+div {
        display: block;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {
    .carousel-inner .active.left {
        left: -33%;
    }

    .carousel-inner .active.right {
        left: 33%;
    }

    .carousel-inner .next {
        left: 33%;
    }

    .carousel-inner .prev {
        left: -33%;
    }

    .carousel-col {
        width: 33%;
    }

    .active>div:first-child+div {
        display: block;
    }

    .active>div:first-child+div+div {
        display: block;
    }
}


@media (min-width: 1200px) {
    .carousel-inner .active.left {
        left: -25%;
    }

    .carousel-inner .active.right {
        left: 25%;
    }

    .carousel-inner .next {
        left: 25%;
    }

    .carousel-inner .prev {
        left: -25%;
    }

    .carousel-col {
        width: 25%;
    }

    .active>div:first-child+div {
        display: block;
    }

    .active>div:first-child+div+div {
        display: block;
    }

    .active>div:first-child+div+div+div {
        display: block;
    }
}

.block {
    width: 306px;
    height: 230px;
}

.red {
    background: red;
}

.blue {
    background: blue;
}

.green {
    background: green;
}

.yellow {
    background: yellow;
}


.btnorange {
    color: #fff;
    background-color: #f58220;
    border-color: #f58220;
}

.mr-4 {
    margin-right: 1.5rem;
}

.mt-4 {
    margin-top: 1.5rem;
}

.btn-secondary {
    color: #fff;
    background-color: #202c45;
    border-color: #202c45;
}

.btnorange:hover,
.btn-secondary:hover {
    background: #000;
    color: #fff;
}

.btn-lg2 {
    padding: 12px 30px;
    font-weight: 700;
    border-radius: 4px;
}

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

.f1-list li {
    padding: 2px 15px;
    position: relative;
    width: 50%;
    float: left;
}

.f1-list li a:after {
    content: "\f0da";
    position: absolute;
    top: 2px;
    left: 0px;
    font-family: 'FontAwesome';
    color: #fff;
}

.f1-list li a {
    text-decoration: none;
    color: #fff;
}

.f1-list li a:hover {
    text-decoration: none;
    color: #8c8587;
}

.contacts-item {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.content-title {
    font-size: 18px;
    color: #fff;
}

.sub-title {
    font-size: 16px;
    color: #8c8587;
}

.cleft {
    width: 50px;
    float: left;
    font-size: 2.5em;
    color: #8c8587;
}

.cright {
    float: left;
    padding-left: 15px;
    border-left: 1px solid #8c8587;
    min-height: 65px;
}

.cright a:hover {
    color: #f983ab;
    text-decoration: none;
}

.copy-right {
    background: #001a39;
    padding-bottom: 2px;
    padding: 15px 0 0px;
    color: #fff;
}

.fbolist {
    margin: 0;
    padding: 0;
}

.fbolist li {
    list-style: none;
    display: inline-block;
    position: relative;
}

.fbolist li a {
    text-decoration: none;
    color: #fff;
    padding: 0 10px;
}

.fbolist li:after {
    content: "|";
    position: absolute;
    left: -3px;
    top: -1px;
    font-size: 15px;
}

.fbolist li:first-child:after {
    display: none;
}

.fbolist li a:hover {
    text-decoration: none;
    color: #000;
}

.co-list {
    padding: 0;
    list-style: none;
    /* margin: 0;
      padding-top: 20px;
      margin-top: 20px;
      border-top: 3px double rgba(255, 255, 255, 0.09);
      border-bottom: 3px double rgba(255, 255, 255, 0.09);
      margin-bottom: 20px;
      padding-bottom: 20px; */
}

.co-list li {
    padding: 5px 24px;
    position: relative;
    color: #fff;
}

.co-list li i {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    font-family: 'FontAwesome';
    color: #fff;
}

.co-list li a {
    text-decoration: none;
    color: #fff;
}

.co-list li a:hover {
    text-decoration: none;
    color: #f58001;
}


.fleft {
    text-align: left;
}

.fright {
    text-align: right;
}

.complainbtn {
    background-color: #a6c437;
    border-radius: 30px;
    box-shadow: 0px 5px 25px 0px rgba(166, 196, 55, 0.35);
    padding: 10px 30px;
    display: inline-block;
    font-size: 14px;
    border-radius: 30px;
    background: #f05a21;
    text-decoration: none !important;
    color: #fff !important;
    text-align: center;
    line-height: 24px;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(240, 90, 33, 0.35);
    -moz-box-shadow: 0px 5px 25px 0px rgba(240, 90, 33, 0.35);
    box-shadow: 0px 5px 25px 0px rgba(240, 90, 33, 0.35);
}

.complainbtn:hover {
    background: #000;
}

.complain {
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.complain i {
    padding-right: 10px;
}

.complain a {
    text-decoration: none;
    transition: all 1s ease 0s;
    cursor: pointer;
    padding: 5px;
    color: #fff;
}

.complain a:hover {
    color: #8c8587;
}

.scrollToTop {
    border-radius: 100%;
    bottom: 10px;
    color: #fff;
    display: none;
    font-size: 18px;
    line-height: 35px;
    height: 35px;
    background: #f58000;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    width: 35px;
    z-index: 2;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.scrollToTop:hover {
    background-color: #fff;
    color: #002147;
}

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

.about_img {
    position: relative;
}

.about_img:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(33, 33, 33, 0.5);
    opacity: 0;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.about_img:hover:after {
    opacity: 1;
    border-radius: 6px;
}

.about-right {
    display: block;
    margin-top: 30px;
}

.about-right h3 {
    text-transform: uppercase;
    font-size: bold;
    margin-top: 0
}

.panel-heading .accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f107";
    float: right;
    color: #fff;
    font-size: 18px;
}

.panel-heading .accordion-toggle.collapsed:after {
    content: "\f106";
}

.accrodion2 {
    display: block;
}

.accrodion2 .panel-default>.panel-heading {
    background-color: #002147;
    color: #fff;
    padding: 15px 15px;
}

.accrodion2 .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
}

.countdown_bg {
    background: url('../images/abacus.jpg') top center no-repeat fixed;
    background-size: cover;
    position: relative;
    padding: 70px 0;
    text-align: center;
    z-index: 0;
}

.fullwidthinner,
.fullwidth {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
}

.testimonial_bg {
    background: url('../images/testimonial_bg.jpg') top center no-repeat fixed;
    background-size: cover;
    position: relative;
    padding: 70px 0;
    text-align: center;
    z-index: 0;
}

.testimonial_bg:after,
.countdown_bg:after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.77);
    height: 100%;
    width: 100%;
    right: auto;
    left: 0;
    z-index: -1;
    top: 0;
}


.countdown_bg h3 {
    font-size: 40px;
    margin-bottom: 25px;
    color: #FFF;
    font-weight: 700;
    position: relative;
}

.countdown_bg h3:after {
    content: "";
    background: #ffffff;
    height: 3px;
    width: 40px;
    bottom: 0;
    margin: 20px auto;
    display: block
}

.countdown_bg span {
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.countdown_bg i {
    color: #FFF;
    font-size: 50px;
}

.counter-main {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 35px 30px 18px;
    border-radius: 4px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin-bottom: 15px;
    text-align: center;
}

.counter-main:hover {
    border: 1px solid #f58000;
}

.counter-content {
    color: #fff;
    text-align: left;
}



.staffteam {
    position: relative;
}

.staffteam .staffteamimg {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.staffteam .staffteamimg:before {
    content: "";
    width: 100%;
    height: 89%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.staffteam .staffteamimg:after {
    content: "";
    width: 90%;
    height: 78%;
    border: 1px solid #f5f5f6;
    position: absolute;
    top: 5%;
    left: 5%;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.staffteam:hover .staffteamimg:before,
.staffteam:hover .staffteamimg:after {
    opacity: 1;
}

.staffteam .staffteamimg img {
    width: 100%;
    height: auto;
}

.staffteam .social-links {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 35%;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
    text-align: center;
    display: none;
}

.staffteam:hover .social-links {
    opacity: 1;
}

.staffteam .social-links li {
    display: inline-block;
    margin-right: 10px;
}

.staffteam .social-links li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 20px;
    color: #f5f5f6;
    border: 1px solid #f5f5f6;
    transition: all 0.3s ease 0s;
}

.staffteam .social-links li img {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #f5f5f6;
    border-radius: 50%;
}

.staffteam .social-links li .fa-twitter:hover {
    background: #00aced;
    border-color: #00aced;
}

.staffteam .social-links li .fa-google-plus:hover {
    background: #c03c30;
    border-color: #c03c30;
}

.staffteam .social-links li .fa-linkedin:hover {
    background: #0177b5;
    border-color: #0177b5;
}

.staffteam .social-links li .fa-facebook:hover {
    background: #4867aa;
    border-color: #4867aa;
}

.staffteam .staff-content {
    padding: 10px 20px;
    background: rgba(50, 50, 50, 0.47);
    overflow: hidden;
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    display: block;
}

.staffteam .staff-content:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    top: -100%;
    left: 0;
    transition: all 0.3s ease-out 0s;
}

.staffteam:hover .staffteamimg::before,
.staffteam:hover .staffteamimg::after {
    opacity: 1;
}

.staffteam:hover .staff-content:before {
    top: 0;
}

.staffteam h3 {
    font-size: 24px;
    color: #fff;
    margin: 0 0 5px;
    text-transform: capitalize;
    z-index: 1;
    position: relative;
    transition: all 0.5s ease 0s;
    text-align: left;
}

.staffteam .post {
    display: block;
    text-transform: capitalize;
    z-index: 1;
    position: relative;
    transition: all 0.5s ease 0s;
}

.staffteam:hover h3,
.staffteam:hover .post {
    color: #fff;
}

.teamstaff {
    clear: both;
}

.owl-carousel .owl-nav,
.owl-carousel .owl-dots {
    margin-top: 30px;
    text-align: center;
}

.owl-carousel .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #ddd;
}

.owl-carousel .owl-dot.active {
    background-color: #002147;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
    background: #bd0745;
    color: #fff;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #000;
    background-color: #002147;
    color: #fff;
    transform: translateY(-50%);
    font-size: 22px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.owl-carousel .owl-nav .owl-next {
    /* right: 0px; */
    right: -57px;
}

.owl-carousel .owl-nav .owl-prev {
    /* left: 0px; */
    left: -57px;
}


.testimonial-carousel {
    padding-top: 50px;
    clear: both;
}

.testimonial {
    background: #fff;
    padding: 30px;
    color: #000;
    margin-top: 60px;
}

.testimonialimg {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 120px;
    height: 120px;
    padding: 5px;
    background: #fff;
    border-radius: 100%;
}

.testimonialimg img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.testi_description {
    display: block;
    padding-top: 40px;
}

.testi_description h4 {
    font-size: 24px;
}

.testi_description p {
    line-height: 20px;
}

.courses-box {
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

.courses-box-img {
    position: relative;
    overflow: hidden;
}

.courses-box:hover .courses-box-img i {
    color: #f58001;
    opacity: 100;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.courses-box-img i {
    font-size: 22px;
    cursor: pointer;
    opacity: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    color: #ff3115;
    z-index: 11;
    color: #fff;
    font-weight: 400;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all 0.3s ease 0s;
}

.courses-box .courses-box-img:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

.courses-box:hover .courses-box-img:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.courses-box-img img {
    width: 100%;
    transition: all .4s;
    position: relative;
}

.courses-box:hover .courses-box-img img {
    transform: scale(1.15, 1.15) rotate(-5deg);
    -webkit-transform: scale(1.15, 1.15) rotate(-5deg);
    -moz-transform: scale(1.15, 1.15) rotate(-5deg);
}

.courses-box:hover .course-inner {
    background: #002147;
    color: #fff;
}

.courses-box:hover .course-subject {
    color: #fff;
}

.course-inner {
    padding: 25px 20px;
    transition: 0.4s;
}

.course-inner h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 11px;
}

/* .course-subject{color: #f58000} */
.course-inner .course-subject {
    color: #002147;
    font-size: 19px;
    letter-spacing: 0px;
    font-weight: 800;
}


.course-inner p {
    padding-bottom: 10px;
}

.btn-read {
    background: #f58000;
    text-align: center;
    border: 1px solid #f58000;
    outline: 0;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px 15px;
    transition: all 0.5s ease;
}

.courses-box:hover .btn-read {
    background: #fff;
    color: #000;
    text-decoration: none;
}

.courses-carousel {
    clear: both;
}

.courses-carousel .owl-dots {
    margin-top: 30px;
    text-align: center;
}

.courses-carousel .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #ddd;
}

.courses-carousel .owl-dot.active {
    background-color: #002147;
}

.courses-carousel .owl-nav .owl-prev:hover,
.courses-carousel .owl-nav .owl-next:hover {
    background: #f58001;
    color: #000;
}

.courses-carousel .owl-nav {
    width: auto;
    margin: 50px auto auto;
}

.courses-carousel .owl-nav .owl-prev,
.courses-carousel .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    top: auto;
    bottom: 0;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #000;
    background-color: #002147;
    color: #fff;
    font-size: 22px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.courses-carousel .owl-nav .owl-next {
    right: 0px;
}

.courses-carousel .owl-nav .owl-prev {
    left: 0px;
}


.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
    overflow: hidden;
}

.carousel-inner .item:before {
    content: '';
    /*background-color: rgba(0, 0, 0, 0.3);*/
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.carousel-fade .item .active img {
    transition: transform 5000ms linear 0s;
    transform: scale(1.05, 1.05);
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    border: 1px solid #000;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-fade .carousel-control {
    top: 47%;
    /* opacity: 0; */
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #fff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: #002147;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.carousel-fade .carousel-control.left:hover,
.carousel-fade .carousel-control.right:hover {
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}

@media all and (transform-3d),
(-webkit-transform-3d) {

    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


.newstab {
    /* background: #002147; */
    background: #bd0745;
    color: #fff;
    padding: 7px 15px;
    font-size: 15px;
    position: absolute;
    z-index: 1;
    /* margin-left: 0px; */
    margin-left: 172px;
    left: 16px;
}

.catetab {
    background: #161414;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 4px 4px 0px 0;
}

.newsborder {
    border: 1px solid #ddd;
    padding: 10px 10px 0;
}

.newsbox {
    width: 100%;
    clear: both;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.date_item {
    font-weight: bold;
    display: inline-block;
    color: #6b0f11
}


.newscontent {
    height: 33px;
}

.newscontent .mask {
    position: relative;
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.newscontent ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.newscontent ul li {
    display: inline-block;
}

.newscontent ul li span {
    font-weight: bold;
    padding-right: 5px;
    color: #6b0f11;
}

.newscontent ul li:last-child {
    border-bottom: 0;
}

.newscontent ul li {
    padding: 8px 10px 0;
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    overflow: hidden;
}

.newscontent ul li a {
    text-decoration: none;
    color: #fff;
}

.newscontent ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.newscontent marquee {
    /*margin-left: 120px;*/
    margin-left: 0;
}

.datenews {
    font-weight: bold;
    display: inline-block;
    color: #fff;
}

.services {
    position: relative;
}

.service-inner {
    position: absolute;
    top: -164px;
    /* top: -144px; */
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}

.service-box {
    border-right: 1px solid rgba(255, 255, 255, 0.21);
    padding: 40px 20px 20px 40px;
    display: block;
    color: #fff;
    background-color: rgba(0, 33, 71, 0.8);
    width: 32.5% !important;
}

.service-box:last-child {
    border-right: none;
}

.service-box .service-box-content {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

.service-box .service-box-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 0;
}

.service-box .service-box-content h3 a {
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.service-box .service-box-content p {
    color: #FFFFFF;
    font-weight: 400;
    width: 80%;
}

.service-box .service-box-icon {
    padding-top: 10px;
    position: absolute;
    right: 0;
    top: -12px;

}

.service-box .service-box-icon img {
    width: 48px;
    height: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.service-box .service-box-icon i {
    color: #f58001;
    font-size: 36px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.service-box:hover .service-box-content h3 a {
    color: #f58001;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-decoration: none !important;
}

.service-box:hover .service-box-content p {
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.service-box:hover .service-box-icon img,
.service-box:hover .service-box-icon i {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.service-box.svg {
    width: 50px;
    height: 50px;
}

.service-box.svg path {
    fill: #f58000 !important;
}

.svg {
    width: 50px;
    height: 50px;
}

.svg path {
    fill: #f58000 !important;
}


.eventbox {
    position: relative;
    background-color: #1da0e0;
    color: #fff;
    margin: 0px 0 25px;
    transition: all 1s ease 0s;
    border-radius: 4px;
    height: 230px;
    overflow: hidden;
}

.eventbox a {
    color: #fff;
    cursor: pointer;
    display: block;
    border-radius: 4px;
}

.eventbox a:hover {
    background-color: #ddd;
    color: #fff;
    cursor: pointer;
}

.evcontentfix {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(40, 49, 79, 0.88);
    padding: 15px 20px;
}

.eventbox img {
    width: 100%;
    height: auto;
    border-radius: 4px 4px 0 0px;
}

.time {}

.eventbox h3 {
    font-size: 20px;
    margin: 0px;
}

.gallheight {
    height: 200px;
    overflow: hidden;
}

.galleryfancy .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.galleryfancy:hover .content-overlay {
    opacity: 1;
    border-radius: 4px;
}

.overlay-details {
    color: #fff;
    font-size: 24px;
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.galleryfancy:hover .overlay-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.fadeIn-bottom {
    top: 80%;
}

.galleryfancy {
    display: block;
    margin-bottom: 10px;
    position: relative;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.galleryfancy img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.fancy-lightbox {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0 !important
}

.fancy-lightbox-container {
    position: relative
}

.fancy-lightbox-container>div.fancy-lightbox-item {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%
}

.fancy-lightbox iframe {
    width: 100%;
    height: 100%
}

.fancy-lightbox-nav-overlay {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex
}

.fancy-lightbox-nav-overlay a {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    transition: opacity .5s;
    color: #fff;
    font-size: 30px;
    z-index: 1
}

.fancy-lightbox-nav-overlay a>* {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.fancy-lightbox-nav-overlay a>:focus {
    outline: none
}

.fancy-lightbox-nav-overlay a span {
    padding: 0 30px
}

.fancy-lightbox-nav-overlay a:last-child span {
    text-align: right
}

.fancy-lightbox-nav-overlay a:hover {
    text-decoration: none
}

.fancy-lightbox-nav-overlay a:focus {
    outline: none
}

.fancy-lightbox-nav-overlay a.disabled {
    cursor: default;
    visibility: hidden
}

.fancy-lightbox a:hover {
    opacity: 1;
    text-decoration: none
}

.fancy-lightbox .modal-dialog {
    display: none
}

.ekko-lightbox .modal-footer {
    text-align: left
}

.fancy-lightbox-loader {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.fancy-lightbox-loader>div {
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center
}

.fancy-lightbox-loader>div>div {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    animation: a 2s infinite ease-in-out
}

.fancy-lightbox-loader>div>div:last-child {
    animation-delay: -1s
}

.modal-dialog .fancy-lightbox-loader>div>div {
    background-color: #333
}

.fancy-lightbox-item img {
    border-radius: 4px;
}

.modal-title {
    display: none;
}

.fancy-lightbox .modal-header {
    padding: 0px;
    border-bottom: none;
}

.fancy-lightbox .close {
    background: #000;
    width: 24px;
    height: 24px;
    display: block;
    text-align: center;
    color: #fff;
    outline: 0;
    border-radius: 100%;
    font-size: 20px;
    position: absolute;
    right: -10px;
    opacity: 100;
    top: -10px;
    text-shadow: none;
    border: 2px solid #fff !important;
    box-shadow: 0px 0px 5px #000;
}

.fancy-lightbox .close:hover {
    background: #6b0f10;
    opacity: 100;
    color: #fff;
    display: block;
}

@keyframes a {

    0%,
    to {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.cuadro_intro_hover {
    padding: 0px;
    position: relative;
    overflow: hidden;
    height: 230px;
    border-radius: 4px;
    margin-bottom: 30px;
}

.cuadro_intro_hover:hover .eventcaption {
    opacity: 1;
    transform: translateY(-180px);
    -webkit-transform: translateY(-180px);
    -moz-transform: translateY(-180px);
    -ms-transform: translateY(-180px);
    -o-transform: translateY(-180px);
}

.cuadro_intro_hover img {
    text-align: center;
    border-radius: 4px 4px 0 0px;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
}

.cuadro_intro_hover .eventcaption {
    position: absolute;
    top: 180px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.cuadro_intro_hover .blur {
    background: rgba(32, 44, 69, 0.8);
    height: 300px;
    z-index: 5;
    position: absolute;
    width: 100%;
}

.cuadro_intro_hover .caption-text {
    z-index: 10;
    color: #fff;
    position: absolute;
    height: 300px;
    text-align: center;
    top: 0px;
    width: 100%;
}

.cuadro_intro_hover p {
    opacity: 0;
}

.cuadro_intro_hover:hover p {
    opacity: 100;
}

.eventcaption h3 {
    font-size: 20px;
    margin-top: 15px;
    font-weight: normal;
}

.event20 {
    padding: 0px 10px;
    color: #fff;
    position: relative;
    z-index: 6;
}

.newsinner {
    background: #1ea0e0;
    padding: 10px;
}

.newsmaindiv .col-md-4 {
    padding-right: 5px;
    padding-left: 5px;
}

.newsmaindiv .row {
    margin-right: -20px;
    margin-left: -20px;
}

.newspagebox2 {
    background: #0a6fa0;
    min-height: 200px;
    border: 1px solid #bfbebe;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 20px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.30);
}

.newspagebox2 h2 {
    color: #35373e;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 20px;
}

.newspagebox2 h3 {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    padding: 4px 20px;
    font-size: 14px;
}

.newspagebox2 h4 {
    color: #35373e;
    font-size: 16px;
    margin-top: 0
}

.newspagebox2 p {
    color: #35373e;
}

.newspagebox2 a {
    color: #1ea0e0;
}

.newspagebox2 .date2 {
    color: #1ea0e0;
    font-weight: 700;
}

.newspagebox2 a:after {
    content: "\f178";
    display: inline-block;
    margin-left: 6px;
    font-family: FontAwesome;
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    color: #1ea0e0;
}

.news_titles {
    background: #fff;
    margin: 20px 20px 0;
    padding: 15px 20px;
    position: relative;
    border-radius: 2px;
}

.newsmain {
    display: block;
    margin-left: -20px;
}


.contact-item {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px 30px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ececec;
    transition: all .3s ease-in;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15)
}

.contact-item h3 {
    font-size: 18px;
    margin-top: 0;
    text-transform: uppercase;
    color: #28314f;
    font-weight: 600;
}

.contact-item svg {
    width: 66px;
    border: 2px solid #036494;
    height: 66px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: block;
}

.contact-item img {
    width: 48px;
    height: 48px;
    line-height: 48px;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.contact-item p {
    line-height: 20px;
    margin-bottom: 0;
}

.courses-head {
    margin: 0px 0 5px;
}

.courses-head span {
    color: #fbbe07;
}

.contact-item:hover svg {
    color: #fff;
}

.contact-item:hover {
    background-color: #f1f1f1;
    box-shadow: none
}

.contact-page {
    padding-top: 30px;
    padding-bottom: 30px;
}

.contact-page .contact-form {
    padding-top: 20px;
}

.form-group label {
    font-weight: normal;
}

.mapWrapper iframe {
    display: block;
}

textarea {
    resize: none;
    padding: 10px;
    border-radius: 0;
}

.contact-page .contact-wrap {
    margin-top: 20px;
}

.onlineform {}

.onlineform .form-control {
    border-radius: 4px;
    box-shadow: none;
}

.onlineformbtn {
    box-shadow: 0px 5px 25px 0px rgba(166, 196, 55, 0.35);
    padding: 5px 20px;
    display: inline-block;
    border: 0;
    font-size: 14px;
    border-radius: 4px;
    background: #f58001;
    text-decoration: none !important;
    color: #fff !important;
    text-align: center;
    line-height: 24px;
    transition: all 0.5s ease 0s;
    /*-webkit-box-shadow: 0px 5px 25px 0px rgba(240, 90, 33, 0.35);
      -moz-box-shadow: 0px 5px 25px 0px rgba(240, 90, 33, 0.35);
      box-shadow: 0px 5px 25px 0px rgba(240, 90, 33, 0.35);*/
}

.onlineformbtn:focus,
.onlineformbtn:hover {
    outline: none;
}

.onlineformbtn {
    display: inline-block;
    vertical-align: middle;
    /*width: 100%;*/
}

.onlineformbtn i {
    padding-right: 10px;
}

.onlineformbtn a {
    text-decoration: none;
    transition: all 1s ease 0s;
    cursor: pointer;
    padding: 5px;
    color: #fff;
}

.onlineformbtn:hover {
    color: #fff;
    background: #002147
}

@media(max-width: 767px) {
    .logo {
        padding-left: 15px;
    }

    .about_img {
        margin-bottom: 20px;
    }

    header .logo img {
        /*height: 45px;*/
        height: 72px !important;
    }

    .header-extras {
        display: none;
    }

    .toplist,
    .topicon {
        text-align: center;
    }

    .find_inner {
        flex-flow: row wrap;
    }

    .findbtn {
        margin-left: 0;
        margin: auto;
        margin-bottom: 0;
        line-height: 0;
    }

    .find_inner h3 {
        display: block;
        font-size: 20px;
        text-align: center;
    }

    .fright,
    .fleft {
        text-align: center
    }

    .testimonialimg {
        top: -50px;
    }

    .service-inner {
        top: 20px;
        position: relative;
    }

    .service-box {
        border-right: 0px solid rgba(255, 255, 255, 0.21);
        border-bottom: 1px solid rgba(255, 255, 255, 0.21);
        background-color: rgb(0, 33, 71);
    }

    .service-box {
        width: 100% !important
    }

    .navborder .navbar-nav>li>a {
        padding: 15px 15px;
    }

    .newstab {
        margin-left: 0px;
    }
}

.service-inner {}

@media(min-width: 768px) and (max-width:991px) {
    .navborder .navbar-nav>li>a {
        padding: 15px 4px;
    }
}

.latestevent {
    padding: 10px 0;
}

.latestevent h4 a {
    color: #f58000;
}

.latestevent img {
    -webkit-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

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

@media(min-width: 992px) and (max-width:1199px) {
    .navborder .navbar-nav>li>a {
        padding: 15px 3px;
    }
}

#cookieConsent {
    background-color: #f58001;
    min-height: 26px;
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    padding: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 2;
    text-align: center;
}

#cookieConsent a {
    color: #fff;
    text-decoration: none;
}

#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    font-size: 15px;
    line-height: 28px;
    padding-right: 20px
}

#closeCookieConsent:hover {
    color: #424242;
}

#cookieConsent a:hover {
    color: #0084B4;
}

#cookieConsent a.cookieConsentOK {
    background-color: #002147;
    color: #fff;
    display: inline-block;
    border-radius: 2px;
    padding: 0 20px;
    cursor: pointer;
    margin: 0 10px 0 10px;
    text-decoration: none;
}

#cookieConsent a.cookieConsentOK:hover {
    background-color: #151414;
    color: #fff;
}

/*safari Browser*/
@media screen and (-webkit-min-device-pixel-ratio:0) {

    ::i-block-chrome,
    .newscontent {
        overflow: hidden;
    }

    ::i-block-chrome,
    .fullwidth {
        width: 102em;
        margin-left: -51em;
    }

    ::i-block-chrome,
    .countdown_bg,
    ::i-block-chrome,
    .testimonial_bg {
        background-attachment: local;
    }
}

/*End safari Browser*/

.catpcha {
    cursor: pointer;
    padding-left: 10px;
}

#captcha_image img {
    border-radius: 8px;
}

@media(max-width:767px) {
    #captcha_image img {
        margin-bottom: 5px;
    }
}

.displaynone {
    display: none;
}

.req {
    color: red;
}

.dropify-wrapper {
    height: 34px !important;
    border-radius: 4px;
    cursor: pointer;
}

.align-items-center {
    -ms-flex-align: center;
    align-items: center;
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.align-items-stretch {
    -ms-flex-align: stretch;
    align-items: stretch;
}

.statusright {
    float: right
}

.statusimg {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
}

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

.statusimg li+li {
    padding-left: 20px;
}

.statusimg li img {
    border-radius: 4px;
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
    flex-shrink: 0;
    min-width: 40px;
    min-height: 40px;
    overflow: hidden;
}

.statusimg p {
    margin-bottom: 0;
}

.printbtndrakgray {
    color: #fff;
    background-color: #727272;
    border-color: #525252;
}

.printbtndrakgray:hover {
    color: #fff;
    background-color: #070707;
    border-color: #525252;
}

.printcontent {
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 0px 15px 0px;
    width: 100%;
    margin-bottom: 10px;
}

.printcontent p {
    margin-bottom: 0px;
}

.pagetitleh2 {
    background: #f3f3f3;
    margin: 0;
    font-size: 16px;
    padding: 8px 15px;
    color: #000;
    margin-bottom: 10px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

.entered {
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 10px;
}

.formstatus {
    border: 1px solid #ccc;
    padding: 5px 20px;
    display: block;
    border-radius: 3px;
}

.formstatus b {
    padding-right: 2px;
}

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

.reflist li {
    display: inline-block;
    text-align: center;
    font-weight: bold;
    border: 1px solid #ddd;
    padding: 10px 2px;
    border-radius: 4px;
    background: #f9f9f9;
    font-size: 13px;
}

.reflist li+li {
    margin-left: 0px;
}

.reflist li span {
    display: block;
}

@media(max-width:767px) {

    .statusright,
    .formstatus {
        margin-top: 10px;
    }

    .printcontent .form-group {
        margin-bottom: 15px;
    }

    .statusimg {
        margin-top: 10px;
    }
}

.modalclosebtn:focus,
.modalclosebtn:hover {
    background: #002147;
    color: #fff;
    outline: none
}

.modalclosebtn {
    display: inline-block;
    vertical-align: top;
    padding: 5px 15px;
    background: #786e6d;
    color: #fff;
    transition: all 0.5s ease 0s;
    line-height: 24px;
    border-radius: 4px;
    border: 0;
    text-decoration: none;
    text-align: center;
}

.modal-header-small {
    padding: 5px 15px;
}

.closebtnmodal {
    opacity: 100;
    margin-top: 10px !important;
}

.mdbtn {
    width: 100px;
}

.capture-icon {
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center
}

.btnMD {
    float: right;
}

@media(min-width:768px) {
    .width-auto {
        width: auto;
    }
}

.termsconditions h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.termsconditions h4 {
    margin-top: 20px;
}

.termsconditions p {
    text-align: justify;
}

ul.navbar-right li {
    border-left: 3px solid #002147;
}

/* ul.navbar-right li:last-child {
      border-left: none;
  } */
ul.navbar-right li:first-child {
    border-left: none;
}

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

.toplist li {
    display: inline-block;
    color: #fff;
    padding-top: 5px;
}

.toplist li a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.topicon {
    margin: 0;
    padding: 0;
    text-align: right;
    display: block;
}

.topicon li {
    list-style: none;
    display: inline-block;
    color: #fff;
    vertical-align: middle;
}

.header-extras li span {
    /* display: block; */
    font-weight: normal;
    text-transform: lowercase;
    font-weight: 600;
    color: #fff;
}

.header-extras li {
    line-height: 15px;
    margin-top: 7px;
}

/* .testimonial-slider img {
	float: left;
	margin-right: 20px;
	border-radius: 100%;
	width: 100px;
	height: 100px;
	object-fit: cover;
}
  .testimonial-slider::after {
    content: "";
    clear: both;
    display: table;
  } */

.testimonial-slider .person-info {
    text-align: center;
}

.testimonial-slider .person-info .info {
    /* flex: 1; */
    color: #747474;
    line-height: 1.3;
    margin-left: 15px;
}

.testimonial-slider .person-info img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    /* object-fit: cover; */
    /* object-position: center; */
    display: inline;
}

.testimonial-slider .testimonial-carousel {
    padding-top: 0;
}

.page-title,
.online-add {
    background: #f2f3f4;
    height: 142px;
}

.page-title h1.text-center {
    margin: 0;
    line-height: 142px;
    color: #002147;
}

/* .about-us-section h2{
    margin: 0;
} */
.about-us-section {
    background: #f2f3f4;
    padding: 40px 0;
}

.copyright {
    text-align: center;
    border-top: 2px solid #8c8587;
    padding: 10px 0;
    color: #fff;
}

.company-social a span {
    position: absolute;
    top: 7px;
    left: 38px;
    color: #fff;
}

.read-more {
    background: #bd0745;
    width: 103px;
    /* padding: 14px; */
    border-radius: 22px;
}

.read-more a {
    padding: 14px;
    line-height: 45px;
    color: #fff;
    font-weight: 600;
}

.gallery-section {
    padding: 40px 0 40px 0;
    background-color: #f2f3f4;
}

.gallery-section h2,
.about-us-section h2 {
    margin: 0;
}

.bpx-3-section {
    background-image: url('/backend/themes/bold_blue/images/g.svg');
    padding: 40px 0;
}

.mt-5 {
    margin-top: 5rem;
}

.pre-primary-content-box p, .primary-content-box p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    text-align: justify;
}

.pre-primary-section, .primary-section {
    padding: 40px 0;
    /* background: #eae4e4; */
    background-image: url('/backend/themes/bold_blue/images/vv.jpg');
}

.image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.image-container img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

.pre-primary-section .container,
.our-mission-section .container, 
.about-us-page-section .container, 
.our-vision-section .container, 
.foundation-section .container,
.primary-section .container {
    width: 1480px;
}

/* .our-mission-section .container {
	width: 1448px;
} */

.pre-primary-page-slug .spaceb50, .primary-page-slug .spaceb50, .secondary-page-slug .spaceb50{
    padding-bottom: 0px;
}
.about-right p {
	font-size: 15px;
	text-align: justify;
	color: #6b6b6b;
	line-height: 20px;
	letter-spacing: 0.3px;
}
.about-us-section .text-center p {
    color: #6b6b6b;
}
.about-us-content-box, .our-mission-section .our-mission-content-box, .our-vision-section .our-vision-content-box, .foundation-section .foundation-content-box {
	font-size: 16px;
	text-align: justify;
	line-height: 1.8;
} 
.about-us-page-section, .our-mission-section, .our-vision-section {
	/* background-image: url('/backend/themes/bold_blue/images/bc.jpg'); */
	padding: 40px 0;
	/* border-width: 1px; */
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #002147;
}
.gallery-page-slug .col-md-12 p {
	display: none;
}
.contact-us-page-slug h1 {
	margin: 0;
	text-align: center;
	line-height: 142px;
}
/* .default-page-slug #divtoprint {
	padding-top: 0;
} */
.testimonial-section {
	margin: 30px 0;
}