@import url('//fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
  scroll-behavior: smooth;
  --pc: #10243f;
  --sc: #ec3234;
  --white-bg: #fff;
}

body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #000;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

p {
  line-height: 1.8;
  margin: 0 0 20px 0;
}

a {
  color: var(--sc);
  text-decoration: none;
}

a:hover {
  color: var(--sc) !important;
  text-decoration: underline;
}

.web-a {
  color: var(--pc);

}

.web-a:hover {
  color: var(--sc) !important;
  text-decoration: none;
}

.web-a-w {
  color: #fff;

}

.web-a-w:hover {
  color: #fff !important;

}


/* For Extra Elements */
.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt50 {
  margin-top: 50px;
}

.mt40 {
  margin-top: 40px;
}

.mt20 {
  margin-top: 20px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}


.pt40 {
  padding-top: 40px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

/* Start Header */

.header {
  /*height: 60px;*/
  transition: all 0.5s;
  z-index: 997;
  background: var(--white-bg);
  position: sticky;
  border-bottom: 1px solid #cccc;
  box-shadow: 0px 6px 9px 0px rgb(0 0 0 / 6%);
}

.header.sticked {
  height: 50px;
}

.header:after {
  position: absolute;
  content: "";
  clip-path: polygon(100% 1%, 0% 100%, 100% 100%);
  background: #ec3234;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
}

.header:before {
  position: absolute;
  content: "";
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background: #ec3234;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}

.navbar-light .navbar-nav .nav-link {
  padding: 5px 10px;
  margin-right: 25px;
  color: #000;
  font-weight: 400;
  letter-spacing: .5px;
  text-decoration: none !important;
  position: relative;
}

.navbar-light .navbar-nav .nav-link:before {
  position: absolute;
  content: "";
  left: -5px;
  height: 6px;
  top: 15px;
  width: 6px;
  background: #0000007d;
}

.navbar-light .navbar-nav .current-menu-item .nav-link:before {
  background: #ec3234;
}
.navbar-light .navbar-nav .current-menu-item .nav-link{
 color:	#ec3234;
}

.navbar-light .navbar-nav .nav-link:focus:before,
.navbar-light .navbar-nav .nav-link:hover:before {
  background: #ec3234;
}

#navbarSupportedContent {
  justify-content: right;
}

/* End Header */


@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1160px;
  }
}


/* Start Back To Top */

.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #242424;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #fff;
}

.scroll-top i {
  font-size: 30px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: #1f2626;
  color: #fff;
}

