@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #898989;
    letter-spacing: .02em;

}

:root {
    /* background color */
    --bg-primary-color: #1e3e71;
    --bg-secondary-color: #262626;
    --bg-dark-blue-color: #193A60;
    --bg-btn-color: #6f9a37;
    --bg-card-color: #00b4fa;
    /* border color */
    --border-blue-color: #13548c;
    --border-primary-color: rgba(98, 108, 152, 0.5);
    /* text color */
    --text-white-color: #ffffff;
    --text-secondary-color: #898989;
    --text-primary-color: rgba(255, 255, 255, 0.7);
}

img {
    max-width: 100%;
}

.container {
    max-width: 1170px;
    padding: 0 auto;
}

a {
    text-decoration: none;
}

.padd-20 {
    padding-bottom: 30px;
}

.btn-lg {
    padding: 0 35px;
    line-height: 40px;
    font-size: 15px;
    font-weight: 400;
    background-color: #00b4fa;
    border-radius: 0;
    color: #FFF;
}

.navbar-brand.logo img {
    width: 17%;
}

.btn-default-lg:hover,
.btn-default-lg:focus {
    border-color: #099bd4;
    background: #099bd4;
    color: #FFF;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

p {
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    letter-spacing: 0.3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    line-height: 1.1;
    font-family: "Roboto", sans-serif;
}

.section-p1 {
    padding: 94px 0 50px;
}

.section-p2 {
    padding: 100px 0;

}

.section-p3 {
    padding: 20px 0 80px;
}

.px-40 {
    transition: none 0s ease 0s;
    line-height: 46px;
    border-width: 2px;
    margin: 0px;
    padding: 0px 23px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 16px;
    border: 2px solid #fff;
    color: #ffffff;
}


/* topbar */
#topbar {
    background: var(--bg-primary-color);
    color: #999ea3;
    border-bottom: 1px solid var(--border-primary-color);
}

#topbar li i {
    font-size: 15px;
    margin-right: 5px;
    color: var(--text-primary-color);
}

#topbar ul {
    margin: 0;
    padding: 0;
}

#topbar li {
    color: var(--text-primary-color);
    line-height: 48px;
}

li {
    list-style: none;
    font-size: 14px;
}

.social-icon-item {
    padding: 0 15px;
    border-right: 1px solid var(--border-primary-color);
}

.social-icon-item:first-child {
    border-left: 1px solid var(--border-primary-color);
}

/* navbar */
#header {
    padding: 6px 0;
    background: var(--bg-primary-color);
}

#header .logo {
    padding: 12px 0;
    float: left;
}

#header .nav-link {
    text-transform: uppercase;
    font-weight: 500;
    color: var(--text-white-color);
    padding: 0 .9rem;
    font-family: "Open Sans", sans-serif;
}

.dropdown-menu {
    background-color: var(--bg-primary-color);
}

.dropdown-menu {
    min-width: 14rem;
}

.dropdown-menu .dropdown-item i {
    padding-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #FFF;
}

.dropdown-menu .dropdown-item {
    color: var(--text-white-color);
    font-weight: 400;
    border-bottom: 1px solid #EBEBEB;
    margin: 0;
    padding: 9px 20px;
    letter-spacing: .03em;
    font-size: 13px;
    text-transform: uppercase;
    color: #FFF;
    font-family: 'Open Sans';
    border-right: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 240px;
    margin-top: 37px;
    border: 0;
    padding: 0;
    top: 100%;
    left: 0;
}



.dropdown-menu .dropdown-item:hover i {
    color: #000;
}

.dropdown-menu .dropdown-item:hover {
    color: #000;
    background: #fff;
}

#search-icon i,
#shopping-cart i {
    color: var(--text-primary-color);
}

#search-box input {
    padding: .475rem;
    border: 1px solid var(--border-blue-color);
    background: transparent;
    color: var(--text-white-color);
}


#search-box ::placeholder {
    color: var(--text-secondary-color);
}

#search-box .search-btn {
    background: var(--border-blue-color);
    color: var(--text-white-color);
}

#search-box {
    background: var(--bg-dark-blue-color);
}


.carousel-caption h2 {
    font-family: 'Roboto Slab', serif;
    line-height: 50px;
    border-width: 0px;
    margin: 0px;
    padding: 5px 20px 6px;

}

.carousel-caption p {
    visibility: inherit;
    transition: none 0s ease 0s;
    line-height: 28px;
    border-width: 0px;
    margin: 0px;
    color: #fff;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 18px;

}

.btn.learn-more:hover {
    background-color: #1d72c9 !important;
    color: #fff !important;
    border-color: #1d72c9 !important;
}

/* services */
#service h2,
#aboutus h2,
#testimonials h1,
#blog h1,
.special-team h1,
.section-title-style h1 {
    color: #000;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    font-family: "Raleway", sans-serif;
}

#service p,
#history p,
#services-wrapper p,
#testimonials p,
#blog p,
.special-team p,
.section-title-style p {
    color: var(--text-secondary-color);
    font-family: "Raleway", sans-serif;
    padding-top: 15px;

}

#service .card img.chip-level-img {
    max-width: 100% !important;
}

#service .card img.sales-img {
    max-width: 50% !important;
}

.offer-service {
    padding-top: 60px;
}

#service ul li {
    line-height: 30px;
}

.service-block {
    padding: 30px 15px 50px;
    text-align: center;
}

.service-block p {
    line-height: 26px;
    padding: 0 29px;
    font-weight: 300;
}

.service-block h5 {
    font-weight: 400;
    margin: 32px 0 20px;
    text-transform: capitalize;
    color: #243c4f;
}

#service .card {
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 100%;
    border: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background: var(--bg-card-color);
}

#service .card img {
    max-width: 40%;
    vertical-align: middle;
}

/*  */


#featured-service .man-img {
    width: 250px;
}

.wd-20 {
    width: 13%;
}

.wd-28 {
    width: 28%;
}

