/*-----------For Large Laptops View----------------*/
@media (min-width: 1321px) {
  .gallerysec,
  .innergallerybg {
    background-size: 1320px auto;
  }
}

@media (min-width: 767px) {
.center-slider .slick-list {
	transform: scale(1.12);
	height: 430px;
    overflow: hidden;
}
.center-slider .slick-slide {
  height: 276px;
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.7);
  transition: all 0.4s ease-in-out;
}
.center-slider .slick-slide,
.center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
  transform: scale(0.7, 0.7);
  transition: all 0.4s ease-in-out;
}
.center-slider .slick-center,
.center-slider .slick-current.slick-active,
.center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
  transform: scale(1.27);
  height: 487px;
}
.center-slider .newsbx h2 {
	height: 72px;
}
}

@media (min-width: 1100px) and (max-width:1299px) {
.ourjourneytop {
    font-size: 16px;
}
.ourjourneytop .imgbx {
    margin-bottom: -18px;
}
}

/*-----------For Tablet Landscape View----------------*/
@media only screen and (max-width:1099px) {
header .logo {
	width: 130px;
}
.chairmansec .textbx {
    padding: 50px;
}
.chairmansec .textbx .commabx {
    margin: 0 10px;
    width: 50px;
}
.chairmansec .mainhead {
    margin-top: 30px;
}
.slick-prev {
    left: -15px;
}
.slick-next {
    right: -15px;
}
.topright .slick-arrow {
    top: -60px;
}
.headergap {
    margin-top: 100px;
}
.tophero h2 {
    font-size: 76px;
	margin: 0 0 -8px;
}
.ourjourneytop {
    font-size: 18px;
}
}

