/*------------------------------------------------------------------
    Main Style Stylesheet
    Project:        Marize - Builders & Renovators HTML5 Template
    Version:        1.0
    Author:         M_Adnan
    Last change:    10/02/2015
    Primary use:    Creative, Coporate, Business, Portfolio, Personal
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
body 
 + WRAP
 + HEADER
 + NAVIGATION
 + BANNER
 + SERVICES
 + OUR FEATURED FOUNDERS
 + BLOG UPDATES 
 + APPOINMENT
 + NEWS FROM BLOG
 + PARTNERS / CLIENTS
 + FOOTER
 + SOCIAL ICONS
 + MEGA MENU
 + 3 MENU LEVEL 
-------------------------------------------------------------------*/
/*=======================================================
      THEME STYLING START
========================================================*/
* {
    margin: 0px;
    padding: 0px;
}
body {
    background: #fff;
    font-weight: normal;
    position: relative;
    font-size: 14px;
    font-family: "PT Sans";
}
/*=======================================================
      WRAPPER
========================================================*/
#wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.breadcrumb {
    justify-content: center;
}
.breadcrumb span {
    display: inline-block;
    margin: 0 13px;
}
/*=======================================================
      HEADINGS
========================================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    color: #252525;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
h1 {
    font-size: 42px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
    font-weight: bold;
}
p {
    font-family: inherit;
    font-weight: 400;
    color: #6f6f6f;
    line-height: 24px;
    text-rendering: optimizeLegibility;
}
a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none !important;
}
img {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: inline-block !important;
}
ul {
    margin-bottom: 0px;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
    color: #141414;
}
.font-oswald {
    font-family: "Oswald", sans-serif;
}
.font-pt {
    font-family: "PT Sans";
}
p.intro-small {
    font-style: italic;
    color: #f5f5f5;
    width: 80%;
    margin: 0 auto;
}
.text-transform-none {
    text-transform: none !important;
}
.text-white {
    color: #fff !important;
}
.text-bold {
    font-weight: bold !important;
}
.text-normal {
    font-weight: normal !important;
}
.font-12px {
    font-size: 12px !important;
}
.font-14px {
    font-size: 14px !important;
}
.font-16px {
    font-size: 16px !important;
}
.font-18px {
    font-size: 18px !important;
}
.font-20px {
    font-size: 20px !important;
}
.font-bold {
    font-weight: bold !important;
}
.font-normal {
    font-weight: normal !important;
}
.white-text {
    color: #fff !important;
}
.font-italic {
    font-style: italic;
}
.font-bold {
    font-weight: bold !important;
}
a:hover,
a:focus {
    color: #9c1111;
}
.primary-color {
    color: #9c1111 !important;
}
.primary-color-2 {
    color: #ffc107 !important;
}
.border-bottom-1 {
    border-bottom: 1px solid #ededed;
}
.position-center-center {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.white-bg {
    background: #fff !important;
}
.relative {
    position: relative;
}
.line-height-24 {
    line-height: 24px !important;
}
.line-height-22 {
    line-height: 22px !important;
}
.line-height-26 {
    line-height: 26px !important;
}
.dark-text p {
    color: #141414;
}
.light-gray-bg {
    background: #f9f9f9;
}
.customcolor1 {
    color: #448aff;
}
/*=======================================================
      BTN STYLE
========================================================*/
.btn {
    border: none;
    color: #fff;
    display: inline-block;
    padding: 13px 35px;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    background: #9c1111;
    letter-spacing: 1px;
}
.btn:hover {
    background: #112054;
    color: #fff;
}
.btn-more {
    font-size: 11px;
    background: #448aff;
    color: #fff;
    font-weight: normal;
    border: none;
    padding: 13px 30px;
    box-shadow: 4px 4px 0 #1c66bb;
}
.btn-more:hover {
    background: #9c1111;
    box-shadow: 4px 4px 0 #9c1111;
}
.btn-yellow {
    background: #9c1111;
    color: #ffffff;
    border: none;
}
.btn-yellow:hover {
    background: #112054;
    color: #fff;
}
.btn-blue {
    background: #9c1111;
    color: #fff;
    font-size: 13px;
    outline: 4px solid rgba(94, 112, 168, 0.5);
    border: none;
}
.btn-blue:hover {
    background: #112054;
    color: #fff;
    border-color: #112054;
    outline: 4px solid #9c1111;
}
.btn-white {
    background: #112054;
    color: #fff;
    font-size: 13px;
    border: none;
    outline: 4px solid rgba(94, 112, 168, 0.5);
}
.btn-white:hover {
    background: #9c1111;
    color: #fff;
    border-color: #112054;
    outline: 4px solid #112054;
}
.parallax-bg {
    background-size: cover !important;
}
section {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #fff;
}
.text-shadow {
    text-shadow: 3px 0px 5px rgba(0, 0, 0, 0.5);
}
.text-shadow-1 {
    text-shadow: 2px 3px 0 rgba(0, 0, 0, 0.5);
}
/*=======================================================
      HEADING
========================================================*/
.heading {
    margin: 0 -16px;
    margin-bottom: 70px;
    width: 106%;
    text-align: center;
}
.heading h3 {
    font-size: 38px;
    margin: 2px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 94%;
}

