*{
	margin:0;
	padding: 0;
	box-sizing: border-box;
}
ul{
	list-style: none;
    margin: 0;
    padding: 0;
}
ul li a{
    text-decoration: none;
}

a:focus{
   text-decoration: none;
   outline: none;
}
a:hover{
    text-decoration: none;
    outline: none;
}
img{
    width: 100%;
    max-width: 100%;
}
body{
   font-family: 'Merriweather', serif;
}
section{
    clear: both;
    display: inline-block;
    width: 100%;
}
/*new-menu-css*/
.arw_dow {
    position: absolute;
    bottom: -4px;
    left: 40%;
}

.arw_dow i.las {
    color: #000;
    font-size: 23px;
}

.aaepopover  { 
        position: absolute;
    background-color:#fe912c;
    border-radius: 5px;
    bottom: 2px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    color:#fff;
    display: block;
    font-size: 14px;
    font-family: 'Poppins';
    text-transform: uppercase;
    width: 130px;
    z-index: 4;
    right: 60px;
    padding: 10px 10px;
    text-align: center;
    font-weight: 600;
    display: none;
}
.aaepopover:after {
    content: '';
    position: absolute;
    right: -8px;
    top: 31%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 12px;
    border-color: transparent transparent transparent #fe912c;
    z-index: 1;
}
.aaepopover.active{display: block;}


.support{
background: #fff;
width: 100px !important;
height:100px !important;
color: #333;
font-size: 20px;
position: fixed;
right: 15px;
top: 15px;
cursor: pointer;
z-index: 999;
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
transition: all 300ms ease-in-out;
box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}

.support:hover{
  cursor: pointer;
}
.support img {
    transition: all 300ms ease-in-out;
   width: 82%;
    height: auto;
    overflow: hidden;
}
.inner-fabs a p{
font-size: 12px;
line-height: 1.2;
}
.returntotop{
    background: #fff;
    width: 56px !important;
    height: 56px !important;
    color: #333;
    font-size: 20px;
    position: fixed;
    left: 15px !important;
    top: 80px !important;
    cursor: pointer;
    z-index: 999;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}
.inner-fabs a{
    background: #894006;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    position: fixed;
    right: 26px;
    top: 20px;
    cursor: pointer;
    z-index: 99;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
}
.inner-fabs.show a{
  width: 45px !important;
  height: 45px !important;
  right: 38px !important;
  transition: all 300ms ease-in-out;
}
.inner-fabs.show a:nth-child(1) {
  top: 123px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}
.inner-fabs.show a:nth-child(2) {
  top: 177px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}
.inner-fabs.show a:nth-child(3) {
  top:232px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}
.inner-fabs.show a:nth-child(4) {
  top: 230px !important;
}

/*new-menu-css-end*/

.menu_logo {
    width: 150px;
    overflow: hidden;
    height: 100%;
}
.menu_logo img{
    width: 100%;
    height: 100%;
    object-position: center;object-fit: cover;
}
.main-menus{
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.menu-right{
text-align: right;
}

.menu_list ul {
    display: flex;
    justify-content: end;
    flex-direction: row;
    position: relative;
}
.menu_list ul li {
    padding: 12px 12px;
    position: relative;
}
.menu_list ul li a {
    color: #ffffff;
    font-size: 22px;
    font-family: roboto;
}
.menu_list ul ul {
    position: absolute;
    width: 123px;
    background-color: #000000;
    display: inline-block;
    left: 0;
    text-align: center;
    top: 37px;
    border-radius: 4px;
    visibility: hidden;
    transition: .3s ease-in-out;
    transform: translateY(50%);
    opacity: 0;
}
.menu_list ul li:hover ul{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.menu_list ul ul ul {
    left: 100%;
    top: -45px;
}
.menu_list ul li:hover li ul{
	display:none;
}
.menu_list ul ul:hover li ul{
display: block;
}
.menu_list ul li ul li{
 border-bottom: 1px solid #fff;
}
.menu_top ul li a {
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 18px;
    background:#fddc87;
    color: #7e0a0a;
    transition: .3s;
    margin: 0px 9px 5px;
    display: inline-block;
}


/*banner-sec*/
.las.la-angle-down.submenu-toogle {
    display: none;
}

#particles-js .particles-js-canvas-el{
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
}

section.menu {
    position: absolute;
    z-index: 2;
    width: 100%;
    padding: 15px 0px;
}
.baner_contents{
    z-index: 2;
}


.item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color:#000;
    width: 100%;
    height: 555px;
    position: relative;
}
.bane_ .item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgb(0 0 0 / 72%);
    transition: all .4s ease-out;
}

