@charset "utf-8";
/* CSS Document */
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on February 24, 2020 */

@font-face {
    font-family: 'nexa_lightregular';
    src: url('../fonts/nexa_light-webfont.eot');
    src: url('../fonts/nexa_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nexa_light-webfont.woff2') format('woff2'),
         url('../fonts/nexa_light-webfont.woff') format('woff'),
         url('../fonts/nexa_light-webfont.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'nexa_boldregular';
    src: url('../fonts/nexa_bold-webfont.eot');
    src: url('../fonts/nexa_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nexa_bold-webfont.woff2') format('woff2'),
         url('../fonts/nexa_bold-webfont.woff') format('woff'),
         url('../fonts/nexa_bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon.woff2") format("woff2"),
       url("../fonts/Flaticon.woff") format("woff"),
       url("../fonts/Flaticon.ttf") format("truetype"),
       url("../fonts/laticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("./Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
        font-size: 20px;
font-style: normal;
margin-left: 20px;
}

.flaticon-at:before { content: "\f100"; }
.flaticon-telephone:before { content: "\f101"; }
/*Header*/

header{

	}
.TopCon {
    position: absolute;
    right: 0;
    top: 16px;
	color: #172646;
	z-index: 1;
	padding-right: 34px
}
.TopCon a{
	color: #172646;
	margin-right: 10px;
}
.TopCon i:before {
    font-size: 16px;
    margin-right: 7px;
	color: #3db7ef;
	margin-left: 10px;
}
.disableds{
  /* Make the disabled links grayish*/
  color: gray;
  /* And disable the pointer events */
  pointer-events: none;
}


.navbar-nav .nav-link{
	  font-family: 'nexa_lightregular';
	 font-size:12px;
	 font-weight:bold;
	 color:#cfd0d1 !important;
	 text-transform:uppercase;
	 padding:6px 20px 0 !important;
	    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-o;
}
.actAsDiv{
	height: 250px;
	margin-bottom: 20px
}
.navbar-nav{margin-left:7.5%;}
#navigation-menu li{
	position: relative;
}
#navigation-menu li:after{
	content: '~';
    width: 1px;
	color: #fff;
    height: 2px;
    position: absolute;
    top: 3px;
    left: -6px;
}
#navigation-menu li:nth-child(1):after{
	display: none;
}
nav.bg-dark{background-color:inherit !important; padding:0; position:inherit;}
.navbar-nav{z-index:1;}
.MenuWrap{
    margin: 0 auto;
    margin-bottom: -46px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky .MenuWrap:before{
	left: -60%;
	border-left: 49px solid #0e4061;
	top:-1%;
}
.sticky .TopCon, .sticky .shell{
	display: none;
}
.sticky .MenuWrap {
    margin-bottom: -50px;
}
.sticky .navbar-nav {
    margin-left: 0;
}
.MenuWrap:before{
	position: absolute;
    content: "";
    width: 10000px;
    transition: 0.35s all ease;
    z-index: 0;
    left: 33%;
    border-bottom: 49px solid #0e4061;
    border-left: 35px solid transparent;
}
a.navbar-brand{
	padding:0;
}

#banner{
	background:url(../images/banner-bg.png);
	background-size: contain;
    height: 100%;
    position: relative;
    margin-top: 96px;
    overflow: hidden;
	text-align: left;
}
.BannerText{
		width: 20%;
		background: #2e312d;
		float: left;
		height: 100%;
		position: relative;
		z-index: 2;
	}
#banner .BHead {
    position: absolute;
    z-index: 1000;
    /* color: #fff;
    right: 5px; */
}

#banner .BHead li {
  
	list-style:none;
}
	#banner .BHead{
	background: #2e312d;
	position: absolute;
    top: 25%;
	font-family: 'nexa_lightregular';
    font-size: 48px;
    margin-top: -32px;
	color:#fff;
	z-index:9;
	padding:20px 14px;
	width:min-content;
	height:auto;
	}
.swing-in-left-bck1 {
	-webkit-animation: swing-in-left-bck1 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) 10s infinite;
	animation: swing-in-left-bck1 ;
	        animation: swing-in-left-bck1 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) 10s infinite;
			animation-delay: 0.5s, 0.5s;
}
@-webkit-keyframes swing-in-left-bck1 {
  0% {
    -webkit-transform: rotateY(-70deg);
            transform: rotateY(-70deg);
    -webkit-transform-origin: left;
            transform-origin: left;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    opacity: 1;
  }
}
@keyframes swing-in-left-bck1 {
  0% {
    -webkit-transform: rotateY(-70deg);
            transform: rotateY(-70deg);
    -webkit-transform-origin: left;
            transform-origin: left;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    opacity: 1;
  }
}
.swing-in-left-bck2 {
	-webkit-animation: swing-in-left-bck1 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
	        animation: swing-in-left-bck1 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
			animation-delay: 1s, 1s;
}
@-webkit-keyframes swing-in-left-bck2 {
  0% {
    -webkit-transform: rotateY(-70deg);
            transform: rotateY(-70deg);
    -webkit-transform-origin: left;
            transform-origin: left;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    opacity: 1;
  }
}
@keyframes swing-in-left-bck2 {
  0% {
    -webkit-transform: rotateY(-70deg);
            transform: rotateY(-70deg);
    -webkit-transform-origin: left;
            transform-origin: left;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    opacity: 1;
  }
}
.swing-in-left-bck3 {
-webkit-animation: swing-in-left-bck 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
	        animation: swing-in-left-bck 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
			animation-delay: 1.25s, 1.25s;
}
@-webkit-keyframes swing-in-left-bck3 {
  0% {
    -webkit-transform: rotateY(-70deg);
            transform: rotateY(-70deg);
    -webkit-transform-origin: left;
            transform-origin: left;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    opacity: 1;
  }
}
@keyframes swing-in-left-bck3 {
  0% {
    -webkit-transform: rotateY(-70deg);
            transform: rotateY(-70deg);
    -webkit-transform-origin: left;
            transform-origin: left;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    opacity: 1;
  }
}
.swing-in-left-bck {
	-webkit-animation: swing-in-left-bck 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
	        animation: swing-in-left-bck 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
		animation-delay:1.5s, 1.5s;	
   /*       -moz-animation-delay: 3s, 2s;
          -webkit-animation-delay: 5s, 2s;
          -o-animation-delay: 0s, 2s;*/
}
/* ----------------------------------------------
 * Generated by Animista on 2020-3-1 15:5:18
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation swirl-in-right-bck
 * ----------------------------------------
 */
