/*----------------------------------
 Name:-  .
 Font-family: 'Lato', sans-serif;
 Background: ;
 Color: ;
 Hover Color  : #;
 Secoundry Color : ;
 Dev:- Omsoftsolution.com
 date:- 00/Jan/2017
----------------------------------*/

* {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

body {
    margin: 0;
    font-size: 15px;
    color: #050521;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 21px;
}

h1,
h2,
h3,
h4,
p,
a {
    margin: 0;
    color: #050521;
    font-family: 'Lato', sans-serif;
    word-wrap: break-word;
    letter-spacing: 1px;
}

h1 {
    font-size: 30px;
    line-height: 36px;
}

h2 {
    font-size: 30px;
    line-height: 46px;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

h3 {
    font-size: 25px;
    line-height: 31px;
}

h4 {
    font-size: 20px;
    line-height: 26px;
}

h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 800;
}

p {
    font-size: 15px;
    line-height: 25px;
}

a {
    font-size: 15px;
    line-height: 21px;
    display: inline-block;
    cursor: pointer;
}

span {
    display: inline-block;
}

img {
    width: 100%;
}

input,
textarea,
{
    margin: 5px 0;
    padding: 5px;
    width: 100%;
    border: 1px solid #fff;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

ul li a {
    margin: 0;
    padding: 0;
    font-size: 15px;
    display: inline-block;
}

a:hover {
    text-decoration: none;
}

div {
    margin: 0;
    padding: 0;
}

figure {
    overflow: hidden;
}

figure:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}

section {
    padding: 7vh 0;
    margin: 0;
}

hr {
    width: 100px;
    border-color: #3ea0a4;
}

h2 b {
    color: #ca970b;
}

h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 175px;
    display: inline-block;
    border-bottom: 1px solid #ca970b;
}










/*-- Top Text --*/

.top {
    background: #050521;
    fill: #050521;
    padding: 10px 0;
}

.top p {
    line-height: 30px;
    color: #fff;
    font: 17px;
    display: inline-block;
    margin-right: 10px;
}

.top p svg {
    margin: 0 2px;
    color: #ca970b;
    margin-right: 2px;
}

.top ul {
    display: inline-block;
    float: right;
}

.top ul li a {
    margin: 0 2px;
    color: #fff;
    background: #324454;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    display: inherit;
}

.top ul li a:hover {
    background: #ca970b;
}








/*-- Logo Name --*/

.name {
    padding: 5px 0;
}

.name h5 {
    color: #ca970b;
    line-height: 63px;
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 5px;
    text-shadow: -1px -1px 1px #050521;
}

.name a {
    text-align: right;
    font-size: 16px;
    width: 100%;
    color: #fff;
}

.logo1 {
    padding-top: 8px;
}












/*-- Menu --*/

.menu {
    background: #050521;
    fill: #050521;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    border: none;
}

.navbar ul li a {
    font-size: 18px;
    line-height: 60px;
    padding: 0 20px;
    color: #fff;
    text-transform: uppercase;
}

.navbar ul li a svg {
    color: #ca970b;
}

.navbar ul li a:hover {
    background: #ca970b;
    color: #050521;
}

.navbar ul li a:hover svg {
    color: #050521;
}

.quick {
    padding: 0 25px;
    font-size: 18px;
    line-height: 60px;
    color: #fff;
    background: #ca970b;
    float: right;
}

.quick:hover {
    background: #f1f1f1;
    color: #050521;
}












/*-- Drop Down --*/

header .dropbtn {
    border: none;
    cursor: pointer;
}

header .dropdown {
    position: relative;
    display: inline-block;
}

header .dropdown-content {
    display: none;
    position: absolute;
    background: #ca970b;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    text-decoration: none;
}

header .dropdown-content a {
    text-decoration: none;
    display: block;
    color: #fff !important;
    padding: 10px !important;
    border-bottom: 1px solid #050521;
    font-size: 14px !important;
    line-height: 22px !important;
}

header .dropdown-content a:hover {
    background: #050521 !important;
    color: #ca970b !important;
}