.bane_{
    position: relative;
    bottom: 0;
    left: 0;
    float: left;
    width: 100%;
    text-align: center;
}
.bane_:before {
    content: '';
    position: absolute !important;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 275px;
    background-image: url(../img/curve-img.png) !important;
    background-repeat: no-repeat !important;
    z-index: 2;
}

.bane_ .baner_cont {
    position: absolute;
    transform: translateY(-50px);
    top: 41%;
    max-width: 600px;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    left:28%;
}



.baner_cont h3 {
    font-size:55px;
    color: white;
  text-shadow: 0px 2px 0px #ffffff,
   0px 4px 0px #732f07, 
   1px 7px 0px #8a3f04,
    0px 9px 0px #894006
}
.baner_cont span {
    font-size: 50px;
    color: white;
    
}
.baner_cont p {
    font-size: 23px;
    color: white;
    line-height: 1.4;
    margin-top: 46px;
}
 .owl-item.active .baner_cont h3{
    -webkit-animation: 1s .3s fadeInDown both;
    animation: 1s .3s fadeInDown both;
}
.owl-item.active .baner_cont span{
    -webkit-animation: 1s .3s fadeInDown both;
    animation: 1s .3s fadeInDown both;
    display: inline-block;
}
/*banner-sec-end*/


/*types-coal-css*/
.pacakage_sec{
padding: 30px 0px;
position: relative;
background-image:url(../img/pack-bg.jpg);
background-position:center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
display: inline-block;
opacity: 0.9;
}
.pack-list2 {
    text-align: center;
    width: 100%;
}
/*section.pacakage_sec:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
   background-color: rgb(0 0 0 / 45%);
    top: 0;
    right: 0;
    left: 0;
    z-index: -2;
}*/
.fotter_text ul li a {
    color: #000;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin: auto;
    font-weight: 600;
}
.pack-list ul {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0;
}
.pack-list ul li {
    display: inline-block;
    width: 100%;
    float: left;
}
.pack-content {
    background-color: white;
  margin: 0px;
    padding: 0px;
    overflow: hidden;
}
.title {
    font-family: 'Bell MT Regular';
    color: #7e0a0a;
    font-size: 48px;
    line-height: 1;
    margin-bottom: 20px;
    margin-left: 20px;
}
.pack-img {
    width:100%;
    height:300px;
    overflow: hidden;
}
.pack-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center top;
}
.pack-text {
    padding: 13px 30px;
    position: relative;
}
.pack-text span {
   position: absolute;
    width: 34px;
    height: 34px;
    background: #fddc87;
    border-radius: 50%;
    top: -18px;
    right: 6px;
    align-items: center;
    justify-content: center;
    display: block;
}
.pack-text span i {
    font-size: 25px;
    align-items: center;
    color: #1f1e1e;
    font-weight: 600;
    padding: 3px 4px;
}
.pack-text h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 5px;
}
.pack-text p{
font-weight: 400;
    font-size: 18px;
    margin-bottom: 19px;
    color: black;
}
 .site-btn2  {
    color: #fff;
    background: #7e0a0a;
    border: 1px solid #7e0a0a;
    border-radius: 30px;
    padding: 8px 20px;
    display: inline-block;
}
 .site-btn2 :hover {
    background: transparent;
    color: #7e0a0a;
}
/*types-coal-css-end*/


