/*
Theme Name: Excelsure
Theme URI: http://shtheme.com/demosd/excelsure
Author: Shtheme
Author URI: https://themeforest.net/user/shtheme
Description: In 2021, our default theme lets you create a responsive business website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a business website with WordPress has never been easier.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: excelsure

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* ========TABLE OF CONTENTS==========
00. Body, links, hgroup, paragraphs, general styles
01. Fixed header & Navigation
02. Section Intro (Home)
03. Section About
04. Section Resume
05. Section Portfolio
06. Section Blog
07. Section Contact
08. Footer
09. Loader
10. Responsive design

/*--------------------------------------------------
    00. Body, links, hgroup, paragraphs, general styles
---------------------------------------------------*/

body {
  color: #333 !important;
}

.blog-category a,
.archive a {
  display: inline-block;
  margin-bottom: 0px;
  font-size: inherit;
}

.blog-category a:hover,
.archive a:hover {
  color: #f8a555;
}

.sidebar {
  padding: 30px 20px;
}

.blog-meta span {
  margin-right: 20px;
  font-weight: 500;
  text-transform: capitalize;
}

.blog-meta span a[rel="author"] {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 17px;
  color: #232;
}

.single-comments-section a {
  color: #777;
}

.single-comments-section a {
  text-transform: capitalize;
}

.single-comments-section a.comment-reply-link {
  color: #191919;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 500;
}

div.comment-respond h3.comment-reply-title {
  text-transform: capitalize;
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 25px;
}

.single-comments-section a.url {
  color: #333;
  font-size: 18px;
}

p.comment-form-cookies-consent {
  display: none;
}

form.comment-form div {
  padding: 0px;
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  form.comment-form div.col-lg-6 {
    max-width: 48%;
    display: inline-block;
  }
  form.comment-form div.col-lg-6:nth-child(2) {
    margin-right: 25px;
  }
}

form.comment-form input[type="submit"] {
  width: auto;
}

form.comment-form input[type="submit"]:hover {
  background-color: #050d3c;
  color: #fff;
}

.comments-section h5 {
  font-size: 25px;
  font-weight: 600;
}

.widget_categories li {
  margin-bottom: 20px;
}

.widget_categories a {
  color: #191919;
  font-size: 16px;
}

.widget_categories h3 {
  font-weight: 600;
  margin-bottom: 25px;
}

.recent-post-content h6 {
  margin-bottom: 5px;
}

.recent-post .single-recent-post {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #777;
}

.recent-post > .single-recent-post:last-child {
  border: none;
  margin-bottom: 0px;
}

aside.sidebar .single-widget,
aside.sidebar .recent-post {
  margin-bottom: 50px;
}

.widget_tag_cloud ul.wp-tag-cloud li {
  display: inline-block;
}

.widget_tag_cloud ul.wp-tag-cloud a {
  display: inline-block;
  padding: 12px 14px;
  background: #f8a555;
  color: #fff;
  margin-bottom: 14px;
  margin-right: 10px;
  font-size: 15px !important;
}

.widget_tag_cloud ul.wp-tag-cloud a:hover {
  background: #ffd857;
}

div.comment-respond p.logged-in-as {
  margin-bottom: 20px;
}

div.comment-respond p.logged-in-as a {
  color: #333;
}

div.comment-respond textarea[name="comment"] {
  height: 200px;
}

.single-widget h3,
.recent-post h3 {
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 600;
}

.single-recent-post h6 a {
  color: #333;
}

.blog-meta span {
  color: #232;
}

.blog-search form button {
  border: none;
}

.blog-search button i {
  margin-top: -50px;
  top: inherit;
  right: 30px;
  opacity: 1;
}

aside.sidebar .widget_tag_cloud {
  margin-bottom: 20px;
}

.blog-list .blog-block img {
  width: 100%;
}

.blog-list .blog-block {
  margin-bottom: 0px;
}