#featured-service .row {
    margin-right: -15px;
    margin-left: -15px;
}

#featured-service .man-img img {
    position: relative;
    z-index: 2;
    left: -49px;
    top: 0;
    right: 0;
}

.featured-service-block .icon-holder {
    line-height: 35px;
    margin-bottom: 18px;
}

.featured-service-block {
    padding: 45px 20px 60px 20px;
    position: relative;
    background: #2f538a;
    text-align: center;
    margin-top: 103px;
    height: 294px;
    border-right: 1px solid #1F477B;
}

.featured-service-block h3 {
    color: #fff;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
}

.featured-service-block p {
    color: #fff;
    padding: 0 20px;
}

#counter-section,
#contact {
    background: #2f538a;
    padding: 5rem 0;
}

#counter-section h1 #count2,
#counter-section h1 #count3,
#counter-section h1 {
    color: #FFF;
    font-family: "Raleway", sans-serif;
    font-size: 85px;
    font-weight: 500;
    padding-left: 0px;
    padding-top: 11px;
    margin: auto;
}

span.sm-text {
    color: #FFF;
    font-family: "Raleway", sans-serif;
    font-size: 50px;
    font-weight: 300;
    padding-left: 14px;
    margin-right: 55px;
    position: absolute;
    margin-top: 40px;

}


#counter-section p {
    padding-left: 10px;
    padding-top: 30px;
    font-weight: 300;
    line-height: 20px;
    color: #fff;
    margin: 0;
    text-transform: capitalize;
    font-size: 20px;
    font-family: "Raleway", sans-serif;
}

/*  */

.col-feature h6 {
    margin: 0;
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}

#service .col-feature p {
    line-height: 1.7em;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

.feature-col-image {
    height: 80px;
    width: 80px;
    font-size: 0;
    line-height: 80px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    border: solid 1px #E0E0E0;
    color: #202020;
}


/* About us */
#aboutus {
    background: #242424;
    z-index: 1;
    padding: 70px 0;
    position: relative;
}

#aboutus::before {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    background: url(https://codifystudioz.com/cs-theme/repairing/img/resources/bg-1.jpg);
    background-size: cover;
    background-position: center left;
    top: 0;
    left: 0;
    z-index: 2;
}

#aboutus .pull-right {
    float: right !important;
}

#aboutus h1 {
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-size: 36px;
    font-family: "Raleway", sans-serif;
}

.about-sub-heading {
    color: #000;
    font-style: italic;
    font-size: 16px;
    font-weight: normal;
    font-family: "PT Serif", serif;
    padding-bottom: 15px;
}

.about-heading {
    color: #000;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
}

.about-us-image img {
    height: 450px;
    width: 100%;
    object-fit: cover;

}

#history {
    background-color: #f2f2f2;
}

#aboutus .about-content {
    width: 100%;
    padding-left: 30px;
}

/* testmonials */
#testimonials {
    background-color: #eef2f5;
    background-size: cover;
    position: relative;
    padding: 94px 0;
}

#testimonials .items {
    position: relative;
}

#testimonials .text-box {
    vertical-align: middle;
    display: table-cell !important;
    border: 1px solid #2f538a;
    padding: 20px;
    height: 300px;
    width: 580px;
    box-sizing: border-box;
    text-align: center;
}

#testimonials .text-box p {
    color: #656565;
    font-size: 16px;
    font-style: italic;
    line-height: 25px;
    font-family: "PT Serif", sans-serif;
}

#testimonials .quote-icon {
    width: 68px;
    background-color: #eef2f5;
    margin: auto;

    position: relative;
    top: 23px;
    text-align: center;
    line-height: 45px;
}

#testimonials .quote-icon i {
    font-size: 45px;
    color: #2f538a;
}




#testimonials .client-img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: transparent;
    border: 3px solid #FFF;
    margin: auto;
    top: -20px;
    position: relative;
}

#testimonials .text-box p {
    color: #656565;
    font-size: 16px;
    font-style: italic;
    padding: 0;
    line-height: 30px;
    text-align: center;
    font-family: "PT Serif", sans-serif;
    position: relative;
}

#testimonials p.name span,
#testimonials p.name {
    font-style: italic;
    margin-top: -16px;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 20px;
    font-family: "PT Serif", serif;
    text-align: center;
    color: #2f538a;
}

.owl-prev,
.owl-next {
    display: none !important;
}

.owl-theme .owl-dots .owl-dot span {
    border: 2px solid #2f538a;
    background-color: transparent;
    width: 12px;
    height: 12px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    border: 2px solid #2f538a;
    background-color: #2f538a;
}

/* fact wrapper */
#fact-wrapper {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(https://codifystudioz.com/cs-theme/repairing/img/resources/bg-2.jpg) center bottom no-repeat fixed;
    background-size: cover;
    position: relative;
    padding: 100px 0;
    background-position: center;
}


#fact-wrapper .icon-box:hover {
    background: #00b4fa;
    border-color: #00b4fa;
}

#fact-wrapper .icon-box {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    margin-right: auto;
    margin-bottom: 26px;
    transition: all .3s ease;
}

#fact-wrapper .icon-box i {
    font-size: 34px;
    line-height: 68px;
    color: #fff;
}

#fact-wrapper h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    color: #FFFFFF;
    letter-spacing: .4px;
    margin-bottom: 17px;
}

#fact-wrapper p {
    color: #FFF;
    font-size: 16px;
    margin: 0;
    padding: 0 30px;
}

/* Blog */
#blog {
    padding: 100px 0 0;
}