/*about-us-css-start*/

/*abt-tab-css*/
.wrapper {
    max-width: 700px;
    width: 100%;
    margin: 0px auto;
    padding:5px 0px;
    border-radius: 5px;
}
.wrapper h3{
    font-size: 21px;
    font-weight: 600;
    padding: 20px 0px;
    text-align:start;
    color: #000;
}
.wrapper nav {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    margin: 15px auto;
    justify-content:start;
}
.wrapper nav label {
    display: block;
    height: 100%;
   width: 100%;
    max-width: 150px;
    text-align: center;
    line-height: 3;
    cursor: pointer;
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-size: 17px;
    border-radius: 5px;
    margin: 0 5px;
    transition: all 0.3s ease;
    background-color:#894006;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 10%);

}
.wrapper nav label:hover {
    background:#000;
}

nav label i {
  padding-right: 7px;
}
nav .slider {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 5px;
  background:#3c1b02;
  transition: all 0.3s ease;
}
input[type="radio"] {
  display: none;
}

#coal:checked ~ nav .slider {
  left: 40%;
}
#tender:checked ~ nav .slider {
  left: 60%;
}

.tab-wrap .content {
    display: none;
    background: #f7f7f7;
    padding: 12px 20px;
    margin-top: 13px;
    color: #060606;
}
#coal:checked ~ .tab-wrap .content-1{
display: block;
}
#tender:checked ~ .tab-wrap .content-2 {
  display: block;
}
.tab-wrap .content .title {
 font-size: 21px;
    font-weight: 600;
    margin: 21px 10px;
    color: #000;
}
.tab-wrap .content p {
  text-align: justify;
}

/*abt-tab-css-end*/


/*abt-inner*/

.bubbles {
    -webkit-transform: tranlate(-50%, -50%);
    -moz-transform: tranlate(-50%, -50%);
    -ms-transform: tranlate(-50%, -50%);
    transform: tranlate(-50%, -50%);
}
.bubbles img{
    display: block;
   /* border-radius: 50%;*/
    animation-name:float-bob-y;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
   /* background-image: linear-gradient(to bottom left, #ffeaea 35%, #cf1717);*/
   
}


@-webkit-keyframes float-bob-y {
  from {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 25px);
  }
  to {
    transform: translate(0, 0px);
  }
}

@-moz-keyframes float-bob-y{
  from {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 25px);
  }
  to {
    transform: translate(0, 0px);
  }
}

@keyframes float-bob-y {
  from {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 25px);
  }
  to {
    transform: translate(0, 0px);
  }
}




 .fullwidth.about-coal {
    position: relative;
    padding: 40px 0px;
}
.cimgsec{ 
  height: 100%; 
  display: inline-block;
   width: 100%; 
   background: #16151d;
 }