.scroll-top:hover i {
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/* End Back To Top */


/* Start Search top */

.search-form-wrap {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  transition: 0.3s all ease;
  visibility: hidden;
  opacity: 0;
}

.search-form-wrap .search-form {
  position: relative;
}

.search-form-wrap .search-form .form-control {
  padding-left: 40px;
  padding-right: 40px;
  border: 1px solid #10243f;
}

.search-form-wrap .search-form .form-control:active,
.search-form-wrap .search-form .form-control:focus {
  outline: none;
  box-shadow: none;
}

.search-form-wrap .search-form .icon {
  position: absolute;
  left: 0;
  top: 7px;
  opacity: 1;
  left: 10px;
  color: #000;
}

.search-form-wrap .search-form .btn {
  position: absolute;
  top: 2px;
  right: 4px;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 30px;
}

.search-form-wrap .search-form .btn:active,
.search-form-wrap .search-form .btn:focus {
  outline: none;
  box-shadow: none;
}

.search-form-wrap.active {
  visibility: visible;
  opacity: 1;
}

.js-search-open {
  background: #fce0cd;
  color: #fff !important;
  border-radius: 50%;
  padding: 5px 10px;
}

.js-search-open.nav-link {
  display: block;
}

.search-form-wrap .search-form [type=submit] {
  display: none;
}

.js-search-open i {
  color: #000 !important;
}

/* End Search top */


/* Start Latest sec */

.border-r-4 {
  border-radius: 4px;
}

.l-big-img {
  position: relative;
}

.date {
  position: absolute;
  right: 30px;
  bottom: -30px;
  width: 65px;
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  background: var(--sc);
  z-index: 99;
}

.l-big-content {
  padding: 20px;
  background: #fff;
}

.l-big-content p {
  font-size: 26px;
  font-weight: 800;
}

.l-big-trouble {
  padding: 20px;
  background: #fff;
}

.l-big-trouble p {
  font-size: 22px;
  font-weight: 800;
}

/*.box-shadow {
  box-shadow: -1px 10px 10px -6px #ccc;
  border: 1px solid #cccccc40;
}

.box-shadow:hover {
    box-shadow: 1px 10px 10px -6px #ccc;
    border: 1px solid #cccccc40;
}*/

.latest-posts {
  position: relative;
  margin-top: -280px;
}


a.top-cate-tag {
  position: absolute;
  right: 30px;
  bottom: -15px;
  border-radius: 4px;
  padding: 4px 15px;
  font-size: 16px;
  line-height: 26px;
  color: #fff !important;
  text-align: center;
  background: var(--sc);
  z-index: 99;
  text-decoration: none;
}


.cate-top-content {
  padding: 20px;
  background: #fff;
}

.cate-top-content p {
  font-size: 18px;
  font-weight: 700;
}

.strip-cont p {
  font-size: 18px;
  font-weight: 700;
}

.grey-c {
  color: #000000a6;
}

.strip-i img {
  height: 150px;
  object-fit: cover;
}

.card-d {
  border: 1px solid #cccc;
  background: #fff;
}

.triangle-d:after {
  position: absolute;
  content: "";
  clip-path: polygon(100% 1%, 0% 100%, 100% 100%);
  background: #ec3234;
  bottom: 0;
  right: 0;
  width: 15px;
  height: 15px;
  transition: all .5s;
}

.card-d:hover .triangle-d:after {
  width: 20px;
  height: 20px;
}

.strip-cont {
  padding: 12px 12px 12px 0px;
}

.latest-text-post {
  background: #fff;
  border: 1px solid #cccc;
  border-radius: 4px;
}

.latest-text-post .head {
  text-align: center;
  padding-top: 30px;
  position: relative;
}

.latest-text-post .head:after {
  position: absolute;
  content: "";
  background: var(--sc);
  top: 40px;
  height: 2px;
  left: 0;
  width: 100%;
}

.latest-text-post .head span {
  padding: 10px 20px;
  border: 2px solid var(--sc);
  font-size: 22px;
  font-weight: 600;
  background: #fff;
  position: relative;
  z-index: 9;
  color: #000;
}

.post-links {
  padding: 15px 24px;
}

.post-i p {
  font-weight: 700;
  font-size: 18px;
}

.post-i span {
  font-style: italic;
}

.post-i span a {
  color: #0000008c;
}

.post-i {
  border-bottom: 1px solid #cccc;
  padding-bottom: 10px;
  padding-top: 10px;
}

.post-i:last-child {
  border-bottom: 0;
}

/* End Latest sec*/


.heading {
  font-size: 36px;
  position: relative;
  color: #000;
}

.heading span b {
  font-weight: 800;
}

.heading span {
  margin-left: 25px;
}

.heading span:before {
  position: absolute;
  content: "";
  background: var(--sc);
  height: 10px;
  width: 10px;
  left: 0;
  top: 25px;
}


/* Overlay */


.overlay-box {
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
}


.card-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.card-shadow .img-box-b:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 51%) 27%, rgb(0 0 0 / 91%) 90%);
}

.card-header-b {
  padding: 20px 20px;
  color: #ffffff;
  position: absolute;
  bottom: 0px;
  z-index: 2;
}

.card-category-b a {
  background-color: #1151d3;
  padding: 6px 20px;
  line-height: 1;
  color: #fff;
  border-radius: 4px;
  font-size: 15px;
}

.card-header-b h2 {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: .5;
}

.h-300 {
  height: 300px;
}

.card-header-b h2 a {
  color: #fff;
}

.img-box-b img {
  transition: 0.8s all ease-in-out;
  object-fit: cover;
}

