/* Base */
body {
  line-height: 1.7;
  color: gray;
  font-weight: 300;
  font-family: "Book Antiqua";
  overflow-x: hidden;
  margin-bottom: 0px !important;
  font-size: 1rem;
}
.container {
  position: relative;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: "Book Antiqua";
}

.bg-light {
  background: #f6f6f6 !important;
}

.border-2 {
  border-width: 2px;
}

.text-black {
  color: #000 !important;
}

.bg-black {
  background: #000 !important;
}

.color-black-opacity-5 {
  color: rgba(0, 0, 0, 0.5);
}

.color-white-opacity-5 {
  color: rgba(255, 255, 255, 0.5);
}

.site-wrap:before {
  display: none;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}

.logo-width {
  width: 300px;
}
.fullwidth {
  max-width: 100%;
}
.date {
  color: #000;
  font-weight: 900;
}
.newslettertop {
  background: #990100;
  color: #fff;
  padding: 2px 20px;
  display: inline-block;
  margin-right: 15px;
  font-size: 17px;
}
.searicon {
  font-size: 20px;
  color: #000;
  border-left: 1px solid #ccc;
  padding-left: 15px;
}
.banner_image img {
  width: 100%;
  margin-top: 50px;
  height: auto;
  /* object-fit: cover;*/
}
.seocndsection h1 {
  color: #000;
  font-size: 60px;
  font-weight: 900;
}
.seocndsection p {
  font-size: 28px;
  color: #000;
  margin-bottom: 0px;
}
.seocndsection h2 {
  color: #990100;
  font-size: 26px;
  font-weight: 600;
}
.bortop-10 {
  border-top: 4px solid #e6e4e4;
}
.thirdsection {
  text-align: center;
}
.thirdsection h6 {
  background: #990100;
  color: #fff;
  padding: 5px 20px;
  display: inline-block;
  font-size: 20px;
  font-family: "Swis721 BlkCn BT";
}
.middelwidths {
  max-width: 95%;
}
.middelwidths-1 {
  max-width: 90%;
}
.unit-4 h3 {
  font-size: 32px;
  text-align: center;
  color: #000;
  font-weight: 900;
}
.unit-4 p {
  font-size: 24px;
  color: #000;
  text-align: center;
  line-height: 30px;
}
.unit-4 h6 {
  color: #990100;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.borright-1 {
  border-right: 3px solid #d0cfcf;
  margin-top: 15px;
}
.recentnew img {
  width: 100%;
  margin-bottom: 25px;
}
.feature-big {
  position: relative;
}
.feature-big h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  line-height: 40px;
}
.feature-big p {
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  font-style: italic;
  color: #494a4c;
}
.feature-big h6 {
  text-align: center;
  font-family: "Swis721 BlkCn BT";
  font-size: 20px;
}
.unit-3 h3 {
  font-size: 22px;
  text-align: center;
  color: #000;
  font-family: "Book Antiqua";
  font-weight: 900;
}
.unit-3 p {
  font-size: 15px;
  color: #000;
  text-align: center;
  line-height: 20px;
}
.unit-3 h6 {
  color: #990100;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  font-family: "Book Antiqua";
}
.borright-0 {
  margin-top: 15px;
  border-right: none;
}

.recentnew {
  text-align: center;
  margin-bottom: 20px;
}
.recentnew h6 {
  background: #990100;
  color: #fff;
  padding: 5px 20px;
  display: inline-block;
  font-size: 20px;
  font-family: "Swis721 BlkCn BT";
}
.recentnew:after {
  content: "";
  background-color: #e6e4e4;
  height: 5px;
  display: block;
  width: 100%;
  position: absolute;
  top: 15px;
  z-index: -1;
  left: 0;
}
.offimg {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

#blog-section {
  position: relative;
  padding-top: 10px;
}
.offbeath {
  text-align: center;
  margin-bottom: 10px;
}
.offbeath h6 {
  background: #990100;
  color: #fff;
  padding: 5px 20px;
  display: inline-block;
  font-size: 20px;
  font-family: "Swis721 BlkCn BT";
}
.offbeath:after {
  content: "";
  background-color: #e6e4e4;
  height: 5px;
  display: block;
  width: 100%;
  position: absolute;
  top: 15px;
  z-index: -1;
  left: 0;
}
a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #000;
  text-decoration: none;
}
.footermenu {
  display: block;
  list-style: none;
  padding-left: 0px;
}
.footermenu li {
  display: inline-block;
  list-style: none;
  padding-left: 0px;
}
.footermenu li a {
  display: inline-block;
  padding: 0px 15px;
  list-style: none;
  padding-left: 0px;
}
.footermenu li a:hover {
  text-decoration: none;
}
.so-3 {
  padding: 0.5rem !important;
  font-size: 24px;
  padding-bottom: 0px;
}

