@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. */


    
    
    .gridContainer{
        display: block;
        float: left;
        clear: none;
        width:100vw;
        height: auto;
        
    }
    
    
    
	
    
    
    .welcome{
        background-color: #132977;
        display: block;
        float: left;
        clear: none;
        height: 100vh;
        width: 100vw;
        position: relative;
        overflow: hidden;
    }
    
    
    canvas{
        opacity: .6;
         -webkit-filter: blur(15px);
          width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: both;
    }
    
    
    
    .bigsignature{
        width: 100%;
        height: 30vh;
        float: left;
        clear: none;
        display: block;
        background-image:url("../img/logo/jm_sign.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        position: absolute;
        z-index: 20;
        top:50vh;
        right: 0%;
         -webkit-filter: blur(3px);
    }
    

    
    
    
    .strips{
        position: absolute;
        float: left;
        clear: none;
        display: block;
        z-index: 0;
        top: 0vh;
        right: 15%;
         width: 70%;
        height: 100vh;
         -webkit-filter: blur(8px);
        
    }
    
    
    
    .strips span{
        width: 7%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        
    }
    
    
    
    .strips span:nth-child(2), .strips span:nth-child(4), .strips span:nth-child(6), .strips span:nth-child(8), .strips span:nth-child(10), .strips span:nth-child(12), .strips span:nth-child(14){
     background: rgb(193,142,101);
background: linear-gradient(180deg, rgba(193,142,101,0) 30%, rgba(193,142,101,1) 100%);

    }
    
    
    
    
    
    .seatpic{
        position: absolute;
        float: left;
        clear: none;
        display: block;
        z-index: 60;
        bottom: -2vh;
        right: -50%;
         width: 200%;
        height: 45vh;
         background-image:url("../img/guilbo.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
   
    }
    
    
    
    
    
    .maintext{
        position: absolute;
        float: left;
        clear: none;
        display: block;
        z-index: 60;
        bottom: 55vh;
        left: 7%;
         width: 70%;
        height: auto;
    }
    
    
    
    .maintext h3{
        font-size:3em;
        font-weight: 700;
        color: #d6e3fc;
        float: left;
        clear: none;
        font-family: 'Montserrat', sans-serif;
        line-height: .9em;
        margin-bottom: .3em;
        letter-spacing: .5px;
    }
    
    
    .maintext h6{
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-size:1.2em;
        font-weight: 300;
    }
    
    
    
    
    
    
    
    .watchvideo{
        position: absolute;
        float: left;
        clear: none;
        display: block;
        z-index: 60;
        bottom: 10vh;
        right: 25%;
        width: 27%;
        height: auto;
    }
    
    
    .watchvideo p{
        display: block;
        float: left;
        clear: none;
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-size: .8em;
        margin-right: 1em;
    }
    
    
    
    .watchvideo i{
        font-size: 2em;
        
    }
    
    .watchvideo .fa-play{
        padding: 1em;
        background-color: #c18e65;
        border-radius: 2em;
        position: absolute;
        top: -1.1em;
        color: #fff;
        cursor: pointer;
        transition: all .4s;
        transform-origin: center;
    }
    
    .watchvideo .fa-play:hover{
        padding: 1em;
        top: -1.1em;
    }
    
    
    .watchvideo hr{
        outline-color: white;
        display: none;
        float: right;
        clear: none;
        width: 10vw;
    }
    
    
    
    
    
    
    
    
    
    
    
    .B{
        width: 100vw;
        height: 90vh;
        float: left;
        clear: none;
        display: block;
        background-color: #d6e3fc;
        position: relative;
        z-index: 100;
    }
    
    
    
    .B marquee{
        height: 90vh;
        width: 100vw;
        display: block;
        float: left;
        clear: none;
        overflow-y: hidden;
        overflow-x: visible;
        position: absolute;
        z-index: 0;
    }
    
    .B marquee img{
        width: 300%;
        height: auto;
        
        display: block;
    }
    
    
    
    
    
    .B-inner{
        width: 90%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin: 3vh 5% 10vh;
        position: relative;
        z-index: 60;

    }
    
    .B1{
        width: calc(90%-2em);
        height: 35vh;
        border-radius: 2em;
        display: block;
        float: left;
        clear: none;
        padding: 2em;
         background-color: white;
        position: relative;
        overflow: hidden;
        cursor: pointer;
         -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=12, Direction=0, Color=#C7DDFF)";/*IE 8*/
        -moz-box-shadow: 0 10px 12px -1px rgba(199,221,255,0.7);/*FF 3.5+*/
        -webkit-box-shadow: 0 10px 12px -1px rgba(199,221,255,0.7);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
        box-shadow: 0 10px 12px -1px rgba(199,221,255,0.7);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=12, Direction=135, Color=#C7DDFF); /*IE 5.5-7*/
        transition: all .4s;
    }
    
    
    .B1:hover{
       -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=34, Direction=0, Color=#8AAEE2)";/*IE 8*/
-moz-box-shadow: 0 17px 34px 3px rgba(138,174,226,0.6);/*FF 3.5+*/
-webkit-box-shadow: 0 17px 34px 3px rgba(138,174,226,0.6);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 17px 34px 3px rgba(138,174,226,0.6);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=34, Direction=135, Color=#8AAEE2); /*IE 5.5-7*/
    }
    
   
    
    
    .B1 h3, .B2 h3{
        width: 60%;
    }
    
    .B1 h4, .B2 h3{
        width: 50%;
    }
    
    
    .B1-image{
        width: 100%;
        height: 30vh;
        float: left;
        clear: none;
        display: block;
        margin: auto -2em -2em auto;
        background-image: url("../img/jm_graypic.svg");
        background-position: center right;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        right: 0;
        bottom: 0;
        transition: all .3s;
        transition-timing-function: ease-in-out;
    }
    
    
    
    .B1:hover .b-image{
        height: 46vh;
          -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=12, Direction=0, Color=#C7DDFF)";/*IE 8*/
        -moz-box-shadow: 0 10px 12px -1px rgba(199,221,255,0.7);/*FF 3.5+*/
        -webkit-box-shadow: 0 10px 12px -1px rgba(199,221,255,0.7);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
        box-shadow: 0 10px 12px -1px rgba(199,221,255,0.7);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=12, Direction=135, Color=#C7DDFF); /*IE 5.5-7*/
        transition: all .4s;
   
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    .B2{
        float: right;
        clear: none;
        display: none;
        width: 55%;
        height: 40vh;
      position: relative;
    }
    
    
    
    .flag{
        height: 3em;
        position: absolute;
        z-index: 10;
        display:block;
    }
    
    .ghanaflag{
        bottom: 40%;
        right: 10%;
        float: left;
        clear: none;
        display: block;
    }
    
    
     .trinidadflag{
        top: 10%;
        left: 10%;
        float: left;
        clear: none;
        display: block;
    }
    
    
    
    .flag .ico{
        display: inline;
        height: 3em;
        width: 3em;
        float: left;
        clear: none;
    }
    
    .flag p{
         display: block;
        float: right;
        clear: none;
        color: #132977;
        font-family: 'Montserrat', sans-serif;
        font-size: 1em;
        font-weight: 700;
        font-style: italic;
        margin: 1em ;
    }
    
    
    
    
    
    
    
    
    
    .B3{
        float: right;
        clear: none;
        display: block;
        width: calc(90%-2em);
        height: 30vh;
        background: rgb(214,227,252);
        background: -webkit-linear-gradient(38deg, rgba(214,227,252,1) 0%, rgba(108,154,221,1) 100%);
        background: -o-linear-gradient(38deg, rgba(214,227,252,1) 0%, rgba(108,154,221,1) 100%);
        background: linear-gradient(128deg, rgba(214,227,252,1) 0%, rgba(108,154,221,1) 100%);
        border-radius: 2em;
        position: relative;
        padding: 4em;
       -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=12, Direction=0, Color=#C7DDFF)";/*IE 8*/
        -moz-box-shadow: 0 10px 12px -1px rgba(199,221,255,0.7);/*FF 3.5+*/
        -webkit-box-shadow: 0 10px 12px -1px rgba(199,221,255,0.7);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
        box-shadow: 0 10px 12px -1px rgba(199,221,255,0.7);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=12, Direction=135, Color=#C7DDFF); /*IE 5.5-7*/
        transition: all .4s;
        cursor: pointer;
    }
    
    
    .B3:hover{
       -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=34, Direction=0, Color=#8AAEE2)";/*IE 8*/
-moz-box-shadow: 0 17px 34px 3px rgba(138,174,226,0.6);/*FF 3.5+*/
-webkit-box-shadow: 0 17px 34px 3px rgba(138,174,226,0.6);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 17px 34px 3px rgba(138,174,226,0.6);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=34, Direction=135, Color=#8AAEE2); /*IE 5.5-7*/
    }
    
    
    
    .B3 h4{
        color: black;
        width: 55%;
    }
    
    .B3 h3{
        width: 55%;
    }
    
    
    
    
    .B3-image{
        width: 55%;
        height: auto;
        float: left;
        clear: none;
        display: block;
        margin: auto 0 auto;
        position: absolute;
        right: 0;
        bottom: 0;
        transition: all .3s;
        transition-timing-function: ease-in-out;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    

    
    .C{
        width:70vw;
        height: 80vh;
        float: left;
        clear: none;
        display: block;
        background-color: #FFF;
        position: relative;
        z-index: 0;
    }
    
    

    .C-inner{
        width: 70%;
        height: auto;
        float: left;
        clear: none;
        margin: 5vh 15%;
    }
    
    
    
    .C-inner img{
        height: 4em;
        float: left;
        clear: both;
        display: block;
        margin-bottom: 1em;
    }
    
    
    .C-inner p{
         font-family: 'Montserrat', sans-serif;
        font-size: 1em;
        font-weight: 300;
        clear: both;
        margin: 2em auto;
line-height: 1.2em;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .D{
        width: 30vw;
        height: 70vh;
        float: right;
        clear: none;
        display: block;
        background-color: #d6e3fc;
        position: relative;
        z-index: 1;
        margin: 0;
    }
    
    
    .D-inner{
        width: 70%;
        float: left;
        clear: none;
        display: block;
        height: 100%;
    }
    
    
    
    .D-inner span{
        width: 10%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        margin: 0;
    }
    
    
    
    .D-inner span:nth-child(2), .D-inner span:nth-child(4), .D-inner span:nth-child(6), .D-inner span:nth-child(8)  {
        background: rgb(214,227,252);
        background: linear-gradient(180deg, rgba(214,227,252,1) 0%, rgba(108,154,221,1) 100%);
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .E{
        width: 80vw;
        height: auto;
        float: right;
        clear: none;
        position: relative;
        z-index: 100;
        margin: -35vh 10vw auto 10vw ;
    }
    
    
    
    
    
    .E-inner{
        float: left;
        clear: none;
        display: block;
        width: 100%;
        height: 45vh;
        display: block;
        background-color: white;
    }
    
    
    
    
    .swiper1{
       height: 100%;
    position: relative;
    }


.swiper .swiper-slide{
    overflow: hidden;
}
    
    
    .com-image{
        height: 60%;
        width: 100%;
        float: left;
        clear: none;
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
    }
    
    
    
    .com-text{
        height: 30%;
        width: 100%;
        float: right;
        clear: none;
        display: block;
        padding: 2.5%;
        position: relative;
    }
    
    
    .com-ico{
        height: 100%;
        width: 30%;
        display: block;
        float: left;
        clear: none;
        background-size: 60%;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    
    .com-text h4{
        color: #132977;
        margin-bottom: .5em;
         width: 60%;
        float: left;
        font-weight: 700;
    }
    
    .com-text p{
        font-weight: 500;
        width: 60%;
        float: left;
    }
    
   
    
    
    
    
    
    
    
    
    
    
    
    .F{
          width: 100vw;
        height: auto;
        float: right;
        clear: none;
        display: block;
        background-color: #f3f8ff;
        position: relative;
        z-index: 0;
        margin: -35vh 0;
        
    }
    
    
    .F-inner{
        width: 80%;
        float: left;
        clear: none;
        display: block;
        height: auto;
        margin: 40vh 10% 50vh;
    
    }
    
    
    
    .award{
        width: calc(40%-2em);
        float: left;
        clear: none;
        display: block;
        height: 30vh;
        border: .5px solid #d6e3fc;
        padding: 1em;
        margin: .5em;
    }
    
    
    .award-ico{
        height: 70%;
        width: 100%;
        display: block;
        float: left;
        clear: both;
        background-image: url("../img/awardsample_1.svg");
        background-position: center;
        background-repeat: no-repeat;
    }
    
    
    
    
    
    
    
    
    .G{
        width: 100vw;
        height: auto;
        float: right;
        clear: none;
        display: block;
        background-color: #fff;
        position: relative;
        z-index: 1;
        margin: 0;
    }
    
    
    .G-inner{
        width: 80%;
        float: left;
        clear: none;
        display: block;
        height:80vh;
        margin:10vh 10%;
    }
    
    
    
    
    
    
    .G-inner .swiper-container {
      margin-left: auto;
      margin-right: auto;
    }
  
    
   .G-inne .swiper-slide {
      background-size: contain;
      background-position: center;
    }
    
    
    .gallery-top {
      width: 100%;
        height: 60vh;
        float: right;
        clear: none;
        display: block;
       
    }
    
    
    .gallery-thumbs {
      float: left;
      clear: none;
      display: block;
      width: 100%;
      height: 15vh;
      box-sizing: border-box;
      padding: 10px 0;
      transition: all .4s;
         overflow: visible;
    }
    
    
    .gallery-thumbs .swiper-slide {
      width: auto;
      height:100%;
      cursor: pointer;
      transition: all .4s;
       
    }
    
   
    
    .gallery-thumbs .swiper-slide i{
        background-color: #f3f8ff;
        padding: 1em;
        font-size: 2em;
        color: #d6e3fc;
        border-radius: 2em;
         transition: all .4s;
    }
    
    
    .gallery-thumbs .swiper-slide span{
        font-family: 'Montserrat', sans-serif;
        color: #606060;
        font-size: 0em;
        margin-left: 1em;
        font-weight: 600;
         transition: all .4s;
    }
    
    
    .gallery-thumbs .swiper-slide-thumb-active{
      opacity: 1;
    }

    
    .gallery-thumbs .swiper-slide-thumb-active i{
        background-color: #fff;
        padding: 1em;
        font-size: 2em;
        color: #132977;
        border-radius: 2em;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=34, Direction=0, Color=#8AAEE2)";/*IE 8*/
-moz-box-shadow: 0 17px 34px 3px rgba(138,174,226,0.6);/*FF 3.5+*/
-webkit-box-shadow: 0 17px 34px 3px rgba(138,174,226,0.6);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 17px 34px 3px rgba(138,174,226,0.6);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=34, Direction=135, Color=#8AAEE2); /*IE 5.5-7*/
    }
    
    
     .gallery-thumbs .swiper-slide-thumb-active span{
        font-family: 'Montserrat', sans-serif;
        color: #606060;
        font-size: 1.3em;
        margin-left: 1em;
        font-weight: 600;
        transition: all .4s;
    }
    
    
    
    
    















	

/* 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) {
    
    
    
    
    .gridContainer{
        display: block;
        float: left;
        clear: none;
        width:100vw;
        height: auto;
        
    }
    
    
    
	
    
    
    .welcome{
        background-color: #132977;
        display: block;
        float: left;
        clear: none;
        height: 100vh;
        width: 100vw;
        position: relative;
        overflow: hidden;
    }
    
    
    canvas{
        opacity: .6;
         -webkit-filter: blur(15px);
          width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: both;
    }
    
    
    
    .bigsignature{
        width: 60%;
        height: 40vh;
        float: left;
        clear: none;
        display: block;
        background-image:url("../img/logo/jm_sign.svg");
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        z-index: 20;
        top:2vh;
        right: 10%;
         -webkit-filter: blur(2px);
        opacity: .35;
    }
    
    
    .bigsignatureshine{
        width: 55%;
        height: 50vh;
        float: left;
        clear: none;
        display: block;
        background-image:url("../img/logo/jm_sign.svg");
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        z-index: 25;
        top:10vh;
        right: 12%;
        clip-path: polygon(25% 0%, 84% 0, 58% 100%, 0% 100%);
        -ms-filter: grayscale(1) blur(7px);
        -webkit-filter: grayscale(1) blur(7px);
        -moz-filter: grayscale(1) blur(7px);
        -o-filter: grayscale(1) blur(7px);
        filter: grayscale(1) blur(7px);
        opacity: .6;
        display: none;
    }
    
    
    
    
    .strips{
        position: absolute;
        float: left;
        clear: none;
        display: block;
        z-index: 0;
        top: 0vh;
        right: 25%;
        width: 30%;
        height: 100vh;
        -webkit-filter: blur(5px);
    }
    
    
    
    .strips span{
        width: 7%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
    }
    
    
    
    .strips span:nth-child(2), .strips span:nth-child(4), .strips span:nth-child(6), .strips span:nth-child(8), .strips span:nth-child(10), .strips span:nth-child(12), .strips span:nth-child(14){
          background: -moz-linear-gradient(270deg, #7A3A1E 0, #DCA570 100%);/* FF3.6+ */
        background: -webkit-gradient(linear, 270deg, color-stop(0, 7A3A1E), color-stop(100%, DCA570));/* Chrome,Safari4+ */
        background: -webkit-linear-gradient(270deg, #7A3A1E 0, #DCA570 100%);/* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(270deg, #7A3A1E 0, #DCA570 100%);/* Opera 11.10+ */
        background: -ms-linear-gradient(270deg, #7A3A1E 0, #DCA570 100%);/* IE10+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
        background: linear-gradient(180deg, #7A3A1E 0, #DCA570 100%);/* W3C */

    }
    
    
    
    
    
    .seatpic{
        position: absolute;
        float: left;
        clear: none;
        display: block;
        z-index: 60;
        bottom: -5vh;
        right: 5%;
         width: 75%;
        height: 80vh;
         background-image:url("../img/guilbo.png");
        background-repeat: no-repeat;
        background-position: center bottom;
   
    }
    
    

    .maintext{
        position: absolute;
        float: left;
        clear: none;
        display: block;
        z-index: 60;
        bottom: 35vh;
        left: 5%;
        width: 45%;
        height: auto;
    }
    
    
    
    .maintext h3{
        font-size:3.25em;
        font-weight: 700;
        color: #d6e3fc;
        float: left;
        clear: none;
        font-family: 'Montserrat', sans-serif;
        line-height: .9em;
        margin-bottom: .3em;
        letter-spacing: .5px;
    }
    
    
    .maintext h6{
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-size:1em;
        font-weight: 300;
        letter-spacing: .5px;
    }
    
    
    
    
    
    
    
    .watchvideo{
        position: absolute;
        float: left;
        clear: none;
        display: block;
        z-index: 60;
        bottom: 25vh;
        right: 0;
        width: 35%;
        height: auto;
    }
    
    
    .watchvideo p{
        display: block;
        float: left;
        clear: none;
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-size: .8em;
        margin-right: 1.2em;
    }
    
    
    
    .watchvideo i{
        font-size: 1.8em;
        
    }
    
    .watchvideo .fa-play{
        padding: 1.4em;
        background-color: #c18e65;
        border-radius: 3em;
        position: absolute;
        top: -1.2em;
        color: #fff;
        cursor: pointer;
        transition: all .4s;
        transform-origin: center;
    }
    
    .watchvideo .fa-play:hover{
        padding: 1.6em;
        top: -1.5em;
    }
    
    
    .watchvideo hr{
        outline-color: white;
        display: block;
        float: right;
        clear: none;
        width: 10vw;
    }
    
    
    
    
    
    
    
    
    
    
    
    .B{
        width: 100vw;
        height: 90vh;
        float: left;
        clear: none;
        display: block;
        background-color: #d6e3fc;
        position: relative;
        z-index: 100;
    }
    
    
    
    .B marquee{
        height: 90vh;
        width: 100vw;
        display: block;
        float: left;
        clear: none;
        overflow-y: hidden;
        overflow-x: visible;
        position: absolute;
        z-index: 0;
    }
    
    .B marquee img{
        width: 120%;
        height: auto;
        display: block;
    }
    
    
    
    
    
    .B-inner{
        width: 90%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin: 10vh 5%;
        position: relative;
        z-index: 60;

    }
    
    .B1{
        width: 45%;
        height: 50vh;
        border-radius: 2em;
        display: block;
        float: left;
        clear: none;
        padding: 2em;
         background-color: white;
        position: relative;
        overflow: hidden;
        cursor: pointer;
         -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=12, Direction=0, Color=#C7DDFF)";/*IE 8*/
        -moz-box-shadow: 0 10px 12px -1px rgba(199,221,255,0.7);/*FF 3.5+*/
        -webkit-box-shadow: 0 10px 12px -1px rgba(199,221,255,0.7);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
        box-shadow: 0 10px 12px -1px rgba(199,221,255,0.7);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=12, Direction=135, Color=#C7DDFF); /*IE 5.5-7*/
        transition: all .4s;
    }
    
    
    .B1:hover{
       -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=34, Direction=0, Color=#8AAEE2)";/*IE 8*/
-moz-box-shadow: 0 17px 34px 3px rgba(138,174,226,0.6);/*FF 3.5+*/
-webkit-box-shadow: 0 17px 34px 3px rgba(138,174,226,0.6);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 17px 34px 3px rgba(138,174,226,0.6);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=34, Direction=135, Color=#8AAEE2); /*IE 5.5-7*/
    }
    
   
    
    
    .B1 h3, .B2 h3{
        width: 70%;
    }
    
    .B1 h4, .B2 h3{
        width: 60%;
    }
    
    
    .B1-image{
        width: 100%;
        height: 45vh;
        float: left;
        clear: none;
        display: block;
        margin: auto -2em -2em auto;
        background-image: url("../img/jm_graypic.svg");
        background-position: center right;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        right: 0;
        bottom: 0;
        transition: all .3s;
        transition-timing-function: ease-in-out;
    }
    
    
    
    .B1:hover .b-image{
        height: 40vh;
          -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=12, Direction=0, Color=#C7DDFF)";/*IE 8*/
        -moz-box-shadow: 0 10px 12px -1px rgba(199,221,255,0.7);/*FF 3.5+*/
        -webkit-box-shadow: 0 10px 12px -1px rgba(199,221,255,0.7);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
        box-shadow: 0 10px 12px -1px rgba(199,221,255,0.7);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=12, Direction=135, Color=#C7DDFF); /*IE 5.5-7*/
        transition: all .4s;
   
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    .B2{
        float: right;
        clear: none;
        display: block;
        width: 55%;
        height: 40vh;
      position: relative;
    }
    
    
    
    .flag{
        height: 3em;
        position: absolute;
        z-index: 10;
        display:block;
    }
    
    .ghanaflag{
        bottom: 150%;
        right: 5%;
        float: left;
        clear: none;
        display: block;
    }
    
    
     .trinidadflag{
        top: 10%;
        left: -20%;
        float: left;
        clear: none;
        display: block;
    }
    
    
    
    .flag .ico{
        display: inline;
        height: 2em;
        width: 2em;
        float: left;
        clear: none;
    }
    
    .flag p{
         display: block;
        float: right;
        clear: none;
        color: #132977;
        font-family: 'Montserrat', sans-serif;
        font-size: .8em;
        font-weight: 700;
        font-style: italic;
        margin: 1em ;
    }
    
    
    
    
    
    
    
    
    
    .B3{
        float: right;
        clear: none;
        display: block;
        width: 55%;
        height: 45vh;
        background: rgb(214,227,252);
        background: -webkit-linear-gradient(38deg, rgba(214,227,252,1) 0%, rgba(108,154,221,1) 100%);
        background: -o-linear-gradient(38deg, rgba(214,227,252,1) 0%, rgba(108,154,221,1) 100%);
        background: linear-gradient(128deg, rgba(214,227,252,1) 0%, rgba(108,154,221,1) 100%);
        border-radius: 2em;
        position: relative;
        padding: 2em;
       -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=12, Direction=0, Color=#C7DDFF)";/*IE 8*/
        -moz-box-shadow: 0 10px 12px -1px rgba(199,221,255,0.7);/*FF 3.5+*/
        -webkit-box-shadow: 0 10px 12px -1px rgba(199,221,255,0.7);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
        box-shadow: 0 10px 12px -1px rgba(199,221,255,0.7);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=12, Direction=135, Color=#C7DDFF); /*IE 5.5-7*/
        transition: all .4s;
        cursor: pointer;
    }
    
    
    .B3:hover{
       -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=34, Direction=0, Color=#8AAEE2)";/*IE 8*/
-moz-box-shadow: 0 17px 34px 3px rgba(138,174,226,0.6);/*FF 3.5+*/
-webkit-box-shadow: 0 17px 34px 3px rgba(138,174,226,0.6);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 17px 34px 3px rgba(138,174,226,0.6);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=34, Direction=135, Color=#8AAEE2); /*IE 5.5-7*/
    }
    
    
    
    .B3 h4{
        color: black;
        width: 60%;
        line-height: 1.2em;
    }
    
    .B3 h3{
        width: 55%;
    }
    
    
    
    
    .B3-image{
        width: 40%;
        height: auto;
        float: left;
        clear: none;
        display: block;
        margin: auto 0 auto;
        position: absolute;
        right: 0;
        bottom: 0;
        transition: all .3s;
        transition-timing-function: ease-in-out;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    

    
    .C{
        width:60%;
        height: 80vh;
        float: left;
        clear: none;
        display: block;
        background-color: #FFF;
        position: relative;
        z-index: 0;
    }
    
    

    .C-inner{
        width: 50%;
        height: auto;
        float: left;
        clear: none;
        margin: 15vh 10%;
    }
    
    
    
    .C-inner img{
        height: 6em;
        float: left;
        clear: both;
        display: block;
        margin-bottom: 1em;
    }
    
    
    .C-inner p{
         font-family: 'Montserrat', sans-serif;
        font-size: 1em;
        font-weight: 300;
        clear: both;
        margin: 2em auto;
line-height: 1.2em;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .D{
        width: 40%;
        height: 70vh;
        float: right;
        clear: none;
        display: block;
        background-color: #d6e3fc;
        position: relative;
        z-index: 1;
        margin: 0;
    }
    
    
    .D-inner{
        width: 70%;
        float: left;
        clear: none;
        display: block;
        height: 100%;
    }
    
    
    
    .D-inner span{
        width: 10%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        margin: 0;
    }
    
    
    
    .D-inner span:nth-child(2), .D-inner span:nth-child(4), .D-inner span:nth-child(6), .D-inner span:nth-child(8)  {
        background: rgb(214,227,252);
        background: linear-gradient(180deg, rgba(214,227,252,1) 0%, rgba(108,154,221,1) 100%);
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .E{
        width: 90vw;
        height: auto;
        float: right;
        clear: none;
        position: relative;
        z-index: 100;
        margin: 15vh 5vw auto 5vw ;
    }
    
    
    
    
    
    .E-inner{
        float: left;
        clear: none;
        display: block;
        width: 100%;
        height: 45vh;
        display: block;
        background-color: white;
    }
    
    
    
    
    .swiper1{
       height: 100%;
       position: relative;
    }
    
    
    .com-image{
        height: 100%;
        width: 70%;
        float: left;
        clear: none;
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
    }
    
    
    
    .com-text{
        height: 100%;
        width: calc(30% - 3%);
        float: left;
        clear: none;
        display: block;
        padding: 1.5%;
        position: relative;
    }
    
    
    .com-ico{
        height: 30%;
        width: 100%;
        display: block;
        float: left;
        clear: none;
        background-size: 70%;
        background-repeat: no-repeat;
        background-position: left center;
    }
    
    
    .com-text h4{
        color: #132977;
        margin-bottom: .5em;
        width: 100%;
    }
    
    .com-text p{
        font-weight: 500;
        width: 100%;
        margin: .5em 0 1em;
        
    }
    
   
    
    
    
    
    
    
    
    
    
    
    
    .F{
          width: 100vw;
        height: auto;
        float: right;
        clear: none;
        display: block;
        background-color: #f3f8ff;
        position: relative;
        z-index: 0;
        margin: -35vh 0;
        
    }
    
    
    .F-inner{
        width: 90%;
        float: left;
        clear: none;
        display: block;
        height: 40vh;
        margin: 50vh 5% 50vh;
    
    }
    
    
    
    .award{
        width: calc(20% - 4%);
        float: left;
        clear: none;
        display: block;
        height: 70%;
        border: .5px solid #d6e3fc;
        padding: 2%;
        margin: auto 1%;
        text-align: left;
        text-justify: auto;
    }
    
    
    .award-ico{
        height: 70%;
        width: 100%;
        display: block;
        float: left;
        clear: both;
        background-image: url("../img/awardsample_1.svg");
        background-position: center;
        background-repeat: no-repeat;
    }
    
    
    
    
    
    
    
    
    .G{
        width: 100vw;
        height: auto;
        float: right;
        clear: none;
        display: block;
        background-color: #fff;
        position: relative;
        z-index: 1;
        margin: 0;
    }
    
    
    .G-inner{
        width: 80%;
        float: left;
        clear: none;
        display: block;
        height:80vh;
        margin:10vh 10%;
    }
    
    
    
    
    
    
    .G-inner .swiper-container {
      margin-left: auto;
      margin-right: auto;
    }
  
    
   .G-inne .swiper-slide {
      background-size: contain;
      background-position: center;
    }
    
    
    .gallery-top {
      width: 100%;
        height: 60vh;
        float: right;
        clear: none;
        display: block;
       
    }
    
    
    .gallery-thumbs {
      float: left;
      clear: none;
      display: block;
      width: 100%;
      height: 15vh;
      box-sizing: border-box;
      padding: 10px 0;
      transition: all .4s;
         overflow: visible;
    }
    
    
    .gallery-thumbs .swiper-slide {
      width: auto;
      height:100%;
      cursor: pointer;
      transition: all .4s;
       
    }
    
   
    
    .gallery-thumbs .swiper-slide i{
        background-color: #f3f8ff;
        padding: 1em;
        font-size: 2em;
        color: #d6e3fc;
        border-radius: 2em;
         transition: all .4s;
    }
    
    
    .gallery-thumbs .swiper-slide span{
        font-family: 'Montserrat', sans-serif;
        color: #606060;
        font-size: 0em;
        margin-left: 1em;
        font-weight: 600;
         transition: all .4s;
    }
    
    
    .gallery-thumbs .swiper-slide-thumb-active{
      opacity: 1;
    }

    
    .gallery-thumbs .swiper-slide-thumb-active i{
        background-color: #fff;
        padding: 1em;
        font-size: 2em;
        color: #132977;
        border-radius: 2em;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=34, Direction=0, Color=#8AAEE2)";/*IE 8*/
-moz-box-shadow: 0 17px 34px 3px rgba(138,174,226,0.6);/*FF 3.5+*/
-webkit-box-shadow: 0 17px 34px 3px rgba(138,174,226,0.6);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 17px 34px 3px rgba(138,174,226,0.6);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=34, Direction=135, Color=#8AAEE2); /*IE 5.5-7*/
    }
    
    
     .gallery-thumbs .swiper-slide-thumb-active span{
        font-family: 'Montserrat', sans-serif;
        color: #606060;
        font-size: 1.3em;
        margin-left: 1em;
        font-weight: 600;
        transition: all .4s;
    }
    
    
    
    
    
    
    
}
    /* Desktop Layout: 769px to a max of 1080px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1080px) {
	
  
    
    
    
    
    
    .gridContainer{
        display: block;
        float: left;
        clear: none;
        width:100vw;
        height: auto;
        
    }
    
    
    
	
    
    
    .welcome{
        background-color: #132977;
        display: block;
        float: left;
        clear: none;
        height: 100vh;
        width: 100vw;
        position: relative;
        overflow: hidden;
    }
    
    
    canvas{
        opacity: .6;
         -webkit-filter: blur(15px);
          width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: both;
    }
    
    
    
    .bigsignature{
        width: 55%;
        height: 50vh;
        float: left;
        clear: none;
        display: block;
        background-image:url("../img/logo/jm_sign.svg");
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        z-index: 20;
        top:10vh;
        right: 12%;
         -webkit-filter: blur(2px);
        opacity: 1;
    }
    
    
    .bigsignatureshine{
        width: 55%;
        height: 50vh;
        float: left;
        clear: none;
        display: block;
        background-image:url("../img/logo/jm_sign.svg");
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        z-index: 25;
        top:10vh;
        right: 12%;
        clip-path: polygon(25% 0%, 84% 0, 58% 100%, 0% 100%);
        -ms-filter: grayscale(1) blur(7px);
        -webkit-filter: grayscale(1) blur(7px);
        -moz-filter: grayscale(1) blur(7px);
        -o-filter: grayscale(1) blur(7px);
        filter: grayscale(1) blur(7px);
        opacity: .6;
        display: none;
    }
    
    
    
    
    .strips{
        position: absolute;
        float: left;
        clear: none;
        display: block;
        z-index: 0;
        top: 0vh;
        right: 25%;
         width: 30%;
        height: 100vh;
         -webkit-filter: blur(5px);
        
    }
    
    
    
    .strips span{
        width: 7%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        
    }
    
    
    
    .strips span:nth-child(2), .strips span:nth-child(4), .strips span:nth-child(6), .strips span:nth-child(8), .strips span:nth-child(10), .strips span:nth-child(12), .strips span:nth-child(14){
          background: -moz-linear-gradient(270deg, #7A3A1E 0, #DCA570 100%);/* FF3.6+ */
        background: -webkit-gradient(linear, 270deg, color-stop(0, 7A3A1E), color-stop(100%, DCA570));/* Chrome,Safari4+ */
        background: -webkit-linear-gradient(270deg, #7A3A1E 0, #DCA570 100%);/* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(270deg, #7A3A1E 0, #DCA570 100%);/* Opera 11.10+ */
        background: -ms-linear-gradient(270deg, #7A3A1E 0, #DCA570 100%);/* IE10+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
        background: linear-gradient(180deg, #7A3A1E 0, #DCA570 100%);/* W3C */

    }
    
    
    
    
    
    .seatpic{
        position: absolute;
        float: left;
        clear: none;
        display: block;
        z-index: 60;
        bottom: -10vh;
        right: 10%;
         width: 70%;
        height: 75vh;
         background-image:url("../img/guilbo.png");
        background-repeat: no-repeat;
        background-position: center;
   
    }
    
    
    
    
    
    .maintext{
        position: absolute;
        float: left;
        clear: none;
        display: block;
        z-index: 60;
        bottom: 25vh;
        left: 7%;
         width: 27%;
        height: auto;
    }
    
    
    
    .maintext h3{
        font-size:4em;
        font-weight: 700;
        color: #d6e3fc;
        float: left;
        clear: none;
        font-family: 'Montserrat', sans-serif;
        line-height: .9em;
        margin-bottom: .3em;
        letter-spacing: .5px;
    }
    
    
    .maintext h6{
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-size:1.2em;
        font-weight: 300;
    }
    
    
    
    
    
    
    
    .watchvideo{
        position: absolute;
        float: left;
        clear: none;
        display: block;
        z-index: 60;
        bottom: 25vh;
        right: 0;
        width: 27%;
        height: auto;
    }
    
    
    .watchvideo p{
        display: block;
        float: left;
        clear: none;
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-size: .8em;
        margin-right: 1em;
    }
    
    
    
    .watchvideo i{
        font-size: 2em;
        
    }
    
    .watchvideo .fa-play{
        padding: 1.7em;
        background-color: #c18e65;
        border-radius: 3em;
        position: absolute;
        top: -2em;
        color: #fff;
        cursor: pointer;
        transition: all .4s;
        transform-origin: center;
    }
    
    .watchvideo .fa-play:hover{
        padding: 2em;
        top: -2.3em;
    }
    
    
    .watchvideo hr{
        outline-color: white;
        display: block;
        float: right;
        clear: none;
        width: 10vw;
    }
    
    
    
    
    
    
    
    
    
    
    
    .B{
        width: 100vw;
        height: 90vh;
        float: left;
        clear: none;
        display: block;
        background-color: #d6e3fc;
        position: relative;
        z-index: 100;
    }
    
    
    
    .B marquee{
        height: 90vh;
        width: 100vw;
        display: block;
        float: left;
        clear: none;
        overflow-y: hidden;
        overflow-x: visible;
        position: absolute;
        z-index: 0;
    }
    
    .B marquee img{
        width: 120%;
        height: auto;
        display: block;
    }
    
    
    
    
    
    .B-inner{
        width: 90%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin: 10vh 5%;
        position: relative;
        z-index: 60;

    }
    
    .B1{
        width: 32%;
        height: 50vh;
        border-radius: 2em;
        display: block;
        float: left;
        clear: none;
        padding: 4em;
         background-color: white;
        position: relative;
        overflow: hidden;
        cursor: pointer;
         -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=12, Direction=0, Color=#C7DDFF)";/*IE 8*/
        -moz-box-shadow: 0 10px 12px -1px rgba(199,221,255,0.7);/*FF 3.5+*/
        -webkit-box-shadow: 0 10px 12px -1px rgba(199,221,255,0.7);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
        box-shadow: 0 10px 12px -1px rgba(199,221,255,0.7);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=12, Direction=135, Color=#C7DDFF); /*IE 5.5-7*/
        transition: all .4s;
    }
    
    
    .B1:hover{
       -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=34, Direction=0, Color=#8AAEE2)";/*IE 8*/
-moz-box-shadow: 0 17px 34px 3px rgba(138,174,226,0.6);/*FF 3.5+*/
-webkit-box-shadow: 0 17px 34px 3px rgba(138,174,226,0.6);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 17px 34px 3px rgba(138,174,226,0.6);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=34, Direction=135, Color=#8AAEE2); /*IE 5.5-7*/
    }
    
   
    
    
    .B1 h3, .B2 h3{
        width: 70%;
    }
    
    .B1 h4, .B2 h3{
        width: 60%;
    }
    
    
    .B1-image{
        width: 100%;
        height: 45vh;
        float: left;
        clear: none;
        display: block;
        margin: auto -2em -2em auto;
        background-image: url("../img/jm_graypic.svg");
        background-position: center right;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        right: 0;
        bottom: 0;
        transition: all .3s;
        transition-timing-function: ease-in-out;
    }
    
    
    
    .B1:hover .b-image{
        height: 46vh;
          -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=12, Direction=0, Color=#C7DDFF)";/*IE 8*/
        -moz-box-shadow: 0 10px 12px -1px rgba(199,221,255,0.7);/*FF 3.5+*/
        -webkit-box-shadow: 0 10px 12px -1px rgba(199,221,255,0.7);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
        box-shadow: 0 10px 12px -1px rgba(199,221,255,0.7);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=12, Direction=135, Color=#C7DDFF); /*IE 5.5-7*/
        transition: all .4s;
   
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    .B2{
        float: right;
        clear: none;
        display: block;
        width: 55%;
        height: 40vh;
      position: relative;
    }
    
    
    
    .flag{
        height: 3em;
        position: absolute;
        z-index: 10;
        display:block;
    }
    
    .ghanaflag{
        bottom: 40%;
        right: 10%;
        float: left;
        clear: none;
        display: block;
    }
    
    
     .trinidadflag{
        top: 10%;
        left: 10%;
        float: left;
        clear: none;
        display: block;
    }
    
    
    
    .flag .ico{
        display: inline;
        height: 3em;
        width: 3em;
        float: left;
        clear: none;
    }
    
    .flag p{
         display: block;
        float: right;
        clear: none;
        color: #132977;
        font-family: 'Montserrat', sans-serif;
        font-size: 1em;
        font-weight: 700;
        font-style: italic;
        margin: 1em ;
    }
    
    
    
    
    
    
    
    
    
    .B3{
        float: right;
        clear: none;
        display: block;
        width: 45%;
        height: 35vh;
        background: rgb(214,227,252);
        background: -webkit-linear-gradient(38deg, rgba(214,227,252,1) 0%, rgba(108,154,221,1) 100%);
        background: -o-linear-gradient(38deg, rgba(214,227,252,1) 0%, rgba(108,154,221,1) 100%);
        background: linear-gradient(128deg, rgba(214,227,252,1) 0%, rgba(108,154,221,1) 100%);
        border-radius: 2em;
        position: relative;
        padding: 4em;
       -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=12, Direction=0, Color=#C7DDFF)";/*IE 8*/
        -moz-box-shadow: 0 10px 12px -1px rgba(199,221,255,0.7);/*FF 3.5+*/
        -webkit-box-shadow: 0 10px 12px -1px rgba(199,221,255,0.7);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
        box-shadow: 0 10px 12px -1px rgba(199,221,255,0.7);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=12, Direction=135, Color=#C7DDFF); /*IE 5.5-7*/
        transition: all .4s;
        cursor: pointer;
    }
    
    
    .B3:hover{
       -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=34, Direction=0, Color=#8AAEE2)";/*IE 8*/
-moz-box-shadow: 0 17px 34px 3px rgba(138,174,226,0.6);/*FF 3.5+*/
-webkit-box-shadow: 0 17px 34px 3px rgba(138,174,226,0.6);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 17px 34px 3px rgba(138,174,226,0.6);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=34, Direction=135, Color=#8AAEE2); /*IE 5.5-7*/
    }
    
    
    
    .B3 h4{
        color: black;
        width: 45%;
    }
    
    .B3 h3{
        width: 45%;
    }
    
    
    
    
    .B3-image{
        width: 45%;
        height: auto;
        float: left;
        clear: none;
        display: block;
        margin: auto 0 auto;
        position: absolute;
        right: 0;
        bottom: 0;
        transition: all .3s;
        transition-timing-function: ease-in-out;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    

    
    .C{
        width:60vw;
        height: 80vh;
        float: left;
        clear: none;
        display: block;
        background-color: #FFF;
        position: relative;
        z-index: 0;
    }
    
    

    .C-inner{
        width: 40%;
        height: auto;
        float: left;
        clear: none;
        margin: 15vh 20%;
    }
    
    
    
    .C-inner img{
        height: 6em;
        float: left;
        clear: both;
        display: block;
        margin-bottom: 1em;
    }
    
    
    .C-inner p{
         font-family: 'Montserrat', sans-serif;
        font-size: 1em;
        font-weight: 300;
        clear: both;
        margin: 2em auto;
line-height: 1.2em;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .D{
        width: 38.9vw;
        height: 70vh;
        float: right;
        clear: none;
        display: block;
        background-color: #d6e3fc;
        position: relative;
        z-index: 1;
        margin: 0;
    }
    
    
    .D-inner{
        width: 70%;
        float: left;
        clear: none;
        display: block;
        height: 100%;
    }
    
    
    
    .D-inner span{
        width: 10%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        margin: 0;
    }
    
    
    
    .D-inner span:nth-child(2), .D-inner span:nth-child(4), .D-inner span:nth-child(6), .D-inner span:nth-child(8)  {
        background: rgb(214,227,252);
        background: linear-gradient(180deg, rgba(214,227,252,1) 0%, rgba(108,154,221,1) 100%);
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .E{
        width: 80vw;
        height: auto;
        float: right;
        clear: none;
        position: relative;
        z-index: 100;
        margin: -35vh 10vw auto 10vw ;
    }
    
    
    
    
    
    .E-inner{
        float: left;
        clear: none;
        display: block;
        width: 100%;
        height: 45vh;
        display: block;
        background-color: white;
    }
    
    
    
    
    .swiper1{
       height: 100%;
    position: relative;
    }
    
    
    .com-image{
        height: 100%;
        width: 70%;
        float: left;
        clear: none;
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
    }
    
    
    
    .com-text{
        height: 100%;
        width: 25%;
        float: right;
        clear: none;
        display: block;
        padding: 2.5%;
        position: relative;
    }
    
    
    .com-ico{
        height: 30%;
        width: 100%;
        display: block;
        float: left;
        clear: none;
        background-size: 70%;
        background-repeat: no-repeat;
        background-position: left center;
    }
    
    
    .com-text h4{
        color: #132977;
        margin-bottom: .5em;
    }
    
    .com-text p{
        font-weight: 500;
    }
    
   
    
    
    
    
    
    
    
    
    
    
    
    .F{
          width: 100vw;
        height: auto;
        float: right;
        clear: none;
        display: block;
        background-color: #f3f8ff;
        position: relative;
        z-index: 0;
        margin: -35vh 0;
        
    }
    
    
    .F-inner{
        width: 70%;
        float: left;
        clear: none;
        display: block;
        height: 40vh;
        margin: 50vh 10% 50vh;
    
    }
    
    
    
    .award{
        width: 15%;
        float: left;
        clear: none;
        display: block;
        height: 70%;
        border: .5px solid #d6e3fc;
        padding: 2%;
        margin: auto 1%;
    }
    
    
    .award-ico{
        height: 70%;
        width: 100%;
        display: block;
        float: left;
        clear: both;
        background-image: url("../img/awardsample_1.svg");
        background-position: center;
        background-repeat: no-repeat;
    }
    
    
    
    
    
    
    
    
    .G{
        width: 100vw;
        height: auto;
        float: right;
        clear: none;
        display: block;
        background-color: #fff;
        position: relative;
        z-index: 1;
        margin: 0;
    }
    
    
    .G-inner{
        width: 80%;
        float: left;
        clear: none;
        display: block;
        height:80vh;
        margin:10vh 10%;
    }
    
    
    
    
    
    
    .G-inner .swiper-container {
      margin-left: auto;
      margin-right: auto;
    }
  
    
   .G-inne .swiper-slide {
      background-size: contain;
      background-position: center;
    }
    
    
    .gallery-top {
      width: 100%;
        height: 60vh;
        float: right;
        clear: none;
        display: block;
       
    }
    
    
    .gallery-thumbs {
      float: left;
      clear: none;
      display: block;
      width: 100%;
      height: 15vh;
      box-sizing: border-box;
      padding: 10px 0;
      transition: all .4s;
         overflow: visible;
    }
    
    
    .gallery-thumbs .swiper-slide {
      width: auto;
      height:100%;
      cursor: pointer;
      transition: all .4s;
       
    }
    
   
    
    .gallery-thumbs .swiper-slide i{
        background-color: #f3f8ff;
        padding: 1em;
        font-size: 2em;
        color: #d6e3fc;
        border-radius: 2em;
         transition: all .4s;
    }
    
    
    .gallery-thumbs .swiper-slide span{
        font-family: 'Montserrat', sans-serif;
        color: #606060;
        font-size: 0em;
        margin-left: 1em;
        font-weight: 600;
         transition: all .4s;
    }
    
    
    .gallery-thumbs .swiper-slide-thumb-active{
      opacity: 1;
    }

    
    .gallery-thumbs .swiper-slide-thumb-active i{
        background-color: #fff;
        padding: 1em;
        font-size: 2em;
        color: #132977;
        border-radius: 2em;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=34, Direction=0, Color=#8AAEE2)";/*IE 8*/
-moz-box-shadow: 0 17px 34px 3px rgba(138,174,226,0.6);/*FF 3.5+*/
-webkit-box-shadow: 0 17px 34px 3px rgba(138,174,226,0.6);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 17px 34px 3px rgba(138,174,226,0.6);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=34, Direction=135, Color=#8AAEE2); /*IE 5.5-7*/
    }
    
    
     .gallery-thumbs .swiper-slide-thumb-active span{
        font-family: 'Montserrat', sans-serif;
        color: #606060;
        font-size: 1.3em;
        margin-left: 1em;
        font-weight: 600;
        transition: all .4s;
    }
    
    
    
    
    
    
    
    
    
    
    
}
    
    
    /* Desktop Layout:1080px to a max of 1440px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1440px) {
	
   
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}
    
        /* Desktop Layout: 1440px to a max of 1920px.  Inherits styles from: Mobile Layout and Tablet Layout. */

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

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

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

    
    
    
    
    
    
    
    
    
    
    
    
    
		
}