@import url(https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700);

body {
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
}
.container {
  width: 1280px;
  max-width: 1280px;
  min-width: 1280px;
}

ul,
ol {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

a {
  text-decoration: none;
  outline: 0px;
}
.scrollup {
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  position: fixed;
  bottom: 50px;
  right: 10px;
  display: none;
  z-index: 2222222;
  background-image: url(../images/icon_top.png);
  background-repeat: no-repeat;
  opacity: 0.95;
}
#preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 999999;
  /* makes sure it stays on top */
}

#status {
  width: 80px;
  height: 121px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../images/logo.png);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin: -80px 0 0 -30px;
  /* is width and height divided by two */
  animation: zoominoutsinglefeatured 1s infinite;
}

@keyframes zoominoutsinglefeatured {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1.2);
  }

  100% {
    transform: scale(1, 1);
  }
}

.header_fixed {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  padding: 0 20px;
  box-shadow: 0px 0px 14px 5px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
.header_fixed.fixed {
  top: 0;
}
.header_fixed .logo {
  float: left;
  padding: 10px 0px 0;
}
.header_fixed .logo img {
  height: 65px;
}
.header_fixed .menu {
  padding-top: 20px;
}
.header_fixed .menu > ul > li > a {
  color: #333;
}

.top_section1 {
  overflow: hidden;
  position: relative;
  height: calc(100vw);
  max-height: 100vh;
}

.header {
  width: 100%;
  display: block;
  float: left;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  /*-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);*/
}

#header.fixed1 {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
  border-bottom: 0px;
  box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15);
}

.logo {
  float: left;
  display: inline-block;
  padding: 5px 0px;
}

.logo a {
  text-decoration: none;
  transition: all 0.3s;
}

.logo a img {
  display: block;
  height: 75px; /*
  background:#FFF;
  padding:6px;
  border-radius:20px; */
}

#header.fixed1 .logo a img {
  height: 60px;
}

.header_right {
  clear: both;
  width: 100%;
  display: table;
  padding: 0 20px;
  /*background-color: rgba(255, 255, 255, 0.9);*/
}
.mobile_login,
.mobile_menu,
.micon {
  display: none;
}
.top_nav {
  clear: both;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: table;
  padding: 5px 20px;
  /*background-color: rgba(0, 96, 165, 0.9);
    background-color: #0071c5;*/
}

.top_left {
  float: left;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
}

a.topph {
  float: right;
  display: inline-block;
  line-height: 30px;
  padding: 0px;
  color: #fff;
  font-size: 13px;
  margin-right: 10px;
  font-weight: 400;
}

a.topph i {
  color: #31b9fb;
  margin-right: 6px;
}

.top_nav ul.top_ul1 {
  list-style: none;
  float: right;
}

ul.top_ul1 li {
  float: left;
  display: inline-block;
}

ul.top_ul1 li a {
  text-decoration: none;
  color: #fff;
  padding: 5px 15px;
  line-height: 20px;
  font-size: 14px;
  display: inline-block;
  text-transform: none;
  font-weight: 400;
  position: relative;
}

ul.top_ul1 li:last-child a::before {
  display: none;
}

a.emplogin {
  float: right;
  display: inline-block;
  text-decoration: none;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5) !important;
  color: #fff;
  padding: 5px 15px;
  background-color: #0071c5;
  margin-right: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

a.emplogin1 {
  background-color: #fff;
  color: #f27b21;
}

.headerSocial {
  float: right;
  display: inline-block;
}

.headerSocial a {
  text-decoration: none;
  font-size: 19px;
  margin-left: 20px;
  transition: all 0.3s;
  color: #fff;
}

/*
.headerSocial a.fb{color: #4862a3;}
.headerSocial a.tw{color: #49a6e8;}
.headerSocial a.lin{color: #006699;}*/
.menu {
  float: right;
  display: inline-block;
}

.menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  float: left;
  display: inline-block;
}

.menu > ul > li {
  float: left;
  position: relative;
  display: inline-block;
  margin-right: 2px;
}

.menu > ul > li > a {
  /*text-decoration: none;
    color: #455a64;
    text-transform: uppercase;
    font-size: 15px;
    height: 85px;
    line-height: 85px;
    padding: 0 12px;
    letter-spacing: 1px;
    font-weight: 600;
    display: block;*/
  padding: 10px;
  line-height: 40px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  text-transform: none;
  position: relative;
  transition: all 0.3s;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}

/*.menu > ul > li > a:before{
    position: absolute;
    right: 0px;
    top: 30px;
    height: 14px;
    width: 2px;
    content: "";
    background-image: url('../images/top-menu-separator.png');
    background-repeat: no-repeat;
}*/
.menu > ul > li > a i {
  margin-left: 5px;
  font-size: 9px;
  position: relative;
  top: -3px;
}

.menu > ul > li.search > a i {
  margin-left: 0px;
  color: #31b9fb;
  font-size: 18px;
}

.menu > ul > li > a.last::before {
  display: none;
}

.menu > ul > li > a.last {
  padding: 0px 30px;
  background-color: #8d0f88;
  border-radius: 30px;
  margin-top: 15px;
  margin-left: 5px;
  color: #fff;
}
.menu > ul > li > a.last1 {
  background-color: #31b9fb;
}
.menu > ul > li > a.active {
  color: #31b9fb;
}

.menu > ul > li:hover > a {
  color: #31b9fb;
}

.menu > ul > li > a.last:hover {
  background-color: #783bd8;
  color: #fff;
}

.menu ul > li:hover ul.submenu1 {
  display: block !important;
}

.menu ul > li:last-child:hover ul.submenu1 {
  left: auto;
  right: 0;
}
.header_fixed .menu > ul > li > a.last {
  margin-top: 10px;
}

ul.submenu1 > li:hover ul.submenu2 {
  display: block !important;
  top: 0;
  left: 100%;
}

ul.submenu1,
ul.submenu2 {
  width: auto;
  min-width: 225px;
  /*max-width: 1000px;*/
  background-color: #fff;
  box-shadow: 0 6px 4px 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 100%;
  left: 0px;
  list-style: none;
  display: none;
  z-index: 9999999999;
  border-top: 0px;
  padding-top: 0;
}

ul.submenu1 li {
  display: table;
  clear: both;
  width: 100%;
}

ul.submenu1 li a {
  text-decoration: none;
  color: #273445 !important;
  font-size: 14px;
  line-height: 24px;
  padding: 10px 20px !important;
  display: block;
  font-weight: 500;
  transition: all 0.3s ease 0s;
  text-align: left;
  text-transform: capitalize;
  border-bottom: 1px solid #f2f2f2;
}

ul.submenu1 > li:last-child > a {
  border-bottom: 0px;
}

ul.submenu1 > li:hover > a,
ul.submenu2 > li:hover > a {
  color: #34b4fa !important;
}

ul.submenu1 li:last-child a {
}

.menu form {
  float: right;
  display: inline-block;
}

.searchinput {
  position: relative;
  display: inline-block;
  float: left;
}

.searchinput input.sinput {
  padding-left: 42.5px;
  padding-right: 13px;
  width: 260px;
  resize: none;
  position: relative;
  vertical-align: top;
  background-color: #ffffff;
  border: 0 solid #b8e986;
  border-bottom-color: rgb(184, 233, 134);
  border-bottom-style: solid;
  border-bottom-width: 0px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5) !important;
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  height: 42px;
  outline: none;
  font-weight: 500;
  margin-top: 12px;
}

.searchinput input.sbtn {
  height: 42px;
  padding: 0 15px;
  line-height: 42px;
  outline: 0px;
  border: 0px;
  background-color: #228b24;
  border-radius: 2px;
  font-weight: 500;
  color: #fff;
  margin: 12px 0 0 5px;
  font-size: 16px;
  transition: all 0.3s;
  text-transform: uppercase;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5) !important;
}

.searchinput input.sbtn:hover {
  background-color: #08990b;
}

.searchinput:before {
  position: absolute;
  left: 13px;
  top: 22px;
  z-index: 9;
  content: "\f002";
  font-family: FontAwesome;
  color: #000;
  font-size: 16px;
}

/*----------banner-----------*/
.mtop1 {
  height: 75px;
}

/*.main_banner:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background: rgba(0,0,0,0.5);
    height: 100%;
    z-index: 1;
}*/

.fullscreen-bg .fullscreen-bg__video {
  height: 100%;
  width: 100%;
}

.banner_txt {
  top: 60%;
  color: #fff;
  position: absolute;
  text-align: left;
  width: 100%;
  padding: 0 7% !important;
  margin: auto;
  left: 0%;
  text-align: center;
  margin: auto;
  text-align: center;
  font-family: "Nunito", sans-serif;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.banner_txt img {
  width: 100px;
  display: table;
  margin: auto;
}

.banner_hd,
.banner_cont,
.banner_r_more {
  width: 100%;
}

.banner_hd {
  color: #fff;
  font-size: 60px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
  visibility: visible !important;
  background-color: rgba(0, 0, 0, 0.5);
  width: 460px;
  height: 460px;
  border-radius: 100%;
  padding: 20px;
  display: table;
  margin: auto;
  line-height: 60px;
}

.banner_hd span {
  color: #fff;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
  font-size: 50px;
}

.banner_hd span b {
  color: #31b9fb;
  font-size: 65px;
  display: inline-block;
}

.bimg1 {
  visibility: visible !important;
  right: 40px;
  position: absolute;
  bottom: 0px;
}

.bimg1 img {
  width: 200px;
}

.banner_cont {
  color: #fff;
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
  margin: 10px 0;
  display: block;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
  padding: 0px;
  visibility: visible !important;
}

.banner_cont span {
  margin: 0 10px;
  display: inline-block;
}

.banner_cont span i {
  margin-right: 5px;
}

.banner_r_more {
  clear: both;
  margin-top: 10px;
}

.banner_r_more a {
  text-decoration: none;
  color: #1f9028;
  text-transform: uppercase;
  margin: auto;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 1px;
  border-radius: 50px;
  transition: all 0.3s ease 0s;
  visibility: visible !important;
  outline: 0px;
}

.banner_r_more a img {
  width: 60px;
}

.banner_r_more a:hover {
  background-color: transparent;
  color: #fff;
}

.ban_but {
  bottom: 10%;
}

.slideRight ul {
  list-style: none;
}

.slideRight ul li {
  display: inline-block;
  position: relative;
  padding: 0 25px;
}

.slideRight ul li:before {
  content: "\f061";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #fff;
  font-size: 21px;
  padding-right: 0.5em;
  position: absolute;
  top: 0px;
  left: 0;
}

.slideRight ul li:first-child:before {
  display: none;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control.right {
  background-image: none !important;
}

.carousel-control.left {
  background-image: none !important;
}
.main_banner .item img {
  width: 100%;
  height: 100vh;
  object-position: center;
  object-fit: cover;
}

.top_section1 svg {
  position: absolute;
  z-index: 9;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 80px;
  display: none;
}

a.scroll-down-link {
  width: 50px;
  position: absolute;
  left: 0px;
  bottom: 20px;
  color: #fff;
  text-align: center;
  z-index: 90;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  -webkit-animation: move_fade_move_down 2s ease-in-out infinite;
  animation: move_fade_move_down 2s ease-in-out infinite;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  right: 0px;
  outline: 0px !important;
  border: 0px;
}

a.scroll-down-link img {
  opacity: 0.6;
}

/*animated arrow animattion*/
@-webkit-keyframes move_fade_move_down {
  0% {
    -webkit-transform: translate(0, -5px);
    opacity: 1;
  }

  50% {
    -webkit-transform: translate(0, 10px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(0, -5px);
    opacity: 1;
  }
}

@keyframes move_fade_move_down {
  0% {
    transform: translate(0, -5px);
    opacity: 1;
  }

  50% {
    transform: translate(0, 10px);
    opacity: 1;
  }

  100% {
    transform: translate(0, -5px);
    opacity: 1;
  }
}

.homebanner {
  background-size: cover;
  background-position: center;
  background-image: url(../images/banner1.jpg);
  overflow: hidden;
  top: 0px;
  height: 100vh;
  position: relative;
}
.homebanner:before,
.innerbanner:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 2;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(66, 43, 69, 0.8) 100%
  );
}
.homebanner img {
  width: 100%;
}
.homebanner .foreground {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/banner-b1.png);
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
  z-index: 1;
}
/*.homebanner .angle-down {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/svg-overlay.svg);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
}
 .homebanner .overlay::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 116px 0 0 50vw;
    border-color: transparent transparent transparent #fff;
    z-index: 3;
}
.homebanner .overlay::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 116px 50vw;
    border-color: transparent transparent #fff transparent;
    z-index: 3;
} */