.offcanvas-menu .site-wrap {
  height: 100%;
  width: 100%;
  z-index: 2;
}
.offcanvas-menu .site-wrap:before {
  opacity: 1;
  visibility: visible;
}

.btn {
  font-size: 16px;
  border-radius: 30px;
  padding: 10px 30px;
}
.btn:hover,
.btn:active,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn.btn-primary {
  border-width: 2px;
  background: #990100;
  border-color: #990100;
  color: #fff;
  -webkit-box-shadow: 0 4px 20px -5px rgba(0, 210, 181, 0.4);
  box-shadow: 0 4px 20px -5px rgba(0, 210, 181, 0.4);
}
.btn.btn-primary:hover {
  background: transparent;
  border-color: #990100;
  color: #000;
}

.line-height-1 {
  line-height: 1 !important;
}

.bg-black {
  background: #000;
}

.form-control {
  height: 43px;
  border-radius: 0px;
}
.emailbtn {
  position: absolute;
  right: 20px;
  background: transparent;
  border: none;
  top: 0px;
  font-size: 26px;
  color: #ccc;
  padding: 0px 20px;
}
.emailtxt {
  line-height: 20px;
  color: #000;
  font-size: 15px;
}

.form-control:active,
.form-control:focus {
  border-color: #990100;
}
.form-control:hover,
.form-control:active,
.form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.site-section {
  padding: 4em 0;
}
@media (min-width: 768px) {
  .site-section {
    padding: 4em 0;
  }
}
.site-section.site-section-sm {
  padding: 4em 0;
}

.site-section-heading {
  padding-bottom: 20px;
  margin-bottom: 0px;
  position: relative;
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .site-section-heading {
    font-size: 3rem;
  }
}

.border-top {
  border-top: 1px solid #edf0f5 !important;
  background: #e4e4e4;
}
.site-footer {
  padding: 4em 0;
  background: #333333;
}

@media (min-width: 768px) {
  .site-footer {
    padding: 8em 0;
  }
}
.site-footer .border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.site-footer p {
  color: #737373;
}
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5 {
  color: #fff;
}
.site-footer a {
  color: #999999;
}
.site-footer a:hover {
  color: white;
}
.site-footer ul li {
  margin-bottom: 10px;
}
.site-footer .footer-heading {
  font-size: 16px;
  color: #fff;
}

.bg-text-line {
  display: inline;
  background: #000;
  -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
  box-shadow: 20px 0 0 #000, -20px 0 0 #000;
}

@media (max-width: 991.98px) {
  .img-md-fluid {
    max-width: 100%;
  }
  .subpragrp ul {
    padding-left: 0px !important;
  }
}

@media (max-width: 991.98px) {
  .display-1,
  .display-3 {
    font-size: 3rem;
  }
}

/* Navbar */
.site-navbar {
  margin-bottom: 0px;
  /*  z-index: 1999;*/
  /*position: absolute;*/
  width: 100%;
  background: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0px !important;
}
.site-navbar .site-logo {
  position: relative;
  left: 0;
  top: -5px;
}
.site-navbar .site-navigation.border-bottom {
  border-bottom: 1px solid #f3f3f4 !important;
}
.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
  padding-left: 0px;
}
.site-navbar .site-navigation .site-menu .active {
  color: #990100;
  display: inline-block;
  padding: 5px 20px;
}
.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}
.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
}
.site-navbar .site-navigation .site-menu > li > a {
  padding: 5px 10px;
  color: #000;
  display: inline-block;
  text-decoration: none !important;
  font-size: 13px;
  border-right: 1px solid #e2e2e2;
}