/* ----------------------------------------------
 * Generated by Animista on 2020-3-1 16:10:12
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation swing-in-left-bck
 * ----------------------------------------
 */
/* ----------------------------------------------
 * Generated by Animista on 2020-3-1 16:10:12
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation swing-in-left-bck
 * ----------------------------------------
 */
@-webkit-keyframes swing-in-left-bck {
  0% {
    -webkit-transform: rotateY(-70deg);
            transform: rotateY(-70deg);
    -webkit-transform-origin: left;
            transform-origin: left;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    opacity: 1;
  }
}
@keyframes swing-in-left-bck {
  0% {
    -webkit-transform: rotateY(-70deg);
            transform: rotateY(-70deg);
    -webkit-transform-origin: left;
            transform-origin: left;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    opacity: 1;
  }
}

.tracking-in-contract-bck-bottom {
	-webkit-animation: tracking-in-contract-bck-bottom 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-contract-bck-bottom 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2020-3-1 15:2:26
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-contract-bck-bottom
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-contract-bck-bottom {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px) translateY(300px);
            transform: translateZ(400px) translateY(300px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@keyframes tracking-in-contract-bck-bottom {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px) translateY(300px);
            transform: translateZ(400px) translateY(300px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

.text-focus-in {
	-webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2020-3-1 14:36:34
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
.tracking-in-expand {
-webkit-animation: slide-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-3-1 16:4:55
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-right
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand  {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
}
@keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2020-3-1 14:37:50
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
/* ----------------------------------------------
 * Generated by Animista on 2020-3-1 14:55:21
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

	
	#banner p {
    padding: 0 29px 40px 20px;
	}
	
#circle {
	width: 43%;
    height: 63%;
    top: 10px;
    left: 0;
    z-index: 1;
    margin: auto;
    position: absolute;
   /* background: radial-gradient(#fff 0px, transparent 5px, #e7c452 6px, transparent 5px );
    background-size: 11px 11px;*/
	background: url(../images/banner-dot.png)
}

     
@-webkit-keyframes adjustHue {
   0% { -webkit-filter: hue-rotate(30deg); }
   50% { -webkit-filter: hue-rotate(60deg); }
   100% { -webkit-filter: hue-rotate(90deg); }   
}
@-webkit-keyframes loading {
  to { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes loading {
	to { -moz-transform: rotate(360deg); }
}
@-ms-keyframes loading {
	to { -ms-transform: rotate(360deg); }
}
@keyframes loading {
	to { transform: rotate(360deg); }
}
#circle { 
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 3s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 3s;
    animation-timing-function: linear; 
    animation-iteration-count: infinite; color: red; 
} 

@-moz-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.3; }
    100% { opacity: 1.0; } 
}

@-webkit-keyframes blinker { 
    0% { opacity: 1.0; }
    50% { opacity: 0.3; }
    100% { opacity: 1.0; } 
} 

@keyframes blinker { 
    0% { opacity: 1.0; } 
    50% { opacity: 0.3; } 
    100% { opacity: 1.0; } 
}

.ship1{
	position:absolute;
	top: 27%;
    left: 0;
	z-index:1
}
.ship1{
 -webkit-animation: run infinite 100000ms linear;
    -moz-animation: run infinite 100000ms linear;
    -ms-animation: run infinite 100000ms linear;
    -o-animation: run infinite 100000ms linear;
	animation-delay: 2s, 2s;
          -moz-animation-delay: 2s, 2s;
          -webkit-animation-delay: 2s, 2s;
          -o-animation-delay: 2s, 2s;
	left:-20%
}
.ship3{
	animation-delay: 50s, 50s;
    left: -38%;

}
/* animations style */

@-webkit-keyframes run{
	from {
		-webkit-transform: translate(0px, 0px);
		opacity:1;
	}
	49.5% {
		-webkit-transform: translate(1500px, 0px);
		opacity:1;
	}
	50% {
		-webkit-transform: translate(1500px, 0px);
		opacity:0;
	}
	51% {
		-webkit-transform: translate(-1500px, 0px);
		opacity:0;
	}
	52% {
		-webkit-transform: translate(-1500px, 0px);
		opacity:1;
	}
	to {
		-webkit-transform: translate(0px, 0px);
		opacity:1;
	}
}
.ship2{
	position:absolute;
	top:1%;
	right:0;
	z-index:0;
}

.left-1{
position: absolute;
    top: 30.4%;
    right: 155px;
    z-index: 0;
	-webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: swinging 3.5s ease-in-out forwards infinite;
    animation: swinging 3.5s ease-in-out forwards infinite;
}
@-webkit-keyframes swinging{
    0%{-webkit-transform: rotate(10deg);}
    50%{-webkit-transform: rotate(-5deg)}
    100%{-webkit-transform: rotate(10deg);}
}
 
@keyframes swinging{
    0%{transform: rotate(10deg);}
    50%{transform: rotate(-5deg)}
    100%{transform: rotate(10deg);}
}
	.left-2{
    position: absolute;
    top: 17.7%;
    right: 476px;
    z-index: 0;
		-webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: swinging 3.5s ease-in-out forwards infinite;
    animation: swinging 3.5s ease-in-out forwards infinite;

}

	
.clouds {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}
.clouds img{
	    position: absolute;

	}
.cloud1{
	right: 790px;
    top: -16px;
    -webkit-animation: cloudAnimation infinite 140000ms linear;
    -moz-animation: cloudAnimation infinite 140000ms linear;
    -ms-animation: cloudAnimation infinite 140000ms linear;
    -o-animation: cloudAnimation infinite 140000ms linear;
}

/*Time to animate*/
.cloud2 {
	right: 480px;
    top: 84px;
	-webkit-animation: cloudAnimation infinite 160000ms linear;
    -moz-animation: cloudAnimation infinite 160000ms linear;
    -ms-animation: cloudAnimation infinite 160000ms linear;
    -o-animation: cloudAnimation infinite 160000ms linear;
}
.cloud3 {
	right: 220px;
    top: 56px;
	-webkit-animation: cloudAnimation infinite 180000ms linear;
    -moz-animation: cloudAnimation infinite 180000ms linear;
    -ms-animation: cloudAnimation infinite 180000ms linear;
    -o-animation: cloudAnimation infinite 180000ms linear;
}
.cloud4 {
	right: -15px;
    top: 56px;
	-webkit-animation: cloudAnimation infinite 190000ms linear;
    -moz-animation: cloudAnimation infinite 190000ms linear;
    -ms-animation: cloudAnimation infinite 190000ms linear;
    -o-animation: cloudAnimation infinite 190000ms linear;
}
.cloud5 {
	right: -410px;
    top: 84px;
	-webkit-animation: cloudAnimation infinite 190000ms linear;
    -moz-animation: cloudAnimation infinite 190000ms linear;
    -ms-animation: cloudAnimation infinite 190000ms linear;
    -o-animation: cloudAnimation infinite 190000ms linear;
}
/* animations style */
@-moz-keyframes cloudAnimation{
	from {
		-moz-transform: translate(0px, 0px);
		opacity:1;
	}
	49.5% {
		-moz-transform: translate(-990px, 0px);
		opacity:1;
	}
	50% {
		-moz-transform: translate(-990px, 0px);
		opacity:0;
	}
	51% {
		-moz-transform: translate(740px, 0px);
		opacity:0;
	}
	52% {
		-moz-transform: translate(740px, 0px);
		opacity:1;
	}
	to {
		-moz-transform: translate(0px, 0px);
		opacity:1;
	}
}
@-webkit-keyframes cloudAnimation{
	from {
		-webkit-transform: translate(0px, 0px);
		opacity:1;
	}
	49.5% {
		-webkit-transform: translate(-990px, 0px);
		opacity:1;
	}
	50% {
		-webkit-transform: translate(-990px, 0px);
		opacity:0;
	}
	51% {
		-webkit-transform: translate(740px, 0px);
		opacity:0;
	}
	52% {
		-webkit-transform: translate(740px, 0px);
		opacity:1;
	}
	to {
		-webkit-transform: translate(0px, 0px);
		opacity:1;
	}
}
@-ms-keyframes cloudAnimation{
	from {
		-ms-transform: translate(0px, 0px);
		opacity:1;
	}
	49.5% {
		-ms-transform: translate(-990px, 0px);
		opacity:1;
	}
	50% {
		-ms-transform: translate(-990px, 0px);
		opacity:0;
	}
	51% {
		-ms-transform: translate(740px, 0px);
		opacity:0;
	}
	52% {
		-ms-transform: translate(740px, 0px);
		opacity:1;
	}
	to {
		-ms-transform: translate(0px, 0px);
		opacity:1;
	}
}
	
	.clear{
		clear: both;
	}
.mission h1:before{
    background: #218db9;
    height: 130px;
    position: absolute;
    left: -73%;
    top: -31px;
    width: 100%;
    content: '';
    z-index: -1;
	}

.mission #circle{
	left: auto;
    right: 0;
/*    background: radial-gradient(#e7c452 2px, transparent 5px);
    background-size: 10px 10px;*/
	background: url(../images/aboutus_dot.png);
    height: 256px;
    width: 25%;
}
.mission .aboutUsImg {
	position: absolute;
    top: 28px;
    right: 25px;
    background: #02395f;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 77%;
    width: 82%;
}
.mission .ImgWrap:hover .aboutUsImg{
	top: 20px;
    right: 20px;
	background:#e7c452
}
.mission .aboutUsImg2 {
    position: relative;
    z-index: 9;
	width:100%
}

.AboutUs{
	background: url(../images/aboutus-bg.jpg) right bottom #ececec;
	padding: 35px 0 30px;
	overflow: hidden;
	height: auto;
}
.AboutUs h1{
font-family: 'nexa_lightregular';
    font-size: 45px;
    background: none;
    color: #2e312d;
    transform: rotate(-90deg);
    position: absolute;
    bottom: 80px;
	margin: 0 0 48px -30px;
}
.AboutUs h1:after{
background: url(../images/whowe-bg.png) right bottom;
    width: 100%;
    height: 96%;
    content: '';
    float: left;
    position: absolute;
    left: -180px;
    bottom: 42px;
    z-index: -3;
}
.AboutUs h1:before{
	background: #218db9;
    width: 100%;
    height: 30px;
    content: '';
    position: absolute;
    left: -180px;
    top: 80px;
}
.AboutMar{margin-left: 16%;}

#NaseebMission{
	padding: 0 0 40px;
	color: #fff;
	font-size: 15px;
	background: #218db9;
}
.MissionShip{
	position: absolute;
	right: 5%;
	top: 0;
	-webkit-animation: slide-bl 1000s steps(500000, end) both;
	        animation: slide-bl 1000s steps(500000, end) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2020-3-1 15:42:45
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-bl
 * ----------------------------------------
 */
/*@-webkit-keyframes slide-bl {
  0% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  100% {
    -webkit-transform: translateY(100px) translateX(-100px);
            transform: translateY(100px) translateX(-100px);
  }
}*/
@keyframes slide-bl {
  0 {
    -webkit-transform: translateY(100) translateX(100);
            transform: translateY(100) translateX(100);
  }
  100% {
    -webkit-transform: translateY(650px) translateX(-650px);
            transform: translateY(650px) translateX(-650px);
  }
	
}

#NaseebMission:before{
	background: url(../images/Mission-bg.png) no-repeat 90%;
	content: '';
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
 -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@keyframes swing2 {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

#NaseebMission ul li{
	line-height: 2.5em;
}
#NaseebMission p span{
	color: #e7c452;

}
.MissionHeadWrap{
	background: #2e312d;
	height: 120px;
	position: relative;
	z-index: 9;
}
.MissionHeadWrap h1{
	background: #e7c452;
    width: 50%;
    margin: 0 auto;
    font-family: 'nexa_lightregular';
    padding: 20px 20px;
    text-align: center;
    font-size: 46px;
    text-transform: uppercase;
    bottom: -60px;
    position: relative;
    color: #fff;
    font-weight: 100;
	z-index: 1;
}
.MissionDot{
	height: 100px;
	width: 100%;
	margin-bottom: 50px;
	background: url(../images/missiondot.png) top;
}
#PlanMission{
	position: absolute;
    top: 24%;
    left: 10%;
    width: 11%;
	z-index: 1;
}
.BoxWrap{
	border: 2px solid #939597;
	/*border-top: 0;*/
	padding: 20px;
	margin-bottom: 40%;
}
.BoxWrap ul {
    padding: 0;
    display: inline-block;
    margin-right: 8px;
}
.BoxWrap ul li{
	list-style: none;
	margin-left: 1em;
}
.BoxWrap.p-2 li {
    line-height: 1.4em;
}
.BoxWrap ul li:before{
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #e7c452;
	margin-bottom: 4px;
	margin-left: -1em;
      margin-right: 0.6em;
}
.BoxWrap strong{
	color: #218db9;
	margin-bottom: 5px;
	display: block;
	font-family: 'nexa_boldregular';
	text-transform: uppercase;
	
}
.BoxWrap a{
    background: #e7c452;
    width: 90%;
    margin: 0 auto -40px;
    display: block;
    padding: 10px 20px;
    color: #2e312d;
    font-weight: bold;
	font-size: 15px;
    font-family: 'nexa_boldregular';
	text-transform: uppercase;
	text-align: center;
	transition: 1s;text-decoration: none
}
.BoxWrap a:hover{
	background: #218db9;
	color: #fff
}
.BoxWrap.p-2 a{
	margin: -12px auto -30px;
}
.BrandImg{
    background: #ededed;
    padding:0;
    width: 70%;
    margin: -90px auto 0;
}
.BrandImg img{
	width: 100%;
}
.BrandImgM{
	margin-top: -44px;
    margin-bottom: 10px;
}