.services .slist ul li {
    background: #222129;
    padding-bottom: 15px;
    overflow: hidden;
}
.para.mCustomScrollbar p {
    color: #fff;
    font-size: 14px;
    line-height: 2.5;
    text-align: justify;
}
.spara {
    width: 50%;
    float: left;
    padding: 30px;
}
.dark-bg {
    background: #16151d;
}
.spara .title {
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    font-family: FuturaPTDemi;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.simg {
    width: 50%;
    float: left;
}
.simg .item-abt {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.simg .item-abt .owl-item{
  height: 555px;
    overflow: hidden;
}
 .simg .item-abt img {
    width: 100%;
    height:100%;
    object-fit: cover;
}
.slide-ser .owl-dots {
    margin-top: 0px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
}
.slide-ser .owl-dots .owl-dot span{
    background: #fff;
}
.slist ul li:nth-child(even) .simg{
  float: right;
}
.slide-ser .owl-dots .owl-dot.active span{
    background: #000;
    width: 20px;
}
.slide-ser .owl-dots .owl-dot:focus{
    outline: none;
}
.slide-ser .owl-dots .owl-dot span {
    width: 15px;
    height: 3px;
    margin: 5px 7px;
    background: #fff;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;
    transition: all .3s ease-in-out;
}

/*abt-inner-end*/

.abut_sec {
    padding: 0px 0px;
    position: relative;
}

.abs-img {
    width: 500px;
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
}
.abs-img img {
    width:100%;
    height: 100%;
   object-fit: cover;
   object-position: center;
}
.abs-text h3 {
    font-size: 40px;
    color: #000;
    font-weight: 600;
}
.abs-text p {
   line-height: 1.6;
    letter-spacing: 0.5px;
    font-size: 15px;
    color: #202020;
    padding: 17px 10px;
    font-family: roboto;
    text-align: justify;
}

.abs-text a {
    color: #fff;
    background: #894006;
    border: 1px solid #894006;
    border-radius: 30px;
    padding: 8px 20px;
    display: inline-block;
}
.abs-text a:hover {
   background: black;
    color: #fff;
}
.abs-left {
    width: 50%;
    float: left;
    padding: 50px 88px;
    position: relative;
}
.abs-right {
    width: 50%;
    float: right;
    padding: 50px 0px;
}

section.abt_wrpa {
    padding: 40px 0px;
}
#inner-banner {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
padding: 200px 0px 100px;
position: relative;
width: 100%;
z-index: 0;
text-align: left;
}
#inner-banner::before {
content: "";
width: 100%;
position: absolute;
left: 0;
top: 0;
height: 100%;
background: rgba(0,0,0,.3);
}
#inner-banner span {
color: #fff;
font-size: 30px;
margin: 0px 0 40px 0;
font-weight: 600;
text-transform: capitalize;
display: inline-flex;
}
.inner-breadcrumb ul {
padding: 0px;
margin: 0px;
margin-top: -30px;
}
.inner-breadcrumb ul li {
display: inline-block;
margin-right: 10px;
position: relative;
color: #fff;
font-weight: 500;
font-size: 14px;
line-height: 14px;
}
.inner-breadcrumb ul li a {
color: #fff;
font-weight: 500;
}
.inner-breadcrumb ul li::before {
color: #fff;
content: "/ ";
font-size: 12px;
font-weight: 500;
left: -10px;
line-height: normal;
margin-top: -7px;
position: absolute;
top: 50%;
}
.inner-breadcrumb ul li:first-child::before {
display: none;
}

.maina{
    width: 50%;
    float: left;

}
.mainb{
    width: 50%;
    float: right;
}
.maina ul {
    display: flex;
}

.maina ul{
    display: inline-block;
    width: 100%;
}
.maina ul li{
    display: inline-block;
    border: 1px solid #ed3744;
    border-radius: 30px;
    padding: 6px 15px;
    font-size: 15px;
    background: #fef3e9;
    color: #ed3744;
    margin-bottom: 5px;
    margin-right: 5px;
}
.maina ul li:before{
    display: none;
}
.maina ul li.active{
    background: #ed3744 !important;
    color: #fff !important;
}

/*iner-abt-css*/
.back_wrap {
    position:relative;
    padding: 30px 0px;
}
.dumy_wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.abtiner-img {
    width: 40%;
    float: left;
    padding: 10px 0px;
}
.abtiner-cont{
    width: 60%;
    float: right;
    padding: 0px 22px;
}
.txt_wrap p {
    text-align: justify;
    font-size: 18px;
    width: 100%;
}
.txt_wrap h2 {
    font-size: 40px;
    font-weight: 600;
}
.dumy_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
 .abt-list {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}
