/*----------------------
GLOBAL RESET
----------------------*/
/*   
Theme Name: BLANK Theme
Theme URI: http://digwp.com
Description: This is just a BLANK starter WordPress Theme template -- WordPress v3.0.1
Author: MBALI
Author URI: http://chriscoyier.net
Version: 2
*/


/*----------------------
GLOBAL RESET
----------------------*/

html
{
	overflow-x:hidden;
}

body {
    line-height: 20px;
    font-family:  'Poppins', sans-serif;
    font-size:14px;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

::selection {
    background: #151956;
    color: #fff;
    text-shadow: none;
}


/*----------------------
Special Effects
----------------------*/
a {
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}



/*----------------------
Typography
----------------------*/

ol, ul , li {
    list-style: none !important;
    list-style-position:inside !important;
    padding: 0px;
    margin: 0px;
}


a {
    color:#ccc;

}
a:hover {color:#000;}

/* p {font-size: 16px;font-weight:normal;color: #24383c;line-height: 1.7;} */
h1, h2, h3, h4, h5, h6 {font-size: 26px;font-weight: 600;font-family:  'Poppins', sans-serif;}

h1
{
	font-size:90px;
	font-family: 'Poppins';
	font-weight:600;
	color:#fff;
}
h2 {
    font-size: 51px;
    color: #000000;
   	font-family: 'Poppins';
	font-weight:500;
}
h3 {
    font-size: 20px;
    color: #000000;
    font-family: 'Poppins';
    font-weight: 600;
}

p {
    font-size: 16px;
    color: #000;
    font-family: 'Poppins';
	font-weight:400;
	line-height:25px;
}
/*----------------------
Global Images
----------------------*/

img {border: none;max-width: 100%;}
.img-rounded {-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}
.img-polaroid {padding: 4px;background-color: #fff;border: 1px solid #ccc;border: 1px solid rgba(0, 0, 0, 0.2);-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);}
.img-circle {-webkit-border-radius: 500px;-moz-border-radius: 500px;border-radius: 500px;}




.container {width: 1170px;margin:0 auto;}


.slider_wrapper {
    width:960px;
    height:409px;
    overflow:hidden;

}

/*----------------------
Header
----------------------*/

#header {
    float: left;
    width: 100%;
}

.logo {float: left;}


/*----------------------
Navigation
----------------------*/
/* Main Navigation
====================================*/
.selectnav {
    display: none;
    cursor: pointer;
    width: 100%;
    padding: 8px;
    height: 37px;
    float: left;
    font-size: 14px;
    margin: 15px 0;
}

#navigation {
    background: #303030;
    display: block;
    width: 100%;
    float: left;
    max-height: 52px;
    margin: 0;
    position: relative;
    z-index: 9999;
}

#navigation ul,
#navigation li {
    list-style:none;
    padding:0;
    margin:0;
    display:inline;
}
#navigation ul li{
    float:left;
    position:relative;
}

#navigation ul li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    -webkit-font-size:17px;
    -moz-font-size:17px;
    font-weight: normal;
    padding: 15px 14px;
    border-right: 1px solid #535353;
    font-family:  'Poppins', sans-serif;
}

#navigation ul li a:hover,
#navigation .current-menu-item a, #navigation .current_page_parent .current-menu-item a, .current_page_parent {
/*     background: #72b626 !important; */
    color: #fff;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#navigation ul ul {
    position: absolute;
    display: none;
    top: 51px;
    left: 0;
    background: #3B7FC3;
    z-index: 999;
}

#navigation ul ul li a {color: #fff;}
#navigation ul ul li a:hover {
    color: #fff;
}

#navigation ul ul li a {
    display: block;
    width: 155px;
    margin: 0;
    padding: 9px 18px;
    font-family:  'Poppins', sans-serif;
    font-weight: normal;
    font-size: 15px;
    border-right:0;
    border-bottom: 1px solid #2866A3;
    background: none;
}

#navigation ul ul ul {
    position: absolute;
    top:0px;
    left:100%;
    z-index: 999;
}

#navigation ul ul ul li a {
    border-bottom: 1px solid #404040 !important;
    border-top: 1px solid transparent;
    background: none;
}

