/*@import url(https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400&display=swap);*/


@font-face {
    font-family: 'pt_sansregular';
    src: url('pt-sans/ptsans-regular-webfont.woff2') format('woff2'),
         url('pt-sans/ptsans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body {
  font-family: 'pt_sansregular', sans-serif !important;
  color: #444;
  font-weight: 400px;
  overflow-x: hidden
}
* {
  transition: all .3s ease 0s
}
a {
  text-decoration: none
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'pt_sansregular', sans-serif
}
header {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/dm-banner.jpg);
  height: 100vh;
  overflow: hidden
}
.hero-content {
  position: absolute;
  top: 17%;
  left: 60px;
  text-align: center;
  right: auto;
  bottom: 0
}
.hero-content h1:nth-child(2) {
  margin-top: 5px
}
.hero-content h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  color: #fff
}
.hero-content h2 b {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 40px
}

 .agree {	display: inline;	font-weight: normal;	font-size: 12px;}
    .agree a {color:#adffe0}

.hero-content h2:first-child b {
  color: #ed1b24
}
.hero-content h2:nth-child(2) b {
  color: #054fff
}
.hero-form {
	/* position: absolute; */
	/* right: 60px; */
	/* bottom: 115px; */
	color: #000;
	/* width: 300px; */
	margin-top: 10%;
}
.hero-form .form-control {
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 0;
  color: #fff
}
.hero-form input.form-control {
  border-left: 0 none
}
.hero-form .form-control::-webkit-input-placeholder {
  color: #aaa
}
.hero-form .form-control:-moz-placeholder {
  color: #aaa
}
.hero-form .form-control::-moz-placeholder {
  color: #aaa
}
.hero-form .form-control:-ms-input-placeholder {
  color: #aaa
}
.hero-form .input-group-addon {
  border-radius: 0;
  background-color: transparent;
  border-color: #ed1c25;
  color: #000;
  border-right: 1px solid #ed1c25
}
.hero-form .login-button {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  font-weight: 600
}
.hero-form .login-button:hover {
  color: #e12428;
  background-color: #fff
}
#navbar {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  -webkit-transition: -webkit-transform .7s ease-in-out;
  transition: -webkit-transform .7s ease-in-out;
  transition: transform .7s ease-in-out;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, .2)
}
#navbar .navbar.navbar-default {
  min-height: auto;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, .6);
  border-bottom: 0
}
#navbar .navbar-brand {
  height: auto
}
#navbar .navbar-nav > li > a {
  padding-top: 32px;
  padding-bottom: 32px;
  color: #fff
}
#navbar .navbar-default .navbar-nav > .active > a, #navbar .navbar-default .navbar-nav > .active > a:focus, #navbar .navbar-default .navbar-nav > .active > a:hover {
  color: #2c63b5
}
#navbar .toptxt, #navbar .toptxt a {
  color: #fff;
  font-size: 13px;
  padding: 22px 10px 20px 0;
  margin: 0
}
#navbar.affix .navbar.navbar-default {
  background-color: #fff
}
#navbar.affix .navbar-brand {
  padding: 5px 15px 5px 60px
}
#navbar.affix .navbar-nav > li > a {
  padding-top: 24px;
  padding-bottom: 24px;
  color: #333
}
#navbar.affix {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
#navbar.affix .toptxt, #navbar.affix .toptxt a {
  color: #444
}
#navbar.affix .toptxt {
  padding: 6px 60px 5px 0
}
.heading {
  color: #e12428;
  font-weight: 900;
  font-size: 34px;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 15px
}
.heading h2 {
  margin: 0
}
.para {
  font-size: 20px;
  line-height: 38px;
  font-weight: 300
}
.paft.lt {line-height: normal !important}
.feature-img-box {
  margin-top: 30px;
  position: relative
}
.feature-center-content {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  padding: 0 15px
}
.feature-center-content.topfeature {
  bottom: 25px;
  top: auto
}
.feature-center-content h3 {
  font-weight: 900;
  font-size: 34px;
  color: #ddd
}
.feature-center-content p {
  font-weight: 300;
  margin-bottom: 20px;
  color: #ddd
}
.feature-center-content .btn-casestud {
  background-color: transparent;
  border: 1px solid #ccc;
  color: #ccc;
  font-weight: 500;
  border-radius: 0
}
.feature-center-content .btn-casestud:hover {
  border-color: #fff;
  color: #fff
}
.mt50 {
  margin-top: 50px
}
.clientspek {
  padding: 50px 0
}
#quote-carousel {
  margin-bottom: 0;
  padding: 0 4%
}
.item blockquote {
  border-left: none;
  margin: 0
}
.item blockquote p:before {
  content: "\f10d";
  font-family: Fontawesome;
  float: left;
  font-size: 30px;
  position: relative;
  top: -10px;
  left: -3px
}
.para.lt {
	line-height: normal !important;
}

