/*== Defualt CSS Here ==*/

.section-padding {
    padding: 45px 0;
}

.section-title {
    letter-spacing: 0.8px;
    margin-bottom: 80px;
    text-align: center;
}

.section-title h2 {
    color: #144d88;
    font-size: 43px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}

.section-title h2 span {
    color: #323232;
}

.section-title h2::after {
    background-color: #144d88;
    border-radius: 50px;
    bottom: -5px;
    content: "";
    height: 5px;
    left: 50%;
    margin-left: -35px;
    position: absolute;
    width: 70px;
}

.section-title p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
}

.raj_btn {
    background-color: #66b71c;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-align: center;
    padding: 15px 40px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.raj_btn:hover,
.raj_btn:focus {
    color: #fff;
    background-color: #00b8ff;
}

.raj_btn i.fa {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.raj_btn:hover i.fa {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-left: 10px;
}

/*== Header Top CSS Start ==*/

#header-top {
    background-color: #1a1a1a;
    color: #fff;
    padding: 10px 0;
}

#header-top a {
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header-social-icon li {
    display: inline;
    margin-right: 15px;
}

.header-social-icon li:last-child {
    margin-right: 0;
}

.header-social-icon li.connect-title {
    margin-right: 22px;
}

#header-top a span {
    color: #d8ff7c;
    font-weight: 400;
}

#header-top .header-social-icon li a:hover {
    color: #d8ff7c;
}

/*== Header Top CSS End ==*/

/*== Header CSS Start ==*/

#header-area {
    z-index: 99;
}

.logo-area {
    padding: 34px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.logo-area a {
    display: block;
}

.logo-area img {
    max-width: 270px;
}

@media (max-width: 767px) {
    .logo-area img {
        max-width: 175px;
    }
}

.main-menu ul li {
    float: left;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.main-menu ul li a {
    color: #1c1c1c;
    display: block;
    font-weight: 500;
    font-family: "Exo";
    letter-spacing: 0.6px;
    font-size: 15px;
    line-height: 16px;
    padding: 40px 15px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.main-menu ul li.active a,
.main-menu ul li:hover a {
    color: #00b8ff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.main-menu ul li .sub-menu {
    background-color: #00b8ff;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 150px;
    width: 200px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.main-menu ul li:hover .sub-menu {
    top: 96px;
    opacity: 1;
    display: block;
    visibility: visible;
    pointer-events: visible;
}

.main-menu ul li .sub-menu li {
    float: none;
    position: relative;
}

.main-menu ul li .sub-menu li::after {
    background-color: #fff;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    opacity: 0.3;
    position: absolute;
    width: 100%;
}

.main-menu ul li .sub-menu li:last-child::after {
    display: none;
}

.main-menu ul li .sub-menu li:hover a {
    background-color: #333333;
    color: #fff;
}

.main-menu ul li .sub-menu li a {
    color: #fff;
    font-size: 14px;
    padding: 15px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/*Header Fix CSS*/

#header-area.fixedTop {
    background: #fff;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

/*SlickNav Or Responsive Menu*/

#header-area .container {
    position: relative;
}

.slicknav_menu {
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.slicknav_nav ul {
    margin: 0;
}

.slicknav_btn {
    background-color: #1a1a1a;
    margin: 0;
    padding: 10px 17px;
    position: absolute;
    right: 15px;
    top: 31px;
    z-index: 9;
}

.slicknav_nav {
    background-color: #1a1a1a;
    left: 0;
    position: absolute;
    top: 96px;
    width: 100%;
    z-index: 9;
}

.slicknav_nav ul li .slicknav_row:hover {
    background-color: transparent;
    color: #222;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.slicknav_nav ul li ul {
    padding-left: 20px;
}

.slicknav_nav ul li:hover {
    background-color: #333;
}

.slicknav_nav ul li:hover a {
    background-color: transparent;
    color: #fff;
}

.slicknav_arrow {
    display: none;
}

/*== Header CSS End ==*/

/*== Hero Area CSS Start ==*/

#hero-area {
    background-color: #ddd;
    background-image: url("assets/img/hero-area-bg.jpg");
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

#hero-area:after {
    background-color: #484848;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.74;
    z-index: -1;
}

.hero-text h2 {
    color: #fff;
    font-size: 45px;
    letter-spacing: 0.4px;
    line-height: 60px;
    text-transform: uppercase;
}

.hero-text p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.8px;
    margin: 15px 0 28px;
}

.hero-text .raj_btn {
    padding: 17px 0 17px 21px;
    width: 180px;
}

.hero-text .raj_btn:hover {
    padding-left: 0;
}


.single-hero-box {
    color: #616161;
    font-size: 13px;
    padding: 50px 20px;
    position: relative;
}

.single-hero-box img {
    width: 65px;
}

.single-hero-box h3 {
    color: #616161;
    font-size: 26px;
    font-weight: 400;
    margin: 30px 0 20px;
}

/*== Hero Area CSS End ==*/

/*== About Area CSS Start ==*/

#about-area {
    margin-top: 50px;
}

#service-area.section-padding {
    padding-bottom: 40px;
}

.about-text {
    line-height: 1.7em;
}

.color-text {
    color: #144d88;
    margin: 30px 0;
    font-size: 20px;
}

.heading-p {
    font-size: 24px;
    font-weight: 800;
}


#about-area img {
    width: 100%;
    float: left;
}


