@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

/***********general***************/

body {
    font-family: 'Poppins', sans-serif;
}


/* ******logo header block*****
********************************/

img.logo {
    width: 30%;
}

header.logo_block {
    background: #F7F7F7;
    padding: 10px 0;
}

.container-fluid.logo_block {
    display: flex;
    font-family: 'Poppins', sans-serif;
    align-items: center;
    width: 100%;
}

.logo1 img {
    float: right;
}

.logo2 img {
    float: left;
}

.logo1 {
    padding-left: 7%;
    width: 35%;
}

.logo2 {
    padding-right: 7%;
    width: 35%;
    text-align: right;
}

.logo_header {
    text-align: center;
    width: 70%;
}

.logo_header>h1 {
    font-size: 24px;
    font-weight: 700;
    color: #176c92;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 0px;
}

.logo_header>h4 {
    font-size: 16px;
    color: #eb8e0f;
    line-height: 0.8;
    font-weight: 500;
    margin-top: 0;
}


/* **********=nav bar= *******
 ********************************/

section.navbar {
    font-family: 'Poppins', sans-serif;
}

section.navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.container-fluid.navbar {
    padding: 0;
    margin: 0;
}

section.navbar {
    margin: 0;
}

nav.navbar.navbar-default {
    background: #1a92c8;
}

.navbar-default .navbar-nav>li>a {
    color: white;
    font-size: 16px;
}

ul.nav.navbar-nav>li:hover {
    background: #FCB627;
}

ul.nav.navbar-nav {
    position: relative;
    left: 50%;
    transform: translatex(-50%);
    text-align: center;
}

ul.nav.navbar-nav>li {
    padding: 7px;
    margin: 0;
}