.heading hr {
    width: 50px;
    height: 2px;
    border: none;
    margin: 30px auto;
}
hr.main {
    width: 50px;
    height: 2px;
    border: none;
    margin: 30px 0;
}

.heading p {
    font-size: 15px;
    line-height: 24px;
    color: #777777;
    width: 85%;
    margin: 0 auto;
    letter-spacing: 1px;
}
.heading.white h3 {
    color: #fff;
}
.heading h3 span {
    color: #9c1111;
}
.heading.text-left hr {
    margin: 30px 0;
}
/*=======================================================
      TOP BAR
========================================================*/
.top-bar {
    float: right;
    width: 80%;
}
.top-info {
    display: inline-block;
    width: 100%;
    float: left;
    border-bottom: 1px solid #ececec;
}
.top-info .personal-info {
    color: #999999;
    float: left;
}
.top-info .personal-info p {
    color: #999999;
    margin: 0px;
}
.top-info .personal-info li {
    display: inline-block;
    border-right: 1px solid #ececec;
    padding: 15px 20px;
}
.top-info .personal-info li i {
    margin-right: 5px;
}
.top-info .social {
    float: right;
    margin: 0px;
    padding: 0px;
}
.top-info .social li {
    float: left;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}
.top-info .social li a {
    border-left: 1px solid #f0f0f0;
    width: 48px;
    height: 54px;
    line-height: 54px;
    padding: 0px;
    display: inline-block;
    text-align: center;
    color: #aaaaaa;
}
.top-info .social li a:hover {
    background: #f1ebeb;
}
/*=======================================================
      HEADER
========================================================*/
header {
    position: absolute;
    width: 100%;
    z-index: 9999;
    background: #fff;
    border-bottom: 3px solid #9c1111;
    padding-left: 30px;
    margin-top: 40px;
}
header .navbar {
    background: #fff;
    border: none;
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
    text-align: center;
    width: 100%;
    float: left;
}
header .logo {
    float: left;
    border-right: 1px solid #ececec;
    padding: 37px 0;
    padding-right: 30px;
    width: 20%;
}