.heightper100 {
  height: 100%
}
.quote-content {
  box-shadow: 0 2px 30px 0 #e0e5f0;
  padding: 40px 50px;
  text-align: center;
  color: #0c2050;
  font-size: 18px;
  line-height: 34px
}
.quote-content p span {
  background-color: transparent !important
}
#quote-carousel .carousel-control {
  background: 0 0;
  color: #222;
  font-size: 60px;
  text-shadow: none;
  margin-top: 6%
}
footer {
  background-color: #030032;
  color: #fff;
  padding: 5px 60px;
  float: left;
  width: 100%
}
footer .menu-social {
  margin-top: 12px
}
.menu-social span {
  display: inline-block;
  color: #fff;
  width: 28px;
  font-size: 14px;
  padding-top: 4px;
  height: 26px;
  text-align: center
}
.menu-social a:active, .menu-social a:hover {
  text-decoration: none
}
        .hero-form .form-control {
	border: 1px solid #000;
	background-color: rgba(fff,fff,fff,.2);
	border-radius: 0;
	color: #000;
}

.fb-bg {
  background-color: #375895
}
.tw-bg {
  background-color: #00abe9
}
.lin-bg {
  background-color: #007ab2
}
.gp-bg {
  background-color: #e44b3c
}
.yut-bg {
  background-color: #e62929
}
.mtt0 {
  position: relative;
  top: 5px
}
.marrgt {
  margin-right: 15px
}
footer .container > p {
  margin-bottom: 20px
}
.copy-write p {
  margin: 0;
  padding-bottom: 8px
}
.copy-write a {
  color: #aaa
}
.copy-write a:hover {
  color: #fff
}
.scroll-bg {
  background-color: #fff;
  float: left;
  width: 100%
}
.p0 {
  padding: 0
}
.first-slide-cont {
  padding: 1% 60px
}
.first-slide-cont h2 {
  font-weight: 300;
  color: #e12428;
  font-size: 38px
}
.first-slide-cont h2 b {
  font-weight: 900
}
.first-slide-cont p {
  font-weight: 300;
  font-size: 19px;
  line-height: 35px
}
.heroh2 {
  position: absolute;
  left: 0;
  font-size: 16px;
  text-align: left;
  width: 380px
}
.heroh2 a {
  line-height: 26px
}
.heroh2 a .wrap {
  color: #fff;
  background-color: rgba(0, 0, 0, .5);
  display: inline-block
}
.hero-content h2 span {
  opacity: .2
}
.btn-banner {
  position: relative;
  background-color: transparent;
  font-weight: 500;
  color: #fff;
  font-size: 18px;
  padding: 12px 40px;
  z-index: 3
}
.btn-banner:hover {
  color: #fff
}
.btn-banner:before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  z-index: -1;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
  -webkit-transition-property: left, right, bottom, top;
  transition-property: left, right, bottom, top;
  background: #e12428;
  left: -3.5px;
  top: -3.5px
}
.btn-banner:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  z-index: -1;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
  -webkit-transition-property: left, right, bottom, top;
  transition-property: left, right, bottom, top;
  background: #030032;
  right: -3.5px;
  bottom: -3.5px
}
.btn-banner:hover:before {
  left: -7px;
  top: -7px
}
.btn-banner:hover:after {
  right: -7px;
  bottom: -7px
}
.rotate-btn {
  transform: rotate(-90deg);
  position: fixed;
  right: -72px;
  bottom: 130px
}
.titWidth {display: block;	width: 100%;	margin-bottom: 12px;}
.back-to-top {
  border: 2px solid #e12428;
  cursor: pointer;
  position: fixed;
  bottom: 280px;
  right: 20px;
  display: none;
  color: #e12428;
  padding: 4px 0;
  transition: all .3s ease 0s;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
  z-index: 2
}
.back-to-top:active, .back-to-top:focus, .back-to-top:hover {
  color: #ec5f7b
}
.banner-topbar {
 /* position: absolute;
  left: 60px;
  top: 30px;
  right: 60px;
  z-index: 1*/
}
.banner-topbar .toptxt, .banner-topbar .toptxt a {
  color: #fff;
  padding-top: 5px;
    margin-right:10px;
}
.cd-nav-trigger {
  position: absolute;
  z-index: 10;
  left: auto;
  right: 0;
  top: 30px;
  height: 54px;
  width: 54px;
  background-color: #e12428;
  border-radius: 50%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: -webkit-transform .5s;
  -moz-transition: -moz-transform .5s;
  transition: transform .5s;
  right: 60px
}
.cd-nav-trigger .cd-nav-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 22px;
  height: 2px;
  background-color: #fff
}
.cd-nav-trigger .cd-nav-icon::before, .cd-nav-trigger .cd-nav-icon:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .5s, width .5s, top .3s;
  -moz-transition: -moz-transform .5s, width .5s, top .3s;
  transition: transform .5s, width .5s, top .3s
}
.cd-nav-trigger .cd-nav-icon::before {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px)
}
.cd-nav-trigger .cd-nav-icon::after {
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px)
}
.no-touch .cd-nav-trigger:hover .cd-nav-icon::after {
  top: 2px
}
.no-touch .cd-nav-trigger:hover .cd-nav-icon::before {
  top: -2px
}
.cd-nav-trigger svg {
  position: absolute;
  top: 0;
  left: 0
}
.cd-nav-trigger circle {
  -webkit-transition: stroke-dashoffset .4s 0s;
  -moz-transition: stroke-dashoffset .4s 0s;
  transition: stroke-dashoffset .4s 0s
}
.navigation-is-open .cd-nav-trigger {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg)
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::after, .navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
  width: 50%;
  -webkit-transition: -webkit-transform .5s, width .5s;
  -moz-transition: -moz-transform .5s, width .5s;
  transition: transform .5s, width .5s
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::after, .no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::before {
  top: 0
}
.navigation-is-open .cd-nav-trigger circle {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset .4s .3s;
  -moz-transition: stroke-dashoffset .4s .3s;
  transition: stroke-dashoffset .4s .3s
}
.cd-nav {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #243040;
  visibility: hidden;
  -webkit-transition: visibility 0s .7s;
  -moz-transition: visibility 0s .7s;
  transition: visibility 0s .7s
}
.cd-nav .cd-navigation-wrapper {
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .7s;
  -moz-transition: -moz-transform .7s;
  transition: transform .7s;
  -webkit-transition-timing-function: cubic-bezier(.86, .01, .77, .78);
  -moz-transition-timing-function: cubic-bezier(.86, .01, .77, .78);
  transition-timing-function: cubic-bezier(.86, .01, .77, .78)
}
.navigation-is-open .cd-nav {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s
}
.navigation-is-open .cd-nav .cd-navigation-wrapper {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .5s;
  -moz-transition: -moz-transform .5s;
  transition: transform .5s;
  -webkit-transition-timing-function: cubic-bezier(.82, .01, .77, .78);
  -moz-transition-timing-function: cubic-bezier(.82, .01, .77, .78);
  transition-timing-function: cubic-bezier(.82, .01, .77, .78)
}
.cd-nav h2 {
  position: relative;
  margin-bottom: 1.7em;
  font-size: 1.3rem;
  font-weight: 800;
  color: #080b0f;
  text-transform: uppercase
}
.cd-nav h2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 1px;
  width: 60px;
  background-color: #e12428;
  margin: 0 auto;
  right: 0
}
.cd-nav .cd-primary-nav {
  margin-top: 60px;
  padding: 0
}
.cd-nav .cd-primary-nav li {
  margin: 1.6em 0
}
.cd-nav .cd-primary-nav a {
  font-family: Archive;
  font-size: 2.4rem;
  color: rgba(255, 255, 255, .3);
  display: inline-block
}
.cd-nav .cd-primary-nav a:hover {
  color: #fff
}
.cd-nav .cd-primary-nav a.selected {
  color: #fff
}
.no-touch .cd-nav .cd-primary-nav a:hover {
  color: #fff
}
.cd-nav .cd-contact-info {
  margin-top: 80px
}
.cd-nav .cd-contact-info li {
  font-family: Archive;
  margin-bottom: 1.5em;
  line-height: 1.2;
  color: rgba(255, 255, 255, .3)
}
.cd-nav .cd-contact-info a {
  color: #fff
}
.cd-nav .cd-contact-info span {
  display: block
}
.cd-nav .cd-contact-info a, .cd-nav .cd-contact-info li, .cd-nav .cd-contact-info span {
  font-size: 1.6rem
}
.no-js main {
  height: auto;
  overflow: visible
}
.no-js .cd-nav {
  position: static;
  visibility: visible
}
.no-js .cd-nav .cd-navigation-wrapper {
  height: auto;
  overflow: visible;
  padding: 100px 5%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0)
}
.cd-nav a {
  text-decoration: none
}
.cd-navigation-wrapper address {
  margin-top: 5%
}
.cd-navigation-wrapper address, .cd-navigation-wrapper address a {
  color: #ddd;
  font-size: 18px
}
.cd-navigation-wrapper address p {
  margin-top: 10px
}
.cd-navigation-wrapper nav {
  padding-top: 5%
}
.navigation-is-open .cd-nav-trigger {
  position: fixed
}
.cop-right {
  font-size: 11px
}
.hero-image-slide {
  position: absolute;
  top: 45%;
  right: 542px;
  width: 160px;
  height: 160px
}
#cf4a, #cf4b {
  position: relative;
  height: 100px;
  width: 100px;
  margin: 0 15px;
  float: left;
  background-color: rgba(255, 255, 255, .4);
  border-radius: 50%
}
#cf4a img, #cf4b img {
  position: absolute;
  left: 0;
  height: 100px;
  width: 100px;
  opacity: 0
}
#cf4a img, #cf4b img {
  -webkit-animation-name: cf4FadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 15s;
  -moz-animation-name: cf4FadeInOut;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 15s;
  -o-animation-name: cf4FadeInOut;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -o-animation-duration: 15s;
  animation-name: cf4FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 15s
}
#cf4a img:nth-of-type(1), #cf4b img:nth-of-type(1) {
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s
}
#cf4a img:nth-of-type(2), #cf4b img:nth-of-type(2) {
  -webkit-animation-delay: 9s;
  -moz-animation-delay: 9s;
  -o-animation-delay: 9s;
  animation-delay: 9s
}
#cf4a img:nth-of-type(3), #cf4b img:nth-of-type(3) {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  animation-delay: 6s
}
#cf4a img:nth-of-type(4), #cf4b img:nth-of-type(4) {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s
}
#cf4a img:nth-of-type(5), #cf4b img:nth-of-type(5) {
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0
}
@keyframes cf4FadeInOut {
  0% {
    opacity: 1;
    transform: scale(1)
  }
  17% {
    opacity: 1;
    transform: scale(1)
  }
  25% {
    opacity: 0;
    transform: scale(0)
  }
  92% {
    opacity: 0;
    transform: scale(0)
  }
  100% {
    opacity: 1;
    transform: scale(1)
  }
}
.heroh2 p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 0
}
#cube {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-100px);
  -moz-transform: translateZ(-100px);
  -o-transform: translateZ(-100px);
  transform: translateZ(-100px)
}
#cube.spinning img {
  width: 150px
}
#cube.spinning a {
  color: #fff
}
#cube.spinning {
  -webkit-animation: spinCubeWebkit 15s infinite ease-in-out;
  -moz-animation: spinCubeMoz 15s infinite ease-in-out;
  -o-animation: spinCubeO 15s infinite ease-in-out;
  animation: spinCube 15s infinite ease-in-out
}
@-webkit-keyframes spinCubeWebkit {
  0% {
    -webkit-transform: translateZ(-100px) rotateX(0) rotateY(0)
  }
  100% {
    -webkit-transform: translateZ(-100px) rotateX(360deg) rotateY(360deg)
  }
}
@-moz-keyframes spinCubeMoz {
  0% {
    -moz-transform: translateZ(-100px) rotateX(0) rotateY(0)
  }
  100% {
    -moz-transform: translateZ(-100px) rotateX(360deg) rotateY(360deg)
  }
}
@keyframes spinCube {
  0% {
    transform: translateZ(-100px) rotateX(0) rotateY(0)
  }
  100% {
    transform: translateZ(-100px) rotateX(360deg) rotateY(360deg)
  }
}
#cube figure {
  display: block;
  position: absolute;
  width: 150px;
  height: 150px;
  border: 2px solid #000;
  line-height: 150px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-align: center
}
#cube.panels-backface-invisible figure {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden
}
#cube .front {
  background-color: rgba(0, 0, 0, .7)
}
#cube .back {
  background-color: rgba(0, 0, 0, .7)
}
#cube .right {
  background-color: rgba(0, 0, 0, .7)
}
#cube .left {
  background-color: rgba(0, 0, 0, .7)
}
#cube .top {
  background-color: rgba(0, 0, 0, .7)
}
#cube .bottom {
  background-color: rgba(0, 0, 0, .7)
}
p.download a {
	margin-top: 20px !important;
	background: #0c0146;
	padding: 10px;
	display: inline;
	border-radius: 3px;
}


