@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
:root {
  --c1:#0477BF;
  --c2:#FB8832;
  --c3:#f6f8ff;
  --c4:#97989F;
  --c5:#181A2A;
  --c6:#5D6B82;
  --c7:#2F2B43;
  --c8:#696A75;
  --c9:#4B6BFB;
  --c10:#1F54C8;
  --c11:#6C40FF;
  --c12:#F1ECFF;
  --c13:#199CD2;
  --border:#E8E8EA;
  --white:#fff;
}

.trans, #masthead .navBar nav > ul > li .dropDown, a {
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.dc, footer .sites > a, #masthead .number .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}
.site-main{
	margin-top:30px;
}

heading {
  width: 100%;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
  display: flex;
  margin-bottom: 32px;
}
.heading > a {
  font-size: 16px;
  color: var(--c7);
  font-weight: 400;
  align-self: flex-end;
  display: flex;
  margin-left: 36px;
  flex-shrink: 0;
}
.heading > a > .icon {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  margin-left: 8px;
  font-size: 12px;
  align-self: center;
}

.heading1 {
  width: 100%;
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  margin-bottom: 16px;
}

#masthead {
  background: var(--c1);
  padding: 14px 0;
}
#masthead .fw {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#masthead .number {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  line-height: 1.1;
}
#masthead .number .icon {
  width: 33px;
  height: 33px;
  background: #fff;
  border-radius: 100%;
  margin-right: 8px;
  position: relative;
  flex-shrink: 0;
}
#masthead .number .icon::before {
  width: 21px;
  height: 21px;
  position: absolute;
  content: "";
  background: var(--c2);
  border-radius: 100%;
}
#masthead .number .icon > span {
  position: relative;
  line-height: 1;
}
#masthead .logo {
  display: flex;
}
#masthead .logo > img {
  width: 154px;
}
#masthead .menu {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  display: none;
  cursor: pointer;
}
#masthead .navBar {
  display: flex;
}
#masthead .navBar nav {
  display: flex;
}
#masthead .navBar nav .logo {
  display: none;
}
#masthead .navBar nav > ul {
  display: flex;
  margin: 0;
  padding: 0;
}
#masthead .navBar nav > ul > li {
  list-style: none;
  display: flex;
  position: relative;
}
#masthead .navBar nav > ul > li:not(:last-child) {
  margin-right: 24px;
}
#masthead .navBar nav > ul > li > a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
#masthead .navBar nav > ul > li > .icon {
  color: #fff;
  padding-left: 8px;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
}
#masthead .navBar nav > ul > li .dropDown {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 20px;
  margin: 0;
  background: var(--c3);
  width: 250px;
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  transform-origin: top;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
}
#masthead .navBar nav > ul > li .dropDown > li {
  list-style: none;
  display: flex;
  font-size: 14px;
}
#masthead .navBar nav > ul > li .dropDown > li:not(:last-child) {
  margin-bottom: 10px;
}
#masthead .navBar nav > ul > li .dropDown > li > a {
  color: var(--c4);
}
#masthead .navBar nav > ul > li .dropDown > li > a:hover, #masthead .navBar nav > ul > li .dropDown > li > a:active, #masthead .navBar nav > ul > li .dropDown > li > a:focus {
  color: var(--c5);
}
#masthead .navBar nav > ul > li:hover .dropDown {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
}
#masthead .navBar .close {
  display: none;
}
#masthead .dropdown-item{
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #5d6b82;
}
#masthead .navbar-nav .dropdown-menu{
  margin-top:17px;
}
#collapsibleNavbar{
  width: calc(100% - 170px);
  margin-left:30px;
}
.dial-call a {
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  display: flex;
  align-items: center;
}
.call-icon {
  width: 33px;
  height: 33px;
  border-radius: 100%;
  position: relative;
  background-color: var(--white);
  margin-right: 10px;
  padding: 6px;
}
.call-icon span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FB8832;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  position: relative;
}