header .dropdown:hover .dropdown-content {
    display: block;
}

header .dropdown:hover .dropbtn {
    background: #ca970b;
    color: #050521 !important;
}












/*-- Affix --*/

.affix {
    width: 100%;
    z-index: 99;
    top: 0;
    box-shadow: 2px 2px 10px #000;
}

.affix .navbar-brand img {
    width: 40%;
    background: #fff;
}












/*-- Slider --*/

.slider {
    position: relative;
}







/*.slider .text {
    position: absolute;
    bottom: 35%;
    width: 100%;
    text-align: center;
}

.slider .text .box {
    max-width: 600px;
    margin: 0 auto;
    display: block;
}

.slider .text .box h4 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 800;
    letter-spacing: 3px;
    color: #050521;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #fff;
}

.slider .text .box p {
    max-width: 400px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    line-height: 24px;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 400;
    padding: 10px 5px;
    margin: 0 auto;
    border-radius: 5px;
}

.slider .text .box a {
    background: #ca970b;
    color: #fff;
    padding: 10px 15px;
    margin-top: 10px;
    border-radius: 5px;
    text-transform: uppercase;
    box-shadow: 0 0 2px #000;
}

.slider .text .box a:hover {
    background: #050521;
    color: #fff;
    box-shadow: 0 0 2px #ca970b;
}*/


/*-- Services --*/

.services {
    text-align: center;
}

.services .box {
    display: table;
    margin: 15px 0;
    padding: 10px;
    border: 5px solid #fff;
    background: #f7f7f7;
    box-shadow: 0 0 2px #aaa;
}

.services .box:hover {
    box-shadow: 0 0 2px #000;
}

.services .box .text {
    display: table-cell;
    vertical-align: middle;
    height: 185px;
    position: relative;
}

.services .box h3 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #ca970b;
    font-weight: 600;
    text-transform: uppercase;
}

.services .box p {
    color: #666;
}

.services .box a {
    margin-top: 10px;
    background: #ca970b;
    color: #fff;
    padding: 2px 8px;
    border-radius: 3px;
    text-transform: uppercase;
}

.services .box a:hover {
    background: #050521;
}








/*-- mission --*/

.mission {
    width: 100%;
    display: inline-block;
    background: #F2F3F8;
    fill: #F2F3F8;
}

.mission .box {
    width: 50%;
    float: left;
    padding: 50px 0;
}

.mission .box .text {
    float: right;
    margin-right: 12%;
    padding: 0 15px;
    width: 73%;
}

.mission .box .text h2 {
    text-transform: uppercase;
    font-weight: 800;
}

.mission .box .text h2:after {
    display: none;
}

.mission .box .text img {
    border: 10px solid #fff;
    box-shadow: 0 0 5px #aaa;
    margin-bottom: 25px;
}

.mission .box .text p b {
    margin-bottom: 10px;
    display: inline-block;
}

.mission .box .text p {
    color: #666;
}

.mission .bg-1 {
    background: url(../images/bg-1.jpg);
    background-size: cover;
}

.mission .trans h2 {
    color: #fff;
    font-size: 22px;
}

.mission .bg-1 .text {
    float: left;
    margin-left: 12%;
}

.mission .bg-1 .text p b {
    color: #fff;
}

.mission .bg-1 .text p {
    color: #aaa;
}








/*-- About --*/

.about {
    text-align: center;
}

section.about img {
    border: 5px solid #050521;
}

.about h2:after {
    width: 100%;
}

.about .text {
    text-align: left;
    margin-top: 3%;
}

.about .text h3 {
    margin-bottom: 15px;
}

.about .text ul {
    width: 100%;
}

.about .text ul li {
    color: #979797;
    padding-left: 20px;
    margin-bottom: 7px;
    letter-spacing: 1px;
    position: relative;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px solid #f1f1f1;
}

.about .text ul li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    height: 7px;
    width: 7px;
    background: #ca970b;
    border-radius: 50%;
}

