body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px 0px;
    margin: 0px 0px;
}

p {
    padding: 0px 0px;
    margin: 0px 0px;
    font-family: 'Varela Round', sans-serif;
    font-size: 16px;
    line-height: 1.8em;
    color: #444;
}

ul {
    padding: 0px 0px;
    margin: 0px 0px;
    list-style: none;
}

a:hover {
    text-decoration: none;
}

b,
strong {
    font-weight: bold;
    font-size: 1.1em;
}

body {
    padding: 0px 0px;
    margin: 0px 0px;
    font-family: 'Varela Round', sans-serif;
}

/*-- header --*/

.top-bar li {
    display: inline-block;
    /* padding-right: 20px; */
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-right: 5px;
}

.top-bar li i {
    padding-right: 10px;
    color: #fff;
}

ul.top-bar li i {
    padding-right: 10px;
    color: #fff;
}

ul.top-bar {
    /*
    margin-top: .6em;
*/
    text-align: right;
}

ul.top-bar1 {
    text-align: left;
}

ul.top-bar1 li {
    display: inline-block;
}

ul.top-bar a {
    color: #fff;
}

ul.top-bar1 li a {
    font-size: 16px;
    border-width: 0 1px;
    line-height: 35px;
    padding: 0 5px;
    cursor: pointer;
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    height: 35px;
    margin: 0px 5px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 35px;
}

ul.top-bar1 li a:hover {
    background: #ffffff;
    color: #055ab4
}

.navbar-default {
    background: none;
    border: none;
}

.header {
    padding: 0.5em 0 1em 0;
    background: url(../images/patters.jpg);
}

.headers {
    padding: 1em 0;
    /* background: #00a7ac; */
    /* background: #28375E; */

    /* background:#001029; */
    /* background-color: #000000; */
        background: linear-gradient(180deg, #1a1a1a, #0d0d0d);

}

.navbar {
    margin-bottom: 0;
    border-radius: 0;
}

.navbar-brand {
    height: 55px;
    padding: 0px 0;
    text-transform: capitalize;
    line-height: .9em;
}
.name_title{
    /* background-color: red; */
    margin-top: 0.9vw;
    /* font-size: 3.5em; */
    /* color: #010e2a; */
    text-transform: capitalize !important;
    /* text-align: center; */
    /* color: #28375E !important; */
    color:#161616;
}

.navbar-default .navbar-brand {
    color: #ffffff;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #ffffff;
}

div#bs-example-navbar-collapse-1 {
    margin-top: 0.8em;
}

.navbar-default .navbar-nav>li>a {
    /* color: #010e2a !important; */
    font-size: 20px;
    text-transform: capitalize;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 10px;
    position: relative;
    font-weight: bold;

    color:#161616 !important;
font-weight: 500;

}

.header-bottom {
    padding: 1em 0;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-brand{
    /* position: relative; */
}
.navbar-brand>img {
    display: block;
    /* position: absolute; */
    height: 75px;
    /* height: 9vw; */
}

.bs-slider {
    overflow: hidden;
    max-height: 750px;
    position: relative;
    background: #000000;
}

.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.28);
}

.bs-slider>.carousel-inner>.item>img,
.bs-slider>.carousel-inner>.item>a>img {
    margin: auto;
    width: 100%;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}

.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

.fade .item:first-child {
    top: auto;
    position: relative;
}

.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

/*---------- LEFT/RIGHT ROUND CONTROL ----------*/

.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    /*width: 45px;*/
    /*height: 45px;*/
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.control-round:hover .carousel-control {
    opacity: 1;
}

.control-round .carousel-control.left {
    left: 1%;
}

.control-round .carousel-control.right {
    right: 1%;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
    color: #fdfdfd;
    border: 0px transparent;
}

.control-round .carousel-control.left>span:nth-child(1) {
    left: 45%;
}

.control-round .carousel-control.right>span:nth-child(1) {
    right: 45%;
}

/*---------- INDICATORS CONTROL ----------*/

.indicators-line>.carousel-indicators {
    right: 48.5%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}

.indicators-line>.carousel-indicators li {
    padding: 0;
    width: 15px;
    height: 15px;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: #FFF;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    z-index: 1;
    cursor: pointer;
}

