@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700');

body {
	color: #333;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	line-height: 2;
}
img {
  max-width: 100%; 
  max-height: 100%;
}
.line-left {
    width: 50px; 
    height: 5px;
    background: #2aacff;
}
.clear {clear: both;}
a {
	color: #09C;
	text-decoration: none;
  }
a:hover,a:focus,a:active {
	text-decoration: none;
	color: #09C;
  }
.btn-outline {
	border:1px solid #ffffff;
    background-color: transparent;
    transition: all .5s;

}
.blue-text {
    color: #2aacff
}


.inner-sidebar {}
.inner-sidebar  .is-header {    background: url('../../../../../../img/headersidebar.png') repeat-x;
text-align: center;
color: #242c41;
font-size: 20px;
padding: 10px 0px;
border-top: 5px solid #4B4B4B;
background-size: auto 100%;}
.inner-sidebar  .is-menu {padding: 15px 10px;   background-color: #242c42;}
.inner-sidebar  .is-menu a { transition: all .3s ease-in-out; text-decoration: none;color: #ffffff; padding: 0px 10px; width: 100%; display: block;}
.inner-sidebar  .is-menu a:hover {text-decoration: none; padding: 0px 10px 0px 15px; } 
.inner-sidebar  .is-menu ul {padding: 0px 0px; z-index: 2;
position: relative;}
.inner-sidebar  .is-menu ul li{list-style: none; }
.inner-sidebar  .is-menu {
  position: relative;
  min-height: 300px;
} 
.inner-sidebar  .is-menu  .is-bg {

  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.inner-sidebar  .is-menu  .is-bg .is-bgcolor{ 
    z-index: 1; 
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}
.inner-sidebar  .is-menu  .is-bg .is-bgimg{
	position: absolute;
	opacity: 0.1;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
	z-index: 2;
	line-height: 2;
	padding-bottom: 15px;
}


.solutions-athletic-management-suite .inner-sidebar  .is-menu  .is-bg .is-bgcolor{ background-color: #0064ca; }
.solutions-athletic-management-suite .inner-sidebar  .is-menu  .is-bg .is-bgimg{ background-image: url('../../../../../../img/sidebarbg1.png') ;}
.solutions_commerce_suite .inner-sidebar  .is-menu  .is-bg .is-bgcolor{ background-color: #3d7f1e; }
.solutions_commerce_suite .inner-sidebar  .is-menu  .is-bg .is-bgimg{ background-image: url('../../../../../../img/sideabar-solutions-commerce-suite.jpg') ;}
.solutions_publishing_suite .inner-sidebar  .is-menu  .is-bg .is-bgcolor{ background-color: #7e58ad; }
.solutions_publishing_suite .inner-sidebar  .is-menu  .is-bg .is-bgimg{ background-image: url('../../../../../../img/sidebar_solutions_publishing_suite.jpg') ;}
.solutions-scheduling-suite .inner-sidebar  .is-menu  .is-bg .is-bgcolor{ background-color: #ce2800; }
.solutions-scheduling-suite .inner-sidebar  .is-menu  .is-bg .is-bgimg{ background-image: url('../../../../../../img/sideabar-scheduling-suite.jpg') ;}
.university .inner-sidebar  .is-menu  .is-bg .is-bgcolor{ background-color: #0064ca; }
.university .inner-sidebar  .is-menu  .is-bg .is-bgimg{ background-image: url('../../../../../../img/university/banner-university.jpg') ;}


header {
  z-index: 100;
  display: block;
}
header .header-topbar {
    background-color: #242c42;
    width: 100%;
    color: #fff;
    line-height: 50px;
}
.logo a.header-logo {
display: block;
}
header.sticky .header-main .logo a.header-logo img[src='img/logo.png'] { 
margin-top: 5px;
display: block;
}
header .email, 
header .demo, 
header .hotline {
	float: left;
	padding-right: 40px;
}
header .demo, header .hotline a,
header .demo, header .hotline a:hover{
color: #ffffff
}
header  .header-req-btn {
	color: #ffffff;
	background-color: #CC0000;
	transition: all .3s ease-in-out;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
header  .header-req-btn:hover {
	background-color: #FF0000;
}
header .email i, 
header .demo i, 
header .hotline i {
    color: #2aacff;
    margin-right: 10px;
    font-size: 17px;
}
header .email span, 
header .demo span, 
header .hotline span {
    color: #fff;
}
header .header-main {
    width: 100%;
    background-color: #fff;
    box-shadow: 3px 0 7px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 100;
    transition: all .3s ease-in-out;
}
/*header .navbar-header {
    width: 100%;
    position: relative;
}
header .header-main .logo {
    line-height: 100px;
}
header .header-main .navigation .nav-links li.active .main-menu {
    border-bottom: 5px solid #2aacff;
    color: #2aacff;
    font-weight: bold;
}
header .header-main .navigation .nav-links li .main-menu {
    line-height: 100px;
    padding: 0;
    margin: 0 15px;
    text-transform: uppercase;
    color: #242c42;
    position: relative;
    background-color: transparent;
    transition: all .3s ease-in-out;
    font-size: 14px;
    font-weight: 300;
}
header .header-main .navigation .nav-links li:hover .main-menu::after {
    position: absolute;
    content: '';
    width: 100%;
    bottom: -5px;
    height: 5px;
    background-color: #2aacff;
    left: 0;
}
header .header-main .navigation .nav-links li .main-menu::after {
    position: absolute;
    content: '';
    width: 0;
    transition: all .3s ease-in-out;
}
header .header-main .navigation .nav-links li.button-search {
    cursor: pointer;
}
header .header-main .navigation .nav-links li.button-search:hover .main-menu {
    background-color: transparent;
    color: #2aacff;
}
header .header-main .navigation .nav-links li.button-search:hover .main-menu::after { 
background-color: transparent;
}*/
.nav-search {
    width: 320px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 0;
    bottom: -80px;
}
.nav-search form {
    display: table;
    width: 100%;
    height: 40px;
    border: 1px solid #cccccc;
}
.nav-search form input[type="text"] {
    border: none;
    display: table-cell;
    width: 225px;
    height: 40px;
    padding: 0 20px;
}
.nav-search form .searchbutton {
    width: 50px;
    padding: 0;
        padding-right: 0px;
    display: table-cell;
    border: none;
    box-shadow: none;
    background-color: transparent;
    height: 100%;
    text-align: right;
    padding-right: 20px;
    vertical-align: middle;
}
.nav-search form .searchbutton {
    float: right;
height: 42px;
}
/*header .nav-search {
    padding: 0px;
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    margin: 10px 0;
}

header  .nav-search form {
    display: table;
    width: 100%;
    height: 20px;
    border: 1px solid #cccccc;
    margin: 0;
    padding: 0;
    line-height: 30px;
}
header .nav-search form input[type="text"] {
    border: none;
    display: table-cell;
    width: 225px;
    height: 30px;
    padding: 0 20px;
    margin: 0;
    color: #6f6f6f;
    font-weight: normal;
}
header .nav-search  .fa-search {
  color: #242c42;
background: transparent;
border: 0px solid #ffffff;
padding: 5px 15px 5px 5px;
} */




.animated  {
  -webkit-animation-duration : 3s  ;
  animation-duration : 3s  ;

  -webkit-animation-delay : 500ms  ;
  animation-delay : 500ms  ;
}

.animate-out {
  -webkit-animation-delay : 0ms  ;
  animation-delay : 0ms  ;
}

.home-slide .wrap-slide .owl-item {
  display: table;
}

.home-slide .wrap-slide .home-slide-imgbg{

}

.home-slide .wrap-slide .home-slide-caption{
	position: absolute;
	width: 100%;
	top: 0px;
	text-align: center;
	color: #ffffff;
	padding-top: 10%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.home-slide .wrap-slide .home-slide-caption h1 {
    font-size: 40px;
    text-shadow: 1px 1px 0px rgba(44, 46, 44, 0.45);

}

.home-slide .slider-req-btn {
background: #2aacff; 
    color: #ffffff;
    padding: 10px 10px;
    transition: all .3s ease-in-out;
}
.home-slide .slider-req-btn:hover{
    background-color: #242c42;
}

.home-slide .wrap-slide .btn {
  display: inline-block;
  line-height: 35px;
  height: 35px;
  text-align: center;
  padding: 0 20px;
  width: auto;
  background-color: #000;
  text-decoration: none;
  color: #fff;
}



.home-slide .wrap-slide {position: relative;}
.home-slide .wrap-slide .owl-nav {position: absolute;}
.home-slide .wrap-slide .owl-nav {
top: 40%;
position: absolute;
width: 100%;
}
.home-slide .wrap-slide .owl-prev {
  position: absolute;
  left: 20px;
}
.home-slide .wrap-slide .owl-next {
  position: absolute;
  right: 20px;
}
.home-slide .wrap-slide  .owl-prev,
.home-slide .wrap-slide  .owl-next {
  font-size: 50px;
  color: #ffffff;
}

.content-7 {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #fff;
}
.content-7 p {
  font-size: 18.004px;
line-height: 1.722169;
text-align: center;
margin: 0px;
color: #6f6f6f;
}
.content-7 h3 {
  margin-top: 0px;
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    color: #2c3e50; 
    margin-bottom: 30px;
    line-height: 42px;
    font-weight: 800;
    letter-spacing: -1px;
}

.content-7 .psuite-link {
    height: 87px;
    width: 100%;
    display: block;
    color: #242c41; 
    padding-left: 30px;
    padding-right: 30px;
    vertical-align: middle;
    font-size: 20px;
    line-height: normal;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.content-7 .psuite-link-1 {
    background: url('../../../../../../img/psuite-link-1.jpg') repeat-x;
    padding-top: 15px;
}
.content-7 .psuite-link-2 {
    background: url('../../../../../../img/psuite-link-2.jpg') repeat-x;
    padding-top: 28px;
}
.content-7 .psuite-link-3 {
    background: url('../../../../../../img/psuite-link-3.jpg') repeat-x;
    padding-top: 15px;
}
.content-7 .psuite-link-4 {
    background: url('../../../../../../img/psuite-link-4.jpg') repeat-x;
    padding-top: 28px;
}
.news-author {
    border-left: 5px solid #eaedf5;
    padding-left: 25px;
    height: 160px;
    display: flex;
    -webkit-align-items: center;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fafafa;
    margin-bottom: 50px
}

.news-author img.author-image {
    width: 100px;
    height: 100px;
    border-radius: 50%
}

.news-author .author a {
    font-size: 18px;
    font-weight: bold
}

.news-author .position {
    color: #242c42;
    margin-bottom: 10px
}

.news-author .media-left {
    padding-right: 0px
}

.news-author .media-body {
    padding-left: 30px
}
.news-detail {
    color: #6f8190
}

.news-detail p {
    line-height: 24px
}

.news-detail span {
    color: #49575f
}

.news-detail .info .item a:hover span {
    color: #86bc42
}
.news-page .news-page-wrapper {
    margin-top: 30px
}

.news-page .news-page-wrapper .edugate-layout-1 {
    margin-top: 0;
    margin-bottom: 90px
}

.news-page .news-masonry .gird-item {
    width: 33.3333%;
    float: left;
    padding: 0 15px
}

.news-page .news-masonry .gird-item .edugate-layout-3 {
    min-height: auto
}

.news-page .news-masonry .gird-item .owl-nav .owl-prev, .news-page .news-masonry .gird-item .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    color: #fff;
    background-color: #86bc42;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px
}

.news-page .news-masonry .gird-item .owl-nav .owl-prev {
    left: 0
}

.news-page .news-masonry .gird-item .owl-nav .owl-next {
    right: -1px
}

.news-page .news-masonry .gird-item .note-title {
    margin: 30px 0 0 0;
    font-style: inherit
}

.news-page .news-masonry .gird-item .note-title .main-quote {
    font-weight: 700;
    font-size: 20px;
    color: #49575f;
    text-transform: inherit
}

.news-page .news-masonry .gird-item .note-title .author-quote {
    padding-top: 8px;
    font-size: 14px;
    color: #6f8190
}

.news-page .news-masonry .gird-item .note-title .author-quote span {
    font-size: 12px
}

.news-page .pagination {
    margin-top: 0
}
.progress-bars {
	background-image: url(../../../../../../img/background-count-number.jpg);
	background-repeat: repeat;
	background-position: center;
	width: 100%;
	color: #fff;
	padding: 100px 0;
}
.progress-bars .progress-bar-wrapper {
    width: 100%;
    text-align: center;
}
.progress-bars .title-2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    color: #2aacff;
    margin-bottom: 50px;
}
.progress-bars .progress-bar-number {
	text-align: center;
	font-weight: 900;
	font-size: 60px;
	margin-bottom: 35px;
}
.progress-bars .progress-bar-number .name-inner {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    line-height: normal;
}
.recent-news {
    max-width: 1000px;
    margin: 0 auto; 
    overflow: auto;
    zoom: 1;
}
.recent-news-inner {
    background: #fafafa;
    padding: 20px;
    max-width: 302px;
    margin: 0 auto; 
    border-bottom: 5px solid #eaedf5;
    margin-bottom: 20px;
    -webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.recent-news-inner:hover{
    -webkit-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.23);
-moz-box-shadow:    0px 0px 11px 0px rgba(50, 50, 50, 0.23);
box-shadow:         0px 0px 11px 0px rgba(50, 50, 50, 0.23);
}
.recent-news h4 {
    font-size: 18px; 
    text-align: left;
    line-height: 25px;
    font-weight: 400;
}
.recent-news .byline {
    text-align: left;
    color: #a8aaab;
    margin-bottom: 10px;
}
.recent-news .recent-post p {
	text-align: left;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
}
.recent-news .rnews-btn {
  width: 100%;
  text-align: center;
  margin: 20px 0px 0px;
}
.recent-news .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 0px solid transparent; 
}
.group-btn-slider .btn-prev, .group-btn-slider .btn-next {
	position: absolute;
	font-size: 24px;
	border: 2px solid;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 53px;
	border-radius: 50%;
	opacity: 0.3;
	top: 50%;
	margin-top: -25px;
	padding: 0;
	transition: all 0.3s linear;
	cursor: pointer;
	z-index: 10;
}

.group-btn-slider .btn-prev:hover, .group-btn-slider .btn-next:hover {
    opacity: 1
}

.group-btn-slider .btn-prev {
    left: 3%
}

.group-btn-slider .btn-next {
    right: 3%
}
.slider-talk-about-us {
    background-image: url('../../../../../../img/background-talk-about-us.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    color: #fff;
    background-size: cover;
}
.slider-talk-about-us .container {
    overflow: hidden
}

.slider-talk-about-us .slider-talk-about-us-wrapper {
    width: 100%;
    padding: 100px 0;
    display: table
}

.slider-talk-about-us .slider-talk-about-us-wrapper .slider-talk-about-us-content {
    display: table-cell;
    vertical-align: middle
}
.slider-talk-about-us .peopel-item {
    text-align: center
}

.slider-talk-about-us .peopel-item .peopel-comment {
    margin: 0 auto;
    text-align: center;
    width: 72%;
    background: rgba(255, 255, 255, 0.35);
    padding: 35px;
    line-height: 25px;
    margin-bottom: 35px;
    position: relative
}

.slider-talk-about-us .peopel-item .peopel-comment:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 18px solid rgba(255, 255, 255, 0.35);
    left: 50%;
    margin-left: -10px;
    bottom: -18px
}
.slider-talk-about-us .peopel-item .group-peole-info .peopel-avatar {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 15px
}

.slider-talk-about-us .peopel-item .group-peole-info .peopel-avatar img {
    border-radius: 50%
}

.slider-talk-about-us .peopel-item .group-peole-info .peopel-name {
    font-weight: 900;
    font-size: 15px;
    color: #86bc42;
    text-transform: capitalize
}

.slider-talk-about-us .peopel-item .group-peole-info .people-job {
    font-size: 12px;
    text-transform: capitalize
}

.slider-talk-about-us.style-2 {
    background: #fafafa
}

.slider-talk-about-us.style-2 .peopel-item .peopel-comment {
    background-color: #e5eaef;
    color: #49575f
}

.slider-talk-about-us.style-2 .peopel-item .group-peole-info .people-job {
    color: #49575f
}

.slider-talk-about-us.style-2 .group-btn-slider {
    display: none
}

.slider-talk-about-us .carousel-indicators li {
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 2px solid #bfc6d7;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px
}

.slider-talk-about-us .carousel-indicators li.active {
    background-color: #86bc42;
    border: 2px solid #86bc42
}
.staff-item {
    cursor: pointer;
    background-color: #fff;
    padding: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.8s ease
}

.staff-item.customize {
    background-color: #fafafa
}

.staff-item.customize:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    border-top: 3px solid #eaedf5;
    transition: all 0.5s linear
}

.staff-item.customize:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    right: 100%;
    top: 0px;
    height: 3px;
    background-color: #242c42;
    transition: all 0.5s ease
}

.staff-item .staff-item-wrapper {
    width: 100%;
    height: 235px;
    overflow: hidden;
    transition: all 0.8s ease
}

.staff-item .staff-info {
    text-align: center;
    overflow: hidden
}

.staff-item .staff-info .staff-avatar {
    display: block
}

.staff-item .staff-info .staff-avatar img {
    border-radius: 50%;
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
    margin-bottom: 15px;
    transition: all 0.8s ease
}

.staff-item .staff-info .staff-name {
    font-size: 18px;
    color: #49575f;
    text-transform: uppercase;
    margin-bottom: 10px
}

.staff-item .staff-info .staff-job {
    color: #86bc42;
    text-transform: capitalize;
    margin-bottom: 25px
}

.staff-item .staff-info .staff-desctiption {
    display: none;
    text-align: justify;
    font-size: 13px;
    height: 72px;
    overflow: hidden;
    transition: all 0.8s ease
}

.staff-item .staff-socials {
    text-align: center
}

.staff-item .staff-socials a {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    background-color: #a4abaf;
    display: inline-block;
    color: #fff;
    transition: all .2s ease-in
}

.staff-item .staff-name, .staff-item .staff-job, .staff-item .staff-socials a {
    transition: all 0.5s ease
}

.staff-item:hover {
    background-color: #86bc42
}

.staff-item:hover .staff-info .staff-avatar img {
    max-width: 90px;
    margin-bottom: 10px
}

.staff-item:hover .staff-info .staff-name {
    color: #fff;
    font-weight: bold
}

.staff-item:hover .staff-info .staff-job {
    color: #fff;
    margin-bottom: 10px
}

.staff-item:hover .staff-info .staff-desctiption {
    display: block
}

.staff-item:hover .staff-socials a {
    color: #a4abaf;
    background-color: #fff
}

.staff-item:hover .staff-socials a.facebook:hover {
    color: #3b5998
}

.staff-item:hover .staff-socials a.google:hover {
    color: #dc4e41
}

.staff-item:hover .staff-socials a.twitter:hover {
    color: #55acee
}

.staff-item:hover.customize:after {
    right: 0px
}

.staff-item:hover.customize .staff-desctiption {
    color: #fff
}

.staff-item2 {
    cursor: pointer;
    background-color: #fff;
    padding: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.8s ease
}

.staff-item2.customize {
    background-color: #fafafa
}

.staff-item2.customize:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    border-top: 3px solid #eaedf5;
    transition: all 0.5s linear
}

.staff-item2.customize:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    right: 100%;
    top: 0px;
    height: 3px;
    background-color: #242c42;
    transition: all 0.5s ease
}

.staff-item2 .staff-item-wrapper {
    width: 100%;
    height: 235px;
    overflow: hidden;
    transition: all 0.8s ease
}

.staff-item2 .staff-info {
    text-align: center;
    overflow: hidden
}

.staff-item2 .staff-info .staff-avatar {
    display: block
}

.staff-item2 .staff-info .staff-avatar img {
    border-radius: 50%;
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
    margin-bottom: 15px;
    transition: all 0.8s ease
}

.staff-item2 .staff-info .staff-name {
    font-size: 18px;
    color: #49575f;
    text-transform: uppercase;
    margin-bottom: 10px
}

.staff-item2 .staff-info .staff-job {
    color: #86bc42;
    text-transform: capitalize;
    margin-bottom: 25px
}

.staff-item2 .staff-info .staff-desctiption {
    display: none;
    text-align: justify;
    font-size: 13px;
    height: 72px;
    overflow: hidden;
    transition: all 0.8s ease
}

.staff-item2 .staff-socials {
    text-align: center
}

.staff-item2 .staff-socials a {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    background-color: #a4abaf;
    display: inline-block;
    color: #fff;
    transition: all .2s ease-in
}

.staff-item2 .staff-name, .staff-item2 .staff-job, .staff-item2 .staff-socials a {
    transition: all 0.5s ease
}
.accordion {
    margin-bottom: 0
}

.accordion .panel {
    border-radius: 0;
    border: 0;
    box-shadow: none
}

.accordion .panel + .panel {
    margin-top: 1px
}

.accordion .panel.active {
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
}

.accordion .panel.active .panel-heading {
    background-color: #ffffff
}

.accordion .panel.active .panel-heading .panel-title a {
    font-weight: bold;
    color: #49575f
}

.accordion .panel.active .panel-heading .panel-title a:after {
    font-family: Fontawesome;
    content: "\f106";
    position: absolute;
    top: 0;
    right: 30px
}

.accordion .panel-heading {
    background-color: #fafafa;
    border-radius: 0;
    padding: 0
}

.accordion .panel-heading .panel-title a {
    font-size: 16px;
    color: #6f8190;
    display: block;
    height: 47px;
    line-height: 47px;
    padding: 0 30px;
    position: relative
}

.accordion .panel-heading .panel-title a:after {
    font-family: Fontawesome;
    content: "\f107";
    position: absolute;
    top: 0;
    right: 30px
}

.accordion .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
    padding: 15px 30px 30px
}
.above-footer {
    background: #2aacff;
    position: relative;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
    font-size: 24px;
    font-weight: normal;
    color: #34495e; 
    font-weight: 300;
}
.above-footer span {
    color: #fff;
    vertical-align: middle; padding: 0px 0px 0px;
}
.above-footer .rad {
  float: left;
}
.above-footer h4 { 
  font-size: 23px;
}
.above-footer .btn-dblue {
    background: #242c42;
}
.above-footer .btn-dblue:hover { 
background: #2c3e50;
}
.above-footer .btn {
    margin-left: 33px;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    font-weight: 500; 
}
.above-footer .btn.btn-large {
    font-size: 17px;
    padding: 12px 18px;
}
.footer-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #bdc3c7;
    background-color: #242c42;
}
#testimonial-carousel {
  position: relative;
margin: 0 auto;
max-width: 800px;
}
#testimonial-carousel .owl-prev,
#testimonial-carousel .owl-next {
  font-size: 50px;
}
#testimonial-carousel .owl-nav {
top: 40%;
position: absolute;
width: 100%;
z-index: 2;
}
#testimonial-carousel .owl-prev {
  position: absolute;
  left: -80px;
}
#testimonial-carousel .owl-next {
  position: absolute;
  right: -80px;
}
.owl-carousel .owl-stage-outer {


}