.about .text a {
    color: #050521;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 600;
}

.about .text a:hover {
    color: #ca970b;
}








/*-- People Power --*/

.power {
    background: #F2F3F8;
    fill: #F2F3F8;
}

.power .box {
    border: 5px solid #fff;
    padding: 20px;
    text-align: justify;
    box-shadow: 0 0 2px #aaa;
}

.power .box h3 {
    margin-bottom: 15px;
}

.power .box p {
    color: #666;
}

.power ul {
    margin: 10px 0;
    display: inline-block;
    width: 100%;
}

.power ul li {
    color: #916a6a;
    letter-spacing: 1px;
    margin-bottom: 10px;
    width: 100%;
    padding-left: 15px;
    position: relative;
}

.power ul li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    height: 7px;
    width: 7px;
    background: #ca970b;
    border-radius: 50%;
}



/*-- clients --*/

.clients {
    text-align: center;
    overflow: hidden;
}

.clients .owl-prev {
    left: -50px;
}

.clients .owl-next {
    right: -50px;
}








/*-- Map --*/

.map {
    display: block;
}

.map iframe {
    width: 100%;
    height: 50vh;
}







/*-- Footer --*/

footer {
    padding: 5vh 0;
    background: #000;
    fill: #000;
}

footer h4 {
    color: #fff;
    margin-bottom: 10px;
}

footer p {
    color: #666;
}

footer a {
    color: #666;
    text-transform: uppercase;
    position: relative;
    padding-left: 15px;
    width: 100%;
}

footer a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
}

footer a:hover {
    color: #fff;
}

footer .f-contact p {
    float: left;
    width: 100%;
    color: #fff;
}

footer .f-contact p span {
    width: 90%;
    float: right;
    color: #666;
}


.owl-dots {
    display: none;
}
.new-tank{
    width: 100%;
    float: left;
}

.new-tank .image{
    padding: 0 5px;
    width: 50% !important;
    margin: 5px 0;
}





/*-- Copy --*/

.copy {
    display: block;
    background: #141414;
    text-align: center;
    padding: 10px 0;
}

.copy p {
    color: #6b6b6b;
}

.copy a {
    color: #6b6b6b;
}








/*-- Form --*/

.form {
    width: 100%;
    padding: 10px;
    background: #f1f1f1;
    border: 5px solid #fff;
    display: inline-block;
    box-shadow: 0 0 5px #aaa;
}

.form input[type="text"] {
    width: 100%;
    padding: 1vh 0;
    margin: 2px 0;
    border: none;
    border-bottom: 1px solid #122134;
    border-radius: 0;
    background: none;
}

.form textarea {
    width: 100%;
    padding: 1vh 0;
    margin: 2px 0;
    border: none;
    border-bottom: 1px solid #122134;
    height: 16vh;
    background: none;
    border-radius: 0;
}

.form input[type="button"] {
    padding: 8px 15px;
    border-radius: 0;
    background: #122134;
    color: #fff;
    margin: 0 auto;
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #fff;
}

.form input[type="button"]:hover {
    color: #fff;
    background: #ca970b;
}

.form input[type="text"]:focus {
    outline: none;
}

.form textarea:focus {
    outline: none;
}

::-webkit-input-placeholder {
    color: #122134;
    letter-spacing: 1px;
}

::-moz-placeholder {
    color: #122134;
    letter-spacing: 1px;
}

:-ms-input-placeholder {
    color: #122134;
    letter-spacing: 1px;
}

:-moz-placeholder {
    color: #122134;
    letter-spacing: 1px;
}








/*-- Go To Top Button --*/

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top svg {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover svg {
    color: #fff;
    top: 5px;
}

#return-to-top p {
    opacity: 0;
}

#return-to-top:hover p {
    opacity: 1;
    text-align: center;
    color: #fff;
    font-size: 10px;
    line-height: 30px;
}








/*========================================================================
----------------------------------- Page Css -----------------------------
========================================================================*/


/*-- Page Background --*/

.page-head {
    text-align: center;
    background-size: cover;
}