.BrandImgM3{
	margin-top: -58px;
	width:76%;
    margin-bottom: 1px;
}
.BrandImg5{
    width: 56%;
    margin: -79px auto 22px;
}
.BrandImg.BrandImgM2 {
    text-align: center;
    width: 40%;
    margin-top: -80px;
}
.BrandImg.BrandImgM4 {
    width: 62%;
    margin-top: -56px;
    margin-bottom: 9px;
}
.BrabndHead{
    background: #218db9;
    color: #e7c452;
    width: fit-content;
    padding: 10px 50px;
}
.BlackStrip{
	background: #2e312d;
    position: absolute;
    width: 30%;
    height: 600px;
    top: 0;
    background-repeat: repeat-x;
    left: -120px;
    text-align: right;
    padding-top: 53px;
    padding-right: 10px;
}
.ContactStrip{
    height: 265px;
    width: 100%;
    background: url(../images/contact-bg.jpg) left #0e4061;
    background-repeat: repeat-y;
    padding-top: 7%;
}
.ContactStrip h1{
	font-family: 'nexa_lightregular';
	font-size: 46px;
	text-transform: uppercase;
	color: #fff;
	background: #e7c452;
	width: 30%;
	 margin: 0 auto;
	text-align: center;
	vertical-align: middle
}
.ContactUS strong{
	color: #e7c452;
	text-transform: uppercase;
	font-weight: bold;
}
.ContactUS p span{
	margin-right: 25px
}
.ContactWrap{
	padding: 26px;
}
.ContactUS input {
	border-radius: 10px;
    padding: 10px 20px;
    margin: 10px 10px 10px 0;
    width: 46%;
	border: none
}
.ContactUS textarea{
width: 95%;
    height: 190px;
    border-radius: 20px;
    padding: 10px 20px;
    margin-top: 10px;
}
.ContactUS .SubmetBtn{
    width: auto;
    padding: 6px 20px;
    background: #e7c452;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    float: right;
    margin-right: 28px;
}
.MobShow{
	display: none;
}
/*End Header*/
/*Media Query Start*/