.indicators-line>.carousel-indicators li:last-child {
    margin-right: 0;
}

.indicators-line>.carousel-indicators .active {
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #ff5e15;
    background-color: transparent;
    position: relative;
    border-color: #ff5e15;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.indicators-line>.carousel-indicators .active:before {
    transform: scale(0.5);
    background-color: #ff5e15;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.slide-text {
    left: 15%;
    top: 30%;
    right: 15%;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
}

.slide-text>h1 {
    padding: 0;
    color: #ffffff;
    font-size: 74px;
    font-style: normal;
    line-height: 84px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    font-weight: bold;
    color: #FFFFFF!important;
    font-size: 50px;

}

.slide-text>p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 28px;
    margin-bottom: 30px;
    padding: 0;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.slide-text>a.btn-default {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 26px 61px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    border-radius: 50px
}

.slide-text>a.btn-primary {
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 24px 32px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #ff5e15;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text>a:hover,
.slide-text>a:active {
    color: #ffffff;
    background: #ff5e15;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

.slide_style_left {
    text-align: left;
}

.slide_style_right {
    text-align: left;
}

.slide_style_center {
    text-align: left;
}

/*------------------------------------------------------*/

/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text {
        display: none;
    }
    .bs-slider {
        max-height: 450px;
    }
}

/*---------- MEDIA 480px ----------*/

@media (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text>p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control {
        display: none;
    }
}

.main-slider-bg {
    background: url('../img/bg/8.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding-bottom: 150px;
}

.main-slider-bg h2,
.main-slider-bg p {
    color: #FFF;
}

.main-slider-bg h2 {
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    letter-spacing: 2px;
    margin-bottom: 35px;
    margin-top: 100px;
}

.main-slider-bg h2 span {
    color: #00B092;
}

.owl-controls .owl-prev {
    left: -70px;
    top: 43%;
    position: absolute;
}

.owl-controls .owl-next {
    right: -70px;
    top: 43%;
    position: absolute;
}

.owl-controls .owl-prev i {
    border: 1px solid #00B092;
    color: #00B092;
    font-size: 30px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    transition: all 0.5s ease-out 0s;
    width: 40px;
}

.owl-controls .owl-next i {
    border: 1px solid #00B092;
    color: #00B092;
    font-size: 30px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    width: 40px;
}

.owl-controls .owl-prev i:hover {
    transition: all 0.5s ease-out 0s;
    background: #00B092;
    color: #ffffff;
}

.owl-controls .owl-next i:hover {
    transition: all 0.5s ease-out 0s;
    background: #00B092;
    color: #ffffff;
}

.owl-theme .owl-nav [class*=owl-] {
    background: transparent;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

.btn-slider {
    margin-top: 30px;
    border-color: #FFF;
    padding: 10px 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-slider:hover {
    border-color: #333;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wel-section {
    padding: 6em 0;
    position: relative;
    background: #eee;
}

.row-grids {
    margin-top: 3em;
}

h2.title {
    font-size: 3.5em;
    color: #010e2a;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 1.8em;
    
    /* color:#28375E !important; */
    color:#161616 !important;

}

h3.title {
    font-size: 3em;
    color: #010e2a;
    margin-bottom: 0.5em;
    text-transform: capitalize;
    text-align: center;

    color:#28375E!important;
        color: #191919 !important;

}

h3.tittle {
    font-size: 3.5em;
    color: #010e2a;
    margin-bottom: 0.5em;
    text-align: center;
    text-transform: capitalize;
}

.wel-grid1 {
    /* background-color: #fff;
    padding: 40px 50px;
    position: relative;
    box-shadow: 0 20px 30px rgba(125, 147, 178, .3);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out; */
    /* border-radius: 0 0 13px 13px; */
    /* box-shadow: 0 8px 30px rgba(14, 21, 47, 0.6); */


      background: linear-gradient(135deg, #ffffff, #f9fafc);
    padding: 40px 50px;
    position: relative;
    border-radius: 15px;
    box-shadow:
        0 4px 6px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(14, 21, 47, 0.25),
        0 20px 40px rgba(14, 21, 47, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* //added */
.wel-grid1:hover {
    box-shadow:
        0 8px 12px rgba(0, 0, 0, 0.15),
        0 20px 30px rgba(14, 21, 47, 0.4),
        0 30px 60px rgba(14, 21, 47, 0.6);
    transform: scale(1.05);
}

.wel-grid1 p {
    margin: 1em 0;
    text-align: justify;
    font-size: 17px;
    color:#12141D;
}

.wel-grid ::after {
    width: 97%;
    float: left;
    content: "";
    background: transparent;
    position: absolute;
    top: -10px;
    left: 20px;
    height: 170px;
    /* border-right: 10px solid #00a7ac;
    border-top: 10px solid #010e2a; */
    border-top: 10px solid #161616 !important;
    border-right: 10px solid #161616 !important;
;
}

.wel-img {
    position: absolute;
    z-index: 999;
    left: 35px;
    width: 97%;
    top: -22px;
}

.what-section {
    padding: 4em 0;
    /*
    background: #eee;
*/
}

.zoom {
    position: relative;
    overflow: hidden;
    border: none;
    border-radius: 5px;
    box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.125);
    overflow: hidden;
}

/*
.zoom:before {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 50%;
    opacity: 1;
    position: absolute;
    right: 51%;
    top: 0;
    -webkit-transition: all 700ms ease-in 0s;
    transition: all 700ms ease-in 0s;
    pointer-events: none;
}
*/
.zoom:hover img {
    transform: scale(1.12) rotate(2deg);
    box-shadow: 0 10px 30px rgba(0, 160, 172, 0.6);
}


.zoom:after {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    bottom: 50%;
    content: "";
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 50%;
    pointer-events: none;
    -webkit-transition: all 700ms ease-in 0s;
    transition: all 700ms ease-in 0s;
}

.zoom:hover:before {
    left: 0;
    right: 0;
    opacity: 0;
}

.zoom:hover:after {
    bottom: 0;
    top: 0;
    opacity: 0;
    
}


.what-section h4 {
    font-size: 26px;
    color: #00a7ac;
    margin: .5em 0 0.5em;
    text-transform: capitalize;
    text-align: center;

    color:#28375E;
        color: #191919;


    

}
.hovereffect:hover img{
    transform: scale(1.12) rotate(2deg);
    box-shadow: 0 10px 30px rgba(231, 235, 235, 0.6);
}

/*-- Effect 1--*/

.service-grids span {
    background: #ff5e15;
    border: 2px solid #ff5e15;
    color: #fff;
    border-radius: 100%;
    /* box-shadow: 0 0 2px 5px #ebebeb; */
    color: #00387b;
    display: inline-block;
    height: 100px;
    position: relative;
    width: 100px;
    color: #fff;
    z-index: 20;
    text-align: center;
    font-size: 2em;
    line-height: 90px;
    -webkit-transition: background 0.3s ease 0.1s;
    -ms-transition: background 0.3s ease 0.1s;
    transition: background 0.3s ease 0.1s;
}

.service-grids span:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.effect-1 {
    background: #E2DFDF;
    -webkit-transition: background 0.5s, color 0.2s;
    -moz-transition: background 0.5s, color 0.2s;
    transition: background 0.5s, color 0.2s;
}

.effect-1:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 2px #ff5e15;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.2s;
    -webkit-transform: scale(0.8);
    -moz-transition: -moz-transform 0.5s, opacity 0.2s;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transition: transform 0.5s, opacity 0.2s;
    transform: scale(0.8);
    opacity: 0;
}

.service-grids:hover span {
    background: #ff5e15;
    color: #fff !important;
}

.service-grids:hover span:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.ser-section {
    padding: 4em 0;
    background: #fff url(../images/2.png) no-repeat;
    background-size: cover;
    text-align: center;
    min-height: 400px;
}

.service-grids h6 {
    padding: 1px;
    background: #1A76B7;
    width: 33%;
    margin: 1em auto;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.service-grids:hover h6 {
    width: 55%;
}

.service-grids {
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.service-grids:hover {
    transform: translateY(-10px);
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.ser-section h4 {
    font-size: 1.8em;
    margin: 1em 0 .5em;
    color: #00387b;
    line-height: 1.5em;
    position: relative;
}

.manufacture {
    padding: 4em 0;
    background: #eee;
}

a.button {
    font-size: 1.1em;
    padding: 1em 0em;
    color: #fff;
    background: #1A76B7;
    text-decoration: none;
    margin-top: 2em;
    display: block;
    text-align: center;
    width: 30%;
    -webkit-box-shadow: 10px 10px 12px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 12px -8px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 12px -8px rgba(0, 0, 0, 0.75);
    border: none;
    /* border-radius: 90% / 40%; */
}

.style-01 {
    position: relative;
    z-index: 999;
}

.style-01::before,
.style-01::after {
    content: '';
    position: absolute;
    top: 80%;
    bottom: 13px;
    display: block;
    width: 50%;
    -webkit-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    z-index: -1;
    left: 10px;
}

.style-01::before {
    background: transparent;
    right: 10px;
    left: auto;
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
}

.style-01::after {
    background: transparent;
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
}

.footer-section {
    padding: 4em 0;
    background-color: #1e2e62;
    position: relative;
    /* background: url(../images/footer-backgroundnew.jpg) no-repeat 0px 0px; */

background: url('../images/footercoalbackground.png') no-repeat center center;
background-size: cover;
/* background-attachment: fixed; */



}

.footer-grid h4 {
    font-size: 1.4em;
    color: #fff;
    margin-bottom: .8em;
}

.footer-section .container {
    position: relative;
    z-index: 22;
}

.footer-section::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    /* background: #010e2aba; */
}

.footer-grid ul li {
    list-style: none;
    color: #eee;
    line-height: 2em;
    font-size: 15px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.footer-grid ul li i {
    color: #fff;
    line-height: 2em;
    font-size: 1em;
    margin-right: 1em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.add i {
    padding-right: 10px;
}

.footer-grid ul li a {
    color: #eee;
    text-decoration: none;

}

.footer-section a {
    color: #fff;
}

.footer-grid p {
    color: #eee;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
}

.footer-grid span {
    display: block;
    margin-left: 2em;
}

.copy-section {
    padding: 1em 0;
    background: #00a7ac;
    text-align: center;
/* 
    background: #28375E;
    background-color: #001029;
    
    background-color: #000000; */


    /* Background resembling coal/mining theme */
    background: linear-gradient(180deg, #1a1a1a, #0d0d0d);

   


}

.copy-section p {
    font-size: 1.2em;
    color: #eee;
    font-weight: 400;
    text-align: center;

    color:#FFFFFF
}

.copy-section a {
    font-size: 1em;
    color: #eee;
    font-weight: 400;
    text-transform: capitalize;
}

.clients-section {
    padding: 4em 0;
    background: #f9f9f9;
}

.flex-slider {
    margin-top: 3em;
}

#flexiselDemo1 {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    margin: 0px auto;
}

.nbs-flexisel-item {
    float: left;
    margin: 0;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}

.nbs-flexisel-item>img {
    cursor: pointer;
    position: relative;
    max-width: 250px;
    max-height: 100px;
}

/*---- Nav ---*/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 24px;
    height: 36px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
}

.nbs-flexisel-nav-left {
    left: -4.3%;
    top: 20% !important;
    background: url(../images/themes.png) no-repeat 0px 0px;
}

.nbs-flexisel-nav-right {
    right: -4.3%;
    top: 20% !important;
    background: url(../images/themes.png) no-repeat -24px 0px;
}

.service-circle {
    position: relative;
}

.service-circle::before {
    background-image: url(../images/01.png);
    background-repeat: no-repeat;
    content: "";
    height: 540px;
    position: absolute;
    left: 0;
    transition: all 0.3s ease 0s;
    width: 275px;
    top: 0;
}

.experience-area {
    position: relative;
}

.experience-img {
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
    background-position: center center;
}

.experience-text {
    padding: 116px 24px 116px 65px;
}

.experience-info {
    margin-bottom: 47px;
}

.experience-info h1 {
    font-size: 72px;
    color: #ff5e14;
    font-weight: 900;
    margin-bottom: 0;
    position: relative;
    float: left;
    margin-right: 26px;
    padding-left: 15px;
    z-index: 1;
}

.experience-info h1::before {
    position: absolute;
    content: "";
    border: 10px solid #010e2a;
    height: 118px;
    width: 95px;
    left: 0;
    z-index: -1;
}

.experience-info h2 {
    color: #010e2a;
    font-weight: 500;
    font-size: 36px;
    margin-bottom: 0;
    line-height: 40px;
}

.experience-info h1 span {
    position: relative;
    top: 17px;
}

.experience-text>span.exp-sub-title {
    font-weight: 500;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    line-height: 35px;
    color: #010e2a;
    margin-bottom: 21px;
    display: inline-block;
}

.experience-text p {
    margin-bottom: 0;
}

.experience-text a {
    margin-top: 38px;
}

.experience-wrapper {
    padding: 113px 13px 180px 120px;
}

.experience-content {}

.experience-content h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    line-height: 40px;
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 30px;

    color:#FFFFFF !important
}


.experience-content h2::before {
    height: 3px;
    content: "";
    position: absolute;
    width: 60px;
    background: #00a7ac;
    bottom: 0;
    left: 0;
}

.experience-content h2::after {
    height: 3px;
    content: "";
    position: absolute;
    width: 15px;
    background: #fff;
    bottom: 0;
    left: 67px;
}

.experience-content h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 16px;
}

.experience-content p {
    color: #fff;
    margin-bottom: 48px;
    font-size: 17px;
}

.experience2-img {}

.experience2-img img {
    width: 100%;
}

.experience2-text {
    padding: 59px 54px 0 30px;
}

.blue-bg {
    background: #010e2a;

    background: #28375E;
    background-color: #000000;
}

.btn {
    backface-visibility: hidden;
    border: none;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 0;
    padding: 34px 0px;
    /* position: relative; */
    text-align: center;
    text-transform: uppercase;
    transform: translateZ(0px);
    transition: .3s;
    transition-property: color;
    background: #00a7ac;
    font-weight: 600;
    background:#EC9B1B;
    
}

.btn:hover {
    color: #fff;
}

.btn:after {
    background: #000;
    /* border-radius: 0; */
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0 50% 0;
    transition: .3s;
    transition-property: transform, -webkit-transform;
    transition-timing-function: ease-out;
    z-index: -1;
    border-radius: 50px;

        background-color:#28375E;

}

.btn:hover::after {
    transform: scaleX(1);
}

.breadcrumb>.active {
    color: #888;
}

.project-area {}

.project-circle {
    position: relative;
}

.project-circle::before {
    background-image: url("../img/shape/1.png");
    background-repeat: no-repeat;
    top: 174px;
    content: "";
    height: 176px;
    position: absolute;
    left: 426px;
    transition: all 0.3s ease 0s;
    width: 227px;
}

.project-wrapper {}

.project-img {
    position: relative;
}

.project-img>a {
    position: relative;
    display: block;
}

.project-img>a::before {
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    transition: .3s;
    top: 0;
    opacity: .7;
    display: none;
}

.project-img>a img {
    width: 100%;
}

.project-text {
    position: absolute;
    bottom: 0;
    padding: 30px 30px 83px 60px;
    transition: .3s;
    display: none;
    left: 0;
    right: 0;
}

.project-text h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 0;
}

.project-text h2>a {
    color: #fff;
    transition: .3s;
}

.project-text h2>a:hover {
    color: #ff5e14;
}

.project-text span {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-bottom: 22px;
}

.project-text span::before {
    position: absolute;
    height: 2px;
    background: #ff5e14;
    content: "";
    width: 62px;
    bottom: 0;
    left: 0;
}

.project2-img {
    position: relative;
}

.project2-img a {
    position: relative;
    display: block;
}

.project2-img a::before {
    position: absolute;
    content: "";
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    background: #ff5e14;
    transition: .3s;
    opacity: 0;
}

.project-wrapper:hover .project2-img a::before {
    opacity: .8;
}

.project-content {
    position: absolute;
    top: 45%;
    transition: .3s;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
}

.project-wrapper:hover .project-content {
    top: 50%;
    opacity: 1;
}

.project-content h2 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 3px;
}

.project-content h2>a {
    color: #fff;
    transition: .3s;
}

.project-content span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.owl-item.center .project-text {
    display: block;
}

.owl-item.center .project-img>a::before {
    display: block;
}

.project-active .owl-nav div {
    background: #fff;
    font-size: 18PX;
    left: 90px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    color: #010e2a;
    font-weight: 400;
    transform: translateY(-50%);
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
}

.project-active .owl-nav div.owl-next {
    left: auto;
    right: 90px;
}

.project-active:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
}

.project-active .owl-nav div:hover {
    background: #ff5e14;
    color: #fff;
}

.project-active .owl-dots {
    bottom: -69px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 99;
}

.project-active .owl-dot {
    display: inline-block;
    height: 3px;
    margin: 0 5px;
    width: 15px;
    background: #c0c0c0;
    border-radius: 3px;
}

.project-active .owl-dot.active {
    background: #ff5e14;
    position: relative;
    width: 30px;
}

.contact-detials {
    padding: 4em 0;
    background: #010e2a;
    text-align: center;

    background-color:#28375E;
        background-color: #000000;

    /* background-color: red !important; */
}

.contact-detials h5 {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: 'Varela Round', sans-serif;

    color: #FFFFFF !important;
}

.contact-detials h4 {
    font-size: 1.5em;
    color: #fff;
    letter-spacing: 0.1em;
    font-family: 'Varela Round', sans-serif;

    color:#FFFFFF !important
}

.b-contacts-1__item {
    padding-right: 20px;
    padding-left: 20px;
    line-height: 1;
    border-left: 1px solid #fff;
    text-align: center;
}

.b-contacts-1 .b-contacts-1__item {
    vertical-align: middle;
}

.b-contacts-1__item:last-child {
    border-right: 1px solid #fff;
}

.fea {
    background-color: #fff;
    padding: 8px;
}

.fea img {
    border-radius: 5px;
    box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.125);
    overflow: hidden;
}

.page-inner-area {
    /* background: url(../images/banners/inner.bann) 0px 0px no-repeat; */
    background: url('../images/background.webp') 0px 0px no-repeat;
    background-size: cover;
    min-height: 400px;
    background-position: center;
}
.page-inner-area1{
      background: url('../images/bgproducts.png') 0px 0px no-repeat;
    background-size: cover;
    min-height: 400px;
    background-position: center;
}

.page-inner-areaquaries{
     background: url('../images/quariesbg.png') 0px 0px no-repeat;
    background-size: cover;
    min-height: 400px;
    background-position: center; 
}

.page-inner-area1 h6{
font-size: 60px;
    color: #ffffff;
    padding-top: 3em;
    font-weight: bold;
    color: #FFFFFF !important;
    font-size: 50px;
}
section.about-section {
    margin: 60px;
}
section.about-section h2 {
    /* margin: 10px; */
    font-size: 36px;
    font-weight: bold;
    color: #ff5e15;
    margin-bottom: 10px;
    text-align: center;
        /* color: #28375E !important; */
        color:#161616 !important
}

section.about-section p {
    font-size: 14px;
    margin-bottom: 24px;
    /* color: #333; */
    text-align: l;
    line-height: 26px;

    /* color:#12141D; */
        /* color: red !important; */                                 								
font-size: 17px;
color: #12141D;
}

.page-inner-area h6 {
    font-size: 60px;
    color: #ffffff;
    padding-top: 3em;
    font-weight: bold;

    color: #FFFFFF !important;
    font-size: 50px;
}
.page-inner-areaquaries h6 {
    font-size: 60px;
    color: #ffffff;
    padding-top: 3em;
    font-weight: bold;

    color: #FFFFFF !important;
    font-size: 50px;
}


.contact_querry_area {
    position: relative;
    z-index: 3;
}

.contact_querry_area:before {
    content: "";
    background: url(../img/contact-person.png) no-repeat scroll center right;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
    width: 642px;
    height: 100%;
    background-size: cover;
}

.contact_querry_area1:before {
    content: "";
    background: url(../img/bg.jpg) no-repeat scroll center right;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.contact_us_form .form-group {
    margin-bottom: 30px;
}

.contact_us_form .form-group:last-child {
    margin-bottom: 0px;
}

.contact_us_form .form-group input {
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 55px;
    border-bottom: 2px solid #f3f2f6;
    padding: 0px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    background: transparent;

    /* color: red !important; */
}

.contact_us_form .form-group input.placeholder {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #000;
}

.contact_us_form .form-group input:-moz-placeholder {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #000;
}

.contact_us_form .form-group input::-moz-placeholder {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #000;
}

.contact_us_form .form-group input::-webkit-input-placeholder {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #000;
}

.contact_us_form .form-group input:focus {
    border-color: #242424;
}

.contact_us_form .form-group textarea {
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 155px;
    border-bottom: 2px solid #f3f2f6;
    padding: 10px 0px 0px 0px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    resize: none;
    background: transparent;
}

.contact_us_form .form-group textarea.placeholder {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #000;
}

.contact_us_form .form-group textarea:-moz-placeholder {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #000;
}

.contact_us_form .form-group textarea::-moz-placeholder {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #000;
}

.contact_us_form .form-group textarea::-webkit-input-placeholder {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #000;
}

.contact_us_form .form-group textarea:focus {
    border-color: #242424;
}

.querry_text h6 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: rgba(9, 9, 19, 0.4);
    padding-bottom: 27px;
}

.querry_text h5 {
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #8e8e8e;
    letter-spacing: .48px;
    padding: 40px 0px 20px 0px;
}

.querry_text h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 34px;
    color: #242424;
    letter-spacing: .68px;
}

.contact_address {
    margin-top: 50px;
}

.contact_address .c_address_item {
    margin-bottom: 36px;
}

.contact_address .c_address_item h5 {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #070b4a;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    /*    padding-bottom: 8px;*/
}

.contact_address .c_address_item p {
    font-size: 16px;
    color: #242424;
}

.contact_address .c_address_item a {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #242424;
    line-height: 24px;
    text-decoration: none;
}

.contact_address .c_address_item:last-child {
    margin-bottom: -21px;
}

.mapBox1 {
    min-height: 470px;
}

section.contact_us_area.pad_100 {
    padding: 100px 0;
}

.c_left_title {
    padding-bottom: 45px;
}

.c_left_title h2 {
    font-size: 36px;
    font-weight: bold;
    /* color: #ff5e15; */
    color: #EC9B1B !important;
}

.map-section iframe {
    width: 100%;
}

.gnn {
    padding: 0px;
}

.gnn1 {
    padding: 0px;
}

section.quaries {
    padding: 60px 0;
}
section.quaries-section {
    /* padding: 60px 0;
    background: linear-gradient(135deg, #ff9a00 0%, #ff5e15 100%);
    color: #fff;
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(255, 94, 21, 0.6);
    transition: transform 0.3s ease; */
}

section.quaries-section h3 {
    text-align: left;
    font-size: 28px;
    /* margin: 20px 0; */
    padding-bottom:10px;
    color: #ffffff;
    font-weight: 600;
    color:#28375E;
    color: #191919;
    /* margin-bottom: 20px; */
    /* text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3); */
    /* letter-spacing: 1.5px; */

}

section.Quaries-images {
    padding: 45px 0px;
    margin-bottom: 22px;
 
}
/* //new added */
.Quaries-images img {
    width: 100%;          
    height: 360px;        
    object-fit: cover;   
    display: block;
}

section.quaries-content h4 {
    font-size: 40px;
    text-align: center;
    margin: 30px;
    font-weight: 600;
    color: #ff5e15;
}

section.quaries-content p {
    font-size: 16px;
    font-weight: bold;
}

section.quaries-section p {
    font-weight: bold;
}

section.quaries-content {
    padding: 40px 0;
}

section.quaries-content p {
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #f1f1f1;
    padding: 20px;

}



.what-section p {
    text-align: left;
    letter-spacing: 1px;
}

.content {
    background: #f2f2f2;
}

section.quaries-section {
    /* background: #ff5e15; */
    margin-top: 40px!important;
    padding: 60px 0;

    background-color: #FFF7EB;
    /* background: linear-gradient(135deg, #ff9a00 0%, #ff5e15 100%); */
    color: #fff;
    border-radius: 25px;
    background-color: #ff9a00 !important;
    /* box-shadow: 0 15px 40px rgba(255, 94, 21, 0.6); */
    transition: transform 0.3s ease;


    /* margin: 0px 68px */
}
section.quaries-section:hover {
    /* transform: scale(1.02); */
    /* box-shadow: 0 25px 60px rgba(255, 94, 21, 0.8); */
}

section.quaries-section p {
    color: #fff;
}

.experience-content a {
    padding: 34px;
}

.slide-text>a.btn-default:hover {
    border-radius: 50px;
}

.carousel-inner img {
    height: 600px;
}

section.Products-section {
    padding: 60px;
}

section.Products-section h5 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #ff5e15;
    margin-bottom: 20px;
}