header .ownmenu {
    float: left;
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
header .navbar {
    display: inline-block;
}
header .navbar li {
    display: inline-block;
    float: left;
}
header .navbar li a {
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    color: #313f46;
    background: none !important;
    padding: 28px 15px;
    font-weight: normal;
    text-transform: uppercase;
}
header .navbar li a:hover {
    color: #9c1111;
}
header .navbar li.active a {
    color: #9c1111;
}
header .quotes {
    float: right;
}
header .quotes a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    line-height: 43px;
    padding: 0px 30px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    background: #9c1111;
    color: #fff;
    float: right;
    margin-top: 15px;
    margin-right: 20px;
    display: inline-block;
}
header .quotes a i {
    margin-right: 10px;
}
header .quotes a:hover {
    background: #112054;
    color: #fff;
}
.ownmenu ul.dropdown {
    background: #f2f3f7;
    padding: 0px;
}
.ownmenu ul.dropdown li {
    margin: 0px;
}
.ownmenu ul.dropdown li a {
    padding: 0px 20px;
    font-size: 14px;
    line-height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* li:hover {
    color: red !important;
} */
/* .dropdown ul.megamenu li a:hover{
    color:red;
} */
/*=======================================================
      SUB BANNER
========================================================*/

.sub-bnr {
    background: url("/images/back.jpg") no-repeat;
    background-color: #1d1d1d;
    background-size: cover;
    min-height: 400px;
    text-align: center;
    opacity: 0.89;
}

.sub-bnr h4 {
    color: #fff;
    font-size: 50px;
    line-height: 58px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Fira Sans", sans-serif;
    margin-top: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sub-bnr hr {
    margin: 20px auto;
}
.sub-bnr .breadcrumb {
    background: none;
    margin: 0px;
    padding: 0px;
}
.sub-bnr .breadcrumb li {
    font-size: 16px;
    color: #b8b8d3;
    line-height: 26px;
    letter-spacing: 1px;

    color: #b8b8d3;
    font-family: "Fira Sans", sans-serif;
}
.sub-bnr .breadcrumb li a {
    color: #b8b8d3;
    color: #b8b8d3;
    font-size: 16px;
    font-family: "Fira Sans", sans-serif;
}

.sub-bnr .go-down {
    background: url() center center no-repeat;
    position: absolute;
    width: 80px;
    margin: 0 auto;
    bottom: 0px;
    height: 32px;
    left: 0px;
    right: 0px;
}

/*=======================================================
   Current Demants
========================================================*/

.bpsRight .blogList01.bil {
    margin-left: 0;
    margin-right: 3px;
    margin-top: 2px;
}
.blogList01 {
    position: relative;
    margin: 0 5px 50px 0;
}
.listCon {
    position: relative;
    background: #fff;
    margin: -40px 18px 0 27px;
    border-radius: 3px 3px 0 0;
    padding: 52px 50px 46px;
    border-bottom: 1px solid #ececec;
}
/*=======================================================
      PAGINATION
========================================================*/
#pagination {
    margin: 0;
    padding: 0;
    text-align: center;
}

#pagination li {
    display: inline;
}
#pagination li a {
    display: inline-block;
    text-decoration: none;
    padding: 5px 10px;
    color: #000;
}

/* Active and Hoverable Pagination */
#pagination li a {
    border-radius: 5px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
#pagination li a.active {
    background-color: #9c1111;
    color: #fff;
}
#pagination li a:hover:not(.active) {
    background-color: #ddd;
}
/*=======================================================
    Banner
========================================================*/
.hero-desc {
    width: 90%;
    height: fit-content;
    bottom: 20px;
    left: 20px;
    color: rgb(255, 255, 255);
    animation: slide-text-left 8s;
}
.hero-desc h1 {
    font-weight: 700;
}
.hero-desc p {
    max-width: 60%;
    font-size: 1.1rem;
    letter-spacing: 0.2px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*=======================================================
      TESTI
========================================================*/

/*=======================================================
      COST CALCULATOR
========================================================*/
/* .cost-cal {
    background: url(../images/bg/bg-2.jpg) no-repeat;
    background-size: cover;
}
.cost-cal .calculate {
    background: #1e337841;
    padding: 0 70px;
    padding-top: 55px;
    padding-bottom: 50px;
}
.cost-cal .calculate p {
    color: #141414;
}
.cost-cal .calculate form li {
    margin-top: 20px;
}
.cost-cal .calculate form li label {
    width: 100%;
    display: inline-block;
    font-weight: normal;
    color: #0f0f0f;
    font-size: 15px;
}
.cost-cal .calculate form li input {
    width: 100%;
}
.cost-cal .calculate form li .form-control {
    border-radius: 0px;
    border: none;
    height: 40px;
    border-radius: 0px;
    padding: 0 20px;
    margin-top: 10px;
}
.cost-cal .calculate h4 {
    font-weight: normal;
    color: #0f0f0f;
    margin-top: 13px;
    font-size: 28px;
    letter-spacing: 1px;
}
.cost-cal select {
    width: 100%;
}
.cost-cal .radio {
    width: 10%;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    padding-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
}
.cost-cal .cost-img {
    margin-left: -80px;
    margin-top: 30px;
}
.cost-cal {
} */
/*=======================================================
      TEAM MEMBER
========================================================*/
.subrat2-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #e3f2fd; */
}