#navigation ul ul li:last-child a, #navigation ul ul li:last-child a:hover {border-bottom: 1px solid transparent}
#navigation ul ul ul li:last-child a {border-bottom: 1px solid transparent !important}
#navigation ul li:hover>ul {opacity: 1; position:absolute; top:99%; left:0;}
#navigation ul ul li:hover>ul {position:absolute; top:0; left:100%; opacity: 1; z-index:497;}
#navigation ul li:hover > a {background: #72b626}
#navigation ul ul li:hover > a {color: #fff;}

#navigation .last a {
    border-right:0 !important;
}

.headline, .pages_title {
    background: url(images/headline-bg.png) 0 50% repeat-x;
    display: block;
    margin: 30px 0 8px 0;
}
.headline h2, .pages_title h2 {
    background-color: #fff;
    display: inline;
    padding: 0 10px 0 0;
    font-size: 34px;
    font-weight: bold;
}

/*----------------------
Footer
----------------------*/
/* 
.footer{
    margin-top:50px;
} */

/* .head {border-bottom: 2px solid #118afb;} */

.head #menu-mainnav {
    display: table;
    margin: 0 auto;
	padding-top:35px;
}

.head #menu-mainnav li {
    display: inline-block;
}

.head #menu-mainnav a {
    color: #fff;
    font-size: 14px;
    padding: 12px 10px;
    display: block;
    text-transform: uppercase;
    font-family: 'Brandon Text';
    font-weight: 400;
    font-style: normal;
	text-decoration:none;
}

.head
form#searchform {
    position: relative;
    border: 1px solid #cccccc;
    float: right;
    padding: 3px;
}

form#searchform input {
    border: 0;
    padding: 7px 10px;
    float: left;
}

form#searchform input#searchsubmit {
    background-color: #ed1b24;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    font-family:  'Poppins', sans-serif;
}

form#searchform i {
    position: absolute;
    left: 10px;
    top: 12px;
}

form#searchform input#s {
    padding-left: 30px;
    font-size: 15px;
}

.navbar {
    background-color: #ed1b24;
    padding: 20px 0 15px;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar ul {
    display: table;
    margin: 0 auto;
    float: none;
}

.navbar li {
    display: inline-block;
}

.navbar li a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 0 24px;
    display: table;
    border-right: 2px solid #fd888d;
    line-height: 1;
}

.navbar li:last-child a {
    border: 0;
}

section.main-slider .caption {
    position: absolute;
    top: 50%;
    transform: translateY(-5%);
    text-align: left;
    width: 100%;
    color: #fff;
}


.main-slider .owl-nav {
    display: none;
}

