body {
    font-family: var(--bs-font-sans-serif);
}

a,
a:focus,
a:hover,
a:active {
    outline: 0 !important
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline-offset: -0px;
    outline: 0
}

ul {
    padding: 0;
    margin: 0
}

li {
    list-style: none
}

.header-top {
    background: #195eb6;
    padding: 5px;
    color: #fff
}

.ticker {
    margin: 0 auto;
    text-align: left;
    position: relative;
    overflow: hidden;
    height: 26px !important
}

.ticker ul {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0
}

.ticker ul li {
    width: 100%;
    display: none;
    font-weight: 400;
    font-size: 15px
}

.ticker ul li a {
    color: #0cf;
    font-size: 16px;
    font-weight: 600
}

.phone {
    text-align: right;
    padding-top: 3px
}

.phone p {
    margin: 0;
    font-weight: 400;
    font-size: 15.5px;
    margin-right: -12px
}

.phone p strong {
    font-size: 16px;
    font-weight: 700
}

.header-mid {
    padding: 7px 0;
    background: #fff
}

.logo figure {
    margin: 0 auto;
    width: 100%
}

.search {
    padding-top: 10px
}

.padding-left {
    padding-left: 0
}

.search .input-group .form-control {
    border-radius: 4px 0 0 4px;
    border: solid 2px #008dd2;
    padding: 8px 10px 8px 2%;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    position: relative;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.30) inset, 1px 1px 4px rgba(0, 0, 0, 0.30);
    height: 46px
}

.search .input-group .form-control:focus {
    border-color: #008dd2
}

.search .input-group .btn-group .btn-primary {
    background: #008dd2;
    border: 0;
    height: 46px;
    padding: 6px 36px 6px 15px;
    text-align: left;
    font-size: 18px;
    font-weight: 400
}

.search .input-group .btn-group .search-icon {
    z-index: 1;
    font-size: 20px;
    color: #ff5a00;
    width: 25px;
    background: url(../images/search_icon.png) no-repeat;
    height: 25px;
    position: absolute;
    top: 14px;
    right: 6px
}

.search .input-group .btn-group {
    z-index: 3
}

.apply-online {
    float: left
}

.apply-online p {
    margin: 0
}

.apply-online p a {
    background: #ff0060;
    color: #fff;
    border-radius: 6px;
    padding: 10px 7px;
    font-weight: 600;
    margin-left: 5px
}

.user-account {
    display: inline-block;
    width: 100%;
    padding: 28px 0 0
}

.user-account .dropdown {
    float: right;
    margin-top: -8px
}

.user-account .dropdown strong {
    display: block
}

.user-account .dropdown a {
    color: #000
}

.user-account .dropdown span {
    position: absolute;
    top: 0;
    right: -13px
}

.user-account .dropdown .dropdown-menu {
    left: inherit;
    right: -10px;
    background: #ededed;
    border-top-width: 3px;
    border-top-color: #008dd2;
    padding: 0;
    border-radius: 0
}

.user-account .dropdown .dropdown-menu li a {
    padding: 5px 10px;
    border-bottom: solid 1px #d0d0d0;
    font-weight: 400;
    font-size: 14px
}

.user-account .dropdown:hover .dropdown-menu {
    display: block
}

.navbar-default {
    background: #195eb6;
    border-color: #e5e5e5;
    border-radius: 0;
    margin: 0;
    box-shadow: 1px 15px 18px -14px rgba(0, 0, 0, 0.20)
}

.navbar-nav {
    display: inline-block;
    float: none;
    width: 100%;
    text-align: center
}

.navbar-nav li {
    display: inline-block;
    float: none
}

.navbar-default .navbar-nav li a {
    color: #605b5b;
    font-weight: 600;
    font-size: 16px;
    padding: 15px 10px
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: white;
    background: 0
}

.navbar-default .navbar-nav li a:hover {
    color: #008dd2;
    background: 0
}

.navbar-default .nav .open>a,
.navbar-default .nav .open>a:focus,
.navbar-default .nav .open>a:hover {
    color: #008dd2;
    background: 0
}

.navbar-default .navbar-nav .dropdown-menu li {
    width: 100%;
    float: left
}

.navbar-default .navbar-nav .dropdown-menu li a {
    padding: 5px 10px;
    font-weight: 500;
    font-size: 13px;
    border-bottom: solid 1px #d0d0d0;
    color: #000
}

.navbar-default .navbar-nav .dropdown-menu {
    border-top-width: 3px;
    border-top-color: #008dd2;
    background: #ededed;
    padding: 0
}

.navbar-default .dropdown:hover .dropdown-menu {
    display: block
}

.navbar-default .dropdown.dropdown-submenu .dropdown-menu {
    display: none;
    left: 100%;
    top: 0
}

.navbar-default .dropdown.dropdown-submenu:hover .dropdown-menu {
    display: block
}

header {
    position: static;
    top: -183px;
    left: 0;
    width: 100%;
    transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s
}

.fix-header header {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s
}

.fix-header header .navbar>.container .navbar-brand {
    width: 150px;
    transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s
}

.fix-header .header-top {
    display: none
}

.slider-info h1 {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    line-height: 40px;
    text-shadow: none;
    text-align: left
}

.slider-info p {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    line-height: 24px;
    text-shadow: none;
    text-align: left
}

.slider-info p a {
    font-style: italic;
    color: #008dd2
}

.carousel-inner .item img {
    width: 100%
}

.carousel-control.left,
.carousel-control.right {
    background-image: none
}

.carousel-control {
    text-shadow: none;
    bottom: initial;
    opacity: 1;
    width: 3%;
    top: 35%;
    background: rgba(255, 255, 255, 0.70);
    color: #000;
    padding: 20px 0;
    font-size: 30px
}

.carousel-control:focus,
.carousel-control:hover {
    color: #000
}

.carousel-caption {
    right: 8%;
    top: 20px;
    left: 10%;
    bottom: initial
}

.carousel-indicators {
    bottom: 10px;
    left: inherit;
    width: auto;
    margin: 0;
    right: 15px;
    z-index: 2
}

.carousel-indicators li {
    width: 10px;
    background-color: #4d4e4e;
    border: 1px solid #f0f5f8;
    border-radius: 100%;
    margin-top: 0;
    margin-bottom: 0
}

.carousel-indicators .active {
    width: 12px;
    background: #17d0cf;
    border-color: #17d0cf;
    margin: 0
}

.icon-bar img {
    width: 75px;
    margin: 0 auto 0;
    display: table;
    padding-top: 12px
}

.img-content_info .icon-bar {
    top: inherit
}

.home-load-popup {
    max-width: 275px;
    margin: 0 auto;
    position: absolute;
    z-index: 22;
    top: 25px;
    left: 0;
    right: 0;
    background: transparent
}

.home-popup-left-bar .example-image {
    width: 100%;
    border-radius: 10px;
    border: 2px solid #fff
}

.home-popup-left-bar {
    background: transparent;
    padding: 0
}

.home-popup-left-bar .logo {
    float: left;
    width: 100%
}

.home-popup-left-bar .logo span {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    padding-left: 20px
}

.home-popup-left-bar .logo figure {
    float: left
}

.poup-left-bar-content {
    display: inline-block;
    width: 100%;
    color: #fff
}

.poup-left-bar-content ul {
    padding-left: 15px
}

