/*
Theme Name: AEI
*/
/*fonts begin*/
@font-face {
    font-family: 'Gibson';
    src: url('fonts/Gibson-Bold.woff2') format('woff2'),
        url('fonts/Gibson-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Gibson';
    src: url('fonts/Gibson-Regular.woff2') format('woff2'),
        url('fonts/Gibson-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('fonts/AvenirLTStd-Light.woff2') format('woff2'),
        url('fonts/AvenirLTStd-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
/*fonts end*/
body {
     font-family: 'Gibson';
     font-size:20px;
     font-weight:600;
     color:#0a0002;
}
.py {
    padding: 44px 0px;
}
/*header begin*/
.header {
    background-color:#6cc7ee;
}
.logo img {
    width:100px;
}
/*header end*/
/*main banner begin*/
.main_banner {
    background-image:url(images/grey_border.jpg);
}
.main_banner .modern_title span:nth-child(2) {
    padding-right:12px;
}
.main_banner .modern_title {
    font-size:55px;
}
.main_banner .modern_title span:nth-child(1) {
    font-size: 82px;
}
.main_banner .modern_title span:nth-child(2) {
    top: 0px;
}
.main_banner .modern_title span:nth-child(2) i {
    top: -34px;
}
.main_banner .black_bg_text h3 {
    font-size:49px;
}
.black_bg_text {
    background-color:#0a0002;
    padding: 170px 0px 85px 0px;
    color:#ffffff;
    text-transform:uppercase;
}
.modern_title  {
    font-size: 58px;
    font-weight:bold;
    position:relative;
    letter-spacing: 3px;
    text-transform:uppercase;
    margin: 0;
}
.modern_title  span:nth-child(2) {
    color:#6cc7ee;
    padding: 0px 15px;
}
.modern_title span:nth-child(1)  {
    font-size: 100px;
}
.modern_title span:nth-child(2)  i {
    font-style:normal;
    position: absolute;
    /* top: -17px; */
}
.black_bg_text h3 {
    font-size: 61px;
    font-weight: bold;
}
.black_bg_text h3 span {
    border-top:2px solid #6cc7ee;
    padding-top: 10px;
}
.btm_bg {
    width:100%;
}
.two_heros {
    width: 601px;
    margin:auto;
    display:block;
    margin-top: -135px;
}
/*main banner end*/
/*center title begin*/
.center_title h4 {
    font-size:40px;
    font-weight:600;
    text-transform:uppercase;
    color: #000000;
}
.center_title img  {
      width: 50px;
    position: relative;
    top: -6px;
}
.play_btn {
    font-size:28px;
    /* font-weight: 400; */
    position: relative;
    top: -4px;
}
.play_btn img {
    width: 50px;
    position: relative;
    top: -5px;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
}
.play_btn {
    color:#000000;
}
/*center title end*/
/*white content begin*/
.white_content {
    margin-bottom:50px;
}
 .modern_title {
    font-size: 43px;
    letter-spacing:1px;
}
.white_content  .modern_title {
    padding-top:26px;

} 
 .modern_title span:nth-child(1) {
    font-size: 70px;
}
 .modern_title span:nth-child(2) i {
    top: -27px;
} 
 .modern_title span:nth-child(2) {
    font-size: 30px;
 }  
 .modern_title span:nth-child(2) {
    padding-right:0px;
    position: relative;
    top: 1px;
    /* margin-bottom: 36px; */
}
 .modern_title span:nth-child(3)  {
    display:block;
 }
  .main_banner .modern_title span:nth-child(3)  {
    display:inline;
 }
.white_txt {
    line-height: 40px;
}
.white_txt  .modern_title  {
    margin-right:25px;
}
.modern_title {
    /* line-height: 40px; */
}
/*white content end*/
/*slider end*/
.slider_section {
    background-image: url(images/grey_border.jpg);
    padding: 70px 0px 50px 0px;
}
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    padding-left: 0px;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    width: 100%;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
    cursor:move;
    padding: 0px 5px;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 45%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 0px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
     content: '';
}
[dir='rtl'] .slick-prev:before
{
    content: '';
}

.slick-next
{
    right: 31px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '';
}
[dir='rtl'] .slick-next:before
{
    content: '';
}

/* Dots */
.slick-slider
{
    margin-bottom: 0px;
}

.slick-dots
{
    position: absolute;
    bottom: -47px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    height: 20px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 17px;
    height: 17px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #4a77b8 !important;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
.slick-dots li.slick-active button {
    background-color:#4674b6;
}
.slick-dots li {
    display: inline-block;
    margin-left: 7px;
    margin-right: 7px;
    display:inline-block;
    outline: none !important;
    padding: 0 !important;
}
.slick-dots li .slider_dots {
    background-color: #008fc8;
    border: none;
    width: 50px;
    height: 8px;
    outline: none !important;
}
.slick-dots li.slick-active .slider_dots {
    background-color: #8cd200;
}

.slick-slide {
    outline:none;
}

.slick-prev, .slick-next {
    z-index:1;
}
 .slick-prev:before {
    content: "\f104";
    font-family: FontAwesome;
    color: #000000;
    left: -24px;
    /* background-color: #00b7c9; */
    /* width: 50px; */
    font-size: 45px;
    /* height: 50px; */
    position:relative;
    z-index:1;
    display: block;
    opacity:1;
}
 .slick-next:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #000000;
    /* width: 50px; */
    font-size: 45px;
    /* height: 50px; */
    /* background-color: #00b7c9; */
    right: -59px;
    display: block;
    opacity:1;
    position:relative;
    z-index:1;
}
.img_size {
    width:250px;
    margin:auto;
}
.slick-slide img {
/*     padding:0px 10px; */
}
.slick-current img {
    opacity: 0.8;
}
.name_tag {
    color:#6cc7ee;
    margin-top:45px;
    font-size:30px;
    text-transform:uppercase;
}
.p_content {
    line-height: 40px;
}
.site_btn {
    padding: 5px 20px;
    background-color:#6cc7ee;
    color:#000000;
    text-transform:uppercase;
    display:inline-block;
    margin-top:5px;
    border-radius: 7px;
} 
.site_btn:hover {
    background-color:#0a0002;
    color:#ffffff;
}
.slider_btm {
    margin-bottom:100px;
}
/*slider end*/
/*listen section begin*/
.listen_section {
    margin-top:-100px;
}
.listen_section_black {
    background-color:#0a0002;
}
.listen_section .modern_title {
    color:#ffffff;
    margin:35px 0px 50px 0px;
}
.listen_section .play_btn {
    color:#ffffff;
    text-transform:capitalize;
    margin-top: 12px;
    display: block;
}
.spotify_icon {
    /* width: 180px; */
}
.a_icon {
    /* width: 220px; */
}
.icons_line {
    margin-top: 60px;
    margin-bottom: 60px;
}
.icons_line .col-lg-2 {
    width:20%;
}
/*listen section end*/
/*post area begin*/
.post_img {
    border:3px solid #f0f4f4;
}
.row_sp {
    padding-bottom:25px;
    border-bottom:1px solid #666666;
    margin-bottom:25px;
}
.post_link {
    color:#6cc7ee;
    font-size: 29px;
    line-height: 31px;
}
.poster_name {
    color:#cccbcb;
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 40px;
}
.post_date li,.post_date li a {
    color:#cccbcb;
    font-weight:400;
    margin:0px;
    padding:0px;
  cursor:default;
}
.post_date li {
    border-left:1px solid #cccbcb;
    margin-right:10px;
    padding-left:15px;
    line-height: 18px;
}
.post_date li:first-child {
    border:0px;
    padding-left:0px;
    margin-left:0px;
}
.post_link {
    position:relative;
}
.post_link:before {
    content:'\f130';
    position:absolute;
    font-family:'FontAwesome';
    left: -29px;
}
.post_section {
    padding-left: 25px;
}
.post_link:hover {
    color:#ffffff;
}
.right_side  {
    color:#cccbcb;
    font-weight:400;
    font-size:18px;
}
.right_border {
    border-right:1px solid #666666;
}
.right_side {
    padding-left:20px;
}
/*post area end*/
/*footer begin*/
.footer {
    padding:25px 0px 0px 0px;
    background-color: #f0f4f4;
}
.home .footer {
    background-color:transparent;
}
.social_icon {
    margin:25px 0px;
}
.social_icon li a {
    color: #6cc7ee;
    font-size: 45px;
    padding-right: 23px;
} 
.social_icon li a:hover {
    color:#0a0002;
}  
.ftr_menu li a {
    font-size:24px;
    padding:0px 15px;
    color:#000000;
    text-transform: uppercase;
}
.ftr_menu li a:hover {
    color:#6cc7ee;
}
.ftr_menu {
    margin-bottom: 43px;
    margin-top: 33px;
}
.blue_bg {
    background-color:#6cc7ee;
    color:#0a0002;
    padding: 20px 0px;
    font-family: 'Avenir LT Std';
    letter-spacing:1px;
    font-weight:300;
    margin: 0;
}
/*footer end*/
/*inner page banner end*/
.inner_page_banner {
    background-color:#0a0002;
    margin-top:75px;
}
.inner_page_banner h1 {
    color:#ffffff;
    font-size:60px;
    text-transform:uppercase;
    padding:100px 0px;
}
/*inner page banner end*/
.general_content {
    padding:50px 0px;
}
.general_content p {
    padding-bottom:25px;
}
.back_btn {
    color:#6cc7ee;
}
.back_btn:hover {
    color:#000000;
}
.icons_line .col-lg-2 {
    width: 16.2%;
    float: none;
    display: inline-block;
    vertical-align: middle;
}
@media (min-width: 992px) and (max-width: 1300px) {
    .modern_title span:nth-child(1) {font-size: 62px;}
    .slick-next:before {right: 0;}
    .slick-prev:before {left:23px;}
    .post_date li, .post_date li a {font-size:17px;}
    .inner_page_banner {margin-top: 64px;}
		.icons_line .col-lg-2 {width: 32.2%;margin-bottom: 10px;}
}
@media (min-width: 768px) and (max-width: 991px) {
    .main_banner .modern_title span:nth-child(1) {font-size: 62px;}
    .main_banner .modern_title {font-size: 45px;}
    .main_banner .black_bg_text h3 {font-size:41px;}
    .two_heros {width:400px;}
    .modern_title span:nth-child(1) {font-size: 47px;}
    .modern_title span:nth-child(2) {font-size: 22px;top:-21px;}
    .modern_title span:nth-child(2) {top:4px;}
    .modern_title span:nth-child(2) i {top: -21px;}
    .modern_title {font-size:35px;}
    .modern_title {text-align:center;}
    .img_size {width:190px;}
    .slick-next:before {right:0px;}
    .slick-prev:before {left:20px;}
    .a_icon {width:152px;}
    .listen_section .play_btn {top:-14px;}
    .poster_name {margin-bottom:0px;}
    .right_side {padding-left:0px;}
    .inner_page_banner  {margin-top:60px;}
    .listen_section .play_btn {margin-top: 26px;font-size: 24px;}
	.icons_line .col-lg-2 {width: 32.2%;margin-bottom: 10px;}

}
@media (max-width: 767px) {
    .main_banner .modern_title span:nth-child(1) {font-size:35px;}
    .main_banner .modern_title {font-size:20px;}
    .modern_title span:nth-child(2) {font-size:21px;}
    .main_banner .modern_title span:nth-child(2) i {top:-19px;}
    .main_banner .black_bg_text h3 {font-size:22px;}
    .two_heros {width:330px;margin-top:0px;}
    .center_title h4 {font-size:26px;}
    .play_btn {font-size:22px;}
    .modern_title  {text-align:center !important;}
    body {font-size:15px;}
    .white_txt {line-height:26px;}
    .img_size {width:100%;}
    .img_size img {width:200px;display:block;margin:auto;}
    .p_content {line-height:26px;}
    .play_btn img {margin-left:0px;}
    .post_section {margin-top:25px;}
    .modern_title span:nth-child(1) {font-size:40px;}
    .modern_title {font-size:26px;margin:25px 0px;}
    .modern_title span:nth-child(2) i {top:-17px;}
    .ftr_menu li a {padding: 0px 5px;font-size: 14px;}
    .blue_bg {font-size:14px;}
    .slick-prev:before {left:25px;color:#ffffff;}
    .slick-next:before {right:0px;color:#ffffff;}
    .post_link {font-size:24px;}
    .py {padding-bottom:0px;}
    .slider_btm {
    margin-bottom: 50px;
}
.post_date li {width:100%;padding-left:0px;border-top:1px solid #ffffff;border-left:0px;}
.main_banner .modern_title span:nth-child(3) {display:block;}
.black_bg_text {padding: 109px 0px 85px 0px;}
.logo img {width:73px;}
     .post_date li a {display:block;padding:10px 0px;}
     .blue_bg {padding:15px 15px;}
     .inner_page_banner {margin-top:47px;}
     .icons_line .col-xs-6:nth-child(2n+1) {
    clear: left;
  }
  .icons_line .col-xs-6 img {padding:15px 0px;}
  .listen_section .play_btn {text-align:center;}
  .icons_line .col-lg-2 {width:49%;}
}
@media (max-width: 480px) {
    .main_banner .black_bg_text h3 {font-size:18px;}
    .center_title h4 {font-size:19px;}
    .center_title  .play_btn {font-size:17px;}
    .center_title  .play_btn img {width:22px;top:-1px;left:4px;}
    .a_icon {width:162px;}
  .inner_page_banner h1 {font-size: 19px;line-height: 30px;padding: 24px 0px;}

}