.bookmarks li {
    display: inline-block;
    width: 20%;
    float: left;
    background-color: #111111;
    border: 1px solid #7f161b;
    padding: 12px 20px;
    text-align: center;
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bookmarks li small {display: none;font-size: 16px;color: #fff;padding: 10px 0;}

.bookmarks li strong {
    color: #fff;
    font-size: 20px;
    font-family:  'Poppins', sans-serif;
    display: block;
}

.bookmarks li .more {
    display: none;
    color: #ed1b24;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #ed1b24;
    margin: 0 auto;
}
.bookmarks li.active small, .bookmarks li.active a.more {
    display: table;
}

li.bookmark.active {
    transform: scaleY(1.5);
}

.bookmarks {
    position: relative;
    z-index: 9;
    margin-top: -70px;
}

.bookmarks li.active div {
    transform: scale(1 ,0.7);
}

.bookmarks li.active {
    transform: scaleY(1.4);
    border-radius: 4px;
    background-color: #10316b;
    border-color: #ed1b24;
}

ul.test * {
    transition: 0.5s all 0s;
}
.txtbox {
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* h4 {
    font-size: 40px;
    font-weight: bold;
    font-family:  'Poppins', sans-serif;
} */

ul.btns li {
    display: inline-block;
    margin-right: 10px;
}

.btn-filled , .btn-blank {
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 3px;
}

.btn-filled {
    background-color: #ed1b24;
    color: #fff;
}

ul.btns {
    float: left;
    margin-top: 23px;
}

.btn-blank {
    background-color: transparent;
    border: 1px solid #000000;
    color: #000;
}
.left-right .vc_figure img {max-width: unset;float: left;}
.left-right .lefty img {
    float: right;
}
.bottomrow > .vc_col-sm-4 {
    margin: 0 !important;
    width: 33% !important;
    position: relative;
}

.bottomrow > .vc_col-sm-4 .wpb_text_column.wpb_content_element {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    color: #fff;
    top: 43%;
    transform: translateY(-50%);
}

.bottomrow  h5 {
    margin-bottom: 30px;
}

.bottomrow a {
    border-color: #fff;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
}
section.top_footer {
/*     background-color: #0f213f; */
    margin-top: 0;
    padding: 80px 0px;
}
footer {
    background-image: url(http://felicia.websitemotix.org/wp-content/uploads/2020/02/footer_banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
footer h3 {
    font-size: 21px;
    color: #b2b6e7;
    font-family: 'Poppins';
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: uppercase;
}
footer ul li {
    font-size: 16px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 400;
    margin-bottom: 15px;
}

footer ul li a {
    text-decoration: none !important;
    font-size: 15px;
    color: #b2b6e7;
    font-family: 'Poppins';
    font-weight: 400;
    transition: all 0.5s linear;
}

footer ul li a:hover {
    color: #ffffff;
}

footer p {
    font-size: 16px;
    color: #b2b6e7;
    font-family: 'Poppins';
    font-weight: 300;
    line-height: 25px;
}
footer .social_info {
    float: left;
    margin-top: 25px;
}

footer .social_info ul li a i {
    color: #fff;
    font-size: 16px;
    transition: all 0.5s linear;
}

footer .social_info span {
    color: #fff;
}

footer .social_info ul li a {
    transition: all 0.5s linear;
}

footer .social_info ul li a:hover i {
    color: #ffd015;
}

.form_field input {
    width: 100%;
    background: transparent;
    border: solid 1px #b2b6e7;
    margin-bottom: 12px;
    height: 50px;
    padding: 15px;
}

.form_field input::placeholder {
    font-size: 15px;
    color: #7b7fb7;
    font-family: 'Poppins';
    font-weight: 400;
}

.form_field textarea {
    width: 100%;
    background: transparent;
    border: solid 1px #b2b6e7;
    margin-bottom: 12px;
    height: 105px;
    padding: 15px;
    resize: none;
}

.form_field textarea::placeholder {
    font-size: 15px;
    color: #7b7fb7;
    font-family: 'Poppins';
    font-weight: 400;
}

.form_btn input[type=submit] {
    border: solid 1px #fff !important;
    text-transform: uppercase !important;
    padding: 15px 30px !important;
    font-size: 16px !important;
    font-family: 'Poppins' !important;
    font-weight: 500 !important;
    color: #fff !important;
    background: #151956 !important;
    transition: all 0.5s linear !important;
}

.form_btn input[type=submit]:hover {
    background: #000 !important;
}

footer ul#menu-menu-2 li {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}
.social_info span {
    text-transform: uppercase;
}
section.copyright {
    text-align: center;
    padding: 30px 0px;
    border-top: solid 1px #7b7fb7;
}

section.copyright p {
   margin-bottom: 0px;
    color: #7b7fb7;
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 500;
}
ul#menu-our-services li {
    margin-bottom: 25px;
}

a.footer_conso {
    margin-top: 25px;
    display: inline-block;
    font-size: 20px;
    text-decoration: underline;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    color: #ffd015;
}

.con-form input.wpcf7-form-control.wpcf7-submit.cntctbtn {
    width: unset;
    background-color: #ff0000;
    color: #fff;
    width: 120px;
    border: 0;
    font-size: 20px;
    font-weight: 600;
}
.con-form h2 {
    text-align: left;
    display: block;
}
.con-form input , .con-form textarea {
    width: 100%;
    padding: 8px 22px;
    resize: none;
    border: 1px solid #e6e6e6;
    font-size: 15px;
    max-height: 230px;
}
.head .menu li {
    display: inline-block;
}

.head .menu li a {
    color: #9a9a9a;
    font-size: 16px;
    font-weight: 500;
    padding: 42px 15px;
    display: block;
}

.head .menu li.current_page_item a {
/*     background-color: #118afb; */
    color: #fff;
}

.topinfo {
    float: left;
    position: relative;
    padding-left: 34px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.head .menu {
    display: table;
    margin: 0 auto;
}

.topinfo i {
    position: absolute;
    left: 0;
    font-size: 23px;
    color: #ff3030;
    top: 0px;
}
.infos_all {
    margin-top: 25px;
}
.topinfo small {
    color: #fff;
    font-family: 'Poppins';
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    text-transform: uppercase;
	display:block;
}
.topinfo a {
    text-decoration: none;
}
.topinfo a {
    color: #ffffff;
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: normal;
    font-style: normal;	
}
section.main-slider .caption a.btn {
        display: table;
    padding: 12px 40px;
    background-color: #ff3030;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 2px;
    margin-top: 85px;
}
.minserv .vc_col-sm-4 p {
    padding: 0 40px;
}

.minserv .vc_col-sm-4:after {content: "........................";position: absolute;top: 0;color: #198dfa;font-size: 20px;letter-spacing: 5px;left: 70%;top: 30px;}

.minserv .vc_col-sm-4:nth-child(3):after {
    display: none;
}

div#service-slider .thumb {
/*     height: 190px; */
    overflow: hidden;
    margin-bottom: 0;
/*     height: 180px; */
}

div#service-slider h3 {
   font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    padding: 0px;
    /* min-height: 80px; */
    font-family: 'Poppins';
}

div#service-slider .content p {
	font-size: 18px;
    color: #000000;
    font-family: 'Poppins';
    font-weight: 400;
}

div#service-slider .content {
    text-align: center;
    padding: 10px 10px 30px;
    margin-top: 10px;
}

/* div#service-slider .content a {
    font-weight: bold;
    font-size: 16px;
    color: #b7b7b7;
    margin: 20px auto 0;
    display: table;
    background-color: #1189fa;
    color: #fff;
    padding: 9px 20px;
    border-radius: 3px;
} */
/* div#service-slider .box .content p, div#service-slider .box .content h3 {
    color: #7f7f7f;
}
div#service-slider .box img {
    opacity: 0.5;
}

div#service-slider .box .content p,div#service-slider .box .content h3 {
    color: #7f7f7f;
} */

.owl-item.active.center .item .box img {
    opacity: 1 !important;
}
div#service-slider .owl-item.active.center .item .box content p {
    color: #0d4199 !important;
}
.owl-item.active.center .content p {
    color: #0d4199 !important;
}
.owl-item.active.center .content h3 {
    color: #000 !important;
}

/* div#service-slider .box:hover {
    background-color: #1189fa;
} */

/* div#service-slider .box {
    max-width: 96%;
    display: block;
    margin: 0 auto;
	padding:25px;
}
.owl-item.active.center .item div.box {
    background: #eff3fa;
}
.owl-item div.item div.box {
    background: #f9f9f9;
} */
/* .owl-item {
    width: 500px !important;
} */

/* div#service-slider .box:hover h3 , div#service-slider .box:hover p {
    color: #fff;
}

div#service-slider .box:hover a {
    color: #fff;
    background-color: #fff;
    color: #1189fa;
    text-decoration: none;
} */

#service-slider .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    left: -70px;
}