@media (min-width: 1900px) {
 @-webkit-keyframes run{
	from {
		-webkit-transform: translate(0px, 0px);
		opacity:1;
	}
	49.5% {
		-webkit-transform: translate(3000px, 0px);
		opacity:1;
	}
	50% {
		-webkit-transform: translate(9800px, 0px);
		opacity:0;
	}
	51% {
		-webkit-transform: translate(-300px, 0px);
		opacity:0;
	}
	52% {
		-webkit-transform: translate(-720px, 0px);
		opacity:1;
	}
	to {
		-webkit-transform: translate(0px, 0px);
		opacity:1;
	}
}
}
@media only screen and (min-width : 150px) and (max-width : 480px) {
	.MissionShip{
		display: none;
	}
	.MobShow{
		display: block;
	}
	.MobHide{display: none;}
	#banner {
    background-size: cover;
	}
	#banner img{
		width: 50%;
	}
	#banner .clouds img{
		width: 30%;
	}
	#banner img.ship1{
		width: 70%;
	}
	
	.ship3{
	animation-delay: 40s, 40s;
    left: -25%;

}
	@-webkit-keyframes run{
	from {
		-webkit-transform: translate(0px, 0px);
		opacity:1;
	}
	49.5% {
		-webkit-transform: translate(700px, 0px);
		opacity:1;
	}
	50% {
		-webkit-transform: translate(700px, 0px);
		opacity:0;
	}
	51% {
		-webkit-transform: translate(-700px, 0px);
		opacity:0;
	}
	52% {
		-webkit-transform: translate(-700px, 0px);
		opacity:1;
	}
	to {
		-webkit-transform: translate(0px, 0px);
		opacity:1;
	}
}
	img.ship2{
		top: 36%;
		max-width: 52%;
		min-width: 54%
	}
	.ship1{
		bottom: 13%;
		top: auto;
	}
	
	#c1dmpinlineContent-gridContainer{
		    height: 100%;
	}
	
	.Home {
    height: 320px;
	}
	.BannerText {
    width: 50%;
	}
	gwd-page p.gwd-p-1xk6{
		left: -320px;
		top: 70px;
	}
	gwd-page p.gwd-p-14nc{left:-553px; top:143px}
	gwd-page p.gwd-p-1p28{left:-635px; top:180px}
	gwd-page p.gwd-p-nodp{left:-395px; top:105px}
	#banner p{
		font-size: 20px;
		padding: 0;
		margin: 0;
	}
	gwd-pagedeck.gwd-page-container{
		top:0;
	}
	gwd-page.page1-content{
		width: 60%;
		height: 100%;
	}
	.ImgWrap {
    padding: 0.1rem !important;
    margin-bottom: 15px;
}
.navbar-toggler {
    background: #0e4061;
}
		.TopCon {
		position: relative;
		top: 8px;
			text-align: center;
				padding: 0;
		width: 60%;
		margin: 0 auto 15px
}
	.TopCon  span{
		display: none;
	}
	#Header{
		min-width:100%
	}
	.shell{
	width: 70%;
	}
	.shell img{
		width: 100%
	}
	.navbar-toggler-icon{
		float: left;
	}
	.MenuWrap:before{
		display: none;
	}.navbar-nav{margin: 0}
	.MenuWrap {
    background: #0e4061;
    position: absolute;
    height: auto;
    width: 100%;
    top: 100%;
}
	.sticky .TopCon, .sticky .shell{
		display: block;
	}
	#navigation-menu li:after{
		display: none;
	}
	#navigation-menu li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
    padding: 5px;
}
	section#section-1{height: auto; min-height: auto}
	.mission h1 span {
font-size: 32px;
    padding: 4px 15px;
    margin-top: 0;
    line-height: normal;
    letter-spacing: 0;
    width: 100%;
    display: block;
}
	.mission .ImgWrap:hover .aboutUsImg{
	top: -12px;
	right: -8px;

}
	.mission .aboutUsImg {
	top: -12px;
	right: -8px;
			width: 100%;
		height: 90%;
	}
	.mission #circle{
		z-index: 0;
		height: 150px;
	}
