/*=============
Main css
==============*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}
/* 

Light 300
Regular 400
Medium 500
Bold 700 
*/
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ccd6f6;
  background-color: #0a192f;
}
a {
  text-decoration: none;
  color: #ccd6f6;
  transition: all 0.5s;
}
button,
input[type="submit"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: #ffffff;
}
img {
  max-width: 100%;
  height:auto;
}
figcaption {
  position: absolute;
  bottom: 5px;
  right: 0;
  background: rgba(10, 25, 47, 0.65);
  padding: 3px 10px;
  margin: 0 !important;
}

figure {
  position: relative;
}
.text-center {
  text-align: center;
}
.text-uppercase {
  text-transform: uppercase;
}
.mt-5 {
  margin-top: 50px;
}
.mb-5 {
  margin-bottom: 50px;
}
.wp-block-image img {
  height: auto;
}
/* ================
    Header 
  ================*/
.header_area {
  z-index: 1;
  padding: 10px 0;
  background: #142237;
  position: relative;
}
.header_area.archive_header {
  background: #0a192f;
}
.header_area:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/shape.svg);
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.logo {
  max-width: 120px;
}
ul#menu {
  text-align: right;
  margin: 0 -5px;
}

ul#menu li {
  display: inline-block;
  margin: 0 5px;
}

ul#menu li a {
  display: block;
  padding: 0 10px;
}
ul#menu li.current-menu-item a {
  opacity: 0.5;
}
ul#menu li:hover a {
  opacity: 0.5;
}
.menu_area {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.search_hadler {
  margin-left: 15px;
}
.search_btn {
  width: 15px;
  height: 15px;
  border: 1px solid #ccd6f6;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.search_btn:after {
  content: "";
  width: 10px;
  height: 1px;
  background: #ccd6f6;
  position: absolute;
  bottom: -3px;
  left: 10px;
  transform: rotate(45deg);
}

/* footer 
============== */
.fw_title {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 15px;
}
.footer_wedget {
  padding-right: 20px;
}
.footer_wedget ul a,
.footer_wedget p {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  display: block;
  margin: 10px 0;
}

.footer_wedget ul li:hover a {
  opacity: 0.5;
}

footer#footer {
  background: #081426;
}

/* single post  
======================*/

.bredcam_area {
  background: #142237;
}

h1.post_title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 3px;
}
h4.smalltitle {
  font-size: 15px;
  color: #ccd6f6;
}
.cat a {
  display: inline-block;
  background: rgba(83, 109, 254, 0.5);
  padding: 5px 15px;
  margin: 5px;
  font-weight: 500;
  font-size: 15px;
}

.cat {
  margin: 10px -5px;
}

.blog_content p,
.code-toolbar {
  margin-bottom: 15px;
  font-size: 16px;
}
.blog_content ul {
  list-style: circle;
  padding-left: 20px;
}
.blog_content h2,
.blog_content h3,
.blog_content h4,
.blog_content h5 {
  margin-bottom: 20px;
}

.blog_content p a {
  text-decoration: underline;
  color: #2dbe60;
}
.post_item.have_border.have_margin p {
  margin: 0;
}

.post_item.have_border.have_margin {
  margin-bottom: 15px;
}

.side_bar_title p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 500;
  letter-spacing: 2px;
}
.post_item.have_border.have_margin h4.block_title {
  margin-bottom: 5px;
}
.call_area {
  text-align: center;
  margin: 60px 0;
}

.call_area h4 {
  font-size: 20px;
  margin-bottom: 15px;
  letter-spacing: 3px;
}

.btn {
  background: #536dfe;
  padding: 10px 20px;
  display: inline-block;
  transition: all 0.5s;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.5s;
}

.btn:hover,
input[type="submit"]:hover {
  background: rgba(255, 255, 255, 0.2);
}
.post_item span {
  color: #fff;
  display: block;
  margin-bottom: 10px;
  font-style: italic;
  font-weight: 600;
}