#service-slider .owl-nav button.owl-next {
    float: right;
    position: relative;
    right: -140px;
}

#service-slider .owl-nav button {
    font-size: 70px;
    background-color: #1189fa;
    height: 50px;
    width: 50px;
    color: #fff;
    line-height: 0.4;
}

#service-slider .owl-nav button span {
    position: relative;
    top: -3.2px;
    font-size: 49px;
    float: left;
    width: 100%;
}
div#service-slider ~ div {
    display: none;
}
.cta  h3 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
}

.cta a.btn {
    display: table;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    padding: 10px 40px;
    color: #1189fa;
}
.ourservices h2 {
    font-size: 40px;
    font-weight: bold;
    color: #010101;
}
.owl-item .item div.box {
    transform: translateY(25px);
}
.owl-item.active.center .item div.box {
    transform: translateY(-15px);
	padding-top: 40px !important;
}
.con-form input.wpcf7-form-control.wpcf7-submit.cntctbtn {
    width: unset;
    background-color: #118afb;
    color: #fff;
    width: 120px;
    border: 0;
}
.con-form h2 {
    text-align: left;
    display: block;
}
div#service-slider .thumb img {
    width: unset;
    height: unset;
    max-height: unset;
}
body .plg_col {
    padding-left: 5em;
    padding-right: 7em;
}
h2.post-title {
    font-size: 30px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 12px;
}

