*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: 'ProximaNova-Regular';
    src: url(../fonts/ProximaNova-Regular.otf);
}
@font-face {
    font-family: 'ProximaNova Light';
    src: url(../fonts/Proxima\ Nova\ Light.ttf);
}
@font-face {
    font-family: 'ProximaNova Semibold';
    src: url(../fonts/Proxima\ Nova\ Semibold.ttf);
}
@font-face {
    font-family:'ProximaNova Thin';
    src: url(../fonts/Proxima\ Nova\ Thin.otf);
}
@font-face {
    font-family: 'JustLovely';
    src: url(../fonts/JustLovely.ttf);
}
@font-face {
    font-family: 'JustLovely';
    src: url(../fonts/JustLovely.otf);
}
@font-face {
    font-family: 'Merriweather Light';
    src: url(../fonts/Merriweather-Light.ttf);
}
@font-face {
    font-family: 'Merriweather Regular';
    src: url(../fonts/Merriweather-Regular.ttf);
}
ul li{
    list-style: none;
}
a{
    text-decoration: none;
}
.container-main{
    max-width: 1365px;
    margin: 0 auto;
}
.navbar-expand-lg .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
    justify-content: space-between;
}
.header-grid{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 18px;
    padding-bottom: 17px;
}
.header-left ul{
    padding: 0;
}
.header-left {
    padding-top: 8px;
    width: 20%;
}
.header-left.header-right {
    width: 20%;
}
.header-left ul li{
    display: inline-block;
    margin-right: 27px;
}
.header-left ul li:last-child{
    margin-right: 0;
}
.header-left ul li a{
    font-family: 'ProximaNova-Regular';
    font-size: 16px;
    letter-spacing: 1.6px;
    color: #000;
}
.header-center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -4px;
    padding-bottom: 2px;
}
.header-right {
    display: flex;
    justify-content: flex-end;
}
.mob-header{
    display: none;
}
.banner-img img{
    width: 100%;
}
.banner-heading h1{
    font-size: 158.21px;
    line-height: 79.1px;
    font-family: 'JustLovely';
    color: #fff;
	margin-bottom: 0px;
}
.navbar li a{
      color: #000 !important;  
    }