.text_wrap p {
    margin-left: 23px;
    text-align: justify;
    color: #24215a;
    font-size: 14px;
}
.team-area {
    position: relative;
    padding: 30px 0px;
}
.abt-list2 {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.team-area h3 {
    /*border-right: 1px solid;*/
    color: #333333;
    display: inline-block;
    font-size: 16px;
    margin: 0px 4px;
    padding: 0px 4px;
    font-weight: 600;
}
.team-area p {
    color: #894006;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}
.team-area .social-links {
    padding: 0px;
    margin: 5px 0 0;
}
.social-links li {
    display: inline-block;
    margin: 0 3px;
}
.team-area .social-links .lab {
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    font-size: 17px;
    height: 27px;
    margin-left: 0;
    padding: 5px 0;
    text-align: center;
    width: 27px;
}
.team-area .single-team-member:hover .img-holder img {
    border:4px solid #8c5605;
}
.team-area .social-links .lab:hover {
    color: #8c5605;
}
.img-holder {
    margin-bottom: 20px;
    width: 100%;
    height: 200px;
    overflow: hidden;
}
 .img-holder img {
    border: 2px solid #aaaaaa;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.img-holder {
    margin-bottom: 20px;
}
.abt-list2{

}
/*iner-abt-css-end*/


/*about-us-css-end*/


/*services-css*/

/*iner-service*/


/*service-css*/
.serv-iner-sec{
padding: 40px 0px;
position:relative
}
.serv-iner-ri8 {
    width: 50%;
    float: left;
}
.serv-iner-sect1 {
    background-color: black;
    padding: 20px 20px;
    position: relative;
    margin-bottom: 18px;
}
.serv-iner-sect1:nth-child(even) .serv-iner-ri8{
    float: right;
}
.serv-iner-sect1:nth-child(even) .serv-iner-left{
    float: left;
}

.serv-iner-ri8 h1 {
    color: #fff;
    font-size: 30px;
}
.serv-iner-sect2 {
    background-color: black;
    padding: 20px 20px;
    position: relative;
    margin-bottom: 18px;
}
.serv-iner-ri8 p {
    color: #fff;
    font-size: 10px;
    line-height: 2.1;
    padding: 20px 0px;
    text-align: justify;
}
.serv-iner-sect3 {
    background-color: black;
    padding: 20px 20px;
    position: relative;
}

.serv-iner-sect4 {
    background-color: black;
    padding: 20px 20px;
    position: relative;
}
.serv-iner-left {
    position: relative;
    top: 0px;
    float: right;
    width: 50%;
}
.serv-iner-left ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: right;
    align-items: center;
    margin: 15px 0px;
}
.serv-iner-left ul li {
    flex-basis: 50%;
    padding: 0px 8px;
}
.serv-iner-left ul li:nth-child(even){
    position: relative;
    top:30px;
}
.serv-iner-left ul li a{
text-decoration: none;
}


.list-image {
    width: 175px;
    height: 175px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
}
.list-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.list-text h1 {
    font-size: 20px;
    color: black;
    text-align: center;
}
.serv-iner-left ul li .serv-iner-list {
    /*background-color:#894006;*/
    width: 100%;
    height: 250px;
    margin-bottom: 23px;
    border-radius: 3px;
    padding-top: 15px;
}

/*services-css-end*/

/*government-project*/

/*baner-css-start*/

#particles-js .particles-js-canvas-el{
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
}

.govtbaner_contents{
    z-index: 2;
}


.govtitem {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color:#000;
    width: 100%;
    height: 555px;
    position: relative;
}
.govtbane_ .item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgb(0 0 0 / 72%);
    transition: all .4s ease-out;
}

.govtbane_{
    position: relative;
    bottom: 0;
    left: 0;
    float: left;
    width: 100%;
    text-align: center;
}
.govtbane_:before {
    content: '';
    position: absolute !important;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 275px;
    background-image: url(../img/curve-img.png) !important;
    background-repeat: no-repeat !important;
    z-index: 2;
}