.cusrow {
    background-color: #cccccc14;
    padding: 20px 10px;
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: 1px solid #ccc9;
}

.cusrow p:last-child {
    margin-bottom: 0;
}

.cusrow h3 {
    font-size: 20px;
}
h2.post-title:after {content: "";width: 10%;height: 2px;background-color: #0f213f;position: absolute;bottom: 0;left: 0;}
div#service-slider .box:hover {
    color: #fff;
}
.entry-summary h1.pr-name {
    margin-top: 0;
}

/* New css starts here */
	ul.top_info li {margin-bottom: 8px;}

ul.top_info li a {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
    text-decoration: none;
    color: #151956;
    transition: all 0.5s linear;
}

ul.top_info li i {
    color: #151956;
    margin-right: 12px;
}

ul.top_social {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

ul.top_social li {
    margin: 0px 5px;
}

ul.top_social li a {
    font-family: 'Poppins';
    font-weight: 400;
    text-decoration: none;
    color: #151956;
    transition: all 0.5s linear;
}

ul.top_social li a:hover i {
    color: #000;
}

ul.top_social li a i {
    transition: all 0.5s linear;
    font-size: 17px;
}

ul.top_info li a:hover {
    color: #000;
}

ul.top_info {
    margin-top: 40px;
}

section.top_info {
    padding-top: 15px;
}

section.menu_section {
    background: #ebecf4;
    padding: 22px 0px;
    border-top: solid 1px #c9cbdf;
}

section.menu_section ul {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

section.menu_section ul li {
    margin: 0px 20px;
    position: relative;
}

section.menu_section ul li a {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #151956;
    text-transform: uppercase;
    transition: all 0.5s linear;
    text-decoration: none;
}

section.menu_section ul li:after {content: '';position: absolute;width: 2px;height: 15px;background: #c9cbdf;right: -20px;top: 2px;}

section.menu_section ul li:last-child:after {
    display: none;
}

section.menu_section ul li a:hover {
    color: #000000;
}
.home_top_banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 620px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
}

.home_banner_heading {
    text-transform: uppercase;
}

.blue_btn a {
    border: solid 1px #fff !important;
    text-transform: uppercase !important;
    padding: 18px 45px !important;
    font-size: 16px !important;
    font-family: 'Poppins' !important;
    font-weight: 500 !important;
    color: #fff !important;
    background: #151956 !important;
    transition: all 0.5s linear !important;
}

.blue_btn a:hover {
    background: #000 !important;
}
.blue_box .vc_column-inner > .wpb_wrapper {
    background: #151956;
    min-height: 230px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    border: solid 8px #fff;
    transition: all 0.5s linear;
}

.move_top_row {
    margin-top: -120px;
}

.blue_box .vc_column-inner > .wpb_wrapper .theory_titles h3 {
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: 400;
}

.blue_box .vc_column-inner > .wpb_wrapper .theory_titles p span {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
}

.blue_box .vc_column-inner > .wpb_wrapper .theory_titles {
    margin-bottom: 0px !important;
}

.blue_box .vc_column-inner > .wpb_wrapper:hover {
    background: #000;
}
.music_top_titles {
    padding-top: 80px;
}

.music_top_titles h2 {
    text-transform: uppercase;
}

.music_top_titles p {
    padding-top:20px;
    font-size: 16px;
    color: #000;
}
.music_top_titles {
    padding-top: 80px;
}

.music_top_titles h2 {
    text-transform: uppercase;
}

.music_top_titles p {
    padding-top:20px;
    font-size: 16px;
    color: #000;
}

.white_btn a {
    text-align: center;
    font-size: 16px !important;
    text-transform: uppercase !important;
    font-family: 'Poppins' !important;
    font-weight: 500 !important;
    padding: 18px 45px !important;
    transition: all 0.5s linear !important;
    border: solid 1px #151956 !important;
    background: #ffffff !important;
    color: #151956 !important;
}

.white_btn a:hover {
    background: #000 !important;
    color: #fff !important;
    border-color: #fff !important;
}
.music_stage_titles h2 {
    text-transform: uppercase;
    font-size: 45px;
}
.stage_left_col {
    text-align: right;
}
.stage_left_col .stages_level_titles {
    width: 100%;
    max-width: 60%;
}
.stage_right_col {
    text-align: left;
}
.stages_level_titles h1 {
    font-size: 71px;
    color: #000000;
    font-family: 'Poppins';
    font-weight: 500;
	position:relative;
}
.stage_left_col .stages_level_titles h1:after {
	content: '';
	position: absolute;
	right: -26px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #151956;
	top: 73px;
}
.stage_right_col .stages_level_titles h1:before {
    content: '';
    position: absolute;
    left: -11px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #151956;
    top: 73px;
}
.stages_level_titles p {
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
}
.stages_level_titles {
    position: relative;
}
.stage_left_col .stages_level_titles:after {
	content: '';
    position: absolute;
    width: 125px;
    height: 2px;
    background: #151956;
    top: 80px;
    right: -150px;
}
.stage_right_col .stages_level_titles {
    width: 100%;
    max-width: 65%;
    margin-left: 170px;
}
.stage_right_col .stages_level_titles:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    background: #151956;
    top: 80px;
    left: -110px;
}
.stages_mastery_titles h1 {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Poppins';
    background-color: #151956;
    display: inline-block;
    padding: 15px;
    margin-top: 0px;
}
.stages_mastery_titles {
    text-align: center;
    margin-bottom: 0px !important;
}
.stage_left_col {
    text-align: right;
}

.stage_left_col .stages_level_titles {
    width: 100%;
    max-width: 70%;
}

.stage_right_col {
    text-align: left;
}

.stages_level_titles h1 {
    font-size: 71px;
    color: #000000;
    font-family: 'Poppins';
    font-weight: 500;
}
.stage_center_col {
    margin: 50px 0px;
}
.stages_level_titles p {
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
}

.stages_level_titles {
    position: relative;
}

.stage_left_col .stages_level_titles:after {
	content: '';
    position: absolute;
    width: 125px;
    height: 2px;
    background: #151956;
    top: 80px;
    right: -150px;
}

.stage_right_col .stages_level_titles {
    width: 100%;
    max-width: 65%;
    margin-left: 140px;
}
.first_top p:after {
    content: '';
    position: absolute;
    right: -150px;
    width: 2px;
    height: 143px;
    background-color: #151956;
    top: 81px;
}

.first_bottom p:after {
    content: '';
    position: absolute;
    right: -150px;
    width: 2px;
    height: 150px;
    background-color: #151956;
    top: -70px;
}

.second_top p:before {
    content: '';
    position: absolute;
    left: -150px;
    width: 2px;
    height: 150px;
    background-color: #151956;
    top: 81px;
}

.second_bottom p:before {
    content: '';
    position: absolute;
    left: -150px;
    width: 2px;
    height: 160px;
    background-color: #151956;
    top: -80px;
}
.stage_right_col .stages_level_titles:before {
    content: '';
    position: absolute;
    width: 140px;
    height: 2px;
    background: #151956;
    top: 80px;
    left: -150px;
}
.stages_mastery_titles h1 {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Poppins';
    background-color: #151956;
    display: inline-block;
    padding: 15px;
    margin-top: 0px;
}
.stages_mastery_titles {
    text-align: center;
    margin-bottom: 0px !important;
}
.which_stage_row {
    padding: 30px 0px 50px;
}
.music_express_row {
    padding-bottom: 50px;
}
.blue_txt_color h2 {
    text-transform: uppercase;
    font-size: 45px;
    color: #151956;
	margin-bottom:40px;
}
.stage_right_col .stages_level_titles h1,.stage_right_col .stages_level_titles p {
    padding-left: 18px;
}
.blue_txt_color p {
    color: #151956;   
}
.icon_center_img img {
    min-height: 80px;
}
.icon_col .vc_column-inner .wpb_wrapper .icon_center_img {
    background: #fff;
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    min-height: 180px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s linear;
}
.icon_col .vc_column-inner .wpb_wrapper:hover .icon_center_img {
    background: #151956;
}
.icon_col .vc_column-inner .wpb_wrapper:hover .icon_center_img img {
    filter: brightness(100);
}
.course_txt h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #151956;
}
.courses_row {
    padding: 30px 0px 50px;
}
.topis_inner_row {
    margin-bottom: 40px;
}
.icons_last_col {
    margin: 25px 0px 50px;
}
.img_title {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row;
}
.theory_title_txt {
    margin-bottom: 12px !important;
}
.img_title p {
    flex: 0 0 50%;
}
.img_title h3 {
    flex: 0 0 50%;
    font-size: 21px;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: 600;
    margin-top: 95px;
    border-left: solid 5px #000;
    padding-left: 10px;
}
.theory_row_main {
    padding: 20px 0px 70px;
}
.subscribe_titles h2 {
    font-size: 58px;
    font-weight: bold;
}
div#media_image-2 {
    text-align: center;
}

