/*------------------ Contact Page -----------------*/
.cont_head {
  color: white;
  font-size: 16px;
  display: block;
  font-family: var(--primary-font);
}
h3.contact-page {
  margin-left: 3%;
  font-weight: bold;
  color: #18304c;
  border-bottom: solid 4px #d3da36;
  display: table;
  margin-bottom: 4%;
}
.contac_form {
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.form_code {
  padding: 20px 30px 30px 30px;
  border-radius: 10px;
}
.page-template-contact .title-box {
  margin-bottom: 0;
}
.contac_form input[type="text"],
.contac_form input[type="email"],
.contac_form input[type="url"],
.contac_form input[type="password"],
.contac_form input[type="search"],
.contac_form input[type="number"],
.contac_form input[type="tel"],
.contac_form input[type="range"],
.contac_form input[type="date"],
.contac_form input[type="month"],
.contac_form input[type="week"],
.contac_form input[type="time"],
.contac_form input[type="datetime"],
.contac_form input[type="datetime-local"],
.contac_form input[type="color"],
.contac_form select,
.contac_form textarea,
.contac_form .wpcf7 .wpcf7-form-control-wrap[class*="file-"] {
  box-shadow: none;
  background-color: transparent;
  border: none;
  color: rgb(34 34 34 / 60%);
  font-family: var(--primary-font);
  width: 100%;
  font-size: 14px;
  outline: none;
  border: 1px solid #d4d7d9;
  background-color: white;
  border-radius: 6px;
  padding: 10px 10px;
  margin-bottom: 17px;
}
select.wpcf7-form-control.wpcf7-select {
  max-width: 96%;
  margin: 0 0 0 0;
  margin-left: 20px !important;
}
.contact-box .wpcf7 input[type="text"]::placeholder {
  color: #757575;
}
.contact-box .wpcf7 input[type="email"]::placeholder {
  color: #757575;
}
section#map {
  margin-top: 3em;
}
.contac_form.col-md-12 {
  margin-top: 20px;
}
section#contact-box {
  padding: 0;
  margin: 0;
}
.contact-info {
  font-size: 14px;
  line-height: 26px;
  padding: 0;
}
.inner-cont {
  margin-bottom: 30px;
}
.c_icon {
  margin-right: 15px;
}
.contact-email i,
.contact-address i,
.contact-phone i {
  font-size: 16px;
  color: var(--color-primary);
  background-color: var(--color-primary);
  color: white;
  width: 53px;
  height: 53px;
  border-radius: 10px;
  padding: 20px 9px;
  margin-right: 0;
  text-align: center;
}
.contact-box a:hover {
  color: var(--color-primary);
}
.contact-info .head {
  color: #000;
}
section#map embed {
  height: 400px;
}
.contact-box a,
.contact-box p,
.contact-box p,
.c_content span {
  color: #141b22;
  font-weight: 400;
  font-size: 14px;
  font-family: var(--primary-font);
  font-size: 27px;
  font-weight: 700;
  /* padding-top: 10px; */
  display: block;
  line-height: 34px;
}
.c_content span {
  font-size: 16px;
  color: #757575;
  font-weight: 600;
}
.contact-box a,
.contact-box p {
  color: white;
  font-weight: 400;
  font-size: 14px;
  font-family: var(--primary-font);
  font-size: 20px;
  font-weight: 700;
  /* padding-top: 10px; */
  display: block;
  line-height: 34px;
}
.contac_form .fancy-title {
  width: 250px;
  margin: 0 auto;
}
.contac_form label {
  width: 100%;
}
.contact-box .contac_form textarea {
  max-height: 100px;
  margin-bottom: 12px;
}
.contact-box .contac_form textarea::placeholder {
  color: #757575;
}
.contact-box p {
  color: white;
  margin-bottom: 0;
}
.contact-info {
  font-size: 14px;
  line-height: 26px;
  padding: 40px;
  width: 100%;
  background-color: #26333e;
  border-radius: 10px;
}
/* ----------------------- POST---------------------- */
.post-section {
  padding: 20px 0;
}
.post-template-default h1 {
  font-size: 30px;
}
a.page-numbers,
span.page-numbers.current {
  padding: 10px !important;
  background-color: var(--color-primary);
  color: #ffffff !important;
  border: 1px solid var(--color-primary);
}
.navigation span.page-numbers.current {
  background: #ffffff;
  border: 1px solid var(--color-primary);
  color: #757575 !important;
}
.blog-icon i {
  font-size: 20px;
  background: #bbb;
  border-radius: 50%;
  padding: 10px 14px 12px 15px;
  color: #fff;
  margin-right: 1%;
}
.blog-icon i:hover {
  background: #d3da36;
  color: #fff;
}
.blog-icon i.fa-google-plus {
  padding: 12px 10px 12px 11px;
}
aside#search-3 {
  padding: 0 !important;
}
.feature-image-box img {
  width: 100%;
}
.feature-image-box img a:hover {
  opacity: 0.8;
}
.post-singlepage {
  border: solid 1px #bbb;
  box-shadow: 0 0 1px #bbb;
}
.bradcrumbs {
  padding: 30px 0;
}
.bradcrumbs a {
  background-color: var(--color-primary);
  color: #fff;
  padding: 5px 15px;
  margin-right: 5px;
  font-weight: 600;
}
.bradcrumbs span {
  background: #fff;
  color: #000;
  padding: 5px 15px;
  font-weight: 600;
}
/* --------- Blog Page ------- */
.postbox h3 {
  padding: 10px 0;
}
.metabox img {
  border-radius: 50%;
  margin-left: 30%;
}