.single-page-content {
padding: 50px 0px;
}
.banner-inner {

}
.banner-inner  .bin-title {
	padding-top: 70px;
	position: relative;
	z-index: 3;
	text-align: center;
	color: #ffffff;
	height: auto;
	width: 100%;
	font-weight: 300;
}
.banner-inner  .bin-bg {
	height: 240px;
	width: 100%;
	position: relative;
    background-color: #003366;
}
.banner-inner  .bin-bg .bin-bg-color {
background-color: #003366;
position: absolute;
z-index: 2;
height: 100%;
width: 100%;
top: 0px;
left: 0px;
opacity: 0.6;
}
.banner-inner  .bin-bg .bin-bg-img {
background-size: auto 100%;
height: 100%;
width: 100%;
position: absolute;
top: 0px;
}

.banner-inner.banner-marketing .bin-bg .bin-bg-color,
.banner-inner.banner-category-k12 .bin-bg .bin-bg-color,
.banner-inner.banner-category-university-colleges .bin-bg .bin-bg-color,
.banner-inner.banner-category-youth-adults .bin-bg .bin-bg-color,
.banner-inner.banner-category-government .bin-bg .bin-bg-color,
.banner-inner.banner-solutions-athletic-management-suite .bin-bg .bin-bg-color,
.banner-inner.banner-solutions_commerce_suite .bin-bg .bin-bg-color,
.banner-inner.banner-solutions_publishing_suite .bin-bg .bin-bg-color,
.banner-inner.banner-solutions-scheduling-suite .bin-bg .bin-bg-color
.banner-inner.banner-university .bin-bg .bin-bg-color {
    background-color: transparent;
}
.banner-inner.banner-service-customer-service .bin-bg .bin-bg-img{ background-image: url('../../../../../../img/banner-servicecs.jpg'); }
.banner-inner.banner-service-training .bin-bg .bin-bg-img{ background-image: url('../../../../../../img/banner-training.jpg');   }
.banner-inner.banner-service-webdesign .bin-bg .bin-bg-img{ background-image: url('../../../../../../img/banner-webdesign.jpg');  }
.banner-inner.banner-solutions-athletic-management-suite .bin-bg .bin-bg-img{  background-image: url('../../../../../../img/banner-solutions-athletic-management-suite.jpg');  }
.banner-inner.banner-solutions_commerce_suite .bin-bg .bin-bg-img{ background-image: url('../../../../../../img/banner-solutions-commerce-suite.jpg');   }
.banner-inner.banner-solutions_publishing_suite .bin-bg .bin-bg-img{ background-image: url('../../../../../../img/banner-solutions_publishing_suite.jpg');   }
.banner-inner.banner-solutions-scheduling-suite .bin-bg .bin-bg-img{ background-image: url('../../../../../../img/banner-solutions-scheduling-suite.jpg');   }
.banner-inner.banner-company-history .bin-bg .bin-bg-img{ background-image: url('../../../../../../img/banner-company-history.jpg');   }
.banner-inner.banner-secure-data-center .bin-bg .bin-bg-img{ background-image: url('../../../../../../img/banner-data-center.jpg');   }
.banner-inner.banner-contact-us .bin-bg .bin-bg-img{ background-image: url('../../../../../../img/banner-contact-us.jpg');   }
.banner-inner.banner-category-k12 .bin-bg .bin-bg-img{  background-image: url('../../../../../../img/banner-category-k12.jpg');  }
.banner-inner.banner-category-university-colleges .bin-bg .bin-bg-img{ background-image: url('../../../../../../img/banner-category-colleges-university.jpg');   }
.banner-inner.banner-category-youth-adults .bin-bg .bin-bg-img{ background-image: url('../../../../../../img/banner-category-youth-adults.jpg');   }
.banner-inner.banner-category-government .bin-bg .bin-bg-img{ background-image: url('../../../../../../img/banner-category-government.jpg');   }
.banner-inner.banner-marketing .bin-bg .bin-bg-img{ background-image: url('../../../../../../img/banner-marketing.jpg');   }
.banner-inner.banner-fs_info .bin-bg .bin-bg-img{ background-image: url('../../../../../../img/banner-fs-info.jpg');   }
.banner-inner.banner-university .bin-bg .bin-bg-img{ background-image: url('../../../../../../img/university/banner-university.jpg');   }
.banner-inner.banner-health-app .bin-bg .bin-bg-img{ background-image: url('../../../../../../img/banner-health-app.jpg');   }


.big-breadcrumb {
    background: #eaedf5;
    padding: 45px 0px 45px;
    text-align: center;
    font-size: 23px;
    font-weight: 300;
}
.big-breadcrumb  span.active-br {
    font-weight: 400;
}
.product_athletic_schedule .school-feedback-message .sfm-item,
.product_athletic_schedule .school-feedback-message .sfm-item{
    background: #fafafa;
    padding: 25px;
    position: relative;
    min-height: 125px;
    margin-bottom: 10px;
}