.subrat2-testimonial {
    position: relative;
    max-width: 900px;
    width: 100%;
    padding: 50px 0;
    overflow: hidden;
}

.subrat2-testimonial .image {
    height: 170px;
    width: 170px;
    object-fit: cover;
    border-radius: 50%;
}

.subrat2-testimonial .slide2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 30px;
}

.slide2 p {
    text-align: center;
    padding: 0 100px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

.slide2 .quote-icon {
    font-size: 30px;
    color: #4070f4;
}

.slide2 .subrat2-details {
    display: flex;
    flex-direction: column;
}

.subrat2-details .name {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.subrat2-details .job {
    font-size: 12px;
    font-weight: 400;
    color: #333;
    text-align: center;
    margin-top: 4px;
}
/*=======================================================
      BLOG
========================================================*/

/*=======================================================
 Current Demand  full View
========================================================*/
@media (min-width: 992px) {
    .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.comment_area {
    position: relative;
}

section {
    display: block;
}
.singleBlog {
    position: relative;
    padding: 40px 0 40px;
}
.singleBlog::after .singleBlog::before {
    box-sizing: border-box;
}

.spThumb img {
    height: 544px;
    width: 107%;
    margin: 6px 1px 6px;
}
.spThumb .bmeta {
    height: 46px;
    background: red;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    font-size: 12.97px;
    line-height: 41px;
    font-weight: 500;
    color: #fff;
    font-family: "Fira Sans", sans-serif;
    letter-spacing: -0.48px;
    margin: -39px -37px;
    padding: 0px 19px;
    position: absolute;
    z-index: 2;
    left: 32px;
    top: 35px;
    border: 3px solid #fff;
}
.spThumb .bmeta i {
    display: inline-block;
    font-size: 10.16px;
    margin-right: 3px;
    color: inherit;
}

.spMeta {
    position: relative;
    display: flex;
    padding: 0px 0px 37px 175px;
}
.spsmeta a {
    color: inherit;
    display: inline-block;
}
.spAuthor {
    position: relative;
    padding: 0 0 0 86px;
}
.spsmeta span,
.spsmeta a {
    color: #696969;
    display: inline-block;
}
.spAuthor img {
    width: 77px;
    height: 77px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -31px;
    border: 3px solid #fff;
    margin: -6px 20px 30px -75px;
    left: -87px;
}
.spAuthor p {
    font-size: 15px;
    line-height: 19px;
    color: #404040;
    margin: -6px 5px 32px -165px;
}
.spAuthor p a {
    color: #000000;
    font-size: 17px;
    font-weight: 500;
    display: block;
}

.spsmeta .ct {
    position: relative;
    font-size: 16px;
    font-family: "Fira Sans", sans-serif;
    color: #8799a3;
    padding: 15px 0 0 50px;
}

.spsmeta {
    position: relative;
    font-size: 16px;
    font-family: "Fira Sans", sans-serif;
    color: #8799a3;
    padding: 15px 0 0 50px;
}

.sic_the_content {
    position: relative;
    margin: 0 0 58px;
}
.sic_the_content > p {
    margin: 0 0 30px;
}
.sic_the_content .alignnone,
.sic_the_content .aligncenter {
    margin: auto;
    text-align: center;
    display: block;
    width: auto !important;
}
.sic_the_content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.comment_area {
    position: relative;
}

.sicc_title .cm01 {
    font-size: 28px;
    color: #252525;
    line-height: 38px;
    margin: 0 0 31px;
}
.cnotes {
    margin: 0px 17px 6px;
    margin: 0px 17px 6px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #696969;
}
.commentForm {
    position: relative;
    margin: 27px -21px 18px 30px;
}
.sicc_title {
    font-size: 28px;
    color: #252525;
    line-height: 38px;
    margin: -8px 2px 4px;
}

.comment_area .sicc_title.cm01 {
    margin-bottom: 5px;
    margin-top: -76px;
    margin-left: 15px;
}

/*=======================================================
      FOOTER
========================================================*/
/* .sub-footer {
    background: #0f0f0f;
    padding: 0 0;
}

.sub-footer h6 {
    color: #fff;
    font-size: 14px;
    font-family: "PT Sans";
    margin: 0px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.sub-footer p {
    color: #fff;
    margin: 0px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
footer {
    background: #0f0f0f;
    padding: 0 0;
}

footer .social {
    margin: 5px;
    padding: 0px;
}
footer .social li {
    float: left;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
}
footer .social li a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    padding: 0px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: #aaaaaa;
}
footer .social li a:hover {
    color: #fff;
    background: #9c1111;
}
footer .location i {
    width: 25px;
    height: 40px;
    float: left;
    margin-top: 5px;
}
footer p {
    color: #e5e5e5;
    margin: 5px 19px -1px 3px;
}
footer h6 {
    color: #fff;
    font-family: "PT Sans";
    margin-top: 75px;

    margin-bottom: 30px;
}
footer input {
    background: rgba(255, 255, 255, 0.05);
    height: 45px;
    padding: 0 20px;
    display: inline-block;
    width: 100%;
    border: none;
    margin-bottom: 20px;
}
footer button {
    float: right;
    margin: 0px;
    margin-top: -65px;
    line-height: 45px;
    height: 45px;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 1;
    margin-right: 10px;
    background: none;
    border: none;
}
.rights {
    padding: 20px 0;
    background: #0f0f0f;
}
.rights p {
    color: #fff;
    text-align: center;
    margin: 0px;
} */

.single-comment-wrap .comment-footer {
    margin-top: 8px;
}

.single-comment-wrap .comment-footer a {
    font-size: 14px;
    color: #151515;
}

.single-comment-wrap .comment-footer a strong {
    color: #222222;
}

.single-comment-wrap .comment-footer a.btn-reply {
    color: #222222;
}

.single-comment-wrap .comment-footer a.btn-reply:hover {
    color: #080b1a;
}
.pricing-plan-item .pricing-plan-footer {
    margin-top: 50px;
}

@media only screen and (max-width: 767.98px) {
    .pricing-plan-item .pricing-plan-footer {
        margin-top: 30px;
    }
}

.pricing-plan-item .pricing-plan-footer .btn-outline {
    border-radius: 6px;
    font-size: 14px;
    text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px),
    only screen and (min-width: 1200px) {
    .pricing-plan-item .pricing-plan-footer .btn-outline {
        /* padding-left: 40px;
        padding-right: 40px; */
    }
}
.footer-area {
    background-color: #080b1a;
    width: 100%;
}
.footer-area {
    background-color: #080b1a;
}

.widget-item {
    margin-top: 38px;
    color: #fff;
}

.widget-item .widget-title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    margin-top: -1px;
    margin-bottom: 22px;
}
footer .social {
    margin: 5px;
    padding: 0px;
}
footer .social li {
    float: left;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
}
footer .social li a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    padding: 0px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: #aaaaaa;
}
footer .social li a:hover {
    color: #fff;
    background: #9c1111;
}

@media only screen and (max-width: 767.98px) {
    .widget-item .widget-title {
        margin-bottom: 15px;
    }
}

.widget-item address {
    line-height: 2;
    margin-bottom: 0;
    font-weight: 500;
    color: #fff;
}

.widget-list li {
    line-height: 2;
}

.widget-list li a {
    color: #fff;
    font-weight: 500;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.widget-list li p {
    color: #fff;
    font-weight: 500;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.widget-list li a:hover {
    color: #fff;
    padding-left: 5px;
}

.about-widget img {
    max-width: 120px;
    margin-bottom: 20px;
}

.copyright-txt {
    margin-top: 75px;
    padding-top: 25px;
    font-weight: 500;
    color: #fff;
    display: flex;
    justify-content: center;
    border-top: 1px solid #182141;
}

.copyright-txt .company-name {
    font-weight: bold;
    color: #68af50;
}

.copyright-txt .company-name:hover {
    color: #86bf73;
}

@media only screen and (max-width: 767.98px) {
    .copyright-txt {
        margin-top: 15px;
    }
}

/*=======================================================
       Current Demand
========================================================*/
.listconp {
    font-weight: bold;
    font-size: 30px;
    font-family: "Fira Sans", sans-serif;
    line-height: 36px;
    color: #252525;
    margin: 0 0 12px;

    margin-block-start: -1em;
    margin-block-end: 1em;
    margin-inline-start: -52px;
    margin-inline-end: 15px;
    padding-inline-start: 10px;
}

.responsive-img {
    max-width: 96%;
    margin: 0px -1vw 0px 2vw;
    height: auto;
}
/*=======================================================
			CONTACT FORM
========================================================*/
.subrat-bg-image {
    background-image: url("contactbg.jpg");
    background-size: cover;
    background-position: center;
    min-height: 61vh;
    display: flex;
    align-items: center;
    padding: 20px;
}

.subrat-secTitle,
.subrat-secTitle2 {
    color: #382c4d;
    font-weight: 800;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
}

.subrat-bep_paragraph {
    margin-bottom: 20px;
}

.subrat-shadow-div {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #ffffff;
}

.subrat-h5 {
    color: #9c1111;
    font-size: 25px;
    margin-bottom: 20px;
}

.subrat-p {
    font-size: 16px;
    color: #5f5f5f;
    margin-bottom: 20px;
}

.subrat-input-with-icon {
    position: relative;
}

.subrat-input-with-icon input[type="text"],
.subrat-input-with-icon input[type="email"] {
    padding-left: 40px;
}

.subrat-input-with-icon .icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

.subrat-contact-button {
    background-color: #9c1111;
    color: white;
    border: none;
    border-radius: 40px;
    width: 100%;
    padding: 12px;
}
#captcha + input[type="text"] {
    padding: 12px 20px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.captcha-btn {
    background-color: #4caf50;
    border: none;
    color: white;
    padding: 12px 30px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}
canvas {
    /*prevent interaction with the canvas*/
    pointer-events: none;
}

/*=======================================================
      Valuable Client
========================================================*/

.imagec {
    margin-top: 35px;
}

.container-rk {
    hm {
    }
    .container-qr {
        width: 100%;
        padding-left: 16vw;
        padding-right: 12vw;
    }
    .slick-slide {
        margin: 0px 20px;
        width: 60px;
    }

    .slick-slide img {
        width: 85%;
        height: auto;
    }

    .slick-slider {
        position: relative;
        display: block;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }

    .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

    .slick-slider .slick-track,
    .slick-slider .slick-list {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: block;
    }

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: "";
    }

    .slick-track:after {
        clear: both;
    }

    .slick-loading .slick-track {
        visibility: hidden;
    }

    .slick-slide {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
    }

    [dir="rtl"] .slick-slide {
        float: right;
    }

    .slick-slide img {
        display: block;
    }

    .slick-slide.slick-loading img {
        display: none;
    }

    .slick-slide.dragging img {
        pointer-events: none;
    }

    .slick-initialized .slick-slide {
        display: block;
    }

    .slick-loading .slick-slide {
        visibility: hidden;
    }

    .slick-vertical .slick-slide {
        display: block;
        height: auto;
        border: 1px solid transparent;
    }

    .slick-arrow.slick-hidden {
        display: none;
    }
}
/*=======================================================
      Emergency
========================================================*/
.col-md-6 {
    flex: -3 0 auto;
    width: 50%;
}
.requirmentp {
    font-size: 20px;
    display: block;
    font-weight: bold;
    color: #696969;
    text-align: justify;
    line-height: 24px;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.paragraph {
    font-size: 17px;
    font-family: "Roboto", sans-serif;
    display: block;
    text-align: justify;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
/*=======================================================
     Experties & Documentaion
========================================================*/
.featured-services .icon-box {
    padding: 9px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}

.featured-services .icon-box::before {
    content: "";
    position: absolute;
    background: #cbe0fb;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1;
}

.featured-services .icon-box:hover::before {
    background: #9c1111;
    top: 0;
    border-radius: 0px;
}

.featured-services .icon {
    margin-bottom: 15px;
}

.featured-services .icon i {
    font-size: 48px;
    line-height: 1;
    color: #9c1111;
    transition: all 0.3s ease-in-out;
}

.featured-services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 17px;
}

.featured-services .title a {
    color: #111;
}

.featured-services .description {
    font-family: "Roboto", sans-serif;
    color: #6f6f6f;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
    text-align: inherit;
}

.featured-services .icon-box:hover .title a,
.featured-services .icon-box:hover .description {
    color: #6f6f6f;
}

.featured-services .icon-box:hover .icon i {
    color: #fff;
}
.sectitle {
    font-family: "Fira Sans", sans-serif;
    font-weight: bold;
    font-size: 35px;
    color: #101a25;
    margin: 10px 0 15px;
    text-align: center;
}

/*=======================================================
           	About Us
========================================================*/

@import url("https://fonts.googleapis.com/css2?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");

.wellcome {
    color: #9c1111;
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 55px;
    margin: 0px 0px 8px 0px;
}

.red-text {
    color: rgb(160, 13, 13);
}

.about {
    height: 300;
    width: 85%;
    margin: 4% -1% -1% -7%;
    border-radius: 1%;
}

.para2 {
    color: #555555;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    text-align: justify;
    margin-block-start: 2em;
    margin-block-end: 1em;
    margin-inline-start: -132px;
    margin-inline-end: -10px;
}

.para {
    color: #555555;
}

#counter {
    background: rgba(black, 0.05);
    padding: 25px;
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    h {
    }

    p {
        text-align: center;
        font-size: 30px;
    }

    span.percent:after {
        /* content: "+"; */
        display: inline-block;
    }
}

@media (min-width: 992px) {
    .cols-lg-md-2 {
        flex: 0 0 calc(16.66667% * 2);
        max-width: calc(16.66667% * 2);
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .cols-lg-md-2 {
        flex: 0 0 calc(20% * 2);
        max-width: calc(20% * 2);
    }
}
/*=======================================================
			Messages From people
========================================================*/
/* Custom CSS for the about us page */
.text-center {
    text-align: center;
}
.about-section {
    padding: 20px;
}
.img-container img {
    max-width: 100%;
    height: auto;
}

/************************ 
      Job Category
**************************/
#map {
    margin-left: 100px;
    margin-right: 100px;
}
.wrapper {
    width: 100%;
    padding-top: 20px;

    .rgm {
    }

    h2 {
        font-family: sans-serif;
        color: #fff;
    }

    .carousel {
        width: 100%;
        margin: 0px auto;
    }

    .slick-slide {
        margin: 10px;
        position: relative;
    }

    .slick-slide img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        border-radius: 13px;
        border: 2px solid #fff;
        transition: transform 0.3s ease-in-out;
    }

    .slick-slide:hover img {
        transform: scale(1.1);
    }

    .tooltip {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        background: linear-gradient(
            -45deg,
            rgba(6, 190, 244, 0.75) 0%,
            rgba(45, 112, 253, 0.6) 100%
        );
        transition: all 0.5s linear;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .slick-slide:hover .tooltip {
        opacity: 1;
    }

    .tooltip a {
        color: #fff;
        font-size: 25px;
        opacity: 1;
        text-decoration: none;
        /* Remove underline from link */
    }

    @media screen and (max-width: 767px) {
        .tooltip {
            background: linear-gradient(
                -45deg,
                rgba(6, 190, 244, 0.75) 0%,
                rgba(45, 112, 253, 0.6) 100%
            );
            transition: all 0.5s linear;
        }
        .carousel {
            width: 100%;
            margin: 0px auto;
        }
    }
}
.missionp {
    font-size: 19px;
    font-family: "Roboto", sans-serif;
    display: block;
    text-align: justify;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.miisionp ul li::before {
    content: "• "; /* Use a bit full stop or bullet character */
}

.job-r {
    margin-top: 60px;
}
.productp {
    margin: 35% 6% 2%;
    color: #000;
    font-weight: bold;
    text-align: justify;
    font-size: 40px;
    font-family: "Roboto", sans-serif;
    line-height: 22px;
}
.crauselimg {
    margin: 20% 2% 20% 2%;
    border-radius: 4%;
}

/*=======================================================
			Welcome
========================================================*/

/*=======================================================
      SERVICES
========================================================*/
.traningimg {
    margin: 1% 2% 1% 2%;
    border-radius: 4%;
}
.crouselimg {
    margin: 4% 2% 1% 2%;
    border-radius: 4%;
}
.mission {
    font-size: 22px;
    text-decoration: underline;
    display: block;
    font-weight: bold;
    color: #696969;
    line-height: 24px;
    text-align: justify;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.prra3 {
    color: black;
    text-decoration: none;
    font-size: 43px;
    font-family: "Fira Sans", sans-serif;
    font-weight: 300;
    line-height: 42px;
    text-rendering: optimizeLegibility;
    margin: 20px;
}
.container-pm {
    position: relative;
    margin: 0 5px 50px 0;
}
.list-icon {
    position: relative;
    background: #fff;
    margin: -40px 18px 0 27px;
    border-radius: 3px 3px 0 0;
    padding: 52px 50px 46px;
    border-bottom: 1px solid #ececec;
}
.listcongm {
    font-weight: bold;
    font-size: 30px;
    font-family: "Fira Sans", sans-serif;
    line-height: 36px;
    color: #252525;
    margin: 0 0 12px;
    text-align: justify;
}
.list-icon .bmeta {
    color: #696969;
    font-size: 15px;
    margin: 0 0 18px;
    text-align: justify;
}
.bmeta a {
    color: #9c1111;
    margin-right: 20px;
    font-weight: bold;
    text-transform: capitalize;
    text-align: justify;
}
.bmeta i {
    margin-right: 5px;
    font-weight: bold;
}
.bmeta span {
    font-size: 15px;
    font-weight: bold;
    color: #696969;

    font-family: "Fira Sans", sans-serif;
}
.bmeta span::before {
    content: "/ ";
    font-weight: bold;
    color: #696969;
    margin-left: -16px;
}
.qr {
    color: #696969;
    font-size: 18px;
    line-height: 24px;
    margin: 0 60px 0 0;
    margin: 0;
    text-align: justify;
}
.sidebar {
    position: relative;
    margin: 0 0 0 20px;
}
.sidebar .widget {
    position: relative;
    margin: 0 0 40px;
    padding: 44px 40px 45px;
    border-radius: 10px;
    background: url(../images/bg/widget.jpg) no-repeat center center / cover;
}

.sidebar .widget .widget_title h2 {
    color: #252525;
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
    text-transform: capitalize;
    margin: 0 0 31px;
    font-family: "Fira Sans", sans-serif;
    display: inline-block;
    position: relative;
    text-align: justify;
}
.sidebar .widget .widget_title {
    color: #252525;
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
    text-transform: capitalize;
    margin: 0 0 31px;
    font-family: "Fira Sans", sans-serif;
    text-align: justify;

    position: relative;
}
.sidebar .pp_post_item {
    position: relative;
    padding-top: 7px;
    min-height: 80px;
    padding-left: 120px;
    margin-bottom: 30px;
}
.sidebar .pp_post_item img {
    width: 97px;
    height: 80px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
}
.sidebar .pp_post_item a {
    font-size: 17px;
    line-height: 23px;
    color: #252525;
    font-weight: 600;
    text-align: justify;
    margin-bottom: 3px;
    font-family: "Fira Sans", sans-serif;
}
.sidebar .pp_post_item span {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #696969;
    text-align: justify;
    margin-bottom: 8px;
    font-family: "Fira Sans", sans-serif;
}
.sidebar .pp_post_item .author {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    color: #9c1111;
    text-align: justify;
    font-family: "Roboto", sans-serif;
}
.sidebar .berpo_btn {
    height: 40px;
    color: #fff;
    line-height: 40px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 13px;
    padding: 0px 37px;
    margin: 5px 10px 2px 66px;
}
.berpo_btn {
    font-family: "Fira Sans", sans-serif;
    position: relative;
    overflow: hidden;
    font-size: 15px;
    font-weight: 700;
    height: 61px;
    line-height: 62px;
    border-radius: 100px;
    padding: 0 35.5px;
    text-align: center;
    border: none;
    outline: none;
    text-transform: uppercase;
    display: inline-block;
    background: #9c1111;
    color: #fff;
    vertical-align: middle;
    z-index: 2;
    transition: all ease 0.3s;
}

.berpo_btn:hover {
    background: #000;
    color: #fff;
}
.sidebar .widget .widgeta {
    font-size: 15px;
    font-weight: 10px;
}

.sidebar .widget .wdgetspan {
    display: inline-block;
    width: 32px;
    height: 36px;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
    color: #252525;
    line-height: 36px;
    font-weight: 700;
    right: -14px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sidebar .widget .wdgetspan:hover {
    background: #9c1111;
    color: white;
}
.qrn {
    margin-top: 30px;
}

.container-mn {
    margin-top: 50px;
}

.rec-img {
    margin-bottom: 89px;
}
