* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:focus {
  outline: none;
}
a {
  text-decoration: none;
}
.trans {
  transition: 200ms all ease-in-out;
  -webkit-transition: 200ms all ease-in-out;
}
button,
input,
select,
textarea {
  resize: none;
  border: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
input[type='submit'],
select {
  cursor: pointer;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border-radius: 0;
}
.absoImg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
::-webkit-input-placeholder {
  color: #ffffff;
}
:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #ffffff;
}

.txt:focus::-webkit-input-placeholder {
  opacity: 0;
}
.txt:focus:-moz-placeholder {
  opacity: 0;
}
.txt:focus::-moz-placeholder {
  opacity: 0;
}
.txt:focus:-ms-input-placeholder {
  opacity: 0;
}

body {
  overflow-x: hidden;
  font: 400 16px/20px 'Poppins', sans-serif;
  color: #010101;
}
.wrapper {
  overflow: hidden;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 700;
}
p {
  font: 400 18px/35px 'Poppins', sans-serif;
  color: #231f20;
  padding: 0 0 40px;
}
p:last-child {
  padding-bottom: 0;
}

a {
  color: #ffffff;
}
b,
strong {
  font-weight: 700;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
button {
  cursor: pointer;
}

.fl {
  float: left;
}
.fr {
  float: right;
}
.allMiddle > * {
  display: inline-block;
  vertical-align: middle;
}

.circleDiv {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.scrollTop {
  width: 70px;
  height: 70px;
  z-index: 11;
  -o-transition: 300ms all;
  -moz-transition: 300ms all;
  transition: 300ms all;
  -webkit-transition: 300ms all;
  background: #102e50 url(../images/top.svg) no-repeat center center;
  position: absolute;
  right: 16.5px;
  top: 4px;
}
.por {
  position: relative;
}

/* Slick slider css start */
.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  top: 0;
  left: 0;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  z-index: 1;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: 200ms all ease-in-out;
  transition: 200ms all ease-in-out;
  background-color: #ffffff;
}
.slick-arrow:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  width: 14px;
  height: 26px;
  -webkit-transition: 300ms all;
  transition: 300ms all;
  background-color: #1b4473;
}
.slick-arrow:before {
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background-color: #1b4473;
  -webkit-transition: 300ms all;
  transition: 300ms all;
}
.slick-disabled {
  opacity: 0.74;
}
.slick-prev {
  left: 0;
}
.slick-prev:after {
  -webkit-mask: url(../images/previous.svg) no-repeat 0 0 / contain;
  mask: url(../images/previous.svg) no-repeat 0 0 / contain;
}
.slick-next {
  right: 0;
  margin-left: 2px;
}
.slick-next:after {
  -webkit-mask: url(../images/next.svg) no-repeat 0 0 / contain;
  mask: url(../images/next.svg) no-repeat 0 0 / contain;
}

.slick-dots {
  text-align: center;
  line-height: 11px;
  padding: 0;
}
.slick-dots li {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 0;
  cursor: pointer;
  opacity: 0.4;
}
.slick-dots li button {
  display: none;
}
.slick-dots li ~ li {
  margin-left: 5px;
}
.slick-dots li.slick-active {
  background-color: #e61a1a;
  opacity: 1;
}
/* Slick slider css end */

.container {
  padding-right: 16.5px;
  padding-left: 16.5px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1433px;
}
.row {
  margin: 0 -16.5px;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: ' ';
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

/* Header css start */
.topLinks {
  display: inline-block;
  vertical-align: top;
}
.topLinks li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 50px;
  color: #000000;
  font-weight: 300;
}
.topLinks li a {
  color: #000000;
  -webkit-transition: 300ms all;
  transition: 300ms all;
}
.topLinks li ~ li:before {
  content: '|';
  display: inline-block;
  vertical-align: middle;
  margin: 0 11px 0 7px;
}

.headerBtm {
  background-color: #f3f3f3;
  height: 120px;
  position: relative;
}
.headerBtm .main-navigation {
  display: inline-block;
  vertical-align: top;
}
.primary-menu > li {
  float: left;
}
.primary-menu > li > a {
  display: block;
  font-size: 18px;
  line-height: 120px;
  color: #000000;
  padding: 0 25px;
  -webkit-transition: 300ms all;
  transition: 300ms all;
  position: relative;
}
.primary-menu > li.menu-item-has-children > a:after {
  position: absolute;
  right: 10px;
  top: 2px;
  bottom: 0;
  margin: auto;
  content: '';
  width: 6px;
  height: 10px;
  background-color: #000;
  -webkit-mask: url(../images/next.svg) no-repeat 0 0 / contain;
  mask: url(../images/next.svg) no-repeat 0 0 / contain;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.headRight {
  float: right;
}
.headRight > * {
  float: left;
}
.logo {
  float: left;
  margin: -33px 0;
  position: relative;
  z-index: 111;
}
.logo img {
  height: auto;
}
.logo a span {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  padding: 0 0 0 15px;
}

.serachIcon {
  width: 68px;
  height: 120px;
  background: url(../images/search.svg) no-repeat center center;
  cursor: pointer;
  margin: 0 -24px 0 -10px;
}
.showSearch {
  background-color: #eaeaea;
}

.searchBar {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #eaeaea;
  z-index: 11;
  text-align: center;
  display: none;
}

@media only screen and (max-width: 767px) {
  .search-form .search-field {
    padding: 0 10px;
    width: 90%;
  }
}

.searchBar input {
  height: 60px;
  width: 560px;
  background-color: #ffffff;
  color: #000000;
  font: 400 18px/30px 'Poppins', sans-serif;
  padding: 0 27px;
  margin: 20px 0;
}
.searchBar input::-webkit-input-placeholder {
  color: #dcdcdc;
}
.searchBar input:-moz-placeholder {
  color: #dcdcdc;
  opacity: 1;
}
.searchBar input::-moz-placeholder {
  color: #dcdcdc;
  opacity: 1;
}
.searchBar input:-ms-input-placeholder {
  color: #dcdcdc;
}

.sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  background-color: #eaeaea;
  margin: auto;
  z-index: 11; /*padding: 20px 0 20px 157px;opacity: 0;visibility: hidden;-webkit-transition: 300ms all;transition: 300ms all;*/
  text-align: center;
  height: 0;
  -webkit-transition: 500ms all;
  transition: 500ms all;
  overflow: hidden;
}
/*.sub-menu:before{z-index: -1;position: absolute;left: -100%;right: -100%;top: 0;bottom: 0;background-color: #eaeaea;content: '';}*/
.sub-menu li {
  display: inline-block;
  vertical-align: top;
  margin: 20px 0;
}
.sub-menu li a {
  font-size: 18px;
  line-height: 60px;
  display: block;
  color: #000000;
  padding: 0 24px;
  -webkit-transition: 300ms all;
  transition: 300ms all;
}