.product_athletic_schedule .school-feedback-message .sfm-item .profile-avatar {position:absolute; float: left;width: 75px; height: 75px;}
.product_athletic_schedule .school-feedback-message .sfm-item  .message-feedback {float: left; padding-left: 110px}
.product_athletic_schedule .school-feedback-message .sfm-item  .message-feedback .feedback-author {font-weight: 500;}


.banner-bottom-innerpage {margin-top: 50px;background: #242c42; color: #ffffff; position: relative;}
.banner-bottom-innerpage .scs-botto-text {padding: 100px 0px 100px 320px; }
.banner-bottom-innerpage .scs-img {position: absolute; bottom: 0px;}


.service-training-page .heading-content-training{
    text-align: center;
    margin-bottom: 50px;
    font-size: 20px;
}
.service-training-page  .training-icon-box {
    width: 100%;
    text-align: center;
}
.service-training-page  .training-icon {}
.service-training-page  .training-icon-title {font-size: 20px;
max-width: 200px;
margin: 20px auto;
line-height: normal;}
.sample-training-session {
    max-width: 980px;
margin: 20px auto 80px;
}

.service-webdesign-page  .recent-webdesign {
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
}
.service-webdesign-page  .recent-webdesign h2 {
    text-align: center;
    color: #2aacff;
}
.service-webdesign-page  .recent-webdesign .webdesign-carousel-text {
text-align: center;
margin-bottom: 30px;
}

.wrap-carousel-webdesign  .rw-text { color: #242c42; text-align: center;
padding: 10px;}



#slider-recent-webdesign {
  position: relative;
}
#slider-recent-webdesign .owl-prev,
#slider-recent-webdesign .owl-next {
  font-size: 50px;
}
#slider-recent-webdesign .owl-nav {
top: 70px;
position: absolute;
width: 100%;
}
#slider-recent-webdesign .owl-prev {
  position: absolute;
  left: -50px;
  opacity: 0.2;
}
#slider-recent-webdesign .owl-next {
  position: absolute;
  right: -50px;
  opacity: 0.2;
}
#slider-recent-webdesign .owl-prev:hover,
#slider-recent-webdesign .owl-next:hover {
    opacity: 0.7;
}


.header-company-history {
    background-color: #e7eaf2;
    width: 100%;
    padding: 65px 0px;
    text-align: center;
}

.single-page-content.secure-data-center {
    padding: 0px 0px 0px;
}
.secure-data-center .sdc-item { padding: 70px 0px }
.secure-data-center .sdc-item.even {background: #e6e9f1}
.secure-data-center .sdc-item .sdc-list {position: relative;}
.secure-data-center .sdc-item .sdc-list .sdc-logo-thumb{position: absolute;}
.secure-data-center .sdc-item .sdc-list .sdc-logo-thumb img{}
.secure-data-center .sdc-item .sdc-list .sdc-desc {padding-left: 250px;line-height: 1.5;}



.home-product-box {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.home-product-box:hover{
    -webkit-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.4);
-moz-box-shadow:    0px 0px 11px 0px rgba(50, 50, 50, 0.4);
box-shadow:         0px 0px 11px 0px rgba(50, 50, 50, 0.4);
}
.home-product-box:hover, 
.home-product-box:focus, 
.home-product-box:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }




/* Footer */
.footer-main {
    background-color: #242c42;
    overflow-x: hidden
}

.footer-main .footer-main-wrapper {
padding-top: 70px;
padding-bottom: 50px;
    color: #fff
}

.footer-main .title-widget {
    color: #2aacff;
    padding-bottom: 20px;
    font-size: 16px;
    text-align: left
}

.footer-main .hyperlink {
    border-top: 1px solid #2F374C;
    line-height: 70px;
    min-height: 70px;
    font-weight: bold;
    position: relative
}

.footer-main .hyperlink:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #2F374C;
    top: -1px;
    left: -100%
}

.footer-main .hyperlink:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #2F374C;
    top: -1px;
    right: -100%
}

.footer-main .hyperlink .hyper-left a {
    font-size: 10px;
    color: #4F5B6B
}

.footer-main .hyperlink .hyper-left a:hover {
    color: #2aacff
}

.footer-main .hyperlink .hyper-right {
    font-size: 12px;
    color: #4F5B6B
}

.footer-main .hyperlink ul.list-inline {
    margin-bottom: 0
}

.footer-main .widget a {
    color: #fff
}

.footer-main .widget .cur-title {
    color: #2aacff
}

.footer-main .recent-post-widget .content-widget a:hover, .footer-main .popular-course-widget .content-widget a:hover, .footer-main .category-widget .content-widget a:hover, .footer-main .archive-widget .content-widget a:hover {
    color: #2aacff
}

.footer-main .recent-post-widget .content-widget a:hover span, .footer-main .popular-course-widget .content-widget a:hover span, .footer-main .category-widget .content-widget a:hover span, .footer-main .archive-widget .content-widget a:hover span, .footer-main .recent-post-widget .content-widget a:hover p, .footer-main .popular-course-widget .content-widget a:hover p, .footer-main .category-widget .content-widget a:hover p, .footer-main .archive-widget .content-widget a:hover p, .footer-main .recent-post-widget .content-widget a:hover i, .footer-main .popular-course-widget .content-widget a:hover i, .footer-main .category-widget .content-widget a:hover i, .footer-main .archive-widget .content-widget a:hover i {
    color: #2aacff
}

.footer-main .category-widget li, .footer-main .archive-widget li {
    border-bottom-color: #2F374C
}

.footer-main .media {
    border-bottom-color: #2F374C
}

.footer-main .tag-widget {
    margin: 20px 0px
}

.footer-main .tag-widget li {
    margin: 0px 10px 10px 0px;
    display: inline-block
}

.footer-main .tag-widget li .tag-item {
    color: #fff;
    display: inherit;
    padding: 10px;
    background-color: #3B4757;
    transition: all .3s ease-in
}

.footer-main .tag-widget li .tag-item:hover {
    background-color: #2aacff
}

.footer-main .tag-widget li .tag-item:hover .tag-item {
    color: #fff
}

.footer-main .course-price-widget .cur-title.cur {
    color: #2aacff
}

.footer-main .footer-rst-widget .content-widget {
    line-height: 1.5
}
.footer-main .footer-rst-widget,
.footer-main .useful-link {
    margin-bottom: 20px;
}
.footer-main .useful-link a:hover {
    text-decoration: underline;
}

