@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;
}
.timeline.left .datebx {
    right: -255px;
	padding-left: 98px;
}
.timeline.left .datebx::after {
    left: 0;
}
.timeline.left .datebx::before {
    left: 84px;
}
.timeline.right {
	left: 50%;
}
.timeline.right .datebx {
	left: -255px;
	padding-right: 98px;
	text-align: right
}
.timeline.right .datebx::after {
	right: 0;
}
.timeline.right .datebx::before {
	right: 84px;
}
}

@media (min-width: 991px) {
.howitworks::before {
	width: calc(50% - 135px);
}
.rightmenu {
	top: -9px;
}
}

/*-----------For Large Laptops View----------------*/
@media (min-width: 1321px) {
  .gallerysec,
  .innergallerybg {
    background-size: 1320px auto;
  }
  
.bg2020::before {
	background-size: auto 100%;
}
.howitworks::before {
	width: calc(50% - 90px);
	/* width: calc(50% - 180px); */
}
}

@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;
}
.wrapperbx {
	margin-top: 100px;
}
.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;
}
.wrapperbx {
    margin-top: 100px;
}
.tophero h2 {
    font-size: 76px;
	margin: 0 0 -8px;
}
.ourjourneytop {
    font-size: 18px;
}
.howitworks .circularbx {
    width: 300px;
}
}

