body{
	position:relative;
}
.wtsapp-blk{
	position:fixed;
	right:30px;
	bottom:50px;
	border-radius:50px;
}
.wtsapp-blk img{
	width:60px;
}
.wtsapp-blk img:hover {
  transform: scale(1.1);
  transition: 0.3s all ease-in-out
}
.hdrContain {
  padding: 14px;
	padding-bottom:0;
  position: relative;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 22;
}

.hdrContain.stick {
  position: fixed;
  padding: 12px;
	padding-bottom:0;
  top: 0;
  left: 0;
  background-color: #fff; 
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

}
.hdrContain.stick .logoSec img{
  width: 90px;
}
.hdrContain.stick .logoSec {
	padding-bottom:0;
}
.header-placeholder {
  display: none;
}

.hdrContain.stick+ .header-placeholder {
  display: block;
  height: 150px; 
}
.hdrContain.stick .menuCnt{
	padding-bottom:18px
}
.hdrRow {
  display: flex;
  align-items: end;
  justify-content: space-between;
  transition: all 0.3s;
}

.logoSec img {
  width: 120px;
  transition: all 0.3s;
}
.navMenu ul {
  display: flex;
  align-items: center;
  margin: 0 !important;
  justify-content: center;
}
.logoSec {
  text-align: center;
}
.logoSec h1{
    margin: 0 !important;
}


.navMenu ul li a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s;
		padding: 12px 24px 12px 24px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background: #020024;
    background: linear-gradient(1deg, rgb(2 0 36 / 0%) 0%, rgb(229 229 229 / 100%) 100%);
	border:1px solid #85858566;
	border-bottom:0;
	display:block;
}
.navMenu a:hover{ 

		  background-color:#43ac35;
	 background:#43ac35;
		color:#fff;
}

.navMenu .current-menu-item a{
	color:#fff;
		  background-color:#43ac35;
	 background:#43ac35;
}
.navMenu li:nth-child(1) a:hover{
	 background-color:#43ac35;
	 background:#43ac35;
}
.navMenu li:nth-child(2) a:hover{
	 background-color:#4b83c8;
	 background:#4b83c8;
}
.navMenu li:nth-child(3) a:hover{
	 background-color:#ef8301;
	 background:#ef8301;
}
.navMenu li:nth-child(4) a:hover{
	 background-color:#43ac35;
	 background:#43ac35;
}
.navMenu li:nth-child(5) a:hover{
	 background-color:#43ac35;
	 background:#4b83c8;
}
.navMenu li:nth-child(6) a:hover{
	 background-color:#ef8301;
	 background:#ef8301;
}
.navMenu .current-menu-item:nth-child(1) a{
	  background-color:#43ac35;
	 background:#43ac35;
}
.navMenu .current-menu-item:nth-child(2) a{
	 background-color:#4b83c8;
	 background:#4b83c8;
}
.navMenu .current-menu-item:nth-child(3) a{
	 background-color:#ef8301;
	 background:#ef8301;
}
.navMenu .current-menu-item:nth-child(4) a{
	  background-color:#43ac35;
	 background:#43ac35;
}
.navMenu .current-menu-item:nth-child(5) a{
	   background-color:#4b83c8;
	 background:#4b83c8;
}
.navMenu .current-menu-item:nth-child(6) a{
	 background-color:#ef8301;
	 background:#ef8301;
}
.menuCnt{
	padding-bottom:32px
}
.logoSec{
	padding-bottom:22px
}
.cnct a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 600;
  font-size: 17px;
}
.cnct img {
  width: 30px;
}

.mobTogg {
  display: none;
}
.res-icons{
	display:none;
}
.toggle-blk span {
  display: block;
  width: 38px;
  height: 2px;
  background-color: #000;
  margin: 7px 0;
  transition: all 0.3s;
}
.toggle-blk.open span:nth-child(1) {
  transform: rotate(43deg) translate(7px, 6px);
}

.toggle-blk.open span:nth-child(2) {
  width: 0;
}
.toggle-blk.open span:nth-child(3) {
  transform: rotate(-42deg) translate(6px, -6px);
}

/* HERO */
.heroSec {
  padding-top: 0;
  position: relative;
}