.poup-left-bar-content ul li {
    list-style: disc;
    padding: 5px 0
}

.poup-left-bar-content h5 {
    position: absolute;
    right: -24px;
    top: -24px;
    background: #fff;
    padding: 2px;
    border: solid 2px #000;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 21px
}

.readmore_popup {
    text-align: center;
    padding-top: 20px
}

.readmore_popup a {
    color: #fff;
    font-size: 16px
}

.home-popup-right-bar {
    padding: 60px 30px;
    position: relative
}

.home-popup-right-bar h5 {
    position: absolute;
    top: 0;
    right: 20px
}

.home-popup-right-bar h5 a {
    font-size: 30px;
    color: #008dd2
}

.home-popup-right-bar h2 {
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 20px
}

.home-popup-right-bar .form-control {
    height: 45px;
    box-shadow: none
}

.home-popup-right-bar .form-control:focus {
    box-shadow: none;
    border-color: #008dd2
}

.home-popup-right-bar .btn {
    padding: 9px 12px;
    font-size: 16px
}

.home-popup-right-bar .form-group {
    text-align: center
}

.home-popup-right-bar .btn-primary {
    background: #008dd2;
    border-color: #008dd2
}

.home-popup-right-bar .btn-primary:hover {
    background: #008dd2;
    border-color: #008dd2
}

.foundation-col {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.10) inset;
    margin: 20px 0 10px;
    padding: 15px;
    width: 100%
}

.foundation-col h2 {
    margin: 20px auto;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    padding: 6px;
    line-height: 96px;
    font-size: 55px;
    border: solid 2px #dedede;
    transition: all ease-in-out .3s
}

.foundation-col h2~a {
    font-size: 17px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    color: #555
}

.img-content_info p {
    text-align: center;
    font-size: 13px;
    padding-top: 10px;
    color: #555
}

.foundation-col h2~a.readmore {
    font-size: 14px;
    color: #008dd1
}

.icon-bar {
    background: #008dd1;
    border-radius: 100%;
    height: 105px;
    width: 105px;
    transition: all ease-in-out .3s
}

.foundation-col .img-content_info:hover .icon-bar {
    background: #17d0cf;
    transition: all ease-in-out .3s
}

.foundation-col .img-content_info:hover h2 {
    border-color: #17d0cf;
    transition: all ease-in-out .3s
}

.blue {
    background: #008dd2
}

.rose {
    background: #d2006d
}

.green {
    background: #00d2b7
}

.orange {
    background: #ff8a00
}

.content-warp {
    padding-top: 15px
}

.gurukripa_institute h6 {
    font-size: 24px;
    font-weight: 300
}

.gurukripa_institute h3 {
    font-size: 30px;
    font-weight: 600;
    margin: 0
}

.gurukripa_institute h3 span {
    color: #000
}

.inner_content_info {
    display: inline-block;
    width: 100%;
    padding-top: 20px
}

.inner_content_info_col {
    background: #f7f7f7;
    display: inline-block;
    width: 100%;
    padding: 30px
}

.inner_content_info_col h5 {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #a9a3a3
}

.inner_content_info_col h5 i {
    color: #17d0cf;
    font-size: 13px
}

.inner_content_info_col h1 {
    font-weight: 800;
    font-size: 30px;
    color: #000;
    text-transform: uppercase
}

.inner_content_info_col h2 {
    font-weight: 400;
    font-size: 24px;
    color: #222
}

.inner_content_info_col p {
    color: #555;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px
}

.tab-col {
    background: #f7f7f7;
    display: inline-block;
    width: 100%;
    padding: 15px
}

.tab-col ul.nav-pills {
    border-bottom: solid 2px #ddd
}

.tab-col ul.nav-pills>li>a {
    border-radius: 0;
    padding: 10px;
    color: #333;
    font-weight: 500;
    font-size: 15px
}

.tab-col ul.nav-pills>li.active>a,
.tab-col ul.nav-pills>li.active>a:focus,
.tab-col ul.nav-pills>li.active>a:hover {
    background: #fff;
    color: #165a75
}

.update-pennal h2 {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    margin: 0 0 25px
}

.update-pennal ul li {
    border-bottom: solid 1px #dbdbdb;
    padding: 10px;
    transition: all ease-in-out .3s
}

.update-pennal ul {
    width: 100%
}

.update-pennal ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #7a7a7a;
    display: block;
    padding: 4px 0
}

.update-pennal ul li:hover {
    background: #ebf5f5;
    transition: all ease-in-out .3s
}

.update-pennal ul li p {
    margin: 0
}

.update-pennal ul li span {
    color: #b6b6b6;
    font-style: italic;
    font-size: 12.2px
}

.update-pennal ul li span a {
    color: #008dd2
}

.update-pennal ul li span+span {
    padding: 0 3px
}

.update-pennal .ticker2 ul li p {
    margin: 0;
    color: #000
}

.update-pennal .ticker2 ul li p a {
    color: #7a7a7a
}

.update-pennal .ticker2 ul li:hover {
    background: 0;
    transition: all ease-in-out .3s
}

.update-pennal .ticker2 ul li:hover p a {
    color: #008dd2
}

.titles {
    margin: 30px 0 15px
}

.titles h5 {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #a9a3a3
}

.titles h5 i {
    color: #17d0cf;
    font-size: 13px
}

.titles h3 {
    font-weight: 700;
    font-size: 30px;
    color: #000;
    margin: 0
}

.titles h3 span {
    font-weight: 300;
    font-size: 35px
}

.title {
    padding: 10px 0 20px
}

.title h3 {
    font-size: 22px;
    font-weight: 700;
    color: #666;
    position: relative;
    text-align: left;
    padding: 0 0 10px;
    margin: 0
}

.title h3:before {
    content: "";
    background: #17d0cf;
    height: 3px;
    width: 70px;
    position: absolute;
    bottom: 0;
    left: 0
}

.social-buzz {
    background: #f7f7f7;
    display: inline-block;
    width: 100%;
    padding: 5px 15px 15px;
    margin-top: 40px
}

.pre-img-info {
    height: 220px;
    background: #ece6e2;
    position: relative
}

.pre-img-info h4 {
    background: rgba(0, 0, 0, 0.30);
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    position: absolute;
    bottom: 0;
    width: 100%
}

.gallery-grid li {
    margin-bottom: 15px
}

.gallery-grid li a {
    position: relative;
    display: block
}

.gallery-grid li a img {
    width: 100%
}

.gallery-grid li a:before {
    visibility: hidden;
    content: "";
    background: rgba(0, 141, 210, 0.70);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.gallery-grid li a:after {
    visibility: hidden;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    font-size: 40px;
    content: "\f06e";
    font-family: 'FontAwesome';
    z-index: 2;
    text-align: center
}

.gallery-grid li a:hover:before {
    visibility: visible
}

.gallery-grid li a:hover:after {
    visibility: visible
}

#gallery-grid .owl-prev,
#gallery-grid .owl-next {
    position: absolute;
    top: 45%
}

#gallery-grid .owl-prev {
    left: -6px
}

#gallery-grid .owl-next {
    right: -5px
}

.testimonials {
    margin-bottom: 50px
}

.testimonials .title h3 {
    text-align: center;
    font-size: 34px;
    color: #000
}

