@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		10;
	dw-num-cols-desktop:	14;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

	


     html {
      scroll-behavior: smooth;
    }

    
    
    
    #preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index:10000000000000000000000000000000000000000000000000000000000;
    height: 100vh;
    width: 100vw;
         display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

    
    .loader{
      width: 40px;
      height: 40px;
      border-radius: 100%;
      position: relative;
      margin: 0 auto;
    }

    /* LOADER 1 */

    #loader-1:before, #loader-1:after{
      content: "";
      position: absolute;
      top: 5vh;
      left: -10px;
      width: 100%;
      height: 100%;
      border-radius: 100%;
      border: 2px solid transparent;
      border-top-color: #132977;
    }

    #loader-1:before{
      z-index: 100;
      animation: spin 1s infinite;
    }

    #loader-1:after{
      border:2px solid #d6e3fc;
    }

    @keyframes spin{
      0%{
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
      }

      100%{
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
      }
}
    
    
    
    
    
    
    
    
    
    .pl-details{
        width: auto;
        display: block;
        float: left;
        clear: none;
    }
    
    .pl-details img{
        width: 30vw;
        height: auto;
    }

    
    
    .noscrollbody{
        overflow-y: hidden;
    }
    
    
    body{
        background-color: #F1F1F1;
        font-size: .7em;
        overflow-x: hidden;
    }
    
    

    body::-webkit-scrollbar-track
    {	width: 20px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
        background-color:;
        margin-right: 5%;
    }

    body::-webkit-scrollbar
    {

    width: 2px;


    }

    body::-webkit-scrollbar-thumb
    {
        background-color: #dca570;}

    
    
    
    
        
    @font-face {
    font-family: "pf-regal-italic";
    src:url("../fonts/PFRegalDisplayPro-Italic.ttf");
}

    
    
    
    
    

    
    button{
        background: transparent;
        float: left;
        clear: none;
        display: block;
        height: auto;
        padding: 1em;
        border:0;
        position: relative;
        cursor: pointer;
    }
    
    
    
    button hr{
        height: .2em;
        width: 3em;
        float: left;
        clear: none;
        display: block;
        background-color: #6c9add;
        outline: 0;
        transition: all .3s;
    }
    
    
    button .fa-play{
        color: #6c9add;
        position: relative;
        top: .4em;
        font-size: 1.3em;
    }
    
    
    
    button span{
        font-family: 'Montserrat', sans-serif;
        margin: 2em 1em auto;
        font-weight: 700;
        font-size: 0em;
        transition: all .4s;
    }
    
    
    
   .nb:hover button span, .B1:hover button span, .B3:hover button span,  .com-text:hover button span, .comdown:hover button span{
        font-family: 'Montserrat', sans-serif;
        margin: .5em 1em auto;
        font-weight: 700;
        font-size: 1em;
    }
    
    
    .B1:hover hr, .B3:hover hr{
        width: 5em;
    }
    
    
    .nb:hover hr{
        width:5em;
    }
    
    

    
    
    .com-text:hover hr{
        width:5em;
    }
    
    
     .comdown:hover hr{
        width:5em;
    }
    
    
    .B1 button, .B3 button{
        position: absolute;
        bottom: 5%;
        left: 5%;
        z-index: 5;
    }
    
    
    .com-text button{
        margin-top: 3em
    }

    
    .nb button{
        position: absolute;
        bottom: 10%;
    }
    
    
    
    h2{

        font-family: 'Montserrat', sans-serif;
 
    }
    
    
    
    h3{
        color: #132977;
        font-family: 'Montserrat', sans-serif;
        font-size: 2.5em;
        font-weight: 800;
        letter-spacing: -.02em;
        margin-bottom: .5em;
    }
    
    
    h4{
        font-family: 'Montserrat', sans-serif;
        font-size: 1.15em;
        font-weight: 300;
        letter-spacing: -.02em;
        color: #6c9add;
    }
    
    
    p{
        text-align: justify;
        font-family: 'Montserrat', sans-serif;
        line-height: 1.2em;
    }
    
    







/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
	
	
	
	
	
	
	

	
	
	
}