.menuButton {
  position: relative;
  float: right;
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  display: none;
}
.menuButton span {
  width: 18px;
  height: 17px;
}
.menuButton small {
  display: block;
  height: 3px;
  background-color: #070203;
  -webkit-transition: 300ms all;
  transition: 300ms all;
}
.menuButton small ~ small {
  margin-top: 4px;
}

.menuOpen .menuButton span {
  width: 21px;
}
.menuOpen .menuButton .line1 {
  -webkit-transform: rotate(45deg) translate(4px, 6px);
  transform: rotate(45deg) translate(4px, 6px);
}
.menuOpen .menuButton .line2 {
  opacity: 0;
}
.menuOpen .menuButton .line3 {
  -webkit-transform: rotate(-45deg) translate(1px, -3px);
  transform: rotate(-45deg) translate(1px, -3px);
  margin-top: 0;
}
/* Header css end */

/* Banner css start */
.titleDiv {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -13px;
  background-color: #1b4473;
  padding: 48px 60px 50px;
  max-width: 520px;
  right: 0;
}
.bannerPart img {
  width: 100%;
}
.titleDiv br {
  display: none;
}
h1 {
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
}
h2 {
  color: #1b4473;
  font-size: 30px;
  line-height: 45px;
  font-weight: 600;
  padding: 0 0 17px;
}
h3 {
  color: #1b4473;
  font-size: 21px;
  line-height: 31px;
  font-weight: 600;
  padding: 0 0 32px;
}
h4 {
  color: #1b4473;
  font-size: 21px;
  line-height: 26px;
  font-weight: 600;
  padding: 0 0 9px;
  display: inline-block;
  vertical-align: middle;
}

/* Banner css end */

/* Middle section css start */
.midSec {
  margin-top: -120px;
}
.midSec .container {
  position: relative;
}
.midLeft {
  float: left;
  width: 65.858%;
  padding: 48px 0 0;
  margin-top: 120px;
}
.midLeft p {
  max-width: 803px;
}
.midLeft + div {
  position: static !important;
}

.nofDiv {
  padding-top: 40px;
}
.nofColumn {
  margin: 0 -5px -10px;
}
.nofColumn > * {
  float: left;
  width: 50%;
  padding: 0 5px;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}

.hoverSmall {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  background-color: #1b4473;
  width: 0;
  -webkit-transition: 300ms all;
  transition: 300ms all;
}
.nofAccordian .hoverSmall {
  background-color: #f3f3f3;
  left: 0;
}

.nofColumn > *:nth-child(2n + 1) {
  clear: both;
}
.countryRow {
  background-color: #f3f3f3;
  padding: 10px 30px;
  position: relative;
  z-index: 1;
}
.countryRow span {
  color: #1b4473;
  font-size: 21px;
  line-height: 26px;
  font-weight: 600;
  padding: 0 0 0 17px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 300ms all;
  transition: 300ms all;
}

.rightSidebar {
  float: right;
  width: 27.5%;
  border: 1px solid #1b4473;
  background-color: #ffffff;
  margin: 0 30px 0 0;
  position: relative;
  z-index: 1;
  padding: 36px 0 33px;
}
.rightSidebar.is_stuck {
  margin-top: 0;
}

.rightSidebar h2 {
  padding-left: 60px;
}
.rightSidebar ul {
  padding: 7px 0 0;
}
.rightSidebar ul li {
  padding: 0 25px 0 60px;
  border-bottom: 2px solid #f0f2f6;
  -webkit-transition: 300ms all;
  transition: 300ms all;
}
.rightSidebar ul li ~ li {
  padding-top: 34px;
}
.rightSidebar ul li a {
  display: block;
}
.rightSidebar a span {
  color: #4bb8bf;
  font-size: 18px;
  line-height: 26px;
  display: block;
  position: relative;
  font-weight: 500;
}
/*.rightSidebar a span:before{height: 1px;width: 25px;background-color: #1b4473;position: absolute;left: -60px;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);content: '';}*/
.rightSidebar a span:before {
  height: 1px;
  width: 25px;
  background-color: #1b4473;
  position: absolute;
  left: -60px;
  top: 13px;
  content: '';
  -webkit-transition: 300ms all;
  transition: 300ms all;
}
.rightSidebar ul li h3 {
  padding-top: 10px;
}