.headertxt {
  /*position: absolute; left: 0px; top: 40%; width: 100%; text-align: center;*/
}
.headertxt p {
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: -5px;
}
.headertxt p span {
  display: inline-block;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 500;
  perspective: 500;
  -webkit-font-smoothing: antialiased;
}
.headertxt p span::before,
.headertxt p span::after {
  display: none;
  position: absolute;
  top: 0;
  left: -1px;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  content: attr(data-text);
}
.headertxt p span::before {
  z-index: 1;
  color: rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.1, 1) skew(0deg, 20deg);
  transform: scale(1.1, 1) skew(0deg, 20deg);
}
.headertxt p span::after {
  z-index: 2;
  color: #ffe100;
  text-shadow: -1px 0 1px #ffe100, 1px 0 1px rgba(0, 0, 0, 0.8);
  -webkit-transform: rotateY(-40deg);
  transform: rotateY(-40deg);
}
.headertxt p span:hover::before {
  -webkit-transform: scale(1.1, 1) skew(0deg, 5deg);
  transform: scale(1.1, 1) skew(0deg, 5deg);
}
.headertxt p span:hover::after {
  -webkit-transform: rotateY(-10deg);
  transform: rotateY(-10deg);
}
.headertxt p span + span {
  /* margin-left: 0.1em; */
}
@media (min-width: 20em) {
  .headertxt p {
    font-size: 2em;
    letter-spacing: 0;
  }
  .headertxt p span::before,
  .headertxt p span::after {
    display: block;
  }
}
@media (min-width: 30em) {
  .headertxt p {
    font-size: 3em;
  }
}
@media (min-width: 40em) {
  .headertxt p {
    font-size: 5em;
  }
}
@media (min-width: 60em) {
  .headertxt p {
    font-size: 6em;
  }
}