.page-head h2 {
    width: 100%;
    color: #fff;
    font-size: 50px;
    padding: 10% 0;
    margin-bottom: 0;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.5);
}

.page-head h2:after {
    display: none;
}

.abt {
    background-image: url(../images/about-banner.jpg);
}

.Office-people {
    background-image: url(../images/Office-people.jpg);
}

.Promoters {
    background: url(../images/Promoters.jpg) bottom;
}

.Activity {
    background: url(../images/Activity.jpg) center;
}

.Assembly {
    background: url(../images/slider/s-1.jpg) no-repeat;
    background-size: cover;
}

.Tanks {
    background: url(../images/slider/s-2.jpg) no-repeat;
    background-size: cover;
}

.Cyclomax {
    background: url(../images/slider/Cyclomax.jpg) no-repeat;
    background-size: cover;
}

.Air {
    background: url(../images/slider/s-9.jpg) no-repeat;
    background-size: cover;
}

.Expansion {
    background: url(../images/slider/s-5.jpg) no-repeat;
    background-size: cover;
}

.Steam {
    background: url(../images/slider/s-6.jpg) no-repeat;
    background-size: cover;
}

.Chimney {
    background: url(../images/slider/s-7.jpg) no-repeat;
    background-size: cover;
}

.Insulation {
    background: url(../images/slider/Insulation.jpg) no-repeat;
    background-size: cover;
}

.Sieving {
    background: url(../images/slider/Insulation.jpg) no-repeat;
    background-size: cover;
}

.Sieving {
    background: url(../images/slider/Sieving.jpg) no-repeat;
    background-size: cover;
}

.Storage {
    background: url(../images/slider/Storage.jpg) no-repeat;
    background-size: cover;
}

.Coal {
    background: url(../images/slider/Coal.jpg) no-repeat;
    background-size: cover;
}

.Wet {
    background: url(../images/slider/Wet.jpg) no-repeat;
    background-size: cover;
}

.contact-bg {
    background: url(../images/contact-banner.jpg) center;
    background-size: cover;
}
.Bag {
    background: url(../images/Bag.jpg) center;
    background-size: cover;
}
.Career {
    background: url(../images/Career.jpg) center;
    background-size: cover;
}

.about-page ul {
    display: inline-block;
    width: 100%;
}

.about-page ul li {
    color: #979797;
    padding-left: 20px;
    margin-bottom: 7px;
    letter-spacing: 1px;
    position: relative;
    width: 100%;
    font-size: 15px;
    line-height: 35px;
    border-bottom: 1px solid #f1f1f1;
}

.about-page ul li:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    height: 7px;
    width: 7px;
    background: #ca970b;
    border-radius: 50%;
}

.page-css p {
    color: #666;
    text-align: justify;
}

.page-css p b {
    color: #ca970b;
}

.bg-gray {
    background: #f1f1f1;
}

.wraper-about {}

.wraper-about .box {
    width: 50%;
    height: 480px;
    float: left;
}

.wraper-about .box .main-box {
    display: table;
    width: 100%;
}

.wraper-about .box .main-box .text {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 480px;
}

.wraper-about .box .main-box .text h3 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.wraper-about .box .main-box .text ul {
    display: inline-block;
    width: 100%;
}

.wraper-about .box .main-box .text ul li {
    padding-left: 15px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    position: relative;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px solid #fff;
}

.wraper-about .box .main-box .text ul li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    height: 7px;
    width: 7px;
    background: #ca970b;
    border-radius: 50%;
}

.wraper-about .box .main-box .text h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border: 3px double #ca970b;
}

.wraper-about .box .main-box .text p {
    color: #666;
}

.wraper-about .box .main-box .text .center {
    width: 70%;
    margin: 0 auto;
}

.wraper-about .box .main-box .text .center .l-h {
    line-height: 20px;
}

.wraper-about .box .main-box .text .center ol {
    margin-top: 10px;
    list-style: none;
    padding-left: 0;
}

