
*{
    padding: 0;
    margin:0;
}
ul.navbar-nav.ml-auto.new li a
 {
    color: #9c9c9c;
        text-transform: capitalize;
}
button:focus{
    outline: none;
}
li.nav-item.active {
    border-bottom:2px solid #2e3192;
}
section.fst {
    background-image: url(../img/fst-baner.png);
    background-size: cover;
    height: 470px;
    padding: 156px 0px;
    margin-top: 94px;}
ul.navbar-nav.ml-auto.new li a:hover {
    color: #24288d;
}
ul.navbar-nav.ml-auto.new li {
    margin-left: 15px;
}
.btm-ftr {
    border-top: 1px solid #8a8a8a4a;
}
.btm-ftr p {
    color: #808080;
    text-align: center;
    margin-top: 25px;
}
footer {
    background: #192126;
    padding-top: 60px;
    padding-bottom: 10px;
}

body{

font-family: 'Poppins', sans-serif;
}
.fst-sc h1 {
    color: #ffff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 45px;
    margin-bottom: 15px;
}
.fst-sc {
    width: 670px;
}
.fst-sc p {
    color: #fff;
    margin-bottom: 25px;

}
button.blue-btn {
    background: #24288d;
    border: 1px solid #24288d;
    color: #fff;
    padding: 13px 40px;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    border-radius: 29px; 
    cursor: pointer; 
    text-transform: uppercase;

     box-shadow: 2px 2px 7px 1px #6b6b6b3b;
}

section.sec-half {
    padding: 60px 0px;
}
.parasec p {
    text-align: center;
    color: #808080;
}
section.second {
    height: 500px;
    background: #fafafa;
    overflow: hidden;
   
}
.wel h2 {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 20px;
}
p {
    font-weight: 300;
}
.wel p {
    color: gray;
    /* margin-bottom: 24px; */
    text-align: justify;
}
.wel .button-sec {
    margin-top: 40px;
}
.wel {
    padding: 78px 0px;
}
section.third {
    padding: 60px 0px;
    text-align: center;
}
.hedng h2 {
    font-weight: 600;
    margin-bottom: 20px;
}
.hedng p {
    color: #808080;
}
.subscibe {
    width: 600px;
    text-align: center; 
    margin:0px auto;
}
section.fifth {
    background-image: url(../img/neew-baner.png);
    background-size: cover;
    height: 345px;
    padding: 50px 0px;

}

.subscibe h2 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 30px;
}
.subscibe p {
    color: #808080;
        line-height: 2;
    margin-bottom: 20px;
}
button.lng-btn.blue {
    color: #ffffff;
    border: 1px solid #24288d;
    width: 100%;
    padding: 9px;
    border-radius: 53px;
    background: #24288d;
    text-transform: capitalize;
    cursor: pointer;
}
button.lng-btn.white:hover {
    color: #fff;
    background: #1a1e2a;
    border: 2px solid white;
}

button.lng-btn.white {
    color: #192126;
    border: 2px solid;
    width: 100%;
    padding: 9px;
    border-radius: 53px;
    background: #ffff;
    text-transform: capitalize;
    cursor: pointer;
    margin-bottom: 20px;
}
.lng-sc {
    width: 380px;
    margin: 0px auto;
}


a.env {
    border: 1px solid #ffff;
    border-radius: 50px;
    padding: 10px 14px;
    color:  #fff;
}
a.env:hover {
    color: #ffff;
    background: #24288d;
    border:1px solid #24288d;
}
.event {
    text-align: center;
        width: 100%;
}

.event h2 {
    font-weight: 600;
    margin-bottom: 20px;
}
.event p {
    color: #808080;
    margin-bottom: 40px;
}
section.seventh {
    padding: 60px 0px;
}
section.eight {
    padding: 60px 0px;
        background: #fafafa;
}
.bx h6 {
    font-weight: 600;
    margin-bottom: 22px;
}
.ico {
    color: #24288d;
        margin-bottom: 20px;
            font-size: 24px;
}
.tp {
    position: relative;
    top: 60px;
}
.bx {
    background: #fff;
    text-align: center;

}
.bx {
    padding: 65px 0px;
    height: 250px;
}
.get h2 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px;
}
.bx:hover {
    box-shadow: 0px 0px 8px 2px #80808026;
}
span.number {
    color: #808080;
}
footer {
    background: #192126;
   
}
.quick-img {
    margin: 0px auto;
}
section.quick-sec {
    padding: 60px 0px;
}

.ft-1 p {
    color: #808080;
    margin-top: 20px;
    text-align: justify;
}

