.section .section-heading h2:after {
    background: #4089f0;
}

/* .section .section-heading span {
  background: #4089f0;
} */

.section .section-heading.light h2 {
    color: #dcdcdc;
}

.section .section-heading.light h2:after {
    background: #dcdcdc;
}

.section .section-heading-left h2:before,
.section .section-heading-left h2:after {
    background: #4089f0;
}

.section .section-heading-left span {
    display: flex;
    justify-content: center;
    height: 36px;
    padding: 8px 20px;
    align-items: center;
    border-radius: 8px;
    border: 1px solid rgba(200, 200, 200, 0.5);
    background: var(--white, #fff);
    color: var(--black, #000);
    font-family: Cairo;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.bg-primary-light {
    background: linear-gradient(
            0deg,
            rgba(60, 129, 227, 0.1) 0%,
            rgba(60, 129, 227, 0.1) 100%
        ),
        #fff;
}

.bg-overlay:before {
    background: #4089f0;
}

.inner-header-title:before {
    background: #4089f0;
}

#portfolioCarousel.owl-carousel .owl-nav button span {
    color: #4089f0;
    border-radius: 40px;
    background: var(--Primary-200, #2e4a82);
}

#portfolioCarousel.owl-carousel .owl-nav button {
    border: 2px solid #4089f0;
}

#portfolioCarousel.owl-carousel .owl-nav button:hover {
    border-color: #4089f0;
}

#portfolioCarousel.owl-carousel .owl-nav button:hover span {
    color: #fff;
    background: #4089f0;
}

#testimonialCarousel.owl-carousel .owl-nav button,
#blogCarousel.owl-carousel .owl-nav button {
    color: #fff;
    /* border: 2px solid #4089f0; */
}

#testimonialCarousel.owl-carousel .owl-nav button span,
#teamsCarousel.owl-carousel .owl-nav button span,
#blogCarousel.owl-carousel .owl-nav button span {
    border-radius: 40px;
    background: var(--Primary-200, #2e4a82);
}

#testimonialCarousel.owl-carousel .owl-nav button.owl-prev,
#teamsCarousel.owl-carousel .owl-nav button.owl-prev,
#blogCarousel.owl-carousel .owl-nav button.owl-prev {
    margin-right: 10px;
}

.white-btn .icon {
    display: none;
}

.white-btn .icon i {
    color: #4089f0;
}

.white-btn:hover .text {
    color: #fff !important;
}

.white-btn:hover .icon {
    border-color: #4089f0;
}

.white-btn:hover .icon i {
    background: #4089f0;
    color: #fff;
}

.primary-btn:hover {
    background: #dcdcdc !important;
}

.primary-btn:hover .text {
    color: #fff !important;
}

.primary-btn .icon i {
    color: #4089f0;
}

.primary-btn:hover .icon {
    border-color: #fff;
}

.primary-btn:hover .icon i {
    background: transparent;
}

.scroll-phone-btn,
.scroll-facebook-btn,
.scroll-top-btn {
    border-color: #4089f0;
}

.scroll-phone-btn i,
.scroll-top-btn i {
    background: rgba(37, 6, 136, 0.1);
    border-radius: 10px;
    border: 1px solid #ddd;
}

.scroll-facebook-btn i {
    background: #fff;
    color: #25d366;
    font-size: 30px;
    border: 1px solid #ddd;
}

.pagination-wrap .pagination-link {
    /* -webkit-box-shadow: 0 10px 20px 0 rgba(46, 134, 222, 0.15);
    box-shadow: 0 10px 20px 0 rgba(46, 134, 222, 0.15); */
}

.pagination-wrap .pagination-link:hover,
.pagination-wrap .pagination-link.active {
    background: #4089f0;
}

/* .hero-img img {
    border-color: #4089f0;
} */

.hero-social-list li a:hover i {
    color: #4089f0;
}

.scroll-down-btn:hover,
.hero-email-link:hover {
    color: #4089f0;
}

