/***** Global Classes and declarations *****/
@import "compass/css3";
body {
  font-size: 62.5%;
  font-family: "DM sans";
  font-weight: 300;
  width: 100%;
  overflow-x: hidden;
}

body.homepage {
  background: white;
  height: 100vh;
  overflow: hidden;
}
body.homepage:after {
  width: 100%;
  height: 100vh;
  position: fixed;
  content: "";
  display: block;
  left: 0;
  top: 0;
  
}

.d-flex{
    display: flex;
    padding: 40px;
    flex-wrap: wrap;
    justify-content:center;
}

.col-md-3 {
    width: 31.5%;
    border: 2px solid;
    padding: 25px 25px 25px 25px;
    border-radius: 20px;
    background-color: #0d3958;
    color : white;
    height: auto;
    font-weight: 800;
    text-align: center;
    margin: 10px;
}

.col-md-3 img {
    width : 30%;
}

header .middleWrapper img{
	width:130px;
	height:60px;
}
@-webkit-keyframes bodyColor {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes bodyColor {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bodyColor {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
input {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
}
a.selected {
}
a:hover.selected {
  text-decoration: none;
}
/*a:visited{ color:#60615f; text-decoration:underline;}*/
img {
  border: none;
}
html {
  width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}
p,
input,
a {
  color: #676767;
}
h1 {
  font-size: 1.8em;
  line-height: 1.2em;
}
h2 {
  font-size: 1.5em;
}
h3,
h3 a {
  font-size: 1.2em;
}
h4,
h4 a {
  font-size: 1.2em;
}
h5,
h5 a {
  font-size: 1.2em;
}
h6,
h6 a {
  font-size: 1.2em;
}
.nodatfound.errorMsg {
  float: left;
  clear: both;
  color: red;
  font-size: 1.2em;
}
h3 a,
h4 a,
h5 a,
h6 a {
  font-size: 1em;
  text-decoration: underline;
}
table,
table tr td,
table tr th {
  border: none;
}
.clearfix:after {
  content: "."; /*display: block;*/
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  /*display: inline-block;*/
}
* html .clearfix {
  height: 1%;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: none;
  -webkit-border-radius: 0;
  -webkit-overflow-scrolling: touch;
  outline: none;
}
.clear {
  font-size: 1%;
  height: 0;
  line-height: 0;
  width: 0;
  float: none;
  clear: both;
}
html[xmlns] .clearfix {
  /*display: block;*/
}
input {
  outline: none;
}
article,
aside,
canvas,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
mark {
  display: block;
  width: 100%;
  float: left;
}
strong {
  font-weight: 300;
}
* {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  width: 100%;
  float: left;
}
.hide {
  display: none !important;
}
/***** Global Classes and declarations END *****/

.homepage section {
  min-height: 325vh;
}
.homepage section.sectionActivate {
  z-index: 3;
}
a.menuMobile {
  display: none;
}
header {
  position: fixed;
  opacity: 0;
  top: 0;
  z-index: 2;
  
}
.navWrap {
  width: auto;
  float: right;
}
.scrollFirst header {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
/* .scrollFirst header.hiddenHeader{z-index: 0; -webkit-transition: none; -moz-transition: none; transition: none;} */

header nav {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}
header nav ul li {
  line-height: 100px;
  float: left;
  margin: 0 30px;
}
header nav ul li a {
  color: #fff;
  font-size: 1.6em;
  text-transform: uppercase;
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-weight: 500;
  /*opacity: 0.4;*/
  letter-spacing: 1.6px;
}
.scrollFirst header nav ul li a:hover,
.scrollFirst header nav ul li a.active,
header nav ul li a.active,
header nav ul li a:hover {
  opacity: 1;
}
.scrollFirst header {
  top: 0;
  opacity: 1;
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  transition-delay: .5s;
  background:transparent;
}

a.loginBtn {
  float: right;
  color: #fff;
  font-size: 1.6em;
  text-transform: uppercase;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-weight: 500;
  border: 1px solid #0d3958;
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  letter-spacing: 1.6px;
  background:#0d3958;
  border-radius:5px;
}

section {
  position: relative;
  z-index: 1;
}
article {
  min-height: 100vh;
  position: relative;
}
.middleWrapper {
  width: 1420px;
  margin: 0 auto;
  display: table;
  height: 100%;
  position: relative;
}
.firstWrap {
  overflow: hidden;
  /*background: url(../images/1-banner.jpg) right 0;*/
  background-size: cover;
  animation: bodyColor 1s ease 1;
  opacity: 1;
}
.firstWrap .middleWrapper {
  min-height: 100vh;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.firstWrap .caption,
.firstWrap .caption *,
.firstWrap .caption:after {
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  transition: all ease .5s;
}
.firstWrap .caption {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  min-height: calc(50% + 100px);
  padding: 50px 120px;
}

.firstWrap .caption:after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100px;
  opacity: 0;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#647d96+0,647d96+100&0.1+0,0.01+100 */
  /*background: -moz-linear-gradient(top, rgba(100, 125, 150, 0.1) 0%, rgba(100, 125, 150, 0.01) 100%); /* FF3.6-15 */
 /* background: -webkit-linear-gradient(top, rgba(100, 125, 150, 0.1) 0%, rgba(100, 125, 150, 0.01) 100%); /* Chrome10-25,Safari5.1-6 */
 /* background: linear-gradient(to bottom, rgba(100, 125, 150, 0.1) 0%, rgba(100, 125, 150, 0.01) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a647d96', endColorstr='#03647d96',GradientType=0 ); /* IE6-9 */
}
.firstWrap .caption h2 {
  font-size: 4rem !important;
  color: #fff;
  position: relative;
  top: -85px;
  position: absolute;
  font-weight: 600;
  overflow: hidden;
  height: 165px;
}

@media only screen and  (max-width: 500px){
.firstWrap .caption h2 {
  font-size: 4rem !important;
  margin-bottom: 300px !important;
  color: #fff;
  position: relative;
  top: -85px;
  position: absolute;
  font-weight: 600;
  overflow: hidden;
  height: 165px;
}
}

.firstWrap .caption p {
  font-size: 2.2em;
  color: #fff;
  float: left;
  line-height: 1.8em;
  position: relative;
  top: 0;
  width: 700px;
  overflow: hidden;
  height: 150px;
  letter-spacing: 0.45px;
}


.firstWrap .caption p span,
.firstWrap .caption h2 span {
  position: absolute;
  top: 100px;
  opacity: 0;
}
.firstWrap .caption p span {
  top: 120px;
}

.firstWrap:after {
  width: 100%;
  height: 100vh;
  content: "";
  display: block;
  position: fixed;
  bottom: -100%;
  left: 0;
  background: white;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: 1;
}
.firstWrap.bottomArticleActive:after {
  bottom: 0;
}

.scrollFirst .firstWrap .caption {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 1;
  bottom: 0;
}
.scrollFirst .firstWrap .caption:after {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 1;
  top: 0;
  display:none;
}
.scrollFirst .firstWrap .caption h2 span {
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  transition-delay: 2s;
  opacity: 1;
  top: 0;
  font-weight:100!important;
}
.scrollFirst .firstWrap .caption p span {
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  transition-delay: 2s;
  opacity: 1;
  top: 0;
}
.scrollDown {
  position: fixed;
  bottom: 0;
  left: calc(50% - 590px);
  height: 0;
  font-size: 1.6em;
  text-transform: uppercase;
  color: #fff;
  padding-left: 15px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all ease 2s;
  -moz-transition: all ease 2s;
  transition: all ease 2s;
  letter-spacing: 1.6px;
}
.scrollDown:after,
.scrollDown:before {
  width: 1px;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background: #fff;
  bottom: 0;
  opacity: 0.1;
}
.scrollDown:before {
  z-index: 1;
  animation: scrollAnim 2s ease infinite;
  opacity: 1;
  bottom: 0;
  opacity: 1;
}
@keyframes scrollAnim {
  100% {
    bottom: -100%;
    opacity: 1;
  }
}
.scrollFirst .scrollDown {
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  transition-delay: 2s;
  opacity: 1;
  height: 70px;
}

.aboutWrapper {
  background: #e6e6eb;
  overflow: hidden;
  opacity: 0;
}
.aboutWrapper.articleActive {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.aboutWrapper .caption *,
.aboutWrapper .caption {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  transition: all ease .5s;
}
.aboutWrapper .caption {
  width: auto;
  position: absolute;
  left: 50%;
  top: 60%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 5;
}
.aboutWrapper .caption p {
  font-size: 3.4em;
  color: #182028;
  font-weight: 500;
  display: table;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  line-height: 56px;
  letter-spacing: 0.68px;
  background: transparent;
}
.aboutWrapper .caption p.slideCont01 {
  width: 720px;
}
.aboutWrapper .caption p.slideCont02 {
  width: 1000px;
  
  
}
.aboutWrapper .caption p.slideCont01 span {
  opacity: 0.1;
  color:white;
}
.aboutWrapper .caption.startingVal p.slideCont01 span:nth-child(1) {
  opacity: 1;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s;
}
.aboutWrapper .caption.span0 p.slideCont01 span:nth-child(1) {
  opacity: 1;
}
.aboutWrapper .caption.span1 p.slideCont01 span:nth-child(2) {
  opacity: 1;
}
.aboutWrapper .caption.span2 p.slideCont01 span:nth-child(3) {
  opacity: 1;
}
.aboutWrapper .caption.span3 p.slideCont01 span:nth-child(4) {
  opacity: 1;
}
.aboutWrapper .caption.span4 p.slideCont01 span:nth-child(5) {
  opacity: 1;
}

.aboutWrapper.articleActive .caption {
  opacity: 1;
  top: 50%;
  position: fixed;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
  transition: all ease 1s;
}

.dotedWrapper {
  position: fixed;
  opacity: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  
  left: 0;
  top: 0;
}
.articleActive .dotedWrapper {
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}


.dotedWrapper ul li {
  width: 60px;
  height: 60px;
  float: left;
  position: relative;
  margin: 0;
  -webkit-transition: all ease 0s;
  -moz-transition: all ease 0s;
  transition: all ease 0s;
  display:block;
}
.dotedWrapper ul li:after {
  width: 2px;
  height: 2px;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #182028;
  opacity: 0;
  transition: all ease 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

.articleActive .dotedWrapper ul li:after {
  opacity: 0.7;
  -webkit-transition: all ease 1.5s;
  -moz-transition: all ease 1.5s;
  transition: all ease 1.5s;
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.dotedWrapper ul li:nth-child(1n):after {
  left: calc(50% - 15px);
  top: calc(50% - 15px);
}
.dotedWrapper ul li:nth-child(2n-1):after {
  left: calc(50% - 5px);
  top: calc(50% - 50px);
}
.dotedWrapper ul li:nth-child(2n + 1):after {
  left: calc(50% + -15px);
  top: calc(50% - -18px);
}
.dotedWrapper ul li:nth-child(3n-1):after {
  left: calc(50% - 5px);
  top: calc(50% - 5px);
}

.aboutWrapper.articleActive .dotedWrapper.active ul li:nth-child(1n):after,
.aboutWrapper.articleActive .dotedWrapper.active ul li:nth-child(2n-1):after,
.aboutWrapper.articleActive .dotedWrapper.active ul li:nth-child(2n + 1):after,
.aboutWrapper.articleActive .dotedWrapper.active ul li:nth-child(3n-1):after {
  left: 50%;
  top: 50%;
  transition: all ease 1s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.dotedWrapper ul li.active:after {
  width: 2px;
  height: 2px;
  animation: dotAnim 2s ease infinite;
  opacity: 0.6;
}
@-webkit-keyframes dotAnim {
  50% {
    width: 6px;
    height: 6px;
    opacity: 1;
  }
}
@-moz-keyframes dotAnim {
  50% {
    width: 6px;
    height: 6px;
    opacity: 1;
  }
}
@keyframes dotAnim {
  50% {
    width: 6px;
    height: 6px;
    opacity: 1;
  }
}

.dots4 .dotedWrapper {
  display: none;
}

.dotsWrap {
  width: 980px;
  height: 680px;
  position: fixed;
  left: 50%;
  top: 5%;
  /*-webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);*/
  z-index: 5;
  -webkit-transition: all ease 1.5s;
  -moz-transition: all ease 1.5s;
  transition: all ease 1.5s;
}
ul.dotsUL {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
}
ul.dotsUL li {
  width: 0px;
  height: 0px;
  /*text-indent: 100px;*/
  position: absolute;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  transition: all ease 1s;
  opacity: 0;
}
ul.dotsUL li a {
  opacity: 0;
  position: absolute;
  visibility: hidden;
  cursor: default;
  left: 0;
  width: 450px;
  text-align: left;
  float: left;
  top: 0;
  font-size: 2.2em;
  text-transform: uppercase;
  line-height: 1em;
  height: 20px;
  overflow: hidden;
  letter-spacing: 2.64px;
  color: #182028;
}
ul.dotsUL li a span {
  position: relative;
  top: 30px;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
}
ul.dotsUL li:after {
  width: 2px;
  height: 2px;
  content: "";
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
}
ul.dotsUL li:nth-child(1) {
  left: calc(-100% + 52px);
  top: calc(-20vh + 37px);
}
ul.dotsUL li:nth-child(2) {
  right: calc(-100% + 52px);
  top: calc(-20vh + 37px);
}
ul.dotsUL li:nth-child(3) {
  right: calc(-100% + 52px);
  bottom: calc(-20vh + 37px);
}
ul.dotsUL li:nth-child(4) {
  left: calc(-100% + 52px);
  bottom: calc(-20vh + 37px);
}

.dots4 ul.dotsUL li {
  width: 20px;
  height: 20px;
  opacity: 1;
  display:block;
}
.dots4 ul.dotsUL li:after {
  width: 20px;
  height: 20px;
  opacity: 1;
}
.dots4 ul.dotsUL li:nth-child(1) {
  left: 0;
  top: 0;
}
.dots4 ul.dotsUL li:nth-child(2) {
  right: 0;
  top: 0;
}
.dots4 ul.dotsUL li:nth-child(3) {
  right: -20px;
  bottom: 0;
}
.dots4 ul.dotsUL li:nth-child(4) {
  left: 0;
  bottom: 0;
}

.dotsWrap:after,
.dotsWrap:before,
ul.dotsUL:after,
ul.dotsUL:before {
  width: 0;
  height: 0;
  background: #182028;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all ease 2s;
  -moz-transition: all ease 2s;
  transition: all ease 2s;
  opacity: 0;
  display:none;
}
.dotsWrap:before {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  display:none;
}
/* ul.dotsUL:after, ul.dotsUL:before{width: 1px; height: 100%;} */
ul.dotsUL:before {
  left: auto;
  right: 0;
}
ul.dotsUL:after {
  top: auto;
  bottom: 0;
  display:block;
}

.dotsLine .dotsWrap:after,
.dotsLine .dotsWrap:before {
  width: 100%;
  height: 4px;
  opacity: 0.1;
}
.dotsLine ul.dotsUL:after,
.dotsLine ul.dotsUL:before {
  height: 100%;
  width: 4px;
  opacity: 0.1;
  display:none;
}
.aboutWrapper.dotsLine .caption p.slideCont01 span {
  opacity: 1;
}
p.slideCont02 {
  text-align: center;
  overflow: hidden;
  height: 100px;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
  z-index:-1;
}
p.slideCont02 span {
  position: relative;
  top: 80px;
  opacity: 0;
  transition: all ease 1s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

.dotsLineStright .caption p.slideCont01 {
  display: none;
}
.dotsLineStright .dotsWrap {
  width: 20px;
}
.dotsLineStright ul.dotsUL li:nth-child(2) {
  right: -20px;
  top: 25%;
}
.dotsLineStright ul.dotsUL li:nth-child(4) {
  left: 0;
  bottom: 25%;
}
.dotsLineStright .dotsWrap:after,
.dotsLineStright .dotsWrap:before,
.dotsLineStright ul.dotsUL:after,
.dotsLineStright ul.dotsUL:before {
  opacity: 0;
}
.dotsLineStright p.slideCont02 {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.dotsLineStright p.slideCont02 span {
  top: 0;
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  color:white;
  margin-top:-140px;
}

.keyAttribute p.slideCont02 {
  opacity: 0;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}
.keyAttribute .dotsWrap {
  height: 400px;
  margin: 100px 0 0 0;
  border-left:1px solid white;
  padding-left:50px;
}
.keyAttribute ul.dotsUL li:nth-child(2) {
  top: calc(33.33% - 7px);
}
.keyAttribute ul.dotsUL li:nth-child(4) {
  bottom: calc(33.33% - 7px);
}
.keyAttribute ul.dotsUL li a {
  opacity: 1;
  visibility: visible;
  border-bottom:1px solid white;
  padding-bottom:100px;
}
.keyAttribute ul.dotsUL li a span {
  opacity: 1;
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  transition-delay: 2s;
  top: 0;
  display:block;
  color:white;
}

.keyWrap * {
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  transition: all ease 1s;
}
.keyWrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  background:white;
}
.keyWrap h2 {
  font-size: 7.5em;
  text-align: center;
  position: absolute;
  top: 13%;
  opacity: 0;
  height: 500px;
  overflow: hidden;
  font-weight: 600;
  color: #182028;
}
.keyWrap h2 span {
  position: relative;
  top: 80px;
  opacity: 0;
}
/*.keyWrap p {*/
/*  font-size: 3.4em;*/
/*  text-align: center;*/
/*  position: absolute;*/
/*  top: calc(50% - 10px);*/
/*  max-width: 1200px;*/
/*  text-align: left;*/
  /*left: calc(50% - 550px);*/
/*  border-top: 1px solid rgba(4, 11, 20, 0.2);*/
/*  padding-top: 20px;*/
/*  color: #182028;*/
/*  opacity: 0;*/
/*  line-height: 56px;*/
/*  letter-spacing: 0.68px;*/
/*  font-weight: 500;*/
/*}*/
.keyAttribute .keyWrap {
  opacity: 1;
  visibility: visible;
}
.keyAttribute .keyWrap h2 {
  opacity: 1;
  
  color:#0D3958;
/* background-image:url("../images/awards-icon-1-latest-01_new.png"); */
  background-position: center center;
    background-repeat: no-repeat;
    background-size: 70% auto;
}
.keyAttribute .keyWrap p {
  opacity: 1;
  /*-webkit-transition-delay: 2s;*/
  /*-moz-transition-delay: 2s;*/
  /*transition-delay: 2s;*/
  color:#0D3958;
  font-size:20px;
}
.keyAttribute .keyWrap h2 span {
  opacity: 1;
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  transition-delay: .5s;
  top: 20%;
  color:#0D3958;
  font-size:30px;
}

.aboutWrapper:after {
  width: 100%;
  height: 100vh;
  content: "";
  display: block;
  position: fixed;
  bottom: -100%;
  left: 0;
  background: #182028;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: 5;
}
.aboutWrapper.bottomArticleActive:after {
  bottom: 0;
}

.clarityMatters * {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0s;
}
.clarityMatters {
  position: fixed;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 6;
  background: linear-gradient(to top, #09203f 0%, #537895 100%);
}
.clarityMatters.articleActive {
  top: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.clarityMatters:after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: 0;
  /*background: url(../images/1-banner.jpg) no-repeat right top;*/
  background-size: cover;
  opacity: 0;
}
.clarityMatters.articleActive:after {
  opacity: 1;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  transition: all ease 1s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s;
}

.clarityMatters .middleWrapper {
  padding: 140px 0 20px 0;
  z-index: 2;
}
.clarityMatters .middleWrapper .topDesc h2 {
  font-size: 5em;
  color: #fff;
  font-weight: 600;
  overflow: hidden;
  height: 75px;
  position: relative;
  letter-spacing: 1px;
}
.clarityMatters .middleWrapper .topDesc p span,
.clarityMatters .middleWrapper .topDesc h2 span {
  position: absolute;
  top: 35px;
  opacity: 0;
  left: 0;
}
.clarityMatters .middleWrapper .topDesc p span {
  top: 25px;
}
.clarityMatters .middleWrapper .topDesc p {
  font-size: 2.2em;
  color: #fff;
  position: relative;
  height: 40px;
  width: 100%;
  float: left;
  overflow: hidden;
  letter-spacing: 0.44px;
  line-height: 36px;
}

.clarityMatters.articleActive .middleWrapper h2 span,
.clarityMatters.articleActive .middleWrapper p span {
  top: 0px;
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  transition-delay: 0s;
}

.quizWrap {
  width: 100%;
  float: left;
  margin: 100px 0 0 0;
  position: relative;
  padding: 0 0 0 360px;
  opacity: 0;
  top: 100px;
}

/* .quizWrap{
    width: 100%; float: left;  padding: 0 0 0 250px; opacity: 0;
    position: fixed;
    top: 60%;
    transform: translateY(-50%);
    margin: 0;
    display: table;
    min-height: 310px;
} */

.quizWrap ul.quizUL {
  position: relative;
  float: left;
  width: 700px;
}
.quizWrap ul.quizUL > li {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.quizWrap ul.quizUL > li:nth-child(1) {
  display: block;
}
.quizWrap ul.quizUL > li ul.ansUL,
.quizWrap ul.quizUL > li {
  width: 100%;
  float: left;
}
.quizWrap ul.quizUL > li h3 {
  color: #fff;
  font-size: 3.4em;
  font-weight: 500;
  line-height: 50px;
  position: relative;
  overflow: hidden;
  height: 100px;
  letter-spacing: 0.68px;
}
.quizWrap ul.quizUL > li h3 span {
  position: absolute;
  top: 100px;
  opacity: 0;
}

.quizWrap ul.quizUL > li ul.ansUL {
  margin: 50px 0 0 0;
  height: 120px;
  overflow: hidden;
}
.quizWrap ul.quizUL > li ul.ansUL li {
  width: auto;
  float: left;
  text-align: center;
  margin: 0 60px 0 0;
  position: relative;
  top: 100px;
  opacity: 0;
}

.quizWrap ul.quizUL > li ul.ansUL li p {
  font-size: 1.6em;
  height: auto;
  width: 100%;
  float: left;
  margin: 10px 0 0 0;
  color: white;
  letter-spacing: 0.32px;
  line-height: 22px;
}
.quizWrap ul.quizUL > li ul.ansUL li span.number {
  width: 70px;
  height: 70px;
  line-height: 66px;
  border: 2px solid white;
  display: table;
  border-radius: 50%;
  font-size: 2.2em;
  color: white;
  letter-spacing: 0.44px;
  font-weight: 500;
  box-sizing: border-box;
 
}
.quizWrap ul.quizUL > li ul.ansUL li a:hover span.number,
.quizWrap ul.quizUL > li ul.ansUL li a.selected span.number {
  background: linear-gradient(to top, #09203f 0%, #537895 100%);
  color: #fff;
  border-color: linear-gradient(to top, #09203f 0%, #537895 100%);
}

ul.navigationUL {
  width: 3px;
  height: 343px;
  position: absolute;
  left: 0;
  top: 100px;
  opacity: 0;
}
ul.navigationUL.lastNavLI {
  height: 595px;
}
ul.navigationUL:after {
  width: 1px;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  top: 0;
  background: #74787c;
  z-index: -1;
}
ul.navigationUL li {
  width: 100%;
  height: 20%;
  z-index: 1;
  position: relative;
}
ul.navigationUL li:after {
  width: 3px;
  height: 0;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0;
  background: #fff;
  z-index: 0;
}
ul.navigationUL li.active:after {
  height: 100%;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.quizWrap ul.quizUL > li ul.formsUL {
  position: relative;
  top: 150px;
  opacity: 0;
}
.quizWrap ul.quizUL > li.active ul.formsUL {
  opacity: 1;
  top: 0;
}
.quizWrap ul.quizUL > li.active h3 span {
  top: 0;
  opacity: 1;
}
.quizWrap ul.quizUL > li.active ul.ansUL li {
  opacity: 1;
  top: 0;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

ul.formsUL,
ul.formsUL li {
  width: 100%;
  float: left;
}
ul.formsUL li {
  margin: 0 0 30px 0;
  position: relative;
}
.is-invalid {
  border-bottom: 1px solid red !important;
}
ul.formsUL li .error {
  position: absolute;
  bottom: -24px;
  color: red;
  font-size: 12px;
  letter-spacing: 0.28px;
  display: none;
}
ul.formsUL li input,
ul.formsUL li textarea,
ul.formsUL li button {
  width: 100%;
  float: left;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 2.2em;
  color: #fff;
  letter-spacing: 0.44px;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
ul.formsUL li button {
  background: url(../images/icon_arrow_right.svg) no-repeat 94% center #000080;
  height: 80px;
  line-height: 80px;
  text-align: left;
  padding: 0 40px;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 1px;
  margin: 40px 0 0 0;
  letter-spacing: 2.64px;
  font-weight: 500;
}
ul.formsUL li button:hover {
  background-color: #000080;
  background-position: 97% center;
}
ul.formsUL li input::placeholder,
ul.formsUL li textarea::placeholder
 {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.4);
  opacity: 1; /* Firefox */
}
ul.formsUL li input:-ms-input-placeholder,
ul.formsUL li textarea:-ms-input-placeholder  {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.4);
}
ul.formsUL li input::-ms-input-placeholder,
ul.formsUL li textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.4);
}
ul.formsUL li input:active,
ul.formsUL li input:focus,
ul.formsUL li textarea:active,
ul.formsUL li textarea:focus {
  border-bottom: 2px solid rgba(255, 255, 255, 1);
}

.clarityMatters.articleActive .quizWrap {
  top: 0;
  opacity: 1;
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  transition-delay: 0s;
}

.clarityMatters.articleActive .quizWrap ul.quizUL > li:first-child h3 span {
  top: 0;
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}
.clarityMatters.articleActive .quizWrap ul.quizUL > li:first-child ul.ansUL li {
  opacity: 1;
  top: 0;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}
.clarityMatters.articleActive ul.navigationUL {
  opacity: 1;
  top: 0;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

.thankYou {
  width: 700px;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 6;
  display: none;
  opacity: 0;
}
.thankYou h2 {
  font-size: 3.4em;
  color: #fff;
  line-height: 50px;
  height: 100px;
  margin: 0 0 50px 0;
  position: relative;
  overflow: hidden;
  letter-spacing: 0.68px;
  font-weight: 500;
}
.thankYou h2 span {
  opacity: 0;
  position: relative;
  top: 50px;
}
.thankYou a.continue {
  position: relative;
  float: left;
  font-size: 2.2em;
  text-transform: uppercase;
  padding: 0 0 0 120px;
  color: #fff;
  line-height: 80px;
  letter-spacing: 2px;
  opacity: 0;
  font-weight: 500;
}

.thankYou a.continue:after {
  width: 80px;
  height: 80px;
  background: url(../images/downArrow.svg) no-repeat center center #86b359;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 40px;
  border-radius: 50%;
  opacity: 0;
}

.thankYou.active {
  opacity: 1;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  transition: all ease 1s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.thankYou.active h2 span {
  opacity: 1;
  top: 0;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  transition: all ease 1s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.thankYou.active a.continue {
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  transition: all ease 1s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 1;
}
.thankYou.active a.continue:after {
  opacity: 1;
  top: 0;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  transition: all ease 1s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.footer {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 6;
  visibility: hidden;
  min-height: 100vh;
  background:white;
  display: block;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.footer:after {
  width: 100%;
  height: calc(60% + 100px);
  content: "";
  display: block;
  position: fixed;
  top: 0%;
  left: 0;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: 0;
  opacity: 1;
  background: white;
}
.footer.articleActive {
  opacity: 1;
  z-index: 7;
  top: 0;
  transition: all ease 0.2s;
  visibility: visible;
}
.footer.articleActive:after {
  opacity: 1;
  z-index: -1;
  height: calc(50% + 100px);
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.footer .middleWrapper {
  padding: 80px 0 40px 0;
}
.footer .middleWrapper h2 {
  font-size: 5em;
  color: #fff;
  line-height: 1.3em;
  height: auto;
  margin: 0 0 0px 0;
  position: relative;
  overflow: hidden;
  letter-spacing: 1px;
  font-weight: 600;
}
.footer .middleWrapper h2 span {
  opacity: 0;
  position: relative;
  top: 50px;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  transition: all ease 1s;
}
.footer.articleActive .middleWrapper h2 span {
  opacity: 1;
  top: 0px;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s;
  color:white;
}
.footer .footerWrap {
  padding: 0;
  position: absolute;
  bottom: -100px;
  height: auto;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}
.footer .footerWrap h2 {
  color: #182028;
}
ul.appStore {
  width: 100%;
  float: left;
  margin: 20px 0 0 0;
}
ul.appStore li {
  width: 23%;
  float: left;
  margin: 0 15px 0 0;
  background:white;
  border-radius:5px;
  text-align:center;
  
}
ul.appStore li a {
  width: 360px;
  height: 70px;
  float: left;
  line-height: 70px;
  position: relative;
  padding: 0 0 0 90px;
  font-size: 2.2em;
  letter-spacing: 0.64px;
  font-weight: 500;
  color: white;
  border: 1px solid #d7d7e0;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
ul.appStore li a:after {
	color:white;
  width: 40px;
  height: 40px;
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  position: absolute;
  background: url(../images/icon_appstore.svg) no-repeat 0 0;
  background-size: cover;
}
ul.appStore li a.androidApp:after {
  background-image: url(../images/icon_playstore.svg);
}

ul.appStore li a:hover {
  background: #182028;
  color: #fff;
}
ul.appStore li a:hover:after {
  background-image: url(../images/icon_appstore_hover.svg);
}
ul.appStore li a.androidApp:hover:after {
  background-image: url(../images/icon_playstore_hover.svg);
}

.bottomNav {
  width: 100%;
  float: left;
  padding: 40px 0;
  /* border-bottom: 1px solid #d7d7e0;*/
}
.footer ul.leftNav,
.footer ul.leftNav li,
.footer ul.leftNav li a {
  width: 100%;
  float: left;
  
}
.footer ul.leftNav li {
  margin: 0 40px 0 0;
  font-size: 1.6em;
}
.footer ul.leftNav li a {
  color: white;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 24px;
}

.bottomNav ul.socialNav {
  float: right;
  display:none;
}
ul.socialNav {
  width: auto;
  float: left;
}
ul.socialNav,
ul.socialNav li,
ul.socialNav li a {
  width: auto;
  float: right;
  right:28%;
  position:relative;
  margin-top:5px;
}
ul.socialNav li {
  margin: 0 0 0 10px;
}
ul.socialNav li a {
  width: 20px;
  height: 20px;
  overflow: hidden;
  float: left;
  position: relative;
  text-indent: -99px;
}
ul.socialNav li a:after {
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../images/icon-twitter.svg) center center;
  background-size: cover;
}
ul.socialNav li a.LinkedInIcon:after {
  background-image: url(../images/icon-linkedIn.svg);
}
ul.socialNav li a.FacebookIcon:after {
  background-image: url(../images/facebook.png);
}
ul.socialNav li a.InstagramIcon:after {
  background-image: url(../images/instagram.png);
}
ul.socialNav li a.YoutubeIcon:after {
  background-image: url(../images/yo.png);
}

@media only screen and (max-width:2660px){
.copyRightsWrap{
    margin-top: 190px !important;}

.clarityMatters .middleWrapper {
    padding-top: 70px;
}


  
.copyRightsWrap {
  margin: 30px 0;
  width: 100%;
  float: left;
}
.copyRightsWrap ul.leftNav li {
  font-size: 1.4em;
  line-height: 12px;
  margin: 0 20px 0 0;
}
.copyRightsWrap ul.leftNav li:last-child {
  opacity: 1;
  color: white;
  font-weight: 400;
}
.copyRightsWrap ul.leftNav li a {
  font-weight: 400;
  letter-spacing: 0.28px;
  line-height: 12px;
}
.copyRightsWrap ul.rightFloat {
  float: right !important;
  text-align:center;
}
.copyRightsWrap ul.rightFloat li {
  margin: 0 0 0 5px;
  opacity: 1;
}
.copyRightsWrap ul.leftNav.rightFloat li:first-child {
  opacity: 0.4;
  color: white;
  font-weight: 400;
}
.copyRightsWrap ul.leftNav.rightFloat li:last-child {
  opacity: 1;
  color:white;
  padding-left:38px;
}

.newsSlider {
  width: 100%;
  float: left;
  min-height: 350px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
}
.newsSlider ul.newSwiper {
  width: 100%;
  float: left;
  margin-top:15px;
  height:150px;
}
.newsSlider .swiper-container span{
    height: 20px;
    position: relative;
    width: 95%;
    text-align: center;
    display: block;
    font-size: 20px;
    margin-top: 15px;
    font-weight: bold;
}
.newsSlider ul.newSwiper li {
  width: 100%;
  float: left;
}
.newsSlider ul.newSwiper li .box {
  width: 100%;
  float: left;
  background: #fff;
  height: 100%;
  padding: 50px 40px;
  position: relative;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius:5px;
  
}
.newsSlider ul.newSwiper li .box img{
    height:140px;
    width:90%;
}
.newsSlider ul.newSwiper li .box h3 {
  font-size: 2.2em;
  font-weight: 500;
  color: #182028;
  letter-spacing: 0.44px;
  line-height: 36px;
  margin-bottom: 100px;
}
.newsSlider ul.newSwiper li .box h4 {
  font-size: 1.6em;
  font-weight: 400;
  color: #182028;
  min-height: 50px;
  line-height: 22px;
}
.newsSlider ul.newSwiper li .box .readMore {
  font-size: 1.6em;
  letter-spacing: 1.6px;
  font-weight: 500;
  color: #182028;
  position: relative;
  bottom: 0;
  left: 0;
  background: url(../images/readMoreArrow.svg) no-repeat right center;
  padding: 0 30px 0 0;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  width: auto;
  float: left;
}
.newsSlider ul.newSwiper li a:hover .box .readMore {
  padding-right: 35px;
}
.newsSlider .swiper-container {
  overflow: visible;
  padding-left: calc(50% - 710px);
}
.newsSlider ul.newSwiper li a:hover .box {
  background: #add8e66b;
}
.newsSlider ul.newSwiper li a:hover .box h3,
.newsSlider ul.newSwiper li a:hover .box h4,
.newsSlider ul.newSwiper li a:hover .box .readMore {
  color: #fff;
}
.newsSlider ul.newSwiper li a:hover .box .readMore {
  background-image: url(../images/readMoreArrow-white.svg);
}

.footer.articleActive .newsSlider {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  transition: all ease 1s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
  opacity: 1;
}
.footer.articleActive .footerWrap {
  bottom: 0;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  transition: all ease 1s;
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  transition-delay: 1.5s;
  opacity: 1;
}

.countBox {
  width: 100%;
  float: left;
  margin: 0 0 50px 0;
}
.countBox a.backSlide {
  width: 0;
  height: 16px;
  float: left;
  position: relative;
  overflow: hidden;
  text-indent: -99px;
  background: url(../images/icon_arrow_left.svg) no-repeat center center;
  margin: 4px 0 0 0;
}
.countBox a.backSlide.active {
  width: 20px;
  margin-right: 15px;
}
.countBox ul.counter,
.countBox ul.counter li {
  width: auto;
  float: left;
}
.countBox ul.counter li {
  font-size: 1.6em;
  letter-spacing: 1.6px;
  color: #ffffff;
  padding: 0 15px;
  position: relative;
}
.countBox ul.counter li:first-child {
  padding-left: 0;
}
.countBox ul.counter li:first-child:after {
  font-size: 1em;
  letter-spacing: 1.6px;
  color: #ffffff;
  position: absolute;
  right: -5px;
  top: -2px;
  content: "/";
}

/* a.backToTop{position: fixed; bottom: -100px; right: 20px; z-index: 10; font-size: 1.2em; letter-spacing: 1.68px; text-transform: uppercase; font-weight: 400; opacity: 0; visibility: hidden; width: 30px; height: 30px;border-radius: 50%; text-indent:-99px ; overflow: hidden; background: url(../images/icon_back_to_top.svg) no-repeat center center #182028; background-size: 20px 20px; border: 1px solid #E6E6EB; } */
a.backToTop {
  position: fixed;
  bottom: -100px;
  right: 20px;
  z-index: 10;
  font-size: 1em;
  float: right;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  font-weight: 400;
  opacity: 0;
  visibility: hidden;
  width: auto;
  height: 30px;
  border-radius: 20px;
  text-align: right;
  padding: 0 10px 0 25px;
  text-indent: 0;
  line-height: 29px;
  overflow: hidden;
  background: url(../images/icon_back_to_top.svg) no-repeat 8px center #182028;
  background-size: 15px;
  border: 1px solid #e6e6eb;
  color: #fff;
}

.sectionActivate a.backToTop {
  bottom: 20px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  transition: all ease 1s;
}
.sectionActivate a.backToTop:hover {
  background-color: #0d3958;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

.scrollDownPage {
  position: fixed;
  width: 20px;
  height: 40px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
  opacity: 0;
  visibility: hidden;
}
.scrollDownPage::before {
  width: 50px;
  height: auto;
  content: "scroll";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  font-size: 1.2em;
  color: #040b14;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  text-align: center;
  opacity: 1;
  font-weight: 400;
}

.scrollDownPage:after {
  width: 15px;
  height: 20px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/icon_arrow_down-scroll.svg) no-repeat center 0;
  background-size: cover;
  opacity: 0.5;
  animation: scrollDownAnim 2s ease infinite;
}
.sectionActivate .scrollDownPage {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  transition: all ease 1s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s;
}

@-webkit-keyframes scrollDownAnim {
  0% {
    opacity: 0.5;
    top: 0;
  }
  50% {
    opacity: 1;
    top: 50%;
  }
  100% {
    opacity: 0.5;
    top: 100%;
  }
}
@-moz-keyframes scrollDownAnim {
  0% {
    opacity: 0.5;
    top: 0;
  }
  50% {
    opacity: 1;
    top: 50%;
  }
  100% {
    opacity: 0.5;
    top: 100%;
  }
}
@keyframes scrollDownAnim {
  0% {
    opacity: 0.5;
    top: 0;
  }
  50% {
    opacity: 1;
    top: 50%;
  }
  100% {
    opacity: 0.5;
    top: 100%;
  }
}

/************* Innerpages Start ****************/
.innerpage {
  background: #e6e6eb;
}
.innerpage header {
  position: relative;
  opacity: 1;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.innerpage header nav ul li a {
  color: #182028;
}
.innerpage a.loginBtn {
  border-color: rgba(24, 32, 40, 0.2);
  color: #182028;
}
.innerpage a.loginBtn:hover {
  background-color: #182028;
  color: #fff;
}
.innerpage article {
  position: relative;
  min-height: auto;
}
.innerpage .footer {
  position: relative;
  opacity: 1;
  visibility: visible;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  min-height: auto;
}

.innerpage .footer .footerWrap {
  position: relative;
  bottom: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
  border-top: 1px solid rgba(24, 32, 40, 0.2);
  padding: 100px 0 0 0;
}
.innerpage .footer .middleWrapper h2 {
  height: auto;
  visibility: visible;
}
.innerpage .footer .middleWrapper h2 span {
  opacity: 1;
  top: 0;
  position: relative;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.innerpage .footer ul.appStore {
  margin: 20px 0 0 0;
}
.innerpage .footer:after {
  display: none;
}

.ourDetailsWrapper {
  padding: 180px 0 120px 0;
}
ul.detailsUL,
ul.detailsUL li {
  width: 100%;
  float: left;
}
ul.detailsUL li {
  margin-top: 120px;
}
ul.detailsUL li:first-child {
  margin-top: 0;
}
ul.detailsUL li .leftCont {
  width: 356px;
  float: left;
  max-width: 33%;
}
ul.detailsUL li .rightCont {
  width: 940px;
  float: right;
  max-width: 67%;
}
ul.detailsUL li .leftCont h3 {
  font-size: 1.6em;
  letter-spacing: 1.6px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 500;
  color: #182028;
  position: relative;
}
ul.detailsUL li .leftCont h3 span {
  width: auto;
  float: left;
  position: relative;
}
ul.detailsUL li .leftCont h3 span:after {
  width: 100px;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  left: calc(100% + 20px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(24, 32, 40, 0.2);
}
ul.detailsUL li .leftCont h2 {
  font-size: 5em;
  letter-spacing: 1px;
  line-height: 70px;
  font-weight: 600;
  color: #182028;
  margin: 10px 0 0 0;
}
ul.detailsUL li .rightCont p {
  font-size: 2.2em;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 0.44px;
  color: #182028;
}

.ourVisionWrap {
  background: #182028;
  padding: 160px 0;
}
ul.visionUL {
  width: 100%;
  float: left;
}
ul.visionUL li {
  width: 50%;
  float: left;
  padding: 0 0px 0 130px;
}
ul.visionUL li:first-child {
  padding: 0 130px 0 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
ul.visionUL li h2 {
  font-size: 5em;
  letter-spacing: 1px;
  line-height: 70px;
  font-weight: 600;
  color: #fff;
}
ul.visionUL li p {
  font-size: 2.2em;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 0.44px;
  color: #fff;
  margin: 20px 0 0 0;
}

.bodWrapper {
  padding: 30px 0 60px 0;
  background: #fff;
}
.bodWrapper h2 {
  font-size: 5em;
  letter-spacing: 1px;
  line-height: 70px;
  font-weight: 600;
  color: #182028;
  margin: 60px 0 30px 0;
}

ul.bodUL,
.bodBox {
  width: 100%;
  float: left;
}
.bodBox {
  margin: 30px 0 0 0;
}
ul.bodUL li {
  width: 20%;
  float: left;
  padding: 0 80px 0 0;
  margin: 30px 0;
}
ul.bodUL li:nth-child(5n + 1) {
  clear: left;
}
ul.bodUL li img {
  width: 100%;
  float: left;
}
ul.bodUL li a h3 {
  font-size: 2.2em;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: 0.44px;
  color: #182028;
  margin: 10px 0 0px 0;
  text-align:center;
}
ul.bodUL li a p {
  font-size: 1.6em;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.32px;
  color: rgba(24, 32, 40, 0.4);
  width: 100%;
  float: left;
   text-align:center;
}

.popup {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #ffffff;
  z-index: 50;
  padding: 65px 0;
  display: none;
}
.popup .header {
  width: 100%;
  float: left;
}
.popup .header a.logoPop {
  float: left;
}
.popup a.backPopup {
  float: right;
  font-size: 1.6em;
  letter-spacing: 1.6px;
  line-height: 24px;
  font-weight: 500;
  color: rgba(24, 32, 40, 0.4);
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-transform: uppercase;
}
.popup a.backPopup:hover {
  color: rgba(24, 32, 40, 1);
}
.popup .content {
  width: 940px;
  margin: 185px auto 0 auto;
  display: table;
}
.popup .content .img {
  width: 340px;
  float: left;
  margin: 0 80px 0 0;
}
.popup .content .img img {
  width: 100%;
  float: left;
}
.popup .content .cont {
  width: 520px;
  float: left;
}
.popup .content .cont h3 {
  font-size: 3.4em;
  color: #040b14;
  letter-spacing: 0.68px;
  line-height: 56px;
  margin-bottom: 0px;
  font-weight: 500;
}
.popup .content .cont h4 {
  font-size: 2.2em;
  color: rgba(24, 32, 40, 0.4);
  letter-spacing: 0.44px;
  line-height: 36px;
  margin-bottom: 40px;
  font-weight: 400;
}
.popup .content .cont p {
  font-size: 2.2em;
  color: rgba(24, 32, 40, 1);
  letter-spacing: 0.44px;
  line-height: 36px;
  font-weight: 400;
  width: 100%;
  float: left;
}

ul.mediaUL,
ul.mediaUL li {
  width: 100%;
  float: left;
}
ul.mediaUL li {
  padding: 60px 0;
  border-top: 1px solid rgba(24, 32, 40, 0.1);
  margin: 0 !important;
  display: none;
}
ul.mediaUL li h4 {
  color: #182028;
  font-weight: 400;
  font-size: 1.6em;
  letter-spacing: 0.32px;
  line-height: 22px;
}
ul.mediaUL li h3 {
  color: #182028;
  font-weight: 500;
  font-size: 3.4em;
  letter-spacing: 0.68px;
  line-height: 50px;
  margin: 20px 0 30px 0;
  padding: 0 150px 0 0;
}
ul.mediaUL li a {
  color: #182028;
  font-weight: 500;
  font-size: 1.6em;
  letter-spacing: 0.32px;
  line-height: 22px;
}

ul.mediaUL li a.readMore {
  font-size: 1.6em;
  letter-spacing: 1.6px;
  font-weight: 500;
  color: #182028;
  position: relative;
  bottom: 0;
  left: 0;
  background: url(../images/readMoreArrow.svg) no-repeat right center;
  padding: 0 30px 0 0;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  width: auto;
  float: left;
  text-transform: uppercase;
}
ul.mediaUL li a.readMore:hover {
  padding: 0 40px 0 0;
}

a.viewMore {
  width: 185px;
  float: left;
  font-size: 1.6em;
  letter-spacing: 1.6px;
  font-weight: 500;
  color: #182028;
  line-height: 65px;
  text-align: center;
  border: 1px solid rgba(24, 32, 40, 0.2);
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
a.viewMore:hover {
  background: rgba(24, 32, 40, 1);
  border-color: rgba(24, 32, 40, 1);
  color: #fff;
}

.pressRelease {
  background: #fff;
}

.contactWrapper {
  padding-bottom: 0 !important;
  overflow: hidden;
}
.contactWrapper h2 {
  font-size: 5em;
  letter-spacing: 1px;
  line-height: 70px;
  font-weight: 600;
  color: #182028;
  margin: 0px 0 60px 0;
}
.leftContact {
  width: 460px;
  float: left;
  margin: 0 140px 0 0;
  max-width: calc(45% - 140px);
}
.rightContact {
  width: 820px;
  float: left;
  position: relative;
  padding: 160px 0 160px 160px;
  max-width: 55%;
}
.rightContact::after {
  width: 100vw;
  height: 100vw;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  background: #182028;
  z-index: -1;
}
.rightContact h3 {
  color: #fff;
  font-weight: 500;
  font-size: 3.4em;
  letter-spacing: 0.68px;
  line-height: 56px;
  font-weight: 500;
  margin-bottom: 56px;
}
.rightContact ul.formsUL li:last-child {
  margin-bottom: 0;
}
.rightContact .thankYouMsg {
  display: none;
}

.selectWrap {
  width: 100%;
  float: left;
}

.selectWrap .select-wrapper::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #182028;
  opacity: 1;
  /* Firefox */
}

.selectWrap .select-wrapper:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #182028;
  opacity: 1;
  /* Firefox */
}

.selectWrap .select-wrapper::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #182028;
  opacity: 1;
  /* Firefox */
}

.selectWrap .select-wrapper {
  width: 100%;
  float: left;
  font-size: 2.2em;
  letter-spacing: 0.44px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  height: 72px;
  line-height: 72px;
  border: 1px solid rgba(24, 32, 40, 0.2);
  color: #182028;
  background: url("../images/dropdown-arrow.svg") no-repeat 96% center transparent;
  cursor: pointer;
  padding: 0;
  position: relative;
}

.selectWrap .select-wrapper select {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 0.8em;
  letter-spacing: 0.44px;
  width: 100%;
  height: 72px;
  line-height: normal;
  padding: 0px 30px 0px 30px;
  margin: 0;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  outline: none;
  opacity: 0;
  /* CSS hacks for adding opacity in older browsers */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  color: #182028;
}

.selectWrap .select-wrapper .holder {
  display: block;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  color: #182028;
  width: auto;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  height: 72px;
  line-height: 72px;
  z-index: 0;
  padding: 0 30px;
  font-size: 1em;
}

.officeAddress {
  width: 100%;
  float: left;
  margin: 88px 0 0 0;
}
ul.addressUL li h3,
ul.addressUL li h4,
ul.addressUL li h5,
ul.addressUL li p,
ul.addressUL,
ul.addressUL li,
ul.addressUL li .box {
  width: 100%;
  float: left;
}
ul.addressUL li .box {
  margin: 0 0 100px 0;
}
ul.addressUL li h3 {
  font-size: 3.4em;
  font-weight: 500;
  letter-spacing: 0.68px;
  line-height: 56px;
  color: #182028;
}
ul.addressUL li h4 {
  font-size: 2.2em;
  font-weight: 400;
  letter-spacing: 0.44px;
  line-height: 36px;
  color: rgba(24, 32, 40, 0.4);
  margin: 10px 0 0 0;
}
ul.addressUL li h5 {
  font-size: 1.6em;
  font-weight: 400;
  letter-spacing: 1.6px;
  line-height: 24px;
  color: rgba(24, 32, 40, 0.4);
  margin: 60px 0 0 0;
}
ul.addressUL li p {
  font-size: 2.2em;
  font-weight: 400;
  letter-spacing: 0.44px;
  line-height: 36px;
  color: rgba(24, 32, 40, 1);
  margin: 20px 0 0 0;
}
ul.addressUL li p a {
  color: rgba(24, 32, 40, 1);
}

ul.addressUL li {
  display: none;
}

.is-invalid ~ .error {
  display: block !important;
}

.loaderW {
  display: none;
  width: 100%;
  float: left;
  font-family: "Jost", sans-serif;
  font-size: 2.2em;
  color: #fff;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
  background: #86b359;
  height: 80px;
  line-height: 80px;
  text-align: left;
  padding: 0 40px;
  text-transform: uppercase;
  cursor: pointer;
  margin: 40px 0 0 0;
  letter-spacing: 2.64px;
  font-weight: 500;
  padding: 0 0 0 80px;
}
.loader {
  font-size: 10px;
  margin: 0px auto;
  text-indent: -9999em;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: absolute;
  left: 35px;
  top: 28px;

  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.loader:after {
  background: #86b359;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* modified on 031121 for 5th navbar link */
header .middleWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
header .middleWrapper .navWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: inherit;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
header .middleWrapper .navWrap nav {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  top: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}


/* ------------------------complaint-form----------------------------- */
.complaint-form ul.formsUL li textarea {
  height: auto;
  padding-bottom: 10px;
  font-size: 2em;
  line-height: 24px;
}
.getInTouch-form .rightContact::after {
  background: transparent;
  height: 100%;
}
.getInTouch-form .rightContact h3 {
  color: #182028;
}
.getInTouch-form ul.formsUL li input::placeholder {
  color: rgba(0, 0, 0, 0.7);
  opacity: 1;
}
.getInTouch-form ul.formsUL li input,
.getInTouch-form ul.formsUL li textarea {
  color: #182028;
}
.getInTouch-form ul.formsUL li input,
.getInTouch-form ul.formsUL li button {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

.getInTouch-form ul.formsUL li input:active,
.getInTouch-form ul.formsUL li input:focus,
.getInTouch-form ul.formsUL li textarea:active,
.getInTouch-form ul.formsUL li textarea:focus {
  border-bottom: 2px solid rgba(0, 0, 0, 0.7);
}
.getInTouch-form ul.formsUL li .error {
  color: #182028;
}
.complaint-form {
  position: relative;
  background: #182028;
  /* display: inline-block;   */
  /* padding-left: 33px;
    padding-right: 33px; */
}
.getInTouch-form .officeAddress{
  margin: 60px 0 0 0;
}
.complaint-form .middleWrapper {
  height: 100vh;
}

.complaint-form::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -1;
  left: -50%;
  background: #182028;
}
.complaint-form ul.addressUL li h3 {
  color: #fff;
}
.complaint-form ul.addressUL li p {
  color: rgba(255, 255, 255, 1);
}
.complaint-form ul.addressUL li p a {
  color: rgba(255, 255, 255, 1);
}

.complaint-form .rightContact::after {
  background: #182028;
  height: 100%;
}

.rightContact {
  padding: 120px 0 120px 160px;
}

.complaint-form .officeAddress {
  margin: 120px 0 0 0;
}
.complaint-form .ul.formsUL li #btn {
  margin-top: 30px;
}
textarea {
  border: none;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.custome-desktop {
  display: block;
}

.complaint-form .rightContact {
  height: 100%;
}

@media only screen and (max-width: 767px) {
  /* .complaint-form .rightContact {
    padding: 60px 0;
  } */
  .custome-desktop {
    display: none;
  }
  .getInTouch-form ul.addressUL li .box {
    margin-bottom: 0;
  }
  .complaint-form ul.formsUL li textarea {
    height: auto;
    padding-bottom: 5px;
    font-size: 1.4em;
    line-height: 20px;
    letter-spacing: 0.28px;
  }

  .contactWrapper .complaint-form.middleWrapper {
    display: inline-block;
  }
  .complaint-form::after {
    left: 0;
  }
  .complaint-form .rightContact::after {
    top: auto;
  }
  .complaint-form .officeAddress {
    margin: 40px 0 0 0 !important;
  }
  .complaint-form ul.addressUL li .box {
    margin-bottom: 0;
  }
  /* .complaint-form ul.addressUL li p {
        color: #182028;
    }
    .complaint-form ul.addressUL li p a {
        color: #182028;
    }
    .complaint-form ul.addressUL li h3 {
        color: #182028;
    } */
  .complaint-form {
    position: relative;
    background: #182028;
    display: inline-block !important;
  }
  .complaint-form .rightContact {
    width: 100%;
  }
  .complaint-form .middleWrapper {
    height: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .complaint-form ul.addressUL li .box {
    margin-bottom: 0;
  }
  .complaint-form .middleWrapper {
    height: 100%;
  }
  .complaint-form {
    position: relative;
    background: #182028;
    /* display: inline-block !important; */
  }
  .complaint-form .officeAddress {
    margin: 100px 0 0 0 !important;
  }
  .custome-desktop {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .complaint-form {
    display: inline-block !important;
    width: 100%;
  }
  /* .getInTouch-form ul.addressUL li .box {
    margin-bottom: 0;
  } */
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {

  .complaint-form {
    position: relative;
    background: #182028;
    display: block !important;
  }


}
@media only screen and (min-width: 1440px) {
  .complaint-form {
    display: block !important;
  }
  .complaint-form .officeAddress {
    margin: 120px 0 0 0;
  }
}

@media only screen and (max-width: 1440px) {
  .complaint-form .officeAddress {
    margin: 120px 0 0 0;
  }
}
/* @media only screen and (max-width: 900px) {
  .complaint-form .rightContact {
    max-width: 100%;
    padding: 100px 0;
  }
}
@media only screen and (max-width: 1100px) {
  .complaint-form .rightContact {
    padding: 90px 0 90px 90px;
  }
}
@media only screen and (max-width: 1440px) {
  .complaint-form .rightContact {
    padding: 100px 0 100px 120px;
  }
} */

a.banner_button{
  float: right;
  color: #fff;
  font-size: 1.6em;
  text-transform: uppercase;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-weight: 500;
  border: 1px solid #0d3958;
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  letter-spacing: 1.6px;
  background:#0d3958;
  border-radius:5px;
  position: absolute;
    margin-top: 70%;
    text-align: center;
}

a.about_button{
 float: right;
  color: #fff;
  font-size: .6em;
  text-transform: uppercase;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-weight: 500;
  border: 1px solid #0d3958;
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  letter-spacing: 1.6px;
  background:#0d3958;
  border-radius:5px;
  position: absolute;
    margin-top: 2%;
    text-align: center;
}

ul.appStore li img{
    width:170px;
    
}
.footer ul.leftNav li img{
    width:100px;
}
.footer ul.leftNav li p{
    color:white;
    line-height:18px;
}
.footer ul.leftNav li{
    margin-top:12px;
    color:white;
    line-height:25px;
}
p.slideCont02 span:hover{
    background:#0D3958!important;
    color:white!important;
    transition-delay:0s;
}
.aboutWrapper .caption p.slideCont02 img{
    width:70%;
    height:300px;
    margin-top:100px;
    margin-left:-299px;
}
.aboutWrapper .caption:hover{
    transition:all ease 0s!important;
}
.foot_box{
    width:35%;
    float:left;
    padding-left:40px;
}
.foot_box_middle{
      
    width:30%;
    float:left;
    text-align:center;
}
.footer ul.leftNav h8{
    color:white;
    font-size:20px;
}
.key_boxes{
top: 0%;
    position: relative;
    left: 0%;
    width:100%;
    text-align:center;
}
.key_boxes1{
    position: relative;
    top: 30%;
    left: 30%;
    width:20%;
    text-align:center;
}
.key_boxes2{
    position: relative;
    top: 15%;
    left: 50%;
    width:20%;
    text-align:center;
}
.key_boxes3{
    position: relative;
    top: 0%;
    left: 68%;
    width:20%;
    text-align:center;
}
.keyWrap b{
    font-size:40px;
    color:#c38b67;
    font-weight:bold;
}
.keyWrap span{
    color:Black;
    font-size:36px;
    font-weight:bold;
}
.cont-button{
    position: relative;
    display: block;
    text-align: center;
    margin-top: 120px;
    background: #0d3958;
    width: 200px;
    padding: 10px;
    border-radius: 5px;
    color: white;
    font-size: 21px;
    align-items: center;
    left: 45%;
    height:50px;
}
.about-contact-button{
     position: relative;
    display: block;
    text-align: center;
    margin-top: 45px;
    background: #0d3958;
    width: 10%;
    padding: 20px;
    border-radius: 5px;
    color: white;
    font-size: 16px;
    align-items: center;
    
}
.bodBox p{
    font-size:24px;
}
@media screen and (min-width: 1380px) {
/*.keyAttribute .dotsWrap {
    margin:0px!important;
}*/
}
#counter{
  text-align: center;
  display: block;
  align-items: center;
  justify-content: center;
 
  padding: 40px 0px;
  width: 90%;
}
#counter .item{
  background: #fff;
  width: 250px;
  padding: 55px 20px;
  margin: 10px 60px;
  text-align: center;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
position:relative;
height:250px;
left:15%;
float:left;
border-radius:50%;
} 
#counter .item .count{
  color: #e8b12d;
  margin-bottom: 5px;
  font-size: 40px;
}
#counter .item h3{
  color: #4f4e28;
  text-transform: capitalize;
  font-size:18px;
}
 .footer .middleWrapper h6 {
    position: absolute;
    top: 90px;
    left: 2px;
    color: black;
    font-size: 52px;
    display: block;
    text-align: center;
  }
   .footer .middleWrapper b {
    position: relative;
    top: 95px;
    left: 0px;
    color: black;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    display: block;
  }
  .imgsemi{
      height: 800px;
    position: absolute;
    left: 30%;
  }
.item.b1{
    margin-left:235px!important;
}
.item.b2{
    margin-left:85px!important;
}
.item.b6{
    margin-left:-200px!important;
}
.item.b3{
    margin-left:-220px!important;
}
.item.b5{
    margin-left:-305px!important;
}

article.col {
  min-height: 35vh;
}

.container-acheive {
  width:98%;
  height: 100%;
  margin: 0 auto;
  margin-top : 10px;
  display: block;  
}

.col {
   width: 100%;
   padding:5%;
   /*background-color: red;*/
  margin-bottom: 5%;
  margin-left: 130px;
  margin-top : 30px;
  /*border-top: 5px solid red;*/
}
.h1, p {
    color: #333;
    text-align: left;
}
  h1 {
    font-size: 40px;
    line-height: 1em;
  }
  p {
    font-size: 1em;
    line-height: 1em;
    color:white;
  }
  a {
    color: inherit;
    &:hover {
     color: white; 
    }
  }  

/* the blue circle with only one line of text, centered vertically */
.oneline {
  &:after {
    content: "";
    display: block;
    width: 100%;
    height:0;
    padding-bottom: 100%;
    background: cadetblue;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  &:hover:after {
    background-color: goldenrod;
  }
 div {
    float:left;
    width:100%;
    padding-top:50%;
    line-height:1em;
    margin-top:-1.7em;
    text-align:center;
    color:white;
 }
  p {text-align: center; font-size: 1.2em;}
}


/*@media only screen and (min-width: 320px) {*/

/*.col {*/
/*   display: inline-block;*/
/*   position: relative;*/
/*   width: 18% !important;*/
/*   margin:5% 0 0 11%;*/
/*   padding:0;*/
/*   background-color: transparent;*/
/*    border-top: none;*/
/*  .spacer {*/
/*    position: relative;*/
/*    padding-top: 100%;*/
/*   }*/
  /* &:nth-child(3n+1) {
	   margin-left: 1%;
	   } */
  
/*}*/
.circle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    color: #0D3958;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
    display: block;
    padding: 5px;
    box-shadow: -3px -3px 7px rgba(94, 104, 121, 0.377),
                3px 3px 7px rgba(94, 104, 121, 0.377);
    &:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      margin-right: -2%;
     }
      border: 5px solid darken(powderblue, 5%);
      -webkit-transition: all 1s ease-out;
      -moz-transition: all 1s ease-out;
      -o-transition: all 1s ease-out;
      transition: all 1s ease-out;
     &:hover {
       background-color: #fff;
       border: 5px solid darken(#0D3958, 10%);
       color: #fff;
       }
 }
 
 

  .outline {
    border: 5px solid grey;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    box-sizing: border-box;
  }
  
.circle {
  h1 {
    font-size: 40px;
    font-weight: 700;
    /* font-size: 0.9em; */
    line-height: 1em;

  }
  p {
    font-size: 0.8em;
    line-height: 1em;
    color:white;
    text-align: center;
  }
  a {
    color: inherit;
  }
  &>p, &>h1, &>.wrapcontent {
    display: inline-block;
    vertical-align: middle;
    &>p, &>h1 {
      display:block;
    }
  }
}


}
@media only screen and (min-width: 481px) {
.circle {
  h1 {
    font-size: 1.2em;
    line-height: 1em;
  }
  p {
    font-size: 1em;
    line-height: 1em;
  }
}
}
@media only screen and (min-width: 768px) {
.circle {
  h1 {
    font-size: 1.6em;
    line-height: 1em;
  }
  p {
    font-size: 1.2em;
    line-height: 1em;
  }
}
}

.wrapcontent h1{
    color: #0D3958;
    font-size: 35px;
    font-weight: 700;
}
.wrapcontent p{
    color: #000;
}



@media only screen and (min-width: 768px) {
    .col{
        width: 280px !important;
    }
}

/*@media only screen and (min-width: 425px) {*/
/*    .col{*/
/*        width: 280px !important;*/
/*    }*/
/*}*/

@media only screen and (min-width: 250px) and (max-width: 768px) {
    article.col {
        min-height: 160px; 
    }
    .keyWrap span {
    font-size: 30px !important;
    }
    .col{
        width: 160px;
        margin: 5% 0 0 7%;
        background-color : white !important;
        border : 0px !important;
    }
    /*.key_boxes {*/
    /*    padding-top : 50px !important;*/
    /*}*/
    /*.container-acheive{*/
    /*    margin-top: 30px !important;*/
    /*}*/
    .keyAttribute .keyWrap p {
        font-size : 15px;
    }
    .wrapcontent h1 {
        font-size: 20px !important;
    }
    .wrapcontent p{
        margin-top : 0px !important;
    }
    a.banner_button {
        margin-top: 210px !important;
    }
    .aboutWrapper .caption p.slideCont01 {
        padding : 0px !important;
    }
    p.slideCont01 b.para {
        font-size : 13px !important;
    }
    p.slideCont01 b.coms {
        font-size : 18px !important;
    }
    .sb1 {
        width: 80vw !important;
        margin-left : 10px !important;
    } 
    .sb2 {
        width: 80vw !important;
                margin-left : 10px !important;
    } 
    .sb3 {
        width: 80vw !important;
                margin-left : 10px !important;
    }
    .foot_box{
    padding-left:1px;
    }
    p.slideCont01 b {
        font-size: 20px !important;
    }
    header .middleWrapper .navWrap nav {
          margin-left: 0px !important;
    }
    .aboutWrapper .caption p.slideCont02 img {

    margin-left: -299px;
    }
    
        .copyRightsWrap {
    margin-top: 110px !important;
    padding-top : 10px !important;
    }
    
    .copyRightsWrap ul.leftNav.rightFloat li:last-child {
    padding-left: 22px !important;
    }
    
    .copyRightsWrap ul.rightFloat {
    padding-bottom: 10px !important;
    }
    
    .cont-button {
    left: 25% !important;
    top: 45px;
    }
    
        ul.bodUL li a h3  {
        font-size : 2.5em !important;
    }
    
    .col-md-3 {
    width: 42.5%;
    border: 2px solid;
    padding: 15px 5px 15px 5px;
    margin: 10px;
    }
    
    .d-flex{
        padding : 10px;
        /*margin-top : 0px;*/
    }
    
    .col-md-3 h1{
        font-size: 20px;
    }
}
@media only screen and (max-width: 270px) {
    
    ul.bodUL li a h3  {
        font-size : 1.5em !important;
    }
    
    article.col {
        min-height: 100px; 
    }
    
    .keyAttribute .keyWrap p {
    font-size: 10px !important;
    }
    
    .col {
    width: 100px;
    margin: 5% 0 0 7%;
    background-color: white !important;
    border: 0px !important;
    }
    
    .scrollFirst .firstWrap .caption h2 span{
        font-size:18px !important;
    }
    a.banner_button {
        height: 55px !important;
    padding: 0 22px !important;
    font-size:1.4em !important;
    }
    
    a.about_button {
        height: 55px !important;
    padding: 0 22px !important;
    font-size:14px !important;
    margin-top : 110% !important;
    }
    
    .sb1 a {
    font-size: 14px !important;
    }
    .sb2 a {
    font-size: 14px !important;
    }
    .sb3 a {
    font-size: 14px !important;
    }
    
    p.slideCont02 b.paras {
        font-size : 10px !important;
    }
    
    img.v1 {
    top: 27px !important;
    width: 77px !important;
    height: 78px !important;
    }
    img.v2 {
    top: 86px !important;
    width: 77px !important;
    height: 78px !important;
    }
    img.v3 {
    top: 86px !important;
    width: 77px !important;
    height: 78px !important;
    }
    
    .footer .middleWrapper h6 {
    top: 20px;
    font-size: 22px !important;
    }
    
    .cont-button {
    left: 12.5% !important;
    top: 45px;
    }
    
    .copyRightsWrap {
    margin-top: 110px !important;
    padding-top : 10px !important;
    }
    
    .copyRightsWrap ul.leftNav.rightFloat li:last-child {
    padding-left: 22px !important;
    }
    
    .copyRightsWrap ul.rightFloat {
    padding-bottom: 10px !important;
    }
    
        .col-md-3 {
    width: 46%;
    border: 2px solid;
    padding: 15px 5px 15px 5px;
    margin: 10px;
    }
    
    .d-flex{
        padding : 10px;
        margin-top : 10px;
    }
    
    .col-md-3 h1{
        font-size: 20px;
    }
}




