 *{
  margin: 0px;
  padding: 0px;
}
 
 @font-face { font-family: Esphimere; src: url('../fonts/Esphimere Light.otf'); }
 @font-face { font-family: Roboto; src: url('../fonts/Ubuntu-M.ttf'); }
 @font-face { font-family:Robo; src: url('../font/RobotoCondensed-Bold.ttf'); }
body{
   background: #fff; 
 font-family: 'Poppins', sans-serif;

     

} 

  a:hover{
      text-decoration:none !important;
  }
/* header area ends here */

 
.black{
 
    width: 100%;
  position: fixed;
  z-index: 15;
  min-height: 40px;
    background: #012997; 
}
.black i{
  color: #fff;
  font-weight: bolder;
}

header p{
  padding-top: 12px;
}
header a:hover{
  color: #f99f21;
text-decoration: none !important;
}
header a{
  color: #fff;
  font-weight: bolder;
  
text-decoration: none !important;
}



#background-carousel{
  position:fixed; 
  width:100%;
  height:100%;
  z-index:-1;
}
.carousel,  
.carousel-inner {
  width:100%;
  height:100%;
  z-index:0;
  overflow:hidden;
}
.item {
  width:100%;
  height:100%;
  background-position:center center;
  background-size:cover;
  z-index:0;
}
 
#content-wrapper {
  position:relative;
  z-index:1 !important;
  min-width:100%;
  min-height:100%;
}
.well {
  background: transparent !important;
  border:none !important;
}

.title{ color:white; font-size:40px; }
.logo-img{
  width: 280px !important;
  padding-top: 10px !important;
}

.about-header{
  background: #ff0000;
  width: 100%;
}


 .navbar .navbar-nav > li > a{
    transition:5s linear; 
  color: #f6f6f6;
   
 
 
 
   
 
   line-height: 2px;
   letter-spacing: 1px;
    margin-left:5px;
    margin-right: 5px;
   font-size: 15px;
 text-transform: uppercase;

 
    text-align: center;
    transition: .2s linear;
 
}
.dropdown-menu{
      -webkit-box-shadow: none;
    box-shadow:none;
  

}




 
.navbar .navbar-nav > li > a:hover{
color:#f99f21;
 
 
background:transparent;
 
 


border-radius: 1px;

    font-weight: 500;
    
 
   

}
 
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus {
color: #f99f21;
background:transparent;
 font-weight: bold;

border-radius: 1px;

 
   

}
.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.navbar{
  background: none;
  border:none !important;
  transition: .5s ease;
box-shadow: none;
}
.nav{
 
}
.navbar2{
 
  transition: .5s ease;
  min-height:115px;
}
.navbar4{
  background: url(../images/about.jpg);
  width: 100%;

  transition: .5s ease;
  min-height:360px;
  background-size: cover;
}
.navbar4 h1{
  color: #fff;
 
 
  font-size: 20px;
  padding-top: 100px;
}
.navbar4 hr{
  width: 60px;
}

 .margin{
  padding: 0px;
  margin:0px;
 }


.w-90{
  width: 90% !important;
}
.header p{
  color: #4911be ;
  padding-top: 5px;
 
 
 

}
.header span{
color: #2b4d8d;
  
}

.booking-form{
  background: url(../images/form.png);
  padding:10px;
}

.booking-form h4{
  color: #fff;
 
  
    font-weight: bolder !important;
}

.booking-form label{
  color: #fff;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.booking-form .form-control{
background: transparent !important;
border-radius: 0px;
}

.booking-form input{
  width: 100%;
}

.header{
  
  width: 100%;
  border: none !important;
  box-shadow: none;
  min-height: 120px;
}

.border-right {
  border-right: 1px solid #777;
  line-height: 10px;

}
.well{
  border: none !important; 
  box-shadow: none;
}

/* footer social icons */
.social-network a.icoRss:hover {
  background-color: #F56505;
}
.social-network a.icoFacebook:hover {
  background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
  background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
  background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
  background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
  background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
  color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
  color:#44BCDD;
}