.banner-main{
    position: relative;
}
.banner-info{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 145px;
}
.mob-banner{
    display: none;
}
.logo-img{
    padding: 70px 0;
}
.img-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer{
    background-color: #f6f6f6;
}
.footer-main{
    padding-top: 55px;
    padding-bottom: 35px;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.footer-part {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-top a img{
    margin-right: 10px;
} 
.footer-bottom{
    padding-top: 35px;
}  
.footer-bottom ul{
    padding: 0;
}
.footer-bottom ul li,.footer-bottom ul li a{
    display: inline-block;
    font-size: 12px;
    line-height: 26px;
    font-family: 'ProximaNova-Regular';
    color: #000;
    letter-spacing: 1.2px;
}
.footer-bottom ul li{
    padding-right: 20px;
}
.footer-bottom ul li:last-child{
    padding-right: 0;
}
.img-list-slider .owl-carousel.owl-theme img{
    width: 100%;
}
/* .img-list-slider{
    display: none;
} */
.scroll_hide{
    overflow: hidden;
}
.navbar-toggler-icon{
    background-image: url(../images/toggler.png);
    background-repeat: no-repeat;
}
.close-icon{
    background: url(../images/close.png);
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    display: none;
}
.mob-footer{
    display: none;
}
.img-list-slider{
    padding: 40px 30px;
}
.img-list-slider .owl-carousel .owl-stage {
    display: flex;
    justify-content: center;
    align-items: center;
}
.owl-carousel .owl-item {
    text-align: center;
}
.img-list-slider .owl-carousel.owl-theme img {
    width: unset !important;
}
button.navbar-toggler[aria-expanded="true"] > span.close-icon{
    display: inline-block;
    opacity: 1;
}
button.navbar-toggler[aria-expanded="true"] > span.navbar-toggler-icon {
    display: none;
}
button.navbar-toggler[aria-expanded="false"] > span.close-icon {
    display: none;
}

/* ABOUT PAGE CSS */

.about-banner-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 145px;
}
.about-info {
    padding-top: 97px;
    padding-bottom: 80px;
}
.about-info-heading{
    max-width: 1132px;
    margin: 0 auto;
}
.about-info-heading h2{
    font-size: 24px;
    line-height: 36px;
    color: #444444;
    font-family: 'ProximaNova-Regular';
    padding-bottom: 10px;
}
.about-info-heading p{
    font-size: 16px;
    line-height: 28px;
    color: #444444;
    font-family: 'Merriweather Light';
    padding-bottom: 7px;
}

/* CONTACT PAGE CSS */
.contact-main {
    padding-top: 231px;
    padding-bottom: 225px;
}
.contact-info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
.contact-info h2{
    font-family: 'ProximaNova Light';
    font-size: 36px;
    line-height: 38px;
}
.contact-info h3{
    font-family: 'Merriweather Light';
    font-size: 16px;
    line-height: 26px;
    color: #444444;
    padding-top: 30px;
}
.contact-info h3 a{
    font-family: 'Merriweather Regular';
    border-bottom: 1px solid #444444;
    color: #444444;
}

/* PRESSMEDIA CSS */
.media-main {
    padding: 25px 0;
}
.press-media-width{
    max-width: 1130px;
    margin: 0 auto;
    border-bottom: 1px solid #d7d7d7;
}
.press-media-width:last-child{
    border-bottom: none;
}
.press_media-flex {
    display: flex;
    /* justify-content: space-between; */
    align-items: flex-start;
    max-width: 1085px;
    margin: 0 auto;
	align-items:center;
}
.press_media-flex:first-child{
    padding-top: 113px;
    padding-bottom: 118px;
}
/* .press-left {
    width: 25%;
}
.press-right{
    width: 75%;
}
/* .press-media-width:nth-child(1) .press-left{
    width: 325px;
} */ 
.press-right{
    padding-left: 110px;
}
.page-template-events .press-right{
    padding-left: 0px;
}
.press-left {
    width: 23%;
    margin-top: 15px;
}
.press-right h6{
    font-size: 16px;
    line-height: 38px;
    color: #444444;
    font-family: 'ProximaNova-Regular';
    text-transform: uppercase;
    padding-bottom: 3px;
}
.press-right h4{
    font-size: 40px;
    line-height: 42px;
    font-family: 'ProximaNova-Regular';
    text-transform: uppercase;
}
.press-right p{
    font-size: 16px;
    line-height: 34px;
    font-family: 'Merriweather Light';
    color: #444444;
    padding-bottom: 13px;
}
.press-right a{
    color: #000;
    font-size: 14px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    font-family: 'ProximaNova Semibold';
    display: flex;
    align-items: center;
    column-gap: 5px;
	padding-bottom: 13px;
}
/* BOOK PAGE */
.book-video-heading{
    text-align: center;
    padding-top: 102px;
    padding-bottom: 35px;
}
.book-video-heading h4{
    font-size: 40px;
    line-height: 46px;
    letter-spacing: 3px;
    font-family: 'ProximaNova Light';
    margin-bottom: 0;
    text-transform: uppercase;
}
.book-video-heading h1{
    font-size: 30px;
    line-height: 46px;
    letter-spacing: 3px;
    font-family:'ProximaNova Thin';
    margin-bottom:0;    
    text-transform: uppercase;
}
.book-video-heading p{
    font-size: 30px;
    letter-spacing: 2.25px;
    font-family:'ProximaNova Thin';
}
.book-video-iframe {
    width: 1180px;
    height: 660px;
    margin: 0 auto;
    position: relative;
    margin-bottom: -250px;
}
.book-video-iframe iframe{
    border: 28px solid #fff;
    width: 100%;
    height: 100%;
    border-top: none;
}
.book-info{
    background-color: #666d75;
}
.book-info-heading{
    max-width: 1118px;
    margin: 0 auto;
    padding-top: 350px;
    padding-bottom: 110px;
}
.book-info-heading.book2-heading {
    padding-top: 342px;
    padding-bottom: 88px;
}
.book-info-heading h4{
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 0.18px;
    color: #fff;
    font-family: 'ProximaNova Light';  
    text-align: center;
    padding-bottom: 30px;
}
.book-info-heading p{
    font-size: 16px;
    line-height: 26px;
    font-family: 'Merriweather Light';
    color: #dcdcdc;
    max-width: 1005px;
    margin: 0 auto;
    padding-left: 20px;
    border-left: 2px solid #c0c0c0;
}
.book-info-heading span{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-family: 'Merriweather Light';
    margin-top: 50px;
    display: block;
}
.book-overview-width{
    max-width: 1065px;
    margin: 0 auto;
}
.book-overview-flex {
    display: flex;
    align-items: center;
    padding: 100px 0;
}
.book-overview-left{
    max-width: 506px;
}
.purchase-heading h6{
    font-size: 33.87px !important;
    line-height: 45.83px !important;
    font-family: 'ProximaNova-Regular' !important;
}
.book-overview-left h6{
    font-size: 18px;
    line-height: 45.83px;
    letter-spacing: 3.6px;
    font-family: 'ProximaNova-Regular';
    margin-bottom: 0;
}
.book-overview-left h4{
    font-size: 40px;
    line-height: 38px;
    letter-spacing: 3px;
    font-family: 'ProximaNova Light';
    text-transform: uppercase;  
}
.book-overview-left h5{
    font-size: 20px;
    line-height: 28px;
    color: #444444;
    font-family: 'ProximaNova-Regular';
    padding-top: 5px;
}
.book-overview-left p{
    font-size: 14px;
    line-height: 26px;
    color: #444444;
    font-family: 'Merriweather Light';
    padding-top: 8px;
    max-width: 456px;
}
.book-overview-right{
    width: 50%;
    padding-left: 95px;
}

.endorsements{
    background-color: #f6f6f6;
}
.endorsement-width{
    max-width: 1109px;
    margin: 0 auto;
    padding-bottom: 240px;
}
.endorsement-heading{
    text-align: center;
    padding-top: 69px;
    padding-bottom: 45px;
}
.endorsement-heading h4{
    font-size: 18px;
    line-height: 45.83px;
    letter-spacing: 3.6px;
    font-family: 'ProximaNova-Regular';
    margin-bottom: 0;
}
.endorsement-heading h6{
    font-size: 40px;
    line-height: 46px;
    letter-spacing: 3px;
    font-family: 'ProximaNova Light';
    text-transform: uppercase;
}
.endorsement-info p{
    font-size: 16px;
    line-height: 26px;
    color: #444444;
    font-family: 'Merriweather Light';
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 25px;
}
.book-video-iframe2{
    width: 1180px;
    height: 660px;
    margin: 0 auto;
    position: relative;
    margin-top: -186px;
    padding-bottom: 83px;
}
.book-video-iframe2 iframe{
    width: 100%;
    height: 100%;
    border: 26px solid #fff;
    border-bottom: unset;
}
.purchase {
    padding-bottom: 81px;
}
.purchase-width{
    max-width: 830px;
    margin: 0 auto;
}
.purchase-heading{
    padding-top: 84px;
}
.purchase-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.purchase-logo{
    width: 33.33%;
    padding: 0 10px;
    padding-bottom: 20px;
}
.purchase-logo-main {
    min-height: 107px;
    background-color: #ffffff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; 
    -webkit-box-shadow: -1px -1px 13px -2px rgb(0 0 0 / 13%);
    -moz-box-shadow: -1px -1px 13px -2px rgb(0 0 0 / 13%);
    box-shadow: -1px -1px 13px -2px rgb(0 0 0 / 13%);
    border-radius: 10px;
}

/* AWARDS PAGE */
.awards-list-main {
    padding-top: 100px;
    padding-bottom: 85px;
}
.awards-list{
    text-align: center;
}
.awards-list ul{
    padding-left: 0;
}
.awards-list p{
    font-size: 16px;
    line-height: 30px;
    color: #444444;
    font-family: 'Merriweather Light';
    padding-bottom: 12px;
}
.awards-list p:last-child{
    padding-bottom: 0;
}
.awards-list ul li{
    font-size: 16px;
    line-height: 30px;
    color: #444444;
    font-family: 'Merriweather Light';
}
.award-iframe{
    padding-bottom: 135px;
}
.award-iframe-width{
    max-width: 1128px;
    height: 635px;
    margin: 0 auto;
}
.award-iframe-width iframe {
    width: 100%;
    height: 100%;
}
.awards-banner h1{
   padding-top: 20px;
   margin-top: -5px;
}

/* BOOK-2 */
.book2-heading p{
    padding-left: 0;
    border-left: unset;
    max-width: 1066px;
    text-align: center;
    padding-bottom: 35px;
    color: #fff;
}
.book2-heading span{
    margin-top: 0;
    display: block;
    text-align: center;
    line-height: 36px;
}
.book2-flex .book-overview-left h4{
    max-width: 330px;
    line-height: 42px;
}
.book2-flex .book-overview-left p{
    font-size: 20px;
    line-height: 28px;
    color: #444444;
    font-family: 'ProximaNova-Regular';
    max-width: 492px;
}
.book2-flex .book-overview-right{
    padding-left: 31px;
}
.book2-flex{
    padding-bottom: 76px;
}
.book2-overview-bottom p{
    font-size: 14px;
    line-height: 26px;
    color: #444444;
    font-family: 'Merriweather Light';
    text-align: center;
}
.book2-overview-bottom{
    padding-bottom: 80px;
}
.book2-overview-width {
    max-width: 1133px;
    margin: 0 auto;
}
.iframe-span span{
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    color: #444444;
    font-family: 'Merriweather Light';
    padding-top: 30px;
}
.book2-endorsement-width{
    padding-bottom: 227px;
}
.book-video-iframes.book2-video-iframes {
    padding-bottom: 103px;
}
.book2-iframe2-width {
    max-width: 1130px;
    margin: 0 auto;
}
.book2-iframe-2-video {
    position: relative;
    padding-bottom: 58.50%;
    margin-top: -186px;
}
.book2-iframe-2-video.book2-video-iframe1-video {
    padding-bottom: 55.22%;
}
.book2-iframe2-img iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 28px solid #fff;
}
.book2-iframe-main{
    padding-bottom: 103px;
}
.book2-video-iframe1-video{
    margin-bottom: -250px;
    margin-top: 0;
}
.book2-iframe22-width{
    padding-top: 63px;
}