@import '../fonts/font.css';
html, body {
  font-family: 'Montserrat', 'san-serif', 'arial';
  color: #333;
  overflow-x: hidden;
  background: #ededed;
  font-size: 18px;
}
h1, h2, h3, h4, h5 {
  font-family: 'Taviraj', 'san-serif', 'arial';
  color: #333;
}
.wp-block-quote {
  border-left: 4px solid #000;
  margin: 0 0 28px;
  padding-left: 1em;
}
.is-bold-1x {
  font-weight: 500;
  letter-spacing: 0.7px;
}
.font2x {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
b, strong {
  font-weight: 600;
}
.site-content a {
  color: #e8412c;
}
#masthead.site-header {
  background: #240085;
  position: relative;
  overflow: hidden;
}
#masthead.site-header .container {
  max-width: 1340px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
#masthead.site-header .logo-section {
  padding: 20px 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
#masthead.site-header .logo-section .navbar-brand {
  width: 150px;
  flex-grow: 0;
}
#masthead.site-header .logo-section .navbar-brand img {
  display: block;
  margin: 0;
  width: 100%;
}
#masthead.site-header .logo-section .center-logo {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #masthead.site-header .logo-section .center-logo {
    justify-content: start;
    padding-left: 10px;
  }
  #masthead.site-header .logo-section .center-logo h3 {
    font-size: 13px !important;
    line-height: 14px !important;
    letter-spacing: 0.4px !important;
  }
  #masthead.site-header .logo-section .center-logo h3:before {
    top: -7px !important;
  }
}
@media screen and (max-width: 320px) {
  #masthead.site-header .logo-section .center-logo h3 {
    font-size: 11px !important;
    line-height: 14px !important;
    letter-spacing: 0.2px !important;
  }
  #masthead.site-header .logo-section .center-logo h3:before {
    top: -5px !important;
  }
}
#masthead.site-header .logo-section .center-logo a {
  text-decoration: none !important;
}
#masthead.site-header .logo-section .center-logo h3 {
  text-align: center;
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: 'Montserrat', 'san-serif', 'arial';
}
#masthead.site-header .logo-section .center-logo h3:before {
  content: '';
  position: absolute;
  left: -10px;
  top: -14px;
  border-left: 1px solid #e8412c;
  z-index: 2;
  display: block;
  height: 50px;
  border-top: 1px solid #e8412c;
  width: 20px;
  border-bottom: 1px solid #e8412c;
}
#masthead.site-header .logo-section .center-logo h3 span {
  margin-bottom: 3px;
}
#masthead.site-header .logo-section .center-logo h3 span:nth-child(2) {
  font-weight: 200;
  margin-left: 2px;
  margin-right: 2px;
}
#masthead.site-header .logo-section .navbar-toggler {
  width: 50px;
  flex-grow: 0;
  position: relative;
  height: 50px;
}
#masthead.site-header .navbar .navbar-nav .menu-item {
  border-right: 1px solid #e8412c;
}
#masthead.site-header .navbar .navbar-nav .menu-item a {
  text-transform: uppercase;
  font-weight: 400;
  padding: 1px 20px;
  opacity: 0.7;
  color: #fff;
}
#masthead.site-header .navbar .navbar-nav .menu-item:last-child {
  border: none;
}
#masthead.site-header .navbar .navbar-nav .menu-item.active a {
  opacity: 1;
}
.banner-section .banner-container {
  position: relative;
}
.banner-section .banner-container img {
  display: block;
  width: 100%;
  max-height: 600px;
  height: 60vh;
  object-fit: cover;
  object-position: center center;
  min-height: 300px;
}
@media screen and (max-width: 767px) {
  .banner-section .banner-container img {
    height: auto;
  }
}
.banner-section .banner-container .banner-overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #240085;
  background: linear-gradient(90deg, rgba(36, 0, 133, 1) 0%, rgba(36, 0, 133, 1) 0%, rgba(125, 103, 183, 1) 22%, rgba(255, 255, 255, 0.0756555316) 59%);
}
.banner-section .banner-container .banner-content {
  position: absolute;
  bottom: 30%;
  left: 0;
  width: 100%;
  z-index: 9;
  height: 100%;
  display: flex;
  align-items: center;
  top: 0;
}
.banner-section .banner-container .banner-content .container .single-post-published {
  max-width: 600px;
  color: #e8412c;
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  width: 100%;
}
.banner-section .banner-container .banner-content .container .single-post-title {
  max-width: 600px;
  color: #fff;
  width: 100%;
}
.banner-section .banner-container .banner-content .container h1 {
  max-width: 600px;
  color: #fff;
  width: 100%;
}
.search-section {
  position: absolute;
  right: 0;
  bottom: -5px;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .search-section .search-form-container {
    max-width: 230px;
    right: 0;
    padding-bottom: 5px;
  }
}
.search-section .search-form-container form {
  display: flex;
  align-items: center;
}
.search-section .search-form-container .search-submit {
  text-indent: -99999px;
  width: 30px;
  height: 24px;
  background: url(../img/search.svg);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.search-section .search-form-container input.search-field {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 0 !important;
  display: block;
  width: 100%;
  height: auto;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.7);
  outline: none !important;
  font-weight: 300 !important;
  letter-spacing: 0.9px;
  font-size: 16px;
  font-family: 'Montserrat', 'san-serif', 'arial';
  -webkit-appearance: none;
}
.search-section .search-form-container input.search-field:focus {
  outline: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}