/*== About Area CSS End ==*/

/*== Service Area CSS Start ==*/

.single-service {
    font-size: 13px;
    letter-spacing: 0.6px;
    line-height: 25px;
    margin-bottom: 10px;
    padding: 40px 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-service:hover {
    border-radius: 5px;
    -webkit-box-shadow: 0 0 60px rgba(116, 116, 116, 0.20);
    box-shadow: 0 0 60px rgba(116, 116, 116, 0.20);
    margin-top: -5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#service-area .section-title {
    margin-bottom: 45px;
}

#service-area .col-lg-4:nth-child(1n + 4) .single-service {
    margin-bottom: 0;
}

.single-service h3 {
    color: #616161;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.8px;
    line-height: 24px;
    margin-bottom: 15px;
    padding-left: 50px;
    position: relative;
    text-transform: uppercase;
}

.single-service .service-icon {
    bottom: 2px;
    left: 0;
    position: absolute;
    color: #00b8ff;
}

#service-area .col-lg-4:nth-child(2) .service-icon {
    bottom: -2px;
}

#service-area .col-lg-4:nth-child(3) .service-icon,
#service-area .col-lg-4:nth-child(5) .service-icon,
#service-area .col-lg-4:nth-child(6) .service-icon {
    bottom: 4px;
}

#service-area .col-lg-4:nth-child(4) .service-icon {
    bottom: 7px;
}

.service-icon.flaticon-building:before,
.service-icon.flaticon-concrete-mixer:before,
.service-icon.flaticon-window:before,
.service-icon.flaticon-crane:before,
.service-icon.flaticon-driller:before,
.service-icon.flaticon-padlock:before {
    font-size: 40px;
}

/*== Service Area CSS End ==*/

/*== Project Area CSS Start ==*/

#project-area.section-padding {
    padding-top: 90px;
}

.project-menu {
    margin-bottom: 65px;
}