.subscribe_titles h3 {
    font-size: 25px;
    font-weight: 400;
    display: inline-block;
    position: relative;
}

.subscribe_titles {
    text-align: center;
}

.subscribe_titles h3:before {content: '';position: absolute;left: -60px;width: 50px;height: 2px;background: #000;top: 12px;}

.subscribe_titles h3:after {
    content: '';
    position: absolute;
    right: -60px;
    width: 50px;
    height: 2px;
    background: #000;
    top: 12px;
}

.subs_form {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    padding: 3px;
    border: solid 1px #000;
}

.subs_form .form_field {
    flex: 0 0 70%;
}

.subs_form .form_btn {
    flex: 0 0 30%;
}

.subs_form .form_field input {
    width: 100%;
}

.subs_form .form_btn input[type=submit] {
    width: 100%;
    height: 55px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: 500;
    color: #fff;
    background: #151956;
    border: none;
    transition: all 0.5s linear;
}

.subs_form .form_btn span.ajax-loader {
    display: none;
}

.subs_form input[type=email] {
    height: 55px;
    padding: 15px;
    border: none;
	margin-bottom:0px;
}

.subs_form input[type=email]::placeholder {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: 400;
}
.subs_form .form_btn input[type=submit]:hover {
    background: #000;
}
span.wpcf7-not-valid-tip {
    display: none !important;
}

input.wpcf7-not-valid {
    border: solid 1px red !important;
}
.subscibe_row {
    padding: 35px 0px 65px;
}
.ebook_row {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 40px 0px 95px;
}

.white_titles h2,.white_titles p {
    color: #fff;
}

.white_titles h2 {
    text-transform: uppercase;
}

.ebook_desc h3,.ebook_desc p {
    color: #fff;
}

.ebook_desc h3 {
    text-transform: uppercase;
}

.book_img {
    text-align: center !important;
    background: #a9aac3;
    padding: 35px 0px;
}

.book_img {
    margin-bottom: 0px !important;
}

.books_inner_row {
    margin: 35px 0px;
}
.testi_head h2 {
    text-transform: uppercase;
}
div#service-slider .thumb img
{
	margin-bottom: 20px;
}
div#service-slider .content h3 span {
    display: block;
    font-size: 15px;
    color: #151956;
    font-family: 'Poppins';
    font-weight: 500;
    text-transform: uppercase;
}