.testimonials .title h3::before {
    display: none
}

#testimonials li {
    padding: 0 10px
}

.testimonials figure {
    background: 0;
    height: auto;
    border: 0;
    border-radius: border-radius:initial
}

.testimonials-info figure img {
    width: 100%
}

.testimonials-info {
    background: #f7f7f7;
    text-align: left
}

.testimonials-info p {
    color: #222;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px
}

.field-content {
    padding: 10px 30px 10px
}

.simage {
    float: left;
    margin-right: 21px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.13);
    border-radius: 50%;
    position: relative
}

.simage img {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%
}

.testimonial-student-wrap {
    padding: 20px 0
}

.stitle {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: #29343e;
    overflow: hidden
}

.sclass {
    color: #7b7b7b;
    text-transform: uppercase;
    display: table;
    font-size: 16px;
    font-weight: 500;
    position: relative
}

.sclass:before {
    content: "";
    background: #17d0cf;
    height: 3px;
    width: 70px;
    position: absolute;
    bottom: -4px;
    left: 0
}

.views-testimonial-pdf {
    position: absolute;
    right: 25px;
    bottom: 40px
}

.views-testimonial-pdf a {
    position: relative;
    padding-left: 25px;
    color: #29343e;
    text-decoration: underline;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap
}

.testimonials .owl-prev,
.social-bajaj-warp .owl-prev {
    position: absolute;
    left: 0;
    top: 35%
}

.testimonials .owl-next,
.social-bajaj-warp .owl-next {
    position: absolute;
    right: 0;
    top: 35%
}

.testimonials .owl-pagination {
    display: none
}

.help-section ul li {
    position: fixed;
    right: -80px;
    z-index: 100;
    top: 60%;
    transform: translateY(-50%);
    box-shadow: 4px 0 7px rgba(35, 35, 35, 0.18);
    transition: all .5s
}

.help-section ul li a {
    color: #fff;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center;
    background: #323236;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    overflow: hidden;
    position: relative;
    height: 43px;
    padding-left: 44px
}

.help-section ul li a.call_icon::before {
    background: #2b2b2e url(https://gurukripa.ac.in/assets/images/call_icon.png) no-repeat center
}

.help-section ul li a.help_icon::before {
    background: #2b2b2e url(https://gurukripa.ac.in/assets/images/help_icon.png) no-repeat center
}

.help-section ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 44px;
    height: 100%
}

.help-section ul li a span {
    display: inline-block;
    text-align: center;
    min-width: 80px;
    white-space: nowrap
}

.help-section ul li:nth-child(2) {
    margin-top: 58px
}

.help-section ul li:hover {
    right: 0
}

.video-warpers {
    margin-top: 20px
}

.bg-inner {
    background: url(../images/site-bg.png) bottom no-repeat;
    height: 160px;
    width: 100%;
    background-size: 100% auto
}

.content-more-info {
    background: #008dd2;
    padding: 30px 0 20px
}

.content-more-info-warp {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-weight: 300
}

.content-more-info-warp p+p {
    padding-top: 15px
}

.content-more-info-warp p a {
    background: #fff;
    color: #008dd2;
    padding: 8px 20px;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 6px
}

footer {
    background: #008dd2;
    float: left;
    width: 100%;
    border-top: solid 4px #000;
    padding-top: 20px;
    margin-top: 30px
}

footer .info {
    padding: 30px 0
}

footer .address li {
    color: #fff;
    line-height: 25px;
    font-size: 15px
}

footer .address li a {
    color: #fff;
    text-decoration: underline
}

footer .address li a:hover {
    color: #eee
}

.footer-logo {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px
}

.recent-info h4 {
    background: #555;
    margin: 0;
    color: #fff;
    padding: 10px;
    margin-top: 10px;
    position: relative;
    margin-bottom: 30px;
    float: left;
    width: 100%
}

.recent-info h4:after {
    top: 100%;
    left: 25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #555;
    border-width: 10px
}

.recent-info li {
    float: left;
    width: 100%;
    margin-bottom: 15px
}

.recent-info li p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 30px
}

.recent-info li input {
    background-color: #fff;
    border: 0;
    border-radius: 3px;
    width: 175px;
    padding: 8px 15px;
    font-size: 12px;
    float: left
}

.recent-info li a i {
    background-color: #e84a4a;
    color: #fff;
    margin-left: 7px;
    padding: 12px;
    border-radius: 3px;
    font-size: 16px
}

.recent-info li a i:hover {
    background-color: #00a0e3;
    transition: all .3s ease 0s;
    color: #fff
}

.footer-social-icon ul li {
    width: auto
}

.footer-social-icon ul li a i {
    background: 0;
    padding: 5px 15px;
    margin-left: 0;
    color: #fff
}

#facebook {
    background-color: #4d6baa;
    color: #fff
}

.recent-info figure {
    width: 70px;
    height: 50px;
    float: left;
    background: #fff;
    border-radius: 6px
}

.recent-info.reviews figure img {
    border-radius: 6px
}

.recent-info .content-info {
    width: 70%;
    float: right
}

.recent-info .content-info a {
    color: #fff
}

.recent-info .content-info span {
    display: block;
    color: #fff
}

.recent-info .content-info p {
    background-color: #e84a4a;
    display: inline-block;
    padding: 3px 12px;
    margin: 8px 0 0 0;
    color: #fff
}

#technology {
    background-color: #46d3ce
}

#entertainment {
    background-color: #90bef2
}

#people {
    background-color: #46d367
}

#input-bottom {
    margin-top: 37px
}

.footer-botom {
    float: left;
    width: 100%;
    border-top: solid 1px #eee;
    padding: 10px
}

.footer-botom p {
    color: #fff;
    font-size: 13px;
    margin: 0
}

.footer-botom p a {
    color: #fff
}

.footer-botom p a:hover {
    color: #fff
}

.goto-top {
    float: right
}

.mobile_search_icon {
    display: none
}

#applynow .modal-body .form-group label {
    font-weight: 600;
    font-size: 14px
}

#applynow .modal-body .form-group .form-control {
    border-color: #ccc;
    box-shadow: none
}

#applynow .modal-body .form-group .form-control:focus {
    box-shadow: none;
    border-color: #008dd2
}

#applynow .modal-footer .btn-primary {
    background: #008dd2;
    border-color: #008dd2
}

#applynow .modal-header {
    padding: 7px 15px
}

.modal-title {
    font-size: 23px;
    display: inline-block
}

#applynow .modal-header .close {
    font-size: 35px
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px
}

.breadcrumb li a {
    color: #333
}

.breadcrumb li.active a {
    color: #008dd2
}

.inner-slider-about {
    background: url(../images/about-us.jpg) no-repeat center;
    width: 100%;
    background-size: 100% 100%;
    height: 200px;
    position: relative;
    margin-bottom: 60px
}

.inner-slider-about:before {
    content: "";
    background: rgba(0, 0, 0, 0.60);
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute
}

.inner-slider-about h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin-top: 80px
}

.inner-content-page p {
    line-height: 21px;
    color: #555;
    font-size: 14px;
    font-weight:400;
}

.inner-content-page p {
    padding-bottom: 0
}

.panel-title>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px
}

.panel-title>a.collapsed:before {
    float: right !important;
    content: "\f067"
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
    text-decoration: none
}