.herImg img {
  width: 100%;
  height: 768px;
  object-fit: cover;
  min-height: 500px;
  object-position: bottom;
}
.heroTxt {
  position: absolute;
  left: 50%;
  bottom: 140px;
  transform: translate(-50%);
}
.heroTxt h1 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  text-shadow: 4px 2px 4px rgb(56 54 54);
  text-align: center;
  text-transform: capitalize;
  line-height: 1;
  margin: 0;
}
.heroTxt h1 span {
  font-weight: 700;
}
.heroTxt p {
  color: #fff;
  font-weight: 300;
  font-size: 22px;
  text-align: center;
  margin-top: 15px;
}
.heroSlider .item .herImg {
  overflow: hidden;
}
/*  */
.AB-img img{
	width:100%
}
.Rm-about {
  padding-top: 0;
  background-color: #ffff;
  box-shadow: 0 0 10px 0 #ccc;
}
.Abt-container {
  padding: 25px 0;
}
.abt-blk {
  display: flex;
  align-items: center;
  gap: 16px;
/*   border-right: 1px solid #ccc; */
	position:relative;
	justify-content:center;
}
.Abt-container .col-md-4:after{
	content:"";
	position:absolute;
	width:1px;
	height:100%;
	background-color:#ccc;
	top:0;
	right:0;
}

.Abt-container .col-md-4:nth-child(3):after{
	display:none
}
.abt-rwCnt{
	margin:30px 0; 
}
.abt-CEO ul{
	margin:0;
}
.abt-CEO ul li{
	position:relative;
	padding:10px 30px;
}
.abt-CEO ul li:before{
	content:"";
	display:block;
	position:absolute;
	top:16px;
    left:0;
	width:13px;
	height:13px;
	border-radius:50px;
	background-color:#43ac35;
}
.rightImg{
	display:flex;
	justify-content:end;
}
/* .brdr-none {
  border-right: none;
} */
.logistics {
  width: 95px;
  height: 95px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.orng {
  background-color: #ef8301;
}
.blue {
  background-color: #2c6eb4;
}
.green {
  background-color: #43ac35;
}
.grey {
  background-color: #4b83c8;
}
.txt {
  max-width: 190px;
}

/*  */
.trd-block h2 {
  font-size: 36px;
  max-width: 370px;
  font-weight: 700;
  margin-bottom: 30px;
}
.trd-block img{
	width:100%
}
.listText p{
	font-size:17px;
}
.materialsList {
  display: flex;
  margin-bottom: 8px;
  border-bottom: 1px solid #ccc;
  gap: 10px;
    padding: 10px 0;
}
.materialsList:last-child{
	border-bottom: none;
}

.listText {
  width: 380px;
}

.circle {
  width: 28px;
  height: 28px;
  border: 1px solid #000;
  border-radius: 50px;
  position: relative;
}
.circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: #000;
  z-index: 22;
}

.materials {
  display: flex;
  align-items: center;
	justify-content:space-between;
  gap: 30px;
  margin-bottom: 10px;
}
.materials img{
	width:80px;
	display:block;
	margin:auto;
}
.materials > div{
	display:block;
	margin:8px auto;
	width:180px;
}
.mat-txt {
  width: 100%;
}
.mat-txt h3 {
  font-size: 26px;
  text-transform: capitalize;
  font-weight: 700;
	text-align:center;
}
/*  */
.service-container {
  background: #ef8301;
  width: 100%;
  height: 650px;
  min-height: 620px;
  margin-top: 50px;
  position: relative;
  display: flex;
  overflow: hidden;
  padding-top: 120px;
}
.service-container::before {
  content: "";
  position: absolute;
  background-image: url(../assets/service2.jpg);
  top: 30px;
  right: 0;
  width: 970px;
  height: 100%;
  background-repeat: no-repeat;
}
.servList {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.servLText h3 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
}
.serv-Textlist {
  max-width: 390px;
  float: right;
}
.serv-Textlist h2 {
  font-size: 32px;
}
.serv-Textlist p{
	font-size:17px;
}
.sub-Cnt{
	font-size:26px;
	margin-top:45px ;
	font-weight:600;
}
.promise{
	margin:40px 0;
}
.ServContainer{
	border-top:1px solid #ccc;
}
.srHead h2{
	text-align:center;
	font-weight:600;
	font-size:30px;
	margin-bottom:10px;
}


/*  */

.cnct-contain .row {
  display: flex;
  justify-content: space-between;
}
.cntct-frm h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}
.cntct-frm p {
  margin-bottom: 10px;
}
.frmDiv form .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
.frmDiv form input,
.frmDiv form textarea {
  width: 100%;
  padding: 10px 30px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  outline: none;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-family: "poppins";
}
.frmDiv form input::placeholder {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 300;
}
textarea::placeholder {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 300;
}

.frmDiv input[type="submit"] {
  width: 100%;
  background-color: #000;
  color: #fff;
  text-transform: capitalize;
  font-weight: 400;
  padding: 10px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 18px;
}
.solu-blk {
  padding-left: 30px;
}
.more {
  margin-top: 30px;
}
.more a {
  padding: 10px 30px;
  text-align: center;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  font-family: "Poppins";
  font-weight: 600;
}