.noSpace {
  padding-bottom: 0;
}
.noSpace ul li:last-child {
  border-bottom: 0;
}

.allLinks {
  text-align: center;
  padding: 24px 0 0;
}
.btn {
  color: #1b4473;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  -webkit-transition: 200ms all;
  transition: 200ms all;
}
.btn:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #184171;
  content: '';
  -webkit-transition: 200ms all;
  transition: 200ms all;
  z-index: -1;
}
.btn-small {
  font-size: 16px;
}
.btn-white {
  color: #ffffff;
}
.btn-white:before {
  background-color: #ffffff;
}
/* Middle section css end */

/* News css start */
.newsInner {
  background-color: #f3f3f3;
  padding: 38px 0 42px;
  position: relative;
}
.newsInner h2 {
  padding-left: 30px;
}
.newsSec {
  margin: 84px 0 0;
}

.newsMain {
  margin-left: -46.5px;
  margin-right: -46.5px;
}
#newsSlider {
  margin-top: 24px;
}

.newsBox {
  float: left;
  width: 33.3333333333333%;
  padding: 0 15px;
}
.newsBoxinner figure {
  overflow: hidden;
}
.newsBoxinner img {
  width: 100%;
  transition: 300ms all;
  min-height: 312px;
  object-fit: cover;
  max-height: 312px;
}
.newsBoxinner:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.newsCon {
  background-color: #1b4473;
  padding: 54px 60px 65px;
}
.dateSpan {
  font-weight: 500;
  color: #a4d8dd;
  font-size: 16px;
  line-height: 26px;
  padding: 0 0 14px;
  display: block;
}
.newsCon p {
  font-weight: 600;
  color: #ffffff;
  font-size: 21px;
  line-height: 31px;
  padding: 0 0 33px;
}
.newsCon p a {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: 200ms all;
  transition: 200ms all;
}
.newsCon p a:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background-color: #143458;
  content: '';
  -webkit-transition: 200ms all;
  transition: 200ms all;
  z-index: -1;
  transition: 0.5s cubic-bezier(0.33, 1.61, 0, 0.83);
}

.newsArrow {
  position: absolute;
  right: 30px;
  top: 30px;
}
.cusotmeArrow .slick-arrow {
  width: 70px;
  height: 60px;
  background-color: #ffffff;
  float: left;
  -webkit-transform: none;
  transform: none;
  position: relative;
  top: 0;
}
.viewAlldiv {
  text-align: center;
  padding: 34px 0 0;
}
/* News css end */

/* Book css start */
.bookSec {
  background-color: #f3f3f3;
  margin: 100px 0 -110px;
  padding: 70px 0 50px;
}
.bookImg {
  width: 57.358%;
  text-align: center;
}
.bookCon {
  width: 29%;
  margin: -50px 0 0 33px;
}
/* Book css end */

/* Footer css start */
.site-footer {
  background-color: #1b4473;
  color: #ffffff;
  padding: 95px 0 75px;
  margin-top: 110px;
}
.footerLeft {
  float: left;
  width: 686px;
}
.site-footer p,
.site-footer h2 {
  color: #ffffff;
}
.site-footer h2 {
  margin-bottom: 20px;
}

.signupForm {
  margin: 7px -4px 0;
}
.signupMain p {
  line-height: 38px;
}
.signupMain p:empty {
  display: none;
}
.signupForm > *,
.signupForm > * > * {
  float: left;
  padding: 0 4px;
}
.text1 {
  width: 35.447%;
}
.text2 {
  width: 45.245%;
}
.text3 {
  width: 19.308%;
}
.txt {
  height: 60px;
  border: 1px solid #ffffff;
  background-color: transparent;
  font: 300 18px/30px 'Poppins', sans-serif;
  color: #ffffff;
  padding: 0 20px;
  width: 100%;
  vertical-align: top;
}
.btnMain {
  width: 100%;
  background-color: #102e50;
  color: #ffffff;
  font: 500 18px/60px 'Poppins', sans-serif;
  height: 60px;
  color: #a4d8dd;
}

.footerRight {
  float: left;
  margin: 0 0 0 150px;
}
.addressDiv p {
  padding: 0 0 3px;
}

.copyRight {
  font-size: 18px;
  line-height: 26px;
  padding: 76px 0 0;
}
/* Footer css end */

/* About us page css start */
.aboutSidebar ul li,
.rightSidebar ul.aboutSidebar li {
  border-bottom: 0;
}
.rightSidebar ul.aboutSidebar li ~ li,
.aboutSidebar ul li ~ li {
  padding-top: 25px;
}

.nofAccordian .nofColumn {
  margin: 11px 0 0;
  border-bottom: 1px solid #e8ecf1;
}
.nofAccordian .nofColumn > * {
  float: none;
  width: 100%;
  padding: 0;
  border-top: 1px solid #e8ecf1;
  margin-bottom: 0;
}
.nofAccordian .countryRow {
  background-color: transparent;
  padding: 30px;
  cursor: pointer;
  position: relative;
}
.nofAccordian .countryRow:after,
.nofAccordian .countryRow:before {
  background-color: #325781;
  top: 0;
  bottom: 0;
  position: absolute;
  content: '';
  margin: auto;
  -webkit-transition: 300ms all;
  transition: 300ms all;
}
.nofAccordian .countryRow:after {
  width: 1px;
  height: 25px;
  right: 42px;
}
.nofAccordian .countryRow:before {
  width: 25px;
  height: 1px;
  right: 30px;
}

