/********reset style*************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body {line-height:1;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none;}
a {margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
ins {background-color:#ff9;color:#000;text-decoration:none;}
mark {background-color:#ff9;color:#000; font-style:italic;font-weight:bold;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom:1px dotted;cursor:help;}
table {border-collapse:collapse;border-spacing:0;}
hr {display:block;height:1px;border:0;   border-top:1px solid #cccccc;margin:1em 0;padding:0;}
input, select {vertical-align:middle;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
h1, .h1 {font-size: 36px;}
h1{font-size: 36px;}
h2{font-size: 30px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
.clear{
  clear:both;
}
img{
  max-width: 100%;
  height: auto;
}
a:hover ,
a:focus{
  outline: none;
  text-decoration: none;
}
#page_not_found_wrap{
	min-height: 400px;
	padding: 4rem 0;
	text-align: center;
}
#page_not_found_wrap h1{
	font-weight: 600;
	font-size: 3rem;
}
.acf-map {
    width: 100%;
    height: 400px;
}
/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}
body .container {
  max-width: 1200px;
}
header {
  min-height: 150px;
}
header .navbar {
  flex-wrap: wrap;
  padding: 0;
}
header .navbar .topWrapper {
  width: 100%;
}
header .navbar .topWrapper .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.socialWrap {
  list-style: none;
  margin: 0;
  display: flex;
}
.socialWrap li {
  margin: 0 10px;
}
.socialWrap li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid currentColor;
  color: #808080;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-decoration: none !important;
}
#navbarCollapse {
  width: 100%;
  background-color: #21102f;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
#navbarCollapse.sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10000000;
}
#navbarCollapse.sticky.stickyFadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}
#menu-main-menu {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  justify-content: center;
}
#menu-main-menu .menu-item a {
  display: inline-flex;
  text-decoration: none !important;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 18px 10px;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  flex-direction: column;
  align-items: center;
}
#menu-main-menu .menu-item a:hover , 
#menu-main-menu .menu-item.current-menu-item a {
  color: #f48120;
}
.footerTopWrap {
  background-color: #1d1d1d;
  padding: 3rem 0;
  color: #5b5b5b;
}
.footerLogo {
  background-color: #fff;
  display: inline-block;
  padding: 0 3rem 0 3rem;
  margin-bottom: 2rem;
  border-radius: 0 66px 66px 0;
}
.nav.contactDetails {
  flex-direction: column;
}
.nav.contactDetails .nav-item {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  padding-left: 1.5rem;
}
.nav.contactDetails .nav-item i {
  position: absolute;
  left: 0;
  top: 5px;
}
#menu-footer-menu {
  flex-direction: unset;
  flex-wrap: wrap;
}
#menu-footer-menu .menu-item {
  width: 50%;
  margin-bottom: 7px;
}
#menu-footer-menu .menu-item a {
  color: #5b5b5b;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 600;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
}
#menu-footer-menu .menu-item a:hover {
  color: #fff;
}
.footerBottomWrap {
  background-color: #0c0c0c;
  padding: 1rem 0;
  color: #5b5b5b;
}
.footerBottomWrap .container {
  align-items: center;
}
.footerBottomWrap .copyright {
  font-weight: 600;
  font-size: 14px;
}
.footerBottomWrap .creator {
  font-weight: 600;
  font-size: 14px;
}
.footerBottomWrap .creator img {
  max-width: 100px;
}
#homePageWrap {
  padding: 2rem 0;
}
.mainContainerWrap {
  width: 70%;
  padding-right: 1rem;
}
.sidebarWrap {
  width: 30%;
  padding-left: 1rem;
}
.sidebarItem {
  margin-bottom: 1.5rem;
}
.sidebarItem > h3 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 36px;
  border-bottom: 2px solid #fc4a00;
  margin-left: 8px;
  margin-bottom: 1rem;
}
.sidebarItem h3 span {
  padding: 0 27px;
  position: relative;
  background-color: #fc4a00;
  display: inline-block;
  top: 2px
}
.sidebarItem h3 span::after {
  position: absolute;
  content: "";
  right: -15px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 34px solid transparent;
  border-left: 15px solid #fc4a00;
  border-bottom: 0 solid transparent;
  height: 100%;
}
.sidebarItem h3 span::before {
  position: absolute;
  content: "";
  background-color: #fc4a00;
  width: 2px;
  height: 100%;
  left: -8px;
  top: 0;
}
.popularPost {
  margin-bottom: 1.5rem;
  justify-content: space-between;
}
.popularPost .imgWrap {
  width: 37%;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: relative;
}
.popularPost .contentWrap {
  width: 60%;
}
.popularPost .imgWrap span {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  background-color: #eee;
}
.popularPost:hover .imgWrap span{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.popularPost .imgWrap a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.popularPost .contentWrap h3 {
  font-size: 17px;
  font-weight: 700;
}
.popularPost .contentWrap h3 a {
  color: #000;
  line-height: 1.5;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
}
.popularPost .contentWrap h3 a:hover {
  text-decoration: none;
  color: #fc4a00;
}
.popularPost .contentWrap .date {
  color: #999;
  font-size: 14px;
}
.postSliderWrap .item {
  position: relative;
  min-height: 435px;
  background-color: #000;
  border-radius: 5px;
  overflow: hidden;
}
.postSliderWrap .item .imgOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
}
.postSliderWrap .item:hover .imgOverlay {
  opacity: 0.8;
}
.postSliderWrap .item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.postSliderWrap .item .titleWrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 2rem 2rem;
  color: #fff;
  z-index: 5;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.postSliderWrap .item:hover .titleWrap{
  transform: translateY(-6%);
  -webkit-transform: translateY(-6%);
  -moz-transform: translateY(-6%);
  -ms-transform: translateY(-6%);
  -o-transform: translateY(-6%);
}
.postSliderWrap .item::after {
  position: absolute;
  content: "";
  background-color: #000;
  width: 149%;
  height: 56%;
  left: -28%;
  bottom: -25%;
  z-index: 0;
  filter: blur(116px);
}
.postSliderWrap .item .titleWrap h3 {
  font-weight: 700;
}
.postSliderWrap .item .titleWrap .date {
  font-size: 14px;
  font-weight: 600;
}
.mainContainerWrap .postSliderWrap.owl-theme .owl-dots {
  margin: 0;
  position: absolute;
  top: 0;
  z-index: 10;
  right: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.mainContainerWrap .postSliderWrap.owl-theme .owl-dots .owl-dot span , 
.mainContainerWrap .postSliderWrap.owl-theme .owl-dots .owl-dot span:hover {
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  background-color: #fff;
}
.mainContainerWrap .postSliderWrap.owl-theme .owl-dots .owl-dot.active span {
  background-color: #fc4a00;
  height: 20px;
}
.postSliderWrap {
  margin-bottom: 1.5rem;
}
.frontCategoryPostWrap {
  margin-bottom: 1.5rem;
}
.frontCategoryPostWrap .titleWrap h2 {
  margin-bottom: 1rem;
  margin-left: 9px;
  line-height: 36px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.frontCategoryPostWrap .titleWrap h2 span {
  display: inline-block;
  padding: 0 27px;
  position: relative;
  top: 2px;
}
.frontCategoryPostWrap .titleWrap {
  margin-bottom: 2rem;
}
.frontCategoryPostContWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.frontCategoryPostContWrap .bigPostWrap {
  width: 49%;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
}
.bigPostWrap .imageWrap {
  min-height: 191px;
  background-color: #eee;
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
.bigPostWrap .imageWrap a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.bigPostWrap .imageWrap img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.bigPostWrap:hover .imageWrap img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.bigPostWrap .postContentWrap h3 {
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 700;
  min-height: 46px;
}
.bigPostWrap .postContentWrap h3 a {
  color: #000;
}
.bigPostWrap .postContentWrap h3 a:hover {
  color: #fc4a00;
  text-decoration: none;
}
.bigPostWrap .postContentWrap .date {
  color: #999;
  font-size: 14px;
}
.bigPostWrap .postContentWrap .content {
  margin-top: 1rem;
  color: #4f4f4f;
  font-weight: 500;
}
.frontCategoryPostContWrap .popularPost {
  width: 49%;
}
.categoryItem {
  margin-bottom: 0.5rem;
}
.categoryItem a {
  background-color: #eee;
  display: inline-flex;
  align-items: center;
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  color: #fff;
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.categoryItem a:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  color: #fff;
  text-decoration: none;
}
.categoryItem a::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0,0,0,.5);
}
.categoryItem a span {
  position: relative;
  z-index: 10;
  font-weight: 600;
}
.categoryItem a span.borderDash {
  flex: 1;
  margin: auto 12px;
  border: 1px dashed #fff;
}
.categoryItem a span.count {
  color: #000;
  background-color: #fff;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
#singlePageWrap , 
#taxonomyPageWrap {
  padding: 2rem 0;
}
.single h1 {
  font-weight: 600;
  color: #000;
  font-size: 2rem;
}
.metas .terms {
  margin-right: 1rem;
}
.metas .terms .badge a {
  color: #fff;
  font-size: 11px;
  text-decoration: none !important;
}
.metas .date {
  color: #999;
  font-weight: 600;
  font-size: 14px;
}
.single .titleWrap {
  margin-bottom: 1.5rem;
}
.single .contWrap {
  color: #464646;
  font-weight: 500;
  margin-top: 2rem;
}
#taxonomyPageWrap .bigPostWrap {
  width: 100%;
  margin-bottom: 2rem;
}
.single .contWrap iframe {
  width: 100%;
  height: 500px;
}
.wp-pagenavi {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
  margin: 1rem 0;
  width: 100%;
  justify-content: center;
}
.wp-pagenavi a , .wp-pagenavi span {
  position: relative;
  display: block;
  padding: .5rem 1rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #ff3803;
  background-color: #fff;
  border: 1px solid #dee2e6;
  font-weight: 600;
  text-decoration: none !important;
}
.wp-pagenavi a:hover {
  color: #ff3803;
}
.wp-pagenavi .pages {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.wp-pagenavi :last-child {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.wp-pagenavi .current {
  z-index: 3;
  color: #fff;
  background-color: #ff3803;
  border-color: #ff3803;
}
.searchBarWrap {
  flex: 1;
  padding: 0 1rem;
}
.searchBarWrap .search-form .input-group-append .input-group-text {
  padding: 0 5px 0 0;
  border: none;
  border-radius: 0 33px 33px 0;
  background-color: transparent;
}
.searchBarWrap .search-form .input-group {
  border: 1px solid #ced4da;
  border-radius: 33px;
  overflow: hidden;
}
.searchBarWrap .search-form .input-group .form-control {
  border: none;
  padding: 0 1rem;
  min-height: 45px;
}
.searchBarWrap .search-form .input-group-append .input-group-text .btn {
  background-color: #fc4a00;
  color: #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.ui-autocomplete .ui-menu-item {
  padding: 0.5rem 1rem;
}
.ui-autocomplete .ui-menu-item:hover {
  background-color: #f93100;
  color: #fff;
  border: none;
  margin: 0;
  cursor: pointer;
}





/***************************************************************** Responsive Styles *************************************************/