.blog-list .blog-dtl {
  padding: 10px 25px 35px 35px;
}

.blog-list .blog-block {
  margin-bottom: 30px;
}

.blog-list .blog-block .blog-dtl a.btn {
  background-color: #f8a555;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600px;
  padding: 14px 28px;
  border: 1px solid #f8a555;
  text-transform: uppercase;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 15px;
  border: 2px solid #f8a555;
}

.blog-list .blog-block .blog-dtl a.btn,
.blog-list .blog-block .blog-dtl a.btn i {
  color: #fff;
  transition: all 0.5s ease;
}

.blog-list .blog-block .blog-dtl a.btn:hover {
  color: #f8a555;
  border: 2px solid #f8a555;
  background: #fff;
}

.blog-list .blog-block .blog-dtl a.btn:hover i {
  color: #f8a555;
}

.blog-list .blog-dtl h6.blog-heading {
  font-size: 24px;
}

.pagination-wrap ul li a {
  color: #565151;
  font-weight: 500;
  height: 54px;
  width: 54px;
  line-height: 54px;
  display: inline-block;
  border: 1px solid #ddd;
  position: relative;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
}

.pagination-wrap ul li a:hover {
  background: #f8a555;
  color: #fff;
}

.pagination-wrap ul li span {
  font-weight: 500;
  height: 54px;
  width: 54px;
  line-height: 54px;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  border: 1px solid transparent;
  background: #f8a555;
  color: #fff;
  text-align: center;
  margin-right: 10px;
}

.search-custom h4 {
  line-height: 30px;
  font-size: 22px;
}

form#searchform-all {
  width: 70%;
}

form#searchform-all input[type="search"] {
  height: 45px;
}

form#searchform-all button i {
  right: 15px;
  margin-top: -15px;
  right: 0px;
  z-index: 9999;
}

.pagination-wrap {
  margin: auto;
}

.single-service-bg img {
  height: auto;
}

.question-section form input[type="submit"] {
  background-color: #f8a555;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600px;
  padding: 14px 28px;
  border: 1px solid #f8a555;
  text-transform: uppercase;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fff;
  line-height: 1.5;
  border-radius: 0.25rem;
  width: auto;
  margin-bottom: 0px;
}

.question-section form input[type="submit"]:hover {
  background: #fff;
  color: #f8a555;
}

.question-section form input[type="submit"] + span.ajax-loader {
  display: none;
}

.single-service img[alt="service-thumbnail"] {
  max-width: 800px;
}

.about-widget.footer-widget .col-lg-10 > p:last-child,
.about-widget.footer-widget .col-lg-2 > p:last-child {
  display: none;
}

.recent-news-widget.footer-widget .recent-news-footer > a > p:first-child,
.recent-news-widget.footer-widget .recent-news-footer > a + p,
.recent-news-widget.footer-widget .recent-news-footer > div.date-footer + p,
.recent-news-widget.footer-widget .recent-news-footer + p {
  display: none;
}

.footer-widget #subscribe-form span.ajax-loader,
.footer-widget #subscribe-form label[for="mc-email"] {
  display: none;
}

#subscribe-form input[type="submit"] {
  font-size: 13px;
}

.slider-btn button a:hover,
.slider-btn button a:focus {
  color: #f8a555;
}

.quotation-form .col-lg-8 .form-group > p {
  display: none;
}

.services-main-block-2 .single-service-item h4 a {
  color: #232;
}

.single-process-item h5 a {
  color: #232;
}

.quotation-form-area .quote-form form .form-list > p,
.quotation-form-area .quote-form form .form-list .col-lg-9 > p,
.quotation-form .row > .col-lg-4 > p,
.quotation-form .row > .col-lg-8 > p {
  display: none;
}

@media (min-width: 992px) {
  .quotation-block {
    width: 1055px;
  }
}

.helpline-section a {
  color: #fff;
}

.helpline-section button:hover a {
  color: #f8a555;
}