.mailing-widget input.form-control,
.mailing-widget .btn {
  -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.mailing-widget .btn {
    background: #2aacff;
    color: #ffffff;
}
.mailing-widget .btn:hover {
    background: #1b99ea; }

.page-contact-us .contact-box{
	word-wrap: break-word;
	padding: 30px;
	background: #fafafa;
	text-align: center;
	color: #6f6f6f;
}
.page-contact-us .contact-box .cb-icon {
font-size: 50px ;
font-size: 40px; 
color: #2aacff;
}

.page-contact-us .contact-box .cb-text {
    font-weight: 600;
padding-bottom: 10px;
}

.page-contact-us .wrap-contact-form {
	background: #fafafa;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-top: 60px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 50px;
}

.page-contact-us .wrap-contact-form label { 
font-weight: 500;
}

.page-contact-us .wrap-contact-form input,
.page-contact-us .wrap-contact-form textarea,
.page-contact-us .wrap-contact-form select {
       -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;

}
.page-contact-us .wrap-contact-form input,
.page-contact-us .wrap-contact-form select {
    padding: 10px 20px;
    height: 50px;
}
.page-contact-us .wrap-contact-form .btn.btn-black {
background: #5bc0de;
  color: #ffffff;
}
.page-contact-us .wrap-contact-form .btn.btn-black:hover {
    background: #31b0d5;
    color: #ffffff;
}

.page-contact-us .wrap-contact-form input,
.page-contact-us .wrap-contact-form textarea,
.page-contact-us .wrap-contact-form select{
-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
-moz-box-shadow:    0px 0px 0px 0px rgba(0, 0, 0, 0.0);
box-shadow:         0px 0px 0px 0px rgba(0, 0, 0, 0.0);
}

.page-contact-us .wrap-contact-form .btn-contact-send {
width: 100%;
text-align: center;
padding: 20px 0px;
}

/* Mega Menu - Coded by Sai */

/* menu styes */
.list-unstyled,
.list-unstyled ul { min-width: 120px }

ul.nav li.menu-selected ul.dropdown-menu {
    display: block !important;
}
.profile-teacher .profile-teacher-wrapper {
	padding-right: 0;
	padding-left: 0;
	background-color: #Fafafa;
}

.profile-teacher .profile-teacher-wrapper .teacher-info {
    padding: 0;
    display: table;
    margin-bottom: 30px
}

.profile-teacher .profile-teacher-wrapper .teacher-info .staff-item2 {
    width: 270px;
    padding: 30px 30px 45px;
    display: table-cell
}

.profile-teacher .profile-teacher-wrapper .teacher-info .staff-item2 .staff-info .staff-avatar img {
    max-width: 209px
}

.profile-teacher .profile-teacher-wrapper .teacher-info .staff-item2 .staff-info .staff-name {
    display: none
}

.profile-teacher .profile-teacher-wrapper .teacher-info .staff-item2 .staff-socials a:last-of-type {
    margin-right: 0
}

.profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des {
    display: table-cell;
    vertical-align: top;
    padding-left: 30px
}

.profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des .title {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 700;
	color: #49575f;
	margin-top: 30px;
}

.profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des .subtitle {
    font-weight: 700;
    color: #0066CC;
    margin-bottom: 35px
}

.profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des .content .content-detail {
	color: #6f8190;
	margin-bottom: 35px;
	margin-right: 20px;
}

.profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des .content .detail-list {
    -webkit-padding-start: 0;
    list-style-position: inside
}

.profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des .content .detail-list li {
    line-height: 1;
    margin-bottom: 15px
}

.profile-teacher .profile-teacher-wrapper .slider-logo .slider-logo-wrapper {
    padding: 0
}

@media ( min-width: 767px ) {
  .panel-group { width: 500px; }
  .thumbnail { margin: 0; }
}

/* Grid demo styles */
.grid-demo {
    padding: 10px 30px;
}

.grid-demo [class*="col-"] {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1em;
    text-align: center;
    line-height: 2;
}

.logo {
    line-height: 100px;
}

.logo a.header-logo {
    display: block;
}

.yamm {
    background:transparent;
    border:0;
    margin-bottom:0;
}

.yamm .navbar-nav {
    float:right;
}

/*.yamm .navbar-nav .dropdown:hover .dropdown-menu {
    display:block;
}*/

/*.open > .dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);  
  opacity:1;
}
  
.dropdown-menu {
  opacity:.3;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;  
  animation-fill-mode: forwards; 
  -webkit-transform: scale(1, 0);
  display: block; 
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}*/

.yamm .navbar-nav li {
    transition: all .3s ease-in-out;
}

.yamm .navbar-nav li a, .button-search p {
    line-height: 100px;
    padding: 0;
    margin: 0 15px;
    text-transform: uppercase;
    color: #242c42;
    position: relative;
    background-color: transparent;
    transition: all .3s ease-in-out;
    font-size: 14px;
    font-weight: 300;
}

.yamm .navbar-nav li:hover a::after {
    position: absolute;
    content: '';
    width: 100%;
    bottom: 0px;
    height: 5px;
    background-color: #2aacff;
    left: 0;
    transition: all .3s ease-in-out;
}

.yamm .navbar-nav li ul li a {
    line-height: 25px;
}

.yamm .navbar-nav .dropdown ul li a::after {
    position: relative;
    content: none;
    width: 100%;
    bottom: 0px;
    height: 5px;
    background-color: #2aacff;
    left: 0;

}

.yamm .navbar-nav .dropdown ul li:hover {
    background: #eee;
}

.yamm .grid-demo h4 {
    text-align: left;
    border-bottom:1px solid #eee;
    padding-bottom:10px;
}

.yamm .grid-demo .mega-menu-h4 {
    font-size:17px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    text-transform: none;
    margin: 0px 0px;
}

.yamm .grid-demo ul {
    list-style:none;
    padding-left:0;
    text-align: left;
}
.yamm .grid-demo:hover {
    background:transparent !important;
}
.yamm .grid-demo ul li:hover {
    background:#eee;
}
.yamm .grid-demo ul li a {
    line-height: 25px;
}

.yamm .grid-demo ul li a::after {
    position: relative;
    content: none;
    width: 100%;
    bottom: 0px;
    height: 5px;
    background-color: transparent !important;
    left: 0;
}

header .header-main .yamm .navbar-nav li.button-search {
    cursor: pointer;
}
header .header-main .yamm .navbar-nav li.button-search:hover .main-menu {
    background-color: transparent;
    color: #2aacff;
}
header .header-main .yamm .navbar-nav li.button-search:hover .main-menu::after { 
background-color: transparent;
}
 .slider-banner {
     min-height: 568px
    }

   .slider-banner .slider-item {
       min-height: 568px
    }

    .slider-banner .slider-item .slider-2 {
        background-position: -210px
    }

    .slider-banner .slider-item .slider-3 {
        background-position: -130px
    }
   	 .slider-banner .slider-item {
           height: 568px
    }

    .slider-banner .slider-item .slider-caption {
        text-align: center
    }

    .slider-banner-02 {
        background-position: center
    }

       .slider-banner-03 .container {
           min-height: 568px
    }


@media only screen and (max-width: 1199px) {
    .yamm .grid-demo ul li a {
        font-size:13px;
        text-transform: capitalize;
    }
}
@media only screen and (max-width: 991px) {
    .navbar-header {
        float:none;
    }
    .navbar-header .logo.pull-left {
        float:none;
        text-align: center;
        width:100%;
    }
    .grid-demo {

    }
}
 
@media only screen and (max-width: 767px) {
    .btn.btn-transition-3 {
        margin-bottom: 10px;
    }
    .intro-edu-wrapper .group-button .btn.btn-transition-2,
    .intro-edu-wrapper .group-button .btn.btn-green {
        margin-bottom: 10px;
min-width: 190px;
    }
    .yamm .navbar-nav {
        float:none;
    }
    .yamm .navbar-nav li a {
 
    }
/*    .yamm .navbar-nav .dropdown.open:hover .dropdown-menu {
        display:block;
    }*/
    /*.yamm .navbar-nav .dropdown:hover .dropdown-menu {
        display:none !important;
    }*/
    .yamm .navbar-nav .dropdown.open .dropdown-menu  {
        display:block;
    }
    header .header-main .yamm .button-search {
        display:none;
    }
}

/* navbar.less overwrite */

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #242c42;
    background-color: transparent;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle.collapsed {
margin: 0px 0px 0px 0px;
background-color: #242c42;
position: absolute;
z-index: 2;
right: 10px;
top: 12px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
   background-color: #F2F8FB;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
  background-color: #F2F8FB;
}



/*!
Vickys addition - product pages
 */
.nav-subscribe {
    background-color: #eaedf5
}

.nav-subscribe-wrapper {
    height: 120px;
    width: 100%;
    display: table
}

.nav-subscribe-wrapper .nav-subscribe-left {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    color: #434e6c
}

.nav-subscribe-wrapper .nav-subscribe-left .subscribe-text {
    margin: 0px;
    font-size: 30px;
    padding-right: 30px
}

.nav-subscribe-wrapper .nav-subscribe-left .focus {
    font-weight: bold
}

.nav-subscribe-wrapper .nav-subscribe-right {
    display: table-cell;
    vertical-align: middle;
    text-align: right
}
/*!
Buttons
 */
.btn {
    border: 0;
    border-radius: 0;
    padding: 0 25px;
    background: transparent;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    color: #fff;
    transition: all 0.2s ease
}

.btn span {
    margin-bottom: 0 !important;
    position: relative;
    z-index: 10;
    display: inline-block;
    transition: all 0.25s ease
}

.btn i {
    margin-left: 10px
}
.btn.btn-athletic {
    background-color: #0062c8
}
.btn.btn-publishing {
    background-color: #8d5bbe
}
.btn.btn-scheduling {
    background-color: #CC0000
}
.btn.btn-registration {
    background-color: #4c8032
}
.btn.btn-green {
    background-color: #2aacff
}

.btn.btn-green:after {
    position: absolute;
    content: '';
    right: 100%;
    background-color: #242c42;
    width: 100%;
    height: 100%;
    top: 0
}

.btn.btn-green:hover {
    color: #fff
}

.btn.btn-green:hover:after {
    right: 0
}

.btn.btn-green:focus span {
    color: #fff
}

.btn.btn-green-2 {
    line-height: 40px;
    background-color: transparent
}

.btn.btn-green-2:before {
    position: absolute;
    content: '';
    border: 2px solid #fff;
    width: 100%;
    height: 100%;
    left: 0
}

.btn.btn-green-2:after {
    position: absolute;
    content: '';
    background-color: #2aacff;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0
}

.btn.btn-green-2:hover {
    color: #fff
}

.btn.btn-green-2:hover:after {
    right: -100%
}

.btn.btn-green-2:focus span {
    color: #fff
}

.btn.btn-green-3 {
    line-height: 40px;
    background-color: transparent;
    color: #fff
}

.btn.btn-green-3:before {
    position: absolute;
    content: '';
    border: 2px solid #2aacff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.btn.btn-green-3:after {
    position: absolute;
    content: '';
    background-color: #2aacff;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0
}

.btn.btn-green-3:hover {
    color: #2aacff
}

.btn.btn-green-3:hover:after {
    right: -100%
}

.btn.btn-green-3:focus span {
    color: #2aacff
}

.btn.btn-transition {
    line-height: 40px;
    background-color: transparent;
    padding: 0 27px
}

.btn.btn-transition:before {
    position: absolute;
    content: '';
    border: 2px solid #fff;
    width: 100%;
    height: 100%;
    left: 0
}

.btn.btn-transition:after {
    position: absolute;
    content: '';
    right: 100%;
    background-color: #2aacff;
    width: 100%;
    height: 100%;
    top: 0
}

.btn.btn-transition:hover {
    color: #fff
}

.btn.btn-transition:hover:after {
    right: 0
}

.btn.btn-transition:focus span {
    color: #fff
}

.btn.btn-transition-2 {
    line-height: 40px;
    background-color: transparent;
    color: #242c42;
    padding: 0 27px
}

.btn.btn-transition-2:before {
    position: absolute;
    content: '';
    border: 2px solid #242c42;
    width: 100%;
    height: 100%;
    left: 0
}

.btn.btn-transition-2:after {
    position: absolute;
    content: '';
    right: 100%;
    background-color: #242c42;
    width: 100%;
    height: 100%;
    top: 0
}

.btn.btn-transition-2:hover span {
    color: #fff
}

.btn.btn-transition-2:hover:after {
    right: 0
}

.btn.btn-transition-2:focus span {
    color: #242c42
}

.btn.btn-transition-2:focus:hover span {
    color: #fff
}

.btn.btn-transition-3 {
    line-height: 40px;
    background-color: transparent;
    padding: 0 27px
}

.btn.btn-transition-3:before {
    position: absolute;
    content: '';
    border: 2px solid #fff;
    width: 100%;
    height: 100%;
    left: 0
}

.btn.btn-transition-3:after {
    position: absolute;
    content: '';
    right: 100%;
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0
}

.btn.btn-transition-3:hover {
    color: #2aacff
}

.btn.btn-transition-3:hover:after {
    right: 0
}

.btn.btn-transition-3:hover:before {
    border-left-color: #2aacff
}

.btn.btn-transition-3:focus span {
    color: #2aacff
}

.btn.btn-blue {
    background-color: #242c42
}

.btn.btn-blue:after {

    position: absolute;
    content: '';
    right: 100%;
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0
}

.btn.btn-blue:hover {
    color: #2aacff
}

.btn.btn-blue:hover:after {
    right: 0
}

.btn.btn-blue:focus span {
    color: #2aacff
}

.btn.btn-grey {
    background-color: #90a1ae;
    width: 170px;
    line-height: 40px
}

.btn.btn-grey:after {
    position: absolute;
    content: '';
    right: 100%;
    background-color: #2aacff;
    width: 100%;
    height: 100%;
    top: 0
}

.btn.btn-grey:hover {
    color: #fff
}

.btn.btn-grey:hover:after {
    right: 0
}

.btn.btn-grey:focus span {
    color: #fff
}

.btn.btn-bold {
    font-weight: bold;
    letter-spacing: 1px
}

.btn.btn-404 {
    margin: auto;
    width: 200px;
    height: 50px;
    background-color: #e9edf5;
    border: none
}

.btn.btn-404 span {
    font-weight: 900;
    font-size: 24px;
    color: #fff
}

.btn.btn-404:after {
    position: absolute;
    content: '';
    right: 100%;
    background-color: #2aacff;
    width: 100%;
    height: 100%;
    top: 0
}

.btn.btn-404:hover {
    color: #fff
}

.btn.btn-404:hover:after {
    right: 0
}

.btn.btn-404:focus span {
    color: #fff
}

.btn.btn-green:after, .btn.btn-green-2:after, .btn.btn-green-3:after, .btn.btn-transition:after, .btn.btn-transition-2:after, .btn.btn-transition-3:after, .btn.btn-blue:after, .btn.btn-grey:after, .btn.btn-404:after {
    transition: all 0.5s ease
}

.group-button {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center
}

.group-button button:first-child {
    margin-right: 16px
}

.btn-list-grid li {
    display: inline-block
}

.btn-list-grid li.active button {
    background: #49575f;
    color: #fff
}

.btn-list-grid li.active:hover button {
    background: #49575f
}

.btn-list-grid li:hover button {
    background: rgba(73, 87, 95, 0.5);
    color: #fff
}

.btn-list-grid .btn-list, .btn-list-grid .btn-grid {
    display: inline-block;
    border: none;
    background: transparent;
    transition: all .2s ease-in-out
}

.btn-list-grid .btn-grid {
    margin-right: 10px
}
/*!
Intro image and text
 */
.intro-edu {
    padding-top: 50px
}

.intro-edu p {
    line-height: 24px
}

.intro-edu .intro-title {
    font-size: 24px;
    padding-top: 0px;
    padding-bottom: 20px;
    font-weight: 400;
    color: #49575f
}

.intro-edu .intro-title b {
    font-weight: 900
}

.intro-edu .intro-content { 
	font-weight: normal;
}

.intro-edu .intro-content p {
	margin-bottom: 30px;
}

.intro-edu img {
   max-width:   100%;
   height:  auto;   
}
.edu-ab {
    background-color: #eaedf5;
    color: #49575f;
    text-align: center
}

.edu-ab .center-title {
    font-weight: 300
}

.edu-ab .center-title b {
    font-weight: 900
}

.edu-ab .top-title {
    text-transform: none
}

.edu-ab .edu-ab-content ul {
    margin-bottom: 0
}

.edu-ab .edu-ab-content ul li {
    text-align: -webkit-center;
    width: 20%
}

.edu-ab .edu-ab-content ul li .circle-icon {
    height: 100px;
    width: 100px;
    background-color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    transition: all .3s ease-in
}

.edu-ab .edu-ab-content ul li .circle-icon i {
    color: #2aacff;
    line-height: 100px;
    transition: all .3s ease-in
}

.edu-ab .edu-ab-content ul li .circle-icon:before {
    position: absolute;
    content: '';
    width: 85%;
    height: 2px;
    top: 50%;
    right: 105%;
    margin-top: -1px;
    background-color: #d6d9e3
}

.edu-ab .edu-ab-content ul li .circle-icon:after {
    position: absolute;
    content: '';
    width: 85%;
    height: 2px;
    top: 50%;
    left: 105%;
    margin-top: -1px;
    background-color: #d6d9e3
}

.edu-ab .edu-ab-content ul li .circle-icon:hover {
    background-color: #2aacff
}

.edu-ab .edu-ab-content ul li .circle-icon:hover i {
    color: #fff
}

.edu-ab .edu-ab-content ul li:first-child .circle-icon:before {
    display: none;
    visibility: hidden
}

.edu-ab .edu-ab-content ul li:last-child .circle-icon:after {
    display: none;
    visibility: hidden
}

.edu-ab .edu-ab-content ul li span {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-top: 15px
}
.section-padding {
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0;
}
.group-title-index {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
	color: #49575f
}

.group-title-index .top-title {
    text-transform: uppercase;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 16px
}

.group-title-index .center-title {
    font-size: 30px;
    font-weight: 900;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    line-height: 30px
}

.group-title-index .bottom-title {
    position: relative;
    display: inline-block
}

.group-title-index .bottom-title .bottom-icon {
    margin: 0 auto;
    font-size: 26px;
    color: #2aacff
}

.group-title-index .bottom-title:after, .group-title-index .bottom-title:before {
    position: absolute;
    content: '';
    width: 22px;
    height: 2px;
    background-color: #2aacff;
    top: 50%;
    margin-top: -5px
}

.group-title-index .bottom-title:after {
    left: -32px
}

.group-title-index .bottom-title:before {
    right: -32px
}
.edu-feature { 
}

.edu-feature p {
    line-height: 24px
}

.edu-feature .edu-feature-text {
    text-align: left;
    margin-bottom: 30px
}

.edu-feature .edu-feature-text .center-title {
    font-weight: 900;
    color: #49575f;
    line-height: 36px
}

.edu-feature .edu-feature-text .top-title {
    text-transform: none;
    font-weight: 400
}

.edu-feature .edu-feature-list {
    margin-bottom: 0px
}

.edu-feature .edu-feature-list li {
    border-bottom: 1px solid #ecf0f1;
    box-shadow: none
}

.edu-feature .edu-feature-list li .col-item-1 {
    line-height: 38px
}

.edu-feature .edu-feature-list li .col-item-2 {
    padding: 5px 5px 20px 35px
}

.edu-feature .edu-feature-list li:last-child {
    border-bottom: none
}

.edu-feature .edu-feature-list li a {
    color: inherit
}

.edu-feature .edu-feature-list li a span {
    color: #242c42
}

.edu-feature .edu-feature-list li i {
    color: #2aacff;
    width: 35px
}

.edu-feature img {
    width: 100%;
    max-width: 570px
}
.course-des {
    margin-bottom: 50px
}
blockquote {
    position: relative;
    border-left: 0px;
    margin: 50px 0px;
    padding: 10px 0px 10px 58px
}

blockquote:before {
    position: absolute;
    content: '\f10d';
    font-family: 'FontAwesome';
    top: 5px;
    left: 0;
    font-size: 30px;
    color: #90a1ae
}

blockquote .main-quote {
    font-weight: 400;
    font-style: italic;
    font-size: 18px
}

blockquote .sub-quote {
    font-style: italic;
    font-size: 16px;
    color: #627484
}

blockquote footer {
    text-align: right;
    font-weight: normal;
    color: #666666
}

blockquote footer:before {
    display: none
}

blockquote footer small {
    color: inherit;
    display: inline-block
}

blockquote footer small:before {
    display: none
}
.choose-course .icon-circle {
    position: relative;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    margin: 0 auto
}

.choose-course .icon-circle .icon-background {
    position: absolute;
    bottom: 12px;
    width: 146px;
    left: 50%;
    margin-left: -73px;
    height: 146px;
    border-radius: 50%;
    background-color: #2aacff;
    color: #fff;
    z-index: 11;
    display: table;
    transition: all .5s ease-in-out;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.choose-course .icon-circle .icon-background .icons-img {
    text-align: center;
    margin: 0 auto;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    font-size: 70px;
    line-height: 1;
    transition: all 0.4s ease
}

.choose-course .icon-circle .icon-background:after {
    position: absolute;
    content: '';
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border: 3px solid #fff;
    border-radius: 50%;
    transition: all 0.4s ease
}

.choose-course .icon-circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.choose-course .icon-circle .info .info-back {
    opacity: 1;
    border-radius: 50%;
    background-color: #242c42;
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
    transition: all 0.3s ease
}

.choose-course .icon-circle .info .info-back:before {
    position: absolute;
    z-index: 20;
    content: '';
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    border: 12px solid #2aacff;
    border-radius: 50%
}

.choose-course .icon-circle .info .info-back a {
    color: #fff;
    vertical-align: middle;
    padding: 20px;
    display: table-cell;
    position: relative;
    z-index: 2;
    transition: all 0.7s ease
}

.choose-course .icon-circle:hover .icon-background {
    background-color: #2aacff;
    bottom: 90%
}

.choose-course .icon-circle:hover .icon-background:after {
    border: 2px solid #fff
}

.choose-course .icon-circle:hover .info .info-back:before {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6)
}

.choose-course .icon-circle:hover .info .info-back a {
    transition-delay: 1s;
    z-index: 21
}

.choose-course .name-course {
    margin-top: 25px;
    color: #49575f;
    text-align: center;
    font-size: 16px
}

.choose-course .name-course a, .choose-course .name-course p, .choose-course .name-course span {
    color: #49575f;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.2s linear
}

.choose-course .name-course i {
    margin-left: 5px;
    transition: all 0.2s linear
}

.choose-course .name-course:hover a, .choose-course .name-course:hover p, .choose-course .name-course:hover span, .choose-course .name-course:hover i {
    color: #2aacff
}

.choose-course .choose-course-wrapper .col-md-4.col-xs-6 {
    margin-bottom: 70px
}

.choose-course .choose-course-wrapper .col-md-4.col-xs-6:nth-last-child(-n+3) {
    margin-bottom: 0
}

.choose-course-2 .item-course {
    width: 100%;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 70px 0;
    transition: all .5s ease-in-out
}

.choose-course-2 .item-course .icon-course .icons-img {
    font-size: 64px;
    line-height: 80px;
    color: #2aacff;
    transition: all .5s ease-in-out
}

.choose-course-2 .item-course .info-course {
    margin-top: 15px
}

.choose-course-2 .item-course .info-course .name-course {
    font-size: 21px;
    color: #49575f;
    margin-bottom: 10px;
    font-weight: 700
}

.choose-course-2 .item-course .info-course .info {
    font-size: 18px; 
}

.choose-course-2 .item-course .hover-text {
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100%;
    background-color: #2aacff;
    color: #fff;
    transition: all .5s ease-in-out
}

.choose-course-2 .item-course .hover-text .wrapper-hover-text {
    display: table;
    height: 100%;
    width: 100%
}

.choose-course-2 .item-course .hover-text .wrapper-hover-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 30px;
    line-height: 24px
}

.choose-course-2 .item-course .hover-text .wrapper-hover-content .title {
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff
}

.choose-course-2 .item-course .hover-text .wrapper-hover-content .title:hover {
    border-bottom: 1px solid #fff
}

.choose-course-2 .item-course:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15)
}