.govtbane_ .govtbaner_cont {
    position: absolute;
    transform: translateY(-50px);
    top: 47%;
    max-width: 600px;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    left:28%;
}
.govtbaner_cont h3 {
    font-size:55px;
    color: white;
  text-shadow: 0px 2px 0px #ffffff,
   0px 4px 0px #732f07, 
   1px 7px 0px #8a3f04,
    0px 9px 0px #894006
}
.govtbaner_cont span {
    font-size: 50px;
    color: white;
    
}
.govtbaner_cont p {
    font-size: 23px;
    color: white;
    line-height: 1.4;
    margin-top: 46px;
}
 .owl-item.active .govtbaner_cont h3{
    -webkit-animation: 1s .3s fadeInDown both;
    animation: 1s .3s fadeInDown both;
}
.owl-item.active .govtbaner_cont span{
    -webkit-animation: 1s .3s fadeInDown both;
    animation: 1s .3s fadeInDown both;
    display: inline-block;
}
/*baner-css-start-end*/


.govt-nation {
    padding: 50px 0px;
}

.govt-sec-head h1 {
    font-size: 35px;
    color: black;
    font-family: roboto slab;
    font-weight: 600;
  padding-top: 14px;
}

.govt-sec-para p {
    text-align: justify;
    font-size: 15px;
    line-height: 1.9;
    color: #343232;
    font-weight: 500;
}


/*
.left-swp {
   width: 409px;
    height: 100%;
    overflow: hidden;
}*/
/*.left-swp img {
    width: 100%;
    height: 297px;
    object-fit: cover;
    object-position: center;
}*/


.box1 {
    position: relative;
    background-color: #f9f9f9;
    margin-bottom: 20px;
        display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-left: 47px;
}
.govtproleft{
    width: 50%;
    float: left;
}
.govtright {
   width: 50%;
    float: right;
}

.box1:nth-child(even) {
    flex-direction: row-reverse;
}
.left-swp .owl-item{
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.left-swp .owl-item img{
width: 100%;height: 100%;object-fit: cover;object-position: center; }
.left-swp .owl-dots {
    margin-top: 0px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
}
.left-swp .owl-dots .owl-dot span{
    background: #fff;
}
.left-swp ul li:nth-child(even) .govtright{
  float: right;
}
.left-swp .owl-dots .owl-dot.active span{
    background:#894006;
    width: 20px;
}
.left-swp.owl-dots .owl-dot:focus{
    outline: none;
}
.left-swp .owl-dots .owl-dot span {
    width: 15px;
    height: 3px;
    margin: 5px 7px;
    background: #fff;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;
    transition: all .3s ease-in-out;
}
/*goverment-project-css-end*/

/*iner-services-end*/

.product-sec {
    padding: 30px 0px;
    position: relative;
}
.product-sec:before {
    content: '';
  background-image: linear-gradient(333deg, #000000 0%, #2b2a2a 100%);
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    border-radius:15vw 0 15vw 0;
    z-index: -1;
    position: absolute;
}
.abt-ri8 {
    float: left;
    width: 50%;
}
.about-left{
    float: right;
    width: 50%;
}
.headingsec {
    padding-bottom: 30px;
}
.title {
    color: #131313;
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
    padding-bottom: 0px;
}
.pack-list2 h3 {
    color: #000;
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
    padding-bottom: 0px;
    z-index: 9;
}
.pack-list2 {
    text-align: center;
    width: 100%;
    padding: 23px 0px;
}
.headingsec p {
    font-size: 15px;
    color: #3e3e42;
    line-height: 1.4;
    text-align: center;
    font-family: roboto;
    width: 100%;
    margin: 0 auto;
    padding: 12px 39px;
}
.plist {
    position: relative;
    display: inline-block;
    width: 100%;
    z-index: 0;
}



.plist .owl-nav{
    position: absolute;
    top: /50%/ auto;
    transform: translateY(-50%);
    width: 100%;
}
.plist .owl-nav>button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background:#fff !important;
    border-radius: 50%;
    font-size: 0!important;
    position: absolute;
    box-shadow: 0px 0px 19px 0px #00000021;
}
.plist .owl-nav>button:focus{
    outline: none;
}
.plist .owl-nav>button.owl-prev{
    left: -60px;
}
.plist .owl-nav>button.owl-next{
    right: -60px;
}
.pegi_next{
    position: relative;
}

.pegi_prev{
    position: relative;
}



.plist .pro-list .item2 .pimg{
    width: 100%;
    height:100%;
    overflow: hidden;
}
.plist .pro-list .item2 .pimg img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    border-radius: 4px;
}