#inner-content-accordion h3 {
    color: #008dd2;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px
}

#inner-content-accordion .panel-title {
    font-size: 14px;
    font-weight: 400
}

#inner-content-accordion .panel-body {
    padding: 10px
}

#inner-content-accordion .panel-body ul li a {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    padding: 5px 0;
    display: block
}

#inner-content-accordion .panel-body ul li:hover a {
    color: #008dd2
}

.importent-link ul li a {
    color: #fff
}

.counter-warp {
    padding: 0 0 20px
}

.counter-warp h3 {
    font-size: 30px;
    font-weight: 600;
    color: #008dd2
}

.counter-warp h2 {
    color: #999;
    font-size: 32px;
    text-align: center;
    font-weight: 600;
    margin: 0
}

.counter-warp h5 {
    text-align: center;
    font-size: 15px;
    font-size: 16px;
    font-weight: 300;
    color: #555
}

.counter-warp p {
    line-height: 24px
}

.success-warp {
    background: #f0f0f0;
    padding: 30px
}

.success-warp span {
    font-size: 20px;
    font-weight: 300;
    color: #000
}

.success-warp .btn {
    background: #fff;
    border: solid 2px #008dd2;
    color: #008dd2;
    font-size: 18px;
    transition: all ease-in .3s;
    margin-left: 20px
}

.success-warp .btn:hover {
    background: #008dd2;
    color: #fff;
    transition: all ease-in .3s
}

.sliders {
    text-align: center
}

.slick-slide {
    margin: 0 auto;
    display: table
}

.slick-vertical .slick-slide {
    margin-bottom: 10px
}

.sliders .slick-prev {
    cursor: pointer;
    background: 0;
    border: 0;
    font-size: 0;
    background: url(../images/arrow-top.png) no-repeat center;
    height: 24px;
    width: 24px;
    position: absolute;
    top: -25px
}

.sliders .slick-next {
    cursor: pointer;
    background: 0;
    border: 0;
    font-size: 0;
    background: url(../images/arrow-bottom.png) no-repeat center;
    height: 24px;
    width: 24px;
    position: absolute;
    bottom: -25px
}

.profile li a:hover {
    color: #008cd2;
    text-decoration: none
}

.profile li a,
.profile label {
    color: #333;
    font-size: 13px;
    display: block;
    font-weight: 600
}

.mCustomScrollbar {
    height: 272px
}

.bg-grey {
    background: #f7f7f7;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee
}

.profile .notification {
    overflow: hidden;
    margin-bottom: 5px;
    padding: 10px 15px 0 0;
    border-top: 1px solid #eee
}

.profile .notification:first-child {
    border-top: 0
}

.mCSB_container .fa-angle-double-right {
    float: left;
    margin-right: 10px;
    line-height: 21px
}

.overflow-h {
    overflow: hidden
}

.profile .nav-tabs a strong {
    font-weight: 600
}

.mCSB_container li .overflow-h strong {
    font-weight: 600
}

.help-section {
    position: fixed
}

.awesome-app-list-content-col .tab-content>.tab-pane h4 {
    display: none
}

span.grow-tab-icon {
    display: block;
    height: 40px;
    text-align: center;
    float: left;
    overflow: hidden
}

.awesome-app-section {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    float: left
}

.awesome-app-title {
    text-align: center;
    font-size: 3.2rem;
    color: #0b0f09;
    margin-bottom: 15px
}

.awesome-app-tabs {
    max-width: 730px;
    margin: 0 auto;
    text-align: center;
    border: 0
}

.awesome-app-tabs li {
    width: 20%
}

.awesome-app-tabs li a.nav-link {
    position: relative;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5rem;
    color: #b6b6b6;
    border: 0
}

.awesome-app-tabs li a.nav-link.active {
    color: #00c0ff;
    border: 0
}

.awesome-app-tabs li a span {
    position: relative;
    z-index: 1;
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #e1e1e1;
    border: #f1f1f1 solid 5px;
    margin: 15px auto 0 auto
}

.awesome-app-tabs li a.nav-link:hover {
    border: 0
}

.awesome-app-tabs li:hover a.nav-link span,
.awesome-app-tabs li.active a.nav-link span {
    background: #FFF;
    border-color: #00c0ff;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5)
}

.awesome-app-tabs li a.nav-link::after {
    content: '';
    position: absolute;
    height: 4px;
    width: 50%;
    right: 0;
    bottom: 18px;
    z-index: 0;
    background: #e1e1e1
}

.awesome-app-tabs li a.nav-link::before {
    content: '';
    position: absolute;
    height: 4px;
    width: 50%;
    left: -2px;
    bottom: 18px;
    z-index: 0;
    background: #e1e1e1
}

.awesome-app-tabs li:first-child a.nav-link::before,
.awesome-app-tabs li:last-child a.nav-link::after {
    display: none
}

.awesome-app-content {
    width: 100%;
    float: left;
    margin-top: 15px
}

.awesome-app-content .awesome-app-content-outer {
    display: flex;
    width: 100%
}

.awesome-app-list-tabs-col {
    display: flex
}

.awesome-app-list-content-col {
    display: flex;
    width: 398px
}

.awesome-app-list-tabs {
    display: block;
    width: 100%;
    border-bottom: 0;
    float: left;
    margin-top: 25px
}

.awesome-app-list-tabs li {
    display: block;
    width: 50%;
    float: left;
    padding-right: 30px
}

.awesome-app-list-tabs li a.nav-link {
    position: relative;
    background: #f7f7f7;
    border: #dfdfdf solid 1px;
    padding: 0;
    margin-bottom: 20px;
    border-radius: 0;
    color: #0b0f09
}

.awesome-app-list-nav-link {
    border: #FFF solid 2px;
    padding: 13px 20px;
    display: inline-block;
    width: 100%
}

.awesome-app-list-tabs li a.nav-link p {
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 0;
    margin-left: 40px;
    font-weight: 500
}

.nav-tabs .nav-link:hover {
    color: #00c0ff;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .nav-link:hover i:before {
    color: #00c0ff
}

.nav-tabs .add-on-tab .nav-link:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent
}

.awesome-app-list-tabs .nav-item.show .nav-link,
.awesome-app-list-tabs .nav-link.active,
.awesome-app-list-tabs .nav-link:hover {
    box-shadow: none;
    color: #00c0ff;
    background: #f7f7f7;
    border: #00c0ff solid 1px
}

.awesome-app-list-tabs .nav-item.show .nav-link span.grow-tab-icon img,
.awesome-app-list-tabs .nav-link.active span.grow-tab-icon img {
    margin-top: -56px
}

.awesome-app-list-content {
    width: 370px
}

.awesome-app-tabs.nav-tabs>li.active>a,
.awesome-app-tabs.nav-tabs>li.active>a:focus {
    border: 0
}

.awesome-app-list-tabs.nav-tabs>li.active>a,
.awesome-app-list-tabs.nav-tabs>li.active>a:focus,
.awesome-app-list-tabs.nav-tabs>li.active>a:hover {
    border-bottom-color: #ddd
}

.awesome-app-list-tabs.nav-tabs>li.active>a,
.awesome-app-list-tabs.nav-tabs>li.active>a:focus,
.awesome-app-list-tabs.awesome-app-list-tabs.nav-tabs>li.active>a:hover {
    cursor: pointer;
    border-color: #00c0ff;
    color: #0e546a
}