.home-block form .home-form .col-lg-3 > p {
  display: none;
}

.team-area-content {
  padding: 100px 0;
}

.team-area-content .team-img-box img {
  width: 100%;
  border-radius: 50%;
}

.team-area-content ul {
  margin-top: 40px;
  margin-bottom: 40px;
}

.team-area-content li {
  display: flex;
  margin-top: 15px;
}

.team-area-content li .icon {
  margin-right: 10px;
  width: 25%;
}

.team-area-content li .icon i {
  margin-right: 15px;
  color: #fe576b;
  width: 20px;
  font-size: 20px;
}

.team-area-content .social a {
  font-size: 16px;
  color: #fff;
  margin: 0 5px;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  line-height: 40px;
  box-shadow: 3px 4px 15px #00000026;
}

.team-area-content .social a:nth-child(1) {
  background: #345aa8;
}

.team-area-content .social a:nth-child(2) {
  background: #00aced;
}

.team-area-content .social a:nth-child(3) {
  background: #0057ff;
}

.team-area-content .social a:nth-child(4) {
  background: #cd201f;
}

.pl-30 {
  padding-left: 30px;
}

.s-about-content h2 {
  font-size: 35px;
}

.error-section h1 {
  position: relative;
  color: #222222;
  font-size: 180px;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 10px;
}

.error-section h2 {
  position: relative;
  color: #222222;
  font-size: 50px;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.error-section .text {
  position: relative;
  color: #222222;
  font-size: 20px;
  font-weight: 300;
  margin-top: 20px;
  line-height: 1.5em;
  margin-bottom: 30px;
}

.error-section .btn-style-seven {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  overflow: hidden;
  background: none;
  border-radius: 7px;
  padding: 15px 42px 15px;
  text-transform: capitalize;
  border-radius: 8px;
  background-color: #f8a555;
  border: 2px solid #f8a555;
}

.error-section .btn-style-seven:hover {
  color: #f8a555;
  background: #fff;
  border: 2px solid #f8a555;
}

.error-section {
  position: relative;
  padding: 100px 0px 100px;
}

.error-section .auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.error-section .content {
  position: relative;
  text-align: center;
}

.about-main-block .section-heading:after {
  margin: 0px;
}

.pricing-main-block .single-price-item div.main-btn a {
  color: #fff;
}

.pad-top-20 > .col-lg-6:nth-child(2) .social-icon {
  float: right;
}

.contact-form form div#contactForm input[type="submit"] {
  border: 2px solid #940f22;
}

.contact-form form div#contactForm input[type="submit"]:hover {
  border: 2px solid #940f22;
  background: #fff;
  color: #940f22;
}

@media (min-width: 992px) {
  .footer-main-block .row.text-white > div:nth-child(2) div.textwidget {
    padding-left: 45px;
  }
  .logged-in .nav-bar-main-block.absolute .is-sticky .sticky-area {
    top: 32px !important;
  }
}

@media (max-width: 991px) {
  .responsive-menu-wrap .slicknav_nav a {
    padding-left: 0px;
  }
  .responsive-menu-wrap .slicknav_nav ul li > a {
    padding-left: 20px;
  }
  .responsive-menu-wrap .slicknav_nav ul li ul {
    padding-left: 20px;
  }
  .team-area-content .lower-content .row.align-items-center > div:nth-child(2) {
    margin-top: 60px;
  }
  .sidebar {
    margin-top: 50px;
  }
}

.pad-top-20 {
  padding-top: 20px;
}

.pad-bot-20 {
  padding-bottom: 20px;
}

@media (max-width: 991px) {
  .slicknav_nav a:hover,
  .slicknav_nav .slicknav_row:hover a {
    background: initial;
    transition: all 0.5s ease;
  }
  .slicknav_nav ul > li > a:hover {
    background: #f8a555;
    transition: all 0.5s ease;
  }
  .about-main-block .section-heading:after {
    right: 43%;
    left: inherit;
  }
}