.single-blog-post .img-holder {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.single-blog-post .date {
    width: 70px;
    padding: 15px;
    float: left;
    background-color: #2f538a;
    margin: 10px 0 0 10px;
    position: absolute;
    top: 0;
}

.single-blog-post .date h3 {
    margin: 0;
    padding: 0;
    font-size: 25px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
}

.single-blog-post .date span {
    font-weight: normal;
    font-size: 18px;
}

.single-blog-post .blog-content {
    width: 100%;
    padding: 20px 0px 30px;
    background-color: #FFF;
}

.single-blog-post .blog-content h3 {
    margin: 0;
    padding: 0 0 20px 0;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    text-align: left;
    letter-spacing: 1px;
    font-family: "Raleway", sans-serif;
}

.single-blog-post .blog-content>ul {
    border-bottom: 1px solid #E1E1E1;
    border-top: 1px solid #E1E1E1;
    padding: 10px 10px;
    margin-bottom: 30px;
}

#blog .single-blog-post .blog-content p {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #999999;
    text-align: left;
    letter-spacing: 0.3px;
}

.single-blog-post a.readmore {
    padding: 5px 0;
    font-size: 15px;
    color: #2f538a;
    text-align: center;
    border-radius: 4px;
    margin-top: 10px;
    display: table;
    text-transform: capitalize;
    font-family: "Open Sans", sans-serif;
}

.single-blog-post .blog-content>ul li {
    color: #898989;
}

.single-blog-post .blog-content>ul li span {
    color: #2f538a;
}

/* Contact */
#contact {
    position: relative;
    padding: 2rem 0;
    margin-top: 7rem;
}

#contact .img-holder img {
    top: -85px;
    position: absolute;
}

#contact .bg-btn {
    padding: 0 35px;
    line-height: 40px;
    font-size: 15px;
    font-weight: 400;
    background-color: transparent;
    margin-top: 37px;
    color: #fff;
}

#contact .bg-btn:hover {
    background-color: #fff;
    color: #000;
}

#contact .contact-info h3 {
    font-size: 28px;
    padding-top: 30px;
    font-weight: 700;
    color: #fff;
    letter-spacing: .6px;
    font-style: italic;
}

#contact .contact-info p {
    color: rgba(255, 255, 255, 0.5);
    padding-top: 10px;
    font-family: "PT Serif", sans-serif;
    font-style: italic;
    font-size: 16px;
}

/* Footer */
footer {
    width: 100%;
    padding: 100px 0 0;
    background-color: #1B202A;
    position: absolute;
}

footer h5 {
    padding-bottom: 30px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    text-align: left;
    letter-spacing: 1px;
    font-family: "Raleway", sans-serif;
}

footer p {
    color: #AFB0B2;
    letter-spacing: 0.3px;
    margin: 0;
    padding: 0;
}

footer a.readmore {
    color: #f02a33;
    margin-top: 10px;
    display: table;
    font-size: 14px;
}

footer .social-links {
    width: auto;
    margin-top: 25px;
}

footer .quick-links li a:before {
    content: '\f105';
    font-family: 'fontawesome';
    margin-right: 12px;
    color: #afb0b2;
}

footer .quick-links li a {
    font-size: 14px;
    line-height: 16px;
    color: #AFB0B2;
    margin-bottom: 15px;
    display: block;
    text-transform: capitalize;
}


footer .social-links a {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    background: #2F313C;
    color: #FFF;
    font-size: 16px;
    line-height: 36px;
    margin: 9px 2px 0px;
    border-radius: 70px;
    transition: all 500ms ease-out 0s;
}

footer .social-links a:hover {
    background-color: #f02a33;
}

footer hr {
    color: #AFB0B2;
}

footer .textwidget-icon i {
    width: auto;
    margin-top: 2px;
    font-size: 16px;
    color: #FFF;
    margin-right: 14px;
}

footer .footer-info-details {
    width: 100%;
    margin-bottom: 15px;
}

.footer-bottom {
    padding: 15px 0;
    margin-top: 50px;
    color: #AFB0B2;
    background-color: #1B202A;
    border-top: 1px solid #31353E;
}

footer .info-detail p {
    padding: 0 0 0 0;
    margin: 0;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #AFB0B2;
    font-weight: 400;
    line-height: 22px;
}

/* About us page */
#aboutus-banner {
    position: relative;

}

#aboutus-banner img {
    display: block;
    width: 100%;
    height: auto;
}

#aboutus-banner .overlay {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    transition: .5s ease;
    opacity: 1;
    color: white;
    height: 100%;
    font-size: 20px;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
}

#aboutus-banner h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin: 0px;
}

.aboutus-banner-content a {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding-right: 3px;
    text-transform: uppercase;
}

.aboutus-banner-content i {
    color: #ffffff;
    font-size: 12px;
}

/* Services page */
#services-wrapper .read-more {
    color: var(--bg-card-color);
}

.service-images {
    height: 220px !important;
    object-fit: cover;
}

.diff-services .card {
    height: 440px;
}

.description {
    height: 120px;
    overflow: hidden;
}

.types-of-problem p {
    font-size: 16px;
    font-weight: 700;
}

.blockquote-content {
    border: 2px solid var(--bg-primary-color);
    border-left-width: 10px;
    padding: 20px;
    font-size: 18px;
    margin: 24px 40px;
}

/* .sidebar-title{
    
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
    margin-bottom: 6px;
}
.sidebar-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 6px;
    padding-bottom: 0;
    border-bottom: 1px solid #e5e6e7;
}
.sidebar-blog .image {
    max-width: 60px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 60px;
    flex: 1 0 60px;
}
.service-img-widget {
    width: 3rem!important;
}
.sidebar-blog .content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% - 60px);
    flex: 1 0 calc(100% - 60px);
    padding-left: 15px;
} */
/* Laptop Services */

.laptop-services-image {
    height: 370px;
    object-fit: cover;
}

/* Contact */
.contact-wrapper .submit-btn {
    background: var(--bg-card-color);
    transition: .6s ease-in-out;
}

.contact-wrapper .submit-btn:hover {
    background: var(--bg-primary-color);
}

#client {
    padding: 30px 0;
    position: relative;
}

.owl-carousel .owl-nav.disabled {
    display: block;
    text-align: center;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
    position: absolute;
    top: 35%;
    line-height: 100px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;

}

.owl-theme .owl-nav .fa {
    color: #b9b9b9;
    font-size: 30px;
}