.ptext {
    position: absolute;
    left: 0px;
    font-size: 16px;
    background-color: white;
    width: 100%;
    max-width: 369px;
    right: 0px;
    height: 8vh;
    bottom: 0px;
}


.plist .owl-nav{
    position: absolute;
    top: /50%/ auto;
    transform: translateY(-50%);
    width: 100%;
}
.plist .owl-nav>button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background:#894006  !important;
    border-radius: 50%;
    font-size: 0!important;
    position: absolute;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    box-shadow: 0px 0px 19px 0px #00000021;
}
.plist .owl-nav>button:focus{
    outline: none;
}
.plist .owl-nav>button.owl-prev{
    left: -60px;
}
.plist .owl-nav>button.owl-next{
    right: -60px;
}
.pegi_next{
    position: relative;
}
.pegi_next:after{
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}
.pegi_next:before {
       content: '';
    width: 15px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 51.5%;
}
.pegi_prev{
    position: relative;
}
.pegi_prev:after{
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(225deg);
}
.pegi_prev:before {
       content: '';
    width: 15px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 51.5%;
}

 .ptext h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 2.3;
}
.btnserv {
    color: #fff;
    font-size: 18px;
    position: relative;
    padding: 8px 35px;
    border: 1px solid #eda723;
    border-radius: 0px 30px 30px 30px;
    background: #eda723;
    list-style: none;
    text-decoration: none;
    margin: auto;
}
.item2{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
   height: 60vh;
   position: relative;
}
/*services-end*/


/*contact-css*/
.contu_head{
   position: relative;
   padding: 14px 0px;
}
.map iframe {
    width: 100%;
    height: 392px;
}

.contu_head h3 {
    font-size:40px;
    font-weight: 600;
}

.loc-detls {
    background-color: #141415;
}
.ldetail {
    padding: 87px 7px;
}
.contact-area {
    padding: 33px 12px;
}
.ldetail h2 {
 font-size: 26px;
    color:#fff;
}

.form-control:focus {
background-color: #fff;
border-color: #ccccd6;
outline: 0;
box-shadow: 0 0 0 1px rgb(243 183 122);
}


.ldetail ul li {
    font-size: 15px;
    color: #fff;
    width: 100%;
    text-align: justify;
    padding: 12px 0px;
}
.ldetail ul li  i{
    color:#fff;
    margin-right: 15px;
}
.btn-wrap {
    margin-bottom: -28px;
    margin-top: 16px;
}