.card-header-b p {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

.overlay-box:hover .img-box-b img {
  transform: scale(1.2);
}


.date-small {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 65px;
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  background: var(--sc);
  z-index: 99;
}

.author-latest-strip {
  display: flex;
  align-items: center;
}

.author-latest-img-p img {
  border: 5px solid #ffffff21;
  height: 60px;
  width: auto;
}

.author-latest-strip-n span {
  margin-right: 15px;
}

.big-head p {
  font-size: 22px;
  font-weight: 700;
}

.author-latest-img-p {
  margin-right: 15px;
}


.blue-bg {
  background: var(--pc);
}

.trouble-i img {
  height: 215px;
  object-fit: cover;
}

.h-180 {
  height: 180px;
  object-fit: cover;
}

.trouble-sec {
  background: #fff;
}

.trouble-i:before {
  content: '';
  width: 0;
  height: 0;
  z-index: 99;
  position: absolute;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  top: 90px;
  right: 0px;
  border-right: 18px solid #fff;
}

.h-325 {
  height: 325px;
}

.top-social-icon ul li a {
  border: none !important;
}

.top-social-icon ul li .fa {
  color: #fff;
  padding: 4px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  background-color: var(--pc);
}

.top-social-icon ul li .fa:hover {
  background-color: var(--sc);
}

.top-social-icon ul li {
  display: inline-block;
  margin-right: 2px;
}

.foot-menu ul {
  padding-left: 0px;
}

.foot-menu ul li {
  line-height: 2.5;
  color: #000;
  width: 50%;
  float: left;
  list-style: none;
}

.foot-menu ul li a {
  color: #000;
  text-decoration: none;
}

.link-head {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  position: relative;
  margin-left: 30px;
}

.link-head:before {
  position: absolute;
  content: "";
  clip-path: polygon(100% 1%, 0% 100%, 100% 100%);
  background: #ec3234;
  bottom: 8px;
  left: -30px;
  width: 15px;
  height: 15px;
  transition: all .5s;
}

.submit-btn {
  background: var(--sc);
  color: #fff !important;
  padding: 6px 25px;
  margin-left: 20px;
}

.subscribe {
  background: #10243f;
  padding: 40px;
  border-radius: 4px;
}

.sub-i {
  margin-right: 80px;
}

.newsletter-form {
  position: relative;
}

.newsletter-form span {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.newsletter-form:before {
  position: absolute;
  content: "";
  clip-path: polygon(100% 1%, 0% 100%, 100% 100%);
  background: #ec3234;
  top: 10px;
  left: -30px;
  width: 15px;
  height: 15px;
}

.foot-bottom-sec {
  background: #272727;
  text-align: center;
}

ul#menu-main-links {
  display: flex;
  padding: 0;
  margin-bottom: 0;
}

ul#menu-main-links li {
/*   margin-right: 25px; */
  list-style: none;
}

ul#menu-main-links li a {
  color: #fff;

}

ul#menu-main-links li a:hover {
  color: #fff !important;

}

footer {
  box-shadow: 0px 0px 20px 2px #0003;
}

.navbar-light .navbar-toggler {
  padding: 6px 8px;
  border: 1px solid #dc1f26;
  color: #000;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.author-page-name {
  font-size: 40px;
  line-height: 1.5;
  color: #000;
  font-weight: 700;
  padding-left: 30px;
}

.author-page-i img {
  border-radius: 50%;
  /*border: 4px solid #202f5b;*/
}

.author-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.title-a {
    text-decoration: none;
    font-size: 36px;
    font-weight: bold;
}