.owl-nav .owl-next {
    right: 0px;
}

.owl-nav .owl-prev {
    left: 0px;
}

.owl-carousel.owl-carousel-2 .owl-prev,
.owl-carousel.owl-carousel-2 .owl-next {
    display: block !important;
}

.owl-carousel.owl-carousel-2 {
    padding: 0 70px;
    position: relative;
}

/* team page */
#dedicated-team-area.special-team,
#faq,
.shop-page,
#product-details-page,
#blog-post {
    padding-bottom: 70px;
    padding-top: 94px;
}

.dedicated-team-img-holder img {
    height: auto;
    width: 100%;
    padding: 10px;
    border: 4px solid #898989;
}

.dedicated-team-member-name {
    background: #ffffff none repeat scroll 0 0;
    display: inline-block;
    position: absolute;
    padding: 15px 0;
}

.dedicated-team-member-name h4 {
    color: #313131;
    font-size: 16px;
    font-weight: 700;
    padding-top: 6px;
}

.dedicated-team-member-name h4 span {
    color: #969595;
    font-size: 13px;
    font-weight: 500;
    padding-left: 5px;
    text-transform: uppercase;
}

.dedicated-team-img-holder .overlay {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;

}

.dedicated-team-img-holder .overlay .inner-holder {
    display: table;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease .3s;
    transition: all .3s ease .3s;
}

.dedicated-team-img-holder .overlay ul {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

.dedicated-team-img-holder {
    position: relative;
    overflow: hidden;
}

.dedicated-team-single-item {
    position: relative;
    margin-bottom: 100px;
}

.dedicated-team-img-holder:hover .overlay ul {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    padding-top: 150px;
}

.dedicated-team-img-holder:hover .overlay .inner-holder {
    opacity: 1;
    filter: alpha(opacity=100);
}

.dedicated-team-img-holder:hover .overlay,
.dedicated-team-img-holder:hover .overlay ul {
    top: 0;
}

.dedicated-team-img-holder .overlay ul li a:hover {
    background: #2f538a;
    color: #fff;
}

.dedicated-team-img-holder .overlay ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 15px;
    background: #70d5fb;
    text-align: center;
    color: #fff;
    line-height: 30px;
    border-radius: 50%;
}

/* error page */
#page-404-content .errror-wrap {
    padding: 100px 0 0;
    width: 970px;
    margin: auto;
    background-color: #f2f2f2;
}

#page-404-content .errror-title {
    color: #000;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
}

#page-404-content .errror-sub-title {
    color: #000;
    font-size: 25px;
    padding-bottom: 30px;
    font-weight: 300;
    text-align: center;
}

#page-404-content a.go-home-btn {
    margin: auto;
    display: table;
    padding: 10px 30px;
    border-radius: 60px;
    background-color: #3F79B1;
    color: #FFF;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
}

/* FAQ Page */
#faq .section-title-style {
    width: 100%;
    padding-bottom: 40px;
}

#faq .faq-search {
    background: #f9f9f9 none repeat scroll 0 0;
    width: 718px;
    padding: 20px;
    margin-top: 30px;
}

#faq .faq-search input[type="text"] {
    border: 1px solid #e9e9e9;
    color: #aeaeae;
    font-size: 14px;
    padding: 10px 20px;
    width: 79%;
    font-family: "Open Sans", sans-serif;
    outline: none;
}

#faq .faq-search input[type="button"] {
    background: #242424;
    border: medium none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-left: -4px;
    padding: 10px 40px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
}

.panel-group {
    margin-bottom: 20px;
}

.general-question {
    margin-top: 50px;
}

.general-question .panel-group .panel {
    border-radius: 0;
    margin-top: 15px;
}

.general-question .panel-group .panel-default .panel-heading {
    border-color: #e9e9e9;
    background-color: #ffffff;
}

.panel-default {
    border-color: #ddd;
}