.next_prev_post {
  margin-top: 30px;
}
/* Hero area 
================ */

.hero_text h2,
.hero_text h1 {
  letter-spacing: 3px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.hero_text h2 {
  font-size: 22px;
}
.hero_text h1 {
  font-size: 30px;
  font-weight: 700;
}
.hero_text p {
  margin-bottom: 15px;
}

.search_bar {
  max-width: 330px;
  position: relative;
}

.search_bar input {
  width: 100%;
  background: rgba(251, 252, 255, 0.17);
  border: none;
  padding: 10px 15px;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 1px;
  color: #fff;
}

.search_bar input::placeholder {
  color: rgba(255, 255, 255, 0.61);
}

.search_icon {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: relative;
}

.search_bar button {
  background: none;
  border: none;
  position: absolute;
  right: 10px;
  top: 10px;
}

.search_icon:after {
  content: "";
  width: 7px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -3px;
  transform: rotate(45deg);
  left: 7px;
}
div.search_result {
  display: none;
}
div.search_result {
  background: rgb(10 25 47 / 93%);
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 3;
  text-align: left;
}

div.search_result li {
  padding: 10px 10px;
  border-bottom: 1px dashed #2e3c52;
  font-size: 14px;
}
div.search_result li:last-child {
    border: none;
}
div.search_result li:hover {
  background: rgba(83, 109, 254, 0.31);
}
div.search_result li a {
  display: block;
}
.search_wrapper_popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: #000000ed;
  text-align: center;
  padding-top: 150px;
  display: none;
}

.search_wrapper_popup .search_bar {
  margin: auto;
  max-width: 600px;
}

.search_close {
  position: absolute;
  z-index: 99;
  top: 50px;
  right: 50px;
  cursor: pointer;
}

.search_close span {
  width: 30px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 5px;
}

.search_close span:nth-child(1) {
  transform: rotate(45deg);
  margin-left: 5px;
}

.search_close span:nth-child(2) {
  transform: rotate(-45deg);
  margin-top: -6px;
}
/* ===============
  category  
  =============*/
.cat_wrapper {
  padding: 15px 0;
  background: #142237;
  box-shadow: 5px 5px 40px #080f33;
}

.cat_wrapper li a {
  display: block;
  background: rgba(255, 255, 255, 0.12);
  padding: 5px;
  transition: all 0.5s;
}

.cat_wrapper li:hover a,
.cat_wrapper li.active a {
  background: rgba(83, 109, 254, 0.5);
}

.cat_wrapper ul {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
}

.cat_area {
  position: relative;
  z-index: 1;
}
.cat_wrapper li {
  width: 20%;
  padding: 7.5px;
}

.cat_wrapper ul {
  margin: -7.5px -15px;
}
.cat_area:after {
  content: "";
  z-index: -1;
  position: absolute;
  height: 50%;
  background: rgba(252, 252, 252, 0.04);
  width: 100%;
  bottom: 0;
}

.most_views_post {
  background: rgba(252, 252, 252, 0.04);
}
.section_title {
  text-align: center;
  margin-bottom: 60px;
}

.section_title h2 {
  text-transform: uppercase;
  letter-spacing: 3px;
}

.section_title h2 span {
  background: rgba(83, 109, 254, 0.5);
  display: inline-block;
  padding: 0 5px;
}
.section_padding {
  padding: 100px 0 70px;
}

/* Post Grid 
=============== */
.post_item {
  background: rgba(10, 25, 47, 0.96);
  padding: 15px;
  border: 1px solid transparent;
  transition: all 0.5s;
}

.post_cat a {
  display: inline-block;
  background: rgba(83, 109, 254, 0.56);
  padding: 0 5px;
  margin-bottom: 5px;
}

h4.block_title {
  font-size: 17px;
  color: #ccd6f6;
  margin-bottom: 15px;
  font-weight: 500;
}