.project-menu span {
    border-bottom: 1px solid #959595;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.8px;
    margin: 0 -5px 0 0;
    padding: 0 10px 15px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.project-menu span::before {
    background-color: #144d88;
    border-radius: 40px;
    bottom: -2px;
    content: "";
    height: 3px;
    left: -100%;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 100%;
}

.project-menu span.active,
.project-menu span:hover {
    color: #144d88;
}

.project-menu span.active:before {
    opacity: 1;
    left: 0;
    visibility: visible;
}

.single-project {
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.single-project:before {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.single-project img {
    object-fit: cover;
    height: 240px;
    width: 100%;
}


.project-hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: #00b8ff;
    font-size: 13px;
    font-weight: 500;
    height: 100%;
    left: 0;
    top: -100%;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.project-title-hvr {
    border: 2px solid #00b8ff;
    left: 0;
    margin: 20px;
    padding: 20px;
    position: absolute;
    top: 10%;
}

.project-hvr-icon {
    bottom: 5%;
    left: 0;
    padding: 0 20px;
    position: absolute;
    width: 100%;
}

.project-title-hvr h3 {
    color: #fff;
    font-family: "Exo";
    font-size: 19px;
    font-weight: 600;
}

.project-hvr-icon p {
    display: inline-block;
}

/*== Project Area CSS End ==*/

/* .mine-details-section */
.mine-details-section .mine-details-img {
    padding: 0;
}

.mine-details-section .mine-details {
    padding: 20px 44px;
    background-color: #ffd4a6;
}

.mine-details-section .mine-details .arrow {
    list-style-type: '→ ' !important;
    margin: 12px;

}

.mine-details-section .mine-details .arrow li {
    list-style-type: inherit;
    font-size: 24px;
    font-weight: 700;
}

.mine-details-section {
    padding: 60px 0;
}

.mine-details-sec {
    box-shadow: 2px 3px 12px 0px #7c7c7c;
}

@media (max-width: 1199.98px) {
    .mine-details-section .mine-details .arrow li {
        list-style-type: inherit;
        font-size: 20px;
        font-weight: 700;
    }
}

@media (max-width: 991.98px) {
    .mine-details-section .mine-details {
        padding: 0 30px;
    }
}

@media (max-width: 767.98px) {
    .mine-details-section .mine-details .arrow li {
        list-style-type: inherit;
        font-size: 16px;
        font-weight: 700;
    }

    .mine-details-section .mine-details-img {
        padding: 0 10px;
    }

    .mine-details-section .mine-details {
        margin: 0 10px;
        padding: 2px 18px;
    }
}

/* .mine-details-section */
/*== Review Area CSS Start ==*/

#review-area {
    background-image: url(assets/img/coal-banner-3.jpg);
    background-position: left top;
    background-attachment: fixed;
    background-size: cover;
    /*padding: 60px 0;*/
    position: relative;
    z-index: 1;
    padding: 75px 0;
}

#review-area:after {
    background-color: #02ccfad2;
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    opacity: 0.89;
    z-index: -1;
}

.review-area .aligncenter table,
th,
td {
    border: 2px solid black;
    border-collapse: collapse;
    padding: 5px;
    text-align: center;

}

table {
    background: #ffffff;
    width: 100%;
}

th {
    background: #ffd4a6 !important;
}




#review-area .section-title {
    margin-bottom: 30px;
}

#review-area .section-title h2 {
    color: #fff;
}

#review-area .section-title h2::after {
    background-color: #fff;
}

.single-testimonial p {
    color: #fff;
    font-style: italic;
}

.single-testimonial h3 {
    font-family: "Exo";
    font-size: 16px;
    margin-top: 60px;
    position: relative;
    text-transform: uppercase;
}


.single-testimonial h5 {
    color: #fff;
    font-family: "Exo";
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
}

/*== Review Area CSS End ==*/

/*== Partner Area CSS Start ==*/

#partner-area .owl-carousel img {
    margin: auto;
    width: 90px;
}

.single-partner {
    height: 160px;
}


/*== Partner Area CSS End ==*/

/*== News Area CSS Start ==*/

.news-thumbg-1 {
    background-image: url(assets/img/news/news-thum-1.jpg);
}

.news-thumbg-2 {
    background-image: url(assets/img/news/news-thum-2.jpg);
}

.news-thumbg-3 {
    background-image: url(assets/img/news/news-thum-3.jpg);
}