.bornone {
  border-right: none !important;
}

.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #990100;
}
.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}
.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "icomoon";
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #990100;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  border-left: 1px solid #edf0f5;
  border-right: 1px solid #edf0f5;
  border-bottom: 1px solid #edf0f5;
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #343a40;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
  color: #990100 !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li
  > a:hover {
  background: #f4f5f9;
  color: #25262a;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > a:before {
  content: "\e315";
  right: 20px;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > .dropdown,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > ul {
  left: 100%;
  top: 0;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:hover
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:active
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:focus
  > a {
  background: #f4f5f9;
  color: #25262a;
}
.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #990100;
}
.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #25262a;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}
.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}
.site-mobile-menu .site-nav-wrap a:hover {
  color: #990100;
}
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}
.site-mobile-menu .site-nav-wrap li .active {
  color: #990100;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 20px;
}
.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
  width: auto;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
  padding-left: 15px !important;
}

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
}
.sticky-wrapper .site-navbar {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sticky-wrapper.is-sticky .site-navbar {
  -webkit-box-shadow: 4px 0 20px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 0 20px -10px rgba(0, 0, 0, 0.2);
}
.sticky-wrapper .shrink {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.bg-light {
  background: #ccc;
}

.site-block-tab .nav-item {
  text-transform: uppercase;
  font-size: 0.8rem;
  margin: 0 20px;
}
.site-block-tab .nav-item:first-child {
  margin-left: 0 !important;
}
.site-block-tab .nav-item > a {
  padding-left: 0 !important;
  background: none !important;
  padding-right: 0 !important;
  border-bottom: 2px solid transparent;
  border-radius: 0 !important;
  font-weight: bold;
  color: #cccccc;
}
.site-block-tab .nav-item > a:hover,
.site-block-tab .nav-item > a.active {
  border-bottom: 2px solid #990100;
  color: #000;
}

.site-block-feature-7:hover .icon,
.site-block-feature-7:focus .icon,
.site-block-feature-7:active .icon {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.overlap-section {
  margin-top: -150px;
  position: relative;
  z-index: 9;
}

.h-entry img {
  margin-bottom: 30px;
}

.h-entry .meta {
  color: #b3b3b3;
  font-size: 14px;
}

.h-entry h2 {
  font-size: 20px;
}

.overlap-left {
  margin-left: -100px;
}

.newtopheadin h1 {
  color: #000;
  font-size: 60px;
  font-weight: 900;
  margin-top: 60px;
}
.newtopheadin p {
  font-size: 28px;
  color: #000;
  margin-bottom: 0px;
}

.borname {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.float0rgt {
  float: right;
}
.profilepic {
  float: left;
  width: 90px;
}
.profilepic img {
  width: 70px;
  height: 70px;
  border-radius: 100px;
  object-fit: cover;
}
.username h5 {
  font-size: 18px;
  color: #000;
  font-weight: 100;
  font-family: "Swis721 BlkCn BT";
  margin-bottom: 0px;
  margin-top: 15px;
}
.username h6 {
  font-size: 13px;
  color: #000;
  font-weight: 300;
  font-family: sans-serif;
}
.socilicons {
  padding-left: 0px;
  list-style: none;
  display: block;
  float: right;
  text-align: left;
}
.socilicons li {
  padding-left: 10px;
  list-style: none;
  display: inline-block;
  float: left;
  text-align: left;
  padding-right: 10px;
  font-size: 30px;
  margin-top: 0px;
  position: relative;
  top: 10px;
}
.socilicons li .fb {
  color: #3b5999;
}
.socilicons li .tw {
  color: #1da1f3;
}

.socilicons li .wtp {
  color: #2cb742;
}
.fullimgnewde {
  height: 100%;
}
.fullimgnewde img {
  width: 100%;
  height: auto;
}
.fullimgnewde p {
  font-size: 21px;
  color: #5d5a5a;
  text-align: left;
  line-height: 30px;
  margin-top: 0px;
  font-style: italic;
}
aside.left.indent {
  padding: 20px 0;
  float: left;
}
aside.left.indent {
  margin: 20px 26px 0 -10px;
}
aside.left.email-signup-module .emailetext-blocks h4 {
  text-transform: capitalize;
  margin: 0;
  font-family: "Knockout 29 A", "Knockout 29 B";
  font-weight: 400;
  font-size: 2.125rem;
  line-height: 1em;
}
aside.left.email-signup-module {
  border-top: 2px solid #e6dfd5;
  border-bottom: 2px solid #e6dfd5;
  width: 350px;
}
.subpragrp p,
.subpragrp ul,
.subpragrp ol {
  font-size: 20px;
  color: #000;
  padding-top: 10px;
  margin-bottom: 20px;
  padding-left: 150px;
}
.subpragrp h2,
.subpragrp h3,
.subpragrp h4 {
  padding-top: 10px;
  margin-bottom: 20px;
  padding-left: 150px;
  font-weight: bold;
}
.subpragrp p a {
  border-bottom: 2px solid #cf0e0e;
  color: #111;
}
.subpragrp p a:hover {
  background: #e8e1d8;
  opacity: 1;
}
.rwd-media {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 38.25%;
}

.rwd-media iframe,
.rwd-media video {
  position: absolute;
  width: 100%;
  height: 100%;
}
.readmorebtn {
  display: block;
  min-width: 85%;
  float: right;
  text-align: right;
  margin-top: 15px;
  padding: 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  margin-left: 150px;
}
.emailetext-blocks h6 {
  background: #990100;
  color: #fff;
  padding: 5px 20px;
  display: inline-block;
  font-size: 20px;
  font-family: "Swis721 BlkCn BT";
}
.para-one-1 ul {
  background: #e6e6e6;
  padding: 20px 35px;
  font-size: 20px;
  line-height: 22px;
  margin-left: 0px;
}
.para-one-1 li {
  color: #000;
  margin-bottom: 25px;
}
.para-one-1 li a {
  color: #545454;
  margin-bottom: 25px;
}
.alsoread {
  text-align: left;
  margin-bottom: 20px;
  position: relative;
  margin-left: 175px;
}
.alsoread h6 {
  background: #990100;
  color: #fff;
  padding: 5px 20px;
  display: inline-block;
  font-size: 20px;
  font-family: "Swis721 BlkCn BT";
}
.alsoread:after {
  content: "";
  background-color: #e6e4e4;
  height: 5px;
  display: block;
  width: 102%;
  position: absolute;
  top: 15px;
  z-index: -1;
  left: -22px;
}
.alreul {
  background: #e6e6e6;
  padding: 20px 35px;
  font-size: 20px;
  line-height: 22px;
  border-left: 5px solid #990100;
  float: right;
  width: 84.5%;
  padding-right: 20px;
  padding-bottom: 0px;
}
.alreul li {
  color: #000;
  margin-bottom: 25px;
}
.alreul li a {
  color: #545454;
  margin-bottom: 25px;
}
.fullbotmimg img {
  width: 85%;
  height: 100%;
  float: right;
}
.fullbotmimg p {
  font-size: 18px;
  color: #b7aeae;
  padding-top: 10px;
  margin-bottom: 40px;
  padding-left: 150px;
  font-style: italic;
  text-align: center;
}
.drop_cut::first-letter {
  float: left;
  font-weight: 700;
  font-style: normal;
  font-family: "Swis721 BlkCn BT";
  font-size: 65px;
  line-height: 65px;
  padding-right: 8px;
}
.newsletterbox {
  display: block;
  width: 85%;
  float: right;
  border-top: 1px solid #ccc;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}

.newsletterbox .form-control {
  height: 50px;
  border-color: #ffffff;
  border-radius: 0;
  border: 1px solid #ccc;
  font-family: "Swis721 BlkCn BT";
}
.newsletterbox .form-control:focus {
  box-shadow: none;
  border: 1px solid #990100;
}
.newsletterbox .btn {
  min-height: 50px;
  border-radius: 0;
  background: #990100;
  font-family: "Swis721 BlkCn BT";
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  padding: 5px 20px;
}
.newform {
  float: right;
  width: 55%;
}
.newslettxt {
  float: left;
  width: 40%;
  font-size: 24px;
  color: #000;
  line-height: 50px;
  font-weight: 600;
}
.youmay {
  font-size: 24px;
  font-family: "Swis721 BlkCn BT";
  color: #2f2e2e;
}
.yml img {
  margin-bottom: 15px;
}
.ymltxt h3 {
  font-size: 22px;
  text-align: left;
  color: #000;
  font-family: "Swis721 BlkCn BT";
  font-weight: 600;
}
.ymltxt p {
  font-size: 16px;
  text-align: left;
  font-family: "Swis721 BlkCn BT";
}

.newslisthead {
  padding: 0px;
}
.newslisthead h1 {
  font-size: 30px;
  text-align: left;
  font-family: "Swis721 BlkCn BT";
  margin-bottom: 0px !important;
  margin-top: 50px;
}
.newslisthead p {
  font-size: 18px;
  text-align: left;
  color: #a39f98 !important;
  font-family: "Swis721 BlkCn BT";
}

.newlitsmg {
  padding-left: 0px;
}
.newlitsmg img {
  width: 100%;
}
.newlisth span {
  color: #990100;
  font-family: "Swis721 BlkCn BT";
  font-size: 14px;
  display: block;
}
.newlisth h2 {
  font-size: 24px;
  color: #000;
  font-weight: 600;
}
.newlisth h6 {
  font-family: "Swis721 BlkCn BT";
  font-size: 16px;
  display: block;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.newlisth p {
  margin-bottom: 5px;
  font-size: 15px;
}
.brtbtmlist {
  border-bottom: 1px solid #e6ded5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.middelsubscribebox {
  background: #990100;
  display: block;
  float: left;
  padding: 50px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: "Swis721 BlkCn BT";
  margin-bottom: 20px;
}
.middelsubscribebox input {
  border: none;
  padding: 10px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.middelsubscribebox a {
  border: none;
  padding: 10px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  background: #990100;
  border: 1px solid #fff;
  color: #fff;
  margin-top: 15px;
}
.pagination {
  display: flex;
}
.pagination .page-numbers {
  text-align: center;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.9;
  margin: 0.3rem;
  border: 1px solid #f4f6fa;
  background: #f4f6fa;
}
@media (max-width: 480px) {
  .pagination .page-numbers {
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
    padding: 0.5rem;
  }
}
.pagination .page-numbers.current {
  color: #fff;
  background: #990100;
}
.pagination .page-numbers i {
  font-size: 1em;
  line-height: 0.8em;
}
.pagination a {
  color: #000;
  text-decoration: none;
  transition: all 0.4s;
}
.pagination a:hover {
  color: #fff;
  background: #990100;
}
.pagination.pagination--left {
  justify-content: flex-start;
}
.pagination.pagination--center {
  justify-content: center;
}
.pagination.pagination--right {
  justify-content: flex-end;
}

.sidebar.widget {
  background: #fff;
  border: none;
  padding: 0px 0px;
}
.sidebar.widget h3 {
  font-size: 16px;
  border-bottom: 3px solid #ddd;
  padding-bottom: 10px;
  font-family: "Swis721 BlkCn BT";
}

.sidebar.widget ul {
  margin: 0px;
  padding: 0;
  overflow: hidden;
}
.sidebar.widget ul li {
  overflow: hidden;
  font-size: 14px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 10px;
}
.sidebar-content h5 {
  font-size: 20px;
  cursor: pointer;
  line-height: 28px;
  font-family: "Swis721 BlkCn BT";
}
.sidebar-content h5 a:hover {
  color: #929292;
}
.sidebar-content h5 a {
  color: #202020;
  outline: 0 none;
  text-decoration: none;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .overlap-left {
    margin-left: 0px;
  }
}

.overlap-section {
  margin-top: -100px;
}

.text-muted {
  color: #ccc !important;
  font-size: 12px;
  text-transform: uppercase;
}

@media (max-width: 1199.98px) {
  .no-sm-border {
    border: none !important;
  }
}

.position-relative {
  position: relative;
}

.footer-subscribe .btn {
  height: 43px;
}

@media (max-width: 991.98px) {
  .site-logo {
    top: 0;
  }
}

@media (max-width: 991.98px) {
  .main-menu {
    display: none !important;
  }
}

/* Portrait and Landscape */
@media only screen and (min-width: 320px) and (max-width: 568px) {
  .logo-width {
    width: 170px;
  }
  .banner_image {
    display: block;
    margin-top: 85px;
  }
  .seocndsection {
    margin-top: 15px;
  }
  .single-post h1.secondtitle {
    margin-top: 100px !important;
  }
  .banner_image img {
    height: 100%;
  }
  .emailetext-blocks figcaption {
    padding-left: 0px !important;
    text-align: left;
  }
  .subpragrp h2,
  .subpragrp h3,
  .subpragrp h4 {
    padding-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    font-weight: bold;
  }
  .seocndsection h1 {
    font-size: 30px;
  }
  .seocndsection p {
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 28px;
  }
  .site-section {
    padding: 0em 0;
    padding-bottom: 15px;
  }
  .seocndsection h2 {
    font-size: 20px;
  }
  .middelwidths-1 {
    max-width: 100%;
  }
  .unit-4 h3 {
    font-size: 28px;
  }
  .unit-4 p {
    font-size: 18px;
    line-height: 26px;
  }
  .unit-4 h6 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .recentnew:after {
    display: none;
  }
  .feature-big h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .offbeath:after {
    display: none;
  }
  .borright-1 {
    border-right: none;
    margin-top: 0px;
  }
  .profilepic {
    margin-left: auto;
    margin-right: auto;
  }
  .username {
    text-align: center;
  }
  .socilicons {
    padding-left: 0px;
    list-style: none;
    display: block;
    float: left;
    text-align: center;
    width: 100%;
  }
  .fullimgnewde {
    width: 100%;
    padding: 0px 10px;
  }
  .subpragrp p {
    padding-left: 0px;
    text-align: left;
  }
  .rwd-media {
    padding-bottom: 56.25%;
  }
  .readmorebtn {
    min-width: 100%;
    margin-left: 0px;
  }
  .alreul {
    width: 100%;
  }
  .fullbotmimg img {
    width: 100%;
    height: 100%;
    float: right;
  }
  .fullbotmimg p {
    padding-left: 0px;
  }
  .newsletterbox {
    display: block;
    width: 100%;
  }
  .newslettxt {
    width: 100%;
    text-align: center;
  }
  .newform {
    float: right;
    width: 100%;
  }
  .newlitsmg {
    padding-left: 15px;
  }
  .newslisthead {
    padding: 0px 15px;
  }
  .newlisth {
    margin-top: 10px;
  }
  .pagination {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 569px) and (max-width: 767px) {
  .logo-width {
    width: 160px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fullbotmimg img {
    width: 78%;
    height: 100%;
    float: right;
  }
  .alreul {
    width: 78%;
  }
  .newsletterbox {
    display: block;
    width: 78%;
  }
  .newslettxt {
    float: left;
    width: 100%;
  }
  .newform {
    float: right;
    width: 100%;
  }
  .socilicons {
    float: left;
  }
  .rwd-media {
    padding-bottom: 42.25%;
    margin-left: 70px;
  }
  .logo-width {
    width: 160px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1260px) {
  .date {
    display: block;
    font-size: 14px;
  }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
    padding-left: 0px;
  }
  .site-navbar .site-navigation .site-menu > li > a {
    padding: 5px 8px;
    font-size: 13px;
  }
  .newslettertop {
    padding: 2px 10px;
    margin-right: 10px;
    font-size: 13px;
  }
  .searicon {
    font-size: 16px;
    color: #000;
    border-left: 1px solid #ccc;
    padding-left: 10px;
  }
  .banner_image img {
    width: 100%;
    margin-top: 100px;
    height: 440px;
    object-fit: cover;
  }
  .recentnew:after {
    min-width: 930px;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 1rem !important;
  }
  .feature-big h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .offbeath:after {
    min-width: 930px;
    top: 25px;
  }

  .fullbotmimg img {
    width: 83%;
    height: 100%;
    float: right;
  }
  .alreul {
    width: 83%;
  }
  .newsletterbox {
    display: block;
    width: 83%;
  }
  .newslettxt {
    float: left;
    width: 100%;
  }
  .newform {
    float: right;
    width: 100%;
  }
  .socilicons {
    float: left;
  }
  .rwd-media {
    padding-bottom: 46.5%;
    margin-left: 73px;
  }
  .readmorebtn {
    display: block;
    min-width: 83%;
  }
}

@media only screen and (min-width: 1800px) and (max-width: 2100px) {
  .middelwidths-1 {
    max-width: 65%;
  }
  .banner_image img {
    width: 100%;
    margin-top: 100px;
    height: 880px;
    object-fit: cover;
  }
  .site-navbar .site-navigation .site-menu > li > a {
    font-size: 20px;
  }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
    padding-left: 0px;
  }
  .newslettertop {
    padding: 2px 30px;
    margin-right: 30px;
    font-size: 20px;
  }
  .searicon {
    font-size: 20px;
    color: #000;
    border-left: 1px solid #ccc;
    padding-left: 30px;
  }
}

h1 a {
  color: #000;
}
h2 a {
  color: #000;
}
h3 a {
  color: #000;
}
h4 a {
  color: #000;
}
h5 a {
  color: #000;
}
h6 a {
  color: #000;
}

aside .caption {
  padding: 0px;
  font-style: italic;
  color: #777;
  margin-top: 2px;
  text-align: center;
}

/* Demo 2 */
/*#demo-2 #search {
  width: 43px;
  padding-left: 10px;
  color: transparent;
  cursor: pointer;
}
#demo-2 #search:hover {
  background-color: #fff;
}
#demo-2 #search:focus {
  width: 130px;
  padding-left: 32px;
  color: #000;
  background-color: #fff;
  cursor: auto;
}
#demo-2 input:-moz-placeholder {
  color: transparent;
}
#demo-2 input::-webkit-input-placeholder {
  color: transparent;
}

#search{
  background: #ededed url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
  border: solid 1px #ccc;
  padding: 9px 10px 9px 32px;
  width: 55px;
  
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  border-radius: 10em;
  
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}*/

.fullimgnewde {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.emailetext-blocks img,
.emailetext-blocks figcaption {
  padding-left: 150px;
  text-align: left;
}
.emailetext-blocks p {
  font-size: 20px;
  color: #000;
  padding-top: 10px;
  margin-bottom: 40px;
  padding-left: 150px;
  font-style: normal;
  text-align: center;
}

.emailetext-blocks iframe {
  text-align: center;
}

.embed-container {
  padding-left: 150px;
}

.hero-video-post-block h3 {
  padding-left: 150px;
}

.video-block-section {
  text-align: center;
  position: relative;
  padding-bottom: 52.25%;
  padding-top: 25px;
  height: 0;
}
.video-block-section iframe {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video-block-section p {
  font-size: 21px;
  color: #5d5a5a;
  line-height: 30px;
  margin-top: 0px;
  font-style: italic;
}

.insta {
  color: #262626;
}

.linked {
  color: #1d77b5;
}

.gmail {
  color: #000;
}

.sub-heading h3 {
  padding-top: 10px;
  margin-bottom: 5px;
  padding-left: 150px;
  font-weight: 700;
}

.custom-search input[type="search"] {
  width: 100%;
  padding: 20px 20px;
  font-size: 30px;
}

.custom-search {
  display: none;
  position: absolute;
  margin-top: 10px;
  width: 100%;
}
.custom-search label {
  width: 100%;
}
.custom-search .search-submit {
  display: none;
}
.col-sm-2.d-none.d-lg-block a:visited {
  color: #fff;
}

.col-sm-2.d-none.d-lg-block a:hover {
  color: #000;
}

.custom-search form {
  outline: none;
}
.custom-search input[type="search"]:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

a,
a:visited {
  color: #000;
}
.carousel-item.active + .carousel-item + .carousel-item + .carousel-item {
  display: none !important;
}