.post_inner p {
  font-size: 12px;
  margin-bottom: 10px;
}

.post_grid_wrapper [class*="col-"] {
  margin-bottom: 30px;
}

a.arrow_link {
  color: #536dfe;
  font-size: 12px;
}

a.arrow_link img {
  vertical-align: middle;
  transition: 0.5s;
}

a.arrow_link:hover img {
  margin-left: 10px;
}

.post_item:hover {
  /* box-shadow: 3px 3px 20px #080f33; */
  border: 1px solid rgba(122, 96, 252, 0.54);
}

.post_item.have_border {
  border: 1px solid rgba(122, 96, 252, 0.54);
}

.post_item.have_border:hover {
  border: 1px solid transparent;
  background: #142237;
}
.post_item p {
  margin-bottom: 15px;
  font-size: 14px;
}
.error_page h1 {
  margin: 15px;
}
.post_item.have_border.hoverbg:hover {
  background: #101e32;
}
.post_item.locked {
  border: 1px solid #ed0f0f;
  opacity: 0.6;
}
.post_item.locked p a {
  text-decoration: underline;
}

.blog_pagination .nav-links .page-numbers {
  display: inline-block;
  padding: 0 5px;
  min-height: 30px;
  min-width: 30px;
  border: 1px solid #3448a3;
  line-height: 30px;
  text-align: center;
}

.blog_pagination .nav-links span.page-numbers {
  background: #3448a3;
}
.post_grid_wrapper {
  margin-bottom: 40px;
}
/* Contact  */
.hearo_area.bg_opset {
  background: #142237;
}
input,
textarea {
  width: 100%;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.09);
  border: none;
  font-size: 14px;
  color: #fff;
}

input::placeholder,
textarea::placeholder {
  color: rgba(255, 255, 255, 0.66);
  font-style: italic;
}

input[type="submit"] {
  max-width: 150px;
  display: block;
  margin-bottom: 0;
  margin-top: 15px;
  background: #536dfe;
  transition: all 0.5s;
}

span.wpcf7-form-control-wrap.fee {
  width: 100%;
  display: v;
}

input[type="checkbox"] {
  width: 0;
  opacity: 0;
}
span.wpcf7-list-item {
  margin: 0;
}
input[type="checkbox"] + span {
  position: relative;
  padding-left: 20px;
}

input[type="checkbox"] + span:before,
input[type="checkbox"] + label:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #536dfe;
  position: absolute;
  left: 0px;
  top: 3px;
  transition: all 0.5s;
}

input[type="checkbox"]:checked + span:before,
input[type="checkbox"]:checked + label:before {
  background: #536dfe;
  content: "\2714";
  font-size: 12px;
  line-height: 13px;
  text-align: center;
}
span.wpcf7-not-valid-tip {
  font-size: 10px;
  letter-spacing: 1px;
}

span.wpcf7-form-control-wrap {
  margin-bottom: 15px;
  display: block;
}
.copyright {
  padding: 35px 0 15px;
  font-weight: 500;
  background-color: #081426;
  background-image: url(../img/shape.svg);
  background-size: cover;
  background-position: center;
}
div#toTop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 99;
  width: 30px;
  height: 30px;
  background: #000;
  text-align: center;
  transform: rotate(-90deg);
  line-height: 29px;
  border: 1px solid #fff;
  cursor: pointer;
  display: none;
}

div#toTop img {
  filter: brightness(0) invert(1);
}
/* comment  */
input[type="checkbox"] + label {
  padding-left: 20px;
  position: relative;
}
input[type="checkbox"] + label:before {
  left: 0;
}

.comment-body p a {
    color: #2dbe60;
}

blockquote {
  border-left: 5px solid #526CFD;
  padding: 15px;
  margin: 15px 0;
  background: #192233;
}

.blog_content blockquote p {
  margin-bottom: 0;
}

blockquote cite {
  font-weight: 700;
}

blockquote a {
  color: #2dbe60;
}
.page_content>p {
    margin-bottom: 20px;
}