.wraper-about .box .main-box .text .center ol li {
    color: #ca970b;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 1px;
    border-bottom: 1px solid #fff;
    margin-bottom: 2px;
    padding-left: 30px;
    position: relative;
}

.wraper-about .box .main-box .text .center ol li span {
    color: #666;
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    text-align: right;
}

.team h3 {
    background: #f1f1f1;
    padding: 8px 0;
    border: 5px solid #fff;
    box-shadow: 0 0 2px #aaa;
    color: #ca970b;
    margin-bottom: 15px;
}

.team .box {
    float: left;
    padding: 5%;
    margin: 15px 0;
    background: #f1f1f1;
    border: 5px solid #fff;
    box-shadow: 0 0 2px #aaa;
    letter-spacing: 0;
}

.team .box span {
    width: 70%;
    float: right;
    color: #ca970b;
}

.team .box h4 {
    width: 100%;
    float: left;
    color: #000;
}

.team .box h6 {
    width: 100%;
    float: left;
    color: #000;
    font-size: 18px;
}

.team .box p {
    width: 100%;
    float: left;
    color: #000;
}

.clients-box .box {
    margin: 15px 0;
    width: 100%;
    display: table;
    text-align: center;
    border: 3px double #f1f1f1;
    box-shadow: 0 0 2px #aaa;
}

.clients-box .box .i-box {
    width: 100%;
    height: 150px;
    display: table-cell;
    vertical-align: middle;
}

.clients-box .box .i-box img {
    width: auto;
    max-width: 80%;
    max-height: 130px;
}


/*-- Home clients --*/

.clients-box2 .box {
    width: 100%;
    display: table;
    text-align: center;
}

.clients-box2 .box .i-box {
    width: 100%;
    height: 80px;
    display: table-cell;
    vertical-align: middle;
}

.clients-box2 .box .i-box img {
    width: auto;
    max-width: 95%;
    max-height: 80px;
    margin: 0 auto;
    display: block;
}


/*-- Home Clients --*/

.service-page .sidebar {
    padding: 10px;
    background: #f1f1f1;
    border: 2px solid #fff;
    box-shadow: 0 0 2px #aaa;
}

.service-page .sidebar .dropdown-content {
    display: block;
    position: relative;
}

.service-page .sidebar h4 {
    background: #ca970b;
    margin-bottom: 15px;
    text-align: center;
    padding: 10px 0;
}

.service-page .sidebar .dropdown-content a {
    width: 100%;
    font-size: 17px;
    line-height: 30px;
    color: #050521;
    margin-bottom: 5px;
    border-bottom: 1px solid #ca970b;
}

.service-page .sidebar .dropdown-content a:hover {
    color: #ca970b;
    border-bottom: 1px solid #000;
}



footer .footer-service .dropdown-content {
    display: block;
    position: relative;
}

footer .footer-service .dropdown-content a {
    width: 50%;
    float: left;
}

.service-page .box {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    background: #f1f1f1;
    display: inline-block;
    border: 2px solid #fff;
    box-shadow: 0 0 2px #aaa;
}

.service-page .box .image {
    width: 100%;
    float: left;
    position: relative;
}

.service-page .box .image:after {
    content: '';
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    position: absolute;
    border: 2px solid #fff;
    box-shadow: 0 0 5px #000;
}

.service-page .box .pro-box {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.service-page .box .pro-box h2 {
    padding-bottom: 8px;
}

.service-page .box .pro-box h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border: 3px double #ca970b;
}

.service-page .box .pro-box p {
    color: #666;
}

.contact-page .box {
    width: 100%;
    padding: 11px;
    background: #f1f1f1;
    border: 5px solid #fff;
    display: inline-block;
    box-shadow: 0 0 5px #aaa;
}

