@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,600italic);
@import url(https://fonts.googleapis.com/css?family=Bree+Serif);
*{
	margin:0;
	padding:0;
	}

.clear{
	clear:both;
	}
html, body{
	margin:0;
	padding:0;
	}
	
body{
	background:#FBDDB2;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	}
	
.wrapper{
	width:1024px;
	height:auto;
	margin:20px auto;
	}
	
.header{
	padding:1em 0 0;
	position: relative;
	}

.header .header-top{
	width:100%;
	height: 450px;
	clear:both;
	position:relative;
	background: url(../images/1header-banner.png) no-repeat 216px 0;
	z-index: 0;
	}


.header .header-bottom{
	width: 77%;
	top: 56px;
	right: 1px;
	position: absolute;
	z-index: 0;
	}

.header .flash {
    position: absolute;
    top: 2.5em;
    right: 1px;
    z-index: 2;
}

.flash embed {
    height: 285px !important;
    border-left: 1px solid #EF811D;
}
	
.header-logo img {
    width: 70%;
    padding: 10px;
    margin-right: 2px;
}
	
.header-logo{
	width: 50%;
	height: 450px;
	padding: 125px 0 0px 53px;
	background: url(../images/header-banner-circle.png) no-repeat 12px 0;
	z-index: 1;
	position: relative;
	}
	
.header-slider{
	width: 100%;
	height:auto;
	}

/*--slider--*/
.banner-slider {
   position: absolute;
   top: 40px;
   right: 90px;
   z-index: 0;
   width: 65%;
}
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 82%;
  left: 0;
  opacity: 0.6;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  width:52px;
  height: 52px;
  background: transparent url("../images/arrows.png") no-repeat left top;
  margin-top: 4%;
}
 .callbacks_nav:hover{
  	opacity: 0.3;
  }
.callbacks_nav.next {
  left: auto;
    background-position: right top;
  left: 95.5%;
 }
 .callbacks_nav.prev {
	right: auto;
	background-position:left top;
	left: 91%;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display:none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
  }
.callbacks_tabs{
 list-style: none;
  position: absolute;
  bottom: -15%;
  z-index: 999;
  left: 46%;
  padding: 0;
  margin: 0;
  display: block;
}
.slider-top span{
	font-weight:600;
}
.callbacks_tabs li{
  display: inline-block;
  margin: 0 .3em;
}

.header-bottom{
	clear: both;
	width:1024px;
	height:auto;
	}
	
.nav {
    padding: 1em 0 0;
}

.menu{
	background:url(../images/nav-bar.jpg) no-repeat center center;
	width:100%;
	height:50px;
	/*float:right;*/
	border:1px solid #ED9115;
	margin-bottom:1em;
	}
	
.menu ul{
	list-style-type:none;
	}
	
.menu ul li{
	position:relative;
	float:left;
	}
	
/*.menu ul li a{
	width:160px;
	height:50px;
	display:block;
	text-decoration:none;
	text-transform:capitalize;
	color:#0f0f0f;
	text-align:center;
	font-size:18px;
	padding:0px 20px;
	line-height:3;
	border-right:1px solid #ED9115;
	font-family: 'Bree Serif', serif;
	}*/
	
.menu ul li a {
    width: 150px;
    height: 50px;
    display: block;
    text-decoration: none;
    text-transform: capitalize;
    color: #0f0f0f;
    text-align: center;
    font-size: 18px;
    padding: 0px 9px;
    line-height: 2.6;
    border-right: 1px solid #ED9115;
    font-family: 'Bree Serif', serif;
}
	
.menu ul li a:hover{
	color:#D6672D;
	}
	
.menu ul li:last-child a{
	border-right:none;
	}
	
.menu ul ul{
	visibility:hidden;
	position:absolute;
	}
	
.menu ul li:hover ul{
	visibility:visible;
	}

.menu ul li ul{
	}
		
.menu ul li ul li{
	position:relative;
	display:block;
	background:url(../images/nav-bar.jpg) no-repeat left center;	
	}
	
.menu ul li ul li a{
	width:180px;
	font-size:16px;
	text-align:left;
	padding:0 10px;
	height:40px;
	border:1px solid #ED9115;
	border-top:none;
	color:#000;
	}
	
.menu ul ul li:last-child a{
	border-right:1px solid #ED9115;
	}

.content-left {
	width: 20%;
	height:auto;
	float:left;
	margin-left: 15px;
}
	
.vertical-chain {
	background: #fff;
	border: 5px solid #F6A64E;
	outline: 5px solid #FDE2B9;
	box-shadow: 0 0 0 10px hsl(36, 94%, 67%), 0 0 0 15px hsl(41, 92%, 50%);
	margin: 1em 0 2.5em;
	/* z-index:2; */
	position:relative;
}

.content-right{
	width: 72%;
	height:auto;
	float:right;
	z-index:0;
	background: #fff;
	border: 5px solid #F6A64E;
	outline: 5px solid #FDE2B9;
	box-shadow: 0 0 0 10px hsl(36, 94%, 67%), 0 0 0 15px hsl(41, 92%, 50%);
	margin-right: 15px;
	margin-top: 1em;
    margin-bottom: 2em;
	}

.circle-img {
    padding: 0.6em 0em 0;
}
	
.circle-img a{
    padding: 0em 1.1em 0;
}

/*.circle-img h4{
	text-align:center;
	background:#000;
	width:82%;
	margin-left:13px;
	}*/
	
.circle-img h4 {
    text-align: center;
    background: #F7B060;
    /* width: 100%; */
    /* margin-left: 13px; */
    margin-top: 5px;
    padding: 0.6em 0;
    text-transform: uppercase;
    font-weight: 500;
    color: #B25220;
	font-family: 'Bree Serif', serif;
}

.second {
    padding: 0em 0em 1em;
}

.second h4{
    text-align: center;
    background: #F7B060;
    /* width: 82%; */
    /* margin-left: 13px; */
    margin-top:0px !important;
    padding: 0.6em 0;
    text-transform: uppercase;
    font-weight: 500;
    color: #B25220;
	font-family: 'Bree Serif', serif;
}

.second a{
	display:block;
	padding:10px 5px 0;
	text-align:center;
	color:#000;
	text-decoration:none;
	}
	
.second a:hover{
	text-decoration: underline;
	}

.content-right-data {
	/*background:url(../images/trofy.png) no-repeat right bottom;*/
    padding: 1em 2em;
}

.content-right .title {
    padding: 1em 2em 0;
}
.content-right .title h2{
	font-family: 'Bree Serif', serif;
	font-weight:500;
}

.content-right-data p {
    text-align: justify;
    padding: 0 0 20px 0;
    font-size: 16px;
    line-height: 1.5;
}

.content-right-data h3{
	font-family: 'Bree Serif', serif;
	font-weight:500;
}

.content-right-data p {
    text-align: justify;
    padding: 0 0 20px 0;
    font-size: 16px;
    line-height: 1.5;
}

.content-right-data table td {
    width: 50%;
}

.content-right-data table td ul
{
    padding:0 20px 20px;
    }
    
.content-right-data table td ul li {
    padding:0;
}
    
.content-right-data ul
{
    padding:0 20px 20px;
    }
    
.content-right-data ul li {
    padding: 5px 0 10px;
}

.content-right-data a
{
    text-decoration:none;
    color:#B2543A;
    }
    
.content-right-data a:hover
{
    text-decoration:underline;
    color:#B2543A;
    }


.content-right-data a img
{
	vertical-align:middle;margin-bottom: 5px;
    }
  /*.trofy{
	  background:url(../images/trofy.png) no-repeat right bottom;
	  height:300px;
	  }
*/
/*.footer{
	clear:both;
	}
	
.footer p{
	text-align:center;
	color: #B25220;
	font-weight: 600;
	background:#fff;
	padding:1em;
	border: 5px solid #F6A64E;
	}*/
	
.footer{
	clear:both;
	background:#fff;
	padding:1em;
	border: 5px solid #F6A64E;
	}
	
.footer-left, .footer-right
{
    width:50%;
    height:auto;
    float:left;
    }

.footer-right p {
    float: right;
}

.footer-right img {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
	
.footer p{
	color: #B25220;
	font-weight: 600;/*
	outline: 5px solid #FDE2B9;
	box-shadow: 0 0 0 10px hsl(36, 94%, 67%), 0 0 0 15px hsl(41, 92%, 50%);*/
	}
	
table.event
{
    width:100%;
    height:auto;
    border:none;
	padding:2em 0 1em;
}
table.event td
{
    border:none;
    margin:0;
    padding:0;
    width:100%;
}
table.event td h3
{
    font-size:18px;
    padding-bottom:5px;
    text-align:center;
	font-family: 'Bree Serif', serif;
	font-weight:500;
    border-bottom:2px solid #F5AB0A;
    margin-top: 20px;
    margin-bottom:10px;
    color:#B25D36;
}

table.event td a{
	text-align:center;
	}
	
	
.organised img{
	padding:1em 0;
	}
	
.exim-india h3{
	padding:1em 0;
	}
	
.exim-india p{
	padding-left:0;
	font-size:16px;
	}
	
.exim-india a
{
    text-decoration:none;
    color:#000;
    }

.exim-india a:hover{
	text-decoration:underline;
	}
	
/*Default style for SPAN icons. Edit if desired: */

.iconspan{
float: right;
margin: 3px;
cursor:hand;
cursor:pointer;
font-weight: bold;
}

/*CSS used to style the examples. Remove if desired: */

.eg-bar {
    background-color: #F7AA29;
    font-weight: bold;
    border: 1px solid #663503;
    padding: 3px;
    color: #911013;
    padding-left: 10px;
}

div.eg-bar {
    width: 100%;
    margin: 10px auto 0;
}
.icongroup1{
width: 700px;
}


.icongroup1 img {
    border: 4px solid #673604;
}


.testimonial {
	height: auto;
	width:100%;
	position: relative;
	margin-bottom: 20px;
	
}
.photos {
	/*background:#F00;
	border-radius:50%;*/
	width: 15%;
	height: 150px;
	/* float:left; */
	/* padding-left: 17px;
	top: 18px;
    left: -7px;  */
	position: absolute;
	z-index: 2;  
    top: -25px;
    left: -16px;
}
.photos img {
	margin: 25px;
}

.photos1 {
	/*background:#F00;
	border-radius:50%;*/
	width: 15%;
	height: 150px;
	/* float:left; */
	/* padding-left: 17px; 
	top: 18px;
    right: -16px;*/
	position: absolute;
	z-index: 2; 
}
.photos1 img {
	margin: 25px;
}


.testi-content {
    height: auto;
    width: 88%;
   border: 2px solid #F6A64E;
    outline: 2px solid #FDE2B9;
    box-shadow: 0 0 0 5px hsl(36, 94%, 67%), 0 0 0 5px hsl(41, 92%, 50%);
    float: right;
    position: relative;
    z-index: 1;
    background: #F2F2F2;
    margin: 1em 1em 0 0;
}

.testi-content p{
	padding: 0px 10px 10px 55px;
    color:#333;
}

.testi-content h3
{
    font-family: "open sans", sans serif;
	padding: 0px 10px 0 55px;
    font-size:17px;
    color:#333;    
    margin-top: 10px;
    font-weight: 600;
    }

.testi-content h3 span{
   color: #b25220;
    font-weight: 600;
}

.photos img {
   border: 2px solid #F6A64E;
    outline: 2px solid #FDE2B9;
    box-shadow: 0 0 0 5px hsl(36, 94%, 67%), 0 0 0 5px hsl(41, 92%, 50%);
}