#cube .front {
  -webkit-transform: translateZ(75px);
  -moz-transform: translateZ(75px);
  -o-transform: translateZ(75px);
  transform: translateZ(75px)
}
#cube .back {
  -webkit-transform: rotateX(-180deg) translateZ(75px);
  -moz-transform: rotateX(-180deg) translateZ(75px);
  -o-transform: rotateX(-180deg) translateZ(75px);
  transform: rotateX(-180deg) translateZ(75px)
}
#cube .right {
  -webkit-transform: rotateY(90deg) translateZ(75px);
  -moz-transform: rotateY(90deg) translateZ(75px);
  -o-transform: rotateY(90deg) translateZ(75px);
  transform: rotateY(90deg) translateZ(75px)
}
#cube .left {
  -webkit-transform: rotateY(-90deg) translateZ(75px);
  -moz-transform: rotateY(-90deg) translateZ(75px);
  -o-transform: rotateY(-90deg) translateZ(75px);
  transform: rotateY(-90deg) translateZ(75px)
}
#cube .top {
  -webkit-transform: rotateX(90deg) translateZ(75px);
  -moz-transform: rotateX(90deg) translateZ(75px);
  -o-transform: rotateX(90deg) translateZ(75px);
  transform: rotateX(90deg) translateZ(75px)
}
#cube .bottom {
  -webkit-transform: rotateX(-90deg) translateZ(75px);
  -moz-transform: rotateX(-90deg) translateZ(75px);
  -o-transform: rotateX(-90deg) translateZ(75px);
  transform: rotateX(-90deg) translateZ(75px)
}
#cube.spinning:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused
}
.hero-content h3 {
  position: absolute;
  background-color: rgba(0, 0, 0, .5);
  padding: 5px 15px;
  top: 365px;
  height: 32px;
  color: #fff;
  font-size: 16px;
  width: 380px
}
.hero-content h3 span {
  position: absolute;
  left: 0;
  right: 0
}