.search-section .search-form-container input::-webkit-input-placeholder {
  /* Edge */
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
}
.search-section .search-form-container input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
}
.search-section .search-form-container input::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
}
.has-overlay > .uagb-section__overlay {
  opacity: 0.46;
  background: #240085;
  background: linear-gradient(90deg, rgba(36, 0, 133, 1) 0%, rgba(36, 0, 133, 0.6082808123) 47%, rgba(255, 255, 255, 0.0172443978) 79%) !important;
}
.page-template-fullwidth .site-content {
  padding: 0 !important;
}
.page-template-fullwidth .site-content > .container {
  width: 100%;
  padding: 0;
  max-width: 100%;
}
.page-template-fullwidth #main > article .entry-content {
  margin: 0;
}
.site-content {
  padding: 0 !important;
}
.main-container {
  padding: 50px 0;
}
.entry-footer {
  display: none;
}
.post-items .post-item {
  background: #fff;
  flex-direction: column;
  height: 100%;
  margin-bottom: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .post-items .post-item:hover:before {
    display: block;
    content: '';
    position: absolute;
    border-left: 1px solid #e8412c;
    height: 50px;
    width: 50px;
    left: -15px;
    top: -15px;
    border-top: 1px solid #e8412c;
  }
  .post-items .post-item:hover:after {
    display: block;
    content: '';
    position: absolute;
    border-right: 1px solid #e8412c;
    height: 50px;
    width: 50px;
    right: -15px;
    bottom: -15px;
    border-bottom: 1px solid #e8412c;
  }
  .post-items .post-item:hover .post-thumbnail img {
    transform: scale(1.2);
    transition: all 0.8s ease-in-out;
  }
}
.post-items .post-item .post-thumbnail {
  overflow: hidden;
}
.post-items .post-item .post-thumbnail img {
  display: block;
  transition: all 0.8s ease-in-out;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .post-items .post-item .post-thumbnail img {
    min-height: 220px;
  }
}
@media screen and (min-width: 768px) {
  .post-items .post-item .post-thumbnail img {
    height: 200px;
    object-fit: cover;
  }
}
.post-items .post-item:hover .entry-title a {
  color: #e8412c !important;
}
.post-items .post-item .entry-header .entry-title {
  text-transform: uppercase;
  font-weight: 500;
  border: none;
  margin: 0;
  letter-spacing: 0.7px;
}
.post-items .post-item .entry-header .entry-title a {
  color: #333;
  font-size: 18px;
  display: block;
  line-height: 22px;
}
.post-items .post-item .entry-header .entry-title a:hover {
  text-decoration: none;
  color: #333;
}
.post-items .post-item .entry-content p {
  font-size: 17px;
  line-height: 21px;
  font-weight: 300;
}
.post-items .post-item .post-entry-footer {
  font-size: 14px;
}
.post-items .post-item .post-entry-footer a {
  color: #333 !important;
  text-decoration: none !important;
}
.post-items.recent-posts .post-item:hover .entry-title a {
  color: #e8412c;
}
.post-items.recent-posts .post-item .entry-title a {
  font-size: 18px;
  line-height: 22px;
  display: block;
}
.page-template-template-blog .site-content {
  background: #ededed;
}
.search-results, .search {
  background: #ededed;
}
.is-pagination {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
	margin-bottom:80px;
}
.is-pagination .page-item .page-link {
  padding: 5px 15px;
  border-radius: 0;
  color: #240085;
  border-color: #fff;
}
.is-pagination .page-item .page-link:hover {
  background: #fff;
}
.is-pagination .page-item.active .page-link {
  background: #240085;
  color: #fff;
  border-color: #240085;
}
.single.single-post .main-container {
  max-width: 1024px;
  box-sizing: border-box;
}
.single.single-post .site-main {
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
.single.single-post .banner-section .banner-container {
  position: relative;
}
.single.single-post .banner-section .banner-container img {
  display: block;
  width: 100%;
  max-height: 700px;
  object-fit: cover;
  min-height: 300px;
  object-position: 0 20%;
}
@media screen and (max-width: 767px) {
  .single.single-post .banner-section .banner-container img {
    object-position: center;
  }
}
.single.single-post .banner-section .banner-container .banner-overlay {
  background: #240085;
  background: linear-gradient(90deg, rgba(36, 0, 133, 1) 24%, rgba(36, 0, 133, 0.6727065826) 43%, rgba(255, 255, 255, 0.0756555316) 75%);
}
.single.single-post .comments-title {
  position: relative;
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
}
.single.single-post .comments-title:before {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: -6px;
  width: 15px;
  height: 34px;
  border-left: 1px solid #333;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.navbar-toggler {
  border: none;
}
.navbar-light .navbar-toggler-icon {
  background-image: url(../img/menu.svg) !important;
}
footer#colophon {
  background: #fff !important;
}
footer#colophon .site-info {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  color: #333;
}
footer#colophon .site-info a {
  text-decoration: none !important;
}
.comment-list .comment-body {
  display: flex;
}
.comment-list .comment-body .comment-left-panel {
  flex-basis: 160px;
  padding-right: 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}