.prod_grid h6 {
    background: #f6f6f6;
    padding: 22px;
    border-bottom: 2px solid #ff5e15;
}

.prod_grid h6 {
    font-size: 26px;
    text-align: center;
}

.prod_grid {
    margin: 20px 0;
}

.gmm {
    padding: 0px;
}

span.fa.fa-angle-right.clic:before {
    font-size: 100px;
}

span.fa.fa-angle-left.clic1 {
    font-size: 100px;
}

.fea {
    background-color: #fff;
    /* padding: 8px; */
}

.what-section p {
    text-align: justify;
    letter-spacing: 1px;
    margin-left: 14px;

    color:#12141D;
    opacity: 70%;
}

.item.real img {
    width: 100px;
    height: auto;
}

/*a.right.carousel-control.real1 {
    display: none;
}
a.left.carousel-control.real1 {
    display: none;
}*/

.carousel-inner {}

.about-slide-btm {
    margin-bottom: 50px;
}

p.about-p-hero {
    margin-bottom: 0 !important;
}

i.fa.fa-angle-down.pull-right {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

i.fa.fa-angle-down.pull-right {
    color: #fff;
    font-size: 20px;
}

section.quaries-section p {
    color: #fff;
    font-size: 16px;
    line-height: 32px;

    color:#12141D;
    font-weight: 400;
}

.contact_info {
    background: #f1f1f1;
    padding: 50px 0px;
}

.contacts {
    background: #fff;
    text-align: center;
    padding: 25px 6px;
    box-shadow: 3px 2px 3px #ccc;
    height: 150px;
}

.contacts h4 {
    color: #222;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}

.contacts p {
    font-size: 16px;
    color: #242424;
}

.conts {
    background: #f6f6f6;
}

.cont {
    padding: 0px !important;
}

p.item {
    color: #ff5e14;
}

.cont1 {
    float: right;
    position: relative;
    top: -44px;
    left: 18px;
    /*   line-height: 33px;*/
}

.cont1 p {
    margin-top: 7px;
}

.cont1 h5 {
    line-height: 22px;
}

#prevButton {
    position: absolute;
    left: 30%;
    color: #ff5e15;
}

#nextButton {
    position: absolute;
    right: 30%;
    color: #ff5e15;
}

/*
#exitButton {
    font-size: 3em;
    position: absolute;
    top: 211px;
    color: #ff5e15;
    left: 67%;
}
*/

.modal-content {
    position: none !important
}

.c_address_item.cont1 h5 {
    line-height: 24px;
}

.contacts a {
    font-size: 18px;
}

.prod_grid h6 {
    background: #f6f6f6;
    padding: 22px;
    border-bottom: 2px solid #ff5e15;

    border-bottom: 2px solid #28375E !important;
    background-color: #FFF7EB !important;
}

.prod_grid h6 {
    font-size: 24px;
    text-align: center;

    color:#28375E !important;
    
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-right .dropdown li {
    margin: 5px 0;
    text-align: justify;
    font-size: 17px;
}

@media(min-width:992px) and (max-width:1199.98px) {
    .navbar-default .navbar-nav>li>a {
        padding: 5px;
    }
}