/*------------------ 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: #2A2C30;
  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: 15px;
  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 #202020, 2px 2px 1px #202020, 3px 3px 1px #202020, 4px 4px 1px #202020, 5px 5px 1px #202020, 6px 6px 1px #202020, 7px 7px 1px #202020, 8px 8px 1px #202020, 25px 25px 8px rgb(0 0 0 / 20%);
} */




.page404 h1{
  letter-spacing: 10px;
  margin: 0;
  text-shadow: 2px 2px 0 #c9c9c9, -2px -2px 0 #c9c9c9;
}

.page404 h1{
  color: var(--color-primary);
  font-size: 195px;
  text-align: center;
  display: block;
  animation: effect linear 1900ms infinite;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 240px;
}
@keyframes effect {
0%{
  text-shadow:
  4px -4px 0 #000, 3px -3px 0 #000,
  2px -2px 0 #000, 1px -1px 0 #000,
  -4px 4px 0 #000, -3px 3px 0 #000,
  -2px 2px 0 #000, -1px 1px 0 #000;
}
25%{
  text-shadow:
  -4px -4px 0 #000, -3px -3px 0 #000,
  -2px -2px 0 #000, -1px -1px 0 #000,
  4px 4px 0 #000, 3px 3px 0 #000,
  2px 2px 0 #000, 1px 1px 0 #000;
}
50%{
  text-shadow:
  -4px 4px 0 #000, -3px 3px 0 #000,
  -2px 2px 0 #000, -1px 1px 0 #000,
  4px -4px 0 #000, 3px -3px 0 #000,
  2px -2px 0 #000, 1px -1px 0 #000;
}
75%{
  text-shadow:
  4px 4px 0 #000, 3px 3px 0 #000,
  2px 2px 0 #000, 1px 1px 0 #000,
  -4px -4px 0 #000, -3px -3px 0 #000,
  -2px -2px 0 #000, -1px -1px 0 #000;
}
100% {
  text-shadow:
  4px -4px 0 #000, 3px -3px 0 #000,
  2px -2px 0 #000, 1px -1px 0 #000,
  -4px 4px 0 #000, -3px 3px 0 #000,
  -2px 2px 0 #000, -1px 1px 0 #000;
}
}



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;
}

label.wp-block-search__label {
  display: none;
}

/*------------- Page -----------------*/
.middle-content {
  padding-bottom: 20px;
}
.above_title {
  padding-top: 13em;
  text-align: center;
  padding-bottom: 80px;
}
.title-box {
  margin-bottom: 25px;
  color: #202020;
  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%;
}

.team_page_template {
  background: #fff !important;
  padding: 100px 0 !important;
}




/* --------- About Us --------- */
#about-us span.colored_word {
  color: var(--color-primary);
  position: relative;
}
#about-us span.colored_word svg {
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: -3px;
  width: 100%;
}
#about-us .colored_word:after{
  display: none;
}
#about-us span.colored_word svg path {
  fill: var(--color-primary);
}
#about-us .reviews-text {
  padding-left: 0;
  color: black;
}
.about-image-1 > img {
}
.about-image-2 {
  text-align: left;
}
.about-image-2 img:nth-child(2) {
  position: absolute;
  bottom: -3em;
  right: 3em;
  border-radius: 0;
}
.about-image-2 img:nth-child(2) {
  position: absolute;
  bottom: -2em;
  right: 3em;
}
.about-image-2 img:first-child {
  position: absolute;
  margin-top: 0;
  z-index: 9;
  /* border-radius: 0px 0px 0px 60px; */
  right: 0;
  bottom: 15%;
}
.review-yer-text {
  font-size: 21px;
  color: white;
  font-weight: 500;
}
.about-head{
  position: relative;
}
.about-exp-text {
  font-weight: 400;
  color: black;
  font-size: 16px;
}
.about-head-outer ul li i {
  background-color: rgb(224 10 10 / 30%);
  color: var(--color-primary);
  font-size: 9px;
  padding: 4px 4px;
  border-radius: 50%;
  margin-right: 10px;
}
#about-us .bold-text, #projects .bold-text, #features .bold-text, #team .bold-text, #latest-news .bold-text, #testimonials .bold-text, #latest-news .bold-text, #contact-section .bold-text {
  -webkit-text-stroke: 1px #D4D4D4;
  -webkit-text-fill-color: transparent;
  font-size: 109px;
  top: 0;
  transform: unset;
}
#about-us .section-text {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  margin: 0em 0px 0em 0px;
  border-left: 4px solid var(--color-primary);
  padding-left: 15px;
}
.about-image-2 img {
  border: 10px solid white;
  border-radius: 20px;
}
.about-git-block i {
  background: var(--color-primary);
  padding: 10px;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.about-git-block.media {
  margin-left: 29px;
}
a.about-contact-text {
  color: #000000;
  font-weight: 800;
  font-size: 20px;
}
a.about-contact-text:hover {
  cursor: pointer !important;
}
.about-head-outer ul li {
  list-style: none;
  padding-bottom: 1em;
  font-size: 16px;
  color: #1C2539;
  font-family: var(--primary-font);
  padding-left: 0;
}
.about-head-outer ul {
  margin: 0;
}
.button_author_block {
  margin-top: 14px;
}
.customer-images {
  position: relative;
  margin-right: 10px;
}
.reviews-number {
  color: var(--color-primary);
  font-weight: 600;
  font-size: 24px;
  font-family: var(--primary-font);
  letter-spacing: 0.02px;
}
.reviews-text {
  color: black;
  font-weight: 400;
  font-family: var(--primary-font);
  font-size: 17px;
}
.author-box img:nth-child(2) {
  position: relative;
  z-index: 9;
}
.customer-images img:first-child {
  margin-left: 0;
}
.author-box img {
  position: relative;
  margin-left: -20px;
}
.about-image1 {
  position: relative;
}
.icon-box-1 {
  position: absolute;
  right: 7px;
  top: 10%;
  background-color: var(--color-primary);
  border-radius: 50%;
  width: 205px;
  height: 138px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 38px 39px;
  z-index: 9;
}
.about-head-outer {
  padding-left: 30px;
}
.box-year {
  color: black;
  font-weight: 700;
  font-size: 35px;
  display: block;
  margin-bottom: 5px;
}
#about-us .section_main_head .primary_text, #about-us .section_main_head .primary_text p{
  color: var(--color-primary);
}
.about-head.section_main_head .second_text, .about-head.section_main_head .second_text p{
  color: #6b6b6b;
}
.about-svg-1 {
  position: absolute;
  left: 0;
}
.about-svg-2 {
  position: absolute;
  bottom: 5em;
  right: 0;
}
.about-svg-3 {
  position: absolute;
  right: 0;
  top: 5em;
}
.about-head.section_main_head.pb-3 .section-tagline {
  background: black;
  color: white;
}
.media{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
.triangle-about {
  display: block;
  width: 100%;
  filter: url('#goo');
  max-width: 60%;
}
.triangle-about::before {
  content: "";
  display: block;
  background: var(--b, white);
  padding-top: 130%;
}
.social-profiles a {
  padding: 8px;
  margin: 0 3px;
  border: 1px solid;
}
.testimonial_page_template .testimonial-block.testimonial_outer {
  position: relative;
  margin-bottom: 40px;
}
.testimonial_page_template .testimonial-block.testimonial_outer:hover .testimonial-data.quote_box{
  background: var(--color-primary) ;
}