.social-circle li a {
  display:inline-block;
  position:relative;
  margin:0 auto 0 auto;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  border-radius:50%;
  text-align:center;
  width: 30px;
  border: 1px solid #ccc;

  height: 30px;
  font-size:12px;
  margin-top: 3px;
}
.social-circle li i {
  margin:0;
  line-height:30px;
  text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.social-circle i {
  color: #000;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-circle a {
 background-color: #fff;   
}

ul.social-network {
  list-style: none;
  display: inline;
  margin-left:0 !important;
  padding: 0;
}
ul.social-network li {
  display: inline;
  margin: 0 5px;
}
.margin{
  padding: 0px;
  margin:0px;
}

.hr-mild{
  padding-top: 10px;
  border-top:1px solid #838385 !important;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important
}

.btn-service{
  background: #f1a011;
 border-radius: 1px;
 
  font-weight: bold;
  color: #fff;
}
.btn-service2{
  background: #333;
 border-radius: 1px;
 
  font-weight: bold;
  color: #fff;
}
.btn-service2:hover{
  background: #f6f6f6;
 border-radius: 1px;
 
  font-weight: bold;
  color: #333;
}
.form{
  background: #333;
  width: 280px;
  min-height: 320px;
  position: absolute;
  top: 60%;
  right: 6%;
   padding-left: 25px;
  padding-top: 15px;
  padding-right: 25px;
}

.form .form-control{
  border-radius: 1px;
}
.form h4{
  color: #fff;
 
  font-size: 21px;
  font-weight: bold;
}
.hr{
  width: 60px;
  border-top: 3px solid #fbb442;
}

.btn-orange{
  background: #fbb442;
  color: #fff;
  border-radius: 1px;
  width: 100%;

}


.intro p{
  padding-top: 10%;
  position: relative;
 
 font-size: 21px;

   
  color:#fff;
  line-height: 40px;
}

.main-introduction{
  background: #fff;
  width: 100%;
  min-height: 450px;
  background-attachment: fixed;

}
.intro{
  min-height: 670px;
}
.main-introduction h3{
  font-size: 24px;
  color: #000;
}

.main-introduction h4{
  color: #243238;
 font-size: 13px;
  line-height: 25px;
  word-spacing: 5px;
  text-align: justify;


}
.main-introduction h5{
  font-size: 24px;
  color: #222;
}
.main-introduction p{
  font-size: 13px;
  color: #888;
}

.main-border{
  border: 5px solid #f99f21;
  padding:20px;
  min-height: 150px !important;
  transition: 0.9s linear;
}

.main-border:hover{
  border: 5px solid #333;


}
.w-90{
  width: 80% !important;
}
.main-introduction img{
  height: 220px;
}
.trade{
background: #f0f1f3;
  width: 100%;
  min-height: 400px;
}
.back-side{
    background: url(../images/banner.jpg);
 
  min-height: 550px;
  background-size: contain;
 background-position: right !important;
  background-attachment: fixed;
 
}
.trade2{
 background: #f6f6f6;
  width: 100%;
  min-height: 260px;
  background-size: cover;
  background-attachment: fixed;
}


@media only screen and (max-width: 600px) {
 .trade5{
  background: url(../images/mob.png) no-repeat;
  width: 100%;
  min-height: 150px;
  background-size: cover;
  background-position: right;
  box-shadow: 2px 2px 10px #f6f6f6;
  
}

}


.trade5{
  background: url(../images/h.jpg) no-repeat;
  width: 100%;
  min-height: 150px;
  background-size: cover;
  background-position: right;
  box-shadow: 2px 2px 10px #f6f6f6;
  
}
.contact-banner{
    background: url(../banner/cn.png) no-repeat;
  width: 100%;
  min-height: 150px;
  background-size: cover;
  background-position: top;
  color: #fff;
  box-shadow: 2px 2px 10px #f6f6f6;
}

.product-banner{
    background: url(../banner/pro.png) no-repeat;
  width: 100%;
  min-height: 150px;
  background-size: cover;
  background-position: center;
  color: #fff;
  box-shadow: 2px 2px 10px #f6f6f6;
}


.about-banner{
    background: url(../banner/about.png) no-repeat;
  width: 100%;
  min-height: 150px;
  background-size: cover;
  background-position: top;
  color: #fff;
  box-shadow: 2px 2px 10px #f6f6f6;
}

@media only screen and (max-width: 600px) {
  
.about-banner{
    background: url(../banner/ab-mobile.png) no-repeat;
  width: 100%;
  min-height: 150px;
  background-size: cover;
  background-position: center;
  color: #000 !important;
  box-shadow: 2px 2px 10px #f6f6f6;
}  


.what{
    background: url(../banner/whatwe.png) no-repeat;
  width: 100%;
  min-height: 150px;
  background-size: cover;
  background-position: top;
  color: #fff;
  box-shadow: 2px 2px 10px #f6f6f6;
}

    
}

.what{
    background: url(../banner/whatwe.png) no-repeat;
  width: 100%;
  min-height: 150px;
  background-size: cover;
  background-position: top;
  color: #fff;
  box-shadow: 2px 2px 10px #f6f6f6;
}


.speach{
    background: url(../banner/sp.png) no-repeat;
  width: 100%;
  min-height: 150px;
  background-size: cover;
  background-position: center;
  color: #fff;
  box-shadow: 2px 2px 10px #f6f6f6;
}

.trade3{
  background: url(../images/trade.jpeg);
  width: 100%;
  min-height: 550px;
  background-size: cover;
  background-attachment: fixed;
}
.trade3 h1{
  text-align: center;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
  padding-top: 13%;
}
.trade3 h5{
  color: #fff;
  font-size: 18px;
}
.trade h3{
  color: #000;
}

.trade2 h1{
  color: #333 !important;
}
.hr-small{
  border-top: 2px solid #f6f6f6;
  width: 50px;
}
.trade p{
  color: #333;
  line-height: 35px;
  padding-right: 10px !important;
 
  font-size: 14px !important;
  text-align: justify;
}

.sub{
  min-height: 600px;
  background: #fff;
}
.sub p{
  font-size: 17px !important;
}
.sub h2{
  color: #000;
}
.sub h3{
  text-align: center;
  font-weight: bold;
  color: #000;
}
.sub a{

  color: #2b4d8d;


}
address{
  line-height: 35px;
  font-size: 18px;
}
.sub a:hover{

  color: #420ebc;

}
.trade2 h4{
  color: #333;
  font-size: 20px;
  padding-top: 30px;
  line-height: 35px;
  text-align: center;
}
.trade2 .btn-service{
  font-size: 14px;
  margin-top: 10px;
}
.btn-service:hover{
  background:#400ab7;
  color: #fff;
}

.who{
  background:#fff;
  width: 100%;
  min-height: 400px;
}
.sub-who h3{
 color: #2b4d8d !important; 
}
.sub-who h2{
 color: #2b4d8d !important; 
}
.who h3{
  color: #000;
}
 
.who p{
  line-height: 30px;
  word-spacing: 5px;
  font-size: 17px;
  text-align: justify;
}
.footer{
  background:#333;
  width: 100%;
  min-height: 180px;
}

.footer span{
  color: #4911be !important;
  font-size: 22px;
}
.footer p{
  color: #f6f6f6;
  

}
.s a{
  padding-left: 15px;
  color: #fff;
  font-size: 14px;

}
.footer hr{
  border-top: 1px solid #777 !important;
  width: 95%;
}


.about h1{
  font-weight: bold;
  color: #000 !important;
}

.about p{
  color: #333;
  line-height: 30px;
  word-spacing: 5px;
  text-align: justify;
  font-size: 17px;
}

.red-box{
  background:#2b4d8d;
  width: 100%;
  padding: 20px;
  min-height: 250px;
  color: #fff;
}

.red-box p{
  color: #fff;
}

.quote{
  background: #f6f6f6;
  width: 100%;
  min-height: 75px;
}
.quote .btn-default{
  background: #4911be ;
  border: none;
  color: #fff;
  font-weight: bold;

}
.quote  p{
  line-height: 35px;
}
.pro h4{
  line-height: 35px !important;
}
.quote h4{
  color: #fff;
}
.values{
  min-height: 500px;
  width: 100%;
}
.sub-value{
  background-size: cover;
  background:url(../images/ch.jpg) ;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  min-height: 600px;
}
.sub-value2{
    background-size: contain;
  background:url(../images/mapp.png);
  width: 100%;
   
  background-position: center;
  min-height: 600px;
}
.sub-value3{
  background:#2b4d8d;
  width: 100%;
  min-height: 600px;
}

.sub-value2{
  color: #fff;
}
.sub-value2 h1{
  font-size: 40px;
  font-weight: bolder;
}

.sub-value2 h4{
  font-size: 19px;
  font-weight: bolder;
}

.gr h4{ 
padding-left:20px;  
padding-right: 20px;
font-size: 18px;


}
.gr p{
padding-left:20px;  
padding-right: 20px;

  font-size: 13px;
  line-height: 18px;
}

.gr{
  border:1px solid #ccc;
  margin:10px;
height: 350px;
}
.feed h3{
  color: #000;
  font-weight: bold;
}
.small-hr{
  width: 50px;
  border-top: 2px solid #2b4d8d;
}
.feed2 .form-control{

line-height: 60px;
border-radius: 1px;
height: 60px;
padding:10px;



}
.text{
border-radius: 1px;
padding:10px;

}
.form{
  background: url(../images/form.png);
  width: 350px;
  min-height: 360px;
  position: absolute;
  top: 60%;
  right: 6%;
   padding-left: 25px;
  padding-top: 15px;
  padding-right: 25px;
}
.form2
{
  background: url(../images/form.png);
  width: 100%;
  min-height: 400px;
 
  
   padding-left: 25px;
  padding-top: 15px;
  padding-right: 25px;
}

.form2 .form-control{
  border-radius: 1px;
}
.form2 h4{
  color: #fff;
 
  font-size: 21px;
  font-weight: bold;
}


.form .form-control{
  border-radius: 1px;
}
.form h4{
  color: #fff;
 
  font-size: 21px;
  font-weight: bold;
}
.hr{
  width: 60px;
  border-top: 3px solid #fbb442;
}

.btn-orange{
  background: #fbb442;
  color: #fff;
  border-radius: 1px;
  width: 100%;

}

 