.choose-course-2 .item-course:hover .hover-text {
    top: 0
}

.choose-course-2 .choose-course-wrapper .col-md-4.col-xs-6 {
    margin-bottom: 30px
}

.choose-course-2 .choose-course-wrapper .col-md-4.col-xs-6:nth-last-child(-n+3) {
    margin-bottom: 0
}

.choose-course-3 .choose-course-3-wrapper.row {
    margin: 0
}

.choose-course-3 .item-course {
    width: 33.33333333%;
    float: left;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    border-left: 0;
    border-bottom: 0;
    position: relative;
    display: inline-block;
    transition: all .5s ease-in-out
}

.choose-course-3 .item-course:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15)
}

.choose-course-3 .item-course:hover .icon-course .icons-img {
    color: #242c42
}

.choose-course-3 .item-course:hover:before {
    position: absolute;
    content: '';
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    border: 1px solid #e1e1e1
}

.choose-course-3 .item-course:nth-child(3n-2) {
    border-left: 1px solid #e1e1e1
}

.choose-course-3 .item-course:nth-last-child(-n+3) {
    border-bottom: 1px solid #e1e1e1
}

.choose-course-3 .item-course-wrapper {
    display: table;
    padding: 16% 10%
}

.choose-course-3 .item-course-wrapper .icon-course {
    display: table-cell;
    vertical-align: top;
    padding-right: 30px;
    position: relative
}

.choose-course-3 .item-course-wrapper .icon-course:after {
    position: absolute;
    content: '';
    background: #e1e1e1;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    min-height: 90px
}

.choose-course-3 .item-course-wrapper .icon-course .icons-img {
    font-size: 64px;
    width: 64px;
    line-height: 1;
    color: #2aacff;
    transition: all .5s ease-in-out
}

.choose-course-3 .item-course-wrapper .info-course {
    display: table-cell;
    vertical-align: top;
    padding-left: 30px;
    color: #49575f
}

.choose-course-3 .item-course-wrapper .info-course .name-course {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
    position: relative;
    z-index: 2;
    color: #49575f
}

.choose-course-3 .item-course-wrapper .info-course .info {
    line-height: 24px
}

.edugate-layout-3 {
	width: 100%;
	min-height: 480px;
	background-color: #F2F7FD;
	margin-top: 0px;
	margin-bottom: 50px;
	border-bottom: 5px solid #eaedf5;
	position: relative;
	transition: all 0.3s linear
}

.edugate-layout-3 .edugate-layout-3-wrapper {
    position: relative;
    padding: 0 30px 20px 30px;
    top: -30px
}

.edugate-layout-3 .edugate-content {
    padding-top: 25px
}

.edugate-layout-3 .edugate-content .title {
    font-size: 20px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    max-height: 56px;
    overflow: hidden
}

.edugate-layout-3 .edugate-content .title:hover {
    color: #2aacff
}

.edugate-layout-3 .edugate-content .info {
    margin-bottom: 5px
}

.edugate-layout-3 .edugate-content .info-more {
    margin-bottom: 25px
}

.edugate-layout-3 .edugate-content .description {
	line-height: 24px;
	margin-bottom: 18px;
   /* overflow: hidden*/
}

.edugate-layout-3 .edugate-content .total-courses i, .edugate-layout-3 .edugate-content .total-courses a {
    display: inline-block;
    color: #49575f;
    text-transform: capitalize
}

.edugate-layout-3 .edugate-content .total-courses i {
    margin-right: 10px
}

.edugate-layout-3 .edugate-content .total-courses a:hover {
    color: #2aacff
}

.edugate-layout-3 .edugate-content .btn {
    margin: 0 auto;
    margin-top: 40px;
    display: block
}

.edugate-layout-3:after {
    position: absolute;
    z-index: 2;
    content: '';
    height: 5px;
    bottom: -5px;
    left: 0;
    width: 0;
    background-color: #242c42;
    transition: all 0.5s ease
}

.edugate-layout-3:hover {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15)
}

.edugate-layout-3:hover .edugate-content .title {
    color: #242c42
}

.edugate-layout-3:hover .edugate-content .title:hover {
	color: #2aacff;
	text-align: left;
}

.edugate-layout-3:hover:after {
    width: 100%
}

.edugate-layout-3.news-gird {
	margin-top: 0;
	margin-bottom: 90px
}

.edugate-layout-3.news-gird .edugate-content .title {
    text-transform: capitalize;
    margin-bottom: 5px
}

.edugate-layout-3.news-gird .edugate-content .btn {
    margin-top: 0
}

@media screen and (max-width: 1024px) {
    .navigation {
        padding-right: 0
    }

    .edugate-layout-1 .edugate-image {
        height: 335px
    }

    .edugate-layout-1 .edugate-content {
        padding-top: 30px
    }

    .col-md-9 .edugate-layout-1 .edugate-image {
        height: auto;
        top: 30px
    }

    .col-md-9 .edugate-layout-1 .edugate-image img {
        height: auto
    }

    .col-md-9 .edugate-layout-1 .edugate-content {
        padding: 30px
    }

    .col-md-9 .edugate-layout-1 .btn {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        float: right;
        margin-top: 10px
    }

    .news-page .news-page-wrapper .edugate-layout-1 {
        margin-bottom: 70px
    }

    .best-staff .container {
        max-width: 860px
    }

    .top-courses .group-btn-top-courses-slider {
        margin-top: 0
    }

    .courses .style-grid .col-style {
        width: 100%
    }

    .btn-list-grid {
        display: none
    }

    .news-page .news-page-wrapper {
        margin-top: 0
    }

    .widget .media .media-right a p {
        font-size: 13px
    }

    .edu-ab .edu-ab-content ul li {
        width: 25%
    }

    .staff-list .container {
        max-width: 860px
    }

    .register-table {
        padding: 30px 50px
    }

    .register-table .register-title {
        margin-top: 0
    }

    .gallery-page.gallery-mansonry .grid-item, .gallery-page.gallery-3column .grid-item {
        width: 283px;
        height: 210px
    }

    .gallery-page.gallery-mansonry .grid-item-height2, .gallery-page.gallery-3column .grid-item-height2 {
        height: 450px
    }

    .gallery-page.gallery-4column .grid-item {
        width: 283px;
        height: 210px
    }

    .edugate-layout-3 {
        min-height: 470px
    }

    .edugate-layout-3 .edugate-content .description {
        max-height: 100px
    }
}

@media screen and (max-width: 991px) {
    .col-2 {
        display: inline-block;
        margin-bottom: 20px
    }

    .method-item {
        margin-bottom: 15px
    }
}

@media (min-width: 768px) {
    .dropdown:hover .edugate-dropdown-menu-1 {
        display: block
    }

    .dropdown:hover .edugate-dropdown-menu-1 li:hover > .edugate-dropdown-menu-2 {
        display: block
    }
}