.panel {
    border-top-color: #ddd;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}


.panel-heading {
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: 0;
}

.general-question .panel-group .panel-default .panel-title {
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
}

.panel-title a {
    color: #6F6F6F;

}

.general-question .panel-group .panel-default .panel-title a.collapsed:after {
    content: "\f107";
    font-family: fontawesome;
    background: #2f538a none repeat scroll 0 0;
    border-left: 1px solid #e9e9e9;
    color: #FFF;
    font-size: 24px;
    padding: 10px 15px;
    position: absolute;
    right: -15px;

}

.general-question .panel-group .panel-default .panel-title a:after {
    content: "\f106";
    font-family: fontawesome;
    background: #f9f9f9 none repeat scroll 0 0;
    border-left: 1px solid #e9e9e9;
    color: #7d7d7d;
    font-size: 24px;
    padding: 10px 15px;
    position: absolute;
    right: -15px;
    top: -15px;
}

.general-question .panel-group .panel-default .panel-title a {
    display: block;
    position: relative;
}

.general-question .panel-body {
    padding: 25px 15px 30px;
}

.general-question .panel-body .panel_body_up p {
    color: #898989;
    font-size: 14px;
    font-weight: 400;
}

.cart-button i {
    color: #fff;
    font-size: 12px;
    margin-left: 5px;
}

/* Shop page */
.sidebar-widget-items.pr20 {
    padding-left: 20px;
}

.product .pro-title {
    margin-top: 30px;
    font-weight: 400;
    color: #243c4f;
    text-transform: capitalize;
    font-size: 18px;
}

.proRating i {
    margin-bottom: 7px;
    color: #ec5646;
    margin-top: 7px;
    font-size: 14px;
}

.product {
    padding: 0 0 50px 0;
}

.product .price {
    padding-top: 10px;
    color: #ec5646;
    font-size: 20px;
}

.product .price span {
    font-size: 16px;
    color: #000;
    padding-right: 15px;
}

.product a.cart-button {
    background: #00b4fa;
    text-transform: uppercase;
    display: inline-block;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    border-radius: 0px;
    padding: 5px 20px;
    font-size: 12px;
    margin-top: 25px;
}

.widget-search {
    padding: 30px 40px 30px;
    background: #2f538a;
}

.widget-search .form-control {
    height: 38px;
    line-height: 38px;
    border-radius: 0;
    padding: 0 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    font-weight: 300;
}

.widget-search button {
    padding: 0 14px;
    line-height: 38px;
    height: 38px;
    border: none;
    font-size: 18px;
    background-color: #000;
    color: #FFF;
}

.widget+.widget {
    padding: 40px 0;
}

.widget-title {
    margin: 0 0 25px;
    font-weight: 400;
    color: #243c4f;
    font-size: 18px;
}

.price-range {
    padding-top: 5px;
}

.price-range .slider-range {
    height: 5px;
    border: none;
    border-radius: 0;
    background: #bfcfd6;
}

.price-range .price-bar span {
    margin: 20px 0 15px;
    font-weight: 500;
    color: #243c4f;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 24px;

    letter-spacing: .02em;
}

.price-range .range-amount {
    display: inline-block;
    border: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    border: 0;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #00b4fa;
    font-weight: normal;
    outline: none;
}

.ui-widget-header {
    background: #243c4f;
}

.widget+.widget+.widget {
    border-top: 1px solid;
}

.category-menu ul.category-list {
    padding: 15px 20px;
    list-style: outside none none;
    border: 1px solid #f2f2f2;
}

.category-menu .category-list li a {
    color: #828282;
    font-size: 14px;
    font-weight: 500;
    line-height: 42px;
    margin-left: 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-family: "Open Sans", sans-serif;
}

.category-menu .category-list li {
    border-bottom: 1px solid #d2d2d2;
}

.category-menu .category-list li:last-child {
    border-bottom: none;
}

.category-menu .category-list li a .fa {
    margin-right: 10px;
}

.category-menu .category-list li a i {
    color: #828282;
    font-size: 14px;
    float: left;
    line-height: 42px;
}

.category-menu .category-list li:hover a,
.category-menu .category-list li:hover i {
    color: #000;
}

.related-post ul.popular-post {
    padding: 20px;
    border: 1px solid #f2f2f2;
}

.related-post .popular-post li .content-wrap {
    width: 57%;
    float: right;
}

.related-post .popular-post h5 {
    color: #898989;
    font-size: 14px;
}

.related-post .popular-post li .content-wrap span {
    color: #898989;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 35px;
    font-family: "Open Sans", sans-serif;
}

.related-post .popular-post li {
    margin-bottom: 30px;
}

/* product details */
.product-details {
    padding: 15px 0 60px;
}

.product-detail-body {
    display: table;
    padding-left: 30px;
}

.product-detail-body h3 {
    color: #243c4f;
    font-weight: 400;
    font-size: 22px;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.product-detail-body p {
    padding: 20px 0 35px 0;
}

.product-details .quantity {
    width: 62px;
    line-height: 36px;
    height: 38px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin-right: 10px;
    padding: 0 0px 0 14px;
    font-weight: 700;
}

.btn-sm {
    padding: 0 25px;
    line-height: 34px;
    font-size: 15px;
    font-weight: 400;
}

.btn-default {
    background: #00b4fa;
    border-color: #00b4fa;
    color: #fff;
}

.m0 {
    margin: 0;
}

.product-details .price {
    padding-top: 30px;
    color: #ec5646;
}

.product-details .price span {
    font-size: 16px;
    color: #000;
    padding-right: 15px;
}

.product-details-tab-title {
    margin-top: 50px;
}

.product-details-tab-title .nav-tabs .nav-link {
    display: inline;
}

.product-details-tab-title .nav-tabs .nav-link.active {
    background: #fff;
    border: 1px solid #E6E6E6;
    color: #000;
    border-bottom: 0;
    position: relative;
    top: 1px;
    border-radius: 0;
    z-index: 999;
}

.product-details-tab-title .nav-tabs .nav-link {
    display: inline-block;
    background: #282b2d;
    font-size: 16px;
    color: #FFF;
    border-radius: 0;
    line-height: 45px;
    padding: 0 27px;
    /* Adjust the padding as needed */
    margin-right: 8px;
    cursor: pointer;
}

.product-details-tab-content .col-lg-12 {
    border: 1px solid #E6E6E6;
    padding: 50px 30px;
    /* Adjust the padding as needed */
    margin-bottom: 0px;
}

.product-details-tab-content .col-lg-12 p {
    color: #898989;
    font-size: 14px;
    font-weight: 500;
}

.product-details-tab-content .col-lg-12:not(.active) {
    display: none;
}

.related-products {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 400;
    color: #243c4f;
}

/* Cart page */
.cart-table {
    border: 1px solid;
    margin-bottom: 50px;
    border-color: #e0e7e9;
}

.cart-table thead tr th:first-child {
    text-align: left;
}

.cart-table thead tr th {
    text-align: center;
    padding: 0 29px;
    line-height: 66px;
    height: 66px;
    font-weight: 400;
    font-size: 16px;
    border-bottom: 1px solid;
    border-right: 1px solid;
    color: #243c4f;
    border-color: #e0e7e9;
}

.cart-table .alert {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border: none;
}

.fade.in {
    opacity: 1;
}

.cart-table tbody tr td {
    border: none;
    text-align: center;
    vertical-align: middle;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    border-left: 1px solid #e0e7e9;
}

.cart-table .media-left {
    padding-right: 15px;
}

.cart-table .media-left a {
    width: 80px;
    height: 100px;
    display: block;
}

.cart-table tbody tr:first-child td:first-child {
    padding-top: 30px;
}

.cart-table .media-body {
    vertical-align: top;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #243c4f;
}

.cart-table .close {
    color: #ec5646;
}

.cart-table .close {
    float: none;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    text-shadow: none;
    opacity: 1;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.cart-table input {
    width: 62px;
    height: 38px;
    border-radius: 0;
    margin: 0 auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 500;
    padding: 0 10px;
    border-color: #e4e9ee;
    color: #243c4f;
    line-height: 38px;
}


.cart-related-boxs {
    margin: 0 0 34px;
    padding: 0 30px;
    border: 1px solid;
    border-color: #e0e7e9;
}

.cart-related-boxs h4 {
    line-height: 68px;
    padding: 0 30px 0 0;
    margin: 0;
    font-weight: 400;
    border-bottom: 1px solid;
    color: #243c4f;
    border-color: #e0e7e9;

}

.cart-related-boxs .form-box {
    padding: 30px 0px 40px 0;
    width: 100%;
}

.cart-related-boxs .form-box input[type="text"] {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
    padding: 10px 0;
    width: 100%;
    padding-left: 20px;
    border-radius: 0;
}

.cupon-get .btn {
    height: 43px;
    line-height: 40px;
    padding: 0 30px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #2f538a;
    color: #fff;
    float: left;
    border-radius: 0;
}

.cart-related-boxs .dl-horizontal {

    margin-top: 0;
    margin-bottom: 20px;
}

.cart-related-boxs .dl-horizontal dt {
    text-align: left;
    font-weight: 300;
    color: #000;
    margin-bottom: 20px;
}

.cart-related-boxs .dl-horizontal dd {
    font-weight: 500;
    color: #56758d;
}

.cart-related-boxs .btn {
    width: 50%;
}

/* Checkout page */
.checkout-heading {
    font-size: 22px;
    margin-bottom: 30px;
    margin-top: 0;
    font-weight: 400;
    text-transform: capitalize;
    color: #243c4f;
}

.checkout-heading:after {
    content: '';
    display: block;
    width: 47px;
    height: 2px;
    margin: 15px 0 0;
    background: #00b4fa;
}

.checkout-form .form-group label {
    line-height: 1;
    font-weight: 400;
    margin-bottom: 15px;
    color: #56758d;
}

.checkout-form .form-group .form-control {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 41px;
    height: 43px;
    margin-bottom: 20px;
    padding: 0 15px;
    font-weight: 300;
    border-color: #e0e7e9;
    background: #f4f8f9;
}

.checkout-heading.child-head {
    margin-top: 28px;
}

.checkout-form .payment-card {
    padding: 0;
    margin: 0 0 20px 0;
}

.checkout-form .form-group select {
    padding: 5px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    border: 1px solid #e0e7e9;
    background: #f4f8f9;
    height: 40px;
}

.checkout-form .form-group .year-box {
    padding: 0;
    margin: 35px 0 20px 0;
    width: 100%;
    overflow: hidden;
}

.checkout-form .checkboxs {
    margin: 10px 0 30px;
}


.checkout-form .checkboxs input+label:before,
.checkout-form .payments input+label:before {
    width: 15px;
    height: 13px;
    border: 1px solid #d8d8d8;
    left: 0;
    top: 1px;

}

.checkout-form .checkboxs input+label:before,
.checkout-form .checkboxs input+label:after,
.checkout-form .payments input+label:before,
.checkout-form .payments input+label:after {
    content: '';
    display: block;
    position: absolute;
}

.checkout-form .checkboxs input+label,
.checkout-form .payments input+label {
    position: relative;
    padding-left: 24px;
    line-height: 15px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 300;
    cursor: pointer;
    margin: 0;
    color: #56758d;
}

.checkout-form .checkboxs input,
.checkout-form .payments input {
    display: none;
}

.checkout-form .payment-card li {
    margin: 0 10px 0 0;
    padding: 0;
    display: inline-block;
}

.checkout-form .checkboxs input:checked+label:after {
    width: 11px;
    height: 9px;
    top: 3px;
    left: 2px;
    content: '';
    display: block;
    position: absolute;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    opacity: 0;
    background: #00b4fa;
}

.checkout-form .payments .option {
    margin-bottom: 15px;
}

.checkout-form .payments {
    margin: 0 0 30px;
}

.checkout-form .payments input+label:before {
    width: 14px;
    height: 14px;
    border-radius: 100%;
}

.checkout-form .payments input:checked+label+article {
    padding: 28px 32px;
    line-height: 24px;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
    color: #243c4f;
}

.checkout-form .payments input+label {
    position: relative;
    padding-left: 24px;
    font-weight: 300;
    cursor: pointer;
    margin: 0;
    color: #56758d;
    line-height: 14px;
    font-size: 14px;
    text-transform: capitalize;
}

.payments input+label:after {
    width: 2px;
    height: 2px;
    top: 6px;
    left: 6px;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    opacity: 0;
    border-radius: 100%;
    background: #243c4f;
}

.checkout-form .payments input+label:before,
.checkout-form .payments input+label:after {
    content: '';
    display: block;
    position: absolute;
}

.checkout-form .payments input+label+article {
    font-weight: 500;
    margin-top: 0;
    font-size: 0;
    line-height: 0;
    padding: 0;
    border: 0;
}

.checkout-form .payments input:checked+label:after,
.checkout-form .checkboxs input:checked+label:after {
    opacity: 1;
}

/* Blog Left Bar */
.text-widget p {
    font-size: 14px;
    color: #8e8d8d;
    padding: 20px;
    line-height: 26px;
    border: 1px solid #f2f2f2;
    font-weight: 400;
}

.tag-cloud {
    border: 1px solid #f2f2f2;
    padding: 15px;
    display: table-cell;
}

.tag-cloud a {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e2e2e2;
    color: #787878;
    float: left;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
    line-height: 38px;
    margin: 0px 10px 8px 0px;
    padding: 0 14px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-blog-post-item {
    padding-bottom: 50px;
    padding-right: 20px;
}

.blog-img-holder {
    position: relative;
}

.blog-content-box {
    border: 1px solid #f2f2f2;
    padding: 20px;
}

.single-bolg-title h3 {
    color: #000000;
    font-family: "Raleway", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    margin: 24px 0 10px 10px;
    text-transform: uppercase;
}

.post-resource ul {
    margin: 0;
    padding: 0;
    text-align: left;
}

.post-resource ul li {
    display: inline-block;
    border-right: 1px solid !important;
    line-height: 12px;
    text-align: center;
}

.post-resource ul li a {
    color: #999999;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    margin: 0 10px 0 10px;
}

.post-resource ul li span {
    color: #2f538a;
}

.single-blog-text {
    margin-top: 20px;
    padding-left: 10px;
}

.single-blog-text p {
    font-size: 14px;
    line-height: 26px;
    font-family: "Open Sans", sans-serif;
    text-align: left;
}

.single-blog-read-more {
    margin-top: 15px;
    text-align: left;
}

.single-blog-read-more a {
    color: #2f538a;
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
}

.post-pagination ul {
    text-align: left;
    padding: 0;
}

.post-pagination ul li {
    display: inline;
}

.post-pagination ul li.active a,
.post-pagination ul li:hover a {
    background: #2f538a;
    color: #fff;
    border: 1px solid #2f538a;
}

.post-pagination ul li a {
    display: inline-block;
    color: #8E8D8D;
    margin-right: 10px;
    padding: 5px 12px;
    text-align: center;
    border: 1px solid #E2E2E2;
    font-size: 14px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.post-pagination .btn-nxt {
    background-color: #000;
    border: 1px solid #000;
    color: #FFF;
}


/* blog details */
.single-blog-text h2 {
    color: #000;
    font-family: "Open Sans", sans-serif;
    text-align: left;
    font-size: 20px;
    line-height: 26px;
}

.two-colum-text {
    margin-bottom: 30px;
}

.two-colum-text h5 {
    color: #242424;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}

.blog-detail .expert_quote_area .col-lg-12 .expert_quote {
    background-color: #00b4fa;
    border-radius: 4px;
    overflow: hidden;
    margin-left: 0;
    margin-top: 35px;
    position: relative;
}

.expert_quote .fa-solid {
    padding-left: 50px;
    padding-top: 20px;
    color: #000;
    float: left;
    font-size: 40px;
}

.blog-detail .expert_quote_area .col-lg-12 .expert_quote p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    position: relative;
    padding: 26px 45px 5px 110px;
}

.blog-detail .expert_quote_area .col-lg-12 .expert_quote span {
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    color: #FFF;
    float: right;
    font-size: 14px;
    font-style: italic;
    padding-bottom: 30px;
    padding-right: 45px;
    text-transform: capitalize;
}

.blog-detail .expert_quote_area .col-lg-12 .expert_quote:before {
    background-color: #000;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 6px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.blog-detail .shear_area .shear {
    border: 1px solid #e9e9e9;
    overflow: hidden;
    margin-top: 30px;
}

.blog-detail .shear_area .shear a {
    float: left;
    padding: 18px 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    margin-right: 16px;
    background-color: #000;
}

.blog-detail .shear_area .shear a .fa-share-alt {
    color: #FFF;
    font-size: 26px;
    font-weight: 700;
}

.blog-detail .shear_area .shear .social_button ul {
    float: left;
    margin: 0;
    padding: 0;
}

.blog-detail .shear_area .shear .social_button ul li a {
    background-color: transparent;
    display: inline-block;
    padding: 18px 0 18px 20px;

}

.blog-detail .shear_area .shear .social_button ul li a i {
    font-size: 20px;
    color: #c3c3c3;
}

.blog-detail .administrator {
    background: #f9f9f9 none repeat scroll 0 0;
    margin-top: 30px;
    border: 1px solid #ebebeb;
    overflow: hidden;
}

.blog-detail .administrator .administrator_img {
    padding-bottom: 22px;
    padding-left: 10px;
    padding-top: 18px;
}

.blog-detail .administrator .administrator_text {
    margin-left: -42px;
}

.blog-detail .administrator .administrator_text h4 {
    color: #242424;
    margin-top: 18px;
    padding-top: 8px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.blog-detail .administrator .administrator_text p {
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
}

.blog-detail .comments_area {
    border: 1px solid #ebebeb;
    margin-top: 30px;
    overflow: hidden;
}

.blog-detail .comments_area .comment_title h4,
.blog-detail .comments_area .comment_title h4 span {
    color: #353535;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 50px;
    margin-top: 30px;
}

.blog-detail .comment_img img {
    border-radius: 50%;
}

.blog-detail .comments_area .single_comment {
    border-bottom: 1px solid #ebebeb;
    margin: 0 25px 30px;
}

.blog-detail .comments_area .single_comment .comment_text {
    margin-left: -10px;
}

.blog-detail .comments_area .single_comment .comment_text h5 {
    color: #242424;
    font-weight: 600;
    font-size: 16px;
    margin-top: 1px;
    text-transform: capitalize;
}

.blog-detail .comments_area .single_comment .comment_text p {
    padding-bottom: 20px;
}

.blog-detail .comments_area .single_comment .comment_text p a {
    color: #2f538a;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 5px;
}

.blog-detail .comments_area .single_comment .comment_text p.c_text {
    padding-bottom: 50px;
}

.blog-detail .comments_area .single_comment .comment_reply .comment_reply_img {
    margin-left: -20px;
}

.blog-detail .comment_img {
    float: left;
    margin-right: 20px;
}

.blog-detail .comments_area .single_comment:last-child {
    border: none;
    margin-bottom: 0;
}

.blog-detail .comment-box {
    width: 100%;
    border: 1px solid #ebebeb;
    float: left;
    margin-top: 30px;
    padding-bottom: 42px;
}

.blog-detail .comment-box h4 {
    color: #353535;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 30px 0 30px 15px;
    font-family: "Open Sans", sans-serif;
}

.blog-detail .comment-box input[type="text"] {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
    padding: 10px 0;
    width: 100%;
    padding-left: 20px;
}

.blog-detail .comment-box textarea {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    padding: 20px;
    resize: none;
    width: 100%;
    height: 186px;
}

.blog-detail .comment-box a.submit-now {
    background-color: #2f538a;
    color: #fff;
    float: left;
    margin: 25px 0 0px;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.blog-detail .comment-box a.submit-now:hover {
    background-color: #242424;
    transition: all 300ms ease-out 0s;
}


@media only screen and (max-width: 900px) {
    body {
        overflow-x: hidden;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        border: 0;
        box-shadow: 0 0 0 0;
    }

    #topbar {
        padding-right: 12px;
        padding-left: 20px;
    }

    .social-icon-item {
        padding: 0 8px;
        border-right: 1px solid var(--border-primary-color);
    }

    .navbar-toggler {
        color: #fff;
        outline: none;
        border: none;
    }

    .carousel-caption {
        left: 10rem;
        /* Adjust positioning for smaller screens */
    }


    .carousel-caption h2 {
        font-size: 24px;
    }

    .carousel-caption p {
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }



    .carousel-control-next,
    .carousel-control-prev {

        width: 8%;
    }

    .carousel-item h2 {
        width: 80% !important;
        padding: 2px 10px !important;
        font-size: 17px !important;
        font-weight: 600 !important;
    }

    .px-40 {
        line-height: 40px;
    }


    .featured-service-block {
        padding: 12px 0px 60px 19px;
    }

    .wd-20 {
        width: 16%;
    }

    .wd-28 {
        width: 27.6%;

    }

    .featured-service-block p {
        font-size: 13px;
        padding: 0px 6px;
    }

    #featured-service .man-img img {
        left: -84px;
    }

    .featured-service-block h3 {
        padding-bottom: 10px;
        font-size: 16px;
        font-weight: 400;
    }

    #counter-section h1 #count2,
    #counter-section h1 #count3,
    #counter-section h1 {

        font-size: 50px;

    }

    .col-feature h6 {
        margin-top: 15px;
        font-size: 14px;
    }

    span.sm-text {
        font-size: 30px;
        margin-top: 25px;
    }

    #service .col-feature p {
        line-height: 1.5em;
    }

    #aboutus h1 {

        font-size: 30px;
    }

    #testimonials .text-box {
        width: 100% !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        height: 200px;
    }

    /* Contact */
    #contact .img-holder img {
        top: -160px;
    }

    #contact .bg-btn {
        padding: 0px 20px;
        line-height: 40px;
        font-size: 13px;
    }

    #contact {
        padding: 9rem 0 2rem;
    }

    #aboutus-banner .overlay {
        padding-top: 59px;
    }

    #aboutus-banner h1 {
        font-size: 26px;
    }

    .aboutus-banner-content a {
        font-size: 15px;
    }

    .description {
        height: 180px;
    }
}