.awesome-app-tabs.nav-tabs>li.active>a,
.awesome-app-tabs.nav-tabs>li.active>a:focus,
.awesome-app-tabs.nav-tabs>li.active>a:hover {
    color: #0e546a;
    background: transparent
}

.awesome-app-tabs {
    max-width: 1165px
}

.awesome-app-tabs li a.nav-link br {
    display: none
}

.awesome-app-list-content-col .awesome-app-list-content {
    text-align: center
}

.awesome-app-list-content-col .tab-content>.tab-pane img {
    max-height: 500px
}

.india_map>.tab-pane img {
    max-height: 280px !important
}

.appDownloadLinks {
    width: 100%;
    text-align: center
}

.appDownloadLinks a {
    display: inline-block
}

.appDownloadLinks a img {
    max-height: 36px
}

.events_thumb-headline {
    display: inline-block;
    width: 100%
}

.events_thumb-headline li {
    width: 33.33%;
    float: left;
    padding: 5px
}

.grow-section {
    background: url(../images/section_bg.jpg) center top no-repeat;
    background-size: cover;
    min-height: 660px;
    padding-top: 50px;
    padding-bottom: 50px
}

.grow-tabs {
    max-width: 544px;
    float: left;
    border-bottom: 0;
    margin-top: 30px
}

.grow-tabs li {
    width: 50%;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px
}

span.grow-tab-icon {
    display: block;
    height: 40px;
    text-align: center;
    float: left;
    overflow: hidden
}

.grow-tabs li .nav-link,
.panel-default li.panel-heading .nav-link {
    padding: 0 10px 0 27px;
    height: 84px;
    line-height: 84px;
    border: #FFF solid 1px;
    border-radius: 0;
    color: #FFF
}

.grow-tabs li p {
    font-size: 1.1rem;
    line-height: 2.5rem;
    margin-bottom: 0;
    margin-left: 50px
}

.grow-tabs .nav-item.show .nav-link,
.grow-tabs .nav-link.active {
    color: #00c0ff
}

.nav-tabs .nav-link:hover {
    color: #00c0ff;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.grow-tabs.nav-tabs .nav-item.active .nav-link i:before {
    color: #00c0ff
}

.grow-tabs.nav-tabs .nav-item.active .nav-link {
    color: #00c0ff;
    cursor: pointer
}

.nav-tabs.grow-tabs .nav-item.add-on-tab.active a {
    background: 0;
    border: 0
}

.grow-tabs.nav-tabs .add-on-tab.active .nav-link {
    color: #fff
}

.grow-tabs .nav-item.show .nav-link span.grow-tab-icon img,
.grow-tabs .nav-link.active span.grow-tab-icon img {
    margin-top: -50px
}

.grow-tabs li.add-on-tab {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0
}

.grow-tabs li.add-on-tab.show,
.grow-tabs li.add-on-tab.show .nav-link {
    background-color: transparent
}

.grow-tabs li.add-on-tab .nav-link {
    border: 0;
    float: right;
    padding-top: 0;
    padding-bottom: 0
}

.grow-tabs li.add-on-tab .nav-link p {
    font-size: 1.3rem;
    line-height: 60px;
    float: right;
    text-align: right;
    margin-left: 0;
    padding-right: 15px
}

.grow-tabs li.add-on-tab span.grow-tab-icon {
    float: right;
    background: #00c0ff;
    color: #fff;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    font-size: 50px;
    line-height: 55px
}

.grow-tabs li.add-on-tab .nav-link:hover span.grow-tab-icon {
    background: #FFF;
    color: #00c0ff
}

.grow-tab-content {
    max-width: 530px;
    min-height: 610px;
    float: right;
    background: #FFF;
    width: 100%;
    padding: 35px 15px
}

.grow-tab-content-chart {
    text-align: center;
    width: 100%
}

.grow-tab-content-chart img {
    max-height: 200px
}

.grow-tab-content h5,
.panel-body h5 {
    font-size: 24px;
    color: #0e546a;
    text-align: center;
    margin-top: 40px;
    font-weight: 600
}

.force-overflow ul {
    display: block;
    width: 100%;
    float: left;
    padding-right: 30px;
    margin-top: 0
}

.force-overflow ul li {
    display: block;
    width: 100%;
    float: left;
    color: #0b0f09;
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 5px
}

.force-overflow ul li img {
    float: left;
    margin-right: 10px
}

.force-overflow ul li h6 {
    font-size: 16px;
    font-weight: 600
}

.force-overflow-icon [class^="icon-"] {
    top: 3px;
    font-size: 24px;
    margin-right: 0
}

.grow-tabs li.add-on-tab .nav-item.show .nav-link,
.grow-tabs li.add-on-tab .nav-link.active {
    background: 0;
    color: #FFF
}

.grow-tabs li.add-on-tab .nav-item.show .nav-link span.grow-tab-icon,
.grow-tabs li.add-on-tab .nav-link.active span.grow-tab-icon {
    background: #FFF;
    color: #00c0ff
}

.grow-tab-content .scrollbar {
    margin-top: 10px
}

.scrollbar {
    float: left;
    height: 200px;
    width: 100%;
    overflow-y: scroll;
    margin-bottom: 10px
}

.force-overflow {
    min-height: 350px
}

#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #FFF
}

#style-1::-webkit-scrollbar {
    width: 6px;
    background-color: #FFF
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #d8d8d8
}

#style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #FFF
}

#style-2::-webkit-scrollbar {
    width: 6px;
    background-color: #FFF
}

#style-2::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #d62929
}

#overlay {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    cursor: pointer
}

.mid-content {
    padding-top: 15px
}

.right-homeimg-fix {
    position: fixed;
    right: 0;
    z-index: 11;
    top: 50%
}

@media(min-width:1025px) and (max-width:1199px) {
    .foundation-col h2 {
        font-size: 20px;
        font-weight: 600
    }
}