.service-list a {
  color: #333;
}

.blog-grid .blog-meta {
  margin-top: 0px;
  margin-bottom: 15px;
}

.single-price-item .main-btn {
  padding: 0px;
}

.single-price-item .main-btn a {
  display: block;
  padding: 10px 20px;
}

.blog-dtl .blog-heading {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
}

.blog-dtl p {
  font-size: 15px;
  line-height: 25px;
}

.blog-list .blog-dtl p {
  font-size: 16px;
}

.services-dtl-2 h4.services-heading {
  font-size: 22px;
  font-weight: 600;
}

h4.services-heading a {
  font-weight: 600;
}

.styled-faq .panel .panel-heading h6 {
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
}

.single-blog-wrap h3 {
  margin-bottom: 25px;
  margin-top: 25px;
  font-weight: 600;
  line-height: 40px;
}

.recent-post-content p.post-date {
  display: none;
}

body.single-post .clients-main-block {
  display: none;
}

.home-main-block-2 .your-select select#citizenship-box {
  padding-left: 8px;
}

.single-service-item h4 {
  font-weight: 600;
}

.features-block h4.features-heading {
  font-size: 22px;
  font-weight: 600;
}

.single-recent-post .recent-post-content {
  padding-top: 15px;
  margin-bottom: 20px;
  padding-left: 102px;
}

@media (max-width: 991px) {
  .single-recent-post .recent-post-content {
    padding-top: 25px;
    margin-bottom: 30px;
  }
  .about-main-block.theme-2 .section-heading {
    text-align: center;
  }
}

img.blog-inside {
  display: none;
}

.recent-post-content h6 {
  font-weight: 600;
}

.quotation-form span.your-select select#courier-type-box {
  padding-left: 8px;
}

.services-block-2 .services-dtl-2 a.btn-link {
  font-size: 15px;
}

.breadcroumb-area .breadcroumb-title h1 {
  margin-top: 80px;
}

.single-process-item h5 {
  font-weight: 600;
}

.quotation-form .form-control {
  padding-left: 8px;
}

.service-details-section .single-service .single-service-bg {
  padding-top: 20px;
}

.service-details-section .single-service h5 {
  font-size: 22px;
  margin-top: 25px;
  font-weight: 600;
}

.question-section h6,
.service-list h5 {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 30px;
}

.service-details-section .single-service h2 {
  font-weight: 600;
}

.blog-main-block {
  padding-bottom: 100px;
}

.archive .navigation-btn a,
.blog-category .navigation-btn a {
  font-size: 14px;
  color: #fff;
}

.blog-sub-heading .blog-meta span {
  font-size: 17px;
}

.blog-grid .blog-sub-heading .blog-meta span,
.blog-grid .blog-sub-heading .blog-meta span a {
  font-size: 17px;
  color: #232;
  font-weight: 500;
}

.contact-form form div#contactForm input[type="submit"] {
  margin-bottom: 0px;
}

.contact-form form div#contactForm span.ajax-loader {
  display: none;
}

.contact-form form div#contactForm input[type="submit"]:active {
  background: #050d3c;
}

.footer-address-dtl,
.footer-address {
  color: #e3e3e3;
}

.home-block .home-form .form-control {
  padding-left: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navigation-btn {
    padding-top: 15px;
  }
  #cssmenu > ul > li > a {
    padding: 30px 12px;
  }
  .logo {
    padding-top: 14px;
  }
}

.single-service-item {
  height: 230px;
  padding-top: 30px;
}

.recent-news-widget.footer-widget .row .col-lg-8 {
  padding-left: 5px;
}

.recent-news-widget.footer-widget .footer-img img {
  margin-top: 5px;
}

.blog-main-block.blog-list .blog-block .blog-heading a {
  font-size: 28px;
  line-height: 36px;
}