.mt035 {margin-top:35%}

.hero-content h3 span:first-child {
  animation: fade 8s infinite;
  -webkit-animation: fade 8s infinite
}
.hero-content h3 span:nth-child(2) {
  animation: fade2 8s infinite;
  -webkit-animation: fade2 8s infinite
}
@keyframes fade {
  0% {
    opacity: 1
  }
  33.333% {
    opacity: 0
  }
  66.666% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes fade2 {
  0% {
    opacity: 0
  }
  33.333% {
    opacity: 1
  }
  66.666% {
    opacity: 0
  }
  100% {
    opacity: 0
  }
}
.banner-topbar h1 {
  margin-top: 0
}
.index-content .row {
  margin-top: 20px
}
.index-content a {
  color: #000;
  font-size: 16px;
  text-align: justify
}
.index-content .card {
  background-color: #fff;
  padding: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .3);
  margin-bottom: 25px
}
.index-content .card:hover {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .3);
  color: #000
}
.index-content .card img {
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px
}
.index-content .card h3 {
  margin: 12px 20px 16px 15px;
  text-align: center;
  min-height: 5px;
  color: #e12428
}
.index-content .card p {
  margin: 20px;
  font-size: 18px
}
.index-content .blue-button {
  width: 100px;
  -webkit-transition: background-color 1s, color 1s;
  transition: background-color 1s, color 1s;
  min-height: 20px;
  background-color: #002e5b;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  font-weight: lighter;
  margin: 0 20px 15px 20px;
  padding: 5px 0;
  display: inline-block
}
.index-content .blue-button:hover {
  background-color: #dadada;
  color: #002e5b
}
@media (max-width:768px) {
  .index-content .col-lg-4 {
    margin-top: 20px
  }
    .hero-content h3 {
	
	display: none;
}
}
.first-slide-img .img-responsive {
  height: 460px;
  width: 100%
}
#txtCaptcha {
  width: 184px !important
}
.divWaiting {
  position: fixed;
  background-color: rgba(255, 255, 255, .7);
  z-index: 2147483647 !important;
  padding-top: 20%;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%
}
.medialst li {
  list-style-type: disclosure-closed;
  font-size: 20px;
  padding-bottom: 15px
}
@media only screen and (min-width:1920px) {
  .hero-form {
   /* position: absolute;
    right: 60px;
    color: #000;
    width: 300px;
    bottom: 325px*/
  }
}
@media only screen and (min-width:1366px) {
  .mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: 11px;
    text-align: center;
    padding-right: 23px;
    width: 100%;
    left: 23%;
    margin-left: 1;
    position: absolute;
    font-size: 55px
  }
}
@media only screen and (min-width:1280px) {
  .hero-form {  
  }
}
@media only screen and (min-width:1170px) {
  .cd-nav .cd-navigation-wrapper::after {
    clear: both;
    content: "";
    display: table
  }
  .cd-nav .cd-half-block {
    width: 50%;
    float: left
  }
  .cd-nav .cd-primary-nav {
    margin-top: 0;
    padding: 0
  }
  .cd-nav h2 {
    font-size: 20px;
    margin-bottom: 10%;
    color: #fff
  }
  .cd-nav .cd-primary-nav li {
    margin: 2em 0
  }
  .cd-nav .cd-primary-nav a {
    font-size: 28px
  }
  .cd-nav .cd-contact-info {
    margin-top: 120px;
    text-align: right
  }
  .cd-nav .cd-contact-info li {
    margin-bottom: 2.4em
  }
  .cd-nav .cd-contact-info a, .cd-nav .cd-contact-info li, .cd-nav .cd-contact-info span {
    font-size: 2rem
  }
  #adsprom {
    width: 350px;
    margin-top: 22%;
    display: none
  }
}
@media (max-width:1200px) {
  .capcha-bottom #txtCaptcha {
    width: 40px
  }
  .hero-image-slide {
    top: 31%;
    right: 420px;
    width: 100px;
    height: 100px
  }
  #cube {
    -webkit-transform: translateZ(-110px);
    -moz-transform: translateZ(-110px);
    -o-transform: translateZ(-110px);
    transform: translateZ(-110px)
  }
  #cube figure {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 20px
  }
  #cube .front {
    -webkit-transform: translateZ(50px);
    -moz-transform: translateZ(50px);
    -o-transform: translateZ(50px);
    transform: translateZ(50px)
  }
  #cube .back {
    -webkit-transform: rotateX(-180deg) translateZ(50px);
    -moz-transform: rotateX(-180deg) translateZ(50px);
    -o-transform: rotateX(-180deg) translateZ(50px);
    transform: rotateX(-180deg) translateZ(50px)
  }
  #cube .right {
    -webkit-transform: rotateY(90deg) translateZ(50px);
    -moz-transform: rotateY(90deg) translateZ(50px);
    -o-transform: rotateY(90deg) translateZ(50px);
    transform: rotateY(90deg) translateZ(50px)
  }
  #cube .left {
    -webkit-transform: rotateY(-90deg) translateZ(50px);
    -moz-transform: rotateY(-90deg) translateZ(50px);
    -o-transform: rotateY(-90deg) translateZ(50px);
    transform: rotateY(-90deg) translateZ(50px)
  }
  #cube .top {
    -webkit-transform: rotateX(90deg) translateZ(50px);
    -moz-transform: rotateX(90deg) translateZ(50px);
    -o-transform: rotateX(90deg) translateZ(50px);
    transform: rotateX(90deg) translateZ(50px)
  }
  #cube .bottom {
    -webkit-transform: rotateX(-90deg) translateZ(50px);
    -moz-transform: rotateX(-90deg) translateZ(50px);
    -o-transform: rotateX(-90deg) translateZ(50px);
    transform: rotateX(-90deg) translateZ(50px)
  }
  .hero-form {
    bottom: 0
  }
  .hero-content {
    top: 21%; display: none;
  }
  header {
    height: 110vh;
    position: relative
  }
  .hero-content h1 {
    font-size: 24px;
    line-height: 30px
  }
  .hero-content h1 b {
    font-size: 30px
  }
  .hero-content h1:nth-child(2) {
    margin-top: 0
  }
}
@media (max-width:1024px) {
  .heading {
    font-size: 38px
  }
  .para {
    font-size: 20px;
    line-height: 26px
  }
  #quote-carousel {
    padding: 0 15px
  }
  .quote-content {
    padding: 20px;
    font-size: 16px;
    line-height: 26px
  }
  .first-slide-cont h2 {
    font-size: 36px
  }
  .first-slide-cont p {
    font-size: 16px;
    line-height: 28px
  }
  #adsprom {
    width: 350px;
    margin-top: 22%;
    display: none
  }
}
@media (max-width:991px) and (min-width:768px) {
  #navbar.affix .toptxt, #navbar.affix .toptxt a, #navbar.affix-top .toptxt, #navbar.affix-top .toptxt a {
    font-size: 13px;
    padding: 12px 5px 1px 0
  }
  #navbar.affix .navbar-nav > li > a, #navbar.affix-top .navbar-nav > li > a {
    padding: 32px 5px
  }
  #navbar.affix .navbar-brand, #navbar.affix-top .navbar-brand {
    padding: 15px 5px
  }
    .hero-content h3 {
	display: none;
}
}
@media (max-width:991px) {
  .hero-image-slide {
    top: 100px
  }
  .hero-image-slide {
    right: 60px
  }
  header {
    height: 110vh;
  }
  .banner-topbar {
    left: 15px;
    top: 15px;
    right: 15px
  }
  .heroh2 {
    font-size: 16px
  }
  .banner-topbar .toptxt.pull-right {
    margin-right: 56px
  }
  .banner-topbar .toptxt span {
    display: block
  }
  .banner-topbar .toptxt .menu-social span {
    display: inline-block
  }
  .cd-nav-trigger {
    right: 15px;
    top: 15px
  }
  .toptxt, .toptxt a {
    font-size: 12px
  }
  .feature-center-content {
    top: 18%
  }
  .feature-center-content h3 {
    font-size: 32px
  }
  .medialst li {
    list-style-type: disclosure-closed;
    font-size: 20px;
    padding-bottom: 15px
  }
    .hero-content h3 {
	display: none;
}
}
@media (max-width:850px) and (min-width:768px) {
  #navbar.affix .navbar-nav > li > a {
    padding: 10px 5px
  }
  #navbar .toptxt.affix a, #navbar.affix .toptxt {
    padding: 8px 5px 0 0
  }
  .navbar-default .navbar-collapse.pull-left {
    float: right !important
  }
  .hero-content h1 {
    font-size: 28px;
    line-height: 48px
  }
  .hero-content h1 b {
    font-size: 30px
  }
  .hero-content {
    left: 15px
  }
    .hero-content h3 {
	
	display: none;
}
}
@media (max-width:767px) {
  #txtCaptcha {
    width: 45% !important
  }
  #quote-carousel .carousel-indicators {
    bottom: -20px !important
  }
  #quote-carousel .carousel-indicators li {
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px
  }
  #quote-carousel .carousel-indicators li.active {
    margin: 0 5px;
    width: 20px;
    height: 20px
  }
  #quote-carousel {
    padding: 45px 30px
  }
  #quote-carousel .carousel-control {
    margin-top: 0;
    font-size: 36px
  }
  #quote-carousel .item blockquote {
    padding: 10px 0
  }
  #navbar.affix .navbar-brand {
    padding: 5px
  }
  #navbar .navbar-toggle {
    margin-right: 5px
  }
  #navbar .toptxt, #navbar .toptxt a {
    padding: 10px 2px 8px 0
  }
  #navbar .navbar-default .navbar-toggle {
    border-color: #fff
  }
  #navbar .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff
  }
  .feature-center-content {
    top: auto;
    bottom: 15px
  }
  .feature-center-content h3 {
    margin-bottom: 0
  }
  .feature-center-content p {
    margin-bottom: 10px
  }
  .hero-content {
    left: 10px;
    top: 200px
  }
  .heroh2 {
    font-size: 14px;
    left: 0;
    padding: 5px 15px;
    line-height: 20px
  }
  .hero-content h1 {
    font-size: 20px;
    line-height: 32px;
    display: none
  }
    
  .hero-content h1 b {
    font-size: 20px
  }
  .hero-form {
    /*right: 10px;
    color: #fff;
    width: 250px*/
  }
  .bottom-footer {
    padding: 15px
  }
  #navbar.affix .navbar-default .navbar-toggle {
    border-color: #333
  }
  #navbar.affix .navbar-default .navbar-toggle .icon-bar {
    background-color: #333
  }
  .rotate-btn {
    right: -45px;
    bottom: 95px
  }
  .btn-banner {
    font-size: 14px;
    padding: 8px 15px
  }
  .btn-banner:after {
    right: 0;
    bottom: 0
  }
  .btn-banner:hover:after {
    right: -8px;
    bottom: -8px
  }
  .btn-banner:hover:before {
    left: 2px;
    top: 2px
  }
  #navbar .toptxt {
    display: none
  }
  .banner-topbar .toptxt.text-right {
    margin-right: 0;
    padding-top: 0
  }
  #navbar .navbar-header.pull-left {
    width: 100%
  }
  #navbar .navbar-default .navbar-toggle {
    float: right
  }
  .hero-content h3 {
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    padding: 5px 15px;
    bottom: 0;
    height: 32px;
    color: #fff;
    font-size: 16px;
    width: 380px
  }
    .hero-content h3 {
	
	display: none;
}
}