.single-news-content {
    border-radius: 5px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-news-content:hover .news-thum {
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-news-content:hover {
    -webkit-box-shadow: 0 0 60px rgba(116, 116, 116, 0.25);
    box-shadow: 0 0 60px rgba(116, 116, 116, 0.25);
}

.single-news-content:hover .news-contant {
    background-color: #fdfdfd;
    border-radius: 0px 0px 5px 5px;
}

.news-meta a:hover,
.single-news-content:hover h4 a {
    color: #fab702;
}

.news-thum {
    background-color: #ddd;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px 5px 0 0;
    display: block;
    height: 265px;
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.news-contant {
    background-color: #f8f8f8;
    border-radius: 0 0 5px 5px;
    font-size: 13px;
    line-height: 1.9em;
    padding: 25px 20px 35px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.news-contant h4 {
    font-size: 20px;
    font-weight: 600;
}

.news-contant,
.news-contant h4,
.news-contant a {
    color: #616161;
    letter-spacing: 0.6px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.news-meta {
    font-family: 'Source Sans Pro', sans-serif;
    margin: 10px 0 8px;
}

.news-meta a {
    font-size: 15px;
    font-weight: 400;
}

/*== News Area CSS End ==*/


/*== Footer Area CSS Start ==*/

#footer-area {
    background-color: #181818;
    color: #fff;
    padding: 40px 0 30px;
}

.footer-about {
    padding-right: 55px;
}

.single-widget.footer-about img {
    width: 80%;
}

.widget-body,
.widget-body a {
    color: #ebebeb;
}



.widget-body img {
    margin-bottom: 25px;
}

.widget-title h4 {
    color: #00b8ff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.7px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}

.widget-title h4::after {
    background-color: #00b8ff;
    border-radius: 5px;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 55px;
}

.widget-title {
    margin-bottom: 30px;
}

.footer-btn {
    border: 2px solid #fab702;
    border-radius: 3px;
    color: #fab702 !important;
    font-size: 12px;
    font-weight: 600 !important;
    letter-spacing: 0.6px;
    margin-top: 20px;
    padding: 10px 50px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.footer-btn:hover {
    background-color: #fab702;
    color: #000 !important;
}

.widget-body ul li a {
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.widget-body a {
    display: inline-block;
    font-weight: 500;
}

.widget-body a span {
    color: #00b8ff;
    font-weight: 700;
}

.widget-body ul li:last-child a {
    margin-bottom: 0;
}

.widget-body ul li a:hover {
    color: #fab702 !important;
}

#footer-area ul.social-icon li {
    display: inline-block;
    font-size: 17px;
    margin-right: 15px;
}

#footer-area ul.social-icon {
    margin-top: 17px;
}

.con-btn {
    color: #fab702 !important;
    font-weight: 600 !important;
}

.email {
    margin: 15px 0;
}

.address {
    margin-bottom: 15px;
}

.footer-copyright {
    border-top: 1px solid #00b8ff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.7px;
    margin-top: 50px;
    padding-top: 25px;
    position: relative;
}

.address-content a {
    display: block;
}

.footer-copyright a {
    color: #00b8ff;
}

/*== Footer Area CSS End ==*/

/*== Scroll Top CSS ==*/

.footer-copyright div#scroll-top {
    background-color: #00b8ff;
    border: 1px solid #00b8ff;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    left: 50%;
    padding: 8px 25px;
    position: absolute;
    text-transform: uppercase;
    top: -20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.footer-copyright div#scroll-top:hover {
    background-color: #00b8ff;
}

/*== Scroll Top CSS ==*/

@media (min-width: 991px) {
    .footer-link li {
        display: inline-block;
        width: 49%;
    }
}



/************** 14-03-19 **************/
.img-content {
    display: block;
    text-align: center;
    margin-bottom: 40px;
}

.img-content img {
    float: none !important;
    opacity: 0.9;
    object-fit: cover;
    height: 260px;
}

.img-content:hover img {
    opacity: 1;
}

.img-content:hover h4 {
    color: #00b8ff;
}

.img-content h4 {
    color: #616161;
    letter-spacing: 0.6px;
    padding: 30px 0;
}







/* market-Analysis-section */


.market-Analysis-section {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.6;
    color: #616161;
    letter-spacing: 0.8px;
    padding: 40px 0;
}

.market-Analysis-section .market-Analysis {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;

}

.div-Analysis {
    /* background-color: #FCF8E8; */
    width: 170px;
    height: 110px;
    float: left;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    margin: 35px;
    /* border: 1px solid black; */
    box-shadow: -7px -6px 0px 0px #059bbd, 7px 6px #ECB390;
    counter-increment: num-circle;
    position: relative;
}

.market-Analysis-section .div-Analysis::after {
    content: counter(num-circle);
    background-color: #4f4f4f;
    color: white;
    padding: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 140px;
}

.div-Analysis::after {
    content: counter(num-circle);
    background-color: #CEE5D0;
    color: white;
    padding: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 74px;
}


/* div::before {
    content: "Element";
    position: absolute;
    top: 0px;
    left: 0px;
} */


.div-Analysis span {
    position: absolute;
    top: 35px;
    left: 12px;
    font-size: 18px;
}

@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {
    .div-Analysis {
        margin: 18px;
        width: 135px;
        height: 80px;
    }

    .market-Analysis-section {
        font-size: 14px;
        font-weight: 800;
        line-height: 1;
    }

    .div-Analysis span {
        position: absolute;
        top: 30px;
        left: 12px;
        font-size: 12px;
    }

    .market-Analysis-section .div-Analysis::after {
        left: 110px;
    }
}

@media (max-width: 767.98px) {
    .div-Analysis {
        margin: 14px;
        width: 125px;
        height: 75px;
    }

    .market-Analysis-section {
        font-size: 14px;
        font-weight: 800;
        line-height: 1;
    }

    .div-Analysis span {
        position: absolute;
        top: 30px;
        left: 12px;
        font-size: 12px;
    }

    .market-Analysis-section .div-Analysis::after {
        left: 105px;
    }

}