.ft-1 h4 {
    color: #fff;
    margin-bottom: 20px;
}
.ft-1 ul {
    color: #808080;
    list-style: none;
    line-height: 2;
    font-size: 14px;
}
.ft-1 ul li a {
    color: #808080;
    text-transform: capitalize;
}
.show a {
    width: 100%;
    display: inherit;
    padding:6px 13px;
    /* background: gray; */
}

.show {
    position: absolute;
    top:35px;
    background: #ffff;
    border-radius: 0px 0px 10px 10px;
    width: 350px;
    display: none;
        z-index: 99999;
}
li.nav-item.dropdn {
    position: relative;
}
li.nav-item.dropdn:hover .show {
    display: inherit;
}
button.blue-btn:hover {
    background: #2c31af;
    border-color: #2c31af;
}

button.lng-btn.blue:hover {
    background: #2c31af;
    border-color: #2c31af;
}


span.ads p {
    color: gray;
    font-size: 12px;
}
span.email {
    color: #808080;
    font-size: 15px;
}

.event h2 {
    margin-bottom: 40px;
}




/*about page started*/

section.about-fst {
    height: 200px;
    background: #24288d;
    text-align: center;
    padding: 80px 0px;
}
.abt-fst-sc h1 {
    color: #fff;
    font-weight: 600;
}




/*contact page started*/

.map iframe {
    margin-bottom: -7px;
}

form.cnt .col {
    margin-bottom: 10px;
}
textarea.texture {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ced4da;
    padding: 5px;
}

section.contactus {
    padding: 60px 0px;
}

.contact-form {
    background: #f1f1f1ad;
    padding: 25px;
}

.contact-form h2 {
    margin-bottom: 20px;
    text-transform: capitalize;
}










/*machine page*/
section.mach-sec {
    padding: 60px 0px;
}
.row.bt {
    margin-bottom: 60px;
}

/* Table*/
table{
    width: 100%;
    border: 1px solid;    
}

td{
    border: 1px solid;
    padding: 5px
}


p.dsn {
    text-align: right;
}
p.copy {
    float: left;
}
.quick-img {
    margin-bottom: 60px;
}
ul.rw {
    padding-left: 20px;
}

section.about-fst.machin {
    background-image: url('img/machin.png');
}
section.about-fst.machin {
    background-image: url(../img/machine.png);
    background-size: cover;
    position: relative;
}



section.about-fst.svrc {
    background-image: url(../img/services-bnr.png);
    background-size: cover;
    position: relative;
}

section.about-fst.cnt{

  background-image: url(../img/cntact.png);
    background-size: cover;
    position: relative;
}

section.about-fst.raw{


    background-size: cover;
    position: relative;
}
.fixed-top {
    position: fixed;
    top: 0;
    /* position: relative; */
    right: 0;
    left: 0;
    z-index: 1030;
    background: #ffff;
}

.mg-top {
    margin-top: 94px;
}



.navbar {
    box-shadow: 0px 1px 20px 0px #0000001f;
}

.owl-nav {
    display: none;
}

.client img:hover {
    filter: none;
}

.client img {
    filter: grayscale(100%);
}
ul.country {
    list-style: decimal;
}


.carousel-control            { width:  4%; }
.carousel-control.left,.carousel-control.right {margin-left:15px;background-image:none;}
@media (max-width: 767px) {
    .carousel-inner .active.left { left: -100%; }
    .carousel-inner .next        { left:  100%; }
    .carousel-inner .prev        { left: -100%; }
    .active > div { display:none; }
    .active > div:first-child { display:block; }

}
@media (min-width: 767px) and (max-width: 992px ) {
    .carousel-inner .active.left { left: -50%; }
    .carousel-inner .next        { left:  50%; }
    .carousel-inner .prev        { left: -50%; }
    .active > div { display:none; }
    .active > div:first-child { display:block; }
    .active > div:first-child + div { display:block; }
}
@media (min-width: 992px ) {
    .carousel-inner .active.left { left: -16.7%; }
    .carousel-inner .next        { left:  16.7%; }
    .carousel-inner .prev        { left: -16.7%; }  
}


.client img {
    width: 200px !important;
}

.sidenav {
      height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}








.cl {
    padding-left: 20px;
}



.table-sec {
    width: 100%;
}
thead {
    text-align: center;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #000000;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #3a3a3a;
}

.hyp {
    padding: 20px;
}


.hyp ul {
    padding-left: 20px;
    margin-bottom: 40px;
}

.prodct-img img {
    width: 50%;
}
.prodct-text {
    padding-top: 40px;
}

.pvt h1 {
    text-align: center;
    margin-bottom: 20px;
}
td.tbl-text {
    text-align: center;
    font-weight: 600;
}