.mission h1:before {
    height: 94px;
    left: -54%;
    top: -18px;
}
	.missionInner {
    padding-top: 10px;
}
	.MissionDot {
    height:90px;
    margin-bottom: 8px;
	}
	.MissionHeadWrap h1{
		width: 100%;
		padding: 5px 10px;
		font-size: 32px;
		bottom: -34px;
	}
	#NaseebMission{
		background-image: none;

		padding-bottom: 10px;
	}
	#NaseebMission ul{
		padding: 0 0 0 10px;
	}
	#NaseebMission ul li{
		line-height: normal;
    	margin-bottom: 7px;
	}
	#PlanMission {
    top: 17%;
    left: 5px;
    width: 35%;
	}
.ContactStrip h1 {
    width: 80%;
}
	.missionInner h2 {
    font-size: 34px;
	margin:0;
}
	.BoxWrap a {
    width: 100%;
    padding: 10px 0;
    font-size: 12px;
	}
	#NaseebMission:before{display: none;}
	.AboutUs h1 {
    font-size: 36px;
    transform: rotate(0);
    position: relative;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin:20px 0 10px;
	padding: 10px;
}
	.AboutUs h1:before{
 	height: 14px;
    left: -89%;
    top: 8px;
	}
	.AboutUs h1 br{
		display: none;
	}.AboutUs h1:after {
    left: -300px;
    bottom: -12px;
	}
	.AboutUs{padding-top: 6px;}
	.row{
		margin: 0;
	}
	.col-lg-5.col-md-4.col-sm-12.p-5.ImgWrap {
    padding: 0 !important;
}
	.AboutUs h2{display: none;}
	.AboutMar{
		margin-left: 0;
	}
	.aboutUs{
		padding: 0 0px 22px;
	}
	.BrabndHead {
    margin: 16px 0 2.5em;
    width: 100%;
}
	.BoxWrap{
		font-size: 14px;
		margin-bottom: 36%;
	}
	.aboutUs .text-black-50{
		display: none;
	}
	.BlackStrip {
		width: 100%;
		height: 152px;
		top: 0;
		overflow: hidden;
}
	.ContactStrip{
		background-size: 50%;
		height: 100px;
	}
	.ContactStrip h1{
		font-size: 40px;
	}
	.ContactWrap {
    padding: 26px 0 0;
}
	.ContactUS h2{
		font-size: 34px;
	}
	.ContactUS input {
    border-radius: 10px;
    margin: 5px 10px 5px 0;
		width: 100%;
}
	.ContactUS textarea {
    width: 100%;
    height: 120px;
    border-radius: 10px;
    margin-top: 5px;
}
	.ContactUS{padding-bottom: 20px;}
	.ContactUS .SubmetBtn{margin-right: 0;}
