body{
	background-color:#fff;
	font-size:14px;
	color:black;
	font-family:arial;	
}
.head-top{
	width:100%;
	padding:10px 20px 10px 0px;
	color:#9c9c9c;	
	font-family:arial;
	font-size:15px;	
}

.text-top {
	color:#be6a02;
	font-family:Algerian;
	font-weight:bold;
	text-align:center;
	font-size:24px;
}

.txt-black{
	color:#000;
	font-size:14px;
	font-weight:bold;
	font-family:Agency FB;
}


.toopnav {
  background-color: #fff;
  overflow: hidden;
font-family:tahoma;
border-bottom:5px solid #000;
box-shadow: inset 0 9px 9px -6px rgba(0,0,0,0.5);
  background: linear-gradient(to bottom, #cf6d03 0%, #bb6201 100%)
  
}

/* Style the links inside the navigation bar */
.toopnav a {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding: 11px 10px 0px 10px;
  text-decoration: none;
  font-size: 14px;
}

/* Add an active class to highlight the current page */
.active {
  color:#000;
  
}

/* Hide the link that should open and close the topnav on small screens */
.toopnav .icon {
  display: none;
  color:#fff;
}

/* Dropdown container - needed to position the dropdown content */
.drpdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.drpdown .drpbtn {
  font-size: 14px; 
  border: none;
  outline: none;
  color: white;
  padding: 0px 16px 0px 0px;
  background-color: inherit;
  font-family: MS Serif;
}

/* Style the dropdown content (hidden by default) */
.drpdown-content {
  display: none;
  position: absolute;
  background-color:rgba(0,0,0,0.5);
  min-width: 180px;
  z-index: 100;
  color:#fff;
}

/* Style the links inside the dropdown */
.drpdown-content a {
  float: none;
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.toopnav a:hover, .drpdown:hover .drpbtn {
  
  color: white;
}

/* Add a grey background to dropdown links on hover */
.drpdown-content a:hover {
  color: #fff;
 
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.drpdown:hover .drpdown-content {
  display: block;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .toopnav a:not(:first-child), .drpdown .drpbtn {
    display: none;
  }
  .toopnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .toopnav.responsive {position: relative;}
  .toopnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .toopnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .toopnav.responsive .drpdown {float: none;}
  .toopnav.responsive .drpdown-content {position: relative;}
  .toopnav.responsive .drpdown .drpbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}


.sl-slider-wrapper {
	width: 100%;
	height: 400px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.sl-slider {
	position: absolute;
	top: 0;
	left: 0;
}

/* Slide wrapper and slides */

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
} 

.sl-slide {
	z-index: 1;
}

/* The duplicate parts/slices */

.sl-content-slice {
	overflow: hidden;
	position: absolute;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity : 1;
}

/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
	width: 100%;
	height: 50%;
	left: -200px;
	-webkit-transform: translateY(0%) scale(1);
	-moz-transform: translateY(0%) scale(1);
	-o-transform: translateY(0%) scale(1);
	-ms-transform: translateY(0%) scale(1);
	transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
	top: -200px;
	padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
	top: 50%;
	padding: 0px 200px 200px 200px;
}

/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
	width: 50%;
	height: 100%;
	top: -200px;
	-webkit-transform: translateX(0%) scale(1);
	-moz-transform: translateX(0%) scale(1);
	-o-transform: translateX(0%) scale(1);
	-ms-transform: translateX(0%) scale(1);
	transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
	left: -200px;
	padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
	left: 50%;
	padding: 200px 200px 200px 0px;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
	position: absolute;
}

.sl-content {
	width: 100%;
	height: 100%;
	background: #fff;
}

/* Default styles for background colors */
.sl-slide-horizontal .sl-slide-inner {
	background: #ddd;
}

.sl-slide-vertical .sl-slide-inner {
	background: #ccc;
}


article{
background-color:#fff;
height:auto;
color:#000;
margin-right:0px;
padding-bottom:20px;
box-shadow: 7px 0 9px -3px #ccc;
}


.services-area{	
color:#fff;
background-color:#000;
padding:6px 15px;
font-size:24px;
font-family:Kozuka Mincho Pro;
}					 
						 
.services-text-left{
font-size:15px;
font-family:arial;
color:#000;
margin-right:15px;
padding:4px 15px;
background-color:#f1f1f1;
text-decoration:none;
margin-top:3px;
}	
.services-text-left: a:link{
font-size:15px;
font-family:arial;
color:#000;
margin-right:15px;
padding:4px 15px;
border:1px solid #f1f1f1;
background-color:#fff;
margin-top:3px;
text-decoration:none;
}	
.services-text-left:hover{
font-size:15px;
font-family:arial;
background-color:#f1f1f1;
color:#000;
margin-right:15px;
padding:4px 15px;
border:1px solid #7d7d7d;
margin-top:3px;
text-decoration:none;
}	


.box {
  transition: box-shadow .3s;
  width: 100%;
  height: auto;
  margin-bottom:20px;
  border: 1px solid #e9e9e9;
  float: left;
  
}
.box:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
}