.sep-border {
    height: 4px;
    background-color: var(--sc);
    width: 110px;
    margin-bottom: 25px;
}

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

  .latest-posts {
    margin-top: -65px;
  }

  .l-big-content p {
    font-size: 20px;
  }

  .strip-i img {
    height: 100%;
  }

  .strip-cont {
    padding: 12px 12px 12px 12px;
  }

  .pt70 {
    padding-top: 24px;
  }

  .heading {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .heading span:before {
    top: 20px;
  }

  .mob-h-300 {
    height: 300px;
  }

  .author-latest-strip-n {
    line-height: 2;
  }

  .author-latest-strip-n span {
    margin-right: 30px;
  }

  .pb50 {
    padding-bottom: 25px;
  }

  .pt50 {
    padding-top: 25px;
  }

  .mt60 {
    margin-top: 25px;
  }

  .h-180 {
    height: 100%;
  }

  .pt60 {
    padding-top: 25px;
  }

  .sub-i {
    margin-right: 0;
    text-align: center;
  }

  .submit-btn {
    margin-left: 0;
    margin-top: 10px;
  }

  ul#menu-main-links {
    display: block;
    margin-bottom: 15px;
  }

  #navbarSupportedContent {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navbar-light .navbar-nav .nav-link:before {
    display: none;
  }

  .trouble-i:before {
    display: none;
  }

}


@media only screen and (min-width: 768px) and (max-width: 1023px) {

  .latest-posts {
    margin-top: -160px;
  }

  .strip-i img {
    height: 100%;
  }

  .strip-cont {
    padding: 12px 12px 12px 12px;
  }

  .mob-h-300 {
    height: 300px;
  }

  .h-180 {
    height: 100%;
  }

  .h-325 {
    height: auto;
  }

  .foot-menu ul li {
    width: 20%;
  }

  .sub-i {
    margin-right: 40px;
  }

  .submit-btn {
    margin-left: 0;
    margin-top: 10px;
  }

  ul#menu-main-links {
    display: block;
    margin-bottom: 15px;
  }

  .trouble-i:before {
    display: none;
  }

  .pb50 {
    padding-bottom: 25px;
  }

  .pt50 {
    padding-top: 25px;
  }

  .mt60 {
    margin-top: 25px;
  }

  .h-180 {
    height: 100%;
  }

  .pt60 {
    padding-top: 25px;
  }

  .navbar-light .navbar-nav .nav-link:before {
    display: none;
  }

}




.all-page {
    background: #f1f0f0;
}

.page-box {
    padding: 30px;
    border-radius: 4px;
    background: #fff;
}

.title-bg {
    background: #fff;
    padding: 25px 15px;
    margin-bottom: 20px;
    border-radius: 2px;
    box-shadow: 0px 4px 10px 0 #9d9d9d26;
}

.all-page h1 {
    font-size: 42px;
    line-height: 60px;
    font-weight: 700;
    color: #000;
}
.all-page h2 {
  margin-bottom: 25px;
  font-size: 36px;
  line-height:1.5;
}

.all-page h3 {
  margin-bottom: 25px;
  font-size: 32px;
}

.all-page h4 {
  margin-bottom: 28px;
  font-size: 28px;
}

b, strong {
    font-weight: 700;
}

.all-page blockquote.wp-block-quote {
    background: #cccccc66!important;
    padding: 20px!important;
    border-left: 4px solid #fe0000!important;
    border-right: 1px solid #fe0000!important;
    border-top: 1px solid #fe0000!important;
    border-bottom: 1px solid #fe0000!important;
}

.strip-page {
    /*padding: 15px;*/
    border-top: 1px solid #ccc;
    /* border-bottom: 1px solid #000;*/
    /*border: 1px solid #000;*/
}

.ps-bor {
    border-right: 1px solid #ccc;
    padding: 10px 25px 0px;
}

.ps-bor:last-child{
    border-right: 0;
}

#social-fix{
    position: sticky;
    top: 80px;
    height: auto!important;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

#social-fix ul li .fa {
    color: #fff;
    padding: 4px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    background-color: var(--pc);
}

#social-fix ul li .fa:hover {
    background-color: var(--sc);
}

.side-author {
  border: 1px solid #000;
  padding: 15px;
}
.side-author a {
 font-size: 16px;
 font-weight: 600;
}

 
.author-i img {
    border: 1px solid #000;
    padding: 4px;
}

#social-fix ul li {
    margin-right: 2px;
    list-style: none;
    margin-bottom: 10px;
    text-align: center;
}