.about-inner > h6 {
    display: flex;
    justify-content: center;
    height: 36px;
    padding: 8px 20px;
    align-items: center;
    border-radius: 8px;
    border: 1px solid rgba(200, 200, 200, 0.5);
    background: var(--white, #fff);
    color: var(--black, #000);
    font-family: Cairo;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    /* margin-bottom: 20px; */
}

.about-inner h2 {
    color: var(--black, #000);
    text-align: center;
    font-family: Cairo;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 145%; /* 63.8px */
    text-transform: capitalize;
}

.about-inner > p {
    color: var(--black, #000);
    text-align: center;
    font-family: Cairo;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 165%; /* 39.6px */
    text-transform: capitalize;
}

.a-date {
    border-radius: 8px;
    background: var(--black, #000);
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.a-date .text {
    color: var(--white, #fff);
    font-family: Cairo;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
}

.a-date .icon i {
    color: #fff;
}

.about-inner ul {
    margin-bottom: 38px;
}

.about-inner ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-bottom: 15px;
}

.about-inner ul li:last-child {
    margin-bottom: 0;
}

.about-inner ul li .text h5 {
    font-size: 18px;
    margin-bottom: 10px;
}

.about-img img {
    border-color: #4089f0;
}

.about-img .about-video-btn {
    background: #4089f063;
}

.about-img .video-border-line:after,
.about-img .video-border-line:before {
    border-color: #4089f0;
}

/* .resume-item {
    -webkit-box-shadow: 0 15px 30px 0 rgba(46, 134, 222, 0.15);
    box-shadow: 0 15px 30px 0 rgba(46, 134, 222, 0.15);
} */

.resume-item .body .text h6 {
    color: #dcdcdc;
}

.text h5 {
    color: var(--black, #000);
    text-align: center;
    font-family: Cairo;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.75px;
}

.text span {
    color: var(--gray, #8e8e93);
    text-align: center;
    font-family: Cairo;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
    letter-spacing: -0.5px;
}

.resume-item .body .icon-outer-line {
    border-color: #4089f0;
}

.resume-item .body .icon-outer-line .icon-inner-line {
    border-color: #4089f0;
}

.resume-item .body .icon-outer-line .icon-inner-line span {
    background: #4089f0;
}

.services-item {
    position: relative;
}

.services-item .icon h4 {
    position: absolute;
    top: -333px;
    right: -150px;
    font-size: 80px;
    line-height: 1;
    color: hsl(0, 0%, 100%);
    font-weight: 700;
}

.services-item:hover .icon h4 {
    color: #dcdcdc;
}

.services-item .body a i {
    color: #4089f0;
}

.services-item .body a:hover {
    color: #dcdcdc !important;
}

.services-item .icon span {
    background: #4089f0;
}

.services-item .icon-border:after,
.services-item .icon-border:before {
    border-color: #4089f0;
}

/* .services-item:hover .body a i {
    color: #fff;
} */

.services-item:hover .body a:hover {
    color: #4089f0;
}

.services-detail-top {
    position: relative;
}

.services-detail-top img {
    border-radius: 30px;
}

.services-detail-top span {
    bottom: -60px;
    left: 0;
    width: 120px;
    height: 120px;
    color: #fff;
    line-height: 100px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    background: #4089f0;
    border: 10px solid #fff;
    position: absolute;
}

.services-detail-inner {
    margin-top: 70px;
}

.services-detail-inner h2 {
    margin-bottom: 15px;
}

.services-detail-inner p {
    margin-bottom: 15px;
}

.services-detail-inner p:last-of-type {
    margin-bottom: 30px;
}

.web-design-process {
    border-radius: 30px;
    background: #4089f0;
}

.web-design-process .design-process-video {
    position: relative;
    overflow: hidden;
}

.web-design-process .design-process-video img {
    border-radius: 30px 0 0 30px;
}

.web-design-process .design-process-video .design-process-video-btn {
    top: 50%;
    left: 50%;
    padding: 10px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    color: #fff;
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 2px solid #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.web-design-process .design-process-video .design-process-video-btn i {
    width: 80px;
    height: 80px;
    font-size: 16px;
    color: #4089f0;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #fff;
}

.web-design-process .design-process-video .design-process-video-btn:hover {
    border-color: #4089f0;
}

.web-design-process .design-process-video .design-process-video-btn:hover i {
    color: #fff !important;
    background: #4089f0;
}

.web-design-process .design-process-inner {
    padding: 30px 30px 30px 6px;
}

.web-design-process .design-process-inner h5 {
    color: #fff;
    margin-bottom: 20px;
}

.web-design-process .design-process-inner ul li {
    margin-bottom: 10px;
    color: #fff;
}

.web-design-process .design-process-inner ul li:last-child {
    margin-bottom: 0;
}

.web-design-process .design-process-inner ul li i {
    margin-right: 15px;
    color: #4089f0;
    vertical-align: middle;
    display: inline-block;
}

.subscribe-newsletter .icon span {
    color: #4089f0;
}

.subscribe-newsletter .form-newsletter button:hover {
    color: #c8c8c8 !important;
}

#counters {
    background: #3c81e3;
    padding-top: 0px;
    padding-bottom: 30px !important;
}

.how-i-work-item .img {
    margin-bottom: 50px;
    border-radius: 50%;
}

.how-i-work-item .img img {
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 20px solid #1b1b1b;
}

.how-i-work-item:hover .number span {
    background: #4089f0;
}

.how-i-work-item:hover .img img {
    border-color: #4089f0;
}

.how-i-work-item:hover .text {
    background: #4089f0;
}

.how-i-work-item:hover .text:after {
    border-color: transparent transparent #4089f0 transparent;
}

.how-i-work-item:hover .number-border:after,
.how-i-work-item:hover .number-border:before {
    border-color: #4089f0;
}

/* .skills-inner > h6 {
  background: #4089f0;
} */
.portfolio-filter a:last-child {
    margin-right: 0;
}

.portfolio-no-filter a:last-child {
    margin-right: 0;
}

.portfolio-filter a:hover,
.portfolio-filter a.current {
    background: #4089f0;
    color: #fff;
}

.portfolio-no-filter a:hover,
.portfolio-no-filter a.current {
    background: #4089f0;
    color: #fff;
}

.skills-inner ul li:before {
    color: #4089f0;
}

/* .skills-inner .skills-item {
    -webkit-box-shadow: 0 15px 30px 0 rgba(46, 134, 222, 0.15);
    box-shadow: 0 15px 30px 0 rgba(46, 134, 222, 0.15);
} */

/* .skills-inner .skills-item .skills-item-text h5 {
  background: #4089f0;
} */

.skills-inner .skills-item .skills-progress-bar .skills-progress-value {
    background: #4089f0;
}

.skills-img img {
    border-color: #4089f0;
}

.skills-img .icon-check {
    background: #4089f0;
}

.skills-img .icon-border-line:after,
.skills-img .icon-border-line:before {
    border-color: #4089f0;
}

.portfolio-filter a {
    -webkit-box-shadow: 0 15px 30px 0 rgba(46, 134, 222, 0.15);
    box-shadow: 0 15px 30px 0 rgba(46, 134, 222, 0.15);
}

.portfolio-filter a:hover,
.portfolio-filter a.current {
    background: #4089f0;
}

/* .portfolio-item .portfolio-item-inner {
    -webkit-box-shadow: 0 15px 30px 0 rgba(46, 134, 222, 0.15);
    box-shadow: 0 15px 30px 0 rgba(46, 134, 222, 0.15);
} */

.portfolio-item .portfolio-item-img .portfolio-zoom-link {
    color: #4089f0;
}

.portfolio-item .portfolio-item-img .portfolio-zoom-link:hover {
    background: #4089f0;
}

.portfolio-item .portfolio-item-img .portfolio-zoom-link:hover:after,
.portfolio-item .portfolio-item-img .portfolio-zoom-link:hover:before {
    border-color: #4089f0;
}

.portfolio-item .body .portfolio-details span {
    color: #4089f0;
}

.portfolio-item .body .portfolio-details h5 a:hover {
    color: #625ffb;
}

.portfolio-item .body .portfolio-link:hover {
    border-color: #4089f0;
}

.portfolio-item .body .portfolio-link:hover i {
    background: #4089f0;
}

.portfolio-single-inner .author-meta a:after {
    border-left-color: #4089f0;
}

.portfolio-single-inner .author-meta a:hover {
    color: #4089f0;
}

.portfolio-single-inner .author-meta a span {
    color: #4089f0;
}

.portfolio-grid-img img {
    border-radius: 30px;
}

.team-card .body .social ul li a i {
    color: #4089f0;
}

.team-card:hover .body {
    background: #4089f0;
}

.team-card:hover .img {
    border-color: #4089f0;
}

/* .testimonial-item {
  -webkit-box-shadow: 0 15px 30px 0 rgba(77, 124, 172, 0.15);
          box-shadow: 0 15px 30px 0 rgba(80, 129, 177, 0.15);
} */

.testimonial-item .img {
    border-color: #4089f0;
}

/* .testimonial-item .body span {
    color: #4089f0;
} */

.testimonial-item .rating i {
    color: #f3bc58;
}

.testimonial-item .quote-icon {
    border-color: #4089f0;
}

.testimonial-item .quote-icon i {
    background: rgba(27, 127, 204, 0.8);
}

/* .blog-item {
    -webkit-box-shadow: 0 10px 30px 0 rgba(46, 134, 222, 0.15);
    box-shadow: 0 10px 30px 0 rgba(46, 134, 222, 0.15);
} */

.blog-item .blog-body .blog-meta a i {
    color: #4089f0;
}

.blog-item .blog-body .blog-meta a:hover {
    color: #4089f0;
}

.blog-item .blog-body h5 a:hover {
    color: #4089f0;
}

.blog-item .blog-body .blog-link {
    color: #4089f0;
}

.sidebar-widgets .blog-search-btn {
    background: #4089f0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* .sidebar-widgets .blog-search-bar {
    -webkit-box-shadow: 0 15px 30px 0 rgba(46, 134, 222, 0.15);
    box-shadow: 0 15px 30px 0 rgba(46, 134, 222, 0.15);
} */

.widget-sidebar .recent-post-item .recent-post-body .recent-post-title:hover {
    color: #4089f0;
}

.widget-sidebar .recent-post-item .recent-post-body .recent-post-date i {
    color: #4089f0;
}

.widget-sidebar .sidebar-category-list {
    -webkit-box-shadow: 0 15px 30px 0 rgba(46, 134, 222, 0.15);
    box-shadow: 0 15px 30px 0 rgba(46, 134, 222, 0.15);
}

.widget-sidebar .sidebar-category-list li.active a {
    background: #4089f0;
    border-bottom-color: #4089f0;
}

.widget-sidebar .sidebar-category-list li a:hover {
    background: #4089f0;
    border-bottom-color: #4089f0;
}

.widget-sidebar .sidebar-archive-list li a:hover,
.widget-sidebar .sidebar-archive-list li a.active {
    color: #4089f0;
}

.widget-sidebar .sidebar-archive-list li a.active:before,
.widget-sidebar .sidebar-archive-list li a:hover:before {
    background: #4089f0;
}

.widget-sidebar .sidebar-tags li a:hover,
.widget-sidebar .sidebar-tags li a.active {
    background: #4089f0;
}

.widget-sidebar .sidebar-share li a {
    color: #4089f0;
    border-color: #4089f0;
}

.widget-sidebar .sidebar-share li a i {
    background: #4089f0;
}

.contact-info-item .icon {
    border-color: #4089f0;
}
/*
.contact-info-item .icon span {
    background: #4089f0;
} */

/* .contact-form-wrap .contact-form-group .form-control {
    -webkit-box-shadow: 0 10px 15px 0 rgba(46, 134, 222, 0.1);
    box-shadow: 0 10px 15px 0 rgba(46, 134, 222, 0.1);
} */

.contact-form-wrap .contact-form-group #txtCaptchaSpan {
    background: #4089f0;
}

.contact-form-wrap .empty-form span,
.contact-form-wrap .email-invalid span,
.contact-form-wrap .phone-invalid span,
.contact-form-wrap .terms-alert span,
.contact-form-wrap .subject-alert span,
.contact-form-wrap .security-alert span {
    -webkit-box-shadow: 0 10px 15px 0 rgba(46, 134, 222, 0.1);
    box-shadow: 0 10px 15px 0 rgba(46, 134, 222, 0.1);
}

.contact-form-wrap .form-validate-icons span.success:before {
    background: #4089f0;
}

.contact-form-wrap .custom-select-wrapper .select-selected {
    -webkit-box-shadow: 0 10px 15px rgba(46, 134, 222, 0.1);
    box-shadow: 0 10px 15px rgba(46, 134, 222, 0.1);
}

.contact-form-wrap .custom-select-wrapper .select-selected:focus {
    -webkit-box-shadow: 0px 23px 49px 0px rgba(46, 134, 222, 0.1);
    box-shadow: 0px 23px 49px 0px rgba(46, 134, 222, 0.1);
}

.contact-form-wrap .custom-select-wrapper .select-selected:after {
    background: #4089f0;
}

.contact-form-wrap .custom-select-wrapper .select-items {
    -webkit-box-shadow: 0 10px 15px rgba(46, 134, 222, 0.1);
    box-shadow: 0 10px 15px rgba(46, 134, 222, 0.1);
}

.contact-form-wrap .custom-select-wrapper .select-items .same-as-selected {
    background-color: #4089f0;
    border-bottom-color: #4089f0;
}

.contact-form-wrap .custom-select-wrapper .select-items div {
    border-bottom: 1px solid rgba(46, 134, 222, 0.08);
}

.contact-form-wrap .custom-select-wrapper .select-items div:focus {
    -webkit-box-shadow: 0 23px 49px 0 rgba(46, 134, 222, 0.1);
    box-shadow: 0 23px 49px 0 rgba(46, 134, 222, 0.1);
}

.contact-form-wrap .custom-select-wrapper .select-items div:hover {
    background-color: #4089f0;
    border-bottom-color: #4089f0;
}

.comment-item .img {
    border-color: #4089f0;
}

.comment-item .comment-meta span i {
    color: #4089f0;
}

.comment-item .reply-btn:hover {
    background: #4089f0;
}

.comment-item .reply-btn i {
    color: #4089f0;
}

/* .leave-comment-wrapper .comment-form-group .form-control {
    -webkit-box-shadow: 0 10px 15px 0 rgba(46, 134, 222, 0.1);
    box-shadow: 0 10px 15px 0 rgba(46, 134, 222, 0.1);
} */

.footer .footer-top .footer-widget .footer-title:after {
    background: #c8c8c8;
}

.footer .footer-top .footer-widget .footer-social-links a:hover {
    border-color: #4089f0;
    opacity: 1;
}

.footer .footer-top .footer-widget .footer-social-links a:hover i {
    /* background: #4089f0; */
}

.footer .footer-top .footer-widget .footer-links li:before {
    color: #4089f0;
}

.blog-text .author-meta a:after {
    border-left-color: #4089f0;
}

.blog-text .author-meta a:hover {
    color: #4089f0;
}

.blog-text .author-meta a span {
    color: #4089f0;
}

.blog-text p {
    margin-bottom: 5px;
    color: #000;
    opacity: 0.6;
}

.blog-text blockquote {
    border-left-color: #4089f0;
    -webkit-box-shadow: 0 10px 15px 0 rgba(46, 134, 222, 0.1);
    box-shadow: 0 10px 15px 0 rgba(46, 134, 222, 0.1);
}

.header .navbar-btn-resp .primary-btn:hover .text {
    color: #fff !important;
}

.header .navbar-btn-resp .primary-btn:hover .icon {
    border-color: #fff;
}

.header .navbar-btn-resp .primary-btn:hover .icon i {
    background: #4089f0;
}

.header .nav-item.dropdown .dropdown-menu {
    -webkit-box-shadow: 0 3px 10px 0 rgba(46, 134, 222, 0.1);
    box-shadow: 0 3px 10px 0 rgba(46, 134, 222, 0.1);
}

.header .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    background: #4089f0;
    border-bottom-color: #4089f0;
}

.header-shrink {
    -webkit-box-shadow: 0 3px 10px 0 rgba(46, 134, 222, 0.1);
    box-shadow: 0 3px 10px 0 rgba(46, 134, 222, 0.1);
}

.header-shrink .navbar-btn-resp .primary-btn:hover .text {
    color: #fff !important;
}

.header-shrink .navbar-btn-resp .primary-btn:hover .icon {
    border-color: #4089f0;
}

.header-shrink .navbar-btn-resp .primary-btn:hover .icon i {
    background: #4089f0;
}

.header-shrink .nav-item:hover .nav-link {
    color: #4089f0;
}

.header-shrink .nav-item .nav-link.active,
.header-shrink .nav-item .nav-link:hover {
    color: #4089f0;
}

.header-shrink .nav-item .nav-link:after {
    background: #4089f0;
}

.header-shrink .nav-item .nav-link:not(.active):after {
    background: #4089f0;
}

.demo-item {
    -webkit-box-shadow: 0 15px 30px 0 rgba(46, 134, 222, 0.15);
    box-shadow: 0 15px 30px 0 rgba(46, 134, 222, 0.15);
}

.demo-item .demo-item-link {
    background: #4089f0;
}

.demo-item .demo-item-link:hover {
    color: #fff !important;
}

.demo-features-item {
    -webkit-box-shadow: 0 15px 30px 0 rgba(46, 134, 222, 0.15);
    box-shadow: 0 15px 30px 0 rgba(46, 134, 222, 0.15);
}

.a-proj {
    display: inline-flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    /* gap: 10px; */
    border-radius: 8px;
    border: 1px solid var(--main, #4089f0);
    background: var(--main, #4089f0);
}

.a-proj span {
    color: var(--white, #fff);
    font-family: Cairo;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
    .header .main-menu .navbar-nav .nav-link.active {
        background: #4089f0;
        border-color: #4089f0;
    }
    .header .main-menu .navbar-nav .nav-link:not(.active):hover {
        background: #4089f0;
        border-color: #4089f0;
    }
    .header .main-menu .nav-item .dropdown-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: rgba(46, 134, 222, 0.06);
    }
    .header .main-menu .nav-item .dropdown-menu .dropdown-item:hover {
        background: #4089f0;
    }
    .header-shrink .nav-item:hover .nav-link {
        color: #4089f0;
    }
    .header-shrink .nav-item .nav-link.active,
    .header-shrink .nav-item .nav-link:hover {
        color: #4089f0;
    }
    .header-shrink .nav-item .nav-link:after {
        background: #4089f0;
    }
    .header-shrink .nav-item .nav-link:not(.active):after {
        background: #4089f0;
    }
}

@media (min-width: 992px) {
    .h-large {
        font-size: 60px !important;
    }
}

@media (max-width: 767px) {
    .section .section-heading-left h2,
    .about-inner h2,
    #services h2,
    .subscribe-newsletter .subscribe-newsletter-text h5,
    .subscribe-newsletter .subscribe-newsletter-text h5 span,
    #testimonial .section-heading-left h2,
    .contact-inner h2 {
        font-size: 30px;
    }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
/* @media only screen and (max-width: 991.98px) {
    .hero-banner .hero-img-resp .hero-img img {
        border: 10px solid #4089f0;
    }
} */
/*# sourceMappingURL=blue-color-2.css.map */