@media(min-width:768px) and (max-width:1024px) {
    .container {
        width: 100%
    }
    .navbar-default .navbar-nav li a {
        font-size: 14px;
        font-weight: 500;
        padding: 7px 4px
    }
    .user-account {
        padding: 23px 0 0
    }
    .search .input-group .form-control {
        height: 50px
    }
    .search .input-group .btn-group .btn-primary {
        height: 50px;
        font-size: 16px
    }
    .search .input-group .btn-group .search-icon {
        top: 16px
    }
    .mobile_search_icon {
        display: inline-block;
        padding-left: 20px;
        position: relative;
        top: -5px
    }
    .mobile_search_icon a {
        font-size: 23px;
        color: #008dd2
    }
    .slider h1 {
        font-size: 24px;
        line-height: 34px
    }
    .foundation-col {
        margin-top: -20px
    }
    .foundation-col h2 {
        font-size: 14px;
        font-weight: 600;
        padding: 10px
    }
    .pre-img-info h4 {
        line-height: 21px;
        font-size: 14px
    }
    .social-buzz {
        margin-top: 25px
    }
    .title {
        padding: 20px 0
    }
    footer .container {
        width: 100%
    }
    .footer-botom {
        padding: 15px
    }
    .recent-info figure {
        width: 60px;
        height: 60px
    }
    .content-info a {
        font-size: 12px
    }
    .content-info span {
        font-size: 10px
    }
    footer .address li {
        line-height: 22px;
        font-size: 12px
    }
    .recent-info .content-info p {
        padding: 1px 8px;
        margin: 3px 0 0 0
    }
    #input-bottom {
        margin-top: 8px
    }
    .inner_content_info_col h1 {
        font-weight: 700;
        font-size: 22px
    }
    .inner_content_info_col h2 {
        font-size: 18px
    }
    .gurukripa_institute h3 {
        font-size: 30px
    }
    .tab-col {
        padding: 10px
    }
    .inner_content_info_col {
        padding: 15px
    }
    .inner_content_info_col p b {
        font-weight: 600
    }
    .inner_content_info_col h5 {
        letter-spacing: 2px
    }
    .success-warp span {
        font-size: 16px
    }
    .navbar-toggle {
        display: inline-block
    }
    .navbar-collapse.collapse {
        display: none !important
    }
    .collapse.in {
        display: block !important
    }
    .collapse {
        display: none
    }
    .navbar-nav {
        display: inline-block;
        float: left;
        width: 100%;
        text-align: left
    }
    .navbar-nav li {
        float: left;
        width: 100%
    }
    .search_show {
        display: none
    }
    .user-account .dropdown {
        margin-right: 15px
    }
    .navbar-header {
        width: 100%
    }
    .navbar-header .navbar-toggle {
        float: left
    }
    #navbar {
        width: 100%;
        float: left;
        padding: 0;
        border-top: solid 1px#ccc
    }
    .slider-info h1 {
        font-size: 16px;
        line-height: 27px
    }
    .slider-info p {
        font-size: 13px;
        font-weight: 400;
        line-height: 24px
    }
    .carousel-caption {
        top: 0;
        padding-top: 0
    }
}

@media(min-width:992px) and (max-width:1024px) {
    .mobile_search_icon {
        display: none
    }
}

@media(max-width:767px) {
    .inner-slider-about {
        background-size: cover
    }
    .inner-slider-about h2 {
        font-size: 25px
    }
    .navbar-toggle {
        padding: 6px 5px;
        margin-right: 6px
    }
    .slider {
        max-height: 350px;
        min-height: 350px
    }
    .foundation-col h2 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px
    }
    .slider h1 {
        font-size: 21px;
        line-height: 28px
    }
    .slider p {
        font-size: 15px;
        font-weight: 400
    }
    .search_show {
        display: none
    }
    .search .input-group {
        z-index: 1
    }
    .slider-info h1 {
        display: none
    }
    .slider-info p {
        display: none
    }
    .carousel-indicators {
        bottom: 5px
    }
    .carousel-control.left {
        left: 5px;
        padding: 5px;
        font-size: 18px;
        width: 30px
    }
    .carousel-control.right {
        right: 5px;
        padding: 5px;
        font-size: 18px;
        width: 30px
    }
    .slider {
        min-height: inherit
    }
    .fix-header .slider {
        margin-top: 0
    }
    .foundation-col {
        margin-top: 20px
    }
    .titles h5 {
        letter-spacing: 2px;
        font-size: 15px
    }
    .title {
        padding: 15px 0
    }
    .pre-img-info {
        margin-bottom: 20px
    }
    .testimonials .owl-pagination .owl-page {
        height: 15px;
        width: 15px
    }
    #gallery-grid .owl-prev {
        left: -10px
    }
    #gallery-grid .owl-next {
        right: -10px
    }
    .gallery-grid li {
        margin: 0
    }
    .gallery-grid li a {
        visibility: visible;
        transition: all ease-in-out .3s;
        color: #fff;
        background: rgba(0, 141, 210, 0.70);
        font-size: 40px;
        text-align: center
    }
    .testimonials-info p {
        line-height: 23px;
        padding: 15px 15px
    }
    .bg-inner {
        background-size: 100% 100%;
        margin-top: 20px;
        height: 80px
    }
    footer .info {
        display: inline-block;
        width: 100%;
        padding: 0
    }
    .recent-info .content-info {
        display: table;
        padding-left: 15px;
        float: inherit
    }
    .footer-botom p {
        font-size: 9px
    }
    .search .input-group .form-control {
        height: 40px
    }
    .search .input-group .btn-group .btn-primary {
        height: 40px;
        font-size: 0
    }
    .search .input-group .btn-group .search-icon {
        top: 8px;
        right: 11px
    }
    .user-account {
        padding: 7px 0 0
    }
    .apply-online {
        margin-right: 6px
    }
    .user-account .dropdown {
        margin: 0;
        margin-right: 7px
    }
    .user-account .dropdown a {
        font-size: 13px
    }
    .user-account .dropdown strong {
        line-height: 8px;
        font-weight: 600
    }
    .apply-online img {
        width: 21px
    }
    .apply-online p a {
        display: inline-block;
        margin-left: 0;
        padding: 4px 5px;
        border-radius: 4px
    }
    .mobile_search_icon {
        display: inline-block
    }
    .mobile_search_icon a {
        font-size: 20px;
        padding-right: 10px;
        margin-top: 0;
        display: inline-block;
        color: #008dd2
    }
    .fix-header .user-account {
        top: 14px
    }
    .navbar-toggle .icon-bar {
        width: 17px
    }
    .logo {
        margin-left: 30px
    }
    .fix-header .navbar-default .navbar-toggle {
        top: 5px
    }
    .navbar-default .navbar-toggle {
        position: fixed;
        top: 58px;
        left: 10px
    }
    .navbar {
        min-height: inherit
    }
    .navbar-nav li {
        float: left;
        width: 100%;
        text-align: left
    }
    .navbar-default .navbar-nav li a {
        font-weight: 500;
        font-size: 15px;
        padding: 8px 15px
    }
    .header-top {
        text-align: center
    }
    .phone p {
        font-size: 12px
    }
    .phone p strong {
        font-size: 15px
    }
    .ticker ul li {
        font-size: 12px
    }
    .ticker ul li a {
        font-size: 12px
    }
    .ticker {
        height: 16px !important;
        text-align: center
    }
    .slider-info {
        padding-top: 10px
    }
    .phone {
        text-align: center;
        padding: 0
    }
    .phone p {
        margin-right: 0
    }
    .logo figure {
        width: 150px;
        margin: 0
    }
    #input-bottom {
        margin-top: 10px
    }
    .footer-logo {
        margin: 0 0 15px;
        width: 200px
    }
    footer .address li {
        font-size: 14px
    }
    .success-warp span {
        display: block;
        font-size: 17px;
        margin-bottom: 20px
    }
    .success-warp {
        padding: 15px;
        text-align: center
    }
    .counter-warp p {
        font-size: 13px
    }
    .counter-warp h3 {
        font-size: 27px
    }
    .counter-warp h2 {
        font-size: 36px
    }
    .inner_content_info_col h1 {
        font-size: 20px
    }
    .inner_content_info_col h2 {
        font-size: 20px
    }
    .gurukripa_institute h3 {
        font-size: 24px
    }
    .content-warp {
        padding-top: 0
    }
    .inner_content_info {
        padding-top: 10px
    }
    .inner_content_info_col {
        padding: 10px
    }
    .inner_content_info_col p {
        font-size: 14px;
        line-height: 25px !important
    }
    .tab-col ul.nav-pills>li>a {
        padding: 7px
    }
    .update-pennal ul li a {
        font-size: 15px
    }
    .counter-warp {
        padding: 0
    }
    .counter-warp h1 {
        font-size: 24px
    }
    .counter-warp h3 {
        font-size: 21px
    }
    .counter-warp h2 {
        font-size: 28px;
        margin-top: 0
    }
    .titles {
        margin-top: 20px
    }
    .titles h3 {
        font-size: 22px
    }
    .titles h3 span {
        font-size: 20px
    }
    .foundation-col .col-xs-6 {
        width: 100%
    }
	.imgsec {
        height: auto
    }
    .content-divsec {
        position: static
    }
	.help-section{z-index: 122;}
	.help-section ul li{top: 40%;}
}