/*-----------For Tablet Portrait View----------------*/
@media only screen and (max-width:991px) {
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 var(--color-primary);
}
.menubx li {
	display: block;
	line-height: normal;
	height: auto;
	padding: 0!important;
	border-bottom: 1px solid var(--color-primary);
}
.menubx li a {
	color: var(--color-primary);
	font-size: 16px;
	padding: 15px 20px;
}
.menubx li a:hover, 
.menubx li.active>a, 
.menubx li.current-menu-item>a, 
.menubx li.current-menu-parent>a {
    color: var(--color-primary);
}
.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: 20px;
}
.menubx > li.menu-item-has-children > a:after,
.menubx .sub-menu li.has-submenu>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%;
}
.menubx li.has-submenu i {
	height: 40px;
}
.menubx li.has-submenu i:before,
.menubx li.menu-item-has-children i:before {
	content: "";
    border: solid var(--color-primary);
    border-width: 0 1px 1px 0;
    padding: 5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -7px;
	transition: all ease-in-out 250ms;
}
.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;
	box-shadow: none;
	border-radius: 0;
}
.menubx .sub-sub-menu {
	background-color: var(--color-offwhite);
}
.menubx .sub-menu li {
	line-height: normal;
	border-bottom: none;
}
.menubx .sub-menu li a {
	padding: 12px 20px;
}
.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;
}
.closeburger {
    width: 18px;
    right: 15px;
    top: 15px;
	z-index: 9;
}
.bmenubx {
    width: 100%;
    padding: 40px 25px;
}
.bmenubx .bmenu > li {
    padding: 10px 0;
}
.bmenubx .bmenu > li.menu-item-has-children::before {
	content: "";
	position: absolute;
	right: 0;
	top: 11px;
	width: 12px;
	height: 12px;
	background: url('../images/arrow-right.svg') no-repeat right top;
	background-size: 100% auto;
	transition: all ease-in-out 250ms;
}
.bmenubx .bmenu > li.navopen.menu-item-has-children::before {
	transform: rotate(90deg);
}
.bmenubx .bmenu > li a {
    font-size: 15px;
}
.bmenubx .bmenu > li > a::before {
    top: 17px;
    height: 1px;
}
.bmenubx .bmenu > li > ul {
    width: 100%;
    position: static;
    padding: 15px 0 0;
	transition: none;
}
.bmenubx .bmenu > li > ul::before {
	display: none;
}
.bmenubx .bmenu ul ul {
    margin-top: 7px;
    padding-left: 10px;
}
.bmenubx .bmenu ul ul li {
    margin-bottom: 10px;
}
.bmenubx .bmenu > li > ul > li + li {
	margin-top: 10px;
}
.herobx .imgbx::before {
    padding-bottom: 50vh;
}
.herobx .textbx {
	text-align: center;
	margin-bottom: 15px;
}
.herobx h1 {
    font-size: 40px;
	margin-bottom: 10px;
}
.scrollbx label {
    font-size: 10px;
    margin-top: 5px;
}
.scrollbx span {
    width: 50px;
    height: 50px;
}
.scrollbx span img {
    width: 13px;
}
.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;
}
.countbx .currentbx {
    font-size: 70px;
}
.tophero {
    padding-top: 40px;
}
.tophero h2 {
	font-size: 56px;
	margin-bottom: -6px;
}
.newsdetails .textbx {
    margin-top: 40px;
}
.newsdetails h2 {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.howitworks {
	background: linear-gradient(to right, var(--color-primary) 50%, #e2ddd4 50%);
}
.howitworks .circularbx {
    float: right;
	margin-bottom: 40px;
}
.howitworks .circountbx {
    margin-left: 30px;
}
.pressbx .imgbx {
	margin-bottom: 15px;
}
}

/*-----------For Mobile View----------------*/
@media only screen and (max-width:767px) {
.desktop {
	display: none!important;
}
.mobile {
	display: block!important;
}
header {
	padding: 10px 0;
}
header .logo {
	width: 110px;
}
.menu-show {
	top: 24px;
	right: 13px;
}
.herobx .item {
    height: 50vh;
}
.herobx .heroinner {
    bottom: 25px;
    width: 70%;
}
.herobx h1 {
    font-size: 22px;
}
.scrollbx {
    bottom: 30px;
}
.wrapperbx {
	margin-top: 71px;
}
.contentbx {
	padding: 30px 0;
}
.contentbx h1 {
    font-size: 26px;
    margin-bottom: 10px;
}
.contentbx h2 {
    font-size: 22px;
    margin-bottom: 10px;
}
.contentbx h3 {
	font-size: 18px;
}
.contentbx h4 {
    font-size: 15px;
}
.contentbx h5 {
    font-size: 13px;
}
.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;
}
footer {
    padding: 30px 0 20px;
}
footer p {
    font-size: 12px;
}
footer .flogo {
	width: 130px;
	margin: 0 auto 15px;
}
footer .ftop {
	padding-bottom: 0;
    margin-bottom: 15px;
}
footer .ftop ul {
    margin-bottom: 20px;
}
footer .ftop li {
    margin-bottom: 10px;
}
footer .ftop li a {
    font-size: 12px;
}
footer .ftop li a span,
footer .ftop li.heading a {
    font-size: 11px;
    margin-bottom: 0;
}
footer .ftop .arrowlink {
	margin-bottom: 25px;
}
footer .linkbx {
    margin-bottom: 10px;
}
footer .linkbx li {
    padding: 0 10px;
}
footer .linkbx li:not(:first-child):before {
    top: 3px;
    height: 9px;
}
footer .fbot {
	text-align: center;
}
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;
}
.wrapperbx {
	margin-top: 71px;
}
.tophero {
	padding-top: 30px;
}
.tophero h2 {
	font-size: 36px;
	margin: 0 0 -3px;
}
.bothero h1 {
	font-size: 22px;
}
.newsdetails .textbx {
	margin-top: 15px;
}
.newsdetails h2 {
	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 {
	padding-left: 0;
}
.ourjourneysec .jortab ul li {
	font-size: 14px;
    padding-left: 18px;
    background-size: 11px auto;
}
.latestwrap {
  height: 400px;
}
/* .latestwrap .latestbx {
  flex: 1 1 25%;
  max-width: 25%;
}
.latestwrap .latestbx.active,
.latestwrap .latestbx:hover {
  flex: 1 1 75%;
  max-width: 75%;
} */
.latestbx .textbx {
    padding: 15px 10px;
}
.latestbx h3 {
	display: none;
	transition: all ease-in-out 250ms;
}
.latestbx.active h3 {
	display: block;
}
.contentbx h3 {
    font-size: 16px;
}
.howitworks {
	background: #e2ddd4;
	padding-top: 0;
}
.howitworks .textbx.whitetext {
	padding: 30px 15px;
	margin: 0 -15px;
	background: var(--color-primary);
}
.howitworks .circularbx {
    width: 250px;
	height: 250px;
	float: none;
	margin: 40px auto 25px;
}
.howitworks .circularbx .imgbx {
    width: 140px;
    height: 140px;
}
.howitworks .circularbx .circthumb {
    width: 42px;
    height: 42px;
    padding: 3px;
}
.howitworks .items12::before {
    top: 3px;
}
.howitworks .items12::after {
    right: -55px;
}
.howitworks .items12 .circthumb {
    width: 36px;
    height: 36px;
    padding: 3px;
}
.howitworks .circountbx {
	width: 82px;
	margin: 0 auto 20px;
}
.howitworks .circountbx .circurrentbx {
	font-size: 42px;
}
.howitworks .circountbx .cirtotalbx {
    font-size: 21px;
}
.textonfullimage {
    padding: 40px 25px;
}
.bg2020::before {
    background-size: 80% auto;
}
.contentbx ul:not([class]) li,
.wp-block-list li {
    padding-left: 18px;
    background-size: 11px auto;
}
.sidebyside .textbx {
	margin-top: 30px;
}
.timelinebx::after {
    left: 0;
}
.timelinebx::before {
    left: 0;
}
.timeline {
	width: calc(100% - 110px);
	left: 110px;
	padding: 0;
}
.timeline .textbx {
    padding: 10px;
}
.timeline .datebx {
    width: 100px;
    font-size: 9px;
	left: -110px;
	padding-left: 15px;
}
.timeline .datebx::before {
	left: -4px;
	top: 2px;
	background-color: #C9C0B4;
}
.timeline .datebx::after {
	left: 4px;
	top: 6px;
	bottom: auto;
	width: 10px;
}
.borderbanner .whitetext {
	padding: 20px;
}
.borderbanner .textbx {
	padding: 30px;
}
.quotewrap {
	height: auto;
    font-size: 12px;
    padding: 20px 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.quotebx {
	background-size: 18px;
    padding: 5px 0 0 24px;
}
.teamtabs {
    top: 73px;
    padding: 10px 0;
    margin-bottom: 25px;
}
.teamenu {
    top: 73px;
    padding: 10px 0 20px;
    margin-bottom: 25px;
    overflow: auto;
	flex-wrap: nowrap;
}
.teamenu li {
  flex: 0 0 auto;
  white-space: nowrap;
}
.teamenu li a {
    font-size: 12px;
}
.teamenu li a::before {
    top: 14px;
    height: 1px;
}
.teamscroll {
	margin-bottom: 40px;
}
.filterbx .form-select {
    height: 32px;
    width: 150px;
}
.pressbx .imgbx {
	margin-bottom: 10px;
}
.pressbx .datebx {
    font-size: 11px;
    margin-bottom: 4px;
}
.spothead {
	padding-bottom: 15px;
    margin-bottom: 15px;
}
.countrymapsec .mapbotbx {
	padding-bottom: 30px;
}
.countrymapsec .memblistwrap {
    height: 380px;
	margin-bottom: 0;
}
.countrymapsec .mapael .map {
    height: 300px;
    margin: 0;
}
.countrymapsec h2 {
	margin-bottom: 20px;
}
.tabslider {
	padding: 0 30px;
}
.tabslider .tabitem {
    font-size: 12px;
    margin: 0 5px 5px;
}
.tabslider .tabitem::before {
    top: 20px;
    height: 1px;
}
.tabslider .slick-arrow {
    width: 20px;
    height: 20px;
    background-size: auto 8px;
}
.dcenterhead {
    padding-bottom: 10px;
}
.dcmenu {
	margin-top: 20px;
}
.dcmenu li:first-of-type {
	padding-left: 0;
}
.dcmenu li a::before {
    height: 2px;
}
.dcenterleft {
    padding: 15px 0;
	border-right: none;
	border-bottom: 1px solid var(--color-border);
}
.dcenterleft .refinebx label {
	font-size: 12px;
}
.dcenterleft .refinebx ul li {
	display: inline-block;
}
.dcenterleft .refinebx ul li + li {
	padding-top: 0;
	margin-left: 5px;
}
.dcenterleft .refinebx h4 {
    margin-bottom: 5px;
}
.dcenterright {
    padding: 20px 0 15px 0;
}
.downladbx .imgbxwrap {
    padding: 15px;
    margin-bottom: 10px;
}
.searchoverlay {
    right: 0;
}
.numwrap .numbers {
    font-size: 32px;
    margin-bottom: 10px;
}
.numwrap .numbers label {
	left: -5px;
}
.numwrap p {
    font-size: 9px;
}
.numwrap [class^="col-"] {
	text-align: center !important;
}
.quoteimg {
	display: block;
	margin: 0 auto;
	width: 50%;
}
.rightmenu .dropdown-menu {
    min-width: 120px;
    padding: 7px;
}
.rightmenu .dropdown-menu li a {
    padding: 5px 5px;
    font-size: 11px;
}
}