div#service-slider .content h3 {
    font-size: 21px;
    color: #000;
    font-family: 'Poppins';
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 40px;
}
.testi_row {
    padding: 35px 0px 55px;
}
footer .form_field input, footer .form_field textarea {
    color: #fff;
}
footer ul.top_info li a {
    color: #b2b6e7;
}
footer ul.top_info li i {
    color: #d6d9f9;
}
footer ul.top_info li a:hover {
    color: #fff;
}
footer ul.top_social {
    float: left;
}
footer ul.top_social li a {
    color: #b2b6e7;
}
footer ul.top_social li a i {
    font-size: 23px;
}
footer ul.top_social li a:hover i {
    color: #fff;
}
.page_banner {
    background-color: #151956;
    min-height: 250px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
	margin-bottom:50px;
}
.page_titles h1 {
    text-transform: uppercase;
}
.vc_tta-panel .vc_tta-panel-body {
    display: none;
}

.vc_tta-panel.vc_active .vc_tta-panel-body {
    display: block !important;
}

.vc_tta-panel .vc_tta-panel-heading h4 a {
    font-size: 30px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #fff;
	text-decoration:none;
}

.vc_tta-panel .vc_tta-panel-heading h4 {
    background-color: #151956;
    padding: 15px;
}
.contact_page_info ul.top_social {
    float: left;
    margin-top: 0px;
}

.contact_page_info {
    margin-bottom: 20px !important;
}
/* New css ends here */
