@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
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;
}
body {
  line-height: 1;
}
html,
body {
  height: 100%;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  -webkit-text-size-adjust: none;
}
.btn:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-primary {
  font-size: 11px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.btn.btn-secondary {
  font-size: 11px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.btn.btn-success {
  font-size: 11px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.btn.btn-danger {
  font-size: 11px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.btn.btn-warning {
  font-size: 11px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.btn.btn-cms.btn-save-draft {
  background: #fdb81a !important;
  color: #fff !important;
}
.btn.btn-cms.btn-save-draft:hover {
  background: #04554c !important;
}
.btn.btn-cms.btn-save-draft.alt {
  background: #04554c !important;
  color: #fff !important;
}
.btn.btn-cms.btn-save-draft.alt:hover {
  background: #1a385f !important;
}
.btn.mark-read {
  padding: 3px 10px;
  background: #eee;
  float: right;
  font-size: 12px;
  line-height: 18px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.btn.mark-read:hover {
  background: #06d6a0;
  color: #fff;
}
.btn.btn-cms {
  background: #fff;
  color: #202124;
  font-size: 13px;
  font-weight: 400;
  height: 36px;
  padding: 0 20px;
  font-family: "Marcellus", serif;
  line-height: 36px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-left: 10px;
}
.btn.btn-cms.mobile-btn {
  display: none;
}
.btn.btn-cms .left-icon.alt {
  margin-left: 0;
  margin-right: 10px;
}
.btn.btn-cms.cat-btn {
  border: 1px solid #e5e5e5;
  margin-left: 0;
}
.btn.btn-cms.normal-btn {
  background: #e5e5e5;
  color: #202124;
  margin-bottom: 30px;
  cursor: inherit;
  margin-left: 0;
}
.btn.btn-cms.normal-btn:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #e5e5e5 !important;
}
.btn.btn-cms.btn-green {
  background: #06d6a0;
  color: #fff;
}
.btn.btn-cms.btn-green:hover {
  background: #02b889 !important;
  color: #fff !important;
}
.btn.btn-cms.btn-green.reload-cache {
  margin-top: -25px;
  float: right;
}
.btn.btn-cms.btn-red {
  background: #d13938;
  color: #fff;
}
.btn.btn-cms.btn-red:hover {
  background: #d12524 !important;
  color: #fff !important;
}
.btn.btn-cms:hover {
  background: #f7f7f7 !important;
  color: #202124;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn.btn-cms .left-icon {
  font-size: 18px;
  display: inline-block;
  top: 1px;
  margin-left: 10px;
}
.btn.btn-cms.feat-img-btn {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}
.btn.btn-cms.feat-img-btn.alt {
  width: auto;
  margin: 0 auto;
  display: table;
}
.btn.btn-cms.feat-img-btn .left-icon {
  position: relative;
}
.btn.online-radio {
  background: #f66035;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding-left: 50px;
  position: relative;
  padding: 7px 25px 6px 55px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  float: left;
}
.btn.online-radio:hover {
  background: #0f75bc;
}
.btn.online-radio:hover .main-title,
.btn.online-radio:hover .subline {
  color: #fff;
}
.btn.online-radio .left-icon {
  position: absolute;
  left: 17px;
  top: 3px;
}
.btn.online-radio .left-icon img {
  width: 26px;
}
.btn.btn-info {
  font-size: 11px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.btn.btn-light {
  font-size: 11px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.btn.btn-dark {
  font-size: 11px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.btn.btn-link {
  font-size: 11px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.btn.btn-green {
  background: #06d6a0;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}
.btn.rounded-btn {
  background: #1967d2;
  color: #fff;
  padding: 10px 35px 10px 35px;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin: 30px 0 0 0;
  line-height: 28px;
  text-transform: none;
  position: relative;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  border-radius: 5px !important;
}
.btn.rounded-btn.soft-btn:hover {
  background: #cc441d;
  border-color: #cc441d;
}
.btn.rounded-btn:after {
  content: "";
  width: 15px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 20px;
  top: 19px;
  display: none;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.btn.rounded-btn.appointment-btn {
  padding-left: 30px;
  padding-right: 30px;
}
.btn.rounded-btn.outline-btn {
  border: 1px solid #293982;
  color: #293982;
  background: none;
}
.btn.rounded-btn.outline-btn:after {
  background: #202124;
}
.btn.rounded-btn.outline-btn:hover:after {
  background: #fff;
}
.btn.rounded-btn.plan-btn {
  border: 1px solid #fff;
  color: #202124;
  background: #fff;
}
.btn.rounded-btn.plan-btn:after {
  background: #202124;
}
.btn.rounded-btn.plan-btn:hover {
  background: #1967d2 !important;
  border-color: #1967d2;
}
.btn.rounded-btn.plan-btn:hover:after {
  background: #fff;
}
.btn.rounded-btn.light-btn {
  background: #e1e2f6;
  color: #1967d2;
}
.btn.rounded-btn.white-btn {
  border: 1px solid #fff;
  color: #1967d2;
  background: #fff;
  font-weight: 600;
}
.btn.rounded-btn.white-btn:after {
  background: #fff;
}
.btn.rounded-btn.white-btn:hover {
  background: #e2eaf8;
  color: #293982 !important;
  border-color: #e2eaf8;
}
.btn.rounded-btn.white-btn:hover:after {
  background: #fff;
}
.btn.rounded-btn.dark-btn {
  border: 1px solid #293982;
  color: #fff;
  background: #293982;
  font-weight: 600;
}
.btn.rounded-btn.dark-btn:after {
  background: #fff;
}
.btn.rounded-btn.dark-btn:hover {
  background: #e2eaf8;
  color: #293982 !important;
  border-color: #e2eaf8;
}
.btn.rounded-btn.dark-btn:hover:after {
  background: #fff;
}
.btn.rounded-btn.reverse {
  background: #f66035;
  padding: 10px 50px 10px 50px;
}
.btn.rounded-btn.reverse:hover {
  background: #fff;
  color: #f66035 !important;
}
.btn.rounded-btn.reverse.alt {
  margin-top: 50px;
  background: #1967d2;
}
.btn.rounded-btn.reverse.alt:hover {
  background: #e1e2f6;
  border-color: #e1e2f6;
  color: #1967d2 !important;
}
.btn.rounded-btn .left-icon {
  margin-right: 5px;
}
.btn.rounded-btn:hover {
  color: #fff !important;
  background: #293982;
  border-color: #293982;
}
.btn.rounded-btn:hover .titles {
  color: #fff !important;
}
.btn.rounded-btn:hover:after {
  width: 20px;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.btn.login-btn {
  background: #06d6a0;
  color: #fff;
  padding: 0 20px;
  font-weight: 400;
  display: table;
  margin: 30px 0 0 0;
  height: 48px;
  font-size: 18px;
  line-height: 48px;
  font-family: "Marcellus", serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.btn.login-btn .left-icon {
  margin-right: 5px;
}
.btn.login-btn:hover {
  color: #fff !important;
  background: #03c592 !important;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.btn.login-btn:hover .titles {
  color: #fff !important;
}
.btn.login-btn .titles.title-8 {
  display: inline;
}
.btn.remove-btn {
  width: 24px;
  height: 24px;
  background: #d13938;
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  padding: 0;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.btn.remove-btn:hover {
  background: #202124;
}
.btn.rounded-btn-only {
  background: #cd203b;
  color: #fff;
  padding: 9px 20px;
  font-weight: 400;
  display: inline-block;
  margin: 30px 0 0 0;
  font-size: 14px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.btn.rounded-btn-only.cancel-btn {
  background: #ccc;
}
.btn.rounded-btn-only.big-btn {
  padding: 15px 30px;
  margin-top: 30px;
}
.btn.rounded-btn-only.medium-btn {
  padding: 9px 20px;
  margin-top: 30px;
  background: #fdb81a;
  color: #202124 !important;
}
.btn.rounded-btn-only.outline-btn {
  background: none;
  border: 1px solid #202124;
  color: #202124;
}
.btn.rounded-btn-only.outline-btn:hover {
  border-color: #0f75bc;
}
.btn.rounded-btn-only.outline-white-btn {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}
.btn.rounded-btn-only.outline-white-btn:hover {
  border-color: #0f75bc;
}
.btn.rounded-btn-only.reverse {
  background: #b5c547;
}
.btn.rounded-btn-only.reverse:hover {
  background: #202124;
}
.btn.rounded-btn-only .left-icon {
  margin-right: 5px;
}
.btn.rounded-btn-only:hover {
  color: #fff !important;
  background: #1a385f !important;
}
.btn.rounded-btn-only:hover .titles {
  color: #fff !important;
}
.quick-access {
  width: 32px;
  position: absolute;
  top: 30px;
  right: 10px;
  z-index: 10;
}
.quick-access a {
  width: 32px;
  height: 32px;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  line-height: 32px;
  display: block;
  margin-top: 10px;
  color: #fff;
}
.quick-access a:nth-child(1) {
  margin-top: 0;
}
.quick-access a:hover {
  background: #fff;
  color: #202124;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.quick-access .left-icon {
  font-size: 16px;
}
.stock {
  border: 1px solid #ccc;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #999;
  font-weight: 400;
  text-transform: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.quantity-box {
  padding: 0 !important;
  border: 1px solid #ccc;
  height: 36px;
  display: block;
  width: 100%;
  border-radius: 5px;
}
.quantity-box input[type="number"]::-webkit-inner-spin-button,
.quantity-box input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.quantity-box input[type="number"] {
  -moz-appearance: textfield;
}
.quantity-box .quantity-arrow-minus,
.quantity-box .quantity-arrow-plus {
  width: 38px;
  background: none;
  border: 0;
  height: 35px;
  line-height: 37px;
  float: left;
  cursor: pointer;
  border-right: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.quantity-box .quantity-arrow-plus {
  border-left: 1px solid #ddd;
  border-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  float: right;
}
.quantity-box .quantity-num {
  width: calc(100% - 76px);
  text-align: center;
  height: 34px;
  border: 0px solid #ccc;
  float: left;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 0;
  border-top: 0;
}
.view-more-btn {
  display: table;
  margin: 30px auto 0 auto;
}
.view-more-btn .cart-btn {
  background: #fff;
  border: 0px solid #ccc;
}
.view-more-btn .cart-btn:hover {
  background: #d13938;
  color: #fff;
}
.label-btn {
  font-size: 11px;
  float: left;
  padding: 5px 10px;
  background: #eee;
  color: #fff;
  line-height: 14px;
  font-family: "Marcellus", serif;
  font-weight: 400;
  margin-right: 10px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.label-btn:nth-child(1) {
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  -ms-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
}
.label-btn.draft {
  background: #f3b301;
}
.label-btn.pending {
  background: #a2a5b9;
}
.label-btn.schedule {
  background: #1a385f;
}
.label-btn.un-published {
  background: #cd203b;
}
.label-btn.archive {
  background: #f3b301;
}
.swal2-actions button {
  color: #202124;
  font-size: 12px !important;
  font-weight: 400;
  height: 36px;
  padding: 0 20px;
  font-family: "Marcellus", serif;
  line-height: 36px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-left: 10px;
  background: #06d6a0 !important;
  color: #fff;
}
.swal2-actions button:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.swal2-actions button:hover {
  background: #02b889 !important;
  color: #fff !important;
}
.swal2-actions button.swal2-confirm {
  background: #06d6a0 !important;
  color: #fff;
}
.swal2-actions button.swal2-confirm:hover {
  background: #02b889 !important;
  color: #fff !important;
}
.swal2-actions button.swal2-deny {
  background: #d13938 !important;
  color: #fff;
}
.swal2-actions button.swal2-deny:hover {
  background: #d12524 !important;
  color: #fff !important;
}
.swal2-actions button.swal2-cancel {
  background: #d13938 !important;
  color: #fff;
}
.swal2-actions button.swal2-cancel:hover {
  background: #d12524 !important;
  color: #fff !important;
}
.status-item .btn.btn-cms.cat-btn {
  background: #fff;
  color: #202124;
  font-size: 13px;
  font-weight: 400;
  height: 36px;
  padding: 0 20px;
  font-family: "Marcellus", serif;
  line-height: 36px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-left: 10px;
}
.status-item .btn.btn-cms.cat-btn.unpaid {
  background: #1a385f;
  color: #fff;
}
.status-item .btn.btn-cms.cat-btn.unpaid:hover {
  background: #1a385f !important;
  color: #ddd !important;
}
.status-item .btn.btn-cms.cat-btn.paid {
  background: #04554c;
  color: #fff;
}
.status-item .btn.btn-cms.cat-btn.paid:hover {
  background: #04554c !important;
  color: #ddd !important;
}
.status-item .btn.btn-cms.cat-btn.cancel {
  background: #cd203b;
  color: #fff;
}
.status-item .btn.btn-cms.cat-btn.cancel:hover {
  background: #cd203b !important;
  color: #ddd !important;
}
.status-item .btn.btn-cms.cat-btn.pending {
  background: #fdb81a;
  color: #202124;
}
.status-item .btn.btn-cms.cat-btn.pending:hover {
  background: #fdb81a !important;
  color: #ddd !important;
}
.status-item .btn.btn-cms.cat-btn:hover {
  background: #f7f7f7 !important;
  color: #202124 !important;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.table-item .btn {
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  border-radius: 50px !important;
}
.btn-bhittamis {
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  border-radius: 50px !important;
  font-size: 13px;
  -webkit-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -o-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
  color: #202124;
  font-weight: 700;
}
.btn-bhittamis:hover {
  -webkit-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -o-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}
.btn-bhittamis.btn-remove {
  background: rgba(220, 53, 59, 0.65);
  color: #fff !important;
  border: 0;
}
.btn-bhittamis.btn-remove:hover {
  background: #dc3545;
}
.btn-bhittamis.view-message {
  border: 0;
  background: #87939f;
  color: #fff !important;
}
.btn-bhittamis.pending {
  border: 0;
  background: #d9534f;
  color: #fff !important;
}
.btn-bhittamis.active {
  border: 0;
  background: #5cb85c;
  color: #fff !important;
}
.btn-bhittamis.terminated {
  border: 0;
  background: #666666;
  color: #fff !important;
}
.btn-bhittamis.suspended {
  border: 0;
  background: #f0ad4e;
  color: #fff !important;
}
.btn-bhittamis.cancelled {
  border: 0;
  background: #87939f;
  color: #fff !important;
}
.btn-bhittamis.btn-add {
  background: #fdb81a;
  width: 44px;
  height: 40px;
  padding: 0;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-weight: 300;
  font-size: 22px;
}
.btn-bhittamis.btn-danger {
  background: #d9534f;
  border: 0;
  color: #fff !important;
}
.btn-bhittamis.btn-warning {
  background: #f0ad4e;
  border: 0;
  color: #fff !important;
}
.btn-bhittamis.btn-info {
  background: #0dcaf0;
  border: 0;
  color: #fff !important;
}
.btn-bhittamis.btn-success {
  background: #5cb85c;
  border: 0;
  color: #fff !important;
}
.btn-bhittamis.btn-secondary {
  background: #87939f;
  border: 0;
  color: #fff !important;
}
.btn-bhittamis.btn-primary {
  background: #5bc0de;
  border: 0;
  color: #fff !important;
}
.btn-bhittamis.btn-dark {
  background: #111;
  border: 0;
  color: #fff !important;
}
.btn-bhittamis.btn-icon .left-icon {
  font-size: 22px;
  position: relative;
  top: 2px;
}
.btn-bhittamis.preview-btn {
  padding: 0 15px;
  background: rgba(255, 255, 255, 0.8);
  line-height: 30px;
  height: 30px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  font-size: 11px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #202124;
}
.btn-bhittamis.preview-btn:hover {
  background: #fff;
}
.trip-days {
  font-size: 14px;
  color: #fff;
  font-size: 500;
  padding: 5px 15px;
  line-height: 16px;
  position: absolute;
  top: 32px;
  right: 32px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #fff;
  background: #1967d2;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}
.text-btn {
  background: none;
  color: #1967d2;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  margin-top: 30px;
  display: table;
  padding: 5px 0 0 0;
  position: relative;
}
.text-btn:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #1967d2;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.text-btn:hover {
  color: #293982;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.text-btn:hover:after {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
a {
  color: #202124;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline;
}
a:hover {
  color: #202124;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
a:visited,
a:acitve {
  text-decoration: none;
}
a:active {
  color: #222;
}
a:focus {
  text-decoration: none;
  outline: 0;
}
a img,
img {
  border: 0;
}
p {
  padding: 10px 0;
}
object {
  outline: 0;
  border: 0;
  float: left;
}
button:focus {
  outline: 0;
}
* {
  outline: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #111;
  background: #fff;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.pagination {
  margin: 40px 0 0 0;
  display: inline-block;
  width: 100%;
  padding: 15px 0 30px 0;
  border-top: 1px solid #ddd;
  text-align: center;
}
.pagination a {
  text-decoration: none;
  color: #202124;
  padding: 0 10px;
  margin: 0 2px;
  font-size: 12px;
  display: inline-block;
  padding: 10px 15px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.pagination a:hover {
  color: #202124;
  background: #e2eaf8;
}
.pagination .current {
  background: #1967d2;
  text-decoration: none;
  color: #fff;
  padding: 0 10px;
  margin: 0 0 0px 0;
  font-size: 14px;
  display: inline-block;
  padding: 10px 15px;
  line-height: 14px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.section {
  display: inline-block;
  width: 100%;
}
#content {
  display: block;
  width: 100%;
  margin: 0 auto;
}
#content-wrap {
  float: left;
  width: 100%;
  min-height: calc(100vh - 98px);
}
.modalbox {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center;
  overflow: auto;
  background: #fff;
}
.modalbox .modal_content {
  width: 100%;
  text-align: center;
  display: table;
  height: 100vh;
}
.modalbox .modal_content .imagebox {
  max-width: 94%;
  margin: 0 auto;
  display: table-cell;
  padding: 3%;
  position: relative;
  vertical-align: middle;
}
.modalbox .modal_content .imagebox img {
  max-width: 100%;
  height: auto;
}
.modalbox .modal_content .imagebox .logobox img {
  max-width: 119px;
}
.modalbox .modal_content a.close_btn {
  background: #d13938;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 0;
  font-family: arial, sans-serif;
}
.modalbox .modal_content a.close_btn:hover {
  background: #222;
}
.logobox {
  text-align: center;
  display: block;
  margin-bottom: 30px;
}
.close-box .arrows {
  position: relative;
  top: 2px;
  margin-left: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .modalbox .modal_content .imagebox img {
    max-width: 100%;
  }
  .logobox img {
    max-width: 220px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .modalbox .modal_content .imagebox img {
    max-width: 100%;
  }
  .logobox img {
    max-width: 180px;
  }
}
@media (max-width: 767px) {
  .modalbox .modal_content .imagebox img {
    max-width: 100%;
  }
  .logobox img {
    max-width: 180px;
  }
}
@media (max-width: 480px) {
  .modalbox .modal_content .imagebox img {
    max-width: 100%;
  }
  .logobox img {
    max-width: 180px;
  }
}
@media (max-width: 240px) {
  .modalbox .modal_content .imagebox img {
    max-width: 100%;
  }
  .logobox img {
    max-width: 180px;
  }
}
.navigation_box ul li.more-menu ul {
  left: auto;
  right: 20%;
}
.dropdown .dropdown-toggle {
  padding-right: 30px;
  position: relative;
}
.dropdown .dropdown-toggle:before {
  border: 0 !important;
  content: " \f107 ";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #222;
  top: 16px;
  right: 18px;
  position: absolute;
  font-size: 12px;
}
.primary-panel {
  padding: 0 0 0 30px;
}
.primary-panel .menu-content .items.contact-line {
  align-items: center;
}
.primary-panel .menu-content .items.contact-line .item-boundary {
  border-left: 1px solid #e15716;
  display: block;
  padding: 50px;
}
.primary-panel .menu-content .items .item-box,
.primary-panel .menu-content .items .footer .box-item,
.footer .primary-panel .menu-content .items .box-item {
  margin-top: 30px;
}
.primary-panel .menu-content .items .item-box:nth-child(1),
.primary-panel .menu-content .items .footer .box-item:nth-child(1),
.footer .primary-panel .menu-content .items .box-item:nth-child(1) {
  margin-top: 0;
}
.primary-panel .menu-content .items .item-box .hoz-nav,
.primary-panel .menu-content .items .footer .box-item .hoz-nav,
.footer .primary-panel .menu-content .items .box-item .hoz-nav {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.primary-panel .menu-content .items .item-box .hoz-nav li a,
.primary-panel .menu-content .items .footer .box-item .hoz-nav li a,
.footer .primary-panel .menu-content .items .box-item .hoz-nav li a {
  color: #fff;
}
.primary-panel .menu-content .items .item-box .hoz-nav li a .social-icon,
.primary-panel
  .menu-content
  .items
  .footer
  .box-item
  .hoz-nav
  li
  a
  .social-icon,
.footer
  .primary-panel
  .menu-content
  .items
  .box-item
  .hoz-nav
  li
  a
  .social-icon {
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.primary-panel .menu-content .items .item-box .hoz-nav li a:hover .social-icon,
.primary-panel
  .menu-content
  .items
  .footer
  .box-item
  .hoz-nav
  li
  a:hover
  .social-icon,
.footer
  .primary-panel
  .menu-content
  .items
  .box-item
  .hoz-nav
  li
  a:hover
  .social-icon {
  color: #202124;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.primary-panel .menu-content .items .menu-title {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}
.primary-panel .menu-content .items .menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.primary-panel .menu-content .items .menu-list li {
  position: relative;
  padding-left: 15px;
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}
.primary-panel .menu-content .items .menu-list li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  top: 10px;
  left: 0;
}
.side-box {
  padding: 0 30px 0 0;
  display: block;
}
.sidebar {
  float: left;
  width: 100%;
}
.sidebar li {
  border-bottom: 0 solid #e7e7e7;
  list-style: none;
  position: relative;
  padding: 10px 0;
  display: block;
}
.sidebar li.mm-active .arrow:before {
  content: "\f077";
}
.sidebar li .mm-collapse .arrow:before {
  content: "\f078";
}
.sidebar li .mm-collapse .mm-active .arrow:before {
  content: "\f077";
}
.sidebar li .nav {
  height: 0;
  overflow: hidden;
}
.sidebar li .nav.collapse {
  display: none;
  height: auto;
  overflow: visible;
}
.sidebar li .nav.collapse.in {
  display: block;
}
.sidebar li a {
  line-height: 41px !important;
  border-left: 0;
  padding-left: 0 !important;
  font-size: 35px;
  color: #202124 !important;
  height: auto;
  position: relative;
  font-weight: 600;
  position: relative;
  display: block;
  padding: 0;
}
.sidebar li a.dropdown-toggle:before {
  top: 7px;
}
.sidebar li a:hover {
  color: #f3f4f4 !important;
}
.sidebar li a .left-icon {
  display: inline-block;
  color: #202124;
  margin-right: 10px;
  font-size: 18px;
  width: 24px;
  text-align: right;
  position: relative;
  top: 2px;
}
.sidebar li a.selected {
  color: #1967d2 !important;
}
.sidebar li ul {
  padding: 0;
}
.sidebar li ul li {
  display: block;
  width: 100%;
  padding: 0 0 0 15px;
  position: relative;
}
.sidebar li ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  display: none;
  background: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  top: 18px;
  left: 0;
}
.sidebar li ul li ul {
  padding-left: 20px;
}
.sidebar li ul li .arrow {
  top: 0;
}
.sidebar li ul li a {
  padding: 10px 0 !important;
  line-height: 22px !important;
  font-size: 16px !important;
  color: #202124 !important;
  height: auto;
  font-weight: 500;
  text-transform: none;
  display: block;
}
.sidebar .arrow {
  position: relative;
  top: 0;
  right: 0;
  font-size: 13px;
  font-weight: 400;
  float: none;
  margin-left: 5px;
}
.sidebar .fa.arrow:before {
  content: "\f107";
}
.sidebar .active > a > .fa.arrow:before {
  content: "\f106";
}
.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
  border-bottom: 0 !important;
}
.sidebar .nav-second-level li a {
  padding-left: 37px;
}
.sidebar .nav-third-level li a {
  padding-left: 52px;
}
.navigation_box {
  background: none;
}
.sidebar .nav-second-level li a.selected,
.sidebar .nav-third-level li a.selected {
  text-decoration: underline;
}
.navigation_box ul li.more-menu ul.dropdown-menu li .dropdown-toggle:after {
  top: 16px;
  right: 13px;
  transform: rotate(90deg);
}
.navigation_box ul li.more-menu ul.dropdown-menu li .dropdown-menu {
  left: -100% !important;
}
.navigation_box ul li.more-menu ul.dropdown-menu li .dropdown-menu li {
  text-align: left;
}
.sidebar li .nav {
  position: relative;
  top: 8px;
}
.sidebar li:last-child {
  border-bottom: 0;
}
.navigation_box ul li a {
  padding: 30px 15px 15px 15px;
}
.navigation_box ul li a {
  color: #202124 !important;
  font-size: 14px;
  font-weight: 600;
}
.navigation_box ul li a:hover,
.navigation_box ul li.dropdown.open a {
  background: none !important;
  color: #1967d2 !important;
  text-transform: none;
}
.navigation_box ul li a.selected,
.navigation_box ul li.open a.selected {
  color: #1967d2 !important;
}
.navigation_box ul li a.selected:hover,
.navigation_box ul li.open a.selected:hover {
  color: #1967d2 !important;
}
.navigation_box ul li a:hover {
  color: #1967d2 !important;
}
.navigation_box ul li a:hover .dropdown-toggle:before {
  color: #1967d2 !important;
}
.dropdown-menu .dropdown .dropdown-toggle:before {
  top: 16px;
}
.navigation_box ul li.dropdown .dropdown-toggle:before {
  color: #202124 !important;
}
.navigation_box ul li.dropdown.open .dropdown-toggle:before {
  color: #1967d2 !important;
}
.navigation_box ul li.dropdown.open .dropdown-menu li a,
.navigation_box ul li.dropdown .dropdown-menu li a {
  color: #202124 !important;
  font-size: 16px;
  font-weight: 400 !important;
}
.navigation_box ul li.dropdown.open .dropdown-menu li a:hover,
.navigation_box ul li.dropdown .dropdown-menu li a:hover {
  color: #1967d2 !important;
  background: #fff !important;
}
.dropdown .dropdown-toggle:before {
  top: 16px;
}
.metismenu .has-arrow::after {
  transform: rotate(-135deg) translate(0, -50%);
}
.metismenu .mm-active > .has-arrow::after,
.metismenu .has-arrow[aria-expanded="true"]::after {
  transform: rotate(45deg) translate(0, -50%);
}
.close-box img {
  display: block;
  height: 32px;
}
.side-box {
  display: block;
}
.sidebar {
  float: left;
  width: 100%;
}
.sidebar li {
  border-bottom: 0 solid #e7e7e7;
  list-style: none;
  position: relative;
  padding: 10px 0;
  display: block;
}
.sidebar li.mm-active .arrow:before {
  content: "\f077";
}
.sidebar li .mm-collapse .arrow:before {
  content: "\f078";
}
.sidebar li .mm-collapse .mm-active .arrow:before {
  content: "\f077";
}
.sidebar li .nav {
  height: 0;
  overflow: hidden;
}
.sidebar li .nav.collapse {
  display: none;
  height: auto;
  overflow: visible;
}
.sidebar li .nav.collapse.in {
  display: block;
}
.sidebar li a {
  line-height: 20px !important;
  border-left: 0;
  padding-left: 0 !important;
  font-size: 16px;
  color: #202124 !important;
  height: auto;
  position: relative;
  font-weight: 600;
  position: relative;
  display: block;
  padding: 0;
}
.sidebar li a.dropdown-toggle:before {
  top: 7px;
}
.sidebar li a:hover {
  color: #1967d2 !important;
}
.sidebar li a .left-icon {
  display: inline-block;
  color: #999;
  margin-right: 10px;
  font-size: 18px;
  width: 24px;
  text-align: right;
  position: relative;
  top: 2px;
}
.sidebar li a.selected {
  color: #1967d2 !important;
}
.sidebar li ul {
  padding-left: 15px;
}
.sidebar li ul li {
  display: block;
  width: 100%;
  padding: 0;
}
.sidebar li ul li ul {
  padding-left: 20px;
}
.sidebar li ul li .arrow {
  top: 8px;
}
.sidebar li ul li a {
  padding: 10px 0 !important;
  line-height: 20px !important;
  font-size: 14px !important;
  color: dimgray !important;
  height: auto;
  font-weight: 500;
  display: block;
}
.sidebar .arrow {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
  font-weight: 400;
  float: right;
}
.sidebar .fa.arrow:before {
  content: "\f107";
}
.sidebar .active > a > .fa.arrow:before {
  content: "\f106";
}
.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
  border-bottom: 0 !important;
}
.sidebar .nav-second-level li a {
  padding-left: 37px;
}
.sidebar .nav-third-level li a {
  padding-left: 52px;
}
.navigation_box {
  background: none;
}
.navigation_box li .sum-text {
  font-weight: 400;
  font-size: 12px;
  display: block;
  line-height: 16px;
  margin-top: 5px;
}
.sidebar .nav-second-level li a.selected,
.sidebar .nav-third-level li a.selected {
  text-decoration: underline;
}
.navigation_box ul li.more-menu ul.dropdown-menu li .dropdown-toggle:after {
  top: 16px;
  right: 13px;
  transform: rotate(90deg);
}
.navigation_box ul li.more-menu ul.dropdown-menu li .dropdown-menu {
  left: -100% !important;
}
.navigation_box ul li.more-menu ul.dropdown-menu li .dropdown-menu li {
  text-align: left;
}
.sidebar li .nav {
  position: relative;
  top: 8px;
}
.sidebar li:last-child {
  border-bottom: 0;
}
.navigation_box ul li.dropdown.open .dropdown-menu li a,
.navigation_box ul li.dropdown .dropdown-menu li a {
  font-size: 14px;
  font-weight: 600;
}
.navigation_box ul li ul {
  -webkit-border-radius: 0 0 15px 15px !important;
  -moz-border-radius: 0 0 15px 15px !important;
  -ms-border-radius: 0 0 15px 15px !important;
  border-radius: 0 0 15px 15px !important;
  -webkit-box-shadow: 0 14px 24px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 14px 24px rgba(0, 0, 0, 0.05);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.05);
}
.navigation_box ul li ul li a {
  padding: 9px 0 !important;
}
.navigation_box ul li.dropdown .dropdown-menu {
  padding: 0 15px 15px 15px !important;
  min-width: 14rem !important;
}
.navigation_box ul li ul li:first-child {
  border-top: 0 !important;
}
.navigation_box ul li ul li ul.dropdown-menu {
  right: auto;
  left: 100%;
}
.navigation_box ul li ul li.dropdown .dropdown-toggle:before {
  content: "\f105";
}
.navigation_box ul li.dropdown .dropdown-toggle.selected:before {
  color: #1967d2 !important;
}
.navigation_box {
  margin: 0;
}
.sticky-box {
  position: sticky;
  top: 100px;
}
.navigation_box ul li.megamenu {
  display: flex;
  flex-wrap: wrap;
}
.navigation_box ul li.megamenu ul li {
  width: calc(33.3333% - 20px);
  margin: 0 10px;
  min-height: 60px;
  align-items: center;
  display: flex;
}
.navigation_box ul li.megamenu ul li:nth-child(2) {
  border-top: 0 !important;
}
.navigation_box ul li.megamenu ul li:nth-child(3) {
  border-top: 0 !important;
}
.navigation_box.mains .megamenu.open {
  display: flex !important;
  flex-wrap: wrap;
}
.navigation_box.mains .megamenu .dropdown-menu {
  width: 100% !important;
  max-width: 100% !important;
  left: 0;
  top: 100%;
  max-height: 460px;
  overflow: auto;
}
.get-box {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0;
  justify-content: center;
  background: #fff;
  z-index: 9998;
  align-items: center;
  bottom: 0;
  height: 0;
  overflow: hidden;
  left: 0;
  -webkit-box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
  display: flex;
}
.get-box .btn {
  margin-top: 0;
}
.get-box .search-only {
  display: none;
}
.navigation_box ul li.dropdown .dropdown-menu.mega-menu {
  min-width: 1126px !important;
  background: #e2eaf8 !important;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}
.navigation_box ul li.dropdown .dropdown-menu.mega-menu ul {
  background: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navigation_box ul li.dropdown .dropdown-menu.mega-menu .mega-row {
  margin: 0;
}
.navigation_box ul li.dropdown .dropdown-menu.mega-menu .tab-side {
  padding: 25px;
}
.navigation_box
  ul
  li.dropdown
  .dropdown-menu.mega-menu
  .tab-side
  .mega-tabs
  .nav-item {
  border: 0 !important;
}
.navigation_box
  ul
  li.dropdown
  .dropdown-menu.mega-menu
  .tab-side
  .mega-tabs
  .nav-item
  .nav-link {
  width: 100%;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  color: dimgray;
  border-color: #999;
  padding: 15px 20px !important;
  font-weight: 500 !important;
  font-size: 16px;
  color: dimgray !important;
}
.navigation_box
  ul
  li.dropdown
  .dropdown-menu.mega-menu
  .tab-side
  .mega-tabs
  .nav-item
  .nav-link:hover:not(.active) {
  background: #c5cedf !important;
  border-color: #c5cedf !important;
}
.navigation_box
  ul
  li.dropdown
  .dropdown-menu.mega-menu
  .tab-side
  .mega-tabs
  .nav-item
  .nav-link.active {
  color: #fff !important;
  border-color: #1967d2;
}
.navigation_box ul li.dropdown .dropdown-menu.mega-menu .content-side {
  background: #fff;
  padding: 25px;
}
.navigation_box
  ul
  li.dropdown
  .dropdown-menu.mega-menu
  .content-side
  .sub-row
  .sub-items:nth-child(n + 4) {
  margin-top: 40px;
}
.navigation_box
  ul
  li.dropdown
  .dropdown-menu.mega-menu
  .content-side
  .sub-row
  .sub-items
  .titles.sub-item-title {
  color: #1967d2;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.navigation_box
  ul
  li.dropdown
  .dropdown-menu.mega-menu
  .content-side
  .sub-row
  .sub-items
  .titles.trip-title-2 {
  color: #1967d2;
  font-size: 25px;
  font-weight: 400;
  border-top: 1px solid #ddd;
  padding-top: 15px;
}
.navigation_box
  ul
  li.dropdown
  .dropdown-menu.mega-menu
  .content-side
  .sub-row
  .sub-items
  .package-txt-list
  li {
  border: 0 !important;
}
.navigation_box
  ul
  li.dropdown
  .dropdown-menu.mega-menu
  .content-side
  .sub-row
  .sub-items
  .package-txt-list
  li
  a {
  font-weight: 400;
  font-size: 14px;
  padding: 5px 0 !important;
}
.navigation_box ul li.dropdown .dropdown-menu li a.btn.dark-btn {
  border: 1px solid #293982 !important;
  color: #fff !important;
  background: #293982 !important;
  font-weight: 600 !important;
  padding: 10px 35px 10px 35px !important;
  margin: -5px 0 0 18px;
  line-height: 26px !important;
}
.navigation_box ul li.dropdown .dropdown-menu li a.btn.dark-btn:after {
  background: #fff;
}
.navigation_box ul li.dropdown .dropdown-menu li a.btn.dark-btn:hover {
  background: #1967d2 !important;
  color: #fff !important;
  border-color: #e2eaf8 !important;
}
.navigation_box ul li.dropdown .dropdown-menu li a.btn.dark-btn:hover:after {
  background: #fff;
}
.dropdown .dropdown-toggle:before {
  top: 42px;
}
.sidebar li .mm-collapse .mm-active .mm-collapse.mm-show .arrow:before {
  content: "\f078";
}
.sidebar
  li
  .mm-collapse
  .mm-active
  .mm-collapse.mm-show
  .mm-active
  .arrow:before {
  content: "\f077";
}
.header {
  position: relative;
  background: none;
  float: left;
  width: 100%;
  top: 0;
  z-index: 9999;
  left: inherit;
  margin-bottom: 0;
  padding: 0;
  top: 0;
  left: 0;
  padding-top: 0;
  background: #fff;
  -webkit-transition: height 1s ease;
  -moz-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;
}
.header .top-head {
  background: #1967d2;
  display: inline-block;
  width: 100%;
}
.header .news-big-title {
  display: none;
}
.header .logo-box img {
  width: 220px;
  height: auto;
  display: block;
}
.header .logo-box .logo-item {
  text-align: left;
}
.header .toggle-box {
  position: absolute;
  display: none;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header .toggle-box .search-btn {
  display: inline-block;
}
.header .toggle-box .menu-toggle,
.header .toggle-box .menu-close {
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  padding-right: 50px;
  display: inline-block;
  text-transform: uppercase;
  color: #999;
  font-size: 15px;
}
.header .toggle-box .menu-toggle .left-icon,
.header .toggle-box .menu-close .left-icon {
  font-size: 16px;
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1967d2;
  color: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  right: 0;
  top: 5px;
}
.header .toggle-box .search-btn {
  display: inline-block;
  position: relative;
  top: 7px;
  left: 0;
  transform: none;
  margin-right: 82px;
  color: #999;
}
.header .toggle-box .search-btn .search-icon {
  font-size: 23px;
}
.header.sticky-header {
  display: none;
}
.header.sticky-header.sticky-actives {
  position: fixed;
  top: 0;
  display: block;
}
.stick {
  position: fixed;
  background: #fff;
  top: 0;
  z-index: 9998;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.overflow-hidden {
  overflow: hidden;
}
body.overflow-hidden {
  overflow: hidden;
}
.logo-box {
  padding-top: 60px;
  padding-bottom: 40px;
  text-align: center;
  position: relative;
  margin: 0;
  z-index: 9998;
}
.logo-box.mobile-menu-box {
  display: none;
}
.logo-box a {
  display: table;
}
.logo-box a .calendar-date {
  margin-top: -35px;
  font-size: 16px;
}
.logo-box figure {
  position: relative;
}
.logo-box img {
  max-width: 100%;
  float: none;
  margin: 15px 0;
  position: relative;
  top: 0;
}
.logo-box .cat-title {
  font-size: 36px;
  font-weight: 500;
  color: #89afd6;
  margin-top: 30px;
  padding-right: 10px;
  float: right;
}
.calendar-box {
  text-align: right;
  margin-top: 10px;
}
.calendar-box .eng-date {
  font-size: 13px;
}
.trending-box {
  margin-top: 10px;
}
.calendar-date {
  font-size: 14px;
  color: #666;
  display: block;
  margin-top: 3px;
}
#trends {
  float: left;
  width: calc(100% - 76px);
  padding-left: 2%;
  overflow: hidden;
}
#trends .trendscontent {
  position: relative;
  white-space: nowrap;
}
.sticky-notice {
  background: #3a3a3a;
  position: fixed;
  display: table;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 7;
  margin: 0;
}
.sticky-notice.notice-pushed {
  bottom: 0;
}
.sticky-notice.bounceOutDown {
  -webkit-animation-name: bounceOutDown !important;
  animation-name: bounceOutDown !important;
}
.sticky-notice #inner-pages .cd-header {
  background: #222 !important;
}
.sticky-notice #inner-pages .cd-header.is-fixed {
  background: rgba(34, 34, 34, 0.9) !important;
}
.top-adbox {
  margin-top: 29px;
  display: table;
  width: 100%;
}
.top-adbox img {
  width: 100%;
  float: left;
}
.top-adbox:nth-child(1) {
  margin-top: 0;
}
.slider-ad img {
  width: 100%;
  float: left;
}
.sticky-footer-ad {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: none;
  text-align: center;
  z-index: 9997;
}
.sticky-footer-ad a {
  display: table;
  margin: 0 auto;
}
.sticky-footer-ad img {
  max-width: 100%;
  float: left;
  margin: 0;
}
.main-ads {
  -ms-flex: 0 0 77.5%;
  flex: 0 0 77.5%;
  max-width: 77.5%;
}
.slider-ad {
  height: 214px;
  -ms-flex: 0 0 23.5%;
  flex: 0 0 22.5%;
  max-width: 22.5%;
}
.full-bigyapan {
  text-align: center;
}
.full-bigyapan:nth-child(3) {
  margin-top: 0;
}
.full-bigyapan img {
  max-width: 100%;
  display: table;
  margin: 0 auto;
}
.published-box .section.full-bigyapan {
  margin-top: 15px;
  margin-bottom: 0;
  text-align: center;
  padding: 0;
}
.published-box .section.full-bigyapan:nth-child(3) {
  margin-top: 15px;
}
.published-box .section.full-bigyapan img {
  max-width: 100%;
  display: table;
  margin: 0 auto;
}
.calendar-box {
  font-size: 16px;
  line-height: normal;
}
.calendar-box .unicode-type .left-icon {
  font-size: 20px;
}
.calendar-box .media {
  float: left;
  color: #267163;
}
.calendar-box .current-date {
  margin-right: 30px;
}
.calendar-box .current-date .left-icon {
  font-size: 20px;
}
.calendar-box .current-date.current-time .left-icon {
  font-size: 19px;
  top: 3px;
}
.calendar-box .left-icon {
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.calendar-box .aajako-chhapa {
  margin-right: 30px;
}
.calendar-box.social-box {
  text-align: right;
}
.calendar-box.social-box .media {
  float: none;
  display: inline-block;
}
.calendar-box.social-box .media a {
  color: #267163;
}
.calendar-box.social-box .media .link-text .lang-btn {
  background: #4b830d;
  width: 21px;
  height: 21px;
  color: #fff;
  float: left;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  font-size: 10px;
  text-align: center;
  line-height: 21px;
  font-weight: 500;
}
.calendar-box.social-box .media.social-links a {
  background: #d7dddc;
  width: 21px;
  height: 21px;
  color: #267163;
  font-size: 12px;
  text-align: center;
  line-height: 23px;
  margin-left: 10px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
}
.calendar-box.social-box .media.social-links a .left-icon {
  top: 0;
  margin-right: 0;
}
.header-main .logo-fixed {
  display: none;
}
.logo-circle {
  display: none;
}
.fixed-tops {
  width: 100%;
  position: fixed;
  max-width: none;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 9998;
  margin: 0;
  background: #fff;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.fixed-tops .search-btn {
  top: 18px;
}
.fixed-tops .dropdown-menu.megabox {
  top: 72px;
}
.fixed-tops .navigation-box {
  background: #fff;
  margin: 0 auto;
  padding: 0;
}
.fixed-tops .home-link {
  display: none;
  visibility: hidden;
}
.fixed-tops .logo-circle {
  display: block;
  width: 32px;
  height: 32px;
  position: relative;
  top: 9px;
  left: 8px;
}
.fixed-tops .time-settings {
  display: none;
}
.fixed-tops .navigation_box {
  margin-top: 0;
}
.fixed-tops .navigation_box .logo-fixed {
  display: block;
  position: absolute;
  left: 20px;
}
.fixed-tops .navigation_box .logo-fixed a {
  padding: 0;
}
.fixed-tops .navigation_box .logo-fixed a:hover {
  background: none;
}
.fixed-tops .navigation_box .logo-fixed img {
  background: #fff;
  padding: 7px 14px;
  margin: 5px;
  width: 122px !important;
  height: auto !important;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.fixed-tops .sub-navigation {
  background: #fff !important;
}
.fixed-tops .news-big-title {
  display: block;
  z-index: 10;
  background: #fff;
  padding: 15px 0;
  text-align: center;
  font-size: 30px !important;
  line-height: 32px !important;
}
.fixed-tops .news-big-title .title-wrap {
  max-width: 1110px;
  text-align: left;
  display: flex;
  margin: 0 auto;
  padding: 0 15px;
}
.fixed-tops .main-menu {
  max-width: none;
  padding: 0;
}
.main-menu {
  display: table;
  height: 52px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-menu .top-adbox {
  display: none;
}
.slider-ad {
  position: relative;
  overflow: hidden;
}
ul.vertical-slider {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
ul.vertical-slider li {
  list-style: none;
  width: 100%;
  height: 280px;
  margin: 0;
  padding: 0;
}
.vert {
  width: 100%;
  height: 214px;
}
.vert .simply-scroll-clip {
  width: 100%;
  height: 214px;
}
.vert .simply-scroll-list {
  margin: 0;
  padding: 0;
}
.vert .simply-scroll-list li {
  width: 100%;
  height: 214px;
  list-style: none;
}
.simply-scroll-clip {
  position: relative;
  overflow: hidden;
}
.header-bottom {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-bottom: 30px;
  display: flex;
}
.fixed-tops .container {
  padding: 0;
}
.fixed-tops .logo-box a {
  max-width: none;
  margin: 0;
}
.fixed-tops .logo-box a img {
  float: left;
  margin-right: 20px;
}
.fixed-tops .logo-box .cat-title {
  margin-top: 15px;
  padding-right: 4px;
  font-size: 24px;
}
.fixed-tops .time-settings {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.fixed-tops .time-settings .calendar-box {
  display: none;
}
.fixed-tops .time-settings .calendar-box.social-box {
  position: absolute;
  top: 21px;
  right: 0;
  display: block;
}
.mast-head {
  margin-top: 25px;
}
.top-right-ads {
  margin-top: 50px;
}
.top-right-ads img {
  float: right;
  max-width: 100%;
  height: auto;
}
.trending-news {
  margin: 0;
  padding: 0;
  display: block;
}
.trending-news .item {
  display: inline-block;
  margin-left: 20px;
}
.trending-news .item.trending-title {
  margin-left: 0;
  font-size: 14px;
  text-transform: uppercase;
  border-right: 3px solid #ddd;
  padding-right: 20px;
  color: #a86f38;
}
.trending-news .item a {
  padding: 5px 10px;
  font-weight: 700;
  font-size: 14px;
}
.trending-news {
  display: block;
}
.bigyapan.header-bottom {
  margin-top: 30px;
  margin-bottom: 0;
  align-items: center;
  justify-content: center;
}
.main-social {
  position: fixed;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-social a {
  display: table;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  z-index: 78;
  font-size: 22px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.main-social a.facebook {
  background: #3b5998;
}
.main-social a.twitter {
  background: #00aced;
}
.main-social a.youtube {
  background: #b00;
}
.main-social a.googleplus {
  background: #dd4b39;
}
.main-social a:hover {
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #fff;
  z-index: 80;
}
.main-social .left-icon {
  top: 3px;
  position: relative;
}
.mobile-cat-menu {
  display: none;
}
.mobile-cat-menu.fixed-top {
  display: block;
  width: 100%;
}
.trending-scroll .trending {
  background: #d13938;
  padding: 5px 10px;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  float: left;
  color: #fff;
  line-height: 16px;
}
.trending-scroll ul {
  margin: 0;
  padding: 0 0 0 30px;
}
.trending-scroll ul li {
  list-style: none;
  display: inline-block;
  margin-left: 30px;
  position: relative;
}
.trending-scroll ul li:nth-child(1) {
  margin-left: 0;
}
.trending-scroll ul li:nth-child(1):before {
  display: none;
}
.trending-scroll ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background: #323232;
  position: absolute;
  left: -10px;
  top: 10px;
}
.trending-scroll ul li a {
  font-size: 15px;
  font-weight: 700;
  color: #222;
  display: table;
  width: 100%;
  line-height: 22px;
}
.trending-scroll ul li a:hover {
  color: #0069b4;
  text-decoration: underline;
}
.seperator {
  border-top: 1px solid #ddd;
  max-width: 1110px;
  padding: 0;
  flex: none;
  margin: 0 auto 20px auto;
}
.top-section-ad {
  display: flex;
  width: 100%;
}
.bigyaapan-right img {
  width: 100%;
}
.top-soc-box {
  background: #f7f7f7;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.is-sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9998;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.navigation-box {
  position: relative;
}
.header .headerbox {
  margin-top: 0;
  padding: 0;
  height: 80px;
  align-items: center;
}
.header .headerbox .logo-box {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}
.header .headerbox .logo-box .logo-item {
  float: left;
}
.header .headerbox .logo-box .logo-item img {
  margin: 0;
}
.header .headerbox .logo-box .navs-item {
  float: left;
  margin-left: 20px;
}
.header .headerbox .logo-box .navs-item .navigation_box.mains ul {
  margin-bottom: 0;
}
.header .headerbox .logo-box .call-nav {
  position: absolute;
  right: 15px;
  display: flex;
  align-items: center;
}
.header .headerbox .logo-box .call-nav .btn {
  margin-top: 0;
}
.header .headerbox .logo-box .call-nav .search-only {
  float: left;
  margin-right: 20px;
}
.header .headerbox .logo-box .call-nav .search-only .search-btn {
  display: block;
}
.header .headerbox .logo-box .call-nav .social-media a {
  color: #1967d2;
  float: left;
  text-align: center;
  font-size: 14px;
  margin-right: 15px;
  border: 1px solid #fff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header .headerbox .logo-box .call-nav .social-media a:hover {
  color: #293982;
  border-color: #1967d2;
}
.header .headerbox .logo-box .call-nav .social-media a:hover .left-icon {
  color: #293982;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header .headerbox .logo-box .call-nav .social-media a .left-icon {
  font-size: 14px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header .headerbox .logo-box .call-nav .phone-titles {
  font-size: 16px;
  font-weight: 700;
  color: #293982;
}
.header .headerbox .logo-box .call-nav .phone-titles .left-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #1967d2;
  display: inline-block;
  margin-right: 5px;
}
.header .section-phone .hot-line {
  margin-top: 15px;
  float: right;
}
.header .section-phone .hot-line .left-icon {
  font-size: 50px;
  color: #999;
}
.header .section-phone .hot-line .small-title {
  font-size: 14px;
  color: #999;
  display: block;
  line-height: 19px;
  margin-top: 6px;
}
.header .section-phone .hot-line .phone-number {
  font-size: 20px;
  font-weight: 700;
  color: #293982;
  line-height: 19px;
  display: block;
}
.top-bar {
  background: #293982;
  height: 80px;
  padding: 0;
}
.top-bar .notice-section {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  padding-left: 0;
}
.top-bar .notice-section .notice-label {
  float: left;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  background: #204d98;
  padding: 0 20px;
  height: 80px;
  line-height: 80px;
}
.top-bar .notice-section .notice-label a {
  color: #fff;
}
.top-bar .notice-section .notice-label a:hover {
  color: #fff;
}
.top-bar .notice-section .notice-label .left-icon {
  margin-right: 5px;
  font-size: 19px;
  position: relative;
  top: 1px;
}
.top-bar .notice-section .main-title,
.top-bar .notice-section .subline {
  color: #fff;
}
.top-bar .notice-section .view-more a:hover {
  color: #fff;
  text-decoration: none;
}
.top-bar .login-section {
  padding-right: 0;
}
.top-bar .login-section .login-link {
  float: left;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  background: #204d98;
  padding: 0 37px;
  height: 80px;
  line-height: 80px;
  color: #fff;
}
.top-bar .login-section .login-link .left-icon {
  margin-right: 10px;
  font-size: 19px;
  position: relative;
  top: 2px;
}
.top-bar .login-section .login-link:hover {
  background: #d13938;
}
.top-bar .login-section .log-box {
  line-height: 80px;
  float: right;
}
.top-bar .login-section .social-media {
  float: left;
  margin: 0;
}
.top-bar .login-section .social-media a {
  color: #cccccc;
  font-size: 17px;
  margin: 0;
  padding: 0 10px;
}
.top-bar .login-section .social-media a:hover {
  color: #fff;
}
.top-bar .login-section .top-link {
  float: left;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 0 37px;
}
.login-box {
  position: relative;
  float: right;
}
.login-box .dropdown-menu {
  top: 77px !important;
  right: 0;
  left: inherit !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  width: 200px;
  padding: 0;
  border: 0;
  background: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}
.login-box .dropdown-menu .dropdown-item {
  padding: 10px 20px;
  line-height: 20px;
  font-size: 14px;
  color: #202124;
  border-top: 1px solid #ddd;
  white-space: pre-wrap;
}
.login-box .dropdown-menu .dropdown-item:nth-child(1) {
  border-top: 0;
}
.login-box .dropdown-menu a:hover {
  background: #293982 !important;
  color: #fff !important;
}
.navigation_box {
  margin: 0;
}
.navigation_box .sub-products .link-item {
  font-size: 14px;
  line-height: 18px;
  display: block;
  color: #fff !important;
  position: relative;
  padding-left: 25px;
}
.navigation_box .sub-products .link-item:before {
  content: "\e876";
  font-family: Linearicons-Free;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #666;
  position: absolute;
  left: 0;
  top: 10px;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 15px;
  font-size: 5px;
  color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.navigation_box .sub-products .link-item:hover {
  color: #fff !important;
  text-decoration: underline;
}
.socials-box {
  float: left;
}
.socials-box .social-media a {
  color: #999;
  margin: 0 4px;
}
.socials-box .social-media a:hover {
  color: #202124;
}
.header .search-top {
  background: #001949;
  position: absolute;
  bottom: -90px;
  left: 0;
  padding: 20px 0;
  width: 100%;
  z-index: 98;
  display: none;
}
.header .site-search {
  border: 0;
  background: none;
  border: 0;
}
.header .site-search .textfield,
.header .site-search .feedback .textarea,
.feedback .header .site-search .textarea,
.header .site-search .feedback .select,
.feedback .header .site-search .select,
.header .site-search .get-news-alert .newsletter-btn,
.get-news-alert .header .site-search .newsletter-btn {
  border: 0;
  color: #fff;
  background: none !important;
}
.header .site-search .search-btn {
  background: none !important;
}
.header .site-search .search-btn:hover {
  background: #09255d !important;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.header .site-search ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.header .site-search ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.header .site-search :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.header .site-search :-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.logo-box .search-btn {
  display: none;
}
.newsticker-box {
  border: 0;
  border-top: 1px solid #ccc;
  background: #eee;
}
.newsticker-box .bn-label {
  background: #293982;
}
.newsticker-box .bn-news ul li {
  padding-left: 20px;
}
.newsticker-box .bn-news ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #293982;
  position: absolute;
  top: 17px;
  left: 15px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.newsticker-box .bn-news ul li .new-item {
  font-size: 10px;
  text-transform: uppercase;
  padding: 5px 10px;
  line-height: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  margin-right: 7px;
  background: #293982;
  display: inline-block;
  display: inline-block;
  position: relative;
  top: -1px;
  color: #fff;
}
.sticky-active .wrapper {
  margin-top: 147px;
}
.breaking-news-ticker {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
}
.breaking-news-ticker .bn-label {
  -webkit-box-shadow: 10px 0 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 10px 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 10px 0 15px rgba(0, 0, 0, 0.3);
}
.logo-box .search-btn {
  color: #222;
}
.breaking-news-ticker .bn-label {
  display: block !important;
}
.search-btn.close-icon .search-icon:before {
  content: "\f00d";
}
.search-top {
  display: none;
}
.search-top.active-search {
  display: block;
}
.search-panel.search-pop.search-popup {
  background: #fff;
  margin: -62px 0 0 0;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.search-panel.search-pop.search-popup .search-close {
  width: 1em;
  height: 1em;
  background: url(../images/close.svg) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: -128px;
  right: 15px;
  cursor: pointer;
}
.search-panel.search-pop .modal-body {
  padding: 0;
}
.search-panel.search-pop .modal-body .container {
  position: relative;
}
.search-mask {
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.search-actives {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.search-actives .navigation-box {
  height: 42px;
}
.search-actives .navigation_box {
  display: none;
}
.search-actives .header .logo-box img.white-logo {
  display: none;
}
.search-actives .header .logo-box img.normal-logo {
  display: block;
}
.search-actives .search-panel.search-pop.search-popup {
  padding: 156px 0 50px 0;
  height: 100%;
  max-height: 100%;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  transition-delay: 0.2s;
  opacity: 1;
  height: 100%;
  visibility: visible;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.search-actives .search-mask {
  opacity: 0.9;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.inside-page.search-actives .search-mask {
  background: #fff;
}
.header.home-header {
  position: fixed;
  top: auto;
  bottom: 9px;
  left: 0;
  background: none;
}
.header.sticky-header {
  display: none;
}
.header.inside-header {
  display: none;
}
.header .headerbox {
  justify-content: center;
}
.header .navigation_box.mains {
  float: right;
}
.header .navigation_box.mains ul {
  width: auto;
}
.inside-page.lg-on {
  overflow: hidden;
}
.inside-page.lg-on .inside-header {
  z-index: -1;
}
.inside-page.lg-on .sticky-header {
  z-index: -1;
}
.topbox {
  align-items: center;
}
.topbox .top-hs-menu {
  list-style: none;
  display: flex;
  align-items: center;
  height: 51px;
  flex-wrap: nowrap;
  padding-right: 30px;
}
.topbox .top-hs-menu li {
  font-size: 13px;
  color: #fff;
  line-height: 18px;
  display: inline-block;
  margin-right: 32px;
  padding-left: 32px;
  font-weight: 600;
  position: relative;
  flex: none;
}
.topbox .top-hs-menu li .left-icon {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.topbox .social-media {
  float: left;
  margin: 0;
}
.topbox .social-media a {
  padding: 0;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin-left: 21px;
}
.topbox .social-media a:hover {
  color: #ddd;
}
.topbox .social-media a:hover .social-icon {
  color: #ddd;
}
.topbox .social-right {
  float: right;
}
.topbox .social-right .lang-switch {
  float: left;
  margin-top: 4px;
  margin-left: 21px;
}
.topbox .social-right .lang-switch a {
  background: #fff;
  height: 22px;
  line-height: 22px;
  font-size: 11px;
  margin: 0;
  padding: 0 10px;
  font-weight: 600;
  color: #293982;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  float: left;
  text-transform: uppercase;
}
.topbox .social-right .lang-switch a.en-lang {
  -webkit-border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
  -ms-border-radius: 50px 0 0 50px;
  border-radius: 50px 0 0 50px;
}
.topbox .social-right .lang-switch a.en-lang.active-lang {
  background: #e2eaf8;
  color: #fff;
}
.topbox .social-right .lang-switch a.np-lang {
  -webkit-border-radius: 0 50px 50px 0;
  -moz-border-radius: 0 50px 50px 0;
  -ms-border-radius: 0 50px 50px 0;
  border-radius: 0 50px 50px 0;
}
.topbox .social-right .lang-switch a.np-lang.active-lang {
  background: #e2eaf8;
  color: #fff;
}
.header .navigation_box.mains {
  position: relative;
}
.header .navigation_box.mains .megamenu .dropdown-menu {
  width: 100% !important;
  max-width: 100% !important;
  left: 0;
}
.header .logo-box .circle-logo {
  min-width: auto;
  background: #fff;
  padding: 5px;
  border-radius: 50px;
  box-shadow: 0 4px rgba(0, 0, 0, 0.3);
  height: 100px;
  position: absolute;
  top: -40px;
  left: 15px;
  width: 100px;
}
.navigation-box {
  border: 0;
}
.navigation-box .login-section {
  float: right;
}
.navigation-box .login-section .contact-section {
  float: left;
  margin-top: 3px;
}
.navigation-box .login-section .contact-section .contact-icon {
  font-size: 14px;
  color: #202124;
  margin-right: 30px;
}
.navigation-box .login-section .contact-section .contact-icon .left-icon {
  color: #f66035;
  margin-right: 10px;
  font-size: 19px;
  position: relative;
  top: 3px;
}
.navigation-box
  .login-section
  .contact-section
  .contact-icon.email-icon
  .left-icon {
  top: 1px;
}
.navigation-box .login-section .log-box {
  float: left;
}
.navigation_box {
  position: relative;
  background: #fff;
  margin: 0 -15px 0 0;
  float: right;
  padding-right: 0;
}
.navigation_box ul {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 0 !important;
}
.navigation_box ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  border: 0;
}
.navigation_box ul li ul {
  background: #fff !important;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}
.navigation_box ul li ul li {
  width: 100%;
  float: left;
  border-top: 1px solid #ddd !important;
}
.navigation_box ul li ul li:first-child {
  border-top: 0;
}
.navigation_box ul li ul li a {
  font-weight: 400;
  color: #222 !important;
}
.navigation_box ul li ul li ul {
  top: 0;
  right: -100%;
  left: inherit;
}
.navigation_box ul li ul li a {
  font-size: 14px;
  line-height: 20px;
  padding: 9px 16px;
  color: #ddd;
}
.navigation_box ul li a {
  background: none;
  color: #202124 !important;
}
.navigation_box ul li a:hover {
  background: #fff !important;
  color: #f66035 !important;
}
.navigation_box ul li a.selected {
  background: #fff !important;
  color: #f66035 !important;
}
.navigation_box ul li a.show a {
  background: #fff;
  color: #222 !important;
}
.navigation_box ul li a.show a:hover {
  background: #d13938 !important;
  color: #fff;
}
.navigation_box ul li.open a {
  background: #fff;
  color: #f66035 !important;
}
.navigation_box ul li.open a:hover {
  background: #fff !important;
  color: #f66035 !important;
}
.navigation_box ul li.open ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #222;
  border: 0;
}
.navigation_box ul li.open ul li {
  width: 100%;
  float: left;
  border-top: 1px solid #444;
}
.navigation_box ul li.open ul li:first-child {
  border-top: 0;
}
.navigation_box ul li.open ul li .dropdown-toggle:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.navigation_box ul li.open ul li ul li .dropdown-toggle:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.navigation_box ul li.open ul li a {
  color: #222 !important;
  padding: 9px 16px;
  font-size: 14px;
  line-height: 20px;
  background: #fff;
}
.navigation_box ul li.open ul li a:hover {
  background: #293982 !important;
  color: #fff !important;
}
.navigation_box ul li a {
  font-size: 16px;
  color: #293982;
  font-weight: 400;
  padding: 5px 20px;
  display: block;
  line-height: 32px;
}
.navigation_box ul li a.selected {
  background: #d13938;
  color: #d13938;
}
.navigation_box ul li a:hover {
  background: #d13938;
  color: #fff;
}
.navigation_box ul li.active a {
  color: #293982 !important;
}
.navigation_box ul li.search {
  float: right;
  display: block;
  position: absolute;
  right: 0;
  border: 0;
}
.navigation_box ul li.search .left-icon {
  position: relative;
  top: 5px;
}
.navigation_box ul li.search.tab-only {
  display: none;
}
.navigation_box ul li.slide-menu {
  position: absolute;
  display: none;
  left: 0;
  border: 0;
}
.navigation_box ul li.slide-menu .left-icon {
  position: relative;
  top: 6px;
  font-size: 23px;
}
.navigation_box.sub-navigation {
  border-bottom: 1px solid #ccc;
  margin-top: 0;
  background: none;
}
.navigation_box.sub-navigation ul li a {
  color: #4b830d;
  font-size: 16px;
  padding: 10px 14px;
  line-height: 22px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.navigation_box.sub-navigation ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #222;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.navigation_box.sub-navigation ul li a:hover {
  background: #fff;
  color: #222;
}
.navigation_box.sub-navigation ul li a:hover:before {
  left: 0;
  right: 0;
}
.navigation_box.sub-navigation ul li a.active-menu:before {
  left: 0;
  width: 100%;
}
.top-nav-box {
  background: #f5f5f5;
  border-bottom: 1px solid #ccc;
}
.top-nav-box .container {
  max-width: 100%;
}
.top-nav-box .navigation_box {
  display: flex;
  background: none;
  margin: 0;
  float: right;
}
.top-nav-box .navigation_box ul {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.top-nav-box .navigation_box ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  border-left: 1px solid #ccc;
  height: 48px;
}
.top-nav-box .navigation_box ul li .left-icon {
  font-size: 20px;
  position: relative;
  top: 4px;
  margin-right: 8px;
}
.top-nav-box .navigation_box ul li a {
  font-weight: 400;
  color: #222 !important;
  padding: 8px 12px;
}
.top-nav-box .navigation_box ul li ul {
  background: #ddd;
}
.top-nav-box .navigation_box ul li ul li {
  height: auto;
}
.top-nav-box .navigation_box ul li ul li a {
  background: #ddd;
  padding: 9px 16px;
}
.top-nav-box .navigation_box ul li.open a {
  background: #e0e0e0 !important;
  color: #222 !important;
}
.top-nav-box .navigation_box ul li.open ul li a {
  background: #ddd !important;
  padding: 9px 16px;
}
.top-nav-box .navigation_box ul li.open ul li a:hover {
  background: #333 !important;
  color: #fff;
}
.top-nav-box .navigation_box ul li a {
  color: #fff !important;
  font-size: 14px;
  padding: 8px 15px;
  background: none;
}
.top-nav-box .navigation_box ul li a:hover {
  background: #222;
  color: #fff;
}
.top-nav-box .navigation_box ul li a.active-nav {
  background: #222;
  color: #fff;
}
.top-nav-box .navigation_box ul li.live-notificaion .notifications {
  position: relative;
}
.top-nav-box
  .navigation_box
  ul
  li.live-notificaion
  .notifications
  .notification-counter {
  position: absolute;
  top: -10px;
  right: -5px;
  background: #d13938;
  color: #fff;
  min-width: 24px;
  padding: 0 5px;
  text-align: center;
  line-height: 24px;
  height: 24px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.top-nav-box .navigation_box ul li.live-notificaion a {
  margin-left: 10px;
}
.top-nav-box .navigation_box ul li.slide-menu {
  display: none;
  position: relative;
}
.top-nav-box .navigation_box ul li.slide-menu .left-icon {
  margin: 0;
}
.top-nav-box .navigation_box ul li.slide-menu a {
  text-align: center;
}
.top-nav-box .navigation_box ul ul li ul {
  top: 0;
  right: -100%;
  left: inherit;
}
.top-nav-box .navigation_box ul ul li a {
  color: #888;
  font-size: 14px !important;
}
.top-nav-box .calendar-box {
  text-align: left;
  padding-top: 12px;
}
.top-nav-box .calendar-box .current-date {
  color: #555;
}
.top-nav-box .calendar-box .current-date.current-time {
  margin-right: 0;
}
.dropdown-toggle:after {
  top: 2px;
  position: relative;
  display: none;
}
.dropdown-toggle .caret {
  font-size: 16px;
  margin-left: 5px;
}
.mm-menu {
  background: #222 !important;
  opacity: 1;
}
.mm-menu.active {
  opacity: 1;
}
.mm-menu .nav-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #888;
  background: #fff;
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
}
.mm-menu .search-site {
  display: block !important;
  position: relative;
  float: left;
  right: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.mm-menu .navigation_box ul li {
  float: left;
  width: 100%;
}
.mm-menu .navigation_box ul li a {
  font-size: 16px;
  padding: 10px 20px;
  color: #fff;
  border-top: 1px solid #333;
  line-height: 20px;
}
.mm-menu .navigation_box ul li.search {
  display: none;
}
.mm-menu .navigation_box ul li ul {
  display: block;
  background: none;
  position: relative !important;
  top: 0;
  border-radius: 0;
  border: 0;
  border: 0;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
.mm-menu .navigation_box ul li ul ul {
  right: 0;
}
.mm-menu .navigation_box ul li.show a {
  background: none;
}
.mm-menu .navigation_box ul li.show a:hover {
  background: #222 !important;
}
.mm-menu .navigation_box.tops {
  background: #e74c3c;
  float: left;
  width: 100%;
}
.mm-menu .navigation_box.tops ul li a {
  background: #e74c3c;
}
.mm-menu .navigation_box.tops ul li a:hover {
  background: #222 !important;
}
.mm-menu .navigation_box.tops ul li.live-btn a {
  background: #ffdb3a;
  color: #222 !important;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 5px 20px;
  margin-left: 18px;
  margin-top: 13px;
  display: table;
  width: auto;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px;
}
.mm-menu .navigation_box.tops ul li.live-btn a:hover {
  background: #ffdb3a !important;
}
.mm-menu .navigation_box.mains {
  background: #222;
  float: left;
  width: 100%;
}
.mm-menu .navigation_box.mains ul li a {
  color: #fff;
}
.mm-menu-open {
  overflow: hidden;
}
.live-tv {
  text-transform: uppercase;
}
.mm-menu-toggle {
  position: relative;
  left: 0;
}
.slide-nav-box ul li.slide-menu {
  display: none;
}
.slide-nav-box ul li.search {
  display: none;
}
.mobile-cat-menu {
  position: fixed;
  top: 60px;
  background: #fff;
  z-index: 98;
  width: 100%;
  margin: 0;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
.mobile-cat-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  overflow: auto;
  flex-wrap: nowrap;
}
.mobile-cat-menu ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  flex: none;
}
.mobile-cat-menu ul li a {
  display: block;
  font-size: 18px;
  font-weight: 700;
  padding: 6px 20px;
  line-height: 32px;
  color: #323232;
}
.mobile-cat-menu ul li a:hover {
  background: #ddd;
  color: #202124;
}
.menu-box .navigation_box {
  padding: 0;
}
.menu-box .navigation_box ul {
  display: block;
  margin: 0;
  padding: 0;
  top: 0;
}
.menu-box .navigation_box ul li {
  display: inline-block;
  width: 100%;
  float: none;
  border-top: 1px solid #ccc;
}
.menu-box .navigation_box ul li .dropdown-toggle:after {
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-transform: rotate(90);
  -moz-transform: rotate(90);
  -ms-transform: rotate(90);
  -o-transform: rotate(90);
  transform: rotate(90);
}
.menu-box .navigation_box ul li.search {
  display: none;
}
.menu-box .navigation_box ul li.dropdown {
  position: relative;
}
.menu-box .navigation_box ul li.dropdown .dropdown-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 24px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  border: 1px solid #ddd;
  text-align: center;
}
.menu-box .navigation_box ul li.active-menu .menu-up:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.menu-box .navigation_box ul li a {
  color: #202124 !important;
}
.menu-box .navigation_box ul li a.selected {
  color: #f66035 !important;
}
.menu-box .navigation_box ul li a:hover {
  color: #f66035 !important;
  background: #293982 !important;
}
.menu-box .navigation_box ul li ul {
  position: relative;
  display: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.menu-box .navigation_box ul li ul li a {
  color: #666 !important;
  padding-left: 20px;
  padding-right: 20px;
}
.menu-box .navigation_box ul li ul li a:hover {
  color: #202124 !important;
  background: none !important;
}
.menu-box .navigation_box ul li ul li ul {
  right: 0;
}
.menu-box .navigation_box ul.megabox .row {
  margin: 0;
}
.menu-box .navigation_box ul.megabox .items {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #ddd;
  max-width: 100%;
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
}
.menu-box .navigation_box ul.megabox .items:nth-child(1) {
  border-top: 0;
  padding-top: 0;
}
.menu-box .navigation_box ul.megabox .list-item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #ddd;
  max-width: 100%;
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
}
.menu-box .navigation_box ul.megabox .list-item:nth-child(1) {
  border-top: 0;
  padding-top: 0;
}
.menu-box .navigation_box li.main-home a {
  background: #171c34;
  color: #fff !important;
}
.menu-box .hotline-box {
  display: inline-block;
  border-top: 1px solid #ddd;
  width: 100%;
  padding: 20px;
}
.menu-box .hotline-box .small-title {
  font-size: 11px;
  display: block;
  line-height: 18px;
  color: #999;
}
.menu-box .hotline-box .phone-number {
  color: #293982;
  font-weight: 700;
  display: block;
}
.menu-box .socialbox {
  display: inline-block;
  border-top: 1px solid #ddd;
  width: 100%;
  padding: 20px;
}
.menu-box .socialbox .footer-title {
  font-size: 11px;
  display: block;
  line-height: 18px;
  color: #999;
  font-weight: 400;
}
.menu-box .socialbox a {
  width: 32px;
  height: 32px;
  border: 1px solid #999;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 32px;
  margin-right: 10px;
  float: left;
  margin-bottom: 5px;
  margin-top: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.menu-box .socialbox a:hover {
  color: #293982;
  border-color: #293982;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.search-btn {
  float: left;
  width: 37px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  margin-top: 1px;
  color: #999;
}
.search-btn .search-icon {
  font-size: 17px;
}
.home .navigation_box li.main-home a {
  color: #293982 !important;
}
.navigation_box ul li.menu-item-type-post_type.current-team-parent a {
  color: #293982;
}
.navigation_box ul li ul li.current_page_item.active a {
  color: #293982 !important;
}
.navigation_box ul li ul li.current_page_item.active a:hover {
  color: #fff !important;
}
.navigation_box ul li ul li.current_page_item.menu-item-object-team-type a {
  color: #293982 !important;
}
.navigation_box
  ul
  li
  ul
  li.current_page_item.menu-item-object-team-type
  a:hover {
  color: #fff !important;
}
.navigation_box ul li ul li.menu-item-object-team-type.active a {
  color: #293982 !important;
}
.navigation_box ul li ul li.menu-item-object-team-type.active a:hover {
  color: #fff !important;
}
.navigation_box
  ul
  li
  ul
  li.menu-item.menu-item-type-post_type.menu-item-object-page.current-team-parent.menu-item-has-children
  a {
  color: #202124 !important;
}
.navigation_box
  ul
  li
  ul
  li.menu-item.menu-item-type-post_type.menu-item-object-page.current-team-parent.menu-item-has-children
  a:hover {
  color: #fff !important;
}
.navigation_box
  ul
  li
  ul
  li.menu-item.menu-item-type-taxonomy.menu-item-object-team-type.current-team-ancestor.current-menu-parent.current-team-parent
  a {
  color: #293982 !important;
}
.navigation_box
  ul
  li
  ul
  li.menu-item.menu-item-type-taxonomy.menu-item-object-team-type.current-team-ancestor.current-menu-parent.current-team-parent
  a:hover {
  color: #fff !important;
}
.navigation_box
  ul
  li
  ul
  li.menu-item.menu-item-type-taxonomy.menu-item-object-team-type.current-team-ancestor.current-menu-parent.current-team-parent
  a {
  color: #293982 !important;
}
.navigation_box
  ul
  li
  ul
  li.menu-item.menu-item-type-taxonomy.menu-item-object-team-type.current-team-ancestor.current-menu-parent.current-team-parent
  a:hover {
  color: #fff !important;
}
.navigation-box,
.navigation_box.mains {
  position: static;
}
.navigation_box ul li.megamenu {
  position: static;
}
.navigation_box ul li.megamenu.open ul li {
  border: 0;
}
.navigation_box ul li.megamenu.open ul li a {
  background: none !important;
}
.navigation_box ul li.megamenu.open ul li a hover {
  background: none !important;
}
.dropdown-menu.megabox {
  top: 152px;
  left: 0;
}
.navigation_box ul.megabox {
  background: rgba(240, 81, 45, 0.9) !important;
  padding: 30px 0;
}
.navigation_box ul.megabox li {
  border: 0 !important;
}
.navigation_box ul.megabox .items {
  text-align: center;
}
.navigation_box ul.megabox .main-icon {
  margin: 0 auto;
  width: 70px;
  height: 70px;
  display: table;
  background: #fff;
  text-align: center;
  line-height: 70px;
  font-size: 27px;
  color: #202124;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.navigation_box ul.megabox a img {
  border: 1px solid #d13938;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.navigation_box ul.megabox a:hover .main-icon {
  color: #fff;
  background: #293982;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.navigation_box ul.megabox a:hover img {
  border: 1px solid #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.navigation_box ul.megabox .main-title,
.navigation_box ul.megabox .subline {
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
}
.navigation_box ul.megabox .more-link {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 15px;
}
.navigation_box ul.megabox .description {
  margin-bottom: 0 !important;
  margin-top: 10px !important;
  color: #ddd;
  font-size: 14px;
  line-height: 18px;
}
.services-menu .items img {
  max-height: 60px;
  border: 0 !important;
}
.services-menu .items a:hover img {
  border: 0 !important;
}
.navigation_box ul li:last-child ul li ul {
  right: inherit;
  left: -100%;
}
.modal-backdrop {
  background: rgba(0, 0, 0, 0.85);
}
.material-modal .modal-content {
  border: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.material-modal .modal-header {
  border: 0;
  padding: 30px;
  background: #fff;
}
.material-modal .modal-title {
  color: #fff;
  font-weight: 500;
  font-size: 23px;
}
.material-modal .modal-body {
  padding: 30px;
}
.material-modal .close-button {
  padding: 0;
  background: #fff;
  border: 1px solid #fff;
  text-align: center;
  color: #222;
  width: 32px;
  height: 32px;
  display: block;
  line-height: 30px;
  font-size: 30px;
  opacity: 0.8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.material-modal .close-button:hover {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.7);
}
.mfp-zoom-out-cur {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
  cursor: url(layouts/images/cross.png), auto;
}
.mfp-zoom-out-cur .mfp-bg {
  background: #000;
  opacity: 0.9;
  z-index: 9999;
}
.mfp-zoom-out-cur .mfp-title {
  text-align: left;
  line-height: 18px;
  color: #aaa;
  word-wrap: break-word;
  padding-right: 36px;
  font-size: 14px;
}
.mfp-zoom-out-cur img.mfp-img {
  position: relative;
  z-index: 9999;
}
.mfp-zoom-out-cur .mfp-wrap {
  z-index: 9999;
}
.alert-modal h4 {
  font-weight: 700;
}
.login-btn {
  background: #fff;
  padding: 16px 40px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  color: #333;
  font-size: 16px;
  text-align: center;
  display: table;
  margin: 60px auto 0 auto;
}
.login-btn .right-icon {
  position: relative;
  top: 2px;
}
.modal-content {
  border: 0 !important;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  padding: 0;
  -webkit-box-shadow: 0px 42px 54px -54px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 42px 54px -54px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 42px 54px -54px rgba(0, 0, 0, 0.5);
}
.modal-open .logo-box {
  z-index: 1;
}
.modal-open .fixed-tops {
  z-index: 1;
}
.modal-open .upToScroll {
  z-index: 1;
}
.modal-open .sticky-footer-ad {
  z-index: 1;
}
.modal-open .cd-header.is-visible {
  z-index: 1;
}
.modal-backdrop.show {
  opacity: 1;
}
#search-site .modal-lg {
  max-width: none;
}
#search-site .modal-lg .modal-content {
  background: none;
  position: static;
}
#search-site .modal-body h1 {
  font-size: 38px;
  color: #fff;
  text-align: center;
}
#search-site .modal-header {
  border: 0;
}
#search-site .close {
  position: absolute;
  top: 0;
  right: 20px;
  color: #fff;
  margin: 0;
  padding: 0;
  opacity: 1;
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 50px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#search-site .close:hover {
  background: #fff;
  color: #333;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.live-play-btn {
  cursor: pointer;
  position: fixed;
  background: #ffdb3a;
  top: 50%;
  right: 0;
  z-index: 9999;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 40px 0 15px;
  color: #333;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  height: 36px;
  right: 0;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform-origin: center -100%;
  -moz-transform-origin: center -100%;
  -ms-transform-origin: center -100%;
  -o-transform-origin: center -100%;
  transform-origin: center -100%;
  -webkit-box-shadow: -2px -3px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -2px -3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: -2px -3px 10px rgba(0, 0, 0, 0.5);
}
.live-play-btn .main-lable {
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
}
.live-play-btn .left-icon {
  font-size: 24px;
  position: relative;
  top: 7px;
  margin-left: 10px;
  position: absolute;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.live-play-btn:hover {
  background: #e74c3c;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.live-player-box,
.slide-nav-box {
  width: 370px;
  height: 100%;
  position: fixed;
  overflow: auto;
  top: 0;
  z-index: 9999;
  right: -500px;
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -webkit-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.live-player-box .player-box,
.slide-nav-box .player-box {
  background: #fff;
  font-size: 14px;
  color: #fff;
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.live-player-box .provided-by,
.slide-nav-box .provided-by {
  font-size: 14px;
  color: #666;
  padding: 7px 0;
}
.live-player-box .provided-by a,
.slide-nav-box .provided-by a {
  color: #e74c3c;
  text-decoration: underline;
}
.live-player-box .provided-by a:hover,
.slide-nav-box .provided-by a:hover {
  color: #222;
  text-decoration: none;
}
.live-player-box .right-side .live-title,
.slide-nav-box .right-side .live-title {
  text-align: left;
  padding: 0 15px;
  margin-bottom: 0;
}
.live-player-box .right-side .todays,
.slide-nav-box .right-side .todays {
  padding: 20px 30px 30px 30px;
}
.live-fixed {
  margin: 0;
  text-align: left;
}
.live-fixed .view-full {
  border-top: 1px solid #ccc;
}
.live-fixed .on-air-now {
  text-align: center;
  margin-top: 70px;
}
.live-fixed .on-air-now img {
  border: 1px solid #333;
}
.live-fixed .on-air-now .mr-3 {
  margin-right: 0 !important;
}
.live-fixed .on-air-now .main-title,
.live-fixed .on-air-now .subline {
  font-size: 22px;
  line-height: 26px;
  padding: 0 20px;
  display: block;
  margin-bottom: 10px;
}
.live-fixed .right-side {
  height: calc(100vh - 72px);
  overflow: auto;
  padding: 0;
}
.live-fixed .right-side .items {
  margin-top: 0;
  border-top: 1px solid #ccc;
  padding: 0;
}
.live-fixed .right-side .items:nth-child(1) {
  border-top: 0;
}
.live-fixed .item-news {
  text-align: center;
}
.live-fixed .todays .item-news {
  text-align: left;
  margin: 0;
  padding: 15px;
}
.live-fixed .todays .item-news:nth-child(even) {
  background: #eee;
}
.live-fixed .todays .item-news img {
  width: 64px;
  height: 64px;
}
.live-fixed .todays .item-news .start-time {
  margin-top: 3px;
}
.live-fixed .live-close {
  padding: 15px 15px 15px 15px;
  position: relative;
  width: 370px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  z-index: 98;
  height: 72px;
}
.live-fixed .live-close .main-title,
.live-fixed .live-close .subline {
  display: block;
  text-transform: uppercase;
  position: relative;
  padding: 5px 0;
  text-align: left;
  font-size: 20px;
}
.live-fixed .live-close .main-title .left-icon,
.live-fixed .live-close .subline .left-icon {
  position: relative;
}
.live-fixed .live-close .main-title .left-icon.alarm-icon,
.live-fixed .live-close .subline .left-icon.alarm-icon {
  background: #d13938;
  color: #fff;
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  border-radius: 50px;
  margin-right: 5px;
  top: 3px;
}
.live-fixed .live-close .main-title .close-live,
.live-fixed .live-close .subline .close-live {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 24px;
  color: #222;
  width: 42px;
  height: 42px;
  text-align: center;
  background: #fff;
  line-height: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.live-fixed .live-close .main-title .close-live:hover,
.live-fixed .live-close .subline .close-live:hover {
  top: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.slide-nav-box {
  width: 250px;
}
.slide-nav-box .slide-close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  color: #222;
  width: 42px;
  height: 42px;
  text-align: center;
  background: #fff;
  line-height: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.slide-nav-box .slide-close:hover {
  top: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.slide-nav-box .live-fixed .main-title,
.slide-nav-box .live-fixed .subline {
  display: block;
  text-transform: uppercase;
  position: relative;
  padding: 5px 10px;
  text-align: left;
  font-size: 20px;
}
.slide-nav-box .live-fixed .live-close-box {
  padding: 15px 15px 15px 15px;
  position: relative;
  width: 250px;
  height: 72px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  z-index: 98;
}
.slide-nav-box .live-fixed .right-side {
  height: calc(100vh - 72px);
  overflow: auto;
}
.slide-nav-box .live-fixed .right-side .navigation_box.mains ul {
  display: block;
  position: relative;
}
.slide-nav-box .live-fixed .right-side .navigation_box.mains ul li {
  width: 100%;
}
.menu-toggle,
.menu-close {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 33px;
  position: fixed;
  top: 10px;
  right: 5px;
  color: #222;
  z-index: 9999;
  cursor: pointer;
  display: none;
}
.menu-close {
  background: none;
  position: absolute;
  top: 12px;
  right: 10px;
  color: #202124;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.menu-close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.close-box {
  background: none;
  position: relative;
  top: 0;
  height: 50px;
  padding-left: 0;
  width: 100%;
  line-height: 50px;
  display: flex;
  align-items: center;
}
.close-box .main-title,
.close-box .subline {
  font-size: 16px;
  color: #202124;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.05em;
  display: block;
  margin-top: 0;
  line-height: 50px;
  text-transform: uppercase;
}
.close-box img {
  display: block;
}
.primary-panel {
  width: 300px;
  height: 100%;
  background: #fff;
  background-size: cover;
  position: fixed;
  top: 0;
  z-index: 99999;
  right: -100%;
  padding: 0;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.primary-panel .note-box {
  margin: 0;
}
.primary-panel .notification-list {
  height: 100vh;
  height: calc(100vh - 53px);
  overflow: auto;
  padding: 0;
  width: 100%;
}
.primary-panel .notification-list .item-news:nth-child(even) {
  background: #e4e1e1;
}
.primary-panel .notification-list a {
  display: inherit;
  width: 100%;
  padding: 10px 10px 5px 10px;
}
.primary-panel .notification-list .main-title,
.primary-panel .notification-list .subline {
  font-size: 14px;
  line-height: 18px;
  display: block;
}
.primary-panel .notification-list .time-stamp {
  display: block;
  color: #8a8a8a;
  font-size: 10px;
}
.primary-panel .notification-close {
  padding: 2px 15px 0 15px;
  position: relative;
  width: 370px;
  background: #ddd;
  border-bottom: 1px solid #ddd;
  z-index: 98;
  height: 53px;
}
.primary-panel .notification-close .main-title,
.primary-panel .notification-close .subline {
  display: block;
  text-transform: uppercase;
  position: relative;
  padding: 5px 0;
  color: #202124;
  text-align: left;
  font-size: 14px;
}
.primary-panel .notification-close .main-title .left-icon,
.primary-panel .notification-close .subline .left-icon {
  position: relative;
}
.primary-panel .notification-close .main-title .left-icon.alarm-icon,
.primary-panel .notification-close .subline .left-icon.alarm-icon {
  background: #d13938;
  color: #fff;
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  border-radius: 50px;
  margin-right: 5px;
  top: 1px;
}
.primary-panel .notification-close .main-title .noti-close,
.primary-panel .notification-close .subline .noti-close {
  cursor: pointer;
  position: absolute;
  top: 7px;
  right: 0;
  font-size: 18px;
  color: #fff;
  width: 32px;
  height: 32px;
  text-align: center;
  background: #202124;
  line-height: 37px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.primary-panel .notification-close .main-title .noti-close:hover,
.primary-panel .notification-close .subline .noti-close:hover {
  background: #666;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}
.overflow-hide {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.overflow-hide .fixed-tops {
  z-index: 98;
}
.mask-box {
  position: fixed;
  background: rgba(0, 0, 0, 0.85);
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
  opacity: 0.96;
  content: "";
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}
.overflow-hide .mask-box {
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
  visibility: visible;
  opacity: 1;
}
.close-box {
  position: relative;
  top: 0;
  height: 75px;
  padding-left: 0;
  width: 100%;
  line-height: 50px;
}
.side-box {
  padding: 0;
  display: inline-block;
  width: 100%;
}
.menu-box {
  height: calc(100% - 75px);
  overflow: auto;
}
.menu-box .call-nav {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  padding-bottom: 15px;
  margin-top: 11px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.menu-box .call-nav .btn {
  margin-top: 0;
}
.menu-box .call-nav .social-media {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
  order: 2;
}
.menu-box .call-nav .social-media a {
  color: #1967d2;
  float: left;
  text-align: center;
  font-size: 14px;
  margin-right: 15px;
  border: 1px solid #fff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.menu-box .call-nav .social-media a:hover {
  color: #293982;
  border-color: #1967d2;
}
.menu-box .call-nav .social-media a:hover .left-icon {
  color: #293982;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.menu-box .call-nav .social-media a .left-icon {
  font-size: 14px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.menu-box .call-nav .phone-titles {
  order: 1;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #293982;
}
.menu-box .call-nav .phone-titles .left-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #1967d2;
  display: inline-block;
  margin-right: 5px;
}
.mfp-zoom-out-cur .menu-toggle,
.mfp-zoom-out-cur .menu-close {
  z-index: 9998;
}
.modal-open .menu-toggle,
.modal-open .menu-close {
  z-index: 98;
}
.modalbox.modal-open {
  display: block;
}
.modalbox figure {
  display: table;
  margin: 0 auto;
  position: relative;
}
.modalbox .imagebox .close_btn {
  width: 36px;
  height: 36px;
  padding: 0;
  line-height: 36px;
  text-align: center;
  position: absolute;
  top: -5px;
  right: -5px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.modalbox .imagebox .close-box {
  background: none;
  line-height: 24px;
}
.mfp-zoom-out-cur {
  overflow: hidden;
}
.mfp-zoom-out-cur .header {
  z-index: 1;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  position: fixed;
  top: 20px;
  right: 20px;
  border: 1px solid #ccc;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  padding: 0;
  border-radius: 50px;
  z-index: 9998;
  cursor: pointer;
}
.bigyaapan-holder .desktop-jacket-bigyaapan {
  display: block;
}
.bigyaapan-holder .mobile-jacket-bigyaapan {
  display: none;
}
.bigyaapan-section.mobile-bigyaapan {
  display: none;
}
.lg-sub-html h4 {
  line-height: 18px;
}
.lg-on .header {
  z-index: 1;
}
.lg-on .upToScroll {
  z-index: 1;
}
.preloader-site {
  overflow: hidden;
}
.preloader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #f66035 url(../images/flyout.svg) no-repeat bottom center;
  background-size: cover;
}
.logo-holder {
  background: #fff url(../images/favicon.png) no-repeat center center;
  background-size: 41px;
  width: 100px;
  height: 100px;
  position: absolute;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}
.lds-dual-ring {
  display: inline-block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 100px;
  height: 100px;
  margin: 0;
  border-radius: 50%;
  border: 3px solid #f66035;
  border-color: #0f75bc transparent #f66035 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 100000;
}
.modal-body .editor-box figcaption {
  margin-bottom: 0;
}
.slide-box {
  float: left;
  width: 100%;
  position: relative;
  height: calc(100vh - 90px);
}
.slide-box:after {
  content: "";
  width: 100%;
  height: calc(100vh - 90px);
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
}
.slide-box .item {
  position: relative;
  height: calc(100vh - 90px);
  display: none;
  width: 100%;
}
.slide-box .item:before {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(20, 59, 136, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.slide-box .item img {
  height: calc(100vh - 107px);
  object-fit: cover;
  width: 100%;
}
.slide-box .owl-theme .owl-controls {
  height: 0;
  width: 100%;
  bottom: 0;
  top: inherit;
  position: static;
  margin: 0;
}
.slide-box .owl-theme .owl-dots {
  bottom: 40px;
  top: inherit;
}
.slide-box .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #fff;
}
.slide-box .owl-dot.active span {
  background: #fff !important;
  width: 10px !important;
  height: 10px !important;
}
.slide-box .owl-item.active .captionbox {
  -webkit-animation: fadeInUp 500ms linear 500ms both;
  -moz-animation: fadeInUp 500ms linear 500ms both;
  -ms-animation: fadeInUp 500ms linear 500ms both;
  -o-animation: fadeInUp 500ms linear 500ms both;
  animation: fadeInUp 500ms linear 500ms both;
}
.slide-box .captionbox {
  padding: 0;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  font-size: 19px;
  width: 100%;
  z-index: 10;
}
.slide-box .captionbox .container {
  display: table;
}
.slide-box .captionbox .container .overlays-box {
  float: left;
}
.slide-box .captionbox .maintitle {
  color: #fff;
  display: block;
  margin: 0;
  font-size: 80px;
  font-weight: 400;
  line-height: 104px;
  margin-right: 0;
  padding: 0;
  letter-spacing: -0.01em;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
}
.slide-box .captionbox .description {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  display: block;
  padding: 0;
  margin-top: 30px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-shadow: 0 1px 1px #202124;
}
.slide-box .captionbox .more-link {
  border: 1px solid #ddd;
  font-size: 14px;
  text-transform: uppercase;
  display: table;
  padding: 8px 20px;
  margin: 30px 0 0 0;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.slide-box .captionbox .more-link:hover {
  background: #fff;
  color: #202124;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.slide-box .owl-prev,
.slide-box .owl-next {
  padding: 0 !important;
  position: absolute;
  width: 38px;
  height: 38px;
  line-height: 38px;
  top: 50%;
  left: 10px;
  margin: 0 !important;
  font-size: 18px !important;
  background: none !important;
  border: 1px solid #fff;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.slide-box .owl-next {
  right: 10px;
  left: inherit;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.slide-box:hover .owl-prev,
.slide-box:hover .owl-next {
  left: 20px;
  background: #fff !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #222 !important;
}
.slide-box:hover .owl-next {
  color: #222 !important;
  right: 20px;
  left: inherit;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #fff !important;
}
.slide-box .owl-item {
  display: none;
}
.slide-box .owl-loaded .owl-item {
  display: block;
}
.slide-box .owl-loaded .owl-item .item {
  display: table;
  width: 100%;
}
.mainslider .caption-box {
  position: absolute;
  bottom: 0;
  z-index: 98;
  padding: 30px;
  background: rgba(0, 0, 0, 0.5);
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.09) 15%,
    rgba(0, 0, 0, 0.85) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.09) 15%,
    rgba(0, 0, 0, 0.85) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.09) 15%,
    rgba(0, 0, 0, 0.85) 100%
  );
}
.icon-right {
  font-size: 22px;
  top: 2px;
  position: relative;
  margin-left: 6px;
}
.search-section,
.slide-section {
  background: #333;
  height: 100vh;
}
.slide-section {
  background: #fff;
  padding: 0;
}
.owl-theme .owl-controls {
  height: 0;
  width: 100%;
  bottom: 0;
  top: inherit;
  position: static;
  margin: 0;
}
.owl-theme .owl-dots {
  bottom: 0;
  top: inherit;
  position: absolute;
  margin-top: 0;
}
.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #ccc;
}
.owl-dot.active span {
  background: #333 !important;
  width: 10px !important;
  height: 10px !important;
}
.patra-patrika {
  margin-bottom: 20px;
}
.trend-slide .trend-box .trend-slider .trend-item {
  text-align: left;
  display: none;
}
.trend-slide .trend-box .trend-slider .trend-item img {
  height: 176px;
  object-fit: cover;
}
.trend-slide .trend-box .trend-slider .trend-item .cat-name {
  font-size: 14px;
  color: #293982;
  display: block;
  margin: 10px 0;
}
.trend-slide .trend-box .trend-slider .trend-item .count-num {
  font-size: 54px;
  color: #e5e5e5;
  font-weight: 700;
  line-height: 68px;
}
.trend-slide .trend-box .trend-slider .trend-item .main-title,
.trend-slide .trend-box .trend-slider .trend-item .subline {
  font-size: 15px;
  line-height: 22px;
  display: block;
  color: #222;
  padding-right: 15px;
}
.trend-slide .trend-box .trend-slider .trend-item a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.trend-slide .trend-box .trend-slider .trend-item a:hover .count-num {
  color: #ccc;
}
.trend-slide .trend-box .trend-slider.owl-loaded .owl-item {
  display: block;
}
.trend-slide .trend-box .trend-slider.owl-loaded .owl-item .trend-item {
  display: flex;
}
.owl-theme .owl-controls {
  height: auto;
}
.owl-theme .owl-dots {
  position: relative;
  margin-top: 30px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 4px !important;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #d13938 !important;
}
.photo-slider.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.photo-slider .active.center .item-news {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.photo-slider .active.center .item-news .overlay-title {
  opacity: 1;
}
.photo-slider .active.center .item-news .main-title,
.photo-slider .active.center .item-news .subline {
  opacity: 1 !important;
}
.photo-slider .active.center .item-news figure:before {
  background: rgba(0, 0, 0, 0.2);
}
.photo-slider .active.center .item-news img {
  height: 366px;
}
.photo-slider .item-news {
  display: none;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  vertical-align: top;
  height: auto;
  max-width: 100%;
  flex: 0 0 100%;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.photo-slider .item-news img {
  height: 246px;
}
.photo-slider .item-news a {
  width: 100%;
}
.photo-slider .item-news a:hover .main-title,
.photo-slider .item-news a:hover .subline {
  color: #fff;
}
.photo-slider .item-news .overlay-title {
  opacity: 0.5;
  filter: alpha(opacity=50);
  background: none;
}
.photo-slider .item-news .main-title,
.photo-slider .item-news .subline {
  background: none;
}
.photo-slider .item-news .cat-dec .cat-name {
  color: #fff;
}
.photo-slider .item-news .cat-dec .cat-name:before {
  margin-right: 10px;
}
.photo-slider .item-news figure:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}
.photo-slider .owl-item {
  display: none;
}
.photo-slider.owl-loaded .owl-item {
  display: block;
}
.photo-slider.owl-loaded .owl-item .item-news {
  display: flex;
}
.service-slider,
.service-slider-inner {
  margin-top: 60px;
}
.service-slider .items img,
.service-slider-inner .items img {
  margin: 0;
  height: 640px;
  width: 100%;
  object-fit: cover;
}
.service-slider .owl-controls,
.service-slider-inner .owl-controls {
  height: 0;
  width: 100%;
  bottom: 0;
  top: inherit;
  position: static;
  margin: 0;
}
.service-slider .owl-dots,
.service-slider-inner .owl-dots {
  bottom: 0;
  margin-top: 0;
  top: inherit;
  position: relative;
  text-align: center;
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: -37px;
  top: auto;
}
.service-slider .owl-dots .owl-dot span,
.service-slider-inner .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #d9d9d9;
  display: inline-block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  margin: 0 5px;
}
.service-slider .owl-dot.active span,
.service-slider-inner .owl-dot.active span {
  background: #d13938 !important;
  width: 10px !important;
  height: 10px !important;
}
.service-slider .owl-item.active .captionbox,
.service-slider-inner .owl-item.active .captionbox {
  -webkit-animation: fadeInUp 500ms linear 500ms both;
  -moz-animation: fadeInUp 500ms linear 500ms both;
  -ms-animation: fadeInUp 500ms linear 500ms both;
  -o-animation: fadeInUp 500ms linear 500ms both;
  animation: fadeInUp 500ms linear 500ms both;
}
.service-slider .owl-prev,
.service-slider-inner .owl-prev,
.service-slider .owl-next,
.service-slider-inner .owl-next {
  padding: 0 !important;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  left: -50px;
  margin: 0 !important;
  font-size: 18px !important;
  background: rgba(38, 81, 156, 0.5) !important;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.service-slider .owl-next,
.service-slider-inner .owl-next {
  right: -50px;
  left: inherit;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.service-slider:hover .owl-prev,
.service-slider-inner:hover .owl-prev,
.service-slider:hover .owl-next,
.service-slider-inner:hover .owl-next {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -40px;
  background: #26519c !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.service-slider:hover .owl-next,
.service-slider-inner:hover .owl-next {
  right: -40px;
  opacity: 1;
  filter: alpha(opacity=100);
  left: inherit;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #26519c !important;
}
.service-slider .items,
.service-slider-inner .items {
  display: none;
}
.service-slider .owl-item,
.service-slider-inner .owl-item {
  display: none;
}
.service-slider.owl-loaded .owl-item,
.owl-loaded.service-slider-inner .owl-item {
  display: block;
}
.service-slider.owl-loaded .owl-item .items,
.owl-loaded.service-slider-inner .owl-item .items {
  display: flex;
}
.notice-slider {
  padding-top: 22px;
  padding-left: 20px;
  float: left;
}
.notice-slider .items .main-title,
.notice-slider .items .subline {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 18px;
  display: block;
}
.notice-slider .items a:hover .main-title,
.notice-slider .items a:hover .subline {
  text-decoration: underline;
}
.view-more {
  float: left;
  margin: 24px 0 0 20px;
  text-transform: uppercase;
}
.view-more a {
  font-size: 11px;
  color: #fff;
}
.view-more a .left-icon {
  position: relative;
  top: 0;
  margin-left: 5px;
}
.view-more a:hover {
  text-decoration: underline;
}
.notice-slider {
  width: 40%;
}
.notice-slider .items {
  display: none;
  background: #293982;
}
.notice-slider .owl-item {
  display: none;
}
.notice-slider.owl-loaded .owl-item {
  display: block;
}
.notice-slider.owl-loaded .owl-item .items {
  display: flex;
}
.partner-slider {
  padding: 0 15px;
}
.partner-slider .items {
  border: 1px solid #ddd;
  padding: 10px !important;
}
.partner-slider .items img {
  margin: 0 auto;
  max-height: 60px;
}
.partner-slider .items .main-title,
.partner-slider .items .subline {
  margin-top: 20px;
  color: #293982;
}
.partner-slider .items .more-link {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #d13938;
  margin-top: 5px;
}
.partner-slider .items .description {
  margin-bottom: 0 !important;
  margin-top: 10px !important;
}
.partner-slider .owl-theme .owl-controls {
  height: 0;
  width: 100%;
  bottom: 0;
  top: inherit;
  position: static;
  margin: 0;
}
.partner-slider .owl-theme .owl-dots {
  bottom: 40px;
  top: inherit;
}
.partner-slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #ccc;
}
.partner-slider .owl-dot.active span {
  background: #fff !important;
  width: 10px !important;
  height: 10px !important;
}
.partner-slider .owl-item.active .captionbox {
  -webkit-animation: fadeInUp 500ms linear 500ms both;
  -moz-animation: fadeInUp 500ms linear 500ms both;
  -ms-animation: fadeInUp 500ms linear 500ms both;
  -o-animation: fadeInUp 500ms linear 500ms both;
  animation: fadeInUp 500ms linear 500ms both;
}
.partner-slider .owl-prev,
.partner-slider .owl-next {
  padding: 0 !important;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  left: -50px;
  margin: 0 !important;
  font-size: 18px !important;
  background: rgba(38, 81, 156, 0.5) !important;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.partner-slider .owl-next {
  right: -50px;
  left: inherit;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.partner-slider:hover .owl-prev,
.partner-slider:hover .owl-next {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -40px;
  background: #26519c !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.partner-slider:hover .owl-next {
  right: -40px;
  opacity: 1;
  filter: alpha(opacity=100);
  left: inherit;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #26519c !important;
}
.partner-slider .items {
  display: none;
}
.partner-slider .owl-item {
  display: none;
}
.partner-slider.owl-loaded .owl-item {
  display: block;
}
.partner-slider.owl-loaded .owl-item .items {
  display: flex;
}
.testimonial-slider .item {
  display: none;
}
.testimonial-slider .owl-item {
  display: none;
}
.testimonial-slider.owl-loaded .owl-item {
  display: block;
}
.testimonial-slider.owl-loaded .owl-item .item {
  display: block;
}
.expertise-slider .items {
  display: none;
}
.expertise-slider .items figure {
  width: 80px;
}
.expertise-slider .items a:hover .main-title,
.expertise-slider .items a:hover .subline {
  color: #293982 !important;
}
.expertise-slider .owl-item {
  display: none;
}
.expertise-slider.owl-loaded .owl-item {
  display: block;
}
.expertise-slider.owl-loaded .owl-item .items {
  display: table;
  flex-wrap: wrap;
}
.section.home-about.our-services .partner-slider .items {
  justify-content: center;
}
.section.home-about.our-services .partner-slider .items img {
  object-fit: contain;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.testimonial-slider .owl-next {
  font-size: 30px !important;
  background: none !important;
  color: #202124 !important;
  width: 60px !important;
  height: 60px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
  line-height: 60px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 0 solid #333 !important;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.testimonial-slider .owl-next:hover {
  background: none !important;
  color: #202124 !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.testimonial-slider .owl-prev,
.testimonial-slider .slide-box .owl-next,
.slide-box .testimonial-slider .owl-next,
.testimonial-slider .service-slider .owl-next,
.service-slider .testimonial-slider .owl-next,
.testimonial-slider .service-slider-inner .owl-next,
.service-slider-inner .testimonial-slider .owl-next,
.testimonial-slider .partner-slider .owl-next,
.partner-slider .testimonial-slider .owl-next {
  font-size: 30px !important;
  background: none !important;
  color: #202124 !important;
  width: 60px !important;
  height: 60px !important;
  margin: 0 !important;
  position: absolute;
  text-align: center;
  line-height: 60px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 !important;
  border: 0 solid #333 !important;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.testimonial-slider .owl-prev:hover,
.testimonial-slider .slide-box .owl-next:hover,
.slide-box .testimonial-slider .owl-next:hover,
.testimonial-slider .service-slider .owl-next:hover,
.service-slider .testimonial-slider .owl-next:hover,
.testimonial-slider .service-slider-inner .owl-next:hover,
.service-slider-inner .testimonial-slider .owl-next:hover,
.testimonial-slider .partner-slider .owl-next:hover,
.partner-slider .testimonial-slider .owl-next:hover {
  background: none !important;
  color: #202124 !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.section.home-slide {
  padding: 0;
  background: #fff;
  background-size: cover;
  margin-top: 0;
  position: relative;
}
.section.home-slide .items {
  opacity: 0;
  filter: alpha(opacity=0);
  background: #fff;
  display: inline-block;
  width: 100%;
}
.section.home-slide .swiper-initialized .items {
  opacity: 1;
  filter: alpha(opacity=100);
}
.section.home-slide .item-image {
  position: relative;
}
.section.home-slide .item-image .slide-img {
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
  display: block;
  width: 100%;
}
.section.home-slide .item-image .item-caption .titles.tag-title {
  color: #202124;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 34px;
}
.section.home-slide .item-image .item-caption .titles.slide-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 64px;
  color: #202124;
}
.section.home-slide .item-image .item-caption .btn.rounded-btn {
  margin-top: 48px;
}
.section.home-slide .swiper-slide-active .slide-img {
  animation: zoomInSlide 1.5s;
}
.section.home-slide .swiper-slide-active .titles.tag-title {
  animation: fadeInUp 1.5s;
}
.section.home-slide .swiper-slide-active .titles.slide-title {
  animation: fadeInUp 1.5s;
}
.section.home-slide .swiper-slide-active .titles.summary-title {
  animation: fadeInUp 1.5s;
}
.section.home-slide .swiper-slide-active .btn.rounded-btn {
  animation: fadeInUp 1.5s;
}
.section.home-slide .swiper-slide-active .back-object {
  animation: zoomIn 1.5s;
}
.section.home-slide .swiper-button-next {
  top: auto;
  right: auto !important;
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.section.home-slide .swiper-button-prev {
  top: auto;
  left: auto !important;
  margin: 8px 0 0 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-button-next {
  background: #fff;
  width: 43px;
  height: 43px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  color: #1967d2;
  margin: 0;
  top: 50%;
  right: -20px !important;
  left: auto;
  z-index: 9998;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.swiper-button-next:after {
  font-size: 14px;
}
.swiper-button-next:hover {
  background: #1967d2;
  color: #fff;
}
.swiper-button-prev {
  background: #fff;
  width: 43px;
  height: 43px;
  color: #202124;
  margin: 0;
  top: 50%;
  z-index: 9998;
  right: auto;
  left: -20px !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  right: 0;
}
.swiper-button-prev:after {
  font-size: 14px;
}
.swiper-button-prev:hover {
  background: #1967d2;
  color: #fff !important;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-disabled {
  display: none;
}
.home-container {
  position: relative;
  padding: 0;
}
.home-container .swiper-navs {
  width: 43px;
  position: absolute;
  right: -13px;
  transform: translateX(0) translateY(-50%);
  top: 50%;
  z-index: 9998;
}
.home-container .swiper-navs .swiper-button-next {
  position: relative;
}
.home-container .swiper-navs .swiper-button-prev {
  position: relative;
}
@keyframes animeRotate {
  0% {
    transform: rotate(-40deg);
  }
  100% {
    transform: rotate(-20deg);
  }
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1967d2;
}
.get-started-box .swiper-button-prev {
  margin-top: -25px;
}
.get-started-box .swiper-button-next {
  margin-top: -25px;
}
.get-slider {
  padding-bottom: 40px;
}
.get-slider .swiper-slide-active .boundary-box {
  background: #fff;
  -webkit-box-shadow: 0px 42px 54px -54px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 42px 54px -54px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 42px 54px -54px rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.get-slider .swiper-slide-active .boundary-box .titles.title-abroad {
  color: #f66035;
}
.get-slider .swiper-slide-active .boundary-box .rounded-btn {
  background: #f66035 !important;
  color: #fff !important;
  border-color: #f66035;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.swiper .swiper-pagination {
  left: 50%;
  width: auto;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.travellers-stories-box {
  position: relative;
  display: inline-block;
  width: 100%;
}
.travellers-stories-box .swiper-pagination {
  display: none;
}
.featured-slider {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
.featured-slider .swiper-pagination {
  bottom: 20px;
}
.featured-slider .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  background: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.featured-slider
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
@-webkit-keyframes zoomInSlide {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomInSlide {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  50% {
    opacity: 1;
  }
}
.featured-image .featured-slider img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
a {
  color: #202124;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline;
}
a:hover {
  color: #202124;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
a:visited,
a:acitve {
  text-decoration: none;
}
a:active {
  color: #222;
}
a:focus {
  text-decoration: none;
  outline: 0;
}
a img,
img {
  border: 0;
}
p {
  padding: 10px 0;
}
object {
  outline: 0;
  border: 0;
  float: left;
}
button:focus {
  outline: 0;
}
* {
  outline: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #111;
  background: #fff;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.pagination {
  margin: 40px 0 0 0;
  display: inline-block;
  width: 100%;
  padding: 15px 0 30px 0;
  border-top: 1px solid #ddd;
  text-align: center;
}
.pagination a {
  text-decoration: none;
  color: #202124;
  padding: 0 10px;
  margin: 0 2px;
  font-size: 12px;
  display: inline-block;
  padding: 10px 15px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.pagination a:hover {
  color: #202124;
  background: #e2eaf8;
}
.pagination .current {
  background: #1967d2;
  text-decoration: none;
  color: #fff;
  padding: 0 10px;
  margin: 0 0 0px 0;
  font-size: 14px;
  display: inline-block;
  padding: 10px 15px;
  line-height: 14px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.section {
  display: inline-block;
  width: 100%;
}
#content {
  display: block;
  width: 100%;
  margin: 0 auto;
}
#content-wrap {
  float: left;
  width: 100%;
  min-height: calc(100vh - 98px);
}
.modalbox {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center;
  overflow: auto;
  background: #fff;
}
.modalbox .modal_content {
  width: 100%;
  text-align: center;
  display: table;
  height: 100vh;
}
.modalbox .modal_content .imagebox {
  max-width: 94%;
  margin: 0 auto;
  display: table-cell;
  padding: 3%;
  position: relative;
  vertical-align: middle;
}
.modalbox .modal_content .imagebox img {
  max-width: 100%;
  height: auto;
}
.modalbox .modal_content .imagebox .logobox img {
  max-width: 119px;
}
.modalbox .modal_content a.close_btn {
  background: #d13938;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 0;
  font-family: arial, sans-serif;
}
.modalbox .modal_content a.close_btn:hover {
  background: #222;
}
.logobox {
  text-align: center;
  display: block;
  margin-bottom: 30px;
}
.close-box .arrows {
  position: relative;
  top: 2px;
  margin-left: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .modalbox .modal_content .imagebox img {
    max-width: 100%;
  }
  .logobox img {
    max-width: 220px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .modalbox .modal_content .imagebox img {
    max-width: 100%;
  }
  .logobox img {
    max-width: 180px;
  }
}
@media (max-width: 767px) {
  .modalbox .modal_content .imagebox img {
    max-width: 100%;
  }
  .logobox img {
    max-width: 180px;
  }
}
@media (max-width: 480px) {
  .modalbox .modal_content .imagebox img {
    max-width: 100%;
  }
  .logobox img {
    max-width: 180px;
  }
}
@media (max-width: 240px) {
  .modalbox .modal_content .imagebox img {
    max-width: 100%;
  }
  .logobox img {
    max-width: 180px;
  }
}
.navigation_box ul li.more-menu ul {
  left: auto;
  right: 20%;
}
.dropdown .dropdown-toggle {
  padding-right: 30px;
  position: relative;
}
.dropdown .dropdown-toggle:before {
  border: 0 !important;
  content: " \f107 ";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #222;
  top: 16px;
  right: 18px;
  position: absolute;
  font-size: 12px;
}
.primary-panel {
  padding: 0 0 0 30px;
}
.primary-panel .menu-content .items.contact-line {
  align-items: center;
}
.primary-panel .menu-content .items.contact-line .item-boundary {
  border-left: 1px solid #e15716;
  display: block;
  padding: 50px;
}
.primary-panel .menu-content .items .item-box,
.primary-panel .menu-content .items .footer .box-item,
.footer .primary-panel .menu-content .items .box-item {
  margin-top: 30px;
}
.primary-panel .menu-content .items .item-box:nth-child(1),
.primary-panel .menu-content .items .footer .box-item:nth-child(1),
.footer .primary-panel .menu-content .items .box-item:nth-child(1) {
  margin-top: 0;
}
.primary-panel .menu-content .items .item-box .hoz-nav,
.primary-panel .menu-content .items .footer .box-item .hoz-nav,
.footer .primary-panel .menu-content .items .box-item .hoz-nav {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.primary-panel .menu-content .items .item-box .hoz-nav li a,
.primary-panel .menu-content .items .footer .box-item .hoz-nav li a,
.footer .primary-panel .menu-content .items .box-item .hoz-nav li a {
  color: #fff;
}
.primary-panel .menu-content .items .item-box .hoz-nav li a .social-icon,
.primary-panel
  .menu-content
  .items
  .footer
  .box-item
  .hoz-nav
  li
  a
  .social-icon,
.footer
  .primary-panel
  .menu-content
  .items
  .box-item
  .hoz-nav
  li
  a
  .social-icon {
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.primary-panel .menu-content .items .item-box .hoz-nav li a:hover .social-icon,
.primary-panel
  .menu-content
  .items
  .footer
  .box-item
  .hoz-nav
  li
  a:hover
  .social-icon,
.footer
  .primary-panel
  .menu-content
  .items
  .box-item
  .hoz-nav
  li
  a:hover
  .social-icon {
  color: #202124;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.primary-panel .menu-content .items .menu-title {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}
.primary-panel .menu-content .items .menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.primary-panel .menu-content .items .menu-list li {
  position: relative;
  padding-left: 15px;
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}
.primary-panel .menu-content .items .menu-list li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  top: 10px;
  left: 0;
}
.side-box {
  padding: 0 30px 0 0;
  display: block;
}
.sidebar {
  float: left;
  width: 100%;
}
.sidebar li {
  border-bottom: 0 solid #e7e7e7;
  list-style: none;
  position: relative;
  padding: 10px 0;
  display: block;
}
.sidebar li.mm-active .arrow:before {
  content: "\f077";
}
.sidebar li .mm-collapse .arrow:before {
  content: "\f078";
}
.sidebar li .mm-collapse .mm-active .arrow:before {
  content: "\f077";
}
.sidebar li .nav {
  height: 0;
  overflow: hidden;
}
.sidebar li .nav.collapse {
  display: none;
  height: auto;
  overflow: visible;
}
.sidebar li .nav.collapse.in {
  display: block;
}
.sidebar li a {
  line-height: 41px !important;
  border-left: 0;
  padding-left: 0 !important;
  font-size: 35px;
  color: #202124 !important;
  height: auto;
  position: relative;
  font-weight: 600;
  position: relative;
  display: block;
  padding: 0;
}
.sidebar li a.dropdown-toggle:before {
  top: 7px;
}
.sidebar li a:hover {
  color: #f3f4f4 !important;
}
.sidebar li a .left-icon {
  display: inline-block;
  color: #202124;
  margin-right: 10px;
  font-size: 18px;
  width: 24px;
  text-align: right;
  position: relative;
  top: 2px;
}
.sidebar li a.selected {
  color: #1967d2 !important;
}
.sidebar li ul {
  padding: 0;
}
.sidebar li ul li {
  display: block;
  width: 100%;
  padding: 0 0 0 15px;
  position: relative;
}
.sidebar li ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  display: none;
  background: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  top: 18px;
  left: 0;
}
.sidebar li ul li ul {
  padding-left: 20px;
}
.sidebar li ul li .arrow {
  top: 0;
}
.sidebar li ul li a {
  padding: 10px 0 !important;
  line-height: 22px !important;
  font-size: 16px !important;
  color: #202124 !important;
  height: auto;
  font-weight: 500;
  text-transform: none;
  display: block;
}
.sidebar .arrow {
  position: relative;
  top: 0;
  right: 0;
  font-size: 13px;
  font-weight: 400;
  float: none;
  margin-left: 5px;
}
.sidebar .fa.arrow:before {
  content: "\f107";
}
.sidebar .active > a > .fa.arrow:before {
  content: "\f106";
}
.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
  border-bottom: 0 !important;
}
.sidebar .nav-second-level li a {
  padding-left: 37px;
}
.sidebar .nav-third-level li a {
  padding-left: 52px;
}
.navigation_box {
  background: none;
}
.sidebar .nav-second-level li a.selected,
.sidebar .nav-third-level li a.selected {
  text-decoration: underline;
}
.navigation_box ul li.more-menu ul.dropdown-menu li .dropdown-toggle:after {
  top: 16px;
  right: 13px;
  transform: rotate(90deg);
}
.navigation_box ul li.more-menu ul.dropdown-menu li .dropdown-menu {
  left: -100% !important;
}
.navigation_box ul li.more-menu ul.dropdown-menu li .dropdown-menu li {
  text-align: left;
}
.sidebar li .nav {
  position: relative;
  top: 8px;
}
.sidebar li:last-child {
  border-bottom: 0;
}
.navigation_box ul li a {
  padding: 30px 15px 15px 15px;
}
.navigation_box ul li a {
  color: #202124 !important;
  font-size: 14px;
  font-weight: 600;
}
.navigation_box ul li a:hover,
.navigation_box ul li.dropdown.open a {
  background: none !important;
  color: #1967d2 !important;
  text-transform: none;
}
.navigation_box ul li a.selected,
.navigation_box ul li.open a.selected {
  color: #1967d2 !important;
}
.navigation_box ul li a.selected:hover,
.navigation_box ul li.open a.selected:hover {
  color: #1967d2 !important;
}
.navigation_box ul li a:hover {
  color: #1967d2 !important;
}
.navigation_box ul li a:hover .dropdown-toggle:before {
  color: #1967d2 !important;
}
.dropdown-menu .dropdown .dropdown-toggle:before {
  top: 16px;
}
.navigation_box ul li.dropdown .dropdown-toggle:before {
  color: #202124 !important;
}
.navigation_box ul li.dropdown.open .dropdown-toggle:before {
  color: #1967d2 !important;
}
.navigation_box ul li.dropdown.open .dropdown-menu li a,
.navigation_box ul li.dropdown .dropdown-menu li a {
  color: #202124 !important;
  font-size: 16px;
  font-weight: 400 !important;
}
.navigation_box ul li.dropdown.open .dropdown-menu li a:hover,
.navigation_box ul li.dropdown .dropdown-menu li a:hover {
  color: #1967d2 !important;
  background: #fff !important;
}
.dropdown .dropdown-toggle:before {
  top: 16px;
}
.metismenu .has-arrow::after {
  transform: rotate(-135deg) translate(0, -50%);
}
.metismenu .mm-active > .has-arrow::after,
.metismenu .has-arrow[aria-expanded="true"]::after {
  transform: rotate(45deg) translate(0, -50%);
}
.close-box img {
  display: block;
  height: 32px;
}
.side-box {
  display: block;
}
.sidebar {
  float: left;
  width: 100%;
}
.sidebar li {
  border-bottom: 0 solid #e7e7e7;
  list-style: none;
  position: relative;
  padding: 10px 0;
  display: block;
}
.sidebar li.mm-active .arrow:before {
  content: "\f077";
}
.sidebar li .mm-collapse .arrow:before {
  content: "\f078";
}
.sidebar li .mm-collapse .mm-active .arrow:before {
  content: "\f077";
}
.sidebar li .nav {
  height: 0;
  overflow: hidden;
}
.sidebar li .nav.collapse {
  display: none;
  height: auto;
  overflow: visible;
}
.sidebar li .nav.collapse.in {
  display: block;
}
.sidebar li a {
  line-height: 20px !important;
  border-left: 0;
  padding-left: 0 !important;
  font-size: 16px;
  color: #202124 !important;
  height: auto;
  position: relative;
  font-weight: 600;
  position: relative;
  display: block;
  padding: 0;
}
.sidebar li a.dropdown-toggle:before {
  top: 7px;
}
.sidebar li a:hover {
  color: #1967d2 !important;
}
.sidebar li a .left-icon {
  display: inline-block;
  color: #999;
  margin-right: 10px;
  font-size: 18px;
  width: 24px;
  text-align: right;
  position: relative;
  top: 2px;
}
.sidebar li a.selected {
  color: #1967d2 !important;
}
.sidebar li ul {
  padding-left: 15px;
}
.sidebar li ul li {
  display: block;
  width: 100%;
  padding: 0;
}
.sidebar li ul li ul {
  padding-left: 20px;
}
.sidebar li ul li .arrow {
  top: 8px;
}
.sidebar li ul li a {
  padding: 10px 0 !important;
  line-height: 20px !important;
  font-size: 14px !important;
  color: dimgray !important;
  height: auto;
  font-weight: 500;
  display: block;
}
.sidebar .arrow {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
  font-weight: 400;
  float: right;
}
.sidebar .fa.arrow:before {
  content: "\f107";
}
.sidebar .active > a > .fa.arrow:before {
  content: "\f106";
}
.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
  border-bottom: 0 !important;
}
.sidebar .nav-second-level li a {
  padding-left: 37px;
}
.sidebar .nav-third-level li a {
  padding-left: 52px;
}
.navigation_box {
  background: none;
}
.navigation_box li .sum-text {
  font-weight: 400;
  font-size: 12px;
  display: block;
  line-height: 16px;
  margin-top: 5px;
}
.sidebar .nav-second-level li a.selected,
.sidebar .nav-third-level li a.selected {
  text-decoration: underline;
}
.navigation_box ul li.more-menu ul.dropdown-menu li .dropdown-toggle:after {
  top: 16px;
  right: 13px;
  transform: rotate(90deg);
}
.navigation_box ul li.more-menu ul.dropdown-menu li .dropdown-menu {
  left: -100% !important;
}
.navigation_box ul li.more-menu ul.dropdown-menu li .dropdown-menu li {
  text-align: left;
}
.sidebar li .nav {
  position: relative;
  top: 8px;
}
.sidebar li:last-child {
  border-bottom: 0;
}
.navigation_box ul li.dropdown.open .dropdown-menu li a,
.navigation_box ul li.dropdown .dropdown-menu li a {
  font-size: 14px;
  font-weight: 600;
}
.navigation_box ul li ul {
  -webkit-border-radius: 0 0 15px 15px !important;
  -moz-border-radius: 0 0 15px 15px !important;
  -ms-border-radius: 0 0 15px 15px !important;
  border-radius: 0 0 15px 15px !important;
  -webkit-box-shadow: 0 14px 24px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 14px 24px rgba(0, 0, 0, 0.05);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.05);
}
.navigation_box ul li ul li a {
  padding: 9px 0 !important;
}
.navigation_box ul li.dropdown .dropdown-menu {
  padding: 0 15px 15px 15px !important;
  min-width: 14rem !important;
}
.navigation_box ul li ul li:first-child {
  border-top: 0 !important;
}
.navigation_box ul li ul li ul.dropdown-menu {
  right: auto;
  left: 100%;
}
.navigation_box ul li ul li.dropdown .dropdown-toggle:before {
  content: "\f105";
}
.navigation_box ul li.dropdown .dropdown-toggle.selected:before {
  color: #1967d2 !important;
}
.navigation_box {
  margin: 0;
}
.sticky-box {
  position: sticky;
  top: 100px;
}
.navigation_box ul li.megamenu {
  display: flex;
  flex-wrap: wrap;
}
.navigation_box ul li.megamenu ul li {
  width: calc(33.3333% - 20px);
  margin: 0 10px;
  min-height: 60px;
  align-items: center;
  display: flex;
}
.navigation_box ul li.megamenu ul li:nth-child(2) {
  border-top: 0 !important;
}
.navigation_box ul li.megamenu ul li:nth-child(3) {
  border-top: 0 !important;
}
.navigation_box.mains .megamenu.open {
  display: flex !important;
  flex-wrap: wrap;
}
.navigation_box.mains .megamenu .dropdown-menu {
  width: 100% !important;
  max-width: 100% !important;
  left: 0;
  top: 100%;
  max-height: 460px;
  overflow: auto;
}
.get-box {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0;
  justify-content: center;
  background: #fff;
  z-index: 9998;
  align-items: center;
  bottom: 0;
  height: 0;
  overflow: hidden;
  left: 0;
  -webkit-box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
  display: flex;
}
.get-box .btn {
  margin-top: 0;
}
.get-box .search-only {
  display: none;
}
.navigation_box ul li.dropdown .dropdown-menu.mega-menu {
  min-width: 1126px !important;
  background: #e2eaf8 !important;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}
.navigation_box ul li.dropdown .dropdown-menu.mega-menu ul {
  background: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navigation_box ul li.dropdown .dropdown-menu.mega-menu .mega-row {
  margin: 0;
}
.navigation_box ul li.dropdown .dropdown-menu.mega-menu .tab-side {
  padding: 25px;
}
.navigation_box
  ul
  li.dropdown
  .dropdown-menu.mega-menu
  .tab-side
  .mega-tabs
  .nav-item {
  border: 0 !important;
}
.navigation_box
  ul
  li.dropdown
  .dropdown-menu.mega-menu
  .tab-side
  .mega-tabs
  .nav-item
  .nav-link {
  width: 100%;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  color: dimgray;
  border-color: #999;
  padding: 15px 20px !important;
  font-weight: 500 !important;
  font-size: 16px;
  color: dimgray !important;
}
.navigation_box
  ul
  li.dropdown
  .dropdown-menu.mega-menu
  .tab-side
  .mega-tabs
  .nav-item
  .nav-link:hover:not(.active) {
  background: #c5cedf !important;
  border-color: #c5cedf !important;
}
.navigation_box
  ul
  li.dropdown
  .dropdown-menu.mega-menu
  .tab-side
  .mega-tabs
  .nav-item
  .nav-link.active {
  color: #fff !important;
  border-color: #1967d2;
}
.navigation_box ul li.dropdown .dropdown-menu.mega-menu .content-side {
  background: #fff;
  padding: 25px;
}
.navigation_box
  ul
  li.dropdown
  .dropdown-menu.mega-menu
  .content-side
  .sub-row
  .sub-items:nth-child(n + 4) {
  margin-top: 40px;
}
.navigation_box
  ul
  li.dropdown
  .dropdown-menu.mega-menu
  .content-side
  .sub-row
  .sub-items
  .titles.sub-item-title {
  color: #1967d2;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.navigation_box
  ul
  li.dropdown
  .dropdown-menu.mega-menu
  .content-side
  .sub-row
  .sub-items
  .titles.trip-title-2 {
  color: #1967d2;
  font-size: 25px;
  font-weight: 400;
  border-top: 1px solid #ddd;
  padding-top: 15px;
}
.navigation_box
  ul
  li.dropdown
  .dropdown-menu.mega-menu
  .content-side
  .sub-row
  .sub-items
  .package-txt-list
  li {
  border: 0 !important;
}
.navigation_box
  ul
  li.dropdown
  .dropdown-menu.mega-menu
  .content-side
  .sub-row
  .sub-items
  .package-txt-list
  li
  a {
  font-weight: 400;
  font-size: 14px;
  padding: 5px 0 !important;
}
.navigation_box ul li.dropdown .dropdown-menu li a.btn.dark-btn {
  border: 1px solid #293982 !important;
  color: #fff !important;
  background: #293982 !important;
  font-weight: 600 !important;
  padding: 10px 35px 10px 35px !important;
  margin: -5px 0 0 18px;
  line-height: 26px !important;
}
.navigation_box ul li.dropdown .dropdown-menu li a.btn.dark-btn:after {
  background: #fff;
}
.navigation_box ul li.dropdown .dropdown-menu li a.btn.dark-btn:hover {
  background: #1967d2 !important;
  color: #fff !important;
  border-color: #e2eaf8 !important;
}
.navigation_box ul li.dropdown .dropdown-menu li a.btn.dark-btn:hover:after {
  background: #fff;
}
.dropdown .dropdown-toggle:before {
  top: 42px;
}
.sidebar li .mm-collapse .mm-active .mm-collapse.mm-show .arrow:before {
  content: "\f078";
}
.sidebar
  li
  .mm-collapse
  .mm-active
  .mm-collapse.mm-show
  .mm-active
  .arrow:before {
  content: "\f077";
}
.editor-box {
  font-size: 16px;
  line-height: 26px;
  color: dimgray;
  font-weight: 400;
  width: 100%;
  display: inline-block;
  padding-bottom: 30px;
}
.editor-box .ratio {
  margin-bottom: 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  overflow: visible;
  display: inline-block;
  width: 100%;
}
.editor-box .featured-image img {
  margin-top: 0;
}
.editor-box table a {
  text-decoration: none;
}
.editor-box .drop-cap {
  font-size: 92px;
  line-height: 80px;
  font-weight: 700;
  color: #f66035;
  margin-right: 20px;
  margin-bottom: 0;
  float: left;
  font-family: "Montserrat", sans-serif;
}
.editor-box iframe {
  max-width: 100%;
  display: block;
  clear: both;
  margin: 10px auto 20px auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.editor-box .align-center,
.editor-box img.align-none {
  display: table;
  margin: 0 auto;
}
.editor-box .align-center img,
.editor-box img.align-none img {
  float: none;
  display: table;
  margin: 0 auto 5px auto;
}
.editor-box img {
  display: block;
  height: auto !important;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
.editor-box img.align-left {
  float: left;
  margin-right: 30px;
  margin-top: 8px;
}
.editor-box img.align-right {
  float: right;
  margin-left: 30px;
  margin-top: 8px;
}
.editor-box img.align-center,
.editor-box img.align-none {
  margin: 30px auto;
  text-align: center;
  display: block;
  float: none;
  clear: both;
}
.editor-box figure img {
  margin: 0;
}
.editor-box figure img.pull-img-left {
  margin-bottom: 0 !important;
}
.editor-box figure.align-left {
  float: left;
  margin: 0 30px 10px 0;
}
.editor-box figure.align-right {
  float: right;
  margin: 0 0 10px 30px;
}
.editor-box figure.align-center {
  text-align: center;
  display: table;
  margin: 10px auto 10px auto;
  float: none;
}
.editor-box figure.align-none {
  text-align: center;
  display: table;
  margin: 30px auto;
  float: none;
}
.editor-box figure.image {
  float: left;
  margin: 0 30px 10px 0;
}
.editor-box figure.align-none {
  text-align: center;
  display: table;
  margin: 30px auto;
  float: none;
}
.editor-box figure.image-style-align-left {
  float: left;
  margin: 0 30px 10px 0;
}
.editor-box figure.image-style-align-right {
  float: right;
  margin: 0 0 10px 30px;
}
.editor-box figure.image-style-align-center {
  text-align: center;
  display: table;
  margin: 10px auto 20px auto;
  float: none;
}
.editor-box ul {
  margin: 0 0 15px 20px;
  list-style-position: inside;
  text-indent: -1.5em;
}
.editor-box ul li {
  padding-left: 0;
  line-height: 30px;
  margin-bottom: 10px;
  transform: translateX(1.4em);
  margin-right: 1.4em;
}
.editor-box ul li::marker {
  color: dimgray;
}
.editor-box ul li h1,
.editor-box ul li h2,
.editor-box ul li h3,
.editor-box ul li h4,
.editor-box ul li h5,
.editor-box ul li h6 {
  display: inline;
}
.editor-box ol {
  margin: 0 0 10px 7px;
  list-style-position: inside;
  list-style-position: inside;
  text-indent: 0.5em;
}
.editor-box ol li {
  padding-left: 0;
  line-height: 30px;
  margin-bottom: 10px;
  transform: translateX(1.4em);
  margin-right: 1.4em;
  list-style: decimal;
}
.editor-box a {
  color: #1967d2;
}
.editor-box a:hover {
  text-decoration: none;
  color: #202124;
}
.editor-box em,
.editor-box i {
  font-style: italic;
}
.editor-box strong,
.editor-box b {
  font-weight: 700;
}
.editor-box h1 {
  color: #202124;
  margin: 10px 0 30px 0;
  font-size: 42px;
  line-height: 52px;
  font-weight: 400;
  font-family: "Marcellus", serif;
  word-break: break-word;
}
.editor-box h2 {
  color: #202124;
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  font-family: "Marcellus", serif;
  word-break: break-word;
  margin: 10px 0 30px 0;
}
.editor-box h3 {
  color: #202124;
  margin: 10px 0 30px 0;
  font-size: 28px;
  line-height: 38px;
  font-weight: 400;
  font-family: "Marcellus", serif;
  word-break: break-word;
}
.editor-box h4 {
  color: #202124;
  margin: 10px 0 30px 0;
  font-size: 26px;
  line-height: 34px;
  font-weight: 400;
  font-family: "Marcellus", serif;
  word-break: break-word;
}
.editor-box h5 {
  color: #202124;
  margin: 10px 0 30px 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Marcellus", serif;
  word-break: break-word;
}
.editor-box h6 {
  color: #202124;
  margin: 10px 0 30px 0;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  font-family: "Marcellus", serif;
  word-break: break-word;
}
.editor-box blockquote {
  border: 0;
  color: #202124;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 0;
  font-weight: 400;
  font-family: "Marcellus", serif;
  position: relative;
  padding: 76px 26px 38px 26px;
  margin: 5px 30px 20px -115px;
  max-width: 312px;
  background: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0 14px 24px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 14px 24px rgba(0, 0, 0, 0.05);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.05);
  float: left;
  position: relative;
}
.editor-box blockquote blockquote {
  border: 0;
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
.editor-box blockquote:before {
  content: "\f10d";
  font-size: 43px;
  color: #1967d2;
  position: absolute;
  top: 28px;
  font-weight: 700;
  left: 30px;
  font-family: "Font Awesome 5 Pro";
}
.editor-box img {
  margin-bottom: 20px;
  max-width: 100%;
}
.editor-box iframe {
  max-width: 100%;
}
.editor-box p {
  padding: 0 0 20px 0;
}
.editor-box figcaption {
  display: inline-block;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 18px;
}
.editor-box figcaption span {
  float: right;
}
.editor-box .embed-responsive {
  margin: 30px 0;
}
.editor-box.sitemap .navigation_box {
  background: none;
}
.editor-box.sitemap .navbar-nav {
  margin: 0;
}
.editor-box.sitemap .navbar-nav > li {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding-left: 0;
}
.editor-box.sitemap .navbar-nav > li > a {
  color: #222;
  text-decoration: none;
}
.editor-box.sitemap .navbar-nav > li > a:hover,
.editor-box.sitemap .navbar-nav > .open > a,
.editor-box.sitemap .navbar-nav > .open > a:hover {
  color: #333 !important;
  background: #fff !important;
}
.editor-box.sitemap .navbar-nav > li > .dropdown-menu {
  display: block !important;
  height: auto !important;
  position: relative;
  box-shadow: none;
  border: 0;
  margin: 0 !important;
  width: 100%;
  padding: 0;
}
.editor-box.sitemap .navbar-nav > li > .dropdown-menu,
.editor-box.sitemap .dropdown-submenu > .dropdown-menu {
  position: relative;
  display: block;
  left: 0;
  border: 0;
  box-shadow: none;
  background: none !important;
  width: 100%;
  height: auto;
  margin: 0 !important;
}
.editor-box.sitemap .dropdown-menu > li > a {
  background: none !important;
  color: #222;
  padding-left: 0;
  border: 0 !important;
  text-decoration: none;
}
.editor-box.sitemap .dropdown-menu > li > a:hover {
  text-decoration: underline;
}
.editor-box.sitemap .navbar-nav > li > .dropdown-menu li {
  margin-left: 0;
  padding-left: 30px;
}
.editor-box.sitemap .navbar-nav > li > .dropdown-menu li a {
  color: #666;
  font-weight: 400;
}
.editor-box.sitemap .navbar-nav > li > .dropdown-menu li a:hover {
  color: #333 !important;
}
.editor-box .media-left {
  padding-right: 30px;
}
.editor-box .media-left img {
  max-width: none;
  margin-top: 0;
}
.inner-content {
  background: #fff;
  padding-top: 20px;
  margin-top: 21px;
}
.content-box {
  padding-left: 15px;
  padding-top: 10px;
}
.right-side-bar {
  padding-right: 22px;
  padding-top: 10px;
}
.detail-featured-box .editor-box img {
  max-width: 100% !important;
  width: 100%;
}
.left-side .full-ad {
  margin-top: 30px;
}
.left-side .full-ad:nth-child(3) {
  margin-top: 60px;
}
.radio,
.radio .checkbox {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
}
.radio.first,
.radio .first.checkbox {
  margin-left: 0;
}
.radio label,
.radio .checkbox label {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 400;
  padding-left: 25px;
}
.radio label .circle,
.radio label .check {
  border: 1px solid rgba(0, 0, 0, 0.54);
  height: 15px;
  width: 15px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.radio label span,
.radio .checkbox label span {
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  transition-duration: 0.2s;
}
.radio label .check {
  height: 15px;
  width: 15px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  background-color: #9c27b0;
  -webkit-transform: scale3d(0, 0, 0);
  -moz-transform: scale3d(0, 0, 0);
  -o-transform: scale3d(0, 0, 0);
  -ms-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}
.radio input[type="radio"] {
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
  margin-top: 2px;
}
.radio input[type="radio"]:checked ~ .check,
.radio .checkbox input[type="radio"]:checked ~ .check {
  background-color: #9c27b0;
}
.radio input[type="radio"]:checked ~ .check,
.radio .checkbox input[type="radio"]:checked ~ .check {
  -webkit-transform: scale3d(0.65, 0.65, 1);
  -moz-transform: scale3d(0.65, 0.65, 1);
  -o-transform: scale3d(0.65, 0.65, 1);
  -ms-transform: scale3d(0.65, 0.65, 1);
  transform: scale3d(0.65, 0.65, 1);
}
.radio label .check {
  height: 15px;
  width: 15px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transform: scale3d(0, 0, 0);
  -moz-transform: scale3d(0, 0, 0);
  -o-transform: scale3d(0, 0, 0);
  -ms-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}
.radio label span,
.radio .checkbox label span {
  display: block;
  position: absolute;
  left: 10px;
  top: 2px;
  transition-duration: 0.2s;
}
.checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  margin: 0;
  z-index: -1;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0;
  pointer-events: none;
}
.checkbox .checkbox-material {
  vertical-align: middle;
  position: relative;
  top: 1px;
  padding-right: 5px;
  display: inline-block;
}
.checkbox .checkbox-material .check {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.54);
  overflow: hidden;
  z-index: 1;
  border-radius: 3px;
}
.checkbox .checkbox-material:before {
  display: block;
  position: absolute;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.84);
  height: 20px;
  width: 20px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
  top: 0;
  -webkit-transform: scale3d(2.3, 2.3, 1);
  -moz-transform: scale3d(2.3, 2.3, 1);
  -o-transform: scale3d(2.3, 2.3, 1);
  -ms-transform: scale3d(2.3, 2.3, 1);
  transform: scale3d(2.3, 2.3, 1);
}
.checkbox input[type="checkbox"]:checked + .checkbox-material:before {
  -webkit-animation: rippleOn 500ms;
  -moz-animation: rippleOn 500ms;
  -o-animation: rippleOn 500ms;
  -ms-animation: rippleOn 500ms;
  animation: rippleOn 500ms;
}
.checkbox .checkbox-material .check {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.54);
  overflow: hidden;
  z-index: 1;
  border-radius: 3px;
}
.checkbox input[type="checkbox"]:checked + .checkbox-material .check {
  background: #fff;
}
.checkbox .checkbox-material .check:before {
  position: absolute;
  content: "";
  transform: rotate(45deg);
  display: block;
  margin-top: -3px;
  margin-left: 7px;
  width: 0;
  height: 0;
  background: red;
  box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0,
    0 0 0 0 inset;
  -webkit-animation: checkbox-off 0.3s forwards;
  -moz-animation: checkbox-off 0.3s forwards;
  -o-animation: checkbox-off 0.3s forwards;
  -ms-animation: checkbox-off 0.3s forwards;
  animation: checkbox-off 0.3s forwards;
}
.checkbox input[type="checkbox"]:checked + .checkbox-material .check:before {
  color: #ffffff;
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px,
    -5px 5px 0 10px, 20px -12px 0 11px;
  -webkit-animation: checkbox-on 0.3s forwards;
  -moz-animation: checkbox-on 0.3s forwards;
  -o-animation: checkbox-on 0.3s forwards;
  -ms-animation: checkbox-on 0.3s forwards;
  animation: checkbox-on 0.3s forwards;
}
@keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px,
      -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px,
      -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px,
      -5px 5px 0 10px, 20px -12px 0 11px;
  }
}
@keyframes rippleOn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rippleOff {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
.checkbox label {
  padding-left: 10px;
}
.radio .media {
  overflow: visible;
}
.radio .radio-box {
  position: relative;
}
.radio .media-left {
  padding-right: 15px;
}
.radio .media-heading {
  position: relative;
  color: #fff;
  margin: 5px 0 0 0;
  left: 0;
  top: 0;
  position: relative;
  font-size: 16px;
  line-height: 24px;
}
.radio .radio-box {
  width: 40px;
  left: 0;
  top: 10px;
  height: 40px;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.radio .circle,
.radio .check {
  left: 11px;
  top: 11px;
}
.check-options .checkbox {
  margin-top: 0;
  padding-left: 0;
}
.check-options .checkbox label {
  padding-left: 0;
  color: #12498c;
}
.main-form.area-search-form {
  padding: 0;
  margin-bottom: 0;
  line-height: normal;
}
.main-form.area-search-form .rounded-btn {
  height: 35px;
  line-height: 35px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.main-form.area-search-form .textfield,
.main-form.area-search-form .feedback .textarea,
.feedback .main-form.area-search-form .textarea,
.main-form.area-search-form .feedback .select,
.feedback .main-form.area-search-form .select,
.main-form.area-search-form .get-news-alert .newsletter-btn,
.get-news-alert .main-form.area-search-form .newsletter-btn {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.main-form.area-search-form .select {
  line-height: 24px;
}
.main-form .file-upload {
  position: relative;
  padding: 0;
  border: 1px solid #eee;
  background: none;
  padding: 0 20px 0 0;
  width: 100%;
  border: 1px solid #ddd;
  background-color: #fff;
  height: 30px;
  display: table;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.main-form .file-upload input[type="file"] {
  opacity: 0;
  display: inline-block;
  width: 100%;
  padding: 5px 20px !important;
  margin: 0 !important;
}
.main-form .file-upload:before {
  content: "Upload File";
  opacity: 1;
  position: absolute;
  right: 15px;
  top: 7px;
  background: #fff;
  padding: 2px 30px;
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  line-height: 18px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.main-form .file-upload:hover:before {
  background: #fff;
  color: #fff;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.search-block {
  height: 100vh;
}
.search-block .search-box {
  text-align: center;
}
.search-block h1 {
  font-size: 42px;
  line-height: 52px;
  color: #aaa;
  font-weight: 400;
  padding: 0 20%;
}
.search-block h2 {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
.search-block h2 a {
  color: #fff;
}
.search-block h2 a:hover {
  color: #fff;
}
.search-block form {
  width: 80%;
  margin: 30px auto;
  background: #fff;
  padding: 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  height: 60px;
}
.search-block .textfield,
.search-block .feedback .textarea,
.feedback .search-block .textarea,
.search-block .feedback .select,
.feedback .search-block .select,
.search-block .get-news-alert .newsletter-btn,
.get-news-alert .search-block .newsletter-btn {
  float: left;
  width: 80%;
  border: 0;
  font-size: 16px;
  padding-left: 30px;
  height: 60px;
  background: none;
}
.search-block .search-btn {
  position: absolute;
  background: #fff;
  width: 70px;
  height: 60px;
  top: 0;
  right: 0;
  line-height: 73px;
  text-align: center;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  -ms-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  font-size: 24px;
}
.contact-form .main-title,
.contact-form .subline {
  margin-bottom: 15px !important;
}
.feedback,
.feedback fieldset {
  padding: 0;
}
.feedback .fieldbox {
  margin-top: 15px;
}
.feedback .fieldbox:nth-child(1) {
  margin-top: 0;
}
.feedback.form-appointment,
.feedback fieldset.form-appointment {
  margin-bottom: 80px;
}
.form-groups {
  margin-bottom: 40px;
  padding: 5px;
  background: #eee;
}
.form-groups.recaptcha {
  background: none;
  margin-bottom: 10px;
}
.feedback fieldset,
.feedback fieldset fieldset {
  margin: 0;
}
.feedback .textfield,
.feedback .textarea,
.feedback .select,
.feedback.contact-form .textarea,
.feedback fieldset.contact-form .textarea,
.feedback .get-news-alert .newsletter-btn,
.get-news-alert .feedback .newsletter-btn {
  border: 0;
  padding: 5px 20px;
  font-size: 14px;
  display: block;
  width: 100%;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: none;
  position: relative;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border: 0;
  margin-bottom: 0;
  transition: background 0s ease-out;
  float: none;
  box-shadow: none;
  color: #222;
  line-height: 20px;
}
.feedback .textarea {
  height: 200px;
  color: #fff;
}
.feedback .select {
  font-size: 14px;
}
.feedback .select {
  padding-left: 0;
  color: #aaa;
  border-bottom: 1px solid #d2d2d2;
}
.feedback .select option {
  font-family: "Source Sans Pro";
  color: #ccc;
}
.contact-title,
.contact-name {
  font-size: 14px;
  display: block;
  margin: 0 0 30px 0;
}
.contact-name {
  font-size: 18px;
  color: #111;
  margin: 0;
}
.contact-address {
  margin-top: 30px;
}
.contact-address .address-info {
  font-size: 14px;
  display: block;
  border-top: 1px solid #ddd;
  padding: 30px 0;
  line-height: 22px;
}
.contact-address .first {
  border-top: 0;
  padding-top: 10px;
}
.label {
  color: #333;
  font-size: 16px;
  position: absolute;
  left: 25px;
  font-weight: normal;
  top: 5px;
  padding: 7px 0 0 13px;
  pointer-events: none;
  color: #aaaaaa;
  transition: all 200ms;
}
.submit .right-icon {
  font-size: 18px;
  margin-left: 15px;
}
.search-college.search-block {
  height: auto;
}
.search-college .show-filter {
  display: flex !important;
}
.search-college form {
  background: none;
  height: auto;
  width: 100%;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.search-college .filter-box,
.search-college .form-groups {
  background: #fff;
  padding: 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  height: 60px;
  border: 0;
  display: table;
  width: 100%;
  padding-left: 140px;
}
.search-college .search-btn {
  background: #333;
  color: #fff;
}
.search-college .college-search {
  width: 90%;
}
.search-college .filter-option {
  position: absolute;
  left: 0;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background: #ddd;
  padding: 0 15px 0 30px;
  height: 60px;
  line-height: 60px;
  color: #333;
  text-transform: uppercase;
}
.search-college .filter-option .right-icon {
  font-size: 16px;
  margin-left: 15px;
  color: #979696;
}
.search-college .form-groups {
  padding: 0 15px 0 30px;
  display: block;
}
.search-college .form-groups .select {
  width: 100%;
  padding: 16px 0;
  font-size: 16px;
  color: #767676;
  border: 0;
  background: transparent url("../images/down.png") no-repeat 94% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 35px;
}
.search-college .filters {
  margin: 0;
  width: 100%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  display: none;
}
.search-college .search-now {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.search-data,
.search-filters {
  float: left;
  width: 160px;
  background: #eee;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  margin-left: 15px;
  padding: 2px 18px;
  position: relative;
}
.search-data .textfield,
.search-filters .textfield,
.search-data .feedback .textarea,
.feedback .search-data .textarea,
.search-filters .feedback .textarea,
.feedback .search-filters .textarea,
.search-data .feedback .select,
.feedback .search-data .select,
.search-filters .feedback .select,
.feedback .search-filters .select,
.search-data .get-news-alert .newsletter-btn,
.get-news-alert .search-data .newsletter-btn,
.search-filters .get-news-alert .newsletter-btn,
.get-news-alert .search-filters .newsletter-btn {
  background: #eee;
  font-size: 12px;
  line-height: 14px;
  border: 0;
  margin: 0;
  padding: 0;
  width: 90%;
}
.search-data .search-btn,
.search-filters .search-btn {
  position: absolute;
  right: 15px;
  top: 5px;
  font-size: 12px;
}
.search-filter {
  margin-top: -7px;
}
.search-filters {
  padding-right: 10px;
}
.search-filters select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 12px;
  color: #666;
  border: 0;
  padding-right: 0;
  background: #eee url(../images/down.png) no-repeat 96% 50%;
  background-size: 13px;
  float: left;
  width: 100%;
}
.search-filters .form-groups {
  padding: 0;
  border: 0;
}
.student-college-search {
  margin-bottom: 40px;
}
.student-college-search.search-college .form-groups {
  background: #f2ecec;
  padding-left: 22px;
}
.student-college-search.search-college .filter-option {
  background: #f2ecec;
  padding-left: 40px;
}
.student-college-search.search-college .college-search {
  background: #f8f7f7;
  width: 90%;
}
.student-college-search.search-college .search-now {
  width: 100%;
  margin: 0 !important;
  display: table;
  max-width: none;
}
.upload-box .modal-header {
  background: #fff;
  border-radius: 0 !important;
  border: 0 !important;
}
.upload-box .modal-header .modal-title {
  font-size: 20px;
  color: #333;
  border: 0;
  font-weight: 500;
  text-align: center;
  display: table;
  width: 100%;
}
.upload-box .modal-header .dismiss-btn {
  position: absolute;
  opacity: 1;
  right: -20px;
  top: -20px;
  margin: 0;
  padding: 0;
  z-index: 98;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  background: #333;
  border: 1px solid #ccc;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
}
.upload-box .modal-header .dismiss-btn:hover {
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.upload-box .upload-form .label {
  position: relative;
  top: 0;
  left: 0;
  color: #333;
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
}
.upload-box .upload-form .textfield,
.upload-box .upload-form .feedback .textarea,
.feedback .upload-box .upload-form .textarea,
.upload-box .upload-form .feedback .select,
.feedback .upload-box .upload-form .select,
.upload-box .upload-form .get-news-alert .newsletter-btn,
.get-news-alert .upload-box .upload-form .newsletter-btn {
  padding: 5px 10px;
  display: block;
  color: #333;
  font-size: 14px;
  border: 1px solid #ddd;
  width: 100%;
}
.upload-box .upload-form .textarea {
  border: 1px solid #ddd;
  width: 100%;
  height: 300px;
  font-size: 14px;
  padding: 5px 10px;
}
.upload-box .upload-form .select {
  width: 100%;
  padding: 0 15px;
  font-size: 14px;
  height: 38px;
  color: #767676;
  border: 1px solid #ddd;
  background: transparent url(../images/down.png) no-repeat 98% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.upload-box .upload-form .form-group {
  margin-bottom: 1.5em;
}
#payment-form .modal-lg {
  max-width: 870px;
}
#payment-form .payment-info {
  background: #666666;
  padding: 40px;
  color: #f3f3f3;
}
#payment-form .payment-info .main-title,
#payment-form .payment-info .subline {
  color: #fff;
  font-size: 23px;
  line-height: 34px;
  font-weight: 500;
  display: block;
  margin-bottom: 40px;
  letter-spacing: -1px;
}
#payment-form .payment-info .media .left-icon {
  font-size: 30px;
}
#payment-form .payment-info .media .main-title,
#payment-form .payment-info .media .subline {
  font-size: 18px;
  line-height: 24px;
  color: #f3f3f3;
  font-weight: 400;
  letter-spacing: normal;
}
#payment-form .payment-form {
  background: #fff;
}
#payment-form form {
  padding: 40px 0;
}
#payment-form .form-groups {
  background: #eee;
  position: relative;
  padding: 0 15px;
}
#payment-form .label {
  left: inherit;
}
#payment-form .fieldbox {
  padding: 0 15px;
}
#payment-form .textfield,
#payment-form .feedback .textarea,
.feedback #payment-form .textarea,
#payment-form .feedback .select,
.feedback #payment-form .select,
#payment-form .get-news-alert .newsletter-btn,
.get-news-alert #payment-form .newsletter-btn {
  padding: 15px;
}
#payment-form .login-btn {
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
}
#payment-form .dismiss-btn {
  position: absolute;
  opacity: 1;
  right: -30px;
  top: -20px;
  z-index: 98;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  background: #333;
  border: 1px solid #ccc;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
}
#payment-form .dismiss-btn:hover {
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#payment-form .modal-content {
  position: relative;
}
.file-info {
  font-size: 12px;
  color: #888;
  display: inline-block;
  width: 100%;
  line-height: 16px;
  position: relative;
  top: -20px;
}
.file-upload {
  position: relative;
  padding: 0;
  border: 1px solid #eee;
  background: none;
  padding: 0 20px 0 0;
  width: 100%;
  border: 1px solid #d2d6de;
  height: 35px;
  display: inline-block;
}
.file-upload input[type="file"] {
  opacity: 0;
  display: inline-block;
  width: 100%;
  padding: 5px 20px !important;
  margin: 0 !important;
}
.file-upload:before {
  content: "Upload";
  opacity: 1;
  position: absolute;
  right: 15px;
  top: 5px;
  padding: 2px 30px;
  font-size: 12px;
  color: #333;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: 18px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.file-upload:hover:before {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.8);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.8);
}
.file-upload .choose-file {
  margin-top: -40px;
  margin-bottom: 0;
  font-size: 16px;
  color: #666;
  margin-left: 15px;
  width: 60%;
  float: left;
  font-weight: normal;
}
.file-upload .choose-file span {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
  display: inline-block;
  overflow: hidden;
  position: relative;
  top: 11px;
  font-size: 14px;
}
.father-box .sub-main-title,
.mother-box .sub-main-title {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
}
.mother-box .sub-main-title {
  margin-top: 40px;
}
.select2-container .select2-selection--multiple {
  min-height: inherit;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #ddd;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
  cursor: text;
  font-size: 14px;
}
.select2-container--default .select2-search--inline .select2-search__field {
  width: 100% !important;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #ddd;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  padding: 0 5px 5px 5px;
  width: 100%;
  display: table;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  margin: 5px 0 0 5px;
  line-height: normal;
}
.search-site {
  width: 100%;
  margin: 0;
  background: #fff;
  padding: 0;
  position: relative;
  height: 50px;
  top: 0;
  right: 0;
  z-index: 98;
  display: block;
}
.search-site.hide {
  display: none !important;
}
.search-site.show-search {
  display: block;
}
.search-site .textfield,
.search-site .feedback .textarea,
.feedback .search-site .textarea,
.search-site .feedback .select,
.feedback .search-site .select,
.search-site .get-news-alert .newsletter-btn,
.get-news-alert .search-site .newsletter-btn {
  float: left;
  width: 100%;
  padding-right: 50px;
  border: 0;
  font-size: 16px;
  padding-left: 15px;
  height: 50px;
  background: none;
  border: 1px solid #ddd;
  color: #222;
}
.search-site .textfield:focus,
.search-site .feedback .textarea:focus,
.feedback .search-site .textarea:focus,
.search-site .feedback .select:focus,
.feedback .search-site .select:focus,
.search-site .get-news-alert .newsletter-btn:focus,
.get-news-alert .search-site .newsletter-btn:focus {
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.search-site .search-btn {
  position: absolute;
  background: #666;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  color: #fff;
  line-height: 58px;
  text-align: center;
  font-size: 18px;
  border: 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.search-site .search-btn:hover {
  background: #293982;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn-search.close-icon .left-icon:before {
  content: "\e870";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.unicode-box {
  display: block;
  margin: 0;
}
.unicode-box .converter-tab {
  margin-bottom: 30px;
}
.unicode-box .nav-tabs {
  border: 0;
}
.unicode-box .nav-tabs .nav-link {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  background: #aaa;
  border: 0;
  padding: 7px 20px;
  line-height: 24px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.unicode-box .nav-tabs .nav-link.active {
  color: #fff;
  background: #666;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.unicode-form {
  margin: 0;
  padding: 0;
}
.unicode-form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.unicode-form label {
  display: block;
  font-size: 14px;
  margin: 0 0 15px 0;
}
.unicode-form .textfield,
.unicode-form .feedback .textarea,
.feedback .unicode-form .textarea,
.unicode-form .feedback .select,
.feedback .unicode-form .select,
.unicode-form .get-news-alert .newsletter-btn,
.get-news-alert .unicode-form .newsletter-btn {
  border: 1px solid #ddd;
  padding: 15px;
  font-size: 16px;
  color: #222;
  width: 100%;
}
.unicode-form .textarea {
  height: 280px;
  overflow: auto;
  resize: vertical;
  font-size: 20px;
  line-height: 32px;
}
.unicode-form .convert-btn {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 5px 20px;
  color: #222;
  display: table;
  font-weight: 700;
  font-size: 16px;
  margin: 15px auto 30px auto;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  top: 0;
}
.unicode-form .convert-btn .left-icon {
  position: relative;
  font-size: 20px;
}
.unicode-form .convert-btn:hover {
  background: #d13938;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.feedback-form .description {
  display: block;
}
.feedback,
.feedback fieldset,
.feedback fieldset,
.feedback fieldset fieldset {
  padding: 0;
}
.feedback,
.feedback fieldset {
  margin-top: 15px;
}
.feedback .textfield,
.feedback .textarea,
.feedback .select,
.feedback.contact-form .textarea,
.feedback fieldset.contact-form .textarea,
.feedback .get-news-alert .newsletter-btn,
.get-news-alert .feedback .newsletter-btn,
.feedback .select,
.feedback .textarea,
.feedback .contact-cv {
  border: 1px solid #47bff3;
  padding: 9px 20px;
  font-size: 16px;
  display: block;
  color: #293982;
  width: 100%;
  margin-bottom: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 14px 24px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 14px 24px rgba(0, 0, 0, 0.05);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.05);
}
.feedback .textarea {
  height: 154px;
  color: #293982;
}
.feedback.contact-form .textarea,
.feedback fieldset.contact-form .textarea {
  height: 297px;
}
.feedback .select {
  background: #fff url(../images/icon-select.png) no-repeat 96% 50%;
}
.feedback input[type="file"] {
  opacity: 0;
  display: inline-block;
  width: 100%;
  padding: 5px 20px !important;
  margin: 0 !important;
}
.feedback .contact-cv {
  position: relative;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.feedback .contact-cv:before {
  content: "Attach CV";
  opacity: 1;
  position: absolute;
  left: 20px;
  top: 8px;
  background: #ddd;
  padding: 5px 10px;
  font-size: 11px;
  color: #202124;
  line-height: 18px;
}
.feedback .contact-cv:hover:before {
  background: #293982;
}
.feedback .action-btn {
  background: none;
  border: 0;
}
.feedback .action-btn .more-nav {
  margin-top: 25px;
}
.feedback .more-link {
  display: table;
  position: relative;
  margin: 0;
  text-align: right;
}
.feedback .more-link .ajax-loader {
  position: absolute;
  top: 12px;
  right: -11px;
}
.feedback .more-link .more-btns {
  display: table;
  margin: 0 auto;
  font-size: 14px;
  color: #666;
  font-weight: 400;
  border: 0;
  padding: 7px 20px;
  line-height: 20px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.feedback .more-link .more-btns:hover {
  background: #293982;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.feedback-title {
  font-size: 20px;
  font-weight: 700;
  color: #202124;
  display: block;
}
.site-search {
  width: 100%;
  margin: 0;
  background: #fff;
  padding: 0;
  position: relative;
  height: 50px;
  top: 0;
  right: 0;
  z-index: 98;
  display: block;
}
.site-search.hide {
  display: none !important;
}
.site-search.show-search {
  display: block;
}
.site-search .textfield,
.site-search .feedback .textarea,
.feedback .site-search .textarea,
.site-search .feedback .select,
.feedback .site-search .select,
.site-search .get-news-alert .newsletter-btn,
.get-news-alert .site-search .newsletter-btn {
  float: left;
  width: 100%;
  padding-right: 50px;
  border: 0;
  font-size: 16px;
  padding-left: 15px;
  height: 50px;
  background: none;
  border: 1px solid #ddd;
  color: #222;
  box-shadow: 0 0 10px 100px #001949 inset;
}
.site-search .textfield:focus,
.site-search .feedback .textarea:focus,
.feedback .site-search .textarea:focus,
.site-search .feedback .select:focus,
.feedback .site-search .select:focus,
.site-search .get-news-alert .newsletter-btn:focus,
.get-news-alert .site-search .newsletter-btn:focus {
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.site-search .search-btn {
  margin-top: 0;
  position: absolute;
  background: #293982;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  color: #fff;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.site-search .search-btn:hover {
  background: #f66035;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.feedback.emi-calculate,
.feedback fieldset.emi-calculate {
  margin-top: 0;
  text-align: left;
}
.feedback.emi-calculate fieldset,
.feedback fieldset.emi-calculate fieldset {
  margin-top: 0;
}
.feedback.emi-calculate label,
.feedback fieldset.emi-calculate label {
  font-weight: 700;
  font-size: 14px;
  color: #202124;
}
.feedback.emi-calculate .textfield,
.feedback fieldset.emi-calculate .textfield,
.feedback.emi-calculate .textarea,
.feedback fieldset.emi-calculate .textarea,
.feedback.emi-calculate .select,
.feedback fieldset.emi-calculate .select,
.feedback.emi-calculate .get-news-alert .newsletter-btn,
.get-news-alert .feedback.emi-calculate .newsletter-btn,
.feedback fieldset.emi-calculate .get-news-alert .newsletter-btn,
.get-news-alert .feedback fieldset.emi-calculate .newsletter-btn {
  background: #f4eded;
  border: 0;
  margin-bottom: 12px;
}
.feedback.emi-calculate .calculate-btn,
.feedback fieldset.emi-calculate .calculate-btn {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  background: #d13938;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 9px 30px;
  line-height: 20px;
  border: 0;
  margin-top: 15px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.feedback.emi-calculate .calculate-btn:hover,
.feedback fieldset.emi-calculate .calculate-btn:hover {
  background: #293982;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.feedback.emi-calculate .result-box,
.feedback fieldset.emi-calculate .result-box {
  float: right;
  text-align: right;
}
.feedback.emi-calculate .result-box .form-title,
.feedback fieldset.emi-calculate .result-box .form-title {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  display: block;
}
.feedback.emi-calculate .result-box .main-title,
.feedback fieldset.emi-calculate .result-box .main-title,
.feedback.emi-calculate .result-box .subline,
.feedback fieldset.emi-calculate .result-box .subline {
  font-size: 25px;
  line-height: 38px;
  display: block;
  color: #202124;
  margin-top: 0;
}
.newsletter-form {
  margin: 20px 0 0 0;
  padding: 0;
  border-radius: 50px;
  border: 1px solid #ccc;
  position: relative;
}
.newsletter-form .textfield,
.newsletter-form .feedback .textarea,
.feedback .newsletter-form .textarea,
.newsletter-form .feedback .select,
.feedback .newsletter-form .select,
.newsletter-form .get-news-alert .newsletter-btn,
.get-news-alert .newsletter-form .newsletter-btn {
  background: none;
  border: 0;
  padding: 2px 20px;
  color: #fff;
  font-size: 12px;
  width: 90%;
}
.newsletter-form .submit-btn {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 2px;
  right: 20px;
  background: none;
  border: 0;
}
.newsletter-form ::-webkit-input-placeholder {
  color: #ccc;
}
.newsletter-form ::-moz-placeholder {
  color: #ccc;
}
.newsletter-form :-ms-input-placeholder {
  color: #ccc;
}
.newsletter-form :-moz-placeholder {
  color: #ccc;
}
.feedback,
.feedback fieldset {
  margin-bottom: 40px;
}
.feedback ::-webkit-input-placeholder,
.feedback fieldset ::-webkit-input-placeholder {
  color: #202124;
}
.feedback ::-moz-placeholder,
.feedback fieldset ::-moz-placeholder {
  color: #202124;
}
.feedback :-ms-input-placeholder {
  color: #202124;
}
.feedback :-moz-placeholder {
  color: #202124;
}
.services-list {
  margin-top: 40px;
}
.services-list .items {
  text-align: center;
  margin-bottom: 60px;
  box-sizing: border-box;
}
.services-list .items img {
  margin: 0 auto 30px auto;
  max-height: 60px;
  display: block;
}
.services-list .items .main-title,
.services-list .items .subline {
  margin-top: 20px;
  color: #293982;
}
.services-list .items .more-link {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #d13938;
  margin-top: 5px;
}
.services-list .items .description {
  margin-bottom: 0 !important;
  margin-top: 10px !important;
}
.feedback .textfield.file-upload,
.feedback .file-upload.textarea,
.feedback .file-upload.select,
.feedback .get-news-alert .file-upload.newsletter-btn,
.get-news-alert .feedback .file-upload.newsletter-btn {
  height: 40px;
  padding-left: 0;
  padding-right: 0;
  border: 1px dashed #202124;
  position: relative;
}
.feedback .textfield.file-upload .choose-file,
.feedback .file-upload.textarea .choose-file,
.feedback .file-upload.select .choose-file,
.feedback .get-news-alert .file-upload.newsletter-btn .choose-file,
.get-news-alert .feedback .file-upload.newsletter-btn .choose-file {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.feedback .textfield.file-upload:before,
.feedback .file-upload.textarea:before,
.feedback .file-upload.select:before,
.feedback .get-news-alert .file-upload.newsletter-btn:before,
.get-news-alert .feedback .file-upload.newsletter-btn:before {
  top: 7px;
  border: 1px solid #ccc;
  background: #eee;
  display: none;
}
.feedback .textfield.file-upload:hover:before,
.feedback .file-upload.textarea:hover:before,
.feedback .file-upload.select:hover:before,
.feedback .get-news-alert .file-upload.newsletter-btn:hover:before,
.get-news-alert .feedback .file-upload.newsletter-btn:hover:before {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #143b88;
  color: #fff;
  border-color: #143b88;
}
.feedback .textfield input[type="file"],
.feedback .textarea input[type="file"],
.feedback .select input[type="file"],
.feedback .get-news-alert .newsletter-btn input[type="file"],
.get-news-alert .feedback .newsletter-btn input[type="file"] {
  top: -10px;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.feedback.contact-form .label-title,
.feedback fieldset.contact-form .label-title {
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: 600;
  display: block;
  color: #202124;
  line-height: 26px;
}
.feedback.contact-form .label-title .require,
.feedback fieldset.contact-form .label-title .require {
  color: #d13938;
}
.feedback.contact-form .textfield,
.feedback fieldset.contact-form .textfield,
.feedback.contact-form .select,
.feedback fieldset.contact-form .select,
.feedback.contact-form .textarea,
.feedback fieldset.contact-form .textarea,
.feedback.contact-form .get-news-alert .newsletter-btn,
.get-news-alert .feedback.contact-form .newsletter-btn,
.feedback fieldset.contact-form .get-news-alert .newsletter-btn,
.get-news-alert .feedback fieldset.contact-form .newsletter-btn {
  border: 1px solid #ccc;
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 600;
  color: #293982;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  -webkit-box-shadow: 0 14px 24px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 14px 24px rgba(0, 0, 0, 0.05);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.05);
}
.feedback.contact-form .textfield.file-upload,
.feedback fieldset.contact-form .textfield.file-upload,
.feedback.contact-form .file-upload.select,
.feedback fieldset.contact-form .file-upload.select,
.feedback.contact-form .file-upload.textarea,
.feedback fieldset.contact-form .file-upload.textarea,
.feedback.contact-form .get-news-alert .file-upload.newsletter-btn,
.get-news-alert .feedback.contact-form .file-upload.newsletter-btn,
.feedback fieldset.contact-form .get-news-alert .file-upload.newsletter-btn,
.get-news-alert .feedback fieldset.contact-form .file-upload.newsletter-btn {
  height: 40px;
  padding-left: 0;
  padding-right: 0;
  border: 1px dashed #ccc;
  position: relative;
}
.feedback.contact-form .textfield.file-upload .choose-file,
.feedback fieldset.contact-form .textfield.file-upload .choose-file,
.feedback.contact-form .file-upload.select .choose-file,
.feedback fieldset.contact-form .file-upload.select .choose-file,
.feedback.contact-form .file-upload.textarea .choose-file,
.feedback fieldset.contact-form .file-upload.textarea .choose-file,
.feedback.contact-form .get-news-alert .file-upload.newsletter-btn .choose-file,
.get-news-alert .feedback.contact-form .file-upload.newsletter-btn .choose-file,
.feedback
  fieldset.contact-form
  .get-news-alert
  .file-upload.newsletter-btn
  .choose-file,
.get-news-alert
  .feedback
  fieldset.contact-form
  .file-upload.newsletter-btn
  .choose-file {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  margin: 0;
  color: #d13938;
}
.feedback.contact-form .textfield.file-upload .choose-file .left-icon,
.feedback fieldset.contact-form .textfield.file-upload .choose-file .left-icon,
.feedback.contact-form .file-upload.select .choose-file .left-icon,
.feedback fieldset.contact-form .file-upload.select .choose-file .left-icon,
.feedback.contact-form .file-upload.textarea .choose-file .left-icon,
.feedback fieldset.contact-form .file-upload.textarea .choose-file .left-icon,
.feedback.contact-form
  .get-news-alert
  .file-upload.newsletter-btn
  .choose-file
  .left-icon,
.get-news-alert
  .feedback.contact-form
  .file-upload.newsletter-btn
  .choose-file
  .left-icon,
.feedback
  fieldset.contact-form
  .get-news-alert
  .file-upload.newsletter-btn
  .choose-file
  .left-icon,
.get-news-alert
  .feedback
  fieldset.contact-form
  .file-upload.newsletter-btn
  .choose-file
  .left-icon {
  margin-right: 5px;
}
.feedback.contact-form .textfield.file-upload:before,
.feedback fieldset.contact-form .textfield.file-upload:before,
.feedback.contact-form .file-upload.select:before,
.feedback fieldset.contact-form .file-upload.select:before,
.feedback.contact-form .file-upload.textarea:before,
.feedback fieldset.contact-form .file-upload.textarea:before,
.feedback.contact-form .get-news-alert .file-upload.newsletter-btn:before,
.get-news-alert .feedback.contact-form .file-upload.newsletter-btn:before,
.feedback
  fieldset.contact-form
  .get-news-alert
  .file-upload.newsletter-btn:before,
.get-news-alert
  .feedback
  fieldset.contact-form
  .file-upload.newsletter-btn:before {
  top: 7px;
  border: 1px solid #ccc;
  background: #eee;
  display: none;
}
.feedback.contact-form .textfield.file-upload:hover:before,
.feedback fieldset.contact-form .textfield.file-upload:hover:before,
.feedback.contact-form .file-upload.select:hover:before,
.feedback fieldset.contact-form .file-upload.select:hover:before,
.feedback.contact-form .file-upload.textarea:hover:before,
.feedback fieldset.contact-form .file-upload.textarea:hover:before,
.feedback.contact-form .get-news-alert .file-upload.newsletter-btn:hover:before,
.get-news-alert .feedback.contact-form .file-upload.newsletter-btn:hover:before,
.feedback
  fieldset.contact-form
  .get-news-alert
  .file-upload.newsletter-btn:hover:before,
.get-news-alert
  .feedback
  fieldset.contact-form
  .file-upload.newsletter-btn:hover:before {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #143b88;
  color: #fff;
  border-color: #143b88;
}
.feedback.contact-form .textfield input[type="file"],
.feedback fieldset.contact-form .textfield input[type="file"],
.feedback.contact-form .select input[type="file"],
.feedback fieldset.contact-form .select input[type="file"],
.feedback.contact-form .textarea input[type="file"],
.feedback fieldset.contact-form .textarea input[type="file"],
.feedback.contact-form .get-news-alert .newsletter-btn input[type="file"],
.get-news-alert .feedback.contact-form .newsletter-btn input[type="file"],
.feedback
  fieldset.contact-form
  .get-news-alert
  .newsletter-btn
  input[type="file"],
.get-news-alert
  .feedback
  fieldset.contact-form
  .newsletter-btn
  input[type="file"] {
  top: -10px;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.feedback.contact-form .textarea,
.feedback fieldset.contact-form .textarea {
  height: 142px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  resize: none;
  padding: 20px;
  line-height: 20px;
}
.feedback.contact-form select:required:invalid,
.feedback fieldset.contact-form select:required:invalid {
  color: rgba(0, 0, 0, 0.5);
}
.feedback.contact-form span.error-message,
.feedback fieldset.contact-form span.error-message {
  font-size: 12px;
  color: #d13938;
  margin-top: 0;
  display: block;
}
.feedback.contact-form .btn-rounded,
.feedback fieldset.contact-form .btn-rounded {
  background: #d13938;
  border-color: #d13938;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 41px;
  font-size: 16px;
  display: block;
  height: auto;
  padding: 0 20px;
  margin-top: 0px;
}
.feedback.contact-form .btn-rounded:after,
.feedback fieldset.contact-form .btn-rounded:after {
  display: none;
}
.feedback.contact-form .btn-rounded:hover,
.feedback fieldset.contact-form .btn-rounded:hover {
  color: #eee;
}
.feedback.contact-form .more-link,
.feedback fieldset.contact-form .more-link {
  margin-top: 22px;
}
.feedback.contact-form ::-webkit-input-placeholder,
.feedback fieldset.contact-form ::-webkit-input-placeholder {
  color: #293982;
}
.feedback.contact-form ::-moz-placeholder,
.feedback fieldset.contact-form ::-moz-placeholder {
  color: #293982;
}
.feedback.contact-form :-ms-input-placeholder,
.feedback fieldset.contact-form :-ms-input-placeholder {
  color: #293982;
}
.feedback.contact-form :-moz-placeholder,
.feedback fieldset.contact-form :-moz-placeholder {
  color: #293982;
}
.feedback.contact-form .btn.rounded-btn.reverse,
.feedback fieldset.contact-form .btn.rounded-btn.reverse {
  padding: 12px 45px 12px 45px;
}
.feedback .soft-btn {
  min-width: 170px;
}
.search-pop .modal-content {
  height: 100vh;
  background: none;
}
.site-search {
  width: calc(100% - 200px);
  margin: 0;
  background: #fff;
  padding: 0;
  position: relative;
  height: 50px;
  top: 50%;
  left: 100px;
  z-index: 98;
  display: block;
  position: absolute;
  transform: translateY(-50%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 0 30px;
  height: 80px;
  display: flex;
  align-items: center;
}
.search-pop .modal-body .site-search .textfield,
.search-pop .modal-body .site-search .feedback .textarea,
.feedback .search-pop .modal-body .site-search .textarea,
.search-pop .modal-body .site-search .feedback .select,
.feedback .search-pop .modal-body .site-search .select,
.search-pop .modal-body .site-search .get-news-alert .newsletter-btn,
.get-news-alert .search-pop .modal-body .site-search .newsletter-btn {
  border-bottom: 0 !important;
}
.search-pop .modal-body .site-search .new-search {
  position: absolute;
  top: 50% !important;
  right: 30px !important;
  background: #fff;
  font-size: 28px;
  padding: 0;
  border: 0;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  letter-spacing: -0.02em;
  transform: translateY(-50%);
}
.search-pop .modal-header .btn-close {
  background: none;
  color: #fff;
  font-size: 26px;
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 9998;
  margin: 0;
  padding: 0 !important;
  width: auto;
  height: auto;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.search-pop .modal-header .btn-close:before {
  content: "\e870";
  font-family: Linearicons-Free;
}
.search-pop .modal-header .btn-close:hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.nice-select {
  position: relative;
}
.nice-select .current {
  text-overflow: ellipsis;
  max-width: 90%;
  display: inline-block;
  overflow: hidden;
}
.nice-select.open .list {
  display: block;
}
.nice-select.open:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.nice-select .list {
  width: 100%;
  max-height: 300px;
  overflow: auto;
  display: none;
}
.nice-select .list .option {
  white-space: pre-wrap;
  line-height: 22px;
  display: block;
  padding: 8px 20px;
  font-size: 14px;
}
.nice-select:after {
  content: "\f107";
  font-size: 23px;
  position: absolute;
  top: 8px;
  right: 10px;
  transform: none;
  height: 30px;
  width: 30px !important;
  transform-origin: unset;
  display: inline-block;
  font-weight: 300;
  margin: 0;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  border: 0;
  color: #293982;
  width: auto;
  text-align: center;
  line-height: 30px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.find-form {
  margin-top: 0;
}
.feedback.contact-form.book-packages-form .textfield,
.feedback fieldset.contact-form.book-packages-form .textfield,
.feedback.contact-form.book-packages-form .select,
.feedback fieldset.contact-form.book-packages-form .select,
.feedback.contact-form.book-packages-form .textarea,
.feedback fieldset.contact-form.book-packages-form .textarea,
.feedback.contact-form.book-packages-form .get-news-alert .newsletter-btn,
.get-news-alert .feedback.contact-form.book-packages-form .newsletter-btn,
.feedback
  fieldset.contact-form.book-packages-form
  .get-news-alert
  .newsletter-btn,
.get-news-alert
  .feedback
  fieldset.contact-form.book-packages-form
  .newsletter-btn {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 400;
  color: #202124;
}
.feedback.contact-form.book-packages-form .textfield.datefield,
.feedback fieldset.contact-form.book-packages-form .textfield.datefield,
.feedback.contact-form.book-packages-form .datefield.select,
.feedback fieldset.contact-form.book-packages-form .datefield.select,
.feedback.contact-form.book-packages-form .datefield.textarea,
.feedback fieldset.contact-form.book-packages-form .datefield.textarea,
.feedback.contact-form.book-packages-form
  .get-news-alert
  .datefield.newsletter-btn,
.get-news-alert
  .feedback.contact-form.book-packages-form
  .datefield.newsletter-btn,
.feedback
  fieldset.contact-form.book-packages-form
  .get-news-alert
  .datefield.newsletter-btn,
.get-news-alert
  .feedback
  fieldset.contact-form.book-packages-form
  .datefield.newsletter-btn {
  background: url(../images/calendar.png) no-repeat 95% 50%;
}
.feedback.contact-form.book-packages-form .textarea,
.feedback fieldset.contact-form.book-packages-form .textarea {
  height: 190px;
  resize: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.feedback.contact-form.book-packages-form .select,
.feedback fieldset.contact-form.book-packages-form .select {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.feedback.contact-form.book-packages-form ::-webkit-input-placeholder,
.feedback fieldset.contact-form.book-packages-form ::-webkit-input-placeholder {
  color: #666;
}
.feedback.contact-form.book-packages-form ::-moz-placeholder,
.feedback fieldset.contact-form.book-packages-form ::-moz-placeholder {
  color: #666;
}
.feedback.contact-form.book-packages-form :-ms-input-placeholder,
.feedback fieldset.contact-form.book-packages-form :-ms-input-placeholder {
  color: #666;
}
.feedback.contact-form.book-packages-form :-moz-placeholder,
.feedback fieldset.contact-form.book-packages-form :-moz-placeholder {
  color: #666;
}
.feedback,
.feedback fieldset,
.feedback fieldset,
.feedback fieldset fieldset {
  margin-bottom: 20px;
}
.white-bg {
  background: none;
}
.section.full-bigyapan {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.section.full-bigyapan img {
  max-width: 100%;
}
.left-side {
  margin-top: 0;
}
.left-side .full-ad {
  padding: 0;
}
.right-side {
  margin-top: 0;
}
.more-btn {
  display: block;
  margin-top: 30px;
  padding-left: 100px;
}
.more-btn a {
  background: #4b830d;
  font-size: 14px;
  line-height: 20px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px;
  padding: 3px 20px;
  color: #fff;
}
.more-btn a .left-icon {
  margin-right: 10px;
}
.more-btn a:hover {
  background: #222;
}
.right-side .items {
  margin-top: 30px;
  margin-bottom: 0;
}
.right-side .items:first-child {
  margin-bottom: 0;
  margin-top: 0;
}
.right-side .items h1 {
  font-size: 20px;
  color: #4b830d;
  margin: 0 0 20px 0;
  padding: 0 0 6px 0;
  font-weight: 600;
  line-height: 32px;
  border-bottom: 1px solid #337ab7;
}
.right-side .items.bigyapan-box img {
  width: 100%;
}
.right-side .ad-item img {
  width: 100%;
}
.video-list .video-play {
  position: absolute;
  top: 50%;
  margin: 0 auto;
  left: 50%;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  border: 2px solid #fff;
  width: 44px;
  height: 44px;
  background: #a86f38;
  color: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
}
.video-list .video-play .fa {
  position: relative;
  left: 2px;
}
.video-list a:hover .video-play {
  opacity: 0;
}
.video-list .special-featured-box .video-play {
  left: 60px;
  top: 60px;
}
.table > :not(:first-child) {
  border: 0;
}
.editor-box table {
  border: 1px solid #dee2e6 !important;
}
.editor-box table th {
  background: #1967d2;
  color: #fff;
  line-height: 20px;
  font-size: 16px;
  padding: 10px 20px;
}
.editor-box table td {
  vertical-align: middle !important;
  border: 1px solid #dee2e6 !important;
  line-height: 20px;
  font-size: 16px;
  padding: 10px 20px;
}
.editor-box table td .media {
  justify-content: center;
  align-items: center;
}
.editor-box table td .media .user-img img {
  margin: 0 !important;
}
.editor-box table td .media .main-title,
.editor-box table td .media .subline {
  margin-top: 0;
  font-size: 16px;
}
.editor-box table td .social-links {
  margin: 0;
  display: block;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.editor-box table td .social-links a {
  background: #d7dddc;
  width: 21px;
  height: 21px;
  color: #267163;
  font-size: 12px;
  text-align: center;
  line-height: 23px;
  margin: 0 2px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
}
.editor-box table td .social-links a .left-icon {
  top: 0;
}
.editor-box table tr:nth-of-type(odd) {
  background: #fff !important;
}
.editor-box table tr:nth-of-type(even) {
  background: #fff !important;
}
.editor-box table tr:hover .social-links {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.page-title {
  padding-left: 0;
}
.page-title .page-title-big {
  font-size: 50px;
  line-height: 60px;
  color: #333;
  font-weight: 500;
}
.heading-box {
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
  margin: 30px 0;
}
.heading-box .share-box {
  padding-right: 0;
  position: relative;
  top: 5px;
}
.heading-box .share-box .share-now {
  float: right;
}
.heading-box .share-box .share-now:before {
  content: "\f1e0";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 24px;
  color: #999;
  position: relative;
  top: 2px;
  margin-right: 15px;
}
.bishesh .extra-title h1 {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.bishesh .extra-title h2 {
  margin-bottom: 30px;
}
.festival-banner {
  margin-bottom: 30px;
  display: none;
}
.total-comments {
  padding-left: 0;
  color: #666;
  font-size: 14px;
}
.total-comments .left-icon {
  margin-right: 10px;
  color: #888888;
  font-size: 18px;
  position: relative;
  top: 0;
}
.video-title {
  margin-bottom: 0;
  border: 0;
}
.video-title .page-title {
  margin-bottom: 15px;
  padding-right: 0;
}
.video-title .page-title-big {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 15px;
}
.comment-box {
  margin-top: 50px;
  margin-bottom: 50px;
}
.comment-box.video-comment {
  margin-top: 0;
}
.comment-box .cat-tags {
  margin-bottom: 15px;
}
.comment-box .comment-title {
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
}
.comment-box .comment-list {
  display: block;
  margin-bottom: 30px;
}
.detail-box .editor-box .embed-responsive {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.detail-box .editor-box figcaption {
  font-size: 14px;
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
  float: left;
  width: 100%;
  line-height: 20px;
  color: #555;
}
.detail-box .ad-cards img {
  width: 100%;
}
.featured-image img {
  max-width: 100%;
  display: table;
  margin: 0 auto;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
.featured-images img {
  max-width: 100%;
  display: table;
  margin: 0 auto;
}
.featured-images .caption-line {
  font-size: 14px;
  display: block;
  border-bottom: 0;
  padding: 5px 0;
  float: left;
  width: 100%;
  line-height: 20px;
  padding: 20px 0 0 0;
  font-style: italic;
  color: #fff;
  text-align: center;
}
.get-news-alert {
  display: block;
  margin: 30px 0;
}
.get-news-alert form {
  display: inline-block;
  width: 100%;
  background: #4b830d;
  padding: 10px 30px 30px 30px;
}
.get-news-alert form .main-title,
.get-news-alert form .subline {
  font-size: 12px;
  color: #fff;
  display: block;
  text-transform: uppercase;
}
.get-news-alert form ::-webkit-input-placeholder {
  color: #dedbdb;
}
.get-news-alert form ::-moz-placeholder {
  color: #dedbdb;
}
.get-news-alert form :-ms-input-placeholder {
  color: #dedbdb;
}
.get-news-alert form :-moz-placeholder {
  color: #dedbdb;
}
.get-news-alert .textfield,
.get-news-alert .feedback .textarea,
.feedback .get-news-alert .textarea,
.get-news-alert .feedback .select,
.feedback .get-news-alert .select,
.get-news-alert .newsletter-btn {
  float: left;
  width: 75%;
  padding: 0 10px;
  font-size: 14px;
  border: 0;
  height: 33px;
  background: #3c9282;
  color: #fff;
}
.get-news-alert .newsletter-btn {
  width: 25%;
  background: #84b4d4;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.get-news-alert .newsletter-btn:hover {
  background: #222;
}
.get-news-alert .right-icon {
  margin-left: 5px;
}
.pub-date {
  font-size: 14px;
  display: block;
  line-height: 16px;
  font-weight: 400;
}
.published-box {
  margin: 30px 0 0 0;
}
.published-box .comment-box {
  margin-bottom: 30px;
}
.published-box .related-tags {
  display: block;
  border-bottom: 1px dotted #ddd;
  border-top: 1px dotted #ddd;
  padding-top: 30px;
  margin-top: 30px;
  padding-bottom: 30px;
}
.published-box .related-tags .tags {
  background: #ccc;
  padding: 3px 10px;
  border-radius: 5px;
  color: #222;
  margin-right: 5px;
  line-height: 22px;
  font-size: 14px;
  margin-bottom: 5px;
  float: left;
}
.content-editor {
  margin-top: 10px;
  padding-right: 0;
}
.content-editor .news-big-title {
  color: #323232;
  font-size: 50px;
  font-weight: 700;
  display: block;
  line-height: 60px;
  margin-bottom: 0;
}
.content-editor .tags {
  margin-bottom: 30px;
}
.content-editor .news-sub-heading {
  font-size: 23px;
  line-height: 32px;
  display: block;
  color: #777;
  margin-bottom: 0;
  margin-top: 15px;
  font-weight: 700;
}
.content-editor .authors-box {
  border-top: 1px solid #ddd;
  padding-top: 30px;
  padding-bottom: 20px;
  margin: 15px 0 0 0;
  padding: 20px 0 0 0;
}
.content-editor .authors-box .main-title,
.content-editor .authors-box .subline {
  font-weight: 700;
  font-size: 16px;
  display: block;
  margin-top: 12px;
  line-height: 22px;
}
.content-editor .authors-box .designation {
  font-size: 14px;
  color: #6b6969;
  display: block;
  line-height: 20px;
}
.content-editor .authors-box .author-pic {
  padding-left: 0;
}
.content-editor .authors-box .author-pic .social-links {
  display: block;
  position: relative;
  margin-top: -20px;
  text-align: center;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.content-editor .authors-box .author-pic .social-links .link-text {
  position: absolute;
}
.content-editor .authors-box .author-pic .social-links .link-text.fb {
  top: 0;
  right: 11px;
  position: absolute;
}
.content-editor .authors-box .author-pic .social-links .link-text.tw {
  position: absolute;
  top: -17px;
  right: -8px;
}
.content-editor .authors-box .author-pic .social-links a {
  background: #d7dddc;
  width: 21px;
  height: 21px;
  color: #267163;
  font-size: 12px;
  text-align: center;
  line-height: 23px;
  margin: 0 2px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
}
.content-editor .authors-box .author-pic .social-links a .left-icon {
  top: 0;
}
.content-editor .authors-box .author-pic:hover .social-links {
  opacity: 1;
}
.content-editor .share-box {
  padding-right: 0;
  position: relative;
  top: 5px;
}
.content-editor .share-box .share-now {
  float: right;
}
.content-editor .full-ad img {
  margin: 0;
}
.innerpages .items:nth-child(1) {
  margin-top: 0;
}
.insert-ad {
  margin-bottom: 20px;
  margin-left: 0;
  margin-top: 10px;
  float: left;
}
.insert-ad .items {
  float: left;
  margin-right: 29px;
}
.insert-ad .items img {
  margin: 0;
}
.insert-ad .items:nth-child(3) {
  margin-right: 0;
}
.bottom-ad .full-ad {
  margin-top: 30px;
}
.left-side .sifaris {
  position: absolute;
  top: 0;
  z-index: 98;
}
.sticky-footer-ad {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.sticky-footer-ad .mini-btn {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 0;
  left: -8px;
  background: #ddd;
  color: #fff;
  padding: 0;
  width: 24px;
  height: 24px;
  font-size: 12px;
  text-align: center;
  line-height: 28px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.sticky-footer-ad .mini-btn:before {
  content: "\e874";
  font-family: Linearicons-Free;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #666;
}
.sticky-footer-ad .mini-btn:hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.sticky-footer-ad.sticky-ad-hide {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.sticky-footer-ad.sticky-ad-hide .mini-btn {
  top: -24px;
}
.sticky-footer-ad.sticky-ad-hide .mini-btn:before {
  content: "\e873";
}
.content-editor {
  margin-top: 0;
  padding-top: 15px;
}
.content-editor.static-page .share-box {
  padding: 0;
}
.content-editor.static-page .share-box .share-now {
  float: left;
}
.content-editor.static-page .share-box .share-now:before {
  display: none;
}
.items img {
  opacity: 1;
}
.mobile-fixed-ad {
  display: none;
}
.all-blogs .samachar .items {
  margin-top: 30px;
  height: 320px;
}
.all-blogs .samachar .items:nth-child(1) {
  margin-top: 0;
}
.all-blogs .samachar .items:nth-child(2) {
  margin-top: 0;
}
.all-blogs .samachar .items:nth-child(3) {
  margin-top: 0;
}
.mobile-ad {
  display: none;
}
.mobile-bottom-ad {
  display: none;
}
.mast-head-ad {
  padding: 0;
}
.top-main-ads {
  margin: 0;
}
.content-editor {
  padding: 0;
}
.content-editor.full-content {
  padding: 0 15px;
}
.content-editor .left-side.sif {
  margin-top: 0;
}
.content-editor .left-side.sif .sifaris-list .items .main-title,
.content-editor .left-side.sif .sifaris-list .items .subline {
  font-size: 20px;
  font-weight: 500;
}
.content-editor .left-side.sif h1 {
  font-size: 20px;
  color: #267163;
  margin: 0;
  padding: 0 0 6px 0;
  font-weight: 600;
  line-height: 32px;
  border-bottom: 1px solid #337ab7;
}
.content-editor .left-side.sif .sifaris-list {
  overflow: auto;
  height: 616px;
}
.content-editor .title-names {
  padding: 0;
  margin-bottom: 30px;
}
.content-editor .title-names.special-title {
  border-bottom: 1px solid #ddd;
}
.content-editor .title-names.special-title .news-big-title {
  font-size: 46px;
  margin-bottom: 15px;
  line-height: 52px;
}
.content-editor .title-names.special-title .share-box {
  margin-top: 0;
  float: right;
  line-height: 10px;
}
.bishesh-left img {
  height: 140px;
  object-fit: cover;
}
.bishesh-left figure {
  position: relative;
}
.bishesh-left figure.mr-3 {
  margin-right: 0 !important;
}
.bishesh-left .video-play {
  position: absolute;
  top: 50%;
  margin: 0 auto;
  left: 50%;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  border: 2px solid #fff;
  width: 44px;
  height: 44px;
  background: #a86f38;
  color: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
}
.bishesh-left .video-play .fa {
  position: relative;
  left: 2px;
}
.bishesh-left a:hover .video-play {
  opacity: 0;
}
.bishesh.more-news img {
  height: 120px;
  object-fit: cover;
}
.bishesh .bishesh-right .items img {
  height: 123px;
  object-fit: cover;
}
.bishesh .bishesh-right .featured-item img {
  height: 262px;
  object-fit: cover;
}
.video-slider img {
  height: 141px;
  object-fit: cover;
}
.photo-slider img {
  height: 460px;
}
.special-featured-box img {
  height: 460px;
  object-fit: cover;
}
.special-featured-box .most-value img {
  height: auto;
  object-fit: cover;
}
.samachar-section figure img {
  height: 141px;
  object-fit: cover;
}
.right-side .ad-item {
  width: 100%;
  height: auto;
}
.right-side .ad-item a {
  display: table;
  width: 100%;
}
.right-side .bichar .bichar-item figure .author-two {
  width: 40px !important;
  height: 40px !important;
  object-fit: cover;
}
.insert-ad .items img {
  margin: 0;
  height: 200px;
  width: 214px;
}
.author-pic .media img {
  margin: 0;
  height: 70px;
  width: 70px;
  object-fit: cover;
  border: 1px solid #ddd;
}
.featured-images {
  padding: 0;
}
.featured-images img {
  height: auto;
  max-width: 100%;
}
.section {
  margin-top: 0;
  padding: 30px 0;
}
.section .full-ad img {
  height: auto;
  width: auto;
  max-width: 100%;
}
.cat-list .special-featured-box .big-feature img {
  height: 705px;
}
.news-cat-list img {
  height: 222px;
}
.news-cat-list.alt img {
  height: 343px;
}
.photo-detail .photo-slider img {
  height: 705px;
}
.generate-ad img {
  height: auto;
}
.team-list-box .items .item img {
  width: 106px;
  height: 106px;
  object-fit: cover;
}
.editor-box table td .media .user-img img {
  margin: 0 !important;
  width: 48px;
  height: 48px;
}
.editor-box table td {
  font-size: 14px;
}
figure {
  position: relative;
}
.videos-list .big-feature {
  margin-top: 30px;
}
.videos-list .big-feature:nth-child(1) {
  margin-top: 0;
}
.videos-list .big-feature:nth-child(2) {
  margin-top: 0;
}
.videos-list .big-feature .video-play {
  position: absolute;
  top: 30px;
  margin: 0 auto;
  right: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 45px;
  width: 44px;
  height: 44px;
  background: #a86f38;
  color: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
}
.videos-list .big-feature .video-play .fa {
  position: relative;
  left: 2px;
}
.videos-list .big-feature a:hover .video-play {
  opacity: 0;
}
.media a {
  display: inherit !important;
}
.items .item-news {
  margin-top: 35px;
}
.items .item-news:nth-child(2) {
  margin-top: 0;
}
.items .item-news .main-title,
.items .item-news .subline {
  font-weight: 700;
  margin-top: 0;
  font-size: 18px;
  line-height: 28px;
}
.items .item-news img {
  height: 80px;
  width: 80px;
  object-fit: cover;
}
.right-side a .main-title,
.right-side a .subline {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.right-side a:hover .main-title,
.right-side a:hover .subline {
  color: #5e6165;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.content-section {
  margin-top: 30px;
}
.breadcrumbs {
  display: block;
  margin: 0;
}
.breadcrumbs li {
  list-style: none;
  font-size: 14px;
  font-weight: 400;
  color: #ddd;
  display: inline-block;
  line-height: normal;
  position: relative;
}
.breadcrumbs li a {
  margin: 0 10px 0 0;
  color: #fff;
  display: inline-block;
  text-shadow: 0 1px 1px #333;
}
.breadcrumbs li a.first {
  margin-left: 0;
}
.breadcrumbs li.active {
  position: relative;
}
.breadcrumbs li.active a {
  color: #ddd;
}
.breadcrumbs li.active:after {
  content: "";
  display: none;
}
.breadcrumbs li:after {
  content: " \f105 ";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  margin: 0 10px 0 0;
}
.spinners {
  width: 70px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.spinners > div {
  width: 18px;
  height: 18px;
  background-color: #ccc;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinners .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinners .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.more-btn {
  background: #e74c3c;
  border: 0;
  font-size: 16px;
  line-height: 28px;
  padding: 5px 20px;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.more-btn .right-icon {
  top: 3px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  right: 0;
}
.more-btn:hover {
  background: #222;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.more-btn:hover .right-icon {
  right: -5px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.team-detail-box .team-infos {
  background: url(../images/shadow.png) no-repeat 98% 0;
  padding: 30px 30px 30px 15px;
}
.team-detail-box .items {
  display: block;
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid #ddd;
}
.team-detail-box .items .main-title,
.team-detail-box .items .subline {
  display: block;
  font-size: 18px;
  line-height: 20px;
  margin-top: 0;
  font-weight: 700;
}
.team-detail-box .items .designation {
  font-size: 14px;
  color: #888888;
  display: block;
}
.team-detail-box .items:nth-child(1) {
  padding-top: 0;
  border-top: 0;
}
.team-detail-box .items.profile-pic .main-title,
.team-detail-box .items.profile-pic .subline {
  margin-top: 30px;
}
.team-detail-box .items.profile-pic img {
  width: 137px;
  height: 137px;
  object-fit: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  display: table;
  margin: 0 auto;
}
.team-detail-box .items.social a {
  font-size: 18px;
  margin: 0 10px;
  color: #888;
}
.team-detail-box .items.social a:hover {
  color: #e74c3c;
}
.team-detail-box .items ul.my-shows {
  margin: 0;
  padding: 0;
}
.team-detail-box .items ul.my-shows li {
  list-style: none;
  margin-top: 10px;
  display: block;
}
.team-detail-box .items ul.my-shows li a {
  font-size: 14px;
  color: #888;
  display: block;
  padding: 2px 10px;
  line-height: 18px;
}
.team-detail-box .items ul.my-shows li a:hover {
  color: #222;
}
.team-detail-box .team-details .editor-box {
  font-size: 16px;
  line-height: 22px;
  color: #555;
}
.team-detail-box .team-details .editor-box h1 {
  font-size: 18px;
  margin-bottom: 10px;
}
.team-detail-box .team-details .editor-box h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
.team-detail-box .team-details .editor-box h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.team-detail-box .team-details .editor-box h4 {
  font-size: 14px;
  margin-bottom: 10px;
}
.team-detail-box .team-details .editor-box h5 {
  font-size: 12px;
  margin-bottom: 10px;
}
.team-detail-box .team-details .editor-box h6 {
  font-size: 10px;
  margin-bottom: 10px;
}
.team-detail-box.pro-details .team-infos {
  padding-top: 0;
}
.team-detail-box.pro-details .team-infos .profile-pic img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.team-more-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.team-more-title.alt {
  margin-bottom: 0;
}
.team-more-title.alt .cat-tags {
  margin-bottom: 0;
}
.more-teams .item-news {
  margin-top: 50px;
}
.more-teams .item-news img {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.more-teams .item-news:nth-child(1) {
  margin-top: 0;
}
.more-teams .item-news:nth-child(2) {
  margin-top: 0;
}
.more-teams .item-news:nth-child(3) {
  margin-top: 0;
}
.more-teams.more-progs .item-news {
  margin-top: 50px;
}
.more-teams.more-progs .item-news img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.horizontal-layout {
  margin-top: 90px;
  margin-bottom: 30px;
}
.horizontal-layout .items {
  margin-top: 0;
}
.bottom-overlay .total-img-count {
  bottom: 12px;
}
.address-btn {
  background: #e74c3c;
  border: 0;
  margin-top: 30px;
  font-size: 16px;
  line-height: 28px;
  padding: 5px 20px;
  color: #fff;
  display: table;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.address-btn .left-icon {
  top: 3px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-left: 10px;
}
.address-btn:hover {
  background: #222;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.address-btn:hover .left-icon {
  top: 8px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.nav-tabs.tab-menus .nav-link {
  font-size: 14px;
  padding: 0.2rem 1rem !important;
  font-weight: 700;
  border-color: transparent !important;
}
.nav-tabs.tab-menus .nav-link.active {
  background: none !important;
}
.nav-tabs.tab-menus .nav-link.active {
  color: #d13938;
}
.related-more {
  margin-top: 40px;
}
.related-more.sponsored-bigyapan {
  margin-bottom: 30px;
}
.related-more .items {
  box-sizing: border-box;
  margin-bottom: 30px;
}
.related-more .items .main-title,
.related-more .items .subline {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}
.related-more .items img {
  height: 170px;
  object-fit: cover;
  width: 100%;
}
.related-more .cat-box {
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
}
.related-more .cat-tags {
  margin: 0;
}
.more-big {
  margin-top: 50px;
}
.more-big .description {
  position: relative;
}
.more-big .description:after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0) 1%, #000 100%);
}
.section.full-bigyapan {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.section.full-bigyapan.first {
  margin-bottom: 0;
}
.section.full-bigyapan .bigyapan-box {
  justify-content: center;
  align-items: center;
}
.section.full-bigyapan img {
  width: 100%;
  height: auto;
}
.content-editor.author-lists .authors-box {
  margin-top: 0;
}
.content-editor.author-lists .authors-box .main-title,
.content-editor.author-lists .authors-box .subline {
  font-size: 20px;
  margin-top: 15px;
  display: block;
}
.content-editor.author-lists .authors-box .main-title .tweet-link,
.content-editor.author-lists .authors-box .subline .tweet-link {
  font-size: 12px;
  float: right;
}
.content-editor.author-lists .authors-box .main-title .tweet-link a,
.content-editor.author-lists .authors-box .subline .tweet-link a {
  color: #323232;
}
.content-editor.author-lists .authors-box .main-title .tweet-link a .left-icon,
.content-editor.author-lists .authors-box .subline .tweet-link a .left-icon {
  font-size: 20px;
  position: relative;
  top: 3px;
  margin-right: 3px;
}
.featured-images iframe {
  width: 100% !important;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
.right-side.innerpages .suchana-box {
  margin-top: 60px !important;
}
.new-header .mobile-navs {
  display: none;
  position: fixed;
  top: 14px;
  right: 0;
  z-index: 1000;
  font-size: 30px;
}
.new-header .mobile-navs a {
  padding: 0 5px;
}
.new-header .mobile-navs a.menu-icon {
  padding-right: 0;
}
.new-header .mobile-navs a.search-icon {
  font-size: 20px;
  position: relative;
  top: -3px;
}
.event-box img {
  display: block;
  width: 100%;
  margin: 0 auto 30px auto;
  height: auto;
}
.total-list {
  margin-bottom: 35px;
}
.lazy {
  background: #eee;
}
.author-info {
  margin: 30px 0;
  padding: 20px 0 0 0;
  width: 100%;
}
.author-info .row {
  border: 0;
}
.author-info .row.drop-shadow {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
}
.author-info .row.home-cat-box {
  padding-top: 30px;
  border-top: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.author-info .row.home-cat-box img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.author-info .author-pic {
  margin-bottom: 15px;
}
.author-info .author-pic .main-title,
.author-info .author-pic .subline {
  font-size: 18px;
  margin-top: 10px;
  font-weight: 700;
  line-height: 22px;
}
.author-info .author-pic .media {
  margin-top: 5px;
}
.author-info .author-pic .media img {
  width: 44px;
  height: 44px;
}
.author-info .extra-title {
  padding: 0;
}
.author-info .extra-title .cat-tags {
  margin-bottom: 20px;
}
.author-info .row {
  border: 1px solid #ddd;
  margin: 0;
  padding: 10px 0 0 0;
}
.author-info img {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  border: 5px solid #fff;
  object-fit: cover;
}
.author-info .main-title,
.author-info .subline {
  font-size: 14px;
  margin-top: 5px;
  font-weight: 700;
  line-height: 18px;
}
.author-info .description {
  color: #222;
  display: block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
}
.author-info .more-author-news {
  display: block;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
}
.author-info .more-author-news .tweet-link {
  font-size: 12px;
  float: right;
  font-weight: 400;
  line-height: 18px;
  margin-top: 10px;
}
.author-info .more-author-news .tweet-link a {
  color: #55acee !important;
}
.author-info .more-author-news .tweet-link a {
  color: #323232;
}
.author-info .more-author-news .tweet-link a .left-icon {
  font-size: 20px;
  position: relative;
  top: 3px;
  margin-right: 3px;
}
.author-info .more-author-news .more-icon a {
  font-size: 14px;
  font-weight: 700;
}
.author-info .more-author-news .more-icon a .left-icon {
  font-size: 12px;
  position: relative;
  top: 0;
  margin-left: 8px;
  width: 24px;
  height: 24px;
  background: #fff;
  color: #222;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
  border: 1px solid #ddd;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.author-info .more-author-news .more-icon a.active .left-icon {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.author-info .more-author-news .more-icon a.active:hover .left-icon {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.author-info .more-author-news .more-icon a:hover .left-icon {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.author-info .author-news {
  display: none;
  padding: 0;
  background: #eee;
}
.author-info .author-news .recent-newslist {
  margin: 0;
  padding: 30px;
}
.author-info .author-news .recent-newslist li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-top: 30px;
}
.author-info .author-news .recent-newslist li:hover .left-icon {
  background: #888;
}
.author-info .author-news .recent-newslist li a {
  font-weight: 700;
  font-size: 16px;
}
.author-info .author-news .recent-newslist li:nth-child(1) {
  margin-top: 0;
}
.author-info .author-news .recent-newslist li .left-icon {
  width: 8px;
  height: 8px;
  text-align: center;
  line-height: 18px;
  font-size: 9px;
  color: #fff;
  background: #323232;
  color: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  top: 14px;
  left: 0;
}
.mobile-cat-menu {
  display: none;
}
.white-bg .break-tags {
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  padding: 4px 20px;
  margin: 0 auto 30px auto;
  display: table;
  background: #a86f38;
}
.white-bg .break-tags a {
  color: #fff;
}
.white-bg .item-news {
  margin-bottom: 30px;
}
.white-bg .item-news img {
  width: 100%;
  height: 100px;
  display: table;
  margin: 0;
  object-fit: cover;
}
.white-bg .item-news.item-bigyaapan {
  margin-bottom: 30px;
}
.white-bg .item-news.item-bigyaapan img {
  height: auto;
  object-fit: contain;
}
.white-bg .item-news .main-title,
.white-bg .item-news .subline {
  font-size: 22px;
  line-height: 30px;
}
.cat-dec {
  display: block;
  font-size: 12px;
  color: #293982 !important;
}
.cat-dec .cat-name {
  display: inline-block;
  margin-right: 10px;
  color: #d13938;
}
.cat-dec .time-stamp {
  display: inline-block;
  font-size: 12px;
  color: #293982 !important;
  margin-top: 0;
}
.main-title,
.subline {
  font-size: 18px;
  line-height: 24px;
  color: #222;
  display: block;
  margin: 0;
  font-weight: 700;
}
.subline {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.right-side .white-bg {
  margin-top: 30px;
}
.right-side .white-bg:nth-child(1) {
  margin-top: 0;
}
.right-side .bichar-item .media {
  margin-top: 30px;
}
.right-side .bichar-item .media .main-title,
.right-side .bichar-item .media .subline {
  font-size: 13px;
  line-height: 18px;
}
.right-side .bichar-item .media img {
  width: 52px !important;
  height: 52px !important;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.right-side .bichar-item .media .time-stamp {
  font-size: 12px;
  margin-top: 0;
}
.tab-menus {
  margin-bottom: 15px;
  border: 0;
}
.tab-menu-box .item-news {
  margin: 0 !important;
  padding: 15px 0;
  border-top: 1px solid #ddd;
}
.tab-menu-box .item-news:nth-child(1) {
  padding-top: 0;
  border-top: 0;
}
.tab-menu-box .item-news .main-title,
.tab-menu-box .item-news .subline {
  margin-top: 0;
  font-size: 16px;
  line-height: 22px;
}
.news-thumb-box .bishesh-feature .item-news {
  margin-bottom: 20px;
  position: relative;
}
.news-thumb-box .bishesh-feature .item-news img {
  width: 100%;
  height: 345px;
  display: table;
  margin: 0;
  object-fit: cover;
}
.news-thumb-box .bishesh-feature .item-news.item-bigyaapan {
  margin-bottom: 30px;
}
.news-thumb-box .bishesh-feature .item-news.item-bigyaapan img {
  height: auto;
}
.news-thumb-box .bishesh-feature .item-news .main-title,
.news-thumb-box .bishesh-feature .item-news .subline {
  font-size: 28px;
  line-height: 38px;
  color: #fff;
  display: block;
  margin: 0;
  font-weight: 700;
}
.news-thumb-box .bishesh-feature .item-news .overlay-title {
  background: linear-gradient(rgba(0, 0, 0, 0) 1%, black 100%);
  padding: 20px 20px;
  bottom: 0;
  left: 0;
  z-index: 98;
  width: 100%;
  position: absolute;
  text-align: left;
}
.news-thumb-box .bishesh-feature .item-news .overlay-title .main-title,
.news-thumb-box .bishesh-feature .item-news .overlay-title .subline {
  font-size: 24px;
  line-height: 32px;
}
.item-news a:hover .main-title,
.item-news a:hover .subline {
  color: #333;
}
.new-section {
  margin-top: 20px;
}
.inner-pages {
  margin-top: 25px;
}
.authorsbox {
  margin-top: 0;
  border-top: 1px solid #ddd;
  padding-top: 30px;
}
.innerpage-bigyaapan .row {
  width: 100%;
  margin: 0;
}
.innerpage-bigyaapan .row .bigyapan-item {
  padding: 0;
}
.sharebox {
  float: right;
}
.sharebox .share-title {
  font-size: 12px;
  display: inline-block;
  width: 100%;
}
.sharebox .share-title .left-icon {
  margin-right: 5px;
}
.detail-box {
  padding-right: 100px;
  padding-left: 100px;
}
.pubs-date {
  font-weight: 700;
}
.post-comments {
  padding-right: 0;
  text-align: right;
  margin-bottom: 30px;
}
.post-comments .post-comments-btn {
  font-size: 14px;
  font-weight: 700;
  color: #222;
  padding: 6px 20px;
  background: #eee;
  margin-top: -10px;
  float: right;
  line-height: 18px;
  background: #ddd;
}
.post-comments .left-icon {
  margin-right: 10px;
}
.published-date {
  padding-left: 0;
  margin-bottom: 30px;
}
.content-editor .author-only {
  border: 0;
  margin: 0;
  padding: 20px 0;
}
.content-editor .author-only .author-pic .media img {
  width: 60px;
  height: 60px;
}
.content-editor .author-only .author-pic .media .main-title,
.content-editor .author-only .author-pic .media .subline {
  font-size: 20px;
  margin-bottom: 5px;
}
.content-editor .author-only .author-pic .media .tweet-link {
  font-size: 12px;
  float: left;
  font-weight: 400;
  line-height: 18px;
}
.content-editor .author-only .author-pic .media .tweet-link a {
  color: #55acee !important;
}
.content-editor .author-only .author-pic .media .tweet-link a .left-icon {
  font-size: 16px;
  position: relative;
  top: 1px;
  margin-right: 3px;
}
.share-alt {
  float: right;
}
.gallery-list .photo-item {
  margin-top: 30px;
}
.gallery-list .photo-item img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: table;
}
.search-result {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #222;
  display: block;
  margin: 10px 0 30px 0;
  font-weight: 700;
}
.search-result .search-keyword {
  color: #d13938;
}
.search-result .keyword-num {
  color: #d13938;
}
.nav-tabs.tab-menus {
  border-bottom: 1px solid #ccc;
}
.nav-tabs.tab-menus .nav-item {
  text-align: center;
  width: 50%;
  border-left: 1px solid #ccc;
}
.nav-tabs.tab-menus .nav-item:nth-child(1) {
  border-left: 0;
}
.share-it .st-total {
  color: #fff !important;
}
.caption-box .cat-tags {
  text-align: center;
  color: #fff;
}
.caption-box .author-box .author-pic {
  text-align: left;
}
.cat-tags {
  display: block;
  color: #293982;
  font-size: 21px;
  margin-bottom: 30px;
  border: 0;
  text-align: left;
}
.cat-tags a {
  color: #293982;
}
.cat-tags:before {
  content: "";
  width: 5px;
  height: 16px;
  background: #f66035;
  margin: 0 10px 0 0;
  display: inline-block;
  top: 2px;
  position: relative;
}
.cat-tags .extra-news {
  position: relative;
  top: 5px;
  float: right;
  font-size: 16px;
  font-weight: 400;
}
.cat-tags .extra-news a {
  color: #aaa;
}
.cat-tags .extra-news a:hover {
  color: #202124;
}
.cat-tags .extra-news .right-icon {
  position: relative;
  top: 3px;
  font-size: 20px;
  margin-left: 5px;
}
.social-media {
  margin: 5px 0 0 0;
  padding: 0;
  float: left;
}
.social-media li {
  list-style: none;
  float: left;
  margin-right: 10px;
}
.social-media li a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-media li a .left-icon {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  background: #293982;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.social-media li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-media li a.facebook .left-icon {
  background: #3b5998;
}
.social-media li a.twitter .left-icon {
  background: #00aced;
}
.social-media li a.youtube .left-icon {
  background: #b00;
}
.social-media li a.instagram .left-icon {
  background: #bc2a8d;
}
.social-media li a.google-plus .left-icon {
  background: #dd4b39;
}
.section.masthead-top-bigyaapan {
  margin-top: 0;
  margin-bottom: 0;
}
.gray-box {
  background: #f1eeee;
}
.white-bg {
  background: none;
}
.white-bg.gray-box {
  background: #f1eeee;
}
.section.breaking-news {
  padding: 0;
}
.bigyaapan-right .bigyaapan-item {
  margin-top: 30px;
  display: block;
}
.bigyaapan-right .bigyaapan-item:nth-child(1) {
  margin-top: 64px;
}
.inner-pages .bigyaapan-right .bigyaapan-item {
  margin-bottom: 30px;
}
.inner-pages .bigyaapan-right .bigyaapan-item:nth-child(1) {
  margin-top: 0;
}
.inner-pages .right-side .white-bg {
  margin-bottom: 30px;
}
.section.content-editor {
  padding-top: 15px;
  margin-top: 0;
}
.related-more.home-cat-box .item-news {
  margin-bottom: 30px;
  box-sizing: border-box;
}
.related-more.home-cat-box .item-news .main-title,
.related-more.home-cat-box .item-news .subline {
  font-size: 16px;
  line-height: 22px;
}
.cover-pic {
  padding: 20px 0;
  background: #202124;
}
.cover-pic .featured-image {
  height: auto;
  max-width: 1170px;
}
.published-box {
  padding-left: 0;
}
.published-box.video-more-box {
  margin-top: 0;
  margin-right: -15px;
  margin-left: -15px;
}
.published-box.video-more-box .comment-box {
  margin-top: 0;
}
.video-more.photo-more {
  margin-top: 0;
}
.video-more.photo-more .item-news img {
  height: 200px;
}
.video-more.photo-more .item-news .play-icon {
  top: 0;
  left: 0;
  text-align: center;
  background: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
.video-more.photo-more .item-news .play-icon .left-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 34px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.video-more.photo-more .item-news a:hover .play-icon {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.video-more.photo-more .item-news a:hover .play-icon .left-icon {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.video-more .item-news a:hover .play-icon {
  opacity: 1;
}
.video-more.video-main-list {
  margin-top: 0;
}
.video-more.video-main-list .news-thumb-box {
  margin-bottom: 40px;
}
.video-more.video-main-list .news-thumb-box .item-news {
  margin: 0;
}
.video-more.video-main-list .news-thumb-box .item-news img {
  height: 345px;
}
.video-more.video-main-list .news-thumb-box .item-news .main-title,
.video-more.video-main-list .news-thumb-box .item-news .subline {
  font-size: 24px;
  line-height: 32px;
}
.video-more.video-main-list .news-thumb-box .item-news .overlay-title {
  padding: 30px;
}
.video-more.video-main-list
  .news-thumb-box.big-thumb-box
  .item-news
  .main-title,
.video-more.video-main-list .news-thumb-box.big-thumb-box .item-news .subline {
  font-size: 30px;
  line-height: 42px;
}
.video-more.video-main-list .news-thumb-box.big-thumb-box .item-news img {
  height: 430px;
}
.video-more.video-main-list.photo-main-list {
  margin-top: 0;
}
.video-more.video-main-list.photo-main-list
  .news-thumb-box
  .item-news
  .camera-icon {
  font-size: 14px;
  color: #ddd;
  display: block;
  margin-top: 10px;
}
.video-more.video-main-list.photo-main-list
  .news-thumb-box
  .item-news
  .camera-icon
  .left-icon {
  margin-right: 10px;
}
.section {
  float: left;
}
.section .more-link {
  display: table;
  margin: 50px 0 0 0;
  position: relative;
}
.section .more-link .more-btns {
  font-size: 14px;
  color: #202124;
  text-transform: uppercase;
  background: none;
  font-weight: 400;
  padding: 9px 30px;
  line-height: 20px;
  border: 1px solid #202124;
}
.section .more-link a:hover {
  background: #293982;
  color: #fff;
}
@-moz-keyframes bounce-down {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce-down {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce-down {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.section.home-notice {
  background: #fff;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}
.section.home-notice .section-title {
  font-size: 16px;
}
.section.home-notice.notice-list-box {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.section.home-notice.notice-list-box .items {
  box-sizing: border-box;
  margin-bottom: 30px;
}
.section.home-notice.notice-list-box .items a {
  border: 1px solid #ddd;
  padding: 15px;
  display: block;
}
.section.home-notice .items .dateline {
  font-size: 12px;
  color: #293982;
  display: block;
  line-height: 18px;
}
.section.home-notice .items .main-title,
.section.home-notice .items .subline {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.section.home-notice .items a:hover .main-title,
.section.home-notice .items a:hover .subline {
  text-decoration: underline;
}
.section.home-about {
  padding: 64px 0;
}
.section.home-about img {
  width: 100%;
}
.section.home-about .items img {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
.section.home-about .section-title {
  position: relative;
  display: block;
}
.section.home-about .section-title.alt {
  margin-bottom: 40px;
}
.section.home-about .description {
  margin-top: 58px;
  padding: 0 10%;
  margin-bottom: 50px;
}
.section.home-about .description.alt {
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
}
.section.home-services {
  position: relative;
  background-size: cover;
  padding: 106px 0;
}
.section.home-services:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(26, 125, 215, 0.78);
  position: absolute;
  top: 0;
  left: 0;
}
.section.home-services .section-title {
  color: #fff;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
  display: block;
}
.section.home-services .section-title:before {
  content: "";
  width: 50px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section.home-services .more-link {
  margin-top: 50px;
}
.section.home-services .more-link a {
  color: #fff;
  border-color: #fff;
}
.section.home-services .service-slider,
.section.home-services .service-slider-inner {
  position: relative;
  z-index: 98;
}
.section.home-services .service-slider .items,
.section.home-services .service-slider-inner .items {
  padding: 30px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.section.home-services .service-slider .items img,
.section.home-services .service-slider-inner .items img {
  width: 97px;
  height: 97px;
  object-fit: cover;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.section.home-services .service-slider .items .main-title,
.section.home-services .service-slider-inner .items .main-title,
.section.home-services .service-slider .items .subline,
.section.home-services .service-slider-inner .items .subline {
  font-size: 22px;
  line-height: 33px;
  color: #ccc;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.section.home-services .service-slider .items .description,
.section.home-services .service-slider-inner .items .description {
  color: #ddd;
  display: block;
  font-size: 16px;
  line-height: 28px;
}
.section.home-services .service-slider .items .more-link,
.section.home-services .service-slider-inner .items .more-link {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 6px;
  display: block;
}
.section.home-services .service-slider .items:hover,
.section.home-services .service-slider-inner .items:hover {
  background: rgba(51, 51, 51, 0.5);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.section.home-services .service-slider .items:hover .main-title,
.section.home-services .service-slider-inner .items:hover .main-title,
.section.home-services .service-slider .items:hover .subline,
.section.home-services .service-slider-inner .items:hover .subline {
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.section.home-news {
  background: #f5f4f4;
  padding: 106px 0;
}
.section.home-news .items {
  margin-bottom: 30px;
}
.section.home-news .more-link {
  margin-top: 80px;
}
.section.home-news .section-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
  display: block;
  text-align: center;
}
.section.home-news .section-title:before {
  content: "";
  width: 50px;
  height: 1px;
  background: #293982;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section.home-news.news-list {
  padding: 0;
  background: none;
}
.section.home-news.news-list .items {
  margin-bottom: 30px;
  box-sizing: border-box;
}
.section.home-news .items img {
  margin-bottom: 20px;
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.section.home-news .items .main-title,
.section.home-news .items .subline {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.section.home-news .items .month-title {
  font-size: 13px;
  color: #999;
  display: block;
  text-align: center;
  line-height: 14px;
}
.section.home-news .items .days-title {
  font-size: 33px;
  font-weight: 700;
  display: block;
  line-height: 33px;
  color: #999;
}
.section.home-news .items .main-title,
.section.home-news .items .subline {
  margin-top: 0;
}
.section.home-news .items a:hover .month-title {
  color: #293982;
}
.section.home-news .items a:hover .days-title {
  color: #293982;
}
.section.find-branch {
  padding: 106px 0 0 0;
}
.section.find-branch .section-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
  display: block;
  text-align: center;
}
.section.find-branch .section-title:before {
  content: "";
  width: 50px;
  height: 1px;
  background: #293982;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.google-map iframe {
  width: 100%;
}
.inner-page {
  display: inline-block;
  width: 100%;
  padding-bottom: 40px;
}
.inner-page .page-title-big {
  background: #293982;
  margin-bottom: 40px;
  padding: 50px 0;
  height: 370px;
  display: flex;
  align-items: center;
  background: #293982;
  background-size: cover !important;
  position: relative;
  text-align: center;
}
.inner-page .page-title-big:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(20, 59, 136, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.inner-page .page-title-big .page-title {
  font-size: 48px;
  line-height: 67px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
.inner-page .breadcrumbs {
  float: none;
}
.inner-page .breadcrumbs li {
  font-size: 14px;
  color: #ccc;
  text-transform: uppercase;
}
.inner-page .breadcrumbs li a {
  font-size: 14px;
  color: #999;
  display: inline-block;
}
.inner-page .breadcrumbs li.active {
  color: #fff;
}
.inner-page .breadcrumbs li.active a {
  color: #fff;
}
.inner-page .featured-img {
  float: left;
  margin-bottom: 30px;
}
.inner-page .featured-img img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  float: left;
  margin-right: 30px;
  margin-top: 10px;
}
.right-side .widget-box {
  display: block;
  margin-top: 60px;
}
.right-side .widget-box:nth-child(1) {
  margin-top: 0;
}
.right-side .widget-box .more-link {
  display: table;
  margin: 20px 0;
}
.right-side .widget-box .more-link .more-btns {
  font-size: 12px;
  color: #666;
  font-weight: 400;
  border: 1px solid #ccc;
  padding: 7px 20px;
  line-height: 20px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.right-side .widget-box .more-link .more-btns .right-icon {
  position: relative;
  top: 1px;
  margin-left: 5px;
}
.right-side .widget-box .more-link .more-btns:hover {
  background: #293982;
  color: #fff;
  border: 1px solid #293982;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.right-side .widget-box .right-title {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 15px;
  display: block;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #293982;
}
.right-side .widget-box .notice-list {
  margin-top: 30px;
  padding: 30px 0 0 0;
  border-top: 1px solid #ddd;
}
.right-side .widget-box .notice-list:nth-child(2) {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.right-side .widget-box .notice-list .dateline {
  font-size: 12px;
  color: #293982;
  display: block;
  line-height: 18px;
}
.right-side .widget-box .notice-list .main-title,
.right-side .widget-box .notice-list .subline {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.right-side .widget-box .notice-list a:hover .main-title,
.right-side .widget-box .notice-list a:hover .subline {
  text-decoration: underline;
}
.right-side .widget-box .news-list-box .items {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  padding-left: 26px;
  position: relative;
}
.right-side .widget-box .news-list-box .items:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #707070;
  color: #ccc;
  position: absolute;
  top: 27px;
  left: 0;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.right-side .widget-box .news-list-box .items.first {
  border-top: 0;
  padding-top: 0;
  padding-left: 0;
}
.right-side .widget-box .news-list-box .items.first:before {
  display: none;
}
.right-side .widget-box .news-list-box .items.first .date-box {
  display: block;
}
.right-side .widget-box .news-list-box .items.first a {
  display: inline;
}
.right-side .widget-box .news-list-box .items.first a:hover .month-title {
  color: #293982;
}
.right-side .widget-box .news-list-box .items.first a:hover .days-title {
  color: #293982;
}
.right-side .widget-box .news-list-box .items.first img {
  display: block;
  margin-bottom: 20px;
}
.right-side .widget-box .news-list-box .items.first .main-title,
.right-side .widget-box .news-list-box .items.first .subline {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.right-side .widget-box .news-list-box .items.first .month-title {
  font-size: 13px;
  color: #999;
  display: block;
  text-align: center;
  line-height: 14px;
}
.right-side .widget-box .news-list-box .items.first .days-title {
  font-size: 33px;
  font-weight: 700;
  display: block;
  line-height: 33px;
  color: #999;
}
.right-side .widget-box .news-list-box .items .date-box {
  display: none;
}
.right-side .widget-box .news-list-box .items a {
  display: block;
}
.right-side .widget-box .news-list-box .items img {
  display: none;
}
.right-side .widget-box .news-list-box .items .small-title {
  font-size: 11px;
  color: #999;
  display: block;
  line-height: 16px;
}
.right-side .widget-box .news-list-box .main-title,
.right-side .widget-box .news-list-box .subline {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.right-side .widget-box .news-list-box.photo-list .main-title,
.right-side .widget-box .news-list-box.photo-list .subline {
  margin-top: 0;
}
.download-list .items {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin: 0;
}
.download-list .items:nth-child(1) {
  padding-top: 0;
  border-top: 0;
}
.download-list .items .main-title,
.download-list .items .subline {
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
}
.download-list .items .small-title {
  font-size: 11px;
  color: #999;
  display: block;
  line-height: 16px;
}
.title-none {
  color: #fff;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.title-none.black-text {
  color: #444;
}
.full-service-list .items img {
  height: 190px;
  object-fit: cover;
  width: 100%;
}
.full-service-list .items a .more-link {
  display: table;
  margin: 30px 0 0 0;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 14px;
  color: #293982;
  font-weight: 700;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #293982;
  padding: 7px 20px;
  line-height: 20px;
}
.full-service-list .items a:hover .more-link {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #293982;
  color: #fff;
}
.page-big-title {
  font-size: 40px;
  font-weight: 700;
  color: #293982;
  display: block;
  line-height: 50px;
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
}
.author-box {
  margin: 0 0 30px 0;
  border-bottom: 1px solid #ddd;
}
.author-box .dateline {
  font-size: 16px;
  color: #999;
  display: block;
}
.author-box .author-section {
  padding-left: 0;
}
.author-box .share-section {
  padding-right: 0;
}
.author-box .items {
  font-size: 13px;
}
.author-box .items .bold-text {
  font-weight: 700;
  color: #202124;
  margin: 0 10px 0 2px;
}
.author-box .items .total-view {
  float: right;
}
.author-box .items .total-view .left-icon {
  font-size: 16px;
  margin-right: 5px;
  top: 1px;
  position: relative;
}
.report-list {
  padding-top: 0;
}
.report-list .items .item-box,
.report-list .items .footer .box-item,
.footer .report-list .items .box-item {
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 30px;
  box-sizing: border-box;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.report-list .items img {
  height: 54px;
}
.report-list .items .main-title,
.report-list .items .subline {
  font-weight: 700;
  color: #293982;
  font-size: 16px;
  line-height: 248x;
  margin-top: 0;
  display: block;
}
.report-list .items .small-title {
  font-size: 13px;
  color: #666;
  display: block;
  line-height: 16px;
}
.report-list .items:hover .item-box,
.report-list .items:hover .footer .box-item,
.footer .report-list .items:hover .box-item {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.report-list .items .more-link {
  position: absolute;
  right: 30px;
  top: 30px;
  margin: 0;
}
.report-list .items .more-link a {
  margin-left: 10px;
  background: #e2dddd;
  color: #202124;
}
.report-list .items .more-link a:hover {
  background: #293982;
  color: #fff;
}
.report-list .items .more-link a:hover.download-btn {
  background: #d13938;
  color: #fff;
}
.right-box .title-none {
  color: #999;
  font-size: 14px;
  text-align: left;
}
.image-counter {
  font-size: 12px;
  color: #1a7dd7;
  display: block;
  line-height: 18px;
  margin-top: 20px;
}
.gallery-list .items {
  margin-bottom: 30px;
}
.gallery-list .items.latest-album {
  max-width: 100%;
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  margin-bottom: 30px;
}
.gallery-list .items.latest-album img {
  height: 480px;
  object-fit: cover;
}
.gallery-list .items.latest-album .main-title,
.gallery-list .items.latest-album .subline {
  font-size: 26px;
  line-height: 37px;
}
.gallery-list .items.latest-album .image-counter {
  margin-top: 5px;
}
.gallery-list .items.latest-video {
  max-width: 100%;
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  margin-bottom: 30px;
}
.gallery-list .items.latest-video img {
  height: 480px;
  object-fit: cover;
  display: table;
}
.gallery-list .items.latest-video .main-title,
.gallery-list .items.latest-video .subline {
  font-size: 26px;
  line-height: 32px;
  margin-top: 0;
}
.gallery-list .items.latest-video figure {
  position: relative;
  display: table;
  width: 100%;
}
.gallery-list .items.latest-video figure a:hover .left-icon {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.gallery-list .items.latest-video figure .video-title {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 100px;
  width: 100%;
  padding: 20px 30px;
}
.gallery-list .items.latest-video figure .video-title .main-title,
.gallery-list .items.latest-video figure .video-title .subline {
  color: #fff;
}
.gallery-list .items.latest-video figure .video-title .left-icon {
  position: relative;
  top: inherit;
  left: inherit;
  float: left;
  margin-right: 30px;
  font-size: 30px;
  width: 70px;
  height: 70px;
  background: #d13938;
  color: #fff;
  text-align: center;
  line-height: 70px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.gallery-list .items.latest-video figure .image-counter {
  display: none;
}
.gallery-list.photo-viewer .items {
  margin-bottom: 30px;
}
.gallery-list.photo-viewer .items img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  float: left;
}
.gallery-list.photo-viewer .items figure {
  position: relative;
  display: table;
  width: 100%;
}
.gallery-list.photo-viewer .items figure .img-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.gallery-list.photo-viewer .items figure .img-overlay .left-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 24px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.gallery-list.photo-viewer .items figure a:hover .img-overlay {
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.gallery-list.video-gallery-list .items .left-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #d13938;
  width: 36px;
  height: 36px;
  font-size: 18px;
  line-height: 36px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.gallery-list.video-gallery-list .items a:hover .left-icon {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.gallery-list.video-gallery-list .black-text {
  font-size: 14px;
  text-align: left;
}
.more-title-box .more-title {
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
}
.editor-box .featured-video .embed-responsive {
  margin-top: 0;
}
.section.home-news.more-news {
  display: flex;
  background: none;
  padding: 0;
}
.section.home-news.more-news .black-text {
  font-size: 14px;
  text-align: left;
}
.section.full-notice-list.more-news {
  display: flex;
  background: none;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.section.full-notice-list.more-news .items a {
  border: 1px solid #ddd;
  padding: 15px;
  display: block;
}
.section.full-notice-list.more-news .black-text {
  font-size: 14px;
  text-align: left;
}
.contact-texts .footer-item .item-box,
.contact-texts .footer-item .footer .box-item,
.footer .contact-texts .footer-item .box-item {
  margin-top: 0;
  margin-bottom: 30px;
}
.contact-texts .footer-item .item-box .footer-title,
.contact-texts .footer-item .footer .box-item .footer-title,
.footer .contact-texts .footer-item .box-item .footer-title {
  color: #202124;
}
.contact-texts .footer-item .item-box .footer-title .left-icon,
.contact-texts .footer-item .footer .box-item .footer-title .left-icon,
.footer .contact-texts .footer-item .box-item .footer-title .left-icon {
  color: #202124;
}
.member-list {
  max-width: 650px;
  margin: 0 auto;
  justify-content: center;
}
.member-list.full-member-list {
  max-width: 100%;
}
.member-list .black-text {
  text-align: left;
  font-size: 14px;
}
.member-list .top-head .row {
  justify-content: center;
}
.member-list .items {
  text-align: center;
  margin-bottom: 30px;
}
.member-list .items .teambox {
  padding: 30px 15px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 1px solid #c4c3c3;
  height: auto;
  display: block !important;
  overflow: hidden;
}
.member-list .items .teambox:hover {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 1px solid #fff;
}
.member-list .items .teambox:hover .social-links {
  opacity: 1;
  top: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.member-list .items .teambox img {
  margin: 0 auto;
  width: 90px;
  height: 100px;
  object-fit: cover;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.member-list .items .teambox .main-title,
.member-list .items .teambox .subline {
  font-size: 15px;
  margin-bottom: 0;
  color: #202124;
}
.member-list .items .teambox .designation {
  font-size: 13px;
  color: #666;
  display: block;
  line-height: 26px;
}
.term-staff .team-list-box .items.top-head {
  max-width: 33.333333%;
  flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
}
.term-staff .team-list-box .items.top-head .teambox {
  max-width: 100%;
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
}
.full-search-list .items {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #ddd;
}
.full-search-list .items:nth-child(2) {
  border-top: 0;
}
.full-search-list .items .main-title,
.full-search-list .items .subline {
  font-size: 16px;
  line-height: 29px;
  color: #202124;
  font-family: "Montserrat", sans-serif;
}
.full-search-list .items .description {
  font-size: 14px;
  color: #666;
  line-height: 18px;
  display: block;
  margin-top: 5px;
}
.full-search-list .items a:hover .main-title,
.full-search-list .items a:hover .subline {
  color: #293982;
}
.search-title h2 {
  font-size: 20px;
  line-height: 26px;
  color: #293982;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.search-title h2 .search_word {
  color: #f66035;
}
.section .items .description {
  font-size: 14px;
  line-height: 27px;
  padding: 0;
  margin-bottom: 0;
}
.section .item-title .our-title {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  color: #d13938;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 400;
}
.section .item-title .big-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  color: #293982;
  display: block;
  font-family: "Montserrat", sans-serif;
  text-transform: none;
  margin-bottom: 20px;
}
.section .description {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 27px;
}
.section.home-welcome {
  background: #f3f4f4;
}
.section.home-welcome .welcome-box {
  border: 10px solid #ccc7c7;
  padding: 40px 40px 0 0;
}
.section.home-welcome .welcome-box .title-item {
  background: #f2f2f2;
  padding-left: 52px;
  margin-left: -10px;
  padding-bottom: 40px;
}
.section.home-welcome .welcome-box .description {
  padding: 0;
  margin-top: 58px;
}
.section.service-slide {
  background: #f3f4f4;
}
.section.general-hour,
.section.emi-box {
  padding: 0;
}
.section.general-hour .section-title,
.section.emi-box .section-title {
  font-size: 32px;
  line-height: 52px;
  padding: 0;
}
.section.general-hour .white-box,
.section.emi-box .white-box {
  background: #fff;
  border: 1px solid #ddd;
  padding: 30px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.section.general-hour .description,
.section.emi-box .description {
  margin-bottom: 37px;
}
.section.general-hour .more-link,
.section.emi-box .more-link {
  margin-top: 15px;
}
.section.general-hour table,
.section.emi-box table {
  text-align: left;
}
.section.general-hour table th,
.section.emi-box table th {
  font-weight: 700;
  font-size: 14px;
  padding: 7px 10px;
  border: 0;
}
.section.general-hour table td,
.section.emi-box table td {
  font-size: 14px;
  line-height: 20px;
  border: 0;
  padding: 13px 10px;
}
.section.emi-box .description {
  margin-bottom: 3px;
}
.section.news-events {
  background: url(../images/newspaper-bg.jpg) no-repeat 0 0;
  background-size: cover;
  position: relative;
  text-align: left;
}
.section.news-events .container {
  z-index: 2;
  position: relative;
}
.section.news-events:before {
  content: "";
  width: 70%;
  height: 100%;
  background: rgba(36, 81, 156, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.section.news-events .section-title {
  color: #fff;
  padding-bottom: 0;
}
.section.news-events .description.alt {
  font-size: 14px;
  color: #ccc;
  padding: 0;
  border: 0;
}
.section.news-events .items .main-title,
.section.news-events .items .subline {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: block;
  line-height: 30px;
}
.section.news-events .items .description {
  font-size: 14px;
  color: #ccc;
  padding: 0 10% 0 0;
  border: 0;
}
.section.news-events .items .date-box {
  border: 1px solid #ccc;
  width: 62px;
  height: 62px;
  display: table;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.section.news-events .items .date-box .days {
  font-size: 26px;
  font-weight: 700;
  line-height: 22px;
  display: block;
  margin-top: 11px;
  color: #fff;
}
.section.news-events .items .date-box .months {
  font-size: 14px;
  font-weight: 400;
  color: #ccc;
  display: block;
  line-height: 18px;
  text-transform: uppercase;
}
.section.news-events .items a:hover .date-box {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.section.news-events .more-link {
  margin: 78px 0 0 0;
}
.section.news-events .more-link a {
  border: 1px solid #fff;
  background: none;
}
.section.news-events .more-link a:hover {
  background: #d13938;
  border-color: #d13938;
}
.section.findbranch {
  background: #f3f4f4;
  text-align: left;
}
.section.findbranch .section-title {
  padding-bottom: 0;
}
.section.findbranch .description {
  margin-top: 0;
  padding: 0;
}
.section.findbranch img {
  margin-top: -23px;
}
.section.findbranch .more-link {
  margin-top: 0;
}
.section.findbranch .more-link a {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 40px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.section.findbranch .more-link a .left-icon {
  margin-left: 15px;
}
.products-tab {
  display: flex;
  justify-content: center;
  border-bottom: 0;
  padding-bottom: 1px;
  margin-bottom: 30px;
}
.products-tab.collaborators-tab {
  margin-top: 30px;
}
.products-tab .nav-item {
  margin-left: 1px;
  width: 24.9%;
}
.products-tab .nav-item .nav-link {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: #d13938;
  text-transform: uppercase;
}
.products-tab .nav-item .nav-link .small-title {
  font-size: 12px;
  font-weight: 400;
  display: block;
  line-height: 14px;
  text-transform: none;
}
.products-tab .nav-item:nth-child(1) {
  margin-left: 0;
}
.products-tab .nav-link {
  border: 0;
  padding: 17px 20px;
  background: #eeeeee;
  color: #202124;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 20px;
  line-height: 29px;
  font-weight: 700;
  margin-left: 1px;
  position: relative;
}
.products-tab .nav-link:before {
  content: "";
  display: none;
  position: absolute;
  width: 0;
  height: 0;
  background: none;
  bottom: -6px;
  left: 50%;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #293982;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.products-tab .nav-link:hover {
  background: #ce3a19;
}
.products-tab .nav-link.active {
  color: #fff;
  background: #293982;
}
.products-tab .nav-link.active:before {
  display: block;
}
.product-list .list-item {
  text-align: left;
}
.product-list .list-item img {
  width: 100%;
}
.product-list .list-item .main-title,
.product-list .list-item .subline {
  color: #293982;
  margin-bottom: 15px;
}
.product-list .list-item .description {
  padding: 0;
  font-size: 14px;
  line-height: 27px;
  display: block;
  margin-bottom: 15px;
}
.product-list .list-item .more-link {
  display: block;
  text-align: left;
  font-size: 12px;
  text-transform: uppercase;
  color: #d13938;
  margin-top: 0;
}
.more-link .left-icon {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  right: 0;
}
.more-link:hover .left-icon {
  position: relative;
  right: -5px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.share-box .small-title {
  font-size: 14px;
  color: #202124;
  text-transform: uppercase;
}
#inner_content .section.service-slide {
  padding: 40px;
}
.widget-box .item-news.latest-item {
  margin-bottom: 20px;
}
.widget-box .item-news.latest-item figure {
  position: relative;
}
.widget-box .item-news.latest-item a:hover .main-title,
.widget-box .item-news.latest-item a:hover .subline {
  color: #293982;
}
.widget-box .item-news.latest-item a:hover .play-icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget-box .item-news.latest-item img {
  width: 100%;
  display: block;
}
.widget-box .item-news.latest-item .dates {
  font-size: 12px;
  color: #666;
  display: block;
  text-transform: uppercase;
  line-height: 16px;
  margin: 15px 0 10px 0;
}
.widget-box .item-news.latest-item .main-title,
.widget-box .item-news.latest-item .subline {
  font-size: 16px;
  line-height: 20px;
  display: block;
  margin-top: 0;
}
.widget-box .item-news.latest-item .total-img {
  font-size: 13px;
  color: #666;
  display: block;
  font-family: "Montserrat", sans-serif;
  text-shadow: none;
  font-weight: 400;
  margin-top: 15px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.widget-box .item-news.latest-item .total-img .left-icon {
  font-size: 19px;
  margin-right: 10px;
  position: relative;
  top: 3px;
  color: #f66035;
}
.widget-box .item-news.latest-item .play-icon {
  font-size: 18px;
  width: 42px;
  height: 42px;
  color: #fff;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  line-height: 42px;
  float: right;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-box .news-list-box .item-news {
  padding: 20px 0;
  margin-top: 0;
  border-top: 1px solid #ddd;
}
.widget-box .news-list-box .item-news a:hover .main-title,
.widget-box .news-list-box .item-news a:hover .subline {
  color: #293982;
}
.widget-box .news-list-box .item-news.media .main-title,
.widget-box .news-list-box .item-news.media .subline {
  font-size: 13px;
  font-weight: 700;
  color: #202124;
  margin-top: 0;
  line-height: 19px;
}
.widget-box .news-list-box .item-news.media .dates {
  font-size: 12px;
  color: #3f354d;
  display: block;
  margin-top: 5px;
}
.widget-box .news-list-box .item-news.media img {
  height: 70px;
  display: block;
  width: 70px;
  object-fit: cover;
}
.widget-box .section.news-events {
  background: none;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
}
.widget-box .section.news-events:before {
  display: none;
}
.widget-box .section.news-events .date-box .days {
  color: #d13938;
}
.widget-box .section.news-events .date-box .months {
  color: #293982;
}
.widget-box .section.news-events .main-title,
.widget-box .section.news-events .subline {
  color: #293982;
}
.widget-box .section.news-events .description {
  color: #666;
}
.widget-box.help-box {
  background: #293982;
  border: 0;
}
.widget-box.help-box .right-title {
  color: #fff;
}
.widget-box.help-box .description {
  color: #c4c3c3;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px;
}
.widget-box.help-box .item {
  border-top: 1px solid #376bc3;
  padding: 20px 0;
}
.widget-box.help-box .item:nth-child(3) {
  border-top: 0;
}
.widget-box.help-box .item .main-title,
.widget-box.help-box .item .subline {
  color: #f2f2f2;
  font-size: 14px;
  margin-top: 0;
}
.widget-box.help-box .item .main-title .email-icon,
.widget-box.help-box .item .subline .email-icon {
  margin-right: 7px;
  font-size: 19px;
  color: #e2dddd;
  top: 1px;
  position: relative;
}
.widget-box.help-box .item .description {
  color: #fff;
  margin: 0;
}
.widget-box .side-nav {
  margin: 0;
  padding: 0;
  display: block;
}
.widget-box .side-nav li {
  list-style: none;
  display: inline-block;
  width: 100%;
  padding-left: 30px;
  position: relative;
  margin-top: 20px;
}
.widget-box .side-nav li:nth-child(1) {
  margin-top: 0;
}
.widget-box .side-nav li:before {
  content: "\e876";
  font-family: Linearicons-Free;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #666;
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 15px;
  font-size: 5px;
  color: #666;
  border: 1px solid #c4c3c3;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.widget-box .side-nav li a {
  font-size: 14px;
  line-height: 18px;
  display: block;
  color: #666;
}
.widget-box .side-nav li a:hover {
  color: #202124;
}
.widget-box .side-nav li.active:before {
  background: #ccc;
  border-color: #ccc;
  color: #fff;
}
.widget-box .side-nav li.active a {
  color: #666;
}
.faqs {
  margin: 0;
  padding: 0 20px 20px 20px;
  border: 1px solid #ccc;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
.faqs .card {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 0 !important;
  margin-top: 0;
  padding-top: 15px;
}
.faqs .card-header {
  padding: 0;
  background: none;
  border: 0;
}
.faqs .card-header h5 {
  border-bottom: 1px solid #f5f5f7;
}
.faqs .card-body {
  padding: 10px 0;
}
.faqs .card-body .editor-box {
  padding-bottom: 0;
}
.faqs .btn-link {
  position: relative;
  padding: 15px 0;
  font-weight: 600;
  color: #202124;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 22px;
  line-height: 28px;
  padding-right: 50px;
  background: #fff !important;
  white-space: normal;
  border: 0 !important;
  border-bottom: 1px solid #ccc !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.faqs .btn-link:hover {
  background: #fff !important;
}
.faqs .btn-link:hover:before {
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.faqs .btn-link:before {
  content: "\f106";
  font-family: "Font Awesome 5 Pro";
  font-style: inherit;
  font-weight: 300;
  position: absolute;
  right: 0;
  font-weight: 300;
  font-size: 21px;
  color: #888;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #ddd;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.faqs .btn-link.collapsed {
  color: #202124;
}
.faqs .btn-link.collapsed:hover:before {
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.faqs .btn-link.collapsed:before {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-style: inherit;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.faqs h5 {
  margin: 0;
  padding: 0;
}
.more-products h2 {
  color: #293982;
  font-weight: 700;
  margin: 10px 0 20px 0;
  font-size: 26px;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
}
.more-products .list-item {
  box-sizing: border-box;
  margin-bottom: 40px;
}
.full-news-list .widget-box .news-events {
  border: 0;
  padding-bottom: 0;
}
.full-news-list .widget-box .items {
  border: 1px solid #ddd;
  padding: 30px;
}
.full-news-list .widget-box .items .main-title,
.full-news-list .widget-box .items .subline {
  margin-bottom: 10px;
  line-height: 22px;
}
.full-news-list .widget-box .items .description {
  padding-right: 0;
}
.full-news-list .widget-box .items .more-link {
  margin-left: 10px;
  background: #e2dddd;
  color: #202124;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 5px 10px;
  line-height: 20px;
  margin-left: 0;
  margin-top: 20px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.full-news-list .widget-box .items a:hover .more-link {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #293982;
  color: #fff;
}
.google-maps {
  background: #fff url(../images/loading.gif) no-repeat center center;
  margin-bottom: 40px;
}
.section .office-title {
  font-weight: 700;
  color: #293982;
  font-size: 16px;
}
strong {
  font-weight: 700;
}
.pdf-viewer-box embed {
  width: 100% !important;
}
.share-box {
  position: sticky;
  top: 150px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.left-side {
  padding-right: 50px;
}
.services-lists .page-title-more {
  font-size: 23px;
  line-height: 29px;
  font-weight: 700;
  color: #202124;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 30px;
}
.services-lists .item-news {
  margin-bottom: 60px;
  box-sizing: border-box;
}
.services-lists .item-news .more-link {
  display: table;
  margin: 20px 0;
  font-size: 12px;
  color: #666;
  font-weight: 400;
  border: 1px solid #ccc;
  padding: 7px 20px;
  line-height: 20px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.services-lists .item-news .more-link .right-icon {
  position: relative;
  top: 1px;
  margin-left: 5px;
}
.services-lists .item-news .more-link:hover {
  background: #293982;
  color: #fff;
  border: 1px solid #293982;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.services-lists .item-news.latest-item figure {
  position: relative;
}
.services-lists .item-news.latest-item a:hover .main-title,
.services-lists .item-news.latest-item a:hover .subline {
  color: #293982;
}
.services-lists .item-news.latest-item a:hover .play-icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
.services-lists .item-news.latest-item img {
  width: 100%;
  display: block;
  height: 200px;
  object-fit: cover;
}
.services-lists .item-news.latest-item .dates {
  font-size: 12px;
  color: #666;
  display: block;
  text-transform: uppercase;
  line-height: 16px;
  margin: 15px 0 10px 0;
}
.services-lists .item-news.latest-item .main-title,
.services-lists .item-news.latest-item .subline {
  font-size: 16px;
  line-height: 20px;
  display: block;
  margin-top: 0;
}
.services-lists .item-news.latest-item .total-img {
  font-size: 13px;
  color: #666;
  display: block;
  font-family: "Montserrat", sans-serif;
  text-shadow: none;
  font-weight: 400;
  margin-top: 15px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.services-lists .item-news.latest-item .total-img .left-icon {
  font-size: 19px;
  margin-right: 10px;
  position: relative;
  top: 3px;
  color: #f66035;
}
.services-lists .item-news.latest-item .play-icon {
  font-size: 18px;
  width: 42px;
  height: 42px;
  color: #fff;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  line-height: 42px;
  float: right;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.left-side.list-page {
  padding-right: 15px;
}
.news-big-list {
  background: #fff;
}
.news-big-list .items img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  float: left;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.news-big-list .items .dates {
  font-size: 12px;
  display: block;
  line-height: 16px;
  color: #707070;
  margin-top: 15px;
}
.news-big-list .items .main-title,
.news-big-list .items .subline {
  font-size: 18px;
  color: #202124;
  display: block;
  line-height: 24px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.news-big-list .items .more-link {
  display: table;
  margin: 30px 0 0 0;
  font-size: 12px;
  color: #666;
  font-weight: 400;
  border: 1px solid #ccc;
  padding: 7px 20px;
  line-height: 20px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.news-big-list .items .more-link .right-icon {
  position: relative;
  top: 1px;
  margin-left: 5px;
}
.news-big-list .items .more-link:hover {
  background: #293982;
  color: #fff;
  border: 1px solid #293982;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.news-big-list .items .img-box {
  position: relative;
  overflow: hidden;
  display: table;
  width: 100%;
}
.news-big-list .items a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.news-big-list .items.latest-feat img {
  height: 370px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.news-big-list .items.latest-feat .main-title,
.news-big-list .items.latest-feat .subline {
  font-size: 28px;
  color: #202124;
  display: block;
  line-height: 32px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.news-big-list .items.latest-feat .back-drop {
  background: #f3f4f4;
  display: block;
  max-width: 90%;
  margin: -80px auto 0 auto;
  padding: 23px;
  position: relative;
  z-index: 98;
}
.news-big-list .items {
  margin-top: 40px;
}
.news-big-list .items.latest-feat {
  margin-top: 52px;
}
.news-big-list .items.latest-feat .back-drop {
  background: #fff;
}
.news-big-list .items .media .img-box img {
  width: 280px;
}
.news-big-list .items .media .main-title,
.news-big-list .items .media .subline {
  font-size: 24px;
  line-height: 30px;
}
.author-line {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 12px;
  color: #666;
  display: block;
  line-height: 16px;
}
.author-line .author-name {
  font-weight: 700;
  color: #202124;
  font-weight: 700;
  margin-right: 10px;
}
.author-line .dates {
  color: #666;
  margin-left: 10px;
}
.footer.address-box {
  margin-bottom: 40px;
  background: none;
  padding-top: 30px;
}
.footer.address-box .items .main-title,
.footer.address-box .items .subline {
  color: #202124;
  font-weight: 400;
}
.footer.address-box .items .description {
  color: #202124;
  font-weight: 400;
}
.feedback-forms {
  padding: 0;
}
.feedback-forms .description {
  margin: 0;
  padding: 0;
}
.feedback-forms .feedback .more-btns,
.feedback .feedback-forms fieldset .more-btns {
  border: 1px solid #ccc;
  text-transform: none;
  color: #666;
}
.feedback-forms .feedback .more-btns .right-icon,
.feedback .feedback-forms fieldset .more-btns .right-icon {
  position: relative;
  top: 1px;
  margin-left: 5px;
}
.services-lists.gallery-list .item-news figure {
  position: relative;
}
.services-lists.gallery-list .item-news figure img {
  height: 380px;
}
.services-lists.gallery-list .item-news figure .play-icon {
  width: 56px;
  height: 56px;
  line-height: 56px;
  top: 40px;
  right: 40px;
  left: inherit;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.services-lists.gallery-list .item-news .title-overlays {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
  padding: 10px 30px 20px 30px;
  background: rgba(255, 255, 255, 0.95);
}
.services-lists.gallery-list .item-news .main-title,
.services-lists.gallery-list .item-news .subline {
  font-size: 28px;
  color: #222933;
  display: block;
  line-height: 40px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
}
.more-gallery {
  margin: 0;
}
.photo-item {
  margin-bottom: 30px;
  box-sizing: borer-box;
}
.photo-item figure {
  position: relative;
}
.photo-item figure .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  border: 1px solid #ddd;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.photo-item img {
  width: 100%;
  height: 254px;
  object-fit: cover;
  display: block;
}
.photo-item a:hover .play-icon {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.footer.address-box .items {
  margin-bottom: 0;
}
.share-box .st-btn {
  display: table !important;
  margin: 5px;
}
.section.home-about .section-title.alt {
  margin-bottom: 15px;
}
.section.home-about.our-services.home-photos .items {
  padding: 0 15px;
}
.sticky-item {
  position: sticky;
  top: 150px;
}
.inner-page .featured-video {
  width: 100%;
}
.inner-page .featured-video iframe {
  width: 100%;
}
.services-lists .page-title-more {
  margin-bottom: 10px;
}
.editor-box .apply-btn {
  background: #293982;
  color: #fff;
  text-decoration: none !important;
  padding-left: 15px;
  padding-right: 15px;
}
.editor-box .apply-btn:hover {
  background: #f39200;
  color: #202124;
}
.widget-box .news-list-box .item-news {
  width: 100%;
}
.package-list .items {
  background: #fff;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.package-list .items .package-title {
  background: #d13938;
  padding: 20px 20px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 26px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
}
.package-list .items table th {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  color: #293982;
  border: 1px solid #dee2e6;
}
.package-list .items table td {
  font-size: 14px;
  border: 1px solid #dee2e6;
  padding: 8px 15px;
}
.package-list .items table td.title-head {
  font-weight: 700;
  font-size: 14px;
}
.package-list .items table td .pill-head {
  background: #293982;
  color: #fff;
  font-size: 12px;
  padding: 5px 0;
  line-height: 16px;
  width: 80px;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.note-list {
  margin: 10px 0;
  display: block;
  padding: 0 30px;
  text-align: center;
}
.note-list li {
  list-style: none;
  font-size: 12px;
  color: #202124;
  display: inline-block;
  line-height: 18px;
  padding: 0 15px;
  position: relative;
}
.note-list li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #666;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 7px;
}
.modalbox {
  left: 0;
  top: 0;
}
.modalbox .modal_content a.close_btn {
  padding: 0;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background: #d13938;
  line-height: 32px;
  text-align: center;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  position: relative;
}
.modalbox .modal_content a.close_btn:hover {
  background: #333;
  color: #fff !important;
}
.bigyaapan-holder {
  display: table;
  margin: 0 auto;
  position: relative;
}
.bigyaapan-holder img {
  display: block;
}
.bigyaapan-holder .close-box {
  position: absolute;
  background: none;
  height: auto;
  width: auto;
  padding: 0;
  line-height: 0;
  top: -10px;
  right: -10px;
  margin: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding: 0 10px;
}
.section {
  padding: 64px 0;
}
.section.our-approach-section .approach-description {
  max-width: 517px;
  margin-top: 24px;
}
.section.our-approach-section .approach-box .article-img:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.41);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.section.our-approach-section .approach-box img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.section.news-updates.featured-works-section {
  padding: 64px 0;
  background: none;
}
.section.news-updates.featured-works-section .section-title {
  padding-bottom: 0;
  margin-bottom: 15px;
}
.section.news-updates.featured-works-section .items {
  margin-bottom: 30px;
}
.section.news-updates.featured-works-section .items.latest-feat .main-title,
.section.news-updates.featured-works-section .items.latest-feat .subline {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.section.news-updates.featured-works-section .items.latest-feat .dates {
  margin-top: 3px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.section.news-updates.featured-works-section .items:last-child {
  margin-bottom: 0;
}
.section.news-updates.featured-works-section .items .main-title,
.section.news-updates.featured-works-section .items .subline {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.section.news-updates.featured-works-section .items .dates {
  margin-top: 3px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.section.news-updates.featured-works-section .items.latest-feat img {
  height: 507px;
}
.section.news-updates.featured-works-section.news-section {
  padding: 64px 0;
  background: rgba(0, 0, 0, 0.03);
}
.section.news-updates.featured-works-section.news-section .items .main-title,
.section.news-updates.featured-works-section.news-section .items .subline {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
.section.news-updates.featured-works-section.news-section .items img {
  height: 250px;
}
.section.news-updates.featured-works-section.news-section .items .description {
  margin: 15px 0 0 0;
  font-size: 16px;
}
.section.news-updates.featured-works-section.news-section .items .dates {
  margin-top: 15px;
  color: #d13938;
  font-size: 16px;
}
.section.news-updates .teamlist .items .img-box img {
  height: 420px;
  object-fit: cover;
  width: 100%;
  filter: grayscale(1);
}
.section.news-updates .teamlist .items .main-title,
.section.news-updates .teamlist .items .subline {
  margin-top: 0;
}
.section.home-clients .client-list {
  justify-content: center;
}
.section.home-clients .client-list .items {
  flex: none;
  width: 13%;
  margin-top: 32px;
}
.section.home-clients .client-list .items img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  display: block;
}
.play-icon {
  position: absolute;
  width: 45px;
  height: 45px;
  line-height: 45px;
  top: 40%;
  z-index: 10;
  background: #fff;
  color: #202124;
  border: 2px solid #fff;
  left: 50%;
  line-height: 45px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
a:hover .play-icon {
  top: 50%;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.more-link-box {
  margin-top: 54px !important;
}
.more-link-box a {
  font-size: 27px;
  font-weight: 400;
  position: relative;
}
.more-link-box a:after {
  content: "";
  width: 0;
  height: 2px;
  background: #d13938;
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.more-link-box a:hover:after {
  width: 100%;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.btn-rounded {
  border: 1px solid #fff;
  padding: 10px 85px 10px 73px;
  font-size: 20px;
  margin-top: -40px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  display: flex;
  align-items: center;
}
.btn-rounded:after {
  content: "";
  background: url(../images/btn-arrow.png) no-repeat top center;
  width: 18px;
  height: 24px;
  background-size: cover;
  position: relative;
  top: 0;
  right: 0;
  display: inline-block;
  margin-left: 10px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn-rounded:hover {
  color: #888;
  border-color: #888;
}
.btn-rounded:hover:after {
  right: -20px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.work-type {
  margin: -50px 0 0 0;
  padding: 0;
  display: block;
  width: 100%;
  list-style: none;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.work-type li {
  display: inline-block;
  margin: 0 32px 0 0;
}
.work-type li a {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 2px;
  padding: 10px 0;
  font-weight: 500;
  display: block;
  color: rgba(0, 0, 0, 0.3);
}
.work-type li a.active-link {
  border-bottom: 2px solid #d13938;
  color: #d13938;
}
.work-type li a.active-link:hover {
  color: #d13938;
}
.work-type li a:hover {
  color: #666;
}
.work-type.service-type {
  text-align: left;
  margin: 48px 0;
}
.work-type.service-type li {
  margin-right: 54px;
}
.work-type.service-type li a {
  font-size: 48px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: -2px;
  padding: 24px 0;
  display: block;
}
.work-type.service-type li .nav-link {
  font-size: 48px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: -2px;
  padding: 24px 0;
  display: block;
  border: 0;
  background: none;
  color: rgba(0, 0, 0, 0.3);
}
.work-type.service-type li .nav-link.active {
  border-bottom: 2px solid #d13938;
  color: #d13938;
}
.work-type.service-type li .nav-link.active:hover {
  color: #d13938;
}
.work-type.service-type li .nav-link:hover {
  color: #666;
}
.sub-headings {
  font-size: 24px;
  font-weight: 500;
  line-height: 31px;
  position: relative;
  display: block;
  margin-bottom: 24px;
  color: #202124;
  letter-spacing: -0.02em;
}
.sub-headings.normal-title {
  font-weight: 400;
}
.sub-headings .total-num {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  top: -10px;
  right: 0;
  line-height: 21px;
}
.sub-headings .keyword-txt {
  color: #1967d2;
}
.cat-box {
  margin-bottom: 37px;
}
.inside-page {
  padding-top: 0;
}
.inside-page .section.news-updates.featured-works-section .section-title {
  display: inline-block;
}
.inside-page .more-link-box a {
  color: #d13938;
}
.inside-page .more-link-box a:hover {
  color: #202124;
}
.inside-page .more-link-box a:hover:after {
  background: #202124;
}
.right-more-link a {
  color: #d13938;
  font-size: 16px;
  line-height: 22px;
}
.right-more-link a:hover {
  color: #202124;
}
.about-row .items .main-title,
.about-row .items .subline {
  font-size: 48px;
  line-height: 64px;
  display: block;
}
.about-row .items .description.dec-title {
  font-size: 24px;
  line-height: 31px;
  display: block;
  font-weight: 400;
  color: #323232;
}
.news-articles {
  margin-top: 64px;
}
.more-works {
  margin-top: 38px;
}
.google-map-section {
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1);
}
.google-map-section .google-map iframe {
  width: 100%;
  display: block;
  height: 400px;
}
.contact-section {
  padding: 0;
}
.contact-section .contact-list .items .titles.section-title {
  font-size: 32px;
  line-height: 38px;
}
.contact-section .contact-list .items.info-item {
  justify-content: center;
  display: flex;
}
.contact-section .contact-list .items.info-item .address-item {
  margin-top: 32px;
}
.contact-section .contact-list .items.info-item .address-item:nth-child(1) {
  margin-top: 0;
}
.contact-section .contact-list .items.info-item .address-item .address-title,
.contact-section .contact-list .items.info-item .address-item .address-line {
  font-size: 16px;
  line-height: 21px;
  display: block;
  color: #d13938;
  margin-bottom: 12px;
}
.contact-section .contact-list .items.info-item .address-item .address-line {
  color: #202124;
  margin-bottom: 0;
}
.normal-link {
  text-decoration: underline;
}
.normal-link:hover {
  text-decoration: none;
}
.modal {
  z-index: 100000;
}
.modal-backdrop {
  z-index: 99998;
}
.quick-pop .modal-dialog {
  max-width: 624px;
  padding: 0;
}
.quick-pop .modal-header {
  border: 0;
  padding: 44px 44px 0 44px;
  margin-top: -10px;
  display: block;
}
.quick-pop .modal-header .cat-title {
  border-bottom: 0;
  display: block;
  padding-bottom: 5px;
  font-weight: 400;
  font-size: 19px;
  font-family: "Marcellus", serif;
  line-height: 26px;
  color: #202124;
}
.quick-pop .modal-header .btn-close {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: absolute;
  right: 45px;
  top: 40px;
}
.quick-pop .modal-body {
  padding: 0 44px;
}
.quick-pop .title-h2 {
  font-size: 18px;
  color: #202124;
  line-height: 26px;
  font-weight: 400;
  font-family: "Marcellus", serif;
  margin-bottom: 16px;
}
.quick-pop .title-h3 {
  font-size: 24px;
  color: #d13938;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 16px;
  color: #202124;
}
.quick-pop .title-h4 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 16px;
}
.quick-pop.video-pop .modal-dialog {
  max-width: 800px;
  padding: 0;
}
.search-pop .modal-dialog {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.search-pop .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.search-pop .modal-header {
  border: 0;
  padding: 44px 44px 0 44px;
}
.search-pop .modal-header .btn-close {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.search-pop .modal-body {
  padding: 0 80px 80px 80px;
}
.search-pop .modal-body .site-search .textfield,
.search-pop .modal-body .site-search .feedback .textarea,
.feedback .search-pop .modal-body .site-search .textarea,
.search-pop .modal-body .site-search .feedback .select,
.feedback .search-pop .modal-body .site-search .select,
.search-pop .modal-body .site-search .get-news-alert .newsletter-btn,
.get-news-alert .search-pop .modal-body .site-search .newsletter-btn {
  background: #fff;
  border: 0;
  font-size: 24px;
  padding-left: 0;
  padding-right: 117px;
  color: #202124;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 0 10px 100px #fff inset;
}
.search-pop .modal-body .site-search .textfield::placeholder,
.search-pop .modal-body .site-search .feedback .textarea::placeholder,
.feedback .search-pop .modal-body .site-search .textarea::placeholder,
.search-pop .modal-body .site-search .feedback .select::placeholder,
.feedback .search-pop .modal-body .site-search .select::placeholder,
.search-pop
  .modal-body
  .site-search
  .get-news-alert
  .newsletter-btn::placeholder,
.get-news-alert
  .search-pop
  .modal-body
  .site-search
  .newsletter-btn::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.search-pop .modal-body .site-search .new-search {
  position: absolute;
  top: 10px;
  right: 0;
  background: #fff;
  font-size: 28px;
  padding: 0;
  border: 0;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  letter-spacing: -0.02em;
}
.search-pop .modal-body .site-search .new-search:hover {
  color: #1967d2;
}
.career-section .about-row .items {
  padding-left: 15px;
}
.career-section .about-row .items .description.dec-title {
  margin-top: 0;
}
.career-section .about-row .items.txt-img {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.career-section .about-row .items.img-item {
  padding-right: 50px;
  padding-left: 15px;
}
.career-section .about-row .items .article-img img {
  height: 340px;
  display: block;
  width: 100%;
}
.section.bg-section {
  min-height: 611px;
  margin-bottom: 100px;
}
.tag-list {
  margin: 0 0 32px 0;
  list-style: none;
  display: block;
  padding: 0;
}
.tag-list li {
  display: inline-block;
  border: 0;
}
.tag-list li a {
  padding: 10px 20px;
  font-weight: 400;
  font-size: 24px;
  color: #202124;
  margin-right: 20px;
  margin-bottom: 16px;
  color: rgba(0, 0, 0, 0.8);
  background: rgba(255, 16, 16, 0.05);
  line-height: 30px;
  display: block;
  font-weight: 500;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.tag-list li a:hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #d13938;
}
.show-reel .article-img img {
  height: 500px;
  object-fit: cover;
}
.normal-bg {
  background: #fcfcfc !important;
}
.video-embed iframe {
  width: 100%;
  display: block;
}
.feat-video .ratio {
  display: inline-block;
}
.project-section {
  margin-bottom: 32px;
}
.project-section .about-row .items.txt-img {
  align-items: flex-start;
}
.project-section .about-row .items .description.dec-title {
  font-size: 20px;
  line-height: 26px;
}
.project-section .about-row .project-box {
  margin-top: 32px;
}
.project-section .about-row .project-box:nth-child(1) {
  margin-top: 0;
}
.project-section .about-row .project-box .titles {
  font-size: 20px;
  font-weight: 400;
}
.project-section .about-row .project-box .titles.project-title {
  color: #d13938;
}
.project-section .about-row .project-box .project-nav {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
}
.project-section .about-row .project-box .project-nav li {
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
  display: block;
  padding: 0;
}
.project-section .about-row .project-box .project-nav li a {
  text-decoration: underline;
}
.project-section .about-row .project-box .project-nav li a:hover {
  text-decoration: none;
}
.project-section .about-row .project-box .project-nav.share-tools li {
  display: inline-block;
  margin-right: 10px;
}
.project-detail-info .editor-box {
  font-size: 20px;
  line-height: 26px;
}
.project-detail-info .editor-box iframe {
  width: 100%;
  display: block;
}
.project-detail-info .editor-box p {
  padding: 34px 30% 64px 30%;
}
.project-detail-info .editor-box img {
  max-width: 100%;
  display: block;
  margin: 0 auto 30px auto;
  float: none;
}
.share-box-new {
  margin-top: 50px;
  float: left;
}
.featured-works .items a:hover .work-tag-list {
  bottom: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.featured-works .items .work-tag-list {
  margin: 0;
  list-style: none;
  display: block;
  padding: 20px 20px 10px 20px;
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  z-index: 98;
  -webkit-transition: 2s ease-in-out;
  -moz-transition: 2s ease-in-out;
  -o-transition: 2s ease-in-out;
  transition: 2s ease-in-out;
}
.featured-works .items .work-tag-list li {
  display: inline-block;
  border: 0;
  padding: 5px 20px;
  font-weight: 400;
  font-size: 14px;
  color: #202124;
  margin-right: 5px;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.8);
  background: rgba(255, 255, 255, 0.95);
  line-height: 24px;
  font-weight: 500;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.featured-works .items .work-tag-list li:last-child {
  margin-right: 0;
}
.section.news-updates.featured-works-section
  .featured-works.news-articles
  .items
  .main-title,
.section.news-updates.featured-works-section
  .featured-works.news-articles
  .items
  .subline {
  font-size: 24px;
  font-weight: 700;
}
.section.news-updates.featured-works-section
  .featured-works.news-articles
  .items
  .description {
  margin: 5px 0;
  color: rgba(0, 0, 0, 0.8);
}
.section.news-updates.featured-works-section
  .featured-works.news-articles
  .items
  .dates {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}
.section.home-about.news-updates
  .featured-works.news-articles.articles-list
  .items
  img {
  height: 270px;
}
.news-title-box {
  max-width: 550px;
}
.detail-info.main-detail .editor-box {
  max-width: 973px;
  display: block;
  margin: 0 auto;
}
.detail-info.main-detail .editor-box img {
  max-width: 100%;
}
.detail-info.main-detail .editor-box p {
  padding: 34px 0;
}
.detail-info.main-detail .editor-box img.pulls-img-left {
  max-width: 1300px;
  margin: 0 -164px 20px -164px;
}
.detail-info.main-detail .featured-image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.detail-info.main-detail .featured-image figcaption {
  font-size: 12px;
  display: block;
  line-height: 18px;
  padding: 5px 0;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.logo-text {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 98;
  text-align: center;
}
.logo-text .logo-title {
  font-size: 76px;
  line-height: 82px;
  font-weight: 700;
  letter-spacing: 9px;
  display: block;
  color: #202124;
}
.logo-text .logo-subtitle {
  font-size: 38px;
  line-height: 42px;
  letter-spacing: 2px;
  font-weight: 700;
  display: block;
  margin-top: 15px;
  color: #202124;
}
.social-media-home {
  position: fixed;
  left: 20px;
  top: 50%;
  -webkit-transform: translate(-50%, 0) rotate(270deg);
  -moz-transform: translate(-50%, 0) rotate(270deg);
  -ms-transform: translate(-50%, 0) rotate(270deg);
  -o-transform: translate(-50%, 0) rotate(270deg);
  transform: translate(-50%, 0) rotate(270deg);
  text-align: center;
  display: flex;
  justify-content: start;
  width: auto;
  height: auto;
}
.social-media-home a {
  font-size: 14px;
  color: #999;
  line-height: 18px;
  display: inline-block;
  margin: 0 10px;
  text-transform: uppercase;
  font-weight: 400;
}
.social-media-home a:hover {
  color: #202124;
}
.services-list {
  margin: 15px 0 40px 0;
  display: block;
  list-style: none;
}
.services-list li {
  font-size: 22px;
  padding: 5px 0;
  font-weight: 400;
  color: #202124;
  display: inline-block;
  line-height: 28px;
  width: 100%;
}
.grids-box .media-item {
  padding-top: 10px;
}
.grids-box .media-item img {
  width: 100%;
  height: auto;
  display: block;
}
.grids-box .media-item .img-caption {
  font-size: 13px;
  display: block;
  font-style: italic;
  font-weight: 400;
  line-height: 19px;
  color: #202124;
  padding: 5px 0 20px 0;
  word-break: break-word;
}
.grids-box .media-item .thumb-box {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.grids-box .media-item .thumb-box .project-box {
  position: absolute;
  padding: 20px 40px 35px;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.grids-box .media-item .thumb-box .project-box .titles.project-title {
  color: #fff;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.35s, transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.grids-box .media-item .thumb-box .project-box .dates {
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
  transition: opacity 0.35s, transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.grids-box .media-item .thumb-box .project-box .dates .left-icon {
  margin-left: 5px;
  font-size: 12px;
}
.grids-box .media-item .thumb-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.5s ease-out;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 30%,
    rgba(0, 0, 0, 0.6) 100%
  );
}
.grids-box a {
  display: block;
}
.grids-box a:hover .thumb-box .project-box .titles.project-title {
  transform: translateX(0);
  color: #fff !important;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 0.35s, transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.grids-box a:hover .thumb-box .project-box .dates {
  transform: translateX(0);
  color: #fff !important;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 0.35s, transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.grids-box a:hover .thumb-box:after {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 0.5s ease-out;
}
.recognition-list .items .img-boundary {
  border: 1px solid #d9d9d9;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.recognition-list .items .img-boundary img {
  display: block;
  margin: 0 auto;
  height: 146px;
  object-fit: contain;
}
.updates-list .items {
  padding-top: 70px;
}
.updates-list .items:nth-child(1) {
  padding-top: 0;
}
.updates-list .items .img-boundary {
  margin-left: 0;
  margin-right: 45px;
}
.updates-list .items .img-boundary img {
  width: 535px;
  height: 345px;
  object-fit: cover;
  display: block;
}
.updates-list .items:nth-of-type(odd) .img-boundary {
  margin-left: 45px;
  margin-right: 0;
  order: 2;
}
.updates-list .items:nth-of-type(odd) .media-body {
  order: 1;
}
.updates-list .items:nth-of-type(odd) .media-body .titles {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.updates-list .items:nth-of-type(odd) .media-body .description {
  margin-top: 15px;
  display: block;
  font-size: 14px;
  line-height: 26px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.updates-list .items a:hover .titles {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.updates-list .items a:hover .more-link-txt {
  color: #d13938;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.updates-list.more-list .items {
  padding-top: 0;
}
.updates-list.more-list .items .more-link-txt {
  margin-top: 15px;
}
.updates-list.more-list .items img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 10px;
}
.updates-list.more-list.search-list .items {
  margin-bottom: 30px;
}
.more-link-txt {
  margin-top: 30px;
  color: #202124;
  text-transform: uppercase;
  font-size: 11px;
  display: block;
  color: #999;
}
.more-link-txt .left-icon {
  margin-left: 5px;
  font-size: 8px;
  position: relative;
  top: -1px;
}
.author-section {
  margin-top: 30px;
  margin-bottom: 0;
}
.author-section .date-line {
  position: relative;
  padding-left: 0;
  margin-left: 10px;
}
.author-section .date-line:before {
  content: "";
  width: 1px;
  height: 12px;
  background: #999;
  position: absolute;
  left: 0;
  top: 3px;
  display: none;
}
.author-section .share-new .st-btn {
  display: inline-block !important;
}
.featured-image {
  margin-top: 30px;
  margin-bottom: 20px;
}
.featured-image figcaption {
  font-size: 12px;
  text-align: center;
  display: block;
  line-height: 18px;
  padding-top: 5px;
}
.featured-image img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.featured-image .video-feat iframe {
  width: 100%;
  display: block;
}
.contact-item {
  padding-left: 50px;
}
.contact-item .address-list {
  margin: 0;
  padding: 0;
  display: block;
}
.contact-item .address-list li {
  list-style: none;
  display: inline-block;
  position: relative;
  padding: 10px 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  padding-left: 30px;
  word-break: break-word;
}
.contact-item .address-list li .left-icon {
  font-size: 18px;
  position: absolute;
  top: 13px;
  left: 0;
}
.sticky-item {
  top: 80px;
  position: sticky;
  margin-bottom: 30px;
}
.wow {
  visibility: hidden;
}
.keyword-txt {
  color: #1967d2;
}
.works {
  height: calc(100vh - 90px);
  background: #f66035 url(../images/flyout.svg) no-repeat bottom center;
  background-size: cover;
  display: flex;
  align-items: center;
}
.works .titles.work-title {
  font-size: 53px;
  font-weight: 400;
  color: #fff;
  line-height: 65px;
}
.works .titles.work-title .italic-font {
  font-weight: 700;
  font-style: italic;
}
.case-study-section {
  padding: 0;
  position: relative;
  display: flex;
}
.case-study-section.vertical-product-section .case-study .items {
  padding: 15px 80px 15px 15px;
  height: calc(100vh - 90px);
}
.case-study-section.vertical-product-section .case-study .items.alt-item {
  padding-left: 80px;
}
.case-study-section.vertical-product-section .case-study .items .titles {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.case-study-section.vertical-product-section
  .case-study
  .items
  a:hover
  .titles {
  color: #f66035 !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.case-study-section.vertical-product-section.alt:after {
  background: #f66035;
}
.case-study-section.vertical-product-section:before {
  background: #fff;
}
.case-study-section.vertical-section {
  align-items: flex-start;
  padding: 0;
}
.case-study-section.vertical-section:nth-child(odd) {
  background: #eee;
}
.case-study-section.vertical-section.news-section {
  padding: 0;
  height: calc(100vh - 90px);
  display: flex;
  align-items: center;
}
.case-study-section.vertical-section.news-section .case-study .items {
  display: initial;
  height: auto;
}
.case-study-section.vertical-section.news-section
  .case-study
  .items
  .titles.page-title-1 {
  font-size: 47px;
  line-height: 54px;
}
.case-study-section.vertical-section.news-section
  .case-study
  .items
  .vertical-img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  position: relative;
  display: block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
.case-study-section.vertical-section.news-section .case-study .items.alt-item {
  position: relative;
  height: auto;
}
.case-study-section.vertical-section.news-section
  .case-study
  .items.alt-item
  .vertical-img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  position: relative;
  display: block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
.case-study-section.vertical-section:before {
  display: none;
}
.case-study-section.vertical-section:after {
  display: none;
}
.case-study-section.vertical-section .case-study .items {
  padding: 15px 80px 15px 15px;
  height: calc(100vh - 90px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.case-study-section.vertical-section .case-study .items.alt-item {
  position: static;
  padding: 0;
}
.case-study-section.vertical-section .case-study .items.alt-item .vertical-img {
  width: 50%;
  height: calc(100vh - 90px);
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
}
.case-study-section.vertical-section .case-study .items a:hover .titles {
  color: #f66035 !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.case-study-section:before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #eee;
  z-index: 1;
}
.case-study-section:after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #0f75bc;
  z-index: 1;
}
.black-bg {
  background: #202124;
  display: flex;
  align-items: center;
  height: calc(100vh - 90px);
}
.recent-updates {
  margin-top: 72px;
}
.recent-updates .items:nth-child(n + 4) {
  margin-top: 63px;
}
.recent-updates .items .article-img {
  margin-bottom: 25px;
}
.recent-updates .items .article-img img {
  display: block;
  width: 100%;
  height: 285px;
  object-fit: cover;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
.recent-updates .items .article-img .date-box {
  width: 68px;
  height: 79px;
  position: absolute;
  bottom: -28px;
  right: 30px;
  text-align: center;
  background: rgba(71, 191, 243, 0.92);
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.recent-updates .items .article-img .date-box.play-box {
  background: rgba(209, 56, 57, 0.92);
  line-height: 79px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.recent-updates .items .article-img .date-box.play-box .play-btn {
  font-size: 27px;
}
.recent-updates .items .article-img .date-box .days {
  font-size: 38px;
  font-weight: 600;
  display: block;
  line-height: 38px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.recent-updates .items .article-img .date-box .months {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  display: block;
  line-height: 12px;
}
.recent-updates .items .dates {
  font-size: 14px;
  color: #828282;
  display: block;
  margin-bottom: 24px;
}
.recent-updates .items .titles {
  color: #202124;
  font-weight: 400;
  line-height: 36px;
  font-size: 30px;
  max-width: 90%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.recent-updates .items .btn {
  margin-top: 33px;
}
.recent-updates .items a:hover .titles {
  color: #1967d2 !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.recent-updates .items a:hover .btn {
  background: none;
  color: #293982;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.recent-updates .items a:hover .btn:after {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
.recent-updates.college-list .items {
  text-align: center;
}
.recent-updates.college-list .items .article-img img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  height: 200px;
}
.recent-updates.college-list .items:nth-child(4) {
  margin-top: 0;
}
.recent-updates.college-list .items:nth-child(n + 5) {
  margin-top: 63px;
}
.section-panel {
  height: 100vh !important;
}
.detail-section {
  margin-top: 0;
  padding: 44px 0;
}
.detail-section .about-row .titles.section-title {
  font-size: 32px;
  line-height: 48px;
  font-weight: 400;
  color: #202124;
}
.detail-section .editor-box .featured-image {
  margin-top: 10px;
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
}
.detail-section .editor-box .featured-image .about-img {
  width: auto;
  display: block;
}
.detail-section .editor-box .about-img {
  width: 100%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  display: block;
}
.team-section {
  background: #171c34;
}
.team-section .section-title {
  color: #fff;
}
.team-section .description {
  color: #fff;
}
.team-list {
  display: inline-block;
  width: 100%;
  position: relative;
}
.team-list.management-teams {
  display: flex;
}
.team-list.management-teams.team-list .item-team:nth-child(n + 5) {
  margin-top: 58px;
}
.team-list.management-teams.team-list .item-team .titles {
  color: #202124;
  font-family: "Marcellus", serif;
  font-weight: 400;
}
.team-list.management-teams.team-list .item-team .designation {
  color: dimgray;
}
.team-list .team-slider {
  display: none;
}
.team-list .team-slider.swiper-initialized {
  display: inline-block;
}
.team-list .item-team {
  margin-bottom: 0;
}
.team-list .item-team .team-img {
  margin-bottom: 35px;
  overflow: hidden;
}
.team-list .item-team .team-img:hover .hoz-nav {
  bottom: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.team-list .item-team .team-img img {
  width: 100%;
  height: 386px;
  display: block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  object-fit: cover;
}
.team-list .item-team .team-img .hoz-nav {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto;
  z-index: 9998;
  background: rgba(47, 55, 58, 0.9);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 50px;
  padding: 0 20px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -80px;
}
.team-list .item-team .team-img .hoz-nav li {
  line-height: 18px;
}
.team-list .item-team .team-img .hoz-nav li a .social-icon {
  color: #fff;
  margin: 0 5px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.team-list .item-team .team-img .hoz-nav li a:hover .social-icon {
  color: #ccc;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.team-list .item-team .titles {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  padding: 0 30px;
}
.team-list .item-team .designation {
  font-size: 14px;
  line-height: 26px;
  display: block;
  font-weight: 600;
  margin-top: 10px;
  color: #999;
  padding: 0 30px;
}
.more-section.more-verticals .recent-updates .items img {
  height: 245px;
}
.more-section.more-verticals .recent-updates .items .titles {
  font-weight: 700;
}
.more-section .titles.section-title {
  font-size: 50px !important;
  font-weight: 700;
  padding: 0;
}
.more-section .recent-updates .items img {
  height: 245px;
}
.more-section .recent-updates .items .designation {
  font-size: 14px;
  color: #828282;
  display: block;
  margin-bottom: 24px;
}
.more-section .recent-updates .items .titles {
  color: #202124;
  font-size: 29px;
}
.more-section .recent-updates .items .btn {
  margin-top: 47px;
}
.more-section .recent-updates .items a:hover .titles {
  color: #f66035 !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.search-list-section {
  padding: 20px 0;
}
.search-list-section .recent-updates .items {
  margin-bottom: 40px;
}
.search-list-section .recent-updates .items .titles {
  font-size: 22px;
  line-height: 30px;
}
.find-box {
  background: #293982;
  -webkit-border-radius: 30px 30px 0 0;
  -moz-border-radius: 30px 30px 0 0;
  -ms-border-radius: 30px 30px 0 0;
  border-radius: 30px 30px 0 0;
  padding: 0 50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.find-box .find-list {
  display: block;
}
.find-box .find-list li {
  list-style: none;
  float: left;
}
.find-box .find-list li a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  float: left;
  border-left: 1px solid #4448c1;
  padding: 12px 33px 12px 40px;
}
.find-box .find-list li a .titles-main {
  position: relative;
}
.find-box .find-list li a .titles-main:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.8s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.find-box .find-list li a .left-icon {
  font-size: 25px;
  position: absolute;
  left: 0;
  top: 17px;
}
.find-box .find-list li a.find-nav {
  border-left: 0;
}
.find-box .find-list li a.make-nav {
  padding-left: 76px;
  padding-right: 0;
}
.find-box .find-list li a.make-nav .left-icon {
  top: 13px;
  left: 36px;
}
.find-box .find-list li a:hover .titles-main:before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
.find-box .find-list li a:hover .left-icon {
  color: #f66035;
}
.section .description {
  font-size: 14px;
  line-height: 27px;
  color: #696969;
}
.section.home-about .about-side {
  padding-left: 60px;
}
.section.home-about .about-side .titles.section-title {
  padding-bottom: 0;
}
.section.home-about .about-side .description {
  margin-top: 40px;
}
.section.health-packages {
  background: #f5f5f5;
}
.section.health-packages .items.feat-col {
  order: 2;
}
.section.health-packages .items.feat-col img {
  display: block;
  width: 100%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
.section.health-packages .items.side-col {
  order: 1;
}
.section.health-packages .items.side-col .package-item {
  border: 1px solid #47bff3;
  padding: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
.section.health-packages .items.side-col .package-item a {
  display: block;
}
.section.health-packages .items.side-col .package-item:nth-child(1) {
  margin-top: 0;
}
.section.health-packages .items.side-col.alt {
  order: 3;
}
.section.home-services {
  padding: 65px 0;
}
.section.home-services:before {
  background: rgba(241, 119, 50, 0.6);
  z-index: 1;
}
.section.home-services .tag-title {
  z-index: 2;
  position: relative;
}
.section.home-services .section-title {
  z-index: 2;
  position: relative;
}
.section.home-services .section-title:before {
  display: none;
}
.section.home-services .container {
  z-index: 2;
  position: relative;
}
.section.home-services .service-section {
  position: relative;
}
.section.home-services .service-section .service-slide {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.section.home-services .service-section .service-slide .slide-item {
  background: #fff;
  padding: 43px 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
  width: 100%;
  min-height: 480px;
  text-align: center;
}
.section.home-services .service-section .service-slide .slide-item .titles {
  font-size: 22px;
  font-weight: 600;
}
.section.home-services
  .service-section
  .service-slide
  .slide-item
  .article-img {
  width: 131px;
  height: 131px;
  border: 2px solid #e1e2f6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.section.home-services
  .service-section
  .service-slide
  .slide-item
  .article-img
  img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  display: block;
}
.section.home-services
  .service-section
  .service-slide
  .slide-item
  .description {
  margin-top: 26px;
}
.section.home-services .service-section .service-slide .slide-item .btn {
  margin-top: 56px;
}
.section.home-services .service-section .service-slide .slide-item a {
  display: block;
}
.section.home-services
  .service-section
  .service-slide
  .slide-item
  a:hover
  .btn {
  background: #1967d2;
  color: #fff;
}
.section.home-services .service-section .service-slide .slide-item {
  opacity: 0;
  filter: alpha(opacity=0);
}
.section.home-services
  .service-section
  .service-slide.swiper-initialized
  .slide-item {
  opacity: 1;
  filter: alpha(opacity=100);
}
.section.home-services.home-departments:before {
  background: rgba(31, 34, 120, 0.6);
  z-index: 1;
}
.section.home-services.home-departments .departments {
  align-items: center;
}
.section.light-bg {
  background: #f5f5f5;
}
.section.home-team .service-section {
  position: relative;
}
.section.home-team .service-section .swiper-button-prev {
  top: 35%;
}
.section.home-team .service-section .swiper-button-next {
  top: 35%;
}
.section.home-testimonial .service-section {
  position: relative;
}
.section.home-testimonial .service-section .swiper-button-prev {
  top: 50%;
}
.section.home-testimonial .service-section .swiper-button-next {
  top: 50%;
}
.teams-slider {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.teams-slider .slide-item.team-item {
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.teams-slider .slide-item.team-item .article-img {
  margin-bottom: 15px;
}
.teams-slider .slide-item.team-item .article-img img {
  width: 100%;
  height: 220px;
  display: block;
  object-fit: cover;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
.teams-slider.swiper-initialized .slide-item {
  opacity: 1;
  filter: alpha(opacity=100);
}
.testimonial-slider {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.testimonial-slider .slide-item {
  background: #fff;
  padding: 43px 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.testimonial-slider .slide-item.team-item {
  text-align: left;
  opacity: 0;
  filter: alpha(opacity=0);
}
.testimonial-slider .slide-item.team-item .media {
  align-items: center;
}
.testimonial-slider .slide-item.team-item .article-img {
  margin-bottom: 0;
  margin-right: 21px;
}
.testimonial-slider .slide-item.team-item .article-img img {
  width: 120px;
  height: 120px;
  display: block;
  object-fit: cover;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.testimonial-slider .slide-item.team-item .address-title,
.testimonial-slider
  .slide-item.team-item
  .contact-section
  .contact-list
  .items.info-item
  .address-item
  .address-line,
.contact-section
  .contact-list
  .items.info-item
  .address-item
  .testimonial-slider
  .slide-item.team-item
  .address-line {
  font-size: 14px;
  line-height: 20px;
  display: block;
}
.testimonial-slider .slide-item.team-item .description {
  padding: 0 24px;
  margin-top: 24px;
}
.testimonial-slider .slide-item.team-item .btn {
  margin-left: 24px;
}
.testimonial-slider.swiper-initialized .slide-item {
  opacity: 1;
  filter: alpha(opacity=100);
}
.page-box {
  background: #f5f5f5;
  background-size: cover;
  padding: 0;
}
.page-box .titles.section-title {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 68px;
  line-height: 74px;
  color: #fff;
}
.page-box .title-row {
  align-items: center;
  margin-bottom: 0;
}
.page-box .breadcrumbs {
  float: right;
}
.more-updates {
  padding-top: 0;
}
.more-updates .titles.section-title {
  margin-bottom: 40px;
}
.more-updates .btn {
  margin-top: 62px;
}
.team-list .swiper-button-next {
  top: calc(50% - 30px);
}
.team-list .swiper-button-prev {
  top: calc(50% - 30px);
}
.team-list .slide-item.team-item .article-img {
  margin-bottom: 15px;
  overflow: hidden;
}
.team-list .slide-item.team-item .article-img:hover .hoz-nav {
  bottom: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.team-list .slide-item.team-item .article-img img {
  width: 100%;
  height: 386px;
  display: block;
  object-fit: cover;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
.team-list .slide-item.team-item .article-img .hoz-nav {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto;
  z-index: 9998;
  background: rgba(47, 55, 58, 0.9);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 50px;
  padding: 0 20px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -80px;
}
.team-list .slide-item.team-item .article-img .hoz-nav li {
  line-height: 18px;
}
.team-list .slide-item.team-item .article-img .hoz-nav li a {
  line-height: normal;
}
.team-list .slide-item.team-item .article-img .hoz-nav li a .social-icon {
  color: #fff;
  margin: 0 5px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.team-list .slide-item.team-item .article-img .hoz-nav li a:hover .social-icon {
  color: #ccc;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.opd-schedule {
  border: 1px solid #47bff3;
  padding: 30px 20px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}
.opd-schedule .titles.opd-title {
  color: #728193;
  font-weight: 400;
  line-height: 22px;
  font-size: 23px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.opd-schedule .opd-list {
  display: block;
  margin: 15px 0;
  text-align: center;
}
.opd-schedule .opd-list li {
  list-style: none;
  position: relative;
  font-size: 16px;
  color: #202124;
  display: block;
  line-height: 22px;
  padding: 5px 0;
}
.profile-info {
  padding-left: 50px;
}
.profile-info .profile-box {
  margin-top: 15px;
  border: 1px solid #47bff3;
  padding: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0 14px 24px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 14px 24px rgba(0, 0, 0, 0.05);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.05);
}
.profile-info .profile-box .titles.package-label {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
}
.profile-info .profile-box .titles.patient-info-title {
  color: #728193;
  margin-bottom: 30px;
}
.profile-info .profile-box .profile-item {
  margin-top: 43px;
}
.profile-info .profile-box .profile-item:nth-child(1) {
  margin-top: 0;
}
.profile-info .profile-box .profile-item .titles.info-title {
  color: #728193;
  border-bottom: 1px solid #ddd;
  font-weight: 400;
  padding-bottom: 8px;
  font-size: 19px;
  line-height: 25px;
}
.profile-info .profile-box .profile-item .normal-list {
  display: block;
  margin: 15px 0;
}
.profile-info .profile-box .profile-item .normal-list li {
  list-style: none;
  position: relative;
  font-size: 16px;
  color: #202124;
  display: block;
  line-height: 22px;
  padding: 10px 10px 10px 13px;
}
.profile-info .profile-box .profile-item .normal-list li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #69a1ea;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  top: 18px;
  left: 0;
}
.package-list {
  text-align: left;
}
.package-list .titles.package-name {
  font-weight: 600;
  margin-top: 30px;
}
.package-list .check-list {
  display: block;
  margin: 34px 0 15px 0;
}
.package-list .check-list li {
  list-style: none;
  position: relative;
  font-size: 16px;
  color: #202124;
  display: block;
  line-height: 22px;
  padding: 10px 10px 10px 40px;
}
.package-list .check-list li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  width: 23px;
  height: 23px;
  text-align: center;
  line-height: 23px;
  border: 1px solid #ddd;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 10px;
  color: #728193;
}
.all-services .items:nth-child(n + 5) {
  margin-top: 30px;
}
.all-services .items a {
  display: block;
}
.all-services .items a:hover .btn {
  background: #1967d2;
  color: #fff;
}
.all-services .items .service-item {
  background: #fff;
  padding: 43px 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
  width: 100%;
  min-height: 480px;
  text-align: center;
  border: 1px solid #47bff3;
}
.all-services .items .service-item .titles {
  font-size: 22px;
  font-weight: 600;
}
.all-services .items .service-item .article-img {
  width: 131px;
  height: 131px;
  border: 2px solid #e1e2f6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.all-services .items .service-item .article-img img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  display: block;
}
.all-services .items .service-item .description {
  margin-top: 26px;
}
.all-services .items .service-item .btn {
  margin-top: 56px;
}
.full-updates .items {
  margin-bottom: 63px;
}
.full-updates .items.latest-news .titles.news-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
}
.full-updates .items.latest-news .article-img {
  margin-bottom: 20px;
}
.full-updates .items.latest-news .article-img img {
  height: 500px;
  object-fit: cover;
  display: block;
}
.full-updates .items.featured-photo {
  margin-bottom: 0;
}
.full-updates .items.featured-photo .article-img {
  position: relative;
  margin-bottom: 0;
}
.full-updates .items.featured-photo .article-img img {
  height: 600px;
}
.full-updates .items.featured-photo .article-img .overlay-box {
  background: rgba(47, 55, 58, 0.86);
  padding: 40px 58px;
  bottom: 0;
  left: 0;
  z-index: 98;
  max-width: 90%;
  -webkit-border-radius: 0 30px 0 30px;
  -moz-border-radius: 0 30px 0 30px;
  -ms-border-radius: 0 30px 0 30px;
  border-radius: 0 30px 0 30px;
  position: absolute;
}
.full-updates .items.featured-photo .article-img .overlay-box .news-title {
  color: #fff;
  padding: 0;
}
.full-updates .items.featured-photo .article-img .overlay-box .btn {
  margin-left: 0;
}
.full-updates .featured-news .feat-side .article-img img {
  height: auto;
}
.full-updates .featured-news .news-side {
  padding-left: 30px;
}
.full-updates .featured-news .news-side .section-title {
  font-size: 42px;
  line-height: 48px;
  margin-bottom: 0;
  font-weight: 400;
  max-width: 100%;
}
.full-updates .items .article-img {
  margin-bottom: 0;
}
.full-updates .items .article-img img {
  display: block;
  width: 100%;
  height: 285px;
  object-fit: cover;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
.full-updates .items .article-img .date-box {
  width: 68px;
  height: 79px;
  position: absolute;
  top: 20px;
  right: 30px;
  text-align: center;
  background: rgba(71, 191, 243, 0.92);
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.full-updates .items .article-img .date-box .days {
  font-size: 38px;
  font-weight: 600;
  display: block;
  line-height: 38px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.full-updates .items .article-img .date-box .months {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  display: block;
  line-height: 12px;
}
.full-updates .items .dates {
  font-size: 14px;
  color: #828282;
  display: block;
  margin-bottom: 24px;
}
.full-updates .items .titles {
  color: #202124;
  font-weight: 400;
  line-height: 28px;
  font-size: 22px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 0 50px;
}
.full-updates .items .description {
  color: dimgray;
  padding: 0 50px;
  font-weight: 500;
}
.full-updates .items .btn {
  margin-top: 33px;
  margin-left: 50px;
}
.full-updates .items a:hover .titles {
  color: #1967d2 !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.full-updates .items a:hover .btn {
  color: #293982;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.full-updates .items a:hover .btn:after {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
.gallery-grid {
  margin-top: 52px;
}
.gallery-grid .items .article-img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.gallery-grid .items .article-img .play-icon {
  top: 30px;
  right: 30px;
  left: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  background: rgba(246, 96, 53, 0.92);
  border: 0;
  color: #fff;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.gallery-grid .items .caption-line {
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.gallery-grid .items .caption-line:before {
  content: "";
  width: 0;
  height: 1px;
  background: #f66035;
  position: absolute;
  bottom: 10px;
  left: 20px;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.gallery-grid .items a:hover .article-img img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.gallery-grid .items a:hover .caption-line:before {
  width: calc(100% - 40px);
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.awards-grid .items .article-img {
  border: 1px solid #47bff3;
  padding: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.awards-grid .items .article-img:hover {
  -webkit-box-shadow: 0 14px 24px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 14px 24px rgba(0, 0, 0, 0.05);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.awards-grid .items .article-img img {
  width: 100%;
  height: auto;
  display: block;
}
.awards-grid .items .caption-line {
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
  padding-bottom: 20px;
  margin-bottom: 5px;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.ratio {
  position: relative;
  width: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.career-detail .profile-info {
  padding-right: 50px;
  padding-left: 0;
}
.career-detail .opd-schedule {
  margin-top: 0;
}
.contact-left .profile-box {
  margin-top: 0;
}
.contact-left .profile-title {
  margin-bottom: 30px;
}
.contact-left .package-info {
  position: relative;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}
.contact-left .package-info:nth-child(2) {
  border-top: 0;
}
.contact-left .package-info .titles.package-name {
  margin-bottom: 10px;
  margin-top: 0;
}
.contact-left .package-info .description {
  margin-top: 0;
  font-size: 14px;
  line-height: 22px;
}
.contact-left .package-info .left-icon {
  font-size: 40px;
  color: #47bff3;
  position: absolute;
  left: -90px;
  top: 22px;
  width: 64px;
  text-align: right;
}
.contact-left .package-info .left-icon.location-icon {
  font-size: 50px;
}
.contact-left .package-info .left-icon.contact-icon {
  font-size: 40px;
}
.contact-left .package-info .left-icon.email-icon {
  font-size: 40px;
}
.google-map {
  background: url(../images/loading.gif) no-repeat center center;
}
.google-map iframe {
  width: 100%;
  display: block;
  height: 800px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.testimonial-box {
  margin: 30px 0;
}
.testimonial-box .featured-image {
  margin-top: 10px;
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
}
.testimonial-box .featured-image .about-img {
  width: 120px;
  height: auto;
}
.management-teams {
  justify-content: center;
  margin-bottom: 50px;
}
.health-packages.all-packages.career-list.search-result-list {
  margin-top: 0;
}
.health-packages.all-packages.career-list.search-result-list .items {
  margin-top: 30px !important;
}
.health-packages.all-packages.career-list.search-result-list
  .items:nth-child(1) {
  margin-top: 0 !important;
}
.view-link {
  position: relative;
  z-index: 3;
}
.dep-row {
  margin-top: 50px;
}
.profile-box .editor-box h1,
.profile-box .editor-box h2,
.profile-box .editor-box h3,
.profile-box .editor-box h4,
.profile-box .editor-box h5,
.profile-box .editor-box h6 {
  color: #728193;
  margin-top: 0;
  margin-bottom: 20px;
}
.profile-box .editor-box ul {
  margin-left: 10px;
  margin-bottom: 30px;
}
.section {
  padding: 80px 0;
}
.section.get-started-section {
  background: #f5f5f5;
  padding-top: 40px;
  padding-bottom: 40px;
}
.section.get-started-section .get-started-box {
  position: relative;
}
.section.get-started-section .items .boundary-box {
  padding: 42px;
  border: 1px solid #ccc;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  min-height: 320px;
  display: inline-block;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.section.get-started-section .items .boundary-box .description {
  margin-top: 25px;
}
.section.get-started-section .items .boundary-box .rounded-btn {
  background: none;
  color: #f66035;
  border-color: #f66035;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.section.get-started-section .items a:hover .boundary-box {
  background: #fff;
  -webkit-box-shadow: 0px 42px 54px -54px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 42px 54px -54px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 42px 54px -54px rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.section.get-started-section .items a:hover .boundary-box .rounded-btn {
  background: #f66035;
  color: #fff;
  border-color: #f66035;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.section.destination-section {
  background: #2f373a;
  height: calc(100vh - 80px);
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.section.destination-section .destination-areas {
  display: inline-block;
  width: 100%;
}
.section.destination-section .destination-areas .destination-box {
  display: inline-block;
  width: 100%;
  position: relative;
}
.section.destination-section .container {
  position: relative;
  z-index: 2;
}
.section.destination-section:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(47, 55, 58, 0.75);
  z-index: 1;
}
.section.destination-section .section-title {
  color: #fff;
}
.section.destination-section .description {
  color: #fff;
}
.section.destination-section .destination-box .items {
  opacity: 0;
  filter: alpha(opacity=0);
}
.section.destination-section .destination-box .boundary-box {
  border: 1px solid #ccc;
  display: inline-block;
  width: 100%;
  min-height: 180px;
  padding: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.section.destination-section .destination-box .boundary-box .titles {
  color: #fff;
  font-size: 26px;
  line-height: 30px;
}
.section.destination-section .destination-box .boundary-box .more-links {
  color: #fff;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.section.destination-section .destination-box .boundary-box.active-destination {
  background: #f66035;
  border-color: #f66035;
}
.section.destination-section .destination-box a:hover .boundary-box {
  background: #f66035;
  border-color: #f66035;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.section.destination-section .destination-box a:hover .boundary-box .titles {
  color: #fff !important;
}
.section.destination-section
  .destination-box
  a:hover
  .boundary-box
  .more-links {
  text-decoration: underline;
}
.section.destination-section .destination-box .swiper-initialized .items {
  opacity: 1;
  filter: alpha(opacity=100);
}
.fact-items .items:nth-child(n + 3) {
  margin-top: 40px;
}
.fact-items .items .media {
  align-items: center;
}
.fact-items .items .media .left-icon {
  background: #f5f5f5;
  width: 68px;
  height: 68px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  line-height: 78px;
  color: #f66035;
  font-size: 30px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fact-items .items .media .media-body .year-title {
  font-size: 30px;
  line-height: 38px;
  font-weight: 800;
  display: block;
}
.fact-items .items .media .media-body .fact-desc {
  line-height: 18px;
  display: block;
  margin-top: 0;
}
.mouse-up {
  position: absolute;
  bottom: 40px;
  z-index: 9998;
  left: 10px;
}
.mouse-up svg {
  background: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
.mouse-up svg path {
  stroke: #ccc !important;
}
.mouse-up svg #wheel {
  animation: mouse-scroll ease 2s infinite;
}
@keyframes mouse-scroll {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(60px);
  }
}
.section-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.bg-changer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bg-changer .section-bg {
  opacity: 0;
  will-change: opacity, transform;
  transform: scale(1);
  transition: opacity 0.5s ease 0.2s, transform 5s ease 0.2s;
}
.bg-changer .section-bg.active {
  opacity: 1;
  transform: scale(1.05);
  transition: opacity 0.5s ease 0.2s, transform 5s ease 0.2s;
}
.traveller-stories.testimonial-list .items {
  padding-bottom: 30px;
}
.traveller-stories.testimonial-list .items .story-boundary {
  text-align: left;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 30px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.traveller-stories.testimonial-list .items:hover .story-boundary {
  -webkit-box-shadow: 0px 22px 34px -44px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 22px 34px -44px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 22px 34px -44px rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.traveller-stories.testimonial-list .items .media {
  align-items: center;
}
.traveller-stories.testimonial-list .items .article-img {
  margin-bottom: 0;
  margin-right: 21px;
}
.traveller-stories.testimonial-list .items .article-img img {
  width: 56px;
  height: 56px;
  background: #fff;
  display: block;
  object-fit: cover;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.traveller-stories.testimonial-list .items .story-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  display: block;
  font-family: "Marcellus", serif;
}
.traveller-stories.testimonial-list .items .address-title,
.traveller-stories.testimonial-list
  .contact-section
  .contact-list
  .items.info-item
  .address-item
  .address-line,
.contact-section
  .contact-list
  .traveller-stories.testimonial-list
  .items.info-item
  .address-item
  .address-line {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  display: block;
}
.traveller-stories.testimonial-list .items .description {
  margin-top: 24px;
  font-size: 16px;
  color: #696969;
  line-height: 26px;
  font-weight: 400;
}
.section.appointment-section {
  padding: 0;
}
.section.appointment-section .items {
  margin-top: 160px;
}
.section.appointment-section .items:nth-child(1) {
  margin-top: 0;
}
.section.appointment-section .items .people-img img {
  width: 100%;
  height: 540px;
  object-fit: contain;
  margin-top: -80px;
  display: block;
  object-position: bottom center;
}
.section.appointment-section .items .alt-section-title {
  max-width: 80%;
}
.section.appointment-section .title-row {
  margin-bottom: 0;
}
.section.appointment-section .title-row.alt-row {
  margin-bottom: 0;
}
.wide-list.new-search-list {
  margin-top: 0;
}
.wide-list .items {
  margin-top: 40px;
}
.wide-list .items:nth-child(1) {
  margin-top: 0;
}
.wide-list .items .article-img {
  margin-right: 30px;
  margin-bottom: 0;
}
.wide-list .items .article-img img {
  width: 430px;
}
.wide-list .items .titles.news-title {
  font-size: 22px;
  line-height: 26px;
}
.wide-list .items .description {
  color: dimgray;
  line-height: 26px;
  font-weight: 500;
}
.section.more-updates {
  padding-top: 0;
}
.section.more-updates .titles.section-title {
  margin-bottom: 30px;
}
.section.more-updates .recent-updates {
  margin-top: 0;
  margin-bottom: 30px;
}
.recent-updates.more-galleries {
  margin-top: 30px;
}
.resources-tabs {
  margin: 0 auto 70px auto;
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 0;
}
.resources-tabs .nav-item {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 22px;
}
.resources-tabs .nav-item:nth-child(1) {
  margin-left: 0;
}
.resources-tabs .nav-item .nav-link {
  color: #202124;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  border: 0;
  line-height: 35px;
  height: 35px;
  padding: 0 20px;
}
.resources-tabs .nav-item .nav-link:hover {
  background: #f5f5f5;
}
.resources-tabs .nav-item .nav-link.active {
  background: #f66035;
  color: #fff;
}
.file-list {
  margin-bottom: 70px;
}
.file-list .items .media {
  padding: 30px 0;
}
.file-list .items .media .article-img {
  margin-right: 20px;
}
.file-list .items .media .article-img img {
  width: 50px;
}
.file-list .items .media .download-size {
  font-size: 16px;
  line-height: 22px;
  display: block;
  color: #202124;
  font-weight: 400;
}
.file-list .items .media .download-size .down-link {
  text-decoration: underline;
  border-left: 1px solid #202124;
  padding-left: 10px;
  margin-left: 10px;
}
.file-list .items:nth-child(n + 3) .media {
  padding: 30px 0;
  border-top: 1px solid #202124;
}
.file-list .items:nth-of-type(odd) {
  padding-right: 30px;
}
.file-list .items:nth-of-type(even) {
  padding-left: 30px;
}
.file-list .items a:hover .download-size {
  color: #202124;
}
.file-list .items a:hover .download-size .down-link {
  text-decoration: none;
  color: #f66035;
}
.file-list.guide-list .items .titles {
  position: relative;
  padding-right: 40px;
}
.file-list.guide-list .items .titles.guide-title {
  font-size: 26px;
  line-height: 32px;
}
.file-list.guide-list .items .titles:after {
  content: "\f32b";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 22px;
  color: #202124;
  font-weight: 300;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.file-list.guide-list .items .description {
  margin-top: 25px;
  font-weight: 400;
}
.file-list.guide-list .items a:hover .titles:after {
  right: 20px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.featured-video .overlay-box {
  padding: 20px 100px;
  display: table;
  margin: 0 auto;
}
.featured-video .overlay-box a {
  display: block;
}
.featured-video .overlay-box .titles {
  padding: 0;
}
.featured-video .overlay-box .btn {
  margin-left: 0;
}
.featured-video .overlay-box .feat-video {
  margin-bottom: 20px;
}
.more-videos .items .play-icon {
  top: 30px;
  right: 30px;
  left: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  background: #f66035;
  border: 0;
  color: #fff;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.destinations {
  margin-bottom: 70px;
}
.destinations .items {
  margin-top: 100px;
}
.destinations .items:nth-child(1) {
  margin-top: 0;
}
.destinations .items .titles.destination-title {
  font-weight: 700;
  font-size: 32px;
}
.destinations .items .article-img {
  margin-right: 80px;
  position: relative;
}
.destinations .items .article-img img {
  width: 764px;
  display: block;
  height: 508px;
  object-fit: cover;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
.destinations .items .article-img .flag-icon {
  position: absolute;
  top: 30px;
  right: -30px;
}
.destinations .items .article-img .flag-icon img {
  width: 80px;
  height: 80px;
  border: 5px solid #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 6px 4px 18px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 6px 4px 18px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 6px 4px 18px 0px rgba(0, 0, 0, 0.25);
}
.destinations .items .media-body {
  margin-top: 30px;
}
.destinations .items .description {
  color: dimgray;
  font-weight: 500;
  margin: 30px 0 0 0;
}
.destinations .items a:hover .btn {
  background: #f66035;
  border-color: #f66035;
  color: #fff;
}
.destinations .items:nth-of-type(even) .media .article-img {
  order: 2;
  margin-right: 0;
  margin-left: 80px;
}
.destinations .items:nth-of-type(even) .media .article-img .flag-icon {
  left: -30px;
  right: auto;
}
.destinations .items:nth-of-type(even) .media .media-body {
  order: 1;
  text-align: right;
}
.right-side .items {
  margin-top: 30px;
}
.right-side .items .cat-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  display: block;
  margin-bottom: 20px;
}
.right-side .items:nth-child(1) {
  margin-top: 0;
}
.right-side .items img {
  width: 100%;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.right-side .items .widget-menu {
  margin: 0;
  padding: 0;
  display: block;
}
.right-side .items .widget-menu li {
  list-style: none;
  display: inline-block;
  width: 100%;
}
.right-side .items .widget-menu li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  position: relative;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.right-side .items .widget-menu li a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 8px;
  right: 0;
  font-size: 16px;
  font-weight: 300;
  color: #202124;
}
.right-side .items .widget-menu li a:hover {
  border-color: #f66035;
}
.right-side .items.sticky-item {
  position: sticky;
  top: 120px;
}
.country-guide {
  margin-top: 70px;
}
.contact-row {
  align-items: center;
}
.contact-info {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}
.contact-info:nth-child(1) {
  border-top: 0;
  padding-top: 0;
}
.contact-info .titles.contact-title,
.contact-info .titles.contact-name {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 0;
}
.contact-info .description {
  color: dimgray;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.contact-img {
  padding: 50px 15px;
}
.contact-img img {
  width: 100%;
  display: block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.info-box {
  padding: 50px 15px;
}
.quick-pop.appointment-pop .modal-dialog {
  max-width: 960px;
}
.quick-pop .form-row .items.form-left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #e2eaf8;
  padding-right: 0;
  -webkit-border-radius: 15px 0 0 15px;
  -moz-border-radius: 15px 0 0 15px;
  -ms-border-radius: 15px 0 0 15px;
  border-radius: 15px 0 0 15px;
}
.quick-pop .form-row .items.form-left .form-menu {
  margin: 94px 0;
  width: 270px;
  display: block;
}
.quick-pop .form-row .items.form-left .form-menu li {
  list-style: none;
  display: inline-block;
  width: 100%;
  height: 67px;
  line-height: 67px;
  padding-left: 30px;
  margin-top: 30px;
}
.quick-pop .form-row .items.form-left .form-menu li:nth-child(1) {
  margin-top: 0;
}
.quick-pop .form-row .items.form-left .form-menu li .titles {
  color: #202124;
  font-size: 19px;
  font-weight: 600;
  line-height: 67px;
  font-family: "Montserrat", sans-serif;
}
.quick-pop .form-row .items.form-left .form-menu li.active {
  background: #fff;
  -webkit-border-radius: 50px 0px 0px 50px;
  -moz-border-radius: 50px 0px 0px 50px;
  -ms-border-radius: 50px 0px 0px 50px;
  border-radius: 50px 0px 0px 50px;
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0.8) 100%);
}
.quick-pop .form-row .items.form-left .form-menu li.active .titles {
  color: #1967d2;
}
.quick-pop .form-row .items.form-right {
  background: #fff;
  -webkit-border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
  -ms-border-radius: 0 15px 15px 0;
  border-radius: 0 15px 15px 0;
}
.stories-list {
  margin-bottom: 50px;
}
.services-section {
  padding-top: 0;
}
.services-section .services-full-list {
  margin-bottom: 50px;
}
.services-section .get-started .items:nth-child(n + 3) {
  margin-top: 30px;
}
.inside-page .section.appointment-section {
  margin-top: 70px;
}
.inside-page .section.services-section {
  background: #fff;
}
.home-slide {
  position: relative;
  height: 570px;
}
.search-destination {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9998;
}
.search-destination:before {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: linear-gradient(
    360deg,
    rgba(32, 33, 36, 0.8) 0%,
    rgba(32, 33, 36, 0) 100%
  );
}
.search-destination:after {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(../images/clouds.png) repeat-x bottom center;
  background-size: 100%;
}
.search-destination .titles {
  color: #fff;
  position: relative;
  z-index: 2;
}
.search-destination .titles.title-destination {
  font-size: 64px;
  line-height: 72px;
}
.search-destination .titles.title-summary {
  font-size: 20px;
  margin-top: 15px;
  font-family: "Montserrat", sans-serif;
  line-height: 28px;
}
.search-destination .destination-links {
  display: block;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 26px;
}
.search-destination .destination-links a {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  padding: 0;
  margin: 0 20px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.search-destination .destination-links a:nth-child(1) {
  margin-left: 0;
}
.search-destination .destination-links a:nth-child(1):before {
  display: none;
}
.search-destination .destination-links a:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: -22px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search-destination .destination-links a:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.search-destination .destination-links a:hover {
  color: #ddd;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.search-destination .destination-links a:hover:after {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
.search-destination .main-search {
  max-width: 876px;
  margin: 164px auto 0 auto;
  padding: 0;
  position: relative;
  height: 60px;
  top: 0;
  -webkit-border-radius: 10px 10px 0 10px;
  -moz-border-radius: 10px 10px 0 10px;
  -ms-border-radius: 10px 10px 0 10px;
  border-radius: 10px 10px 0 10px;
  right: 0;
  z-index: 98;
  display: block;
  overflow: hidden;
}
.search-destination .main-search .textfield,
.search-destination .main-search .feedback .textarea,
.feedback .search-destination .main-search .textarea,
.search-destination .main-search .feedback .select,
.feedback .search-destination .main-search .select,
.search-destination .main-search .get-news-alert .newsletter-btn,
.get-news-alert .search-destination .main-search .newsletter-btn {
  float: left;
  width: calc(100% - 139px);
  padding-right: 30px;
  padding-left: 30px;
  border: 0;
  font-size: 16px;
  height: 60px;
  background: none;
  border: 0;
  color: #222;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
  background: #fff;
}
.search-destination .main-search .textfield:focus,
.search-destination .main-search .feedback .textarea:focus,
.feedback .search-destination .main-search .textarea:focus,
.search-destination .main-search .feedback .select:focus,
.feedback .search-destination .main-search .select:focus,
.search-destination .main-search .get-news-alert .newsletter-btn:focus,
.get-news-alert .search-destination .main-search .newsletter-btn:focus {
  background: #fff;
}
.search-destination .main-search::placeholder {
  color: dimgray;
}
.search-destination .main-search:-moz-placeholder {
  color: dimgray;
}
.search-destination .main-search::-webkit-input-placeholder {
  color: dimgray;
}
.search-destination .main-search .search-btn {
  position: absolute;
  background: #1967d2;
  width: 139px;
  height: 60px;
  top: 0;
  right: 0;
  color: #fff;
  line-height: 58px;
  text-align: center;
  font-size: 18px;
  border: 0;
  margin: 0;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -ms-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.search-destination .main-search .search-btn:hover {
  background: #293982;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.description {
  font-size: 14px;
  line-height: 27px;
  display: block;
  margin: 10px 0 0;
  font-weight: 400;
  color: #696969;
  word-break: break-word;
}
.section.light-bg {
  background: #e2eaf8;
}
.section.section-welcome {
  padding-top: 50px;
}
.section.section-welcome .info-row .items {
  padding: 0 20px;
}
.section.section-welcome .info-row .items:nth-child(n + 3) {
  margin-top: 47px;
}
.section.section-welcome .info-row .items .article-img {
  margin-right: 15px;
  background: none;
}
.section.section-welcome .info-row .items .article-img img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  display: block;
}
.section.section-welcome .info-row .items .media-body .titles {
  margin-bottom: 5px;
}
.section.section-welcome .info-row .items .media-body .description {
  font-size: 12px;
  line-height: 15px;
  display: block;
  margin-top: 0;
}
.section .titles .small-title {
  font-size: 26px;
  font-weight: 600;
  color: #202124;
  line-height: 26px;
  font-family: "Montserrat", sans-serif;
}
.section.destinations-section .destination-row.alt .items:nth-child(n + 3) {
  margin-top: 20px;
}
.section.destinations-section .destination-row.alt .items .article-img {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
.section.destinations-section .destination-row.alt .items .article-img img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.section.destinations-section
  .destination-row.alt
  .items
  .article-img
  .overlay-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 20px;
  background: linear-gradient(rgba(0, 0, 0, 0) 1%, #000 100%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.section.destinations-section .destination-row.alt .items .titles {
  color: #fff;
}
.section.destinations-section .destination-row.alt .items .titles.news-title {
  font-size: 60px;
  line-height: 1.3;
}
.section.destinations-section .destination-row.alt .items .package-line {
  border-color: #444;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}
.section.destinations-section
  .destination-row.alt
  .items
  .package-line
  .explore-btn {
  font-weight: 400;
  color: #fff;
}
.section.destinations-section
  .destination-row.alt
  .items
  .package-line
  .explore-btn
  .left-icon {
  font-weight: 300;
}
.section.destinations-section
  .destination-row.alt
  .items
  a:hover
  .article-img
  img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.section.destinations-section .destination-row.alt .items a:hover .titles {
  color: #eee !important;
}
.section.destinations-section .destination-row .items:nth-child(n + 4) {
  margin-top: 65px;
}
.section.destinations-section .destination-row .items .article-img {
  margin-bottom: 20px;
  position: relative;
}
.section.destinations-section .destination-row .items img {
  width: 100%;
  height: 464px;
  display: block;
  object-fit: cover;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
.section.destinations-section .destination-row .items .titles {
  padding: 0 30px;
  font-size: 26px;
  line-height: 32px;
}
.section.destinations-section .destination-row .items .package-line {
  padding: 5px 0 0 0;
  margin: 15px 30px 0 30px;
  border-top: 1px solid #202124;
  display: inline-block;
  width: calc(100% - 60px);
  font-size: 12px;
  font-weight: 400;
}
.section.destinations-section
  .destination-row
  .items
  .package-line
  .explore-btn {
  float: right;
  color: #1967d2;
}
.section.destinations-section
  .destination-row
  .items
  .package-line
  .explore-btn
  .left-icon {
  position: relative;
  right: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.section.destinations-section
  .destination-row
  .items
  a:hover
  .explore-btn
  .left-icon {
  right: -2px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.section.destinations-section
  .destination-row.package-row.activities-row
  .items:nth-child(n + 3) {
  margin-top: 30px;
}
.section.destinations-section
  .destination-row.package-row
  .items
  .article-img
  img {
  height: 270px;
}
.section.destinations-section .destination-row.package-row .titles {
  padding: 0;
}
.section.destinations-section .destination-row.package-row .package-line {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.section.destinations-section
  .destination-row.package-row
  .package-line
  .price-tag {
  font-weight: 700;
  color: #1967d2;
  font-size: 14px;
}
.section.destinations-section
  .destination-row.package-row
  .package-line
  .unit-tag {
  font-size: 12px;
  font-weight: 600;
  color: #696969;
}
.section.destinations-section
  .destination-row.package-row
  .package-line
  .book-btn {
  font-size: 12px;
  font-weight: 600;
  color: #696969;
}
.section.destinations-section
  .destination-row.package-row
  .package-line
  .book-btn
  .left-icon {
  font-size: 18px;
  position: relative;
  top: 1px;
  margin-right: 2px;
}
.travellers-blog .items.latest-item .titles {
  font-size: 30px;
  line-height: 38px;
  font-family: "Marcellus", serif;
}
.travellers-blog .items .article-img {
  margin-right: 20px;
}
.travellers-blog .items .article-img img {
  width: 420px;
  height: 280px;
  object-fit: cover;
  display: block;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
.travellers-blog .items .news-side-list {
  margin: 0;
  padding: 0 0 0 20px;
  border-left: 1px solid #ccc;
  display: block;
}
.travellers-blog .items .news-side-list li {
  list-style: none;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
}
.travellers-blog .items .news-side-list li:nth-child(1) {
  padding-top: 0;
}
.travellers-blog .items .news-side-list li a {
  font-size: 16px;
  color: #202124;
  line-height: 22px;
  font-family: "Marcellus", serif;
  display: block;
}
.travellers-blog .items .news-side-list li a:hover {
  color: #1967d2 !important;
}
.travel-guide-section {
  padding-bottom: 35px;
}
.travel-guide-section .destination-row.package-row {
  justify-content: center;
  margin-top: 10px;
}
.travel-guide-section .destination-row.package-row .items {
  margin-top: 30px;
}
.travel-guide-section .destination-row.package-row .items:nth-child(n + 4) {
  margin-top: 30px;
}
.travel-guide-section .destination-row.package-row .items:nth-child(n + 7) {
  margin-top: 30px;
}
.travel-guide-section .destination-row.package-row .items .titles {
  font-size: 18px;
  line-height: 24px;
}
.trip-plan {
  display: inline-block;
  width: 100%;
  padding: 0 50px;
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  height: 270px;
}
.trip-plan:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  background: linear-gradient(
    270deg,
    rgba(25, 103, 210, 0.8) 0%,
    rgba(25, 103, 210, 0) 100%
  );
}
.trip-plan .trip-info {
  position: absolute;
  top: 50%;
  right: 50px;
  max-width: 500px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.trip-plan .trip-info .titles {
  color: #fff;
}
.trip-plan .trip-info .titles.trip-small-title {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.trip-plan .trip-info .titles.trip-big-title {
  font-size: 40px;
  line-height: 48px;
}
.section.destinations-section.full-destination
  .destination-row.package-row
  .items {
  margin-top: 0;
  padding-top: 30px;
}
.section.destinations-section.full-destination
  .destination-row.package-row
  .items:hover
  .article-img
  img {
  -webkit-box-shadow: 0px 42px 44px -54px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 42px 44px -54px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 42px 44px -54px rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.section.destinations-section.full-destination
  .destination-row.package-row
  .items
  .article-img {
  border-top: 0;
  padding-top: 0;
}
.section.destinations-section.full-destination
  .destination-row.package-row
  .items
  .article-img
  img {
  height: 200px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.section.destinations-section.full-destination
  .destination-row.package-row
  .items:nth-child(n + 5) {
  padding-top: 0;
  margin-top: 0;
}
.section.destinations-section.full-destination
  .destination-row.package-row
  .items:nth-child(n + 5)
  .article-img {
  padding-top: 30px;
  border-top: 1px solid #202124;
}
.section.destinations-section.full-destination
  .destination-row.package-row
  .items
  .titles {
  padding: 0 20px;
}
.section.destinations-section.full-destination
  .destination-row.package-row
  .items
  .package-txt-list {
  margin: 0;
  padding: 0 20px 0 20px;
  display: block;
}
.section.destinations-section.full-destination
  .destination-row.package-row
  .items
  .package-txt-list
  li {
  list-style: none;
  display: inline-block;
  width: 100%;
  padding: 5px 0;
}
.section.destinations-section.full-destination
  .destination-row.package-row
  .items
  .package-txt-list
  li:nth-child(1) {
  padding-top: 0;
}
.section.destinations-section.full-destination
  .destination-row.package-row
  .items
  .package-txt-list
  li
  a {
  font-size: 14px;
  color: #202124;
  line-height: 19px;
  display: block;
}
.section.destinations-section.full-destination
  .destination-row.package-row
  .items
  .package-txt-list
  li
  a:hover {
  color: #1967d2 !important;
}
.share-new .st-btn {
  display: inline-block !important;
}
.page-bg-box {
  position: relative;
  display: flex;
  width: 100%;
  height: 640px;
  align-items: center;
}
.page-bg-box .container {
  z-index: 2;
  position: relative;
}
.page-bg-box img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.page-bg-box:before {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: linear-gradient(
    360deg,
    rgba(32, 33, 36, 0.8) 0%,
    rgba(32, 33, 36, 0) 100%
  );
}
.page-bg-box:after {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(../images/clouds.png) repeat-x bottom center;
  background-size: 100%;
}
.page-bg-box.normal-bg-box {
  height: auto;
  padding: 50px 0;
  background: #e2eaf8;
}
.page-bg-box.normal-bg-box .titles.section-title {
  color: #202124;
}
.page-bg-box.normal-bg-box:before {
  display: none;
}
.page-bg-box.normal-bg-box:after {
  display: none;
}
.page-bg-box.normal-bg-box .breadcrumbs li.active {
  color: #696969;
}
.page-bg-box.normal-bg-box .breadcrumbs li:after {
  color: #202124;
}
.page-bg-box.normal-bg-box .breadcrumbs a {
  text-shadow: none;
  color: #202124;
}
.inside-section {
  padding: 30px 0;
}
.inside-section .titles .small-title {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 36px;
}
.inside-section.travel-blogs .destination-row.package-row .items .titles {
  font-size: 20px;
  line-height: 26px;
  padding: 0 20px;
}
.inside-section.travel-blogs
  .destination-row.package-row
  .items
  .article-img
  img {
  height: 154px;
}
.right-side .items .titles.side-title {
  font-size: 21px;
  margin-bottom: 15px;
  padding: 0 20px;
}
.right-side .items .travel-contents {
  background: #e2eaf8;
  padding: 20px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
.right-side .items .travel-contents .table-contents {
  margin: 0;
  padding: 0;
  display: block;
}
.right-side .items .travel-contents .table-contents li {
  list-style: none;
  display: inline-block;
  width: 100%;
  padding: 5px 0;
}
.right-side .items .travel-contents .table-contents li:nth-child(1) {
  padding-top: 0;
}
.right-side .items .travel-contents .table-contents li a {
  font-size: 14px;
  line-height: 18px;
  color: #202124;
  display: block;
}
.right-side .items .travel-contents .table-contents li a.active {
  color: #1967d2;
  text-decoration: underline;
}
.book-share {
  width: 100%;
  display: inline-block;
}
.book-share .book-item.titles {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  color: #696969;
}
.book-share .book-item.titles .left-icon {
  font-size: 20px;
  color: #1967d2;
  display: inline-block;
  margin-right: 10px;
  top: 2px;
  position: relative;
}
.book-share .book-item.titles .book-num {
  font-weight: 700;
  color: #293982;
}
.trip-highlights {
  background: #e1e2f6;
  padding: 30px;
  margin: 5px 0 30px 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
.trip-highlights .trip-points .trip-items .titles {
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
.trip-highlights .trip-points .trip-items .titles.trip-title {
  color: #293982;
  font-size: 14px;
}
.trip-highlights .trip-points .trip-items .titles.small-title {
  font-size: 11px;
  color: #696969;
}
.trip-highlights .trip-points .trip-items .media {
  padding: 13px 0;
  align-items: center;
}
.trip-highlights .trip-points .trip-items .media .icon-img {
  width: 48px;
  height: 48px;
  margin-right: 16px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.trip-highlights .trip-points .trip-items .media .icon-img img {
  width: 22px;
  object-fit: contain;
  height: 22px;
}
.trip-highlights .trip-points .trip-items .media .trip-level {
  display: flex;
  width: 100px;
  position: absolute;
  top: 6px;
  right: 0;
  background: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.trip-highlights .trip-points .trip-items .media .trip-level .bar-level {
  width: 20%;
  height: 8px;
  margin-left: 1px;
}
.trip-highlights
  .trip-points
  .trip-items
  .media
  .trip-level
  .bar-level:nth-child(1) {
  margin-left: 0;
}
.trip-highlights .trip-points .trip-items .media .trip-level .bar-level.easy {
  background: #2da0ed;
  -webkit-border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
  -ms-border-radius: 50px 0 0 50px;
  border-radius: 50px 0 0 50px;
}
.trip-highlights
  .trip-points
  .trip-items
  .media
  .trip-level
  .bar-level.moderate {
  background: #3487e1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.trip-highlights
  .trip-points
  .trip-items
  .media
  .trip-level
  .bar-level.demanding {
  background: #3170de;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.trip-highlights
  .trip-points
  .trip-items
  .media
  .trip-level
  .bar-level.strenuous {
  background: #033aa8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.trip-highlights
  .trip-points
  .trip-items
  .media
  .trip-level
  .bar-level.challenging {
  background: #092b9c;
  -webkit-border-radius: 0 50px 50px 0;
  -moz-border-radius: 0 50px 50px 0;
  -ms-border-radius: 0 50px 50px 0;
  border-radius: 0 50px 50px 0;
}
.trip-highlights .trip-points .trip-items:nth-child(n + 3) .media {
  border-top: 1px solid #c3d3ed;
}
.trip-highlights .trip-points .trip-items:hover .icon-img {
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.get-box {
  text-align: center;
  background: #e2eaf8;
}
.get-box .btn {
  display: inline-block;
  margin: 0 5px;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 700;
}
.get-box .check-widget .btn {
  margin-top: 10px;
}
.get-box .check-widget .btn.rounded-btn.white-btn:hover {
  background: #1967d2;
  color: #fff !important;
  border-color: #1967d2;
}
.itinerary-box {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}
.itinerary-box .media {
  border-top: 1px solid #ccc;
  padding: 30px 0;
}
.itinerary-box .media:hover .days-box .titles {
  background: #1967d2;
  color: #fff;
  border-color: #1967d2;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.itinerary-box .media:nth-child(1) {
  padding-top: 0;
  border-top: 0;
}
.itinerary-box .media .days-box {
  width: 80px;
  margin-right: 30px;
  text-align: center;
  margin-top: 3px;
}
.itinerary-box .media .days-box .titles {
  border: 1px solid #ccc;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
  font-weight: 700;
  color: #202124;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.itinerary-box .editor-box {
  margin-bottom: 0;
  padding-bottom: 0;
}
.itinerary-box .editor-box p {
  padding: 20px 0 0 0;
}
.itinerary-box .editor-box p:first-child {
  padding-top: 0;
}
.include-exclude-list {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.include-exclude-list li {
  position: relative;
  padding-left: 30px;
  list-style: none;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: dimgray;
  padding: 20px 0 20px 32px;
  border-top: 1px solid #ccc;
}
.include-exclude-list li:nth-child(1) {
  border-top: 0;
}
.include-exclude-list li .left-icon {
  position: absolute;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 21px;
  color: #1967d2;
}
.include-exclude-list li .left-icon.error-status {
  color: #cd203b;
}
.trip-section {
  margin-bottom: 50px;
  float: left;
  width: 100%;
}
.package-rate {
  background: #1967d2;
  padding: 25px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  display: inline-block;
  width: 100%;
  color: #fff;
}
.package-rate .titles {
  font-family: "Montserrat", sans-serif;
  color: #fff;
}
.package-rate .specs {
  margin: 25px 0 15px 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.package-rate .specs li {
  position: relative;
  padding-left: 30px;
  list-style: none;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  padding: 10px 0 10px 32px;
}
.package-rate .specs li:nth-child(1) {
  border-top: 0;
}
.package-rate .specs li .left-icon {
  position: absolute;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 10px;
  color: #fff;
}
.package-rate .specs li .left-icon.error-status {
  color: #cd203b;
}
.package-rate .check-widget .btn {
  width: 100%;
  margin-top: 10px;
}
.booking-tabs,
.mega-tabs {
  border: 0;
  margin: 30px 0;
}
.booking-tabs .nav-item,
.mega-tabs .nav-item {
  margin-bottom: 18px;
}
.booking-tabs .nav-item .nav-link,
.mega-tabs .nav-item .nav-link {
  border: 1px solid #202124;
  color: #202124;
  font-size: 16px;
  margin-right: 18px;
  font-weight: 500;
  line-height: 18px;
  padding: 14px 0;
  width: 158px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.booking-tabs .nav-item .nav-link:hover,
.mega-tabs .nav-item .nav-link:hover {
  background: #e2eaf8;
}
.booking-tabs .nav-item .nav-link.active,
.mega-tabs .nav-item .nav-link.active {
  background: #1967d2;
  border-color: #1967d2;
  color: #fff;
}
.book-package-item {
  padding: 30px;
  border: 1px solid #ccc;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  float: left;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-top: 21px;
}
.book-package-item:hover {
  -webkit-box-shadow: 0px 22px 34px -44px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 22px 34px -44px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 22px 34px -44px rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.book-package-item .book-item {
  float: left;
  width: 100%;
  margin-top: 20px;
  width: 100%;
  position: relative;
}
.book-package-item .book-item:nth-child(1) {
  margin-top: 0;
}
.book-package-item .book-item .center-icon {
  font-size: 30px;
  color: #ccc;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.book-package-item .book-item .titles {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.book-package-item .book-item .titles.price-title {
  margin-top: 0;
  float: right;
  font-size: 23px;
  line-height: 33px;
  font-weight: 700;
}
.book-package-item .book-item .titles.price-title .sale-price {
  font-size: 16px;
  font-weight: 500;
  margin-right: 10px;
  color: #696969;
  position: relative;
  top: -2px;
  text-decoration: line-through;
}
.book-package-item .book-item .titles.day-title {
  font-weight: 400;
  color: dimgray;
}
.book-package-item .book-item .titles.month-year {
  font-size: 20px;
}
.book-package-item .book-item .discount-box {
  background: #e2eaf8;
  padding: 5px 25px;
  font-size: 16px;
  line-height: 22px;
  color: #1967d2;
  font-weight: 500;
  float: left;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.book-package-item .book-item.book-show {
  border-top: 1px solid #ccc;
}
.book-package-item .book-item.book-show .available-status {
  margin-top: 20px;
  font-size: 16px;
  color: #696969;
  font-weight: 500;
}
.book-package-item .book-item.book-show .available-status .left-icon {
  color: #1967d2;
  font-size: 20px;
  display: inline-block;
  margin-right: 6px;
  position: relative;
  top: 2px;
}
.book-package-item .book-item.book-show .available-status .package-left {
  font-weight: 400;
  color: #aaa;
}
.book-package-item .book-item.book-show .book-btn {
  margin-top: 10px;
}
.book-package-item:nth-child(1) {
  margin-top: 0;
}
.traveller-stories.testimonial-list.testimonial-grid .items .story-boundary {
  border: 1px solid #ddd;
}
.traveller-stories.testimonial-list.testimonial-grid
  .items
  .story-boundary
  .article-img
  img {
  width: 86px;
  height: 86px;
}
.traveller-stories.testimonial-list.testimonial-grid
  .items
  .story-boundary
  .editor-box {
  padding-bottom: 0;
}
.form-plan-trip .fieldbox {
  margin-top: 0;
  margin-bottom: 35px;
}
.form-plan-trip .label-title.label-title-big {
  font-size: 26px;
  margin-top: 26px;
  margin-bottom: 20px;
}
.form-plan-trip .group-size .group-item .radio,
.form-plan-trip .group-size .group-item .radio .checkbox,
.radio .form-plan-trip .group-size .group-item .checkbox {
  margin: 0;
  width: 100%;
  padding-left: 0;
}
.form-plan-trip .group-size .group-item .radio .circle,
.radio .form-plan-trip .group-size .group-item .checkbox .circle,
.form-plan-trip .group-size .group-item .radio .check,
.radio .form-plan-trip .group-size .group-item .checkbox .check {
  top: 22px;
  left: 12px;
}
.form-plan-trip .group-size .group-item .radio .plan-label,
.radio .form-plan-trip .group-size .group-item .checkbox .plan-label {
  width: 100%;
  display: inline-block;
  cursor: pointer;
  padding-left: 0;
}
.form-plan-trip .group-size .group-item .radio .plan-label .group-img,
.radio
  .form-plan-trip
  .group-size
  .group-item
  .checkbox
  .plan-label
  .group-img {
  width: 100%;
  height: 100px;
  display: flex;
  float: left;
  border: 1px solid #ccc;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.form-plan-trip
  .group-size
  .group-item
  .radio
  .plan-label
  .group-img
  .type-title,
.radio
  .form-plan-trip
  .group-size
  .group-item
  .checkbox
  .plan-label
  .group-img
  .type-title {
  font-size: 12px;
  position: absolute;
  bottom: 6px;
  font-weight: 600;
}
.form-plan-trip .group-size .group-item .radio .plan-label .group-img img,
.radio
  .form-plan-trip
  .group-size
  .group-item
  .checkbox
  .plan-label
  .group-img
  img {
  height: 50px;
}
.form-plan-trip .group-size .group-item .radio .plan-label:hover .type-title,
.radio
  .form-plan-trip
  .group-size
  .group-item
  .checkbox
  .plan-label:hover
  .type-title {
  color: #696969;
}
.form-plan-trip .group-size .group-item.text-item .plan-label .group-img {
  height: 60px;
  padding-right: 15px;
  justify-content: flex-start;
  padding-left: 40px;
}
.form-plan-trip
  .group-size
  .group-item.text-item
  .plan-label
  .group-img
  .titles {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.form-plan-trip .group-size .group-item.text-item .radio .circle,
.radio .form-plan-trip .group-size .group-item.text-item .checkbox .circle,
.form-plan-trip .group-size .group-item.text-item .radio .check,
.radio .form-plan-trip .group-size .group-item.text-item .checkbox .check {
  top: 30px;
}
.date-info {
  margin-top: 30px;
}
.date-info .fieldbox {
  margin-top: 0;
}
.travel-guide-list {
  padding: 15px;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-top: 30px;
}
.travel-guide-list:nth-child(1) {
  margin-top: 0;
}
.travel-guide-list .items.title-item {
  padding-top: 20px;
  padding-bottom: 30px;
}
.travel-guide-list .items.title-item .titles {
  max-width: 80%;
}
.travel-guide-list .items .description {
  font-size: 16px;
  color: dimgray;
  line-height: 26px;
}
.travel-guide-list .items .article-img img {
  width: 100%;
  display: block;
  height: 265px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  border-radius: 22px;
}
.travel-guide-list .items .short-links {
  margin: 20px 0 0 0;
  padding: 0;
}
.travel-guide-list .items .short-links li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}
.travel-guide-list .items .short-links li a {
  font-size: 14px;
  color: #1967d2;
  display: block;
  line-height: 18px;
}
.travel-guide-list .items .short-links li a:hover {
  text-decoration: underline;
}
.travel-guide-list .items .short-links li .left-icon {
  font-size: 16px;
  color: #1967d2;
  position: absolute;
  top: 1px;
  left: 0;
}
.travel-guide-list .items .travel-guide-info {
  margin: 10px 0 0 0;
  padding: 0;
}
.travel-guide-list .items .travel-guide-info li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}
.travel-guide-list .items .travel-guide-info li a {
  font-size: 18px;
  color: #202124;
  display: block;
  line-height: 28px;
  font-family: "Marcellus", serif;
}
.travel-guide-list .items .travel-guide-info li a:hover {
  color: #1967d2;
}
.travel-guide-list .items .travel-guide-info li .left-icon {
  font-size: 16px;
  color: #202124;
  position: absolute;
  top: 6px;
  left: 0;
}
.travel-guide-list:hover {
  -webkit-box-shadow: 0px 22px 34px -44px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 22px 34px -44px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 22px 34px -44px rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.titles {
  font-size: 24px;
  font-weight: 400;
  color: #202124;
  line-height: 36px;
  display: block;
  font-family: "Marcellus", serif;
}
.titles.summary-title {
  font-size: 20px;
  line-height: 26px;
  margin-top: 30px;
}
.titles.title-abroad {
  font-size: 26px;
}
.titles.profile-title {
  font-weight: 400;
}
.titles.patient-title {
  font-weight: 600;
}
.titles.designation {
  color: #f66035;
  font-weight: 600;
}
.titles.white {
  color: #fff;
}
.titles.author-title {
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.titles.author-title .date-line {
  color: #202124;
}
.titles.subcat-title {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 26px;
}
.titles.page-slogan-title {
  font-weight: 400;
}
.titles.tags-dec {
  color: rgba(0, 0, 0, 0.3);
  font-size: 20px;
  font-weight: 400;
}
.titles.service-title {
  color: rgba(0, 0, 0, 0.3);
  letter-spacing: 2px;
  font-size: 20px;
}
.titles.video-title {
  font-size: 42px;
  line-height: 48px;
}
.titles.red-title {
  color: #d13938;
  font-size: 54px;
  line-height: 60px;
}
.titles.tag-title {
  font-size: 16px;
  font-weight: 600;
  color: #f66035;
  line-height: 22px;
  margin-bottom: 27px;
  text-transform: uppercase;
}
.titles.tag-title.white {
  color: #fff;
}
.titles.section-title {
  font-size: 58px;
  line-height: 68px;
  padding: 0;
  color: #1967d2;
  font-weight: 400;
  margin-bottom: 30px;
}
.titles.section-title.inner-section-title {
  font-size: 28px;
  line-height: 34px;
}
.titles.section-title.white-title {
  color: #fff;
}
.titles.section-title.title-news {
  margin-bottom: 0;
  font-size: 32px;
  line-height: 48px;
}
.titles.sub-line-title {
  font-size: 27px;
  line-height: 33px;
  margin-top: 20px;
}
.titles a {
  display: block;
}
.titles.white-txt {
  color: #fff;
}
.titles.author-name {
  font-weight: 700;
}
.titles a:hover {
  color: #e85442 !important;
}
.titles.title-small {
  font-weight: 400;
  font-size: 14px;
}
.titles.team-title {
  font-family: "Marcellus", serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.titles.alt-title {
  font-family: "Montserrat", sans-serif;
}
.titles.news-title-1 {
  font-size: 60px;
  line-height: 66px;
}
.titles.news-break-title-1 {
  font-size: 60px;
  line-height: 66px;
}
.titles.news-break-title-2 {
  font-size: 56px;
  line-height: 63px;
}
.titles.news-break-title-3 {
  font-size: 50px;
  line-height: 56px;
}
.titles.news-title-inner {
  font-size: 46px;
  line-height: 52px;
}
.titles.news-title-top {
  font-size: 36px;
  line-height: 42px;
}
.titles.news-title-2 {
  font-size: 40px;
  line-height: 46px;
}
.titles.news-title-3 {
  font-size: 32px;
  line-height: 42px;
}
.titles.news-title-feat {
  font-size: 32px;
  line-height: 42px;
}
.titles.news-title-4 {
  font-size: 28px;
  line-height: 34px;
}
.titles.news-title-5 {
  font-size: 22px;
  line-height: 28px;
}
.titles.news-title-6 {
  font-size: 20px;
  line-height: 26px;
}
.titles.news-title-7 {
  font-size: 18px;
  line-height: 24px;
}
.titles.news-title-7.latest-title {
  font-weight: 500;
}
.titles.news-title-8 {
  font-size: 16px;
  line-height: 22px;
}
.titles.news-title-9 {
  font-size: 15px;
  line-height: 21px;
}
.titles.news-title-10 {
  font-size: 14px;
  line-height: 20px;
}
.titles.news-title-cat {
  font-size: 26px;
  line-height: 32px;
}
.titles.page-title-1 {
  font-size: 56px;
  line-height: 62px;
  word-break: break-word;
}
.titles.page-title-2 {
  font-size: 26px;
  line-height: 32px;
}
.titles.cat-title {
  font-size: 60px;
  line-height: 65px;
  color: #202124;
  font-weight: 700;
  padding-bottom: 0;
  margin-bottom: 12px;
}
.titles.cat-title.alt {
  font-size: 22px;
  line-height: 26px;
}
.titles.bishesh-title {
  font-size: 29px;
  color: #fff;
}
.titles.anchor-cat-title {
  background: #202124;
  color: #fff;
  padding: 5px 20px;
}
.titles .alt-title {
  color: #202124;
}
.titles.title-1 {
  font-size: 50px;
  line-height: 56px;
}
.titles.title-2 {
  font-size: 36px;
  line-height: 46px;
}
.titles.title-2.section-title {
  font-size: 42px;
  line-height: 48px;
  font-weight: 400;
}
.titles.title-3 {
  font-size: 30px;
  line-height: 45px;
}
.titles.title-4 {
  font-size: 24px;
  line-height: 30px;
}
.titles.title-5 {
  font-size: 20px;
  line-height: 26px;
}
.titles.title-6 {
  font-size: 18px;
  line-height: 27px;
}
.titles.title-7 {
  font-size: 16px;
  line-height: 24px;
}
.titles.title-8 {
  font-size: 14px;
  line-height: 21px;
}
.titles.title-9 {
  font-size: 12px;
  line-height: 18px;
}
.titles.title-10 {
  font-size: 10px;
  line-height: 15px;
}
.titles.breaking-title {
  font-size: 46px;
  line-height: 56px;
  font-weight: 400;
}
.titles.search-title {
  font-size: 30px;
  line-height: 36px;
  font-family: "Marcellus", serif;
  font-weight: 700;
}
.titles.search-title .keyword {
  color: #202124;
}
.titles.info-message {
  color: #d13938;
  font-style: italic;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  margin-top: 10px;
}
.titles.normal-message {
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  margin-top: 10px;
}
.titles.page-title {
  font-size: 34px;
  line-height: 44px;
  color: #202124;
  margin: 0 0 15px 0;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.titles.page-title.search-title .keyword {
  color: #202124;
}
.titles.section-cat-title {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 61px;
}
.titles.section-cat-title .alt-text {
  color: #ffbb00;
}
.titles.section-cat-title.next-title {
  font-size: 24px;
}
.titles.section-cat-title .span-wrap {
  position: relative;
  display: inline-block;
}
.titles.section-cat-title .span-wrap:before {
  content: "";
  width: 100px;
  background: #202124;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.titles.section-cat-title .more-links {
  float: right;
}
.titles.section-cat-title .more-links a {
  font-size: 12px;
  color: #202124;
  font-weight: 400;
  position: relative;
}
.titles.section-cat-title .more-links a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #202124;
  position: absolute;
  left: 0;
  bottom: -3px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.titles.section-cat-title .more-links a:hover:before {
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.titles.section-cat-description {
  font-weight: 400;
  margin-bottom: 20px;
  color: #111;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  max-width: 750px;
  margin: 30px auto;
}
.titles.description {
  font-weight: 400;
  display: block;
}
.titles.slide-description {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  margin-top: 15px;
}
.titles.cat-sub-title {
  font-weight: 400;
}
.titles.package-title {
  font-size: 20px;
  line-height: 26px;
}
.titles.price-title {
  font-size: 20px;
  font-weight: 700;
  color: #202124;
  margin-top: 20px;
}
.titles.title-price {
  font-size: 32px;
  font-weight: 700;
  margin-top: 5px;
}
.titles.per-title {
  font-weight: 600;
}
.titles.sale-title {
  font-size: 19px;
  font-weight: 600;
  margin-top: 5px;
  color: #ddd;
  text-decoration: line-through;
}
.titles .unit-title {
  color: #84a9ac;
  font-size: 10px;
}
.titles.feedback-title {
  font-size: 24px;
}
.small-title {
  font-size: 14px;
  color: #999;
  display: block;
  line-height: 16px;
}
.small-title .btn.rounded-btn {
  margin-top: -10px;
}
.modal-title {
  padding: 18px 25px 10px 25px;
}
.bigyaapan-show img {
  width: 100%;
  height: auto;
}
.swal2-title {
  font-family: "Marcellus", serif;
  font-weight: 500;
  font-size: 22px;
  color: #202124;
}
.swal2-html-container {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}
.swal2-popup {
  margin-top: 0;
  padding: 15px;
}
.swal2-icon {
  margin-top: 0;
}
.alert.sh-alert {
  position: relative;
  padding-left: 60px;
  color: #202124;
  background: #26f9a1;
  border: 0;
}
.alert.sh-alert .left-icon {
  font-size: 24px;
  position: absolute;
  top: 16px;
  left: 30px;
}
.headlines-box {
  background: rgba(232, 84, 66, 0.1);
  padding: 15px;
}
a:hover .titles {
  color: #1967d2 !important;
}
a:hover .main-title,
a:hover .subline {
  color: #1967d2 !important;
}
.alt-title {
  margin-top: 32px;
  display: block;
}
.alt-title.option-box {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: -0.01em;
  display: block;
  color: #fff;
}
.alt-title.option-box span {
  color: #fff !important;
}
.alt-title.option-box span:nth-child(2) {
  margin-left: 5px;
}
.title-author {
  font-weight: 700;
}
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-ripple-out:before {
  content: "";
  position: absolute;
  border: #e1e1e1 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-out:hover:before,
.hvr-ripple-out:focus:before,
.hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}
.footer {
  margin: 0;
  padding-top: 250px;
  padding-bottom: 30px;
  background: #293982 url(../images/clouds-footer.png) repeat-x top center;
  width: 100%;
  background-size: 100%;
  font-size: 16px;
  display: inline-block;
  color: #fff;
  position: relative;
}
.footer .social-media li {
  margin-bottom: 10px;
}
.footer .logobox img {
  max-width: 100%;
  height: auto;
  display: block;
}
.footer .social-media .search {
  display: none;
}
.footer .description {
  line-height: 22px;
  display: block;
  font-size: 12px;
}
.footer .samachar-box .main-title,
.footer .samachar-box .subline {
  color: #aaa;
  font-size: 17px;
}
.footer .cat-box {
  margin-bottom: 30px;
  border: 0;
}
.footer .cat-box:before {
  background: #777;
}
.footer .cat-box .cat-tags {
  margin-bottom: 0;
  border: 0;
  color: #fff;
}
.footer .social-row .media {
  margin-top: 20px !important;
}
.footer .social-row .media:nth-child(1) {
  margin-top: 40px !important;
}
.footer .social-row .media .social-title {
  color: #222;
  font-size: 14px;
}
.footer .social-row .media h1 a:hover .social-title {
  text-decoration: underline;
}
.footer .item-box,
.footer .box-item {
  padding: 15px 0;
  display: block;
  border: 0;
}
.footer .item-box:nth-child(2),
.footer .box-item:nth-child(2) {
  padding-top: 0;
  border: 0;
  padding-top: 0;
}
.footer .box-item {
  padding: 15px 0;
}
.footer .box-item .main-title,
.footer .box-item .subline {
  margin-bottom: 0 !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer .box-item .main-title:hover,
.footer .box-item .subline:hover {
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer .items {
  color: #666;
  text-align: left !important;
  font-size: 16px;
  margin: 0;
}
.footer .items .main-title,
.footer .items .subline {
  font-size: 15px;
  line-height: 24px;
}
.footer .items .tags {
  background: #464646;
}
.footer .items.social-media-feed .media h1 {
  margin-bottom: 15px;
}
.footer .items.social-media-feed .social-row .media h1 {
  font-size: 14px;
  margin-bottom: 0;
}
.footer .items .media {
  display: flex;
  padding: 0;
}
.footer .items .media:nth-child(2) {
  padding-top: 0;
  border-top: 0;
}
.footer .items .media img {
  height: 120px;
}
.footer .items .media a {
  display: inherit;
}
.footer .items .media:nth-child(1) {
  margin-top: 0;
}
.footer .items .media h1 {
  margin-bottom: 0;
}
.footer .items .media h1.title-main {
  margin-bottom: 0;
}
.footer .items .media h2.reg-no {
  font-size: 14px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 18px;
}
.footer .items .media figure {
  display: block;
  margin: 0;
}
.footer .items .media .facebook {
  background: #3b5998;
}
.footer .items .media .twitter {
  background: #00aced;
}
.footer .items .media .youtube {
  background: #b00;
}
.footer .items .media .instagram {
  background: #bc2a8d;
}
.footer .items .media .google-plus {
  background: #dd4b39;
}
.footer .items .social-box {
  margin-top: 0;
  text-align: center;
}
.footer .items h1 {
  font-size: 15px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 18px;
}
.footer .items h1 .left-icon {
  color: #fff;
  font-size: 14px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background: #84b1d7;
  margin-right: 15px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.footer .items .main-title,
.footer .items .subline {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
  margin-top: 0;
}
.footer .items .left-icon {
  font-size: 47px;
  color: #aaa;
}
.footer .items .left-icon.env-icon {
  margin-top: -10px;
  display: block;
}
.footer .items .social-media a {
  color: #999;
  float: left;
  text-align: center;
  font-size: 14px;
  margin-right: 15px;
  border: 1px solid #aaa;
  width: 32px;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.footer .items .social-media a:hover {
  color: #fff;
  border-color: #fff;
}
.footer .items .social-media a:hover .left-icon {
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.footer .items .social-media a .left-icon {
  font-size: 14px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.footer .items .logo-heading {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -1px;
  display: block;
  line-height: 40px;
  margin-bottom: 20px;
}
.footer .items .list-group-item {
  background: none;
  margin: 0;
  padding: 0;
  border: 0;
}
.footer .items .list-group-item li {
  list-style: none;
  margin-top: 15px;
  display: block;
  position: relative;
  padding-left: 20px;
}
.footer .items .list-group-item li a {
  color: #dfdfdf;
}
.footer .items .list-group-item li a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .items .list-group-item li .list-icon {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 8px;
  color: #b1b1b1;
}
.footer .social-icon {
  text-align: left;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.copyright {
  font-size: 14px;
  padding: 15px 0;
  color: #202124;
}
.copyright .company-info a {
  color: #fff;
}
.copyright .designby a {
  color: #fff;
}
.footer-line {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  background: #293982;
  text-align: center;
}
.social-box {
  text-align: center;
}
.social-box .social-icons {
  display: table;
  margin: 0 auto;
}
.social-box a {
  font-size: 26px;
  float: left;
  margin: 0 5px;
  color: #000;
  line-height: 38px;
  text-align: left;
}
.social-box a:hover {
  color: #111;
}
.upToScroll {
  position: fixed;
  display: inline-block;
  height: 40px;
  bottom: -80px;
  line-height: 40px;
  right: 20px;
  cursor: pointer;
  z-index: 9997;
}
.upToScroll a {
  color: #fff;
}
.scrollToTop {
  padding: 0;
  background: #f66035;
  text-align: center;
  color: #fff;
  width: 32px;
  height: 32px;
  display: block;
  line-height: 32px;
  font-size: 14px;
  opacity: 1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
a.scrollToTop:hover {
  color: #fff;
  background: #f66035;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.upToScroll.buttonShow {
  bottom: 80px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.buttonShow:focus {
  color: #fff;
}
ul.footer-nav {
  margin: 0 0 50px 0;
  padding: 0;
  display: block;
}
ul.footer-nav li {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  display: block;
  position: relative;
  padding-left: 0;
}
ul.footer-nav li .left-icon {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 11px;
}
ul.footer-nav li a {
  font-size: 16px;
  display: block;
  color: #fff;
  line-height: 26px;
  margin-bottom: 0;
  padding-bottom: 0;
}
ul.footer-nav li a:hover {
  text-decoration: underline;
}
.social-icon {
  font-size: 18px;
  color: #666;
  margin-right: 15px;
}
.social-icon:hover {
  color: #fff;
}
.social-icon .icons {
  font-size: 24px;
  color: #4c4c4e;
  border: 1px solid #b8bdc3;
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-right: 15px;
  text-align: center;
}
.social-icon a:hover .icons {
  color: #fff;
  border-color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.footer-fixed-ad {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}
ul.trending-footer {
  background: none;
  margin: 0;
  padding: 0;
}
ul.trending-footer li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  list-style: none;
}
ul.trending-footer li a {
  border: 1px solid #ddd;
  padding: 2px 10px;
  font-size: 14px;
  line-height: 18px;
  color: #4c4c4e;
}
ul.trending-footer li a:hover {
  border: 1px solid #222;
  color: #111;
}
.team-item {
  margin-bottom: 10px;
}
.team-item .post-title {
  color: #4c4c4e;
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
}
.team-item .post-name {
  display: block;
  font-size: 16px;
  color: #4c4c4e;
}
.social-box .social-icons {
  display: table;
  margin: 0;
}
.social-box a {
  color: #323232;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
}
.social-box a .left-icon {
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-align: center;
  font-size: 23px;
  color: #000;
  float: left;
  line-height: 32px;
  position: relative;
  top: 3px;
}
.social-box a:hover {
  color: #111;
}
.social-box a:hover .left-icon {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-title {
  font-size: 20px;
  font-weight: 400;
  font-family: "Marcellus", serif;
  color: #fff;
  display: block;
  margin-bottom: 15px;
}
.footer-title .left-icon {
  font-size: 28px;
  color: #999;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.footer-item .description {
  display: block;
  line-height: 22px;
}
.footer-item .description img {
  height: 36px;
  width: auto;
  float: left;
  margin-right: 10px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-item a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-item .item-box,
.footer-item .footer .box-item,
.footer .footer-item .box-item {
  margin-top: 40px;
  padding: 0;
}
.footer-item .item-box .social-media a,
.footer-item .footer .box-item .social-media a,
.footer .footer-item .box-item .social-media a {
  width: 32px;
  height: 32px;
  border: 1px solid #999;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 32px;
  margin-right: 10px;
  float: left;
  margin-bottom: 5px;
  margin-top: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-item .item-box .social-media a .left-icon,
.footer-item .footer .box-item .social-media a .left-icon,
.footer .footer-item .box-item .social-media a .left-icon {
  font-size: 16px;
  line-height: 32px;
}
.footer-item .item-box .social-media a:hover,
.footer-item .footer .box-item .social-media a:hover,
.footer .footer-item .box-item .social-media a:hover {
  color: #fff;
  border-color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-item .gallery-list {
  margin: 0;
  padding: 0;
}
.footer-item .gallery-list li {
  list-style: none;
  float: left;
  margin: 0 10px 10px 0;
}
.footer-item .gallery-list li img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  float: left;
}
.footer-item .gallery-list li img:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.copyrights h2 {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 0;
  color: #fff;
  font-size: 14px;
}
.copyrights h2 a {
  color: #fff;
}
.copyrights h2 a:hover {
  color: #ccc;
}
.contact-section .item {
  margin-bottom: 50px;
}
.contact-section .download-apps a {
  color: #ccc;
  font-size: 18px;
  margin-right: 15px;
}
.contact-section .download-apps a:hover {
  color: #fff;
}
section.copyright-section {
  background: #0e337b;
  text-align: center;
  display: block;
}
.hoz-nav {
  margin: 0;
  display: block;
  margin-top: 64px;
  padding: 10px 0 0 0;
}
.hoz-nav.social-list li {
  margin-left: 10px;
}
.hoz-nav.social-list li .social-icon {
  font-size: 18px;
  color: #202124;
}
.hoz-nav li {
  list-style: none;
  display: inline-block;
  color: #202124;
  font-size: 12px;
  margin: 0 0 0 30px;
}
.hoz-nav li:nth-child(1) {
  margin-left: 0;
}
.hoz-nav li a {
  padding: 0;
  font-size: 12px;
  line-height: 24px;
  color: #202124;
}
.hoz-nav li a:hover {
  color: #999;
}
.hoz-nav li a:hover .social-icon {
  color: #999;
}
#content-wrap {
  min-height: calc(100vh - 377px);
}
.inside-page .footer .hoz-nav.first-nav li {
  text-align: left;
}
.inside-page .footer .hoz-nav li {
  color: #111;
  font-size: 12px;
  line-height: 18px;
}
.footer {
  margin-bottom: 0;
}
.footer .footer-title {
  color: #fff;
  margin-bottom: 15px;
}
.footer .footer-title.company-title {
  font-size: 26px;
  font-weight: 700;
}
.footer .description {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 0;
}
.footer .description.alt {
  max-width: 90%;
}
.footer .footer-nav li a {
  color: #fff;
  font-size: 15px;
}
.footer .footer-nav li a:hover {
  color: #ccc !important;
}
.footer .items .social-icons li a .left-icon {
  color: #fff;
  font-size: 16px;
}
.footer .items .social-icons li a:hover .left-icon {
  color: #ccc;
}
.footer .copyright-section {
  border-top: 1px solid #4156b8;
}
.footer .copyright-section .name-section a:hover {
  color: #ccc !important;
}
.footer .social-icons {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.footer .social-icons li {
  list-style: none;
  float: left;
  margin: 0 0 10px 9px;
}
.footer .social-icons li:nth-child(1) {
  margin-left: 0;
}
.footer .social-icons li a {
  padding: 0;
  color: #fff;
  display: block;
}
.footer .social-icons li a:hover .left-icon {
  color: #fff !important;
  border-color: #1967d2;
  background: #1967d2 !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  top: -5px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.footer .social-icons li a .left-icon {
  width: 36px;
  height: 36px;
  font-size: 19px;
  border: 1px solid #fff;
  line-height: 36px;
  color: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  top: 0;
  position: relative;
}
.footer-img.accept-box img {
  float: left;
  margin-right: 5px;
  width: 80px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 3px;
  background: #fff;
}
.footer-img img {
  display: inline-block;
  margin-right: 5px;
  width: 32px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .black-bg {
    height: auto;
  }
  .navigation_box ul li.dropdown .dropdown-menu.mega-menu {
    min-width: 890px !important;
    height: 520px;
    overflow: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
  .header {
    height: auto;
    padding: 0;
  }
  .header .headerbox .logo-box {
    background: #fff;
    width: 100%;
  }
  .topbox .social-media a {
    margin-right: 10px;
  }
  .inside-page {
    padding-top: 0;
  }
  .topbox {
    display: flex;
    overflow: auto;
    flex-wrap: nowrap;
  }
  .navs-item {
    display: none;
  }
  .header .toggle-box .menu-toggle,
  .header .toggle-box .menu-close {
    top: 0;
    float: left;
    padding-right: 0;
  }
  .header .toggle-box .menu-toggle .left-icon,
  .header .toggle-box .menu-close .left-icon {
    position: relative;
    top: 0;
  }
  .header .logo-box img {
    width: 200px;
  }
  .logo-box a {
    float: left;
  }
  .header .toggle-box .search-btn {
    top: 4px;
    margin-right: 20px;
    float: left;
  }
  .header .toggle-box {
    display: block;
  }
  .home-container .swiper-navs {
    right: 10px;
  }
  .find-box {
    width: 590px;
  }
  .swiper-button-prev {
    left: -10px !important;
  }
  .swiper-button-next {
    right: -10px !important;
  }
  .section .items .description,
  .section.home-services
    .service-section
    .service-slide
    .slide-item
    .description {
    padding: 0 20px;
  }
  .doctor-list .slide-item.team-item .article-img img {
    width: 100%;
    height: 210px;
  }
  .btn.rounded-btn {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section.home-about .section-title,
  .titles.section-title,
  .titles.title-2.section-title,
  .titles.title-2 {
    font-size: 40px;
    line-height: 46px;
  }
  .titles.title-2 {
    font-size: 30px;
    line-height: 36px;
  }
  .feedback.contact-form .btn.rounded-btn.reverse,
  .feedback fieldset.contact-form .btn.rounded-btn.reverse,
  .feedback fieldset.contact-form .btn.rounded-btn.reverse {
    padding: 12px 25px 12px 25px;
  }
  .topbox .top-hs-menu {
    list-style: none;
    display: flex;
    align-items: center;
    height: 51px;
    flex-wrap: nowrap;
    padding-right: 30px;
    overflow: auto;
  }
  .topbox .top-hs-menu li {
    flex: none;
  }
  .header .headerbox .logo-box .appointment-nav {
    right: 135px;
  }
  .header .headerbox .logo-box .appointment-nav .search-only {
    display: none;
  }
  .mouse-up {
    bottom: 10px;
    left: 30px;
  }
  .section.home-slide {
    padding: 0;
  }
  .fact-items .items .media .media-body .fact-desc {
    line-height: 18px;
    display: block;
    margin-top: 0;
    padding: 0;
  }
  .section.home-about .about-side .description {
    padding: 0;
  }
  .section .items .description {
    padding: 0;
  }
  .team-list .slide-item.team-item .article-img img {
    width: 100%;
    height: 300px;
  }
  .section.appointment-section .items .people-img img {
    margin-top: -140px;
  }
  .section.home-slide .slide-row .item-image .slide-img {
    height: 580px;
    object-position: top center;
  }
  .destinations .items .article-img img {
    width: 434px;
    height: 300px;
  }
  .page-box .titles.section-title {
    font-size: 40px;
    line-height: 58px;
  }
  .resources-tabs {
    margin-bottom: 20px;
  }
  .section.appointment-section {
    padding: 0;
    margin-top: 40px;
  }
  .file-list {
    margin-bottom: 0;
  }
  .section.home-slide {
    padding: 0;
    height: calc(100vh - 80px);
  }
  .section.home-slide .item-image .slide-img {
    height: calc(100vh - 80px);
  }
  .header .headerbox .logo-box .call-nav {
    right: 88px;
  }
  .travellers-blog .items .article-img img {
    width: 300px;
    height: 240px;
  }
  .section.destinations-section .destination-row .items img {
    width: 100%;
    height: 375px;
  }
  .footer {
    padding-top: 200px;
  }
  .trip-highlights .trip-points .trip-items .media .trip-level {
    width: 60px;
  }
  .full-package-detail .detail-content-box {
    width: 70%;
  }
  .full-package-detail .right-side {
    width: 30%;
  }
  .menu-box .call-nav {
    display: none;
  }
  .get-box.animate__slideInUp {
    display: flex;
  }
  .get-box.animate__slideInUp {
    height: 80px;
    overflow: visible;
  }
  .get-box.animate__slideOutDown {
    height: 80px;
    overflow: visible;
  }
  .get-box .check-widget .btn {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header {
    height: auto;
    padding: 0;
  }
  .header .headerbox .logo-box {
    background: #fff;
    width: 100%;
  }
  .topbox .social-media a {
    margin-right: 10px;
  }
  .inside-page {
    padding-top: 0;
  }
  .topbox {
    display: flex;
    overflow: auto;
    flex-wrap: nowrap;
  }
  .navs-item {
    display: none;
  }
  .header .toggle-box .menu-toggle,
  .header .toggle-box .menu-close {
    top: 0;
    float: left;
    padding-right: 0;
  }
  .header .toggle-box .menu-toggle .left-icon,
  .header .toggle-box .menu-close .left-icon {
    position: relative;
    top: 0;
  }
  .header .logo-box img {
    width: 200px;
  }
  .logo-box a {
    float: left;
  }
  .header .toggle-box .search-btn {
    top: 4px;
    margin-right: 20px;
    float: left;
  }
  .home-container .swiper-navs {
    top: 27%;
  }
  .btn.rounded-btn.reverse {
    padding-left: 30px;
    padding-right: 30px;
  }
  .section.home-slide .slide-row {
    align-items: flex-start;
  }
  .section.home-slide .slide-row .item-image {
    margin-left: 0;
  }
  .section.home-slide .slide-row .item-caption {
    padding-top: 30px;
  }
  .section.home-slide .slide-row .item-caption .btn.rounded-btn {
    margin: 48px auto 0 auto;
  }
  .section.home-slide
    .slide-row
    .item-caption
    .caption-info
    .titles.slide-title {
    font-size: 42px;
    line-height: 48px;
  }
  .section.home-slide .slide-row .item-caption .caption-info .titles.tag-title {
    margin-bottom: 15px;
  }
  .section.home-slide .slide-row .item-image .slide-img {
    height: auto;
  }
  .find-box {
    width: 590px;
  }
  .swiper-pagination {
    position: relative;
    top: auto !important;
    bottom: auto !important;
  }
  .section.home-slide {
    padding: 20px 0 100px 0;
  }
  .section.home-about {
    padding: 20px 0;
  }
  .section.home-about img {
    width: 100%;
  }
  .section.home-about .section-title,
  .titles.section-title,
  .titles.title-2.section-title {
    font-size: 34px;
    line-height: 39px;
  }
  .section.home-about .about-side {
    padding-left: 15px;
  }
  .section.home-services .service-section {
    position: relative;
    margin-top: 30px;
  }
  .header .toggle-box {
    display: block;
  }
  .swiper-button-prev {
    left: 0 !important;
  }
  .swiper-button-next {
    right: 0 !important;
  }
  .section .items .description {
    padding: 0 20px;
  }
  .section.health-packages .items.feat-col {
    order: 3;
    width: 100%;
  }
  .section.health-packages .items.side-col {
    width: 50%;
  }
  .section.health-packages .items.side-col.alt {
    order: 2;
    margin-top: 0;
    margin-bottom: 20px;
    width: 50%;
  }
  .section.home-services,
  .section.health-packages,
  .section.light-bg,
  .section.update-section {
    padding: 20px 0;
  }
  .service-slider,
  .service-slider-inner {
    margin-top: 0;
  }
  .recent-updates .items {
    margin-top: 0;
  }
  .recent-updates .items:nth-child(1) {
    margin-top: 0;
  }
  .testimonial-slider .slide-item.team-item .description {
    padding: 0 35px;
  }
  .footer .items {
    margin-bottom: 20px;
  }
  .copyrights h2 {
    line-height: 20px;
  }
  ul.footer-nav {
    margin-bottom: 0;
  }
  .section.home-services:before {
    z-index: 0;
  }
  .titles.section-title {
    margin-bottom: 20px;
  }
  .section.home-services .section-title {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .recent-updates .items .titles {
    max-width: 100%;
  }
  .search-pop .modal-body {
    padding: 0 20px 80px 20px;
  }
  .site-search {
    width: calc(100% - 40px);
    left: 20px;
  }
  .detail-section .editor-box .featured-image {
    margin-right: 0;
  }
  .detail-section .editor-box .featured-image .about-img {
    width: 100%;
    max-width: none;
  }
  .detail-section {
    margin-top: 0;
    padding: 15px 0;
  }
  .page-box {
    padding: 20px 0;
  }
  .breadcrumbs {
    margin-top: 0 !important;
  }
  .doctor-list .slide-item.team-item,
  .doctor-list .slide-item.team-item:nth-child(n + 5) {
    text-align: center;
    margin-top: 20px;
    width: 50%;
  }
  .management-teams {
    margin-bottom: 20px;
  }
  .service-slide.all-services .items {
    width: 50%;
  }
  .service-slide.all-services .items:nth-child(n + 3) {
    margin-top: 20px;
  }
  .service-slide.doctor-list {
    justify-content: center;
  }
  .service-slide.doctor-list .profile-info {
    width: 100%;
  }
  .doctor-list .slide-item.team-item.team-left {
    margin-top: 0;
  }
  .doctor-list .profile-info {
    margin-top: 20px;
  }
  .health-packages.all-packages .items {
    width: 50%;
  }
  .health-packages.all-packages .items:nth-child(n + 3) {
    margin-top: 20px;
  }
  .health-packages.all-packages.career-list.search-result-list
    .items:nth-child(1) {
    margin-top: 30px !important;
  }
  .recent-updates .items .article-img img {
    height: 165px;
  }
  .full-updates .featured-news .news-side,
  .recent-updates .items:nth-child(n + 4) {
    margin-top: 20px;
  }
  .career-detail .profile-info {
    padding-right: 15px;
    padding-left: 15px;
  }
  .doctor-list.career-detail .slide-item.team-item.team-left {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .search-resutls .titles.title-2.section-title {
    font-size: 34px;
    line-height: 38px;
  }
  .featured-image img,
  .editor-box img,
  .section.home-slide .slide-row .item-image .slide-img,
  .section.health-packages .items.feat-col img,
  .teams-slider .slide-item.team-item .article-img img,
  .recent-updates .items .article-img img {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
  }
  .contact-left .package-info {
    padding-left: 70px;
  }
  .contact-left .package-info .left-icon {
    left: 0 !important;
    width: 50px;
  }
  .feedback.contact-form.find-form .fieldbox:nth-child(1),
  .feedback fieldset.contact-form.find-form .fieldbox:nth-child(1) {
    width: 50%;
  }
  .feedback.contact-form.find-form .fieldbox:nth-child(2),
  .feedback fieldset.contact-form.find-form .fieldbox:nth-child(2) {
    width: 50%;
  }
  .feedback.contact-form.find-form .fieldbox:nth-child(3),
  .feedback fieldset.contact-form.find-form .fieldbox:nth-child(3) {
    width: 100%;
  }
  .feedback.contact-form.find-form
    .fieldbox:nth-child(3)
    .btn.rounded-btn.reverse,
  .feedback
    fieldset.contact-form.find-form
    .fieldbox:nth-child(3)
    .btn.rounded-btn.reverse {
    margin: 0 auto;
  }
  .topbox .top-hs-menu {
    list-style: none;
    display: flex;
    align-items: center;
    height: 51px;
    flex-wrap: nowrap;
    padding-right: 30px;
    overflow: auto;
  }
  .topbox .top-hs-menu li {
    flex: none;
  }
  .header .logo-box .circle-logo {
    min-width: auto;
    height: 80px;
    width: 80px;
    position: absolute;
    top: -50px;
    left: 5px;
  }
  .header .headerbox .logo-box .appointment-nav {
    right: 135px;
  }
  .header .headerbox .logo-box .appointment-nav .search-only {
    display: none;
  }
  .swiper .swiper-pagination {
    left: 0;
  }
  .mouse-up {
    bottom: 0;
  }
  .section.get-started-section .items .boundary-box .description {
    padding: 0;
  }
  .home-about .items:not(.fact-items .items) {
    width: 100%;
  }
  .team-list .slide-item.team-item .article-img img {
    width: 100%;
    height: 300px;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .swiper .swiper-pagination {
    left: 0;
    position: relative !important;
    margin-top: 40px;
  }
  .title-row .items .description {
    padding: 0;
  }
  .file-list {
    margin-bottom: 0;
  }
  .section.appointment-section {
    padding: 0;
    margin-top: 40px;
  }
  .section.appointment-section .items {
    margin-top: 50px;
  }
  .section.appointment-section .items:nth-child(3) {
    margin: -180px 0px 0 0px;
    position: relative;
    right: -350px;
  }
  .section.appointment-section .items .people-img img {
    margin-top: -140px;
  }
  .quick-pop.appointment-pop .modal-dialog {
    max-width: 740px;
  }
  .destinations .items .article-img img {
    width: 334px;
    height: 230px;
  }
  .page-box .titles.section-title {
    font-size: 40px;
    line-height: 58px;
  }
  .recent-updates.college-list .items .article-img img {
    height: 120px;
  }
  .team-list .item-team {
    margin-bottom: 50px;
    width: 50%;
  }
  .team-list .slide-item.team-item .article-img img {
    height: 400px;
  }
  .full-updates .items .titles {
    padding: 0 20px;
    font-size: 26px;
    line-height: 36px;
  }
  .full-updates .items .description {
    padding: 0 20px;
  }
  .full-updates .items .btn {
    margin-left: 20px;
  }
  .full-updates .items .article-img img {
    height: auto;
  }
  .full-updates .items.latest-news .article-img img {
    height: 250px;
  }
  .full-updates .items.latest-news .titles.news-title {
    font-size: 26px;
    line-height: 36px;
  }
  .recent-updates.wide-list {
    margin-top: 0;
  }
  .recent-updates.wide-list .items {
    margin-top: 40px;
  }
  .recent-updates.wide-list .items:nth-child(1) {
    margin-top: 0;
  }
  .contact-row .info-box,
  .contact-row .contact-img {
    margin-left: 0;
    width: 100%;
  }
  .contact-row .info-box .google-map iframe,
  .contact-row .contact-img .google-map iframe {
    height: 450px;
  }
  .full-updates .items.featured-photo .article-img img {
    height: auto;
  }
  .detail-section.search-results .about-row .titles.section-title {
    font-size: 22px;
    line-height: 36px;
  }
  .resources-tabs {
    margin-bottom: 20px;
  }
  .stories-list {
    margin-bottom: 0;
  }
  .page-box .titles.section-title {
    font-size: 34px;
    line-height: 50px;
  }
  .header .headerbox .logo-box .call-nav {
    right: 88px;
  }
  .section.destinations-section .destination-row .items img {
    width: 100%;
    height: 254px;
  }
  .section.destinations-section
    .destination-row
    .items
    .package-line
    .explore-btn {
    float: left;
  }
  .section.destinations-section
    .destination-row.package-row
    .package-line
    .book-btn {
    float: left !important;
  }
  .travellers-blog .items {
    width: 100%;
  }
  .travellers-blog .items .description {
    padding: 0;
  }
  .travellers-blog .items .news-side-list {
    padding: 20px 0 0 0;
    margin-top: 20px;
    border-left: 0;
    border-top: 1px solid #ccc;
  }
  .travellers-blog .items .article-img img {
    width: 300px;
    height: 210px;
  }
  .section.home-slide {
    padding: 0;
    height: calc(100vh - 80px);
  }
  .section.home-slide .item-image .slide-img {
    height: calc(100vh - 80px);
  }
  .travel-guide-section .destination-row.package-row .items {
    margin-top: 30px;
    width: 25%;
  }
  .about-infos .about-item {
    width: 100%;
    margin-left: 0;
  }
  .about-infos .about-item.alt {
    margin-top: 40px;
  }
  .title-row .btn.rounded-btn {
    padding: 10px 25px 10px 25px;
    margin: 0;
  }
  .plan-banner .container {
    padding: 0 20px;
  }
  .footer {
    padding-top: 150px;
  }
  .breadcrumbs {
    float: none;
    text-align: center;
  }
  .page-bg-box {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    align-items: center;
    padding: 50px 0 100px 0;
  }
  .page-box {
    padding: 0;
  }
  .featured-slider.swiper .swiper-pagination {
    position: absolute !important;
    top: auto !important;
    left: 50% !important;
    bottom: 20px !important;
  }
  .trip-highlights .trip-points .trip-items .media .trip-level {
    width: 60px;
  }
  .full-package-detail .detail-content-box {
    width: 100%;
  }
  .full-package-detail .right-side {
    width: 100%;
  }
  .menu-box .call-nav {
    display: none;
  }
  .get-box.animate__slideInUp {
    display: flex;
  }
  .get-box.animate__slideInUp {
    height: 80px;
    overflow: visible;
  }
  .get-box.animate__slideOutDown {
    height: 80px;
    overflow: visible;
  }
  .get-box .check-widget .btn {
    margin-top: 0;
  }
  .form-plan-trip .group-size .group-item .radio .plan-label .group-img img,
  .radio
    .form-plan-trip
    .group-size
    .group-item
    .checkbox
    .plan-label
    .group-img
    img {
    height: 30px;
  }
  .group-size .group-item.text-item {
    width: 100%;
  }
  .travel-guide-list .items .travel-guide-info li a {
    font-size: 14px;
    line-height: 18px;
  }
  .travel-guide-list .items .article-img img {
    height: auto;
  }
  .container {
    max-width: 100%;
  }
  .recent-updates.wide-list .items .article-img img {
    height: 220px;
    width: 360px;
  }
  .full-updates .items.latest-news .article-img img {
    height: 430px;
  }
  .section.destinations-section .destination-row.alt .items .titles.news-title {
    font-size: 44px;
    line-height: 1.3;
  }
  .section.destinations-section
    .destination-row
    .items
    .package-line
    .explore-btn {
    float: none;
    display: block;
    margin-top: 10px;
  }
  .package-row {
    margin-top: 30px;
  }
  .section.destinations-section .destination-row.alt .items .package-line {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    height: auto;
    padding: 0;
  }
  .header .headerbox .logo-box {
    background: #fff;
  }
  .inside-page {
    padding-top: 0;
  }
  .topbox {
    display: flex;
    overflow: auto;
    flex-wrap: nowrap;
  }
  .navs-item {
    display: none;
  }
  .header .toggle-box .menu-toggle,
  .header .toggle-box .menu-close {
    top: 0;
    float: left;
    padding-right: 0;
  }
  .header .toggle-box .menu-toggle .left-icon,
  .header .toggle-box .menu-close .left-icon {
    position: relative;
    top: 0;
  }
  .header .logo-box img {
    width: 200px;
  }
  .logo-box a {
    float: left;
  }
  .header .toggle-box .search-btn {
    top: 4px;
    margin-right: 20px;
    float: left;
  }
  .section.home-slide .slide-row {
    align-items: flex-start;
  }
  .section.home-slide .slide-row .item-image {
    order: 2;
  }
  .section.home-slide .slide-row .item-caption {
    order: 1;
    padding-top: 30px;
  }
  .section.home-slide .slide-row .item-caption .btn.rounded-btn {
    margin: 48px auto 0 auto;
  }
  .section.home-slide .slide-row .item-caption .caption-info {
    text-align: center;
  }
  .section.home-slide
    .slide-row
    .item-caption
    .caption-info
    .titles.slide-title {
    font-size: 42px;
    line-height: 48px;
  }
  .section.home-slide .slide-row .item-caption .caption-info .titles.tag-title {
    margin-bottom: 15px;
  }
  .find-box {
    position: relative;
    display: inline-block;
    left: 0;
    margin-top: 30px;
    top: 0;
    padding: 10px 33px 10px 40px;
    transform: none;
  }
  .find-box .find-list {
    float: none;
    text-align: center;
  }
  .find-box .find-list li {
    float: none;
    display: inline-block;
  }
  .find-box .find-list li a {
    border: 0;
    padding-right: 0;
  }
  .find-box .find-list li a.make-nav {
    padding-left: 40px;
  }
  .find-box .find-list li a.make-nav .left-icon {
    left: 0;
  }
  .section.home-slide .slide-row .item-image .slide-img {
    height: auto;
  }
  .home-container .swiper-navs {
    width: 90%;
    position: absolute;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 18%;
    z-index: 9998;
    left: 50%;
  }
  .section.home-slide .swiper-button-prev {
    margin-top: 0;
    right: 0 !important;
    left: 0 !important;
    position: absolute;
  }
  .section.home-slide .swiper-button-next {
    top: auto;
    right: 0 !important;
    left: auto !important;
    position: absolute;
  }
  .section.home-slide .swiper-button-prev {
    margin-top: 0;
  }
  .swiper-pagination {
    position: relative;
    top: auto !important;
    bottom: auto !important;
  }
  .section.home-slide {
    padding: 20px 0 20px 0;
  }
  .section.home-about {
    padding: 20px 0;
  }
  .section.home-about img {
    width: 100%;
  }
  .section.home-about .section-title,
  .titles.section-title,
  .titles.title-2.section-title {
    font-size: 34px;
    line-height: 39px;
  }
  .section.home-about .about-side {
    padding-left: 15px;
  }
  .section.home-services .service-section {
    position: relative;
    margin-top: 30px;
  }
  .header .toggle-box {
    display: block;
  }
  .swiper-button-prev {
    left: 10px !important;
  }
  .swiper-button-next {
    right: 10px !important;
  }
  .section .items .description {
    padding: 0 20px;
  }
  .section.health-packages .items.feat-col {
    order: 3;
  }
  .section.health-packages .items.side-col.alt {
    order: 2;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .section.home-services,
  .section.health-packages,
  .section.light-bg,
  .section.update-section {
    padding: 20px 0;
  }
  .service-slider,
  .service-slider-inner {
    margin-top: 0;
  }
  .recent-updates .items {
    margin-top: 20px;
  }
  .recent-updates .items:nth-child(1) {
    margin-top: 0;
  }
  .testimonial-slider .slide-item.team-item .description {
    padding: 0 35px;
  }
  .footer .items {
    margin-bottom: 20px;
  }
  .copyrights h2 {
    line-height: 20px;
  }
  ul.footer-nav {
    margin-bottom: 0;
  }
  .section.home-services:before {
    z-index: 0;
  }
  .titles.section-title {
    margin-bottom: 20px;
  }
  .section.home-services .section-title {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .recent-updates .items .titles {
    max-width: 100%;
  }
  .search-pop .modal-body {
    padding: 0 20px 80px 20px;
  }
  .site-search {
    width: calc(100% - 40px);
    left: 20px;
  }
  .detail-section .editor-box .featured-image {
    margin-right: 0;
  }
  .detail-section .editor-box .featured-image .about-img {
    width: 100%;
    max-width: none;
  }
  .detail-section {
    margin-top: 0;
    padding: 15px 0;
  }
  .page-box {
    padding: 20px 0;
  }
  .breadcrumbs {
    margin-top: 0 !important;
  }
  .doctor-list .slide-item.team-item,
  .doctor-list .slide-item.team-item:nth-child(n + 5) {
    text-align: center;
    margin-top: 20px;
  }
  .management-teams {
    margin-bottom: 20px;
  }
  .service-slide.all-services .items {
    margin-top: 20px;
  }
  .service-slide.all-services .items:nth-child(1) {
    margin-top: 0;
  }
  .doctor-list .slide-item.team-item.team-left {
    margin-top: 0;
  }
  .doctor-list .profile-info {
    margin-top: 20px;
  }
  .health-packages.all-packages .items {
    margin-top: 20px;
  }
  .health-packages.all-packages .items:nth-child(1) {
    margin-top: 0;
  }
  .full-updates .featured-news .news-side,
  .recent-updates .items:nth-child(n + 4) {
    margin-top: 20px;
  }
  .career-detail .profile-info {
    padding-right: 15px;
    padding-left: 15px;
  }
  .doctor-list.career-detail .slide-item.team-item.team-left {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .search-resutls .titles.title-2.section-title {
    font-size: 34px;
    line-height: 38px;
  }
  .featured-image img,
  .editor-box img,
  .section.home-slide .slide-row .item-image .slide-img,
  .section.health-packages .items.feat-col img,
  .teams-slider .slide-item.team-item .article-img img,
  .recent-updates .items .article-img img {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
  }
  .contact-left .package-info {
    padding-left: 70px;
  }
  .contact-left .package-info .left-icon {
    left: 0 !important;
    width: 50px;
  }
  .feedback.contact-form .btn.rounded-btn.reverse,
  .feedback fieldset.contact-form .btn.rounded-btn.reverse {
    margin: 0 auto;
  }
  .topbox .top-hs-menu {
    list-style: none;
    display: flex;
    align-items: center;
    height: 51px;
    flex-wrap: nowrap;
    padding-right: 30px;
    overflow: auto;
  }
  .topbox .top-hs-menu li {
    flex: none;
  }
  .header .logo-box .circle-logo {
    min-width: auto;
    height: 80px;
    width: 80px;
    position: absolute;
    top: -50px;
    left: 15px;
  }
  .logo-box {
    width: 100%;
  }
  .container {
    max-width: 100%;
  }
  .header .headerbox .logo-box .search-only,
  .header .headerbox .logo-box .get-appointment-btn {
    display: none;
  }
  .section.home-slide
    .slide-row
    .item-caption
    .caption-info
    .titles.slide-title {
    font-size: 30px;
    line-height: 40px;
    text-align: left;
  }
  .section.home-slide
    .slide-row
    .item-caption
    .caption-info
    .titles.summary-title {
    text-align: left;
  }
  .section.home-slide .slide-row .item-caption .btn.rounded-btn {
    float: left;
  }
  .swiper .swiper-pagination {
    left: 0;
  }
  .mouse-up {
    display: none;
  }
  .section.destination-section {
    height: auto;
  }
  .recent-updates .items {
    margin-top: 0;
  }
  .recent-updates .items .article-img img {
    height: 155px;
  }
  .get-box.animate__slideInUp {
    height: 80px;
    overflow: visible;
  }
  .get-box.animate__slideOutDown {
    height: 80px;
    overflow: visible;
  }
  .get-box .btn {
    margin-top: 0;
  }
  .section .items .description {
    padding: 0;
  }
  .about-infos {
    margin: 0;
  }
  .destinations .items {
    margin-top: 30px;
  }
  .destinations .items .media {
    display: block !important;
  }
  .destinations .items .media .article-img {
    margin-bottom: 50px;
    margin-right: 0;
  }
  .destinations .items .media .article-img img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
  }
  .destinations .items .media .article-img .flag-icon {
    position: absolute;
    top: auto;
    right: auto;
    bottom: -30px;
    top: auto;
    left: 30px;
  }
  .destinations .items .media .article-img .flag-icon img {
    width: 60px;
    height: 60px;
  }
  .destinations .items:nth-of-type(even) .media .article-img {
    margin-left: 0;
  }
  .destinations .items:nth-of-type(even) .media .article-img .flag-icon {
    left: 30px;
  }
  .destinations .items:nth-of-type(even) .media .media-body {
    text-align: left;
  }
  .page-box .titles.section-title {
    font-size: 32px;
    line-height: 48px;
  }
  .file-list.guide-list .items .titles.guide-title {
    font-size: 22px;
    line-height: 26px;
  }
  .recent-updates.college-list .items:nth-child(n + 4) {
    margin-top: 30px;
  }
  .tab-content .file-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .tab-content .file-list .items {
    padding: 0 15px;
  }
  .resources-tabs {
    margin: 0 auto 30px auto;
  }
  #resources-tab {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    height: 64px;
    justify-content: flex-start;
    margin-bottom: 0;
  }
  .detail-section .about-row .titles.section-title {
    font-size: 26px;
    line-height: 36px;
  }
  .team-list .item-team {
    margin-bottom: 40px;
  }
  .full-updates .items .titles {
    padding: 0 20px;
    font-size: 26px;
    line-height: 36px;
  }
  .full-updates .items .description {
    padding: 0 20px;
  }
  .full-updates .items .btn {
    margin-left: 20px;
  }
  .full-updates .items .article-img img {
    height: auto;
  }
  .full-updates .items.latest-news .article-img img {
    height: 250px;
  }
  .full-updates .items.latest-news .titles.news-title {
    font-size: 26px;
    line-height: 36px;
  }
  .recent-updates.wide-list {
    margin-top: 0;
  }
  .recent-updates.wide-list .items {
    margin-top: 40px;
  }
  .recent-updates.wide-list .items:nth-child(1) {
    margin-top: 0;
  }
  .full-updates .items.featured-photo .article-img img {
    height: auto;
  }
  .full-updates .items.featured-photo .article-img .overlay-box {
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 20px 0;
    position: relative;
    display: inline-block;
    width: 100%;
  }
  .full-updates
    .items.featured-photo
    .article-img
    .overlay-box
    .titles.news-title {
    color: #202124;
    padding: 0 20px;
  }
  .full-updates .items.featured-photo .article-img .overlay-box .btn {
    margin-left: 20px;
  }
  .detail-section.search-results .about-row .titles.section-title {
    font-size: 22px;
    line-height: 36px;
  }
  .quick-pop .modal-body {
    padding: 0 35px;
  }
  .section.get-started-section.services-section {
    padding-top: 0;
  }
  .section.get-started-section.services-section .items:nth-child(n + 2) {
    margin-top: 30px;
  }
  .section.get-started-section.services-section .items .boundary-box {
    padding: 10px 10px 30px 10px;
    min-height: auto;
  }
  .section.get-started-section.services-section .items .boundary-box {
    padding: 10px 20px 30px 20px;
    min-height: auto;
  }
  .section.get-started-section.services-section
    .items
    .boundary-box
    .rounded-btn {
    margin-left: 0;
  }
  .call-nav:not(.primary-panel .menu-box .call-nav) {
    display: none;
  }
  .section.home-slide {
    padding: 0;
    height: 500px;
  }
  .section.home-slide .item-image .slide-img {
    height: 500px;
  }
  .search-destination .titles.title-destination {
    font-size: 32px;
    line-height: 44px;
  }
  .search-destination .titles.title-summary {
    font-size: 16px;
    line-height: 26px;
  }
  .search-destination .destination-links a {
    font-size: 16px;
    margin: 0 16px;
  }
  .section {
    padding: 30px 0;
  }
  .search-destination .main-search {
    margin-top: 70px;
  }
  .breadcrumbs {
    float: none;
    text-align: center;
  }
  .page-bg-box {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    align-items: center;
    padding: 50px 0 100px 0;
  }
  .page-box {
    padding: 0;
  }
  .editor-box blockquote {
    margin-left: 0;
  }
  .get-box.animate__slideInUp {
    display: none;
  }
  .section.destinations-section .destination-row .items img {
    width: 100%;
    height: 304px;
  }
  .trip-section .titles.title-2 {
    margin-bottom: 0 !important;
  }
  .about-row {
    margin: 0 -15px;
  }
  .trip-highlights .trip-points .trip-items .media .trip-level {
    width: 60px;
  }
  .section.destinations-section .destination-row .items:nth-child(n + 3) {
    margin-top: 30px;
  }
  .get-box.animate__slideInUp {
    display: flex;
  }
  .get-box .check-widget .btn {
    margin-top: 0;
  }
  .form-plan-trip .group-size .group-item .radio .plan-label .group-img img,
  .radio
    .form-plan-trip
    .group-size
    .group-item
    .checkbox
    .plan-label
    .group-img
    img {
    height: 30px;
  }
  .group-size .group-item.text-item {
    width: 100%;
  }
  .about-row {
    margin: 0;
  }
  .title-row .items {
    width: 100%;
  }
  .small-title .btn.rounded-btn {
    float: none !important;
    margin-top: 25px;
    display: table;
  }
  .recent-updates.wide-list .items .article-img img {
    height: 170px;
    width: 230px;
  }
  .section.destinations-section .destination-row .items:nth-child(n + 2) {
    margin-top: 20px;
  }
  .offset-sm-1 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 687px) {
  .container {
    max-width: 100%;
  }
  .col-1,
  .col-2,
  .col-3,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    width: 100%;
  }
  .btn.rounded-btn {
    float: none !important;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .container {
    max-width: 100%;
  }
  .recent-updates.wide-list .items .article-img img {
    height: 280px;
    width: 100%;
  }
  .featured-slider {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .pagination {
    padding: 10px 0;
    margin: 20px 0 0 0;
  }
  .right-side {
    margin-top: 30px;
  }
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    width: 100%;
    padding: 0 10px;
  }
  .breadcrumbs {
    float: left !important;
    margin-top: 0 !important;
    margin-bottom: 20px;
    width: 100%;
  }
  #content {
    display: inline-block;
    width: 100%;
  }
  .teams-slider .slide-item.team-item .article-img img {
    height: auto;
  }
  .section.health-packages .items.side-col .package-item a {
    text-align: center;
  }
  .header .logo-box .circle-logo {
    min-width: auto;
    height: 80px;
    width: 80px;
    position: absolute;
    top: -43px;
    left: 15px;
  }
  .section.home-slide .slide-row .item-caption {
    order: 1;
  }
  .section.home-slide .slide-row .item-image {
    order: 2;
    margin-top: 30px;
  }
  .titles.title-abroad {
    padding: 0 20px;
  }
  .section.get-started-section {
    padding-bottom: 10px;
  }
  .fact-items .items {
    margin-top: 30px;
  }
  .fact-items .items .media .media-body .fact-desc {
    padding: 0;
  }
  .section .items .description {
    padding: 0;
  }
  .section.get-started-section .items .boundary-box .description {
    margin-top: 25px;
    padding: 0 20px;
  }
  .section.appointment-section .title-row.alt-row .items {
    margin-top: 30px;
  }
  .section.appointment-section .title-row.alt-row .items:nth-child(1) {
    margin-top: 0;
  }
  .section.appointment-section .title-row.alt-row .items:nth-child(3) {
    margin-bottom: 30px;
  }
  #content {
    float: left;
    width: 100%;
  }
  .footer {
    padding: 30px 0;
  }
  .success-stories.testimonial-list .items {
    padding-bottom: 15px;
  }
  .quick-pop.appointment-pop .modal-body {
    padding: 0;
  }
  .quick-pop .form-row .items.form-left .form-menu {
    margin: 84px 0 20px 0;
  }
  .quick-pop .form-row .items.form-left .form-menu li {
    margin-top: 10px;
  }
  .quick-pop .form-row .items.form-left {
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    -ms-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
  }
  .quick-pop .form-row .items.form-right {
    -webkit-border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -ms-border-radius: 0 0 15px 15px;
    border-radius: 0 0 15px 15px;
  }
  .quick-pop .form-row .items.form-left .form-menu {
    width: 100%;
    text-align: center;
  }
  .quick-pop .form-row .items.form-left .form-menu li {
    width: auto;
    padding-right: 30px;
    line-height: 40px;
    height: 40px;
    display: inline-block;
  }
  .quick-pop .form-row .items.form-left .form-menu li.active {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
  }
  .quick-pop .form-row .items.form-left .form-menu li .titles {
    line-height: 40px;
  }
  .quick-pop .modal-header .btn-close {
    right: 25px;
    top: 25px;
  }
  .quick-pop.appointment-pop .modal-header {
    padding: 22px 24px;
    background: #fff;
    left: 0;
    position: absolute;
    top: 10px;
    width: 100%;
    border-radius: 15px 15px 0 0;
  }
  .quick-pop .modal-body {
    padding: 0 30px;
  }
  .destinations .items .media .article-img img {
    height: 200px;
  }
  .file-list .items:nth-of-type(even) {
    padding-left: 15px;
  }
  .file-list .items:nth-child(n + 2) .media {
    border-top: 1px solid #2f373a;
  }
  .file-list.guide-list .items .titles.guide-title {
    font-size: 22px;
    line-height: 26px;
  }
  .file-list {
    margin-bottom: 0;
  }
  .recent-updates.college-list .items:nth-child(1) {
    margin-top: 0;
  }
  .recent-updates.college-list .items,
  .recent-updates.college-list .items:nth-child(4),
  .recent-updates.college-list .items:nth-child(n + 5) {
    margin-top: 30px;
  }
  .country-guide {
    margin-top: 0;
  }
  .recent-updates.wide-list {
    margin-top: 0;
  }
  .recent-updates.wide-list .items {
    margin-top: 30px;
  }
  .recent-updates.wide-list .items:nth-child(1) {
    margin-top: 0;
  }
  .recent-updates.wide-list .items .media {
    display: block !important;
  }
  .recent-updates.wide-list .items .media .article-img {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .recent-updates.wide-list .items .media .article-img img {
    height: auto;
  }
  .full-updates .items.latest-news .titles.news-title {
    font-size: 26px;
    line-height: 36px;
  }
  .full-updates .items.latest-news .article-img img {
    height: auto;
  }
  .more-updates .recent-updates .items {
    margin-top: 30px;
  }
  .more-updates .recent-updates .items:nth-child(1) {
    margin-top: 0;
  }
  .editor-box {
    padding-bottom: 0;
  }
  .google-map iframe {
    height: 450px;
  }
  .featured-video .overlay-box {
    padding: 20px;
  }
  .more-galleries.recent-updates .items {
    margin-top: 30px;
  }
  .more-galleries.recent-updates .items:nth-child(1) {
    margin-top: 0;
  }
  .recent-updates .items .article-img img {
    height: auto;
  }
  .recent-updates {
    margin-top: 0;
  }
  .recent-updates .items {
    margin-top: 30px;
  }
  .recent-updates:nth-child(1) {
    margin-top: 0;
  }
  .title-row {
    margin-bottom: 30px;
  }
  .team-section {
    padding-bottom: 0;
  }
  .editor-box blockquote {
    margin-right: 0;
    width: 100%;
    max-width: none;
  }
  .editor-box figure.align-left,
  .editor-box figure.align-right,
  .editor-box figure.align-center,
  .editor-box figure.align-none {
    float: none;
    display: block;
    margin: 0 auto 20px auto;
  }
  .editor-box figure.align-left img,
  .editor-box figure.align-right img,
  .editor-box figure.align-center img,
  .editor-box figure.align-none img {
    float: none;
    display: block;
  }
  .team-list.management-teams.team-list .item-team:nth-child(n + 5) {
    margin-top: 0;
  }
  .lg-on .get-box.animate__slideInUp {
    z-index: 1;
  }
  .section.get-started-section.services-section .items .boundary-box {
    padding: 10px 10px 30px 10px;
    min-height: auto;
  }
  .section.get-started-section.services-section
    .items
    .boundary-box
    .rounded-btn {
    margin-left: 20px;
  }
  .bigyaapan-holder .desktop-jacket-bigyaapan {
    display: none;
  }
  .bigyaapan-holder .mobile-jacket-bigyaapan {
    display: block;
  }
  .section.home-slide {
    height: calc(100vh - 160px);
    padding: 0;
  }
  .search-destination .titles.title-destination {
    font-size: 32px;
    line-height: 44px;
  }
  .search-destination .titles.title-summary {
    font-size: 16px;
    line-height: 26px;
  }
  .search-destination .destination-links a {
    font-size: 16px;
    margin: 0 16px;
  }
  .section {
    padding: 30px 0;
  }
  .info-row {
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .section.section-welcome .info-row .items:nth-child(n + 2) {
    margin-top: 30px;
  }
  .btn.rounded-btn {
    float: none !important;
    margin-top: 10px;
  }
  .destination-row .items {
    margin-top: 20px;
  }
  .destination-row .items:nth-child(1) {
    margin-top: 0;
  }
  .section.destinations-section .destination-row .items .article-img {
    margin-bottom: 5px;
  }
  .section.destinations-section .destination-row .items:nth-child(n + 4) {
    margin-top: 20px;
  }
  .section.destinations-section .destination-row .items img {
    height: 270px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
  .swiper .swiper-pagination {
    left: 0;
    display: block;
    position: absolute;
    bottom: 0 !important;
    width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .section.destinations-section .destination-row .items .titles {
    padding: 0 30px;
    font-size: 20px;
    line-height: 26px;
  }
  .travellers-blog .items .news-side-list {
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
    border-top: 1px solid #ccc;
    display: block;
    border-left: 0;
  }
  .section.destinations-section.travel-guide-section
    .destination-row
    .items:nth-child(n + 4) {
    margin-top: 30px;
  }
  .travel-guide-section .destination-row.package-row .items {
    margin-top: 0;
    width: 50%;
  }
  .travel-guide-section .destination-row.package-row .items:nth-child(n + 3) {
    margin-top: 30px;
  }
  .travel-guide-section .destination-row.package-row .items .titles {
    padding: 0 20px;
    text-align: center;
    font-size: 16px;
  }
  .section.destinations-section.travel-guide-section
    .destination-row.package-row
    .items
    .article-img
    img {
    height: 220px;
  }
  .travellers-blog .items .media {
    display: block !important;
  }
  .travellers-blog .items .media .article-img {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .travellers-blog .items .media .article-img img {
    width: 100%;
  }
  .plan-banner .container {
    padding: 0 30px;
  }
  .trip-plan {
    padding: 50px;
    height: auto;
  }
  .trip-plan:before {
    background: linear-gradient(
      180deg,
      rgba(25, 103, 210, 0.8) 0%,
      rgba(25, 103, 210, 0) 100%
    );
  }
  .trip-plan .trip-info {
    position: relative;
    width: 100%;
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .footer {
    padding-top: 90px;
  }
  .section.home-slide {
    padding: 0;
    height: calc(100vh - 80px);
  }
  .section.home-slide .item-image .slide-img {
    height: calc(100vh - 80px);
  }
  .travellers-stories-box {
    padding: 0 15px;
  }
  .get-box.animate__slideInUp {
    display: flex;
  }
  .get-box .check-widget .btn {
    margin-top: 0;
  }
  .contact-row .info-box {
    margin-top: 40px;
  }
  .traveller-stories.testimonial-list.testimonial-grid {
    height: auto !important;
  }
  .traveller-stories.testimonial-list.testimonial-grid .items {
    padding-bottom: 30px;
    position: relative !important;
    top: 0 !important;
  }
  .full-updates .items {
    margin-bottom: 30px;
  }
  .full-updates .items .btn {
    margin-top: 10px;
  }
  .recent-updates .items .btn {
    margin-top: 10px;
  }
  .titles.author-title .date-line {
    margin-left: 0;
  }
  .share-new {
    float: none !important;
    margin-top: 15px;
    display: flex;
    position: relative;
    z-index: 1;
  }
  .booking-tabs,
  .mega-tabs {
    display: flex;
    overflow: auto;
    height: 60px;
    width: 100%;
    flex-wrap: nowrap;
  }
  .booking-tabs .nav-item,
  .mega-tabs .nav-item {
    margin-bottom: 18px;
    flex: none;
    float: left;
    margin-left: 10px;
    width: auto;
  }
  .booking-tabs .nav-item .nav-link,
  .mega-tabs .nav-item .nav-link {
    margin-right: 0;
    width: 100%;
    padding: 14px 20px;
  }
  .booking-tabs .nav-item:nth-child(1),
  .mega-tabs .nav-item:nth-child(1) {
    margin-left: 0;
  }
  .book-package-item .book-item .book-left.float-end {
    float: left !important;
    text-align: left !important;
    margin-top: 50px;
    width: 100%;
  }
  .book-package-item .book-item .center-icon {
    top: 50%;
    left: 0;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .book-package-item .book-item .titles.price-title {
    float: left;
    width: 100%;
    margin-top: 10px;
  }
  .trip-highlights {
    padding: 15px;
  }
  .trip-section {
    margin-bottom: 30px;
  }
  .faqs {
    margin-top: 20px;
  }
  .section.destinations-section .destination-row .items:nth-child(n + 2) {
    margin-top: 20px;
  }
  .group-size .group-item {
    width: 50%;
  }
  .group-size .group-item.text-item {
    width: 100%;
  }
  .group-size .group-item:nth-child(n + 3) {
    margin-top: 20px;
  }
  .travel-guide-list .items.title-item .btn {
    margin-top: 30px !important;
  }
  .search-destination .titles.title-destination {
    font-size: 26px;
    line-height: 32px;
  }
  .search-destination .destination-links a {
    font-size: 14px;
    margin: 0 16px;
  }
  .search-destination .main-search {
    margin-top: 20px;
  }
  .section.destinations-section.travel-guide-section
    .destination-row
    .items:nth-child(n + 2) {
    margin-top: 0;
  }
  .section.destinations-section.travel-guide-section
    .destination-row
    .items:nth-child(n + 3) {
    margin-top: 30px;
  }
  .section.destinations-section.travel-guide-section
    .destination-row
    .items:nth-child(n + 4) {
    margin-top: 30px;
  }
  .plan-banner .container {
    padding: 0 15px;
  }
  .trip-plan {
    padding: 30px;
    height: auto;
  }
  .design-by {
    display: block;
  }
  .editor-box img {
    float: none;
    display: block;
    margin: 0 auto !important;
  }
  .editor-box .image {
    float: none !important;
    display: table;
    margin: 20px auto !important;
  }
  .travel-guide-list {
    margin: 30px 0 0 0;
  }
  .quick-pop .form-row .items.form-right {
    padding: 0 20px;
  }
  .full-package-detail .about-rows .detail-content-box {
    order: 2;
  }
  .full-package-detail .about-rows .detail-content-box .right-side {
    order: 1;
    margin-bottom: 30px;
  }
  .section.destinations-section.full-destination
    .destination-row.package-row.destination-grid {
    margin-top: 30px;
  }
  .section.destinations-section.full-destination
    .destination-row.package-row.destination-grid
    .items {
    padding-top: 0 !important;
  }
  .section.destinations-section.full-destination
    .destination-row.package-row.destination-grid
    .items:nth-child(1)
    .article-img {
    border-top: 0 !important;
    padding-top: 0 !important;
  }
  .section.destinations-section.full-destination
    .destination-row.package-row.destination-grid
    .article-img {
    padding-top: 20px !important;
    border-top: 1px solid #202124 !important;
  }
  .contact-row .contact-img {
    padding-right: 10px !important;
  }
}
@media only screen and (max-width: 400px) {
  .search-destination .main-search .textfield,
  .search-destination .main-search .feedback .textarea,
  .feedback .search-destination .main-search .textarea,
  .search-destination .main-search .feedback .select,
  .feedback .search-destination .main-search .select,
  .search-destination .main-search .get-news-alert .newsletter-btn,
  .get-news-alert .search-destination .main-search .newsletter-btn {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
  }
}