@media only screen and (max-width: 576px) {
    .section-p2 {
        padding: 50px 20px;
    }

    .section-p1 {
        padding: 50px 0 50px;
    }

    h3 {
        font-size: 16px;
    }

    #header {
        padding: 0px;
    }

    #topbar li {
        line-height: 30px;
    }

    li {
        font-size: 12px;
    }

    p {
        font-size: 12px;
        line-height: 20px;
    }

    #topbar li i {
        font-size: 12px;
    }

    #service h2,
    #aboutus h2,
    #testimonials h1,
    #blog h1,
    .special-team h1,
    .section-title-style h1 {
        font-size: 20px;
    }

    .offer-service {
        padding-top: 30px;
    }

    .carousel-caption p {
        line-height: 20px;
    }

    .carousel-caption h2 {
        line-height: 20px !important;
        font-size: 13px !important;
        width: 100% !important;
        font-weight: 500 !important;
    }

    .carousel-caption {
        position: absolute;
        right: 4%;
        bottom: .4rem;
        left: 5% !important;
        padding-top: 1.25rem;
        padding-bottom: .1rem;
    }

    .px-40 {
        line-height: 30px;

        padding: 0px 15px;

        font-weight: 500;
        font-size: 12px;
        border: 1px solid #fff;

    }

    #testimonials .text-box {
        height: 200px;
        width: 100%;
    }

    #aboutus::before {
        width: 100%;
        height: 300px;
        background-position: center;
    }

    #aboutus h1 {
        font-size: 24px;
    }

    #aboutus .pull-right {
        float: left !important;
        width: 100% !important;
        margin-top: 20rem;
        margin-right: 0 !important;
    }

    #testimonials .text-box {
        height: 350px;
    }


    #featured-service .man-img img {
        left: 50px;
        top: -20px;

    }

    #featured-service .featured-service-outer {
        background-color: #2f538a;
    }

    .featured-service-outer {
        border-bottom: 1px solid var(--text-secondary-color);
    }

    .featured-service-outer .col-lg-3,
    .featured-service-outer .col-md-6 {
        width: 100% !important;
        margin-bottom: 20px;
        clear: both;
    }

    .featured-service-block {
        padding: 30px 15px;
        margin-top: 30px;
        height: auto;
        border-right: none;
        background-color: #2f538a;

    }

    .featured-service-block h3 {
        font-size: 16px;
        padding-bottom: 15px;
    }

    .featured-service-block p {
        font-size: 14px;
        padding: 0 10px;
    }

    /* About Us */

    #aboutus-banner .overlay {
        padding-bottom: 0;
        padding-top: 0;
    }

    #aboutus-banner h1 {
        font-size: 14px;
    }

    #aboutus-banner p,
    #aboutus-banner a {
        font-size: 10px;
    }

    /* Contact */
    #contact {
        margin-top: 15rem;
    }

    /*  #contact .img-holder img {
        top: -229px;
    }
 */
    #contact .contact-info h3,
    .about-heading {
        font-size: 18px;
    }

    #contact .contact-info p {
        font-size: 12px;
    }

    /* Services */
    .description {
        height: 95px;
    }

    .diff-services .card {
        height: 417px;
    }

    .types-of-problem p {
        font-size: 12px;
    }

    .blockquote-content {
        margin: 24px 32px;
    }















    footer {
        padding: 50px 0 0;
    }
}