.custom-grid{
  display: grid;
  grid-template-columns: 646px 164px 36%;
  grid-template-rows: 334px 334px;
  grid-gap: 10px;
}
#item1 {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
  padding-right:5px;
}
#item2 {
  grid-column: 3;
    grid-row: 1 / 2;
    padding-left:5px;
}
#item3 {
  grid-column: 3;
    grid-row: 2 / 3;
    padding-left:5px;
}
@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello.eot?60365972");
  src: url("../fonts/fontello.eot?60365972#iefix") format("embedded-opentype"), url("../fonts/fontello.woff?60365972") format("woff"), url("../fonts/fontello.ttf?60365972") format("truetype"), url("../fonts/fontello.svg?60365972#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.textImage {
  padding: 74px 0;
}
.textImage .head {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.25;
  margin-bottom: 18px;
}
.textImage .txt {
  color: var(--c7);
  font-size: 20px;
  line-height: 1.35;
  font-weight:400;
}
.textImage .img {
  float: right;
  width: 350px;
}
.textImage .fw {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.formarea{
  position:relative;
  width:100%;
}
.formarea button{
  position:absolute;
  left:10px;
  top:50%;
  transform:translateY(-50%);
}
.formarea button svg{
  width:28px;
  height:28px;
}
.searchBar {
  width: 100%;
  max-width: 375px;
  flex-shrink: 0;
}
.searchBar input {
  border-radius: 92px;
  padding:14px 20px 14px 60px;
	border:2px solid #DFE2E6;
}
.searchBar input:focus{
  outline:none;
  box-shadow:none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.textImage .fw .links {
  width: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.textImage .fw .links > a {
  color: var(--c7);
  font-size: 20px;
  margin-left: 36px;
	font-weight:400;
}
.textImage .fw .links > a.active {
  font-weight: 600;
}
footer {
  background: var(--c1) !important;
  padding: 32px 0;
}
footer .logo {
  margin-bottom: 20px;
  display: inline-block;
}
footer .head {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
  color: var(--c2);
}
footer .contact {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  color: #fff;
}
footer .contact .icon {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--c2);
  font-size: 20px;
  line-height: 1.2;
}
footer .contact a {
  color: inherit;
  font-weight: 500;
}
footer .contact.lt {
  padding-bottom: 5px;
}
footer .follow {
  display: flex;
}
footer .follow > a {
  color: #fff;
  font-size: 27px;
  line-height: 1;
}
footer .follow > a:not(:last-child) {
  margin-right: 20px;
}
footer .fwp {
  flex-direction: column;
  justify-content: space-between;
}
footer .sites {
  display: flex;
  margin-bottom: 15px;
}
footer .sites > a {
  width: 48px;
  height: 32px;
  flex-shrink: 0;
  background: #fff;
  color: var(--c6);
  font-weight: 600;
  font-size: 20px;
}
footer .links {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #fff;
  padding-top: 10px;
}
footer .links > ul {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
footer .links > ul:nth-child(odd) {
  padding-right: 12px;
}
footer .links > ul:nth-child(even) {
  padding-left: 12px;
}
footer .links > ul > li {
  list-style: none;
}
footer .links > ul > li:not(:last-child) {
  margin-bottom: 16px;
}
footer .links > ul > li > a {
  color: #fff;
  font-weight: 500;
}
footer .logos {
  width: auto;
  max-height: 27px;
}
footer ~ .copyright {
  padding: 26px 0;
  color: var(--c6);
  text-align: center;
}
.bestWeek {
  padding-bottom: 8px;
}
.bestWeek .bwArea {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.bestWeek .bwArea.two .top {
  display: none;
}
.bestWeek .bwArea.two .link {
  width: 34px;
}
.bestWeek .bwArea.two .link span {
  display: none;
}
.bestWeek .bwArea.two .link .icon {
  margin-left: 0;
}
.bestWeek .bwArea.two .left {
  max-width: 255px;
  bottom: 9px;
}
.bestWeek .bwArea.two .left > span {
  font-size: 24px;
  line-height: 45px;
}
.bestWeek .bwArea > img {
  width: 100%;
  height: 100%;
	border-radius:10px;
	object-fit:cover;
}
.bestWeek .bwArea .middle {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.bestWeek .top {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.bestWeek .top .name {
  display: inline-block;
  align-items: center;
  background: #fff;
  font-size: 12px;
  color: var(--c7);
  border-radius: 30px;
  padding: 4px 7px;
	text-transform:capitalize;
}
.bestWeek .top .name > img {
  border-radius: inherit;
  margin-right: 7px;
}
.bestWeek .top .date {
  display: inline-block;
  align-items: center;
  background: #fff;
  font-size: 12px;
  color: var(--c7);
  border-radius: 30px;
  padding: 5px 9px;
  margin-top: 10px;
}
.bestWeek .left {
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 300px;
  max-width: 100%;
}
.bestWeek .left > span {
  font-size: 20px;
  display: inline;
  background-color: #fff;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  padding: 13px 10px;
  line-height: 38px;
  border-radius: 10px;
  font-weight: 500;
  color: #000;
}
.bestWeek .left > span > i {
  font-style: normal;
  font-size: 14px;
  vertical-align: super;
  position: relative;
  padding-left: 16px;
}
.bestWeek .left > span > i::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 100%;
}
.bestWeek .link {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  background: #fff;
  border-radius: 20px;
  padding: 5px 9px;
  color: var(--c7);
font-size:15px;
}
.bestWeek .link:focus{
  background-color:var(--white) !important;
}

.bestWeek .link .icon {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  margin-left: 7px;
}
.bestWeek .first {
  margin-bottom: 24px;
}
.bestWeek .second {
  margin-bottom: 24px;
}
.bestWeek .third {
  margin-bottom: 24px !important;
}
.posts ~ :nth-last-child(-n+1 of .posts) {
  margin-bottom: 80px;
}
.posts.inner {
  margin-bottom: 32px;
}
.posts .post {
display: flex;
    flex-direction: column;
    border: 1px solid var(--border);
    padding: 16px;
    border-radius: 12px;
    height: 100%;
    padding-top: calc(250 / 382 * 100%);
    position: relative;
    overflow: hidden;
}
.posts .post > img {
  margin-bottom: 24px;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.posts .post .tech {
  display: flex;
}
.posts .post .tech span {
  background: var(--c3);
  padding: 4px 10px;
  border-radius: 6px;
  font-weight: 500;
  color: var(--c9);
}
.posts .post .txt {
  font-size: 24px;
  font-weight: 500;
  color: var(--c5);
  line-height:36px;
}
.posts .post .read {
  color: var(--c4);
  font-size: 14px;
  padding: 4px 0;
}
.posts .post .dp {
  color: var(--c4);
  font-size: 15px;
	font-weight:400;
}

.posts .post .dp > span {
  margin-right: 16px;
  font-weight: 500;
}
.posts .post .dp > em {
  font-style: normal;
}
.posts .center {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.posts .center a {
  border: 1px solid var(--border);
  color: var(--c8);
  font-size: 20px;
  font-weight: 500;
  padding: 12px 20px;
  border-radius: 6px;
  display:inline-block;
  margin-top:20px;
}
.posts .center hr {
  width: 100%;
  display: flex;
  border-bottom: 1px solid var(--border) !important;
  margin: 32px 0;
	border-top:none;
}
.subscribe {
  margin-bottom: 80px;
}
.subscribe .fw {
  background: var(--c10);
  padding: 26px 8%;
  border-radius: 16px;
  display: flex;
}
.subscribe .fw .left {
  padding-right: 32px;
  color: #fff;
  width: 55%;
}
.subscribe .fw .right {
  padding-left: 32px;
  width: 45%;
  display: flex;
  align-items: center;
}
.subscribe .fw .right > * {
  height: 44px;
}
.subscribe .head {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.16;
  margin-bottom: 16px;
}
.subscribe p {
  font-size: 12px;
  margin-bottom: 0;
  color:#fff;
}
.subscribe input.form-control {
  background: transparent;
  border-radius: 10px 0 0 10px;
  color: #fff;
}
.subscribe input.form-control::placeholder {
  color: #fff;
  opacity: 1;
}
.subscribe input.form-control::-ms-input-placeholder {
  color: #fff;
}
.subscribe .btns {
  width: 130px;
  border: none;
  outline: none;
  border-radius: 0 10px 10px 0;
  color: var(--c10);
  background-color:#fff;
}

.packages {
  padding-bottom: 56px;
}
.packages .container {
  flex-direction: column;
}
.packages .fw {
  margin-bottom: 24px;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 32px 32px 20px;
}
.packages .fw.active .head .icon::before {
  content: "-";
}
.packages .head {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 12px;
  position: relative;
  cursor: pointer;
  padding-right: 35px;
}
.packages .head .icon {
  position: absolute;
  top: -1px;
  right: 0;
  width: 26px;
  height: 26px;
  background: #000;
  color: #fff;
  border-radius: 100%;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.packages .head .icon::before {
  content: "+";
}
.packages .links {
  width: 100%;
  display: none;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 12px 30px;
}
.packages .links > a {
  color: var(--c1);
  margin-bottom: 12px;
  line-height: 1.3;
}
.innerText {
  padding: 0 0 48px;
  position: relative;
}

 .sideBar {
  width: 100%;
  display: flex;
  position: sticky;
  top: 16px;
  flex-direction: column;
  margin-bottom: 16px;
}
 .sideBar .head {
  color: var(--c5);
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 22px;
}
 .sideBar ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
 .sideBar ul > li {
  list-style: none;
  display: flex;
}
 .sideBar ul > li:not(:last-child) {
  margin-bottom: 12px;
}
.sideBar ul > li a {
  font-size: 18px;
  color:#000 !important; 
  padding: 5px 11px 5px 23px;
  border-left: 4px solid var(--border);
  line-height: 1.15;
  font-weight: 500;
}
 .sideBar ul > li a:hover,  .sideBar ul > li a:active,  .sideBar ul > li a:focus {
  border-color: var(--c1);
  color: var(--c1);
}
.socialImage {
  padding: 80px 0;
}
.socialImage .post {
  width: 100%;
  display: flex;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
  object-fit:cover;
	margin-top:20px;
}
.sideBar #ez-toc-container{
	border:none !important;
	background-color:#fff !important;
	box-shadow:none !important;
}
.sideBar #ez-toc-container nav ul li a{
	font-size: 18px;
    font-weight: 400;
    color: #1B1B1F !important;
    line-height: 22px;
}
.socialImage figcaption {
  padding: 24px;
  display: flex;
  flex-direction: column;
  width:100%;
}
.socialImage figcaption::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
/*   background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(24px); */
}
.socialImage figcaption > * {
  position: relative;
}
.socialImage figcaption .ai {
  font-size: 16px;
  color: var(--c11);
  font-style: normal;
  background: var(--c12);
  align-self: flex-start;
  border-radius: 24px;
  position: relative;
  padding: 5px 5px 5px 32px;
  line-height: 1.19;
  margin-bottom: 12px;
}
.socialImage figcaption .ai::before {
  width: 18px;
  height: 18px;
  content: "";
  background: var(--c11);
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
  border-radius: 100%;
  margin: auto;
}
.socialImage figcaption .head {
  font-weight: 700;
  font-size: 31px;
  line-height: 1.1;
  margin-bottom: 12px;
}
.socialImage figcaption .date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.socialImage figcaption .date span {
  position: relative;
  font-weight: 200;
}
.socialImage figcaption .date span:not(:last-child) {
  margin-right: 10px;
  padding-right: 12px;
}
.socialImage figcaption .date span:not(:last-child)::after {
  width: 2px;
  height: 2px;
  content: "";
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.socialImage .post .img {
  width: 100%;
  border-radius: inherit;
  height: 100%;
  object-fit: cover;
}
.socialImage .social {
  background: var(--c13);
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: 10px;
  color: #fff;
  margin-bottom: 32px;
}
.socialImage .social .images {
  display: flex;
  align-items: flex-end;
  margin-bottom: 24px;
}
.socialImage .social .images .img1 {
  margin-right: 24px;
  width: 119px;
  border-radius: 10px;
}
.custom_social a{
  display: flex;
  align-items:center;
  justify-content:center;
  width:35px;
  height:35px;
  border-radius:8px;
  background-color:#0077B5;
}

.socialImage .social .images > a:not(:last-child) {
  margin-right: 8px;
}
.socialImage .social .images > a > img {
  width: 36px;
}
.socialImage .social .name {
  font-weight: 600;
  font-size: 23px;
  line-height: 1.21;
  margin-bottom: 12px;
}
.socialImage .social .profile {
  border-bottom: 1px solid #fff;
  padding-bottom: 12px;
  font-size: 18px;
  margin-bottom: 45px;
  font-weight:300;
}
.socialImage .social .exp {
  font-size:16px;
  line-height:21px;
  font-weight:300;
  color:var(--white);
}
.socialImage .share {
  background: var(--c13);
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: 10px;
  color:var(--white);
}
.socialImage .share .head {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 12px;
  color:var(--white);
}
.socialImage .share .links {
  display: flex;
}
.socialImage .share .links > a {
  display: flex;
}
.socialImage .share .links > a:not(:last-child) {
  margin-right: 24px;
}
.socialImage .share .links > a > img {
  width: 35px;
}
.fwp {
  display: flex;
}
.fwp .fw {
  width: 100%;
}

body {
  font-family: "Poppins", sans-serif;
}

main {
  display: flex;
  flex-direction: column;
}
main > * {
  width: 100%;
}

.contentArea {
  color: var(--c5);
  display: flex;
  flex-direction: column;
}
.contentArea p{
  font-weight:300;
}
.contentArea h1, .contentArea h2, .contentArea h3, .contentArea h4, .contentArea h5, .contentArea h6 {
  font-size: 27px;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 22px;
}
.contentArea h1:not(:first-child), .contentArea h2:not(:first-child), .contentArea h3:not(:first-child), .contentArea h4:not(:first-child), .contentArea h5:not(:first-child), .contentArea h6:not(:first-child) {
  margin-top: 20px;
}
.contentArea a {
  color: var(--c1);
}
.contentArea b, .contentArea strong {
  font-weight: 600;
}
.contentArea ul > li:not(:last-child), .contentArea ol > li:not(:last-child) {
  margin-bottom: 8px;
}


.mail_address ul li, .mail_address ul li a,
.footer_links ul li a{
  color:var(--white);
}
.category .page-header h2 span{
	color:#0477bf;
}
.category .page-header h2{
	font-size:24px;
}
.search-results article h2.entry-title{
	font-size:24px;
}
.search-results .destinations, .search-no-results .no-results{
/* 	height: calc(100vh - 430px);
	display: flex;
    justify-content: center;
    align-items: center; */
}

.search-no-results .no-results{
	margin-top:70px;
	text-align: center;
	padding-bottom:50px;
}
.search-no-results .no-results form.search-form label{
	display:block;
	text-align:left;
	margin-bottom:10px;
}
.search-no-results .no-results form.search-form{
	max-width: 500px;
    margin: 30px auto;
}
.search-no-results .no-results form.search-form input.search-field{
	padding: 10px 20px 10px 53px;
}

.search-no-results .no-results form.search-form button{
	transform: translateY(-70%);
}
.search-no-results .no-results form.search-form input[type=submit]{
	padding:10px 30px;
	border:none;
	background-color: #0477bf;
    color: #fff;
	position:relative;
	top:20px;
}
.date-info{
	margin-left:40px;
}
.profile-area span{
	text-transform:capitalize;
}
.innerText .contact-social ul li a i {
    color: var(--c1);
}
.innerText .contact-social ul{
	padding-left:0px !important;
}
.innerText ul{
	margin-bottom: 20px !important;
    list-style: disc;
    padding-left: 30px !important;
}
.innerText ul li, .counter-hierarchy nav ul li a{
	font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #5D6B82 !important;
    margin-bottom: 10px;
}



@media (max-width: 1399px) {
  .innerText .sideBar ul > li a {
    padding: 0 10px;
    font-size: 14px;
  }
  .textImage .head{
    font-size:40px;
    line-height:52px;
  }
	
	.posts .post > img{
		height:220px;
	}

  .custom-grid{
    grid-template-columns: 530px 163px 36%;
    grid-template-rows: 300px 300px;
  }
  .bestWeek .left > span{
    font-size:20px;
    line-height: 36px;
  }
  .posts .post .txt{
    font-size:20px;
    line-height: 26px;
  }
  .posts .center a{
    font-size:16px;
  }
  .heading1{
    font-size:22px;
  }
}
@media (max-width: 1199px) {
  .posts .post .tech span {
    font-size: 14px;
  }
  .posts .center a {
    font-size: 16px;
  }
	
	.posts .post > img {
        height: 180px;
    }

  .posts .post .dp > span {
    margin-right: 0;
    margin-bottom: 4px;
  }
  .textImage .fw .searchBar{
    max-width:320px;
  }
  .textImage .fw .searchBar input{
    padding: 10px 20px 10px 55px;
  }
  .textImage .fw .links > a{
    font-size: 15px;
      margin-left: 20px;
  }
  .textImage .txt{
    font-size:17px;
  }
  .textImage .head{
    font-size: 32px;
    line-height: 46px;
    font-weight: 600;
  }
  .heading{
    font-size:30px;
  }
  .custom-grid{
    grid-template-columns: 415px 163px 36%;
  }
  .socialImage .social{
    padding:20px;
    margin-top:0px;
  }
  .socialImage .social .profile{
    margin-bottom:20px;
  }
  .contentArea h1, .contentArea h2, .contentArea h3, .contentArea h4, .contentArea h5, .contentArea h6{
    font-size:24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #masthead .navBar nav > ul > li > a {
    font-size: 14px;
  }
  #masthead .navBar nav > ul > li:not(:last-child) {
    margin-right: 20px;
  }
  #masthead .navBar nav > ul > li > .icon {
    padding-left: 4px;
  }
  .bestWeek .left > span {
    font-size: 24px;
    line-height: 45px;
  }
  .bestWeek .bwArea.two .left > span {
    font-size: 18px;
    line-height: 37px;
  }
  .bestWeek .bwArea .middle {
    left: 20px;
    right: 20px;
  }
  .posts .post .txt {
    font-size: 20px;
  }
  .subscribe .head {
    font-size: 28px;
    margin-bottom: 8px;
  }
}
@media (max-width: 991px) {
  #masthead .navBar {
    position: fixed;
    top: 0;
    left: 100%;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 99999;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
  }
  #masthead .navBar nav {
    width: 500px;
    max-width: 100%;
    background: #fff;
    flex-direction: column;
    overflow-y: auto;
    margin-left: -200%;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
  }
  #masthead .navBar.active {
    left: 0;
  }
  #masthead .navBar.active nav {
    margin-left: 0;
  }
  #masthead .navBar nav .logo {
    display: flex;
    background: var(--c1);
    padding: 15px 10px;
    position: sticky;
    top: 0;
    z-index: 1;
  }
  #masthead .navBar nav .logo > img {
    width: 140px;
  }
  #masthead .navBar nav > ul {
    flex-direction: column;
    padding: 20px 10px;
  }
  #masthead .menu {
    display: flex;
  }
  #masthead .navBar .close {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 57px;
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 9;
  }
  #masthead .navBar nav > ul > li > a, #masthead .navBar nav > ul > li > .icon {
    color: var(--c5);
  }
  #masthead .navBar nav > ul > li {
    flex-wrap: wrap;
  }
  #masthead .navBar nav > ul > li .dropDown {
    position: static;
    width: 100%;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    background: transparent;
    border: none;
    padding: 10px 20px 0;
  }
  #masthead .navBar nav > ul > li:not(:last-child) {
    border-bottom: 1px solid var(--border);
    margin-right: 0;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  #masthead .navBar nav > ul > li > .icon {
    display: none;
  }
  #masthead.active .navbar-dark .navbar-nav .nav-link{
    color:#000 !important;
  }
  footer {
    padding: 64px 0;
  }
  footer .logo {
    margin-bottom: 30px;
  }
  footer .follow, footer .sites {
    margin-bottom: 30px;
  }
  footer .contact.lt {
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .textImage .fw .searchBar {
    margin: 0 auto;
  }
  .textImage .fw {
    flex-wrap: wrap;
  }
  .textImage .fw .links {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .textImage .fw .links > a {
    margin-left: 0;
    font-size: 16px;
  }
  .subscribe .head {
    margin-bottom: 8px;
  }
  .subscribe .fw {
    flex-direction: column;
  }
  .subscribe .fw .left {
    width: 100%;
    padding-right: 0;
  }
  .subscribe .fw .right {
    width: 100%;
    padding-left: 0;
  }
  .subscribe input.form-control {
    font-size: 14px;
  }
  #masthead nav.navbar-expand-sm{
    padding-top:0px;
  }
  .custom-grid{
    grid-template-columns: 185px 163px 47%;
    grid-template-rows: 270px 270px;
  }
  .bestWeek .left > span{
    font-size:16px;
    line-height:33px;
  }
  .bestWeek .link{
    top:0;
    right:10px;
    bottom:inherit;
  }
  .bestWeek .bwArea .middle{
    position: absolute;
    bottom: inherit;
    right: inherit;
    width: calc(100% - 10px);
    margin-left: 10px;
    top: 20px;
    left: 0px;
    height: calc(100% - 36px);
  }
  .textImage .head{
    font-size: 27px;
    line-height: 36px;
  }
  .textImage .txt{
    font-size:15px;
  }
  #collapsibleNavbar{
    flex-direction: column;
    align-items: flex-start;
    width:300px;
  }
  #masthead .navbar-nav .dropdown-menu{
    padding-left:12px !important;
  }
  .dial-call{
    padding-left:20px;
    padding-bottom:10px;
  }
  .dial-call a{
    color:#000;
  }
  #masthead.active .navbar-toggler span{
    background-color:#fff !important;
  }
  .socialImage .social{
    margin-top:0px;
  }
  .socialImage .post .head{
    font-size:20px;
  }
  .socialImage .post{
    height:460px;
  }
  .socialImage .social .images .img1{
    width: 80px;
    height: 80px;
    object-fit: cover;
  }
  .socialImage .social, .socialImage .share{
    padding:12px;
  }
  .socialImage .social .name{
    font-size: 18px;
    margin-bottom: 0;
  }
  .socialImage .social .images{
    margin-bottom:15px;
  }
	.sideBar ul > li a{
		font-size:14px;
		line-height:20px;
		padding:5px 10px 5px 14px;
	}
	.socialImage .post figcaption{
		padding:10px;
	}
	.textImage{
		padding:50px 0px 20px;
	}
	.posts .post > img {
        height: auto;
		position:static;
    }
	.posts .post{
		padding-top:16px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
  .textImage {
    padding-bottom: 64px;
  }
  .textImage .fw .links > a:not(:last-child) {
    margin-right: 20px;
  }
  .textImage .fw .links {
    margin-top: 30px;
  }
  .textImage .fw .links > a {
    margin-bottom: 10px;
  }
  .subscribe .fw .left {
    margin-bottom: 24px;
  }
  .socialImage .social {
    margin-top: 0px;
    margin-bottom:18px;
  }
  .socialImage .post .head {
    font-size: 20px;
  }

}
@media (max-width: 767px) {
  :root {
    --bs-body-font-size:14px;
  }
  .heading {
    flex-direction: column;
    font-size: 36px;
    margin-bottom: 16px;
  }
  .heading > a {
    margin-left: 0;
    margin-top: 10px;
  }
  .contentArea {
    margin-bottom: 16px;
  }
  .contentArea h1, .contentArea h2, .contentArea h3, .contentArea h4, .contentArea h5, .contentArea h6 {
    margin-bottom: 10px;
  }
  .contentArea ul, .contentArea ol, .contentArea p {
    margin-bottom: 10px;
  }
  .contentArea h1, .contentArea h2, .contentArea h3, .contentArea h4, .contentArea h5, .contentArea h6 {
    font-size: 24px;
  }
  .contentArea h1:not(:first-child), .contentArea h2:not(:first-child), .contentArea h3:not(:first-child), .contentArea h4:not(:first-child), .contentArea h5:not(:first-child), .contentArea h6:not(:first-child) {
    margin-top: 10px;
  }
  footer .contact {
    padding-left: 26px;
  }
  footer .contact .icon {
    font-size: 18px;
  }
  footer .links > ul > li:not(:last-child) {
    margin-bottom: 10px;
  }
  .textImage {
    padding: 30px 0 25px;
  }
  .textImage .head {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .textImage .txt {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .textImage .fw .links > a:not(:last-child) {
    margin-right: 20px;
  }
  .textImage .img {
    width: 100%;
	  border-radius:10px;
	  border-radius:10px;
  }
  .textImage .fw .links {
    margin-top: 20px;
  }
  .textImage .fw .links > a {
    margin-bottom: 5px;
  }
  .textImage .fw {
    margin-top: 20px;
  }

  .bestWeek .bwArea.one .left, .bestWeek .bwArea.two .left {
    max-width: 220px;
  }
  .bestWeek .bwArea.one .left > span, .bestWeek .bwArea.two .left > span {
    font-size: 14px;
    line-height: 32px;
  }
  .bestWeek .link > span {
    display: none;
  }
  .bestWeek .bwArea.two .link {
    width: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bestWeek .link .icon {
    margin-left: 0;
  }
  .bestWeek .first {
    margin-bottom: 10px;
  }
  .bestWeek .third {
    margin-bottom: 10px !important;
  }
  .bestWeek .top .date {
    margin-top: 4px;
  }
  .posts {
    padding-bottom: 40px;
    padding-bottom: 0;
  }
  .posts .post {
    margin-bottom: 10px;
  }
  .posts.inner {
    margin-bottom: 0;
  }
  .posts ~ :nth-last-child(-n+1 of .posts) {
    margin-bottom: 50px;
  }
  .subscribe {
    margin-bottom: 50px;
  }
  .packages {
    padding-bottom: 42px;
  }
  .packages .fw {
    padding: 16px 16px 4px;
    margin-bottom: 8px;
  }
  .packages .head {
    font-size: 16px;
  }
  .packages .links {
    margin-bottom: 12px;
  }
  .packages .links > a {
    margin-bottom: 0;
  }
  .innerText {
    padding: 20px 0 20px;
  }
	.global_site ul li{
		margin-bottom:10px;
	}
  .socialImage {
    padding: 30px 0 0;
  }
  .socialImage .social {
    margin: 16px 0;
  }
  .textImage .fw .searchBar{
    width:100%;
  }
  .bestWeek .bwArea{
    grid-template-columns:inherit;
    grid-template-rows:inherit;
  }
  #item1, #item2, #item3{
    grid-column:inherit;
    grid-row:inherit;
    padding-left:0px;
    width:100%;
  }
  .custom-grid{
    display:flex;
    flex-direction:column;
  }
  footer{
    padding:20px 0px 20px;
  }
  .socialImage .post{
    height: 350px;
  }
  .socialImage .post .head{
    font-size:18px;
    margin-bottom: 5px; 
  }
  .socialImage .post figcaption{
    padding:15px;
  }
  .contentArea h1, .contentArea h2, .contentArea h3, .contentArea h4, .contentArea h5, .contentArea h6{
    font-size:20px;
  }
  div.simplesocialbuttons{
    margin-top:15px;
  }
	.sideBar{
		margin-top:30px;
	}
	.search-results article h2.entry-title{
	font-size:18px;
		line-height:24px;
	
}
	.domestic-slider-content h4 a{
		font-size: 18px;
		line-height: 27px;
	}
	.innerText h3{
		font-size:18px;
		line-height:37px;
	}
	.innerText.mt-5{
		margin-top:20px !important;
	}
	.innerText ul li, .counter-hierarchy nav ul li a{
		font-size:14px;
	}
	.socialImage figcaption .head{
		font-size:18px;
		line-height:27px;
	}
	.socialImage figcaption{
		padding:20px 10px 0px;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
  .posts .post .txt {
    font-size: 18px;
  }
  .subscribe .head {
    font-size: 30px;
  }
  .subscribe .fw .left {
    margin-bottom: 16px;
  }
  .packages .links {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  }
  .socialImage .post .head {
    font-size: 20px;
  }
	.innerText ul li, .counter-hierarchy nav ul li a{
		font-size:14px;
	}
}
@media (max-width: 575px) {
  footer .logos {
    margin-bottom: 30px;
  }
  .textImage .fw .searchBar input {
    height: 50px;
    background-size: 20px;
    padding-left: 45px;
  }
  .posts .post .txt {
    font-size: 18px;
  }
  .subscribe .head {
    font-size: 24px;
  }
  .subscribe .fw {
    padding: 24px 16px;
  }
  .subscribe .fw .left {
    margin-bottom: 16px;
  }
  .packages .links {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
  .socialImage .post figcaption {
    padding: 10px;
  }
  .socialImage .post .head {
    font-size: 18px;
  }
  .socialImage .post .img {
    min-height: 350px;
  }
  .socialImage .social .name {
    font-size: 20px;
  }
  .socialImage .social .profile {
    font-size: 16px;
  }

  .textImage .head{
    font-size:24px;
    line-height:32px;
  }
  p, .textImage .txt{
    font-size:14px;
    line-heihgt:20px;
  }
  .textImage .fw .links{
    display:block;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .textImage .fw .links > a:not(:last-child){
    margin-right:25px;
  }
  .textImage .fw .links > a{
    display:inline-block;
  }
  main .heading{
    font-size: 22px;
    line-height: 27px;
  }
}
@media (min-width: 491px) and (max-width: 550px) {
  #masthead .navBar nav {
    width: 430px;
  }
}
@media (max-width: 400px) {
  #masthead .logo > img {
    width: 120px;
  }
  #masthead .number {
    margin: 0 10px;
    font-size: 12px;
    white-space: nowrap;
  }
  #masthead .number .icon {
    margin-right: 4px;
    width: 20px;
    height: 20px;
  }
  #masthead .number .icon::before {
    width: 18px;
    height: 18px;
  }
  #masthead .menu {
    font-size: 20px;
  }
}

/* category css */

.domestic-slider-content{
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border);
  padding: 16px;
  border-radius: 12px;
  height: 100%;
}
.domestic-slider-content h4 a{
  font-size: 24px;
  font-weight: 500;
  color: var(--c5);
  line-height: 36px;
  
}
.domestic-slider-content h4{
  order:2;
  margin-top:15px;
}
.domestic-slider-content img{
  order:1;
  width:100% !important;
  height:250px !important;
  border-radius:10px;
}
.domestic-slider-content p{
  font-size: 15px;
  line-height: 24px;
  order:3;
}

/* category css end */