ul.dropdown-menu {
    min-width: 211px !important;
    border: none;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

nav.navbar.navbar-default {
    margin: 0;
    border: none;
    border-radius: 0;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background: #FCB627;
}

ul.dropdown-menu {
    padding: 0;
}

.dropdown-menu>li>a {
    padding: 15px 20px;
}

ul.nav.navbar-nav>li:hover {
    padding: 7px;
    margin: 0;
}

li.dropdown {
    padding: 10px;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.navbar {
    border: none;
}


/* ===========slider=========
============================ */

.carousel-caption {
    top: 35%;
    text-align: left;
}

img.fadeinimage {
    width: 100%;
}

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

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

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

.details {
    margin: 50px 0;
}

.details h1 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 3px;
}

.details .back-link {
    text-align: center;
}

.details .back-link a {
    display: inline-block;
    margin: 20px 0;
    padding: 15px 30px;
    background: #333;
    color: #fff;
    border-radius: 24px;
}

.details .back-link a svg {
    margin-right: 10px;
    vertical-align: text-top;
    display: inline-block;
}

h3.toggleHeading {
    animation: slide-in-right 1s ease-in-out both;
    font-size: 50px;
    font-weight: 600;
}

@keyframes h3.toggleHeading {
    0% {
        -webkit-transform: translateX(200px);
        transform: translateX(200px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

p.toggleCaption {
    animation: slide-in-left 1s ease-in-out both;
    font-weight: 400;
    font-size: 30px;
    font-family: system-ui;
}

@keyframes p.toggleCaption {
    0% {
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}


/*********** =footer=************
********************************* */

footer.bvbfooter {
    color: white;
    background-color: #186e94;
    padding: 30px 0 10px;
    font-family: 'Poppins', sans-serif;
}

.footer_header>ul {
    float: right;
}

.footer_header>ul>li {
    display: inline;
    list-style: none;
}

.row.footer {
    clear: both;
}

.footer_header>ul>li>a {
    color: white;
    padding: 10px;
    font-size: 20px;
}

.col-md-3.col-xs-12.footercenter>ul>li {
    list-style: none;
    font-size: 16px;
    font-weight: lighter;
    line-height: 2.5;
}

.col-md-3.col-xs-12.footercenter>ul {
    padding: 0;
}

.col-md-3.col-xs-12.footercenter>ul>li>i.bi.bi-question-square {
    padding-right: 10px;
}

p.sub_left {
    float: left;
    font-size: 16px;
    font-weight: lighter;
}

.sub_left {
    display: flex;
    float: right;
    font-size: 16px;
    font-weight: lighter;
}

.sub_left>p {
    padding: 0 10px;
}

.sub_left>p:last-child {
    padding-right: 0;
}

.col-md-6.col-xs-12.footerleft>p {
    font-size: 16px;
    font-weight: lighter;
    line-height: 1.5;
}

.col-md-3.col-xs-12.footercenter {
    padding-left: 5%;
}

.col-md-6.col-xs-12.footerleft>h3 {
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1px;
}

.col-md-3.col-xs-12.footercenter>h3 {
    font-weight: 700;
    letter-spacing: 1px;
}

.footer_header {
    padding-bottom: 50px;
}

.footer_header>img.logo {
    float: left;
}


/* =new= */

.col-md-3.col-xs-12.footercenter.last>ul:last-child {
    display: inline-flex;
}

.col-md-3.col-xs-12.footercenter.last>ul:last-child>li {
    padding: 0px 10px;
}

.col-md-3.col-xs-12.footercenter.last>ul:last-child>li>a {
    color: white;
    text-decoration: none;
}

.col-md-3.col-xs-12.footercenter.last>ul:last-child>li:first-child {
    padding-left: 0px;
}

img.logo.footer {
    float: left;
}

.footer_header1>h3 {
    display: inline-block;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
}

footer.hskcopfooter {
    padding: 35px 0 10px;
}

.sub_left>p {
    font-size: 16px;
}

.col-md-3.col-xs-12.footercenter ul li a {
    color: white;
    text-decoration: none;
}


/* =**************slider*******
********************************/

.carousel-caption {
    top: 35%;
    text-align: left;
}

img.fadeinimage {
    width: 100%;
}

.block.section.header>h1>span {
    color: #b3d146;
}

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

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

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

.details {
    margin: 50px 0;
}

.details h1 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 3px;
}

.details .back-link {
    text-align: center;
}

.details .back-link a {
    display: inline-block;
    margin: 20px 0;
    padding: 15px 30px;
    background: #333;
    color: #fff;
    border-radius: 24px;
}

.details .back-link a svg {
    margin-right: 10px;
    vertical-align: text-top;
    display: inline-block;
}

h3.toggleHeading {
    animation: slide-in-right 1s ease-in-out both;
    font-size: 50px;
    font-weight: 600;
}

@keyframes h3.toggleHeading {
    0% {
        -webkit-transform: translateX(200px);
        transform: translateX(200px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

p.toggleCaption {
    animation: slide-in-left 1s ease-in-out both;
    font-weight: 400;
    font-size: 30px;
    font-family: system-ui;
}

@keyframes p.toggleCaption {
    0% {
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}


/*==================================================================
                        inner page
====================================================================*/

section.bannerclip_sec.hosts .section-header {
    margin: 30px 0;
}

.banner_container {
    background-size: cover;
    background-position: 100% 70%;
    clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 89%);
}

section.bannerclip_sec ul {
    list-style: circle;
    padding-left: 25px;
    margin-bottom: 40px;
}

/* section.bannerclip_sec ul li::marker {
    content: "\00BB";
    font-size: 22px;
    font-weight: 600;
    color: #ed3237;
} */

section.bannerclip_sec ul li {
    padding-bottom: 10px;
    padding-left: 10px;
}

.pageheading {
    padding: 73px 0px 175px;
    width: 100%;
    color: white;
}

h1.pagetitle1 {
    color: white;
    font-size: 40px;
    margin-bottom: 0px;
    font-weight: 600;
    font-family: 'Alegreya', serif;
}

h2.pagetitle2 {
    color: #454545;
    font-size: 30px;
    margin-top: 5px;
    font-weight: 600;
    font-family: 'Alegreya', serif;
}

section.bannerclip_sec {
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    font-size: 18px;
}

section.bannerclip_sec>.container {
    margin-top: -155px;
    background-color: #fff;
    position: relative;
    padding: 45px 30px 45px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}



/* ======about section===== */

section.about {
    background: #cddce2;
    padding: 50px 0;
    position: relative;
}

.aboutbg {
    background: url(../images/abut.png);
    min-height: 378px;
    width: 26%;
    float: left;
    position: absolute;
    left: 18%;
    top: 13%;
}

.col-md-7.col-lg-7.col-xs-12.col-sm-6.ormae img {
    box-shadow: 0 0 24px 0 rgb(0 0 0 / 30%);
}

.aboutbox>h1,
p {}

.aboutbox {
    padding: 30px 40px;
    background: white;
}

.aboutbox {
    padding: 30px 40px;
    background: white;
    position: absolute;
    left: 18%;
    width: 100%;
    top: 7%;
}

.ormae {
    float: right;
}

button.redmore:hover {
    transition: 1s;
    background-color: #23adeb !important;
    color: white;
}

.aboutbox p {
    font-size: 18px;
}

button.redmore {
    border: 1px solid black;
    background: none !important;
    padding: 6px 20px;
    font-size: 16px;
    margin-top: 10px;
}


/* ========MANDATORY PUBLIC DISCLOSURE PAGE=======*/

.innerHeading-wrap {
    padding: 30px 0;
    background: url(../images/bgbanner.png) no-repeat top;
    background-size: cover;
    text-align: center;
}

.innerHeading-wrap h1 {
    margin: 5px 0;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.table thead tr {
    background-color: lavender;
    border: 2px solid #ddd;
}

.table thead tr th {
    border: 2px solid #ddd;
}

.table tr td {
    border: 2px solid #ddd;
}

button.btn.btn-primary {
    outline: none !important;
}

.content_header>h3 {
    float: left;
    color: #062078;
}

.content_header>button.btn.btn-primary {
    margin: 15px 0 10px 30px;
    float: right;
}

.content_header {
    width: 40%;
    margin: auto;
}

.content_header {
    clear: both !important;
}

.mand-publ-discl {
    padding: 15px 0 20px;
}


/* =====accordean ========= */

.template_faq {
    background: #edf3fe none repeat scroll 0 0;
}

.panel-group {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 0;
    padding: 30px;
}

#accordion .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 10px;
}

#accordion .panel-heading {
    border-radius: 30px;
    padding: 0;
}

#accordion .panel-title a {
    background: #eb8e0f none repeat scroll 0 0;
    text-decoration: none;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 20px 12px 50px;
    position: relative;
    transition: all 0.3s ease 0s;
}

#accordion .panel-title a.collapsed {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none !important;
}

#accordion .panel-title a::after,
#accordion .panel-title a.collapsed::after {
    background: #eb8e0f none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    color: #fff;
    content: "";
    font-family: fontawesome;
    font-size: 25px;
    height: 55px;
    left: -20px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: -5px;
    transition: all 0.3s ease 0s;
    width: 55px;
}

#accordion .panel-title a.collapsed::after {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    content: "";
}

#accordion .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 25px 10px 9px;
    position: relative;
}

#accordion .panel-body p {
    border-left: 1px dashed #8c8c8c;
    padding-left: 25px;
}