#circle {
	display: none;
	}
	.ContactUS p span{display: block;}
	}/*End Media Query*/
/*End Banner*/
@media only screen and (min-width: 480px) and (max-width: 749px){
	.MissionShip{
		display: none;
	}
	.MobShow{
		display: block;
	}
	.MobHide{display: none;}
	#Header{
	     min-width: 100%; 	
	}
	.mission h1 span{font-size: 32px; padding: 4px 10px;}
	.TopCon {
    position: relative;
    top: 5px;
    padding-right: 0;
    text-align: center;
}
	#banner .BHead{max-width: 50%; top:30%;}
	.BannerText {
    width: 50%;
    max-width: 50%;
}
	.BoXMainWrap{
		max-width:50%;
		margin-bottom: 15%;
	}
.ship2 {
    top: 4%;
    width: 50%;
}
.ship1 {
    bottom: 14%;
	width: 50%;
	}
gwd-page p.gwd-p-1xk6{
		left: -290px;
		top: 70px;
	}
	gwd-page p.gwd-p-14nc{left:-526px; top:148px}
	gwd-page p.gwd-p-1p28{left:-605px; top:185px}
	gwd-page p.gwd-p-nodp{left:-367px; top:110px}
	gwd-pagedeck.gwd-page-container{
		top:0;
	}
	gwd-page.page1-content{
		width: 36%;
		height: 100%;
	}
#banner p {
	padding: 0;
    font-size: 24px;
}
.AboutMar {
    margin-left: 0;
}
.AboutUs h1:before {
    height: 14px;
    left: -89%;
    top: 8px;
}
.AboutUs h1:after {
    left: -288px;
    bottom: -12px;
}
	.col-lg-6.col-md-6.col.col-sm-12.p-5.ImgWrap, .col-lg-5.col-md-6.col-sm-12.p-5.ImgWrap.wow.animated.slideInLeft.animated{padding:15px !important; margin-top: 25px;}
.missionInner h2 {
    margin: 10px 0 0;
	}

.AboutUs h1 br {
    display: none;
}
.AboutUs h1 {
    font-size: 36px;
    transform: rotate(0);
    position: relative;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin: 0;
}
.shell img {
    width: 66%;
}
#circle {
    width: 178px;
    height: 98px;
	left: 20%
	}