/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
    
    
    html {
      scroll-behavior: smooth;
    }

    
    
    
    #preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index:10000000000000000000000000000000000000000000000000000000000;
    height: 100vh;
    width: 100vw;
         display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

    
    .loader{
      width: 40px;
      height: 40px;
      border-radius: 100%;
      position: relative;
      margin: 0 auto;
    }

    /* LOADER 1 */

    #loader-1:before, #loader-1:after{
      content: "";
      position: absolute;
      top: 5vh;
      left: -10px;
      width: 100%;
      height: 100%;
      border-radius: 100%;
      border: 2px solid transparent;
      border-top-color: #132977;
    }

    #loader-1:before{
      z-index: 100;
      animation: spin 1s infinite;
    }

    #loader-1:after{
      border:2px solid #d6e3fc;
    }

    @keyframes spin{
      0%{
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
      }

      100%{
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
      }
}
    
    
    
    
    
    
    
    
    
    .pl-details{
        width: auto;
        display: block;
        float: left;
        clear: none;
    }
    
    .pl-details img{
        width: 10vw;
        height: auto;
    }

    
    
    .noscrollbody{
        overflow-y: hidden;
    }
    
    
    body{
        background-color: #F1F1F1;
        font-size: .85em;
        overflow-x: hidden;
    }
    
    

    body::-webkit-scrollbar-track
    {	width: 20px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
        background-color:;
        margin-right: 5%;
    }

    body::-webkit-scrollbar
    {

    width: 2px;


    }

    body::-webkit-scrollbar-thumb
    {
        background-color: #dca570;}

    
    
    
    
        
    @font-face {
    font-family: "pf-regal-italic";
    src:url("../fonts/PFRegalDisplayPro-Italic.ttf");
}

    
    
    
    
    

    
    button{
        background: transparent;
        float: left;
        clear: none;
        display: block;
        height: auto;
        padding: 1em;
        border:0;
        position: relative;
        cursor: pointer;
    }
    
    
    
    button hr{
        height: .2em;
        width: 7em;
        float: left;
        clear: none;
        display: block;
        background-color: #6c9add;
        outline: 0;
        transition: all .3s;
    }
    
    
    button .fa-play{
        color: #6c9add;
        position: relative;
        top: .4em;
        font-size: 1.3em;
    }
    
    
    
    button span{
        font-family: 'Montserrat', sans-serif;
        margin: 2em 1em auto;
        font-weight: 700;
        font-size: 0em;
        transition: all .4s;
    }
    
    
    
   .nb:hover button span, .B1:hover button span, .B3:hover button span,  .com-text:hover button span, .comdown:hover button span{
        font-family: 'Montserrat', sans-serif;
        margin: .5em 1em auto;
        font-weight: 700;
        font-size: 1em;
    }
    
    
    .B1:hover hr, .B3:hover hr{
        width: 12em;
    }
    
    
    .nb:hover hr{
        width:8em;
    }
    
    

    
    
    .com-text:hover hr{
        width:8em;
    }
    
    
     .comdown:hover hr{
        width:12em;
    }
    
    
    .B1 button, .B3 button{
        position: absolute;
        bottom: 5%;
        left: 5%;
        z-index: 5;
    }
    
    
    .com-text button{
        margin-top: 3em
    }

    
    .nb button{
        position: absolute;
        bottom: 10%;
    }
    
    
    
    h2{

        font-family: 'Montserrat', sans-serif;
 
    }
    
    
    
    h3{
        color: #132977;
        font-family: 'Montserrat', sans-serif;
        font-size: 2.5em;
        font-weight: 800;
        letter-spacing: -.02em;
        margin-bottom: .5em;
    }
    
    
    h4{
        font-family: 'Montserrat', sans-serif;
        font-size: 1.3em;
        font-weight: 300;
        letter-spacing: -.02em;
        color: #6c9add;
    }
    
    
    p{
        text-align: justify;
        font-family: 'Montserrat', sans-serif;
        line-height: 1.2em;
        font-size: .9em;
    }
    
    
    
}
    /* Desktop Layout: 769px to a max of 1080px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1080px) {
	

    
    html {
      scroll-behavior: smooth;
    }

    
    
    
    #preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index:10000000000000000000000000000000000000000000000000000000000;
    height: 100vh;
    width: 100vw;
         display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

    
    .loader{
      width: 40px;
      height: 40px;
      border-radius: 100%;
      position: relative;
      margin: 0 auto;
    }

    /* LOADER 1 */

    #loader-1:before, #loader-1:after{
      content: "";
      position: absolute;
      top: 5vh;
      left: -10px;
      width: 100%;
      height: 100%;
      border-radius: 100%;
      border: 2px solid transparent;
      border-top-color: #132977;
    }

    #loader-1:before{
      z-index: 100;
      animation: spin 1s infinite;
    }

    #loader-1:after{
      border:2px solid #d6e3fc;
    }

    @keyframes spin{
      0%{
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
      }

      100%{
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
      }
}
    
    
    
    
    
    
    
    
    
    .pl-details{
        width: auto;
        display: block;
        float: left;
        clear: none;
    }
    
    .pl-details img{
        width: 10vw;
        height: auto;
    }

    
    
    .noscrollbody{
        overflow-y: hidden;
    }
    
    
    body{
        background-color: #F1F1F1;
        font-size: 1em;
        overflow-x: hidden;
    }
    

    body::-webkit-scrollbar-track
    {	width: 20px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
        background-color:;
        margin-right: 5%;
    }

    
    body::-webkit-scrollbar{
    width: 2px;
    }

    body::-webkit-scrollbar-thumb{
        background-color: #dca570;
    }

    
    
        
    @font-face {
    font-family: "pf-regal-italic";
    src:url("../fonts/PFRegalDisplayPro-Italic.ttf");
}

    
    
    

    
    button{
        background: transparent;
        float: left;
        clear: none;
        display: block;
        height: auto;
        padding: 1em;
        border:0;
        position: relative;
        cursor: pointer;
    }
    
    
    
    button hr{
        height: .1em;
        width: 5em;
        float: left;
        clear: none;
        display: block;
        background-color: #6c9add;
        outline: 0;
        transition: all .3s;
    }
    
    
    button .fa-play{
        color: #6c9add;
        position: relative;
        top: .6em;
        font-size: 1em;
        
    }
    
    
    
    button span{
        font-family: 'Montserrat', sans-serif;
        margin: 1em auto auto 0;
        font-weight: 700;
        font-size: 0em;
        transition: all .4s;
        clear: both;
        display: block;
        float: left;
        
    }
    
    
    
   .nb:hover button span, .B1:hover button span, .B3:hover button span,  .com-text:hover button span, .comdown:hover button span{
        font-family: 'Montserrat', sans-serif;
        margin: 0em 1em auto 0;
        font-weight: 500;
        font-size: .85em;
    }
    
    
    .B1:hover hr, .B3:hover hr{
        width: 12em;
    }
    
    
    .nb:hover hr{
        width:4em;
    }
    
    

    
    
    .com-text:hover hr{
        width:6em;
    }
    
    
     .comdown:hover hr{
        width:8em;
    }
    
    
    .B1 button, .B3 button{
        position: absolute;
        bottom: 5%;
        left: 5%;
        z-index: 5;
    }
    
    
    .com-text button{
        margin-top: 3em
    }

    
    .nb button{
        position: absolute;
        bottom: 10%;
    }
    
    
    
    h2{

        font-family: 'Montserrat', sans-serif;
 
    }
    
    
    
    h3{
        color: #132977;
        font-family: 'Montserrat', sans-serif;
        font-size: 3em;
        font-weight: 800;
        letter-spacing: -.02em;
        margin-bottom: .5em;
    }
    
    
    h4{
        font-family: 'Montserrat', sans-serif;
        font-size: 1.1em;
        font-weight: 300;
        letter-spacing: -.01em;
        color: #6c9add;
    }
    
    
    p{
        text-align: justify;
        font-family: 'Montserrat', sans-serif;
        line-height: 1.2em;
        font-size: .8em;
    }
    
    
    

    
}
    
    
    /* Desktop Layout:1080px to a max of 1440px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1440px) {
	
    body{
        background-color: #F1F1F1;
           font-size: .9em;
    }
    
    
    html {
      scroll-behavior: smooth;
    }

    
    
    
    #preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index:10000000000000000000000000000000000000000000000000000000000;
    height: 100vh;
    width: 100vw;
         display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

    
    .loader{
      width: 40px;
      height: 40px;
      border-radius: 100%;
      position: relative;
      margin: 0 auto;
    }

    /* LOADER 1 */

    #loader-1:before, #loader-1:after{
      content: "";
      position: absolute;
      top: 5vh;
      left: -10px;
      width: 100%;
      height: 100%;
      border-radius: 100%;
      border: 2px solid transparent;
      border-top-color: #132977;
    }

    #loader-1:before{
      z-index: 100;
      animation: spin 1s infinite;
    }

    #loader-1:after{
      border:2px solid #d6e3fc;
    }

    @keyframes spin{
      0%{
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
      }

      100%{
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
      }
}
    
    
    
    
    
    
    
    
    
    .pl-details{
        width: auto;
        display: block;
        float: left;
        clear: none;
    }
    
    .pl-details img{
        width: 10vw;
        height: auto;
    }

    
    
    .noscrollbody{
        overflow-y: hidden;
    }
    
    
    body{
        background-color: #F1F1F1;
        font-size: .85em;
        overflow-x: hidden;
    }
    
    

    body::-webkit-scrollbar-track
    {	width: 20px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
        background-color:;
        margin-right: 5%;
    }

    body::-webkit-scrollbar
    {

    width: 2px;


    }

    body::-webkit-scrollbar-thumb
    {
        background-color: #dca570;}

    
    
    
    
        
    @font-face {
    font-family: "pf-regal-italic";
    src:url("../fonts/PFRegalDisplayPro-Italic.ttf");
}

    
    
    
    
    

    
    button{
        background: transparent;
        float: left;
        clear: none;
        display: block;
        height: auto;
        padding: 1em;
        border:0;
        position: relative;
        cursor: pointer;
    }
    
    
    
    button hr{
        height: .2em;
        width: 7em;
        float: left;
        clear: none;
        display: block;
        background-color: #6c9add;
        outline: 0;
        transition: all .3s;
    }
    
    
    button .fa-play{
        color: #6c9add;
        position: relative;
        top: .4em;
        font-size: 1.3em;
    }
    
    
    
    button span{
        font-family: 'Montserrat', sans-serif;
        margin: 2em 1em auto;
        font-weight: 700;
        font-size: 0em;
        transition: all .4s;
    }
    
    
    
   .nb:hover button span, .B1:hover button span, .B3:hover button span,  .com-text:hover button span, .comdown:hover button span{
        font-family: 'Montserrat', sans-serif;
        margin: 0em 1em auto;
        font-weight: 700;
        font-size: 1em;
    }
    
    
    .B1:hover hr, .B3:hover hr{
        width: 12em;
    }
    
    
    .nb:hover hr{
        width:8em;
    }
    
    

    
    
    .com-text:hover hr{
        width:8em;
    }
    
    
     .comdown:hover hr{
        width:12em;
    }
    
    
    .B1 button, .B3 button{
        position: absolute;
        bottom: 5%;
        left: 5%;
        z-index: 5;
    }
    
    
    .com-text button{
        margin-top: 3em
    }

    
    .nb button{
        position: absolute;
        bottom: 10%;
    }
    
    
    
    h2{

        font-family: 'Montserrat', sans-serif;
 
    }
    
    
    
    h3{
        color: #132977;
        font-family: 'Montserrat', sans-serif;
        font-size: 3em;
        font-weight: 800;
        letter-spacing: -.02em;
        margin-bottom: .5em;
    }
    
    
    h4{
        font-family: 'Montserrat', sans-serif;
        font-size: 1.3em;
        font-weight: 300;
        letter-spacing: -.02em;
        color: #6c9add;
    }
    
    
    p{
        text-align: justify;
        font-family: 'Montserrat', sans-serif;
        line-height: 1.2em;
        font-size: .9em;
    }
    
    
    
    
    
    
    
    
}
    
        /* Desktop Layout: 1440px to a max of 1920px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1920px) {
	
    body{
        background-color: #F1F1F1;
        font-size: 1em;
    }
    
    
    
    
    
    
    
    
    
    
}
            /* Desktop Layout: 1920px to a max of 2400px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 2400px) {
	
    body{
        background-color: #F1F1F1;
        font-size: 1.1em;
    }
    
    
    
		
}