/*Theme Name: Berkshire Choral
Theme URI: https://wordpress.org/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Theme Description
Version: 1.0
Text Domain: berkshirechcoral
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.*/

/* GLOBAL STYLES */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'raustila';
    src: url('fonts/raustila-Regular.eot');
    src: url('fonts/raustila-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/raustila-Regular.woff2') format('woff2'),
        url('fonts/raustila-Regular.woff') format('woff'),
        url('fonts/raustila-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Bold.eot');
    src: url('fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Inter-Bold.woff2') format('woff2'),
        url('fonts/Inter-Bold.woff') format('woff'),
        url('fonts/Inter-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; margin: 0; padding: 0 }
body { background-color: #F5F5F5; font-size:18px; color:#151515; margin:0; padding:0; font-family: "Roboto", sans-serif; font-weight:normal;}
a { color: #EE1D4B; text-decoration: none; transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; -ms-transition: all 300ms linear;-webkit-transition: all 300ms linear; }
a:focus { outline:none; text-decoration:none; color:#2e3192; }
a:hover, a:active { outline: 0; text-decoration:none; color:#2e3192;}

p { margin:0 0 15px 0; line-height:1.5; }
ol, ul {margin: 0 0 20px 0; padding: 0px 0 0 20px;}
table{border-collapse:collapse;border-spacing:0}
hr { background-color: rgba(0, 0, 0, 0.1); border: 0; height: 1px; margin-bottom: 23px;}

h1, h2, h3, h4, h5, h6 { clear: both; font-weight: 400; color: #151515; font-family: "Roboto", sans-serif; line-height: 1.2; margin: 0px 0 15px;}

h1 { font-size: 160px; line-height: 1.5;}
h2 { font-size: 160px; line-height: 1.1; color: #EE1D4B; font-family: 'raustila';}
h3 { font-size: 48px; line-height: 45px;}
h4 { font-size: 40px; line-height: 40px;}
h5 { font-size: 30px; line-height: 35px;}
h6 { font-size: 20px; }

@media (max-width: 1440px) {
    h1 { font-size: 100px;}
    h2 { font-size: 120px;}
}

@media (max-width: 1366px) {
    h1 { font-size: 100px;}
    h2 { font-size: 100px;}
}

@media (max-width: 1199px) {
    h1 { font-size: 70px;}
    h2 { font-size: 70px;}
    h3 { font-size: 40px;}
    h4 { font-size: 35px;}
    h5 { font-size: 24px;}
}

@media (max-width: 991px) {
    h1 { font-size: 60px;}
    h3 { font-size: 35px;}
    h4 { font-size: 30px;}
    
}

@media (max-width: 767px) {
    body { font-size:16px;}
    
}

img{ max-width:100%; border: 0;}
input:not([type="radio"]):not([type="checkbox"]):not([type="button"]):not([type="submit"]){-webkit-appearance:none; -webkit-border-radius:0px; border:none; width: 100%; margin-bottom: 18px; background-color:#E6E6E6; border: 2px solid #6c2c91 !important;  border-radius: 5px;}
input, button, textarea, select { border:none; outline:none; font-family:'Roboto', Arial, Helvetica, sans-serif;  font-size: 16px; line-height: normal; color:#151515; padding: 14px 20px 14px 20px; border-radius: 5px;}
input[type=submit], button { background-color: #2e3192; color: #ffffff; cursor:pointer; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all  0.4s ease-in-out; }

input:-webkit-autofill {-webkit-box-shadow: 0 0 0 30px white inset;}

.UploadCV input[type="file"]{width: 100%; height: 52px; padding: 12px 20px 12px 50px; font-size: 14px; line-height: 1.42857143; color: #555; background-image: none; background-color: #fff; border-radius: 4px; -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); margin-bottom: 10px; border: 2px solid #e6ecef; position: relative; -moz-padding-top: 0px;
}
.UploadCV input::-webkit-file-upload-button {visibility: hidden;}
.UploadCV input::before { content: 'Select some files'; display: inline-block; background: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#E3E3E3)); background: -webkit-linear-gradient(top, #F9F9F9, #E3E3E3); background: -o-linear-gradient(top, #F9F9F9, #E3E3E3); background: -moz-linear-gradient(top, #F9F9F9, #E3E3E3); background: linear-gradient(top, #F9F9F9, #E3E3E3); border: 1px solid #e6ecef; border-radius: 2px 0 0 2px; padding: 14px 8px; outline: none; white-space: nowrap; -webkit-user-select: none; cursor: pointer; font-weight: 400; font-size: 10pt; color: #555; position: absolute; left: 0; top: 0px; height: 100%; background: #e6ecef;
}
.UploadCV input:hover::before {border-color: #e6ecef;}
@-moz-document url-prefix() {
  .careers-form .about-us-form .UploadCV input[type="file"] { padding:0;}
}

::-webkit-selection { background-color: #47d5ff; color: #fff; text-shadow: none;}
::-moz-selection { background-color: #47d5ff; color: #fff; text-shadow: none;}
::selection { background-color: #47d5ff; color: #fff; text-shadow: none;}

::-webkit-input-placeholder { color: #989797; opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
::-moz-placeholder { color: #989797; opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
:-ms-input-placeholder { color: #989797; opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}

/*blue background remove button on click */
.button{-webkit-tap-highlight-color: transparent;}

@media (max-width: 1199px) {
    input, button, textarea, select{padding: 10px 20px 10px 20px;}
}

/* Common Css Start Here */

/*@media (min-width: 1400px) {
    .container{ max-width: 1264px; }
}*/


.alignleft{ float:left; margin-right:15px; margin-top:5px; margin-bottom:10px !important;}
.alignright{ float:right; margin-left:15px; margin-top:5px; margin-bottom:10px !important;}

select { background-image:url('./images/dropdown-arrow.svg');  background-position: right 30px center; background-repeat:no-repeat; -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 100%; padding-right: 40px; margin-bottom: 40px; background-color: transparent; border-bottom: 2px solid #fff;}
select::-ms-expand { display: none; }
textarea{ width: 100%; height: 200px; margin-bottom: 20px; vertical-align: top; background-color: rgb(229 233 235 / 70%); resize: none;}
small{ text-transform: lowercase; font-size: inherit; }

/* Button CSS */
.btn-primary { background-color:#ffffff; border:1px solid #ffffff; border-radius: 10px; color:#2e3192; display: inline-block; font-size: 18px; font-weight: 700; line-height: 20px; font-family: "Roboto", sans-serif; text-align: center; text-transform: uppercase; padding: 21px 50px 21px 50px; }
.btn-primary:focus, .btn-primary:hover { background-color:#EE1D4B; border-color: #EE1D4B; color:#ffffff;}
.btn-blue { background-color:#2e3192; color: #ffffff;}
.btn-blue:hover { background-color:#EE1D4B;}

.btn-secondry { background-color:#EE1D4B; border:1px solid #ffffff; border-radius: 10px; color:#ffffff; display: inline-block; font-size: 18px; font-weight: 700; line-height: 20px; font-family: "Roboto", sans-serif; text-align: center; text-transform: uppercase; padding: 21px 50px 21px 50px; }
.btn-secondry:focus, .btn-secondry:hover {  opacity: 0.7; color:#ffffff; cursor: pointer; }


.btn-primary.red-border{ border-color: #EE1D4B; }
.btn-primary.red-border:hover{ border-color: #EE1D4B; background-color: #EE1D4B; }

.btn-primary.teal-border{ border-color: #005B77; }
.btn-primary.teal-border:hover{ border-color: #005B77; background-color: #005B77; }

.btn-large{ font-size: 24px; }

@media (max-width: 1366px) {
    .btn-primary{padding:15px 30px 15px 30px;}
    .btn-secondry{padding:15px 30px 15px 30px;}
}

@media (max-width: 1199px) {
    .btn-primary{ font-size: 16px; }
    .btn-secondry{ font-size: 16px; }
}

@media (max-width: 991px) {
    .btn-primary{ padding: 15px 25px 15px 25px;}
    .btn-secondry{ padding: 15px 25px 15px 25px;}
}

@media (max-width: 767px) {
    .btn-primary{ padding: 15px 20px 15px 20px;}
    .btn-secondry{ padding: 15px 20px 15px 20px;}
}

/*-----Common Css End Here-------*/

/*---Header---*/
#header{ padding:0px 0 0px 0; position: absolute; top: 20px; left: 15px; right: 15px; z-index: 9;}
#header .logo{ width: 242px; min-height: 90px; float: left;}
.header-wrap{ background-color: #F5F5F5; border-radius: 20px; padding: 5px 6px 5px 16px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; float: left;}
.header-wrap .header-right{ width: calc(100% - 242px); float: right; display: table; min-height: 90px;}
@media (min-width: 1279px) {
    #header .container{ max-width: 1240px; }
}

@media (min-width: 1300px) {
    #header .container{ max-width: 1260px; }
}


@media (max-width: 1199px) {
    #header{ padding:16px 0 30px 0;}
    #header .logo{ width: 200px; min-height: 74px;}
    .header-wrap .header-right{ width: calc(100% - 200px); min-height: 74px;}
}

@media (max-width: 991px) {
    #header{ padding:16px 0px 16px 0;}
    #header .logo{min-height: auto; float: none; margin: 0px auto;}
    .header-wrap .header-right{min-height: auto;}
}
@media (min-width: 768px) and (max-width: 991px) {
    #header{background-color: #f5f5f5; border-radius: 20px;}
    .header-wrap {justify-content: center !important;}
    .header-wrap .header-right{ width: calc(100% - 0px); }
}

@media (max-width: 767px) {
    .header-wrap{ -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; -webkit-box-align: self-start; -ms-flex-align: self-start; align-items: self-start; display: block !important; text-align: center; padding-right: 0; padding-left: 0;}
    .header-wrap .logo{ position: relative; z-index: 99999999; margin: 0 auto; }
    #header{ padding:0px; left: 8px; right: 8px;}
    #header .logo{ width: 242px;}
    body.mobile-open .header-wrap .logo{background-color: #f5f5f5; position: relative;}
    body.mobile-open .header-wrap .logo:after{ content: ""; background-color: #f5f5f5; position: absolute; left: -5%; right: -5%; top: -28%; bottom: -35px; }
    body.mobile-open .header-wrap .logo a{ position: relative; z-index: 1; }

}


/*Nav*/
.nav-menu{ display: table-cell;
    vertical-align: middle;}
body.mobile-open{ overflow: hidden; }
.menulinks { display:none;  text-align:center; width:80px; height:35px; line-height:35px; color:#0C243A; font-size:22px; position:absolute; top:0px; right:35px; cursor:pointer; }
ul.mainmenu { vertical-align:middle; display:inline-block; margin:0; padding:0; list-style:none; text-align:left; }
ul.mainmenu > li { display:inline-block; padding:0 12px; position:relative; }
ul.mainmenu > li:first-child{ padding-left: 0; }
ul.mainmenu > li > a:link, 
ul.mainmenu > li > a:visited { padding:0px 10px 0px 10px; display:inline-block; text-align:center; font-size:20px;  color:#2e3192; font-family: "Roboto", sans-serif; line-height:20px; font-weight: 600; text-transform: uppercase; cursor: pointer; position:relative; }
/*ul.mainmenu > li:last-of-type > a{ padding-right: 0; }*/

ul.mainmenu > li:hover > a{ color:#EE1D4B;} 
ul.mainmenu > li.current-menu-item > a {color:#EE1D4B; }
ul.mainmenu > li.current-menu-parent > a {color:#EE1D4B; }
ul.mainmenu > li.current-menu-parent > ul > li.current-menu-item > a {color:#EE1D4B; }

/*Dropdown menu*/
ul.mainmenu ul { position:absolute; left:50%; width:230px; padding:10px 24px; list-style:none; margin:0; background:#fff; z-index:2; border-radius: 10px; display:none; -webkit-transform: translate(-50%, 48px); -ms-transform: translate(-50%, 48px); transform: translate(-50%, 48px);}
ul.mainmenu ul:before{ content:""; width:100%; height:50px; position:absolute; left:0; bottom:100%; }
ul.mainmenu ul li { position: relative; text-align: center; }
ul.mainmenu li li a:link, 
ul.mainmenu li li a:visited {color:#2e3192; text-transform: uppercase; font-weight: 600; display:block; padding:7px 0px; }
ul.mainmenu li li a:hover { color: #EE1D4B; text-decoration: underline; }
ul.mainmenu ul ul { position:absolute; left:100%; top: 0;  display:none; }

@media (min-width: 992px) {
    ul.mainmenu{ display: block !important; text-align: right;}
    ul.mainmenu li:hover > ul { display:block; }
    ul.mainmenu ul li:hover ul{ display: block; }
    ul.mainmenu li.last-menu ul.sub-menu{ left: auto; right: 0; transform: translate(0%, 48px);}
}
@media (max-width: 1280px) {
    ul.mainmenu > li{padding: 0 8px;}
}
@media (max-width: 1199px) {
    ul.mainmenu > li{padding: 0 5px;}
    ul.mainmenu > li > a:link, 
    ul.mainmenu > li > a:visited { font-size: 16px; padding:0px 5px 0px 5px;}
}
@media (max-width: 991px) {
    ul.mainmenu > li.parent:before{ display: none; }
}

 
@media (max-width: 991px) {
    .menulinks { display:inline-block; top: 38px; } 
    ul.mainmenu { text-align:left; position:absolute; top:100px; padding:0; right:0; width:100%; background:#f5f5f5; display:none; z-index:9999999; height:calc(100vh - 80px); overflow-y:auto; }
    ul.mainmenu > li { float:left; width:100%; padding:0px; margin:0; border-top:1px solid rgba(255,255,255,0.1); position:relative;  }
    ul.mainmenu > li:first-child { border:none; }
    ul.mainmenu > li > a:link, 
    ul.mainmenu > li > a:visited { padding:10px 15px; font-size:18px; line-height: 34px; float:left; width:100%; border:none; text-align:center; }
    ul.mainmenu > li > a:hover { color:#062B3F; }
    ul.mainmenu > li > a:before{display: none;}

    a.menulinks i { display: inline; position: relative; top: -2px; margin-left: 0; -webkit-transition-duration: 0s;  -webkit-transition-delay: .2s; -moz-transition-duration: 0s;  -moz-transition-delay: .2s; transition-duration: 0s;  transition-delay: .2s; }
    a.menulinks i:before, a.menulinks i:after { position: absolute; content: ''; left:0; }
    a.menulinks i, a.menulinks i:before, a.menulinks i:after { width:80px; height:6px; background-color:#2e3192; display: inline-block; border-radius: 5px;}
    a.menulinks i:before { margin-top: -18px; -webkit-transition-property: margin, -webkit-transform;  -webkit-transition-duration: .2s;  -webkit-transition-delay: .2s, 0; }
    a.menulinks i:after { margin-top: 18px; -webkit-transition-property: margin, -webkit-transform;  -webkit-transition-duration: .2s; -webkit-transition-delay: .2s, 0; }
    .mobile-open a.menulinks i { background-color: rgba(0, 0, 0, 0.0);  -webkit-transition-delay: .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); }
    .mobile-open a.menulinks i:before { margin-top: 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);  -webkit-transition-delay: 0, .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); }
    .mobile-open a.menulinks i:after { margin-top: 0; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);  -webkit-transition-delay: 0, .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); }

    ul.mainmenu > li > a.current:after { display:none; }
    ul.mainmenu ul { position:relative; top:auto; left:auto; float:left; width:100%; margin-top:0; -webkit-transform: none; -ms-transform: none; transform: none; border-radius: 0;}
    ul.mainmenu ul:before{ display:none; }
    ul.mainmenu ul li{ position:relative;}
    ul.mainmenu li li a:link, ul.mainmenu li li a:visited{ padding:8px 15px 8px 15px;}
    ul.mainmenu ul ul { position:relative; left:auto; top: auto; float:left; width:100%; }
    ul.mainmenu ul ul li{ padding-left: 10px; }

    a.child-triggerm { display: block !important; cursor: pointer; position: absolute !important; top: 0px; right: 0px; width:50px !important; min-width: 50px !important; height:54px !important; padding: 0 !important; border-left: 1px dotted rgba(255, 255, 255, .20); }
    a.child-triggerm:hover { text-decoration: none; color:#fff;}
    a.child-triggerm span { position: relative; top: 50%; margin: 0 auto !important;  -webkit-transition-duration: .2s; -moz-transition-duration: .2s;  transition-duration: .2s; }
    a.child-triggerm span:after { position: absolute; content: ''; }
    a.child-triggerm span, a.child-triggerm span:after { width: 16px; height: 2px; background-color:#2e3192; display: block; }
    a.child-triggerm span:after { -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg);  -webkit-transition-duration: .2s; -moz-transition-duration: .2s; transition-duration: .2s; }
    a.child-triggerm.child-open span:after { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg);  -webkit-transition-duration: .2s; -moz-transition-duration: .2s; transition-duration: .2s; }
    a.child-triggerm.child-open span { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);  -webkit-transition-duration: .2s; -moz-transition-duration: .2s; transition-duration: .2s; }

    a.child-triggerm:hover span, a.child-triggerm:hover span:after{ background-color:#2e3192;}
    ul.mainmenu > li.parent > a:before{ display: none; } 
    #header .mobile-get-in-touch{ text-align: center; display: inline-block; width: 100%; padding-bottom: 50px; padding-top: 50px; }
    #header .company-name{ font-weight: 700; color: #6c2c91; }
    #header .address{ color: #2e3192; }
    #header .address p{ line-height: 28px; margin-bottom: 0; }
    #header .call p{ margin-bottom:20px; line-height: 26px; }
    #header .call a{ color: #2e3192; }

    #header .social-media ul{ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding:0; margin:0px; list-style:none; background-color: transparent;}
    #header .social-media ul li{ width:35px; margin:0px 10px; display:inline-block; }
    #header .social-media ul li:last-child{ margin-right:0; }
    #header .social-media ul li a{ font-size: 32px;}
    #header .social-media ul li.facebook a{ color: #2e3192;}
    #header .social-media ul li.instagram a{ color: #EE8E1D;}
    #header .social-media ul li.linkedin a{ color: #2e3192;}
    #header .social-media ul li.youtube a{ color: #EE1D4B;}
    #header .social-media ul li a:hover{ opacity: 0.8; }
}
@media (max-width: 767px) {
    .menulinks { top: 126px; left: 0; right: 0; margin: 0 auto; background-color: #f5f5f5; padding: 20px; border-radius: 10px; display: inline-block; width: 178px; height: 80px; z-index: 99999999;}
    ul.mainmenu{ top: -15px; height: calc(100vh - 0px); padding-top: 250px; padding-bottom: 50px;}

}

/*Nav end*/

/*Home Hero Section*/
.home-hero-section{ padding:178px 0px 30px 0px; position: relative; margin: 8px; border-radius: 16px; background-color: #2e3192; background-repeat: no-repeat; background-size: cover; background-position: center center; background-blend-mode: luminosity;}
.home-hero-section .hero-overlay{width: 100%; height: 100%; background: url(./images/home-hero-bg-overlay.png) no-repeat left top; background-size: cover; position: absolute; left: 0; top: 0px; background-blend-mode: soft-light; border-radius: 16px;}
.home-hero-section>div{ position: relative; z-index: 2; }

.home-hero-section .hero-content{ width: 100%; text-align: center; padding-top: 100px; padding-bottom: 180px;}
.home-hero-section .hero-content h1{ font-size: 120px; line-height: 100px; margin-bottom: 31px; color: #ffffff; font-weight: 700; text-transform: uppercase;}
.home-hero-section .hero-content h1 span{ font-size: 135px; margin-bottom: 31px; font-family: 'raustila'; font-weight: normal; display: block; text-transform: capitalize;}
.home-hero-section .hero-content .btn-block a{ margin: 0 8px; font-size: 24px; }

.home-hero-section .meet-conductors{ background-color: #F5F5F5; background-image: url(./images/conductor.png); background-repeat: no-repeat; border-radius: 10px; text-align: right; font-size: 40px; line-height: 40px; font-weight: 700; border: 1px solid #EE8E1D; color: #6c2c91; text-transform: uppercase; max-width: 424px; margin-left: 8px; }
.home-hero-section .meet-conductors a{color: #6c2c91; padding:50px 24px; display: block;}
.home-hero-section .movie{ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: end; }
.home-hero-section .hero-right-video{ background-color: #ffffff; border-radius: 10px; padding: 6px; text-align: center; max-width: 424px; margin-right: 8px; position: relative;}
.home-hero-section .hero-right-video .movie-pic{ width: 100%; height: 172px; object-fit: cover; }
.home-hero-section .hero-right-video .btn-play{ position: absolute; left: 0; right: 0; margin: 0 auto; top: 50%; margin-top: -36px; }
#hero-video-modal{ z-index: 1051; }
#hero-video-modal .modal-body .btn-close{position: absolute; right: -35px; top: -35px; opacity: 1; color: #ffffff; background-color: #ffffff; width: 30px; height: 30px; border-radius: 50%;}

@media(max-width: 1440px){
    .home-hero-section .hero-content h1{ font-size: 100px;}
    .home-hero-section .hero-content h1 span{ font-size: 120px;}
    .home-hero-section .meet-conductors{ font-size: 35px; }
}

@media(max-width: 1366px){
    .home-hero-section .hero-content{ padding-top: 50px; padding-bottom: 150px;}
    .home-hero-section .hero-content h1{ font-size: 90px; line-height: 90px;}
    .home-hero-section .hero-content h1 span{ font-size: 100px; margin-bottom: 0;}
    .home-hero-section .hero-content .btn-block a{ font-size: 20px; }
    .home-hero-section .meet-conductors{ font-size: 30px; line-height: 30px; background-size: contain; max-width: 350px;}
    .home-hero-section .meet-conductors a{ padding:30px 24px 30px 100px;}
    .home-hero-section .hero-right-video{max-width: 350px; padding: 5px;}
    .home-hero-section .hero-right-video .movie-pic{height: 110px; }
    .home-hero-section .hero-right-video .btn-play{ width: 50px; margin-top: -25px; }
}

@media(max-width: 1199px){
    .home-hero-section .hero-content h1{ font-size: 70px; line-height: 60px;}
    .home-hero-section .hero-content h1 span{ font-size: 80px; margin-bottom: 10px;}
    .home-hero-section .hero-content .btn-block a{ font-size: 18px; }
}

@media(max-width: 991px){
    .home-hero-section .hero-content h1{ font-size: 50px; line-height: 50px;}
    .home-hero-section .hero-content h1 span{ margin-bottom: 15px;}
    .home-hero-section .hero-content .btn-block a{ font-size: 16px; }
}

@media(max-width: 767px){
    .home-hero-section{padding:270px 0px 10px 0px;}
    .home-hero-section .hero-overlay{ background-position: center top; }
    .home-hero-section .hero-content{ padding-bottom: 10px; }
    .home-hero-section .hero-content h1{ margin-bottom: 10px; }
    .home-hero-section .hero-content .btn-block a{ width: 100%; max-width: 350px; margin: 0px auto 20px auto; }
    .home-hero-section .meet-conductors{ margin: 0px auto 16px auto; background-size: auto; }
    .home-hero-section .hero-right-video{width:100%; margin: 0 auto;}
    .home-hero-section .hero-right-video .movie-pic{height: 172px; }
    #hero-video-modal .modal-body .btn-close{right: 0px; top: -45px;}
    .home-hero-section .meet-conductors a{ padding:30px 24px 30px 100px; font-size: 40px; line-height: 36px; padding: 50px 24px 50px 40px;}
}

/*Sign with us*/
.sing-with-us-section{ padding-top: 100px; position: relative; z-index: 1;}
.sing-with-us-section:before{ content: ""; width: 410px; height: 320px; background: url(./images/conductor-vector.png) no-repeat left top; background-size: contain; position: absolute; left: 0; top: 90px;}
.sing-with-us-section:after{ content: ""; width: 450px; height: 320px; background: url(./images/book-pen-vector.png) no-repeat left top; background-size: contain; position: absolute; right: 0; top: 160px; }
.sing-with-us-section .heading{ text-align: center; margin-bottom: 100px; max-width: 768px; margin-left: auto; margin-right: auto;}
.sing-with-us-section .heading h2{ margin-bottom: 40px;}
.heading-sub-description{ font-size: 28px; line-height: 35px;}

.sing-with-us-section h3{ text-align: center; color: #EE8E1D; font-weight: 500; text-transform: uppercase; margin-bottom: 60px; }
.sing-with-us-section h4{ text-align: center; color: #EE8E1D; font-weight: 500; text-transform: uppercase; margin-bottom: 60px; }
.sing-cards-wrap{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -40px -75px -40px;}
.sing-cards-wrap .sing-card{ width: 33.33%; padding: 0 40px; }
.sing-cards-wrap .sing-card .sing-card-inner{ background-color: #ffffff; border: 2px solid #EE1D4B; border-radius: 20px; overflow: hidden; height: 100%; }
.sing-cards-wrap .sing-card .sing-pic img{ width: 100%; height: 204px; object-fit: cover; border-radius: 0px 0px 20px 20px; }
.sing-cards-wrap .sing-card .sing-content{ padding: 30px 30px; }
.sing-cards-wrap .sing-card .sing-content h4{ text-transform: uppercase; font-weight: 700; margin-bottom: 22px; color: #EE1D4B; text-align: left; }
.sing-cards-wrap .sing-card .sing-content ul{ list-style: none; margin: 0 0 22px 0; padding: 0; }
.sing-cards-wrap .sing-card .sing-content ul li{ font-size: 20px; line-height: 28px;}
.sing-cards-wrap .sing-card .sing-content ul li span{color: #EE1D4B; font-weight: 700; }
.sing-cards-wrap .sing-card .sing-content .btn-primary{ background-color: #EE1D4B; border: none; color: #ffffff; }
.sing-cards-wrap .sing-card .sing-content .btn-primary:hover{  opacity: 0.7;}

.sing-cards-wrap .sing-card:nth-child(3n+2) .sing-card-inner{ border-color: #EE8E1D; }
.sing-cards-wrap .sing-card:nth-child(3n+2) .sing-content h4{ color: #EE8E1D; }
.sing-cards-wrap .sing-card:nth-child(3n+2) .sing-content ul li span{ color: #EE8E1D; }
.sing-cards-wrap .sing-card:nth-child(3n+2) .btn-primary{ background-color: #EE8E1D; }

.sing-cards-wrap .sing-card:nth-child(3n+3) .sing-card-inner{ border-color: #2e3192; }
.sing-cards-wrap .sing-card:nth-child(3n+3) .sing-content h4{ color: #2e3192; }
.sing-cards-wrap .sing-card:nth-child(3n+3) .sing-content ul li span{ color: #2e3192; }
.sing-cards-wrap .sing-card:nth-child(3n+3) .btn-primary{ background-color: #2e3192; }

.programs-slider .slick-prev, 
.programs-slider .slick-next {font-size: 0; line-height: 0; position: absolute; top:50%; display: block; width: 50px; height: 80px;  padding: 0; cursor: pointer; color: #ffffff; border: none; outline: none; border-radius:0%; background-color: transparent; background-repeat: no-repeat; background-size:contain; background-position: center center; z-index: 1; margin-top: -45px; }
.programs-slider .slick-prev {left: -50px; background-image:url(./images/arrow-right.svg); transform: rotate(180deg);}
.programs-slider .slick-next {right: -50px; background-image:url(./images/arrow-right.svg);}
.programs-slider .slick-prev:hover, 
.programs-slider .slick-next:hover{ opacity:0.5; }
.programs-slider .slick-arrow.slick-disabled{ opacity:0.5; }

.sing-with-us-section .slick-track {display: flex !important; }
.sing-with-us-section .slick-slide {height: inherit !important; }

.sing-cards-wrap .sing-card .sing-card-inner .sing-pic{ display: flex; }
.sing-cards-wrap .sing-card .sing-card-inner .sing-pic a{ width: 100%; }
.sing-cards-wrap .sing-card .sing-card-inner .sing-pic img{ width: 50%; border-radius: 0px 0px 0px 20px; display: inline;}
.sing-cards-wrap .sing-card .sing-card-inner .sing-pic img:last-of-type{ border-radius:0px 0px 20px 0px; }


@media(max-width: 1660px){
    .sing-with-us-section:before{ width: 400px;}
    .sing-with-us-section:after{ width: 400px;}
}

@media(max-width: 1440px){
    .sing-with-us-section:before{ width: 370px;}
    .sing-with-us-section:after{ width: 370px;}
    .sing-with-us-section .heading{ max-width: 600px;}
    .heading-sub-description{ font-size: 22px; line-height: 30px;}
    .programs-slider .slick-prev{left: -10px;}
    .programs-slider .slick-next{ right: -10px; }
}
@media(max-width: 1366px){
    .sing-with-us-section:before{ width: 330px;}
    .sing-with-us-section:after{ width: 330px;}
    .sing-cards-wrap{ margin: 0 -20px -75px -20px;}
    .sing-cards-wrap .sing-card{ padding: 0 20px; }
    .programs-slider .slick-prev{left: -30px;}
    .programs-slider .slick-next{ right: -30px; }
    .sing-cards-wrap .sing-card .sing-content{ padding: 20px; }
    .sing-cards-wrap .sing-card .sing-pic img{ height: 190px;}
}
@media(max-width: 1199px){
    .sing-with-us-section:before{ width: 250px; top: 50px; }
    .sing-with-us-section:after{ width: 300px; top: 50px; }
    .sing-with-us-section h4{ margin-bottom: 40px; }
    .sing-with-us-section .heading{ max-width: 550px; margin-bottom: 80px;}
    .sing-with-us-section .heading h2{ margin-bottom: 30px;}
    .heading-sub-description{ font-size: 20px; line-height: 26px;}
    .sing-cards-wrap{ padding: 0 40px;}
    .sing-cards-wrap .sing-card .sing-pic img{ height: 140px;}
    .sing-cards-wrap .sing-card .sing-content h4{ font-size: 30px; line-height: 30px; }
    .programs-slider .slick-prev{left: -10px;}
    .programs-slider .slick-next{ right: -10px; }
}
@media(max-width: 991px){
    .sing-with-us-section{ padding-top: 60px;}
    .sing-with-us-section:before{ width: 200px; top: 50px; }
    .sing-with-us-section:after{ width: 250px; top: 50px; }
    .sing-with-us-section h4{ margin-bottom: 30px; }
    .sing-with-us-section .heading{ max-width: 450px; margin-bottom: 60px;}
    .sing-with-us-section .heading h2{ margin-bottom: 20px;}
    .heading-sub-description{ font-size: 18px; line-height: 24px;}
    .sing-cards-wrap .sing-card .sing-pic img{ height: 155px;}
    .sing-cards-wrap .sing-card .sing-content h4{ font-size: 24px; line-height: 26px; }
    .sing-cards-wrap .sing-card .sing-content ul li{ font-size: 16px; line-height: 26px;}
    .programs-slider .slick-prev{left: 0px;}
    .programs-slider .slick-next{ right: 0px; }
}

@media(max-width: 767px){
    .sing-with-us-section{ padding-top: 230px; }
    .sing-with-us-section:before{margin: 0 auto; right: 0;}
    .sing-with-us-section:after{ display: none; }
    .sing-with-us-section h4{ margin-bottom: 20px; }
    .sing-cards-wrap{ margin: 0 0px 20px 0px; padding: 0;}
    .sing-cards-wrap .sing-card{ padding: 0px; }
    .programs-slider .slick-arrow{ border-radius: 10px; background-color: #ffffff; top: 37%;}
    .programs-slider .slick-arrow.slick-disabled{ opacity:1; }
    .programs-slider .slick-prev{left: -10px;}
    .programs-slider .slick-next{ right: -10px; }
    .sing-cards-wrap .sing-card .sing-pic img{ height: 190px;}
    .sing-cards-wrap .sing-card .sing-content{ padding: 40px 20px 20px 20px; height: auto !important; }
    .sing-cards-wrap .sing-card .sing-content h4{ min-height: inherit; }
}

/*Conductors Section*/
.conductors-section{ padding: 360px 0px 360px 0px; margin:0px 8px; border-radius: 10px; background-repeat: no-repeat; background-size: cover; background-position: center center; position: relative; overflow: hidden;}
.conductors-section:before{ content: ""; width: 100%; height: 100%; background: url(./images/conductor-women.svg) no-repeat center top; background-size: auto; position: absolute; left: 0; top: 170px;}
.conductors-section>div{ position: relative; z-index: 2; }
.conductors-section .conductor-content{ text-align: center; color: #ffffff; margin-left: auto; margin-right: auto;}
.conductors-section .conductor-content h3{ font-size: 48px; color: #ffffff; line-height: 1.3; text-transform: uppercase; margin: 0;}
.conductors-section .conductor-content h2{color: #ffffff; line-height: 1.2;}
.conductors-section .conductor-content h2 span{ font-size: 48px; color: #ffffff; line-height: 1.3; font-family: "Roboto", sans-serif; text-transform: uppercase; margin: 0; display: block;}
.conductors-section .conductor-content .short-desc{ max-width: 750px; margin: 0 auto; font-size: 28px; line-height: 35px; color: #ffffff;}
.conductors-section .conductor-content .short-desc p{ font-size: 28px; line-height: 35px; color: #ffffff;}
.conductors-section .conductor-content .btn-primary{color:#6c2c91; border:1px solid #EE8E1D; }
.conductors-section .conductor-content .btn-primary:hover{ background-color: #EE8E1D; color:#ffffff; border:1px solid #EE8E1D; }

@media(max-width: 1800px){
    .conductors-section:before{ background-position:left top;}
}

@media(max-width: 1440px){
    .conductors-section{ padding: 360px 0px 260px 0px;}
    .conductors-section:before{background-size: contain; background-position:left top 50px;}
    .conductors-section .conductor-content .short-desc p{ font-size: 25px; }
}

@media(max-width: 1199px){
    .conductors-section{ padding: 260px 0px 200px 0px;}
    .conductors-section:before{top:100px;}
    .conductors-section .conductor-content h3{ font-size: 30px; }
    .conductors-section .conductor-content h2 span{ font-size: 30px; }
    .conductors-section .conductor-content .short-desc{ max-width: 550px;}
    .conductors-section .conductor-content .short-desc p{ font-size: 20px; line-height: 26px;}
}

@media(max-width: 991px){
    .conductors-section{ padding: 200px 0px 100px 0px;}
    .conductors-section .conductor-content .short-desc p{ font-size: 18px;}
}

@media(max-width: 767px){
    .conductors-section{ padding: 80px 0px 350px 0px;}
    .conductors-section:before{top:inherit; bottom: 25px; background-position: left bottom 0px; background-size: 600px auto;}
    .conductors-section .conductor-content h2{ padding: 0 20px; line-height: 1; margin-bottom: 30px; }
    .conductors-section .conductor-content .btn-primary{ width: 100%; }
}

/*Experience Section*/
.experience-section{ padding: 150px 0px 150px 0px; border-radius: 10px; background-repeat: no-repeat; background-size: cover; background-position: center center; position: relative;}
.experience-section:before{ content: ""; width: 100%; height: 200%; background: url(./images/experience-background.png) no-repeat right top; background-size: contain; position: absolute; right: 0; top: -50%;  z-index: -1;}
.experience-section>div{ position: relative; z-index: 2; }
.experience-section .bci-experience{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.experience-section .bci-experience .experience-content-col{ width: 45%; }
.experience-section .bci-experience .experience-video-col{ width: 55%; }

.experience-section .experience-content{ padding:40px 20px 40px 0px; }
.experience-section .experience-content h3{ color: #2e3192; line-height: 1; text-transform: uppercase; margin:0 0 -60px 0;}
.experience-section .experience-content h2{color: #6c2c91; line-height: 1.2;}
.experience-section .experience-content h2 span{ font-size: 48px; color: #2e3192; line-height: 1; font-family: "Roboto", sans-serif; text-transform: uppercase; margin:0 0 -60px 0; display: block;}
.experience-section .experience-content .heading{ text-align: center; }
.experience-section .experience-content p{ margin-bottom: 30px;}
.experience-section .experience-content .btn-primary{background-color: #EE1D4B; color:#ffffff; border:2px solid #6c2c91; }
.experience-section .experience-content .btn-primary:hover{ background-color: #EE1D4B; color:#ffffff; border:2px solid #EE1D4B; opacity: 0.7; }
.experience-section .experience-video{ position: relative; height: 100%; }
.experience-section .experience-video .video-box{ height: 100%; }
.experience-section .experience-video .video-thumb{ height: 100%; cursor: pointer; }
.experience-section .experience-video .movie-pic{ width: 100%; height: 100%; object-fit: cover; border-radius: 16px; }
.experience-section .experience-video .btn-play{ position: absolute; left: 0; right: 0; margin: 0 auto; top: 50%; margin-top: -36px; }
.experience-section .experience-video iframe{ width: 100%; height: 100%; object-fit: cover; border-radius: 16px; }
.experience-section .experience-lists{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; position: relative; margin:24px -12px 0 -12px; }
.experience-section .experience-lists:after{ content: ""; height: 100%; border: 1px solid #EE1D4B; position: absolute; left: 11px; right: 11px; top: 0; border-radius: 10px;}
.experience-section .experience-lists .experience-item{ width: 33.33%; padding: 0 12px; }
.experience-section .experience-lists .experience-item img{ width: 100%; height: 250px; object-fit: cover; }
.experience-section .experience-lists .experience-item:first-child img{ border-radius: 10px 0px 0px 10px; }
.experience-section .experience-lists .experience-item:last-child img{ border-radius: 0px 10px 10px 0px; }

@media(max-width: 1440px){
    .experience-section .experience-content h3{ margin:0 0 -40px 0;}
    .experience-section .experience-content h2 span{ margin:0 0 -40px 0;}
}

@media(max-width: 1366px){
    .experience-section .experience-content .btn-primary{ font-size: 18px; }
    .experience-section .experience-lists .experience-item img{ height: 212px; }
}

@media(max-width: 1199px){
    .experience-section{ padding: 100px 0px 100px 0px;}
    .experience-section .experience-content h3{ margin:0 0 -20px 0;}
    .experience-section .experience-content h2 span{ font-size: 40px; margin:0 0 -20px 0;}
    .experience-section .experience-lists .experience-item img{ height: 175px; }
    .experience-section .experience-content .btn-primary{ font-size: 17px; }
}

@media(max-width: 991px){
    .experience-section{ padding: 80px 0px 80px 0px;}
    .experience-section .experience-lists .experience-item img{ height: 128px; }
    .experience-section .experience-content h2 span{ font-size: 35px;}
    .experience-section .experience-content .btn-primary{ font-size: 16px; }
    .experience-section .bci-experience{-webkit-box-align: center; -ms-flex-align: center; align-items: center;}
}

@media(max-width: 767px){
    .experience-section{ padding: 60px 0px 30px 0px;}
    .experience-section:before{ display: none; }
    .experience-section .experience-content{ padding:0px 0px 26px 0px; }
    .experience-section .bci-experience .experience-content-col{ width: 100%; }
    .experience-section .bci-experience .experience-video-col{ width: 100%; }
    .experience-section .experience-content p{ margin-bottom: 15px; }
    .experience-section .experience-content .btn-primary{ width: 100%; }
    .experience-section .experience-video .movie-pic{min-height: 240px;}
    .experience-section .experience-lists .experience-item img{ height: 210px; }
    .experience-section .experience-lists .experience-item{ display: none; }
    .experience-section .experience-lists .experience-item:first-child{ width: 100%; display: block; }
    .experience-section .experience-lists .experience-item:first-child img{ border-radius: 10px; }
}

/*learn with us*/
.learn-with-us-section{ width: calc(100% - 16px); display: inline-block; padding-top: 100px; margin:0px 8px; border-radius: 10px; background-repeat: no-repeat; background-size: cover; background-position: center center; margin-bottom: 100px; position: relative;}
.learn-with-us-section:before{content: ""; width: 100%; height: 100%;  border-radius: 10px; background: url(./images/learn-with-us-default-bg.jpg) no-repeat left bottom; background-size: cover; position: absolute; left: 0; top: 0; z-index: -1;}
.learn-with-us-section>div{ position: relative; z-index: 1; }
.learn-with-us-section .heading{ text-align: center; color: #ffffff; margin-bottom: 60px; max-width: 768px; margin-left: auto; margin-right: auto;}
.learn-with-us-section .heading h2{ color: #ffffff;}
.learn-with-us-section .heading p{ color: #ffffff;}
.learn-with-us-section.without-banner-image{ padding-top: 0; margin-top: 100px; margin-left: 0; margin-right: 0; width: 100%; display: block; position: relative; }
.learn-with-us-section.without-banner-image>div{ position: relative; z-index: 1; }
.learn-with-us-section.without-banner-image:before{ content: ""; width: 150px; height: 1944px; background: url(./images/BCI-Logo-Mark1-new.png) no-repeat left bottom; background-size: contain; position: absolute; left: 0; bottom: -100px; top: unset;}
.learn-with-us-section.without-banner-image:after{ content: ""; width: 150px; height: 1944px; background: url(./images/BCI-Logo-Mark2-new.png) no-repeat right bottom; background-size: contain; position: absolute; right: 0; bottom: -100px; }
.learn-with-us-section.without-banner-image .learn-cards-wrap{ margin-bottom: 0; }

.learn-cards-wrap{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -40px; margin-bottom: -110px;}
.learn-cards-wrap .learn-card{ width: 33.33%; padding: 0 40px; margin-bottom: 30px; }
.learn-cards-wrap .learn-card .learn-card-inner{ background-color: #ffffff; border: 2px solid #EE1D4B; border-radius: 20px; overflow: hidden; }
.learn-cards-wrap .learn-card .learn-pic img{ width: 100%; height: 250px; object-fit: cover; border-radius: 0px 0px 20px 20px; }
.learn-cards-wrap .learn-card .learn-content{ padding: 50px 40px; }
.learn-cards-wrap .learn-card .learn-content h5{ text-transform: uppercase; font-weight: 700; margin-bottom: 22px; color: #005B77; }
.learn-cards-wrap .learn-card .learn-content p{ font-size: 20px; line-height: 28px; margin-bottom: 30px; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden;}
.learn-cards-wrap .learn-card .learn-content .btn-primary{ background-color: #005B77; border: none; color: #ffffff; }
.learn-cards-wrap .learn-card .learn-content .btn-primary:hover{  opacity: 0.7;}

.learn-cards-wrap .learn-card:nth-child(even) .learn-card-inner{ border-color: #6c2c91; }
.learn-cards-wrap .learn-card:nth-child(even) .learn-content h5{ color: #2e3192; }
.learn-cards-wrap .learn-card:nth-child(even) .btn-primary{ background-color: #2e3192; }

.learn-cards-wrap .learn-card:nth-child(3n+3) .learn-card-inner{ border-color: #EE1D4B; }
.learn-cards-wrap .learn-card:nth-child(3n+3) .learn-content h5{ color: #6c2c91; }
.learn-cards-wrap .learn-card:nth-child(3n+3) .btn-primary{ background-color: #6c2c91; }

.pagination{ -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.pagination .page-numbers{ padding: 5px 10px; border: 1px solid #ccc; margin: 5px; border-radius: 10px; }

@media(max-width: 1366px){
    .learn-cards-wrap .learn-card .learn-content{ padding: 30px 30px; }
    .learn-cards-wrap .learn-card .learn-pic img{height: 200px;}
}

@media(max-width: 1199px){
    .learn-cards-wrap{ margin-left:-20px; margin-right: -20px; }
    .learn-cards-wrap .learn-card{ padding: 0 20px; }
    .learn-with-us-section .heading{max-width: 568px; margin-bottom: 50px; }
    .learn-cards-wrap .learn-card .learn-pic img{height: 180px;}
    .learn-cards-wrap .learn-card .learn-content{ padding: 20px; }
    .learn-cards-wrap .learn-card .learn-content h5{ line-height: 26px; }
}

@media(max-width: 991px){
    .learn-with-us-section{ padding-top: 80px; }
    .learn-with-us-section.without-banner-image{ margin-top: 60px; margin-bottom: 60px;}
    .learn-cards-wrap .learn-card{ width: 50%; padding: 0 10px; }
    .learn-cards-wrap .learn-card .learn-pic img{height: 220px;}
    .learn-cards-wrap .learn-card .learn-content{ padding: 12px; }
}

@media(max-width: 767px){
    .learn-cards-wrap{ margin: 0; }
    .learn-cards-wrap .learn-card{ width: 100%; padding:0px; margin-bottom: 30px; }
    .learn-with-us-section{ background-size: auto 900px; background-position:left -185px top; margin-bottom: 0; margin-top: 40px;}
    .learn-with-us-section.without-banner-image:before{ display: none; }
    .learn-with-us-section.without-banner-image:after{ display: none; }
    .learn-with-us-section .heading{ margin-bottom: 20px; }
    .learn-cards-wrap .learn-card .learn-pic img{height: 210px;}
    .learn-cards-wrap .learn-card .learn-content{ padding:24px 12px; }
    .learn-cards-wrap .learn-card .learn-content h5{ margin-bottom: 15px; }
    .learn-cards-wrap .learn-card .learn-content p{ font-size: 18px; line-height: 26px; margin-bottom: 20px; }
    .learn-cards-wrap .learn-card .learn-content .btn-primary{ min-width: 286px; }

}

/*Footer
=================*/
.site-footer {padding:130px 0px 175px 0px; position:relative; }
.site-footer:after{ content: ""; width: 100%; height: 50%; background: url(./images/footer-vector.svg) no-repeat right bottom; background-size: contain; position: absolute; right: 0; bottom: 44px; }
.site-footer>div{ position: relative; z-index: 1; }
.site-footer .footer-inner{ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.site-footer .footer-newsletter{ width: 300px; text-align: right; margin-right: 40px; padding-top: 8px; }
.site-footer .footer-newsletter p{color: #2e3192; margin-bottom: 20px;}
.site-footer .footer-newsletter .newsletter-form{ width: 100%; display: inline-block; }
.site-footer .footer-newsletter .newsletter-form p{ width: 100%; display: inline-block; }
.site-footer .footer-newsletter .newsletter-form input[type="email"]{ border: 2px solid #6c2c91; padding: 8px 20px 8px 20px; margin-bottom: 20px; /*direction: rtl;*/ text-align: right;}
.site-footer .footer-newsletter .newsletter-form input[type="submit"]{ text-transform: uppercase; font-weight: 700; padding: 10px 20px 10px 20px; min-width: 160px; float: right; }
.site-footer .footer-newsletter .newsletter-form input[type="submit"]:hover{ background-color: #EE1D4B; }
.site-footer .footer-newsletter .newsletter-form .wpcf7-spinner{ margin: 0px 5px; }
.site-footer .footer-newsletter .wpcf7 form{ max-width:unset; }
.site-footer .footer-newsletter .wpcf7 form .wpcf7-response-output{ font-size: 16px; margin: 0; }
.site-footer .footer-newsletter .wpcf7 form.wpcf7-form.invalid .wpcf7-not-valid-tip{ margin-top: -10px; font-size: 16px; }
.site-footer h5{ color: #2e3192; font-size: 22px; margin-bottom: 10px; font-family: "Inter", sans-serif;}
.site-footer a{ color: #2e3192;}
.site-footer a:hover{ color:#151515;} 
.site-footer p{margin: 0 0 7px 0;}  

.site-footer .footer-menu{ width: 300px; margin-left: 40px;  padding-top: 8px;}
.site-footer .footer-menu ul{ padding:0; margin:0 0 40px 0; list-style:none; }
.site-footer .footer-menu ul li{ line-height: 33px; }
.site-footer .footer-menu ul li a{ text-decoration: underline; }
.site-footer .footer-menu ul li a:hover{ text-decoration: none; color: #EE1D4B; }

.site-footer .get-in-touch{display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-bottom: 33px; width: 600px; max-width: 100%; text-align: center;}
.site-footer .get-in-touch .footer-logo{ margin-bottom: 20px; }
.site-footer .get-in-touch .company-name{ font-weight: 700; color: #6c2c91; }
.site-footer .get-in-touch .address{ color: #2e3192; }
.site-footer .get-in-touch .address p{ line-height: 28px; margin-bottom: 0; }
.site-footer .get-in-touch .call p{ margin-bottom:10px; line-height: 26px; }
.site-footer .get-in-touch .copyright{ font-size: 16px; margin-bottom: 20px;}
.site-footer .get-in-touch .copyright p{ line-height: 26px; margin-bottom: 0; }
.site-footer .get-in-touch .copyright a{ color: #2773B3; }

.site-footer .social-media ul{ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding:0; margin:0px; list-style:none; }
.site-footer .social-media ul li{ width:35px; height:35px; margin:0px 10px; display:inline-block; }
.site-footer .social-media ul li:last-child{ margin-right:0; }
.site-footer .social-media ul li a{ font-size: 32px;}
.site-footer .social-media ul li.facebook a{ color: #2e3192;}
.site-footer .social-media ul li.instagram a{ color: #EE8E1D;}
.site-footer .social-media ul li.linkedin a{ color: #2e3192;}
.site-footer .social-media ul li.bluesky a{ color: #0085ff; font-size: 28px;}
.site-footer .social-media ul li.youtube a{ color: #EE1D4B;}
.site-footer .social-media ul li a:hover{ opacity: 0.8; }
.site-footer .mcc-logo{ margin-top: 30px; }

@media (max-width: 1365px) {
    .site-footer .footer-menu{ margin-left: 20px;}
    .site-footer .footer-newsletter{ margin-right: 20px; }
}

@media (max-width: 1199px) {
    .site-footer {padding:100px 0px 100px 0px; }
    .site-footer .get-in-touch{ padding-left: 20px; padding-right: 20px; }
    .site-footer .get-in-touch .footer-logo{ padding: 0 60px; }
}

@media (max-width: 991px) {
    .site-footer {padding:60px 0px 100px 0px; }
    .site-footer .footer-menu{ margin-left: 0px;}
    .site-footer .footer-newsletter{ margin-right: 0px; }
    .site-footer .footer-newsletter .newsletter-form input[type="email"]{ margin-bottom: 15px; }
    .site-footer .footer-newsletter .newsletter-form input[type="submit"]{ min-width: 100px; }
}

@media (max-width: 767px) {
    .site-footer {padding:10px 0px 0px 0px; }
    .site-footer:after{ display: none; }
    .site-footer .get-in-touch{ padding-left: 0px; padding-right: 0px; padding-top: 150px; position: relative; }
    .site-footer .get-in-touch:before{ content: ""; height: 140px; background: url(./images/footer-vector.svg) no-repeat right -50px top; background-size: 1000px; position: absolute; left: -12px; right: -12px; top:0px; }
    .site-footer .get-in-touch .footer-logo{ padding: 0px; }
    .site-footer .footer-inner{-webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;}
    .site-footer .footer-newsletter { width: 100%; text-align: left; order: -1; margin-bottom: 60px;}
    .site-footer .footer-newsletter .newsletter-form input[type="email"]{ /*direction: ltr;*/ text-align: left;}
    .site-footer .footer-menu { width: 100%; text-align: left; order: -1; padding-top: 0;}
    .site-footer .footer-menu ul{ margin-bottom: 0; }
    .site-footer .footer-newsletter .newsletter-form input[type="submit"]{ float: left; }

}

/*slick slider*/
.slick-slide:focus {outline: none; }
.slick-dots { padding: 0; margin: 0 auto; position: absolute; left: 0; right: 0; bottom:0px; text-align:center; }
.slick-dots li {position: relative; display: inline-block; width: 12px; height: 12px; margin: 0 5px; padding: 0; cursor: pointer; vertical-align:middle; }
.slick-dots li button {font-size: 0; line-height: 0; display: block; width: 12px; height: 12px; padding: 0; cursor: pointer; color: transparent; border:none; background-color: #2e3192; border-radius: 50%;}
.slick-dots li.slick-active button{ background-color: #EE1D4B; }

/*Schedule page*/
/*Schedule Hero Section*/
.schedule-hero-section{ padding:230px 30px 64px 30px; position: relative; margin: 8px; border-radius: 16px; background-repeat: no-repeat; background-size: cover; background-position: center center;}
.schedule-hero-section>div{ position: relative; z-index: 2; }

.schedule-hero-section .hero-content{ width: 100%; text-align: center; color: #ffffff;}
.schedule-hero-section .hero-content h1{ font-size: 120px; line-height:normal; font-family: 'raustila'; margin-bottom: 15px; color: #ffffff; font-weight:normal;}
.schedule-hero-section .hero-content p{ font-size: 30px; line-height: 40px; }
.schedule-hero-section .hero-pic{ text-align: center; margin-bottom: 40px; }
.schedule-hero-section .hero-pic img{ border-radius: 20px; box-shadow: 0px 45px 40px -50px #2e3192;}
.schedule-hero-section .row-1 .col-1{ width: 30%; }
.schedule-hero-section .row-1 .col-2{ width: 40%; }
.schedule-hero-section .row-1 .col-3{ width: 30%; }
.schedule-hero-section .row-2{ padding: 0 30px;  }
.schedule-hero-section .row-2 .col-1{ width: 35%; padding: 0 22px; }
.schedule-hero-section .row-2 .col-2{ width: 30%; padding: 0 22px; display: flex; align-items: flex-end; justify-content: center; margin-bottom: -36px;}
.schedule-hero-section .row-2 .col-3{ width: 35%; padding: 0 22px; }

@media(max-width: 1440px){
    .schedule-hero-section .hero-content h1{ font-size: 100px;}
    .schedule-hero-section .hero-content p{ font-size: 24px; line-height: 35px; }
}

@media(max-width: 1366px){
    .schedule-hero-section .hero-content h1{ font-size: 90px; line-height: 90px;}
}

@media(max-width: 1199px){
    .schedule-hero-section .hero-content h1{ font-size: 70px; line-height: 60px;}
}

@media(max-width: 991px){
    .schedule-hero-section{padding: 200px 30px 64px 30px;}
    .schedule-hero-section .hero-content p{ font-size: 16px; line-height: 24px; }
    .schedule-hero-section .row-2 .col-1{ width: 35%; padding: 0 12px; }
    .schedule-hero-section .row-2 .col-2{ width: 30%; padding: 0 12px; }
    .schedule-hero-section .row-2 .col-3{ width: 35%; padding: 0 12px; }
}

@media(max-width: 767px){
    .schedule-hero-section{padding: 270px 0px 25px 0px;}
    .schedule-hero-section .row-1 .col-1{ display: none;}
    .schedule-hero-section .row-1 .col-2{ width: 100%; }
    .schedule-hero-section .row-1 .col-3{ display: none; }
    .schedule-hero-section .row-2{ padding:0px;  }
    .schedule-hero-section .row-2 .col-1{ width: 100%; padding: 0px 12px; }
    .schedule-hero-section .row-2 .col-2{ display: none; }
    .schedule-hero-section .row-2 .col-3{ display: none; }
    .schedule-hero-section .hero-pic{ margin-bottom: 0; }
    .schedule-hero-section .hero-content{padding: 50px 0px 90px 0px;}

}


/*Programs Section*/
.programs-section{ padding-top: 150px; padding-bottom: 250px; position: relative;}
.programs-section:before{ content: ""; width: 150px; height: 1944px; background: url(./images/BCI-Logo-Mark1-new.png) no-repeat left bottom; background-size: contain; position: absolute; left: 0; bottom: -100px;}
.programs-section:after{ content: ""; width: 150px; height: 1944px; background: url(./images/BCI-Logo-Mark2-new.png) no-repeat right bottom; background-size: contain; position: absolute; right: 0; bottom: -100px; }
.programs-section>div{ position: relative; z-index: 1; }
.programs-section .programs-vectore{ position: absolute; left: 0; top: 100px; }
.programs-section .heading{ text-align: center; margin-bottom: 100px; max-width: 768px; margin-left: auto; margin-right: auto;}
.programs-section .heading h2{ margin-bottom: 30px;}
.programs-section .heading h2 span{ font-family: "Roboto", sans-serif; font-size: 100px; }

.programs-wrap{display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -18px 0px -18px;}
.programs-wrap .program-single{ width: 33.33%; padding: 0 18px; margin-bottom: 90px; }
.programs-wrap .program-single .program-single-inner{ background-color: #ffffff; border: 2px solid #EE1D4B; border-radius: 20px; overflow: hidden; height: 100%; box-shadow: 0px 45px 40px -50px #2e3192;}
.programs-wrap .program-single .program-pic img{ width: 100%; height: 211px; border-radius: 0px 0px 20px 20px; object-fit: cover; }
.programs-wrap .program-single .program-content{ padding: 30px 30px; }
.programs-wrap .program-single .program-content h4{ text-transform: uppercase; font-weight: 700; line-height: 1.1; margin-bottom: 22px; color: #EE1D4B; text-align: left;}
.programs-wrap .program-single .program-content ul{ list-style: none; margin: 0 0 22px 0; padding: 0; }
.programs-wrap .program-single .program-content ul li span{color: #EE1D4B; font-weight: 700; }
.programs-wrap .program-single .program-content .btn-primary{ background-color: #EE1D4B; border: none; color: #ffffff; }
.programs-wrap .program-single .program-content .btn-primary:hover{  opacity: 0.7;}

.programs-wrap .program-single:nth-child(3n+2) .program-single-inner{ border-color: #EE8E1D; }
.programs-wrap .program-single:nth-child(3n+2) .program-content h4{ color: #EE8E1D; }
.programs-wrap .program-single:nth-child(3n+2) .program-content ul li span{ color: #EE8E1D; }
.programs-wrap .program-single:nth-child(3n+2) .btn-primary{ background-color: #EE8E1D; }

.programs-wrap .program-single:nth-child(3n+3) .program-single-inner{ border-color: #2e3192; }
.programs-wrap .program-single:nth-child(3n+3) .program-content h4{ color: #2e3192; }
.programs-wrap .program-single:nth-child(3n+3) .program-content ul li span{ color: #2e3192; }
.programs-wrap .program-single:nth-child(3n+3) .btn-primary{ background-color: #2e3192; }

.programs-wrap .program-single:nth-child(3n+4) .program-single-inner{ border-color: #6c2c91; }
.programs-wrap .program-single:nth-child(3n+4) .program-content h4{ color: #6c2c91; }
.programs-wrap .program-single:nth-child(3n+4) .program-content ul li span{ color: #6c2c91; }
.programs-wrap .program-single:nth-child(3n+4) .btn-primary{ background-color: #6c2c91; }

@media(max-width: 1440px){
    .programs-section .heading h2 span{ font-size: 90px; }
}

@media(max-width: 1366px){
    .programs-section .heading h2 span{ font-size: 70px; }
    .programs-wrap .program-single .program-pic img{ height: 180px;}
}

@media(max-width: 1199px){
    .programs-section{ padding-top: 130px;}
    .programs-section .programs-vectore{ top: 80px; }
    .programs-section .heading{ margin-bottom: 80px; }
    .programs-section .heading h2 span{ font-size: 50px; }
    .programs-wrap{ margin: 0 -10px 0px -10px; }
    .programs-wrap .program-single{padding: 0 10px; margin-bottom: 60px; }
    .programs-wrap .program-single .program-content{ padding: 20px; }
    .programs-wrap .program-single .program-pic img{ height: 155px;}
}

@media(max-width: 991px){
    .programs-wrap .program-single{ width: 50%;}
    .programs-section .heading h2{ margin-bottom: 15px;}
    .programs-wrap .program-single .program-pic img{ height: 175px;}
}

@media(max-width: 767px){
    .programs-section{ padding-top: 250px; padding-bottom: 0px;}
    .programs-section:before{ display: none; }
    .programs-section:after{ display: none; }
    .programs-section .heading h2{ line-height: 1; margin-bottom: 60px; }
    .programs-section .heading h2 span{ display: block; font-size: inherit; }
    .programs-section .programs-vectore{ top: 50px; }
    .programs-wrap .program-single{ width: 100%; margin-bottom: 30px;}
    .programs-wrap .program-single .program-pic img{ height: 181px;}
}

/*Past Performances*/
.past-performances-sec .programs-wrap .program-single .program-single-inner .program-pic{ display: flex; }
.past-performances-sec .programs-wrap .program-single .program-single-inner .program-pic a{ width: 100%; }
.past-performances-sec .programs-wrap .program-single .program-single-inner .program-pic img{ width: 50%; border-radius: 0px 0px 0px 20px;}
.past-performances-sec .programs-wrap .program-single .program-single-inner .program-pic img:last-of-type{ border-radius:0px 0px 20px 0px; }

@media(max-width: 767px){
    .past-performances-sec{ padding-bottom: 60px; }    
}

/*Testimonial Section*/
.testimonial-section{ padding: 0px 0px 50px 0px; border-radius: 10px; background-repeat: no-repeat; background-size: cover; background-position: center center; position: relative;}
.testimonial-section .heading{ text-align: center; margin-bottom: 50px;}
.testimonial-section .heading h2{color: #6c2c91;}
.testimonial-section .testimonials-wrap{ padding:0px; }

.testimonial-section .testimonial-video{ position: relative; height: 100%; margin-bottom: 75px; box-shadow: 0px 45px 40px -50px #2e3192; border: 1px solid #EE1D4B; border-radius: 20px; overflow: hidden;}
.testimonial-section .testimonial-video .video-pic{ width: 100%; height: 100%; object-fit: cover; border-radius: 20px; }
.testimonial-section .testimonial-video .btn-play{ position: absolute; left: 0; right: 0; margin: 0 auto; top: 50%; margin-top: -36px; }
.testimonial-section .testimonial-quote{ text-align: center; max-width: 1130px; margin: 0 auto; padding: 0 50px; }
.testimonial-section .testimonial-quote p{ font-size: 24px; font-weight: 500; line-height: 31px; margin: 0; font-style: italic; }

.testimonial-section .slick-prev, 
.testimonial-section .slick-next {font-size: 0; line-height: 0; position: absolute; top:50%; display: block; width: 30px; height: 60px;  padding: 0; cursor: pointer; color: #ffffff; border: none; outline: none; border-radius:0%; background-color: transparent; background-repeat: no-repeat; background-size:contain; background-position: center center; z-index: 1; transform: translateY(-50%); }
.testimonial-section .slick-prev {left: 90px; background-image:url(./images/arrow-left-purple.svg);}
.testimonial-section .slick-next {right: 90px; background-image:url(./images/arrow-right-purple.svg);}
.testimonial-section .slick-prev:hover, 
.testimonial-section .slick-next:hover{ background-color:transparent; opacity:0.5; }
.testimonial-section .slick-arrow.slick-disabled{ background-color:transparent; opacity:0.5; }
.testimonial-section .ratio-16x9{--bs-aspect-ratio: 48.25%;}

/*.testimonial-section .slick-track {display: flex !important; align-items: center; }
.testimonial-section .slick-slide {display: flex !important; justify-content: center; align-items: center; }*/

@media(max-width: 1440px){
    .testimonial-section .experience-content h3{ margin:0 0 -40px 0;}
}

@media(max-width: 1366px){
    .testimonial-section .slick-prev {left: 50px;}
    .testimonial-section .slick-next {right: 50px;}
    .testimonial-section .testimonial-quote{ padding: 0 100px; }
}

@media(max-width: 1199px){
    .testimonial-section{ padding: 100px 0px 100px 0px;}
    .testimonial-section .experience-content h3{ margin:0 0 -20px 0;}
}

@media(max-width: 991px){
    .testimonial-section{ padding: 80px 0px 80px 0px;}
    .testimonial-section .testimonial-quote p{ font-size: 20px; }
}

@media(max-width: 767px){
    .testimonial-section{ padding: 50px 0px 30px 0px;}
    .testimonial-section .heading{ margin-bottom: 30px;}
    .testimonial-section .testimonial-slider{ padding-bottom:40px; }
    .testimonial-section .testimonial-quote{ padding: 0; }
    .testimonial-section .testimonial-quote p{ font-size: 18px; line-height:24px; font-style: italic; }
    .testimonial-section .testimonial-video{ margin-bottom: 30px; }
    .testimonial-section .slick-prev, 
    .testimonial-section .slick-next{ display: none !important; }
}

/*Music Vectore Section*/
.music-vectore-section{ margin: 100px 0px 100px 0px; }
.music-vectore-section img{ width: 100%; }

.mobile-view{ display:none; }
@media(max-width: 767px){
    .desktop-view{ display:none; }
    .mobile-view{ display:block; }
    .music-vectore-section img{ height: 130px; object-fit: cover;}
    .music-vectore-section{ margin:0px; }
}

/*BCI Experience*/
.bci-experience-section{ width: calc(100% - 16px); display: inline-block; padding-top: 217px; margin:0px 8px; border-radius: 10px; background-repeat: no-repeat; background-size: cover; background-position: center center; margin-bottom: 100px;}
.bci-experience-section .heading{ text-align: center; color: #ffffff; margin-bottom: 50px; max-width: 768px; margin-left: auto; margin-right: auto;}
.bci-experience-section .heading h2{ color: #ffffff; margin: 0;}
.bci-experience-section .heading h3{ color: #ffffff; margin-bottom: -40px; text-transform: uppercase;}
.bci-experience-section .heading p{ color: #ffffff;}

.bci-experience-wrap{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -40px; margin-bottom: -130px;}
.bci-experience-wrap .bci-experience{ width: 20%; padding: 0 15px; }
.bci-experience-wrap .bci-experience .bci-experience-inner{ background-color: #ffffff; border: 2px solid #EE8E1D; border-radius: 20px; overflow: hidden; padding: 25px 20px; text-align: center; height: 100%; }
.bci-experience-wrap .bci-experience .bci-experience-icon{ margin-bottom: 25px; }
.bci-experience-wrap .bci-experience .bci-experience-icon img{ height: 130px; }
.bci-experience-wrap .bci-experience .bci-experience-content h5{ text-transform: uppercase; font-weight: 700; margin-bottom: 15px; color: #EE8E1D; line-height: 1; }
.bci-experience-wrap .bci-experience .bci-experience-content .btn-primary{ background-color: #005B77; border: none; color: #ffffff; }
.bci-experience-wrap .bci-experience .bci-experience-content .btn-primary:hover{  opacity: 0.7;}

.bci-experience-wrap .bci-experience:nth-child(3n+2) .bci-experience-inner{ border-color: #EE1D4B; }
.bci-experience-wrap .bci-experience:nth-child(3n+2) .bci-experience-content h5{ color: #EE1D4B; }
.bci-experience-wrap .bci-experience:nth-child(3n+2) .btn-primary{ background-color: #EE1D4B; }

.bci-experience-wrap .bci-experience:nth-child(3n+3) .bci-experience-inner{ border-color: #6c2c91; }
.bci-experience-wrap .bci-experience:nth-child(3n+3) .bci-experience-content h5{ color: #6c2c91; }
.bci-experience-wrap .bci-experience:nth-child(3n+3) .btn-primary{ background-color: #6c2c91; }

.bci-experience-wrap .bci-experience:nth-child(3n+4) .bci-experience-inner{ border-color: #2e3192; }
.bci-experience-wrap .bci-experience:nth-child(3n+4) .bci-experience-content h5{ color: #2e3192; }
.bci-experience-wrap .bci-experience:nth-child(3n+4) .btn-primary{ background-color: #2e3192; }

.bci-experience-wrap .bci-experience:nth-child(3n+5) .bci-experience-inner{ border-color: #005B77; }
.bci-experience-wrap .bci-experience:nth-child(3n+5) .bci-experience-content h5{ color: #005B77; }
.bci-experience-wrap .bci-experience:nth-child(3n+5) .btn-primary{ background-color: #005B77; }

@media(max-width: 1440px){
    .bci-experience-section .heading h3{margin-bottom: -35px;}
}

@media(max-width: 1366px){
    .bci-experience-wrap .bci-experience{ padding: 0 10px; }
    .bci-experience-wrap .bci-experience .bci-experience-icon img{ height: 100px; }
    .bci-experience-wrap .bci-experience .bci-experience-content p{ font-size: 18px; line-height: 26px; }
}

@media(max-width: 1199px){
    .bci-experience-section{padding-top: 150px;}
    .bci-experience-section .heading{max-width: 568px; margin-bottom: 50px; }
    .bci-experience-section .heading h3{ font-size: 30px; margin-bottom: -30px;}
    .bci-experience-wrap{ margin-left:-10px; margin-right: -10px; }
    .bci-experience-wrap .bci-experience .bci-experience-icon img{ height: 80px; }
    .bci-experience-wrap .bci-experience .bci-experience-inner{ padding: 15px 10px;}
}

@media(max-width: 991px){
    .bci-experience-section{ padding-top: 80px; margin-bottom: 120px; }
    .bci-experience-wrap .bci-experience{ width: 33.33%; margin-bottom: 30px; }
}

@media(max-width: 767px){
    .bci-experience-wrap{ margin: 0; padding-bottom:50px }
    .bci-experience-section{ background-size: auto 900px; background-position:left -185px top; margin-bottom: 50px; margin-top: 10px;}
    .bci-experience-section .heading{ margin-bottom: 50px; }
    .bci-experience-section .heading h2{ margin-bottom: 15px; }
    .bci-experience-wrap .bci-experience{ width: 100%; padding:0px; margin-bottom: 20px; }
    .bci-experience-wrap .bci-experience .bci-experience-icon img{display:inline; }
    
    .bci-experience-wrap .bci-experience .bci-experience-content .btn-primary{ min-width: 286px; }
    .bci-experience-wrap .slick-dots{ bottom:20px; }
    .bci-experience-wrap .slick-track {display: flex !important; }
    .bci-experience-wrap .slick-slide {height: inherit !important; }
    .bci-experience-wrap .slick-dots li button{ background-color:rgba(255, 255, 255, 0.7); }
    .bci-experience-wrap .slick-dots li.slick-active button { background-color: #EE1D4B;}
}

/*Program details*/
/*Program details Hero Section*/
.program-details-hero-section{ padding:178px 0px 30px 0px; position: relative; margin: 8px; border-radius: 16px; background-color: #2E3192; background-repeat: no-repeat; background-size: cover; background-position: center center; background-blend-mode: luminosity;}
.program-details-hero-section .program-details-hero-overlay{width: 100%; height: 100%; background: url(./images/program-details-hero-bg-overlay.png) no-repeat left top; background-size: cover; position: absolute; left: 0; top: 0px; background-blend-mode: soft-light; border-radius: 16px;}
.program-details-hero-section>div{ position: relative; z-index: 2; }

.program-details-hero-section .hero-content{ width: 100%; text-align: center; padding-top: 100px; padding-bottom: 180px;}
.program-details-hero-section .hero-content h1{ font-size: 120px; line-height: 1.1; margin-bottom: 31px; color: #ffffff; font-weight: 700; text-transform: uppercase;}
.program-details-hero-section .hero-content h1 span{ font-size: 135px; margin-bottom: 20px; font-family: 'raustila'; font-weight: normal; display: block; text-transform: initial;}
.program-details-hero-section .hero-content .btn-block a{ margin: 0 8px; font-size: 24px; }

@media(max-width: 1440px){
    .program-details-hero-section .hero-content h1{ font-size: 100px; line-height: 1.2;}
    .program-details-hero-section .hero-content h1 span{ font-size: 120px; margin-bottom: 0;}
}

@media(max-width: 1366px){
    .program-details-hero-section .hero-content{ padding-top: 50px; padding-bottom: 150px;}
    .program-details-hero-section .hero-content h1{ font-size: 90px;}
    .program-details-hero-section .hero-content h1 span{ font-size: 100px; margin-bottom: 0;}
    .program-details-hero-section .hero-content .btn-block a{ font-size: 20px; }
}

@media(max-width: 1199px){
    .program-details-hero-section .hero-content h1{ font-size: 70px;}
    .program-details-hero-section .hero-content h1 span{ font-size: 80px; margin-bottom: 10px;}
    .program-details-hero-section .hero-content .btn-block a{ font-size: 18px; }
}

@media(max-width: 991px){
    .program-details-hero-section .hero-content h1{ font-size: 50px; line-height: 1.1;}
    .program-details-hero-section .hero-content h1 span{ margin-bottom: 15px;}
    .program-details-hero-section .hero-content .btn-block a{ font-size: 16px; margin-bottom:15px; }
}

@media(max-width: 767px){
    .program-details-hero-section{padding:270px 0px 10px 0px;}
    .program-details-hero-section .hero-content{ padding-bottom: 0px; }
    .program-details-hero-section .hero-content h1{ margin-bottom: 20px; }
    .program-details-hero-section .hero-content h1 span{ margin-bottom: 25px;}
    .program-details-hero-section .hero-content .btn-block a{ width: 100%; margin: 0px auto 16px auto; }
}


.date-location{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 30px}
.date-location ul{ list-style:none; margin:0; padding:10px 0px; background-color:#ffffff; border:1px solid #EE8E1D; border-radius: 10px; width: 1100px; max-width: 100%;}
.date-location li { color:#6c2c91; display: inline-block; font-size: 24px; font-weight: 700; line-height: 20px; font-family: "Roboto", sans-serif; text-align: center; text-transform: uppercase; padding: 11px 30px 11px 30px; position: relative;}
.date-location li:after{ content:""; width:2px; height:18px; background-color:#6c2c91; position:absolute; left:0; }
.date-location li:first-child:after{ display:none; }

@media (max-width: 1366px) {
    .date-location ul{width: 855px;}
    .date-location li{ font-size: 20px;}
}

@media (max-width: 1199px) {
    .date-location ul{width: 790px;}
    .date-location li{ padding: 8px 20px 8px 20px; font-size: 18px; }
}

@media (max-width: 991px) {
    .date-location li{ padding: 5px 15px 5px 15px; font-size: 16px;}
}

@media (max-width: 767px) {
    .date-location{ margin-bottom: 16px; }
    .date-location ul{padding: 15px;}
    .date-location li{ width: 100%; padding: 0px;}
    .date-location li:after{ display: none; }
}


/*Program Details Section*/
.program-details-section{ padding-top: 100px; position: relative; z-index: 1;}
.program-details-section:before{ content: ""; width: 60%; height: 420px; background: url(./images/programs-singer.png) no-repeat left top; background-size: contain; position: absolute; left: 10px; top: 30px;}
.program-details-section:after{ content: ""; width: 40%; height: 100%; background: url(./images/programs-conductor.png) no-repeat right top; background-size: contain; position: absolute; right: 10px; top: 35px; }
.program-details-section .heading{ text-align: center; margin-bottom: 70px; max-width: 810px; margin-left: auto; margin-right: auto;}
.program-details-section .heading h2{ margin-bottom: 40px;}

@media(max-width: 1920px){
    .program-details-section:before{ width: 56%; }
    .program-details-section:after{ width: 30%; }
}

@media(max-width: 1800px){
    .program-details-section:before{ width: 45%; }
    .program-details-section:after{ width: 15%; }
}

@media(max-width: 1440px){
    .program-details-section .heading{ max-width: 600px;}
    .program-details-section:after{ width: 16%; }    
}

@media(max-width: 1366px){
    .program-details-section:before{ width: 55%; }
}

@media(max-width: 1365px){
    .program-details-section:before{ width: 50%; }
}

@media(max-width: 1199px){
    .program-details-section .heading{ max-width: 550px; margin-bottom: 80px;}
    .program-details-section .heading h2{ margin-bottom: 30px;}
    .program-details-section:before{ width: 50%; }
}
@media(max-width: 991px){
    .program-details-section{ padding-top: 60px;}
    .program-details-section .heading{ max-width: 450px; margin-bottom: 60px;}
    .program-details-section .heading h2{ margin-bottom: 20px;}
}

@media(max-width: 767px){
    .program-details-section{ padding-top: 230px; }
    .program-details-section:before{width: 100%; height: 220px; margin: 0 auto; right: 0; top: 10px; background-size: cover;}
    .program-details-section:after{ display: none; }
    .program-details-section .heading{ margin-bottom: 30px;}
    .program-details-section .heading h2{ padding:0 15px; }
}

.program-details-wrapper-section{ position: relative; margin-top: 70px;}
.program-details-wrapper-section:before{ content: ""; width: 400px; height: 100%; background: url(./images/program-details-background.png) no-repeat left bottom; background-size: contain; position: absolute; left: 0; bottom: -250px;  z-index: -1;}
.program-details-wrapper-section>div{ position: relative; z-index: 2; }
/*Important Date Repertoire Section*/
.important-date-repertoire-section{ margin-bottom:60px; }
.important-date-repertoire-section .important-date{ border:1px solid #EE1D4B; padding:80px 40px; border-radius:16px; background-color:#ffffff; box-shadow: 0px 45px 40px -50px #2e3192; height: 100%;}
.important-date-repertoire-section .important-date ul{ list-style:none; margin:0; padding:0 0 15px 0; border-bottom: 2px solid #000000; }
.important-date-repertoire-section .important-date ul li{ font-weight: 500; margin-bottom: 10px; }
/*.important-date-repertoire-section .important-date ul li span{ display: block; }*/
.important-date-repertoire-section h5{ font-size:24px; font-weight:700; }
.important-date-repertoire-section .important-date h5{ color: #2e3192; background: url(./images/tw-Chat-black.svg) no-repeat left top; padding-left: 42px;}

.important-date-repertoire-section .repertoire-voice-parts{ border:1px solid #EE8E1D; padding:80px 40px; border-radius:16px; background-color:#2e3192; box-shadow: 0px 45px 40px -50px #2e3192; color: #ffffff; height: 100%;}
.important-date-repertoire-section .repertoire-voice-parts .repertoire{ border-right:1px solid #ffffff; padding-right: 10px;}
.important-date-repertoire-section .repertoire-voice-parts .voice{ padding-left:50px; }
.important-date-repertoire-section .repertoire-voice-parts ul{ list-style:none; margin:0; padding:0; }
.important-date-repertoire-section .repertoire-voice-parts h5{ color:#ffffff; background: url(./images/tw-Chat-white.svg) no-repeat left top; padding-left: 42px;}

@media(max-width: 1366px){
    .important-date-repertoire-section .important-date{ padding:60px 30px;}
    .important-date-repertoire-section .repertoire-voice-parts{ padding:60px 30px;}
}

@media(max-width: 1199px){
    .important-date-repertoire-section .repertoire-voice-parts .voice{ padding-left: 10px;}
}

@media(max-width: 991px){
    .important-date-repertoire-section .important-date{ padding:30px;}
    .important-date-repertoire-section .repertoire-voice-parts{ padding:30px;}
    .important-date-repertoire-section .repertoire-voice-parts .repertoire{ border-bottom:1px solid #ffffff; border-right: none; padding-right: 0px; padding-bottom: 25px;}
    .important-date-repertoire-section .repertoire-voice-parts .voice{ padding-left:0; padding-top:25px; }
}

@media(max-width: 767px){
    .program-details-wrapper-section:before{ display: none; }
    .important-date-repertoire-section{ margin-bottom:30px; }
    .important-date-repertoire-section .important-date{ margin-bottom:30px; height:auto; padding: 24px 16px; }
    .important-date-repertoire-section .repertoire-voice-parts{  padding: 24px 16px;}
}

/*About Our Conductor Section*/
.about-our-conductor-section{ margin-bottom:60px; }
.about-our-conductor-section .about-conductor-contact{ padding:48px; }
.about-our-conductor-section .about-conductor-contact h4{ text-transform:uppercase; color:#2e3192; font-weight: 700; margin-bottom:16px; }
.about-our-conductor-section .about-conductor-pic img{border:1px solid #6c2c91; border-radius:16px; width:100%; height: 700px; object-fit: cover; box-shadow: 0px 45px 40px -50px #2e3192; }
.about-our-conductor-section .about-conductor-contact .table.table-borderless{ background-color: transparent; }
.about-our-conductor-section .about-conductor-contact .table.table-borderless td{ background: transparent; }
.single-post .about-our-conductor-section .about-conductor-contact{ max-width: 810px; margin: 0 auto; padding-left: 0px; padding-right: 0px; }

@media(max-width: 1366px){
    .about-our-conductor-section .about-conductor-contact{ padding:40px; }
}

@media(max-width: 1199px){
    .about-our-conductor-section .about-conductor-contact{ padding:20px; }
}

@media(max-width: 991px){
    .about-our-conductor-section .about-conductor-contact{ padding:0px; }
}

@media(max-width: 767px){
    .about-our-conductor-section{ margin-bottom:30px; }
    .about-our-conductor-section .about-conductor-pic{ margin-bottom:50px; }
}

/*Concert Venue Section*/
.concert-venue-section{ margin-bottom:50px; }
.concert-venue-section .concert-accordion{ border:1px solid #6c2c91; padding:60px 40px; border-radius:16px; background-color:#ffffff; box-shadow: 0px 45px 40px -50px #2e3192;}
.concert-venue-section .concert-accordion .accordion-item{ border:none; border-bottom:2px solid #6c2c91; border-radius:0px;}
.concert-venue-section .concert-accordion .accordion-item:nth-child(3n+2){ border-color:#005B77; }
.concert-venue-section .concert-accordion .accordion-item:nth-child(3n+2) .accordion-button{ color: #005B77; }
.concert-venue-section .concert-accordion .accordion-item:nth-child(3n+2) .accordion-button .accordion-arrow path{ fill: #005B77; }
.concert-venue-section .concert-accordion .accordion-item:nth-child(3n+3){ border-color:#EE1D4B; }
.concert-venue-section .concert-accordion .accordion-item:nth-child(3n+3) .accordion-button{ color: #EE1D4B; }
.concert-venue-section .concert-accordion .accordion-item:nth-child(3n+3) .accordion-button .accordion-arrow path{ fill: #EE1D4B; }
.concert-venue-section .concert-accordion .accordion-item:nth-child(3n+4){ border-color:#EE8E1D; }
.concert-venue-section .concert-accordion .accordion-item:nth-child(3n+4) .accordion-button{ color: #EE8E1D; }
.concert-venue-section .concert-accordion .accordion-item:nth-child(3n+4) .accordion-button .accordion-arrow path{ fill: #EE8E1D; }
.concert-venue-section .concert-accordion .accordion-item:nth-child(3n+5){ border-color:#2e3192; }
.concert-venue-section .concert-accordion .accordion-item:nth-child(3n+5) .accordion-button{ color: #2e3192; }
.concert-venue-section .concert-accordion .accordion-item:nth-child(3n+5) .accordion-button .accordion-arrow path{ fill: #2e3192; }
.concert-venue-section .concert-accordion .accordion-button{ font-size:24px; color:#6c2c91; font-weight:700; padding-left: 0px; padding-right: 50px; }
.concert-venue-section .concert-accordion .accordion-button svg{ margin-right: 12px; }
.concert-venue-section .concert-accordion .accordion-button:focus{ box-shadow: none; }
.concert-venue-section .concert-accordion .accordion-button:not(.collapsed){ background-color:transparent; box-shadow:none; }
.concert-venue-section .concert-accordion .accordion-button:after{ display:none; }
.concert-venue-section .concert-accordion .accordion-button .accordion-arrow{ position:absolute; right:0; transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; -ms-transition: all 300ms linear;-webkit-transition: all 300ms linear;}
.concert-venue-section .concert-accordion .accordion-button:not(.collapsed) .accordion-arrow{transform: rotate(90deg); }
.concert-venue-section .concert-accordion .accordion-button span.ms-2{ width: calc(100% - 64px); }
.concert-venue-section .concert-accordion .accordion-body{ padding: 0 0 16px 0; }

.concert-venue-section .concert-venue{ border:1px solid #6c2c91; padding:80px 40px; border-radius:16px; background-color:#ffffff; box-shadow: 0px 45px 40px -50px #2e3192; margin-left: 35px;}
.concert-venue-section .concert-venue .concert-venue-pic{ margin-bottom:16px }
.concert-venue-section .concert-venue .concert-venue-pic img{ width: 100%; border:1px solid #6c2c91; border-radius:16px;}
.concert-venue-section .concert-venue h4{ text-transform:uppercase; color:#2e3192; font-weight: 700; margin-bottom:16px; }
.concert-venue-section .concert-venue a{ color:#EE1D4B; text-decoration: underline; margin-top: 20px; display: inline-block;}
.concert-venue-section .concert-venue a:hover{ color:#EE1D4B; text-decoration: none;}

.concert-venue-section.inner-page-faq{ margin: 100px 0px; }


@media(max-width: 1366px){
    .concert-venue-section .concert-accordion{ padding:60px 30px;}
    .concert-venue-section .concert-venue{ padding:40px 30px;}
}

@media(max-width: 991px){
    .concert-venue-section .concert-accordion{ padding:30px;}
    .concert-venue-section .concert-venue{ padding:30px; margin-left: 0;}
    .concert-venue-section .concert-accordion .accordion-button{ font-size: 20px; }
}

@media(max-width: 767px){
    .concert-venue-section .concert-accordion{ padding:24px 16px; margin-bottom: 30px;}
    .concert-venue-section .concert-venue{ padding:16px; }
    .concert-venue-section .concert-venue a{ margin-bottom: 10px; margin-top: 0; }
}

/*Faculty Section*/
.faculty-section{ position: relative; }
.faculty-section:before{ content: ""; width: 150px; height: 1944px; background: url(./images/BCI-Logo-Mark1-new.png) no-repeat left bottom; background-size: contain; position: absolute; left: 0; bottom: -100px;}
.faculty-section:after{ content: ""; width: 150px; height: 1944px; background: url(./images/BCI-Logo-Mark2-new.png) no-repeat right bottom; background-size: contain; position: absolute; right: 0; bottom: -100px; }
.faculty-section>div{ position: relative; z-index: 1; }

.faculty-section .container{ max-width: 1600px; padding: 0 20px; }
.faculty-section .heading{ text-align: center; margin-bottom: 50px;}
.faculty-section .heading h2{font-size: 80px; margin-bottom: 30px;}
.faculty-section .heading-sub-description{  max-width: 750px; margin-left: auto; margin-right: auto;}
.faculty-cards-wrap{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -20px; padding:0px 10px;}
.faculty-cards-wrap .faculty-card{ width: 25%; padding: 0 20px; margin-bottom:40px; }
.faculty-cards-wrap .faculty-card .faculty-card-inner{ background-color: #ffffff; border: 2px solid #EE1D4B; border-radius: 16px; overflow: hidden; }
.faculty-cards-wrap .faculty-card .faculty-pic{ position:relative; }
.faculty-cards-wrap .faculty-card .faculty-pic img{ width: 100%; height: 600px; object-fit:cover; }
.faculty-cards-wrap .faculty-card .faculty-content{ padding: 16px; border-radius:16px; background-color:#ffffff; position:absolute; bottom:16px; left:16px; right:16px; text-align:center; }
.faculty-cards-wrap .faculty-card .faculty-content h5{ text-transform: uppercase; font-weight: 700; margin-bottom: 16px; color: #EE1D4B; }
.faculty-cards-wrap .faculty-card .faculty-content p{ font-size: 18px; line-height: 26px; margin-bottom: 0px; color: #2e3192;}

.faculty-section.faculty-bg{width: calc(100% - 16px); display: inline-block; margin:60px 8px 0px 8px; border-radius: 10px; background-repeat: no-repeat; background-size: cover; background-position: center center; padding-bottom: 10px;}
.faculty-section.faculty-bg h2{ color: #ffffff; }
.faculty-section.faculty-bg .heading-sub-description{ color: #ffffff; }

@media(max-width: 1199px){
    .faculty-section .container{ padding: 0 10px; }
    .faculty-cards-wrap { margin:0 -10px; }
    .faculty-cards-wrap .faculty-card{ padding: 0 10px; }
    .faculty-cards-wrap .faculty-card .faculty-content h5{ margin-bottom:10px; }
}

@media(max-width: 991px){
    .faculty-section .heading h2{font-size: 70px;}
    .faculty-cards-wrap .faculty-card{ width: 50%; }
    .faculty-section .heading-sub-description{  max-width: 550px;}
}

@media(max-width: 767px){
    .faculty-section{ padding-top: 50px; }
    .faculty-section:before{ display: none; }
    .faculty-section:after{ display: none; }
    .faculty-section .heading h2{ margin-bottom: 10px;}
    .faculty-cards-wrap { margin:0px; padding: 0; }
    .faculty-cards-wrap .faculty-card{ padding: 0; width: 100%; margin-bottom:16px; }
    .faculty-section.faculty-bg{ padding-bottom: 35px; }
}


/*Tanglewood Experience Section*/
.tanglewood-experience-section{ width: calc(100% - 16px); display: inline-block; padding-top: 110px; margin:0px 8px; border-radius: 10px; background-repeat: no-repeat; background-size: cover; background-position: center center; margin-bottom: 100px;}
.tanglewood-experience-section .heading{ text-align: center; color: #ffffff; margin-bottom: 60px; max-width: 768px; margin-left: auto; margin-right: auto;}
.tanglewood-experience-section .heading h2{ color: #ffffff;}
.tanglewood-experience-section .heading h3{ font-size: 40px; color: #ffffff; line-height: 1; margin-bottom:0px; text-transform: uppercase;}
.tanglewood-experience-section .heading p{ color: #ffffff;}

.experience-cards-wrap{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -40px; margin-bottom: -130px;}
.experience-cards-wrap .experience-card{ width: 33.33%; padding: 0 40px; }
.experience-cards-wrap .experience-card .experience-card-inner{ background-color: #ffffff; border: 2px solid #EE1D4B; border-radius: 20px; overflow: hidden; height:100%; }
.experience-cards-wrap .experience-card .experience-pic img{ border-radius: 0px 0px 20px 20px; height:204px; width:100%; object-fit:cover; }
.experience-cards-wrap .experience-card .experience-content{ padding: 50px 40px; }
.experience-cards-wrap .experience-card .experience-content h5{ text-transform: uppercase; font-weight: 700; margin-bottom: 22px; color: #005B77; }
.experience-cards-wrap .experience-card .experience-content p{ font-size: 20px; line-height: 28px; margin-bottom: 30px;}
.experience-cards-wrap .experience-card .experience-content .btn-primary{ background-color: #005B77; border: none; color: #ffffff; }
.experience-cards-wrap .experience-card .experience-content .btn-primary:hover{  opacity: 0.7;}

.experience-cards-wrap .experience-card:nth-child(3n+2) .experience-card-inner{ border-color: #EE8E1D; }
.experience-cards-wrap .experience-card:nth-child(3n+2) .experience-content h5{ color: #EE8E1D; }
.experience-cards-wrap .experience-card:nth-child(3n+2) .btn-primary{ background-color: #EE8E1D; }

.experience-cards-wrap .experience-card:nth-child(3n+3) .experience-card-inner{ border-color: #6c2c91; }
.experience-cards-wrap .experience-card:nth-child(3n+3) .experience-content h5{ color: #6c2c91; }
.experience-cards-wrap .experience-card:nth-child(3n+3) .btn-primary{ background-color: #6c2c91; }

.experience-slider .slick-prev, 
.experience-slider .slick-next {font-size: 0; line-height: 0; position: absolute; top:50%; display: block; width: 30px; height: 60px;  padding: 0; cursor: pointer; color: #ffffff; border: none; outline: none; border-radius:0%; background-color: transparent; background-repeat: no-repeat; background-size:contain; background-position: center center; z-index: 1; margin-top: -30px; }
.experience-slider .slick-prev {left: -50px; background-image:url(./images/arrow-right-white.svg); transform: rotate(180deg);}
.experience-slider .slick-next {right: -50px; background-image:url(./images/arrow-right-white.svg);}
.experience-slider .slick-prev:hover, 
.experience-slider .slick-next:hover{ opacity:0.5; }
.experience-slider .slick-arrow.slick-disabled{ opacity:0.5; }

.tanglewood-experience-section .slick-track {display: flex !important; }
.tanglewood-experience-section .slick-slide {height: inherit !important; }

@media(max-width: 1440px){
    .tanglewood-experience-section .heading h3{ font-size: 30px; }
    .experience-slider .slick-prev{left: -10px;}
    .experience-slider .slick-next{ right: -10px; }
}

@media(max-width: 1366px){
    .tanglewood-experience-section .heading h3{ font-size: 25px;}
    .experience-cards-wrap .experience-card .experience-content{ padding: 30px 30px; }
    .experience-cards-wrap .experience-card .experience-pic img{height:175px; }
    .experience-slider .slick-prev{left: -30px;}
    .experience-slider .slick-next{ right: -30px; }
}

@media(max-width: 1199px){
    .tanglewood-experience-section .heading{max-width: 568px; margin-bottom: 50px; }
    .tanglewood-experience-section .heading h3{ font-size: 24px;}
    .experience-cards-wrap{ margin-left:-20px; margin-right: -20px; padding:0 40px; }
    .experience-cards-wrap .experience-card{ padding: 0 20px; }
    .experience-cards-wrap .experience-card .experience-content{ padding: 20px; }
    .experience-cards-wrap .experience-card .experience-content h5{ line-height: 26px; }
    .experience-cards-wrap .experience-card .experience-content p{ font-size: 18px;}
    .experience-slider .slick-prev{left: 0px;}
    .experience-slider .slick-next{ right: 0px; }
}

@media(max-width: 991px){
    .tanglewood-experience-section{ padding-top: 80px; }
    .experience-cards-wrap .experience-card{ padding: 0 10px; }
    .experience-cards-wrap .experience-card .experience-content{ padding: 12px; }
    .experience-slider .slick-prev{left: 10px; width: 24px;}
    .experience-slider .slick-next{ right: 10px; width: 24px;}
}

@media(max-width: 767px){
    .tanglewood-experience-section{ background-size: auto 900px; background-position:left -185px top; margin-bottom: 0; margin-top: 20px;}
    .experience-cards-wrap{ margin: 0px 0px -100px 0px; padding:0; }
    .experience-cards-wrap .experience-card{ width: 100%; padding:0px; margin-bottom: 30px; }
    .experience-cards-wrap .experience-card .experience-content{ padding:30px 12px 24px 12px; }
    .experience-cards-wrap .experience-card .experience-content h5{ margin-bottom: 15px; }
    .experience-cards-wrap .experience-card .experience-content p{ font-size: 16px; line-height: 26px; margin-bottom: 20px; }
    .experience-cards-wrap .experience-card .experience-pic img{height:220px; }
    .experience-cards-wrap .experience-card .experience-content .btn-primary{ min-width: 211px; }
    .experience-slider .slick-arrow{ width: 50px; height: 80px; border-radius: 10px; background-color: #ffffff; top: 37%;}
    .experience-slider .slick-arrow.slick-disabled{ opacity:1; }
    .experience-slider .slick-prev{left: -19px; background-image:url(./images/arrow-right.svg);}
    .experience-slider .slick-next{ right: -19px; background-image:url(./images/arrow-right.svg);}
    .experience-slider .slick-prev:hover, 
    .experience-slider .slick-next:hover{ opacity:1; }
}

/*Internal Page*/
/*Internal Page Hero Section*/
.internal-page-hero-section{ padding:178px 0px 30px 0px; position: relative; margin: 8px; border-radius: 16px; background-repeat: no-repeat; background-size: cover; background-position: center center; margin-bottom: 100px; min-height: 650px;}
.internal-page-hero-section>div{ position: relative; z-index: 2; }

.internal-page-hero-section .hero-content{ width: 100%; text-align: center; padding-top: 60px; padding-bottom: 100px;}
.internal-page-hero-section .hero-content h1{ font-family: 'raustila'; font-weight: normal; color: #ffffff; font-weight: normal; text-transform: capitalize;}
.internal-page-hero-section .hero-content  h1 span{ color: #ffffff; font-size: 60px; font-family: "Roboto", sans-serif; line-height: 45px; margin-bottom: -35px; text-transform: uppercase; display: block;}

@media(max-width: 1440px){
    .internal-page-hero-section{ min-height: 550px; }
    .internal-page-hero-section .hero-content  h1 span{font-size: 50px; margin-bottom: -25px;}
}

@media(max-width: 1366px){
        
}

@media(max-width: 1199px){
    .internal-page-hero-section{ min-height: 450px; }
    .internal-page-hero-section .hero-content{ padding-top: 20px; padding-bottom: 60px;}
    .internal-page-hero-section .hero-content  h1 span{font-size: 35px;}        
}

@media(max-width: 991px){
    .internal-page-hero-section{ margin-bottom: 60px;}
}

@media(max-width: 767px){
    .internal-page-hero-section{padding:270px 0px 10px 0px; min-height: 580px;}
    .internal-page-hero-section .hero-content{ padding-top: 50px; padding-bottom: 90px; }
}

/*Image Content Section*/
.image-content-section{ margin-top: 100px; margin-bottom: 100px;}
.image-content-section .image-content-wrap{ position: relative; min-height: 450px; }
.image-content-section .image-content-wrap:before{ content: ""; width: 375px; height: 100%; background: url(./images/conductor-vector-left.svg) no-repeat left top; background-size: contain; position: absolute; left: 0; top: 0px;}
.image-content-section .image-content-wrap:after{ content: ""; width: 375px; height: 100%; background: url(./images/conductor-vector-right.svg) no-repeat right top; background-size: contain; position: absolute; right: 0; top: 0px; }

.image-content-section .content{ margin-bottom: 80px; max-width: 810px; margin-left: auto; margin-right: auto;}
.image-content-section .content h2{ margin-bottom: 40px; font-size: 80px;}
.image-content-section .content ul{ text-align: left; }
.image-content-section .image-block{ text-align: center; margin-top: 80px; }
.image-content-section .image-block img{ width: 100%; max-height: 675px; border-radius:20px; border:1px solid #EE1D4B; box-shadow: 0px 45px 40px -50px #2e3192;}
.image-content-section .content article{ display: inline-block; }

@media(min-width: 1920px){
    .image-content-section .content{font-size: 28px; line-height: 35px;}
    
}

@media(max-width: 1600px){
    .image-content-section .image-content-wrap{ min-height: 350px; }
    .image-content-section .image-content-wrap:before{ width: 300px;}
    .image-content-section .image-content-wrap:after{ width: 300px;}
}

@media(max-width: 1440px){
    .image-content-section .content{ max-width: 700px; font-size: 22px; line-height: 30px;}
}

@media(max-width: 1366px){
    .image-content-section .image-content-wrap{ min-height: 300px; }
    .image-content-section .image-content-wrap:before{ width: 270px;}
    .image-content-section .image-content-wrap:after{ width: 270px;}
}

@media(max-width: 1280px){
    .image-content-section .image-content-wrap{ min-height: 290px; }
    .image-content-section .image-content-wrap:before{ width: 240px;}
    .image-content-section .image-content-wrap:after{ width: 240px;}
}

@media(max-width: 1199px){
    .image-content-section .content{ max-width: 550px; margin-bottom: 80px; font-size: 20px; line-height: 26px;}
    .image-content-section .content h2{ margin-bottom: 20px;  font-size: 70px;}
    .image-content-section .image-content-wrap{ min-height: 250px; }
    .image-content-section .image-content-wrap:before{ width: 215px; }
    .image-content-section .image-content-wrap:after{ width: 215px; }
}
@media(max-width: 991px){
    .image-content-section{ margin-top: 60px;}
    .image-content-section .image-content-wrap{ min-height: 170px; }
    .image-content-section .image-content-wrap:before{ width: 150px;}
    .image-content-section .image-content-wrap:after{ width: 150px;}
    .image-content-section .content{ max-width: 450px; margin-bottom: 60px; font-size: 18px; line-height: 24px;}
    .image-content-section .content h2{ margin-bottom: 20px;}
    .image-content-section .image-block{ margin-top: 60px; }
}

@media(max-width: 767px){
    .image-content-section .image-content-wrap{ padding-top: 300px; }
    .image-content-section .image-content-wrap:before{background: url(./images/image-content-conductor-vector-mobile.svg) no-repeat center; bottom; width: 100%; height: 250px; margin: 0 auto; right: 0; top: 10px; background-size: cover;}
    .image-content-section .image-content-wrap:after{ display: none; }
    .image-content-section .content{ margin-bottom: 30px;}
    .image-content-section .content h2{ padding:0 15px; }
    .image-content-section .image-block{ margin-top: 30px; }
}

/*Default Content Section*/
.default-content-section{ margin: 100px 0px; }
.default-content-section .content{ text-align: center; margin-bottom: 100px; max-width: 810px; margin-left: auto; margin-right: auto;}
.default-content-section .content h2{ margin-bottom: 40px; font-size: 80px;}
.default-content-section .content ul li{ text-align: left; }

@media(min-width: 1920px){
    .default-content-section .content{font-size: 28px; line-height: 35px;}
    
}

@media(max-width: 1440px){
    .default-content-section .content{ max-width: 700px; font-size: 22px; line-height: 30px;}
    
}
@media(max-width: 1366px){
    
}
@media(max-width: 1199px){
    .default-content-section .content{ max-width: 550px; font-size: 20px; line-height: 26px;}
    .default-content-section .content h2{ margin-bottom: 20px;  font-size: 70px;}
}
@media(max-width: 991px){
    .default-content-section .content{ font-size: 18px; line-height: 24px;}
    .default-content-section .content h2{ margin-bottom: 20px;}
}

/*Video Section*/
.video-section{ margin-top: 50px; margin-bottom: 40px; position: relative;}
.video-section:before{ content: ""; width: 150px; height: 1944px; background: url(./images/BCI-Logo-Mark1-new.png) no-repeat left bottom; background-size: contain; position: absolute; left: 0; bottom: -50px; z-index: -1;}
.video-section:after{ content: ""; width: 150px; height: 1944px; background: url(./images/BCI-Logo-Mark2-new.png) no-repeat right bottom; background-size: contain; position: absolute; right: 0; bottom: -50px; z-index: -1; }
.video-section .video-block video, .video-section .video-block iframe{ border-radius:20px; border:1px solid #EE1D4B; box-shadow: 0px 45px 40px -50px #2e3192;}

@media(max-width: 767px){
    .video-section:before{ display: none; }
    .video-section:after{ display: none; }
}

/*Faculty Slider Section*/
.faculty-slider-section{ width: calc(100% - 16px); display: inline-block; padding-top: 110px; margin:40px 8px 0px 8px; border-radius: 10px; background-repeat: no-repeat; background-size: cover; background-position: center center; margin-bottom: 130px;}
.faculty-slider-section .heading{ text-align: center; color: #ffffff; margin-bottom: 60px; max-width: 768px; margin-left: auto; margin-right: auto;}
.faculty-slider-section .heading h2{ color: #ffffff; font-size: 80px;}
.faculty-slider-section .heading h3{ font-size: 26px; color: #ffffff; margin-bottom: -5px; text-transform: uppercase; font-family: "Roboto", sans-serif;}
.faculty-slider-section .heading p{ color: #ffffff;}

.faculty-slider-section .faculty-cards-wrap{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -20px; margin-bottom: -130px;}
.faculty-slider-section .faculty-cards-wrap .faculty-card{ width: 33.33%; padding: 0 20px; margin-bottom: 0px;}
.faculty-slider-section .faculty-cards-wrap .faculty-card .faculty-card-inner{ background-color: #ffffff; border: 2px solid #EE1D4B; border-radius: 16px; overflow: hidden; }
.faculty-slider-section .faculty-cards-wrap .faculty-card .faculty-pic{ position:relative; }
.faculty-slider-section .faculty-cards-wrap .faculty-card .faculty-pic img{ width: 100%; height: 600px; object-fit:cover; }
.faculty-slider-section .faculty-cards-wrap .faculty-card .faculty-content{ padding: 16px; border-radius:16px; background-color:#ffffff; position:absolute; bottom:16px; left:16px; right:16px; text-align:center; }
.faculty-slider-section .faculty-cards-wrap .faculty-card .faculty-content h5{ text-transform: uppercase; font-weight: 700; margin-bottom: 16px; color: #EE1D4B; }
.faculty-slider-section .faculty-cards-wrap .faculty-card .faculty-content p{ font-size: 18px; line-height: 26px; margin-bottom: 0px; color: #2e3192;}

.faculty-slider-section.faculty-bg .heading{color: #151515; }
.faculty-slider-section.faculty-bg .heading h2{ color: #EE1D4B;}
.faculty-slider-section.faculty-bg .heading h3{color: #151515;}
.faculty-slider-section.faculty-bg .heading p{ color: #151515;}

.faculty-slider-section.inner-gallery-section .faculty-cards-wrap .faculty-card .faculty-pic img{ height: 500px; }

.faculty-slider .slick-prev, 
.faculty-slider .slick-next {font-size: 0; line-height: 0; position: absolute; top:50%; display: block; width: 30px; height: 60px;  padding: 0; cursor: pointer; color: #ffffff; border: none; outline: none; border-radius:0%; background-color: transparent; background-repeat: no-repeat; background-size:contain; background-position: center center; z-index: 1; margin-top: -30px; }
.faculty-slider .slick-prev {left: -50px; background-image:url(./images/arrow-right-white.svg); transform: rotate(180deg);}
.faculty-slider .slick-next {right: -50px; background-image:url(./images/arrow-right-white.svg);}
.faculty-slider .slick-prev:hover, 
.faculty-slider .slick-next:hover{ opacity:0.5; }
.faculty-slider .slick-arrow.slick-disabled{ opacity:0.5; }

@media(min-width: 1200px){
    .faculty-slider-section .slick-track {display: flex !important; }
    .faculty-slider-section .slick-slide {height: inherit !important; }
}

@media(max-width: 1440px){
    .faculty-slider .slick-prev{left: -10px;}
    .faculty-slider .slick-next{ right: -10px; }
}

@media(max-width: 1366px){
    .faculty-slider .slick-prev{left: -30px;}
    .faculty-slider .slick-next{ right: -30px; }
}

@media(max-width: 1199px){
    .faculty-slider-section .heading{max-width: 568px; margin-bottom: 50px; }
    .faculty-slider-section .heading h2{ font-size: 70px;}
    .faculty-slider-section .heading h3{ font-size: 24px;}
    .faculty-slider-section .faculty-cards-wrap { margin-left:-10px; margin-right: -10px; padding:0 40px;}
    .faculty-slider-section .faculty-cards-wrap .faculty-card{ padding: 0 10px; }
    .faculty-slider-section .faculty-cards-wrap .faculty-card .faculty-content h5{ margin-bottom:10px; }
    .faculty-slider .slick-prev{left: 0px;}
    .faculty-slider .slick-next{ right: 0px; }
}

@media(max-width: 991px){
    .faculty-slider-section{ padding-top: 80px; }
    .faculty-slider-section .faculty-cards-wrap .faculty-card{ width: 50%; }
    .faculty-slider .slick-prev{left: 10px; width: 24px;}
    .faculty-slider .slick-next{ right: 10px; width: 24px;}
}

@media(max-width: 767px){
    .faculty-slider-section{ background-size: auto 900px; background-position:left -185px top; margin-top: 20px;}
    .faculty-slider-section .heading{ margin-bottom: 90px; }
    .faculty-slider-section .faculty-cards-wrap{ padding:0; }
    .faculty-slider-section .faculty-cards-wrap .faculty-card{ width: 100%; margin-bottom: 30px; }
    .faculty-slider-section .faculty-cards-wrap .faculty-card .faculty-pic img{ height: 500px;}
    .faculty-slider-section.inner-gallery-section .faculty-cards-wrap .faculty-card .faculty-pic img{ height: 450px; }
    .faculty-slider .slick-arrow{ width: 50px; height: 80px; border-radius: 10px; background-color: #ffffff; top: 37%;}
    .faculty-slider .slick-arrow.slick-disabled{ opacity:1; }
    .faculty-slider .slick-prev{left: -10px; background-image:url(./images/arrow-right.svg);}
    .faculty-slider .slick-next{ right: -10px; background-image:url(./images/arrow-right.svg);}
}

/*Faculty Section*/
.faculty-section{ padding: 0px 0px 50px 0px; margin-top: 100px; }


.heading-h3 h3{font-family: 'raustila';}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {-webkit-appearance: none; -moz-appearance: none; appearance: none; margin: 0; }

input:-webkit-autofill {
    box-shadow: 0 0 0 1000px #edf0f1 inset !important;
    -webkit-box-shadow: 0 0 0 1000px #edf0f1 inset !important;
    -webkit-text-fill-color: #000 !important;
    transition: background-color 5000s ease-in-out 0s;
}

/*404 Page*/
.error-404-section{padding: 0px 0px 30px 0px; text-align: center;}
.error-404-section h2{ font-size: 80px; }
.error-404-section .btn-primary { background-color: #005B77; color: #fff; }
.error-404-section .btn-primary:hover {background-color: #EE1D4B; }

.page-header h1 { font-size: 160px; line-height: 1.1; color: #EE1D4B; font-family: 'raustila';}


@media (max-width: 1440px) {
    .page-header h1 { font-size: 120px;}
}

@media (max-width: 1366px) {
    .page-header h1 { font-size: 100px;}
}

@media (max-width: 1199px) {
    .page-header h1 { font-size: 70px;}
}

@media (max-width: 1199px) {
    .error-404-section h2{ font-size: 70px; }
}

@media (max-width: 991px) {
    .error-404-section{padding: 0px 0px 60px 0px;}
}

/* @media (max-width: 415px) {
    .home-hero-section .meet-conductors a {
        padding: 62px 41px 30px 100px;
        height: 190px;
        font-size: 32px;
    }
    
    .home-hero-section .meet-conductors {
        background-size: cover;
        max-width: 409px;
    }
} */

.email-signup-modal-popup .wpcf7 form{max-width: 440px;}
.email-signup-modal-popup .wpcf7 form input[type=submit]{text-transform: uppercase;}


/*Single Post*/

.single-post .internal-page-hero-section .hero-content{ padding-top: 40px;}
.single-post .internal-page-hero-section .hero-content h1{ font-size: 60px; font-family: "Roboto", sans-serif; line-height: 1; text-transform: uppercase;}
.single-post .internal-page-hero-section .hero-content h1 span{ font-size: inherit; line-height: 1; margin-bottom: 0; display: inline; }
.single-post .about-our-conductor-section .about-conductor-pic{ text-align: center; }
.single-post .about-our-conductor-section .about-conductor-pic img{ height: auto; object-fit: contain; max-width: 800px; }
.single-post .about-our-conductor-section .about-conductor-contact h2{ margin-bottom: 40px; font-size: 80px;}
.single-post .about-our-conductor-section .about-conductor-contact h3{font-family: 'raustila'; margin-bottom: 25px;}
.single-post .about-our-conductor-section .about-conductor-contact h4{ font-weight: normal; color: #151515; }


@media(min-width: 768px){
    .single-post .internal-page-hero-section.desktop-view{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
}

@media(max-width: 1199px){
    .single-post .internal-page-hero-section .hero-content{ padding-top: 20px;}
    .single-post .internal-page-hero-section .hero-content h1{ font-size: 50px; }
    .single-post .about-our-conductor-section .about-conductor-contact h2{ margin-bottom: 20px;  font-size: 70px;}
}

@media(max-width: 991px){
    .single-post .internal-page-hero-section .hero-content h1{ font-size: 40px; }
    .single-post .about-our-conductor-section .about-conductor-pic{margin-bottom: 30px; }
    .single-post .video-section-single-page .video-block{ margin-bottom: 30px; }
}

@media(max-width: 767px){
    
}

/*Watch Video List Section*/
.watch-video-list-section{ margin:100px 0px 100px 0px; position: relative;}
.watch-video-list-section:before{ content: ""; width: 150px; height: 1944px; background: url(./images/BCI-Logo-Mark1-new.png) no-repeat left bottom; background-size: contain; position: absolute; left: 0; bottom: -100px;}
.watch-video-list-section:after{ content: ""; width: 150px; height: 1944px; background: url(./images/BCI-Logo-Mark2-new.png) no-repeat right bottom; background-size: contain; position: absolute; right: 0; bottom: -100px; }
.watch-video-list-section>div{ position: relative; z-index: 1; }
.watch-video-list-section h2{ font-size: 80px; margin-bottom: 40px; text-align: center; }
.video-lists-wrap{display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -30px; }
.video-lists-wrap .video-single{ width: 33.33%; padding: 0 30px; margin-bottom: 60px; }
.video-lists-wrap .video-single .video-single-inner{ background-color: #ffffff; border: 2px solid #EE1D4B; border-radius: 20px; overflow: hidden; height: 100%; }
.video-lists-wrap .video-single .video-box{ position: relative; }
.video-lists-wrap .video-single .video-box .video-thumbnail{ position: absolute; left: 0; right: 0; bottom: 0; top: 0; z-index: 1; cursor: pointer; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; display: none;}
.video-lists-wrap .video-single .video-box img{ width: 100%; height: 100%; object-fit: cover; border-radius:0px; }
.video-lists-wrap .video-single .video-box iframe{ width: 100%; height: 220px; vertical-align: top; }
.video-lists-wrap .video-single .video-single-content{ padding:40px; }
.video-lists-wrap .video-single .video-single-content h5{ text-transform: uppercase; font-weight: 700; margin-bottom: 22px; color: #005B77; }
.video-lists-wrap .video-single .video-single-content p{ font-size: 20px; line-height: 28px; margin-bottom: 30px; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden;}
.video-lists-wrap .video-single .video-single-content .btn-primary{ background-color: #005B77; border: none; color: #ffffff; }
.video-lists-wrap .video-single .video-single-content .btn-primary:hover{  opacity: 0.7;}

.video-lists-wrap .video-single:nth-child(even) .video-single-inner{ border-color: #6c2c91; }
.video-lists-wrap .video-single:nth-child(even) .video-single-content h5{ color: #2e3192; }
.video-lists-wrap .video-single:nth-child(even) .btn-primary{ background-color: #2e3192; }

.video-lists-wrap .video-single:nth-child(3n+3) .video-single-inner{ border-color: #EE1D4B; }
.video-lists-wrap .video-single:nth-child(3n+3) .video-single-content h5{ color: #6c2c91; }
.video-lists-wrap .video-single:nth-child(3n+3) .btn-primary{ background-color: #6c2c91; }

.video-play-btn{ width: 80px; height: 80px; position: absolute; z-index: 2; margin: 0 auto; cursor: pointer; border-radius: 50%; text-align: center; display: flex; align-items: center; justify-content: center; border: 6px solid #fff; transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);}
.video-play-btn svg { fill: #fff;}
.video-play-btn.scale:hover {transform: scale(1.1) !important; z-index: 999; }

@media(max-width: 1366px){
    .video-lists-wrap .video-single .video-single-content{ padding:30px; }
    .video-lists-wrap .video-single .video-box iframe{ height: 185px; }
    .video-lists-wrap .video-single .video-box img{height: 185px;}
}

@media(max-width: 1199px){
    .video-lists-wrap{ margin-left:-20px; margin-right: -20px; }
    .video-lists-wrap .video-single{ width: 50%; padding: 0 20px; margin-bottom: 40px;}
    .video-lists-wrap .video-single .video-box img{height: 220px;}
    .video-lists-wrap .video-single .video-box iframe{ height: 220px; }
    .video-lists-wrap .video-single .video-single-content{ padding:20px; }
    .video-lists-wrap .video-single .video-single-content h5{ line-height: 26px; }
    .video-play-btn{ border: 5px solid #fff; width: 70px; height: 70px;}
}

@media(max-width: 991px){
    .watch-video-list-section{ margin-top: 60px; margin-bottom: 60px;}
    .watch-video-list-section h2{ font-size: 70px; margin-bottom: 20px; }
    .video-lists-wrap .video-single{ padding: 0 10px; margin-bottom: 20px;}
    .video-lists-wrap .video-single .video-box img{height: 200px;}
    .video-lists-wrap .video-single .video-box iframe{ height: 200px; }
    .video-lists-wrap .video-single .video-single-content{ padding: 12px; }

}

@media(max-width: 767px){
    .watch-video-list-section{ margin-top: 40px; margin-bottom: 0;}
    .watch-video-list-section:before{ display: none; }
    .watch-video-list-section:after{ display: none; }
    .video-lists-wrap{ margin: 0; }
    .video-lists-wrap .video-single{ width: 100%; padding:0px; margin-bottom: 30px; }
    .video-lists-wrap .video-single .video-single-content{ padding:24px 12px; }
    .video-lists-wrap .video-single .video-single-content h5{ margin-bottom: 15px; }
    .video-lists-wrap .video-single .video-single-content p{ font-size: 18px; line-height: 26px; margin-bottom: 20px; }
    .video-lists-wrap .video-single .video-single-content .btn-primary{ min-width: 286px; }

}

/*Landing Page*/
.page-template-landing-page-template #header { text-align: center; }
.page-template-landing-page-template #header .header-wrap{ width: auto; float: none; display: inline-block !important; padding: 5px 16px 5px 16px; }
@media (min-width: 768px) and (max-width: 991px) {
    .page-template-landing-page-template #header{background-color:transparent; border-radius: 0px;}
}

/*.page-template-landing-page-template .image-content-section .content{ text-align: center; }*/

/*Landing Hero Section*/
.landing-hero-section{ padding:178px 0px 30px 0px; position: relative; margin: 8px 8px 100px 8px; border-radius: 16px; background-color: #2E3192; background-repeat: no-repeat; background-size: cover; background-position: center center; background-blend-mode: luminosity;}
.landing-hero-section .landing-hero-overlay{width: 100%; height: 100%; background: url(./images/program-details-hero-bg-overlay.png) no-repeat left top; background-size: cover; position: absolute; left: 0; top: 0px; background-blend-mode: soft-light; border-radius: 16px;}
.landing-hero-section>div{ position: relative; z-index: 2; }

.landing-hero-section .hero-content{ width: 100%; text-align: center; padding-top: 100px; padding-bottom: 180px;}
.landing-hero-section .hero-content h1{ font-size: 120px; line-height: 1.1; margin-bottom: 31px; color: #ffffff; font-weight: 700; text-transform: uppercase;}
.landing-hero-section .hero-content h1 span{ font-size: 135px; margin-bottom: 20px; font-family: 'raustila'; font-weight: normal; display: block; text-transform: initial;}
.landing-hero-section .hero-content p{ color: #ffffff; margin-bottom: 30px; font-size: 30px; line-height: 40px;}
.landing-hero-section .hero-content .btn-block a{ margin: 0 8px; font-size: 24px; }

@media(max-width: 1440px){
    .landing-hero-section .hero-content h1{ font-size: 100px; line-height: 1.2;}
    .landing-hero-section .hero-content h1 span{ font-size: 120px; margin-bottom: 0;}
    .landing-hero-section .hero-content p{ font-size: 24px; line-height: 35px;}
}

@media(max-width: 1366px){
    .landing-hero-section .hero-content{ padding-top: 50px; padding-bottom: 150px;}
    .landing-hero-section .hero-content h1{ font-size: 90px;}
    .landing-hero-section .hero-content h1 span{ font-size: 100px; margin-bottom: 0;}
    .landing-hero-section .hero-content .btn-block a{ font-size: 20px; }
}

@media(max-width: 1199px){
    .landing-hero-section .hero-content h1{ font-size: 70px;}
    .landing-hero-section .hero-content h1 span{ font-size: 80px; margin-bottom: 10px;}
    .landing-hero-section .hero-content p{ font-size: 21px; line-height: 30px;}
    .landing-hero-section .hero-content .btn-block a{ font-size: 18px; }
}

@media(max-width: 991px){
    .landing-hero-section{ margin: 8px 8px 60px 8px;}
    .landing-hero-section .hero-content h1{ font-size: 50px; line-height: 1.1;}
    .landing-hero-section .hero-content h1 span{ margin-bottom: 15px;}
    .landing-hero-section .hero-content p{ font-size: 18px; line-height: 24px;}
    .landing-hero-section .hero-content .btn-block a{ font-size: 16px; margin-bottom:15px; }
}

@media(max-width: 767px){
    .landing-hero-section{padding:270px 0px 10px 0px;}
    .landing-hero-section .hero-content{ padding-bottom: 0px; }
    .landing-hero-section .hero-content h1{ margin-bottom: 20px; }
    .landing-hero-section .hero-content h1 span{ margin-bottom: 25px;}
    .landing-hero-section .hero-content .btn-block a{ width: 100%; margin: 0px auto 16px auto; }
}

/*Video Section*/
.page-template-landing-page-template .video-section{ margin: 100px 0px; }
@media(max-width: 991px){
    .page-template-landing-page-template .video-section{ margin: 60px 0px; }
}

.page-template-landing-page-template .testimonial-section{ margin: 100px 0px; padding: 0;}
.page-template-landing-page-template .testimonial-section .heading h2{ font-size: 80px; }

@media(max-width: 1199px){
    .page-template-landing-page-template .testimonial-section .heading h2{ font-size: 80px; }
}
@media(max-width: 991px){
    .page-template-landing-page-template .testimonial-section{ margin: 60px 0px;}
}

.page-template-landing-page-template .site-footer{ padding-top: 0px; margin-top: 100px;}

/*Radio*/
.wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item{ margin-left: 0px; }
.wpcf7-form-control-wrap .wpcf7-radio [type="radio"]:checked,
.wpcf7-form-control-wrap .wpcf7-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.wpcf7-form-control-wrap .wpcf7-radio [type="radio"]:checked + span,
.wpcf7-form-control-wrap .wpcf7-radio [type="radio"]:not(:checked) + span
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
.wpcf7-form-control-wrap .wpcf7-radio [type="radio"]:checked + span:before,
.wpcf7-form-control-wrap .wpcf7-radio [type="radio"]:not(:checked) + span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #6c2c91;
    border-radius: 100%;
    background: #e6e6e6;
}
.wpcf7-form-control-wrap .wpcf7-radio [type="radio"]:checked + span:after,
.wpcf7-form-control-wrap .wpcf7-radio [type="radio"]:not(:checked) + span:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #6c2c91;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.wpcf7-form-control-wrap .wpcf7-radio [type="radio"]:not(:checked) + span:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.wpcf7-form-control-wrap .wpcf7-radio [type="radio"]:checked + span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*Checkbox*/
.wpcf7-form-control-wrap .wpcf7-checkbox [type="checkbox"] {padding: 0; height: initial; width: initial; margin-bottom: 0; display: none; cursor: pointer; }

.wpcf7-form-control-wrap .wpcf7-checkbox [type="checkbox"] + span {position: relative; cursor: pointer; padding-left: 28px; line-height: 20px; display: inline-block; }

.wpcf7-form-control-wrap .wpcf7-checkbox [type="checkbox"] + span:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border:2px solid #6c2c91;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 0;
}

.wpcf7-form-control-wrap .wpcf7-checkbox [type="checkbox"]:checked + span:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 8px;
  width: 5px;
  height: 12px;
  border: solid #6c2c91;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}