#tableofcontent {
    background: #e3dede9e;
    padding: 20px;
    border-style: solid;
    margin-bottom: 30px;
}

div#tableofcontent ul li {
    margin-top: 12px;
    margin-bottom: 12px;
}

.all-page ul li, .all-page ol li {
    margin-bottom: 30px;
    line-height: 2.2;
}

div#tableofcontent ul li a {
    color: #333;
    border: 0;
    font-weight: 500;
}

#tableofcontent .head-th {
    font-size: 22px;
    color: #212121;
    font-weight: 600;
}


.subscribe-page {
 /*   background: #10243f;*/
    padding: 20px;
    border: 1px solid #000;
}

.newsletter-form-page span {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.icon i {
    color: #fff;
    background: #10243f;
    padding: 20px;
    font-size: 24px;
    border-radius: 50%;
}



.share-text{

    transform: rotate(180deg); 
    transform-origin: 50% 50%; 
    text-transform: uppercase;
    color: #222222;
    opacity: 0.6;
    position: relative;
    padding-bottom: 15px;
    letter-spacing: 0.8px;
    writing-mode: vertical-lr;
    align-items: center;
}



.heading-side {
  font-size: 26px;
  position: relative;
  color: #000;
}

.heading-side span b {
  font-weight: 800;
}

.heading-side span {
  margin-left: 25px;
}

.heading-side span:before {
    position: absolute;
    content: "";
    background: var(--sc);
    height: 10px;
    width: 10px;
    left: 0;
    top: 16px;
}

.articles-points ul li {
    line-height: 1.8;
    border-bottom: 1px solid #bdbdbd;
    padding-bottom: 15px;
    margin-bottom: 15px;
    list-style: none;

}

.articles-points ul li:last-child {
  border-bottom: 0;
}

.articles-points ul li a{
    font-size: 18px;
    font-weight: 500;
    position: relative;
}

.articles-points ul li  a:before {
    position: absolute;
    content: "";
    background: var(--sc);
    height: 8px;
    width: 8px;
    left: -30px;
    top: 16px;
}

.not-found span {
    font-size: 70px;
    font-weight: 700;
}

.msg-text {
    font-size: 24px;
    padding-top: 5px;
    padding-bottom: 20px;
}

/* Start Number Code */

.all-page .number :before {
  counter-increment: term;
  content: counter(term) ". ";
  margin-right: 10px;
}

.all-page .number a :before {
  display: none;
}

.number h2,
h3,
h4,
h5,
h6 {
  display: flex;
  align-items: center;
}
.all-page {
  counter-reset: term definition;
  background: #f1f0f0;
}
.number-remove {
  counter-reset: term definition;
}


#sidebar-fix{
    position: sticky;
    top: 80px;
    height: auto!important;
}

/* Image Placeholder  */

.strip-ih {
    padding-bottom: 56%;
    background: #ccc;
    height: 0px;
}
.l-big-img {
    padding-bottom: 55%;
    background: #ccc;
    height: 0;
}

.overlay-placeholder {
    background: #ccc;
    height: 0;
    padding-bottom: 115%;
}

/* .strip-i {
    background: #ccc;
    height: 0;
    padding-bottom: 96%;
}
.tr-i {
    padding-bottom: 83%;
    background: #ccc;
    height: 0;
}
.trouble-i {
    background: #ccc;
    padding-bottom: 68%;
    height: 0;
}
 */

.wp-block-table td, .wp-block-table th {
    border-color: #ccc !important;
    vertical-align: bottom;
    padding: 0.75rem;
    border: 1px solid #ccc;
}

.thumbnail-1 {
   background: #ccc;
   height: 0;
   padding-bottom: 96%;	
}

.thumbnail-2 {
   padding-bottom: 83%;
   background: #ccc;
   height: 0;
}
.thumbnail-3 {
    background: #ccc;
    padding-bottom: 68%;
    height: 0;
}

.thumbnail-4 {
    background: #ccc;
    padding-bottom: 69%;
    height: 0;
}