.contact-sec {
    background: #fff;
    /* border-top: 1px solid #E4EAEE; */
    /* border-bottom: 1px solid #E4EAEE; */
    padding: 30px 0px;
    position: relative;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-title1 h2 {
    font-size: 35px;
    margin: auto;
    color: #000000;
    line-height: 1.3;
    padding-top: 16px;
}
.section-title1 p {
    padding-top: 15px;
   text-align: center;
   color: #9d9797;
}

.contact-wrap-form1 {
    background-color: #b1832f;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.contact-wrap-form .form-group {
    margin-bottom: 25px;
}
.contact-wrap-form .form-group .form-control {
    height: 50px;
    color: #2d3652;
    border: 1px solid #e8e8e8;
    background-color: #fcfcff;
    border-radius: 0;
    padding: 10px 20px;
    width: 100%;
}
.contact-wrap-form .with-errors {
    float: left;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 25px;
    color: red;
    font-weight: 400;
    display: block;
}
.default-btn {
    background-color:#894006;
    padding: 12px 42px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.default-btn:hover{
    background: transparent;
    color:black;
    border: 1px solid #894006 !important;
}
.contact-wrap-form .default-btn {
    border: 0;
    outline: none;
}

.section-title1 {
    padding-top: 40px;
}

/*contuct-us-css-end*/




/*footer-css*/
.fotter_text ul{
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.fotter_text ul li {
    padding: 12px 3px;
}
.fotter_text ul li a {
    color: #000;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin: auto;
    font-weight: 600;
}
.fot_im {
    width: 30px;
    height: 100%;
    overflow: hidden;
    margin-top: -2px;
}
.fot_im img{
    width: 100%;
    height: 100%;
    object-position: center;
}
.footer_sec {
    position: relative;
    display: inline-block;
    width: 100%;

}
.footer_sec:before{
    content: "";
    background-color: #000;
    position: absolute;
    height: 100%;
  width: 57%;
    top: 0;
    left: 0;
    z-index: -1;
}
.footer_sec:after {
    content: "";
    background-color: #e6bc35;
    position: absolute;
    height: 100%;
    width: 43%;
    bottom: 0;
    right: 0;
    z-index: -1;
}

/*.footer_sec:before {
    content: '';
    position: absolute !important;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 275px;
    background-image: url(../img/footer-bg.png) !important;
    background-repeat: no-repeat !important;
    z-index: 2;
}*/
.foot_left {
      width: 60%;
    float: left;
    padding: 20px 41px;
}
/*.foterlft_wrap{
    width: 60%;
    float: left;
    padding: 20px 41px;
}*/
.foot_left h2 {
    color: #ffffff;
   font-size: 30px;
     padding-left: 11px;
}
.foot_detl {
    margin-top: 23px;
    width: 50%;
    float: left;
}
.foot_detl ul {
    display: flex;
    flex-direction:column;
    justify-content: start;
    list-style: none;
}
.foot_detl ul li {
    padding: 11px 0px;
}
.foot_detl ul li a {
    font-size: 20px;
    color: #ffffff;
}
.foot_detl ul li a p {
    font-size: 15px;
    color: #f3f3f3;
    text-align: justify;
    padding: 1px 22px;
    font-family: roboto;
}
.foot_detl ul li a span i {
    font-size: 20px;
    color: white;
    font-weight: 700;
    display:inline-block;
}

.foot_detltabc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    float: left;
}

.foot_detltab ul {
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.foot_detltab ul li {
    padding: 12px 12px;
    position: relative;
}
/*.foot_detltab ul li:after {
    content: '';
    width: 1px;
    height: 90%;
    position: absolute;
    left: 4%;
    background: #000;
    top: 39%;
    transform: rotate(90deg);
}*/
.foot_detltab ul li a {
   font-size: 18px;
    color: #ffffff;
}
/*.foot_detltab ul li:nth-child(1):after {
  display: none;
}*/


.foot_detltac ul {
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.foot_detltac ul li {
    padding: 12px 12px;
    position: relative;
}

.foot_detltac ul li a {
    font-size: 20px;
    color:#ffffff;
    font-weight: 600;
}

.foot_ri8 {
    width: 40%;
    float:right;
    padding: 44px 24px;
}
.footer-image {
    width: 148px;
    height: 100%;
    overflow: hidden;
   margin: 0 auto;
}
.foot_ri8 p{
text-align: center;
font-size: 13px;
line-height: 2.9;
color:#000000;
}
.footr_form {
    width: 100%;
    clear: both;
}
.footr_form input {
width: 70%;
}
.footr_form input {
    display: inline-block;
    border-radius: 30px;
    padding: 10px 20px;
    border: none;
    font-size: 18px;
    min-height: 46px;
    margin-top: 28px;
    border: 1px solid #894006;
}
.footer_email:focus {
    outline: none;
}

.footr_form button {
    width: 27%;
    background: #894006;
    color: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    padding: 10px 20px;
    border: none;
    font-size: 18px;
    min-height: 46px;
    margin-top: 28px;
}

/*footer-css-end*/


