@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300..700&family=Noto+Sans+Devanagari:wght@100..900&family=Mukta:wght@200;300;400;500;600;700;800&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;
}

/*ol, ul {
	list-style: none;
}*/
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: #111;
  font-size: 13px;
  font-weight: 400;
  height: 36px;
  padding: 0 20px;
  font-family: "Karma", 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: #111;
  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: #da1f3d;
  color: #fff;
}
.btn.btn-cms.btn-red:hover {
  background: #d12524 !important;
  color: #fff !important;
}
.btn.btn-cms:hover {
  background: #f7f7f7 !important;
  color: #111;
  -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: #f1b209;
  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: #da1f3d;
  color: #fff;
  padding: 5px 25px 5px 25px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  font-family: "Mukta", serif;
  margin: 30px 0 0 0;
  line-height: 28px;
  text-transform: none;
  position: relative;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  border-radius: 50px !important;
}
.btn.rounded-btn.full-rounded-btn {
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  border-radius: 50px !important;
}
.btn.rounded-btn.full-rounded-btn:before {
  display: none;
}
.btn.rounded-btn.full-rounded-btn {
  padding: 7px 20px;
  background: #c30000;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
}
.btn.rounded-btn.full-rounded-btn.checkout-btn {
  height: 50px;
  font-size: 18px;
  color: #fff;
  font-family: "Mukta", serif;
  text-transform: none;
  line-height: 50px;
  width: 100%;
  padding: 0;
  margin-top: 43px;
}
.btn.rounded-btn.soft-btn:hover {
  background: #e3dfdf;
  border-color: #e3dfdf;
}
.btn.rounded-btn.appointment-btn {
  padding-left: 30px;
  padding-right: 30px;
}
.btn.rounded-btn.outline-btn {
  border: 1px solid #212121;
  color: #212121;
  background: none;
  padding: 0 20px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  font-weight: 400;
}
.btn.rounded-btn.outline-btn:after {
  background: #111;
}
.btn.rounded-btn.outline-btn:hover:after {
  background: #fff;
}
.btn.rounded-btn.outline-btn.blue-btn {
  border-color: #073b87;
  color: #073b87;
}
.btn.rounded-btn.outline-btn.blue-btn:hover {
  border-color: #073b87;
  background: #073b87;
}
.btn.rounded-btn.white-btn {
  border: 1px solid #fff;
  color: #fff;
  background: none;
}
.btn.rounded-btn.white-btn:after {
  background: #111;
}
.btn.rounded-btn.white-btn:hover:after {
  background: #fff;
}
.btn.rounded-btn.light-btn {
  background: #e1e2f6;
  color: #565acf;
}
.btn.rounded-btn.white-btn {
  border: 1px solid #fff;
  color: #fff;
  background: none;
}
.btn.rounded-btn.white-btn:after {
  background: #fff;
}
.btn.rounded-btn.white-btn:hover:after {
  background: #fff;
}
.btn.rounded-btn.reverse {
  background: #f1b209;
  padding: 10px 50px 10px 50px;
}
.btn.rounded-btn.reverse:hover {
  background: #fff;
  color: #f1b209 !important;
}
.btn.rounded-btn.reverse.alt {
  margin-top: 50px;
  background: #565acf;
}
.btn.rounded-btn.reverse.alt:hover {
  background: #e1e2f6;
  border-color: #e1e2f6;
  color: #565acf !important;
}
.btn.rounded-btn .left-icon {
  margin-left: 10px;
  font-size: 13px;
}
.btn.rounded-btn:hover {
  color: #fff !important;
  background: #212121;
  border-color: #212121;
}
.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.rounded-btn.text-btn {
  border: 0;
  background: none;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0 25px 0 0;
  position: relative;
}
.btn.rounded-btn.text-btn:before {
  content: "\f061";
  width: 15px;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0;
  font-size: 12px;
  top: 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;
}
.btn.rounded-btn.text-btn:hover {
  color: #c30000 !important;
}
.btn.rounded-btn.text-btn.white-btn {
  color: #fff;
}
.btn.rounded-btn.text-btn.white-btn:hover {
  color: #ccc !important;
}
.btn.rounded-btn.text-btn.cart-btn {
  border: 1px solid #999;
  padding: 3px 40px 3px 20px;
  color: #999;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  border-radius: 50px !important;
}
.btn.rounded-btn.text-btn.cart-btn:before {
  content: "\f07a";
  right: 17px;
  top: 4px;
}
.btn.rounded-btn.text-btn.cart-btn:hover {
  border: 1px solid #111;
  color: #111 !important;
}
.btn.rounded-btn.more-btn {
  margin: 0;
  padding: 0;
  background: none;
  display: flex;
  float: right;
  margin-top: 1px;
  font-size: 11px;
  padding: 0;
  margin-right: 0;
  align-items: center;
  -webkit-transition: 0.3s esse-in-out;
  -moz-transition: 0.3s esse-in-out;
  -o-transition: 0.3s esse-in-out;
  transition: 0.3s esse-in-out;
}
.btn.rounded-btn.more-btn .more-title {
  font-size: 16px;
  color: #aaa;
  position: relative;
  top: 1px;
  -webkit-transition: 0.3s esse-in-out;
  -moz-transition: 0.3s esse-in-out;
  -o-transition: 0.3s esse-in-out;
  transition: 0.3s esse-in-out;
}
.btn.rounded-btn.more-btn .left-icon {
  font-size: 14px;
  line-height: 20px;
  margin-top: 0;
  background: #da1f3d;
  color: #fff;
  width: 32px;
  height: 32px;
  line-height: 26px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  border-radius: 50px !important;
  -webkit-transition: 0.3s esse-in-out;
  -moz-transition: 0.3s esse-in-out;
  -o-transition: 0.3s esse-in-out;
  transition: 0.3s esse-in-out;
}
.btn.rounded-btn.more-btn:before {
  display: none;
}
.btn.rounded-btn.more-btn:hover .more-title {
  -webkit-transition: 0.3s esse-in-out;
  -moz-transition: 0.3s esse-in-out;
  -o-transition: 0.3s esse-in-out;
  transition: 0.3s esse-in-out;
  color: #fff;
}
.btn.rounded-btn.more-btn:hover .left-icon {
  background: #fff;
  color: #111 !important;
  -webkit-transition: 0.3s esse-in-out;
  -moz-transition: 0.3s esse-in-out;
  -o-transition: 0.3s esse-in-out;
  transition: 0.3s esse-in-out;
}
.btn.rounded-btn.watch-btn {
  border: 1px solid #aaa;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  font-size: 16px;
  background: none;
  margin-top: 0;
}
.btn.rounded-btn.watch-btn .bold-title {
  color: #aaa;
  text-transform: uppercase;
}
.btn.rounded-btn.watch-btn:hover {
  background: #da1f3d;
  border-color: #da1f3d;
}
.btn.rounded-btn.watch-btn:hover .bold-title {
  color: #fff !important;
}
.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: "Karma", 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: #da1f3d;
  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: #111;
}
.btn.rounded-btn-only {
  background: #da1f3d;
  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: #111 !important;
}
.btn.rounded-btn-only.outline-btn {
  background: none;
  border: 1px solid #111;
  color: #111;
}
.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: #111;
}
.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: #111;
  -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: #999999;
  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: #da1f3d;
  color: #fff;
}

.label-btn {
  font-size: 11px;
  float: left;
  padding: 5px 10px;
  background: #eee;
  color: #fff;
  line-height: 14px;
  font-family: "Karma", 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: #da1f3d;
}
.label-btn.archive {
  background: #f3b301;
}

.swal2-actions button {
  color: #111;
  font-size: 12px !important;
  font-weight: 400;
  height: 36px;
  padding: 0 20px;
  font-family: "Karma", 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: #da1f3d !important;
  color: #fff;
}
.swal2-actions button.swal2-deny:hover {
  background: #d12524 !important;
  color: #fff !important;
}
.swal2-actions button.swal2-cancel {
  background: #da1f3d !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: #111;
  font-size: 13px;
  font-weight: 400;
  height: 36px;
  padding: 0 20px;
  font-family: "Karma", 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: #da1f3d;
  color: #fff;
}
.status-item .btn.btn-cms.cat-btn.cancel:hover {
  background: #da1f3d !important;
  color: #ddd !important;
}
.status-item .btn.btn-cms.cat-btn.pending {
  background: #fdb81a;
  color: #111;
}
.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: #111 !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;
}

.tag-box {
  display: block;
}
.tag-box.normal-tag {
  font-weight: 600;
  font-size: 14px;
  padding: 0 15px;
  height: 28px;
  line-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 10px;
  background: #da1f3d;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.tag-box.normal-tag:hover {
  background: #da1f3d !important;
  color: #fff !important;
}
.tag-box.normal-tag.absolute-tag {
  position: absolute;
  background: rgba(184, 34, 34, 0.9);
  left: 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;
  bottom: 0;
  cursor: pointer;
  font-size: 14px;
  height: 26px;
  line-height: 26px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.tag-box.normal-tag.absolute-tag:hover {
  background: rgba(184, 34, 34, 0.9);
}
.tag-box.tag-1 {
  font-size: 100px;
  line-height: 1.4;
  font-weight: 700;
  background: none;
  margin-bottom: 10px;
  height: auto;
}
.tag-box.tag-1:hover {
  background: none !important;
}

a {
  color: #111;
  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: #6e6e6e;
  -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;
  will-change: transform;
}

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: "Mukta", serif;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #111;
  background: #111;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -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;
}

.pagination {
  margin: 30px 0 0 0;
  display: inline-block;
  width: 100%;
  padding: 15px 0 0 0;
  border-top: 1px solid #444;
  text-align: center;
  font-family: "Mukta", serif;
}
.pagination a {
  text-decoration: none;
  color: #777;
  padding: 0 10px;
  margin: 0 2px;
  font-size: 14px;
  display: inline-block;
  padding: 10px 13px;
  line-height: 14px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.pagination a:hover {
  color: #fff;
  background: rgba(220, 160, 100, 0.18);
}
.pagination .current {
  background: #da1f3d;
  text-decoration: none;
  color: #fff;
  margin: 0 0 0px 0;
  font-size: 14px;
  display: inline-block;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  font-weight: 400;
  border: 1px solid #da1f3d;
  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;
}

/*popup*/
.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: 800px;
  height: auto;
}

.modalbox .modal_content .imagebox .logobox img {
  max-width: 250px;
}

.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;
}

/*responsive part*/
@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: 0;
}

.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 .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, .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: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: #111;
  -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;
  display: block;
}

.sidebar {
  float: left;
  width: 100%;
  padding-right: 30px;
}

.sidebar li {
  border-bottom: 0 solid #e7e7e7;
  list-style: none;
  position: relative;
  padding: 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: #fff !important;
  height: auto;
  position: relative;
  font-weight: 500;
  font-family: "Karma", serif;
  position: relative;
  display: block;
  border-top: 1px solid #444;
  padding: 15px 0;
}
.sidebar li a.dropdown-toggle:before {
  top: 7px;
}
.sidebar li a:hover {
  color: #e3dfdf !important;
}
.sidebar li a .left-icon {
  display: inline-block;
  color: #111;
  margin-right: 10px;
  font-size: 18px;
  width: 24px;
  text-align: right;
  position: relative;
  top: 18px;
}
.sidebar li a.selected {
  color: #c30000 !important;
}
.sidebar li ul {
  padding-left: 0;
  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;
  background: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  top: 18px;
  left: 0;
  display: none;
}
.sidebar li ul li ul {
  padding-left: 20px;
}
.sidebar li ul li .arrow {
  top: 10px;
}
.sidebar li ul li a {
  padding: 10px 0 !important;
  line-height: 32px !important;
  font-size: 20px !important;
  color: #f5f5f5 !important;
  height: auto;
  font-weight: 400;
  text-transform: none;
  display: block;
}

.sidebar .arrow {
  position: relative;
  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 {
  margin-right: 30px;
}

.navigation_box ul li a {
  padding: 7px 0;
}
.navigation_box ul li a.home-menu {
  padding-left: 15px;
  padding-right: 15px;
}
.navigation_box ul li a.selected {
  color: #fff;
  background: #c30000;
}
.navigation_box ul li a:hover span:before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}

.navigation_box ul li a,
.navigation_box ul li a:hover,
.navigation_box ul li.dropdown.open a {
  background: none !important;
  color: #111 !important;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
  font-family: "Teko", sans-serif;
}
.navigation_box ul li a .dropdown-toggle:before,
.navigation_box ul li a:hover .dropdown-toggle:before,
.navigation_box ul li.dropdown.open a .dropdown-toggle:before {
  color: #111 !important;
}

.navigation_box ul li.dropdown.open .dropdown-toggle {
  color: #111 !important;
}

.navigation_box ul li a.selected,
.navigation_box ul li.open a.selected {
  color: #c30000 !important;
  background: none !important;
}
.navigation_box ul li a.selected:hover,
.navigation_box ul li.open a.selected:hover {
  color: #c30000 !important;
}

.navigation_box ul li.dropdown.open a {
  color: #111 !important;
}

.navigation_box ul li a:hover,
.navigation_box ul li.dropdown.open a:hover {
  color: #c30000 !important;
}

.navigation_box ul li.dropdown .dropdown-toggle:before {
  color: #111 !important;
}

.navigation_box ul li.dropdown.open .dropdown-toggle:before {
  color: #111 !important;
}

.navigation_box ul li.dropdown .dropdown-toggle.selected:before {
  color: #111 !important;
}

.navigation_box ul li.dropdown.open .dropdown-menu li a,
.navigation_box ul li.dropdown .dropdown-menu li a {
  color: #fff !important;
  font-size: 17px;
  text-transform: none;
  font-weight: 400 !important;
  font-family: "Mukta", serif;
}
.navigation_box ul li.dropdown.open .dropdown-menu li a:hover,
.navigation_box ul li.dropdown .dropdown-menu li a:hover {
  color: #aaa !important;
  background: #fff !important;
}

.dropdown .dropdown-toggle:before {
  top: 18px;
}

.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 {
  padding: 0;
  display: block;
}

.sidebar {
  float: left;
  width: 100%;
}

.sidebar li {
  border-bottom: 0 solid #e7e7e7;
  list-style: none;
  position: relative;
  padding: 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: 24px;
  color: #aaa !important;
  height: auto;
  font-family: "Teko", sans-serif;
  position: relative;
  font-weight: 500;
  position: relative;
  display: block;
  padding: 18px 0;
  border-color: #444;
}
.sidebar li a.dropdown-toggle:before {
  top: 7px;
}
.sidebar li a:hover {
  color: #fff !important;
}
.sidebar li a .left-icon {
  display: inline-block;
  color: #111;
  margin-right: 10px;
  font-size: 18px;
  width: 24px;
  text-align: right;
  position: relative;
  top: 18px;
}
.sidebar li a.selected {
  color: #fff !important;
}
.sidebar li ul {
  padding-left: 0;
}
.sidebar li ul li {
  display: block;
  width: 100%;
  padding: 0;
}
.sidebar li ul li ul {
  padding-left: 20px;
}
.sidebar li ul li .arrow {
  top: 10px;
}
.sidebar li ul li a {
  padding: 10px 0 !important;
  line-height: 26px !important;
  font-size: 18px !important;
  color: #aaa !important;
  height: auto;
  background: none;
  font-weight: 500;
  font-family: "Noto Sans Devanagari", sans-serif;
  display: block;
  border-top: 0 solid #ddd !important;
}
.sidebar li ul li a:hover {
  color: #fff !important;
  background: none;
}
.sidebar li ul li a.selected {
  color: #fff !important;
}
.sidebar li:nth-child(1) a {
  border-top: 0;
}

.sidebar .arrow {
  position: absolute;
  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: 16px;
  font-weight: 400;
  color: #fff !important;
}
.navigation_box ul li.dropdown.open .dropdown-menu li a:hover,
.navigation_box ul li.dropdown .dropdown-menu li a:hover {
  background: #212121 !important;
  color: #ccc !important;
}

.navigation_box ul li ul {
  background: #212121 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !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 {
  border: 0 !important;
}
.navigation_box ul li ul li a {
  padding: 9px 0 !important;
}

.navigation_box ul li.dropdown .dropdown-menu {
  padding: 15px 15px 15px 15px !important;
  min-width: 10rem !important;
}
.navigation_box ul li.dropdown .dropdown-menu li {
  margin-right: 0;
}
.navigation_box ul li.dropdown .dropdown-menu li a:hover {
  color: #f5f5f5 !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: #fff !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 ul li.dropdown .dropdown-toggle:before {
  color: #fff !important;
}

.navigation_box ul li.dropdown ul li.dropdown .dropdown-menu {
  left: calc(100% + 15px);
}

.navigation_box ul li.dropdown .dropdown-toggle.selected:before {
  color: #da1f3d !important;
}

.navigation_box ul li.dropdown {
  margin-right: 5px;
}

.navigation_box ul li {
  margin-right: 25px;
}

.header {
  position: sticky;
  background: none;
  float: left;
  width: 100%;
  z-index: 9999;
  left: inherit;
  margin-bottom: 0;
  padding: 0;
  top: 0;
  left: 0;
  padding-top: 0;
  background: none;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  background: rgba(0, 0, 0, 0.8);
}
.header .headerbox .logo-box .logo-item .alt-logo {
  display: none;
}
.header.header-hidden {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}
.header.header-visible {
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.header.header-visible .headerbox .logo-box .logo-item .alt-logo {
  display: block;
}
.header.header-visible .headerbox .logo-box .logo-item .main-logo {
  display: none;
}
.header .social-right {
  float: right;
}
.header .social-right .social-media {
  display: inline-block;
  width: 100%;
  margin-top: 0;
  margin-left: 20px;
}
.header .social-right .social-media a {
  padding: 0;
  color: #fff;
  margin-left: 14px;
}
.header .social-right .social-media a:nth-child(1) {
  margin-left: 0;
}
.header .social-right .social-media a:hover .left-icon {
  color: white-bg;
  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;
}
.header .social-right .social-media a .left-icon {
  width: 30px;
  height: 30px;
  font-size: 14px;
  border: 1px solid #aaa;
  line-height: 30px;
  color: #aaa;
  -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;
}
.header .shortcut-right {
  float: right;
}
.header .shortcut-right .mobile-search {
  display: none;
}
.header .shortcut-right .shortcut-box {
  float: left;
  width: 100%;
}
.header .shortcut-right .new-toggle-box {
  position: relative;
  top: 2px;
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  float: left;
  margin-left: 15px;
}
.header.nav-section {
  z-index: 98;
  position: relative;
  margin-bottom: 10px;
}
.header.nav-section .main-nav-box {
  float: left;
  width: 100%;
  position: relative;
}
.header.nav-section .main-nav-box .current-date {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  font-family: "Mukta", serif;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.header.nav-section.sticky {
  position: sticky;
  top: 0;
}
.header.nav-section.sticky .current-date {
  bottom: -28px;
  z-index: 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;
}
.header.scroll-up .header-container {
  position: fixed;
  top: 0 !important;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header.scroll-down .header-container {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  position: fixed;
  top: -77px;
  left: 0;
}
.header .header-container {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
}
.header.header-active .header-container {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(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;
}
.header .logo-box img {
  width: auto;
  height: 68px;
  object-fit: contain;
  display: block;
}
.header .logo-box .logo-item {
  text-align: left;
}
.header .logo-box .logo-item .new-toggle-box {
  display: block;
}
.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 .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 .right-top-side {
  margin-top: 0;
}
.header .right-top-side .new-toggle-box {
  position: relative;
  top: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  float: left;
  right: 0;
  margin-top: 0;
}
.header .navs-item {
  background: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
  z-index: 2;
}
.header .navs-item .search-nav {
  position: absolute;
  top: 2px;
  right: 0;
}
.header .navs-item .search-nav .btn-search {
  font-size: 19px;
}
.header .navs-item .new-toggle-box {
  display: block;
  left: 0;
  right: auto;
}
.header .navs-item .new-toggle-box .menu-toggle-btn {
  background: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .navs-item .new-toggle-box .menu-toggle-btn .menu-icon {
  width: 14px;
}
.header .navs-item .new-toggle-box .menu-toggle-btn .menu-icon .bar-line {
  margin-top: 2px;
}
.header .navs-item .right-action {
  float: right;
  position: relative;
  margin-top: 0;
  top: 0;
  display: flex;
  align-items: center;
}
.header .navs-item .right-action .address-icon {
  float: left;
  padding: 0 10px;
  margin-right: 15px;
  font-size: 20px;
  margin-top: 9px;
}
.header .navs-item .right-action .search-nav {
  float: left;
  position: relative;
  top: 5px;
  margin: 0 15px 0 0;
}
.header .navs-item .right-action .search-nav .btn-search:hover {
  color: #6e6e6e;
}
.header .navs-item .right-action .new-toggle-box {
  float: left;
  top: 2px;
  position: relative;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.header .navs-item .right-action .new-toggle-box .menu-toggle-btn:hover {
  color: #6e6e6e;
}
.header .navs-item .right-action .new-toggle-box .left-icon {
  font-size: 20px;
}
.header .short-col .social-media {
  display: inline-block;
  margin-top: 0;
}
.header .short-col .social-media a {
  padding: 0;
  color: #212121;
}
.header .short-col .social-media a:hover .left-icon {
  color: #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;
}
.header .short-col .social-media a .left-icon {
  width: 36px;
  height: 36px;
  font-size: 20px;
  border: 0 solid #737171;
  line-height: 36px;
  -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;
}
.header .main-nav {
  float: left;
}
.header .mobile-shortcuts {
  display: none;
}
.header .mobile-shortcuts .shortcut-box {
  float: none !important;
  margin: 0 auto;
  display: flex;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99999;
  background: #fff;
  justify-content: center;
  left: 0;
  border-top: 0;
  padding-top: 10px;
  padding-bottom: 5px;
  -webkit-box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
}
.header .mobile-shortcuts .shortcut-box a {
  width: 25%;
  text-align: center;
  padding-left: 0;
}
.header .mobile-shortcuts .shortcut-box a .titles {
  font-size: 14px;
}
.header .mobile-shortcuts .shortcut-box a .left-icon {
  position: relative;
  left: 0;
  margin: 0 auto 5px auto;
  width: 20px;
  height: 20px;
}
.header .mobile-shortcuts .shortcut-box .epaper-link {
  display: none;
}

.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 .date-center {
  margin-top: -102px !important;
  margin-bottom: 80px !important;
}
.logo-box.mobile-menu-box {
  display: none;
}
.logo-box a {
  display: table;
  margin: 0 auto;
}
.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: 600;
  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: 600;
}
.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: #da1f3d;
}
.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: #1977f3;
}
.main-social a.twitter {
  background: #00aced;
}
.main-social a.youtube {
  background: #bb0000;
}
.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: #da1f3d;
  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 {
  display: flex;
  align-items: center;
  padding: 15px 0;
}
.header .headerbox {
  margin-top: 0;
  padding: 0;
  align-items: center;
}
.header .headerbox .items .navs-item {
  float: none;
  display: table;
  margin: 0 auto;
  position: relative;
}
.header .headerbox .items .navs-item .navigation_box.mains ul {
  margin-bottom: 0;
}
.header .headerbox .items .navs-item .new-toggle-box {
  display: inline-block;
}
.header .headerbox .logo-box {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 auto;
  display: table;
}
.header .headerbox .logo-box .logo-item {
  display: table;
  margin: 0 auto;
}
.header .headerbox .logo-box .logo-item img {
  margin: 0 auto;
  display: block;
}
.header .headerbox .logo-box .navs-item {
  float: right;
  margin-left: 0;
  padding-right: 110px;
  position: relative;
}
.header .headerbox .logo-box .navs-item .navigation_box.mains ul {
  margin-bottom: 0;
}
.header .headerbox .logo-box .search-nav {
  position: absolute;
  right: 15px;
  display: flex;
  top: 2px;
  align-items: center;
}
.header .headerbox .logo-box .search-nav .btn {
  margin-top: 0;
}
.header .headerbox .logo-box .search-nav .search-only {
  float: left;
  margin-right: 0;
}
.header .headerbox .logo-box .search-nav .search-only .search-btn {
  display: block;
}
.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: #073b87;
  line-height: 19px;
  display: block;
}

.top-bar {
  background: #fff;
  padding: 7px 0;
}
.top-bar .call-box {
  border: 0;
  margin: 0;
  float: right;
}
.top-bar .hotline .call-box {
  text-align: center;
}
.top-bar .hotline .call-box .call-num .left-icon {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.top-bar .top-currency .call-box .lang-box {
  float: left;
}
.top-bar .contact-top .call-box .lang-box a {
  margin-left: 15px;
}
.top-bar .call-box {
  display: block;
}
.top-bar .call-box .social-media {
  float: right;
  margin-top: 0;
}
.top-bar .call-box .social-media a {
  padding: 0;
  color: #111;
}
.top-bar .call-box .social-media a:hover .left-icon {
  color: #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;
}
.top-bar .call-box .social-media a .left-icon {
  width: 36px;
  height: 36px;
  font-size: 18px;
  border: 0 solid #737171;
  line-height: 36px;
  -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-bar .call-box .call-num {
  font-size: 14px;
  font-weight: 400;
  color: #111;
}
.top-bar .call-box .call-num .left-icon {
  font-size: 18px;
  position: relative;
  top: 0;
  margin-right: 5px;
  color: #da1f3d;
}
.top-bar .call-box .call-num .call-title {
  font-weight: 700;
}
.top-bar .call-box .phone-email .contact-line {
  font-size: 12px;
  margin-right: 36px;
  color: #666;
}
.top-bar .call-box .phone-email .contact-line .left-icon {
  font-size: 9px;
  margin-right: 7px;
  position: relative;
  top: 0;
  color: #fff;
  background: #f1b209;
  color: #fff;
  width: 19px;
  height: 19px;
  text-align: center;
  line-height: 19px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.top-bar .call-box .phone-email a {
  font-size: 12px;
}
.top-bar .call-box .phone-email .lang-btn {
  border: 0;
  padding: 0;
  margin: 0;
  float: none;
  font-size: 12px;
  color: #111;
  padding: 0 10px;
  border: 0;
  height: 34px;
  background: transparent url("../images/arrow-down-black.svg") no-repeat 100% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 8px;
}
.top-bar .call-box .phone-email .lang-btn:after {
  right: 0;
}
.top-bar .call-box .phone-email .lang-btn .nice-select .list {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.top-bar .call-box .phone-email .lang-btn .nice-select:after {
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  width: 5px;
  height: 5px;
  margin-top: -4px;
  top: 20px;
}
.top-bar .call-box .phone-email .lang-btn .nice-select .option {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 34px;
  min-height: 34px;
  color: #111;
  border-top: 1px solid #ddd;
}
.top-bar .call-box .phone-email .lang-btn .nice-select .option:nth-child(1) {
  border-top: 0;
}

.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: #111;
  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: #073b87 !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: #111;
}

.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 .get-news-alert .newsletter-btn, .get-news-alert .header .site-search .newsletter-btn, .header .site-search .feedback .select, .feedback .header .site-search .select, .header .site-search .feedback .textarea, .feedback .header .site-search .textarea {
  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 {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.3);
}
.header .site-search ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.3);
}
.header .site-search :-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.3);
}
.header .site-search :-moz-placeholder {
  /* Firefox 18- */
  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: #073b87;
}
.newsticker-box .bn-news ul li {
  padding-left: 20px;
}
.newsticker-box .bn-news ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #073b87;
  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: #073b87;
  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: #696969;
}

.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 .navigation_box.mains {
  float: none;
}
.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: #073b87;
  -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: #47bff3;
  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: #47bff3;
  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;
}

.new-toggle-box {
  height: 30px;
  position: absolute;
  text-align: left;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
  height: auto;
  align-items: center;
}
.new-toggle-box .menu-toggle-btn {
  position: relative;
  top: 0;
  left: 0;
  line-height: 0;
}
.new-toggle-box .menu-toggle-btn:hover .menu-icon .bar-line:last-child() {
  width: 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;
}
.new-toggle-box .menu-toggle-btn .menu-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #212121;
  line-height: 18px;
  position: relative;
  top: -2px;
}
.new-toggle-box .menu-toggle-btn .menu-icon {
  width: 30px;
  margin-left: 0;
  display: inline-block;
}
.new-toggle-box .menu-toggle-btn .menu-icon .bar-line {
  width: 100%;
  display: inline-block;
  background: #111;
  margin-top: 4px;
  -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;
}
.new-toggle-box .menu-toggle-btn .menu-icon .bar-line:nth-child(1) {
  margin-top: 0;
}
.new-toggle-box .menu-toggle-btn .menu-icon .bar-line:last-child {
  width: 100%;
}
.new-toggle-box .menu-toggle-btn .menu-icon .bar-line {
  height: 2px;
}

.new-toggle-box {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: auto;
}
.new-toggle-box .menu-toggle-btn {
  color: #fff;
}

.header .logo-item .cart-right {
  display: none;
}

.cart-top-right .cart-right {
  float: right;
}

.header-active {
  -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-mobile-icon {
  font-size: 17px;
  color: #999;
  position: absolute;
  top: 50%;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  right: 80px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

.wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  background: #fff;
  z-index: 2;
}

.shortcut-box {
  float: right;
}
.shortcut-box.lang-switcher {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -30px;
}
.shortcut-box a {
  display: inline-block;
  margin-left: 10px;
  color: #111;
  position: relative;
  top: 2px;
}
.shortcut-box a.unicode-nav {
  padding-left: 40px;
  top: 0;
}
.shortcut-box a.unicode-nav .left-icon {
  position: absolute;
  left: 0;
}
.shortcut-box a.unicode-nav .titles {
  font-weight: 400;
}
.shortcut-box a.lang-btn {
  top: 0;
}
.shortcut-box a.lang-btn .left-icon {
  background: #cdcdcd;
  color: #111;
  font-weight: 700;
  font-size: 14px;
}
.shortcut-box a.lang-btn:hover {
  color: #111;
}
.shortcut-box a:hover .left-icon {
  color: #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;
  border: 1px solid #999999;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.shortcut-box a .left-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 32px;
  font-size: 18px;
  border: 1px solid #fff;
  -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;
}
.shortcut-box a.mobile-search {
  display: none;
}
.shortcut-box .navigation_box.mains {
  float: left;
}
.shortcut-box .navigation_box ul li a,
.shortcut-box .navigation_box ul li.dropdown.open a {
  color: #111 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-family: "Mukta", serif;
  padding-top: 2px !important;
  padding-right: 20px !important;
  margin-left: 0;
  padding: 0 27px 0 19px !important;
  border: 1px solid #111;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.shortcut-box .navigation_box ul li.dropdown .dropdown-toggle:before,
.shortcut-box .navigation_box ul li.dropdown.open .dropdown-toggle:before {
  color: #111 !important;
  top: 10px;
  right: 14px;
}
.shortcut-box .navigation_box ul li a:hover,
.shortcut-box .navigation_box ul li.dropdown.open a:hover {
  color: #111 !important;
}
.shortcut-box .navigation_box ul li.dropdown .dropdown-menu {
  padding: 5px !important;
  min-width: 5em !important;
  text-align: center;
}
.shortcut-box .navigation_box ul li.dropdown .dropdown-menu a {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.shortcut-box.new-shortcuts a {
  font-family: "Teko", sans-serif;
  margin-left: 24px;
}
.shortcut-box.new-shortcuts a .titles {
  font-family: "Teko", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.shortcut-box.new-shortcuts a {
  padding-left: 32px;
}
.shortcut-box.new-shortcuts a .left-icon {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: absolute;
  left: 0;
  width: 27px;
  height: 27px;
}
.shortcut-box.new-shortcuts a:hover .left-icon {
  border: 0;
}

.search-nav {
  float: right;
  margin-top: 5px;
}
.search-nav .btn-search {
  font-size: 21px;
  color: #111;
}

.date-time {
  overflow: hidden;
}
.date-time iframe {
  float: left;
  margin-left: -10px;
  height: 33px;
}

.popular-box {
  display: inline-block;
  width: 100%;
  height: 28px !important;
  position: relative;
}
.popular-box .bn-label {
  background: #fff;
  font-size: 17px;
  padding-left: 0;
  padding-right: 10px;
}
.popular-box .bn-label .left-icon {
  font-size: 12px;
  margin-left: 8px;
  position: relative;
  top: -1px;
}
.popular-box .bn-news {
  top: 5px;
}
.popular-box .bn-news .popular-list {
  margin: 0;
  padding: 0;
  display: flex;
}
.popular-box .bn-news .popular-list li {
  list-style: none;
  display: inline-block;
  text-overflow: unset;
  overflow: visible !important;
}
.popular-box .bn-news .popular-list li a {
  font-size: 14px;
  font-weight: 700;
  color: #777;
  line-height: 18px;
  padding: 0 15px;
}
.popular-box .bn-news .popular-list li a:hover {
  color: #111;
}

.breaking-alert {
  background: #da1f3d;
  padding: 10px 20px;
  margin: 10px auto 10px auto !important;
  width: 100%;
  float: left;
  align-items: center;
  width: 100%;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  position: relative;
}
.breaking-alert .breaknews-box {
  float: left;
  width: calc(100% - 50px);
}
.breaking-alert .breaknews-box .break-slider {
  padding-right: 90px;
}
.breaking-alert .slick-next {
  right: 0 !important;
  left: auto !important;
  top: 50%;
  background: none !important;
  border: 1px solid #fff !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.breaking-alert .slick-next:before {
  color: #fff !important;
}
.breaking-alert .slick-next:hover {
  background: #fff !important;
  border-color: #fff !important;
}
.breaking-alert .slick-next:hover:before {
  color: #111 !important;
}
.breaking-alert .slick-prev {
  right: 40px !important;
  left: auto !important;
  top: 50%;
  background: none !important;
  border: 1px solid #fff !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.breaking-alert .slick-prev:before {
  color: #fff !important;
}
.breaking-alert .slick-prev:hover {
  background: #fff !important;
  border-color: #fff !important;
}
.breaking-alert .slick-prev:hover:before {
  color: #111 !important;
}
.breaking-alert .titles {
  display: inline-block;
  margin-right: 15px;
  color: #fff;
}
.breaking-alert .titles.break-title {
  border-right: 0 solid #fff;
  padding-right: 25px;
  font-family: "Mukta", serif;
  font-weight: 700;
  line-height: 22px;
  position: relative;
}
.breaking-alert .titles.break-title .alert-flick {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 8px;
  right: 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  animation: alert-red 1s infinite;
}
.breaking-alert .titles.breaking-news-title {
  line-height: 32px;
  position: relative;
  top: 4px;
  font-size: 22px;
}
.breaking-alert .titles a {
  color: #fff;
}
.breaking-alert .titles a:hover {
  color: #fff !important;
  text-decoration: underline;
}
.breaking-alert .left-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 37px;
  height: 37px;
  border: 1px solid #c20425;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  -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%);
  background: #212121;
  cursor: pointer;
}
.breaking-alert .left-icon:hover {
  background: #da1f3d;
  border-color: #da1f3d;
}
.breaking-alert:nth-child(1) {
  margin-top: 0;
}

.mobile-header {
  display: none;
  width: 100%;
  position: relative;
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mobile-header .logo-item {
  float: left;
  margin-top: 5px;
}
.mobile-header .logo-item img {
  height: 30px;
  display: block;
}
.mobile-header .control-side {
  float: right;
}
.mobile-header .control-side .shortcut-box {
  float: left;
}
.mobile-header .control-side .search-nav {
  float: left;
  margin-left: 20px;
  margin-top: 0;
}
.mobile-header .control-side .new-toggle-box {
  margin-left: 20px;
  float: left;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

@keyframes alert-red {
  from {
    background: #c30000;
  }
  to {
    background: #f1b209;
  }
}
.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: #111;
  margin-right: 30px;
}
.navigation-box .login-section .contact-section .contact-icon .left-icon {
  color: #f1b209;
  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: #111 !important;
}
.navigation_box ul li a:hover {
  background: #fff !important;
  color: #f1b209 !important;
}
.navigation_box ul li a.selected {
  background: #fff !important;
  color: #f1b209 !important;
}
.navigation_box ul li a.show a {
  background: #fff;
  color: #222 !important;
}
.navigation_box ul li a.show a:hover {
  background: #da1f3d !important;
  color: #fff;
}
.navigation_box ul li.open a {
  background: #fff;
  color: #f1b209 !important;
}
.navigation_box ul li.open a:hover {
  background: #fff !important;
  color: #f1b209 !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: #073b87 !important;
  color: #fff !important;
}
.navigation_box ul li a {
  font-size: 16px;
  color: #073b87;
  font-weight: 400;
  padding: 5px 20px;
  display: block;
  line-height: 32px;
}
.navigation_box ul li a.selected {
  background: #da1f3d;
  color: #d13938;
}
.navigation_box ul li a:hover {
  background: #da1f3d;
  color: #fff;
}
.navigation_box ul li.active a {
  color: #073b87 !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: #222222;
  color: #fff;
}
.top-nav-box .navigation_box ul li a.active-nav {
  background: #222222;
  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: #111;
}

.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: #111 !important;
}
.menu-box .navigation_box ul li a.selected {
  color: #f1b209 !important;
}
.menu-box .navigation_box ul li a:hover {
  color: #f1b209 !important;
  background: #073b87 !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: #111 !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: #073b87;
  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: #073b87;
  border-color: #073b87;
  -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: #073b87 !important;
}

.navigation_box ul li.menu-item-type-post_type.current-team-parent a {
  color: #073b87;
}

.navigation_box ul li ul li.current_page_item.active a {
  color: #073b87 !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: #073b87 !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: #073b87 !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: #111 !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: #073b87 !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: #073b87 !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: #111;
  -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 #da1f3d;
  -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: #073b87;
  -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: 600;
  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: #111;
  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;
  background: white-bg;
  -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: #111;
  -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: #111;
  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;
}
.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 {
  text-align: left;
}
.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: #fff;
  font-size: 28px;
  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: 20px;
  color: #111;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: block;
  margin-top: 0;
  line-height: 50px;
}
.close-box img {
  display: block;
}

.primary-panel {
  width: 300px;
  height: 100%;
  background: #111;
  background-size: cover;
  position: fixed;
  top: 0;
  z-index: 99999;
  left: -300px;
  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: #111;
  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: #111;
  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);
}
.primary-panel .items {
  margin-top: 15px;
  display: inline-block;
  width: 100%;
}
.primary-panel .items .titles {
  color: #aaa;
  font-family: "Teko", sans-serif;
  font-size: 20px;
  line-height: 26px;
}
.primary-panel .items .normal-nav li a {
  padding: 10px 0 !important;
  line-height: 14px !important;
  font-size: 14px !important;
  color: #111 !important;
  height: auto;
  font-weight: 400;
  display: block;
}
.primary-panel .items .normal-nav li a:hover {
  color: #6e6e6e !important;
}
.primary-panel .items .social-media {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  margin-left: 0;
}
.primary-panel .items .social-media a {
  padding: 0;
  color: #fff;
  margin-left: 14px;
}
.primary-panel .items .social-media a:nth-child(1) {
  margin-left: 0;
}
.primary-panel .items .social-media a:hover .left-icon {
  color: white-bg;
  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;
}
.primary-panel .items .social-media a .left-icon {
  width: 30px;
  height: 30px;
  font-size: 13px;
  border: 1px solid #aaa;
  line-height: 30px;
  color: #aaa;
  -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;
}

.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;
}

.menu-box {
  height: calc(100% - 75px);
  overflow: auto;
}
.menu-box .cart-right {
  float: none;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
.menu-box .cart-right li {
  list-style: none;
  margin-left: 40px;
  position: relative;
  display: inline-block;
}
.menu-box .cart-right li .left-icon {
  font-size: 17px;
}
.menu-box .cart-right li:nth-child(1) {
  margin-left: 0;
}
.menu-box .cart-right li .call-title {
  position: relative;
  left: 0;
}
.menu-box .cart-right li .call-title .left-icon {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 14px;
  color: #c30000;
}
.menu-box .cart-right li .call-title .title-call {
  font-size: 12px;
  font-weight: 700;
  font-family: "Mukta", serif;
  display: block;
  line-height: 18px;
  margin-left: 20px;
}
.menu-box .cart-right li .phone-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  margin-top: 0px;
  color: #c30000;
  display: block;
}
.menu-box .cart-right li.call-nav {
  padding-left: 0;
}

.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: 16px;
}
.lg-sub-html h4 p {
  font-size: 12px;
  font-weight: 400;
  display: block;
  margin: 0;
}

.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: #f1b209 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 #f1b209;
  border-color: #0f75bc transparent #f1b209 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;
}

.preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100vw;
  height: 100vh;
  background: #1d1d1d;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 99999999999999;
}

.preloader_inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 4em;
  height: 4em;
  line-height: 4em;
  text-align: center;
  font-size: 150px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: #fff;
}

.page-new {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4em;
  line-height: 1em;
  text-align: center;
  font-size: 1em;
  font-family: monospace;
  font-weight: 300;
  color: #4e4e51;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}

.show {
  visibility: visible !important;
  opacity: 1 !important;
  transition: all 0.5s ease;
}

.search-pop .modal-dialog {
  height: 100%;
  display: flex;
  align-items: center;
}
.search-pop .modal-dialog .modal-content {
  height: auto;
}
.search-pop .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.search-pop .modal-dialog .modal-content .modal-header {
  position: fixed;
  top: 0;
  right: 0;
}

.allow-block .modal-header img {
  position: relative;
  left: 0;
  top: 0;
  max-width: 166px;
  margin: 0 auto;
}
.allow-block .allow-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  font-family: "Mukta", serif;
  color: #999999;
}
.allow-block .allow-title span {
  color: #111;
}
.allow-block .description {
  line-height: 23px;
  font-size: 16px;
}
.allow-block .modal-header,
.allow-block .modal-footer {
  border: 0;
}
.allow-block .modal-dialog {
  max-width: 320px;
}
.allow-block .modal-header {
  padding-bottom: 0;
}
.allow-block .modal-footer {
  justify-content: center;
}
.allow-block .modal-footer .no-thanks {
  background: none;
  color: #999999;
  font-size: 16px;
  font-weight: 700;
  border: 0;
  text-decoration: underline;
  font-family: "Mukta", serif;
}
.allow-block .modal-footer .no-thanks:hover {
  text-decoration: none;
}
.allow-block .modal-footer .allow {
  background: #111;
  color: #fff;
  font-family: "Mukta", serif;
  font-size: 16px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  border: 0;
  font-weight: 700;
  padding-left: 20px;
  padding-right: 20px;
}
.allow-block .modal-footer .allow:hover {
  background: #ccc;
  color: #111;
}

.alert-icon {
  display: table;
  margin: 0 auto;
  width: 64px;
  height: 64px;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 64px;
  border-radius: 50px;
  font-size: 30px;
}

.quick-pop.bmi-box .modal-dialog {
  max-width: 320px;
}
.quick-pop.bmi-box .modal-dialog .modal-content {
  background: #eaeaea;
}
.quick-pop.bmi-box .modal-dialog .modal-content .modal-body {
  padding: 0 25px;
}
.quick-pop.bmi-box .modal-dialog .modal-header {
  padding-left: 25px;
  padding-right: 25px;
}
.quick-pop.bmi-box .modal-dialog .modal-header .cat-title {
  font-family: "Teko", sans-serif;
}

.slide-box {
  float: left;
  width: 100%;
  position: relative;
  height: calc(100vh - 90px);
}
.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: "Mukta", 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: "Mukta", serif;
  text-shadow: 0 1px 1px #111;
}
.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: "Mukta", 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: #111;
  -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: rgb(255, 255, 255) !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: rgb(255, 255, 255) !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: #111;
  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: #111 !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: #073b87;
  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: #da1f3d !important;
}

.service-slider .post-items .service-boundary {
  min-height: 300px;
}
.service-slider .post-items .service-boundary .description {
  margin-top: 20px;
}
.service-slider .post-items .service-boundary .titles.post-title {
  font-size: 20px;
  line-height: 26px;
}
.service-slider .post-items .service-boundary .icon-img {
  width: 69px;
  height: 69px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 15px 0 0;
  background: #999;
  -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;
}
.service-slider .post-items .service-boundary .icon-img svg {
  width: 27px;
  height: 27px;
}
.service-slider .post-items .service-boundary .icon-img svg * {
  fill: #c30000 !important;
}
.service-slider .post-items a:hover .icon-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;
  background: #c30000;
}
.service-slider .post-items a:hover .icon-img svg * {
  fill: #fff !important;
}

.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: #073b87;
}
.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: #073b87;
}
.partner-slider .items .more-link {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #da1f3d;
  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: rgb(38, 81, 156) !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: rgb(38, 81, 156) !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: #073b87 !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: #111 !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: #111 !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 .partner-slider .owl-next, .partner-slider .testimonial-slider .owl-next {
  font-size: 30px !important;
  background: none !important;
  color: #111 !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 .partner-slider .owl-next:hover, .partner-slider .testimonial-slider .owl-next:hover {
  background: none !important;
  color: #111 !important;
  opacity: 1;
  filter: alpha(opacity=100);
}

.section.home-slide {
  padding: 0;
}
.section.home-slide .home-slider {
  -webkit-border-radius: 50px 0 0 0;
  -moz-border-radius: 50px 0 0 0;
  -ms-border-radius: 50px 0 0 0;
  border-radius: 50px 0 0 0;
  overflow: hidden;
}
.section.home-slide .home-slider .slick-dots {
  position: absolute;
  right: 30px;
  width: auto;
  bottom: 60px;
}
.section.home-slide {
  background-size: cover;
  margin-top: 0;
  position: relative;
}
.section.home-slide .items {
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
}
.section.home-slide .slick-initialized .items {
  opacity: 1;
  filter: alpha(opacity=100);
}
.section.home-slide {
  align-items: center;
}
.section.home-slide .img-slide:before {
  content: "";
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  background: rgba(0, 0, 0, 0.28);
}
.section.home-slide .img-slide video {
  width: 100%;
  height: calc(100vh - 116px);
  display: block;
  object-fit: cover;
}
.section.home-slide .img-slide .slide-img {
  height: 636px;
  object-fit: cover;
  display: block;
  width: 100%;
  -webkit-border-radius: 40px 40px 235px 40px;
  -moz-border-radius: 40px 40px 235px 40px;
  -ms-border-radius: 40px 40px 235px 40px;
  border-radius: 40px 40px 235px 40px;
  transform: scale3d(1, 1, 1);
  transition: opacity 0.5s ease 0.2s, transform 5s ease 0.2s;
}
.section.home-slide .titles.tag-title {
  color: #111;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 34px;
}
.section.home-slide .titles.slide-title {
  font-size: 49px;
  font-weight: 700;
  font-family: "Mukta", serif;
  line-height: 59px;
  max-width: 874px;
  color: #212121;
  padding-right: 80px;
}
.section.home-slide .titles.summary-title {
  max-width: 875px;
  margin-top: 33px;
  font-weight: 400;
  color: #f5f5f5;
  font-size: 16px;
  padding-right: 80px;
  line-height: 26px;
  font-family: "Mukta", serif;
}
.section.home-slide .btn.rounded-btn {
  margin-top: 33px;
}
.section.home-slide .slick-active .slide-img {
  animation: fadeIn 1.5s;
}
.section.home-slide .slick-active .titles.tag-title {
  animation: fadeInUp 1.5s;
}
.section.home-slide .slick-active .titles.slide-title {
  animation: fadeInUp 1.5s;
}
.section.home-slide .slick-active .titles.summary-title {
  animation: fadeInUp 1.5s;
}
.section.home-slide .slick-active .btn.rounded-btn {
  animation: fadeIn 3.4s;
}
.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%;
}

.slick-next {
  background: #fff !important;
  width: 30px;
  height: 30px;
  border: 0px solid #212121;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  color: #212121;
  top: auto;
  margin: 0;
  top: 50%;
  right: 30px !important;
  z-index: 9998;
  -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;
}
.slick-next:before {
  content: "\f061";
  color: #111;
  font-size: 13px;
  font-family: "Font Awesome 5 Pro";
}
.slick-next:hover {
  border-color: #212121;
  background: #da1f3d !important;
}
.slick-next:hover:before {
  color: #fff !important;
}
.slick-next:hover {
  color: #fff !important;
}
.slick-next.slick-disabled {
  display: none !important;
}

.slick-prev {
  background: #fff !important;
  width: 30px;
  height: 30px;
  border: 0 solid #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  color: #212121;
  margin: 0;
  z-index: 90;
  left: 30px !important;
  top: 50%;
  bottom: 10px;
  -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;
  right: 0;
}
.slick-prev:before {
  content: "\f060";
  color: #111;
  font-size: 13px;
  font-family: "Font Awesome 5 Pro";
}
.slick-prev:hover {
  border-color: #212121;
  background: #da1f3d !important;
}
.slick-prev:hover:before {
  color: #fff !important;
}
.slick-prev:hover {
  color: #fff !important;
}
.slick-prev.slick-disabled {
  display: none !important;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
  z-index: 90;
}

.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 {
  width: 7px;
  height: 7px;
  border: 1px solid #fff !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f1b209;
  border-color: #f1b209 !important;
}

.service-box .swiper-button-prev {
  margin-top: -25px;
}
.service-box .swiper-button-next {
  margin-top: -25px;
}

.services-new-slider {
  padding-bottom: 40px;
}
.services-new-slider .slick-track {
  padding-bottom: 50px;
}
.services-new-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;
}

.swiper .swiper-pagination {
  left: 50%;
  width: auto;
  top: auto;
  bottom: 42px;
  -webkit-transform: translateX(-50% 0);
  -moz-transform: translateX(-50% 0);
  -ms-transform: translateX(-50% 0);
  -o-transform: translateX(-50% 0);
  transform: translateX(-50% 0);
}

.slick-dots {
  bottom: 30px;
}
.slick-dots li {
  width: auto;
  height: auto;
}
.slick-dots li button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0 solid #ccc;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  text-indent: -9999px;
  background: #ccc;
}
.slick-dots li button:bofore {
  display: none;
}
.slick-dots li.slick-active button {
  background: #c30000;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.team-slider .slick-dots {
  bottom: -20px;
}

.testimonial-slider.normal-slider .slick-dots {
  bottom: 0;
  text-align: left;
  padding: 0 5px;
  margin-top: 0;
}
.testimonial-slider .items {
  padding-bottom: 30px;
}
.testimonial-slider .items .story-boundary {
  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;
}
.testimonial-slider .items .media {
  align-items: center;
  margin-bottom: 20px;
}
.testimonial-slider .items .article-img {
  margin-right: 20px;
}
.testimonial-slider .items .article-img img {
  width: 94px;
  height: 94px;
  display: block;
  margin: 0 auto;
  object-fit: cover;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.testimonial-slider .items .title-name {
  font-size: 28px;
  line-height: 36px;
  display: block;
}
.testimonial-slider .items .address-line {
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
  display: block;
  color: #f5f5f5;
}
.testimonial-slider .items .description {
  margin-top: 24px;
  font-size: 14px;
  color: #f5f5f5;
  line-height: 26px;
  margin: 20px auto 0 auto;
  display: block;
  font-weight: 400;
}

.testimonials-list {
  columns: 3;
  column-gap: 25px;
}
@media (max-width: 1200px) {
  .testimonials-list {
    columns: 3;
  }
}
@media (max-width: 992px) {
  .testimonials-list {
    columns: 2;
  }
}
@media (max-width: 575px) {
  .testimonials-list {
    columns: 1;
  }
}
.testimonials-list .items {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 75px;
}
.testimonials-list .items:hover .article-img img {
  -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: 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;
}
.testimonials-list {
  display: inline-block;
  width: 100%;
}
.testimonials-list .story-boundary {
  -webkit-border-radius: 40px 170px 40px 40px;
  -moz-border-radius: 40px 170px 40px 40px;
  -ms-border-radius: 40px 170px 40px 40px;
  border-radius: 40px 170px 40px 40px;
  padding: 40px;
  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;
}
.testimonials-list .media {
  align-items: center;
  margin-top: -65px;
}
.testimonials-list .article-img {
  margin-bottom: 10px;
  margin-right: 0;
}
.testimonials-list .article-img img {
  width: 70px;
  height: 70px;
  display: block;
  margin: 0;
  object-fit: cover;
  border: 6px solid #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -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;
}
.testimonials-list .story-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #212121;
  display: block;
  font-family: "Mukta", serif;
}
.testimonials-list .address-title, .testimonials-list .contact-section .contact-list .items.info-item .address-item .address-line, .contact-section .contact-list .items.info-item .address-item .testimonials-list .address-line {
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
  display: block;
  color: #f5f5f5;
}
.testimonials-list .description {
  margin-top: 24px;
  font-size: 16px;
  color: #f5f5f5;
  line-height: 26px;
  max-width: 876px;
  margin: 20px auto 0 auto;
  display: block;
  font-weight: 400;
}

.partners-slider .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 10px;
}
.partners-slider .items .boundary-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
.partners-slider .items .boundary-box img {
  width: 100%;
  height: 85px;
  object-fit: contain;
  display: block;
}

.recent-updates.three-item-slider .items {
  margin-top: 0 !important;
}
.recent-updates.three-item-slider .slick-dots {
  bottom: 0;
  position: relative;
  margin-top: 30px;
}

@-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;
  }
}
.scroll-bottom {
  position: absolute;
  bottom: 33px;
  left: -20px;
  text-transform: uppercase;
  font-size: 11px;
  width: 100px;
  overflow: hidden;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.scroll-bottom .line-box {
  height: 1px;
  width: 100%;
  overflow: hidden;
}
.scroll-bottom .line-box .line-stroke {
  height: 1px;
  width: 100%;
  background: #111;
  width: 100%;
  top: 14px;
  left: 53px;
  position: absolute;
  animation: line-down 2s steps(100) infinite;
}

@keyframes line-down {
  0% {
    width: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    width: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.normal-slider .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 20px;
}

.facilities-slider .items:nth-child(even) .post-items .article-img {
  order: 2;
}
.facilities-slider .items:nth-child(even) .post-items .titles.post-title {
  order: 1;
  margin-top: 50px;
  margin-bottom: 20px;
}
.facilities-slider .items .post-items a {
  display: flex;
  flex-wrap: wrap;
}
.facilities-slider .items .post-items a:hover .titles.post-title {
  color: #e3dfdf !important;
}
.facilities-slider .items .post-items a:hover .article-img img {
  -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;
}
.facilities-slider .items .post-items .article-img img {
  height: 430px;
  -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;
}
.facilities-slider .items .post-items .article-img:before {
  display: none;
}
.facilities-slider .items .post-items .titles.post-title {
  margin-top: 20px;
  margin-bottom: 50px;
}

.about-slider .post-items .article-img img {
  height: 620px;
}

.home-slider {
  padding: 0 20px;
}
.home-slider .row {
  align-items: center;
}

.slick-track {
  margin: 0;
}

.gallery-slider .items {
  margin-top: 0 !important;
}

.featured-slider {
  overflow: hidden;
}
.featured-slider .featured-post .article-img .feat-thumb {
  position: relative;
}
.featured-slider .featured-post .article-img .feat-thumb:before {
  content: "";
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0.1) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.featured-slider .featured-post .article-img {
  position: relative;
}
.featured-slider .featured-post .article-img .news-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
}
.featured-slider .featured-post .article-img .news-info .titles {
  font-size: 24px;
  line-height: 32px;
}
.featured-slider .featured-post .article-img .news-info .titles a {
  color: #fff;
}
.featured-slider .featured-post .article-img .news-info .titles a:hover {
  color: #ddd !important;
}
.featured-slider .featured-post .article-img .news-info .date-line {
  color: #fff;
}
.featured-slider .slick-prev {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 0;
  right: 38px;
  top: -38px;
  bottom: auto;
  background: rgba(0, 0, 0, 0.9) !important;
}
.featured-slider .slick-prev:before {
  color: #fff;
}
.featured-slider .slick-prev {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  left: auto !important;
}
.featured-slider .slick-next {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 0;
  top: -38px;
  bottom: auto;
  right: 0 !important;
  left: auto !important;
  background: rgba(0, 0, 0, 0.9) !important;
}
.featured-slider .slick-next:before {
  color: #fff;
}
.featured-slider .slick-next {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.featured-slider:hover .slick-prev, .featured-slider:hover .slick-next {
  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;
}

.slick-slider .col,
.photo-slider .col {
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}
.slick-slider.slick-initialized .col,
.photo-slider.slick-initialized .col {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
}

.slider-box {
  overflow: hidden;
  width: 100%;
  display: inline-block;
}
.slider-box .slick-prev {
  right: 45px !important;
  top: -38px;
  bottom: auto;
  left: auto !important;
  width: 27px;
  height: 27px;
  background: none !important;
}
.slider-box .slick-prev:before {
  font-size: 10px;
  line-height: 9px;
}
.slider-box .slick-prev:hover {
  background: #ff4900 !important;
  border-color: #777;
}
.slider-box .slick-next {
  right: 13px !important;
  top: -38px;
  bottom: auto;
  left: auto !important;
  width: 27px;
  height: 27px;
  background: none !important;
}
.slider-box .slick-next:before {
  font-size: 10px;
  line-height: 9px;
}
.slider-box .slick-next:hover {
  background: #777 !important;
  border-color: #777;
}

.dark-bg .slider-box .slick-next {
  border-color: #aaa;
}
.dark-bg .slider-box .slick-next:before {
  color: #fff;
}
.dark-bg .slider-box .slick-next:hover {
  border-color: #777;
}
.dark-bg .slider-box .slick-prev {
  border-color: #aaa;
}
.dark-bg .slider-box .slick-prev:before {
  color: #fff;
}
.dark-bg .slider-box .slick-prev:hover {
  border-color: #777;
}

.photo-news-slider .boundary-box {
  background: #fff;
  min-height: 260px;
}
.photo-news-slider .boundary-box .media-body {
  padding: 0 10px 10px 10px;
}
.photo-news-slider .boundary-box .titles {
  font-size: 15px;
  font-weight: 400;
  color: #111;
  line-height: 23px;
}

.story-slider {
  padding-right: 120px;
  position: relative;
  top: 8px;
}
.story-slider .slick-track {
  padding-top: 2px;
}
.story-slider .items {
  text-align: center;
}
.story-slider .items .article-img {
  display: table;
  margin: 0 auto;
  padding: 2px;
  position: relative;
  border: 0 solid #fff;
  background-clip: padding-box;
  background: #ccc;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.story-slider .items .article-img:after {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 0;
  left: 1px;
  z-index: -1;
  margin: -2px;
}
.story-slider .items a:hover .titles {
  color: #da1f3d !important;
}
.story-slider .items img {
  width: 74px;
  height: 74px;
  object-fit: cover;
  display: block;
  padding: 5px;
  background: #fff;
  border-width: 5px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.story-slider .items .titles {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 80%;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin: 10px auto 0 auto;
  display: inline-block;
  white-space: nowrap;
}
.story-slider .items.latest-story .article-img {
  background: transparent;
}
.story-slider .items.latest-story .article-img:after {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  border: 2px dashed #ccc;
  animation-name: rotate-item;
  animation-duration: 25s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.story-slider .slick-prev {
  position: absolute;
  top: 50%;
  left: 25px !important;
  background: #fff !important;
  width: 24px;
  padding: 0 !important;
  height: 24px;
  font-size: 8px !important;
  line-height: 24px !important;
  color: #111 !important;
  border: 2px solid #da1f3d !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;
  display: none !important;
}
.story-slider .slick-prev:hover {
  background: #111 !important;
  color: #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;
  left: 25px !important;
}
.story-slider .slick-next {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 40px;
  margin: 0 !important;
  background: #888 !important;
  width: 53px;
  height: 53px;
  padding: 0 !important;
  color: #fff !important;
  font-size: 23px !important;
  line-height: 61px !important;
  border: 0 solid #7f8181 !important;
  right: 40px !important;
  left: inherit !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;
  text-indent: -9999px;
}
.story-slider .slick-next:before {
  content: "\f105";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  text-indent: 0;
  font-size: 23px;
  font-weight: 300;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.story-slider .slick-next:hover {
  background: #111 !important;
  color: #fff !important;
  left: inherit !important;
}

@keyframes rotate-item {
  from {
    transform: rotate(-360deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.shorts-list.thumb-list .article-img {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.shorts-list.thumb-list .article-img img {
  aspect-ratio: unset;
  height: 400px;
  display: block;
}
.shorts-list.thumb-list .article-img .overlay-box {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  background: linear-gradient(rgba(0, 0, 0, 0) 1%, black 100%);
}
.shorts-list.thumb-list .article-img .overlay-box .titles {
  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;
  margin-top: 20px;
}
.shorts-list.thumb-list .article-img .overlay-box .date-line {
  color: #fff;
}
.shorts-list.thumb-list .article-img .overlay-box a:hover .titles {
  color: #ccc !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;
}
.shorts-list.shorts-full-list .items:nth-child(n+5) {
  margin-top: 30px;
}

.new-slider-box {
  overflow: hidden;
  width: 100%;
  display: inline-block;
}

.nl-slider {
  padding: 0 20px;
}
.nl-slider .slick-prev {
  left: 15px !important;
}
.nl-slider .slick-next {
  right: 15px !important;
}

.facebook-iframe-list .items:nth-child(n+4) {
  margin-top: 30px;
}
.facebook-iframe-list .items .article-img {
  margin: 0 !important;
}
.facebook-iframe-list .items .article-img iframe {
  width: 100% !important;
  aspect-ratio: 3/4;
  height: 493px !important;
  display: block;
}

.facebook-iframe-slider .items {
  margin-top: 0 !important;
}
.facebook-iframe-slider.normal-slider .slick-dots {
  margin-top: -20px;
}

a {
  color: #111;
  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: #6e6e6e;
  -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;
  will-change: transform;
}

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: "Mukta", serif;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #111;
  background: #111;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -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;
}

.pagination {
  margin: 30px 0 0 0;
  display: inline-block;
  width: 100%;
  padding: 15px 0 0 0;
  border-top: 1px solid #444;
  text-align: center;
  font-family: "Mukta", serif;
}
.pagination a {
  text-decoration: none;
  color: #777;
  padding: 0 10px;
  margin: 0 2px;
  font-size: 14px;
  display: inline-block;
  padding: 10px 13px;
  line-height: 14px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.pagination a:hover {
  color: #fff;
  background: rgba(220, 160, 100, 0.18);
}
.pagination .current {
  background: #da1f3d;
  text-decoration: none;
  color: #fff;
  margin: 0 0 0px 0;
  font-size: 14px;
  display: inline-block;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  font-weight: 400;
  border: 1px solid #da1f3d;
  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;
}

/*popup*/
.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: 800px;
  height: auto;
}

.modalbox .modal_content .imagebox .logobox img {
  max-width: 250px;
}

.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;
}

/*responsive part*/
@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: 0;
}

.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 .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, .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: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: #111;
  -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;
  display: block;
}

.sidebar {
  float: left;
  width: 100%;
  padding-right: 30px;
}

.sidebar li {
  border-bottom: 0 solid #e7e7e7;
  list-style: none;
  position: relative;
  padding: 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: #fff !important;
  height: auto;
  position: relative;
  font-weight: 500;
  font-family: "Karma", serif;
  position: relative;
  display: block;
  border-top: 1px solid #444;
  padding: 15px 0;
}
.sidebar li a.dropdown-toggle:before {
  top: 7px;
}
.sidebar li a:hover {
  color: #e3dfdf !important;
}
.sidebar li a .left-icon {
  display: inline-block;
  color: #111;
  margin-right: 10px;
  font-size: 18px;
  width: 24px;
  text-align: right;
  position: relative;
  top: 18px;
}
.sidebar li a.selected {
  color: #c30000 !important;
}
.sidebar li ul {
  padding-left: 0;
  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;
  background: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  top: 18px;
  left: 0;
  display: none;
}
.sidebar li ul li ul {
  padding-left: 20px;
}
.sidebar li ul li .arrow {
  top: 10px;
}
.sidebar li ul li a {
  padding: 10px 0 !important;
  line-height: 32px !important;
  font-size: 20px !important;
  color: #f5f5f5 !important;
  height: auto;
  font-weight: 400;
  text-transform: none;
  display: block;
}

.sidebar .arrow {
  position: relative;
  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 {
  margin-right: 30px;
}

.navigation_box ul li a {
  padding: 7px 0;
}
.navigation_box ul li a.home-menu {
  padding-left: 15px;
  padding-right: 15px;
}
.navigation_box ul li a.selected {
  color: #fff;
  background: #c30000;
}
.navigation_box ul li a:hover span:before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}

.navigation_box ul li a,
.navigation_box ul li a:hover,
.navigation_box ul li.dropdown.open a {
  background: none !important;
  color: #111 !important;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
  font-family: "Teko", sans-serif;
}
.navigation_box ul li a .dropdown-toggle:before,
.navigation_box ul li a:hover .dropdown-toggle:before,
.navigation_box ul li.dropdown.open a .dropdown-toggle:before {
  color: #111 !important;
}

.navigation_box ul li.dropdown.open .dropdown-toggle {
  color: #111 !important;
}

.navigation_box ul li a.selected,
.navigation_box ul li.open a.selected {
  color: #c30000 !important;
  background: none !important;
}
.navigation_box ul li a.selected:hover,
.navigation_box ul li.open a.selected:hover {
  color: #c30000 !important;
}

.navigation_box ul li.dropdown.open a {
  color: #111 !important;
}

.navigation_box ul li a:hover,
.navigation_box ul li.dropdown.open a:hover {
  color: #c30000 !important;
}

.navigation_box ul li.dropdown .dropdown-toggle:before {
  color: #111 !important;
}

.navigation_box ul li.dropdown.open .dropdown-toggle:before {
  color: #111 !important;
}

.navigation_box ul li.dropdown .dropdown-toggle.selected:before {
  color: #111 !important;
}

.navigation_box ul li.dropdown.open .dropdown-menu li a,
.navigation_box ul li.dropdown .dropdown-menu li a {
  color: #fff !important;
  font-size: 17px;
  text-transform: none;
  font-weight: 400 !important;
  font-family: "Mukta", serif;
}
.navigation_box ul li.dropdown.open .dropdown-menu li a:hover,
.navigation_box ul li.dropdown .dropdown-menu li a:hover {
  color: #aaa !important;
  background: #fff !important;
}

.dropdown .dropdown-toggle:before {
  top: 18px;
}

.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 {
  padding: 0;
  display: block;
}

.sidebar {
  float: left;
  width: 100%;
}

.sidebar li {
  border-bottom: 0 solid #e7e7e7;
  list-style: none;
  position: relative;
  padding: 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: 24px;
  color: #aaa !important;
  height: auto;
  font-family: "Teko", sans-serif;
  position: relative;
  font-weight: 500;
  position: relative;
  display: block;
  padding: 18px 0;
  border-color: #444;
}
.sidebar li a.dropdown-toggle:before {
  top: 7px;
}
.sidebar li a:hover {
  color: #fff !important;
}
.sidebar li a .left-icon {
  display: inline-block;
  color: #111;
  margin-right: 10px;
  font-size: 18px;
  width: 24px;
  text-align: right;
  position: relative;
  top: 18px;
}
.sidebar li a.selected {
  color: #fff !important;
}
.sidebar li ul {
  padding-left: 0;
}
.sidebar li ul li {
  display: block;
  width: 100%;
  padding: 0;
}
.sidebar li ul li ul {
  padding-left: 20px;
}
.sidebar li ul li .arrow {
  top: 10px;
}
.sidebar li ul li a {
  padding: 10px 0 !important;
  line-height: 26px !important;
  font-size: 18px !important;
  color: #aaa !important;
  height: auto;
  background: none;
  font-weight: 500;
  font-family: "Noto Sans Devanagari", sans-serif;
  display: block;
  border-top: 0 solid #ddd !important;
}
.sidebar li ul li a:hover {
  color: #fff !important;
  background: none;
}
.sidebar li ul li a.selected {
  color: #fff !important;
}
.sidebar li:nth-child(1) a {
  border-top: 0;
}

.sidebar .arrow {
  position: absolute;
  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: 16px;
  font-weight: 400;
  color: #fff !important;
}
.navigation_box ul li.dropdown.open .dropdown-menu li a:hover,
.navigation_box ul li.dropdown .dropdown-menu li a:hover {
  background: #212121 !important;
  color: #ccc !important;
}

.navigation_box ul li ul {
  background: #212121 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !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 {
  border: 0 !important;
}
.navigation_box ul li ul li a {
  padding: 9px 0 !important;
}

.navigation_box ul li.dropdown .dropdown-menu {
  padding: 15px 15px 15px 15px !important;
  min-width: 10rem !important;
}
.navigation_box ul li.dropdown .dropdown-menu li {
  margin-right: 0;
}
.navigation_box ul li.dropdown .dropdown-menu li a:hover {
  color: #f5f5f5 !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: #fff !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 ul li.dropdown .dropdown-toggle:before {
  color: #fff !important;
}

.navigation_box ul li.dropdown ul li.dropdown .dropdown-menu {
  left: calc(100% + 15px);
}

.navigation_box ul li.dropdown .dropdown-toggle.selected:before {
  color: #da1f3d !important;
}

.navigation_box ul li.dropdown {
  margin-right: 5px;
}

.navigation_box ul li {
  margin-right: 25px;
}

.editor-box {
  font-size: 18px;
  line-height: 28px;
  color: #212121;
  font-weight: 400;
  font-family: "Noto Sans Devanagari", sans-serif;
  width: 100%;
  display: inline-block;
  padding-bottom: 0;
  padding-top: 0;
}
.editor-box .most-read {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  max-width: 550px;
}
.editor-box .most-read .boundary-box {
  background: #1e1e1e;
  padding: 25px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
.editor-box .most-read .boundary-box .cat-name {
  margin-bottom: 15px;
}
.editor-box .most-read .boundary-box .cat-name span {
  padding-right: 30px;
}
.editor-box .most-read .boundary-box .cat-name span:after {
  top: 8px;
  border-top: 14px solid #da1f3d;
  border-right: 15px solid transparent;
}
.editor-box .most-read .boundary-box .most-read-list {
  padding: 0;
  margin: 0;
  display: block;
  text-indent: 0;
}
.editor-box .most-read .boundary-box .most-read-list li {
  list-style: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  margin-right: 0;
  padding: 0;
}
.editor-box .most-read .boundary-box .most-read-list li:nth-child(1) {
  margin-top: 0;
}
.editor-box .most-read .boundary-box .most-read-list li a {
  border: 1px solid #595959;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  padding: 10px 60px 10px 10px;
  display: block;
}
.editor-box .most-read .boundary-box .most-read-list li a .titles {
  color: #fff;
  line-height: 26px;
  -webkit-transition: 0.3s esse-in-out;
  -moz-transition: 0.3s esse-in-out;
  -o-transition: 0.3s esse-in-out;
  transition: 0.3s esse-in-out;
  display: block;
}
.editor-box .most-read .boundary-box .most-read-list li a:hover {
  text-decoration: none !important;
  border-color: #fff;
}
.editor-box .most-read .boundary-box .most-read-list li a:hover .titles {
  -webkit-transition: 0.3s esse-in-out;
  -moz-transition: 0.3s esse-in-out;
  -o-transition: 0.3s esse-in-out;
  transition: 0.3s esse-in-out;
  color: #eee !important;
}
.editor-box .most-read .boundary-box .most-read-list li a:hover .left-icon {
  background: #fff;
  color: #111 !important;
  -webkit-transition: 0.3s esse-in-out;
  -moz-transition: 0.3s esse-in-out;
  -o-transition: 0.3s esse-in-out;
  transition: 0.3s esse-in-out;
}
.editor-box .most-read .boundary-box .most-read-list li a .more-btn {
  position: absolute;
  right: 15px;
  top: 50%;
}
.editor-box .most-read .boundary-box .most-read-list li .left-icon {
  font-size: 14px;
  line-height: 20px;
  margin-top: 0;
  background: #da1f3d;
  color: #fff;
  width: 32px;
  height: 32px;
  line-height: 26px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  border-radius: 50px !important;
  -webkit-transition: 0.3s esse-in-out;
  -moz-transition: 0.3s esse-in-out;
  -o-transition: 0.3s esse-in-out;
  transition: 0.3s esse-in-out;
}
.editor-box .most-read .boundary-box .most-read-list li:before {
  display: none;
}
.editor-box .editor-bigyaapan-box {
  margin: 20px auto 20px auto;
  max-width: 900px;
}
.editor-box .editor-bigyaapan-box .bigyaapan-boundary {
  padding: 0;
}
.editor-box .editor-bigyaapan {
  margin-top: 0;
  margin-bottom: 0;
  justify-content: center;
}
.editor-box .editor-bigyaapan .items img {
  margin: 0 auto;
  display: block;
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.editor-box .ratio {
  margin-bottom: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  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: #f1b209;
  margin-right: 20px;
  margin-bottom: 0;
  float: left;
  font-family: "Mukta", serif;
}
.editor-box iframe {
  max-width: 100%;
  display: block;
  clear: both;
  margin: 10px auto 20px auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.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: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.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 10px 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: #666;
}
.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 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 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;
  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;
  text-indent: 2px;
}
.editor-box ol li h1,
.editor-box ol li h2,
.editor-box ol li h3,
.editor-box ol li h4,
.editor-box ol li h5,
.editor-box ol li h6 {
  display: inline;
}
.editor-box a {
  color: #da1f3d;
}
.editor-box a:hover {
  text-decoration: underline;
}
.editor-box em,
.editor-box i {
  font-style: italic;
}
.editor-box strong,
.editor-box b {
  font-weight: 700;
}
.editor-box h1,
.editor-box h2,
.editor-box h3,
.editor-box h4,
.editor-box h5,
.editor-box h6 {
  font-family: "Mukta", serif;
  font-weight: 700;
  word-break: break-word;
}
.editor-box h1 {
  color: #212121;
  margin: 15px 0;
  font-size: 42px;
  line-height: 53px;
}
.editor-box h2 {
  color: #212121;
  font-size: 36px;
  line-height: 46px;
  margin: 15px 0;
}
.editor-box h3 {
  color: #212121;
  margin: 15px 0;
  font-size: 32px;
  line-height: 42px;
}
.editor-box h4 {
  color: #212121;
  margin: 15px 0;
  font-size: 30px;
  line-height: 40px;
}
.editor-box h5 {
  color: #212121;
  margin: 15px 0;
  font-size: 26px;
  line-height: 36px;
}
.editor-box h6 {
  color: #212121;
  margin: 15px 0;
  font-size: 20px;
  line-height: 30px;
}
.editor-box blockquote {
  color: #fff;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 0;
  font-weight: 700;
  font-family: "Mukta", serif;
  position: relative;
  padding: 60px 40px 60px 100px;
  margin: 30px auto;
  max-width: 870px;
  background: #1e1e1e;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  position: relative;
}
.editor-box blockquote.blockquote-right-align {
  text-align: left !important;
  float: right;
  padding-left: 0;
  padding-right: 0;
  margin-left: 30px;
}
.editor-box blockquote.blockquote-right-align p {
  text-align: left !important;
}
.editor-box blockquote.blockquote-center-align {
  text-align: center !important;
  float: none;
  margin: 30px auto !important;
  max-width: 640px;
  padding-left: 0;
  padding-right: 0;
}
.editor-box blockquote.blockquote-center-align p {
  text-align: center !important;
}
.editor-box blockquote:before {
  content: "";
  border-top: 22px solid #da1f3d;
  border-right: 23px solid transparent;
  position: absolute;
  top: 80px;
  left: 50px;
}
.editor-box blockquote:after {
  content: "\f10e";
  font-size: 48px;
  color: #111;
  font-weight: 700;
  position: absolute;
  bottom: 28px;
  right: 0;
  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: 10px 0 15px 0;
}
.editor-box figcaption {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 23px;
  color: #666;
  font-family: "Mukta", serif;
}
.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;
}
.editor-box table {
  border: 0px solid #e3dfdf !important;
}
.editor-box table th {
  background: #c30000;
  color: #fff;
  line-height: 20px;
  font-size: 16px;
  padding: 15px;
  font-weight: 700;
}
.editor-box table td {
  vertical-align: middle !important;
  border: 1px solid #f5f5f5 !important;
  line-height: 20px;
  font-size: 16px;
  padding: 15px;
}
.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: 14px;
  line-height: 22px;
}
.editor-box table td .social-links {
  margin: 0;
  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;
}
.editor-box table td .social-links a {
  background: #d7dddc;
  width: 21px;
  height: 21px;
  color: #fff;
  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.facebook {
  background: #1977f3;
}
.editor-box table td .social-links a.twitter {
  background: #1977f3;
}
.editor-box table td .social-links a.linkedin {
  background: #007bb6;
}
.editor-box table td .social-links a.youtube {
  background: #bb0000;
}
.editor-box table td .social-links a .left-icon {
  top: 0;
}
.editor-box table tr:nth-of-type(odd) {
  background: #f5f5f5 !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;
}
.editor-box table.hamroteam td {
  font-size: 12px;
}
.editor-box.epaper-box {
  border: 1px solid #ddd;
  padding: 20px;
  text-align: center;
}

.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;
}

/* form inputes styling*/
.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 {
  background-color: #9c27b0;
}
.radio 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*/
.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 .get-news-alert .newsletter-btn, .get-news-alert .main-form.area-search-form .newsletter-btn, .main-form.area-search-form .feedback .select, .feedback .main-form.area-search-form .select, .main-form.area-search-form .feedback .textarea, .feedback .main-form.area-search-form .textarea {
  -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 .get-news-alert .newsletter-btn, .get-news-alert .search-block .newsletter-btn, .search-block .feedback .select, .feedback .search-block .select, .search-block .feedback .textarea, .feedback .search-block .textarea {
  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;
}

/*feedback form*/
.contact-form .main-title, .contact-form .subline {
  margin-bottom: 15px !important;
}

.feedback, .feedback fieldset {
  padding: 0;
}
.feedback .fieldbox {
  margin-top: 0;
}
.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 {
  margin: 0;
}

.feedback .textfield, .feedback .get-news-alert .newsletter-btn, .get-news-alert .feedback .newsletter-btn, .feedback.contact-form .textarea, .feedback fieldset.contact-form .textarea, .feedback .select, .feedback .textarea {
  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;
  resize: none;
}

.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;
}

/*placeholder*/
.label {
  color: #111;
  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;
}

/*sticy menu*/
.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: #111;
  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: #111;
  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-data .get-news-alert .newsletter-btn, .get-news-alert .search-data .newsletter-btn, .search-filters .textfield, .search-filters .get-news-alert .newsletter-btn, .get-news-alert .search-filters .newsletter-btn, .search-data .feedback .textarea, .search-filters .feedback .textarea, .feedback .search-data .textarea, .feedback .search-filters .textarea, .search-data .feedback .select, .search-filters .feedback .select, .feedback .search-data .select, .feedback .search-filters .select {
  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: #111;
  border: 0;
  font-weight: 600;
  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: #111;
  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: #111;
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 600;
  font-size: 14px;
}
.upload-box .upload-form .textfield, .upload-box .upload-form .get-news-alert .newsletter-btn, .get-news-alert .upload-box .upload-form .newsletter-btn, .upload-box .upload-form .feedback .textarea, .feedback .upload-box .upload-form .textarea, .upload-box .upload-form .feedback .select, .feedback .upload-box .upload-form .select {
  padding: 5px 10px;
  display: block;
  color: #111;
  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: 600;
  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 .get-news-alert .newsletter-btn, .get-news-alert #payment-form .newsletter-btn, #payment-form .feedback .textarea, .feedback #payment-form .textarea, #payment-form .feedback .select, .feedback #payment-form .select {
  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: 600;
}
#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: #111;
  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;
}

/* new custome file upload*/
.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: #111;
  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: 600;
  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 .get-news-alert .newsletter-btn, .get-news-alert .search-site .newsletter-btn, .search-site .feedback .textarea, .feedback .search-site .textarea, .search-site .feedback .select, .feedback .search-site .select {
  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 .get-news-alert .newsletter-btn:focus, .get-news-alert .search-site .newsletter-btn:focus, .search-site .feedback .textarea:focus, .feedback .search-site .textarea:focus, .search-site .feedback .select:focus, .feedback .search-site .select: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: #073b87;
  -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 .get-news-alert .newsletter-btn, .get-news-alert .unicode-form .newsletter-btn, .unicode-form .feedback .textarea, .feedback .unicode-form .textarea, .unicode-form .feedback .select, .feedback .unicode-form .select {
  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: #da1f3d;
  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*/
.feedback-form .description {
  display: block;
}

.feedback,
.feedback fieldset {
  padding: 0;
}

.feedback, .feedback fieldset {
  margin-top: 0;
}

.feedback .textfield, .feedback .get-news-alert .newsletter-btn, .get-news-alert .feedback .newsletter-btn, .feedback.contact-form .textarea, .feedback fieldset.contact-form .textarea,
.feedback .select,
.feedback .textarea,
.feedback .contact-cv {
  border: 1px solid #47bff3;
  padding: 9px 20px;
  font-size: 16px;
  display: block;
  color: #073b87;
  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: #073b87;
}

.feedback.contact-form .textarea, .feedback fieldset.contact-form .textarea {
  height: 297px;
}

/* cv uplaod*/
.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: #111;
  line-height: 18px;
}

.feedback .contact-cv:hover:before {
  background: #073b87;
}

.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: #073b87;
  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: #111;
  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 .get-news-alert .newsletter-btn, .get-news-alert .site-search .newsletter-btn, .site-search .feedback .textarea, .feedback .site-search .textarea, .site-search .feedback .select, .feedback .site-search .select {
  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 .get-news-alert .newsletter-btn:focus, .get-news-alert .site-search .newsletter-btn:focus, .site-search .feedback .textarea:focus, .feedback .site-search .textarea:focus, .site-search .feedback .select:focus, .feedback .site-search .select: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: #073b87;
  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: #f1b209;
  -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;
}
.feedback.emi-calculate fieldset, .feedback fieldset.emi-calculate fieldset {
  margin-top: 0;
}
.feedback.emi-calculate, .feedback fieldset.emi-calculate {
  text-align: left;
}
.feedback.emi-calculate label, .feedback fieldset.emi-calculate label {
  font-weight: 700;
  font-size: 14px;
  color: #111;
}
.feedback.emi-calculate .textfield, .feedback.emi-calculate .get-news-alert .newsletter-btn, .get-news-alert .feedback.emi-calculate .newsletter-btn, .feedback fieldset.emi-calculate .textfield, .feedback fieldset.emi-calculate .get-news-alert .newsletter-btn, .get-news-alert .feedback fieldset.emi-calculate .newsletter-btn, .feedback.emi-calculate .textarea, .feedback fieldset.emi-calculate .textarea, .feedback.emi-calculate .select, .feedback fieldset.emi-calculate .select {
  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: #da1f3d;
  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: #073b87;
  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.emi-calculate .result-box .subline, .feedback fieldset.emi-calculate .result-box .main-title, .feedback fieldset.emi-calculate .result-box .subline {
  font-size: 25px;
  line-height: 38px;
  display: block;
  color: #111;
  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 .get-news-alert .newsletter-btn, .get-news-alert .newsletter-form .newsletter-btn, .newsletter-form .feedback .textarea, .feedback .newsletter-form .textarea, .newsletter-form .feedback .select, .feedback .newsletter-form .select {
  background: none;
  border: 0;
  padding: 2px 20px;
  color: #fff;
  font-size: 12px;
  width: 90%;
}
.newsletter-form .textfield::-webkit-input-placeholder, .newsletter-form .get-news-alert .newsletter-btn::-webkit-input-placeholder, .get-news-alert .newsletter-form .newsletter-btn::-webkit-input-placeholder, .newsletter-form .feedback .textarea::-webkit-input-placeholder, .feedback .newsletter-form .textarea::-webkit-input-placeholder, .newsletter-form .feedback .select::-webkit-input-placeholder, .feedback .newsletter-form .select::-webkit-input-placeholder {
  color: #fff;
  font-size: 12px;
}
.newsletter-form .textfield:-moz-placeholder, .newsletter-form .get-news-alert .newsletter-btn:-moz-placeholder, .get-news-alert .newsletter-form .newsletter-btn:-moz-placeholder, .newsletter-form .feedback .textarea:-moz-placeholder, .feedback .newsletter-form .textarea:-moz-placeholder, .newsletter-form .feedback .select:-moz-placeholder, .feedback .newsletter-form .select:-moz-placeholder {
  color: #fff;
  font-size: 12px;
}
.newsletter-form .textfield::-moz-placeholder, .newsletter-form .get-news-alert .newsletter-btn::-moz-placeholder, .get-news-alert .newsletter-form .newsletter-btn::-moz-placeholder, .newsletter-form .feedback .textarea::-moz-placeholder, .feedback .newsletter-form .textarea::-moz-placeholder, .newsletter-form .feedback .select::-moz-placeholder, .feedback .newsletter-form .select::-moz-placeholder {
  color: #fff;
  font-size: 12px;
}
.newsletter-form .textfield:-ms-input-placeholder, .newsletter-form .get-news-alert .newsletter-btn:-ms-input-placeholder, .get-news-alert .newsletter-form .newsletter-btn:-ms-input-placeholder, .newsletter-form .feedback .textarea:-ms-input-placeholder, .feedback .newsletter-form .textarea:-ms-input-placeholder, .newsletter-form .feedback .select:-ms-input-placeholder, .feedback .newsletter-form .select:-ms-input-placeholder {
  color: #fff;
  font-size: 12px;
}
.newsletter-form .submit-btn {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 2px;
  right: 20px;
  background: none;
  border: 0;
}

.primary-search {
  margin: 10px auto 20px auto;
  padding: 0;
  border: 1px solid #aaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  width: calc(100% - 30px);
  position: relative;
}
.primary-search .textfield, .primary-search .get-news-alert .newsletter-btn, .get-news-alert .primary-search .newsletter-btn, .primary-search .feedback .textarea, .feedback .primary-search .textarea, .primary-search .feedback .select, .feedback .primary-search .select {
  background: none;
  border: 0;
  padding: 2px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  width: 90%;
}
.primary-search .textfield::-webkit-input-placeholder, .primary-search .get-news-alert .newsletter-btn::-webkit-input-placeholder, .get-news-alert .primary-search .newsletter-btn::-webkit-input-placeholder, .primary-search .feedback .textarea::-webkit-input-placeholder, .feedback .primary-search .textarea::-webkit-input-placeholder, .primary-search .feedback .select::-webkit-input-placeholder, .feedback .primary-search .select::-webkit-input-placeholder {
  color: #666;
  font-size: 14px;
}
.primary-search .textfield:-moz-placeholder, .primary-search .get-news-alert .newsletter-btn:-moz-placeholder, .get-news-alert .primary-search .newsletter-btn:-moz-placeholder, .primary-search .feedback .textarea:-moz-placeholder, .feedback .primary-search .textarea:-moz-placeholder, .primary-search .feedback .select:-moz-placeholder, .feedback .primary-search .select:-moz-placeholder {
  color: #666;
  font-size: 14px;
}
.primary-search .textfield::-moz-placeholder, .primary-search .get-news-alert .newsletter-btn::-moz-placeholder, .get-news-alert .primary-search .newsletter-btn::-moz-placeholder, .primary-search .feedback .textarea::-moz-placeholder, .feedback .primary-search .textarea::-moz-placeholder, .primary-search .feedback .select::-moz-placeholder, .feedback .primary-search .select::-moz-placeholder {
  color: #666;
  font-size: 14px;
}
.primary-search .textfield:-ms-input-placeholder, .primary-search .get-news-alert .newsletter-btn:-ms-input-placeholder, .get-news-alert .primary-search .newsletter-btn:-ms-input-placeholder, .primary-search .feedback .textarea:-ms-input-placeholder, .feedback .primary-search .textarea:-ms-input-placeholder, .primary-search .feedback .select:-ms-input-placeholder, .feedback .primary-search .select:-ms-input-placeholder {
  color: #666;
  font-size: 14px;
}
.primary-search .new-search {
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: 0;
}

.feedback, .feedback fieldset {
  margin-bottom: 40px;
}
.feedback ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #111;
}
.feedback ::-moz-placeholder {
  /* Firefox 19+ */
  color: #111;
}
.feedback :-ms-input-placeholder {
  /* IE 10+ */
  color: #111;
}
.feedback :-moz-placeholder {
  /* Firefox 18- */
  color: #111;
}

.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: #073b87;
}
.services-list .items .more-link {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #da1f3d;
  margin-top: 5px;
}
.services-list .items .description {
  margin-bottom: 0 !important;
  margin-top: 10px !important;
}

.feedback .textfield.file-upload, .feedback .get-news-alert .file-upload.newsletter-btn, .get-news-alert .feedback .file-upload.newsletter-btn, .feedback .file-upload.textarea, .feedback .file-upload.select {
  height: 40px;
  padding-left: 0;
  padding-right: 0;
  border: 1px dashed #111;
  position: relative;
}
.feedback .textfield.file-upload .choose-file, .feedback .get-news-alert .file-upload.newsletter-btn .choose-file, .get-news-alert .feedback .file-upload.newsletter-btn .choose-file, .feedback .file-upload.textarea .choose-file, .feedback .file-upload.select .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 .get-news-alert .file-upload.newsletter-btn:before, .get-news-alert .feedback .file-upload.newsletter-btn:before, .feedback .file-upload.textarea:before, .feedback .file-upload.select:before {
  top: 7px;
  border: 1px solid #ccc;
  background: #eee;
  display: none;
}
.feedback .textfield.file-upload:hover:before, .feedback .get-news-alert .file-upload.newsletter-btn:hover:before, .get-news-alert .feedback .file-upload.newsletter-btn:hover:before, .feedback .file-upload.textarea:hover:before, .feedback .file-upload.select: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 .get-news-alert .newsletter-btn input[type=file], .get-news-alert .feedback .newsletter-btn input[type=file], .feedback .textarea input[type=file], .feedback .select 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: #111;
  line-height: 26px;
}
.feedback.contact-form .label-title .require, .feedback fieldset.contact-form .label-title .require {
  color: #d13938;
}
.feedback.contact-form .textfield, .feedback.contact-form .get-news-alert .newsletter-btn, .get-news-alert .feedback.contact-form .newsletter-btn, .feedback.contact-form .textarea, .feedback fieldset.contact-form .textfield, .feedback fieldset.contact-form .get-news-alert .newsletter-btn, .get-news-alert .feedback fieldset.contact-form .newsletter-btn, .feedback fieldset.contact-form .textarea, .feedback.contact-form .select, .feedback fieldset.contact-form .select {
  border: 1px solid #ccc;
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 600;
  color: #073b87;
  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.contact-form .get-news-alert .file-upload.newsletter-btn, .get-news-alert .feedback.contact-form .file-upload.newsletter-btn, .feedback.contact-form .file-upload.textarea, .feedback fieldset.contact-form .textfield.file-upload, .feedback fieldset.contact-form .get-news-alert .file-upload.newsletter-btn, .get-news-alert .feedback fieldset.contact-form .file-upload.newsletter-btn, .feedback fieldset.contact-form .file-upload.textarea, .feedback.contact-form .file-upload.select, .feedback fieldset.contact-form .file-upload.select {
  height: 40px;
  padding-left: 0;
  padding-right: 0;
  border: 1px dashed #ccc;
  position: relative;
}
.feedback.contact-form .textfield.file-upload .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.contact-form .file-upload.textarea .choose-file, .feedback fieldset.contact-form .textfield.file-upload .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, .feedback fieldset.contact-form .file-upload.textarea .choose-file, .feedback.contact-form .file-upload.select .choose-file, .feedback fieldset.contact-form .file-upload.select .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: #da1f3d;
}
.feedback.contact-form .textfield.file-upload .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.contact-form .file-upload.textarea .choose-file .left-icon, .feedback fieldset.contact-form .textfield.file-upload .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, .feedback fieldset.contact-form .file-upload.textarea .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 {
  margin-right: 5px;
}
.feedback.contact-form .textfield.file-upload:before, .feedback.contact-form .get-news-alert .file-upload.newsletter-btn:before, .get-news-alert .feedback.contact-form .file-upload.newsletter-btn:before, .feedback.contact-form .file-upload.textarea:before, .feedback fieldset.contact-form .textfield.file-upload: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, .feedback fieldset.contact-form .file-upload.textarea:before, .feedback.contact-form .file-upload.select:before, .feedback fieldset.contact-form .file-upload.select:before {
  top: 7px;
  border: 1px solid #ccc;
  background: #eee;
  display: none;
}
.feedback.contact-form .textfield.file-upload: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.contact-form .file-upload.textarea:hover:before, .feedback fieldset.contact-form .textfield.file-upload: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, .feedback fieldset.contact-form .file-upload.textarea:hover:before, .feedback.contact-form .file-upload.select:hover:before, .feedback fieldset.contact-form .file-upload.select: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.contact-form .get-news-alert .newsletter-btn input[type=file], .get-news-alert .feedback.contact-form .newsletter-btn input[type=file], .feedback.contact-form .textarea input[type=file], .feedback fieldset.contact-form .textfield 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], .feedback fieldset.contact-form .textarea input[type=file], .feedback.contact-form .select input[type=file], .feedback fieldset.contact-form .select 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: #da1f3d;
  margin-top: 0;
  display: block;
}
.feedback.contact-form .btn-rounded, .feedback fieldset.contact-form .btn-rounded {
  background: #da1f3d;
  border-color: #da1f3d;
  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 {
  /* Chrome/Opera/Safari */
  color: #073b87;
}
.feedback.contact-form ::-moz-placeholder, .feedback fieldset.contact-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #073b87;
}
.feedback.contact-form :-ms-input-placeholder, .feedback fieldset.contact-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #073b87;
}
.feedback.contact-form :-moz-placeholder, .feedback fieldset.contact-form :-moz-placeholder {
  /* Firefox 18- */
  color: #073b87;
}
.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;
}
.feedback.bmi-calculator .gender-box, .feedback fieldset.bmi-calculator .gender-box {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.feedback.bmi-calculator .gender-box .radio input[type=radio]:checked ~ .check, .feedback fieldset.bmi-calculator .gender-box .radio input[type=radio]:checked ~ .check, .radio .feedback.bmi-calculator .gender-box .checkbox input[type=radio]:checked ~ .check, .radio .feedback fieldset.bmi-calculator .gender-box .checkbox input[type=radio]:checked ~ .check,
.feedback.bmi-calculator .gender-box .radio .checkbox input[type=radio]:checked ~ .check {
  background: #fff;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  box-shadow: 0 5px 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;
  z-index: 0;
}
.feedback.bmi-calculator .gender-box .radio input[type=radio]:checked ~ .check .gen-img img, .feedback fieldset.bmi-calculator .gender-box .radio input[type=radio]:checked ~ .check .gen-img img, .radio .feedback.bmi-calculator .gender-box .checkbox input[type=radio]:checked ~ .check .gen-img img, .radio .feedback fieldset.bmi-calculator .gender-box .checkbox input[type=radio]:checked ~ .check .gen-img img,
.feedback.bmi-calculator .gender-box .radio .checkbox input[type=radio]:checked ~ .check .gen-img img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.feedback.bmi-calculator .gender-box .radio input[type=radio]:checked ~ .check .gen-img .titles, .feedback fieldset.bmi-calculator .gender-box .radio input[type=radio]:checked ~ .check .gen-img .titles, .radio .feedback.bmi-calculator .gender-box .checkbox input[type=radio]:checked ~ .check .gen-img .titles, .radio .feedback fieldset.bmi-calculator .gender-box .checkbox input[type=radio]:checked ~ .check .gen-img .titles,
.feedback.bmi-calculator .gender-box .radio .checkbox input[type=radio]:checked ~ .check .gen-img .titles {
  color: #111;
}
.feedback.bmi-calculator .gender-box .radio input[type=radio]:checked ~ .check .titles, .feedback fieldset.bmi-calculator .gender-box .radio input[type=radio]:checked ~ .check .titles, .radio .feedback.bmi-calculator .gender-box .checkbox input[type=radio]:checked ~ .check .titles, .radio .feedback fieldset.bmi-calculator .gender-box .checkbox input[type=radio]:checked ~ .check .titles,
.feedback.bmi-calculator .gender-box .radio .checkbox input[type=radio]:checked ~ .check .titles {
  color: #111;
}
.feedback.bmi-calculator .gender-box .gender-img, .feedback fieldset.bmi-calculator .gender-box .gender-img {
  display: block;
  margin: 0 auto;
  position: relative;
}
.feedback.bmi-calculator .gender-box .gender-img .gen-img, .feedback fieldset.bmi-calculator .gender-box .gender-img .gen-img {
  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%);
}
.feedback.bmi-calculator .gender-box .gender-img img, .feedback fieldset.bmi-calculator .gender-box .gender-img img {
  width: 30px;
  height: 30px;
  float: none;
  display: block;
  margin: 0 auto 10px auto;
}
.feedback.bmi-calculator .gender-box .gender-img .titles, .feedback fieldset.bmi-calculator .gender-box .gender-img .titles {
  position: relative;
  left: 0;
  font-family: "Teko", sans-serif;
  font-weight: 600;
  text-align: center;
  display: block;
  margin-top: -10px;
}
.feedback.bmi-calculator .gender-box .items, .feedback fieldset.bmi-calculator .gender-box .items {
  padding: 0 10px;
}
.feedback.bmi-calculator .gender-box .items.radio, .feedback fieldset.bmi-calculator .gender-box .items.radio, .feedback.bmi-calculator .gender-box .radio .items.checkbox, .radio .feedback.bmi-calculator .gender-box .items.checkbox, .feedback fieldset.bmi-calculator .gender-box .radio .items.checkbox, .radio .feedback fieldset.bmi-calculator .gender-box .items.checkbox {
  margin: 0;
}
.feedback.bmi-calculator .gender-box .items .check, .feedback fieldset.bmi-calculator .gender-box .items .check {
  width: 90px;
  height: 90px;
  left: 0;
  top: 0;
  border: 0;
  background: #f7f7f7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  z-index: 98;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.feedback.bmi-calculator .gender-box .items .check .gen-img img, .feedback fieldset.bmi-calculator .gender-box .items .check .gen-img img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.feedback.bmi-calculator .gender-box .items .check .gen-img .titles, .feedback fieldset.bmi-calculator .gender-box .items .check .gen-img .titles {
  color: #aaa;
}
.feedback.bmi-calculator .gender-box .items .circle, .feedback fieldset.bmi-calculator .gender-box .items .circle, .feedback.bmi-calculator .gender-box .items .radio .check, .radio .feedback.bmi-calculator .gender-box .items .check, .feedback fieldset.bmi-calculator .gender-box .items .radio .check, .radio .feedback fieldset.bmi-calculator .gender-box .items .check {
  width: 90px;
  height: 90px;
  left: 0;
  top: 0;
  border: 0;
  background: #eee;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.feedback.bmi-calculator .gender-box label, .feedback fieldset.bmi-calculator .gender-box label {
  position: relative;
  border: 0 solid #ddd;
  background: #fff;
  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;
}
.feedback.bmi-calculator .gender-box label .radio-btn, .feedback fieldset.bmi-calculator .gender-box label .radio-btn {
  position: absolute;
  top: 5px;
  left: 5px;
}
.feedback.bmi-calculator .gender-box label, .feedback fieldset.bmi-calculator .gender-box label {
  padding-left: 0 !important;
  height: 90px;
  width: 90px;
  background: #fff;
  margin-bottom: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 0 !important;
  cursor: pointer;
}
.feedback.bmi-calculator .gender-box label img, .feedback fieldset.bmi-calculator .gender-box label img {
  float: left;
  width: 50px !important;
}
.feedback.bmi-calculator .fieldbox, .feedback fieldset.bmi-calculator .fieldbox {
  margin-top: 15px;
}
.feedback.bmi-calculator .fieldbox:nth-child(1), .feedback fieldset.bmi-calculator .fieldbox:nth-child(1) {
  margin-top: 0;
}
.feedback.bmi-calculator .fieldbox.bmi-result-box, .feedback fieldset.bmi-calculator .fieldbox.bmi-result-box {
  margin-top: 50px;
}
.feedback.bmi-calculator .textfield, .feedback.bmi-calculator .get-news-alert .newsletter-btn, .get-news-alert .feedback.bmi-calculator .newsletter-btn, .feedback fieldset.bmi-calculator .textfield, .feedback fieldset.bmi-calculator .get-news-alert .newsletter-btn, .get-news-alert .feedback fieldset.bmi-calculator .newsletter-btn, .feedback.bmi-calculator .textarea, .feedback fieldset.bmi-calculator .textarea, .feedback.bmi-calculator .select, .feedback fieldset.bmi-calculator .select {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.feedback.bmi-calculator .textfield::-webkit-input-placeholder, .feedback.bmi-calculator .get-news-alert .newsletter-btn::-webkit-input-placeholder, .get-news-alert .feedback.bmi-calculator .newsletter-btn::-webkit-input-placeholder, .feedback fieldset.bmi-calculator .textfield::-webkit-input-placeholder, .feedback fieldset.bmi-calculator .get-news-alert .newsletter-btn::-webkit-input-placeholder, .get-news-alert .feedback fieldset.bmi-calculator .newsletter-btn::-webkit-input-placeholder, .feedback.bmi-calculator .textarea::-webkit-input-placeholder, .feedback fieldset.bmi-calculator .textarea::-webkit-input-placeholder, .feedback.bmi-calculator .select::-webkit-input-placeholder, .feedback fieldset.bmi-calculator .select::-webkit-input-placeholder {
  color: #666;
}
.feedback.bmi-calculator .textfield:-moz-placeholder, .feedback.bmi-calculator .get-news-alert .newsletter-btn:-moz-placeholder, .get-news-alert .feedback.bmi-calculator .newsletter-btn:-moz-placeholder, .feedback fieldset.bmi-calculator .textfield:-moz-placeholder, .feedback fieldset.bmi-calculator .get-news-alert .newsletter-btn:-moz-placeholder, .get-news-alert .feedback fieldset.bmi-calculator .newsletter-btn:-moz-placeholder, .feedback.bmi-calculator .textarea:-moz-placeholder, .feedback fieldset.bmi-calculator .textarea:-moz-placeholder, .feedback.bmi-calculator .select:-moz-placeholder, .feedback fieldset.bmi-calculator .select:-moz-placeholder {
  color: #666;
}
.feedback.bmi-calculator .textfield::-moz-placeholder, .feedback.bmi-calculator .get-news-alert .newsletter-btn::-moz-placeholder, .get-news-alert .feedback.bmi-calculator .newsletter-btn::-moz-placeholder, .feedback fieldset.bmi-calculator .textfield::-moz-placeholder, .feedback fieldset.bmi-calculator .get-news-alert .newsletter-btn::-moz-placeholder, .get-news-alert .feedback fieldset.bmi-calculator .newsletter-btn::-moz-placeholder, .feedback.bmi-calculator .textarea::-moz-placeholder, .feedback fieldset.bmi-calculator .textarea::-moz-placeholder, .feedback.bmi-calculator .select::-moz-placeholder, .feedback fieldset.bmi-calculator .select::-moz-placeholder {
  color: #666;
}
.feedback.bmi-calculator .textfield:-ms-input-placeholder, .feedback.bmi-calculator .get-news-alert .newsletter-btn:-ms-input-placeholder, .get-news-alert .feedback.bmi-calculator .newsletter-btn:-ms-input-placeholder, .feedback fieldset.bmi-calculator .textfield:-ms-input-placeholder, .feedback fieldset.bmi-calculator .get-news-alert .newsletter-btn:-ms-input-placeholder, .get-news-alert .feedback fieldset.bmi-calculator .newsletter-btn:-ms-input-placeholder, .feedback.bmi-calculator .textarea:-ms-input-placeholder, .feedback fieldset.bmi-calculator .textarea:-ms-input-placeholder, .feedback.bmi-calculator .select:-ms-input-placeholder, .feedback fieldset.bmi-calculator .select:-ms-input-placeholder {
  color: #666;
}
.feedback.bmi-calculator .titles.bmi-title, .feedback fieldset.bmi-calculator .titles.bmi-title {
  font-family: "Teko", sans-serif;
  font-weight: 600;
}
.feedback.bmi-calculator .titles.bmi-title.alt, .feedback fieldset.bmi-calculator .titles.bmi-title.alt {
  color: #da1f3d;
}
.feedback.bmi-calculator .description, .feedback fieldset.bmi-calculator .description {
  color: #666;
}

.search-pop .modal-content {
  height: 100vh;
  background: none;
}

.site-search {
  max-width: 840px;
  margin: 0;
  background: #fff;
  padding: 0;
  position: relative;
  height: 50px;
  top: 50%;
  left: 50%;
  z-index: 98;
  display: block;
  position: absolute;
  transform: translate(-50%, -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 .get-news-alert .newsletter-btn, .get-news-alert .search-pop .modal-body .site-search .newsletter-btn, .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 {
  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 {
  padding-top: 0;
}
.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;
}
.search-pop .modal-header .btn-close:before {
  content: "\e870";
  font-family: Linearicons-Free;
}
.search-pop .modal-header .btn-close {
  -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: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;
  background: none;
}
.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: nowrap;
  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: #111;
  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;
}

.sort-option {
  float: right;
  margin-top: -42px;
}
.sort-option:before {
  display: none;
}
.sort-option .nice-select {
  height: 42px;
  font-size: 12px;
  line-height: 42px;
  text-transform: none;
  width: 215px;
  padding-left: 15px;
  border: 1px solid #ccc;
}
.sort-option .nice-select .current {
  font-size: 14px;
  font-weight: 600;
  color: #666;
}
.sort-option .nice-select .list .option {
  font-family: "Mukta", serif;
  color: #212121;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  min-height: auto;
  display: block;
  padding: 8px 15px;
}
.sort-option .nice-select:after {
  font-size: 16px;
  top: 5px;
  right: 4px;
}
.sort-option .nice-select .current:before {
  display: none;
}

.find-form {
  margin-top: 0;
}

.feedback.contact-form.book-packages-form .textfield, .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 .textfield, .feedback fieldset.contact-form.book-packages-form .get-news-alert .newsletter-btn, .get-news-alert .feedback fieldset.contact-form.book-packages-form .newsletter-btn, .feedback.contact-form.book-packages-form .textarea, .feedback fieldset.contact-form.book-packages-form .textarea, .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;
  font-size: 13px;
  font-weight: 400;
  color: #111;
}
.feedback.contact-form.book-packages-form .textfield.datefield, .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 .textfield.datefield, .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, .feedback.contact-form.book-packages-form .datefield.textarea, .feedback fieldset.contact-form.book-packages-form .datefield.textarea, .feedback.contact-form.book-packages-form .datefield.select, .feedback fieldset.contact-form.book-packages-form .datefield.select {
  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 {
  /* Chrome/Opera/Safari */
  color: #666;
}
.feedback.contact-form.book-packages-form ::-moz-placeholder, .feedback fieldset.contact-form.book-packages-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #666;
}
.feedback.contact-form.book-packages-form :-ms-input-placeholder, .feedback fieldset.contact-form.book-packages-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #666;
}
.feedback.contact-form.book-packages-form :-moz-placeholder, .feedback fieldset.contact-form.book-packages-form :-moz-placeholder {
  /* Firefox 18- */
  color: #666;
}

.feedback,
.feedback fieldset {
  margin-bottom: 20px;
}

.newsletter-form {
  margin-top: 30px;
  margin-bottom: 30px;
  height: 42px;
  border: 1px solid #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  position: relative;
  padding: 0;
}
.newsletter-form .textfield, .newsletter-form .get-news-alert .newsletter-btn, .get-news-alert .newsletter-form .newsletter-btn, .newsletter-form .feedback .textarea, .feedback .newsletter-form .textarea, .newsletter-form .feedback .select, .feedback .newsletter-form .select {
  height: 42px;
  font-size: 14px;
  color: #fff;
  border: 0;
  margin: 0;
  padding: 0 20px 0 10px;
  line-height: 42px;
  width: calc(100% - 48px);
  background: none;
}
.newsletter-form .textfield::placeholder, .newsletter-form .get-news-alert .newsletter-btn::placeholder, .get-news-alert .newsletter-form .newsletter-btn::placeholder, .newsletter-form .feedback .textarea::placeholder, .feedback .newsletter-form .textarea::placeholder, .newsletter-form .feedback .select::placeholder, .feedback .newsletter-form .select::placeholder {
  color: #fff;
  font-size: 12px;
}
.newsletter-form .search-btn {
  height: 40px;
  width: 47px;
  font-size: 20px;
  line-height: 40px;
  padding: 0;
  background: none;
  text-align: center;
  border: 1px solid #fff;
  border-bottom: 0;
  border-top: 0;
  border-right: 0;
  color: #fff;
  position: absolute;
  text-transform: uppercase;
  top: -1px;
  right: 0;
  cursor: pointer;
  -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;
}
.newsletter-form .search-btn:hover {
  background: #b5c547;
  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;
}

.sort-option .select2-container {
  width: 200px !important;
}
.sort-option .select2-container .select2-selection--single {
  height: 38px !important;
}
.sort-option .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px !important;
}
.sort-option .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 8px;
  right: 7px;
  width: 20px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #c30000 !important;
}

.sort-option .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0 !important;
  border-width: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  -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;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  font-size: 22px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  border: 0;
  font-weight: 300;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  -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;
}

.white-bg {
  background: none;
}

.section.full-bigyapan {
  margin-bottom: 30px;
  margin-bottom: 0;
  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: #da1f3d;
  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;
}

.page-title {
  padding-left: 0;
}
.page-title .page-title-big {
  font-size: 50px;
  line-height: 60px;
  color: #111;
  font-weight: 600;
}

.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: 0;
  margin-bottom: 30px;
}
.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;
  padding: 5px 0;
  float: left;
  width: 100%;
  line-height: 20px;
  color: #f5f5f5;
}
.detail-box .ad-cards img {
  width: 100%;
}

.featured-image .article-img {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
.featured-image .article-img .caption-line {
  background: rgba(17, 17, 17, 0.72);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 12px 20px;
  width: 100%;
  font-size: 17px;
  line-height: 22px;
  color: #fff;
  text-align: left;
  border: 0;
}
.featured-image img {
  max-width: 100%;
  display: table;
  margin: 0 auto;
}

.featured-images img {
  max-width: 100%;
  display: table;
  margin: 0 auto;
}
.featured-images .caption-line {
  font-size: 16px;
  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 {
  /* Chrome/Opera/Safari */
  color: #dedbdb;
}
.get-news-alert form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #dedbdb;
}
.get-news-alert form :-ms-input-placeholder {
  /* IE 10+ */
  color: #dedbdb;
}
.get-news-alert form :-moz-placeholder {
  /* Firefox 18- */
  color: #dedbdb;
}
.get-news-alert .textfield, .get-news-alert .newsletter-btn, .get-news-alert .feedback .textarea, .feedback .get-news-alert .textarea, .get-news-alert .feedback .select, .feedback .get-news-alert .select {
  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 #111;
  border-top: 1px dotted #111;
  padding-top: 30px;
  margin-top: 30px;
  padding-bottom: 20px;
}
.published-box .related-tags .tags {
  background: #ccc;
  padding: 3px 10px;
  border-radius: 5px;
  color: #111;
  margin-right: 6px;
  line-height: 22px;
  font-size: 16px;
  margin-bottom: 5px;
  float: left;
  font-weight: 700;
}

.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 .sifaris-list .items .main-title, .content-editor .left-side.sif .sifaris-list .items .subline {
  font-size: 20px;
  font-weight: 600;
}
.content-editor .left-side.sif {
  margin-top: 0;
}
.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;
}

.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 a {
  display: table;
  width: 100%;
}
.right-side .ad-item {
  width: 100%;
  height: auto;
}
.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: 76px 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;
}

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: #da1f3d;
  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 {
  margin: 0;
  float: right;
}
.breadcrumbs li {
  list-style: none;
  font-size: 16px;
  font-weight: 400;
  color: #da1f3d;
  display: inline-block;
  font-family: "Mukta", serif;
  line-height: normal;
  position: relative;
  margin-bottom: 5px;
}
.breadcrumbs li a {
  margin: 0 10px 0 0;
  color: #fff;
  display: inline-block;
}
.breadcrumbs li a:hover {
  color: #c30000;
}
.breadcrumbs li a.first {
  margin-left: 0;
}
.breadcrumbs li.active a {
  color: #c30000;
}
.breadcrumbs li.active {
  position: relative;
}
.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;
}

.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: #da1f3d;
}
.nav-tabs.pradesh-tabs {
  justify-content: center;
  margin-bottom: 30px;
  border: 0;
}

.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%, rgb(0, 0, 0) 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: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.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;
}

.right-side .bichar-cat .main-stories .more-item .main-title:hover, .right-side .bichar-cat .main-stories .more-item .subline:hover {
  color: #5e6165;
}

.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 .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 {
  display: block;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
}
.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: #da1f3d;
}
.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: #073b87 !important;
}
.cat-dec .cat-name {
  display: inline-block;
  margin-right: 10px;
  color: #da1f3d;
}
.cat-dec .time-stamp {
  display: inline-block;
  font-size: 12px;
  color: #073b87 !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;
}
.news-thumb-box .khabar-list .media {
  margin-top: 30px;
}
.news-thumb-box .khabar-list .media:nth-child(1) {
  margin-top: 0;
}
.news-thumb-box .khabar-list .media img {
  width: 128px;
  height: 89px;
  object-fit: cover;
}
.news-thumb-box .khabar-list .media .main-title, .news-thumb-box .khabar-list .media .subline {
  margin-top: 0;
  font-size: 16px;
  line-height: 22px;
}
.news-thumb-box .khabar-list .item-news {
  margin-top: 15px;
}
.news-thumb-box .khabar-list .item-news:nth-child(1) {
  margin-top: 0;
}
.news-thumb-box .khabar-list .item-news.item-bigyaapan {
  margin-bottom: 0;
}
.news-thumb-box .khabar-list .item-news .main-title, .news-thumb-box .khabar-list .item-news .subline {
  margin-top: 0;
  font-size: 16px;
  line-height: 22px;
}

.item-news a:hover .main-title, .item-news a:hover .subline {
  color: #111;
}

.right-side .bichar-item.quick-item .media {
  margin-top: 25px;
}
.right-side .bichar-item.quick-item .media .img-box {
  float: left;
  background: #fff;
  border: 1px solid #ddd;
  position: relative;
  width: 38px;
  height: 38px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.right-side .bichar-item.quick-item .media img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  width: 16px !important;
  height: 16px !important;
  background: none;
  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%);
}
.right-side .bichar-item.quick-item .media .main-title, .right-side .bichar-item.quick-item .media .subline {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin-top: 3px;
}

.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: #da1f3d;
}
.search-result .keyword-num {
  color: #da1f3d;
}

.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: #073b87;
  font-size: 21px;
  margin-bottom: 30px;
  border: 0;
  text-align: left;
}
.cat-tags a {
  color: #073b87;
}
.cat-tags:before {
  content: "";
  width: 5px;
  height: 16px;
  background: #f1b209;
  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: #111;
}
.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: #073b87;
  -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: #1977f3;
}
.social-media li a.twitter .left-icon {
  background: #00aced;
}
.social-media li a.youtube .left-icon {
  background: #bb0000;
}
.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;
}

.description {
  font-size: 16px;
  line-height: 1.5;
  display: block;
  margin: 10px 0 0;
  font-weight: 400;
  color: #666;
  word-break: break-word;
  font-family: "Mukta", serif;
}

.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: #111;
}
.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 .more-link {
  display: table;
  margin: 20px 0 0 0;
  position: relative;
}
.section .more-link .more-btns {
  font-size: 14px;
  color: #111;
  text-transform: uppercase;
  background: none;
  font-weight: 400;
  padding: 9px 30px;
  line-height: 20px;
  border: 1px solid #111;
}
.section .more-link a:hover {
  background: #073b87;
  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);
  }
}

.google-map iframe {
  width: 100%;
}

.inner-page {
  display: inline-block;
  width: 100%;
  padding-bottom: 40px;
}
.inner-page .page-title-big {
  background: #073b87;
  margin-bottom: 40px;
  padding: 50px 0;
  height: 370px;
  display: flex;
  align-items: center;
  background: #073b87;
  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: #073b87;
  color: #fff;
  border: 1px solid #073b87;
  -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: "Mukta", serif;
  color: #073b87;
}
.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: #073b87;
  display: block;
  line-height: 18px;
}
.right-side .widget-box .notice-list .main-title, .right-side .widget-box .notice-list .subline {
  font-size: 18px;
  color: #111;
  line-height: 24px;
  display: block;
  font-family: "Mukta", 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: #073b87;
}
.right-side .widget-box .news-list-box .items.first a:hover .days-title {
  color: #073b87;
}
.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;
}
.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;
}
.download-list .items {
  margin: 0;
}

.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: #073b87;
  font-weight: 700;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  border-radius: 22px;
  border: 1px solid #073b87;
  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: #073b87;
  color: #fff;
}

.page-big-title {
  font-size: 40px;
  font-weight: 700;
  color: #073b87;
  display: block;
  line-height: 50px;
  margin-bottom: 30px;
  font-family: "Mukta", serif;
}

.author-box {
  margin: 37px 0 0 0;
}
.author-box .author-name {
  font-family: "Mukta", serif;
}
.author-box .dateline {
  font-size: 16px;
  color: #999;
  display: block;
}
.author-box .auth-line {
  font-size: 11px;
  color: #666;
  display: block;
  line-height: 14px;
}
.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: #111;
  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: #073b87;
  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: #111;
}
.report-list .items .more-link a:hover {
  background: #073b87;
  color: #fff;
}
.report-list .items .more-link a:hover.download-btn {
  background: #da1f3d;
  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: #111;
}
.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: #111;
}

.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: #111;
}
.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: #111;
  font-family: "Mukta", 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: #073b87;
}

.search-title h2 {
  font-size: 20px;
  line-height: 26px;
  color: #073b87;
  font-weight: 700;
  font-family: "Mukta", serif;
}
.search-title h2 .search_word {
  color: #f1b209;
}

.section .items .description {
  padding: 0;
  margin-bottom: 0;
  margin-top: 20px;
}
.section .item-title .our-title {
  font-size: 15px;
  font-family: "Mukta", serif;
  color: #da1f3d;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 400;
}
.section .item-title .big-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  color: #073b87;
  display: block;
  font-family: "Mukta", serif;
  text-transform: none;
  margin-bottom: 20px;
}
.section .description {
  margin-top: 10px;
}

.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: #111;
  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: #073b87;
}
.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: "Mukta", 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: #f1b209;
}
.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: #073b87;
}
.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: #111;
  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: #da1f3d;
}
.widget-box .section.news-events .date-box .months {
  color: #073b87;
}
.widget-box .section.news-events .main-title, .widget-box .section.news-events .subline {
  color: #073b87;
}
.widget-box .section.news-events .description {
  color: #666;
}
.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: #111;
}
.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-top: 30px;
  margin-bottom: 30px;
}
.faqs .card {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border-bottom: 0;
  margin-top: -1px;
}
.faqs .card:last-child .collapse {
  border-bottom: 1px solid #ddd;
}
.faqs .card-header {
  padding: 0;
  background: none;
}
.faqs .btn-link {
  position: relative;
  padding: 15px;
  font-size: 18px;
  color: #111;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: left;
  line-height: 24px;
  padding-right: 50px;
  white-space: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.faqs .btn-link:hover {
  background: #eee;
}
.faqs .btn-link:before {
  content: "\f106";
  font-family: "FontAwesome";
  font-style: inherit;
  font-weight: inherit;
  position: absolute;
  right: 15px;
}
.faqs .btn-link.collapsed:before {
  content: "\f107";
  font-family: "FontAwesome";
  font-style: inherit;
  font-weight: inherit;
}
.faqs h5 {
  margin: 0;
  padding: 0;
}

.branch-network .card {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px solid #ddd !important;
  margin-top: 10px;
}
.branch-network .card:nth-child(1) {
  margin-top: 0;
}
.branch-network .card:last-child .collapse {
  border-bottom: 1px solid #ddd;
}
.branch-network .card-header {
  padding: 0;
  background: none;
}
.branch-network .btn-link {
  background: #e6e6e6;
  position: relative;
  padding: 15px;
  font-size: 18px;
  color: #073b87;
  text-decoration: none;
  font-weight: 700;
  display: block;
  width: 100%;
  text-align: left;
  line-height: 24px;
  padding-right: 50px;
  white-space: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.branch-network .btn-link:hover {
  background: #eee;
}
.branch-network .btn-link:before {
  content: "\f106";
  font-family: "FontAwesome";
  font-style: inherit;
  font-weight: inherit;
  position: absolute;
  right: 15px;
  width: 32px;
  height: 32px;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 28px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  background: #fff;
}
.branch-network .btn-link.collapsed:before {
  content: "\f107";
  font-family: "FontAwesome";
  font-style: inherit;
  font-weight: inherit;
}
.branch-network h5 {
  margin: 0;
  padding: 0;
}

.more-products h2 {
  color: #073b87;
  font-weight: 700;
  margin: 10px 0 20px 0;
  font-size: 26px;
  line-height: 30px;
  font-family: "Mukta", 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: #111;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  border-radius: 22px;
  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: #073b87;
  color: #fff;
}

.google-maps {
  background: #fff url(../images/loader.gif) no-repeat center center;
  margin-bottom: 40px;
}

.section .office-title {
  font-weight: 700;
  color: #073b87;
  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: #111;
  font-family: "Mukta", 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: #073b87;
  color: #fff;
  border: 1px solid #073b87;
  -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: #073b87;
}
.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: "Mukta", 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: #f1b209;
}
.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: #111;
  display: block;
  line-height: 24px;
  font-weight: 700;
  font-family: "Mukta", 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: #073b87;
  color: #fff;
  border: 1px solid #073b87;
  -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: #111;
  display: block;
  line-height: 32px;
  font-weight: 700;
  font-family: "Mukta", 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: #111;
  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: #111;
  font-weight: 400;
}
.footer.address-box .items .description {
  color: #111;
  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: #073b87;
  color: #fff;
  text-decoration: none !important;
  padding-left: 15px;
  padding-right: 15px;
}
.editor-box .apply-btn:hover {
  background: #f39200;
  color: #111;
}

.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: #073b87;
  border: 1px solid #dee2e6;
}
.package-list .items table td {
  font-size: 14px;
  border: 1px solid #dee2e6;
}
.package-list .items table td.title-head {
  font-weight: 700;
  font-size: 14px;
}
.package-list .items table td .pill-head {
  background: #073b87;
  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;
}
.package-list .items table td {
  padding: 8px 15px;
}

.note-list {
  margin: 10px 0;
  display: block;
  padding: 0 30px;
  text-align: center;
}
.note-list li {
  list-style: none;
  font-size: 12px;
  color: #111;
  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 12px;
}

.section {
  padding: 64px 0;
}

.play-icon {
  position: absolute;
  width: 52px;
  height: 37px;
  line-height: 37px;
  top: 40%;
  z-index: 10;
  background: #da1f3d;
  color: #fff;
  border: 0 solid #fff;
  left: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  -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: 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;
}

.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: #da1f3d;
  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 #da1f3d;
  color: #da1f3d;
}
.work-type li a.active-link:hover {
  color: #da1f3d;
}
.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 #da1f3d;
  color: #da1f3d;
}
.work-type.service-type li .nav-link.active:hover {
  color: #da1f3d;
}
.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: #111;
  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: #f1b209;
}

.cat-box {
  margin-bottom: 37px;
}

.inside-page .section.news-updates.featured-works-section .section-title {
  display: inline-block;
}
.inside-page .more-link-box a {
  color: #da1f3d;
}
.inside-page .more-link-box a:hover {
  color: #111;
}
.inside-page .more-link-box a:hover:after {
  background: #111;
}
.inside-page .home-amenities .basic-amenities {
  margin-top: 0;
}

.right-more-link a {
  color: #da1f3d;
  font-size: 16px;
  line-height: 22px;
}
.right-more-link a:hover {
  color: #111;
}

.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: #da1f3d;
  margin-bottom: 12px;
}
.contact-section .contact-list .items.info-item .address-item .address-line {
  color: #111;
  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.vox-pop .modal-dialog {
  max-width: 624px;
}
.quick-pop .modal-dialog {
  max-width: 624px;
  padding: 0;
}
.quick-pop .modal-header {
  border: 0;
  padding: 44px 44px 0 44px;
  margin-top: 0;
}
.quick-pop .modal-header .cat-title {
  border-bottom: 0;
  display: block;
  padding-bottom: 5px;
  font-weight: 700;
  font-family: "Karma", serif;
  font-size: 19px;
  line-height: 26px;
  color: #212121;
  margin-top: -10px;
  margin-bottom: 20px;
}
.quick-pop .modal-header {
  display: block;
}
.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: 16px;
  color: #da1f3d;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 16px;
}
.quick-pop .title-h3 {
  font-size: 24px;
  color: #da1f3d;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 16px;
  color: #111;
}
.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: 0 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: #111;
  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: #565acf;
}

.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: #111;
  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: #da1f3d;
}

.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;
}

.share-box-new {
  margin-top: 50px;
  float: left;
}

.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: 15px;
  display: block;
  line-height: 22px;
  padding: 5px 0;
  text-align: center;
  color: #666;
}

.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: #111;
}
.logo-text .logo-subtitle {
  font-size: 38px;
  line-height: 42px;
  letter-spacing: 2px;
  font-weight: 700;
  display: block;
  margin-top: 15px;
  color: #111;
}

.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: #111;
}

.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: #111;
  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: #111;
  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: #da1f3d;
  -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: #111;
  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: 0;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.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;
  margin-right: 0 !important;
}

.featured-image {
  margin-top: 30px;
  margin-bottom: 10px;
}
.featured-image figcaption {
  font-size: 15px;
  text-align: center;
  display: block;
  line-height: 23px;
  color: #666;
  padding-top: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.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: #c30000;
}

.works {
  height: calc(100vh - 90px);
  background: #f1b209 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;
}

.black-bg {
  background: #111;
  display: flex;
  align-items: center;
  height: calc(100vh - 90px);
}

.recent-updates .items:nth-child(n+4) {
  margin-top: 63px;
}
.recent-updates .items .article-img {
  margin-bottom: 15px;
}
.recent-updates .items .article-img img {
  display: block;
  width: 100%;
  height: 270px;
  object-fit: cover;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  border-radius: 22px;
}
.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: #212121;
  font-family: "Mukta", serif;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  padding: 0 30px;
}
.recent-updates .items .titles {
  padding: 0 30px;
  font-size: 20px;
  line-height: 27px;
  -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 .description {
  padding: 0 30px;
}
.recent-updates .items .btn {
  margin-top: 20px;
  margin-left: 30px;
}
.recent-updates .items a:hover .titles {
  color: #f5f5f5 !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;
  border-color: none;
  color: #c30000;
}
.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;
}
.recent-updates.full-branches .items:nth-child(n+4) {
  margin-top: 50px;
}
.recent-updates.full-branches .items .description {
  margin-top: 15px;
}
.recent-updates.full-branches .items .article-img {
  width: 100%;
  margin-right: 0;
}
.recent-updates.full-branches .items .article-img img {
  width: 100%;
  height: 235px;
}

.section-panel {
  height: 100vh !important;
}

.detail-section {
  margin-top: 10px;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.detail-section .about-row .titles.section-title {
  padding-bottom: 0;
  color: #111;
}
.detail-section .about-row .titles.section-title:before {
  display: none;
}
.detail-section .about-row .titles {
  margin-top: 5px;
  margin-bottom: 5px;
}
.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: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  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: #111;
}
.team-list.management-teams.team-list .item-team .designation {
  color: #666;
}
.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: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  border-radius: 22px;
  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 .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: #111;
  font-size: 29px;
}
.more-section .recent-updates .items .btn {
  margin-top: 47px;
}
.more-section .recent-updates .items a:hover .titles {
  color: #f1b209 !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: #073b87;
  -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: #f1b209;
}

.section.home-about .about-side {
  padding-left: 60px;
}
.section.light-bg {
  background: #f5f5f5;
}

.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);
}
.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: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  border-radius: 22px;
}
.teams-slider .slide-item.team-item {
  opacity: 0;
  filter: alpha(opacity=0);
}
.teams-slider.swiper-initialized .slide-item {
  opacity: 1;
  filter: alpha(opacity=100);
}

.testimonial-slider .slide-item {
  padding: 43px 20px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.testimonial-slider .slide-item.team-item .media {
  align-items: center;
}
.testimonial-slider .slide-item.team-item .article-img {
  margin-bottom: 15px;
  margin-right: 0;
}
.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;
  margin-top: 5px;
}
.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 .slide-item.team-item {
  opacity: 0;
  filter: alpha(opacity=0);
}
.testimonial-slider.swiper-initialized .slide-item {
  opacity: 1;
  filter: alpha(opacity=100);
}

.page-box {
  padding: 0;
  background: #fff;
  margin-bottom: 0;
}
.page-box.author-page-box {
  background: none;
}
.page-box.author-page-box .author-info {
  margin: 0;
}
.page-box .author-row .items .author-info {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  background: #fff;
  padding: 50px 30px;
}
.page-box .author-row .items .media {
  border: 0;
  padding: 0;
}
.page-box .author-row .items .media .auth-box {
  max-width: 40%;
}
.page-box .author-row .items .media .author-img {
  width: 200px;
  margin-right: 20px;
}
.page-box .author-row .items .media .author-img img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.page-box .author-row .items .media .author-name {
  font-size: 30px;
  line-height: 36px;
  color: #111;
}
.page-box .author-row .items .media .author-name .date-line {
  font-size: 15px;
  line-height: 23px;
}
.page-box .author-row .items .media .author-name .date-line {
  font-size: 15px;
  line-height: 23px;
}
.page-box .author-row .items .media .author-name .description {
  font-size: 17px;
  color: #666;
  line-height: 28px;
}
.page-box .author-row .items .media .social-media {
  right: 0;
  position: absolute;
  top: 50%;
  padding: 50px 0 50px 50px;
  border-left: 1px solid #ddd;
  display: flex;
  align-items: center;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-box .author-row .items .media .social-media .titles {
  color: #666;
  margin-right: 15px;
}
.page-box .author-row .items .media .social-media .left-icon {
  color: #666;
  border: 1px solid #666;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  font-size: 14px;
}
.page-box .author-row .items .media .social-media a {
  margin-left: 15px;
}
.page-box .author-row .items .media .social-media a:hover .left-icon {
  background: #111;
  color: #fff;
  border-color: #111;
}
.page-box .items {
  position: relative;
}
.page-box .items .share-tools {
  position: absolute;
  right: 0;
  margin-top: 0;
  top: -10px;
}
.page-box .page-bg {
  position: relative;
  overflow: hidden;
}
.page-box .page-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.28);
}
.page-box .page-bg img {
  width: 100%;
  height: calc(100vh - 116px);
  display: block;
  object-fit: cover;
  z-index: 1;
  animation: pulse-image 50s linear infinite;
}
@keyframes pulse-image {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.page-box .page-bg .page-info {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 1390px;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-box .page-bg .page-info .titles.section-title {
  font-size: 63px;
  font-weight: 400;
  line-height: 73px;
  color: #999;
}
.page-box .titles.section-title {
  margin-bottom: 0;
  font-weight: 700;
  font-family: "Karma", serif;
  font-size: 63px;
  line-height: 70px;
  padding-bottom: 0;
  color: #111;
}
.page-box .titles.section-title:before {
  display: none;
}
.page-box .title-row {
  margin-bottom: 0;
}

.more-updates {
  padding-top: 0;
}
.more-updates .titles.section-title {
  margin-bottom: 46px;
  padding-bottom: 0;
  color: #111;
  font-size: 36px;
  line-height: 45px;
}
.more-updates .titles.section-title:before {
  display: none;
}
.more-updates .items .btn {
  margin-left: 0;
}

.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: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  border-radius: 22px;
}
.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;
}

.full-updates .items {
  margin-bottom: 63px;
}
.full-updates .items.latest-news .titles.news-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
}
.full-updates .items.latest-news .article-img {
  margin-bottom: 20px;
}
.full-updates .items.latest-news .article-img img {
  height: 400px;
  object-fit: cover;
}
.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: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  border-radius: 22px;
}
.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: #111;
  font-weight: 600;
  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: #666;
  padding: 0 50px;
  font-weight: 500;
}
.full-updates .items .btn {
  margin-top: 33px;
  margin-left: 50px;
}
.full-updates .items a:hover .titles {
  color: #073b87 !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 {
  background: #073b87;
  color: #fff;
}

.gallery-grid {
  float: left;
}
.gallery-grid .items {
  margin-bottom: 20px;
}
.gallery-grid .items .article-img {
  position: relative;
}
.gallery-grid .items .article-img .photo-info {
  opacity: 0;
  filter: alpha(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;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  padding: 15px;
  background: rgba(0, 0, 0, 0.3);
}
.gallery-grid .items .article-img .photo-info .titles.title-photo {
  color: #fff;
  font-size: 14px;
}
.gallery-grid .items .article-img .photo-info .designation {
  font-size: 12px;
  color: #fff;
  display: block;
  line-height: 18px;
  margin-top: 5px;
}
.gallery-grid .items .article-img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  background: rgba(0, 0, 0, 0.3);
  -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 img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  -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;
}
.gallery-grid .items .article-img .play-icon {
  top: 30px;
  right: 30px;
  left: auto;
  border: 1px solid #fff;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  background: #777;
  border: 0;
  color: #fff;
}
.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: #f1b209;
  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 .titles {
  color: #fff !important;
}
.gallery-grid .items a:hover .article-img .photo-info {
  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-grid .items a:hover .article-img:before {
  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-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;
}

.ratio {
  position: relative;
  width: 100%;
  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: #fff url(../images/loader.gif) no-repeat center center;
  padding: 30px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
}
.google-map iframe {
  width: 100%;
  display: block;
  height: 480px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  border-radius: 22px;
}

.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;
}

.team-box {
  margin-top: 50px;
}
.team-box:nth-child(1) {
  margin-top: 0;
}

.management-teams {
  justify-content: center;
  margin-bottom: 20px;
}

.view-link {
  position: relative;
  z-index: 3;
}

.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: 70px 0;
}
.section.service-section {
  padding-bottom: 20px;
}
.section.service-section .service-box {
  position: relative;
}
.section.service-section .items .boundary-box {
  padding: 42px;
  border: 1px solid #ccc;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  border-radius: 22px;
  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.service-section .items .boundary-box .description {
  margin-top: 25px;
}
.section.service-section .items a:hover .boundary-box {
  background: #f2f2f2;
  border-color: #f2f2f2;
  -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.service-section .items a:hover .boundary-box .titles.service-title {
  color: #073b87 !important;
}
.section.service-section .items a:hover .boundary-box .rounded-btn {
  background: #073b87;
  color: #fff;
  border-color: #073b87;
  -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.service-section .items a:hover .boundary-box .titles {
  color: #073b87 !important;
}

.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: #f1b209;
  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: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  border-radius: 22px;
}
.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;
}

.success-stories.testimonial-list .items {
  padding-bottom: 30px;
}
.success-stories.testimonial-list .items .story-boundary {
  text-align: left;
  border: 1px solid #ccc;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  border-radius: 22px;
  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;
}
.success-stories.testimonial-list .items:hover .story-boundary {
  border-color: #f1b209;
  -webkit-box-shadow: 0px 42px 54px -54px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 42px 54px -54px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 42px 54px -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;
}
.success-stories.testimonial-list .items .media {
  align-items: center;
}
.success-stories.testimonial-list .items .article-img {
  margin-bottom: 0;
  margin-right: 21px;
}
.success-stories.testimonial-list .items .article-img img {
  width: 56px;
  height: 56px;
  padding: 5px;
  background: #fff;
  border: 1px solid #ccc;
  display: block;
  object-fit: cover;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.success-stories.testimonial-list .items .student-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  display: block;
}
.success-stories.testimonial-list .items .address-title, .success-stories.testimonial-list .contact-section .contact-list .items.info-item .address-item .address-line, .contact-section .contact-list .success-stories.testimonial-list .items.info-item .address-item .address-line {
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  display: block;
}
.success-stories.testimonial-list .items .description {
  margin-top: 24px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.title-row {
  margin-bottom: 40px;
}

.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:nth-child(n+4) {
  margin-top: 40px;
}
.wide-list .items .article-img {
  margin-right: 30px;
  margin-bottom: 0;
}
.wide-list .items .article-img img {
  width: 427px;
  height: 265px;
}
.wide-list .items .titles {
  padding: 0;
}
.wide-list .items .titles.news-title {
  font-size: 26px;
  line-height: 33px;
}
.wide-list .items .description {
  padding: 0;
}
.wide-list .items .btn {
  margin-left: 0;
}

.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: #111;
  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: #f1b209;
  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: #111;
  font-weight: 400;
}
.file-list .items .media .download-size .down-link {
  text-decoration: underline;
  border-left: 1px solid #111;
  padding-left: 10px;
  margin-left: 10px;
}
.file-list .items:nth-child(n+3) .media {
  padding: 30px 0;
  border-top: 1px solid #111;
}
.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: #111;
}
.file-list .items a:hover .download-size .down-link {
  text-decoration: none;
  color: #f1b209;
}
.file-list.guide-list .items .titles {
  position: relative;
}
.file-list.guide-list .items .titles.guide-title {
  font-size: 26px;
  line-height: 32px;
}
.file-list.guide-list .items .titles {
  padding-right: 40px;
}
.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: #111;
  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;
  display: table;
  margin: 0 auto;
  max-width: 1100px;
}
.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: #f1b209;
  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);
}

.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: 8px;
}
.right-side .items {
  margin-top: 30px;
}
.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: #111;
}
.right-side .items .widget-menu li a:hover {
  border-color: #f1b209;
}
.right-side .items.sticky-item {
  position: sticky;
  top: 120px;
}

.contact-row {
  align-items: center;
}

.contact-info {
  border-top: 1px solid #111;
  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: #666;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.contact-img {
  padding: 50px 15px;
}
.contact-img .description {
  margin-top: 26px;
}
.contact-img .description:nth-child(1) {
  margin-top: 0;
}
.contact-img img {
  width: 100%;
  display: block;
}
.contact-img .social-media {
  display: inline-block;
  width: 100%;
  margin-top: 0;
}
.contact-img .social-media a {
  padding: 0;
  color: #212121;
}
.contact-img .social-media a:hover .left-icon {
  color: #c30000;
  -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;
}
.contact-img .social-media a .left-icon {
  width: 36px;
  height: 36px;
  font-size: 18px;
  border: 0 solid #737171;
  line-height: 36px;
  -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;
}

.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: #f1b209;
  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: #fff;
  font-size: 19px;
  line-height: 67px;
}
.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) 100%);
}
.quick-pop .form-row .items.form-left .form-menu li.active .titles {
  color: #111;
}
.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;
}

.update-item .section-title {
  margin-top: 60px;
}

.share-tools .st-btn {
  display: inline-block !important;
  margin-right: 3px !important;
}

.full-gallery {
  margin-top: 0;
}
.full-gallery .items {
  padding-top: 0;
  border-top: 0;
}
.full-gallery .items a {
  padding-bottom: 40px;
  display: block;
}
.full-gallery .items:nth-child(n+4) {
  margin-top: 0;
}
.full-gallery .items:nth-child(n+4) a {
  padding-top: 40px;
  border-top: 1px solid #ddd;
}
.full-gallery .items .article-img img {
  height: auto;
}

.teamlist-box .team-item .article-img {
  margin-bottom: 15px;
  background: #111;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.teamlist-box .team-item .article-img:hover img {
  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;
}
.teamlist-box .team-item .article-img:hover .member-info {
  bottom: 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;
}
.teamlist-box .team-item .article-img .member-info {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  padding: 30px 30px 15px 30px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 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;
  background: linear-gradient(360deg, rgba(17, 17, 17, 0.8) 0%, rgba(17, 17, 17, 0) 100%);
}
.teamlist-box .team-item .article-img img {
  width: 100%;
  height: 223px;
  display: block;
  object-fit: cover;
  -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;
}
.teamlist-box .team-item .article-img .hoz-nav {
  position: relative;
  width: auto;
  z-index: 9998;
  -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;
  padding: 0;
  height: 40px;
  display: flex;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
}
.teamlist-box .team-item .article-img .hoz-nav li {
  line-height: 18px;
}
.teamlist-box .team-item .article-img .hoz-nav li a {
  line-height: normal;
}
.teamlist-box .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;
}
.teamlist-box .team-item .article-img .hoz-nav li a:hover .social-icon {
  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;
}
.teamlist-box .team-item .titles {
  text-align: center;
}
.teamlist-box .team-item .titles.member-name {
  font-size: 15px;
  color: #212121;
  line-height: 22px;
}
.teamlist-box .team-item .titles.designation {
  font-size: 11px;
  line-height: 20px;
  margin-top: 5px;
  font-weight: 400;
  color: #999;
  font-family: "Mukta", serif;
}
.teamlist-box .team-item:nth-child(n+7) {
  margin-top: 50px;
}

.post-items a {
  display: block;
}
.post-items a:hover .article-img:before {
  background: 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;
}
.post-items a:hover .titles.post-title {
  color: #fff !important;
}
.post-items a:hover .caption-info {
  -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;
}
.post-items a:hover .caption-info .btn.rounded-btn.outline-btn {
  border-color: #e3dfdf;
  color: #fff;
  background: #e3dfdf;
}
.post-items a:hover .white-btn {
  color: #ccc !important;
}
.post-items a:hover .service-boundary .titles.post-title {
  color: #111 !important;
}
.post-items a:hover .service-boundary .text-btn {
  color: #c30000 !important;
}
.post-items .article-img {
  width: 100%;
}
.post-items .article-img img {
  width: 100%;
  height: 468px;
  object-fit: cover;
  display: block;
}
.post-items .article-img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  background: rgba(0, 0, 0, 0.3);
  -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;
}
.post-items .article-img .caption-info {
  position: absolute;
  -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;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 34px;
  z-index: 2;
}
.post-items .article-img .caption-info .titles.post-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: #999;
  -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;
}
.post-items .article-img .caption-info .btn.rounded-btn {
  margin-top: 30px;
}
.post-items .article-img .caption-info .btn.rounded-btn.outline-btn {
  border: 1px dashed #fff;
  color: #fff;
}
.post-items .article-img.no-layer:before {
  display: none;
}
.post-items .service-boundary {
  border: 1px solid #ddd;
  padding: 30px;
  background: #fff;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
}

.btn-item {
  position: relative;
}
.btn-item .btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

.quick-contact {
  padding: 50px 0;
  position: relative;
}
.quick-contact:before {
  content: "";
  width: 1px;
  height: 90%;
  background: #d6c59e;
  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%);
}
.quick-contact .items {
  padding: 0 100px;
}
.quick-contact .items .quick-title {
  margin-bottom: 30px;
}
.quick-contact .items .phone-title {
  font-size: 29px;
  line-height: 32px;
  display: block;
  font-weight: 700;
  font-family: "Mukta", serif;
  color: #212121;
}
.quick-contact .items .newsletter-form {
  max-width: 314px;
  border-color: #c30000;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  margin: 0 auto;
}
.quick-contact .items .newsletter-form .textfield, .quick-contact .items .newsletter-form .feedback .textarea, .feedback .quick-contact .items .newsletter-form .textarea, .quick-contact .items .newsletter-form .feedback .select, .feedback .quick-contact .items .newsletter-form .select, .quick-contact .items .newsletter-form .get-news-alert .newsletter-btn, .get-news-alert .quick-contact .items .newsletter-form .newsletter-btn {
  color: #c30000;
  float: left;
  padding-left: 20px;
  width: calc(100% - 50px);
  font-size: 12px;
}
.quick-contact .items .newsletter-form .textfield::-webkit-input-placeholder, .quick-contact .items .newsletter-form .feedback .textarea::-webkit-input-placeholder, .feedback .quick-contact .items .newsletter-form .textarea::-webkit-input-placeholder, .quick-contact .items .newsletter-form .feedback .select::-webkit-input-placeholder, .feedback .quick-contact .items .newsletter-form .select::-webkit-input-placeholder, .quick-contact .items .newsletter-form .get-news-alert .newsletter-btn::-webkit-input-placeholder, .get-news-alert .quick-contact .items .newsletter-form .newsletter-btn::-webkit-input-placeholder {
  color: #212121;
  font-size: 12px;
}
.quick-contact .items .newsletter-form .textfield:-moz-placeholder, .quick-contact .items .newsletter-form .feedback .textarea:-moz-placeholder, .feedback .quick-contact .items .newsletter-form .textarea:-moz-placeholder, .quick-contact .items .newsletter-form .feedback .select:-moz-placeholder, .feedback .quick-contact .items .newsletter-form .select:-moz-placeholder, .quick-contact .items .newsletter-form .get-news-alert .newsletter-btn:-moz-placeholder, .get-news-alert .quick-contact .items .newsletter-form .newsletter-btn:-moz-placeholder {
  color: #212121;
  font-size: 12px;
}
.quick-contact .items .newsletter-form .textfield::-moz-placeholder, .quick-contact .items .newsletter-form .feedback .textarea::-moz-placeholder, .feedback .quick-contact .items .newsletter-form .textarea::-moz-placeholder, .quick-contact .items .newsletter-form .feedback .select::-moz-placeholder, .feedback .quick-contact .items .newsletter-form .select::-moz-placeholder, .quick-contact .items .newsletter-form .get-news-alert .newsletter-btn::-moz-placeholder, .get-news-alert .quick-contact .items .newsletter-form .newsletter-btn::-moz-placeholder {
  color: #212121;
  font-size: 12px;
}
.quick-contact .items .newsletter-form .textfield:-ms-input-placeholder, .quick-contact .items .newsletter-form .feedback .textarea:-ms-input-placeholder, .feedback .quick-contact .items .newsletter-form .textarea:-ms-input-placeholder, .quick-contact .items .newsletter-form .feedback .select:-ms-input-placeholder, .feedback .quick-contact .items .newsletter-form .select:-ms-input-placeholder, .quick-contact .items .newsletter-form .get-news-alert .newsletter-btn:-ms-input-placeholder, .get-news-alert .quick-contact .items .newsletter-form .newsletter-btn:-ms-input-placeholder {
  color: #212121;
  font-size: 12px;
}
.quick-contact .items .newsletter-form .search-btn {
  color: #212121;
  width: 50px;
  border-color: #212121;
  border: 0;
}
.quick-contact .items .newsletter-form .search-btn:hover {
  background: none;
  color: #e3dfdf;
}

.about-posts {
  margin-top: 126px;
  margin-bottom: 50px;
}
.about-posts:nth-child(1) {
  margin-top: 0;
}
.about-posts:nth-of-type(even) .about-post {
  order: 2;
  padding-left: 0;
  padding-right: 40px;
}
.about-posts:nth-of-type(even) .about-post.about-info {
  order: 1;
  padding-left: 0;
}
.about-posts .about-post .page-sub-title {
  margin-top: 50px;
}
.about-posts .about-post .page-sub-title a {
  color: #212121;
}
.about-posts .about-post .page-sub-title a:hover {
  color: #c30000 !important;
}
.about-posts .about-post .article-img img {
  width: 100%;
  height: 716px;
  display: block;
  object-fit: cover;
}
.about-posts .about-post.about-info {
  padding-left: 40px;
}

.isotope-gallery {
  display: block;
  margin: 30px 0 20px 0;
  text-align: center;
}
.isotope-gallery li {
  list-style: none;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 5px;
}
.isotope-gallery li:nth-child(1) {
  margin-left: 0;
}
.isotope-gallery li a {
  overflow: visible;
  text-transform: uppercase;
  line-height: 38px;
  padding: 4px 15px;
  box-sizing: border-box;
  color: #c1b088;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  position: relative;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  border: 1px dashed transparent;
}
.isotope-gallery li a:hover {
  color: #c30000;
  border-color: #c30000;
}
.isotope-gallery li a.current {
  color: #212121;
  border: 1px dashed #c30000;
}
.isotope-gallery li a.current:before {
  width: 100%;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.isotope .isotopeElement.isotopeElementShow,
.masonry .isotopeElement.isotopeElementShow,
.portfolio .isotopeElement.isotopeElementShow {
  opacity: 1;
}

.testimonial-section {
  padding-top: 0;
}

.logo-contact {
  margin-bottom: 30px;
}
.logo-contact img {
  max-width: 154px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.section .section-boundary {
  padding: 82px 82px 0 82px;
  background: linear-gradient(180deg, #e8e5ff 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-border-radius: 295px 40px 40px 40px;
  -moz-border-radius: 295px 40px 40px 40px;
  -ms-border-radius: 295px 40px 40px 40px;
  border-radius: 295px 40px 40px 40px;
}

.recent-updates.full-news .items .recent-feat {
  margin-bottom: 50px;
}
.recent-updates.full-news .items .recent-feat .media {
  align-items: center;
}
.recent-updates.full-news .items .recent-feat {
  background: #e3dfdf;
  padding: 62px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
}
.recent-updates.full-news .items .recent-feat .article-img {
  width: 50%;
}
.recent-updates.full-news .items .recent-feat .article-img img {
  height: 416px;
  width: 100%;
}
.recent-updates.full-news .items .recent-feat .media-body {
  width: 50%;
}
.recent-updates.full-news .items .recent-feat .media-body .titles.news-title {
  font-size: 38px;
  line-height: 48px;
}

.gallery-grid {
  columns: 3;
  column-gap: 20px;
}
@media (max-width: 1200px) {
  .gallery-grid {
    columns: 3;
  }
}
@media (max-width: 992px) {
  .gallery-grid {
    columns: 2;
  }
}
@media (max-width: 575px) {
  .gallery-grid {
    columns: 2;
  }
}
@media (max-width: 330px) {
  .gallery-grid {
    columns: 1;
  }
}
.gallery-grid {
  display: inline-block;
  width: 100%;
}

.right-contact .items {
  background: #fff;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  padding: 25px;
}

.white-boundary {
  padding: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
}

.detail-section .about-row .titles.section-title.search-res-title {
  font-size: 30px;
  line-height: 40px;
}

.thumb-list .media {
  border-top: 1px solid #ddd;
  padding: 18px 0;
}
.thumb-list .media:nth-child(1) {
  padding-top: 0;
  border-top: 0;
}
.thumb-list .media:last-child() {
  padding-bottom: 0;
}
.thumb-list .article-img {
  margin-right: 15px;
  margin-top: 0;
}
.thumb-list .article-img img {
  width: 100%;
  height: 86px;
  display: block;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.thumb-list.video-thumb-list .media:nth-child(2) {
  border-top: 0;
  padding-top: 0;
}
.thumb-list.video-thumb-list .article-img {
  margin-top: 0;
  height: 100%;
}
.thumb-list.video-thumb-list .article-img img {
  width: 96px;
  height: 64px;
  object-fit: cover;
}
.thumb-list.side-list .media .date-line {
  margin-top: 0;
}
.thumb-list.side-list .article-img {
  margin-top: 0;
}
.thumb-list.side-list .article-img img {
  width: 170px;
}
.thumb-list.side-list.full-side-list .media {
  padding: 25px 25px 25px 0;
}
.thumb-list.side-list.full-side-list.full-video-list .media:nth-child(1) {
  padding-top: 0;
}
.thumb-list.side-list.full-side-list .article-img {
  margin-right: 30px;
}
.thumb-list.side-list.full-side-list .article-img img {
  width: 426px;
}
.thumb-list.side-list.full-side-list .titles {
  line-height: 39px;
}
.thumb-list.side-list.full-side-list.author-full-news-list .media {
  border-top: 1px solid #ddd;
}
.thumb-list.main-feat-thumb-list .article-img img {
  width: 190px;
  height: 106px;
}
.thumb-list.main-feat-thumb-list .media:nth-child(1) {
  padding-top: 18px;
  border-top: 1px solid #ddd;
}
.thumb-list.main-feat-thumb-list.alt .media:nth-child(1) {
  padding-top: 0;
  border: 0;
}
.thumb-list.alt .article-img {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
.thumb-list.alt .article-img img {
  width: 70px;
  height: 45px;
  display: block;
}
.thumb-list.bishesh-thumb-list .items:nth-child(n+3) {
  margin-top: 20px;
}
.thumb-list.bishesh-thumb-list .article-img img {
  width: 330px;
  height: auto;
  margin-top: 5px;
}
.thumb-list.category-thumb-list .article-img {
  margin-bottom: 15px;
  margin-right: 0;
}
.thumb-list.category-thumb-list .article-img img {
  height: auto;
}
.thumb-list.wide-news-list.more-video-list .latest-vid {
  border-top: 0 !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.thumb-list.wide-news-list .media {
  padding: 30px 0;
}
.thumb-list.wide-news-list .media.video-latest {
  border-top: 0 !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.thumb-list.wide-news-list .media.video-latest .article-img {
  margin-bottom: 15px;
}
.thumb-list.wide-news-list .media.photo-latest {
  border-top: 0 !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.thumb-list.wide-news-list .media.photo-latest .article-img {
  margin-right: 0 !important;
  margin-bottom: 20px;
}
.thumb-list.wide-news-list .media.photo-latest .article-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.thumb-list.wide-news-list .media:nth-child(1) {
  margin-top: 30px;
  border-top: 1px solid #ddd;
}
.thumb-list.wide-news-list .media .article-img {
  margin-top: 0;
  margin-right: 25px;
}
.thumb-list.wide-news-list .media .article-img img {
  width: 314px;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.thumb-list.wide-news-list .media .description {
  color: #666;
}
.thumb-list.wide-news-list.more-news-list .media:nth-child(1) {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}
.thumb-list.wide-news-list .items {
  position: relative;
}
.thumb-list.wide-news-list .items:nth-child(1) .date-line {
  top: 0;
}
.thumb-list.wide-news-list .items:nth-child(1) .media {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}
.thumb-list.wide-news-list .items .media {
  border-top: 1px solid #444;
  padding: 48px 0 48px 16.66666667%;
  margin: 0;
}
.thumb-list.wide-news-list .items .media .article-img {
  order: 2;
  margin-left: 20px;
  margin-right: 0;
}
.thumb-list.wide-news-list .items .media .btn.rounded-btn.more-btn {
  float: none;
  display: flex !important;
  margin-top: 30px;
  color: #aaa;
}
.thumb-list.wide-news-list .items .date-line {
  position: absolute;
  top: 48px;
  left: 12px;
  font-size: 16px;
  color: #aaa !important;
}
.thumb-list.wide-news-list .items .description {
  color: #e6e6e6;
  margin-top: 15px;
  font-size: 17px;
  line-height: 28px;
}
.thumb-list.lokpriya-news .media .article-img img {
  width: 100px;
  height: auto;
}
.thumb-list.thumb-slide-list .article-img {
  margin-right: 0;
  margin-bottom: 15px;
}
.thumb-list.thumb-slide-list .article-img img {
  height: 430px;
}
.thumb-list.thumb-slide-list .article-img .play-icon {
  top: 20px;
  right: 20px;
  left: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.thumb-list.thumb-slide-list a:hover .titles {
  color: #ccc !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;
}
.thumb-list.new-thumb-list .media {
  padding-left: 60px;
  position: relative;
}
.thumb-list.new-thumb-list .media:nth-child(1) {
  padding-top: 0;
}
.thumb-list.new-thumb-list .media:nth-child(1) .num-box {
  top: 0;
}
.thumb-list.new-thumb-list .media .num-box {
  position: absolute;
  top: 15px;
  left: 0;
  background: #fff;
  width: 45px;
  height: 45px;
  font-size: 23px;
  line-height: 45px;
  font-weight: 700;
  color: #aaa;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.thumb-list.new-thumb-list.quick-links .media {
  padding-left: 30px;
  padding-top: 20px;
}
.thumb-list.new-thumb-list.quick-links .media:nth-child(1) {
  padding-top: 0;
}
.thumb-list.new-thumb-list.quick-links .media:nth-child(1) .left-icon {
  top: 0;
}
.thumb-list.new-thumb-list.quick-links .media .left-icon {
  font-size: 12px;
  background: #c4c4c4;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 19px;
  left: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 20px;
}
.thumb-list.new-thumb-list.int-days .media {
  padding-left: 90px;
  padding-top: 20px;
  padding-bottom: 50px;
}
.thumb-list.new-thumb-list.int-days .media:nth-child(1) {
  padding-top: 0;
}
.thumb-list.new-thumb-list.int-days .media:nth-child(1) .date-box {
  top: 0;
}
.thumb-list.new-thumb-list.int-days .media .date-box {
  background: #da1f3d;
  width: 73px;
  height: 73px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 18px;
  left: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 20px;
  flex-wrap: wrap;
}
.thumb-list.new-thumb-list.int-days .media .date-box .titles {
  color: #fff;
  font-family: "Teko", sans-serif;
  font-weight: 600;
  width: 100%;
}
.thumb-list.new-thumb-list.int-days .media .date-box .titles.days {
  font-weight: 400;
  margin-top: -27px;
}
.thumb-list.new-thumb-list.int-days .media .date-line {
  color: #686867;
  line-height: 14px;
  margin-top: 2px;
}

.section {
  padding: 12px 0;
}
.section.bigyaapan-full {
  background: none;
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 5px 0;
}
.section.bigyaapan-full .bigyaapan-item {
  display: block;
  padding: 0;
}
.section.bigyaapan-full .bigyaapan-item:nth-child(1) {
  margin-top: 0;
}
.section.bigyaapan-full .bigyaapan-item:last-child() {
  padding-bottom: 0;
}
.section.bigyaapan-full img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.section .side-items {
  margin-top: 30px;
}
.section .side-items:nth-child(1) {
  margin-top: 0;
}
.section .side-items.bigyaapan-box img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.section.author-post {
  padding-bottom: 0;
  padding-top: 0;
}

.article-img img {
  display: block;
}

.featured-post {
  margin-bottom: 0;
  padding-bottom: 0;
}
.featured-post .description {
  margin-top: 20px;
}
.featured-post .tag-box {
  margin-bottom: 10px;
}
.featured-post .ratio {
  margin-top: 15px;
}
.featured-post .article-img {
  margin-bottom: 15px;
  margin-top: 15px;
}
.featured-post .article-img img {
  display: block;
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%;
}
.featured-post .post-content {
  padding: 0 8.333333%;
}
.featured-post .post-content .date-line {
  margin-top: 10px;
}
.featured-post .post-with-border {
  padding: 20px 30px 30px 30px;
  border: 1px solid #ddd;
}

.thumb-post-list .thumb-post {
  border-top: 1px solid #ddd;
  padding: 23px 0;
}
.thumb-post-list .thumb-post:nth-child(1) {
  padding-top: 0;
  border-top: 0;
}
.thumb-post-list .thumb-post:nth-child(1) .tag-box a {
  padding-top: 0;
}
.thumb-post-list .article-img {
  margin-top: 15px;
}
.thumb-post-list .article-img img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.thumb-post-list.alt .thumb-post .article-img {
  margin-top: 0;
  margin-bottom: 20px;
}
.thumb-post-list.alt.issue-list .article-img {
  margin-bottom: 10px;
}
.thumb-post-list.alt.issue-list .article-img img {
  aspect-ratio: unset;
}
.thumb-post-list.alt.issue-list .date-line {
  line-height: 18px;
}
.thumb-post-list.side-post-list .thumb-post .date-line {
  margin-top: 0;
}

.e-magazine .article-img {
  margin-bottom: 20px;
}
.e-magazine .article-img img {
  display: block;
  max-width: 100%;
}

.tag-box {
  margin-bottom: 5px;
  display: inline-block;
  background: #da1f3d;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 6px 15px 2px 15px;
  font-weight: 600;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.tag-box.text-tag a {
  background: none;
  color: #c30000;
  display: block;
  line-height: 14px;
  padding: 10px 0;
}
.tag-box.text-tag a:hover {
  color: #212121;
}

.date-line {
  font-size: 14px;
  color: #ccc;
  display: block;
  margin-top: 5px;
}

.news-tab {
  margin-bottom: 20px;
}
.news-tab .nav-item {
  margin-right: 30px;
}
.news-tab .nav-item .nav-link {
  border: 0;
  line-height: 22px;
  background: none !important;
  position: relative;
  padding: 0 0 8px 0;
  font-size: 20px;
  color: #111;
}
.news-tab .nav-item .nav-link.active {
  color: #c30000;
}
.news-tab .nav-item .nav-link.active:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #c30000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.news-tab.vertical-tabs {
  width: 100%;
  border: 0;
}
.news-tab.vertical-tabs .nav-item {
  margin: 10px 0 0 0;
}
.news-tab.vertical-tabs .nav-item:nth-child(1) {
  margin-top: 0;
}
.news-tab.vertical-tabs .nav-item {
  width: 100%;
}
.news-tab.vertical-tabs .nav-item .nav-link {
  border: 0;
  line-height: 22px;
  background: #686867 !important;
  position: relative;
  padding: 14px 20px;
  text-align: center;
  font-size: 20px;
  color: #212121;
  font-weight: 700;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
}
.news-tab.vertical-tabs .nav-item .nav-link:hover {
  background: #e3dfdf !important;
}
.news-tab.vertical-tabs .nav-item .nav-link.active {
  background: #c30000 !important;
  color: #fff;
}
.news-tab.vertical-tabs .nav-item .nav-link.active:before {
  display: none;
}
.news-tab.vertical-tabs .nav-item .nav-link.active:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #da1f3d;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -7px;
}

.cat-name {
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  color: #fff;
  margin-bottom: 10px;
  display: block;
  position: relative;
}
.cat-name .titles {
  color: #fff;
  font-family: "Teko", sans-serif;
  font-weight: 500;
}
.cat-name span:not(.left-icon) {
  padding-right: 40px;
  position: relative;
}
.cat-name span:not(.left-icon):after {
  content: "";
  right: 0;
  width: 0;
  height: 0;
  right: 0;
  top: 10px;
  position: absolute;
  border-top: 22px solid #da1f3d;
  border-right: 23px solid transparent;
}
.cat-name.center:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cat-name:before {
  content: "";
  width: 50px;
  height: 2px;
  background: #da1f3d;
  position: absolute;
  bottom: -1px;
  left: 0;
  display: none;
}
.cat-name.alt {
  margin-bottom: 18px;
  font-size: 26px;
  border-bottom: 0;
}
.cat-name.alt:before {
  display: none;
}
.cat-name.alt span {
  padding: 0;
}
.cat-name.alt span:before {
  display: none;
}
.cat-name .sort-option {
  padding-right: 0;
}
.cat-name.inside-cat-name {
  border: 0;
}
.cat-name.inside-cat-name:before {
  display: none;
}
.cat-name.inside-cat-name .titles.cat-title {
  font-size: 36px;
  font-weight: 600;
}

.feat-one {
  order: 2;
}

.feat-two {
  order: 1;
}

.feat-three {
  order: 3;
}

.text-news .text-items {
  border-top: 1px solid #ddd;
  padding: 15px 0;
}
.text-news .text-items:nth-child(1) {
  padding-top: 0;
  border-top: 0;
}

.author-box .d-flex {
  flex: none;
  align-items: center;
  margin-right: 10px;
  margin-left: 10px;
}
.author-box .d-flex:nth-child(1) {
  margin-left: 0;
}
.author-box .d-flex.date-box {
  margin-left: -5px;
  margin-top: 4px;
}
.author-box .d-flex.date-box .date-line {
  color: #666;
}
.author-box .d-flex.date-box .date-line:before {
  background: #999999;
}
.author-box a {
  align-items: center;
}
.author-box .author-img {
  margin-right: 10px;
}
.author-box .author-img img {
  width: 62px;
  height: 62px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  display: block;
  object-fit: cover;
}
.author-box .date-line {
  width: auto;
  font-weight: normal;
  margin-top: 0;
  top: 0;
  position: relative;
  font-size: 12px;
  line-height: 23px;
  padding-left: 13px;
}
.author-box .date-line:before {
  content: "";
  width: 1px;
  height: 8px;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 8px;
}
.author-box .date-line.alt {
  padding-left: 0;
}
.author-box .date-line.alt:before {
  display: none;
}
.author-box .auth-line.new-auth-line .titles.author-name a {
  color: #111;
}

.published-box {
  margin-top: 15px;
}
.published-box .titles {
  font-family: "Mukta", serif;
  font-size: 15px;
}
.published-box .titles .date-line {
  font-weight: 400;
  display: inline-block;
  font-size: 15px;
  color: #111;
}

.related-tags {
  display: block;
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 30px;
}
.related-tags .tags {
  padding: 3px 15px;
  border-radius: 5px;
  font-weight: 700;
  color: #111;
  margin-right: 11px;
  line-height: 22px;
  font-size: 16px;
  margin-bottom: 12px;
  border: 1px solid #111;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  float: left;
}
.related-tags .tags:hover {
  color: #da1f3d;
  border-color: #da1f3d;
}

.author-row .items .media {
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  padding: 15px;
  position: relative;
  align-items: center;
}
.author-row .items .media .author-img {
  margin-right: 21px;
}
.author-row .items .media .author-img img {
  width: 95px;
  height: 95px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  display: block;
  object-fit: cover;
}
.author-row .items .media .author-name {
  font-family: "Mukta", serif;
  font-size: 18px;
  line-height: 26px;
}
.author-row .items .media .author-name .date-line {
  font-weight: 400;
  font-size: 15px;
  margin-top: 0;
  line-height: 23px;
}
.author-row .items .media .social-media {
  margin-top: 30px;
  float: none;
}
.author-row .items .media .social-media a {
  display: inline-block !important;
  margin-left: 5px;
}
.author-row .items .media .social-media a .left-icon {
  width: 32px;
  height: 32px;
  color: #111;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: flex;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  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;
}
.author-row .items .media .social-media a:hover .left-icon {
  background: #111;
  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;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.right-side {
  padding-top: 0;
}
.right-side.news-right {
  padding-top: 17px;
}
.right-side .side-items {
  margin-top: 30px;
}
.right-side .side-items:nth-child(1) {
  margin-top: 0;
}
.right-side .side-items.bigyaapan-box img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.right-side .side-items .boundary-box {
  background: #eaeaea;
  padding: 20px;
  display: inline-block;
  width: 100%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
.right-side .side-items .boundary-box .thumb-list.lokpriya-news .media {
  border: 0;
  padding: 0;
  margin-top: 20px;
}
.right-side .side-items .boundary-box .thumb-list.lokpriya-news .media:nth-child(1) {
  margin-top: 0;
}
.right-side .side-items .boundary-box .thumb-list.lokpriya-news .media .overlay-box {
  background: #fff;
  -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;
  padding: 20px;
}
.right-side .side-items .boundary-box .thumb-list.lokpriya-news .media .overlay-box .article-img {
  margin-bottom: 0;
  display: block;
}
.right-side .side-items .boundary-box .thumb-list.lokpriya-news .media .overlay-box .article-img img {
  width: 80px;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.right-side .side-items .boundary-box .titles.doctor-name {
  font-family: "Mukta", serif;
}
.right-side .side-items .boundary-box .designation {
  font-family: "Mukta", serif;
  font-size: 13px;
  line-height: 1.3;
  display: block;
  color: #666;
  margin-top: 5px;
}
.right-side .side-items a:hover .overlay-box {
  -webkit-box-shadow: 0 16px 34px -20px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 16px 34px -20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 16px 34px -20px 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;
}

.emag {
  max-width: 92%;
}

.member-name-info .social-list {
  display: none;
}

.thumb-list.side-list.full-side-list.multimedia-list .media .article-img {
  height: 100%;
}
.thumb-list.side-list.full-side-list.multimedia-list .media:nth-child(1) {
  padding-top: 0;
}

.thumb-video {
  position: relative;
  display: block;
}

.main-feature .thumb-post .thumb-row .thumb-items:nth-child(n+3) {
  margin-top: 40px;
}

.photo-gallery.thumb-post-list.alt .thumb-post {
  background: #111;
  padding-bottom: 0;
}
.photo-gallery.thumb-post-list.alt .thumb-post .article-img {
  margin-bottom: 0;
  width: 50%;
  overflow: hidden;
}
.photo-gallery.thumb-post-list.alt .thumb-post .article-img img {
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
  -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;
}
.photo-gallery.thumb-post-list.alt .thumb-post .media .media-body {
  padding: 30px;
}
.photo-gallery.thumb-post-list.alt .thumb-post .media .titles {
  color: #fff;
  font-size: 28px;
  line-height: 35px;
}
.photo-gallery.thumb-post-list.alt .thumb-post .media .tag-box.text-tag {
  color: #da1f3d;
  background: none;
  font-weight: 600;
  display: block;
  line-height: 14px;
  font-size: 14px;
  padding: 10px 0;
}
.photo-gallery.thumb-post-list.alt .thumb-post .media .date-line {
  color: #fff;
}
.photo-gallery.thumb-post-list.alt .thumb-post 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-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-gallery.thumb-post-list.alt .thumb-post a:hover .btn.rounded-btn.more-btn {
  background: #fff;
  color: #111 !important;
}

.gallery-list-full .items:nth-child(n+3) {
  margin-top: 30px;
}

.date-lines.time-stamp-line {
  font-size: 12px;
  margin-top: 10px;
}

.text-setting {
  border: 1px solid #ddd;
  padding: 5px 5px 5px 0;
  display: inline-block;
  align-items: center;
  padding: 0 15px;
  margin-top: 0;
  margin-right: 15px;
  margin-bottom: 10px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.text-setting a {
  width: 40px;
  display: inline-block;
  background: none;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  color: #111;
  text-decoration: none;
  border-left: 1px solid #ddd;
}
.text-setting a:nth-child(1) {
  border-left: 0;
}
.text-setting a .sup {
  width: 20px;
  height: 20px;
  font-size: 18px;
  font-weight: 700;
  background: none;
  position: absolute;
  line-height: 25px;
  top: -3px;
  right: -3px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.text-setting a:hover {
  color: #999999;
}

.side-items .latest-list {
  margin: 0;
  padding: 0;
  display: block;
}
.side-items .latest-list li {
  list-style: none;
  display: inline-block;
  width: 100%;
  padding: 16px 0;
  border-top: 1px solid #ddd;
}
.side-items .latest-list li:nth-child(1) {
  padding-top: 0;
  border-top: 0;
}
.side-items .latest-list li .titles.small-title {
  font-size: 14px;
  font-weight: 400;
}

.boundary-bg {
  background: #f5f5f5;
  padding: 10px;
}
.boundary-bg.white-bg-border {
  background: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.featured-col .featured-post {
  margin-bottom: 20px;
  margin-top: 0;
}

.bichar-blog .media .article-img {
  order: 2;
  margin-left: 20px;
  margin-right: 0;
  margin-top: 0;
}
.bichar-blog .media .article-img img {
  width: 49px;
  height: 49px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  border: 4px solid #ddd;
}
.bichar-blog .media .media-body {
  order: 1;
}
.bichar-blog .media .titles.author-name {
  font-weight: 400;
  font-size: 15px;
  margin-top: 5px;
}
.bichar-blog .media .titles.author-name a {
  color: #777;
}
.bichar-blog .media .titles.author-name a:hover {
  color: #111;
}

.special-event .boundary-bg {
  padding: 47px 25px;
}
.special-event .event-title {
  margin-bottom: 20px;
}
.special-event .special-thumb-list .media:nth-child(1) {
  border-top: 0;
  padding-top: 0;
}

.category-section {
  margin-bottom: 0;
}
.category-section:last-child {
  margin-bottom: 0;
}
.category-section .category-row .featured-col {
  order: 2;
}
.category-section .category-row .cat-col-one {
  order: 1;
}
.category-section .category-row .latest-col {
  order: 3;
}
.category-section .category-row.alt .featured-col {
  order: 1;
}
.category-section .category-row.alt .cat-col-one {
  order: 2;
}
.category-section .the-hard-talk .featured-col {
  order: 1;
}
.category-section .the-hard-talk .cat-col-one {
  order: 2;
}
.category-section .the-hard-talk .cat-col-one .thumb-list {
  margin-top: 0;
}
.category-section .the-hard-talk .cat-col-one .thumb-list .media {
  border-color: #444444;
}
.category-section .the-hard-talk .cat-col-one .thumb-list .media .article-img {
  margin-right: 0;
  margin-left: 15px;
}
.category-section .the-hard-talk .cat-col-one .thumb-list .media .article-img img {
  width: 140px;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.category-section .the-hard-talk .cat-col-one .thumb-list .media .article-img {
  order: 2;
}

.wide-box {
  margin-top: 20px;
}
.wide-box.search-wide-box {
  margin-top: 0;
}
.wide-box.search-wide-box .result-box {
  background: #1e1e1e;
  border: 1px dotted #444;
  padding: 20px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  display: inline-block;
  width: 100%;
  margin: 0 0 30px 0;
  text-align: center;
}
.wide-box.search-wide-box .result-box .titles {
  font-weight: 400;
}
.wide-box.search-wide-box .result-box .keyword-txt {
  font-weight: 700;
}

.video-news-slider .col .article-img {
  margin-top: 0;
  margin-bottom: 10px;
}
.video-news-slider .col .article-img img {
  height: auto;
}

.dark-bg {
  background: #111;
}
.dark-bg .cat-name {
  border-color: #444;
}
.dark-bg .cat-name .titles {
  color: #fff;
}
.dark-bg .byline-box .date-line {
  color: #999;
}
.dark-bg .video-news-slider .col .titles {
  color: #fff;
}
.dark-bg .video-news-slider .col a:hover .titles {
  color: #ccc !important;
}

.fade-bg {
  background: #f5f5f5;
}

.right-tabs {
  float: right;
}
.right-tabs .nav-tabs {
  float: left;
  border: 0;
}
.right-tabs .nav-tabs .nav-link {
  font-size: 17px;
  color: #111;
}
.right-tabs .nav-tabs .nav-link:before {
  display: none;
}
.right-tabs .btn.rounded-btn.more-btn {
  float: left;
  margin-right: 0;
  margin-top: 0;
}

.feat-item-box {
  margin-top: 28px;
}

.bottom-author {
  margin-bottom: 30px;
}

.more-photos-list {
  margin-top: 30px;
}

.bigyaapan-full.mobile-sticky-bigyaapan {
  position: fixed;
  bottom: 0;
  margin: 0 !important;
  width: 100%;
  left: 0;
  display: none;
  background: none;
}
.bigyaapan-full.mobile-sticky-bigyaapan .container {
  padding: 0;
}
.bigyaapan-full.mobile-sticky-bigyaapan {
  z-index: 98;
}
.bigyaapan-full.mobile-sticky-bigyaapan .bigyaapan-item {
  padding: 0;
}
.bigyaapan-full.mobile-sticky-bigyaapan .bigyaapan-toggle {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: -34px;
  left: 15px;
  background: #d13938;
  color: #fff;
  padding: 0;
  width: 34px;
  height: 34px;
  font-size: 12px;
  text-align: center;
  line-height: 34px;
  -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;
}
.bigyaapan-full.mobile-sticky-bigyaapan.bottom-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 9999;
  top: 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;
}
.bigyaapan-full.mobile-sticky-bigyaapan.bottom-footer.bigyaapan-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;
}
.bigyaapan-full.mobile-sticky-bigyaapan.bottom-footer.bigyaapan-hide .bigyaapan-toggle:before {
  content: "\f077";
}
.bigyaapan-full .bigyaapan-item.mobile-bigyaapan {
  display: none;
}

.news-breaks {
  margin-top: 15px;
}
.news-breaks:nth-child(1) {
  margin-top: 0;
}
.news-breaks .article-img {
  margin-top: 10px;
}
.news-breaks .article-img img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.news-breaks iframe {
  display: block;
  margin: 0 auto;
}
.news-breaks .overlay-img {
  position: relative;
  background: #333;
  margin-top: 0;
}
.news-breaks .overlay-img .pic-box {
  position: relative;
  display: inline-block;
  width: 100%;
  z-index: 1;
}
.news-breaks .overlay-img .pic-box:before {
  content: "";
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 1%, #333 100%);
  height: 50%;
  bottom: 0;
  left: 0;
  position: absolute;
}
.news-breaks .overlay-img .overlay-box {
  position: relative;
  padding: 30px;
  margin-top: -125px;
  display: inline-block;
  width: 100%;
  z-index: 2;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.news-breaks .overlay-img .overlay-box .titles {
  color: #fff;
}
.news-breaks .overlay-img .overlay-box .titles.news-title-1 {
  padding: 0 100px;
}
.news-breaks .overlay-img .overlay-box .titles a {
  color: #fff !important;
}
.news-breaks .overlay-img .overlay-box a:hover .titles {
  color: #fff !important;
}
.news-breaks .overlay-img .overlay-box .date-line {
  color: #999;
}
.news-breaks .overlay-img .overlay-box .date-line:before {
  background: #fff;
}
.news-breaks .overlay-img.video-box:before {
  display: none;
}
.news-breaks .overlay-img.video-box .overlay-box {
  margin-top: 0;
}
.news-breaks .author-box {
  margin-top: 10px !important;
}
.news-breaks .author-box .author-name {
  font-family: "Mukta", serif;
}
.news-breaks .thumb-list.category-thumb-list {
  margin-top: 20px;
}
.news-breaks .thumb-list.category-thumb-list .article-img {
  margin: 0;
  margin-bottom: 20px;
}
.news-breaks .author-box.new-author-box {
  justify-content: center;
}
.news-breaks .author-box.new-author-box .dateline {
  margin-left: -10px;
}
.news-breaks .author-box.new-author-box .dateline .date-line {
  color: #ddd;
}

.full-thumb-list .items:nth-child(n+4) {
  margin-top: 30px;
}
.full-thumb-list .items .description {
  margin-top: 15px;
}
.full-thumb-list.four-thumb-list .items:nth-child(n+4) {
  margin-top: 0;
}
.full-thumb-list.four-thumb-list .items:nth-child(n+5) {
  margin-top: 30px;
}
.full-thumb-list.global-news-list .items {
  margin-top: 20px;
}
.full-thumb-list.global-news-list .items:nth-child(1) {
  margin-bottom: 0;
  margin-top: 0;
}
.full-thumb-list.global-news-list .items:nth-child(1) .article-img {
  margin: 0;
}
.full-thumb-list.global-news-list .items:nth-child(n+5) {
  margin-top: 20px;
}
.full-thumb-list.global-news-list .items .boundary-box {
  background: #111;
}
.full-thumb-list.global-news-list .items .boundary-box .date-line {
  color: #fff;
}
.full-thumb-list.global-news-list .items .article-img img {
  display: block;
  margin: 0;
}
.full-thumb-list.global-news-list .items .news-info {
  display: flex;
  align-items: center;
}
.full-thumb-list.global-news-list .items .news-info .boundary-space {
  padding: 30px;
}
.full-thumb-list.global-news-list .items .titles.alt {
  color: #fff;
}
.full-thumb-list.global-news-list .items a:hover .titles.alt {
  color: #eee !important;
}
.full-thumb-list.more-news-list .items:nth-child(n+3) {
  margin-top: 30px;
}

.samachar-list .second-col {
  order: 1;
}
.samachar-list .second-col .thumb-list .media {
  border: 0;
  padding: 20px 0 0 0;
}
.samachar-list .second-col .thumb-list .media:nth-child(1) {
  padding-top: 0;
}
.samachar-list .featured-col {
  order: 2;
}
.samachar-list .txtnews-col {
  order: 3;
}
.samachar-list .txtnews-col .main-feat-thumb-list.special-thumb-list .media:nth-child(1) {
  border-top: 0;
  padding-top: 0;
}

.auth-line {
  align-items: center;
}

.author-box a {
  align-items: center;
}
.author-box .author-img {
  margin-right: 10px;
}
.author-box .author-img img {
  width: 62px;
  height: 62px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #ddd;
  display: block;
  object-fit: cover;
}

.author-box {
  margin-top: 20px !important;
}
.author-box.alt {
  margin-top: 0 !important;
}
.author-box {
  margin-bottom: 20px;
}
.author-box.alt {
  margin-top: 0 !important;
  margin-bottom: 10px;
}
.author-box .author-name {
  display: inline-block;
  margin-right: 10px;
}
.author-box a {
  align-items: center;
}
.author-box .author-img {
  margin-right: 10px;
}
.author-box .author-img img {
  width: 62px;
  height: 62px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  display: block;
  object-fit: cover;
}
.author-box .date-line {
  width: auto;
  font-weight: normal;
  margin-top: 0;
  position: relative;
  padding-left: 13px;
  display: inline-block;
}
.author-box .date-line:before {
  content: "";
  width: 1px;
  height: 8px;
  background: #111;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.extra-news-link a {
  color: #da1f3d !important;
}

.sector-box {
  background: #eee;
  padding: 30px;
  margin-top: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
.sector-box .thumb-list .media .article-img img {
  width: 168px;
  height: 111px;
}
.sector-box.bg-dark {
  background: #111;
}
.sector-box.bg-dark .titles {
  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;
}
.sector-box.bg-dark a:hover .titles {
  color: #ccc !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;
}
.sector-box.bg-dark .thumb-list .media {
  border-color: #444;
}
.sector-box.bg-dark .thumb-list .media .article-img img {
  width: 168px;
  height: 111px;
}

.scroll-box {
  max-height: 590px;
  overflow: auto;
  padding-right: 30px;
}

.pradesh-items .global-news-list .items:nth-child(1) {
  margin-top: 0;
}

.story-section {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding: 0;
  z-index: 999999;
}
.story-section iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.story-section.story-active {
  display: block;
  height: 100vh;
}
.story-section .story-close-btn {
  top: 20px !important;
  right: 20px !important;
  color: #fff;
  cursor: pointer;
  position: fixed;
  display: block;
  font-size: 26px;
  line-height: 48px;
  width: 48px;
  height: 48px;
  z-index: 9999;
  text-align: center;
  border: 0;
  text-align: 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;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.story-section .story-close-btn:hover {
  color: #111;
  background: #fff;
  -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;
}

.story-box {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-left: 120px;
}

.story-title {
  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%);
}
.story-title .titles {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}
.story-title .titles.alt {
  color: #da1f3d;
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
}

.inside-page .author-pic .author-box {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  padding-top: 0 !important;
}
.inside-page .feat-item-box {
  margin-top: 10px;
}

.isotope-gallery {
  display: block;
  margin: 30px 0 20px 0;
  text-align: center;
}
.isotope-gallery li {
  list-style: none;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 5px;
}
.isotope-gallery li:nth-child(1) {
  margin-left: 0;
}
.isotope-gallery li a {
  overflow: visible;
  text-transform: uppercase;
  line-height: 38px;
  padding: 4px 15px;
  box-sizing: border-box;
  color: #c1b088;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  position: relative;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  border: 1px dashed transparent;
}
.isotope-gallery li a:hover {
  color: #c30000;
  border-color: #c30000;
}
.isotope-gallery li a.current {
  color: #212121;
  border: 1px dashed #c30000;
}
.isotope-gallery li a.current:before {
  width: 100%;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.isotope .isotopeElement.isotopeElementShow,
.masonry .isotopeElement.isotopeElementShow,
.portfolio .isotopeElement.isotopeElementShow {
  opacity: 1;
}

.category-list {
  width: 100%;
  display: flex;
  gap: 10px;
  margin: 0 -10px;
  padding: 0;
}
.category-list li {
  list-style: none;
  width: 33.333333%;
  float: left;
  padding: 0 10px;
}
.category-list .items {
  margin-bottom: 20px;
}
.category-list .items .article-img {
  float: left;
  width: 100%;
}
.category-list .items .article-img .play-icon {
  background: #da1f3d;
  border: 1px solid #fff;
  top: 30px;
  right: 0;
  left: auto;
  height: 32px;
  width: 32px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.category-list .items .article-img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.category-list .items .article-img {
  margin-bottom: 0;
}
.category-list .items .titles.captions-info {
  font-family: "Mukta", serif;
}
.category-list .items .dates {
  font-size: 14px;
  color: #ff4900;
  font-style: italic;
}

.boundary-box {
  background: #ffe9e2;
  padding: 30px 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.boundary-box.video-boundary {
  background: #111;
}
.boundary-box.video-boundary .featured-post .titles a:hover {
  color: #999999 !important;
}
.boundary-box.video-boundary .description {
  color: #999999;
}
.boundary-box.video-boundary .titles {
  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;
}
.boundary-box.video-boundary .titles a {
  color: #fff;
}
.boundary-box.video-boundary .media {
  border-color: #444;
}
.boundary-box.video-boundary .media .date-line {
  color: #999999;
}
.boundary-box.video-boundary a:hover .titles {
  color: #999999 !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;
}

.byline-box {
  margin-top: 10px;
  display: block;
}
.byline-box .titles {
  display: inline-block;
  margin-right: 10px;
}
.byline-box .titles a {
  color: #da1f3d;
  font-family: "Mukta", serif;
}
.byline-box .date-line {
  display: inline-block;
  position: relative;
  top: -2px;
}

.author-byline {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-top: 15px;
}
.author-byline .author-line {
  align-items: center;
  border: 0;
}
.author-byline .author-line .article-img {
  margin-right: 10px;
  margin-bottom: 0;
  margin-top: 0;
}
.author-byline .author-line .article-img img {
  width: 38px;
  height: 38px;
  display: block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.author-byline .author-line .titles {
  color: #da1f3d;
  font-family: "Mukta", serif;
}

.category-row.article-row .featured-col {
  order: 2;
}

.page-editor {
  padding: 0 110px;
}
.page-editor .cat-name {
  margin-bottom: 15px;
}
.page-editor .cat-name span {
  padding-right: 25px;
}
.page-editor .cat-name span:after {
  top: 7px;
  border-top: 14px solid #da1f3d;
  border-right: 15px solid transparent;
}

.close-btn-vid {
  display: block;
  background: #da1f3d;
  color: #fff;
  width: 26px;
  height: 26px;
  position: absolute;
  top: -10px;
  right: -15px;
  text-align: center;
  line-height: 24px;
  border-radius: 50px;
  border: 1px solid #fff;
  font-size: 11px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  display: none;
}
.close-btn-vid:hover {
  background: rgb(0, 0, 0);
}

.vid-box {
  height: 172px;
  display: inline-block;
  width: 100%;
}

.pops-video {
  position: fixed !important;
  bottom: 130px;
  right: 30px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  z-index: 9998;
  width: 390px;
}
.pops-video iframe {
  height: 230px !important;
  margin-bottom: 0;
}
.pops-video.show-on-place {
  position: relative !important;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  right: 0;
  top: 0;
  bottom: 0;
  animation: none !important;
}
.pops-video.show-on-place .close-btn-vid {
  display: none;
}
.pops-video .close-btn-vid {
  display: flex !important;
}

.thumb-list.thumb-slide-list.full-thumb-slide-list .items:nth-child(n+5) {
  margin-top: 30px;
}
.thumb-list.thumb-slide-list.full-thumb-slide-list .article-img {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 0;
}
.thumb-list.thumb-slide-list.full-thumb-slide-list .article-img img {
  aspect-ratio: unset;
  height: 400px;
  display: block;
}
.thumb-list.thumb-slide-list.full-thumb-slide-list .article-img .overlay-box {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  background: linear-gradient(rgba(0, 0, 0, 0) 1%, black 100%);
}
.thumb-list.thumb-slide-list.full-thumb-slide-list .article-img .overlay-box .titles {
  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;
  margin-top: 20px;
}
.thumb-list.thumb-slide-list.full-thumb-slide-list .article-img .overlay-box .date-line {
  color: #fff;
}
.thumb-list.thumb-slide-list.full-thumb-slide-list .article-img .overlay-box a:hover .titles {
  color: #ccc !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;
}

.short-videos .items:nth-child(n+5) {
  margin-top: 30px;
}
.short-videos .items .article-img {
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.short-videos .items .article-img iframe {
  width: 100%;
  aspect-ratio: 9/16;
  display: block;
  height: auto;
}

.epaper-list .items:nth-child(n+5) {
  margin-top: 30px;
}

.bigyaapan-full .bigyaapan-boundary {
  padding: 0;
}
.bigyaapan-full .bigyaapan-boundary .titles.adv-title {
  font-size: 14px;
  color: #666;
  font-family: "Mukta", serif;
  font-weight: 400;
  text-align: right;
  margin-bottom: 10px;
}
.bigyaapan-full .bigyaapan-boundary img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.section.home-featured-video {
  padding: 0 30px;
  margin: 5px 0;
}
.section.home-featured-video .article-img img {
  width: 100%;
  display: block;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

.section-wrapper {
  padding: 20px;
  -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;
  background: rgba(34, 34, 34, 0.88);
  backdrop-filter: blur(14px);
}

.nl-news-list {
  justify-content: center;
}
.nl-news-list .items .news-boundary {
  border: 1px solid #444;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  background: #444;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  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;
  position: relative;
  overflow: hidden;
}
.nl-news-list .items .news-boundary .article-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  margin: 0;
}
.nl-news-list .items .news-boundary .article-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
}
.nl-news-list .items .news-boundary .article-img:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(68, 68, 68, 0.87);
  backdrop-filter: blur(1px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 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;
}
.nl-news-list .items .news-boundary .titles {
  color: #fff;
  padding: 15px;
  position: relative;
  z-index: 3;
}
.nl-news-list .items a:hover .news-boundary {
  background: #da1f3d;
}
.nl-news-list .items a:hover .news-boundary .titles {
  color: #fff !important;
}
.nl-news-list .items a:hover .news-boundary .article-img:before {
  background: rgba(218, 31, 61, 0.87);
  -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;
}
.nl-news-list .items:nth-child(n+5) {
  margin-top: 0;
}
.nl-news-list .items:nth-child(n+4) {
  margin-top: 0;
}

.article-img img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

.off-track-news .thumb-list .media {
  border: 0;
}

.big-news-list .media {
  align-items: center;
  padding-bottom: 0;
  border: 0;
}
.big-news-list .media .article-img {
  width: 66.66666667%;
  margin-right: 30px;
  margin-bottom: 0;
}
.big-news-list .media .media-body {
  width: 33.333333%;
}
.big-news-list .items {
  margin-top: 0 !important;
}
.big-news-list .items.latest-feat-item {
  margin-bottom: 30px;
}
.big-news-list .items.latest-feat-item .media {
  background: #1b1a1a;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  padding-bottom: 0;
}
.big-news-list .items.latest-feat-item .media .article-img {
  order: 2;
  margin-right: 0;
  margin-left: 30px;
  margin-bottom: 0;
}
.big-news-list .items.latest-feat-item .media .media-body {
  padding-left: 40px;
}
.big-news-list .items.latest-feat {
  margin-bottom: 30px;
}
.big-news-list .items.latest-feat .article-img {
  position: relative;
  margin-bottom: 0;
}
.big-news-list .items.latest-feat .article-img .overlay-box {
  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;
}
.big-news-list .items.latest-feat a:hover .titles {
  color: #eee !important;
}
.big-news-list.dastabej .items {
  order: 3;
}
.big-news-list.dastabej .items.second-item {
  order: 1;
}
.big-news-list.dastabej .items.latest-feat {
  order: 2;
}

.full-thumb-list.more-video-list {
  margin-top: 80px;
}
.full-thumb-list.big-news-list .items {
  margin-top: 0;
}
.full-thumb-list.six-list .items:nth-child(n+4) {
  margin-top: 0;
}
.full-thumb-list.six-list .items:nth-child(n+7) {
  margin-top: 30px;
}
.full-thumb-list.lead-talk-list .items.latest-item {
  margin-bottom: 30px;
}

.editor-bigyaapan-box .bigyaapan-boundary .titles.adv-title {
  font-size: 14px;
  color: #666;
  font-family: "Mukta", serif;
  font-weight: 400;
  margin-bottom: 10px;
}
.editor-bigyaapan-box .bigyaapan-boundary img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  display: block;
}

.tip-us-box {
  margin-top: 60px;
}
.tip-us-box .items .tipus-boundary {
  border: 1px solid #ddd;
  padding: 20px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  background: #fafafa;
}
.tip-us-box .items .tipus-boundary .titles {
  margin: 0 0 5px 0;
}
.tip-us-box .items .tipus-boundary .tip-title {
  padding-left: 27px;
  margin-bottom: 10px;
}
.tip-us-box .items .tipus-boundary .article-img {
  margin-right: 15px;
}
.tip-us-box .items .tipus-boundary .article-img img {
  width: 92px;
  padding: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: block;
  border: 1px solid #ddd;
}

.inside-bigyaapan .bigyaapan-full {
  padding: 0 !important;
}
.inside-bigyaapan .bigyaapan-full .bigyaapan-item {
  padding-top: 0;
}
.inside-bigyaapan .bigyaapan-boundary {
  background: #1e1e1e;
}
.inside-bigyaapan .container {
  padding: 0;
}

.watch-on-menu {
  margin-bottom: 30px;
}
.watch-on-menu .watch-nav {
  background: linear-gradient(#333 1%, #1e1e1e 100%);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  padding: 20px 40px;
  display: inline-block;
  width: 100%;
  margin: 0;
}
.watch-on-menu .watch-nav .watch-on-navs {
  display: flex;
  justify-content: center;
  align-items: center;
}
.watch-on-menu .watch-nav .watch-on-navs a {
  color: #fff;
  padding-right: 50px;
  background: linear-gradient(#333 1%, #111 100%);
  padding: 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #7c7c7c;
  margin-left: 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;
  font-size: 18px;
  font-weight: 700;
  height: 42px;
  line-height: 42px;
  display: flex;
  align-items: center;
}
.watch-on-menu .watch-nav .watch-on-navs a .left-icon {
  position: relative;
  right: 0;
  top: 0;
  color: #fff;
  font-size: 23px;
}
.watch-on-menu .watch-nav .watch-on-navs a:hover {
  border-color: #fff;
  -webkit-box-shadow: 0 4px 14px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0 4px 14px rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 14px rgba(255, 255, 255, 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;
}

.featured-video-section .featured-yt-video {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
  background-color: #000;
}

.featured-video-section .video-wrapper {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  width: 100%;
  height: 100%;
  min-width: auto;
  min-height: auto;
  pointer-events: none;
  z-index: 1;
}
.featured-video-section #youtube-player {
  width: 100%;
  height: 100%;
}
.featured-video-section {
  /* Dark Overlay for better readability */
}
.featured-video-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.featured-video-section {
  /* Sound Toggle Button */
}
.featured-video-section .sound-button-new {
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 20;
  width: 32px;
  height: 32px;
  font-size: 18px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured-video-section .sound-button-new:hover {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.05);
}
.featured-video-section .sound-button-new:active {
  transform: scale(0.95);
}

.more-link {
  margin-top: 15px;
}

.hamro-team-list .team-items {
  border: 1px solid #ddd;
  padding: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  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;
}
.hamro-team-list .team-items:hover {
  background: #fbfbfb;
  -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;
}
.hamro-team-list .team-items:nth-child(1) {
  margin-top: 0;
}
.hamro-team-list .team-items .titles.small-title {
  font-weight: 400;
  color: #111;
  margin: 0;
}
.hamro-team-list .team-items .media {
  align-items: center;
}
.hamro-team-list .team-items .article-img {
  margin-right: 15px;
}
.hamro-team-list .team-items .article-img img {
  width: 85px;
  height: 85px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  display: block;
  object-fit: cover;
  object-position: top;
}
.hamro-team-list .team-items .team-lists {
  align-items: center;
}
.hamro-team-list .team-items .team-lists .hoz-nav {
  margin: 0;
  padding: 0;
  float: right;
  display: flex;
  align-items: center;
}
.hamro-team-list .team-items .team-lists .social-box a {
  margin: 0;
}
.hamro-team-list .team-items .team-lists .social-box a .social-icon {
  border: 1px solid #aaa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #aaa;
  margin: 0;
  width: 29px;
  height: 29px;
  -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;
}
.hamro-team-list .team-items .team-lists .social-box a:hover .social-icon {
  color: #111;
  border-color: #111;
  -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-section .bigyaapan-full .container {
  padding: 0;
}

.mobile-bigyaapan {
  display: none;
}

.mobile-bigyaapan-four-box {
  margin-bottom: 10px;
  display: none;
}
.mobile-bigyaapan-four-box .container {
  padding: 0 12px;
}
.mobile-bigyaapan-four-box .bigyaapan-mobile-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.mobile-bigyaapan-four-box .bigyaapan-mobile-box .bigyaapan-item {
  padding: 0;
  width: 100%;
}
.mobile-bigyaapan-four-box .bigyaapan-mobile-box .bigyaapan-item img {
  width: 100%;
  display: block;
  margin: 0;
}

.titles {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  display: block;
  font-family: "Mukta", serif;
}
.titles.topic-title {
  font-family: "Teko", sans-serif;
  font-weight: 500;
}
.titles.dark-title {
  color: #111;
}
.titles a {
  color: #fff;
}
.titles a:hover {
  color: #999999 !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;
}
.titles.sub-line {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #111;
  font-family: "Mukta", serif;
  margin-top: 20px;
  display: inline-block;
  width: 100%;
  margin-top: 15px !important;
}
.titles.more-news-link a {
  text-decoration: underline;
}
.titles.more-news-link a:hover {
  text-decoration: none;
}
.titles.event-title {
  font-size: 52px;
  font-weight: 700;
  line-height: 62px;
}
.titles.issue-title a {
  display: inline-block;
  color: #c30000;
  font-weight: 700;
}
.titles.issue-title a:hover {
  color: #212121;
}
.titles.issue-title {
  font-weight: 400;
}
.titles.page-sub-title {
  font-size: 44px;
  font-weight: 400;
  color: #212121;
  line-height: 54px;
  margin-bottom: 37px;
}
.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: #f1b209;
  font-weight: 600;
}
.titles.white {
  color: #fff;
}
.titles.author-title {
  font-size: 16px;
  font-weight: 400;
}
.titles.author-title .date-line {
  color: #999;
}
.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: #da1f3d;
  font-size: 54px;
  line-height: 60px;
}
.titles.tag-title {
  font-size: 16px;
  font-weight: 600;
  color: #f1b209;
  line-height: 22px;
  margin-bottom: 27px;
  text-transform: uppercase;
}
.titles.tag-title.white {
  color: #fff;
}
.titles.section-title {
  padding: 0;
  font-family: "Mukta", serif;
  font-weight: 700;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
.titles.section-title.left-title:before {
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.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.title-small {
  font-weight: 400;
  font-size: 14px;
}
.titles.team-title {
  font-family: "Teko", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.titles.alt-title {
  font-family: "Mukta", serif;
}
.titles.news-title-1 {
  font-size: 62px;
  line-height: 1.4;
}
.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: #111;
  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: #111;
  color: #fff;
  padding: 5px 20px;
}
.titles .alt-title {
  color: #111;
}
.titles.title-2 {
  font-size: 32px;
  line-height: 42px;
}
.titles.title-2.section-title {
  font-size: 42px;
  line-height: 48px;
  font-weight: 400;
}
.titles.breaking-title {
  font-size: 46px;
  line-height: 56px;
  font-weight: 400;
}
.titles.search-title {
  font-size: 30px;
  line-height: 36px;
  font-family: "Teko", sans-serif;
  font-weight: 700;
}
.titles.search-title .keyword {
  color: #111;
}
.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: 26px;
  line-height: 30px;
  color: #111;
  margin: 0;
  font-weight: 700;
  font-family: "Mukta", serif;
}
.titles.page-title.search-title .keyword {
  color: #111;
}
.titles.section-cat-title {
  font-weight: 700;
  font-family: "Mukta", 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: #111;
  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: #111;
  font-weight: 400;
  position: relative;
}
.titles.section-cat-title .more-links a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #111;
  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: #111;
  margin-top: 20px;
}
.titles .unit-title {
  color: #84a9ac;
  font-size: 10px;
}
.titles.feedback-title {
  font-size: 24px;
}
.titles.title-10,
.titles .title-11,
.titles .title-12,
.titles .title-13,
.titles .title-14,
.titles .title-15,
.titles .title-16,
.titles .title-17,
.titles .title-18,
.titles .title-19,
.titles .title-20,
.titles .title-21,
.titles .title-22,
.titles .title-23,
.titles .title-24,
.titles .title-25,
.titles .title-26,
.titles .title-27,
.titles .title-28,
.titles .title-29,
.titles .title-30,
.titles .title-31,
.titles .title-32,
.titles .title-33,
.titles .title-34,
.titles .title-35,
.titles .title-36,
.titles .title-37,
.titles .title-38,
.titles .title-39,
.titles .title-40,
.titles .title-41,
.titles .title-42,
.titles .title-43,
.titles .title-44,
.titles .title-45,
.titles .title-46,
.titles .title-47,
.titles .title-48,
.titles .title-49,
.titles .title-51,
.titles .title-52,
.titles .title-53,
.titles .title-54,
.titles .title-55,
.titles .title-56,
.titles .title-57,
.titles .title-58,
.titles .title-59,
.titles .title-60,
.titles .title-61,
.titles .title-62,
.titles .title-63,
.titles .title-64,
.titles .title-65,
.titles .title-66,
.titles .title-67,
.titles .title-68,
.titles .title-69,
.titles .title-70,
.titles .title-71,
.titles .title-72,
.titles .title-94 {
  line-height: 1.4;
}
.titles.title-10 {
  font-size: 10px;
}
.titles.title-11 {
  font-size: 11px;
}
.titles.title-12 {
  font-size: 12px;
}
.titles.title-13 {
  font-size: 13px;
}
.titles.title-14 {
  font-size: 14px;
}
.titles.title-15 {
  font-size: 15px;
}
.titles.title-16 {
  font-size: 16px;
}
.titles.title-17 {
  font-size: 17px;
}
.titles.title-18 {
  font-size: 18px;
}
.titles.title-19 {
  font-size: 19px;
}
.titles.title-20 {
  font-size: 20px;
}
.titles.title-21 {
  font-size: 21px;
}
.titles.title-22 {
  font-size: 22px;
}
.titles.title-23 {
  font-size: 23px;
}
.titles.title-24 {
  font-size: 24px;
}
.titles.title-25 {
  font-size: 25px;
}
.titles.title-26 {
  font-size: 26px;
}
.titles.title-27 {
  font-size: 27px;
}
.titles.title-28 {
  font-size: 28px;
}
.titles.title-29 {
  font-size: 29px;
}
.titles.title-30 {
  font-size: 30px;
}
.titles.title-31 {
  font-size: 31px;
}
.titles.title-32 {
  font-size: 32px;
}
.titles.title-33 {
  font-size: 33px;
}
.titles.title-34 {
  font-size: 34px;
}
.titles.title-35 {
  font-size: 35px;
}
.titles.title-36 {
  font-size: 36px;
}
.titles.title-37 {
  font-size: 37px;
}
.titles.title-38 {
  font-size: 38px;
}
.titles.title-39 {
  font-size: 39px;
}
.titles.title-40 {
  font-size: 40px;
}
.titles.title-41 {
  font-size: 41px;
}
.titles.title-42 {
  font-size: 42px;
}
.titles.title-43 {
  font-size: 43px;
}
.titles.title-44 {
  font-size: 44px;
}
.titles.title-45 {
  font-size: 45px;
}
.titles.title-46 {
  font-size: 46px;
}
.titles.title-47 {
  font-size: 47px;
}
.titles.title-48 {
  font-size: 48px;
}
.titles.title-49 {
  font-size: 49px;
}
.titles.title-50 {
  font-size: 50px;
}
.titles.title-51 {
  font-size: 51px;
}
.titles.title-52 {
  font-size: 52px;
}
.titles.title-53 {
  font-size: 53px;
}
.titles.title-54 {
  font-size: 54px;
}
.titles.title-55 {
  font-size: 55px;
}
.titles.title-56 {
  font-size: 56px;
}
.titles.title-57 {
  font-size: 57px;
}
.titles.title-58 {
  font-size: 58px;
}
.titles.title-59 {
  font-size: 59px;
}
.titles.title-60 {
  font-size: 60px;
}
.titles.title-61 {
  font-size: 61px;
}
.titles.title-62 {
  font-size: 62px;
}
.titles.title-63 {
  font-size: 63px;
}
.titles.title-64 {
  font-size: 64px;
}
.titles.title-65 {
  font-size: 65px;
  line-height: 1.3;
}
.titles.title-66 {
  font-size: 66px;
}
.titles.title-67 {
  font-size: 67px;
}
.titles.title-68 {
  font-size: 68px;
}
.titles.title-69 {
  font-size: 69px;
}
.titles.title-70 {
  font-size: 70px;
}
.titles.title-71 {
  font-size: 71px;
}
.titles.title-72 {
  font-size: 72px;
}
.titles.title-94 {
  font-size: 78px;
  line-height: 1.2;
}
.titles.tag-link {
  font-family: "Mukta", serif;
  margin-bottom: 15px;
}
.titles.tag-link span {
  background: #da1f3d;
  padding: 2px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
}

.small-title {
  font-size: 14px;
  color: #999999;
  display: block;
  line-height: 16px;
}

.modal-title {
  padding: 18px 25px 10px 25px;
}

.bigyaapan-show img {
  width: 100%;
  height: auto;
}

.swal2-title {
  font-family: "Karma", serif;
  font-weight: 500;
  font-size: 22px;
  color: #111;
}

.swal2-html-container {
  font-family: "Mukta", 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: #111;
  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: #999999 !important;
}
a:hover .main-title, a:hover .subline {
  color: #999999 !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;
}

/* Ripple Out */
@-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;
}

/* App container */
.app-container {
  position: relative;
  height: 100%;
  width: 100%;
}
.app-container:hover .nav-button.back-icon, .app-container:hover .back-icon.swiper-button-next, .app-container:hover .back-icon.swiper-button-prev,
.app-container:hover .sound-button,
.app-container:hover .share-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;
}

/* Video feed */
.video-feed {
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  position: relative;
  scroll-behavior: smooth; /* Add smooth scrolling */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.video-feed::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.video-feed {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

/* Video card */
.video-card {
  height: 100%;
  width: 100%;
  position: relative;
  scroll-snap-align: start;
  background-color: #000;
}

.video-container {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* YouTube container styles */
.youtube-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.youtube-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  pointer-events: none; /* Prevent interaction with the iframe */
}

/* For vertical videos, we need to scale the iframe */
@media (max-width: 768px) {
  .youtube-container iframe {
    width: 100vh;
    height: 100vw;
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
/* Navigation buttons */
.navigation-buttons {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 30;
}

.nav-button, .swiper-button-next, .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  transition: all 0.3s ease;
}
.nav-button.disabled, .disabled.swiper-button-next, .disabled.swiper-button-prev {
  color: #666;
  opacity: 0.1;
  filter: alpha(opacity=10);
  visibility: hidden;
  transition: all 0.3s ease;
}

.nav-button:hover, .swiper-button-next:hover, .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(255, 255, 255, 0.5);
}

.nav-button i, .swiper-button-next i, .swiper-button-prev i {
  width: 24px;
  height: 24px;
}

/* Video overlay content */
.video-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  color: white;
  z-index: 10; /* Ensure overlay is above the video */
  pointer-events: none; /* Allow clicks to pass through to the video */
}

.video-info {
  margin-bottom: 64px;
  pointer-events: auto; /* Allow interaction with text */
}

.username {
  font-weight: bold;
  margin-bottom: 4px;
}

.description {
  font-size: 14px;
  margin-bottom: 8px;
}

.music-info {
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.music-info i {
  margin-right: 8px;
  width: 16px;
  height: 16px;
}

.music-text {
  font-size: 12px;
}

/* Video actions sidebar */
.video-actions {
  position: absolute;
  bottom: 80px;
  right: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  z-index: 10; /* Ensure actions are above the video */
  pointer-events: auto; /* Allow interaction with buttons */
}

/* Action buttons */
.action-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
}

.action-icon {
  width: 32px;
  height: 32px;
  stroke: white;
  stroke-width: 2;
}

.action-label {
  font-size: 12px;
  margin-top: 4px;
}

/* Sound button styles */
.sound-button {
  position: relative;
}

.sound-icon.active {
  fill: #fe2c55;
  stroke: #fe2c55;
}

/* Sound wave animation for active sound */
@keyframes soundWave {
  0% {
    box-shadow: 0 0 0 0 rgba(254, 44, 85, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(254, 44, 85, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(254, 44, 85, 0);
  }
}
.sound-button.sound-on .sound-icon {
  animation: soundWave 2s infinite;
}

/* Button animation */
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.nav-button:active, .swiper-button-next:active, .swiper-button-prev:active {
  animation: pulse 0.3s ease;
}

/* Sound toggle animation */
@keyframes soundToggle {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.sound-button:active .sound-icon {
  animation: soundToggle 0.3s ease;
}

.video-actions {
  width: 100%;
  bottom: 30px;
}

.video-actions .sound-button {
  position: absolute;
  bottom: 0;
  left: 20px;
}

.video-actions .share-icon {
  position: absolute;
  bottom: 0;
  right: 8px;
  z-index: 9999;
}

.video-actions .share-icon svg {
  height: 19px;
}

.short-viewer {
  background: linear-gradient(to bottom, #333 30%, #222 100%);
  display: flex;
  align-items: center;
  height: 100vh;
  width: 100%;
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
}
.short-viewer .view-device {
  width: 360px;
  height: calc(100vh - 200px);
  display: block;
  margin: 0 auto;
  background: #000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.short-viewer .view-device iframe {
  height: 100% !important;
}

.back-icon {
  position: absolute;
  top: 20px;
  left: 15px;
  z-index: 9999;
}

/* Add these styles to your CSS file */
/* Video feed styles */
.video-feed {
  position: relative;
  height: 100%;
  width: 100%;
  touch-action: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

.video-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  touch-action: none;
}

.youtube-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  touch-action: none;
}

.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Navigation styles */
.navigation {
  position: absolute;
  top: 50%;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  right: -70px;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav-button, .swiper-button-next, .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.nav-button:hover, .swiper-button-next:hover, .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.nav-button.disabled, .disabled.swiper-button-next, .disabled.swiper-button-prev {
  opacity: 0.5;
  cursor: not-allowed;
}

.sound-button {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.sound-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.sound-button.sound-on {
  background-color: rgba(0, 0, 0, 0.5);
}

/* Hide navigation buttons on mobile */
@media (max-width: 768px) {
  .nav-button, .swiper-button-next, .swiper-button-prev {
    display: none !important;
  }
}
/* Swipe indicator styles */
.swipe-indicator {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
  z-index: 1000;
}

.swipe-indicator::before {
  content: "";
  width: 30px;
  height: 30px;
  border-style: solid;
  border-width: 0 5px 5px 0;
  display: inline-block;
  transform: rotate(45deg);
  border-color: white;
}

.swipe-indicator.prev::before {
  transform: rotate(-135deg);
}

.swipe-indicator.next::before {
  transform: rotate(45deg);
}

/* Queue indicator styles */
.queue-indicator {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px;
  border-radius: 5px;
  display: none;
  flex-direction: column;
  align-items: center;
  z-index: 1000;
}

.queue-indicator.active {
  display: flex;
}

.queue-count {
  font-size: 24px;
  font-weight: bold;
}

.queue-label {
  font-size: 12px;
  opacity: 0.8;
}

.sound-button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  opacity: 0;
  filter: alpha(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;
}

.share-icon {
  position: absolute;
  bottom: 20px;
  right: 8px;
  z-index: 9999;
  opacity: 0;
  filter: alpha(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;
}

.nav-button.back-icon, .back-icon.swiper-button-next, .back-icon.swiper-button-prev {
  display: flex !important;
  opacity: 0;
  filter: alpha(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;
}
.nav-button.share-icon, .share-icon.swiper-button-next, .share-icon.swiper-button-prev {
  display: flex !important;
  opacity: 0;
  filter: alpha(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;
}
.nav-button.share-icon svg, .share-icon.swiper-button-next svg, .share-icon.swiper-button-prev svg {
  height: 19px;
}

.short-swiper-slider {
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.video-card {
  width: 100%;
  height: 100%;
  position: relative;
}

.youtube-container {
  width: 100%;
  height: 100%;
}

.controls {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  display: flex;
  gap: 10px;
}

.sound-button {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: white;
}

.sound-button.sound-on {
  background: rgba(255, 255, 255, 0.5);
  color: black;
}

.swiper-pagination {
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: none;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: block;
  margin: 8px 0;
  background: white;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-button-prev {
  left: auto;
  right: auto;
  float: left;
}
.swiper-button-prev:after {
  content: "\f106";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 30px;
}

.swiper-button-next {
  margin-top: 10px;
  left: auto;
  right: auto;
  float: left;
}
.swiper-button-next:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 30px;
}

.view-device.swipe-device {
  position: relative;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.view-device.swipe-device .sound-btn {
  z-index: 98;
  position: absolute;
  bottom: 20px;
  left: 20px;
  opacity: 0;
  filter: alpha(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;
}
.view-device.swipe-device .swipe-button-box {
  position: absolute;
  top: 50%;
  right: -70px;
  z-index: 9998;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
}
.view-device.swipe-device .swipe-button-box .swiper-button-prev {
  position: relative;
  top: 0;
}
.view-device.swipe-device .swipe-button-box .swiper-button-next {
  position: relative;
  top: 0;
}
.view-device.swipe-device .back-icon {
  display: flex !important;
  opacity: 0;
  filter: alpha(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;
}
.view-device.swipe-device .back-icon:hover {
  color: #fff;
}
.view-device.swipe-device .share-icon {
  display: flex !important;
  opacity: 0;
  filter: alpha(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;
}
.view-device.swipe-device .share-icon svg {
  height: 19px;
}
.view-device.swipe-device .share-icon:hover {
  color: #fff;
}
.view-device.swipe-device:hover .nav-button.back-icon, .view-device.swipe-device:hover .back-icon.swiper-button-prev, .view-device.swipe-device:hover .back-icon.swiper-button-next,
.view-device.swipe-device:hover .sound-btn,
.view-device.swipe-device:hover .share-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;
}

/* Ensure Facebook players fill the swiper slide */
.fb-video,
.fb-video span,
.fb-video iframe {
  width: 100% !important;
  height: 100% !important;
}

/* Prevent interaction so Swiper can still capture the drag/swipe */
.youtube-container {
  pointer-events: none;
}

.short-viewer .fb-video iframe {
  transform: none !important;
}

/* Force the Facebook SDK container to fill the entire card */
.fb-video,
.fb-video > span,
.fb-video > span > iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  top: 0;
  left: 0;
  transform: none !important;
}

/* Ensure the YouTube container doesn't block Swiper touch events */
.youtube-container {
  background-color: #000; /* Seamless looping background */
  pointer-events: none; /* Allows swiper to detect drags even over the video */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Fix for vertical video centering */
.youtube-container iframe {
  max-width: none;
}

.footer {
  margin: 0;
  width: 100%;
  font-size: 16px;
  background: none;
  display: inline-block;
  color: #212121;
  font-family: "Mukta", serif;
  position: relative;
  bottom: 0;
  z-index: 1;
}
.footer .footer-container {
  background: rgba(34, 34, 34, 0.88);
  backdrop-filter: blur(14px);
  padding: 0 26px 26px 26px;
  -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;
  margin-bottom: 30px;
}
.footer .footer-boundary {
  background: #0c0c0c;
  padding: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
.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: 18px;
  display: block;
  font-size: 14px;
}
.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;
}
.footer .items .social-media {
  display: inline-block;
  width: 100%;
  margin-top: 0;
  margin-left: 20px;
}
.footer .items .social-media a {
  padding: 0;
  color: #fff;
  margin-left: 14px;
}
.footer .items .social-media a:nth-child(1) {
  margin-left: 0;
}
.footer .items .social-media a:hover .left-icon {
  color: white-bg;
  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 .items .social-media a .left-icon {
  width: 30px;
  height: 30px;
  font-size: 13px;
  border: 1px solid #aaa;
  line-height: 30px;
  color: #aaa;
  -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;
}
.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: #1977f3;
}
.footer .items .media .twitter {
  background: #00aced;
}
.footer .items .media .youtube {
  background: #bb0000;
}
.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 {
  text-align: left !important;
  font-size: 16px;
  margin: 0;
}
.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.env-icon {
  margin-top: -10px;
  display: block;
}
.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 .items .footer-logo-box {
  margin: 0 0 20px 0;
  padding: 15px 0;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .items .footer-logo-box .footer-logo img {
  max-width: 80px;
  display: block;
}
.footer .items .social-right {
  display: flex;
  align-items: center;
}
.footer .items .social-right .titles {
  flex: none;
  color: #e6e6e6;
}
.footer .items .social-right .titles .social-media {
  margin-left: 10px;
}
.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;
}
.footer .bn-news .footer-list {
  margin: 0;
  padding: 0;
  display: flex !important;
  justify-content: space-between;
}
.footer .bn-news .footer-list li {
  list-style: none;
  font-size: 14px;
  color: #fff !important;
  line-height: 20px;
  display: inline-block;
  margin-right: 15px;
  overflow: visible !important;
  text-overflow: ellipsis;
}
.footer .bn-news .footer-list li .titles {
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
}

.copyright {
  font-size: 14px;
  padding: 15px 0;
  color: #111;
}
.copyright .company-info a {
  color: #fff;
}
.copyright .designby a {
  color: #fff;
}

.footer-line {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  background: #073b87;
  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: #c30000;
  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: #c30000;
  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;
  padding: 0;
  display: block;
}
ul.footer-nav li {
  list-style: none;
  margin: 0;
  padding: 10px 0 0 0;
  font-size: 16px;
  line-height: 18px;
  color: #e6e6e6;
}
ul.footer-nav li:nth-child(1) {
  padding-top: 0;
}
ul.footer-nav li {
  display: block;
  position: relative;
  padding-left: 0;
  color: #fff;
}
ul.footer-nav li .left-icon {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 11px;
}
ul.footer-nav li a {
  font-size: 14px;
  display: block;
  color: #e6e6e6;
  line-height: 18px;
  margin-bottom: 0;
  padding-bottom: 0;
}
ul.footer-nav li a:hover {
  text-decoration: none;
  color: #fff;
}
ul.footer-nav.half-list li {
  width: 40%;
  float: left;
}
ul.footer-nav.team-menu {
  margin-top: 0;
}
ul.footer-nav.team-menu li {
  color: #fff;
  padding: 20px 0 0 0;
}
ul.footer-nav.team-menu li:nth-child(1) {
  padding-top: 0;
}
ul.footer-nav.team-menu li .titles {
  color: #fff;
}
ul.footer-nav.team-menu li .titles.footer-title {
  margin-bottom: 5px;
  font-size: 14px;
}
ul.footer-nav.team-menu li .titles.team-designation {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #fff;
}
ul.footer-nav.team-menu li .titles.team-name {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #e6e6e6;
}

.social-icon {
  font-size: 18px;
  color: #111;
  margin-right: 15px;
}
.social-icon:hover {
  color: #666;
}
.social-icon .icons {
  font-size: 24px;
  color: #111;
  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: 600;
  color: #fff;
  display: block;
  margin-top: 0;
  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 .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;
  border-top: 0px solid #ccc;
  padding-top: 0;
  padding-bottom: 0;
  color: #e6e6e6;
  font-size: 12px;
  line-height: 18px;
  font-family: "Mukta", serif;
}
.copyrights h2 a {
  color: #e6e6e6;
}
.copyrights h2 a:hover {
  color: #fff !important;
}

.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: #111;
}
.hoz-nav li {
  list-style: none;
  display: inline-block;
  color: #111;
  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: #111;
}
.hoz-nav li a:hover {
  color: #999;
}
.hoz-nav li a:hover .social-icon {
  color: #999;
}

.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 {
  font-size: 22px;
  margin-bottom: 15px;
  font-family: "Mukta", serif;
  font-weight: 500;
}
.footer .footer-title.company-title {
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 9px;
  font-weight: 700;
}
.footer .footer-title.company-title img {
  max-width: 100%;
  height: 49px;
  display: block;
  object-fit: contain;
  object-position: left;
}
.footer .description {
  color: #e6e6e6;
  font-size: 16px;
  font-weight: 400;
  font-family: "Mukta", serif;
  line-height: 19px;
  display: block;
  margin-top: 0;
}
.footer .description:nth-child(1) {
  margin-top: 0;
}
.footer .description.alt {
  max-width: 90%;
}
.footer .footer-nav li a {
  color: #e6e6e6;
  font-size: 16px;
  display: block;
  font-family: "Mukta", serif;
  line-height: 20px;
}
.footer .footer-nav li a:hover {
  color: #fff !important;
}
.footer .footer-nav.inline-nav {
  margin-bottom: 15px;
}
.footer .footer-nav.inline-nav li {
  display: inline-block;
  margin-right: 39px;
}
.footer .footer-nav.inline-nav li a {
  color: #e6e6e6;
}
.footer .footer-nav.inline-nav li a:hover {
  color: #fff !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 .name-section a:hover {
  color: #fff !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: #212121;
  display: block;
}
.footer .social-icons li a:hover .left-icon {
  color: #fff !important;
  border-color: #f1b209;
  background: #f1b209 !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: 46px;
  height: 46px;
  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 .address-list {
  margin: 0;
  padding: 0;
  display: block;
}
.footer .address-list li {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding-top: 20px;
  position: relative;
  width: 86%;
  padding-left: 35px;
}
.footer .address-list li .description {
  font-family: "Mukta", serif;
  font-size: 14px;
  color: #212121;
}
.footer .address-list li:nth-child(1) {
  padding-top: 0;
}
.footer .address-list li:nth-child(1) .left-icon {
  top: 1px;
  font-size: 22px;
}
.footer .address-list li:nth-child(2) .left-icon {
  top: 20px;
}
.footer .address-list li .left-icon {
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 19px;
  color: #212121;
}

.contact-row .items {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
.contact-row .items:nth-child(1) {
  margin-top: 0;
  margin-bottom: 0;
}

.backdrop-video video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

@media only screen and (min-width: 1368px) {
  .container {
    max-width: 1320px;
  }
}
@media only screen and (min-width: 1302px) and (max-width: 1367px) {
  .black-bg {
    height: auto;
  }
  .facts-figures .items .boundary-box .titles.dec-title {
    font-size: 16px;
    line-height: 22px;
  }
  .section.home-slide .titles.slide-title {
    font-size: 30px;
    line-height: 40px;
  }
  .container {
    max-width: 1320px;
  }
  .watch-on-menu .watch-nav .watch-on-navs a {
    width: auto;
    margin: 0 5px 5px 5px !important;
    padding: 0 10px !important;
  }
  .watch-on-menu .watch-nav .watch-on-navs a .left-icon {
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1301px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
  .header {
    height: auto;
  }
  .topbox .social-media a {
    margin-right: 10px;
  }
  .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;
  }
  .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;
  }
  .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 {
    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;
  }
  .mouse-up {
    bottom: 10px;
    left: 30px;
  }
  .section.home-slide {
    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;
  }
  .header .headerbox .logo-box .search-nav .search-only {
    display: none;
  }
  .section.home-slide .item-caption .titles.slide-title {
    font-size: 44px;
    max-width: 875px;
    color: #fff;
  }
  .page-box {
    padding: 15px 0;
  }
  .page-box .breadcrumbs {
    margin-bottom: 0;
  }
  .header.sticky-header {
    height: 80px;
  }
  .header .new-toggle-box {
    display: block;
    right: 15px;
  }
  .header .headerbox {
    height: auto;
  }
  .scroll-bottom {
    left: -36px;
  }
  .section.home-slide .item-caption {
    padding: 0 30px;
  }
  .quick-contact .items {
    padding: 0 40px;
  }
  .footer .items .social-media a .left-icon {
    width: 30px;
  }
  .page-box .page-bg img {
    height: calc(100vh - 80px);
  }
  .about-slider .post-items .article-img img {
    height: 540px;
  }
  .page-box .page-bg .page-info .titles.section-title {
    font-size: 52px;
    line-height: 62px;
  }
  .gallery-grid .items .article-img img {
    height: 237px;
  }
  .header .headerbox .logo-box .logo-item {
    width: 100%;
  }
  .header .headerbox .logo-box .search-nav {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin-left: 40px;
    display: inline-block;
  }
  .header .logo-box .logo-item .new-toggle-box {
    display: flex;
    right: 0;
    top: 0;
    position: relative;
    transform: none;
    align-items: center;
  }
  .site-search {
    max-width: 90%;
    left: 50%;
  }
  .header .headerbox {
    height: auto;
  }
  .header .headerbox .nav-main {
    display: none;
  }
  .header .headerbox .cart-top-right {
    display: none;
  }
  .header .logo-item .cart-right {
    display: inline-block;
  }
  .page-box .title-row {
    margin-bottom: 30px;
  }
  .teamlist-box .team-item .article-img img {
    width: 100%;
    height: 200px;
  }
  .news-tab .nav-item {
    margin-right: 10px;
  }
  .news-tab .nav-item .nav-link {
    font-size: 12px;
    line-height: 18px;
  }
  .row.thumb-post-list.alt {
    margin: 0 -5px;
  }
  .thumb-list.side-list.full-side-list .article-img img {
    width: 315px;
  }
  .author-row .items {
    margin-top: 20px;
    width: 100%;
  }
  .author-row .items:nth-child(1) {
    margin-top: 0;
  }
  .team-item {
    margin-bottom: 10px;
    width: 20%;
  }
  .teamlist-box .team-item:nth-child(n+6) {
    margin-top: 50px;
  }
  .teamlist-box .team-item .article-img:hover img {
    height: 200px;
  }
  .featured-slider .featured-post .article-img .news-info .titles {
    font-size: 22px;
    line-height: 32px;
  }
  .photo-gallery.thumb-post-list.alt .thumb-post .media .titles {
    font-size: 20px;
    line-height: 26px;
  }
  .photo-gallery.thumb-post-list.alt .thumb-post .media .media-body {
    padding: 20px;
  }
  .gallery-grid .items .article-img img {
    height: auto;
  }
  .header.nav-section.sticky {
    position: fixed;
    top: 0;
  }
  .header.nav-section.sticky .current-date {
    bottom: -18px;
  }
  .header.nav-section.sticky {
    background: none;
  }
  .header.nav-section.sticky .mobile-header {
    display: inline-block;
  }
  .header.nav-section.sticky .shortcut-box a.mobile-search {
    display: none;
  }
  .header .headerbox .logo-box .logo-item {
    width: auto;
  }
  .header .headerbox .logo-box .logo-item img {
    height: 38px;
  }
  .shortcut-box a.mobile-search {
    display: inline-block;
  }
  .news-tab.pradesh-tabs {
    margin-top: 5px;
    margin-bottom: 0;
  }
  .news-tab.pradesh-tabs .nav-item {
    margin-right: 20px;
  }
  .news-tab.pradesh-tabs .nav-item .nav-link {
    font-size: 17px;
    padding-bottom: 0;
  }
  .news-tab .nav-item .nav-link {
    font-size: 16px;
    line-height: 18px;
  }
  .news-tab .nav-item {
    margin-right: 20px;
  }
  .header .navs-item {
    display: block;
  }
  .navigation_box ul li a,
  .navigation_box ul li a:hover,
  .navigation_box ul li.dropdown.open a {
    font-size: 16px !important;
  }
  .navigation_box ul li.dropdown .nav-link.dropdown-toggle {
    padding-right: 30px;
  }
  .logo-box a {
    float: none;
    margin: 0 auto;
  }
  .header .headerbox .logo-box .logo-item img {
    margin: 0 auto;
    display: table;
  }
  .header .shortcut-right .new-toggle-box {
    display: flex;
  }
  .header .short-col .shortcut-right .new-toggle-box {
    display: none;
  }
  .header.nav-section.sticky .mobile-header {
    display: none;
  }
  .header.nav-section.sticky {
    background: #6e6e6e;
  }
  .header.nav-section.sticky .current-date {
    bottom: -28px;
  }
  .thumb-list.bishesh-thumb-list .article-img img {
    width: 170px;
  }
  .news-tab.pradesh-tabs .nav-item .nav-link {
    padding: 10px 20px;
  }
  .full-thumb-list.global-news-list .items .news-info .boundary-space {
    padding: 10px;
  }
  .titles.title-2 {
    font-size: 24px;
    line-height: 32px;
  }
  .scroll-box {
    max-height: 420px;
  }
  .story-section.story-active {
    padding: 0;
  }
  .logo-box .date-center {
    margin-top: -74px !important;
    margin-bottom: 54px !important;
  }
  .shortcut-box a.mobile-search {
    display: none;
  }
  .header.nav-section.sticky {
    background: #fff;
  }
  .thumb-list.main-feat-thumb-list .article-img img {
    width: 130px;
    height: 70px;
  }
  .dropdown .dropdown-toggle:before {
    top: 16px;
  }
  .shortcut-box.lang-switcher {
    right: 0;
  }
  .detail-section {
    padding-top: 0;
  }
  .story-section .story-close-btn {
    top: 20px !important;
    left: 20px !important;
    right: auto !important;
  }
  .right-side .side-items .boundary-box .thumb-list.lokpriya-news .media .overlay-box .article-img img {
    width: 40px;
  }
  .short-viewer .view-device {
    height: calc(100vh - 600px);
  }
  .nl-news-list .items .news-boundary .titles {
    font-size: 20px;
  }
  .titles.title-44 {
    font-size: 34px;
  }
  .titles.title-32 {
    font-size: 22px;
  }
  .thumb-list.thumb-slide-list .article-img img {
    height: 340px;
  }
  .titles.title-22 {
    font-size: 18px;
  }
  .breaking-alert .titles.breaking-news-title {
    top: 0;
  }
  .watch-on-menu {
    margin-top: -1px;
  }
  .titles.section-title {
    font-size: 72px;
    line-height: 1.3;
  }
  .editor-box .most-read {
    max-width: 460px;
  }
  .tip-us-box .items {
    width: 100%;
    margin-top: 15px;
  }
  .tip-us-box .items:nth-child(1) {
    margin-top: 0;
  }
  .section-wrapper {
    padding: 20px;
  }
  .page-editor {
    padding: 0 70px;
  }
  .thumb-list.thumb-slide-list .article-img img {
    height: 230px;
  }
  .page-box .author-row .items .media .author-img {
    width: 130px;
  }
  .page-box .author-row .items .media .social-media {
    padding-left: 30px;
  }
  .row {
    margin: 0;
  }
  .row.tip-us-box {
    margin: 0 -15px;
  }
  .featured-video-section .featured-yt-video {
    height: auto;
  }
  .featured-video-section #youtube-player {
    height: 70vh;
  }
  .featured-video-section .sound-button-new {
    bottom: 20px;
    right: 15px;
  }
  .short-viewer .view-device {
    height: 90vh;
  }
  .watch-on-menu .watch-nav .watch-on-navs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: auto;
    width: 100%;
    flex-wrap: nowrap;
  }
  .watch-on-menu .watch-nav .watch-on-navs .titles {
    flex: none;
  }
  .watch-on-menu .watch-nav .watch-on-navs a {
    flex: none;
  }
  .watch-on-menu .watch-nav {
    display: flex;
    width: 100%;
  }
  .watch-on-menu .watch-nav .watch-on-navs {
    justify-content: center;
  }
  .watch-on-menu .watch-nav .watch-on-navs a {
    width: auto;
    margin: 0 5px 5px 5px !important;
    padding: 0 10px !important;
  }
  .watch-on-menu .watch-nav .watch-on-navs a .left-icon {
    top: 0;
    left: 0;
  }
  .nl-news-list .items .news-boundary .titles {
    font-size: 16px;
  }
}
@media only screen and (max-height: 800px) and (max-width: 1024px) {
  .short-viewer .view-device {
    height: calc(100vh - 50px);
  }
}
@media only screen and (min-width: 801px) and (max-width: 991px) {
  .topbox .social-media a {
    margin-right: 10px;
  }
  .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 .item-image .slide-img {
    height: auto;
  }
  .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;
  }
  .section .items .description {
    padding: 0;
  }
  .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 {
    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;
  }
  .management-teams {
    margin-bottom: 20px;
  }
  .search-resutls .titles.title-2.section-title {
    font-size: 34px;
    line-height: 38px;
  }
  .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: 70px !important;
    width: 70px !important;
    position: absolute;
    top: -38px;
    left: 15px;
  }
  .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;
  }
  .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;
  }
  .page-box .titles.section-title {
    font-size: 34px;
    line-height: 50px;
  }
  .header .headerbox .logo-box .search-nav .search-only {
    display: none;
  }
  .section.home-slide {
    padding: 0;
  }
  .feat-services .items .boundary-box .main-title, .feat-services .items .boundary-box .subline {
    font-size: 20px;
  }
  .feat-services .items .new-heading.alt {
    font-size: 30px;
    line-height: 38px;
  }
  .home-about .items:not(.fact-items .items) {
    width: 50%;
  }
  .section.home-about .about-side .description {
    padding: 0;
  }
  .section.home-about .row {
    align-items: flex-start;
  }
  .section {
    padding: 20px 0;
  }
  .feat-services .items .new-heading.alt {
    font-size: 30px;
    line-height: 38px;
  }
  .facts-figures .items {
    width: 50%;
  }
  .facts-figures .items:nth-child(n+3) {
    margin-top: 15px;
  }
  .titles {
    font-size: 22px;
    line-height: 28px;
  }
  .three-items-section .recent-updates .items .titles {
    padding: 0 20px;
  }
  .section.home-slide .item-caption .titles.slide-title {
    font-size: 44px;
    line-height: 56px;
  }
  .team-slider .slick-dots {
    bottom: -10px;
  }
  .testimonial-slider .slick-dots {
    bottom: 0px;
  }
  .team-item {
    margin-bottom: 10px;
    width: 50%;
  }
  .full-services.full-branches-list.full-news-list .media {
    padding-bottom: 50px;
    display: block !important;
  }
  .full-services .items .article-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .recent-updates.wide-list .items .media .article-img img {
    height: auto;
    width: 260px;
  }
  .full-services .items .media {
    padding: 30px 0;
  }
  .full-services .items:nth-of-type(even) .media .article-img {
    margin-left: 20px;
  }
  .full-services .items .article-img {
    width: 40%;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .full-services .items .media-body {
    margin-top: 0;
  }
  .page-box {
    padding: 10px 0;
  }
  .page-box .breadcrumbs {
    margin-bottom: 0;
  }
  .header .logo-box img {
    width: 120px;
  }
  .header .new-toggle-box {
    display: block;
    right: 15px;
  }
  .header .headerbox {
    height: auto;
  }
  .scroll-bottom {
    left: -36px;
  }
  .section.home-slide {
    padding: 0 0 0 30px;
  }
  .section.home-slide .item-caption {
    padding: 0 30px;
  }
  .quick-contact .items {
    padding: 0 15px;
  }
  .page-box {
    padding: 10px 0;
  }
  .page-box .page-bg img {
    height: calc(100vh - 80px);
  }
  .page-box .page-bg .page-info .titles.section-title {
    font-size: 52px;
    line-height: 62px;
  }
  .titles.page-sub-title {
    font-size: 40px;
    line-height: 46px;
  }
  .about-slider .post-items .article-img img {
    height: 340px;
  }
  .gallery-grid .items .article-img img {
    height: 187px;
  }
  .header .cart-right li {
    float: left;
    margin: 0 0 0 20px;
  }
  .header .cart-right li:nth-child(1) {
    margin-left: 0;
  }
  .header .cart-right li.call-nav {
    display: none;
  }
  .header .cart-right li.search-nav {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    display: inline-block;
  }
  .header .headerbox .logo-box .search-nav {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin-left: 40px;
    display: inline-block;
  }
  .header .logo-box .logo-item .new-toggle-box {
    display: flex;
    right: 0;
    top: 0;
    position: relative;
    transform: none;
    align-items: center;
  }
  .header .logo-box img {
    width: 150px;
  }
  .site-search {
    max-width: 90%;
    left: 50%;
  }
  .header .headerbox {
    height: auto;
  }
  .header .headerbox .nav-main {
    display: none;
  }
  .header .headerbox .cart-top-right {
    display: none;
  }
  .header .headerbox .logo-box {
    background: none;
  }
  .header .headerbox .logo-box a {
    margin: 0 auto;
    float: none;
  }
  .header .widget-nav {
    display: none;
    position: absolute;
    top: 107px;
    background: #111;
    width: 100%;
    left: 0;
    padding: 11px 0;
  }
  .header .date-time {
    top: 51px;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    font-size: 11px;
  }
  .header .search-nav {
    z-index: 9999;
  }
  .header .new-toggle-box {
    z-index: 9999;
    right: auto;
  }
  .section .side-items:last-child() {
    margin-bottom: 30px;
  }
  .widget-mobile-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    right: 60px;
  }
  body {
    padding-top: 135px;
  }
  .header-active {
    padding-top: 134px;
  }
  .header .widget-nav li.dropdown .boundary-box iframe {
    height: calc(65vh - 154px);
  }
  .header .widget-nav li a:hover {
    color: #999;
  }
  .header .widget-nav li a.show:hover {
    color: #fff;
  }
  .titles.title-3 {
    font-size: 22px;
    line-height: 31px;
  }
  .titles.title-2 {
    font-size: 22px;
    line-height: 28px;
  }
  .footer .footer-title {
    margin-top: 0;
  }
  .thumb-list.side-list.full-side-list .media .article-img img {
    width: 190px;
  }
  .thumb-list.side-list.full-side-list .titles {
    line-height: 28px;
    font-size: 20px;
  }
  .news-tab .nav-item {
    margin-right: 10px;
  }
  .news-tab .nav-item .nav-link {
    font-size: 12px;
    line-height: 18px;
  }
  .row.thumb-post-list.alt {
    margin: 0 -5px;
  }
  .thumb-list.side-list .article-img img {
    width: 90px;
  }
  .thumb-list.side-list .article-img {
    margin-top: 10px;
  }
  .author-row .items {
    margin-top: 20px;
    width: 100%;
  }
  .author-row .items:nth-child(1) {
    margin-top: 0;
  }
  .team-item {
    margin-bottom: 10px;
    width: 33.333333%;
  }
  .teamlist-box .team-item:nth-child(n+4) {
    margin-top: 50px;
  }
  .row.thumb-post-list.alt.issue-list .issue-item {
    width: 33.333333%;
  }
  .titles.page-title {
    font-size: 20px;
    line-height: 30px;
  }
  .thumb-list.side-list.full-side-list.search-full-list .media {
    display: flex !important;
    padding: 15px 0 !important;
  }
  .thumb-list.side-list.full-side-list.search-full-list .media .article-img {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .thumb-list.side-list.full-side-list.search-full-list .media .article-img img {
    width: 250px;
  }
  .featured-slider .featured-post .article-img .news-info .titles {
    font-size: 14px;
    line-height: 20px;
  }
  .header .widget-nav {
    position: fixed;
    bottom: 0;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .header .widget-nav li.dropdown .dropdown-menu {
    width: 100%;
    top: auto !important;
    bottom: 53px !important;
  }
  .photo-gallery.thumb-post-list.alt .thumb-post .media .titles {
    font-size: 16px;
    line-height: 22px;
  }
  .photo-gallery.thumb-post-list.alt .thumb-post .media .media-body {
    padding: 15px;
  }
  .gallery-grid .items .article-img img {
    height: auto;
  }
  .header.nav-section.sticky {
    position: fixed;
    top: 0;
  }
  .header.nav-section.sticky .current-date {
    bottom: -18px;
  }
  .header.nav-section.sticky {
    background: none;
  }
  .header.nav-section.sticky .mobile-header {
    display: inline-block;
  }
  .header.nav-section.sticky .shortcut-box a.mobile-search {
    display: none;
  }
  .header .headerbox .logo-box .logo-item img {
    height: 38px;
  }
  .shortcut-box a.mobile-search {
    display: inline-block;
  }
  .news-tab.pradesh-tabs {
    margin-top: 5px;
    margin-bottom: 0;
  }
  .news-tab.pradesh-tabs .nav-item {
    margin-right: 20px;
  }
  .news-tab.pradesh-tabs .nav-item .nav-link {
    font-size: 17px;
    padding-bottom: 0;
  }
  .news-tab .nav-item .nav-link {
    font-size: 16px;
    line-height: 18px;
  }
  .news-tab .nav-item {
    margin-right: 20px;
  }
  .container {
    max-width: 100%;
  }
  body {
    padding-top: 0 !important;
  }
  .mast-head.header .headerbox .col-4 {
    width: 40%;
  }
  .mast-head.header .headerbox .logo-box {
    width: 20%;
  }
  .mast-head.header .date-time {
    position: relative;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    left: 0;
  }
  .header .headerbox .logo-box .logo-item img {
    height: 38px;
    width: 100%;
  }
  .author-row .items {
    width: 100%;
  }
  .breaking-alert .titles.breaking-news-title {
    display: flex;
    align-items: center;
    height: 40px;
    font-size: 14px;
    line-height: 18px;
  }
  .search-nav .btn-search {
    font-size: 21px;
    color: #111;
  }
  .shortcut-box {
    display: flex;
  }
  .shortcut-box .navigation_box {
    display: none;
  }
  .mobile-header .control-side .search-nav {
    margin-top: 4px;
  }
  .mobile-header .control-side .new-toggle-box {
    top: 4px;
  }
  .thumb-list.bishesh-thumb-list .article-img img {
    width: 170px;
  }
  .full-thumb-list.global-news-list .items .news-info .boundary-space {
    padding: 10px;
  }
  .titles.title-2 {
    font-size: 24px;
    line-height: 32px;
  }
  .scroll-box {
    max-height: 420px;
  }
  .header.nav-section.sticky .current-date {
    bottom: -16px;
  }
  .new-toggle-box .menu-toggle-btn {
    top: 2px;
  }
  .news-tab.pradesh-tabs .nav-item .nav-link {
    padding: 10px 20px;
  }
  .shortcut-box a.unicode-nav {
    padding-left: 40px;
    top: 2px;
  }
  .story-section.story-active {
    padding: 0;
  }
  .story-section .story-close-btn {
    top: 20px !important;
    right: auto !important;
    left: 20px !important;
  }
  .titles.section-title {
    line-height: 1.4;
  }
  .auth-line.new-auth-line .auth-item {
    flex-wrap: wrap;
  }
  .auth-line.new-auth-line .share-new {
    width: 100% !important;
    margin-top: 20px;
  }
  .auth-line.new-auth-line .share-new .share-tools {
    float: left !important;
  }
  .right-side .thumb-list.bichar-blog .media .article-img {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .right-side .media {
    display: block !important;
  }
  .right-side .lokpriya-news .media .article-img img {
    width: 100%;
    margin-bottom: 10px;
  }
  .logo-box .date-center {
    margin-top: -62px !important;
    margin-bottom: 0 !important;
  }
  .thumb-list.main-feat-thumb-list .article-img img {
    width: 130px;
    height: 70px;
  }
  .tag-box.tag-1 {
    font-size: 80px;
  }
  .news-tab.pradesh-tabs {
    margin-bottom: 30px;
  }
  .header .short-col .social-media {
    display: none;
  }
  .shortcut-box a.mobile-search {
    display: none;
  }
  .header .shortcut-right .mobile-search {
    display: inline-block;
    margin-left: 20px;
    margin-top: 3px;
  }
  .header .shortcut-right .shortcut-box .mobile-search {
    display: none;
  }
  .header.mast-head {
    display: none;
  }
  .header .mobile-header {
    display: block;
  }
  .header.nav-section .main-nav-box .current-date {
    display: none;
  }
  .header.nav-section.sticky .main-nav-box .current-date {
    display: block;
  }
  .section.breaking-section.break-section:nth-child(1) {
    padding-top: 0;
  }
  .page-box .author-row .items .author-info {
    margin-top: 0;
  }
  .new-toggle-box .menu-toggle-btn {
    top: 0;
    font-size: 19px;
  }
  .titles {
    line-height: 1.3;
  }
  .right-side .side-items .boundary-box .thumb-list.lokpriya-news .media .overlay-box {
    display: block !important;
    text-align: center;
  }
  .right-side .side-items .boundary-box .thumb-list.lokpriya-news .media .overlay-box .article-img {
    margin: 0 auto 20px auto;
  }
  .short-viewer .view-device {
    height: calc(100vh - 400px);
  }
  .nl-news-list .items .news-boundary .titles {
    font-size: 20px;
  }
  .titles.title-44 {
    font-size: 34px;
  }
  .titles.title-32 {
    font-size: 22px;
  }
  .thumb-list.thumb-slide-list .article-img img {
    height: 340px;
  }
  .titles.title-22 {
    font-size: 18px;
  }
  .breaking-alert .titles.breaking-news-title {
    top: 0;
  }
  .watch-on-menu {
    margin-top: -1px;
  }
  .titles.section-title {
    font-size: 72px;
    line-height: 1.3;
  }
  .editor-box .most-read {
    max-width: 460px;
  }
  .tip-us .items {
    width: 100%;
  }
  .section-wrapper {
    padding: 20px;
  }
  .breaking-alert .titles.breaking-news-title {
    font-size: 18px;
  }
  .category-section .the-hard-talk .cat-col-one .thumb-list .media .article-img img {
    width: 90px;
  }
  .breaking-alert {
    padding: 10px 20px;
  }
  .thumb-list.thumb-slide-list .article-img img {
    height: 300px;
  }
  .header .headerbox .items {
    width: 33.333333%;
  }
  .header .headerbox .logo-box {
    width: 33.333333%;
  }
  .header .headerbox .date-col {
    width: 33.333333%;
  }
  .new-toggle-box {
    left: 15px;
  }
  .titles.section-title {
    font-size: 62px;
    line-height: 1.3;
  }
  .watch-on-menu .watch-nav .watch-on-navs a {
    padding: 4px 40px 4px 10px;
    font-size: 14px;
  }
  .watch-on-menu .watch-nav .watch-on-navs a .left-icon {
    font-size: 20px;
    top: 10px;
    right: 10px;
  }
  .tip-us-box .items {
    width: 100%;
    margin-top: 15px;
  }
  .tip-us-box .items:nth-child(1) {
    margin-top: 0;
  }
  .page-editor {
    padding: 0 70px;
  }
  .thumb-list.thumb-slide-list .article-img img {
    height: 230px;
  }
  .row {
    margin: 0 !important;
  }
  .titles.section-title {
    font-size: 60px;
    line-height: 1.3;
  }
  .thumb-list.category-thumb-list.six-list .items {
    width: 33.333333%;
  }
  .thumb-list.category-thumb-list.six-list .items:nth-child(n+4) {
    margin-top: 30px;
  }
  .thumb-list.wide-news-list .items .media {
    padding-left: 25%;
    display: block !important;
  }
  .thumb-list.wide-news-list .items .media .article-img {
    float: right;
  }
  .featured-video-section .featured-yt-video {
    height: 50vh;
  }
  .featured-video-section .sound-button-new {
    bottom: 20px;
    right: 15px;
  }
  .watch-on-menu .watch-nav .watch-on-navs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: auto;
    width: 100%;
    flex-wrap: nowrap;
  }
  .watch-on-menu .watch-nav .watch-on-navs .titles {
    flex: none;
  }
  .watch-on-menu .watch-nav .watch-on-navs a {
    flex: none;
  }
  .watch-on-menu .watch-nav {
    display: flex;
    width: 95%;
  }
  body .footer {
    margin-top: -15px;
  }
  .hamro-team-list .team-items {
    padding: 15px 5px;
  }
  .hamro-team-list .team-items .team-lists {
    align-items: flex-start;
  }
  .hamro-team-list .team-lists .items-team {
    width: 50%;
  }
  .hamro-team-list .team-lists .items-team .media {
    align-items: flex-start;
  }
  .hamro-team-list .team-lists .items-team:last-child {
    width: 100%;
  }
  .hamro-team-list .team-lists .items-team .titles.small-title {
    font-size: 14px;
  }
  .hamro-team-list .team-lists .items-team .titles.email-title {
    font-size: 14px;
    text-align: right;
  }
  .hamro-team-list .team-lists .items-team .titles.dark-title {
    font-size: 18px;
  }
  .hamro-team-list .team-lists .items-team .hoz-nav {
    margin-top: -50px;
  }
  .watch-on-menu .watch-nav .watch-on-navs a {
    width: auto;
    margin: 0 5px 5px 5px !important;
    padding: 0 10px !important;
  }
  .watch-on-menu .watch-nav .watch-on-navs a .left-icon {
    top: 0;
    left: 0;
  }
  .watch-on-menu .watch-nav .watch-on-navs {
    justify-content: center;
  }
  .related-tags {
    margin-top: 20px !important;
  }
  .tip-us-box .items .tipus-boundary {
    margin-bottom: 0;
  }
  .comment-box {
    margin-top: 20px !important;
  }
  .nl-news-list .items .news-boundary .titles {
    font-size: 16px;
  }
  .facebook-iframe-list .items:nth-child(n+3) {
    margin-top: 30px;
  }
  .facebook-iframe-list.facebook-iframe-slider .items {
    margin-top: 0 !important;
  }
  .facebook-iframe-list .items {
    width: 50%;
  }
  .facebook-iframe-list .items:nth-child(n+3) {
    margin-top: 30px;
  }
  .facebook-iframe-list .items .article-img iframe {
    height: 460px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 800px) {
  .header {
    height: auto;
    padding: 0;
  }
  .header .headerbox .logo-box {
    background: #fff;
  }
  .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;
  }
  .section .items .description {
    padding: 0 20px;
  }
  .footer .items {
    margin-bottom: 20px;
  }
  .copyrights h2 {
    line-height: 20px;
  }
  ul.footer-nav {
    margin-bottom: 0;
  }
  .titles.section-title {
    margin-bottom: 20px;
  }
  .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;
  }
  .management-teams {
    margin-bottom: 20px;
  }
  .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;
  }
  .search-resutls .titles.title-2.section-title {
    font-size: 34px;
    line-height: 38px;
  }
  .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: 70px !important;
    width: 70px !important;
    position: absolute;
    top: -38px;
    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;
  }
  .get-box.animate__slideInUp {
    height: 80px;
    overflow: visible;
  }
  .get-box.animate__slideOutDown {
    height: 80px;
    overflow: visible;
  }
  .section .items .description {
    padding: 0;
  }
  .page-box .titles.section-title {
    font-size: 32px;
    line-height: 48px;
  }
  .tab-content .file-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .tab-content .file-list .items {
    padding: 0 15px;
  }
  .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: #111;
    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;
  }
  .section.home-slide {
    padding: 0;
  }
  .section.home-slide .item-caption .titles.slide-title {
    font-size: 28px;
    line-height: 34px;
  }
  .header .logo-box img {
    width: 170px;
  }
  .section {
    padding: 20px 0;
  }
  .section.home-about .section-title,
  .titles.section-title,
  .titles.title-2.section-title {
    font-size: 28px;
    line-height: 34px;
  }
  .section.home-slide .slide-img {
    height: 500px;
  }
  .section.home-slide .img-slide:before {
    height: 100%;
  }
  .feat-services .items .boundary-box .main-title, .feat-services .items .boundary-box .subline {
    font-size: 20px;
  }
  .feat-services .items .new-heading.alt {
    font-size: 30px;
    line-height: 38px;
  }
  .facts-figures .items:nth-child(n+3) {
    margin-top: 15px;
  }
  .titles {
    font-size: 22px;
    line-height: 28px;
  }
  .recent-updates .items .titles {
    max-width: 100%;
    padding: 0;
  }
  .section.home-about .row {
    align-items: flex-start;
  }
  .editor-box blockquote {
    margin-left: 0;
  }
  .full-gallery.recent-updates {
    height: auto !important;
  }
  .full-gallery.recent-updates .items {
    margin-top: 0;
    position: relative !important;
    top: 0 !important;
    flex: 0 0 auto;
    width: 33.33333333% !important;
    left: 0 !important;
  }
  .full-gallery.recent-updates .items .titles {
    padding: 0 30px;
  }
  .full-gallery.recent-updates .items .btn {
    margin-left: 30px;
  }
  .full-gallery.recent-updates .items:nth-child(1) a {
    border-top: 0;
    padding-top: 0;
  }
  .full-gallery.recent-updates .items:nth-child(n+4) a {
    padding-top: 40px;
    border-top: 1px solid #ddd;
  }
  .full-services.full-branches-list.full-news-list .media {
    padding-bottom: 50px;
    display: block !important;
  }
  .full-services .items .article-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .more-galleries.recent-updates .items .btn {
    margin-left: 0;
  }
  .recent-updates.wide-list .items .media .article-img img {
    height: auto;
    width: 260px;
  }
  .full-services .items .media {
    padding: 30px 0;
  }
  .full-services .items:nth-of-type(even) .media .article-img {
    margin-left: 20px;
  }
  .full-services .items .article-img {
    width: 40%;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .full-services .items .media-body {
    margin-top: 0;
  }
  .recent-updates.full-branches {
    margin: 0;
  }
  .full-branches.recent-updates .items .description {
    padding: 0;
  }
  .page-box {
    padding: 10px 0;
  }
  .page-box .breadcrumbs {
    margin-bottom: 0;
  }
  .page-box .titles.section-title {
    text-align: left;
  }
  .editor-box h1,
  .editor-box h2,
  .editor-box h3,
  .editor-box h4,
  .editor-box h5,
  .editor-box h6 {
    margin-bottom: 20px;
  }
  .editor-box h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .editor-box h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .editor-box h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .editor-box h4 {
    font-size: 24px;
    line-height: 30px;
  }
  .editor-box h5 {
    font-size: 20px;
    line-height: 26px;
  }
  .editor-box h6 {
    font-size: 16px;
    line-height: 22px;
  }
  .header {
    height: 80px;
  }
  .header.sticky-header {
    height: 80px;
  }
  .header .logo-box img {
    width: 120px;
  }
  .header .new-toggle-box {
    display: block;
    right: 15px;
  }
  .header .headerbox {
    height: auto;
  }
  .header .headerbox .nav-main {
    display: none;
  }
  .header .headerbox .cart-top-right {
    display: none;
  }
  .header .logo-box .logo-item .new-toggle-box {
    display: block;
  }
  .scroll-bottom {
    left: -36px;
  }
  .section.home-slide {
    padding: 0 0 0 30px;
  }
  .title-row {
    margin-bottom: 30px;
    padding: 0 30px;
  }
  .page-box {
    padding: 0;
  }
  .page-box .page-bg .page-info .titles.section-title {
    font-size: 40px;
    line-height: 48px;
  }
  .breadcrumbs {
    float: none !important;
    width: auto;
  }
  .titles.page-sub-title {
    font-size: 30px;
    line-height: 36px;
  }
  .page-box .page-bg img {
    height: calc(100vh - 80px);
  }
  .gallery-grid .items .article-img img {
    height: 187px;
  }
  .header .headerbox .logo-box .logo-item {
    width: 100%;
  }
  .header .cart-right li {
    float: left;
    margin: 0 0 0 20px;
  }
  .header .cart-right li:nth-child(1) {
    margin-left: 0;
  }
  .header .cart-right li.call-nav {
    display: none;
  }
  .header .cart-right li.search-nav {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    display: inline-block;
  }
  .header .headerbox .logo-box .search-nav {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin-left: 40px;
    display: inline-block;
  }
  .header .logo-box .logo-item .new-toggle-box {
    display: flex;
    right: 0;
    top: 0;
    position: relative;
    transform: none;
    align-items: center;
  }
  .header .logo-box img {
    width: 150px;
  }
  .site-search {
    max-width: 90%;
    left: 50%;
  }
  .section.home-slide,
  .home-slider {
    padding: 0;
  }
  .section.home-slide .titles.slide-title {
    font-size: 27px;
    padding-right: 0;
    margin-top: 20px;
    line-height: 32px;
  }
  .section.home-slide .titles.summary-title {
    margin-top: 20px;
    font-size: 14px;
    padding-right: 0;
    line-height: 22px;
  }
  .titles.section-title.left-title {
    text-align: left;
  }
  .section.home-about .items .description {
    text-align: left;
  }
  .title-row {
    padding: 0;
  }
  .section.home-testimonial .titles.section-title {
    margin-top: 20px;
  }
  .testimonial-slider {
    margin-top: 30px;
  }
  .testimonial-slider.normal-slider .slick-dots {
    bottom: 30px;
  }
  .footer .copyright-section {
    margin-top: 0;
  }
  .copyrights .name-section {
    padding: 0 30px;
  }
  .headerbox .items {
    width: 100%;
  }
  .page-box {
    padding: 10px 0;
  }
  .header .logo-item .cart-right {
    display: inline-block;
  }
  .home-slider {
    height: auto;
  }
  .section.home-slide .home-slider .slick-dots {
    bottom: 0;
    position: relative;
    text-align: left;
    right: 0;
    padding: 0 10px;
  }
  .projects-full.gallery-full .items {
    width: 50%;
  }
  .projects-full.gallery-full .items:nth-child(n+3) {
    margin-top: 30px;
  }
  .gallery-grid.latest-image .items .article-img:before {
    -webkit-border-radius: 40px 40px 115px 40px;
    -moz-border-radius: 40px 40px 115px 40px;
    -ms-border-radius: 40px 40px 115px 40px;
    border-radius: 40px 40px 115px 40px;
  }
  .gallery-grid.latest-image .items .article-img img {
    -webkit-border-radius: 40px 40px 115px 40px;
    -moz-border-radius: 40px 40px 115px 40px;
    -ms-border-radius: 40px 40px 115px 40px;
    border-radius: 40px 40px 115px 40px;
    height: auto;
  }
  .services-full .items:nth-child(n+3) {
    margin-top: 30px;
  }
  .recent-updates.full-news .items .recent-feat {
    padding: 15px;
  }
  .recent-updates.full-news .items .recent-feat .media {
    display: block !important;
  }
  .recent-updates.full-news .items .recent-feat .media .article-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .recent-updates.full-news .items .recent-feat .media .article-img img {
    height: auto;
  }
  .recent-updates.full-news .items .recent-feat .media-body .titles.news-title {
    font-size: 30px;
    line-height: 38px;
    padding: 0 30px;
  }
  .recent-updates .items .titles {
    padding: 0 30px;
  }
  .product-full-list .items:nth-child(n+4) {
    margin-top: 30px;
  }
  .page-box .titles.section-title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 15px;
  }
  .detail-section .about-row .titles.section-title.search-res-title {
    font-size: 26px;
    line-height: 34px;
  }
  .section.home-about.alt .items.img-side .about-img {
    -webkit-border-radius: 20px 85px 20px 20px;
    -moz-border-radius: 20px 85px 20px 20px;
    -ms-border-radius: 20px 85px 20px 20px;
    border-radius: 20px 85px 20px 20px;
  }
  .author-box .d-flex {
    flex: none;
    align-items: center;
    margin-right: 30px;
    overflow: auto;
    flex-wrap: nowrap;
  }
  .titles.section-title {
    font-size: 26px;
    line-height: 36px;
  }
  .header .headerbox .logo-box {
    background: none;
  }
  .header .headerbox .logo-box a {
    margin: -10px auto 0 auto;
    float: none;
  }
  .header .widget-nav {
    display: none;
    position: absolute;
    top: 107px;
    background: #111;
    width: 100%;
    left: 0;
    padding: 11px 0;
  }
  .header .date-time {
    top: 51px;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    font-size: 11px;
  }
  .header .search-nav {
    z-index: 9999;
  }
  .header .new-toggle-box {
    z-index: 9999;
    right: auto;
  }
  .section .side-items:last-child() {
    margin-bottom: 30px;
  }
  .widget-mobile-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    right: 60px;
  }
  .header {
    margin-bottom: 54px;
    position: fixed;
    top: 0;
    left: 0;
  }
  .header .widget-nav {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .widget-nav li {
    position: static;
  }
  .header .widget-nav li.dropdown .dropdown-menu {
    width: 100%;
    top: 53px !important;
  }
  .header .widget-mobile-icon {
    color: #fff;
  }
  body {
    padding-top: 135px;
  }
  .header-active {
    padding-top: 134px;
  }
  .header .widget-nav li.dropdown .boundary-box iframe {
    height: calc(65vh - 154px);
  }
  .header .widget-nav li a:hover {
    color: #999;
  }
  .header .widget-nav li a.show:hover {
    color: #fff;
  }
  .titles.title-3 {
    font-size: 22px;
    line-height: 31px;
  }
  .titles.title-2 {
    font-size: 22px;
    line-height: 28px;
  }
  .footer .items {
    margin-top: 20px;
  }
  .footer .footer-title {
    margin-top: 0;
  }
  .thumb-list.side-list.full-side-list .media {
    display: block !important;
    padding: 15px 0 !important;
  }
  .thumb-list.side-list.full-side-list .media .article-img {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .thumb-list.side-list.full-side-list .media .article-img img {
    width: 100%;
  }
  .thumb-list.side-list.full-side-list.search-full-list .media {
    display: flex !important;
    padding: 15px 0 !important;
  }
  .thumb-list.side-list.full-side-list.search-full-list .media .article-img {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .thumb-list.side-list.full-side-list.search-full-list .media .article-img img {
    width: 250px;
  }
  .thumb-list.side-list.full-side-list .titles {
    line-height: 28px;
    font-size: 20px;
  }
  .news-tab .nav-item {
    margin-right: 10px;
  }
  .news-tab .nav-item .nav-link {
    font-size: 12px;
    line-height: 18px;
  }
  .row.thumb-post-list.alt {
    margin: 0 -5px;
  }
  .authors-box {
    margin: 0;
  }
  .author-row .items {
    margin-top: 20px;
  }
  .author-row .items:nth-child(1) {
    margin-top: 0;
  }
  .hoz-nav.social-list li .social-icon {
    font-size: 12px;
  }
  .teamlist-box .team-item .article-img img {
    height: 163px;
  }
  .teamlist-box .team-item:nth-child(n+5) {
    margin-top: 50px;
  }
  .titles.page-title {
    font-size: 20px;
    line-height: 30px;
  }
  .thumb-list.side-list.full-side-list.multimedia-list .media:nth-child(1) {
    padding-top: 0 !important;
  }
  .featured-slider .featured-post .article-img .news-info .titles {
    font-size: 14px;
    line-height: 20px;
  }
  body {
    padding-top: 80px !important;
  }
  body .footer {
    margin-bottom: 53px;
  }
  .header .widget-nav {
    position: fixed;
    bottom: 0;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .header .widget-nav li.dropdown .dropdown-menu {
    width: 100%;
    top: auto !important;
    bottom: 53px !important;
  }
  .header .widget-nav li.dropdown .boundary-box iframe {
    height: calc(85vh - 154px);
  }
  .gallery-grid .items .article-img img {
    height: auto;
  }
  .photo-gallery.thumb-post-list.alt .thumb-post .media .titles {
    font-size: 16px;
    line-height: 22px;
  }
  .photo-gallery.thumb-post-list.alt .thumb-post .media .media-body {
    padding: 15px;
  }
  .mast-head.header .headerbox .col-4 {
    width: 40%;
  }
  .mast-head.header .headerbox .logo-box {
    width: 20%;
  }
  .mast-head.header .date-time {
    position: relative;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    left: 0;
  }
  .header {
    margin-bottom: 0;
    position: relative;
    top: 0;
    left: 0;
    height: auto;
  }
  .header .headerbox .logo-box .logo-item img {
    height: 38px;
    width: 100%;
  }
  body {
    padding-top: 0 !important;
  }
  .header.nav-section.sticky .mobile-header {
    display: inline-block;
  }
  .home-cols .latest-col {
    width: 100%;
    margin-bottom: 20px;
  }
  .home-cols .txtnews-col {
    width: 25%;
  }
  .home-cols .tabs-col {
    width: 33.333333%;
  }
  .special-event .latest-col {
    width: 100%;
    margin-top: 20px;
  }
  .special-event .txtnews-col,
  .special-event .featured-col {
    width: 50%;
  }
  .thumb-list.bishesh-thumb-list .article-img img {
    width: 82px;
    height: 52px;
  }
  .news-tab.pradesh-tabs {
    margin-top: 3px;
    margin-bottom: 0;
  }
  .news-tab.pradesh-tabs .nav-item {
    margin-right: 20px;
  }
  .news-tab.pradesh-tabs .nav-item .nav-link {
    font-size: 14px;
    padding-bottom: 0;
  }
  .news-tab .nav-item .nav-link {
    font-size: 16px;
    line-height: 18px;
  }
  .news-tab .nav-item {
    margin-right: 20px;
  }
  .thumb-list.lokpriya-news .media .article-img img {
    width: 50px;
    height: auto;
  }
  .mobile-header {
    padding-bottom: 0;
  }
  .author-row .items {
    width: 100%;
  }
  .thumb-list.lokpriya-news .media {
    display: block !important;
  }
  .thumb-list.lokpriya-news .media .article-img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .thumb-list.lokpriya-news .media .article-img img {
    width: 100%;
  }
  .breaking-alert .titles.breaking-news-title {
    display: flex;
    align-items: center;
    height: 40px;
    font-size: 14px;
    line-height: 18px;
  }
  .news-breaks .titles.news-title-1 {
    font-size: 40px;
    line-height: 60px;
  }
  .logo-box a {
    float: none;
    margin: 0 auto;
  }
  .header .headerbox .logo-box .logo-item img {
    margin: 0 auto;
    display: table;
  }
  .header .shortcut-right .new-toggle-box {
    display: flex;
  }
  .header .short-col .shortcut-right .new-toggle-box {
    display: none;
  }
  .header.nav-section.sticky .mobile-header {
    display: none;
  }
  .header.nav-section.sticky {
    background: #6e6e6e;
  }
  .header.nav-section.sticky .current-date {
    bottom: -28px;
  }
  .thumb-list.bishesh-thumb-list .article-img img {
    width: 170px;
  }
  .news-tab.pradesh-tabs .nav-item .nav-link {
    padding: 10px 20px;
  }
  .full-thumb-list.global-news-list .items .news-info .boundary-space {
    padding: 10px;
  }
  .titles.title-2 {
    font-size: 24px;
    line-height: 32px;
  }
  .scroll-box {
    max-height: 420px;
  }
  .story-section.story-active {
    padding: 0;
  }
  .shortcut-box .navigation_box {
    display: none;
  }
  .shortcut-box a.mobile-search {
    display: inline-block;
  }
  .header .short-col .shortcut-right .new-toggle-box {
    display: inline-block;
    position: relative;
    top: 4px;
  }
  .header.nav-section.sticky .mobile-header {
    display: block;
  }
  .header.nav-section.sticky .mobile-header .shortcut-box a.mobile-search {
    display: none;
  }
  .header.nav-section.sticky {
    background: #fff;
  }
  .search-nav .btn-search {
    font-size: 21px;
    color: #111;
  }
  .shortcut-box {
    display: flex;
  }
  .shortcut-box .navigation_box {
    display: none;
  }
  .mobile-header .control-side .search-nav {
    margin-top: 4px;
  }
  .mobile-header .control-side .new-toggle-box {
    top: 4px;
  }
  .thumb-list.bishesh-thumb-list .article-img img {
    width: 170px;
    height: 100px;
  }
  .titles.title-2 {
    font-size: 18px;
    line-height: 26px;
  }
  .shortcut-box a.unicode-nav {
    padding-left: 40px;
    top: 4px;
  }
  .story-section.story-active {
    padding: 0;
  }
  .story-section .story-close-btn {
    top: 70px !important;
    right: 5px !important;
  }
  .titles.section-title {
    line-height: 1.4;
  }
  .sector-box .thumb-list .media .article-img img,
  .sector-box.bg-dark .thumb-list .media .article-img img {
    width: 88px;
    height: 71px;
  }
  .titles.news-title-1 {
    font-size: 40px;
    line-height: 1.4;
  }
  .auth-line.new-auth-line .auth-item {
    flex-wrap: wrap;
  }
  .auth-line.new-auth-line .share-new {
    width: auto !important;
    margin-top: 20px;
  }
  .story-section .story-close-btn {
    top: 20px !important;
    right: auto !important;
    left: 20px !important;
  }
  .logo-box .date-center {
    margin-top: -62px !important;
    margin-bottom: 0 !important;
  }
  .thumb-list.main-feat-thumb-list .article-img img {
    width: 130px;
    height: 70px;
  }
  .tag-box.tag-1 {
    font-size: 80px;
  }
  .news-tab.pradesh-tabs {
    margin-bottom: 30px;
  }
  .header .short-col .social-media {
    display: none;
  }
  .shortcut-box a.mobile-search {
    display: none;
  }
  .header .shortcut-right .mobile-search {
    display: inline-block;
    margin-left: 20px;
    margin-top: 3px;
  }
  .header .shortcut-right .shortcut-box .mobile-search {
    display: none;
  }
  .thumb-list.main-feat-thumb-list .article-img img {
    width: 80px;
    height: 50px;
  }
  .category-list li {
    width: 50%;
  }
  .header.mast-head {
    display: none;
  }
  .header .mobile-header {
    display: block;
  }
  .header.nav-section .main-nav-box .current-date {
    display: none;
  }
  .header.nav-section.sticky .main-nav-box .current-date {
    display: block;
  }
  .section.breaking-section.break-section:nth-child(1) {
    padding-top: 0;
  }
  .news-tab.pradesh-tabs {
    justify-content: flex-start;
  }
  .titles {
    line-height: 1.3;
  }
  .titles.section-title {
    font-size: 38px;
  }
  .titles.title-48 {
    font-size: 38px;
  }
  .titles.title-43 {
    font-size: 33px;
  }
  .doctors .doctors-row .items {
    width: 33.333333%;
  }
  .doctors .doctors-row .items:nth-child(n+4) {
    margin-top: 30px;
  }
  .new-toggle-box .menu-toggle-btn {
    top: 0;
    font-size: 19px;
  }
  .thumb-list.new-thumb-list.int-days .media {
    padding-left: 70px;
  }
  .thumb-list.new-thumb-list.int-days .media .date-box {
    width: 53px;
    height: 53px;
  }
  .thumb-list.new-thumb-list.int-days .media .date-box .titles.days {
    margin-top: -16px;
  }
  .shortcut-box.new-shortcuts .epaper-link {
    display: none;
  }
  .page-editor .editor-box {
    padding: 0 20px;
  }
  .tag-box {
    margin-bottom: 15px;
  }
  .auth-line.new-auth-line .share-new {
    width: 100% !important;
    margin-top: -43px;
  }
  .right-side .side-items .boundary-box .thumb-list.lokpriya-news .media .overlay-box {
    display: block !important;
    text-align: center;
  }
  .right-side .side-items .boundary-box .thumb-list.lokpriya-news .media .overlay-box .article-img {
    margin: 0 auto 20px auto;
  }
  .inside-page .auth-line.new-auth-line .share-new {
    margin-top: 30px;
    width: auto !important;
  }
  .inside-page .detail-section .about-row .titles.section-title {
    font-size: 34px;
    line-height: 1.4;
  }
  body .footer {
    margin-bottom: 0;
  }
  .short-viewer .view-device {
    height: calc(100vh - 300px);
  }
  .nl-news-list .items .news-boundary .titles {
    font-size: 20px;
  }
  .titles.title-44 {
    font-size: 34px;
  }
  .titles.title-32 {
    font-size: 22px;
  }
  .thumb-list.thumb-slide-list .article-img img {
    height: 340px;
  }
  .titles.title-22 {
    font-size: 18px;
  }
  .breaking-alert .titles.breaking-news-title {
    top: 0;
  }
  .watch-on-menu {
    margin-top: -1px;
  }
  .titles.section-title {
    font-size: 72px;
    line-height: 1.3;
  }
  .editor-box .most-read {
    max-width: 460px;
  }
  .tip-us .items {
    width: 100%;
  }
  .section-wrapper {
    padding: 20px;
  }
  .breaking-alert .titles.breaking-news-title {
    font-size: 18px;
  }
  .category-section .the-hard-talk .cat-col-one .thumb-list .media .article-img img {
    width: 90px;
  }
  .breaking-alert {
    padding: 10px 20px;
  }
  .thumb-list.thumb-slide-list .article-img img {
    height: 300px;
  }
  .header .headerbox .items {
    width: 33.333333%;
  }
  .header .headerbox .logo-box {
    width: 33.333333%;
  }
  .header .headerbox .date-col {
    width: 33.333333%;
  }
  .new-toggle-box {
    left: 15px;
  }
  .titles.section-title {
    font-size: 62px;
    line-height: 1.3;
  }
  .watch-on-menu .watch-nav .watch-on-navs a {
    padding: 4px 40px 4px 10px;
    font-size: 14px;
  }
  .watch-on-menu .watch-nav .watch-on-navs a .left-icon {
    font-size: 20px;
    top: 10px;
    right: 10px;
  }
  .tip-us-box {
    margin-top: 30px;
  }
  .tip-us-box .items {
    width: 100%;
    margin-top: 15px;
  }
  .tip-us-box .items:nth-child(1) {
    margin-top: 0;
  }
  .page-editor {
    padding: 0 70px;
  }
  .thumb-list.thumb-slide-list .article-img img {
    height: 230px;
  }
  .titles.section-title {
    font-size: 60px;
    line-height: 1.3;
  }
  .thumb-list.category-thumb-list.six-list .items {
    width: 33.333333%;
  }
  .thumb-list.category-thumb-list.six-list .items:nth-child(n+4) {
    margin-top: 30px;
  }
  .thumb-list.wide-news-list .items .media {
    padding-left: 25%;
    display: block !important;
  }
  .thumb-list.wide-news-list .items .media .article-img {
    float: right;
  }
  .header {
    position: sticky;
    padding: 15px 0;
  }
  .header .headerbox .logo-box a {
    margin: 0 auto;
  }
  .featured-video-section .featured-yt-video {
    height: 50vh;
  }
  .big-news-list .media .media-body,
  .big-news-list .media .article-img {
    width: 50%;
  }
  .titles.title-44 {
    font-size: 28px;
  }
  .thumb-list.lokpriya-news .media {
    display: flex !important;
  }
  .footer .items .footer-logo-box .footer-logo img {
    max-width: 190px;
  }
  .footer .items,
  .footer .footer-container {
    margin-bottom: 0;
  }
  .copyrights .name-section {
    padding: 0;
  }
  .footer .footer-container {
    padding-bottom: 0;
  }
  .page-editor {
    padding: 0;
  }
  .inside-page .detail-section .about-row .titles.section-title {
    font-size: 64px;
    line-height: 1.3;
  }
  .authors-box .items.col-md-10.offset-md-1 {
    margin-left: 0;
    width: 100%;
  }
  .breadcrumbs {
    float: right !important;
    width: auto;
  }
  .editor-box .most-read {
    max-width: 100%;
    margin-right: 0;
  }
  .thumb-list.wide-news-list .media .article-img img {
    width: 254px;
  }
  .category-section .the-hard-talk .featured-col {
    width: 100%;
  }
  .category-section .the-hard-talk .cat-col-one {
    margin-top: 30px;
    width: 100%;
  }
  .category-section .the-hard-talk .cat-col-one .titles.title-18 {
    font-size: 20px;
  }
  .category-section .the-hard-talk .cat-col-one .thumb-list .media .article-img img {
    width: 190px;
  }
  .lead-talk-list .items.latest-item {
    margin-bottom: 30px;
  }
  .page-box .author-row .items .media .social-media {
    position: relative;
    border: 0;
    padding-left: 0;
    margin-top: 30px;
    padding-bottom: 0;
    padding-top: 0;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .page-box .author-row .items .media {
    align-items: flex-start;
  }
  .page-box .author-row .items .media .auth-box {
    max-width: 100%;
  }
  .page-box .author-row .items .author-info {
    padding-bottom: 30px;
  }
  .big-news-list .items.latest-feat-item .media {
    flex-wrap: wrap;
    padding: 20px;
  }
  .big-news-list .items.latest-feat-item .media .article-img {
    width: 100%;
    order: 1;
    margin-left: 0;
  }
  .big-news-list .items.latest-feat-item .media .media-body {
    order: 1;
    margin-top: 30px;
    padding-left: 0;
    width: 100%;
  }
  .full-thumb-list.big-news-list .items.latest-katha .media {
    flex-wrap: wrap;
  }
  .full-thumb-list.big-news-list .items.latest-katha .media .article-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .full-thumb-list.big-news-list .items.latest-katha .media .media-body {
    width: 100%;
  }
  .featured-video-section .sound-button-new {
    bottom: 20px;
    right: 15px;
  }
  .watch-on-menu .watch-nav .watch-on-navs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: auto;
    width: 100%;
    flex-wrap: nowrap;
  }
  .watch-on-menu .watch-nav .watch-on-navs .titles {
    flex: none;
  }
  .watch-on-menu .watch-nav .watch-on-navs a {
    flex: none;
  }
  .watch-on-menu .watch-nav {
    display: flex;
    width: 95%;
  }
  .section-wrapper {
    max-width: 95%;
  }
  .container {
    max-width: 95%;
  }
  body .footer {
    margin-top: -15px;
  }
  .wide-news-list .items .titles.title-30 {
    font-size: 22px;
  }
  .hamro-team-list .team-items .team-lists {
    align-items: flex-start;
  }
  .hamro-team-list .team-lists .items-team {
    width: 50%;
  }
  .hamro-team-list .team-lists .items-team .media {
    align-items: flex-start;
  }
  .hamro-team-list .team-lists .items-team:last-child {
    width: 100%;
  }
  .hamro-team-list .team-lists .items-team .titles.small-title {
    font-size: 14px;
  }
  .hamro-team-list .team-lists .items-team .titles.email-title {
    font-size: 14px;
    text-align: right;
  }
  .hamro-team-list .team-lists .items-team .titles.dark-title {
    font-size: 18px;
  }
  .hamro-team-list .team-lists .items-team .hoz-nav {
    margin-top: -50px;
  }
  .cat-name span:not(.left-icon):after {
    top: 4px;
  }
  .watch-on-menu .watch-nav .watch-on-navs a {
    width: auto;
    margin: 0 5px 5px 5px !important;
    padding: 0 10px !important;
  }
  .watch-on-menu .watch-nav .watch-on-navs a .left-icon {
    top: 0;
    left: 0;
  }
  .watch-on-menu .watch-nav .watch-on-navs {
    justify-content: center;
  }
  .related-tags {
    margin-top: 20px !important;
  }
  .tip-us-box .items .tipus-boundary {
    margin-bottom: 0;
  }
  .comment-box {
    margin-top: 20px !important;
  }
  .nl-news-list .items .news-boundary .titles {
    font-size: 16px;
  }
  .facebook-iframe-list.facebook-iframe-slider .items {
    margin-top: 0 !important;
  }
  .facebook-iframe-list .items {
    width: 50%;
  }
  .facebook-iframe-list .items:nth-child(n+3) {
    margin-top: 30px;
  }
  .facebook-iframe-list .items .article-img iframe {
    height: 420px !important;
  }
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .header {
    height: auto;
    padding: 0;
  }
  .header .headerbox .logo-box {
    background: #fff;
  }
  .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;
  }
  .section .items .description {
    padding: 0 20px;
  }
  .footer .items {
    margin-bottom: 20px;
  }
  .copyrights h2 {
    line-height: 20px;
  }
  ul.footer-nav {
    margin-bottom: 0;
  }
  .titles.section-title {
    margin-bottom: 20px;
  }
  .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;
  }
  .management-teams {
    margin-bottom: 20px;
  }
  .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;
  }
  .search-resutls .titles.title-2.section-title {
    font-size: 34px;
    line-height: 38px;
  }
  .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: 70px !important;
    width: 70px !important;
    position: absolute;
    top: -38px;
    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;
  }
  .get-box.animate__slideInUp {
    height: 80px;
    overflow: visible;
  }
  .get-box.animate__slideOutDown {
    height: 80px;
    overflow: visible;
  }
  .section .items .description {
    padding: 0;
  }
  .page-box .titles.section-title {
    font-size: 32px;
    line-height: 48px;
  }
  .tab-content .file-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .tab-content .file-list .items {
    padding: 0 15px;
  }
  .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: #111;
    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;
  }
  .section.home-slide {
    padding: 0;
  }
  .section.home-slide .item-caption .titles.slide-title {
    font-size: 28px;
    line-height: 34px;
  }
  .header .logo-box img {
    width: 170px;
  }
  .section {
    padding: 20px 0;
  }
  .section.home-about .section-title,
  .titles.section-title,
  .titles.title-2.section-title {
    font-size: 28px;
    line-height: 34px;
  }
  .section.home-slide .slide-img {
    height: 500px;
  }
  .section.home-slide .img-slide:before {
    height: 100%;
  }
  .feat-services .items .boundary-box .main-title, .feat-services .items .boundary-box .subline {
    font-size: 20px;
  }
  .feat-services .items .new-heading.alt {
    font-size: 30px;
    line-height: 38px;
  }
  .facts-figures .items:nth-child(n+3) {
    margin-top: 15px;
  }
  .titles {
    font-size: 22px;
    line-height: 28px;
  }
  .recent-updates .items .titles {
    max-width: 100%;
    padding: 0;
  }
  .section.home-about .row {
    align-items: flex-start;
  }
  .editor-box blockquote {
    margin-left: 0;
  }
  .full-gallery.recent-updates {
    height: auto !important;
  }
  .full-gallery.recent-updates .items {
    margin-top: 0;
    position: relative !important;
    top: 0 !important;
    flex: 0 0 auto;
    width: 33.33333333% !important;
    left: 0 !important;
  }
  .full-gallery.recent-updates .items .titles {
    padding: 0 30px;
  }
  .full-gallery.recent-updates .items .btn {
    margin-left: 30px;
  }
  .full-gallery.recent-updates .items:nth-child(1) a {
    border-top: 0;
    padding-top: 0;
  }
  .full-gallery.recent-updates .items:nth-child(n+4) a {
    padding-top: 40px;
    border-top: 1px solid #ddd;
  }
  .full-services.full-branches-list.full-news-list .media {
    padding-bottom: 50px;
    display: block !important;
  }
  .full-services .items .article-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .more-galleries.recent-updates .items .btn {
    margin-left: 0;
  }
  .recent-updates.wide-list .items .media .article-img img {
    height: auto;
    width: 260px;
  }
  .full-services .items .media {
    padding: 30px 0;
  }
  .full-services .items:nth-of-type(even) .media .article-img {
    margin-left: 20px;
  }
  .full-services .items .article-img {
    width: 40%;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .full-services .items .media-body {
    margin-top: 0;
  }
  .recent-updates.full-branches {
    margin: 0;
  }
  .full-branches.recent-updates .items .description {
    padding: 0;
  }
  .page-box {
    padding: 10px 0;
  }
  .page-box .breadcrumbs {
    margin-bottom: 0;
  }
  .page-box .titles.section-title {
    text-align: left;
  }
  .editor-box h1,
  .editor-box h2,
  .editor-box h3,
  .editor-box h4,
  .editor-box h5,
  .editor-box h6 {
    margin-bottom: 20px;
  }
  .editor-box h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .editor-box h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .editor-box h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .editor-box h4 {
    font-size: 24px;
    line-height: 30px;
  }
  .editor-box h5 {
    font-size: 20px;
    line-height: 26px;
  }
  .editor-box h6 {
    font-size: 16px;
    line-height: 22px;
  }
  .header {
    height: 80px;
  }
  .header.sticky-header {
    height: 80px;
  }
  .header .logo-box img {
    width: 120px;
  }
  .header .new-toggle-box {
    display: block;
    right: 15px;
  }
  .header .headerbox {
    height: auto;
  }
  .header .headerbox .nav-main {
    display: none;
  }
  .header .headerbox .cart-top-right {
    display: none;
  }
  .header .logo-box .logo-item .new-toggle-box {
    display: block;
  }
  .scroll-bottom {
    left: -36px;
  }
  .section.home-slide {
    padding: 0 0 0 30px;
  }
  .title-row {
    margin-bottom: 30px;
    padding: 0 30px;
  }
  .page-box {
    padding: 0;
  }
  .page-box .page-bg .page-info .titles.section-title {
    font-size: 40px;
    line-height: 48px;
  }
  .breadcrumbs {
    float: none !important;
    width: auto;
  }
  .titles.page-sub-title {
    font-size: 30px;
    line-height: 36px;
  }
  .page-box .page-bg img {
    height: calc(100vh - 80px);
  }
  .gallery-grid .items .article-img img {
    height: 187px;
  }
  .header .headerbox .logo-box .logo-item {
    width: 100%;
  }
  .header .cart-right li {
    float: left;
    margin: 0 0 0 20px;
  }
  .header .cart-right li:nth-child(1) {
    margin-left: 0;
  }
  .header .cart-right li.call-nav {
    display: none;
  }
  .header .cart-right li.search-nav {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    display: inline-block;
  }
  .header .headerbox .logo-box .search-nav {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin-left: 40px;
    display: inline-block;
  }
  .header .logo-box .logo-item .new-toggle-box {
    display: flex;
    right: 0;
    top: 0;
    position: relative;
    transform: none;
    align-items: center;
  }
  .header .logo-box img {
    width: 150px;
  }
  .site-search {
    max-width: 90%;
    left: 50%;
  }
  .section.home-slide,
  .home-slider {
    padding: 0;
  }
  .section.home-slide .titles.slide-title {
    font-size: 27px;
    padding-right: 0;
    margin-top: 20px;
    line-height: 32px;
  }
  .section.home-slide .titles.summary-title {
    margin-top: 20px;
    font-size: 14px;
    padding-right: 0;
    line-height: 22px;
  }
  .titles.section-title.left-title {
    text-align: left;
  }
  .section.home-about .items .description {
    text-align: left;
  }
  .title-row {
    padding: 0;
  }
  .section.home-testimonial .titles.section-title {
    margin-top: 20px;
  }
  .testimonial-slider {
    margin-top: 30px;
  }
  .testimonial-slider.normal-slider .slick-dots {
    bottom: 30px;
  }
  .footer .copyright-section {
    margin-top: 0;
  }
  .copyrights .name-section {
    padding: 0 30px;
  }
  .headerbox .items {
    width: 100%;
  }
  .page-box {
    padding: 10px 0;
  }
  .header .logo-item .cart-right {
    display: inline-block;
  }
  .home-slider {
    height: auto;
  }
  .section.home-slide .home-slider .slick-dots {
    bottom: 0;
    position: relative;
    text-align: left;
    right: 0;
    padding: 0 10px;
  }
  .projects-full.gallery-full .items {
    width: 50%;
  }
  .projects-full.gallery-full .items:nth-child(n+3) {
    margin-top: 30px;
  }
  .gallery-grid.latest-image .items .article-img:before {
    -webkit-border-radius: 40px 40px 115px 40px;
    -moz-border-radius: 40px 40px 115px 40px;
    -ms-border-radius: 40px 40px 115px 40px;
    border-radius: 40px 40px 115px 40px;
  }
  .gallery-grid.latest-image .items .article-img img {
    -webkit-border-radius: 40px 40px 115px 40px;
    -moz-border-radius: 40px 40px 115px 40px;
    -ms-border-radius: 40px 40px 115px 40px;
    border-radius: 40px 40px 115px 40px;
    height: auto;
  }
  .services-full .items:nth-child(n+3) {
    margin-top: 30px;
  }
  .recent-updates.full-news .items .recent-feat {
    padding: 15px;
  }
  .recent-updates.full-news .items .recent-feat .media {
    display: block !important;
  }
  .recent-updates.full-news .items .recent-feat .media .article-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .recent-updates.full-news .items .recent-feat .media .article-img img {
    height: auto;
  }
  .recent-updates.full-news .items .recent-feat .media-body .titles.news-title {
    font-size: 30px;
    line-height: 38px;
    padding: 0 30px;
  }
  .recent-updates .items .titles {
    padding: 0 30px;
  }
  .product-full-list .items:nth-child(n+4) {
    margin-top: 30px;
  }
  .page-box .titles.section-title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 15px;
  }
  .detail-section .about-row .titles.section-title.search-res-title {
    font-size: 26px;
    line-height: 34px;
  }
  .section.home-about.alt .items.img-side .about-img {
    -webkit-border-radius: 20px 85px 20px 20px;
    -moz-border-radius: 20px 85px 20px 20px;
    -ms-border-radius: 20px 85px 20px 20px;
    border-radius: 20px 85px 20px 20px;
  }
  .author-box .d-flex {
    flex: none;
    align-items: center;
    margin-right: 30px;
    overflow: auto;
    flex-wrap: nowrap;
  }
  .titles.section-title {
    font-size: 26px;
    line-height: 36px;
  }
  .header .headerbox .logo-box {
    background: none;
  }
  .header .headerbox .logo-box a {
    margin: -10px auto 0 auto;
    float: none;
  }
  .header .widget-nav {
    display: none;
    position: absolute;
    top: 107px;
    background: #111;
    width: 100%;
    left: 0;
    padding: 11px 0;
  }
  .header .date-time {
    top: 51px;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    font-size: 11px;
  }
  .header .search-nav {
    z-index: 9999;
  }
  .header .new-toggle-box {
    z-index: 9999;
    right: auto;
  }
  .section .side-items:last-child() {
    margin-bottom: 30px;
  }
  .widget-mobile-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    right: 60px;
  }
  .header {
    margin-bottom: 54px;
    position: fixed;
    top: 0;
    left: 0;
  }
  .header .widget-nav {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .widget-nav li {
    position: static;
  }
  .header .widget-nav li.dropdown .dropdown-menu {
    width: 100%;
    top: 53px !important;
  }
  .header .widget-mobile-icon {
    color: #fff;
  }
  body {
    padding-top: 135px;
  }
  .header-active {
    padding-top: 134px;
  }
  .header .widget-nav li.dropdown .boundary-box iframe {
    height: calc(65vh - 154px);
  }
  .header .widget-nav li a:hover {
    color: #999;
  }
  .header .widget-nav li a.show:hover {
    color: #fff;
  }
  .titles.title-3 {
    font-size: 22px;
    line-height: 31px;
  }
  .titles.title-2 {
    font-size: 22px;
    line-height: 28px;
  }
  .footer .items {
    margin-top: 20px;
  }
  .footer .footer-title {
    margin-top: 0;
  }
  .thumb-list.side-list.full-side-list .media {
    display: block !important;
    padding: 15px 0 !important;
  }
  .thumb-list.side-list.full-side-list .media .article-img {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .thumb-list.side-list.full-side-list .media .article-img img {
    width: 100%;
  }
  .thumb-list.side-list.full-side-list.search-full-list .media {
    display: flex !important;
    padding: 15px 0 !important;
  }
  .thumb-list.side-list.full-side-list.search-full-list .media .article-img {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .thumb-list.side-list.full-side-list.search-full-list .media .article-img img {
    width: 250px;
  }
  .thumb-list.side-list.full-side-list .titles {
    line-height: 28px;
    font-size: 20px;
  }
  .news-tab .nav-item {
    margin-right: 10px;
  }
  .news-tab .nav-item .nav-link {
    font-size: 12px;
    line-height: 18px;
  }
  .row.thumb-post-list.alt {
    margin: 0 -5px;
  }
  .authors-box {
    margin: 0;
  }
  .author-row .items {
    margin-top: 20px;
  }
  .author-row .items:nth-child(1) {
    margin-top: 0;
  }
  .hoz-nav.social-list li .social-icon {
    font-size: 12px;
  }
  .teamlist-box .team-item .article-img img {
    height: 163px;
  }
  .teamlist-box .team-item:nth-child(n+5) {
    margin-top: 50px;
  }
  .titles.page-title {
    font-size: 20px;
    line-height: 30px;
  }
  .thumb-list.side-list.full-side-list.multimedia-list .media:nth-child(1) {
    padding-top: 0 !important;
  }
  .featured-slider .featured-post .article-img .news-info .titles {
    font-size: 14px;
    line-height: 20px;
  }
  body {
    padding-top: 80px !important;
  }
  body .footer {
    margin-bottom: 53px;
  }
  .header .widget-nav {
    position: fixed;
    bottom: 0;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .header .widget-nav li.dropdown .dropdown-menu {
    width: 100%;
    top: auto !important;
    bottom: 53px !important;
  }
  .header .widget-nav li.dropdown .boundary-box iframe {
    height: calc(85vh - 154px);
  }
  .gallery-grid .items .article-img img {
    height: auto;
  }
  .photo-gallery.thumb-post-list.alt .thumb-post .media .titles {
    font-size: 16px;
    line-height: 22px;
  }
  .photo-gallery.thumb-post-list.alt .thumb-post .media .media-body {
    padding: 15px;
  }
  .mast-head.header .headerbox .col-4 {
    width: 40%;
  }
  .mast-head.header .headerbox .logo-box {
    width: 20%;
  }
  .mast-head.header .date-time {
    position: relative;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    left: 0;
  }
  .header {
    margin-bottom: 0;
    position: relative;
    top: 0;
    left: 0;
    height: auto;
  }
  .header .headerbox .logo-box .logo-item img {
    height: 38px;
    width: 100%;
  }
  body {
    padding-top: 0 !important;
  }
  .header.nav-section.sticky .mobile-header {
    display: inline-block;
  }
  .home-cols .latest-col {
    width: 100%;
    margin-bottom: 20px;
  }
  .home-cols .txtnews-col {
    width: 25%;
  }
  .home-cols .tabs-col {
    width: 33.333333%;
  }
  .special-event .latest-col {
    width: 100%;
    margin-top: 20px;
  }
  .special-event .txtnews-col,
  .special-event .featured-col {
    width: 50%;
  }
  .thumb-list.bishesh-thumb-list .article-img img {
    width: 82px;
    height: 52px;
  }
  .news-tab.pradesh-tabs {
    margin-top: 3px;
    margin-bottom: 0;
  }
  .news-tab.pradesh-tabs .nav-item {
    margin-right: 20px;
  }
  .news-tab.pradesh-tabs .nav-item .nav-link {
    font-size: 14px;
    padding-bottom: 0;
  }
  .news-tab .nav-item .nav-link {
    font-size: 16px;
    line-height: 18px;
  }
  .news-tab .nav-item {
    margin-right: 20px;
  }
  .thumb-list.lokpriya-news .media .article-img img {
    width: 50px;
    height: auto;
  }
  .mobile-header {
    padding-bottom: 0;
  }
  .author-row .items {
    width: 100%;
  }
  .thumb-list.lokpriya-news .media {
    display: block !important;
  }
  .thumb-list.lokpriya-news .media .article-img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .thumb-list.lokpriya-news .media .article-img img {
    width: 100%;
  }
  .breaking-alert .titles.breaking-news-title {
    display: flex;
    align-items: center;
    height: 40px;
    font-size: 14px;
    line-height: 18px;
  }
  .news-breaks .titles.news-title-1 {
    font-size: 40px;
    line-height: 60px;
  }
  .logo-box a {
    float: none;
    margin: 0 auto;
  }
  .header .headerbox .logo-box .logo-item img {
    margin: 0 auto;
    display: table;
  }
  .header .shortcut-right .new-toggle-box {
    display: flex;
  }
  .header .short-col .shortcut-right .new-toggle-box {
    display: none;
  }
  .header.nav-section.sticky .mobile-header {
    display: none;
  }
  .header.nav-section.sticky {
    background: #6e6e6e;
  }
  .header.nav-section.sticky .current-date {
    bottom: -28px;
  }
  .thumb-list.bishesh-thumb-list .article-img img {
    width: 170px;
  }
  .news-tab.pradesh-tabs .nav-item .nav-link {
    padding: 10px 20px;
  }
  .full-thumb-list.global-news-list .items .news-info .boundary-space {
    padding: 10px;
  }
  .titles.title-2 {
    font-size: 24px;
    line-height: 32px;
  }
  .scroll-box {
    max-height: 420px;
  }
  .story-section.story-active {
    padding: 0;
  }
  .shortcut-box .navigation_box {
    display: none;
  }
  .shortcut-box a.mobile-search {
    display: inline-block;
  }
  .header .short-col .shortcut-right .new-toggle-box {
    display: inline-block;
    position: relative;
    top: 4px;
  }
  .header.nav-section.sticky .mobile-header {
    display: block;
  }
  .header.nav-section.sticky .mobile-header .shortcut-box a.mobile-search {
    display: none;
  }
  .header.nav-section.sticky {
    background: #fff;
  }
  .search-nav .btn-search {
    font-size: 21px;
    color: #111;
  }
  .shortcut-box {
    display: flex;
  }
  .shortcut-box .navigation_box {
    display: none;
  }
  .mobile-header .control-side .search-nav {
    margin-top: 4px;
  }
  .mobile-header .control-side .new-toggle-box {
    top: 4px;
  }
  .thumb-list.bishesh-thumb-list .article-img img {
    width: 170px;
    height: 100px;
  }
  .titles.title-2 {
    font-size: 18px;
    line-height: 26px;
  }
  .shortcut-box a.unicode-nav {
    padding-left: 40px;
    top: 4px;
  }
  .story-section.story-active {
    padding: 0;
  }
  .story-section .story-close-btn {
    top: 70px !important;
    right: 5px !important;
  }
  .titles.section-title {
    line-height: 1.4;
  }
  .sector-box .thumb-list .media .article-img img,
  .sector-box.bg-dark .thumb-list .media .article-img img {
    width: 88px;
    height: 71px;
  }
  .titles.news-title-1 {
    font-size: 40px;
    line-height: 1.4;
  }
  .auth-line.new-auth-line .auth-item {
    flex-wrap: wrap;
  }
  .auth-line.new-auth-line .share-new {
    width: auto !important;
    margin-top: 20px;
  }
  .story-section .story-close-btn {
    top: 20px !important;
    right: auto !important;
    left: 20px !important;
  }
  .logo-box .date-center {
    margin-top: -62px !important;
    margin-bottom: 0 !important;
  }
  .thumb-list.main-feat-thumb-list .article-img img {
    width: 130px;
    height: 70px;
  }
  .tag-box.tag-1 {
    font-size: 80px;
  }
  .news-tab.pradesh-tabs {
    margin-bottom: 30px;
  }
  .header .short-col .social-media {
    display: none;
  }
  .shortcut-box a.mobile-search {
    display: none;
  }
  .header .shortcut-right .mobile-search {
    display: inline-block;
    margin-left: 20px;
    margin-top: 3px;
  }
  .header .shortcut-right .shortcut-box .mobile-search {
    display: none;
  }
  .thumb-list.main-feat-thumb-list .article-img img {
    width: 80px;
    height: 50px;
  }
  .category-list li {
    width: 50%;
  }
  .header.mast-head {
    display: none;
  }
  .header .mobile-header {
    display: block;
  }
  .header.nav-section .main-nav-box .current-date {
    display: none;
  }
  .header.nav-section.sticky .main-nav-box .current-date {
    display: block;
  }
  .section.breaking-section.break-section:nth-child(1) {
    padding-top: 0;
  }
  .news-tab.pradesh-tabs {
    justify-content: flex-start;
  }
  .titles {
    line-height: 1.3;
  }
  .titles.section-title {
    font-size: 38px;
  }
  .titles.title-48 {
    font-size: 38px;
  }
  .titles.title-43 {
    font-size: 33px;
  }
  .doctors .doctors-row .items {
    width: 33.333333%;
  }
  .doctors .doctors-row .items:nth-child(n+4) {
    margin-top: 30px;
  }
  .new-toggle-box .menu-toggle-btn {
    top: 0;
    font-size: 19px;
  }
  .thumb-list.new-thumb-list.int-days .media {
    padding-left: 70px;
  }
  .thumb-list.new-thumb-list.int-days .media .date-box {
    width: 53px;
    height: 53px;
  }
  .thumb-list.new-thumb-list.int-days .media .date-box .titles.days {
    margin-top: -16px;
  }
  .shortcut-box.new-shortcuts .epaper-link {
    display: none;
  }
  .page-editor .editor-box {
    padding: 0 20px;
  }
  .tag-box {
    margin-bottom: 15px;
  }
  .auth-line.new-auth-line .share-new {
    width: 100% !important;
    margin-top: -43px;
  }
  .right-side .side-items .boundary-box .thumb-list.lokpriya-news .media .overlay-box {
    display: block !important;
    text-align: center;
  }
  .right-side .side-items .boundary-box .thumb-list.lokpriya-news .media .overlay-box .article-img {
    margin: 0 auto 20px auto;
  }
  .inside-page .auth-line.new-auth-line .share-new {
    margin-top: 30px;
    width: auto !important;
  }
  .inside-page .detail-section .about-row .titles.section-title {
    font-size: 34px;
    line-height: 1.4;
  }
  body .footer {
    margin-bottom: 0;
  }
  .short-viewer .view-device {
    height: calc(100vh - 300px);
  }
  .nl-news-list .items .news-boundary .titles {
    font-size: 20px;
  }
  .titles.title-44 {
    font-size: 34px;
  }
  .titles.title-32 {
    font-size: 22px;
  }
  .thumb-list.thumb-slide-list .article-img img {
    height: 340px;
  }
  .titles.title-22 {
    font-size: 18px;
  }
  .breaking-alert .titles.breaking-news-title {
    top: 0;
  }
  .watch-on-menu {
    margin-top: -1px;
  }
  .titles.section-title {
    font-size: 72px;
    line-height: 1.3;
  }
  .editor-box .most-read {
    max-width: 460px;
  }
  .tip-us .items {
    width: 100%;
  }
  .section-wrapper {
    padding: 20px;
  }
  .breaking-alert .titles.breaking-news-title {
    font-size: 18px;
  }
  .category-section .the-hard-talk .cat-col-one .thumb-list .media .article-img img {
    width: 90px;
  }
  .breaking-alert {
    padding: 10px 20px;
  }
  .thumb-list.thumb-slide-list .article-img img {
    height: 300px;
  }
  .header .headerbox .items {
    width: 33.333333%;
  }
  .header .headerbox .logo-box {
    width: 33.333333%;
  }
  .header .headerbox .date-col {
    width: 33.333333%;
  }
  .new-toggle-box {
    left: 15px;
  }
  .titles.section-title {
    font-size: 62px;
    line-height: 1.3;
  }
  .watch-on-menu .watch-nav .watch-on-navs a {
    padding: 4px 40px 4px 10px;
    font-size: 14px;
  }
  .watch-on-menu .watch-nav .watch-on-navs a .left-icon {
    font-size: 20px;
    top: 10px;
    right: 10px;
  }
  .tip-us-box {
    margin-top: 30px;
  }
  .tip-us-box .items {
    width: 100%;
    margin-top: 15px;
  }
  .tip-us-box .items:nth-child(1) {
    margin-top: 0;
  }
  .page-editor {
    padding: 0 70px;
  }
  .thumb-list.thumb-slide-list .article-img img {
    height: 230px;
  }
  .titles.section-title {
    font-size: 60px;
    line-height: 1.3;
  }
  .thumb-list.category-thumb-list.six-list .items {
    width: 33.333333%;
  }
  .thumb-list.category-thumb-list.six-list .items:nth-child(n+4) {
    margin-top: 30px;
  }
  .thumb-list.wide-news-list .items .media {
    padding-left: 25%;
    display: block !important;
  }
  .thumb-list.wide-news-list .items .media .article-img {
    float: right;
  }
  .header {
    position: sticky;
    padding: 15px 0;
  }
  .header .headerbox .logo-box a {
    margin: 0 auto;
  }
  .featured-video-section .featured-yt-video {
    height: 50vh;
  }
  .big-news-list .media .media-body,
  .big-news-list .media .article-img {
    width: 50%;
  }
  .titles.title-44 {
    font-size: 28px;
  }
  .thumb-list.lokpriya-news .media {
    display: flex !important;
  }
  .footer .items .footer-logo-box .footer-logo img {
    max-width: 190px;
  }
  .footer .items,
  .footer .footer-container {
    margin-bottom: 0;
  }
  .copyrights .name-section {
    padding: 0;
  }
  .footer .footer-container {
    padding-bottom: 0;
  }
  .page-editor {
    padding: 0;
  }
  .inside-page .detail-section .about-row .titles.section-title {
    font-size: 64px;
    line-height: 1.3;
  }
  .authors-box .items.col-md-10.offset-md-1 {
    margin-left: 0;
    width: 100%;
  }
  .breadcrumbs {
    float: right !important;
    width: auto;
  }
  .editor-box .most-read {
    max-width: 100%;
    margin-right: 0;
  }
  .thumb-list.wide-news-list .media .article-img img {
    width: 254px;
  }
  .row {
    margin: 0 !important;
  }
  .titles.title-20 {
    font-size: 16px;
  }
  .btn.rounded-btn.watch-btn {
    font-size: 14px;
  }
  .the-hard-talk .featured-col {
    width: 100%;
  }
  .the-hard-talk .cat-col-one {
    width: 100%;
    margin-top: 30px;
  }
  .breaking-alert .titles.breaking-news-title {
    font-size: 16px;
  }
  .category-section .the-hard-talk .cat-col-one .thumb-list .media .article-img img {
    width: 160px;
  }
  .big-news-list .items.latest-feat-item .media {
    display: block !important;
  }
  .big-news-list .items.latest-feat-item .media .media-body {
    padding-bottom: 30px;
    width: 100%;
    padding-left: 0;
  }
  .big-news-list .items.latest-feat-item .media .article-img {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .titles.title-25 {
    font-size: 16px;
  }
  .latest-feat .titles.title-44 {
    font-size: 24px;
  }
  .footer .footer-boundary {
    margin: 0 -15px !important;
  }
  .footer .items {
    width: 25%;
  }
  .footer .items:nth-child(2) {
    padding-left: 15px !important;
  }
  .footer .items:nth-child(5) {
    width: 100%;
  }
  .footer .items:last-child {
    width: 100%;
  }
  .footer .footer-title {
    font-size: 17px;
  }
  .footer .items .social-right .titles {
    font-size: 14px;
  }
  .titles.title-30 {
    font-size: 20px;
  }
  .thumb-list.wide-news-list .media .article-img img {
    width: 184px;
  }
  .watch-on-menu .watch-nav {
    max-width: 500px;
    padding: 10px 10px 20px 10px;
  }
  .watch-on-menu .watch-nav .watch-on-navs {
    flex-wrap: wrap;
  }
  .watch-on-menu .watch-nav .watch-on-navs a {
    margin-left: 10px;
  }
  .watch-on-menu .watch-nav .watch-on-navs a:nth-child(2) {
    margin-left: 0;
  }
  .watch-on-menu .watch-nav .titles {
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
  }
  .editor-box blockquote {
    font-size: 30px;
    line-height: 44px;
    padding: 40px 40px 40px 100px;
  }
  .editor-box blockquote:before {
    top: 60px;
  }
  .author-box .author-img img {
    width: 42px;
    height: 42px;
  }
  .thumb-list.wide-news-list .items .date-line {
    top: 40px;
  }
  .header .social-right .social-media a {
    margin-left: 2px;
  }
  .page-box .author-row .items .media .social-media {
    position: relative;
    border: 0;
    padding-left: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
  .page-box .author-row .items .media {
    align-items: flex-start;
  }
  .page-box .author-row .items .media .auth-box {
    max-width: 100%;
  }
  .page-box .author-row .items .author-info {
    padding-bottom: 15px;
  }
  .page-box .author-row {
    display: block;
  }
  .featured-video-section .sound-button-new {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }
  .featured-video-section .sound-button-new {
    bottom: 20px;
    right: 15px;
  }
  .short-viewer .container {
    padding: 0;
  }
  .view-device.swipe-device .sound-btn {
    display: flex !important;
    bottom: 20px;
  }
  .view-device.swipe-device .sound-btn,
  .view-device.swipe-device .share-icon {
    bottom: 20px;
  }
  .view-device.swipe-device .swipe-button-box {
    display: none;
    right: 20px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: flex !important;
  }
  .view-device.swipe-device .sound-btn,
  .view-device.swipe-device .share-icon,
  .view-device.swipe-device .back-icon {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .short-swiper-slider {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    position: fixed;
    top: 0;
    left: 0;
  }
  .view-device.swipe-device {
    position: fixed;
    top: 0;
    left: 0;
  }
  .short-viewer .container {
    padding: 0;
  }
  .short-viewer .container .view-device {
    height: 100vh;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }
  .hamro-team-list .team-items {
    padding: 15px 5px;
  }
  .hamro-team-list .team-items .team-lists {
    align-items: flex-start;
  }
  .hamro-team-list .team-lists .items-team {
    width: 50%;
  }
  .hamro-team-list .team-lists .items-team .media {
    align-items: flex-start;
  }
  .hamro-team-list .team-lists .items-team:last-child {
    width: 100%;
  }
  .hamro-team-list .team-lists .items-team .titles.small-title {
    font-size: 14px;
  }
  .hamro-team-list .team-lists .items-team .titles.email-title {
    font-size: 14px;
    text-align: right;
  }
  .hamro-team-list .team-lists .items-team .titles.dark-title {
    font-size: 18px;
  }
  .hamro-team-list .team-lists .items-team .hoz-nav {
    margin-top: -50px;
  }
  .bigyaapan-full .bigyaapan-boundary {
    padding-top: 0;
  }
  .watch-on-menu .watch-nav .watch-on-navs a {
    width: auto;
    margin: 0 5px 5px 5px !important;
    padding: 0 10px !important;
  }
  .watch-on-menu .watch-nav .watch-on-navs a .left-icon {
    top: 0;
    left: 0;
  }
  .related-tags {
    margin-top: 20px !important;
  }
  .tip-us-box .items .tipus-boundary {
    margin-bottom: 0;
  }
  .comment-box {
    margin-top: 20px !important;
  }
  .facebook-iframe-list .items:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .header {
    height: auto;
    padding: 0;
  }
  .header .headerbox .logo-box {
    background: #fff;
  }
  .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;
  }
  .section .items .description {
    padding: 0 20px;
  }
  .footer .items {
    margin-bottom: 20px;
  }
  .copyrights h2 {
    line-height: 20px;
  }
  ul.footer-nav {
    margin-bottom: 0;
  }
  .titles.section-title {
    margin-bottom: 20px;
  }
  .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;
  }
  .management-teams {
    margin-bottom: 20px;
  }
  .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;
  }
  .search-resutls .titles.title-2.section-title {
    font-size: 34px;
    line-height: 38px;
  }
  .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: 70px !important;
    width: 70px !important;
    position: absolute;
    top: -38px;
    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;
  }
  .get-box.animate__slideInUp {
    height: 80px;
    overflow: visible;
  }
  .get-box.animate__slideOutDown {
    height: 80px;
    overflow: visible;
  }
  .section .items .description {
    padding: 0;
  }
  .page-box .titles.section-title {
    font-size: 32px;
    line-height: 48px;
  }
  .tab-content .file-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .tab-content .file-list .items {
    padding: 0 15px;
  }
  .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: #111;
    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;
  }
  .section.home-slide {
    padding: 0;
  }
  .section.home-slide .item-caption .titles.slide-title {
    font-size: 28px;
    line-height: 34px;
  }
  .header .logo-box img {
    width: 170px;
  }
  .section {
    padding: 20px 0;
  }
  .section.home-about .section-title,
  .titles.section-title,
  .titles.title-2.section-title {
    font-size: 28px;
    line-height: 34px;
  }
  .section.home-slide .slide-img {
    height: 500px;
  }
  .section.home-slide .img-slide:before {
    height: 100%;
  }
  .feat-services .items .boundary-box .main-title, .feat-services .items .boundary-box .subline {
    font-size: 20px;
  }
  .feat-services .items .new-heading.alt {
    font-size: 30px;
    line-height: 38px;
  }
  .facts-figures .items:nth-child(n+3) {
    margin-top: 15px;
  }
  .titles {
    font-size: 22px;
    line-height: 28px;
  }
  .recent-updates .items .titles {
    max-width: 100%;
    padding: 0;
  }
  .section.home-about .row {
    align-items: flex-start;
  }
  .editor-box blockquote {
    margin-left: 0;
  }
  .full-gallery.recent-updates {
    height: auto !important;
  }
  .full-gallery.recent-updates .items {
    margin-top: 0;
    position: relative !important;
    top: 0 !important;
    flex: 0 0 auto;
    width: 33.33333333% !important;
    left: 0 !important;
  }
  .full-gallery.recent-updates .items .titles {
    padding: 0 30px;
  }
  .full-gallery.recent-updates .items .btn {
    margin-left: 30px;
  }
  .full-gallery.recent-updates .items:nth-child(1) a {
    border-top: 0;
    padding-top: 0;
  }
  .full-gallery.recent-updates .items:nth-child(n+4) a {
    padding-top: 40px;
    border-top: 1px solid #ddd;
  }
  .full-services.full-branches-list.full-news-list .media {
    padding-bottom: 50px;
    display: block !important;
  }
  .full-services .items .article-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .more-galleries.recent-updates .items .btn {
    margin-left: 0;
  }
  .recent-updates.wide-list .items .media .article-img img {
    height: auto;
    width: 260px;
  }
  .full-services .items .media {
    padding: 30px 0;
  }
  .full-services .items:nth-of-type(even) .media .article-img {
    margin-left: 20px;
  }
  .full-services .items .article-img {
    width: 40%;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .full-services .items .media-body {
    margin-top: 0;
  }
  .recent-updates.full-branches {
    margin: 0;
  }
  .full-branches.recent-updates .items .description {
    padding: 0;
  }
  .page-box {
    padding: 10px 0;
  }
  .page-box .breadcrumbs {
    margin-bottom: 0;
  }
  .page-box .titles.section-title {
    text-align: left;
  }
  .editor-box h1,
  .editor-box h2,
  .editor-box h3,
  .editor-box h4,
  .editor-box h5,
  .editor-box h6 {
    margin-bottom: 20px;
  }
  .editor-box h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .editor-box h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .editor-box h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .editor-box h4 {
    font-size: 24px;
    line-height: 30px;
  }
  .editor-box h5 {
    font-size: 20px;
    line-height: 26px;
  }
  .editor-box h6 {
    font-size: 16px;
    line-height: 22px;
  }
  .header {
    height: 80px;
  }
  .header.sticky-header {
    height: 80px;
  }
  .header .logo-box img {
    width: 120px;
  }
  .header .new-toggle-box {
    display: block;
    right: 15px;
  }
  .header .headerbox {
    height: auto;
  }
  .header .headerbox .nav-main {
    display: none;
  }
  .header .headerbox .cart-top-right {
    display: none;
  }
  .header .logo-box .logo-item .new-toggle-box {
    display: block;
  }
  .scroll-bottom {
    left: -36px;
  }
  .section.home-slide {
    padding: 0 0 0 30px;
  }
  .title-row {
    margin-bottom: 30px;
    padding: 0 30px;
  }
  .page-box {
    padding: 0;
  }
  .page-box .page-bg .page-info .titles.section-title {
    font-size: 40px;
    line-height: 48px;
  }
  .breadcrumbs {
    float: none !important;
    width: auto;
  }
  .titles.page-sub-title {
    font-size: 30px;
    line-height: 36px;
  }
  .page-box .page-bg img {
    height: calc(100vh - 80px);
  }
  .gallery-grid .items .article-img img {
    height: 187px;
  }
  .header .headerbox .logo-box .logo-item {
    width: 100%;
  }
  .header .cart-right li {
    float: left;
    margin: 0 0 0 20px;
  }
  .header .cart-right li:nth-child(1) {
    margin-left: 0;
  }
  .header .cart-right li.call-nav {
    display: none;
  }
  .header .cart-right li.search-nav {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    display: inline-block;
  }
  .header .headerbox .logo-box .search-nav {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin-left: 40px;
    display: inline-block;
  }
  .header .logo-box .logo-item .new-toggle-box {
    display: flex;
    right: 0;
    top: 0;
    position: relative;
    transform: none;
    align-items: center;
  }
  .header .logo-box img {
    width: 150px;
  }
  .site-search {
    max-width: 90%;
    left: 50%;
  }
  .section.home-slide,
  .home-slider {
    padding: 0;
  }
  .section.home-slide .titles.slide-title {
    font-size: 27px;
    padding-right: 0;
    margin-top: 20px;
    line-height: 32px;
  }
  .section.home-slide .titles.summary-title {
    margin-top: 20px;
    font-size: 14px;
    padding-right: 0;
    line-height: 22px;
  }
  .titles.section-title.left-title {
    text-align: left;
  }
  .section.home-about .items .description {
    text-align: left;
  }
  .title-row {
    padding: 0;
  }
  .section.home-testimonial .titles.section-title {
    margin-top: 20px;
  }
  .testimonial-slider {
    margin-top: 30px;
  }
  .testimonial-slider.normal-slider .slick-dots {
    bottom: 30px;
  }
  .footer .copyright-section {
    margin-top: 0;
  }
  .copyrights .name-section {
    padding: 0 30px;
  }
  .headerbox .items {
    width: 100%;
  }
  .page-box {
    padding: 10px 0;
  }
  .header .logo-item .cart-right {
    display: inline-block;
  }
  .home-slider {
    height: auto;
  }
  .section.home-slide .home-slider .slick-dots {
    bottom: 0;
    position: relative;
    text-align: left;
    right: 0;
    padding: 0 10px;
  }
  .projects-full.gallery-full .items {
    width: 50%;
  }
  .projects-full.gallery-full .items:nth-child(n+3) {
    margin-top: 30px;
  }
  .gallery-grid.latest-image .items .article-img:before {
    -webkit-border-radius: 40px 40px 115px 40px;
    -moz-border-radius: 40px 40px 115px 40px;
    -ms-border-radius: 40px 40px 115px 40px;
    border-radius: 40px 40px 115px 40px;
  }
  .gallery-grid.latest-image .items .article-img img {
    -webkit-border-radius: 40px 40px 115px 40px;
    -moz-border-radius: 40px 40px 115px 40px;
    -ms-border-radius: 40px 40px 115px 40px;
    border-radius: 40px 40px 115px 40px;
    height: auto;
  }
  .services-full .items:nth-child(n+3) {
    margin-top: 30px;
  }
  .recent-updates.full-news .items .recent-feat {
    padding: 15px;
  }
  .recent-updates.full-news .items .recent-feat .media {
    display: block !important;
  }
  .recent-updates.full-news .items .recent-feat .media .article-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .recent-updates.full-news .items .recent-feat .media .article-img img {
    height: auto;
  }
  .recent-updates.full-news .items .recent-feat .media-body .titles.news-title {
    font-size: 30px;
    line-height: 38px;
    padding: 0 30px;
  }
  .recent-updates .items .titles {
    padding: 0 30px;
  }
  .product-full-list .items:nth-child(n+4) {
    margin-top: 30px;
  }
  .page-box .titles.section-title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 15px;
  }
  .detail-section .about-row .titles.section-title.search-res-title {
    font-size: 26px;
    line-height: 34px;
  }
  .section.home-about.alt .items.img-side .about-img {
    -webkit-border-radius: 20px 85px 20px 20px;
    -moz-border-radius: 20px 85px 20px 20px;
    -ms-border-radius: 20px 85px 20px 20px;
    border-radius: 20px 85px 20px 20px;
  }
  .author-box .d-flex {
    flex: none;
    align-items: center;
    margin-right: 30px;
    overflow: auto;
    flex-wrap: nowrap;
  }
  .titles.section-title {
    font-size: 26px;
    line-height: 36px;
  }
  .header .headerbox .logo-box {
    background: none;
  }
  .header .headerbox .logo-box a {
    margin: -10px auto 0 auto;
    float: none;
  }
  .header .widget-nav {
    display: none;
    position: absolute;
    top: 107px;
    background: #111;
    width: 100%;
    left: 0;
    padding: 11px 0;
  }
  .header .date-time {
    top: 51px;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    font-size: 11px;
  }
  .header .search-nav {
    z-index: 9999;
  }
  .header .new-toggle-box {
    z-index: 9999;
    right: auto;
  }
  .section .side-items:last-child() {
    margin-bottom: 30px;
  }
  .widget-mobile-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    right: 60px;
  }
  .header {
    margin-bottom: 54px;
    position: fixed;
    top: 0;
    left: 0;
  }
  .header .widget-nav {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .widget-nav li {
    position: static;
  }
  .header .widget-nav li.dropdown .dropdown-menu {
    width: 100%;
    top: 53px !important;
  }
  .header .widget-mobile-icon {
    color: #fff;
  }
  body {
    padding-top: 135px;
  }
  .header-active {
    padding-top: 134px;
  }
  .header .widget-nav li.dropdown .boundary-box iframe {
    height: calc(65vh - 154px);
  }
  .header .widget-nav li a:hover {
    color: #999;
  }
  .header .widget-nav li a.show:hover {
    color: #fff;
  }
  .titles.title-3 {
    font-size: 22px;
    line-height: 31px;
  }
  .titles.title-2 {
    font-size: 22px;
    line-height: 28px;
  }
  .footer .items {
    margin-top: 20px;
  }
  .footer .footer-title {
    margin-top: 0;
  }
  .thumb-list.side-list.full-side-list .media {
    display: block !important;
    padding: 15px 0 !important;
  }
  .thumb-list.side-list.full-side-list .media .article-img {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .thumb-list.side-list.full-side-list .media .article-img img {
    width: 100%;
  }
  .thumb-list.side-list.full-side-list.search-full-list .media {
    display: flex !important;
    padding: 15px 0 !important;
  }
  .thumb-list.side-list.full-side-list.search-full-list .media .article-img {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .thumb-list.side-list.full-side-list.search-full-list .media .article-img img {
    width: 250px;
  }
  .thumb-list.side-list.full-side-list .titles {
    line-height: 28px;
    font-size: 20px;
  }
  .news-tab .nav-item {
    margin-right: 10px;
  }
  .news-tab .nav-item .nav-link {
    font-size: 12px;
    line-height: 18px;
  }
  .row.thumb-post-list.alt {
    margin: 0 -5px;
  }
  .authors-box {
    margin: 0;
  }
  .author-row .items {
    margin-top: 20px;
  }
  .author-row .items:nth-child(1) {
    margin-top: 0;
  }
  .hoz-nav.social-list li .social-icon {
    font-size: 12px;
  }
  .teamlist-box .team-item .article-img img {
    height: 163px;
  }
  .teamlist-box .team-item:nth-child(n+5) {
    margin-top: 50px;
  }
  .titles.page-title {
    font-size: 20px;
    line-height: 30px;
  }
  .thumb-list.side-list.full-side-list.multimedia-list .media:nth-child(1) {
    padding-top: 0 !important;
  }
  .featured-slider .featured-post .article-img .news-info .titles {
    font-size: 14px;
    line-height: 20px;
  }
  body {
    padding-top: 80px !important;
  }
  body .footer {
    margin-bottom: 53px;
  }
  .header .widget-nav {
    position: fixed;
    bottom: 0;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .header .widget-nav li.dropdown .dropdown-menu {
    width: 100%;
    top: auto !important;
    bottom: 53px !important;
  }
  .header .widget-nav li.dropdown .boundary-box iframe {
    height: calc(85vh - 154px);
  }
  .gallery-grid .items .article-img img {
    height: auto;
  }
  .photo-gallery.thumb-post-list.alt .thumb-post .media .titles {
    font-size: 16px;
    line-height: 22px;
  }
  .photo-gallery.thumb-post-list.alt .thumb-post .media .media-body {
    padding: 15px;
  }
  .mast-head.header .headerbox .col-4 {
    width: 40%;
  }
  .mast-head.header .headerbox .logo-box {
    width: 20%;
  }
  .mast-head.header .date-time {
    position: relative;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    left: 0;
  }
  .header {
    margin-bottom: 0;
    position: relative;
    top: 0;
    left: 0;
    height: auto;
  }
  .header .headerbox .logo-box .logo-item img {
    height: 38px;
    width: 100%;
  }
  body {
    padding-top: 0 !important;
  }
  .header.nav-section.sticky .mobile-header {
    display: inline-block;
  }
  .home-cols .latest-col {
    width: 100%;
    margin-bottom: 20px;
  }
  .home-cols .txtnews-col {
    width: 25%;
  }
  .home-cols .tabs-col {
    width: 33.333333%;
  }
  .special-event .latest-col {
    width: 100%;
    margin-top: 20px;
  }
  .special-event .txtnews-col,
  .special-event .featured-col {
    width: 50%;
  }
  .thumb-list.bishesh-thumb-list .article-img img {
    width: 82px;
    height: 52px;
  }
  .news-tab.pradesh-tabs {
    margin-top: 3px;
    margin-bottom: 0;
  }
  .news-tab.pradesh-tabs .nav-item {
    margin-right: 20px;
  }
  .news-tab.pradesh-tabs .nav-item .nav-link {
    font-size: 14px;
    padding-bottom: 0;
  }
  .news-tab .nav-item .nav-link {
    font-size: 16px;
    line-height: 18px;
  }
  .news-tab .nav-item {
    margin-right: 20px;
  }
  .thumb-list.lokpriya-news .media .article-img img {
    width: 50px;
    height: auto;
  }
  .mobile-header {
    padding-bottom: 0;
  }
  .author-row .items {
    width: 100%;
  }
  .thumb-list.lokpriya-news .media {
    display: block !important;
  }
  .thumb-list.lokpriya-news .media .article-img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .thumb-list.lokpriya-news .media .article-img img {
    width: 100%;
  }
  .logo-box a {
    float: none;
    margin: 0 auto;
  }
  .header .headerbox .logo-box .logo-item img {
    margin: 0 auto;
    display: table;
  }
  .header .shortcut-right .new-toggle-box {
    display: flex;
  }
  .header .short-col .shortcut-right .new-toggle-box {
    display: none;
  }
  .header.nav-section.sticky .mobile-header {
    display: none;
  }
  .header.nav-section.sticky {
    background: #6e6e6e;
  }
  .header.nav-section.sticky .current-date {
    bottom: -28px;
  }
  .thumb-list.bishesh-thumb-list .article-img img {
    width: 170px;
  }
  .news-tab.pradesh-tabs .nav-item .nav-link {
    padding: 10px 20px;
  }
  .full-thumb-list.global-news-list .items .news-info .boundary-space {
    padding: 10px;
  }
  .titles.title-2 {
    font-size: 24px;
    line-height: 32px;
  }
  .scroll-box {
    max-height: 420px;
  }
  .story-section.story-active {
    padding: 0;
  }
  .shortcut-box .navigation_box {
    display: none;
  }
  .shortcut-box a.mobile-search {
    display: inline-block;
  }
  .header .short-col .shortcut-right .new-toggle-box {
    display: inline-block;
    position: relative;
    top: 4px;
  }
  .header.nav-section.sticky .mobile-header {
    display: block;
  }
  .header.nav-section.sticky .mobile-header .shortcut-box a.mobile-search {
    display: none;
  }
  .header.nav-section.sticky {
    background: #fff;
  }
  .search-nav .btn-search {
    font-size: 21px;
    color: #111;
  }
  .shortcut-box {
    display: flex;
  }
  .shortcut-box .navigation_box {
    display: none;
  }
  .mobile-header .control-side .search-nav {
    margin-top: 4px;
  }
  .mobile-header .control-side .new-toggle-box {
    top: 4px;
  }
  .thumb-list.bishesh-thumb-list .article-img img {
    width: 170px;
    height: 100px;
  }
  .titles.title-2 {
    font-size: 18px;
    line-height: 26px;
  }
  .shortcut-box a.unicode-nav {
    padding-left: 40px;
    top: 4px;
  }
  .story-section.story-active {
    padding: 0;
  }
  .story-section .story-close-btn {
    top: 70px !important;
    right: 5px !important;
  }
  .titles.section-title {
    line-height: 1.4;
  }
  .sector-box .thumb-list .media .article-img img,
  .sector-box.bg-dark .thumb-list .media .article-img img {
    width: 88px;
    height: 71px;
  }
  .titles.news-title-1 {
    font-size: 40px;
    line-height: 1.4;
  }
  .auth-line.new-auth-line .auth-item {
    flex-wrap: wrap;
  }
  .auth-line.new-auth-line .share-new {
    width: auto !important;
    margin-top: 20px;
  }
  .story-section .story-close-btn {
    top: 20px !important;
    right: auto !important;
    left: 20px !important;
  }
  .logo-box .date-center {
    margin-top: -62px !important;
    margin-bottom: 0 !important;
  }
  .thumb-list.main-feat-thumb-list .article-img img {
    width: 130px;
    height: 70px;
  }
  .tag-box.tag-1 {
    font-size: 80px;
  }
  .news-tab.pradesh-tabs {
    margin-bottom: 30px;
  }
  .header .short-col .social-media {
    display: none;
  }
  .shortcut-box a.mobile-search {
    display: none;
  }
  .header .shortcut-right .mobile-search {
    display: inline-block;
    margin-left: 20px;
    margin-top: 3px;
  }
  .header .shortcut-right .shortcut-box .mobile-search {
    display: none;
  }
  .thumb-list.main-feat-thumb-list .article-img img {
    width: 80px;
    height: 50px;
  }
  .category-list li {
    width: 50%;
  }
  .header.mast-head {
    display: none;
  }
  .header .mobile-header {
    display: block;
  }
  .header.nav-section .main-nav-box .current-date {
    display: none;
  }
  .header.nav-section.sticky .main-nav-box .current-date {
    display: block;
  }
  .section.breaking-section.break-section:nth-child(1) {
    padding-top: 0;
  }
  .news-tab.pradesh-tabs {
    justify-content: flex-start;
  }
  .titles {
    line-height: 1.3;
  }
  .titles.section-title {
    font-size: 38px;
  }
  .titles.title-48 {
    font-size: 38px;
  }
  .titles.title-43 {
    font-size: 33px;
  }
  .doctors .doctors-row .items {
    width: 33.333333%;
  }
  .doctors .doctors-row .items:nth-child(n+4) {
    margin-top: 30px;
  }
  .new-toggle-box .menu-toggle-btn {
    top: 0;
    font-size: 19px;
  }
  .thumb-list.new-thumb-list.int-days .media {
    padding-left: 70px;
  }
  .thumb-list.new-thumb-list.int-days .media .date-box {
    width: 53px;
    height: 53px;
  }
  .thumb-list.new-thumb-list.int-days .media .date-box .titles.days {
    margin-top: -16px;
  }
  .shortcut-box.new-shortcuts .epaper-link {
    display: none;
  }
  .page-editor .editor-box {
    padding: 0 20px;
  }
  .tag-box {
    margin-bottom: 15px;
  }
  .auth-line.new-auth-line .share-new {
    width: 100% !important;
    margin-top: -43px;
  }
  .right-side .side-items .boundary-box .thumb-list.lokpriya-news .media .overlay-box {
    display: block !important;
    text-align: center;
  }
  .right-side .side-items .boundary-box .thumb-list.lokpriya-news .media .overlay-box .article-img {
    margin: 0 auto 20px auto;
  }
  .inside-page .auth-line.new-auth-line .share-new {
    margin-top: 30px;
    width: auto !important;
  }
  .inside-page .detail-section .about-row .titles.section-title {
    font-size: 34px;
    line-height: 1.4;
  }
  body .footer {
    margin-bottom: 0;
  }
  .short-viewer .view-device {
    height: calc(100vh - 300px);
  }
  .nl-news-list .items .news-boundary .titles {
    font-size: 20px;
  }
  .titles.title-44 {
    font-size: 34px;
  }
  .titles.title-32 {
    font-size: 22px;
  }
  .thumb-list.thumb-slide-list .article-img img {
    height: 340px;
  }
  .titles.title-22 {
    font-size: 18px;
  }
  .breaking-alert .titles.breaking-news-title {
    top: 0;
  }
  .watch-on-menu {
    margin-top: -1px;
  }
  .titles.section-title {
    font-size: 72px;
    line-height: 1.3;
  }
  .editor-box .most-read {
    max-width: 460px;
  }
  .tip-us .items {
    width: 100%;
  }
  .section-wrapper {
    padding: 20px;
  }
  .breaking-alert .titles.breaking-news-title {
    font-size: 18px;
  }
  .category-section .the-hard-talk .cat-col-one .thumb-list .media .article-img img {
    width: 90px;
  }
  .breaking-alert {
    padding: 10px 20px;
  }
  .thumb-list.thumb-slide-list .article-img img {
    height: 300px;
  }
  .header .headerbox .items {
    width: 33.333333%;
  }
  .header .headerbox .logo-box {
    width: 33.333333%;
  }
  .header .headerbox .date-col {
    width: 33.333333%;
  }
  .new-toggle-box {
    left: 15px;
  }
  .titles.section-title {
    font-size: 62px;
    line-height: 1.3;
  }
  .watch-on-menu .watch-nav .watch-on-navs a {
    padding: 4px 40px 4px 10px;
    font-size: 14px;
  }
  .watch-on-menu .watch-nav .watch-on-navs a .left-icon {
    font-size: 20px;
    top: 10px;
    right: 10px;
  }
  .tip-us-box {
    margin-top: 30px;
  }
  .tip-us-box .items {
    width: 100%;
    margin-top: 15px;
  }
  .tip-us-box .items:nth-child(1) {
    margin-top: 0;
  }
  .page-editor {
    padding: 0 70px;
  }
  .thumb-list.thumb-slide-list .article-img img {
    height: 230px;
  }
  .titles.section-title {
    font-size: 60px;
    line-height: 1.3;
  }
  .thumb-list.category-thumb-list.six-list .items {
    width: 33.333333%;
  }
  .thumb-list.category-thumb-list.six-list .items:nth-child(n+4) {
    margin-top: 30px;
  }
  .thumb-list.wide-news-list .items .media {
    padding-left: 25%;
    display: block !important;
  }
  .thumb-list.wide-news-list .items .media .article-img {
    float: right;
  }
  .header {
    position: sticky;
    padding: 15px 0;
  }
  .header .headerbox .logo-box a {
    margin: 0 auto;
  }
  .featured-video-section .featured-yt-video {
    height: 50vh;
  }
  .big-news-list .media .media-body,
  .big-news-list .media .article-img {
    width: 50%;
  }
  .titles.title-44 {
    font-size: 28px;
  }
  .thumb-list.lokpriya-news .media {
    display: flex !important;
  }
  .footer .items .footer-logo-box .footer-logo img {
    max-width: 190px;
  }
  .footer .items,
  .footer .footer-container {
    margin-bottom: 0;
  }
  .copyrights .name-section {
    padding: 0;
  }
  .footer .footer-container {
    padding-bottom: 0;
  }
  .page-editor {
    padding: 0;
  }
  .inside-page .detail-section .about-row .titles.section-title {
    font-size: 64px;
    line-height: 1.3;
  }
  .authors-box .items.col-md-10.offset-md-1 {
    margin-left: 0;
    width: 100%;
  }
  .breadcrumbs {
    float: right !important;
    width: auto;
  }
  .editor-box .most-read {
    max-width: 100%;
    margin-right: 0;
  }
  .thumb-list.wide-news-list .media .article-img img {
    width: 254px;
  }
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .titles.title-20 {
    font-size: 16px;
  }
  .btn.rounded-btn.watch-btn {
    font-size: 14px;
  }
  .the-hard-talk .featured-col {
    width: 100%;
  }
  .the-hard-talk .cat-col-one {
    width: 100%;
    margin-top: 30px;
  }
  .breaking-alert .titles.breaking-news-title {
    font-size: 16px;
  }
  .category-section .the-hard-talk .cat-col-one .thumb-list .media .article-img img {
    width: 160px;
  }
  .big-news-list .items.latest-feat-item .media {
    display: block !important;
  }
  .big-news-list .items.latest-feat-item .media .media-body {
    padding-bottom: 30px;
    width: 100%;
    padding-left: 0;
  }
  .big-news-list .items.latest-feat-item .media .article-img {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .titles.title-25 {
    font-size: 16px;
  }
  .latest-feat .titles.title-44 {
    font-size: 24px;
  }
  .footer .footer-boundary {
    margin: 0 -15px !important;
  }
  .footer .items {
    width: 25%;
  }
  .footer .items:nth-child(2) {
    padding-left: 15px !important;
  }
  .footer .items:nth-child(5) {
    width: 100%;
  }
  .footer .items:last-child {
    width: 100%;
  }
  .footer .footer-title {
    font-size: 17px;
  }
  .footer .items .social-right .titles {
    font-size: 14px;
  }
  .titles.title-30 {
    font-size: 20px;
  }
  .thumb-list.wide-news-list .media .article-img img {
    width: 184px;
  }
  .watch-on-menu .watch-nav {
    max-width: 500px;
    padding: 10px 10px 20px 10px;
  }
  .watch-on-menu .watch-nav .watch-on-navs {
    flex-wrap: wrap;
  }
  .watch-on-menu .watch-nav .watch-on-navs a {
    margin-left: 10px;
  }
  .watch-on-menu .watch-nav .watch-on-navs a:nth-child(2) {
    margin-left: 0;
  }
  .watch-on-menu .watch-nav .titles {
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
  }
  .editor-box blockquote {
    font-size: 30px;
    line-height: 44px;
    padding: 40px 40px 40px 100px;
  }
  .editor-box blockquote:before {
    top: 60px;
  }
  .author-box .author-img img {
    width: 42px;
    height: 42px;
  }
  .thumb-list.wide-news-list .items .date-line {
    top: 40px;
  }
  .header .social-right .social-media a {
    margin-left: 2px;
  }
  .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%;
  }
  .thumb-list.category-thumb-list.full-thumb-list .items {
    margin-top: 30px;
  }
  .thumb-list.category-thumb-list.full-thumb-list .items:nth-child(1) {
    margin-top: 0;
  }
  .titles.title-20 {
    font-size: 20px;
  }
  .latest-katha .media {
    display: block !important;
  }
  .latest-katha .media .article-img {
    width: 100%;
  }
  .latest-katha .media .media-body {
    width: 100%;
  }
  .thumb-list.category-thumb-list.full-thumb-list.six-thumb-list .items {
    margin-top: 30px;
  }
  .thumb-list.category-thumb-list.full-thumb-list.six-thumb-list .items:nth-child(1) {
    margin-top: 0;
  }
  .category-section .category-row .featured-col {
    order: 1;
    margin-bottom: 30px;
  }
  .big-news-list .items.latest-feat-item .media .media-body {
    padding: 20px;
  }
  .thumb-list.category-thumb-list.full-thumb-list .items.latest-feat-item {
    margin-bottom: 0;
    margin-top: 0 !important;
  }
  .thumb-list.category-thumb-list.full-thumb-list .items.latest-katha {
    margin-top: 0 !important;
  }
  .category-section .the-hard-talk .cat-col-one {
    margin-top: 0;
  }
  .thumb-list.category-thumb-list.full-thumb-list .items {
    margin-top: 0;
  }
  .category-section .category-row.off-track-news .latest-col {
    margin-top: 20px;
  }
  .thumb-list.category-thumb-list.full-thumb-list.matoko-aasu .items {
    margin-top: 30px !important;
  }
  .thumb-list.category-thumb-list.full-thumb-list.matoko-aasu .items:nth-child(1) {
    margin-top: 0 !important;
  }
  .big-news-list.dastabej .items.latest-feat {
    order: 1;
  }
  .titles.title-25 {
    font-size: 20px;
  }
  .thumb-list.category-thumb-list.six-list .items {
    width: 50%;
  }
  .thumb-list.category-thumb-list.six-list .items:nth-child(n+3) {
    margin-top: 30px;
  }
  .thumb-list.category-thumb-list.full-thumb-list.lead-talk-list .items {
    margin-top: 30px;
  }
  .thumb-list.category-thumb-list.full-thumb-list.lead-talk-list .items.latest-item {
    margin-top: 0;
  }
  .cat-name span:not(.left-icon):after {
    top: 5px;
  }
  .thumb-list.category-thumb-list.full-thumb-list.more-video-list .items {
    margin-top: 30px;
  }
  .thumb-list.category-thumb-list.full-thumb-list.more-video-list .items:nth-child(1) {
    margin-top: 0;
  }
  .editor-box .editor-bigyaapan-box .bigyaapan-boundary {
    padding: 0 20px;
  }
  .editor-box .editor-bigyaapan-box .bigyaapan-boundary .editor-bigyaapan .items {
    margin-top: 30px;
  }
  .editor-box .editor-bigyaapan-box .bigyaapan-boundary .editor-bigyaapan .items:nth-child(1) {
    margin-top: 0;
  }
  .inside-page .detail-section .about-row .titles.section-title {
    font-size: 44px;
    line-height: 1.3;
  }
  .featured-image .article-img {
    -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;
  }
  .featured-image .article-img img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }
  .thumb-list.wide-news-list .items .media {
    padding-left: 35%;
  }
  .thumb-list.wide-news-list .media .article-img img {
    width: 174px;
  }
  .footer .items .footer-logo-box {
    display: block;
  }
  .footer .items .footer-logo-box .social-right {
    float: none !important;
    margin-top: 30px;
  }
  .header .headerbox .date-col {
    display: none;
  }
  .header .headerbox .logo-box {
    width: 100%;
  }
  .header .headerbox .logo-box a {
    margin: 0;
    float: right;
  }
  .author-box .d-flex {
    margin-top: 30px;
    margin-left: 0;
  }
  .author-box .d-flex:nth-child(1) {
    margin-top: 0;
  }
  .watch-on-menu .watch-nav .watch-on-navs a {
    width: 40%;
    margin: 15px 5px !important;
  }
  .watch-on-menu .watch-nav .watch-on-navs a:nth-child(1) {
    margin-top: 0;
  }
  .page-editor .editor-box {
    padding: 0;
  }
  .editor-box blockquote {
    font-size: 26px;
  }
  .thumb-list.wide-news-list .items .media {
    padding-top: 90px !important;
    padding-left: 0;
  }
  .thumb-list.wide-news-list .items:nth-child(1) .media {
    padding-top: 50px !important;
  }
  .more-nav {
    margin: 0 -15px !important;
  }
  .tip-us-box {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .editor-box .editor-bigyaapan-box .bigyaapan-boundary {
    padding: 0 20px 20px 20px;
  }
  .shorts-list.shorts-full-list .items:nth-child(n+2) {
    margin-top: 30px;
  }
  .breaking-alert .titles.breaking-news-title {
    font-size: 12px;
  }
  .featured-video-section .featured-yt-video {
    height: 30vh;
  }
  .page-box .author-row .items .media .author-img {
    width: 130px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .page-box .author-row .items .author-info {
    padding-top: 20px;
  }
  .featured-video-section .sound-button-new {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }
  .breaking-alert .left-icon {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
  }
  .featured-video-section .sound-button-new {
    bottom: 20px;
    right: 15px;
  }
  .thumb-list.thumb-slide-list.stories-slider .article-img img {
    height: 430px;
  }
  .row {
    margin: 0 -10px !important;
  }
  .section-wrapper {
    display: inline-block;
    width: 100%;
  }
  .thumb-list.category-thumb-list.full-thumb-list .items.latest-katha .article-img {
    margin-bottom: 25px;
  }
  .footer .items .social-media a {
    margin-left: 5px;
  }
  .hamro-team-list .team-items {
    padding: 15px 10px;
  }
  .hamro-team-list .team-items .team-lists {
    align-items: flex-start;
  }
  .hamro-team-list .team-lists .items-team {
    width: 50%;
  }
  .hamro-team-list .team-lists .items-team .media {
    align-items: flex-start;
  }
  .hamro-team-list .team-lists .items-team:last-child {
    width: 100%;
  }
  .hamro-team-list .team-lists .items-team .titles.small-title {
    font-size: 14px;
  }
  .hamro-team-list .team-lists .items-team .titles.email-title {
    font-size: 14px;
    text-align: right;
  }
  .hamro-team-list .team-lists .items-team .titles.dark-title {
    font-size: 18px;
  }
  .hamro-team-list .team-lists .items-team .hoz-nav {
    margin-top: -50px;
  }
  .thumb-list.category-thumb-list.full-thumb-list.big-news-list.dastabej .items {
    margin-top: 30px !important;
  }
  .thumb-list.category-thumb-list.full-thumb-list.big-news-list.dastabej .items.latest-feat {
    margin-top: 0 !important;
  }
  .thumb-list.category-thumb-list.full-thumb-list.big-news-list.dastabej .items.second-item {
    margin-top: 0 !important;
  }
  .detail-section {
    padding-bottom: 0;
  }
  .footer .footer-container {
    padding-top: 15px;
  }
  .bigyaapan-full .bigyaapan-boundary {
    padding-top: 0;
  }
  .watch-on-menu .watch-nav .watch-on-navs a {
    width: auto;
    margin: 0 5px 5px 5px !important;
    padding: 0 10px !important;
  }
  .watch-on-menu .watch-nav .watch-on-navs a .left-icon {
    top: 0;
    left: 0;
  }
  .related-tags {
    margin-top: 20px !important;
  }
  .tip-us-box .items .tipus-boundary {
    margin-bottom: 0;
  }
  .comment-box {
    margin-top: 20px !important;
  }
  .footer .items .footer-logo-box .footer-logo img {
    max-width: 80px;
  }
  .nl-news-list .items .news-boundary .titles {
    font-size: 16px;
  }
  .facebook-iframe-list .items .article-img iframe {
    height: 410px !important;
  }
  .facebook-iframe-list.facebook-iframe-slider .items {
    margin-top: 0 !important;
  }
  .facebook-iframe-list .items {
    width: 50%;
  }
  .facebook-iframe-list .items:nth-child(n+3) {
    margin-top: 30px;
  }
  .facebook-iframe-list .items .article-img iframe {
    height: 330px !important;
  }
  .footer .items {
    width: 100%;
  }
  .watch-on-menu {
    margin-bottom: 8px;
  }
  .watch-on-menu .watch-nav .titles {
    margin-top: 0;
  }
  .watch-on-menu .watch-nav {
    padding: 10px 10px 10px 10px;
  }
  .section.home-featured-video {
    padding: 0;
  }
  .share-tools .st-btn {
    display: inline-block !important;
    margin-right: -8px !important;
  }
}
@media only screen and (max-width: 599px) {
  .footer .items {
    width: 100%;
    margin-top: 30px;
  }
  .footer .items:nth-child(1) {
    margin-top: 0;
  }
  .editor-box blockquote {
    font-size: 18px;
    line-height: 27px;
  }
  .editor-box blockquote {
    font-size: 18px;
    line-height: 27px;
  }
  .editor-box blockquote {
    font-size: 18px;
    line-height: 27px;
  }
  .inside-page .detail-section .about-row .titles.section-title {
    font-size: 40px;
    line-height: 1.3;
  }
  .breaking-alert .breaknews-box .break-slider {
    padding-right: 0;
  }
  .breaking-alert .breaknews-box {
    width: 100%;
  }
  .breaking-alert .titles.breaking-news-title {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    display: block;
  }
  .breaking-alert .slick-dots {
    margin-top: 0;
  }
  .titles.sub-line {
    font-size: 20px;
    line-height: 28px;
  }
  .watch-on-menu .watch-nav .watch-on-navs a {
    font-size: 12px;
    width: 42%;
  }
  .thumb-list.wide-news-list .media .article-img img {
    width: 144px;
  }
  .page-box .author-row .items .media .social-media {
    position: relative;
    border: 0;
    padding-left: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
  .page-box .author-row .items .media {
    align-items: flex-start;
    display: block !important;
  }
  .page-box .author-row .items .media .auth-box {
    max-width: 100%;
  }
  .page-box .author-row .items .author-info {
    padding-bottom: 15px;
  }
  .page-box .author-row .items .media .social-media {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin-top: 20px;
    padding-top: 10px;
    display: block;
  }
  .page-box .author-row .items .media .social-media .titles {
    margin-bottom: 20px;
  }
  .page-box .author-row .items .media .social-media a:nth-child(2) {
    margin-left: 0;
  }
  .page-box .author-row .items .author-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer .items .footer-logo-box {
    margin-top: 0;
  }
  .share-tools .sharethis-inline-share-buttons {
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
  }
  .author-box .d-flex {
    margin-top: 20px;
  }
  .inside-page .auth-line.new-auth-line .share-new {
    margin-top: 20px;
  }
  .featured-image .article-img .caption-line {
    position: relative;
  }
  .bigyaapan-full .bigyaapan-boundary {
    padding-top: 10px;
  }
  .thumb-list.category-thumb-list.full-thumb-list.more-videos .items:nth-child(n+2) {
    margin-top: 30px;
  }
  .watch-on-menu .watch-nav .watch-on-navs a {
    width: 100%;
    margin: 10px 0 0 0 !important;
  }
  .watch-on-menu .watch-nav .watch-on-navs a:nth-child(2) {
    margin-top: 0 !important;
  }
  .inside-page .detail-section .about-row .titles.section-title {
    font-size: 34px;
  }
  .page-box .author-row {
    display: block;
  }
  .page-box.author-page-box {
    margin-top: 30px;
  }
  .featured-video-section .sound-button-new {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }
  .nl-slider {
    padding: 0;
  }
  .btn.rounded-btn.more-btn {
    margin-top: -5px;
  }
  .short-viewer .container {
    padding: 0;
  }
  .view-device.swipe-device .sound-btn {
    display: flex !important;
    bottom: 120px;
  }
  .view-device.swipe-device .sound-btn,
  .view-device.swipe-device .share-icon {
    bottom: 120px;
    position: fixed;
    z-index: 999999;
  }
  .view-device.swipe-device .swipe-button-box {
    display: none;
    right: 20px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: flex !important;
  }
  .view-device.swipe-device .sound-btn,
  .view-device.swipe-device .share-icon,
  .view-device.swipe-device .back-icon {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .short-swiper-slider {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    position: fixed;
    top: 0;
    left: 0;
  }
  .view-device.swipe-device {
    position: fixed;
    top: 0;
    left: 0;
  }
  .short-viewer .container {
    padding: 0;
  }
  .short-viewer .container .view-device {
    height: 100vh;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }
  .row {
    margin: 0 -10px !important;
  }
  .section-wrapper {
    display: inline-block;
    width: 100%;
  }
  .hamro-team-list .team-items .team-lists {
    align-items: flex-start;
  }
  .hamro-team-list .team-lists .items-team {
    width: 100%;
    padding: 15px 5px;
  }
  .hamro-team-list .team-lists .items-team .media {
    display: block !important;
    text-align: center;
  }
  .hamro-team-list .team-lists .items-team .media .article-img {
    margin: 0 0 15px 0;
  }
  .hamro-team-list .team-lists .items-team .media .article-img img {
    margin: 0 auto;
  }
  .hamro-team-list .team-lists .items-team .titles.small-title {
    font-size: 14px;
  }
  .hamro-team-list .team-lists .items-team .titles.email-title {
    font-size: 14px;
    text-align: center;
  }
  .hamro-team-list .team-lists .items-team .titles.dark-title {
    font-size: 18px;
  }
  .hamro-team-list .team-lists .items-team .hoz-nav {
    margin: 10px auto 0 auto;
    float: none;
    display: block;
  }
  .bigyaapan-full .bigyaapan-boundary {
    padding-top: 0;
  }
  .inside-page .detail-section .about-row .titles.section-title {
    margin-top: 0 !important;
    margin-bottom: 0;
  }
  .watch-on-menu .watch-nav .watch-on-navs a {
    width: auto;
    margin: 0 5px 5px 5px !important;
    padding: 0 10px !important;
  }
  .watch-on-menu .watch-nav .watch-on-navs a .left-icon {
    top: 0;
    left: 0;
  }
  .related-tags {
    margin-top: 20px !important;
  }
  .tip-us-box .items .tipus-boundary {
    margin-bottom: 0;
  }
  .comment-box {
    margin-top: 20px !important;
  }
  .section {
    padding: 10px 0 10px 0;
  }
  .facebook-iframe-list .items .article-img iframe {
    height: 430px !important;
  }
  .facebook-iframe-list.facebook-iframe-slider .items {
    margin-top: 0 !important;
  }
  .facebook-iframe-list .items {
    width: 100%;
  }
  .facebook-iframe-list .items:nth-child(n+2) {
    margin-top: 30px;
  }
  .facebook-iframe-list .items .article-img iframe {
    height: 430px !important;
  }
  .footer .items {
    width: 100%;
  }
  .bigyaapan-full .bigyaapan-item.mobile-bigyaapan {
    display: block;
  }
  .bigyaapan-full .bigyaapan-item.desktop-bigyaapan {
    display: none;
  }
  .editor-box .editor-bigyaapan-box {
    display: none;
  }
  .mobile-bigyaapan {
    display: block;
  }
  .desktop-bigyaapan {
    display: none;
  }
  .section .side-items {
    margin-top: 15px;
  }
  .bigyaapan-full.mobile-sticky-bigyaapan {
    display: block;
  }
  .mobile-bigyaapan-four-box {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