.banner_text {
  top: 46%;
  left: 50%;
  color: #fff;
  width: 100%;
  max-width: 80%;
  position: absolute;
  z-index: 5;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.banner_text h2 {
  font-size: 26px;
  font-weight: 600;
  /*color: #003b67;*/
  letter-spacing: 2px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}
.banner_text h1 {
  margin-bottom: 25px;
  /*color: #003b67;*/
  font-size: 62px;
  font-weight: 300;
  padding: 0 10%;
  font-family: "Roboto Condensed", sans-serif;
}

.banner_text a {
  margin-top: 25px;
  float: left;
  padding: 10px 25px;
  border: 2px solid #38b549;
  color: #38b549;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}

.banner_text a:hover {
  background: #38b549;
  color: #fff;
}
.bannerBtn a {
  position: absolute;
  left: calc(50% - 100px);
  bottom: 50px;
  display: inline-block;
  background-image: url(../images/varrow-home.svg);
  width: 200px;
  height: 265px;
  background-size: 12px 265px;
  background-repeat: no-repeat;
  z-index: 9;
  padding-top: 167px;
  white-space: nowrap;
  color: #fefefe;
  text-align: center;
  background-position: center;
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*.bannerDivs*/
.bannerDivs {
  height: 60px;
}
.bdLink {
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 356px;
  z-index: 5;
  cursor: pointer;
  opacity: 1;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
.bdLink::before {
  position: absolute;
  color: #fff;
  top: 153px;
  content: attr(data-text);
  line-height: 50px;
  width: 356px;
  left: -152px;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 600;
  transform: rotate(90deg);
  text-align: center;
}
.bdLink.Lt::before {
  transform: rotate(-90deg);
}
.bdLink.Lt {
  left: 0;
  background: linear-gradient(-80deg, #783bd8 50%, #6a8ac6 50%);
}
.bdLink.Rt {
  right: 0;
  background: linear-gradient(80deg, #f1863b 50%, #f28f4a 50%);
}
.bdLink.hideMe {
  opacity: 0;
}
.bdLink.Lt.hideMe {
  left: -100%;
}
.bdLink.Rt.hideMe {
  right: -100%;
}
.bdClose {
  position: absolute;
  top: -25px;
  right: -25px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.banner_reviews,
.banner_thinks {
  position: absolute;
  bottom: 0;
  width: 356px;
  min-height: 356px;
  height: auto;
  overflow: hidden;
  padding: 40px 50px;
  color: #fff;
  background: linear-gradient(-45deg, #003f6f 50%, #225882 50%);
  z-index: 5;
  opacity: 0;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
.banner_thinks {
  left: -100%;
}
.banner_reviews {
  right: -100%;
  display: none;
  background: linear-gradient(45deg, #c48200 50%, #d79e2f 50%);
}
.banner_thinks.showMe {
  left: 0;
  opacity: 1;
  display: none;
}
.banner_reviews.showMe {
  right: 0;
  opacity: 1;
}
.bannerDivs h3 {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.br_links a {
  display: block;
  margin-top: 15px;
  color: #fff;
  font-size: 21px;
  font-weight: 300;
  position: relative;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
.br_links a:hover {
  color: #ffaa01;
}
.br_links a span {
  display: inline-block;
  position: relative;
}
.br_links a span::after {
  content: "";
  background-image: url(../images/small-arrow.svg);
  width: 23px;
  height: 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 23px 9px;
  position: absolute;
  top: -11px;
  right: -30px;
  -webkit-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out;
}
.banner_reviews li {
  width: 100%;
  float: left;
  font-size: 15px;
  padding: 15px 0;
  text-align: center;
}
.banner_reviews li .txt {
  height: 150px;
  overflow: hidden;
  margin-bottom: 15px;
}
.banner_reviews li h4 {
  font-weight: 600;
  font-size: 18px;
}
.banner_reviews .owl-nav {
  width: 100%;
  position: relative;
  text-align: center;
  float: left;
  transform: translateY(10px);
}
.banner_reviews button {
  border: 0px;
  display: inline-block;
  background: transparent;
  color: red;
  font-size: 16px;
  margin: 0 10px;
  border: 0px;
}
.banner_reviews button i {
  color: #003a66;
}
.screen {
  /*    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    opacity: 0;
    transition: opacity .5s;
    border: 0;
width: 100%;

opacity: 1;
left: 0px !important; */
  /* height: 100vh; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110%;
  min-height: 120%;
}
/*----------banner-----------*/

/*-------section1---------*/
.section1 {
  background-color: #fff;
  width: 100%;
  display: table;
  padding: 60px;
  position: relative;
}

/*.section1::before {
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url('../images/4-point-stars.svg');
    background-size: 15px;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.12;
}*/
.section1 h2 {
  font-size: 46px;
  line-height: 58px;
  margin-top: 0;
  color: #31b9fb;
  text-transform: capitalize;
  font-weight: 600;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  position: relative;
  /* border-right: 1px solid #333; */
  padding-right: 15px;
  display: inline-block;
  width: 100%;
}

.section1 img {
  width: 80%;
  display: block;
  float: right;
}

.section1 p,
p.sec3cont {
  text-align: left;
  font-size: 16px;
  margin-top: 15px;
  color: #222;
  line-height: 26px;
  font-weight: normal;
  width: 100%;
  position: relative;
  font-weight: 400;
  padding: 0 2%;
  font-family: "Open Sans", sans-serif;
  width: 80%;
  margin-bottom: 30px;
}

.section1 a {
  text-decoration: none;
  color: #fff;
  padding: 10px 30px;
  background-color: #8d0f88;
  border: 1px solid #8d0f88;
  border-radius: 30px;
  transition: all 0.3s;
  text-decoration: none;
}

.section1 a:hover {
  background-color: #fff;
  color: #8d0f88;
  border-color: #8d0f88;
}

.wave-shape {
  top: 0;
  left: 0;
  position: relative;
  right: 0;
  z-index: 1;
  transform: rotate(180deg);
  width: 100%;
  overflow: hidden;
  height: 65px;
  /* top: initial; */
  /* bottom: 0; */
  top: -65px;
  transform: rotate(0);
  z-index: 9;
}

.river-wave {
  background: url(../images/wave.svg) repeat-x;
  position: absolute;
  top: 0;
  width: 6400px;
  height: 65px;
  animation: river-wave 35s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}

.river-wave:nth-of-type(2) {
  top: 0;
  animation: river-wave 20s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite;
  opacity: 1;
}

@keyframes river-wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}

/*-------section1---------*/

/*-------section2---------*/
.section2 {
  clear: both;
  width: 100%;
  display: table;
  /* background-image: url("../images/bg2.jpg");
  position: relative;
  background-size: cover;
  background-repeat: no-repeat; */
  padding: 60px 0;
  /* background-color: #090052; */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6a086d+0,4642b7+100 */
  background: #6a086d; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #6a086d 0%,
    #4642b7 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #6a086d 0%,
    #4642b7 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #6a086d 0%,
    #4642b7 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a086d', endColorstr='#4642b7',GradientType=1 ); /* IE6-9 */
}

.w-section-separator1 svg {
  position: absolute;
  z-index: 50;
  top: -1px;
  left: 0;
  width: 100%;
  height: 80px;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
  transform: rotateX(180deg) rotateY(180deg);
}

.w-section-separator2 svg {
  position: absolute;
  z-index: 50;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 80px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.section2 h2 {
  color: #31b9fb;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 42px;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  text-align: center;
}

.section2 h2 span {
  color: #fff;
  text-transform: uppercase;
}

.section2 p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 24px;
}

.section2 ul {
  list-style: none;
  width: 100%;
  padding: 0px;
  margin: 0px;
  clear: both;
  margin-top: 40px;
  display: table;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.section2 ul li {
  /* width: 100%;
  clear: both;
  margin-bottom: 20px;
  display: inline-block; */
}

.section2 ul li .img1 {
  display: flex;
  justify-content: center;
}

.section2 ul li .img1 img {
  height: 55px;
  align-self: center;
}

.section2 ul li .sec2cont {
  float: left;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.section2 ul li h4 {
  color: #fff;
  font-size: 21px;
  margin-top: 30px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
}
.section2 ul li p {
  text-align: center;
}
/*-------section2---------*/

/*section3*/
.section3 {
  width: 100%;
  display: table;
  padding: 50px;
  background-color: #f5f5f5;
}

.section3 h2 {
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 42px;
  font-weight: 600;
  color: #ababab;
  text-transform: capitalize;
  margin-top: 0px;
  margin-bottom: 30px;
}

.section3 h2 span {
  color: #000;
}

.section3 ul {
  list-style: none;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  clear: both;
  padding: 0px;
  margin: 0px;
}

.section3 ul li {
  /* float: left;
  display: inline-block;
  width: 25%; */
  /*padding: 10px 0;*/
  overflow: hidden;
}

/*
.section1 ul li:first-child{padding-right: 5px;}
.section1 ul li:last-child{padding-left: 5px;}
*/
.section3 ul li a {
  display: flex;
  text-decoration: none;
  color: #fff;
  width: 100%;
  position: relative;
  transition: all 0.5s ease 0s;
  justify-content: center;
  align-items: center;
}

.section3 ul li a .b2img {
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}

.section3 ul li a .b2img img {
  width: 275px;
  height: 275px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: all 5s;
  transform: scale(1, 1);
  border-radius: 100%;
}

/* .section3 ul li a .b2img:before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(62, 62, 62, 0.3);
  transition: all 0.5s ease 0s;
  z-index: 9;
} */

.section3 ul li a .b2info {
  position: absolute;
  left: 0px;
  right: 0;
  bottom: 10px;
  padding: 0px;
  background-color: #8d0f88 !important;
  overflow: hidden;
  z-index: 9;
  display: table;
  margin: auto;
  padding: 5px 15px;
  width: 80%;
  text-align: center;
  border-radius: 50px;
  transition: all 0.3s;
}
.section3 ul li a:hover .b2info {
  background-color: #31b9fb !important;
}

.section3 ul li a .b2info .b2hd1 {
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
  color: #fff;
}

.b2info .b2cont1 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  overflow: hidden;
}

.b2info .b2rm1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  display: none;
  /*
  -webkit-transition: margin .2s ease-in-out,opacity .1s ease,-webkit-transform .3s ease;
  transition: margin .2s ease-in-out,opacity .1s ease,-webkit-transform .3s ease;
  transition: margin .2s ease-in-out,transform .3s ease,opacity .1s ease;
  transition: margin .2s ease-in-out,transform .3s ease,opacity .1s ease,-webkit-transform .3s ease;

  -webkit-transform: translateX(-150%);
  transform: translateX(-150%);*/
}

.b2info .b2rm1 span {
  position: relative;
  padding: 10px 15px;
}

.b2info .b2rm1 span:after {
  content: "";
  width: 80%;
  left: 50%;
  height: 1px;
  bottom: 0;
  transform: translatex(-50%);
  transition: width 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.4s,
    background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
  display: block;
  position: absolute;
  background: rgb(255, 255, 255);
}

/*.section1 ul li a:hover .b2img:before{background-color: rgba(0,0,0,0.85);}
.section1 ul li a:hover .b2info .b2hd1{padding-top: 35px;}*/
.section3 ul li a:hover .b2img img {
  transform: scale(1.1, 1.1);
}

.section3 ul li a:hover .b2info .b2rm1 span:after {
  width: 100%;
}

/*
.section1 ul li a:hover .b2info .b2rm1{
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
*/
.viewall {
  clear: both;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

a.viewall1 {
  text-decoration: none;
  color: #fff;
  padding: 10px 30px;
  border: 1px solid #31b9fb;
  border-radius: 30px;
  transition: all 0.3s;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  background-color: #31b9fb;
}

a.viewall1:hover {
  background-color: #783bd9;
  color: #fff;
  border-color: #783bd9;
}

/*section3*/

/*section4*/
.section4 {
  width: 100%;
  display: block;
  padding: 40px 0;
  background-color: #fff;
  position: relative;
}

.section4 h2 {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: 600;
  font-family: "Roboto Condensed", sans-serif;
  color: #222;
  margin-top: 0px;
}

.section4 h2 a {
  position: absolute;
  right: 0px;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  background-color: #d23539;
  padding: 11px 15px;
  font-family: "Roboto", sans-serif;
  transition: all 0.3s;
}

.section4 h2.h2btm {
  margin-bottom: 0px;
  margin-top: 20px;
}

.section4 h2.h2btm a {
  position: relative;
  margin: auto;
  display: table;
}

.section4 h2 a:hover {
  background-color: #8e0004;
}

.main_serv {
  clear: both;
  width: 100%;
  display: block;
  padding: 0 25px;
}

.technology1 {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

a.img-wrap {
  display: block;
  text-decoration: none;
  color: #000;
  position: relative;
  width: 100%;
  transition: all 0.3s ease 0s;
  padding: 0px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  background-color: #3d1480;
}

a.img-wrap .img1 img {
  width: 100%;
  display: block;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
}

a.img-wrap:hover {
}

a.img-wrap .img1 {
  position: relative;
}

a.img-wrap .img1 svg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  display: none;
}

.icon1 img {
  width: 70px;
  position: absolute;
  top: 245px;
  background-color: #01a6ef;
  padding: 10px;
  border-radius: 5px;
}

.techhd1 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 5px;
  padding: 15px 15px 0;
  color: #5bc9ff !important;
}

.technology1 p {
  position: relative;
  line-height: 26px;
  padding: 0px;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  opacity: 1;
  font-weight: 400;
  color: #fff;
  opacity: 0.8;
  font-size: 16px;
  padding: 0 15px;
}

.rmore1 {
  width: 100%;
  display: table;
}

.rmore1 span {
  padding: 7px 20px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background-color: #8d0f88 !important;
  position: relative;
  display: table;
  transition: all 0.3s;
}

a.img-wrap:hover .rmore1 span {
  background-color: #fff !important;
  color: #8d0f88;
}

.techno {
  display: block;
  background-color: #3d1480;
  text-align: center;
}

/*section4*/

/*footer*/
.footer {
  width: 100%;
  display: table;
  padding: 40px 0 20px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6a086d+0,4642b7+100 */
  background: #6a086d; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #6a086d 0%,
    #4642b7 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #6a086d 0%,
    #4642b7 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #6a086d 0%,
    #4642b7 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a086d', endColorstr='#4642b7',GradientType=1 ); /* IE6-9 */
  position: relative;
  /*background-image: url('../images/mega-footer-bg.jpg');*/
  /* background-image: url("../images/map.png");
  background-repeat: no-repeat;
  background-position: right 80px; */
}

.home_addressleft {
  float: left;
  width: 34%;
  padding-right: 6px;
}

.home_addressleft ul {
  list-style-type: none;
}

.home_addressleft li {
  color: #333;
  display: block;
  float: left;
  font-size: 15px;
  line-height: 26px;
  margin: 2px 0;
  width: 100%;
}

.home_addressleft li p {
  color: #fff;
  float: right;
  font-size: 14px;
  line-height: 26px;
  width: 85%;
  margin: 0px;
}

.home_addressleft li span {
  color: #31b9fb;
  float: left;
  font-size: 24px;
  height: 36px;
  text-align: center;
  width: 40px;
}

.prodmenu {
  margin-top: 70px;
}

.footer_menu {
  float: left;
  width: 20%;
  margin-bottom: 10px;
  margin-left:10%;
}

.footer_menu1 {
  width: 15%;
}

.footer_menu ul {
  list-style-type: none;
  width: 100%;
  float: left;
}

.footer_menu ul li {
  width: 100%;
  margin-bottom: 5px;
  float: left;
  margin-right: 20px;
  position: relative;
  line-height: 28px;
}

.footer_menu ul li a {
  text-decoration: none;
  color: #fff;
  padding-left: 20px;
  position: relative;
  display: block;
  font-size: 14px;
  transition: all 0.3s;
}

.footer_menu ul li a:before {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #c4f1ff;
  font-size: 16px;
  content: "\f105";
  transition: all 0.3s;
  font-family: FontAwesome;
}

.footer_menu ul li a:hover {
  color: #e088dd;
}

.footer_menu ul li a:hover:before {
  color: #e088dd;
}

.footer_hd {
  position: relative;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 35px;
  text-transform: capitalize;
}

.footer_hd::before {
  width: 30px;
  height: 2px;
  background-color: #31b9fb;
  content: "";
  position: absolute;
  left: 0%;
  bottom: -15px;
  z-index: 9;
}

.footer_social {
  width: 18%;
  float: right;
}

.footer_social ul {
  float: left;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 5px;
  width: auto;
}

.footer_social ul li {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

.footer_social ul li a {
  background: #fff;
  border-radius: 100%;
  color: #2a2f33;
  display: table;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  outline: medium none;
  text-align: center;
  transition: all 0.3s;
  text-decoration: none;
  width: 36px;
}

.footer_social ul li a:hover {
  background: #0195c5 none repeat scroll 0 0;
  color: #fff;
}

.copy_right {
  height: 50px;
  line-height: 50px;
  width: 100%;
  background-color: #060047;
  display: table;
  clear: both;
  color: #fff;
  padding: 0 30px;
  text-align: center;
}

.copy_right a {
  color: #28406b;
  text-decoration: none;
}

.footer_social .form-control {
  margin-bottom: 10px;
  border-radius: 0px;
}

.footer_social .btn {
  width: 100%;
  border-radius: 0px;
  text-transform: capitalize;
  background-color: #0195c5;
  border: 0px;
  transition: all 0.3s;
}

.footer_social .btn:hover {
  background-color: #006a8c;
}

.ft_soc {
  clear: both;
  display: block;
}

.ft_soc a {
  text-decoration: none;
  color: #fff;
  font-size: 23px;
  margin-right: 15px;
  transition: all 0.3s;
}

.ft_soc a:hover {
  color: #e088dd;
}

.ft_qt {
  clear: both;
  width: 80%;
  margin: auto;
  display: table;
  text-align: center;
  margin-top: 15px;
}

.ft_qt p {
  line-height: 21px;
  color: #b9eaff;
}

a.ft_sub {
  clear: both;
  width: 100%;
  margin-top: 15px;
  background-color: transparent;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  display: inline-block;
  text-align: center;
  border: 2px solid #28406b;
  transition: all 0.3s;
  font-size: 15px;
}

a.ft_sub:hover {
  background-color: #28406b;
}

/*footer*/

/*clients*/
.clients {
  width: 100%;
  display: inline-block;
  position: relative;
  text-align: center;
  overflow: hidden;
  background-image: url("../images/bg3.jpg");
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

.clients ul {
  list-style: none;
}

.main_serv1 li img {
  display: block;
  margin: auto;
  max-width: 80%;
}

.clients .owl-dots {
  display: block !important;
  bottom: -40px;
}

.clients .owl-nav {
  display: none !important;
}

.clients .owl-theme .owl-dots .owl-dot span {
  background-color: #ccc !important;
}

.clients .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #31b9fb !important;
}

.testimonials {
  padding: 100px 100px 150px;
}
.testimonials::before {
  width: 90%;
  height: 90%;
  border: 1px solid #fff;
  content: "";
  position: absolute;
  left: 5%;
  top: 5%;
}
.rightquote {
  position: absolute;
  right: 7%;
  top: 15%;
}

.rightquote img {
  width: 240px;
}

.testimonials li {
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

.testimonials li h3 {
  color: #31b9fb;
  margin: 30px 0 15px;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}

.testimonials li span {
  color: #fff;
  font-size: 16px;
}

.testimonials .img {
  width: 110px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  display: table;
  margin: auto;
}

.testimonials .img img {
  width: 100%;
  border-radius: 100%;
  display: block;
}

.testimonials h2 {
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 42px;
  font-family: "Roboto Condensed", sans-serif;
}

.testimonials h2 span {
  color: #fff;
}

/*clients*/

a.worldofc {
  float: left;
  text-decoration: none;
  color: #fff;
  border: 1px solid #f58025;
  border-radius: 5px;
  background-color: #f58025;
  font-size: 14px;
  display: block;
  padding: 7px 15px;
  text-transform: uppercase;
  transition: all 0.3s;
  font-weight: 600;
}

a.worldofc:hover {
  background-color: transparent;
  color: #f58025;
}

.contact_rt a {
  position: fixed;
  right: 0px;
  top: 50%;
  width: 110px;
  height: 75px;
  background-color: #0071c5;
  border-radius: 5px 0 0 5px;
  text-align: center;
  color: #fff;
  display: block;
  z-index: 9;
  transition: all 0.3s;
  outline: 0px;
}

.contact_rt a:hover {
  background-color: #00497f;
}

.contact_rt img {
  margin-top: 15px;
}

.contact_rt a {
  text-decoration: none;
  color: #fff;
}

.contact_open {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.contact_bg {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}

.contact_pop {
  width: 490px;
  background-color: #f1f1f1;
  min-height: 295px;
  right: -100%;
  border-left: 15px solid #0071c5;
  z-index: 9999;
  transition: ease all 0.4s;
  top: 30%;
  position: fixed;
  display: table;
  box-shadow: 0 10px 50px rgba(1, 2, 2, 0.15);
  z-index: 99999;
}

.cpop_cont {
  padding: 35px 0 35px 15px;
  width: 100%;
  display: table;
}

.cpop_top {
  padding: 0 15px;
  width: 85%;
  text-align: center;
  font-size: 16px;
}

.cpop_top span {
  color: #f38210;
  font-weight: 700;
  font-size: 18px;
  position: relative;
}

.cpop_top span:before {
  position: absolute;
  left: -24px;
  bottom: -5px;
  content: "\f041";
  font-family: FontAwesome;
  color: #f38210;
  font-size: 28px;
}

.cnub {
  margin-top: 15px;
  font-size: 18px;
}

.cnub b {
  font-size: 21px;
}

.cbtm {
  font-size: 14px;
}

.cbtm a {
  text-decoration: none;
  color: #0071c5;
}

.width48 {
  float: left;
  display: inline-block;
  width: 48%;
  padding-right: 15px;
  text-align: center;
  margin-top: 35px;
}

.cpopbtm a {
  text-decoration: none;
  color: #000;
  text-align: center;
  transition: all 0.3s;
}

.cpopbtm a h4 {
  margin: 5px 0;
}

.cpopbtm a:hover h4 {
  margin: 5px 0;
  color: #0071c5;
}

.btn_close {
  position: absolute;
  right: 10px;
  top: 30px;
  width: 50px;
  text-align: center;
}

.btn_close a {
  text-decoration: none;
  color: #000;
  position: relative;
  text-align: center;
}

.btn_close a:before {
  position: absolute;
  left: 10px;
  top: -20px;
  content: "\f00d";
  font-family: FontAwesome;
  color: #0071c5;
  font-size: 16px;
}

.copy_left {
  float: left;
  display: inline-block;
}

.copy_left p {
  float: left;
  font-size: 16px;
  font-weight: 600;
  padding-right: 15px;
  height: 65px;
  line-height: 65px;
  margin: 0px;
}

.copy_left a {
  text-decoration: none;
  color: #000;
  margin-right: 10px;
  float: left;
  display: flex;
  height: 65px;
  line-height: 65px;
}

.copy_left a img {
  width: 26px;
  display: block;
}

.copy_rt {
  float: right;
  display: inline-block;
}

.copy_rt a {
  text-decoration: none;
  color: #000;
  padding: 0 10px;
  font-size: 14px;
  transition: all 0.3s;
}

.copy_rt a:hover {
  color: #0071c5;
}

.balloon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 9;
}

.balloon > div {
  width: 50px;
  height: 60px;
  margin: 0 auto;
  position: absolute;
  padding: 10px;
}

.balloon div span a {
  transition: all 0.3;
  transform: scale(1, 1);
}

.balloon div span a:hover img {
  transition: all 0.3;
  transform: scale(1.3, 1.3);
}

.balloon > div span img {
  width: 110px;
  transition: all 0.3s;
}

.balloon > div:nth-child(1) {
  left: 50px;
  top: 180px;
  -webkit-animation: balloon1 6s ease-in-out infinite;
  -moz-animation: balloon1 6s ease-in-out infinite;
  -o-animation: balloon1 6s ease-in-out infinite;
  animation: balloon1 6s ease-in-out infinite;
}

.balloon > div:nth-child(2) {
  left: 300px;
  top: 200px;
  -webkit-animation: balloon2 6s ease-in-out infinite;
  -moz-animation: balloon2 6s ease-in-out infinite;
  -o-animation: balloon2 6s ease-in-out infinite;
  animation: balloon2 6s ease-in-out infinite;
}

.balloon > div:nth-child(3) {
  left: 200px;
  top: 400px;
  -webkit-animation: balloon4 6s ease-in-out infinite;
  -moz-animation: balloon4 6s ease-in-out infinite;
  -o-animation: balloon4 6s ease-in-out infinite;
  animation: balloon4 6s ease-in-out infinite;
}

.balloon > div:nth-child(4) {
  right: 50px;
  top: 180px;
  -webkit-animation: balloon1 5s ease-in-out infinite;
  -moz-animation: balloon1 5s ease-in-out infinite;
  -o-animation: balloon1 5s ease-in-out infinite;
  animation: balloon1 5s ease-in-out infinite;
}

.balloon > div:nth-child(5) {
  right: 350px;
  top: 110px;
  -webkit-animation: balloon3 5s ease-in-out infinite;
  -moz-animation: balloon3 5s ease-in-out infinite;
  -o-animation: balloon3 5s ease-in-out infinite;
  animation: balloon3 5s ease-in-out infinite;
}

.balloon > div:nth-child(5):before {
}

.balloon > div:nth-child(6) {
  right: 100px;
  top: 400px;
  -webkit-animation: balloon2 3s ease-in-out infinite;
  -moz-animation: balloon2 3s ease-in-out infinite;
  -o-animation: balloon2 3s ease-in-out infinite;
  animation: balloon2 3s ease-in-out infinite;
}

.balloon > div:nth-child(7) {
  right: 450px;
  top: 450px;
  -webkit-animation: balloon2 3s ease-in-out infinite;
  -moz-animation: balloon2 3s ease-in-out infinite;
  -o-animation: balloon2 3s ease-in-out infinite;
  animation: balloon2 3s ease-in-out infinite;
}

/*BALLOON 1 4*/
@-webkit-keyframes balloon1 {
  0%,
  100% {
    -webkit-transform: translateY(0) rotate(-6deg);
  }

  50% {
    -webkit-transform: translateY(-20px) rotate(8deg);
  }
}

@-moz-keyframes balloon1 {
  0%,
  100% {
    -moz-transform: translateY(0) rotate(-6deg);
  }

  50% {
    -moz-transform: translateY(-20px) rotate(8deg);
  }
}

@-o-keyframes balloon1 {
  0%,
  100% {
    -o-transform: translateY(0) rotate(-6deg);
  }

  50% {
    -o-transform: translateY(-20px) rotate(8deg);
  }
}

@keyframes balloon1 {
  0%,
  100% {
    transform: translateY(0) rotate(-6deg);
  }

  50% {
    transform: translateY(-20px) rotate(8deg);
  }
}

/* BAllOON 2 5*/
@-webkit-keyframes balloon2 {
  0%,
  100% {
    -webkit-transform: translateY(0) rotate(6eg);
  }

  50% {
    -webkit-transform: translateY(-30px) rotate(-8deg);
  }
}

@-moz-keyframes balloon2 {
  0%,
  100% {
    -moz-transform: translateY(0) rotate(6deg);
  }

  50% {
    -moz-transform: translateY(-30px) rotate(-8deg);
  }
}

@-o-keyframes balloon2 {
  0%,
  100% {
    -o-transform: translateY(0) rotate(6deg);
  }

  50% {
    -o-transform: translateY(-30px) rotate(-8deg);
  }
}

@keyframes balloon2 {
  0%,
  100% {
    transform: translateY(0) rotate(6deg);
  }

  50% {
    transform: translateY(-30px) rotate(-8deg);
  }
}

/* BAllOON 0*/
@-webkit-keyframes balloon3 {
  0%,
  100% {
    -webkit-transform: translate(0, -10px) rotate(6eg);
  }

  50% {
    -webkit-transform: translate(-20px, 30px) rotate(-8deg);
  }
}

@-moz-keyframes balloon3 {
  0%,
  100% {
    -moz-transform: translate(0, -10px) rotate(6eg);
  }

  50% {
    -moz-transform: translate(-20px, 30px) rotate(-8deg);
  }
}

@-o-keyframes balloon3 {
  0%,
  100% {
    -o-transform: translate(0, -10px) rotate(6eg);
  }

  50% {
    -o-transform: translate(-20px, 30px) rotate(-8deg);
  }
}

@keyframes balloon3 {
  0%,
  100% {
    transform: translate(0, -10px) rotate(6eg);
  }

  50% {
    transform: translate(-20px, 30px) rotate(-8deg);
  }
}

/* BAllOON 3*/
@-webkit-keyframes balloon4 {
  0%,
  100% {
    -webkit-transform: translate(10px, -10px) rotate(-8eg);
  }

  50% {
    -webkit-transform: translate(-15px, 20px) rotate(10deg);
  }
}

@-moz-keyframes balloon4 {
  0%,
  100% {
    -moz-transform: translate(10px, -10px) rotate(-8eg);
  }

  50% {
    -moz-transform: translate(-15px, 10px) rotate(10deg);
  }
}

@-o-keyframes balloon4 {
  0%,
  100% {
    -o-transform: translate(10px, -10px) rotate(-8eg);
  }

  50% {
    -o-transform: translate(-15px, 10px) rotate(10deg);
  }
}

@keyframes balloon4 {
  0%,
  100% {
    transform: translate(10px, -10px) rotate(-8eg);
  }

  50% {
    transform: translate(-15px, 10px) rotate(10deg);
  }
}

/*BALLOON 1 4*/
@-webkit-keyframes balloon7 {
  0%,
  100% {
    -webkit-transform: translateY(0) rotate(-6deg);
  }

  50% {
    -webkit-transform: translateY(-20px) rotate(8deg);
  }
}

@-moz-keyframes balloon7 {
  0%,
  100% {
    -moz-transform: translateY(0) rotate(-6deg);
  }

  50% {
    -moz-transform: translateY(-20px) rotate(8deg);
  }
}

@-o-keyframes balloon7 {
  0%,
  100% {
    -o-transform: translateY(0) rotate(-6deg);
  }

  50% {
    -o-transform: translateY(-20px) rotate(8deg);
  }
}

@keyframes balloon7 {
  0%,
  100% {
    transform: translateY(0) rotate(-6deg);
  }

  50% {
    transform: translateY(-20px) rotate(8deg);
  }
}

/*innerbanner*/
.fullbody {
  width: 100%;
  float: left;
  position: relative;
}
.innerbanner {
  overflow: hidden;
  height: 450px;
}
.innerbanner .img {
  height: 500px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.innerbanner .img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #222;
  opacity: 0.5;
}
.innerbanner svg {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 80px;
}
.ib_txt {
  position: absolute;
  bottom: 100px;
  left: 0;
  color: #fff;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.ib_txt h1 {
  font-weight: 800;
  font-family: "Nunito";
  font-size: 50px;
  margin: 0;
}
.ib_txt h1:after {
  display: block;
  width: 30px;
  height: 5px;
  background-color: #fff;
  margin: 15px auto;
  content: "";
}
.ib_txt h2 {
  font-weight: 300;
  font-size: 16px;
  margin: 0;
}
/*.page*/
.page {
  padding: 50px 0;
  font-size: 14px;
  color: #333;
}
.page p {
  display: block;
  margin-bottom: 15px;
}
.page_ul ul,
.page_ul ul li {
  width: 100%;
  float: left;
}
.page_ul ul li {
  position: relative;
  padding: 5px;
  padding-left: 15px;
}
.page_ul ul li:before {
  position: absolute;
  content: "\f105";
  font-family: "FontAwesome";
  top: 5px;
  left: 0;
}
.about .img,
.package .img {
  width: 48%;
  float: left;
}
.about img,
.package img {
  width: 100%;
}
.about .txt,
.package .txt {
  float: right;
  width: 48%;
}
.about .txt h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding-left: 20px;
  font-style: italic;
  border-left: 1px solid #eee;
}
.about .txt h4 {
  text-align: right;
  font-size: 14px;
  font-weight: 600;
  color: #111;
  margin-bottom: 10px;
  display: block;
}
/*destinations*/
.destinations li {
  width: 100%;
  float: left;
  margin-top: 20px;
  margin-bottom: 80px;
  position: relative;
  background-color: #f5f5f5;
}
.destinations li:last-child {
  margin-bottom: 20px;
}
.destinations li .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
}
.destinations li .img:before {
  position: absolute;
  top: -30px;
  left: -30px;
  width: calc(100% + 60px);
  height: calc(100% + 60px);
  content: "";
  border: 3px solid #783bd8;
  z-index: -1;
}
.destinations li:nth-child(even) .img:before {
  border: 3px solid #31b9fb;
}
.destinations li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.destinations li .txt {
  float: right;
  width: 70%;
  padding: 20px 25px;
}
.destinations li .txt h3 {
  color: #783bd8;
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 24px;
  font-weight: 600;
}
.destinations li:nth-child(even) .txt h3 {
  color: #31b9fb;
}
.destinations li .txt a {
  float: right;
  padding: 5px 20px;
  background-color: #d62c49;
  color: #fff;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
}
.destinations li:nth-child(even) .txt a {
  background-color: #164289;
}
/*packages*/
.packages_page {
  padding-top: 0px;
}
.packages li {
  float: left;
  width: 30%;
  margin-right: 5%;
  margin-top: 50px;
  border-radius: 10px;
  box-shadow: 0px 5px 20px 10px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
.packages li:hover {
  box-shadow: 0px 10px 30px 10px rgba(0, 0, 0, 0.2);
}
.packages li:nth-child(3n + 3) {
  margin-right: 0;
}
.packages li .img {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.packages li img {
  width: 100%;
  height: 200px;
  object-position: center;
  object-fit: cover;
}
.packages li .txt {
  padding: 20px;
  color: #555;
  background-color: #fff;
  text-align: center;
}
.packages li h3 {
  font-size: 18px;
  font-weight: 600;
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.packages li .txt p {
  width: 100%;
  float: left;
  height: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.packages li h3:after {
  display: block;
  margin: 15px auto;
  width: 20px;
  height: 1px;
  background-color: #999;
  content: "";
}
.packages li h4 {
  font-size: 16px;
  font-weight: 600;
  color: #31b9fb;
  margin-top: 0;
  margin-bottom: 10px;
}
.packages li .moreBtn {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  border: 5px solid #8d0f88;
  color: #8d0f88;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
.packages li .moreBtn:before {
  display: inline-block;
  content: "\f067";
  font-size: 20px;
  font-family: "FontAwesome";
}
.packages li:hover .moreBtn {
  border: 5px solid #31b9fb;
  color: #31b9fb;
  background-color: #fff;
}
.package .img {
  position: relative;
}
.package .carousel-control {
  top: calc(50% - 20px);
  display: none;
}
.package .carousel-control img {
  height: 40px;
  width: 20px;
}
.package h2 {
  font-size: 30px;
  font-weight: 600;
  color: #111;
  margin-top: 0;
  margin-bottom: 15px;
}
.package h3 {
  font-size: 20px;
  font-weight: 600;
  color: #31b9fb;
  margin-top: 0;
  margin-bottom: 0px;
}
.package h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
/*package_li*/
.package_li {
  margin-top: 40px;
}
.package_li li {
  width: 100%;
  float: left;
  position: relative;
}
.package_li li h3 {
  font-size: 18px;
  font-weight: 500;
  color: #111;
  margin: 0;
  margin-top: 15px;
  padding-bottom: 15px;
  line-height: 26px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}
.package_li li:first-child h3 {
  border-top: 1px solid #ddd;
  margin-top: 0;
  padding-top: 15px;
}
.package_li li h3.is-open {
  color: #8d0f88;
}
.package_li li h3 span {
  float: left;
  margin-left: 10px;
  margin-right: 15px;
  width: 26px;
  height: 26px;
  border: 1px solid #8d0f88;
  border-radius: 30px;
  position: relative;
}
.package_li li h3 span:before {
  position: absolute;
  top: 11px;
  left: 5px;
  width: 14px;
  height: 2px;
  content: "";
  background: #f27a21;
}
.package_li li h3 span:after {
  position: absolute;
  top: 5px;
  left: 11px;
  width: 2px;
  height: 14px;
  content: "";
  background: #f27a21;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
.package_li li h3.is-open span:after {
  transform: scale(0);
  -webkit-transform: scale(0);
}
.package_liData {
  padding: 30px 50px;
  text-align: justify;
  display: none;
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
}
/*testimonials*/
.testimoniaList li {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.testimoniaList li:last-child {
  margin-bottom: 0;
}
.testimoniaList li .img {
  width: 150px;
  float: left;
  font-size: 12px;
  text-align: center;
  line-height: 1.2;
}
.testimoniaList li .img h2 {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: bold;
}
.testimoniaList li img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
}
.testimoniaList li .txt {
  width: calc(100% - 180px);
  float: right;
  position: relative;
  background: #f5f5f5;
  border-radius: 3px;
  padding: 20px;
  border: 1px solid #eee;
}
.testimoniaList li .txt:before {
  position: absolute;
  top: calc(50% - 5px);
  left: -10px;
  content: "";
  z-index: 1;
  border-right: 10px solid #f5f5f5;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.testimoniaList li .txt:after {
  position: absolute;
  top: calc(50% - 7px);
  left: -12px;
  content: "";
  border-right: 12px solid #eee;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
/*contact*/
.address .cnt_map {
  width: 400px;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.address .cnt_map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.address .cnt_map iframe {
  width: 100%;
  height: 100%;
  border: 0px;
}
.address .cnt_adr {
  width: calc(100% - 550px);
  float: left;
  margin-left: 400px;
  background: #f5f5f5;
  padding: 50px;
  font-size: 15px;
  padding-right: 200px;
  min-height: 300px;
}
.cnt_adr h3 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 0;
  color: #783bd8;
  margin-bottom: 15px;
}
.cnt_adr p b {
  width: 100px;
  float: left;
}
.address .carousel-indicators {
  position: absolute;
  top: 150px;
  right: 0;
  left: auto;
  bottom: auto;
  width: 300px;
  background: #0f8482;
  background: #1bb1ae;
  color: #fff;
  margin: 0;
  height: auto;
  text-align: left;
}
.address .carousel-indicators li {
  width: 100%;
  float: left;
  height: auto;
  font-weight: 500;
  font-size: 15px;
  border-radius: 0;
  border: 0px;
  margin: 0;
  padding: 15px 20px;
  position: relative;
  text-indent: 0px;
}
.address .carousel-indicators li:before {
  float: left;
  margin-top: 10px;
  width: 0px;
  height: 1px;
  background: #fff;
  margin-right: 0px;
  content: "";
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
.address .carousel-indicators li.active:before {
  width: 36px;
  margin-right: 10px;
}
.address .carousel-indicators li.active {
  background: #31b9fb;
}
/*cntForm*/
.cntForm {
  margin-top: 50px;
  text-align: center;
}
.cntForm h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0;
  color: #003399;
  text-transform: uppercase;
}
.cntForm form {
  margin-top: 30px;
  text-align: left;
}
.span2 {
  width: 48%;
  float: left;
}
.span2:nth-child(even) {
  float: right;
}
.cntForm label {
  font-size: 12px;
  text-transform: uppercase;
  color: #111;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 0;
  display: block;
}
.cntInput {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  height: 50px;
  padding: 0 10px;
  border: 0px solid #eee;
  background: #f5f5f5;
}
textarea.cntInput {
  height: 228px;
  padding: 10px;
}
.cntBtn {
  float: right;
  height: 60px;
  padding: 0 50px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  background: #8d0f88;
  cursor: pointer;
  border: 0px;
  border-radius: 60px;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
.cntBtn:hover {
  background: #f27a21;
}
/*login*/
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.popup .popbox {
  position: relative;
  display: table;
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
  background: #fff;
  color: #333;
  margin-top: 100px;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.popbox .popHedaer {
  padding: 25px;
  border-bottom: 1px solid #ddd;
}
.popbox h2 {
  float: left;
  font-size: 24px;
  line-height: 32px;
  margin: 0;
}
.popbox .closeBtn {
  float: right;
  cursor: pointer;
  color: red;
}
.popbox .popBody {
  padding: 25px;
}
.login_left {
  width: 100%;
  float: left;
  position: relative;
}
.login_left.recoverPop {
  width: 100%;
  padding-right: 0%;
}
.login_left.recoverPop:after {
  display: none;
}
.popBody .login_left h3 {
  font-weight: 600;
  color: #111;
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 0;
}
.login_left h2 span,
.popBody .login_left h3 span {
  color: #fbb816;
  font-style: italic;
}
.login_left h2 span span,
.popBody .login_left h3 span span {
  color: #005bab;
}
.login_left .fpwd {
  float: right;
  color: #333a6e;
  line-height: 35px;
  font-weight: 600;
}
.login_left .nreg {
  margin-top: 10px;
  color: #222;
  line-height: 35px;
}
.login_left .nreg a {
  vertical-align: top;
  color: #333a6e;
  font-weight: 600;
}
.login_left .fpwd:hover {
  text-decoration: underline;
}
.login_left label {
  display: block;
  font-size: 14px;
  font-weight: 600;
}
.login_left label span {
  display: block;
  font-size: 12px;
  font-weight: 400;
}
.input_control {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  height: 40px;
  border: 1px solid #ddd;
  padding: 0 15px;
  border-radius: 3px;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
.input_control:hover,
.input_control:focus {
  outline: 0px;
  border-color: #333;
}
.btn_control {
  float: left;
  font-size: 16px;
  background: #333a6e;
  color: #fff;
  cursor: pointer;
  padding: 5px 30px;
  border: 0px;
  border-radius: 3px;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
.btn_control:hover {
  background: #fbb816;
}
#recover {
  display: none;
}
/*.myAccount {*/
.acc_nav {
  float: left;
  width: 25%;
  background: #eef4ff;
  padding: 15px 0;
  border-radius: 3px;
  border: 1px solid #dfeaff;
}
.acc_nav h3,
.acc_nav h2 {
  padding: 15px 10px;
  margin: 0;
  border-bottom: 1px solid #dfeaff;
}
.acc_nav ul {
  padding: 15px 0;
}
.acc_nav h3 {
  display: none;
}
.acc_nav h3 img,
.acc_nav h2 img {
  float: left;
  margin-right: 10px;
  width: 50px;
  height: 50px;
}
.acc_nav h3 div span,
.acc_nav h2 div span {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 1;
  margin-top: 5px;
  font-weight: 400;
}
.acc_nav h3:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  z-index: 1;
  content: "\f107";
  line-height: 100%;
  font-family: "FontAwesome";
  text-align: right;
  padding: 10% 10px;
  background: linear-gradient(to right, transparent 0%, #fff 100%);
  background: -webkit-linear-gradient(to right, transparent 0%, #fff 100%);
}
.acc_nav h3 div,
.acc_nav h2 div {
  width: calc(100% - 60px);
  padding: 0 10px;
  font-weight: 500;
  font-size: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.acc_nav ul li {
  width: 100%;
  float: left;
  text-align: left;
}
.acc_nav ul li a {
  width: 100%;
  float: left;
  color: #555;
  font-size: 15px;
  padding: 10px 20px;
  font-weight: 400;
  letter-spacing: 1.12px;
  border-top: 1px solid #dfeaff;
  transition: all ease-in-out 0.5s;
}
.acc_nav ul li:first-child a {
  border-top: 0px;
}
.acc_nav ul li a:hover,
.acc_nav ul li a.active {
  color: #31b9fb;
  text-decoration: none;
}
.acc_nav li a i {
  width: 20px;
  color: #31b9fb;
}
.stickme {
  position: sticky;
  -webkit-position: sticky;
  -moz-position: sticky;
  -o-position: sticky;
  -ms-position: sticky;
  top: 80px;
  left: 0;
}
.acc_content {
  width: calc(75% - 30px);
  float: right;
  background: #eef4ff;
  padding: 25px 15px;
  border-radius: 3px;
  border: 1px solid #dfeaff;
}
.acc_content h2 {
  font-size: 24px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  margin-top: 0;
  font-weight: 600;
  /*border: 1px solid #dfeaff;*/
}
.my_profile li {
  width: 100%;
  float: left;
  padding: 0 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  /*border-bottom: 1px solid #dfeaff;*/
}
.my_profile li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px solid #fff;
}
.my_profileL {
  width: 30%;
  float: left;
}
.my_profileR {
  width: 70%;
  float: right;
}
.my_profile li label {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  line-height: 35px;
}
.my_profile li input,
.my_profile li textarea,
.my_profile li select {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  height: 35px;
  border: 0px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 0 15px;
}
.my_profile li input:hover,
.my_profile li textarea:hover,
.my_profile li input:focus,
.my_profile li textarea:focus {
  outline: 0px;
}
.my_profile li textarea {
  height: 100px;
  padding: 15px;
}
.my_profile .int_cat li {
  width: 33.33%;
  float: left;
  padding: 0 10px;
  margin-bottom: 5px;
  padding-bottom: 0px;
  border-bottom: 0px solid #eee;
}
.my_profile .int_cat input {
  width: 20px;
  height: 30px;
  margin: 0;
}
.my_profile .int_cat label {
  width: auto;
  float: left;
  margin-left: 5px;
  line-height: 30px;
}
.my_profile .updatebtn {
  width: 70%;
  float: right;
}
.my_profile .updatebtn input {
  width: 150px;
  float: left;
  background: #0e4789;
  color: #fff;
  cursor: pointer;
  border: 0px;
  border-radius: 3px;
  transition: all 0.5s;
}
.my_profile .updatebtn input:hover {
  background: #31b9fb;
  transition: all 0.5s;
}
.myPackages li {
  width: 48%;
  margin: 0 1%;
  background: #fff;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}
.myPackages li:nth-child(even) {
  float: right;
}
.myTestimonials li {
  width: 100%;
  float: left;
  background: #fff;
  padding: 15px;
  margin-top: 20px;
}
.myTestimonialTitle {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #111;
}
.myTestimonialsBtns a {
  float: left;
  font-size: 12px;
  padding: 3px 10px;
  background: #333;
  color: #fff;
  margin-right: 10px;
  border-radius: 3px;
}
.myReferrals {
  overflow-y: auto;
  margin-top: 20px;
}
.myReferrals table {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  border: 1px solid #00a3ed;
}
.myReferrals table thead {
  background: #00a3ed;
}
.myReferrals table th,
.myReferrals table td {
  padding: 8px 12px;
  border: 1px solid #00a3ed;
}
.myReferrals table th {
  color: #111;
}

.ma_data h2 {
  font-size: 24px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 1279px) {
  .top_left a:first-child {
    display: none;
  }
  .mobile_login,
  .mobile_menu,
  .micon {
    display: block;
  }
  .menu {
    display: none;
  }
  .mobile_menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    padding: 15px 0;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
  }
  .mobile_menu.open {
    right: 0;
  }
  .mobile_menu .mclose {
    padding: 5px 20px;
    background: #333;
    color: #fff;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 50px;
    float: left;
    margin-left: 20px;
  }
  .mobile_menu ul {
    width: 100%;
    float: left;
    border-top: 1px solid #ddd;
    height: calc(100vh - 100px);
    overflow-y: auto;
    padding: 0 20px;
    padding-top: 10px;
  }
  .mobile_menu ul li,
  .mobile_menu ul li a {
    width: 100%;
    float: left;
  }
  .mobile_menu ul li a {
    color: #333;
    padding: 8px 0;
    text-decoration: none;
    border-bottom: 1px solid #eee;
  }
  .micon {
    float: right;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    background: #004f9b;
    text-align: center;
    line-height: 40px;
    border-radius: 40px;
    cursor: pointer;
    margin-top: 25px;
  }
  .mobile_login {
    float: right;
    margin-right: 20px;
    padding-top: 25px;
  }
  .mobile_login a {
    height: 40px;
    color: #fff;
    padding: 0 20px;
    float: left;
    font-size: 16px;
    background: #31b9fb;
    text-align: center;
    line-height: 40px;
    border-radius: 40px;
    cursor: pointer;
  }
  .main_banner .item img {
    height: 700px;
  }
  .top_section1 {
    height: 100%;
  }
  .section1 {
    float: left;
    display: block;
  }
  .section1 img,
  .section1 p,
  p.sec3cont {
    width: 100%;
  }
  .container {
    width: 100%;
    max-width: 980px;
    min-width: 240px;
  }
  .destinations li .img::before {
    left: 0;
  }
  .address .cnt_map {
    width: 300px;
  }
  .address .cnt_adr {
    width: calc(100% - 300px);
    margin-left: 300px;
    padding-right: 300px;
  }
}
@media screen and (max-width: 979px) {
  .container {
    max-width: 768px;
  }
  .balloon > div:nth-child(5) {
    right: 300px;
  }
  .balloon > div:nth-child(3) {
    left: 60px;
  }
  .balloon > div:nth-child(7) {
    top: 500px;
  }
  .address .cnt_adr {
    padding: 20px;
  }
  .address .carousel-indicators {
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
.footer_menu {
  float: left;
  width: 20%;
  margin-bottom: 10px;
  margin-left:0%;
}
	
.menu1 ul li.search {
    display: none;
}
	
  .top_nav {
    display: none;
  }
  .header_right {
    display: block;
    float: left;
  }
  .logo a img,
  .header_fixed .logo img {
    height: 60px;
  }
  .header_right,
  .header_fixed {
    padding: 0 15px;
  }
  .balloon {
    display: none;
  }
  .banner_hd {
    font-size: 24px;
    width: 300px;
    height: 300px;
    line-height: 1.2;
  }
  .banner_hd span {
    font-size: 24px;
  }
  .banner_hd span b {
    font-size: 30px;
  }
  .mobile_login {
    padding-top: 20px;
    margin-right: 10px;
  }
  .mobile_login a {
    font-size: 14px;
  }
  .micon {
    margin-top: 20px;
  }
  .main_banner .item img {
    height: 550px;
  }
  .section1 {
    padding: 0;
    padding-bottom: 40px;
  }
  .section1 h2 {
    font-size: 30px;
    line-height: 1.2;
  }
  .section1 img,
  .section1 p,
  p.sec3cont {
    float: left;
    margin-bottom: 10px;
  }
  .section2 {
    display: block;
    float: left;
  }
  .section2 .col-sm-6 {
    padding: 0;
  }
  .section2 h2,
  .section3 h2,
  .testimonials h2,
  .section4 h2 {
    font-size: 30px;
  }
  .section3 ul li,
  .home_addressleft,
  .footer_menu,
  .footer_social {
    width: 100%;
  }
  .testimonials {
    padding: 75px;
  }
  .copy_right {
    float: left;
    width: 100%;
    padding: 15px;
    line-height: 1.4;
  }
  .innerbanner .img {
    height: 350px;
  }
  .ib_txt h1 {
    font-size: 30px;
  }
  .page {
    padding: 30px 0;
  }
  .about .img,
  .package .img {
    width: 100%;
  }
  .about .txt,
  .package .txt {
    width: 100%;
    margin-top: 20px;
  }
  .packages_page {
    padding-top: 0;
  }
  .packages li {
    width: 100%;
    margin-right: 0;
  }
  .destinations li .img,
  .destinations li .txt {
    width: 100%;
    float: left;
    position: relative;
  }
  .destinations li .img {
    padding: 20px;
    background: #fff;
  }
  .destinations li .img::before {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .destinations li {
    margin-bottom: 0;
  }
  .package h2 {
    font-size: 24px;
  }
  .package_li {
    margin-top: 20px;
  }
  .package_liData {
    padding: 15px;
  }
  .testimoniaList li .img,
  .testimoniaList li .txt {
    width: 100%;
  }
  .testimoniaList li .txt {
    margin-top: 20px;
  }
  .testimoniaList li .txt::before {
    top: -20px;
    left: calc(50% - 5px);
    border-bottom: 10px solid #f5f5f5;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }
  .testimoniaList li .txt::after {
    left: calc(50% - 7px);
    top: -25px;
    border-bottom: 12px solid #eee;
    border-top: 12px solid transparent;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
  }
  .address .cnt_map {
    width: 100%;
    height: 200px;
    position: relative;
  }
  .address .cnt_adr {
    width: 100%;
    margin-left: 0;
    padding: 15px;
    min-height: 100px;
  }
  .address .carousel-indicators {
    position: relative;
    border: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    width: 100%;
    float: left;
  }
  .span2 {
    width: 100%;
  }
  .popup {
    padding: 0 15px;
  }
  .popup .popbox {
    display: inline-block;
  }
  .stickme {
    position: relative;
    -webkit-position: relative;
    -moz-position: relative;
    -o-position: relative;
    -ms-position: relative;
    top: 0;
    left: 0;
  }
  .acc_nav {
    width: 100%;
    padding: 0;
  }
  .acc_content {
    width: 100%;
    margin-top: 15px;
    padding: 15px;
  }
  .my_profileL,
  .my_profileR {
    width: 100%;
  }
  .my_profile li label {
    font-size: 14px;
    line-height: 1.4;
  }
  .my_profile li {
    padding: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 359px) {
}

/*Redux Crash Course With React*/

.abtcont {
  width: 100%;
  display: table;
  padding: 40px 0;
  background-color: #fff;
}
.abtcont h2 {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  margin-top: 0;
  color: #222;
  font-family: "Roboto Condensed", sans-serif;
}
.abtcont p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: #000;
  margin: 30px 0px 22px;
  width: 80%;
  float: right;
}

.aaboutbxx2 {
  background-color: #eff0f4;
  width: 100%;
  display: table;
  padding: 40px 0;
}
.aaboutbxx2 h2 {
  font-weight: 600;
  font-size: 42px;
  margin: 0 0 30px 0;
  color: #222;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}
.aaboutbxx2 h2:before {
  position: absolute;
  left: 47%;
  bottom: 0px;
  width: 6%;
  height: 4px;
  content: "";
  background-color: #31afb4;
}
.aabx1 {
  border: 2px solid #eff0f4;
  margin: 45px 157px 0 auto;
  max-width: 1380px;
  background-color: #fff;
  display: table;
}
.aabx2 {
  margin: 45px auto 0 157px;
}
.aabx1 img {
  width: 100%;
  display: block;
  -webkit-transform: translateY(-22px);
  -ms-transform: translateY(-22px);
  transform: translateY(-22px);
  z-index: 2;
  position: relative;
}
.aabx1in {
  padding: 77px 30px 96px 30px;
  min-height: 465px;
}
.aabx1 h3 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 30px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #222;
}
.aabx1 p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 40px;
}

/*projectdetailspg*/
.projectdetailspg {
  display: inline-block;
  width: 100%;
  padding: 60px 0 40px;
  background-color: #fff;
}
.swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.gallery-top {
  height: 80%;
  width: 100%;
}

.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
}

.gallery-thumbs .swiper-slide img {
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
  transition: all 0.3s;
}

.gallery-thumbs .swiper-slide-thumb-active img,
.gallery-thumbs .swiper-slide:hover img {
  opacity: 1;
  transition: all 0.3s;
}
.projectdetailspg h2 {
  margin: 50px 0 0;
  display: block;
  color: #003463;
  font-weight: 600;
  font-size: 26px;
}
.projectdetailspg h5 {
  font-size: 21px;
  margin: 15px 0;
}
.projectdetailspg h1 {
  font-size: 60px;
  border-bottom: 1px solid rgb(223, 223, 223);
  border-top: 1px solid rgb(223, 223, 223);
  padding: 15px 0;
  margin: 15px auto 15px;
  color: #919394;
  font-weight: 300;
  display: table;
  width: 100%;
}
.projectdetailspg h1 i {
  font-weight: 300;
  font-size: 36px;
}
.projectdetailspg h5 i {
  margin-right: 5px;
  color: #ec2a22;
}
.projectdetailspg h6 {
  font-size: 24px;
  position: relative;
  color: #000;
  margin: 30px 0 0px;
  padding-bottom: 30px;
  font-weight: 300;
  line-height: 36px;
}
.p1pnts span {
  margin-bottom: 20px;
  font-size: 21px;
}
.p1pnts span i {
  margin-right: 10px;
  color: #919394;
}

.ptoplinks {
  clear: both;
  display: table;
  width: 100%;
  text-align: right;
}
.ptoplinks a {
  margin-left: 10px;
  background-color: #31b9fb;
  padding: 10px 20px;
  transition: all 0.3s;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.ptoplinks a:hover {
  background-color: #003463 !important;
}

.modal-dialog {
  width: 730px;
}

.modal-dialog1 {
  width: 900px;
}

.modal-body {
  background-color: #f0f0f0;
  padding: 20px;
  display: table;
  width: 100%;
}

.modal-body1 {
  padding: 40px;
  background-color: #fff;
}

.modal-header .close {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 40px;
  height: 40px;
  line-height: 32px;
  border: 2px solid #fff;
  color: #fff;
  background-color: #31b9fb;
  text-align: center;
  opacity: 1;
  border-radius: 40px;
  z-index: 99;
}
.modal-header .close span {
  position: relative;
  top: -3px;
}
.modal-header .close:hover {
  background-color: #003463;
}

.modal-body h2 {
  position: relative;
  margin-top: 0px;
  color: #063f77;
  font-weight: 600;
  font-size: 28px;
  padding-bottom: 20px;
  text-align: center;
  margin-bottom: 30px;
}

.modal-body h2:before {
  position: absolute;
  left: calc(50% - 40px);
  bottom: 0px;
  width: 80px;
  height: 1px;
  background-color: #ec2922;
  content: "";
}

.modal-dialog {
  margin-top: 60px;
}

.modal-backdrop {
  z-index: 99999999 !important;
}

.modal {
  z-index: 999999999 !important;
}

.modal-dialog {
  width: 900px !important;
}

.section4 input.form-control,
.reservationbx4 input.form-control,
.section4 textarea.form-control,
.modal-body input.form-control,
.modal-body textarea.form-control,
.modal-body select.form-control {
  background-color: #fff;
  border-radius: 0px;
  height: 56px;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0px;
  padding-left: 20px;
  position: relative;
  z-index: 1;
}

.modal-body select.form-control {
  height: 45px;
}

.modal-body input.form-control {
  height: 45px;
}

.section4 textarea.form-control {
  height: 120px !important;
}

.modal-body p {
  font-size: 12px;
  margin: 0;
  text-transform: uppercase;
  color: #555;
  font-weight: 500;
  margin-bottom: 5px;
}

.section4 .col-sm-12 {
  display: table;
  width: 100%;
}

input.subres {
  padding: 15px 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border: 0px;
  border-radius: 30px;
  background-color: #783bd8;
  border: 1px solid #783bd8;
  transition: all 0.3s;
  margin-top: 20px;
  text-transform: uppercase;
}

input.subres:hover {
  background-color: #fff;
  color: #783bd8;
}

input.datef {
  background-image: url(../images/date.png);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 92% center;
  background-repeat: no-repeat;
}

.modal-body label,
.reservationbx4 label {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.modal-body a {
  text-decoration: none;
  color: #009ba4;
  transition: all 0.3s;
}

.modal-body a:hover {
  color: #2dbdc5;
}

.modal-body label span,
.reservationbx4 label span {
  color: #ff7149;
}

.close:hover,
.close:focus {
  opacity: 1 !important;
  color: #fff !important;
}

ul.pul1 {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0px;
}

ul.pul1 li {
  margin-bottom: 10px;
  padding-left: 50px;
  color: #000;
  font-size: 18px;
  position: relative;
  line-height: 32px;
  margin-bottom: 10px;
  width: 50%;
  float: left;
  display: inline-block;
}

ul.pul1 li b {
  color: #000;
}

ul.pul1 li::before {
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  left: 0;
  background-image: url(../images/ico-list.svg);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  background-position: center center;
}
.projecbox1 {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  width: 100%;
  display: table;
  padding: 50px;
}
.projecbox1 h2 {
  margin-top: 0;
  color: #203367;
  font-size: 36px;
  font-weight: 600;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}
.projecbox1 p {
  font-size: 18px;
  line-height: 26px;
  opacity: 0.8;
}
.tracked {
  padding-top: 70px;
  width: 100%;
}
.simple-menu {
  z-index: 999;
  position: sticky !important;
  top: 80px;
  display: table;
}

.projecbox1 h3 {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 20px;
  text-align: left;
  font-weight: 500;
  color: #ec2922;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
}
ul.keyfacts {
  list-style: none;
  width: 100%;
  clear: both;
  margin-top: 0px;
  padding: 0px;
}

ul.keyfacts li {
  float: left;
  display: inline-block;
  width: 25%;
  position: relative;
  margin-bottom: 20px;
  font-size: 16px;
}

ul.keyfacts h4 {
  font-weight: 300;
  margin-bottom: 10px;
}

ul.keyfacts li p {
  font-weight: 700;
  font-size: 18px;
}

ul.list,
ul.listing-features {
  list-style: none;
  margin-top: 20px;
  margin-bottom: 0px;
}
ul.list li,
ul.listing-features li {
  margin-bottom: 10px;
  padding-left: 50px;
  color: #000;
  font-size: 18px;
  position: relative;
  line-height: 32px;
  margin-bottom: 10px;
  width: 100%;
  float: left;
  display: inline-block;
}

ul.list li b {
  color: #000;
}

ul.list li::before,
ul.listing-features li:before {
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  left: 0;
  background-image: url(../images/ico-list.svg);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  background-position: center center;
}

ul.listing-features li {
  width: 25%;
}

.ptoplinks1 {
  float: right;
  display: inline-block;
  clear: none;
  width: auto;
}
.ptoplinks1 a {
  display: inline-block;
  clear: none;
  float: left;
}

.table-style {
  width: 100%;
}
.table-style ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 15px 5px;
  list-style: none;
  align-items: center;
}
.table-style ul li {
  font-size: 16px;
  font-weight: 400;
  color: #444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc((100% - 330px) / 3);
}
.table-style ul li:nth-child(1) {
  width: 100px;
}
.table-style1 ul li:nth-child(1) {
  width: 40%;
}
.table-style1 ul li i {
  margin-right: 10px;
}
.table-style ul li:nth-child(5) {
  width: 230px;
}

.table-style ul li .img {
  margin-right: 5px;
  font-size: 17px;
}

.table-style ul li a {
  border-radius: 10px;
  background: #1c75bc;
  color: #fff;
  font-size: 14px;
  height: 30px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.table-style ul li a.floor-plan {
  background: #ec2922;
  margin-right: 10px;
  border-radius: 30px;
}

.table-style ul:nth-child(even) {
  background: #f0f0f0;
}

.map-outer {
  width: 100%;
  height: 435px;
  overflow: hidden;
}

.map-outer .map {
  width: 100%;
  height: 100%;
}

.top {
  margin-bottom: 25px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #d0d0d0;
}

.top img {
  max-width: 130px;
  display: block;
  border: 1px solid #d0d0d0;
}

.top h4 {
  font-size: 14px;
  color: #444;
  margin-left: 90px;
  font-weight: 400;
}

.top h4 span {
  display: block;
  font-weight: 600;
  color: #000;
  font-size: 22px;
}

.form-group .form-control {
  border: 1px solid #adadad;
  height: 56px;
  line-height: 56px;
  padding: 0 15px;
  border-radius: 7px;
  font-size: 15px;
  color: #727272;
}

.form-group .form-control::-webkit-input-placeholder {
  color: #727272;
}

.form-group .form-control::-moz-placeholder {
  color: #727272;
}

.form-group .form-control:-ms-input-placeholder {
  color: #727272;
}

.form-group .form-control:-moz-placeholder {
  color: #727272;
}

.form-group textarea.form-control {
  height: auto;
  resize: none;
  line-height: 30px;
  padding: 15px;
}

.btn-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.btn-right button {
  color: #fff;
  background: #da251c;
  height: 54px;
  padding: 0 25px;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
}

.table-style ul li a.floor-plan:hover {
  background: #010d3e;
}
.table-style ul li a {
  text-decoration: none;
}
/*projectdetailspg*/

.packages_page h2 {
  font-weight: 600;
  font-size: 42px;
  margin: 0 0 0px 0;
  color: #222;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}
.packages_page h2:before {
  position: absolute;
  left: 47%;
  bottom: 0px;
  width: 6%;
  height: 4px;
  content: "";
  background-color: #31afb4;
}

.packagesbox {
  width: 100%;
  display: table;
  padding: 50px 0;
}
.packagesbox > * {
  text-align: left;
  font-size: medium;
}
.packagesbox > div > div {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  width: 24%;
  margin: 0 0.5%;
  float: left;
}
@media only screen and (max-width: 529px) {
  .packagesbox > div {
    width: 100%;
    margin-bottom: 1.9%;
  }
}
.packagesbox > div.all-plans {
  width: 100%;
  margin-bottom: 1.9%;
}
.price-package {
  padding-top: 5px;
  margin-bottom: 10px;
  text-align: center;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}
.price-package .package-name {
  font-size: 1.4rem;
}
@media only screen and (max-width: 529px) {
  .price-package {
    padding-top: 1rem;
  }
}
.price-package .package-price {
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  margin-top: 25px;
}
@media only screen and (max-width: 529px) {
  .price-package .package-price {
    margin-top: 1rem;
  }
}
.price-package .package-price .price {
  position: relative;
  display: inline-block;
}
.price-package .package-price .price sup {
  font-size: 1.6rem;
  position: absolute;
  top: 6px;
  left: -12px;
}
.price-package .package-price .price span {
  font-size: 3.5rem;
}
.price-package .package-price .term {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding-top: 6px;
}
.price-package .package-price .term sup {
  font-size: 1.7rem;
  display: block;
  padding: 0;
}
.price-package .package-price .term span {
  font-size: 1rem;
  display: block;
  margin-top: -3px;
}
.price-package .package-features {
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  margin-top: 16.666666666667px;
}
.price-package .package-features ul {
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 15px;
}
.price-package .package-features ul li {
  padding: 15px;
  border-bottom: 1px solid #eaeaea;
}
.price-package .package-features ul li:last-child {
  border: 0;
}
@media only screen and (max-width: 529px) {
  .price-package .package-features ul li {
    margin: 10px auto;
  }
}
.price-package .sign-up {
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  padding: 16.666666666667px 0;
  margin-top: 16.666666666667px;
  width: 100%;
  outline: none;
  border: none;
  cursor: pointer;
}
.price-package .package-arrow {
  width: 0;
  height: 0;
  margin: 0 auto 12.5px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 8px solid;
}
.all-plans .all-plans-features {
  display: table;
  width: 100%;
}
.all-plans .all-plans-features text {
  display: table-cell;
  font-size: 1.6rem;
  vertical-align: middle;
  width: 33%;
}
@media only screen and (max-width: 529px) {
  .all-plans .all-plans-features text {
    display: block;
    margin: 10px auto;
  }
}
.average .price-package {
  background-color: #783bd8;
}
.average .price-package .package-name {
  color: white;
}
.package-name h2 {
  font-weight: 700;
}
.average .price-package .package-price {
  background-color: #66caa6;
  color: white;
}
.average .price-package .package-features {
  background-color: #fff;
  color: #000;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
}
.average .price-package .sign-up {
  background-color: #783bd8;
  color: white;
  transition: background-color 0.5s ease;
}
.average .price-package .sign-up:hover {
  background-color: #66caa6;
}
.average .price-package .sign-up:active {
  background-color: #e0f2ed;
}
.average .price-package .package-price .package-arrow {
  border-top-color: #783bd8;
}
.average .price-package .package-features .package-arrow {
  border-top-color: #66caa6;
}
.average .price-package .sign-up .package-arrow {
  border-top-color: #e0f2ed;
}
.special .price-package {
  background-color: #31b9fb;
}
.special .price-package .package-name {
  color: white;
}
.special .price-package .package-price {
  background-color: #b191ff;
  color: white;
}
.special .price-package .package-features {
  background-color: #fff;
  color: #000;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
}
.special .price-package .sign-up {
  background-color: #31b9fb;
  color: white;
  transition: background-color 0.5s ease;
}
.special .price-package .sign-up:hover {
  background-color: #b191ff;
}
.special .price-package .sign-up:active {
  background-color: #efe9fc;
}
.special .price-package .package-price .package-arrow {
  border-top-color: #31b9fb;
}
.special .price-package .package-features .package-arrow {
  border-top-color: #b191ff;
}
.special .price-package .sign-up .package-arrow {
  border-top-color: #efe9fc;
}
.superduper .price-package {
  background-color: #31b9fb;
}
.superduper .price-package .package-name {
  color: white;
}
.superduper .price-package .package-price {
  background-color: #7dd4fe;
  color: white;
}
.superduper .price-package .package-features {
  background-color: #fff;
  color: #000;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
}
.superduper .price-package .sign-up {
  background-color: #00b9f2;
  color: white;
  transition: background-color 0.5s ease;
}
.superduper .price-package .sign-up:hover {
  background-color: #7dd4fe;
}
.superduper .price-package .sign-up:active {
  background-color: #e0f2fa;
}
.superduper .price-package .package-price .package-arrow {
  border-top-color: #00b9f2;
}
.superduper .price-package .package-features .package-arrow {
  border-top-color: #7dd4fe;
}
.superduper .price-package .sign-up .package-arrow {
  border-top-color: #e0f2fa;
}
.all-plans .price-package {
  background-color: #646c7f;
}
.all-plans .price-package .package-name {
  color: white;
}
.all-plans .price-package .package-price {
  background-color: #8b94ab;
  color: white;
}
.all-plans .price-package .package-features {
  background-color: #e5ebf4;
  color: #646c7f;
}
.all-plans .price-package .sign-up {
  background-color: #646c7f;
  color: white;
  transition: background-color 0.5s ease;
}
.all-plans .price-package .sign-up:hover {
  background-color: #8b94ab;
}
.all-plans .price-package .sign-up:active {
  background-color: #e5ebf4;
}
.all-plans .price-package .package-price .package-arrow {
  border-top-color: #646c7f;
}
.all-plans .price-package .package-features .package-arrow {
  border-top-color: #8b94ab;
}
.all-plans .price-package .sign-up .package-arrow {
  border-top-color: #e5ebf4;
}
.all-plans .package-features .package-arrow {
  border-top-color: #646c7f !important;
}
.all-plans .package-features {
  padding-bottom: 20px;
}

.comment-container {
  width: 100%;
  padding: 50px 0;
  display: table;
  width: 100%;
}

.v-btn {
  align-items: center;
  border-radius: 2px;
  display: inline-flex;
  height: 36px;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  margin: 6px 8px;
  min-width: 88px;
  outline: 0;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), color 1ms;
  position: relative;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 16px;
}

.v-btn:before {
  border-radius: inherit;
  color: inherit;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  opacity: 0.12;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  width: 100%;
}

.v-btn:focus,
.v-btn:hover {
  position: relative;
}

.v-btn:focus:before,
.v-btn:hover:before {
  background-color: currentColor;
}

.v-btn__content {
  align-items: center;
  border-radius: inherit;
  color: inherit;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  white-space: nowrap;
  width: inherit;
}

.v-btn:not(.v-btn--depressed):not(.v-btn--flat) {
  will-change: box-shadow;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.v-btn:not(.v-btn--depressed):not(.v-btn--flat):active {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.avatar {
  width: 50px;
  height: 50px;
  margin-left: -42px;
  border-radius: 50%;
}

.v-avatar {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  position: relative;
  text-align: center;
  vertical-align: middle;
}

.v-avatar img {
  border-radius: 50%;
  display: inline-flex;
  height: inherit;
  width: inherit;
  object-fit: cover;
}

.v-card {
  text-decoration: none;
}

.v-card > :first-child:not(.v-btn):not(.v-chip) {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.v-card > :last-child:not(.v-btn):not(.v-chip) {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.v-sheet {
  display: block;
  border-radius: 2px;
  position: relative;
}

.v-dialog__container {
  display: inline-block;
  vertical-align: middle;
}

.elevation-2 {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
}

.headline {
  font-weight: 400;
  letter-spacing: normal !important;
  font-size: 24px !important;
  line-height: 32px !important;
}

.title {
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1 !important;
  letter-spacing: 0.02em !important;
}

.caption {
  font-weight: 400;
  font-size: 12px !important;
}

.theme--light.v-btn {
  color: rgba(0, 0, 0, 0.87);
}

.theme--light.v-btn:not(.v-btn--icon):not(.v-btn--flat) {
  background-color: #f5f5f5;
}

.theme--light .v-card {
  box-shadow: rgba(0, 0, 0, 0.11) 0 15px 30px 0px,
    rgba(0, 0, 0, 0.08) 0 5px 15px 0 !important;
}

.theme--light.application .v-card {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11),
    0 5px 15px 0 rgba(0, 0, 0, 0.08) !important;
  color: #102c3c !important;
}

.theme--light.v-card,
.theme--light.v-sheet {
  background-color: #fff;
  border-color: #fff;
  color: rgba(0, 0, 0, 0.87);
}
.header1234 h6 {
  padding-left: 36px;
  font-style: italic;
  color: #555;
  margin-top: 0;
  font-size: 16px;
}

.answers {
  padding-left: 64px;
}

.comment {
  overflow-y: auto;
  margin-left: 36px;
  margin-top: 0px;
}

.comment p {
  font-size: 14px;
  margin-bottom: 7px;
}

.displayName {
  margin-left: 24px;
  color: #8d0f88;
}
.displayName.caption {
  color: #783bd8;
}
span.headline {
  display: block;
  font-weight: 700;
  color: #783bd8;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
}

.actions {
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: flex-end;
}

.google-span[data-v-35838f51] {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
}

.google-button[data-v-35838f51] {
  background-color: #fff;
  height: 40px;
  margin: 0;
}

.headline {
  margin-left: 32px;
}

.sign-in-wrapper {
  margin-top: 16px;
  margin-left: 32px;
}

.error-message {
  font-style: oblique;
  color: #c40030;
}

::-moz-selection,
::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

.card,
.card {
  padding: 32px 16px;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
}
.comments {
  padding: 0 100px;
}
@media screen and (max-width: 640px) {
  .comment-container {
    width: 90%;
  }
  .comments {
    padding: 32px;
  }
}

.innergal1 {
  width: 100%;
  display: table;
  padding: 50px 0;
}
.innergal1 ul {
  list-style: none;
  width: 100%;
  display: block;
  clear: both;
}
.innergal1 ul li {
  float: left;
  display: inline-block;
  width: 33.33%;
  padding: 15px;
}
.innergal1 ul li a {
  text-decoration: none;
  color: #000;
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
  font-weight: 400;
  background-color: #fff;
  box-shadow: 0px 0px 14px 5px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.imgbx {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.innergal1 ul li a .imgbx:before {
  position: absolute;
  left: 0px;
  top: -100%;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.3s;
  background-color: rgba(216, 36, 53, 0.5);
}
.innergal1 ul li a:hover .imgbx:before {
  top: 0px;
  z-index: 1;
}
.innergal1 ul li a:hover .imgbx:after {
  position: absolute;
  left: 0px;
  top: 30%;
  width: 100%;
  height: 100%;
  color: #fff;
  content: "+";
  font-weight: 300;
  font-size: 56px;
  z-index: 2;
}
.innergal1 ul li a img {
  width: 100%;
  display: block;
}
.innergal1 ul li a h3 {
  position: absolute;
  left: 5%;
  bottom: -40px;
  width: 90%;
  padding: 10px;
  display: block;
  color: #fff;
  background-color: #31b9fbe3;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}
.innergal1 ul li a p {
  padding: 15px 20px 20px;
  font-size: 14px;
  color: #000;
  line-height: 25px;
  height: 170px;
  overflow: hidden;
}
.innergal1 ul li a:hover h3 {
  background-color: #31b9fb;
}

.innergal1 ul li a h4 {
  margin-bottom: 0px;
  margin-top: 0px;
  color: #8d0f88;
  font-size: 21px;
  font-weight: 600;
  position: relative;
}
.innergal1 ul li a h4:before {
  position: absolute;
  left: 45%;
  top: -15px;
  width: 10%;
  height: 2px;
  content: "";
  background-color: #783bd8;
}
.viewdet {
  display: table;
  margin: auto;
  padding: 7px 30px;
  background-color: #fff;
  color: #783bd8;
  position: relative;
  margin-bottom: 15px;
  font-size: 11px;
  border: 1px solid #783bd8;
  margin-top: 15px;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.innergal1 ul li a p {
  margin-bottom: 0px;
}
.innergal1 ul li a .imgbx::before {
  background-color: rgba(33, 93, 169, 0.57);
}
.innergal1 ul li a:hover .viewdet {
  background-color: #783bd8;
  color: #fff;
}

.menu2 {
  position: fixed;
  right: 30px;
  top: 50px;
  z-index: 9;
  display: none;
}
.menu2 .menuicon1 {
  position: relative;
  z-index: 999;
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
  border-radius: 20px 0 0 20px;
  text-decoration: none;
  color: #2b2a29;
  display: block;
  font-size: 16px;
  display: block;
  outline: 0px;
  transition: all 0.3s;
}
.sidemenu span {
  float: left;
}
.bars-wrap {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  overflow: visible;
  top: 3px;
}
.icon-bar {
  transition: all 0.4s ease;
  width: 26px;
  background: #32afb5;
  height: 2px;
  position: relative;
  top: 8px;
  transition: width 0.2s ease-out;
  clear: both;
  margin-bottom: 7px;
}
#header.cloned .icon-bar {
  background: #000;
}
/* .icon-bar:first-child {width:65%;}
.icon-bar:last-child {width:85%;} */

.menu2 .menuicon1:hover .icon-bar:first-child,
.menu2 .menuicon1:hover .icon-bar:last-child {
  width: 100%;
}

.cart_open {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999999;
  display: none;
}
.cartbg1 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(113, 79, 54, 0.4);
}
.cart_bx1 {
  width: 96%;
  background-color: #003399;
  height: 100%;
  padding: 20px;
  top: 0%;
  right: -100%;
  transition: ease all 0.4s;
  position: fixed;
  display: block;
  box-shadow: 0 10px 50px rgba(1, 2, 2, 0.15);
  z-index: 99999;
  overflow-y: auto;
  background-image: url("../images/work-left.png");
  background-position: left 20px;
  background-repeat: no-repeat;
  background-size: 30px;
}
.left1 {
  right: 280px;
  z-index: 9999999;
  transition: ease all 0.8s;
}
.menu2 {
  right: 280px;
  position: fixed;
  transition: ease all 0.6s;
  top: 0px;
  z-index: 999999;
}
.menu2:before {
  border-top: 100px solid rgba(255, 255, 255, 1);
}
.cart_bx1 ul {
  list-style: none;
  width: 100%;
  margin: 0px;
  padding: 0px;
  height: 100%;
  vertical-align: middle;
  padding-top: 10px;
  text-align: right;
}
.cart_bx1 ul li {
  float: none;
  width: 100%;
  display: block;
  clear: both;
}
.cart_bx1 ul li a {
  text-decoration: none;
  color: #2b2a29;
  font-weight: 400;
  font-size: 16px;
  display: block;
  padding: 10px 15px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  text-align: center;
  outline: none;
}
.cart_bx1 ul li a:hover,
.cart_bx1 ul li a.active {
  color: #2e3192;
}

a.closebtn {
  display: block;
  height: 42px;
  float: right;
  text-decoration: none;
  line-height: 42px;
  color: #fff;
  font-size: 16px;
  /* padding: 10px 25px; */
  margin-bottom: 20px;
  /* background-image: url('../images/hpat.png'); */
}
a.closebtn img {
  width: 36px;
}
a.mobilecont {
  padding: 12px 28px 10px;
  margin-left: 20px;
  border: 1px solid #138dd0;
  background-color: #138dd0;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 35px;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  display: inline-block;
}

.w-section-separator1,
.w-section-separator2 {
  display: none;
}
/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/
@media only screen and (min-width: 240px) and (max-width: 960px) {
  .menu2 {
    display: block;
    top: 20px;
    right: 10px;
    z-index: 999;
  }
    .section2 ul{grid-template-columns: repeat(1, 1fr);}
    .section3 ul{grid-template-columns: repeat(1, 1fr);}
    
  .screen {
    width: auto;
    height: 100%;
    object-position: center center;
    object-fit: cover;
  }
  .banner_text h1 {
    padding: 0;
    font-size: 32px;
    line-height: 42px;
  }
  .banner_text h2 {
    font-size: 18px;
  }
  .mobile_login {
    display: none;
  }
  .header_fixed .logo {
    padding: 5px 0;
  }

  .abtcont h2 {
    font-size: 18px;
    line-height: 28px;
  }
  .abtcont p {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }
  .aaboutbxx2 {
    display: block;
    padding: 20px;
  }
  .aaboutbxx2 h2 {
    font-size: 18px;
  }
  .aabx1 {
    margin: 0px;
    width: 100%;
    margin-bottom: 40px;
  }
  .aabx1in {
    padding: 0;
  }
  .aabx1 h3 {
    font-size: 24px;
  }
  .aabx1 p {
    font-size: 16px;
    line-height: 24px;
  }

  .modal-dialog {
    width: 90% !important;
    margin: 60px auto;
  }
  .modal-body h2 {
    font-size: 18px;
  }
  .modal-body label,
  .reservationbx4 label {
    font-size: 12px;
  }
  .ptoplinks a {
    font-size: 12px;
  }
  .projectdetailspg h2 {
    font-size: 18px;
    display: inline-block;
  }
  .projectdetailspg h6 {
    font-size: 16px;
    line-height: 24px;
  }
  .packages_page h2 {
    font-size: 18px;
  }
  .innergal1 ul li {
    width: 100%;
    clear: both;
  }
  .innergal1 {
    display: block;
  }

  .comment-container {
    width: 100%;
    display: inline-block;
  }
  .comments {
    padding-right: 15px;
  }
  .cntForm {
    margin-top: 0;
  }
  span.headline {
    font-size: 18px !important;
  }
  .fullbody.address {
    margin-bottom: 30px;
  }

  .packagesbox {
    display: inline-block;
  }
  .packagesbox > div > div {
    width: 100%;
  }
  .package-name h2 {
    font-size: 21px;
  }

  .aabx1in {
    min-height: auto;
  }
}
/*------iphone----------------*/
@media only screen and (min-width: 320px) and (max-width: 480px) {
}
/*------smalltablet----------------*/
@media only screen and (min-width: 480px) and (max-width: 768px) {
}
/*--------iPad - Portrait--------------*/
@media only screen and (min-width: 600px) and (max-width: 960px) {
  .packagesbox > div > div {
    width: 49%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .top_nav {
    display: none;
  }
  .section2 ul{grid-template-columns: repeat(2, 1fr);}
  .section3 ul{grid-template-columns: repeat(2, 1fr);}
  
  
}
@media only screen and (min-width: 961px) and (max-width: 1300px) {
  .menu {
    display: block;
  }
  .menu > ul > li > a {
    font-size: 12px;
    padding: 15px 5px;
  }
  .menu > ul > li > a.last {
    padding: 0px 20px;
  }
  .logo a img {
    height: 40px;
  }
  .mobile_login {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
}


.menu ul li.search a.last {
display: none;
}

.home_addressleft p {
	color:#FFF;
	padding-right:20px;
}



.ft_soc i {
font-size:18px;
}

.home_addressleft .ft_soc {
	padding-left:60px;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}