.metabox .entry-date {
  margin: 0 15px 0 0;
  color: #757575;
  text-transform: capitalize;
}
.widget_recent_entries li {
  margin: 20px 10px;
}
.metabox {
  color: #757575;
  padding: 5px 0;
  clear: both;
  margin: 10px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.metabox span.seperator:first-child {
  display: none;
}
.metabox span {
  margin-right: 0px;
  font-family: var(--primary-font);
}
.metabox span i {
  margin-right: 7px;
}
.metabox .entry-date {
  margin: 0 15px 0 0;
  color: #757575;
}
.metabox .entry-author {
  margin: 0 15px 0 0;
  color: #757575;
}
.metabox .entry-author a,
.metabox .entry-comments {
  color: #757575;
}
#comment-nav-above .nav-links {
  width: 100%;
  float: left;
  margin-bottom: 17px;
}
.post-featured img {
  width: 100%;
}
.feature-box {
  margin-bottom: 10px;
}
.single-post-block .single-content p {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 27px;
  color: #90939c;
}
.authordetails {
  padding-top: 25px;
}
.user-image {
  margin-right: 10px;
}
.user-image img {
  border-radius: 50%;
}
.authordetails .b-content {
  font-size: 14px;
}
.author_bio_section .media {
  align-items: center;
}
.authordetails ul {
  list-style-type: none;
  position: relative;
  margin-top: 21px;
  margin: 21px 0 5px 0;
}
.authordetails ul li {
  display: inline;
}
.authordetails ul li a {
  background-color: var(--color-primary);
  padding: 9px 15px 9px 15px;
  color: white;
  text-align: center;
}
.inner-sbox h3 a {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #1a3643;
}
.inner-sbox p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 27px;
  color: #90939c;
}
.inner-sbox .post-readmore {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #ff4848;
  display: inline-block;
}
.postbox.smallpostimage {
  border: 1px solid #a3a3a3;
  border-radius: 0 0 15px 15px;
}
.post-content-boxx {
  padding: 15px 40px 30px;
}
/*-------404 Pgae----------*/
.page-content h1 {
  font-size: 150px;
  color: var(--color-primary);
  text-shadow: 1px 1px 1px #1a3643, 2px 2px 1px #1a3643, 3px 3px 1px #1a3643,
    4px 4px 1px #1a3643, 5px 5px 1px #1a3643, 6px 6px 1px #1a3643,
    7px 7px 1px #1a3643, 8px 8px 1px #1a3643, 25px 25px 8px rgb(0 0 0 / 20%);
}
p.text-404 {
  margin: 2rem 0;
  font-size: 20px;
  font-weight: 600;
  color: #444;
}
/* --------- search Page ------- */
.postbox h6 {
  font-weight: bold;
}
/*---- Related post css -----*/
.related-posts .postbox {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  padding: 10px;
}
.related-posts {
  padding: 2% 0;
  border-top: 1px solid;
  clear: both;
}
.related-posts h2 {
  font-size: 28px;
  font-weight: 600;
  color: #000;
  letter-spacing: 0;
}
/*------------- Page -----------------*/
.read-moresec {
  margin: 2% 0;
}
.middle-content {
  padding-bottom: 20px;
}
/* ------------- Category --------------------*/
.category-page h4 {
  text-align: left !important;
}
ul.post-categories {
  list-style: none;
  margin: 0;
}
ul.post-categories a {
  color: white;
  background-color: var(--color-primary);
  padding: 10px 18px;
  border-radius: 30px;
  font-weight: 600;
}
.socila_share b {
  color: #000;
  font-size: 18px;
}
.content_boxes {
  padding: 0;
  border: none;
}
.post_ctg span {
  float: left;
  margin-right: 7px;
  color: black;
  font-weight: 700;
  font-size: 18px;
}
.post_ctg {
  margin-bottom: 10px;
}
.author_details img {
  border-radius: 50%;
}
/*--- Share icon css ----*/
.share_icon i {
  padding: 8px;
  margin: 0 0;
  background-color: #ffffff;
  color: var(--color-primary);
  border: none;
  border-radius: 7px;
  width: 23px;
  margin: 5px 4px;
  text-align: center;
}
.share_icon i:hover {
  color: #ffffff;
  background-color: var(--color-primary);
}
#blog-right-sidebar #slider,
#blog-left-sidebar #slider,
#full-width-blog #slider {
  margin-bottom: 3%;
}
/* post comment button */
input#submit:hover {
  transition: 0.2s;
  border-left: none !important;
  border-right: none !important;
}
/* next button */
.nav-next .meta-nav,
.nav-previous .meta-nav {
  transition: all 0.5s;
}
.nav-next .meta-nav,
.nav-previous .meta-nav {
  position: relative;
  transition: 0.5s;
}
.nav-next .meta-nav:hover {
  padding: 8px 30px 8px 10px;
}
.nav-next .meta-nav:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 2px;
  right: -20px;
  transition: 0.5s;
  font-size: 20px;
}
.nav-next .meta-nav:hover:after {
  opacity: 1;
  right: 10px;
}
/* previous button */
.nav-previous .meta-nav:hover {
  padding: 8px 10px 8px 30px;
}
.nav-previous .meta-nav:after {
  content: "«";
  position: absolute;
  opacity: 0;
  top: 2px;
  left: -20px;
  transition: 0.5s;
  font-size: 20px;
}
.nav-previous .meta-nav:hover:after {
  opacity: 1;
  left: 10px;
}
.wpcf7 form .wpcf7-response-output {
  margin-left: 0;
  text-align: center;
}
/*------------- Page -----------------*/
.middle-content {
  padding-bottom: 20px;
}
.above_title {
  padding-top: 13em;
  text-align: center;
  padding-bottom: 80px;
}
.title-box {
  margin-bottom: 25px;
  color: #1a3643;
  background-size: cover;
  background-repeat: no-repeat;
}
.title-box img {
  width: 100%;
}
.title-box h1 {
  font-weight: 600;
  font-size: 40px;
  color: white;
}
.tp_breadcrumbs {
  color: white;
}
.authordetails {
  padding: 20px;
  border: 1px solid #ccc;
  margin-top: 20px;
}
.authordetails .author_links {
  padding-left: 17%;
  font-weight: bold;
  margin-bottom: 7px;
}
.authordetails ul li {
  display: inline;
}
.authordetails ul li a i {
  font-size: 14px;
}
.author_links a {
  text-transform: capitalize;
  font-size: 18px;
  color: #1a3643;
}
.socila_share {
  margin-bottom: 0;
}
.related-post-wrapper a {
  font-size: 16px;
  margin-top: 10px;
  display: block;
  color: #1a3643;
  font-weight: 600;
}
.post-single-text {
  line-height: 26px;
}
#sidebar .widget_calendar {
  padding: 0;
}
.page-template-contact div#footer-widgets {
  margin-top: -8px;
}
.c_content span {
  font-size: 16px;
  color: #757575;
  font-weight: 600;
  font-family: var(--primary-font);
}
.contact_social a {
  background-color: #f6f5f2;
  padding: 6px 8px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
}
.contact_social a i {
  font-size: 14px;
  color: #6e7673;
}
.contact_social a:hover {
  background-color: var(--color-primary);
}
.contact_social a:hover i {
  color: white;
}
.title-banner-content {
  text-align: center;
}
.title-banner-content {
  padding-top: 4em;
}
.tp_breadcrumbs a,
.tp_breadcrumbs span {
  display: inline-block;
  padding: 2px 6px;
  border-radius: 34px;
  color: white;
  font-size: 13px;
  font-weight: 600;
}
.tp_breadcrumbs span a {
  margin-bottom: 0;
  padding: 0;
}
.testimonial_page_template .testimonial-box {
  position: relative;
  margin-bottom: 5em;
  background-color: #1c2539;
  padding: 40px;
}
.testimonial_page_template .testimonial-box img {
  width: 100px !important;
  height: 100px !important;
  border: 10px solid #edebec;
  border-radius: 50%;
  position: absolute;
  top: -61px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.blog_inner_box .news-content-inner a.theme_button {
  display: inline-block;
  margin-top: 10px;
}
.blog_inner_box .news-box .metabox {
  margin-top: 0;
}
.testimonial_page_template .team_img img {
  margin-right: 0;
}
#single-testimonial .t-desig {
  color: black;
  margin: 0;
  font-size: 14px;
}
/*------------- Services ------------*/
.services_page_template .service-title-box {
  padding: 0;
}
.services_page_template .service-text {
  margin: 0;
  padding: 0;
  margin-top: 1em;
}
.services_page_template .service-btn {
  margin-top: 1em;
  margin-left: 0;
}
.projects_page_template .projects-item {
  margin-bottom: 30px;
}
.project-outer {
  display: grid;
}
.projects-image img {
  object-fit: cover;
  height: 100%;
}