/*  */
.services-type {
  padding-top: 60px;
}
.servc-type {
  text-align: center;
}
.servc-type p {
  max-width: 150px;
  display: block;
  margin: auto;
  font-size: 20px;
	text-align:center;
}
.servType {
    padding-top: 60px;
    border-top: 1px solid #ccc;
}
/*  */
.news-head h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}
.news-head p {
  text-align: center;
  font-weight: 300;
  margin-bottom: 40px;
  
}
.nwsImg {
  line-height: 0;
}
.nwsImg{
	background-color:#e7e7e7;
	text-align:center;
	padding:25px 0
}
.nwsImg img {
  width: 160px;

}
.nws-txt {
  border: 1px solid #ccc;
  padding: 25px;
}
.nws-txt h3 {
  transition: all 0.3s;
  font-size: 22px;
	text-align:center;
}
.nws-txt p {
  margin-top: 8px;
  margin-bottom: 15px; 
}
.date a {
  font-weight: 500;
}
.nwsDetails{
  overflow: hidden;
}
.nwsDetails:hover .nws-txt h3{
color: #ef8301;
}
.nwsImg{
  line-height: 0;
  overflow: hidden;
}
.nwsImg img{
  transition: all 0.3s;
  line-height: 0;
}
.nwsDetails:hover .nwsImg img{
  transform: scale(1.02);
}
.we-serv img{
	width:100%
}
.trading{
	margin-top:30px;
}
.trading img{
	width:100%;
	height:100%;
}
.srImg{
	height:100%;
}
.trading .col-md-6{
	padding:0
}
.trad-txt{
	background-color:#67b444;
	color:#fff;
}
.trd-org{
	background-color:#f39a14;
}
.trad-blue{
	background-color:#5899c5;
}
.trad-txt{
	display:flex;
	align-items:center;
	padding:60px;
	height:100%;
}
.trad-txt h2{
	font-size:27px;
	margin-bottom:15px;
}
.trad-txt p{
	margin-bottom:15px;
}

/* CONTACT */
.contact-container{
  background-image: url(../assets/cntct-Bnr.jpg);
}
.updts-Blk{
  display: flex;
  align-items: center;
  padding: 30px;
  height: 100%;
}
.updts-cont{
  display: flex;
  gap: 10px;
}
.locImg img{
  width: 75px !important;
}
.updts-Blk img{
  width: 50px;
}
.updts-div{
  margin-top: 30px;
}
.cnt-txt p {
  color: #fff;
  font-size: 17px;
font-weight: 600;
/* line-height:1.5; */
	margin:5px 0;
}
.cnt-txt a {
  color: #fff;
  font-size: 17px;
font-weight: 500;
	
	
}
.wtsApp-icn a{
	display:flex;
	align-items:center;
	gap:6px;
}
.wtsApp-icn a i{
	font-size:24px;
}
.cnt-txt p {
  color:#fff;
	font-size:17px;
}
.get h2{
  font-size: 30px !important;
}
.get p{
  text-align: center;
}
.get-form{
  margin-top: 30px;
}
.get-form input,
.get-form textarea{
  width: 100%;
  padding:14px 20px !important;
  margin-bottom: 6px;
  outline: none;
  border-radius: 6px !important;
  border: 1px solid #000 !important;
  font-family: "poppins";
  font-weight: 300;
  color: #000;
}
.get-form input::placeholder{
  color: #000;
}
.get-form textarea::placeholder{
   color: #000;
}
.get-form textarea{
  height: 100%;
}
/* .get-form input:last-child{
  margin-bottom: 0;
} */
.get-form input[type="submit"]{
	width:fit-content;
	 background-color: #000;
  color: #fff;
  padding: 13px 30px !important;
  border-radius: 6px !important;
  font-weight: 500;
  transform: all 0.3s;
	    margin:20px auto 0;
    display: block;
	cursor:pointer;
}
/* .send {
  margin-top: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.send a{
  background-color: #000;
  color: #fff;
  padding: 13px 30px;
  border-radius: 6px;
  font-weight: 500;
  transform: all 0.3s;
} */
.send a:hover{
  background-color: #131313;
}
.mapContainer{
  padding-top: 40px;
}
.RmLct{
  overflow: hidden;
  padding-bottom:35%;
  position:relative;
  height:0;
  }
  .RmLct iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
  }
 /* SERVICES */