@media(max-width:479px) {
    .counter-warp .col-xs-6 {
        width: 100%
    }
}

@media(max-width:374px) {
    .user-account {
        padding: 0
    }
    .logo figure {
        width: 100px
    }
    .navbar-default .navbar-toggle {
        top: 49px
    }
    .user-account {
        padding: 0
    }
    .fix-header .navbar-default .navbar-toggle {
        top: 0
    }
}


/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 10px 0 30px 0;
}

.team .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  border-radius: 4px;
  overflow: hidden;
}

.team .member img {
  transition: all ease-in-out 0.4s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member .member-info {
  position: absolute;
  bottom: -48px;
  left: 20px;
  right: 20px;
  background: linear-gradient(360deg, #5c768d 0%, rgba(92, 118, 141, 0.9) 35%, rgba(140, 167, 191, 0.8) 100%);
  padding: 15px 0;
  border-radius: 4px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: calc(50% - 25px);
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  color: #9eccf4;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

@media (max-width: 992px) {
  .team .member {
    margin-bottom: 100px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 20px 0;
}

.section-bg {
  background-color: #f5f9fc;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #5c768d;
}

.section-title p {
  margin-bottom: 0;
}


/*FAQ  section*/
/*----------------------------------------------------*/
.faq-section {
  padding: 50px 0px 125px 0px; }

ul.product-tab li {
  cursor: pointer;
  margin: 0px 40px 0px 0px;
  font-size: 18px;
  position: relative;
  color: #777777;
  font-weight: 500;
  text-transform: uppercase; }

ul.product-tab li:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  top: 30px;
  left: 0;
  opacity: 0;
  background-color: #17d0cf; }

ul.product-tab li.active {
  color: #333333; }

ul.product-tab li.active:after {
  opacity: 1; }

.tab-content-1 {
  display: none; }
  .tab-content-1 p {
    color: #777777; }

.ques-ans h3 {
  font-size: 22px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 20px; }

.faq-secound-home-version {
  background-image: url(../img/banner/fq-1.jpg);
  padding: 110px 0px 100px 0px; }
  .faq-secound-home-version .section-title h2,
  .faq-secound-home-version .section-title span {
    color: #fff; }
  .faq-secound-home-version ul.product-tab li {
    background-color: #006dad;
    color: #fff;
    padding: 5px 15px;
    font-size: 16px;
    border-radius: 4px;
    z-index: 1;
    margin: 0px 5px 0px 0px; }
    .faq-secound-home-version ul.product-tab li:after {
      position: absolute;
      content: '';
      height: 100%;
      width: 100%;
      background: #17d0cf;
      background: -moz-linear-gradient(left, #01a6fd 0%, #17d0cf 51%, #01a6fd 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #17d0cf), color-stop(100%, #4eb3bf));
      background: -webkit-linear-gradient(left, #01a6fd 0%, #17d0cf 51%, #0071b0 100%);
      background: -o-linear-gradient(left, #01a6fd 0%, #17d0cf 51%, #01a6fd 100%);
      background: -ms-linear-gradient(left, #01a6fd 0%, #17d0cf 51%, #01a6fd 100%);
      background: -webkit-gradient(linear, left top, right top, from(#01a6fd), color-stop(51%, #17d0cf), to(#01a6fd));
      background: -webkit-linear-gradient(left, #01a6fd 0%, #17d0cf 51%, #01a6fd 100%);
      background: linear-gradient(to right, #01a6fd 0%, #17d0cf 51%, #01a6fd 100%);
      background-size: 200% auto;
      left: 0;
      top: 0;
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out;
      border-radius: 4px;
      z-index: -1;
      opacity: 0;
      visibility: hidden; }
  .faq-secound-home-version ul.product-tab li.active {
    color: #fff; }
  .faq-secound-home-version ul.product-tab li.active:after {
    opacity: 1;
    visibility: visible; }
  .faq-secound-home-version .ques-ans h3 {
    color: #fff; }
  .faq-secound-home-version .tab-content-1 {
    display: none; }
    .faq-secound-home-version .tab-content-1 p {
      color: #777777; }

.faq_3 {
  padding-bottom: 40px; }

.panel-group .panel {
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 25px;
  max-width: 625px;
  margin: 0 auto; }

.panel-group .panel-body {
  color: #67a0c9;
  position: relative; }
  .panel-group .panel-body:before {
    position: absolute;
    left: -15px;
    top: -42px;
    content: '';
    background-color: #17d0cf;
    width: 3px;
    height: 0%;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }

.panel-group .collapse.show .panel-body:before {
  height: 150%; }

.panel-group .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  color: inherit;
  position: relative; }
  .panel-group .panel-title h3 {
    position: relative; }
    .panel-group .panel-title h3:before {
      position: absolute;
      width: 3px;
      height: 25px;
      left: -15px;
      content: '';
      background-color: #4a8ec0;
      top: 22px; }
  .panel-group .panel-title .btn-link {
    display: block;
    padding: 15px 0px 15px;
    position: relative;
    width: 100%;
    text-align: left;
    text-decoration: none;
    font-size: 22px;
    font-weight: 500;
    color: #17d0cf; }
    .panel-group .panel-title .btn-link:before {
      content: '\f139';
      position: absolute;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      right: 20px;
      top: 20px;
      font-size: 16px;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      color: #17d0cf; }
    .panel-group .panel-title .btn-link:after {
      content: "";
      font-size: 16px;
      position: absolute;
      right: 20px;
      top: 20px;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      color: #17d0cf; }
    .panel-group .panel-title .btn-link:hover {
      text-decoration: none;
      color: #17d0cf; }

.panel-group .btn-link.collapsed {
  color: #fff; }
  .panel-group .btn-link.collapsed:before {
    content: ' ';
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  .panel-group .btn-link.collapsed:after {
    content: "\f13a";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    color: #4d8fbe; }

#accordion .btn {
  white-space: inherit; }

.faq-page-section {
  padding: 80px 0px 80px 0px; }
  .faq-page-section .panel-group .btn-link.collapsed {
    color: #333333;
    font-size: 20px;
    font-weight: 400; }
  .faq-page-section .panel-group .panel-title .btn-link:before,
  .faq-page-section .panel-group .panel-title .btn-link:after {
    right: 0; }
  .faq-page-section .panel-group .panel-title .btn-link:after {
    color: #ccc; }
  .faq-page-section .panel-group .panel-title .btn-link {
    font-size: 20px; }
  .faq-page-section .panel-group .panel-body:before {
    top: -50px; }
  .faq-page-section .panel-group .panel-title h3:before {
    background-color: #ccc; }
  .faq-page-section .panel-group .panel-body {
    color: inherit; }
  .faq-page-section .faq-secound-home-version {
    background-image: inherit;
    padding: 0; }
    .faq-page-section .faq-secound-home-version ul.product-tab li {
      background-color: #f7f7f7;
      color: #ccc; }
    .faq-page-section .faq-secound-home-version ul.product-tab li.active {
      color: #fff; }
  .faq-page-section .panel-group .panel {
    max-width: 100%; }

.faq-page-section .faq-secound-home-version .ques-ans h3 {
  color: #333333; }

/*---------------------------------------------------- */
/*Course category  section*/
/*---------------------------------------------------- */
/*Search Course*/
/*----------------------------------------------------*/
.search-course-section {
  padding: 125px 0px 125px 0px; }

.search-course input, .search-course .register-form-area select, .register-form-area .search-course select, .search-course .register-form-area textarea, .register-form-area .search-course textarea,
.subs-form input,
.subs-form .register-form-area select,
.register-form-area .subs-form select,
.subs-form .register-form-area textarea,
.register-form-area .subs-form textarea {
  width: 100%;
  height: 60px;
  background-color: #f9f9f9;
  border: none;
  padding: 0px 20px;
  border-radius: 5px; }

.search-course .nws-button,
.subs-form .nws-button {
  top: 0;
  right: 0;
  height: 60px;
  width: 195px;
  line-height: 60px;
  position: absolute;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }
  .search-course .nws-button button,
  .subs-form .nws-button button {
    background-color: transparent;
    border: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff; }

.counter-icon {
  float: left;
  width: 60px;
  height: 45px;
  line-height: 40px;
  margin-right: 15px;
  text-align: center;
  border-right: 1px solid #989898; }
  .counter-icon i {
    font-size: 38px; }

.counter-number {
  display: inline-block;
  overflow: hidden; }

.counter-number p {
  font-size: 14px;
  font-weight: 500;
  font-color: #989898; }

.counter-number .counter-count, .counter-number span {
  font-size: 16px;
  color: #333333;
  line-height: .9; }

.counter-number span {
  font-weight:600; }

.copy-right-menu-item li {
  color: #989898;
  margin-left: 30px; }

.copy-right-menu {
  padding: 45px 0px;
  border-top: 1px solid #ddd6d6; }

.home-secound-course-search {
  background-image: url(../img/banner/hb-2.jpg);
  padding-bottom: 0; }
  .home-secound-course-search .search-app {
    padding-top: 50px; }
  .home-secound-course-search .search-app-content {
    margin-left: 40px; }
  .home-secound-course-search .search-course input, .home-secound-course-search .search-course .register-form-area select, .register-form-area .home-secound-course-search .search-course select, .home-secound-course-search .search-course .register-form-area textarea, .register-form-area .home-secound-course-search .search-course textarea {
    background: #4273e1;
    background: -moz-linear-gradient(left, #01a6fd 0%, #4273e1 51%, #01a6fd 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #4273e1), color-stop(100%, #4eb3bf));
    background: -webkit-linear-gradient(left, #01a6fd 0%, #4273e1 51%, #0071b0 100%);
    background: -o-linear-gradient(left, #01a6fd 0%, #4273e1 51%, #01a6fd 100%);
    background: -ms-linear-gradient(left, #01a6fd 0%, #4273e1 51%, #01a6fd 100%);
    background: -webkit-gradient(linear, left top, right top, from(#01a6fd), color-stop(51%, #4273e1), to(#01a6fd));
    background: -webkit-linear-gradient(left, #01a6fd 0%, #4273e1 51%, #01a6fd 100%);
    background: linear-gradient(to right, #01a6fd 0%, #4273e1 51%, #01a6fd 100%);
    background-size: 200% auto;
    color: #fff; }
  .home-secound-course-search .search-course input::-webkit-input-placeholder, .home-secound-course-search .search-course .register-form-area select::-webkit-input-placeholder, .register-form-area .home-secound-course-search .search-course select::-webkit-input-placeholder, .home-secound-course-search .search-course .register-form-area textarea::-webkit-input-placeholder, .register-form-area .home-secound-course-search .search-course textarea::-webkit-input-placeholder {
    color: #fff; }
  .home-secound-course-search .counter-number p {
    color: #fff; }
  .home-secound-course-search .counter-count, .home-secound-course-search .counter-number span, .counter-number .home-secound-course-search span {
    color: #fff; }
  .home-secound-course-search .section-title span,
  .home-secound-course-search .section-title h2 {
    color: #fff; }
  .home-secound-course-search .search-app .search-app-content h2 {
    font-size: 35px; }
  .home-secound-course-search .app-details-content p {
    font-size: 20px;
    color: #fff; }
  .home-secound-course-search .about-list li {
    color: #17d0cf;
    margin-left: 5px; }
    .home-secound-course-search .about-list li:before {
      width: 10px;
      height: 10px;
      top: 7px;
      background-color: #5196c9; }
  .home-secound-course-search .genius-btn {
    width: 190px; }

.app-stor {
  display: inline-block; }
  .app-stor li {
    font-size: 22px;
    color: #fff;
    margin-right: 25px;
    position: relative; }
    .app-stor li:after {
      position: absolute;
      content: '';
      height: 20px;
      width: 1px;
      top: 4px;
      right: -14px;
      background-color: #9ad1f6; }
    .app-stor li:last-child:after {
      display: none; }

.search-course-secound {
  background-color: #333333;
  padding: 20px 0px  10px !important;
  max-width: 1170px;
  margin: 0 auto;
  border-radius: 5px;
  position: relative;
  z-index: 2;
  top: -40px; }
  .search-course-secound .counter-number .counter-count, .search-course-secound .counter-number span,
  .search-course-secound .counter-number span {
    color: #fff; }
  .search-course-secound .counter-number p {
    color: #17d0cf;
    margin: 0; }

.search-course-third {
  padding: 0; }
  .search-course-third .version-four {
    padding: 40px 35px 30px; }
  .search-course-third .counter-number p {
    margin-bottom: 0; }
  .search-course-third .counter-icon-number {
    position: relative; }
    .search-course-third .counter-icon-number:before, .search-course-third .counter-icon-number:after {
      position: absolute;
      content: '';
      bottom: -30px;
      background-color: #eee;
      width: 110%;
      height: 7px;
      left: -20px;
      -webkit-transition: .5s all ease-in-out;
      -o-transition: .5s all ease-in-out;
      transition: .5s all ease-in-out; }
    .search-course-third .counter-icon-number:after {
      background-color: #17d0cf;
      width: 0; }
    .search-course-third .counter-icon-number:hover::after {
      width: 110%; }

.home-third-course-search {
  background-color: #f7f7f7;
  padding-bottom: 0; }
  .home-third-course-search .search-course input, .home-third-course-search .search-course .register-form-area select, .register-form-area .home-third-course-search .search-course select, .home-third-course-search .search-course .register-form-area textarea, .register-form-area .home-third-course-search .search-course textarea {
    background-color: #fff; }
  .home-third-course-search .app-stor li {
    color: #777777; }
    .home-third-course-search .app-stor li:after {
      background-color: #777777; }
  .home-third-course-search .section-title h2 {
    font-size: 42px; }

#search-course-2 .search-app {
  margin-top: 50px; }