.mb50 {margin-bottom: 50px;}
.clrred {color:#e12428;}
.mb25 {margin-bottom: 25px;}
.mt35 {margin-top: 35px;}

@media (max-width:665px) {
  .bottom-footer .copy-write.pull-left, .bottom-footer .menu-social.pull-right {
    float: none !important;
    text-align: center
  }
  .hero-image-slide {
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 100px
  }
  #cube figure {
    width: 100px;
    height: 100px;
    line-height: 100px
  }
  #cube .front {
    -webkit-transform: translateZ(48px);
    -moz-transform: translateZ(48px);
    -o-transform: translateZ(48px);
    transform: translateZ(48px)
  }
  #cube .back {
    -webkit-transform: rotateX(-180deg) translateZ(48px);
    -moz-transform: rotateX(-180deg) translateZ(48px);
    -o-transform: rotateX(-180deg) translateZ(48px);
    transform: rotateX(-180deg) translateZ(48px)
  }
  #cube .right {
    -webkit-transform: rotateY(90deg) translateZ(48px);
    -moz-transform: rotateY(90deg) translateZ(48px);
    -o-transform: rotateY(90deg) translateZ(48px);
    transform: rotateY(90deg) translateZ(48px)
  }
  #cube .left {
    -webkit-transform: rotateY(-90deg) translateZ(48px);
    -moz-transform: rotateY(-90deg) translateZ(48px);
    -o-transform: rotateY(-90deg) translateZ(48px);
    transform: rotateY(-90deg) translateZ(48px)
  }
  #cube .top {
    -webkit-transform: rotateX(90deg) translateZ(48px);
    -moz-transform: rotateX(90deg) translateZ(48px);
    -o-transform: rotateX(90deg) translateZ(48px);
    transform: rotateX(90deg) translateZ(48px)
  }
  #cube .bottom {
    -webkit-transform: rotateX(-90deg) translateZ(48px);
    -moz-transform: rotateX(-90deg) translateZ(48px);
    -o-transform: rotateX(-90deg) translateZ(48px);
    transform: rotateX(-90deg) translateZ(48px)
  }
  #cube figure {
    font-size: 20px
  }
  .hero-image-slide {
    width: 120px;
    height: 120px
  }
  .hero-form {
    right: 0;
   /* width: 260px;
    top: 100px;
    left: 3px;
    margin: 0 auto;
    bottom: auto*/
  }
  .hero-content {
    left: 0;
    top: 850px;
    right: 0
  }
  .hero-content h2, .heroh2 {
    left: 0;
    right: 0;
    margin: 0 auto
  }
  .hero-content h3 {
    font-size: 14px;
    width: 335px
  }
  .heroh2 {
    width: 335px
  }
  .hero-content h1 {
    font-size: 16px;
    line-height: 24px;
    display: none
  }
  .hero-content h3 {
    top: auto
  }
  #adsprom {
    width: 350px;
    margin-top: 190% !important;
    position: relative;
    left: -50%
  }
  #cube {
    margin-top: 35%
  }
    .hero-content h3 {
	
	display: none;
}
}
.minht {
  min-height: 590px
}
@media (max-width:600px) {
  footer {
    padding: 5px 15px
  }
  #navbar .toptxt, #navbar .toptxt a {
    padding: 0 2px 8px 0
  }
  .first-slide-cont {
    padding: 20px 30px
  }
  .cd-nav-trigger {
    height: 40px;
    width: 40px
  }
    .hero-content h3 {
	
	display: none;
}
}
@media (max-width:480px) {

p.download a {display:none !important;}
  .first-slide-cont {
    padding: 15px
  }
  .heading {
    font-size: 20px
  }
  .feature-center-content h3 {
    font-size: 16px
  }
  .feature-center-content {
    bottom: 5px
  }
  .banner-topbar .toptxt.text-right {
    padding-top: 15px;
    text-align: center
  }
  .cd-nav .cd-primary-nav li {
    margin: .6em 0
  }
  .cd-nav .cd-primary-nav a, .cd-navigation-wrapper address, .cd-navigation-wrapper address a {
    font-size: 14px
  }
  .para {
    font-size: 16px;
    font-weight: 400;
      line-height: 30px;
  }
  .hero-image-slide {
    top: 125px
  }
  .col-xs480-12 {
    width: 100%
  }
  .medialst li {
    list-style-type: disclosure-closed;
    font-size: 16px;
    padding-bottom: 15px
  }
    .first-slide-cont {
	padding: 0% 46px 0 20px !important;
}
    .hero-content h3 {
	
	display: none;
}
    .hero-form {
	/* position: absolute; */
	/* right: 60px; */
	/* bottom: 115px; */
	color: #000;
	/* width: 300px; */
	margin-top:0%;
}
    
}