.page_content {
    padding: 50px 0;
}

.bredcam_area {
    padding: 50px 0;
}

/* comment 
============= */
.comments_form {
  margin-bottom: 50px;
}
.reply a {
  color: #2dbe60;
  border: 1px solid;
  padding: 2px 10px;
  display: inline-block;
  margin-top: 10px;
}

.comment-reply-title small {
  float: right;
}
.comment-reply-title small a {
  color: #b61e1e;
}
.comment-respond {
  border: 1px solid #473f9f;
  padding: 15px;
  background: #192233;
  margin-bottom: 30px;
}

.comment-reply-title {
  margin-bottom: 10px;
  text-transform: capitalize;
}

.comment-respond p {
  margin-bottom: 10px;
}
p.logged-in-as a {display: inline-block;margin-right: 10px;}

p.comment-form-comment {
  margin-top: 10px;
}

p.logged-in-as,p.logged-in-as a {
  color: #ffffff78;
}
input:focus-visible, textarea:focus-visible {
  outline: 1px solid #473fa0;
}
.adsbygoogle {
  margin-bottom: 15px;
}
.comment_ad{
  margin-top: 30px;
}

.ctc_greetings_template .ctc_g_sentbutton {
  background: #182133 !important;
}
.filters-wrap a {
    color: #0a192f;
}
.filters-wrap li a.active {
    color: red;
}
.search-form input {
    border: 1px solid #000;
}

input.astra-portfolio-search, input.astra-portfolio-search::placeholder {
    color: #0a192f !important;
}
/* ================
  Responsive css 
===================== */
/*Large screen*/
@media only screen and (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }
}
@media only screen and (min-width: 992px) {
  .mobile_menu {
    display: none;
  }
}
/* tab + mobile */
@media only screen and (max-width: 991px) {
  /* Header  */
  .menu_titgger span {
    display: block;
    height: 1px;
    width: 20px;
    background: #ccd6f6;
    margin: 5px 0;
  }

  .mobile_menu {
    display: flex;
    align-items: center;
    position: absolute;
    top: 15px;
    right: 20px;
    justify-content: space-between;
  }

  .header_area {
    padding: 5px 0;
  }

  .nav_wrapper {
    background: #081223;
    display: none;
  }

  .menu_area .search_hadler {
    display: none;
  }

  .menu_area {
    display: block;
    padding: 15px 0;
  }

  ul#menu li {
    display: block;
    margin: 5px 0;
  }

  ul#menu {
    text-align: center;
  }

  ul#menu li a {
    padding: 10px 0;
  }
  code[class*="language-"],
  pre[class*="language-"] {
    white-space: pre;
  }
}
@media only screen and (min-width: 768px) {
  .post_item {
    height: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .cat_wrapper li {
    width: 33%;
  }
  .blgo_side_bar {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .cat_wrapper li {
    width: 50%;
  }
  .hero_text h1 {
    font-size: 24px;
  }

  .hero_image {
    margin-bottom: 15px;
  }

  .hero_text p {
    font-size: 14px;
  }

  .section_title h2 {
    font-size: 18px;
  }

  .section_title {
    margin-bottom: 30px;
  }
  .post_grid_wrapper [class*="col-"] {
    margin-bottom: 15px;
  }
  .post_grid_wrapper [class*="col-"]:last-child {
    margin-bottom: 0;
  }
  .cat_wrapper {
    padding: 30px;
  }
  .footer_wedget {
    text-align: center;
    margin-bottom: 30px;
  }
  .search_close {
    right: 15px;
  }
  .section_padding {
    padding: 50px 0;
  }

  .blog_content {
    margin-bottom: 40px;
  }

  .call_area {
    margin: 40px 0 0;
  }

  footer#footer .col-md-4:last-child .footer_wedget {
    margin-bottom: 0;
  }
  .comment_area {
    margin-top: 30px;
  }
}