.contact-page .box p {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.contact-page .box p span {
    width: 82%;
    float: right;
}

.contact-page .box p .fa-phone {
    transform: rotate(130deg);
}

.contact-page .box ul {
    text-align: center;
    display: inline-block;
}

.contact-page .box ul li a {
    width: 60px;
    line-height: 50px;
    background: #ca970b;
    margin-right: 10px;
    border: 5px solid #fff;
    box-shadow: 0 0 2px #aaa;
    color: #fff;
    font-size: 20px;
}

.contact-page .box ul li a:hover {
    color: #ca970b;
    background: #000;
}

.Career-page .box {
    box-shadow: 0 0 5px #aaa;
    border: 5px solid #fff;
    background: #f1f1f1;
    padding: 10px;
    text-align: center;
}

.Career-page .box table {
    width: 1000px;
    margin: 30px auto;
}

.Career-page .box table tr {
    border-bottom: 1px solid #fff;
}

.Career-page .box .t-left {
    background: #ca970b;
    letter-spacing: 1px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.Career-page .box table tr td {
    padding: 8px;
    border: 2px solid #fff;
}





/*========================================================================
------------------------------- Responsive Css ---------------------------
========================================================================*/


/*-- Tab Screen --*/

@media screen and (max-width: 1000px) and (min-width: 768px) {
    .slider {
        height: 50vh;
    }
    h3 {
        font-size: 30px;
    }
    h4 {
        font-size: 22px;
    }
    h5 {
        font-size: 18px;
    }
    p {
        font-size: 13px;
    }
}












/*-- mobile Screen --*/

@media screen and (max-width: 750px) and (min-width: 200px) {
    .top p {
        font-size: 11px;
        line-height: 18px;
        text-align: center;
        display: block;
    }
    .top ul {
        margin: 0 23.5%;
        margin-top: 10px;
    }
    .name .container div {
        padding: 0;
    }
    .name h5 {
        font-size: 15px;
        line-height: 22px;
        text-shadow: none;
        letter-spacing: 1px;
        width: 70%;
        margin: 9px auto;
    }
    .navbar-toggle {
        right: 40%;
    }
    .navbar-toggle {
        background: #fff;
        border: 0;
    }
    .navbar-toggle .icon-bar {
        background: #d0970b;
    }
    .carousel-indicators {
        display: none;
    }
    .mission .box {
        width: 100%;
        padding: 20px 0;
    }
    .mission .box .text {
        margin-right: 0;
        width: 100%;
    }
    .mission .bg-1 .text {
        margin-left: 0;
    }
    h2 {
        font-size: 20px;
    }

    footer h4 {
        margin-top: 15px;
    }
    footer .footer-service .dropdown-content a {
        width: 100%;
    }
    .navbar ul li {
        width: 100%;
    }
    .quick {
        padding: 0 10px;
        line-height: 28px;
        margin-bottom: 10px;
        border-radius: 5px;
    }
    h2:after {
        width: 100%;
    }
    .page-head h2 {
        font-size: 25px;
    }
    .wraper-about .box {
        width: 100%;
        height: auto;
        min-height: 200px;
        background-size: cover;
        margin-bottom: 15px;
    }
    .wraper-about .box .main-box .text .center {
        width: 85%;
    }
    .service-page .box {
        margin-top: 15px;
    }
    .service-page .box .image::after {
        display: none;
    }
    .contact-page .box ul li a {
        width: 47px;
        line-height: 40px;
        border: 3px solid #fff;
    }
    .form {
        margin-top: 15px;
    }
    .Career-page .box{
        overflow-y: auto;
        margin: 0 auto;
    }
    .new-tank .image{
        width: 100% !important;
    }
}

.modal-body { padding: 25px 16px; background: #fff; width: 300px; margin: 15% auto 0; }

.modal-footer { padding: 10px 16px; background-color: #262626; color: #fff; width: 300px; margin: auto; }
.btn-primary { color: #fff; background-color: #202020; border-color: #1a1a1a; margin: 0px 38%; }
.btn-primary:hover { margin: 0px 38%; color: #202020; background: #fff;  }
#processing { position:fixed; width:100%; height:100%; z-index:99999; background:#fff; opacity:0.5; top:0px; left:0px; }
#processing img{ position:absolute; z-index:100000; width: 20%; margin: 15% 40%; }