.box-blue-txt{
	color:#b54000;
	font-family:tahoma;
	font-size:12px;
	text-align:center;
	font-weight:bold;
}

.small-txt{
	font-size:13;
	color:#5a5b5c;
	padding:10px 15px;
}

.back-mission{
	width:100%;
	height:auto;
	background-image: url(../images/back-mission.jpg);
	background-attachment:fixed;
	background-size:cover;
	background-position:center;
	padding:0px 20px 100px 20px;
	margin-top:20px;
	margin-bottom:20px;
	vertical-align:middle;
}

.white-opacity-txt{
	background:rgba(255,255,255,0.8);
	z-index:0;
	text-align:center;
	height:auto;
	padding:5px 0px 40px 20px;
	margin-top:100px;
	color:#000;
	font-size:14px;
	font-family:Ebrima;
	width:100%;
}
 
.demo{ 
	width:100%;
    background-image: url(../images/testimonial-backimg.jpg);
    background-attachment:fixed;
    min-height:360;
	 opacity: 0.8;
    filter: alpha(opacity=8); /* For IE8 and earlier */
	background-size:cover;
	text-align:left;
	padding:27px 10%;
	color:#fff;
	margin-bottom:20px;
}
.testimonial{
    margin: 20px 0;
}
.testimonial .testimonial-content{
    width: 20%;
    display: inline-block;
    float: left;
    text-align: center;
    margin-right: 5%;
}
.testimonial .pic img{
    width: 100%;
    height: 300px;
}
.testimonial .title{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 10px 0 0 0;
}
.testimonial .post{
    font-size: 12px;
    color: #fff;
}
.testimonial .description{
    display: inline-block;
    width: 75%;
    padding: 30px 20px;
    border: 1px solid rgba(255,255,255,0.15);
    font-size: 14px;
    color: #fff;
	background-color:rgba(255,255,255,0.3);
    margin: 0;
    position: relative;
}
.testimonial .description:before{
    content: "";
    border: 10px solid transparent;
    border-right: 10px solid rgba(255,255,255,0.15);
    position: absolute;
    top: 20px;
    left: -21px;
}
.owl-theme .owl-controls .owl-page.active span{
    background: #fff;
    border: 1px solid #fff;
}
.owl-theme .owl-controls .owl-page span{
    border: 1px solid #fff;
    background: transparent;
    opacity: 1;
}
@media only screen and (max-width: 767px){
    .testimonial .testimonial-content{
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .testimonial .description{
        width: 100%;
    }
    .testimonial .description:before{
        border: 10px solid transparent;
        border-bottom: 10px solid rgba(255,255,255,0.15);
        position: absolute;
        top: -20px;
        left: 47.5%;
    }
}



footer{
	margin-top:50px;
	background-color:#333333;
	background-attachment:fixed;
	background-size:cover;
	background-position:center;
	color:#C5C5C5;
	height:auto;
	padding:50px 20px 0px 20px;
	
}

.footer-menu a:link {
    color: #fff; 
    background-color: transparent; 
    text-decoration: none;
	font-size:12px;
}

.footer-menu a:visited {
    color: white;
    background-color: transparent;
    text-decoration: none;
		font-size:12px;
}

.footer-menu a:hover {
    color: white;
    background-color: transparent;
    text-decoration: none;
	font-size:12px;
	text-decoration:underline;
}
.contact-link a:link {
    color: #fff; 
    background-color: transparent; 
    text-decoration: none;
	font-size:16px;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	padding:0px 10px;
}

.contact-link a:visited {
    color: white;
    background-color: transparent;
    text-decoration: none;
		font-size:16px;
		border-right:1px solid #fff;
	border-left:1px solid #fff;
	padding:0px 10px;
}

.contact-link a:hover {
    color: white;
    background-color: transparent;
    text-decoration: none;
	font-size:16px;
	padding:0px 10px;
}

.company-img{ 
	width:100%;
    background-image: url(../images/company-img.jpg);
    background-attachment:fixed;
    height:250px;
	background-size:cover;
	text-align:left;
	padding:27px 10%;
	color:#fff;
	margin-bottom:20px;
}
.eic-img{ 
	width:100%;
    background-image: url(../images/eic-banner.jpg);
    background-attachment:fixed;
    height:250px;
	background-size:cover;
	text-align:left;
	padding:27px 10%;
	color:#fff;
	margin-bottom:20px;
}
.gst-img{ 
	width:100%;
    background-image: url(../images/gst-reg.jpg);
    background-attachment:fixed;
    height:250px;
	background-size:cover;
	text-align:left;
	padding:27px 10%;
	color:#fff;
	margin-bottom:20px;
}
.llp-reg-img{ 
	width:100%;
    background-image: url(../images/llp-reg.jpg);
    background-attachment:fixed;
    height:250px;
	background-size:cover;
	text-align:left;
	padding:27px 10%;
	color:#fff;
	margin-bottom:20px;
}
.registration-img{ 
	width:100%;
    background-image: url(../images/registration-img.jpg);
    background-attachment:fixed;
    height:250px;
	background-size:cover;
	text-align:left;
	padding:27px 10%;
	color:#fff;
	margin-bottom:20px;
}

.website-img{ 
	width:100%;
    background-image: url(../images/website-backbanner.jpg);
    background-attachment:fixed;
    height:250px;
	background-size:cover;
	text-align:left;
	padding:27px 10%;
	color:#fff;
	margin-bottom:20px;
}

.box-effect{
	height:470px;
	padding:0px 20px 20px 20px;
	margin-left:10px;
	margin-bottom:10px;
	color:#000;
	text-align:center;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.heading-title{
	font-size:50px;
	color:#000;
	padding-top:20px;
	font-weight:bold;
	font-family:Agency FB;
}

 .section-box-five{
        height: 200px;
        background: radial-gradient(#e09902,#e09902);
        background: -webkit-radial-gradient(#e09902,#e09902);
        background: -moz-radial-gradient(#e09902,#e09902);
        color: #fff;
		font-size:14px;
        position: relative;
		border:1px solid #ccc;
        overflow:hidden;
    }
    .section-box-five figure {
        position: absolute;
        text-align: center;
        padding: 10px;
        width: 100%;
        height: 100%;
    }
    .section-box-five img{
        height: 100%;
        position: absolute;
        transition: ease-in-out .5s;
        -webkit-transition: ease-in-out .5s;
        -moz-transition: ease-in-out .5s;
    }
    .section-box-five:hover img{
        transform: translate(100%,0);
        -webkit-transform: translate(100%,0);
        -moz-transform: translate(100%,0);
    }
	
.border-line{
border:1px solid #ddd;
padding:5px;
font-size:12px;
}	