img.left-1 {
    width: 2% !important;
    top: 87px;
    right: 66px;
	display: none;
}
img.left-2 {
    width: 2% ;
    right: 205px;
    top: 93px;
	display: none;
}
	img.left-2 {
    width: 2% !important;
    right: 205px;
    top: 54px;
}
	.clouds img {
    width: 35% !important;
}
.cloud1 {
    top: 4px;
}
.cloud2 {
    top: 55px;
}
.cloud3 {
    top: 16px;
	}
.cloud4 {
    top: 41px;
	}
.cloud5 {
    top: 55px;
	}
	section#section-1 {
    height: 300px;
    min-height: 300px;
}
	.mission h1 {
    font-size: 27px;
    padding: 5px 10px;
	}
.AboutUs h1:before {
    left: -75%;
	}
.AboutUs h1:after {
    left: -400px;
	}
	.MissionHeadWrap h1{
		font-size: 27px
	}
.AboutUs h1 {
    font-size: 38px;
	}
	.navbar-toggler {
    background: #0e4061;
}
.MenuWrap {
    background: #0e4061;
    position: absolute;
    height: auto;
    width: 100%;
    top: 64px;
}
	.MenuWrap:before{
		display: none;
	}
	#navigation-menu li:after{
		display: none;
	}
.Home {
    height: 300px;
}
#navigation-menu li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
    padding: 5px;
}
.navbar-nav {
    margin-left: 0;
}
#PlanMission {
    top: 20%;
    left: 15px;
    width: auto;
}
	.BrandImg {
    margin: -64px auto 0;
}
	.BrandImgM {
    margin-top: -33px;
    margin-bottom: 35px;
	}
.BrandImg.BrandImgM2 {
    margin-top: -60px;
}
	.BrandImgM3{
	margin-top: -44px;
    margin-bottom: 14px;
	}
.navbar-dark .navbar-brand {

    margin-bottom: 5px;
}
.BoxWrap a {
    font-size: 12px;
    width: 100%;
    padding: 10px 0;
}
.ContactStrip {
    height: 130px;
	    background-size: 50%;
}
	.mission #circle{
		z-index: 0;
	}
#NaseebMission {
    font-size: 13px;
    height: auto;
    padding-bottom: 20px;
}
.sticky .TopCon, .sticky .shell {
    display: block;
}
	.ContactWrap{
		padding: 26px 0;
	}
	.ContactStrip h1{
		width: 50%;
		font-size: 44px
	}
	.aboutUs .text-black-50{
		display: none;
	}
	.aboutUs{
		padding-top: 0;
	}
.BlackStrip {
    width: 50%;
    height: 120px;
	overflow: hidden;
}
.BrabndHead {
	margin-top: 15px;
    margin-bottom: 80px;
	width: 100%;
}
.BrabndHead br{
	display: none;
	}
.BoxWrap {
    margin-bottom: 10%;
}

}
@media only screen and (max-width:950px) and (min-width:768px){
	#Header{
	     min-width: 100%; 	
	}
	.mission h1 span{font-size: 32px; padding: 4px 10px;}
	.TopCon {
    position: relative;
    top: 5px;
    padding-right: 0;
    text-align: center;
}
	#banner .BHead{max-width: 50%; top:33%;}
.BannerText {
    width: 100%;
    max-width: 100%;
    position: absolute;
    height: 20%;
    bottom: 0;
	right: 0;
}
	.BoXMainWrap{
		max-width:50%;
		margin-bottom: 15%;
	}
.ship2 {
    top: 4%;
    width: 50%;
}
.ship1 {
    bottom: 14%;
	width: 50%;
	}
#banner .BHead h1 {
    font-size: 24px;
	    padding: 50px 20px 60px 20px;
	height: 43%
	}
	gwd-pagedeck.gwd-page-container{top: 0;}
#banner p {
    bottom: 0;
    font-size: 40px;
}
	.blueStrip{
		margin-bottom: 80px;
	}
.AboutMar {
    margin-left: 0;
}
.AboutUs h1:before {
    height: 14px;
    left: -89%;
    top: 8px;
}
.AboutUs h1:after {
    left: -288px;
    bottom: -12px;
}
.missionInner h2 {
    margin: 10px 0 0;
	}

	.col-lg-6.col-md-6.col.col-sm-12.p-5.ImgWrap{
		margin-top: 20px;
		padding: 0 !important
	}
	.col-lg-5.col-md-6.col-sm-12.p-5.ImgWrap.wow.animated.slideInLeft.animated{padding: 0 !important}
.AboutUs h1 br {
    display: none;
}
.AboutUs h1 {
    font-size: 36px;
    transform: rotate(0);
    position: relative;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin: 0;
}
.shell img {
    width: 66%;
}
#circle {
    width: 178px;
    height: 98px;
	left: 20%
	}
img.left-1 {
    width: 2% !important;
    top: 101px;
    right: 76px;
}
	gwd-page.page1-content{width: 410px}

	img.left-2 {
    width: 2% !important;
    right: 237px;
    top: 62px;
}
	.clouds img {
    width: 35% !important;
}
.cloud1 {
    top: 4px;
}
.cloud2 {
    top: 55px;
}
.cloud3 {
    top: 16px;
	}