/* ==gallery====== */

.wrimagecard {
    margin-top: 0;
    margin-bottom: 1.5rem;
    text-align: left;
    position: relative;
    background: #fff;
    box-shadow: 12px 15px 20px 0px rgb(46 61 73 / 15%);
    border-radius: 4px;
    transition: all 0.3s ease;
}

.wrimagecard-topimage_title {
    padding: 10px 20px;
    height: 60px;
    padding-bottom: 0.75rem;
    position: relative;
}

a.wrimagecard:hover,
.wrimagecard-topimage:hover {
    box-shadow: 2px 4px 8px 0px rgb(46 61 73 / 20%);
}

.section_header h1 {
    padding-left: 20px;
    font-weight: 500;
    margin: 0px 0px 45px;
}

.section_header h1::after {
    content: "";
    bottom: -5px;
    left: 15px;
    width: 150px;
    height: 5px;
    background: linear-gradient(90deg, #24aeed 0.86%, #bcee23 100%);
    display: block;
}


/* ===gallery section===== */

section.gallery {
    padding: 63px 0;
    background: #f6f1f1;
}


/* ====parallax===== */

section.parallax {
    background-image: url("../images/parallax.png");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-content h2 {
    color: #182655;
    margin: 5px 0;
    font-size: 40px;
    font-weight: 600;
}

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

.parallax-content p {
    font-size: 18px;
    color: #000;
}

.wrimagecard.wrimagecard-topimage a {
    text-decoration: none;
}


/* ==course section===== */

section.course {
    /* background: #0d244b; */
    margin: 65px 0;
}

.course_blog {
    background: white;
    text-align: center;
    padding: 20px 0;
    border-radius: 10px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.course_blog img {
    background: #3db2d5;
    ;
    border-radius: 50%;
    padding: 10px;
}

button.more {
    background: none;
    border: none;
    border-bottom: 1px solid black;
}

.course_blog h4 {
    font-size: 20px;
}

.course_blog:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/* ===about section===== */

.button.read {
    text-align: center;
    transition: all 0.5s;
    cursor: pointer;
    padding: 10px 20px;
    background: none;
    color: #0c1758;
    border: 1px solid #fff;
    border-radius: inherit;
    font-weight: 500;
    margin-top: 10px;
}

.button.read span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    font-size: 18px;
}

.button.read span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.button.read:hover span {
    padding-right: 25px;
}

.button.read:hover span:after {
    opacity: 1;
    right: 0;
}

section.black.section {
    margin: 40px 0 0;
    background-image: url(../images/aboutbg.png);
    padding: 65px 0;
}

.block.section.header h1 {
    font-size: px;
    font-weight: 600;
    color: white;
    margin: 10px 0;
}

.block.section.header>h1>span {
    color: #eb8e0f;
}

.right_content img {
    width: 100%;
}

p.left.text {
    color: white;
    font-size: 20px;
}


/* ====contact page==== */

.bvb-contact-form h2 {
    margin: 0px 0px 30px;
    padding: 0px 0px 14px;
    font-weight: 600;
    font-size: 22px;
    line-height: 0.8;
    color: #003767;
    border-bottom: 2px solid #f4f4f4;
}

ul.bvb-contact-form-ul {
    margin: 0px -12px;
    padding-inline-start: 0px;
}

ul.bvb-contact-form-ul li {
    list-style: none;
    float: left;
    width: 100%;
    margin: 0px 0px 15px;
    padding: 0px 12px;
}

.btn-default.bvb {
    color: #000;
    background-color: #d79c4d;
    border-color: #ccc;
    margin-top: 20px;
    outline: none !important;
}

section.contact-sec-frm {
    padding: 40px 0;
}


/* =====about inner page===== */

img#abt_img {
    width: 300px;
    float: left;
    margin: 0px 20px 0px 0px;
}

.abt_details h2 {
    margin: -5px 0px 20px;
    font-size: 36px;
    font-family: "Alegreya", serif;
    font-weight: 300;
    color: #0b3e78;
}

.abt_text>p {
    color: #777;
    text-align: justify;
    line-height: 1.5;
    font-size: 18px;
}

section.abt_details {
    padding: 65px 0;
}

.abt_details h2 {
    position: relative;
    display: block;
}

.abt_details h2:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 2%;
    width: 70px;
    height: 4px;
    background: linear-gradient(90deg, #24aeed 0.86%, #bcee23 100%);
    display: block;
}

h2.philosophy {
    clear: both;
    padding-top: 30px;
}

.fotherspil {
    float: right;
}

.fotherspil span {
    font-style: italic;
    color: #000;
}

button.btn.btn-md {
    background: linear-gradient(to bottom, #233983 0%, #000000 100%);
    color: white;
    border-radius: 50px;
    padding: 10px 30px;
    outline: none;
    cursor: pointer;
    border: none;
}


/*****************gallary************/

.home_gallery_grid {
    margin-top: 2em;
}

.home_gallery_grid1 {
    position: relative;
}

.home_gallery_grid1>img {
    width: 100%;
    height: 270px;
}

.home_gallery_grid1_pos {
    background: rgb(81 173 215 / 85%);
    bottom: 45px;
    left: 40px;
    opacity: 0;
    padding: 1em;
    position: absolute;
    right: 45px;
    text-align: center;
    top: 45px;
    visibility: hidden;
    width: 77%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.home_gallery_grid1_pos h3 {
    font-size: 22px;
    letter-spacing: 2px;
    margin: 42px 5px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Raleway', sans-serif;
}

.home_gallery_grid1_pos h3:after {
    background: #ff9800;
    bottom: 0%;
    content: '';
    height: 2px;
    left: 30%;
    position: absolute;
    width: 35%;
}

.home_gallery_grid:hover .home_gallery_grid1_pos {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
}

.head1 {
    color: gray;
    float: left;
    margin-left: 17px;
    margin-bottom: 0px;
}

.head2 {
    color: gray;
    float: right;
    margin-right: 16px;
    margin-bottom: 0px;
}

.head3 {
    color: gray;
}

hr {
    margin-top: 2px;
    margin-bottom: 2px;
}
.principal_photo {
    float: left;
    padding: 10px;
}
.principal_msg {
    color: #464545;
    text-align: justify;
    line-height: 1.5;
    font-size: 18px;
}