.serv-container{
  background-image: url(../assets/service-banner.jpg);
}
.serv-details h2{
  font-size: 38px;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.serviceList{
  margin: 25px 0;
}
.serviceList li{
  position: relative;
  padding: 0 0 5px 20px;
}
.serviceList li::before{
  position: absolute;
  content: "";
  width: 8px;
  height: 2px;
  background-color: #000;
  left: 0;
  top: 50%;
}
.logi{
  margin-top: 32px;
}
.incld-logi{
  margin-top: 30px;
}
.incld-logi p{
  margin-bottom: 30px;
}
.incld-list p span{
  font-weight: 600;
}
  /* MARKETS */
.mark-container{
  background-image: url(../assets/markets-bnr.jpg);
}
.comp-txt h2{
  font-size: 36px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.comp-txt p{
	margin-bottom:10px;
}
.mark-blk .row{
  display: flex;
  align-items: center;
}
.markets-sec{
  padding: 80px 10px;
  background-color: #d5d5d5;
  margin-top: 80px;
}
.mk-col{
  width: 250px;
  height: 250px;
  border-radius: 100%;
  overflow: hidden;
}
.mk-col img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.markImg h3{
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 8px;
  font-weight: 600;
}
/* .mark-blk .row .col-md-9{
	padding-left:60px;
} */
.mark-blk .col-md-3{
  margin-bottom: 25px;
	display:flex;
	justify-content:center;
	
}
.global-reach h2{
  text-align: center;
  font-size: 26px;
  text-transform: capitalize;
  margin: 30px 0 20px;
}

.horizon-blk h2{
  text-align: center;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-size: 32px;
}

/* FOOTER */
.footer-contain {
  margin-top: 50px;
  background-color: #505050;
  text-align: center;
  color: #fff;
  padding: 40px 20px;
}
.ftr-contain ul {
  display: flex;
  align-items: center;
  justify-content: center;
    margin: 0 !important;
}
.ftr-contain ul li {
  padding: 5px 10px;

}
.ftr-contain ul li a {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
	transition:all 0.3s;
}
.ftr-contain ul li a:hover{
	color:#ef8301;
}
.copy p {
  font-size: 16px;
  margin-bottom: 15px;
	text-align:center;
}
.sm-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.sm-icons li a {
  color: #fff;
  font-size: 20px;
}
/* ABOUT US */
.page-header{
  width: 100%;
  height: 280px;
  background-position: center;
  background-size: cover;
}
.About-container{
  background-image: url(../assets/Abt-Bnr.jpg);
}
.abt-text{
  float: right;
}
.abt-text h1{
  color: #fff;
  text-transform: capitalize;
  font-size: 33px;
  text-align: center;
}
.abt-row .row{
  display: flex;
  align-items: center;
}
.comp-logo img{
	width:100%
}
/* .comp-logo img{
  width: 400px;
} */
.comp-det h2{
      font-size: 30px;
    margin-bottom: 18px;
}
.comp-det p{
  margin-top: 10px;
	text-align:justify;
}
.brf-deta p{
  margin-bottom: 17px;
}
.MV-container{
  background-color: #ef8301;
  padding: 50px 10px;
  margin-top: 80px;
}
.MV-blk .row{
  display: flex;
  align-items: center;
}
.mv-row h2{
  font-size: 36px;
  color: #272727;
}
.mv-sec{
  margin-top: 10px;
}
.exp-row h2{
  font-size: 36px;
  /* max-width: 450px; */
}
.col-mv h3{
  margin-bottom: 10px;
  font-size: 26px;
}
.col-mv p{
  margin-bottom: 8px;
}
.exp-sec h3{
  margin-top: 15px;
  margin-bottom: 10px;
}
.exp-sec p{
  margin-bottom: 15px;
}
.exp-sec ul{
	margin:0;
	margin-top:10px;
}
.exp-sec li{
	padding:8px 0;
	font-weight:400;
	line-height:1.5;
	    font-size: 18px;
}
.exp-sec li span{
	font-weight:600;
}
.AB-det h2{
	font-weight:600;
	font-size:32px;
	margin-bottom:10px;
}
.AB-shppng{
	margin-top:15px
}
.AB-Blk{
	margin:20px 0;
}
.AB-Blk p{
	margin-top:8px;
	font-weight:400;
}
.AB-Blk span{
	font-weight:500;
}
.abList p{
	font-weight:500
}
.abList ul{
	margin:0;
}
.abList li{
	position:relative;
	padding:8px 0 8px 20px;
	font-weight:400;
}
.abList li:before{
	content:"";
	position:absolute;
	left:0;
	top:50%;
	width:8px;
	height:1px;
	background-color:#000;
}
/* NEWS */
.news-container{
  background-image: url(../assets/news-bnr.jpg);
}
.newsUp h2{
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 15px;
}