.cloud4 {
    top: 41px;
	}
.cloud5 {
    top: 55px;
	}
	section#section-1 {
    height: 300px;
    min-height: 300px;
}
	.mission h1 {
    font-size: 27px;
    padding: 5px 10px;
	}
.AboutUs h1:before {
    left: -70%;
	}
.AboutUs h1:after {
    left: -502px;
	}
	.MissionHeadWrap h1{
		font-size: 27px
	}
.AboutUs h1 {
    font-size: 38px;
	}
	.navbar-toggler {
    background: #0e4061;
}
.MenuWrap {
    background: #0e4061;
    position: absolute;
    height: auto;
    width: 100%;
    top: 64px;
}
	.MenuWrap:before{
		display: none;
	}
	#navigation-menu li:after{
		display: none;
	}
.Home {
    height: 330px;
}
#navigation-menu li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
    padding: 5px;
}
.navbar-nav {
    margin-left: 0;
}
#PlanMission {
    top: 20%;
    left: 5px;
    width: 26%;
}
	.BrandImg {
    margin: -64px auto 0;
}
	.BrandImgM {
    margin-top: -40px;
    margin-bottom: 35px;
	}
.BrandImg.BrandImgM2 {
    margin-top: -87px;
}
	.BrandImgM3{
	margin-top: -60px;
    margin-bottom: 14px;
	}
.navbar-dark .navbar-brand {

    margin-bottom: 5px;
}
.BoxWrap a {
    font-size: 12px;
    width: 100%;
    padding: 10px 0;
}
.ContactStrip {
    height: 130px;
	    background-size: 50%;
}
	.mission #circle{
		z-index: 0;
	}
#NaseebMission {
    font-size: 13px;
	margin-bottom: 10px;
    padding-bottom: 20px;
}
.sticky .TopCon, .sticky .shell {
    display: block;
}
	.ContactWrap{
		padding: 26px 0;
	}
	.ContactStrip h1{
		width: 50%;
		font-size: 44px
	}
	.aboutUs .text-black-50{
		display: none;
	}
	.aboutUs{
		padding-top: 0;
	}
.BlackStrip {
    width: 50%;
    height: 120px;
	overflow: hidden;
}
.BrabndHead {
	margin-top: 15px;
    margin-bottom: 80px;
	width: 100%;
}
.BrabndHead br{
	display: none;
	}
.BoxWrap {
    margin-bottom: 10%;
}

}
@media (min-width: 992px) and (max-width: 1024px){
	#navigation-menu li a:hover, #navigation-menu a.mPS2id-highlight{
		font-size: 12px;
	}
	.navbar-nav .nav-link{
		padding: 6px 10px 0 !important;
	}
	#banner .BHead h1{font-size: 34px; padding: 20px 10px 20px 20px; }
	.navbar-nav{margin-left: 0;}
	.BannerText{max-width: 30%; flex: 30%; z-index: 3}
	#banner p{padding: 0 20px;}
	.Home{height: 473px}
	.ship1{z-index: 2;}
	.ship3{left: -45%}
	.ship2{width: 58%; z-index: 1;}
	.left-1{top: 30%; right: 120px;}
	.left-2{top:17.5%; right: 369px; z-index: 99;}
	.cloud1{top: -45px;}
	.cloud2 {top: 34px;}
	.cloud3 {top: 12px;}
	.cloud4 {top: 14px;}
	.cloud5 {top: 38px;}
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
.Home{height: 300px}
	.AboutUs h1:after{left: -536px}
	.BrandImg.BrandImgM4{width: 50%}
	BrandImg.BrandImgM4 img{width: 50%}
	.ContactStrip h1{width: 50%}
	.ship2{top:-12%;}
	img.left-1 {
    width: 2% !important;
    top: 65px;
    right: 88px;
}
	img.left-2 {
    width: 2% !important;
    right: 270px;
    top: 22px;
}
	.cloud1 {
    top: -32px;
}
.cloud2 {
    top: 11px;
}
.cloud3 {
    top: 16px;
	}
.cloud4 {
    top: -6px;
 }
.cloud5 {
    top: 11px;
 }
#circle {
    width: 178px;
    height: 103px;
	left: 280px;
 }
.TopCon {
    position: absolute;
    top: 20px;
    padding-right: 0;
    left: 120px;
    right: 0;
    height: auto;
}
	#banner{margin-top: 66px;}
}

.loading {
	overflow: hidden;
	height: 100vh
}

.preloader {
	background: #fff;
	position: fixed;
	text-align: center;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	z-index: 99
}

.preloader4 {
	position: absolute;
	margin: -17px 0 0 -17px;
	left: 50%;
	top: 50%;
	width: 35px;
	height: 35px;
	padding: 0;
	border-radius: 100%;
	border: 2px solid;
	border-top-color: rgba(0, 0, 0, 0.65);
	border-bottom-color: rgba(0, 0, 0, 0.15);
	border-left-color: rgba(0, 0, 0, 0.65);
	border-right-color: rgba(0, 0, 0, 0.15);
	-webkit-animation: preloader4 .8s linear infinite;
	animation: preloader4 .8s linear infinite
}

@keyframes preloader4 {
	from {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(360deg)
	}
}

@-webkit-keyframes preloader4 {
	from {
		-webkit-transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg)
	}
}