@media screen and ( max-width : 767px ){

  header .navbar .topWrapper .container {
    flex-wrap: wrap;
    padding: 0 1rem !important;
  }
  header .navbar .topWrapper .container .navbar-brand {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  header .navbar .topWrapper .container .navbar-toggler {
    background-color: #fc4a00;
    color: #fff;
    padding: 9px 13px;
  }
  .mainContainerWrap {
    width: 100%;
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
  .sidebarWrap {
    width: 100%;
    padding: 0 1rem;
  }
  #navbarCollapse {
    position: static !important;
    margin-top: 13px;
    animation: none !important;
    text-align: center;
  }
  .postSliderWrap .item {
    min-height: 400px;
  }
  .frontCategoryPostContWrap .bigPostWrap , 
  .frontCategoryPostContWrap .popularPost {
    width: 100%;
  }
  .bigPostWrap .imageWrap {
    min-height: 0px;
  }
  .footerBottomWrap {
    text-align: center;
  }
  .footerTopWrap .footerBox {
    margin-bottom: 1rem;
  }
  #menu-footer-menu .menu-item {
    width: 100%;
  }
  .footerBottomWrap .copyright {
    margin-bottom: 1rem;
  }
  .single h1 {
    font-size: 1.5rem;
  }
  .metas {
    flex-wrap: wrap;
  }
  .metas .terms {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .searchBarWrap {
    flex: unset;
    width: 100%;
    padding: 0;
    margin-bottom: 1rem;
  }
  body .ui-autocomplete {
    width: calc(100% - 30px) !important;
  }


}

@media screen and ( max-width : 480px ){

  .popularPost .imgWrap {
    width: 100%;
    min-height: 150px;
    margin-bottom: 1rem;
  }
  .popularPost .contentWrap {
    width: 100%;
  }

}
/* 2020.01.09 poornima */
@media only screen and (min-width: 768px) and (max-width: 1200px){
  .mainContainerWrap {
    width: 90%;
    padding-right: 0rem !important;
    margin-left: auto;
    margin-right: auto;
  }
  /* .frontCategoryPostContWrap {
    flex-direction: column;
  } */
  .frontCategoryPostContWrap .bigPostWrap {
    width: 100%;
  }
  .frontCategoryPostContWrap .bigPostWrap {
    width: 100%;
  }
  .popularPost .imgWrap {
    width: 100%;
  }
  .popularPost .imgWrap span {
    height: auto;
    min-height: 200px;
  }
  .sidebarWrap {
    width: 90%;
    padding-left: 0rem;
    margin-left: auto;
    margin-right: auto;
  }
  header .navbar .topWrapper .container .navbar-toggler {
    background-color: #fc4a00;
    color: #fff;
    padding: 9px 13px;
  }
  #navbarCollapse {
    position: static !important;
    margin-top: 13px;
    animation: none !important;
    text-align: center;
  }
  .navbar-expand-md .navbar-toggler {
    display: block !important;
  }
  .navbar-collapse.collapse:not(.show) {
    display: none !important;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: column !important;
  }
  a.navbar-brand {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  header .navbar .topWrapper .container {
    flex-wrap: wrap;
    padding: 0 1rem !important;
  }
  .sidebarContent {
    display: flex;
    flex-wrap: wrap;
  }
  .sidebarContent .popularPost {
    margin-bottom: 1.5rem;
    justify-content: space-between;
    width: 50%;
    padding: 0px 15px;
  }
  .sidebarItem.categoryWrap{
    display: flex;
    flex-wrap: wrap;
  }
  .categoryItem{
    width: 50%;
    padding: 0px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
} 