@media screen and (max-width: 768px) {
    header .header-main .logo {
        line-height: 60px
    }

    header .header-main .logo .header-logo img {
        max-width: 150px
    }

    header .header-main .navigation .nav-links li .main-menu {
        line-height: 60px;
        margin: 0 10px;
        font-size: 12px
    }

    header .header-main .edugate-dropdown-menu-1 {
        top: 65px
    }

    header .header-topbar .group-sign-in {
        margin-left: 50px
    }

    .slider-banner-02 {
        background-position: -210px
    }
	
    .choose-course .choose-course-wrapper .col-md-4.col-xs-6 {
        margin-bottom: 70px
    }

    .choose-course .choose-course-wrapper .col-md-4.col-xs-6:nth-last-child(-n+3) {
        margin-bottom: 70px
    }

    .choose-course .choose-course-wrapper .col-md-4.col-xs-6:nth-last-child(-n+2) {
        margin-bottom: 0
    }

    .accordion-faq .row .col-md-6 {
        margin-bottom: 70px
    }

    .accordion-faq .row .col-md-6:last-child {
        margin-bottom: 0
    }

    .choose-course-2 .choose-course-wrapper .col-md-4.col-xs-6:nth-last-child(-n+3) {
        margin-bottom: 30px
    }

    .choose-course-2 .choose-course-wrapper .col-md-4.col-xs-6:nth-last-child(-n+2) {
        margin-bottom: 0
    }

    .why-choose-us .why-choose-us-wrapper-bottom i {
        font-size: 30px
    }

    .why-choose-us .why-choose-us-wrapper-bottom a, .why-choose-us .why-choose-us-wrapper-bottom p, .why-choose-us .why-choose-us-wrapper-bottom span {
        padding-left: 10px
    }

    .slider-talk-about-us {
        padding-bottom: 50px
    }

    .slider-talk-about-us .peopel-item .peopel-comment {
        width: 80%;
        padding: 30px 20px
    }

    .slider-talk-about-us .group-btn-slider {
        position: relative;
        top: 0
    }

    .edugate-layout-1 .edugate-image {
        height: auto;
        top: 30px
    }

    .edugate-layout-1 .edugate-image img {
        height: auto
    }

    .edugate-layout-1 .edugate-content {
        padding: 30px
    }

    .edugate-layout-1 .edugate-content .title {
        font-size: 24px;
        max-height: 68px
    }

    .edugate-layout-1 .edugate-content .description {
        height: 72px
    }

    .edugate-layout-1 .edugate-content .btn {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        float: right;
        margin-top: 10px
    }

    .edugate-layout-3 {
        min-height: 480px
    }

    .group-btn-slider .btn-prev, .group-btn-slider .btn-next {
        top: auto;
        bottom: 20px;
        width: 40px;
        height: 40px;
        line-height: 32px
    }

    .group-btn-slider .btn-prev {
        left: 50%;
        margin-left: -50px
    }

    .group-btn-slider .btn-next {
        right: 50%;
        margin-right: -50px
    }

    .best-staff {
        padding-bottom: 150px
    }

    .best-staff .group-btn-slider {
        position: relative;
        top: 80px
    }

    .best-staff .group-btn-slider .btn-prev, .best-staff .group-btn-slider .btn-next {
        top: auto;
        bottom: 20px;
        width: 40px;
        height: 40px;
        line-height: 32px
    }

    .best-staff .group-btn-slider .btn-prev {
        left: 50%;
        margin-left: -50px
    }

    .best-staff .group-btn-slider .btn-next {
        right: 50%;
        margin-right: -50px
    }

    .pricing {
        position: relative;
        padding-bottom: 100px
    }

    .pricing .group-title-index {
        margin-bottom: 30px
    }

    .pricing .pricing-wrapper .col-sm-4 {
        width: 100%
    }

    .pricing .pricing-wrapper .pricing-widget {
        padding-top: 30px;
        padding-bottom: 40px
    }

    .pricing .group-btn-slider {
        display: block;
        position: relative;
        top: 40px
    }

    .courses .style-grid .col-style {
        margin-bottom: 70px
    }

    .courses .top-content {
        margin-bottom: 50px
    }

    .courses .top-content .result-output {
        margin-bottom: 30px
    }

    .gallery-page.gallery-mansonry .grid-item, .gallery-page.gallery-3column .grid-item {
        width: 45.5%;
        height: 260px
    }

    .gallery-page.gallery-mansonry .grid-item-height2, .gallery-page.gallery-3column .grid-item-height2 {
        height: 550px
    }

    .gallery-page.gallery-4column .grid-item {
        width: 45.5%;
        height: 260px
    }

    .homepage-03 .info-text2 {
        display: none
    }

    .homepage-03 .info-text1 {
        float: left
    }

    .homepage-03 .info-text3 {
        float: right
    }

    header .header-main.homepage-03 .logo {
        display: block;
        float: left;
        line-height: 50px;
        width: 125px
    }

    header .header-main.homepage-03 .navigation {
        float: right
    }

    .choose-course-3 .item-course {
        width: 50%
    }

    .choose-course-3 .item-course:nth-last-child(-n+3) {
        border-bottom: none
    }

    .choose-course-3 .item-course:nth-child(3n-2) {
        border-left: none
    }

    .choose-course-3 .item-course:nth-last-child(-n+2) {
        border-bottom: 1px solid #e1e1e1
    }

    .choose-course-3 .item-course-wrapper .icon-course {
        width: 90px
    }

    .search-input .form-select, .search-input .form-submit, .search-input .sbHolder {
        width: 20%;
        display: inline-block
    }

    .search-input .form-submit span i {
        display: none
    }

     .slider-banner {
      min-height: 568px
   }

    .slider-banner .slider-item {
         min-height: 568px
   }

    .slider-banner .slider-item .slider-2 {
        background-position: -210px
    }

    .slider-banner .slider-item .slider-3 {
        background-position: -130px
    }

    .news-page .news-masonry .gird-item {
        width: 50%
    }

    .news-page .news-masonry .gird-item .owl-nav .owl-next {
        right: 0
    }

    .customs-row {
        display: inline
    }

    .course-video {
        margin-bottom: 30px
    }

    .table-body {
        height: 500px
    }

    blockquote {
        margin: 25px 10% 20px 10%
    }

    ul.tag-widget {
        margin: 20px 0 0 0
    }

    .footer-top .footer-top-wrapper {
        padding: 30px 0px
    }

    .footer-top .footer-top-wrapper .footer-top-left {
        display: table-row
    }

    .footer-top .footer-top-wrapper .footer-top-left .footer-top-focus {
        line-height: 1;
        margin-bottom: 5px
    }

    .footer-top .footer-top-wrapper .footer-top-left .footer-top-text {
        margin-bottom: 20px
    }

    .footer-top .footer-top-wrapper .footer-top-right {
        display: table-row;
        text-align: left
    }

    .footer-main .footer-main-wrapper {
        padding: 70px 0 10px 0
    }

    .footer-main .title-widget {
        padding-bottom: 25px
    }

    .nav-subscribe-wrapper .nav-subscribe-left .subscribe-text {
        font-size: 25px
    }

    .page-404 {
        background-position: -200px
    }

    .intro-edu {
        padding-bottom: 100px
    }

    .intro-edu .intro-edu-wrapper .col-md-5 {
        text-align: center
    }

    .edu-ab .edu-ab-content ul li .circle-icon:after {
        width: 50%
    }

    .edu-ab .edu-ab-content ul li .circle-icon:before {
        width: 50%
    }

    .edu-feature .col-md-6:first-child {
        margin-bottom: 50px
    }

    .edu-feature img {
        margin: 0 auto;
        display: block
    }

    .sidebar {
        margin-top: 70px
    }

    .edugate-dropdown-menu-1 > li > a, .edugate-dropdown-menu-1 > li span, .edugate-dropdown-menu-1 > li p {
        line-height: 40px !important
    }

    .carousel-indicators {
        display: none
    }
	
     .slider-talk-about-us.style-2 .group-btn-slider {
        display: block
    }

    .slider-talk-about-us.style-2 .group-btn-slider .btn-next, .slider-talk-about-us.style-2 .group-btn-slider .btn-prev {
        background-color: transparent;
        border-color: rgba(0, 0, 0, 0.5);
        color: rgba(0, 0, 0, 0.5);
        box-shadow: none;
        background-image: none
    }

    .teacher-skill {
        padding-bottom: 30px;
        padding-top: 30px
    }

    .teacher-skill .teacher-skill-wrapper .title {
        margin-bottom: 29px
    }

    .teacher-skill .teacher-skill-wrapper .row .skill-level {
        margin-bottom: 20px;
        padding: 0 30px
    }

    .teacher-skill .teacher-skill-wrapper .row .skill-level:nth-last-child(2), .teacher-skill .teacher-skill-wrapper .row .skill-level:last-child {
        margin-bottom: 20px
    }

    .teacher-course .teacher-course-wrapper .table-body {
        height: 100%
    }
}

@media screen and (max-width: 767px) {
    header .header-main .logo {
        line-height: 60px
    }

    header .header-main .logo .header-logo img {
        width: 150px
    }

    header .header-main .navigation {
        width: 50%;
        min-width: 290px;
        text-align: right;
        position: absolute;
        right: 0;
        background-color: #fff;
        top: 65px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3)
    }

    header .header-main .navigation .nav-links li .main-menu {
        line-height: 50px;
        padding: 0;
        margin: 0 20px;
        font-size: 14px;
        text-align: left
    }

    header .header-main .navigation .nav-links li.active .main-menu {
        border-bottom: none
    }

    header .header-main .navigation .nav-links li:hover .main-menu {
        background-color: transparent
    }

    header .header-main .navigation .nav-links li:hover .main-menu:after {
        height: 0
    }

    header .header-main .navigation .icons-dropdown {
        float: right;
        line-height: 50px;
        width: 35px;
        text-align: center
    }

    header .header-main .navbar-heade {
        display: inline-block;
        width: 100%
    }

    header .header-main .edugate-dropdown-menu-1 {
        padding: 0;
        text-align: right;
        margin: 0 20px 0 20px;
        border-bottom: 2px solid #2aacff !important
    }

    header .header-main .edugate-dropdown-menu-1 > li > .link-page {
        line-height: 40px !important;
        margin: 0;
        padding-right: 30px;
        text-align: left
    }

    header .header-main .edugate-dropdown-menu-1 > li:hover {
        background-color: #fff
    }

    header .header-main .edugate-dropdown-menu-1 li:last-child > a {
        border-bottom: 1px solid #2aacff
    }

    header .header-main .edugate-dropdown-menu-2 {
        background-color: #fff;
        border-bottom: none
    }

    header .header-main .edugate-dropdown-menu-2 > li > .link-page {
        line-height: 40px;
        margin: 0;
        text-align: left;
        padding-right: 30px
    }

    header .header-main .edugate-dropdown-menu-2 li:last-child > a {
        border-bottom: 1px solid #2aacff
    }

    header .header-main.header-fixed .logo {
        line-height: 40px
    }

    header .header-main.header-fixed .logo .header-logo img {
        width: 125px
    }

    header .header-main.header-fixed .edugate-navbar {
        margin: 6px 0 0 0
    }

    header .header-main.header-fixed .navigation {
        top: 45px
    }

    header .header-main.homepage-03 .logo {
        width: 150px;
        line-height: 60px
    }

    header .header-main.homepage-03 .navigation .nav-links {
        width: 100%;
        text-align: right;
        margin-bottom: 0;
        float: none !important
    }

    header .header-main.homepage-03.header-fixed .logo {
        line-height: 45px
    }

    header .header-main.homepage-03.header-fixed .logo .header-logo img {
        width: 125px
    }

    header .header-main.homepage-03.header-fixed .edugate-navbar {
        margin: 6px 0 0 0
    }

    header .header-main.homepage-03.header-fixed .navigation {
        top: 45px
    }

    header .header-main.homepage-03.header-fixed .navigation .nav-links li .main-menu {
        line-height: 50px;
        padding: 0 13px 0 10px;
        margin: 0
    }

    header .header-main.homepage-03.header-fixed .navigation .nav-links li.active .main-menu {
        border-bottom: none
    }

    header .header-main.homepage-03.header-fixed .navigation .nav-links li:hover .main-menu {
        background-color: transparent
    }

    header .header-main.homepage-03.header-fixed .navigation .nav-links li:hover .main-menu:after {
        height: 0
    }

    header .header-topbar .socials {
        display: none
    }

    header .dropdown-menu > li > a:hover, header .dropdown-menu > li > a:focus {
        background-color: #fff
    }

    .navigation {
        padding-right: 15px
    }

    .button-search {
        opacity: 0
    }

    .nav-search {

        box-shadow: none;
        padding: 0;
        width: 100%;
        position: relative;
        top: -50px;
        right: 0;
        bottom: 0
    }

    .nav-search:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        background-color: #cccccc;
        left: 0;
        right: 0;
        top: 0
    }

    .nav-search form {
        border: none
    }

    .nav-search form input[type='text'] {
        width: 80%;
        padding: 0 5px 0 15px
    }

    .nav-search form .searchbutton {
        width: 20%;
        padding-right: 0;
        text-align: center
    }

    .edugate-navbar {
        background-color: #2aacff;
        cursor: pointer;
        margin-top: 16px
    }

    .edugate-navbar .icon-bar {
        background-color: #fff
    }

    .slider-banner .slider-item {
        height: 568px
    }

    .slider-banner .slider-item .slider-caption {
        text-align: center
    }

    .slider-banner-02 {
        background-position: center
    }

    .slider-banner-03 .container {
        min-height: 568px
    }

    .event-detail-content .row {
        margin: 0
    }

    .event-detail-related .underline {
        margin-bottom: 60px
    }

    .gallery-page.gallery-mansonry .grid-item, .gallery-page.gallery-3column .grid-item {
        width: 45.5%;
        height: 225px
    }

    .gallery-page.gallery-mansonry .grid-item-height2, .gallery-page.gallery-3column .grid-item-height2 {
        height: 480px
    }

    .gallery-page.gallery-4column .grid-item {
        width: 45.5%;
        height: 225px
    }

    .count-down-wrapper .clock-count-down {
        margin-bottom: 20px
    }

    .count-down-wrapper .clock-count-down .col-sm-3 {
        margin-bottom: 30px
    }

    .progress-bars {
        position: relative;
        padding-bottom: 160px
    }

    .progress-bars .container {
        width: 100%
    }

    .progress-bars .group-button {
        margin: 0
    }

    .progress-bars .progress-bar-wrapper .group-btn-slider {
    display: none
    }

    .edugate-layout-1 {
        margin-top: 0;
        margin-bottom: 70px
    }

    .edugate-layout-2:before {
        width: 80%
    }

    .why-choose-us .why-choose-us-wrapper-top .why-choose-us-wrapper {
        padding-right: 35%
    }

    .why-choose-us .why-choose-us-wrapper-top .background-girl-1 {
        width: 30%;
        left: 65%
    }

    .why-choose-us .why-choose-us-wrapper-bottom .customs-row {
        display: block
    }

    .slider-talk-about-us .peopel-item .peopel-comment {
        width: 90%
    }

    .top-courses .top-courses-slider {
        margin-bottom: 0
    }

    .top-courses .group-btn-top-courses-slider {
        margin-top: 30px
    }

    .search-input {
        background-repeat: repeat
    }

    .search-input .form-select, .search-input .form-submit {
        width: 22%
    }

    .search-input .form-input {
        width: 56% !important;
        margin-right: 0
    }

    .search-input .form-submit {
        width: 160px;
        text-align: center;
        margin: 0 auto;
        margin-top: 10px;
        float: none
    }

    .search-input .search-input-wrapper {
        padding: 45px 0;
        text-align: center
    }

    .page-404 {
        min-height: 568px;
        height: auto;
        display: table
    }

    .page-404 .container {
        display: table-cell;
        vertical-align: middle
    }

    .page-404 .wrapper-404 .title-404 .warning {
        line-height: 1.1
    }

    .edugate-layout-3 {
        min-height: auto;
        margin-bottom: 70px
    }

    .edugate-layout-3 .edugate-layout-3-wrapper {
        top: 0;
        padding: 30px;
        display: table
    }

    .edugate-layout-3 .edugate-layout-3-wrapper .edugate-image, .edugate-layout-3 .edugate-layout-3-wrapper .edugate-video, .edugate-layout-3 .edugate-layout-3-wrapper .edugate-audio {
        display: table-cell;
        vertical-align: top;
        width: 48%
    }

    .edugate-layout-3 .edugate-layout-3-wrapper .edugate-image .news-gird-slider, .edugate-layout-3 .edugate-layout-3-wrapper .edugate-video .news-gird-slider, .edugate-layout-3 .edugate-layout-3-wrapper .edugate-audio .news-gird-slider {
        width: 295px
    }

    .edugate-layout-3 .edugate-layout-3-wrapper .edugate-video, .edugate-layout-3 .edugate-layout-3-wrapper .edugate-audio {
        min-width: 290px
    }

    .edugate-layout-3 .edugate-layout-3-wrapper .edugate-content {
        display: table-cell;
        vertical-align: top;
        padding: 0 0 0 30px
    }

    .edugate-layout-3 .edugate-content .btn {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        float: right;
        margin-top: 10px
    }

    .edugate-layout-3.news-gird {
        margin-bottom: 70px
    }

    .news-page .news-masonry .gird-item {
        width: 100%
    }

    .list-categories .result-output {
        margin-bottom: 0
    }

    .list-categories .top-content {
        margin-bottom: 70px
    }

    .edu-ab .edu-ab-content ul li .circle-icon {
        height: 90px;
        width: 90px
    }

    .edu-ab .edu-ab-content ul li .circle-icon i {
        line-height: 90px
    }

    .register-table .register-title {
        font-size: 20px
    }

    .footer-main .footer-main-wrapper {
        padding: 50px 0 0px 0
    }

    .footer-main .hyperlink {
        line-height: 45px;
        min-height: 45px
    }

    .courses-detail {
        padding-bottom: 70px
    }

    .sidebar .widget:nth-last-child(-n + 3) {
        margin-bottom: 0
    }

    .layout-left {
        float: none
    }

    .layout-right {
        float: none
    }

    .dropdown-focus {
        display: block;
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .courses .group-title-index {
        margin-bottom: 60px
    }

    .edugate-video-player {
        width: 310px
    }

    .edugate-audio-player {
        width: 310px
    }
}