/*-----------For Tablet Portrait View----------------*/
@media only screen and (max-width:991px) {
.desktop {
	display: none!important;
}
.mobile {
	display: block!important;
}
body {
	font-size: 14px;
}
.menu-show {
	position: fixed;
	right: 30px;
	top: 32px;
	width: 35px;
	z-index: 9;
	cursor:pointer;
}
.menu-show em {
	display: block;
	background: var(--color-primary);
	width: 31px;
	height: 2px;
}
.menu-show em:nth-child(1) {
	width: 25px;
}
.menu-show em:nth-child(2) {
	width: 20px;
}
.menu-show em + em {
	margin-top: 5px;
}
header.nobg .menu-show em {
	background: var(--color-white);
}
.menu-show.active em {
	background: var(--color-primary);
}
.menuconainer {
	position: fixed;
	top: 0;
	padding: 30px 0;
	width: 100%;
	overflow-y: auto;
	background: var(--color-offwhite);
	height: 100vh;
	left: -100%;
	transition: all ease-in-out 200ms;
	z-index: 10;
}
.menuconainer.active {
	left: 0;
}
.menuconainer .logo {
	margin-left: 25px;
	background-image: url(../images/logo-dark.svg) !important;
}
.menubx {
	float: none;
	display: block;
	text-align: left;
	margin-top: 25px;
	text-transform: capitalize;
	border-top: 1px solid #4c4c4e;
}
.menubx li {
	display: block;
	line-height: normal;
	height: auto;
	padding: 0!important;
	border-bottom: 1px solid #4c4c4e;
}
.menubx li a {
	color: var(--color-primary);
	font-size: 16px;
	padding: 15px 25px;
}
.menubx li a:hover, 
.menubx li.active>a, 
.menubx li.current-menu-item>a, 
.menubx li.current-menu-parent>a {
    color: var(--color-secondry);
}
.menubx li a span {
    margin-bottom: 8px;
}
.menubx li a, .menubx li.current-menu-parent>a {
	display: block;
}
.menubx > li.menu-item-has-children > a {
	padding-right: 25px;
}
.menubx .sub-menu li.menu-item-has-children>a.sub-menu-link:before,
.menubx > li.menu-item-has-children > a:before {
	display: none;
}
.menubx li.menu-item-has-children i {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
	width: 46px;
	height: 46px;
	max-height: 100%;
	border-left: 1px solid #4c4c4e;
}
.menubx li.has-submenu i:before,
.menubx li.menu-item-has-children i:before {
	content: "";
    border: solid #212225;
    border-width: 0 1px 1px 0;
    padding: 5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    right: 20px;
    margin-top: 18px;
}
.menubx li.nav-item-open>i:before, .menubx li.sub-nav-item-open>i:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.menubx li.menu-item-has-children>a {
	display: block;
}
.menubx>li:hover .sub-menu, .menubx .sub-nav>ul>li:hover .sub-sub-menu {
	display: none;
}
.menubx .sub-menu, .menubx .sub-sub-menu {
	position: static;
	margin-top: 0px;
	font-size: 12px;
	padding: 0;
	width: auto;
	max-width: none;
}
.menubx .sub-menu li {
	line-height: normal;
	border-bottom: none;
}
.menubx > li:before {
	display:none !important;
}
.closeMenu {
	width: 20px;
	color: #4c4c4e;
	font-size: 22px;
	position: absolute;
	right: 20px;
	top: 0;
	cursor: pointer;
	z-index: 99;
	display: none;
}
.herobx .imgbx::before {
    padding-bottom: 50vh;
}
.herobx .textbx {
	text-align: center;
	margin-bottom: 15px;
}
.herobx h1 {
    font-size: 40px;
	margin-bottom: 10px;
}
.scrollbx span {
    width: 60px;
    height: 60px;
}
.scrollbx span img {
    width: 15px;
}
.contentbx {
	padding: 50px 0;
}
.contentbx h2,
.bothero h1 {
	font-size: 30px;
}
.contentbx h2.big44 {
    font-size: 34px;
}
.chairmansec .textbx {
    padding: 30px;
}
.chairmansec .textbx .commabx {
	margin: 0;
    width: 40px;
}
.chairmansec .mainhead {
    margin-top: 20px;
}
.innergallery h2 {
	font-size: 20px;
}
.innergallery .slick-next {
    right: -50px;
}
.countbx .currentbx {
    font-size: 70px;
}
.tophero {
    padding-top: 40px;
}
.tophero h2 {
	font-size: 56px;
	margin-bottom: -6px;
}
.newsdetails .textbx {
    margin-top: 40px;
}
.newsdetails h2,
.newsdetails h4 {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 20px;
}
}