@media (max-width:411px) {
   .hero-form {
       margin-top:0%;
       
    }
}
@media screen and (max-width:370px) {
  header {
    height: 110vh;
  }
  .hotellogo {
    display: none !important
  }
  .hero-content h1 {
    font-size: 16px;
    line-height: 24px;
    width: 282px;
    display: none
  }
  .hero-form {
    /*right: 0;
    width: 250px;
    top: 200px;
    left: 0;
    margin: 0 auto;
    bottom: auto*/
  }
    .hero-content h3 {
	
	display: none;
}
    .hero-form {
	/* position: absolute; */
	/* right: 60px; */
	/* bottom: 115px; */
	color: #000;
	/* width: 300px; */
	margin-top: 0%;
}
}
@media (max-width:360px) {
  .banner-topbar {
    left: 3px;
    top: 10px;
    right: 3px
  }
  .cd-nav-trigger {
    right: 3px;
    top: 10px
  }
  .hero-content h3 {
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    padding: 10px 0;
    bottom: 0;
    height: 32px;
    color: #fff;
    font-size: 12px
  }
  header {
    height: 110vh;
  }
  .hero-content h1 {
    font-size: 16px;
    line-height: 24px;
    width: 320px;
    margin-left: -60px
  }
  .hero-form {
   /* right: 0;
    width: 250px;
    top: 260px;
    left: 0;
    margin: 0 auto;
    bottom: auto*/
  }
  .hero-content h1 {
    font-size: 16px;
    line-height: 24px;
    width: 320px;
    margin-left: -60px;
    display: none
  }
    .hero-content h3 {
	display: none;
}
    .hero-form {
	/* position: absolute; */
	/* right: 60px; */
	/* bottom: 115px; */
	color: #000;
	/* width: 300px; */
	margin-top: 0%;
}
}
#adsprom {
  width: 350px;
  margin-top: 22%
}
@media (max-width:767px) and (min-width:600px) {
  #adsprom {
    width: 350px;
    margin-top: 22% !important;
    margin-left: -160% !important
  }
  #cube {
    margin-left: -260%
  }
}
@media (max-width:1024px) and (min-width:1000px) {
  #adsprom {
    margin-left: -10%
  }
}
.whatsapp {
  position: fixed; /* top: 0px; */ font-size: 100px;
  color: green;
  z-index: 999;
  bottom: 0;
  display: none
}
.whatbg {
  background: green;
  color: #fff;
  padding: 2px;
}
footer li, footer p {
  font-size: 13px;
  line-height: 22px;
}
footer li a {
  color: #fff !important;
  padding: 0px 0;
  line-height: 33px;
  font-size: 14px;
}
footer h1, footer h1 a, footer h2, footer h2 a, footer h3, footer h3 a, footer h4, footer h4 a, footer h5, footer h5 a, footer h6, footer h6 a {
  color: #00fffb;
  font-size: 21px;
  margin: 0;
  padding: 0;
}
footer ul {
  margin: 0 0 0 0px;
  padding: 0;
}
footer a, footer a:visited {
  color: #fff !important;
}
footer li a {
  color: #fff !important;
  padding: 0px 0;
  line-height: 33px;
  font-size: 14px;
}
footer .social li a {
  color: #fff;
  display: inline-block;
  list-style: outside none none;
  margin: 0 10px 7px;
  padding: 5px 0;
}
.social li {
  list-style: none !important;
  float: left !important;
  display: contents;
  /* border: 1px solid; */
}
footer {
  background: #082b72 none repeat scroll 0 0;
  bottom: 0;
  display: block;
  float: left;
  left: 0;
  padding-top: 40px;
  position: relative;
  width: 100%;
  z-index: 1;
  color: #fff;
  margin-top: 25px;
}
footer .social a {
  color: #fff;
}
.connectus {
  color: #ccc;
}
footer h3 {
  color: #00fffb;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  padding: 5px 0;
}