.footer-main-block .copyright-social ul.dropdown-menu {
  padding: 5px;
  min-width: inherit;
}

.btn-white:hover a {
  color: #940f22;
}

.recent-news-widget.footer-widget .recent-news-footer > a > p:first-child {
  display: block;
}

.pricing-main-block .single-price-item p {
  margin-bottom: 35px;
}

.pricing-main-block .single-price-item ul {
  margin-bottom: 40px;
}

.request-button .btn-primary {
  margin-top: 40px;
}

.quotation-block label {
  margin-bottom: 1rem;
}

.home-form label {
  margin-bottom: 0.75rem;
}

.single-team-item {
  padding-top: 30px;
}

.page-template-home-3-template .home-slider-bg {
  height: 850px;
}

.single-team-item .capricorn-icon {
  top: 30px;
}

.quote-form form .your-package select {
  padding-left: 5px;
}

.quote-form form .row .form-list .col-lg-9 .row > .col-lg-6:first-child {
  margin-right: 23px;
}

.quote-form form .row .form-list .col-lg-9 .col-lg-6 {
  max-width: 47%;
}

@media (min-width: 769px) and (max-width: 990px) {
  .logged-in .nav-bar-main-block.absolute .is-sticky .sticky-area {
    top: 32px !important;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  .logged-in .nav-bar-main-block.absolute .is-sticky .sticky-area {
    top: 46px !important;
  }
}

@media (max-width: 600px) {
  div.top-bar-main-block {
    display: none;
  }
  .our-app-main-block .download-icon img.img-fluid {
    max-width: 120px;
  }
  .footer-main-block .row > div:last-child {
    margin-bottom: 30px;
  }
  .footer-main-block .row > div:last-child .news-widget form p {
    margin-bottom: 20px;
  }
  .services-main-block-3 {
    padding-top: 0px;
  }
  .logged-in .nav-bar-main-block.absolute .is-sticky .sticky-area {
    top: 0px !important;
  }
}

span[role="alert"] {
  margin-top: 15px;
}

.footer-widget .wpcf7-validation-errors {
  margin-top: 50px !important;
  margin-left: 0px;
  padding: 15px;
}

.home-main-block-2 .home-block form div.wpcf7-validation-errors {
  color: #fff;
  padding: 15px;
}

.news-widget.footer-widget .footer-social {
  padding-bottom: 20px;
}

.your-select select {
  background: url(https://shtheme.org/demosd/excelsurewp/wp-content/uploads/2021/05/down-arrow.png)
    no-repeat right #fff;
  -webkit-appearance: none;
  background-position-x: 99%;
}

.home-main-block-2 .your-select select#citizenship-box {
  background-position-x: 98%;
}

.quote-form form .your-package select {
  background: url(https://shtheme.org/demosd/excelsurewp/wp-content/uploads/2021/05/down-arrow.png)
    no-repeat right #fff;
  -webkit-appearance: none;
  background-position-x: 98%;
  padding-left: 10px;
}

.clients-main-block .clients-slider.owl-carousel .owl-item img {
  width: auto;
}

.clients-main-block {
  display: none !important;
}

@media (max-width: 790px) {
  div.top-bar-main-block {
    display: none;
  }
}

.footer-main-block span.wpcf7-not-valid-tip {
  color: white;
}

.footer-main-block div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid white;
}

.testimonial-block-slider.owl-carousel .owl-item img {
  border-radius: 100%;
}

.elementor hr {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.single-team-item img {
  display: block;
  max-width: 70px !important;
  border-radius: 50% !important;
  float: left;
}

.download-icon img,
.about-icon img {
  width: 64px;
}

@media (max-width: 992px) {
  .slicknav_nav ul {
    padding-bottom: 20px;
  }
}

.footer-widget .wpcf7-validation-errors {
  display: inline-block !important;
  margin-top: 0px !important;
  margin-left: 0px;
  padding: 15px;
}

.slider-heading {
  line-height: 68px;
}