/*-----------For Mobile View----------------*/
@media only screen and (max-width:767px) {
header {
	padding: 10px 0;
}
header .logo {
	width: 110px;
}
.menu-show {
	top: 24px;
	right: 13px;
}
.herobx .item {
    height: 50vh;
}
.herobx h1 {
    font-size: 32px;
}
.scrollbx {
    bottom: 30px;
}
.contentbx {
	padding: 30px 0;
}
.contentbx h1 {
    font-size: 26px;
    margin-bottom: 10px;
}
.contentbx h2 {
    font-size: 22px;
    margin-bottom: 10px;
}
.contentbx h2.big56 {
    font-size: 36px;
}
.contentbx h2.big44 {
	font-size: 32px;
}
.contentbx p br,
.contentbx h1 br, 
.contentbx h2 br {
	display:none;
}
.chairmansec .subhead p {
	background-color: var(--color-primary);
    left: 0;
	padding-right: 10px;
}
.chairmansec h2 {
	position: static;
}
.bothero h1 {
	font-size: 22px;
}
footer {
	text-align: center;
    padding: 30px 0 20px;
}
footer .flogo {
	width: 130px;
	margin: 0 auto 15px;
}
footer .ftop {
	padding-bottom: 15px;
    margin-bottom: 15px;
}
footer .linkbx {
    margin-top: 20px;
}
footer .linkbx li {
    padding: 0 10px;
}
footer .fbot p {
	text-align: center;
	font-size: 11px;
}
footer .socialicons ul {
	margin-top: 10px;
    justify-content: center;
}
.ourjourneytop {
    font-size: 16px;
}
.ourjourneytop .imgbx {
    margin-bottom: 15px;
}
.gotop img {
	width: 30px;
}
.gotop span {
	font-size: 10px;
}
.jormenu {
    margin-top: 0;
}
.jormenu ul {
    width: 56px;
    flex-wrap: wrap;
}
.jormenu ul::before {
	right: 0;
	margin: auto;
    width: 1px;
    height: 100%;
}
.jormenu ul li + li {
	margin-top: 30px;
}
.jormenu ul a {
    font-size: 12px;
	padding-top: 7px;
}
.jormenu ul span {
    top: -25px;
	right: 0;
	margin: auto;
	width: 13px;
	height: 13px;
}
.jormenu ul img {
	display: none;
    height: 46px;
    padding: 4px;
}
.bannertext .row {
	min-height: 35vh;
}
.paralexeffect {
	background-attachment: scroll;
}
.galleryslider {
    margin: 0 -7.5px;
	padding: 7.5px;
}
.galleryslider .item {
    padding: 0 7.5px;
}
.galleryslider .slick-list {
    padding-bottom: 0;
}
.galleryslider .downslide {
    top: 0;
}
.slick-arrow {
    width: 32px;
    height: 32px;
	background-color: var(--color-offwhite);
}
.slick-arrow:hover {
	background-color: var(--color-offwhite);
}
.slick-prev {
    background-image: url(../images/arrow-left-dark.svg);
}
.slick-next {
    background-image: url(../images/arrow-right-dark.svg);
}
.darkarrows .slick-arrow,
.darkarrows .slick-arrow:hover {
	background-color: var(--color-primary);
}
.darkarrows .slick-prev {
    background-image: url(../images/arrow-left.svg);
}
.darkarrows .slick-next {
    background-image: url(../images/arrow-right.svg);
}
.slick-prev {
    left: 5px;
}
.slick-next {
    right: 5px;
}
.innergallery .backto {
    margin-left: 0;
}
.innergallery h2 {
	font-size: 20px;
}
.innergallery .textbx p {
    position: static;
    width: 100%;
	margin-bottom: 20px;
}
.innergallery .slick-prev {
    left: 0px;
}
.innergallery .slick-next {
    right: 0px;
}
.countbx {
	margin-top: 10px;
    justify-content: center;
}
.countbx .currentbx {
	font-size: 32px;
}
.countbx .totalbx {
    font-size: 18px;
    margin-left: 8px;
}
.tumbnilbx {
    margin-top: 40px;
    margin-bottom: -25px;
}
.thumb-slider .imgbx {
    width: 50px;
}
.mediaslider .slick-list,
.relatedslider .slick-list {
	margin: 0 0;
}
.mediaslider .item,
.relatedslider .item {
    padding: 0;
}
.bigsection,
.smallsec {
	width: 100%;
}
.newsbx h2,
.bigsection h2 {
	font-size: 16px;
}
.topright {
	margin-top: 60px;
}
.topright .slick-arrow {
    top: -50px;
}
.topright .slick-prev {
    right: 42px;
}
.headergap {
	margin-top: 71px;
}
.tophero {
	padding-top: 30px;
}
.tophero h2 {
	font-size: 36px;
	margin: 0 0 -3px;
}
.newsdetails .textbx {
	margin-top: 15px;
}
.newsdetails h2,
.newsdetails h4 {
	margin-top: 20px;
}
.bothero .textwrap {
    position: static;
	padding: 25px 0;
}
.bothero .textwrap h2 {
	margin-bottom: 15px;
}
.newsletter .formgroup {
    margin-top: 20px;
}
.newsletter .textbx h3 {
	font-size: 20px;
}
.newlisting h6,
.chairmansec .textbx .message {
	font-size: 14px;
	padding-right: 0;
}
.ourjourneysec .jortab ul li {
	font-size: 14px;
    padding-left: 18px;
    background-size: 11px auto;
}
.numricadjust {
    font-size: 48px;
}
.numricadjust2 {
    font-size:40px;
}
}