.nofAccordian .minus:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0;
}
.nofAccordian .minus,
.nofAccordian .setBg {
  background-color: #f3f3f3;
}

.countryData {
  background-color: #f3f3f3;
  display: none;
}
.countryData .cmsCon {
  padding: 0 30px 40px;
}
.cmsCon p + ul {
  margin-top: -30px;
}
.cmsCon ul,
.cmsCon ol {
  padding-bottom: 40px;
}
.cmsCon ol {
  counter-reset: list;
}
.cmsCon ol li {
  padding: 0 0 0 30px;
}
.cmsCon ol li:before {
  content: counter(list) '.';
  counter-increment: list;
  position: absolute;
  left: 0;
}

.cmsCon li {
  font: 400 18px/35px 'Poppins', sans-serif;
  color: #231f20;
  position: relative;
}
.cmsCon li ~ li {
  margin-top: 9px;
}
.cmsCon ul li:before {
  width: 4px;
  height: 4px;
  background-color: #000000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  content: '';
  margin: 15px 5px 0 0;
}
.cmsCon p a {
  color: #231f20;
  text-decoration: underline;
}
.cmsCon li a {
  color: #231f20;
  text-decoration: underline;
}

.clickBtn {
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  background-color: #a4d8dd;
  font: 500 18px/60px 'Poppins', sans-serif;
  padding: 0 42px;
  height: 60px;
}

/* About us page css end */

.titleDivnew h1 {
  font-size: 24px;
  line-height: 34px;
}

/* News listing css start */
.innermidSec {
  margin: 63px 0 0;
  position: relative;
}
.grayBox {
  background-color: #f3f3f3;
  padding: 30px;
}
.topBox {
  padding: 0 0 28px;
}
.topBox.is_stuck {
  z-index: 11;
  background-color: #f3f3f3;
  padding: 20px 0;
}
.topBox.is_stuck:before {
  position: absolute;
  left: -100%;
  right: -100%;
  content: '';
  top: 0;
  bottom: 0;
  background-color: #f3f3f3;
  z-index: -1;
  display: block;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.lisitngInner .newsMain {
  margin: 0 -76px;
}
/*.lisitngInner .calenderMain{margin-bottom: -120px;}*/
.lisitngInner .newsBox {
  padding-bottom: 30px;
}
.lisitngInner .newsBox.newsWidth {
  padding-bottom: 0;
}

.leftTitle {
  float: left;
}
.leftTitle h2 {
  padding: 7px 0 0;
}

.filterToggle {
  float: left;
  width: 100%;
  color: #1b4473;
  font: 600 16px/50px 'Poppins', sans-serif;
  position: relative;
  display: none;
}
.filterToggle:after,
.filterToggle:before {
  background-color: #325781;
  top: 0;
  bottom: 0;
  position: absolute;
  content: '';
  margin: auto;
  -webkit-transition: 300ms all;
  transition: 300ms all;
}
.filterToggle:after {
  width: 1px;
  height: 25px;
  right: 12px;
}
.filterToggle:before {
  width: 25px;
  height: 1px;
  right: 0;
}
.filterOpen .filterToggle:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0;
}
.filterOpen {
  background-color: #ffffff;
}

.rightFiled {
  float: right;
}
.redirected {
  display: block;
  float: left;
  padding: 10px 0 0 0;
}
.redirected a {
  color: #1b4473;
  font-weight: 500;
}
.redirected a:hover {
  color: #000;
}
/*.rightFiled > * > *{float: left;}*/

.titleLabel {
  float: left;
  color: #1b4473;
  font: 400 18px/60px 'Poppins', sans-serif;
  margin: 0 11px 0 0;
}
.textBox + .titleLabel {
  margin-left: 26px;
}
.width200 {
  width: 200px;
}
.width240 {
  width: 240px;
}
.textBox {
  float: left;
  margin-left: 10px;
  position: relative;
}
.textBox:first-child,
.rightFiled input + .textBox {
  margin-left: 0;
}
.textBox .txt {
  background-color: #ffffff;
  color: #1b4473;
  font-weight: 400;
}
.textBox .txt::-webkit-input-placeholder {
  color: #1b4473;
}
.textBox .txt:-moz-placeholder {
  color: #1b4473;
}
.textBox .txt::-moz-placeholder {
  color: #1b4473;
}
.textBox .txt:-ms-input-placeholder {
}
/* News listing css end */

.placeName {
  color: #a4d8dd;
  font: 700 16px/26px 'Poppins', sans-serif;
  padding: 0 0 15px;
}
.calenderMain .newsCon p {
  padding-bottom: 16px;
}
.calendergrayBox {
  position: relative;
  z-index: 1;
  padding-bottom: 0;
  margin-bottom: -30px;
}
.calendergrayBox:not(.no_events):after {
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  height: 120px;
  background-color: #ffffff;
  z-index: -1;
  position: absolute;
}
/*.calendergrayBox{margin-bottom: 60px;}*/

.width180 {
  width: 170px;
}
.width120 {
  width: 160px;
}
.width290 {
  width: 260px;
}
.searchSubmit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 70px;
  -webkit-mask: url(../images/search.svg) no-repeat center center / 20px auto;
  mask: url(../images/search.svg) no-repeat center center / 20px auto;
  background-color: #1b4473;
}
.calendergrayBox .titleLabel {
  margin-right: 0;
}