@media screen and (max-width: 600px) {
    header .header-topbar .group-sign-in {
        margin-left: 0
    }

    .nav-search form input[type='text'] {
        width: 79%
    }

    .nav-search form .searchbutton {
        width: 20%;
        padding-right: 0
    }

    .search-input .form-select, .search-input .form-submit, .search-input .sbHolder {
        min-width: 150px
    }

    .search-input .form-input {
        width: 40% !important
    }

        .slider-item .slider-caption .text-info-1 {
            font-size: 46px;
          margin-bottom: 5px
        }

       .slider-item .slider-caption .text-info-2 {
            font-size: 26px;
            margin-bottom: 5px
        }

       .slider-item .slider-caption .btn p {
           font-size: 18px;
           line-height: 40px
       }

  .slider-banner-02 .slider-banner-wrapper .sub-title, .slider-banner-03 .slider-banner-wrapper .sub-title {
     font-size: 24px;
    margin-bottom: 20px
 }

  .slider-banner-02 .slider-banner-wrapper .main-title, .slider-banner-03 .slider-banner-wrapper .main-title {
     font-size: 60px;
    margin-bottom: 40px
  }

     .section-padding {
        padding: 60px 0
     }

    .bg-w-form {
        padding-top: 50px
    }

    .picture-gallery .gallery-content .grid-item {
        width: 50%
    }

    .event-count-down {
        padding-bottom: 0
    }

    .contact-main2 {
        padding-top: 0
    }

    .gallery-page .grid-item {
        margin: 0 7.5px 15px 7.5px;
        width: 46.5% !important
    }

    .accordion .panel-heading .panel-title a {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
        padding-right: 70px
    }

    .gallery-page.gallery-mansonry .grid-item-height2, .gallery-page.gallery-mansonry .grid-item-height2 {
        height: 465px
    }

    .edu-ab .edu-ab-content ul li .circle-icon:before {
        width: 45%
    }

    .choose-course .name-course {
        margin-top: 15px
    }

    .choose-course .choose-course-wrapper .col-md-4.col-xs-6 {
        margin-bottom: 40px
    }

    .choose-course .choose-course-wrapper .col-md-4.col-xs-6:nth-last-child(-n+3) {
        margin-bottom: 40px
    }

    .choose-course .choose-course-wrapper .col-md-4.col-xs-6:nth-last-child(-n+2) {
        margin-bottom: 0
    }

    .choose-course-3 .item-course-wrapper .icon-course {
        display: block;
        width: 100%;
        padding: 0;
        text-align: center
    }

    .choose-course-3 .item-course-wrapper .icon-course:after {
        display: none
    }

    .choose-course-3 .item-course-wrapper .info-course {
        display: block;
        width: 100%;
        padding: 0;
        text-align: center;
        padding-top: 15px
    }

    .choose-course-3 .item-course {
        height: 300px
    }

    .pricing {
        padding-bottom: 90px
    }

    .pricing .pricing-wrapper .pricing-widget {
        padding-top: 0
    }

    .best-staff {
        padding-bottom: 120px
    }

    .progress-bars {
        padding-bottom: 120px
    }

    .picture-gallery {
        padding-bottom: 0
    }

    .footer-top .footer-top-wrapper .footer-top-left .footer-top-focus {
        font-size: 24px;
        line-height: 30px
    }

    .edugate-tabs {
        margin-bottom: 20px
    }

    .edugate-tabs li {
        height: 60px
    }

    .courses .top-content {
        margin-bottom: 20px
    }

    .slider-talk-about-us .slider-talk-about-us-wrapper {
        padding: 60px 0
    }

    .slider-talk-about-us .group-btn-slider {
        top: 20px
    }

    .edugate-layout-3 .edugate-content .btn {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 20px;
        margin-right: 0
    }

    .underline {
        margin-bottom: 35px
    }

    .course-title {
        font-size: 28px
    }

    .news-list {
        margin-bottom: 30px
    }

    .news-list .list-expand-title {
        margin-bottom: 20px
    }

    .news-content {
        margin-bottom: 60px
    }

    .news-author {
        margin-bottom: 60px
    }

    .news-comment {
        margin-bottom: 60px
    }

    .intro-edu {
        padding: 60px 0
    }

    .rlp-table {
        padding: 30px 30px
    }

    .sidebar {
        margin-top: 50px
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .staff-item {
        width: 220px
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .staff-item .staff-item-wrapper {
        height: 210px
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des .title {
        margin-bottom: 25px
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des .content .content-detail {
        margin-bottom: 20px
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info {
        display: inline-block;
        text-align: center
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .staff-item2 {
        width: 270px;
        padding: 30px 30px 45px;
        margin-bottom: 20px;
        display: inline-block
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des {
        display: inline-block;
        vertical-align: middle;
        padding: 0;
        text-align: left
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des .title {
        margin-bottom: 5px
    }

    .edugate-layout-3 .edugate-layout-3-wrapper .edugate-video, .edugate-layout-3 .edugate-layout-3-wrapper .edugate-audio {
        min-width: 210px
    }
}

@media screen and (max-width: 480px) {
    .choose-course .icon-circle {
        width: 140px;
        height: 140px
    }

    .choose-course .icon-circle .icon-background {
        width: 116px;
        height: 116px;
        margin-left: -58px
    }

    .choose-course .icon-circle .icon-background .icons-img {
        font-size: 58px
    }

    .progress-bars .title-2 {
        font-size: 24px;
        line-height: 34px
    }

    .slider-banner-02 {
        background-position: left
    }

    .why-choose-us .why-choose-us-wrapper-top .why-choose-us-wrapper {
        padding-right: 0
    }

    .why-choose-us .why-choose-us-wrapper-top .background-girl-1 {
        display: none
    }

    .why-choose-us .why-choose-us-wrapper-bottom .why-choose-us-wrapper {
        padding: 20px 0
    }

    .why-choose-us .why-choose-us-wrapper-bottom .section-icon {
        width: 100%;
        margin: 15px 0
    }

    .why-choose-us .why-choose-us-wrapper-bottom .section-icon i {
        width: 50px
    }

    .accordion-faq .row .col-md-6 {
        margin-bottom: 40px
    }

    .slider-talk-about-us .peopel-item .peopel-comment {
        width: 100%
    }

    .staff-item {
        padding: 20px 15px
    }

    .staff-item .staff-item-wrapper {
        padding: 0 15px
    }

    .edugate-layout-2:before {
        width: 100%
    }

    .edugate-layout-2 .edugate-layout-2-wrapper {
        padding: 30px
    }

    .edugate-layout-2 .edugate-layout-2-wrapper .edugate-content {
        display: block;
        padding: 0;
        width: 100%;
        margin-bottom: 30px
    }

    .edugate-layout-2 .edugate-layout-2-wrapper .edugate-content .title {
        font-size: 24px
    }

    .edugate-layout-2 .edugate-layout-2-wrapper .edugate-image {
        width: 100%;
        height: auto;
        display: block
    }

    .edugate-layout-2 .edugate-content .btn {
        position: inherit;
        left: auto;
        margin-left: auto;
        bottom: auto;
        float: right;
        margin-bottom: 30px;
        margin-top: 10px
    }

    .group-title-index {
        margin-bottom: 30px
    }

    .pricing {
        padding-bottom: 80px
    }

    .pricing .group-title-index {
        margin-bottom: 10px
    }

    .edugate-layout-1 .edugate-image {
        display: block;
        width: 100%;
        padding: 30px;
        top: 0
    }

    .edugate-layout-1 .edugate-content {
        width: 100%;
        display: block;
        padding: 0 30px
    }

    .edugate-layout-1 .edugate-content button {
        margin-bottom: 30px;
        margin-top: 10px
    }

    .col-md-9 .edugate-layout-1 .edugate-image {
        width: 100%;
        top: 0
    }

    .col-md-9 .edugate-layout-1 .edugate-content {
        padding: 0 30px
    }

    .news-page .news-page-wrapper .edugate-layout-1 {
        margin-bottom: 40px
    }

    .count-down-wrapper .clock-count-down {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%
    }

       .slider-banner-02 .slider-banner-wrapper .sub-title, .slider-banner-03 .slider-banner-wrapper .sub-title {
            font-size: 20px;
           margin-bottom: 15px
       }

       .slider-banner-02 .slider-banner-wrapper .main-title, .slider-banner-03 .slider-banner-wrapper .main-title {
           font-size: 40px;
           margin-bottom: 30px
       }

    .choose-course-2 .col-md-4.col-xs-6 :nth-child(2n - 1) {
        padding-right: 8px
    }

    .choose-course-2 .col-md-4.col-xs-6 :nth-child(2n) {
        padding-left: 7px
    }

    .choose-course-2 .item-course {
        padding: 55px 0
    }

    .choose-course-2 .item-course .info-course {
        margin-top: 10px;
        padding: 0 10px
    }

    .choose-course-2 .item-course .info-course .name-course {
        font-size: 20px;
        margin-bottom: 5px
    }

    .choose-course-2 .item-course .hover-text .wrapper-hover-content {
        padding: 10px
    }

    .choose-course-3 .item-course {
        height: 270px
    }

    .courses .style-grid .col-style {
        margin-bottom: 40px
    }

    .top-courses .top-courses-item {
        padding: 20px 0
    }

    .courses .group-title-index {
        margin-bottom: 60px
    }

    .search-input .form-select, .search-input .form-submit, .search-input .sbHolder {
        width: 47%;
        margin-bottom: 10px;
        margin-left: 6px;
        margin-right: 6px
    }

    .search-input .form-select.style-2, .search-input .form-submit.style-2, .search-input .sbHolder.style-2 {
        margin-right: 0
    }

    .search-input .form-input {
        width: 100% !important;
        margin-right: 0
    }

    .search-input .form-submit {
        width: 160px;
        text-align: center;
        margin: 0 auto;
        margin-top: 10px;
        float: none
    }

    .search-input .search-input-wrapper {
        padding: 15px 0
    }

    .wrapper-404 .title-404 .warning {
        font-size: 160px
    }

    .wrapper-404 .title-404 .btn-404 {
        width: 160px;
        height: 40px;
        font-size: 18px
    }

    .wrapper-404 .title-404 .btn-404 p {
        font-size: 18px
    }

    .edugate-layout-3 .edugate-layout-3-wrapper .edugate-image {
        display: block;
        width: 100%;
        margin-bottom: 30px
    }

    .edugate-layout-3 .edugate-layout-3-wrapper .edugate-content {
        display: block;
        vertical-align: top;
        padding: 0;
        width: 100%
    }

    .edugate-layout-3 .btn {
        position: absolute;
        bottom: 30px;
        right: 30px
    }

    .underline {
        margin-bottom: 25px
    }

    blockquote {
        padding-left: 40px;
        margin: 20px 20px 10px 20px
    }

    .course-des {
        margin-bottom: 30px
    }

    .news-content {
        margin-bottom: 40px
    }

    .news-author {
        margin-bottom: 40px
    }

    .news-comment {
        margin-bottom: 40px
    }

    .btn-submit {
        line-height: 25px
    }

    .btn-submit p {
        font-size: 12px
    }

    .socials a {
        margin-right: 6px
    }

    .edu-ab .edu-ab-content ul li {
        width: 280px;
        display: block;
        margin: 0 auto;
        padding: 40px 0
    }

    .edu-ab .edu-ab-content ul li:first-child {
        padding-top: 20px
    }

    .edu-ab .edu-ab-content ul li:last-child {
        padding-bottom: 0
    }

    .edu-ab .edu-ab-content ul li .circle-icon {
        width: 100px;
        height: 100px;
        display: table-cell
    }

    .edu-ab .edu-ab-content ul li .circle-icon:after {
        width: 2px;
        height: 50px;
        top: auto;
        margin-top: auto;
        left: 50%;
        margin-left: -1px;
        bottom: -53px
    }

    .edu-ab .edu-ab-content ul li .circle-icon:before {
        width: 2px;
        height: 50px;
        margin-top: auto;
        left: 50%;
        margin-left: -1px;
        top: -53px
    }

    .edu-ab .edu-ab-content ul li .circle-icon i {
        line-height: 100px
    }

    .edu-ab .edu-ab-content ul li span {
        width: 180px;
        display: table-cell;
        vertical-align: middle;
        padding-left: 20px;
        text-align: left
    }

    .nav-subscribe-wrapper {
        height: auto;
        padding: 25px 0 30px 0
    }

    .nav-subscribe-wrapper .nav-subscribe-left, .nav-subscribe-wrapper .nav-subscribe-right {
        display: table-row;
        text-align: left
    }

    .nav-subscribe-wrapper .nav-subscribe-left .subscribe-text {
        padding: 0;
        font-size: 24px;
        margin-bottom: 12px;
        line-height: 24px
    }

    .group-title-index .center-title {
        font-size: 24px
    }

    .rlp-table .rlp-title {
        font-size: 20px
    }

    .news-comment ul.comment-list-children {
        margin-left: 50px
    }

    .news-comment li .media-left {
        padding-left: 0px
    }

    .news-comment li .media-body {
        padding-right: 0px
    }

    .news-comment li .des p {
        font-size: 13px
    }

    .title-news {
        font-size: 30px
    }

    .news-content .news-image-block {
        margin-right: 0px;
        width: 100%;
        margin-bottom: 40px
    }

    .news-author {
        height: auto
    }

    .news-author .des p {
        font-size: 13px
    }

    .footer-main .footer-main-wrapper {
        padding: 50px 0 0 0
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .staff-item .staff-item-wrapper {
        height: 180px
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info {
        display: inline-block;
        text-align: center
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .staff-item2 {
        width: 270px;
        padding: 30px 30px 45px;
        margin-bottom: 20px;
        display: inline-block
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des {
        display: inline-block;
        vertical-align: middle;
        padding: 0;
        text-align: left
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des .title {
        margin-bottom: 5px
    }

    .edugate-video-player {
        width: 360px;
        height: 270px;
        margin-bottom: 15px
    }

    .edugate-audio-player {
        width: 360px;
        margin-bottom: 25px
    }
}

@media screen and (max-width: 420px) {
    header .header-topbar .email, header .header-topbar .hotline {
        display: inherit;
        margin-right: 0;
        line-height: 25px
    }
}

@media screen and (max-width: 414px) {
    .edugate-video-player {
        width: 290px;
        height: 230px
    }

    .edugate-audio-player {
        width: 290px
    }

    .sd380 {
        width: 100%
    }

    .sidebar .widget:nth-last-child(-n + 3) {
        margin-bottom: 30px
    }

    .sidebar .widget:nth-last-child(-n + 2) {
        margin-bottom: 0
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .staff-item .staff-item-wrapper {
        height: 160px
    }

    .accordion-faq .underline, .contact-main2 .underline {
        font-size: 26px
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info {
        display: inline-block;
        text-align: center
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .staff-item2 {
        width: 270px;
        padding: 30px 30px 45px;
        margin-bottom: 20px;
        display: inline-block
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des {
        display: inline-block;
        vertical-align: middle;
        padding: 0;
        text-align: left
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des .title {
        margin-bottom: 5px
    }
}

@media screen and (max-width: 380px) {
    .edugate-video-player {
        width: 250px;
        height: 190px
    }

    .edugate-audio-player {
        width: 255px
    }

    header .header-main .navigation {
        width: 100%;
        top: 45px
    }

    header .header-main .logo {
        line-height: 40px
    }

    header .header-main .logo .header-logo img {
        width: 125px
    }

    header .header-main.header-fixed .logo {
        line-height: 40px
    }

    header .header-main.header-fixed .logo .header-logo img {
        width: 125px
    }

    header .header-main .edugate-navbar {
        margin: 6px 0 0 0
    }

    header .header-main.homepage-03 .logo {
        width: 125px !important;
        line-height: 45px
    }

    .choose-course .name-course a, .choose-course .name-course p, .choose-course .name-course span {
        font-size: 14px
    }

    .choose-course .name-course i {
        display: none
    }

    .progress-bars .progress-bar-wrapper .inner {
        font-size: 50px;
        margin-bottom: 40px
    }

    .progress-bars .progress-bar-wrapper .title-2 {
        margin-bottom: 30px
    }

    .event-detail-content .col-md-4 {
        padding: 0
    }

    .event-detail-title {
        font-size: 30px
    }

    .choose-course-2 .choose-course-wrapper .col-md-4.col-xs-6:nth-last-child(-n+2) {
        margin-bottom: 30px
    }

    .choose-course-2 .choose-course-wrapper .col-md-4.col-xs-6:last-child {
        margin-bottom: 0
    }

    .group-button button:first-child {
        margin-right: 0;
        margin-bottom: 20px
    }

    .edugate-tabs {
        margin-bottom: 0px
    }

    .slider-talk-about-us .peopel-item .peopel-comment {
        height: 210px;
        overflow: hidden
    }

    .edugate-content .title {
        line-height: 28px
    }

    .choose-course-2 .col-md-4.col-xs-6 {
        width: 100%;
        padding: 0 15px !important
    }

    header .header-main.homepage-03 .navigation {
        top: 45px
    }

    .choose-course-3 .item-course {
        width: 90%;
        margin: 15px auto 0 15px;
        border: 1px solid #e1e1e1 !important
    }

    .search-input .form-select, .search-input .form-submit, .search-input .sbHolder {
        width: 100%;
        margin: 0;
        margin-bottom: 10px
    }

    .search-input .form-input {
        width: 100% !important;
        margin-right: 0
    }

    .search-input .form-submit {
        width: 160px;
        text-align: center;
        margin: 0 auto;
        margin-top: 10px;
        display: inline-block;
        float: none
    }

    .search-input .search-input-wrapper {
        padding: 15px 0
    }

    .gallery-page .grid-item {
        width: 100% !important;
        margin: 0;
        margin-bottom: 15px
    }

    .list-categories .top-content {
        margin: 0
    }

    .courses .group-title-index {
        margin-bottom: 45px
    }

    .top-content .result-output .result-count {
        display: none
    }

    .pagination .btn-squae {
        width: 32px;
        height: 32px;
        line-height: 32px
    }

    .pagination .pagination__list li .pagination__previous, .pagination .pagination__list li .pagination__next {
        line-height: 27px
    }

    .edugate-layout-3 {
        margin-top: 0;
        margin-bottom: 40px
    }

    .edugate-layout-3.news-gird {
        margin-bottom: 40px
    }

    .news-list .col-xs-6 {
        width: 100%
    }

    .edugate-layout-1 {
        margin-bottom: 40px
    }

    .course-title {
        font-size: 24px
    }

    .course-info {
        margin-bottom: 30px
    }

    .courses-detail {
        padding-bottom: 20px
    }

    .page-title .captions {
        font-size: 34px
    }

    .news-comment li .list-item {
        padding: 20px 15px
    }

    .sd380 {
        width: 100%
    }

    .rlp-table {
        padding: 20px
    }

    .rlp-table img.login {
        width: 180px;
        margin-bottom: 10px
    }

    .rlp-table .rlp-title {
        font-size: 16px
    }

    .col-2 {
        margin-bottom: 0
    }

    .register-table .register-title {
        margin-top: 20px
    }

    .news-comment ul.comment-list-children {
        margin-left: 25px
    }

    .news-comment li .media-left {
        padding-right: 5px
    }

    .news-comment li .media-body {
        padding-left: 5px
    }

    .title-news {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 10px;
        display: inline-block
    }

    .news-content {
        margin-top: 30px
    }

    .news-content .news-des p {
        margin-bottom: 30px;
        font-size: 14px
    }

    .news-detail .info a, .news-detail .info span {
        font-size: 13px
    }

    .news-author .author a {
        font-size: 16px
    }

    .news-author .position {
        font-size: 13px
    }

    .media .media-right span {
        font-size: 12px !important
    }

    .news-content .news-des p {
        font-size: 16px
    }

    .footer-main .footer-main-wrapper {
        padding: 50px 0 0 0
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info {
        display: inline-block;
        text-align: center
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .staff-item2 {
        width: 270px;
        padding: 30px 30px 45px;
        margin-bottom: 20px;
        display: inline-block
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des {
        display: inline-block;
        vertical-align: middle;
        padding: 0;
        text-align: left
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des .title {
        margin-bottom: 5px
    }
}

@media screen and (max-width: 320px) {
    .edugate-video-player {
        width: 215px;
        height: 170px
    }

    .edugate-audio-player {
        width: 215px
    }

    .group-title-index .center-title {
        margin-bottom: 5px
    }

    .choose-course .icon-circle {
        width: 120px;
        height: 120px
    }

    .choose-course .icon-circle .icon-background {
        width: 104px;
        height: 104px;
        margin-left: -52px;
        bottom: 8px
    }

    .choose-course .icon-circle .icon-background .icons-img {
        font-size: 52px
    }

    .choose-course .icon-circle .info .info-back:before {
        border: 8px solid #2aacff
    }

    .edugate-layout-2 .edugate-layout-2-wrapper {
        padding: 20px
    }

    .top-courses {
        padding-bottom: 40px
    }

    .top-courses .group-btn-top-courses-slider {
        margin-top: 15px
    }

    .edugate-layout-1 .edugate-image {
        padding: 20px
    }

    .edugate-layout-1 .edugate-content {
        padding: 0 20px
    }

    .edugate-layout-1 .edugate-content button {
        margin-bottom: 20px
    }

    .col-md-9 .edugate-layout-1 .edugate-content {
        padding: 0 20px
    }

    .picture-gallery .gallery-content .grid-item {
        width: 90%;
        margin: auto 15px 15px
    }

    .edugate-layout-3 .edugate-layout-3-wrapper {
        padding: 20px
    }

    .edugate-layout-3 .edugate-layout-3-wrapper .edugate-image {
        margin-bottom: 20px
    }

    .page-title .captions {
        font-size: 28px
    }

    .course-video .video-btn button.video-btn-right {
        margin-bottom: 10px
    }

    .footer-top-wrapper .footer-top-left .footer-top-focus {
        font-size: 23px
    }

    .rlp-table {
        padding: 20px
    }

    .rlp-table img.login {
        width: 160px;
        margin-bottom: 0px
    }

    .title-news {
        font-size: 24px
    }

    .news-detail .info a, .news-detail .info span {
        font-size: 13px
    }

    .news-content .news-des p {
        font-size: 14px
    }

    blockquote .main-quote {
        font-size: 20px;
        margin-bottom: 5px
    }

    blockquote .sub-quote {
        font-size: 14px
    }

    .footer-main .hyperlink .hyper-left {
        display: none
    }

    p.stars a.star-1, p.stars a.star-2, p.stars a.star-3, p.stars a.star-4, p.stars a.star-5 {
        margin-right: 0.5em
    }

    p.stars a.star-1 {
        width: 1.5em
    }

    p.stars a.star-2 {
        width: 2.5em
    }

    p.stars a.star-3 {
        width: 3.5em
    }

    p.stars a.star-4 {
        width: 4.5em
    }

    p.stars a.star-5 {
        width: 5.5em
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .staff-item .staff-item-wrapper {
        height: 90px
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .staff-item .staff-info .staff-name {
        font-size: 9px
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .staff-item .staff-socials a {
        margin-right: 9px;
        width: 20px;
        height: 20px;
        line-height: 20px
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info {
        display: inline-block;
        text-align: center
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .staff-item2 {
        width: 270px;
        padding: 30px 30px 45px;
        margin-bottom: 20px;
        display: inline-block
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des {
        display: inline-block;
        vertical-align: middle;
        padding: 0;
        text-align: left
    }

    .profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des .title {
        margin-bottom: 5px
    }

    .edugate-layout-3 .edugate-layout-3-wrapper .edugate-image .news-gird-slider {
        width: 215px
    }
}


@media screen and (max-width: 500px) { 
body .section.progress-bars.section-padding .progress-bars-content .progress-bar-wrapper .group-button .btn.btn-green-3,
body .section.progress-bars.section-padding .progress-bars-content .progress-bar-wrapper .group-button .btn.btn-transition-3 {
    margin-bottom: 20px !important;
}

}



#msgSubmit .text-danger {
    color: #7c7c7c;
    margin: 0px auto 50px; 
float: left;
width: 100%; 
padding: 10px;
}

header .email code {
    background: transparent;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    padding: 0px;
    color: #ffffff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.page-contact-us .contact-box code {
    background: transparent;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    padding: 0px;
    color: #0062c8;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}


body .text-muted {
    color: #6f6f6f;
}

.footer-2 .social-btns.pull-right {display: none;} 
.footer-2 .social-btns.pull-right.pwrd {display: block;}


@media screen and (min-width: 379px) {
body .section.progress-bars.section-padding .progress-bars-content .progress-bar-wrapper .group-button .btn.btn-green-3 {
margin-left: 5px;
}
body .section.progress-bars.section-padding .progress-bars-content .progress-bar-wrapper .group-button .btn.btn-transition-3 {
   margin-right: 5px;
}


 }



 @media screen and (min-width: 1024px) and (max-width: 1200px) {
    .banner-inner.banner-marketing .bin-bg .bin-bg-img,
	.banner-inner.banner-solutions-athletic-management-suite .bin-bg .bin-bg-img,
	.banner-inner.banner-fs_info .bin-bg .bin-bg-img 
    .banner-inner.banner-solutions-scheduling-suite .bin-bg .bin-bg-img
	.banner-inner.banner-university .bin-bg .bin-bg-img 
	.banner-inner.banner-health-app .bin-bg .bin-bg-img{
        background-size: 100% auto;
    }
 }


@media screen and (min-width: 768px) and (max-width: 991px) { 
.ssc-box .edugate-layout-3{
position: relative;
  }
.ssc-box .edugate-layout-3 .ssc-btn {
position: absolute;
bottom: 0px;
left: 50%;
width: 130px;
margin-left: -65px;
}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {  
.ssc-box .edugate-layout-3.news-gird {
    min-height: 580px !important;
}
.ssc-box  .edugate-layout-3 .edugate-layout-3-wrapper {
    position: unset !important;
    position: none !important ; 
}
.ssc-box .edugate-layout-3{
position: relative;
  }
.ssc-box .edugate-layout-3 .ssc-btn {
position: absolute;
bottom: 30px;
left: 50%;
width: 130px;
margin-left: -65px;
}
}
.rating {
    width: 90px;
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: center;
    position: relative;
}

.rating > label {
    float: right;
    display: inline;
    padding: 0;
    margin: 0;
    position: relative;
    width: 1.1em;
    cursor: pointer;
    color: #000;
}

.rating > label:hover,
.rating > label:hover ~ label,
.rating > input.radio-btn:checked ~ label {
    color: transparent;
}

.rating > label:hover:before,
.rating > label:hover ~ label:before,
.rating > input.radio-btn:checked ~ label:before,
.rating > input.radio-btn:checked ~ label:before {
    content: "\2605";
    position: absolute;
    left: 0;
    color: #FFD700;
}




form#sponsorshipForm .radio-inline-group input ,
form#sponsorshipForm .wrap-contact-form input {
top: 5px !important;
height: auto !important;
}
form#sponsorshipForm .checkbox-inline,
form#sponsorshipForm .radio-inline {
min-width: 100px;
}
form#sponsorshipForm  .select-group {
}
form#sponsorshipForm  .select-group select {
width: 100%;
border: 1px solid #ccc;
}
form#sponsorshipForm .text-form {
text-align: center;
margin: 0px 0px 50px;
} 