.comment-list .comment-body .comment-left-panel .avatar-container img {
  border-radius: 50%;
  display: block;
  margin: 0 auto 5px;
}
.comment-list .comment-body .comment-left-panel .c-user-fullname {
  font-size: 13px;
  line-height: 15px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 3px;
}
.comment-list .comment-body .comment-left-panel .c-user-fullname cite {
  font-style: normal !important;
}
.comment-list .comment-body .media-body .card-block {
  border-left: 1px solid #333;
  padding: 0 0 0 10px;
  position: relative;
}
.comment-list .comment-body .media-body .comment-footer {
  display: flex;
  justify-content: space-between;
  padding-left: 60px;
  margin-top: 5px;
}
.comment-list .comment-body .media-body .comment-footer a.comment-reply-link {
  background: transparent;
  border: none !important;
  outline: none !important;
  background-image: url(../img/return.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -99999px;
}
.comment-list .comment-body .media-body .comment-footer .edit-link a {
  color: #333 !important;
  font-size: 14px;
  display: block;
  margin-top: 10px;
  margin-right: 15px;
}
.comment-list .comment-body .media-body .cld-like-dislike-wrap {
  position: absolute;
  z-index: 3;
  margin-top: 10px;
}
.comment-list .comment-body .media-body .cld-like-dislike-wrap img {
  max-width: 20px;
}
/* comment section */
.comment-respond {
  margin-top: 60px;
}
.comment-respond #reply-title {
  position: relative;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
}
.comment-respond #reply-title:before {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: -6px;
  width: 15px;
  height: 34px;
  border-left: 1px solid #333;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.comment-respond form {
  display: flex;
  flex-direction: column;
}
.comment-respond form .logged-in-as a {
  font-size: 14px;
  color: #333 !important;
}
.comment-respond form .form-control {
  border-radius: 0;
  border-color: #333;
}
.comment-respond form input {
  border: 1px solid #333;
  background: transparent;
  padding: 10px 20px;
}
.comment-respond form input, .comment-respond form textarea {
  background: transparent;
  padding: 10px 20px;
}
.comment-respond form input:focus, .comment-respond form textarea:focus {
  box-shadow: none !important;
}
.comment-respond form .form-submit {
  order: 3;
}
.comment-respond form .form-submit .submit.btn {
  background-color: transparent !important;
  border-radius: 0 !important;
  border-color: #333;
  background-image: url(../img/arrow-enter.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -999999px;
  padding: 5px 30px !important;
  width: 40px;
  float: right;
}
.comment-respond form .form-submit .submit.btn:hover {
  background-color: #fff !important;
}
.comment-respond form .comment-notes + p {
  order: 2;
}
.comment-respond form p.comment-form-url {
  display: none;
}
.comment-respond form .comment-form-author label, .comment-respond form .comment-form-email label {
  display: none !important;
}
.wpforms-form, .frm-fluent-form {
  max-width: 500px !important;
  margin: 0 auto;
}
.wpforms-form input[type="text"], .frm-fluent-form input[type="text"], .wpforms-form input[type="email"], .frm-fluent-form input[type="email"], .wpforms-form textarea, .frm-fluent-form textarea, .wpforms-form select, .frm-fluent-form select {
  width: 100% !important;
  display: block;
  max-width: 100% !important;
  border: 1px solid #333 !important;
  background: transparent !important;
  padding-left: 20px !important;
  border-radius: 0 !important;
  padding: 10px 20px !important;
}
.wpforms-form input[type="text"]:focus, .frm-fluent-form input[type="text"]:focus, .wpforms-form input[type="email"]:focus, .frm-fluent-form input[type="email"]:focus, .wpforms-form textarea:focus, .frm-fluent-form textarea:focus, .wpforms-form select:focus, .frm-fluent-form select:focus {
  background-color: #fff !important;
}
.wpforms-form button[type=submit], .frm-fluent-form button[type=submit] {
  float: right;
  text-indent: -99999px;
  border: 1px solid #333 !important;
  background-image: url(../img/arrow-enter.svg) !important;
  background-size: 24px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 70px;
  background: transparent;
  border-radius: 0 !important;
}
.wpforms-form button[type=submit]:hover, .frm-fluent-form button[type=submit]:hover {
  background-color: #fff !important;
  opacity: 1 !important;
}
.wpforms-form .ff-btn-submit, .frm-fluent-form .ff-btn-submit {
  background-color: transparent !important;
}
.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: transparent !important;
  border: none !important;
  color: #333 !important;
  text-align: center;
}
div.wpforms-container-full .wpforms-form label.wpforms-error {
  color: #240085 !important;
  margin-top: 5px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .home .banner-section .banner-container img {
    object-position: 40% 10% !important;
  }
  #mobileBtn {
    position: absolute;
    right: 60px;
    width: 40px;
    height: 30px;
    background: transparent;
    -webkit-appearance: none;
    border: none;
    background-image: url(../img/search.svg);
    background-size: 28px;
    background-repeat: no-repeat;
    margin-top: 3px;
    box-shadow: none !important;
    border: none !important;
  }
  body {
    padding-top: 67px;
  }
  body.logged-in {
    padding-top: 20px;
  }
  .main-container {
    padding: 30px 0 !important;
  }
  #menu-main-menu {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  #menu-main-menu .menu-item a {
    display: block;
    padding: 15px 20px !important;
    text-align: center;
    font-size: 18px !important;
    line-height: 20px !important;
    letter-spacing: 1px;
  }
  .search-section {
    /*
     position: relative;
     margin-bottom: 15px;
     width: 90%;
     margin-left: auto;
     margin-right: auto; */
    position: relative;
    margin-bottom: 5px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 0;
    margin: 0;
    width: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
  .search-section.active {
    height: auto;
    margin-bottom: 20px;
    transition: all 0.5s ease-in-out;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #masthead.site-header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 20;
    background-color: #240085;
  }
  #masthead.site-header .logo-section {
    padding-top: 0;
    padding-bottom: 0;
  }
  #masthead.site-header .logo-section .center-logo h3 {
    font-size: 18px;
    line-height: 18px;
  }
  #masthead.site-header .navbar .navbar-nav .menu-item {
    border: none;
  }
  .comment-list .comment-body {
    display: flex;
    flex-direction: column;
  }
  .comment-list .comment-body .comment-left-panel {
    flex-basis: auto;
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
  }
  .comment-list .comment-body .comment-left-panel .avatar-container {
    display: none;
  }
  .comment-list .comment-body .comment-left-panel .c-user-fullname {
    text-align: left;
  }
  .comment-list .comment-body .media-body {
    width: 100%;
  }
  #content.site-content {
    min-height: calc(100vh - 140px);
  }
  .banner-section .banner-container .banner-overlay {
    background: linear-gradient(90deg, rgba(36, 0, 133, 1) 24%, rgba(36, 0, 133, 0.4) 63%, rgba(255, 255, 255, 0.0756555316) 100%) !important;
  }
  .banner-section .banner-container .banner-content .container {
    padding-right: 70px;
  }
  .banner-section .banner-container .banner-content .single-post-published {
    font-size: 18px !important;
    line-height: 22px !important;
  }
  .banner-section .banner-container .banner-content h1 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
  }
  .search-section .search-form-container .search-submit {
    display: none;
  }
  .search-section .search-form-container .search-field {
    text-align: center;
  }
  .navigation.post-navigation .nav-links {
    display: block !important;
  }
  .navigation.post-navigation .nav-links .nav-previous, .navigation.post-navigation .nav-links .nav-next {
    float: none !important;
    width: 100% !important;
    margin-bottom: 15px;
  }
  ul.cnss-social-icon li.cn-fa-icon a {
    display: flex !important;
  }
  .cnss-social-icon .cn-fa-icon a {
    font-size: 26px;
    width: 26px !important;
    height: 26px !important;
    padding: 0 !Important;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .cnss-social-icon .cn-fa-icon a i:before {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}
@media screen and (min-width: 768px) {
  #mobileBtn {
    display: none;
  }
  .logged-in #content.site-content {
    min-height: calc(100vh - 140px);
  }
  #content.site-content {
    min-height: calc(100vh - 180px);
  }
  .navbar-toggler {
    display: none;
  }
  #masthead.site-header .logo-section .center-logo {
    padding-right: 150px;
  }
  .has-comments .comment-respond {
    margin-left: 170px;
  }
  .single.single-post .comments-title {
    margin-left: 170px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #masthead.site-header .center-logo h3 {
    font-size: 15px !important;
    line-height: 18px !important;
  }
  div#main-nav {
    justify-content: flex-end !important;
    margin-right: 140px;
  }
  .search-section .search-form-container input.search-field {
    width: 110px;
  }
}
.navbar-toggler .menu-wrapper {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  cursor: pointer;
  max-width: 100%;
}
.navbar-toggler .hamburger-menu, .navbar-toggler .hamburger-menu:after, .navbar-toggler .hamburger-menu:before {
  width: 40px;
  height: 2px;
}
.navbar-toggler .hamburger-menu {
  position: relative;
  transform: translateY(20px);
  background: rgba(255, 255, 255, 1);
  transition: all 0ms 300ms;
}
.navbar-toggler .hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}
.navbar-toggler .hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 12px;
  background: rgba(255, 255, 255, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.navbar-toggler .hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  background: rgba(255, 255, 255, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.navbar-toggler .hamburger-menu.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.navbar-toggler .hamburger-menu.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.navigation.post-navigation {
  padding-top: 1rem;
}
.navigation.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
}
.navigation.post-navigation .nav-links .nav-previous, .navigation.post-navigation .nav-links .nav-next {
  float: none !important;
  width: 40%;
}
.navigation.post-navigation .nav-links .nav-previous a, .navigation.post-navigation .nav-links .nav-next a {
  border: 1px solid #333;
  color: #333;
  border-radius: 0 !important;
  font-size: 13px;
  line-height: 16px;
  position: relative;
  min-height: 42.9px;
  display: flex;
  align-items: center;
}
.navigation.post-navigation .nav-links .nav-previous a {
  padding-left: 40px;
}
.navigation.post-navigation .nav-links .nav-previous a:before {
  position: absolute;
  left: 10px;
  font-size: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.navigation.post-navigation .nav-links .nav-next a {
  padding-right: 40px;
}
.navigation.post-navigation .nav-links .nav-next a:after {
  position: absolute;
  right: 10px;
  font-size: 18px;
  top: 50%;
  transform: translateY(-50%);
}
ul.cnss-social-icon li.cn-fa-icon {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
ul.cnss-social-icon li.cn-fa-icon a.cnss-facebook, ul.cnss-social-icon li.cn-fa-icon a.cnss-twitter, ul.cnss-social-icon li.cn-fa-icon a.cnss-linkedin, ul.cnss-social-icon li.cn-fa-icon a.cnss-instagram, ul.cnss-social-icon li.cn-fa-icon a.cnss-weixin, ul.cnss-social-icon li.cn-fa-icon a.cnss-youtube, ul.cnss-social-icon li.cn-fa-icon a.cnss-flickr {
  background-color: #333 !important;
  border-radius: 50% !important;
}
ul.cnss-social-icon li.cn-fa-icon a.cnss-facebook:hover, ul.cnss-social-icon li.cn-fa-icon a.cnss-twitter:hover, ul.cnss-social-icon li.cn-fa-icon a.cnss-linkedin:hover, ul.cnss-social-icon li.cn-fa-icon a.cnss-instagram:hover, ul.cnss-social-icon li.cn-fa-icon a.cnss-weixin:hover, ul.cnss-social-icon li.cn-fa-icon a.cnss-youtube:hover, ul.cnss-social-icon li.cn-fa-icon a.cnss-flickr:hover {
  background-color: #e8412c !important;
}
select#ff_1_country-list {
  height: 45.5px;
  border-radius: 0 !important;
  outline: none !important;
  padding-left: 20px !important;
  -webkit-appearance: none;
  background-image: url(../img/arrowd.svg) !important;
  background-size: 16px !important;
  background-repeat: no-repeat !important;
  background-position-y: 15px !important;
  background-position-x: 98% !important;
}
.fluentform .text-danger {
  color: #e8412c !important;
}
.home .single-post-title {
  max-width: 100% !important;
  letter-spacing: 1px;
}
.rmp-widgets-container {
  margin-top: 50px !important;
}
.home .banner-section .banner-container img {
  object-position: 0 20%;
}
.yarpp-related h3 {
  font-weight: 600 !important;
  margin: 40px 0 30px 0 !important;
}
.yarpp-related .recent-posts .post-item .entry-title {
  margin: 0 !important;
}
.yarpp-related .recent-posts .post-item .entry-title a {
  font-weight: 500 !important;
}
.yarpp-related .recent-posts .post-item .post-entry-footer a {
  font-weight: 400 !important;
}
.footer-form-wrapper {
  background: #240085;
  padding: 30px 0 20px 0;
}
.footer-form-wrapper form#fluentform_3 {
 /* display: flex;*/
  flex-wrap: wrap;
  max-width: 960px !important;
  width: 100%;
  justify-content: space-between;
}
.footer-form-wrapper form#fluentform_3 .terms-wrapper {
  order: 3;
}
.footer-form-wrapper form#fluentform_3 .terms-wrapper .ff_tc_checkbox {
  margin-right: 15px;
  display: block;
}
.footer-form-wrapper form#fluentform_3 .terms-wrapper .ff_t_c {
  color: #fff;
  line-height: 16px;
  font-size: 12px;
  font-weight: 300;
}
.footer-form-wrapper form#fluentform_3 .ff-el-form-control {
  padding: 7px 20px !important;
}
.footer-form-wrapper form#fluentform_3 .ff-el-group {
  margin-bottom: 10px;
}
.footer-form-wrapper h2 {
  text-align: center;
  color: #fff;
  font-size: 24px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .footer-form-wrapper h2 {
    font-size: 18px;
  }
  .footer-form-wrapper h2 img {
    width: 24px !important;
    height: auto !important;
  }
}
.footer-form-wrapper #fluentform_3_success {
  border: none !important;
  color: #fff !important;
  text-align: center;
}
.footer-form-wrapper #fluentform_3 .ff-el-form-control {
  border-color: #fff !important;
  color: #fff !important;
}
.footer-form-wrapper #fluentform_3 .ff-el-form-control:focus {
  background: #fff !important;
  border-color: #fff !important;
  color: #e8412c !important;
}
.footer-form-wrapper #fluentform_3 .ff-el-form-control:focus::-webkit-input-placeholder {
  /* Edge */
  color: #e8412c !important;
}
.footer-form-wrapper #fluentform_3 .ff-el-form-control:focus:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #e8412c !important;
}
.footer-form-wrapper #fluentform_3 .ff-el-form-control:focus::placeholder {
  color: #e8412c !important;
}
.footer-form-wrapper #fluentform_3 .ff-el-form-control::-webkit-input-placeholder {
  /* Edge */
  color: #fff !important;
}
.footer-form-wrapper #fluentform_3 .ff-el-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff !important;
}
.footer-form-wrapper #fluentform_3 .ff-el-form-control::placeholder {
  color: #fff !important;
}
.footer-form-wrapper .title-column {
  flex-basis: 100%;
  margin-bottom: 10px;
}
.footer-form-wrapper .button-column {
  flex-basis: 130px;
}
.footer-form-wrapper button.ff-btn.ff-btn-submit.ff-btn-md {
  float: none !important;
  background-image: none !important;
  text-indent: 0 !important;
  width: auto;
  color: #fff !important;
  background: #e8412c !important;
  border: none !important;
  height: 40px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px !important;
  width: 100%;
}
.footer-form-wrapper button.ff-btn.ff-btn-submit.ff-btn-md:hover {
  background: #fff !important;
  color: #e8412c !important;
}
.footer-form-wrapper .input-column {
  width: calc(100% - 150px) !important;
}
@media screen and (max-width: 767px) {
  .footer-form-wrapper form#fluentform_3 {
    display: block;
  }
  .footer-form-wrapper form#fluentform_3 .input-column {
    flex-basis: 100%;
    width: 100% !important;
  }
  .footer-form-wrapper form#fluentform_3 .button-column {
    flex-basis: 100%;
    width: 100% !important;
  }
  .footer-form-wrapper button.ff-btn.ff-btn-submit {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .footer-form-wrapper {
    padding: 15px 0 7px 0;
    position: relative;
    transition: all 1s ease-out;
  }
  .footer-form-wrapper .input-column .ff-t-column-2 {
    padding-left: 0;
  }
  .footer-form-wrapper .input-column .ff-t-column-3 {
    padding-left: 0;
  }
  .footer-form-wrapper.isSticky {
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;
    display: block;
    transform: translateY(0);
    transition: all 1s ease-out;
    z-index: 99;
  }
  .footer-form-wrapper.isSticky.aSticky {
    bottom: 177px;
    transition: all 1s ease-out;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  #main-nav.justify-content-center {
    justify-content: start !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #main-nav {
    justify-content: start !important;
  }
  #main-nav .navbar-nav .menu-item .nav-link {
    font-size: 11px !important;
    letter-spacing: 0.3px;
    padding: 1px 15px !important;
  }
}
@media screen and (min-width: 768px) {
  .footer-form-wrapper {
    /*.ff-el-form-check{
     height: 0 !important;
     overflow: hidden !important;
     max-height: 0 !important;
     min-height: 0;
     display: block;
     transition: all 0.5s ease-out;
     }
     &:hover{
     .ff-el-form-check{
     height: 100% !important;
     overflow: visible !important;
     max-height: 100% !important;
     min-height: 100%;
     display: block;
     transition: all 0.5s ease-out;
     }
     } */
  }
  .footer-form-wrapper.isSticky {
    padding: 15px 0 10px 0;
  }
  .footer-form-wrapper.isSticky .fluentform {
    max-height: 30px;
    overflow-y: hidden;
    transition: all 0.7s ease-out;
  }
  .footer-form-wrapper.isSticky .fluentform h2 {
    margin-bottom: 10px;
    transition: all 0.3s ease-out;
  }
  .footer-form-wrapper.isSticky:hover {
    padding: 30px 0 20px 0;
  }
  .footer-form-wrapper.isSticky:hover .fluentform {
    max-height: 150px !important;
    transition: all 0.7s ease-in;
  }
  .footer-form-wrapper.isSticky:hover .fluentform h2 {
    margin-bottom: 0 !important;
    transition: all 0.3s ease-out;
  }
}
@media screen and (min-width: 992px) {
  #menu-main-menu li a {
    font-size: 0.75rem !important;
    letter-spacing: 0.5px !important;
  }
}
.ff-el-group.title-column img {
  margin-top: -6px !important;
}
.footer-cta {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer-cta {
    display: block;
    transform: translateY(80px);
    transition: all 0.5s ease-out;
  }
  .footer-cta.fSticky {
    display: block !important;
    position: fixed;
    width: 100%;
    background: #240085;
    left: 0;
    bottom: 0;
    transform: translateY(0);
    transition: all 0.5s ease-out;
    z-index: 999999 !important;
  }
  .footer-cta.fSticky.hideFCTA {
    display: none !important;
    transform: translateY(80px);
    transition: all 0.5s ease-out;
  }
  .footer-cta a {
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 10px 0 10px 0;
    display: flex;
    justify-content: center;
    font-family: 'Taviraj', 'san-serif', 'arial';
    text-decoration: none;
  }
  .footer-cta a img {
    width: 24px !important;
    height: auto !important;
  }
}