.no_events .calenderMain {
  height: auto !important;
}
.no_post {
  text-align: center;
  line-height: 150px;
  font-weight: 600;
  color: #989898;
  font-size: 20px;
  -webkit-text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.no_events .topBox {
  padding-bottom: 0;
}

/* Datepicker css start */
.hasDatepicker {
  background: #fff url(../images/calendar.svg) no-repeat calc(100% - 15px)
    center / 18px auto;
}
.ui-datepicker {
  background-color: #fff;
  border: 1px solid #66afe9;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(27, 68, 115, 0.6);
  display: none;
  padding: 15px 10px;
  width: 250px;
}
.ui-datepicker a {
  color: #000000;
}
.ui-datepicker a,
.ui-datepicker a:hover {
  text-decoration: none;
}
.ui-datepicker a:hover,
.ui-datepicker td:hover a {
  color: #2a6496;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-header {
  margin-bottom: 10px;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title {
  font-weight: 700;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  height: 20px;
  line-height: 1;
  width: 30px;
  position: relative;
}
.ui-datepicker .ui-datepicker-prev {
  float: left;
  text-align: left;
}
.ui-datepicker .ui-datepicker-next {
  float: right;
  text-align: right;
}
.ui-datepicker .ui-icon {
  display: block;
  font-size: 0;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.ui-datepicker .ui-datepicker-next span {
  background: url(../images/ui-icons_454545_256x240.png) no-repeat -32px 0;
}
.ui-datepicker .ui-datepicker-prev span {
  background: url(../images/ui-icons_454545_256x240.png) no-repeat -96px 0;
}

.ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed;
  width: 100%;
}
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
  text-align: center;
  padding: 4px 0;
}
.ui-datepicker .ui-datepicker-calendar td {
  border-radius: 4px;
  -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-calendar td:hover {
  background-color: #eee;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-calendar td a {
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-current-day {
  background-color: #1b4473;
}
.ui-datepicker .ui-datepicker-current-day a {
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
  background-color: #fff;
  cursor: default;
}
/* Datepicker css end */

.error-404 {
  text-align: center;
  padding: 100px 0 0;
}
.error-404 p {
  padding-bottom: 0;
}
.error-404 .page-title {
  color: #00457f;
  padding: 0 0 10px;
}

.rightSidebar .widget-title {
  display: none;
}
.rightSidebar ul.aboutSidebar {
  padding-bottom: 33px;
}

.table-wrapper {
  padding-bottom: 10px;
}
table {
  border-collapse: collapse;
  width: 100%;
}
table td {
  line-height: 24px;
  padding: 15px;
  font-size: 14px;
  vertical-align: middle;
}
table td ~ td {
  border-left: 1px solid #cecece;
}
table td a {
  color: #000000;
}
table td b,
table td strong {
  font-size: 16px;
}
tr {
  border: 1px solid #cecece;
}
td.hasImg {
  width: 15%;
}
td.hasImg {
  background: #f1f1f1;
  text-align: center;
}
td.hasImg.countryImg {
  background: transparent;
}
td.hasImg img {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  width: auto;
  height: auto;
}
td.hasImg.countryImg img {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-id-19 table tr:first-child {
  background-color: #f1f1f1;
}

@media only screen and (max-width: 1500px) {
  .container {
    max-width: 95%;
  }
  .newsCon {
    padding-left: 50px;
    padding-right: 50px;
  }

  .calendergrayBox .rightFiled {
    width: 100%;
    padding: 10px 0 0;
  }
}

@media only screen and (min-width: 1200px) {
  .sub-menu li a:hover {
    background-color: #ffffff;
  }
  .topLinks li a:hover {
    text-decoration: underline;
  }
  .topLinks li a:hover {
    color: #1b4473;
  }

  .primary-menu > li:hover > a {
    background-color: #eaeaea;
  }

  .btn:hover {
    color: #ffffff; /*padding-left: 5px;padding-right: 5px;*/
  }
  .btn:hover:before {
    height: 100%;
  }
  .btn-white:hover {
    color: #1b4473;
  }

  .scrollTop:hover,
  .btnMain:hover {
    background-color: #000000;
    color: #ffffff;
  }

  .cmsCon p a:hover {
    text-decoration: none;
  }
  .clickBtn:hover {
    background-color: #1b4473;
  }

  .slick-arrow:hover:before {
    height: 100%;
  }
  .slick-arrow:hover:after {
    background-color: #fff;
  }

  .countryRow:hover .hoverSmall {
    width: calc(100% - 5px);
  }
  .countryRow:hover span {
    color: #ffffff;
  }
  .nofAccordian .countryRow:hover span {
    color: #1b4473;
  }
  .nofAccordian .countryRow:hover .hoverSmall {
    width: 100%;
  }

  .primary-menu > li:hover > .sub-menu {
    height: 100px;
  }
  .newsCon p a:hover:before {
    height: 100%;
  }

  .rightSidebar ul li:hover {
    padding-left: 70px;
    padding-right: 15px;
  }
  .rightSidebar ul li:hover span:before {
    left: -70px;
    width: 35px;
  }
}

@media only screen and (max-width: 1200px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
  p {
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 30px;
  }
  .cmsCon ul,
  .cmsCon ol {
    padding: 0 0 30px;
  }
  .cmsCon li {
    font-size: 16px;
    line-height: 30px;
  }
  .cmsCon ul li:before {
    margin-top: 12px;
  }
  .cmsCon p + ul {
    margin: -30px 0 0;
  }

  .midLeft p {
    max-width: 100%;
  }
  .calenderMain .newsCon p {
    min-height: 1px;
  }
  .midSec {
    margin: 0;
  }
  .calendergrayBox:not(.no_events):after {
    display: none;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 991px) {
  .menuButton {
    display: block;
  }

  .headerBtm .main-navigation {
    background-color: #f3f3f3;
    display: none;
  }
  .primary-menu > li > a {
    display: block;
    padding: 0 30px;
    line-height: 50px;
  }
  .sub-menu li a {
    line-height: 50px;
  }
  .primary-menu > li {
    width: 100%;
    position: relative;
  }
  .sub-menu:before {
    display: none;
  }
  .sub-menu {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: none;
    padding: 0;
    overflow: hidden;
    display: none;
    background-color: #ffffff;
    text-align: left;
    height: auto;
    -webkit-transition: none;
    transition: none;
  }
  .expandMenu,
  .setWhite {
    background-color: #ffffff;
  }
  .sub-menu li {
    width: 100%;
    margin: 0;
  }
  .sub-menu li a {
    padding: 0 30px;
  }

  .toggleMenu {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 50px;
    z-index: 1111;
  }
  .toggleMenu:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000000;
    width: 12px;
    height: 6px;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    content: '';
  }
  .expandMenu .toggleMenu:after {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
}

@media only screen and (max-width: 767px) {
  .primary-menu > li.menu-item-has-children > a:after,
  .serachIcon,
  .scrollTop,
  .topLinks li ~ li:before,
  .hideMobile,
  .headerTop {
    display: none;
  }
  .logo {
    margin: 0;
  }
  .headerBtm {
    padding: 10px 0;
    height: auto;
  }
  .logo img {
    max-width: 50px;
  }
  .logo a span {
    font-size: 14px;
    line-height: 20px;
    padding-left: 10px;
  }

  .topLinks li {
    width: 100%;
    position: relative;
  }
  .topLinks li > a {
    display: block;
    padding: 0 30px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 400;
  }

  .headerBtm .main-navigation {
    overflow: hidden;
    clear: both;
    margin: 0 -15px;
  }
  .main-navigation .primary-menu {
    padding: 12px 0 0;
  }

  .titleDiv {
    position: relative;
    top: 0;
    -webkit-transform: none;
    transform: none;
    left: 0;
    padding: 20px 15px;
    max-width: 100%;
  }
  .bannerPart .container {
    padding: 0;
  }
  .titleDivnew h1,
  h1 {
    font-size: 20px;
    line-height: 30px;
  }
  h2 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 10px;
  }
  h3 {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 20px;
  }

  .midLeft {
    width: 100%;
    padding: 30px 0 0;
    margin: 0;
  }

  .nofDiv {
    padding: 30px 0 0;
  }
  .countryRow {
    padding: 10px 15px;
  }
  .countryRow img {
    max-width: 50px;
    height: auto;
  }
  .countryRow span {
    font-size: 18px;
    padding: 0 0 0 10px;
  }

  .rightSidebar {
    width: 100%;
    margin: 40px 0 0;
  }
  .rightSidebar h2,
  .rightSidebar ul li {
    padding-left: 30px;
  }
  .rightSidebar ul li ~ li {
    padding-top: 25px;
  }
  .rightSidebar a span:before {
    width: 15px;
    left: -30px;
  }

  .newsSec .container {
    padding: 0;
  }
  .newsInner h2 {
    padding-left: 15px;
    font-size: 22px;
  }
  #newsSlider {
    margin: 0;
  }

  .cusotmeArrow .slick-arrow {
    width: 50px;
    height: 40px;
  }
  .newsArrow {
    right: 15px;
    top: 23px;
  }
  .cusotmeArrow .slick-arrow {
    background-size: 8px auto;
    width: 40px;
    height: 40px;
  }
  .slick-arrow:after {
    width: 8px;
    height: 15px;
  }
  .newsSec {
    margin: 40px 0 0;
  }
  .newsInner {
    padding-top: 30px;
  }

  .newsCon {
    padding: 30px;
  }
  .newsCon p {
    font-size: 16px;
    line-height: 30px;
  }
  .newsCon p {
    padding: 0 0 20px;
  }
  .viewAlldiv {
    padding: 30px 0 0;
  }

  .bookSec {
    margin: 30px 0 -50px;
    padding: 30px 0;
  }
  .allMiddle {
    display: table;
  }
  .bookImg {
    width: 100%;
    display: table-footer-group;
  }
  .bookCon {
    margin: 0;
    width: 100%;
    padding: 0 0 40px;
  }

  .site-footer {
    margin-top: 50px;
    padding: 30px 0;
  }
  .site-footer h2 {
    margin-bottom: 0;
  }
  .footerLeft {
    width: 100%;
  }
  .signupMain p {
    font-size: 15px;
    line-height: 30px;
    padding-bottom: 20px;
  }
  .signupForm {
    margin-top: 0;
  }

  .txt {
    height: 50px;
    font-size: 14px;
    line-height: 30px;
    padding: 0 15px;
  }
  .clickBtn,
  .btnMain {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }

  .footerRight {
    margin: 50px 0 0;
    width: 100%;
  }
  .copyRight {
    font-size: 16px;
    padding: 36px 0 0;
  }

  .signupForm > *,
  .signupForm > * > * {
    width: 100%;
  }
  .text2 {
    margin: 10px 0 20px;
  }

  .nofAccordian .nofColumn {
    margin: 0 -15px;
  }
  .nofAccordian .countryRow {
    padding: 15px;
  }
  .nofAccordian .countryRow:before {
    right: 15px;
  }
  .nofAccordian .countryRow:after {
    right: 26px;
  }

  .innermidSec {
    margin: 0;
  }
  .grayBox {
    padding: 20px 15px 15px;
    margin: 0 -15px;
  }
  .rightFiled > * > *,
  .textBox,
  .titleLabel {
    width: 100%;
    margin: 0;
  }
  .leftTitle h2 {
    padding: 0 0 20px;
  }
  .titleLabel {
    font-size: 16px;
    line-height: 22px;
  }
  .textBox {
    margin-top: 10px;
  }
  .btntextBox {
    margin-left: -2px;
  }

  .rightFiled {
    float: none;
    clear: both;
    background-color: #ffffff;
    margin: 0 -15px;
    overflow: hidden;
    padding: 20px 15px;
  }
  .textBox .txt {
    border-color: #1b4473;
  }

  .lisitngInner .newsMain {
    margin: 0 -8px;
  }
  .lisitngInner .overviewMain {
    margin-top: -20px;
  }
  .lisitngInner .newsBox {
    width: 100%;
    padding: 0 8px 16px;
  }
  .lisitngInner .newsCon {
    padding: 20px;
  }

  .calendergrayBox .rightFiled {
    width: auto;
    padding: 0 15px;
    display: none;
  }
  .selectize-input {
    border: 1px solid #1b4473;
    font-size: 14px;
    line-height: 48px;
    height: 50px;
  }

  .width120 {
    width: calc(49% - 30px);
  }
  .width120 ~ .width120 {
    margin-left: 2%;
  }
  .calendergrayBox .titleLabel {
    margin-left: 0;
    width: 60px;
    line-height: 50px;
    margin-top: 10px;
  }

  .filterBox {
    border-top: 1px solid #e8ecf1;
    border-bottom: 1px solid #e8ecf1;
    overflow: hidden;
    margin: 0 -15px;
    padding: 0 15px;
    clear: both;
  }
  .filterToggle {
    display: block;
  }

  .settopSpace {
    display: inline-block;
    width: 100%;
    line-height: 0;
  }
  .setbottomSpace {
    display: inline-block;
    width: 100%;
    line-height: 0;
    height: 20px;
  }

  .topBox.is_stuck {
    padding: 0 0 28px;
    position: relative !important;
    max-width: 100%;
  }

  .fixedSearch .filterBox {
    position: fixed;
    left: 0;
    right: 0;
    background-color: #f3f3f3;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    top: 0;
    z-index: 11;
    margin: 0;
  }

  .fixedSearch .filterBox.filterOpen {
    background-color: #ffffff;
  }

  .fixedSearch .leftTitle {
    margin-bottom: 52px;
  }

  div div.wpcf7-response-output {
    margin-top: 1em;
  }

  div span.wpcf7-not-valid-tip {
    margin-top: 5px;
    font-size: 14px;
  }

  div div.wpcf7 .ajax-loader {
    left: 0;
    margin-top: 4px;
    position: absolute;
    top: 100%;
  }

  .textDiv {
    position: relative;
  }

  .error-404 {
    padding: 50px 0 0;
  }

  .table-wrapper {
    display: block;
    overflow: hidden;
  }

  .table-wrapper table:not(.hasImgtabel) {
    min-width: 680px;
  }
}

@media only screen and (max-width: 400px) {
  .calendergrayBox .titleLabel {
    width: 100%;
    line-height: 22px;
    margin: 15px 0 0;
  }
  .width120 {
    width: 49%;
  }
}

@media only screen and (max-width: 567px) {
  .nofColumn > * {
    width: 100%;
  }
  .hasImgtabel td {
    display: block;
  }
  .hasImgtabel td.hasImg {
    background-color: transparent;
  }
  td.hasImg {
    width: auto;
    text-align: left;
  }
  table.hasImgtabel td ~ td {
    border-left: 0;
    padding-top: 0;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
}

@media only screen and (min-width: 568px) and (max-width: 767px) {
  .width200 {
    width: 35%;
  }
  .width240 {
    width: 43%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .btntextBox {
    width: 20%;
  }
  .btntextBox .clickBtn {
    padding: 0;
    width: 100%;
  }

  .width180 {
    width: 49%;
  }
  .width180 + .width180 {
    margin-left: 2%;
  }
  td.hasImg {
    width: 20%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
  .bookImg {
    width: 40%;
    display: inline-block;
  }
  .bookCon {
    width: 60%;
    margin: 0 0 0 -5px;
    padding: 0 0 0 30px;
  }
  .footerLeft {
    width: 60%;
    padding-right: 50px;
  }
  .footerRight {
    width: 40%;
    margin: 0;
  }
  .lisitngInner .newsBox {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1218px) {
  .logo img {
    max-width: 150px;
  }
  .logo a span {
    font-size: 20px;
    line-height: 30px;
    padding: 0 0 0 10px;
  }

  h1 {
    font-size: 25px;
    line-height: 35px;
  }
  h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .titleDiv {
    padding: 30px 50px;
    left: 0;
  }
  .titleDivnew {
    padding: 30px 30px 30px 50px;
  }
  .titleDivnew h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .titleDivnew .dateSpan {
    padding-bottom: 10px;
  }
  #newsSlider {
    margin-left: -25px;
    margin-right: -25px;
  }
  .newsCon {
    padding: 30px;
  }

  .bookSec {
    margin-top: 50px;
    margin-bottom: -80px;
  }
  .midLeft {
    width: 100%;
    margin: 0;
  }
  .rightSidebar {
    width: 100%;
    margin: 50px 0 0;
  }
  .footerRight {
    margin: 0;
    float: right;
  }
  .scrollTop {
    top: -46px;
  }
  .newsCon p {
    font-size: 20px;
  }
  .headerBtm {
    position: relative;
    height: auto;
  }

  .site-footer {
    margin-top: 80px;
  }
  .lisitngInner .newsMain {
    margin: 0 -15px;
  }
  .lisitngInner .newsBox {
    width: 50%;
  }
  .lisitngInner .newsCon p {
    font-size: 18px;
  }

  /*.lisitngInner .calenderMain{margin-bottom: -120px;}*/
  .calendergrayBox .rightFiled {
    display: block !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .headerBtm .main-navigation {
    position: absolute;
    right: 0;
    top: 100%;
    float: right;
    max-width: 400px;
    z-index: 11;
    -webkit-box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.1);
  }

  .serachIcon {
    width: 50px;
    height: 80px;
    margin-right: 0;
    position: absolute;
    right: 15px;
  }
  .menuButton {
    height: 80px;
    margin: 0 52px 0 0;
  }

  .bookImg {
    width: 47.358%;
  }
  .bookCon {
    width: 47%;
  }
  .signupForm > *,
  .signupForm > * > * {
    width: 100%;
  }
  .text2 {
    margin: 10px 0 20px;
  }
  .footerLeft {
    width: 55%;
  }
  .searchBar {
    text-align: right;
  }
  .searchBar input {
    margin-right: 15px;
  }

  .rightFiled {
    width: 100%;
    padding: 10px 0 0;
  }
  .textBox {
    margin-left: 0;
  }
  .width200 {
    width: 25%;
  }
  .width240 {
    width: 32.5%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .btntextBox {
    width: 20%;
  }
  .btntextBox .clickBtn {
    padding: 0;
    width: 100%;
  }

  .width180 {
    width: 24%;
  }
  .width120 ~ .width120,
  .width180 ~ .width180 {
    margin-left: 10px;
  }
  .width120 {
    width: 18%;
  }
  .calendergrayBox .titleLabel {
    margin-right: 10px;
  }
  .filtsearchBar {
    width: 40%;
    margin: 0 0 0 9px;
  }

  .width180 {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .textBox + .titleLabel {
    margin-left: 0;
  }
  .width120 {
    width: 24%;
  }
  /*.width180{width: 49%;margin-left: 0}
.width180 + .width180{margin-left: 2%;}
.calendergrayBox .titleLabel{margin-left: 0}*/

  .primary-menu > li.menu-item-has-children > a:after {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1218px) {
  .primary-menu > li:hover > .sub-menu {
    height: 100px;
  }
  .logo img {
    max-width: 110px;
  }
  .logo a span {
    font-size: 18px;
    line-height: 26px;
  }
  .logo {
    margin: -15px 0;
  }
  .primary-menu > li > a {
    padding: 0 15px;
    font-size: 15px;
    line-height: 80px;
  }
  .serachIcon {
    margin-right: 0;
    height: 80px;
  }
  .footerLeft {
    width: 65%;
  }
  #newsSlider .newsCon p {
    min-height: 157px;
  }

  .headerBtm .main-navigation {
    display: block !important;
  }
  .sub-menu li a {
    font-size: 16px;
    padding: 0 20px;
  }

  .width180 {
    width: 230px;
  }
  .width120 {
    width: 180px;
  }
  .width290 {
    width: 50.3%;
    margin: 10px 0 0;
  }
  .headRight {
    margin-right: -15px;
  }
  .primary-menu > li.menu-item-has-children > a:after {
    right: 0;
  }
}

@media only screen and (min-width: 1219px) and (max-width: 1340px) {
  .logo a span {
    font-size: 20px;
  }
  .logo img {
    max-width: 150px;
  }
  .headerBtm {
    height: auto;
  }
  .primary-menu > li > a {
    line-height: 90px;
    padding: 0 20px;
  }
  .serachIcon {
    height: 90px;
  }
}

.widget_nav_menu ul li a {
  color: #4bb8bf;
  font-size: 18px;
  line-height: 26px;
  display: block;
  position: relative;
  font-weight: 500;
}

.widget_nav_menu ul li {
  border-bottom: 0;
}

.rightSidebar .widget_nav_menu ul {
  padding-bottom: 33px;
}
.rightSidebar .widget_nav_menu ul li a:before {
  height: 1px;
  width: 25px;
  background-color: #1b4473;
  position: absolute;
  left: -60px;
  top: 13px;
  content: '';
  -webkit-transition: 300ms all;
  transition: 300ms all;
}

@media only screen and (min-width: 1200px) {
  .rightSidebar ul li:hover a:before {
    left: -70px;
    width: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .rightSidebar .widget_nav_menu ul li a:before {
    width: 15px;
    left: -30px;
  }
}

.widget_nav_menu .widget-title {
  display: block;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

p {
  padding: 0;
  margin: 0 0 40px;
}
