<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* National Board of Revenue HTML5 Template */


/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Main Slider
6. Services
7. Two Column Boxed
8. Parallax Section
9. Team Section
10. Latest blog Section
11. Sposors Section
12. Main Footer
13. Scroll To Top
14. Featured Section
15. Fact Counter
16. Testimonials
17. Why Us
18. Price Plans
19. About Section
20. Three Column Fluid
21. Blog Posts
22. Sidebar
23. Comments Form
24. Contact Section



**********************************************/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic);

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.css');
@import url('hover.css');

@font-face {
    font-family: 'SolaimanLipi';
    src: url('../fonts/SolaimanLipi_20-04-07.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
	margin:0px;
	padding:0px;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: SolaimanLipi ANSI;
	font-size:14px;
	color:#919191;
	line-height:1.8em;
	font-weight:400;
	background: hsla(0, 0%, 0%, 0) url("../images/bg_main.gif") repeat-y scroll center top !important;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	-webkit-font-smoothing: antialiased;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
      user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

a{
	text-decoration:none;
	cursor:pointer;	
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

.gsc-control-cse {width:220px!important;}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: SolaimanLipi ANSI;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.8em;
	color:#353535;
}

.honorable li a{font-family: SolaimanLipi ANSI;}

input,button,select,textarea{
	font-family: 'Open Sans', sans-serif;	
}

p{
	position:relative;	
}


.service-column h3
{
	background:url("../images/service-icon.png") no-repeat!important;
	width:147px;
	height:66px;
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width:1100px;
	padding:0px 0px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:1100px;
	min-width:300px;
	background:#fff;
}
.owl-controls .owl-prev {
    left: -8px;
    position: absolute;
    top: 35%;
}

.owl-controls .owl-next {
    position: absolute;
    right: -8px;
    top: 35%;
}
.owl-controls .owl-dots {
    display: none!important;
}
ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.centered{
	text-align:center;	
}

.anim-3,.anim-3-all *{
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;	
}

article.inner-box p {
    text-align: justify;
	color:#000;
}


.flaticon-newsreport3::before {
    color: #307427;
    content: "\f0da"!important;
    font-size: 18px!important;
	font-family: "FontAwesome"!important;
}

.honorable li::before{
	content: "\f111";
	font-family: "FontAwesome";
	padding-right: 10px;
    font-size: 9px;
    color:#ed1b24;
}

.anim-5,.anim-5-all *{
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.anim-7,.anim-7-all *{
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;	
}

.btn-style-one{
	position:relative;
	padding:7px 20px;
	line-height:20px;
	text-transform:uppercase;
	display:inline-block;
	background:#2591ff;
	color:#ffffff !important;
	font-size:13px;
	border:1px solid #2591ff !important;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.btn-style-one .icon{
	position:relative;
	padding-left:5px;	
}

.btn-style-one:hover{
	background:#ffffff;
	color:#2591ff !important;
	border-color:#2591ff !important;	
}

#gallery &gt; img {
    margin: 5px;
	border: 1px solid #fff;
}

#gallery &gt; img:hover {
    border: 1px solid #1fbf21;
	cursor: pointer;
}

.btn-style-two{
	position:relative;
	padding:2px 4px;
	line-height:20px;
	text-transform:uppercase;
	display:table;
	color:#0c7a0a !important;
	font-size:13px;
	border:1px solid #0c7a0a !important;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
        height:26px;
}

.btn-style-two .icon{
	position:relative;
	padding-left:5px;	
}

.btn-style-two:hover{
	background:#f78243;
	color:#fff !important;
	border-color:#f78243 !important;	
}

.btn-style-two.active{
	background:#f78243;
	color:#fff !important;
	border-color:#f78243 !important;	
}

.theme_color{
	color:#f78243;	
}

#chartt td, #charttt td{
    width: 10px;
}

#ggg tr td, #ggg tr th, #gggg tr td, #gggg tr th, #ggggg tr td, #ggggg tr th, #gggggg tr td, #gggggg tr th, #lol tr td, #lol tr th, #loll tr td, #loll tr th, #lolll tr td, #lolll tr th  {
    border: 1px solid #ccc;
}
#ggg tr th, #gggg tr th, #ggggg tr th, #gggggg tr th, #lol tr th, #loll tr th, #lolll tr th
{
	text-align:center;
	font-weight:bold;
}

.text-white{
	color:#ffffff !important;	
}

.padd-top-20{
	padding-top:20px !important;	
}

.padd-top-30{
	padding-top:30px !important;	
}

.padd-top-40{
	padding-top:40px !important;	
}

.padd-bott-20{
	padding-bottom:20px !important;	
}

.padd-bott-30{
	padding-bottom:30px !important;	
}

.padd-bott-40{
	padding-bottom:40px !important;	
}

.margin-top-20{
	margin-top:20px !important;	
}

.margin-top-30{
	margin-top:30px !important;	
}

.margin-top-40{
	margin-top:40px !important;	
}

.margin-bott-20{
	margin-bottom:20px !important;	
}

.margin-bott-30{
	margin-bottom:30px !important;	
}

.margin-bott-40{
	margin-bottom:40px !important;	
}

.no-padd-bottom{
	padding-bottom:0px !important;	
}

.no-padd-top{
	padding-top:0px !important;	
}

.no-margin-bottom{
	margin-bottom:0px !important;	
}

.no-margin-top{
	margin-bottom:0px !important;	
}

.no-bg{
	background:none !important;	
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.gif);}

/*slider area*/
.slider-row{
	margin: 0;
	padding: 0;
}
.slider-wrapper{
	margin: 0;
	padding: 0 !important;
	background: #000 !important;
}
.carousel-caption h1{
	font-size: 157px;
	color: #fd4d20;
	text-transform: uppercase;
	margin-bottom: 0;
}
.carousel-caption p{
	font-size: 40px;
	color: #fd4d20;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0;
}
.carousel-caption button{
	width: 170px;
	height: 45px;
	background: #22ab20;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	border:0;
	transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
}
.carousel-caption button:hover{
	background: #2a2a2a;
}
.carousel-control{
	width: 5%;
}
.carousel-inner{
}
.item{
	position: relative;
}
.carousel-caption {
	position: absolute;
	text-align: left;
	left: 12%;
    line-height: 1;
    top: 50%;
    margin-top: -100px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  font-size: 18px;
  padding: 5px;
  background: #fff;
  border-radius: 50%;
  color: #22ab20;
  margin-left: 0;
  margin-top: 50px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  font-size: 18px;
  padding: 5px;
  background: #fff;
  border-radius: 50%;
  color: #22ab20;
  margin-right: 0;
  margin-top: 50px;
}

.navigation li:nth-child(11) {
    border-right:  none!important;
}

.az-index-top {
    float: left;
    width: 100%;
}

.az-index-top li {
    border-right: 1px solid #fff;
    float: left;
    list-style: none !important;
    margin-left: 0 !important;
}

.az-index-top a {
    padding: 8px;
	background:#078206;
	color:#fff;
}

.az-parent {
    float: left;
	margin-top: 15px;
}

.az-child li {
    float: left;
    margin-left: 56px!important;
    text-align: left;
    width: 100%;
	list-style: outside none square;
}

.az-child li{
	color:#000;
}

.honorable li {
    padding-left: 31px;
    text-align: left !important;
}

.az-parent h5 a {
    float: left;
    text-align: left;
	width: 100%;
	font-size: 18px;
    padding-left: 7px;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.footer-upper a {
    color: #fff;
}

.main-header{
	position:relative;
	top:0px;
	z-index:50;
	border-top:2px solid #22ab20;
}


.main-header .header-upper{
	position:relative;
	padding:10px 10px;
	background: #fff;
}

.fixed-header {
    border-top: 2px solid #22ab20;
    position: relative;
	z-index: 50;
	width: 1100px;
}

.fixed-header .header-upper{
	padding:0px;
 }

.fixed-header .header-upper .contact-info{
	padding-bottom:9px;
}

.main-header .header-upper .contact-info{
	position:relative;
	padding-top:9px;
}

.main-header .header-upper .contact-info li .icon{
	position:relative;
	margin-right:7px;
	font-size:14px;
}

.btn-submit {
    padding: 1px 6px;
	background:#0c7a0a;
	color:#fff;
}

.main-header .header-upper .contact-info li a{
	position:relative;
	color:#919191;
	font-size:12px;	
 }

.image-container {
    display: flex;
    justify-content: center;
}

.imagecontainer {
    display: flex;
    justify-content: center;
}

.main-header .header-upper .contact-info li a:hover{
	color:#f78243;	
}

.main-header .header-upper .links-box{
	position:relative;
	padding:4px 0 0 0px;
}

.main-header .header-upper .links-box .theme-btn{
	margin-left:3px;
	float:right;	
}

.form-group {
    float: right;
    margin-bottom: 0!important;
}

#thirth &gt; h3 {
    border: medium none !important;
}

.main-header .header-upper .search-outer{
	position:relative;	
}

.main-header .header-upper .links-box .search-btn{
	position:relative;
	top:0px;
	display:inline-block;
	color:#ffffff;
	line-height:20px;
	padding:8px 10px;
	text-align:center;
	background:#dbe2e9;
	border:none !important;
	outline:none !important;
}

.main-header .header-upper .links-box .search-btn:hover,
.main-header .header-upper .links-box .search-btn.active{
	background:#656565;	
}

.main-header .header-upper .search-box{
	position:absolute;
	right:140px;
	top:-4px;
	width:250px;
	height:40px;
	background:#ffffff;
	border:2px solid #f78243;
	opacity:0;
	visibility:hidden;
}

.main-header .header-upper .search-box.is-visible{
	visibility:visible;
	opacity:1;
	right:42px;	
}

.main-header .header-upper .search-box input[type="search"],
.main-header .header-upper .search-box input[type="text"]{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:6px 40px 6px 15px;
	background:#ffffff;
	font-size:14px;
	color:#353535;	
}


.fixed-header .header-upper .auto-container
{
	padding: 4px 10px;
}

.main-header .header-upper .search-box .btn-submit{
	position:absolute;
	right:0px;
	top:-1px;
	width:40px;
	text-align:center;
	height:36px;
	line-height:36px;
	font-size:16px;
	color:#f78243;
	background:none;	
}

.main-header .header-lower{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	background: url("../images/menu_bg.jpg") repeat-x scroll 0 0;
	
}

.main-menu{
	position:relative;	
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation &gt; li{
	position:relative;
	float:left;
	padding:0px;
	border-right:1px solid #c4c3c1;	
}

.left-column .content {
	border-radius: 10px;
	float:left;
	width: 100%;
}

.main-menu .navigation &gt; li &gt; a{
	position:relative;
	display:block;
	padding:7px 17px;
	font-size:16px;
	color:#fff;
	line-height:22px;
	opacity:1;
	font-family: SolaimanLipi ANSI;
}


.main-menu .navigation &gt; li.dropdown.share &gt; a:before{
	display:none;	
}

.main-menu .navigation &gt; li:hover &gt; a,
.main-menu .navigation &gt; li.current &gt; a
{
	color:#fff;
	opacity:1;
	background:#df1921;
}

.navigation ul li.current a {
    background: #df1921!important;
	color:#fff!important;
}

.main-menu .navigation &gt; li:hover &gt; a:after{
	opacity:1;
}

.main-menu .navigation &gt; li.dropdown:hover &gt; a:after{
	color:#f78243;	
}

.main-menu .navigation &gt; li.share a{
	padding:10px 20px;
	font-size:16px;
}

.main-menu .navigation &gt; li &gt; ul{
	position:absolute;
	left:0px;
	top:120%;
	width:200px;
	padding:0px;
	border:1px solid #22ab20;
	border-top-width:3px;
	z-index:100;
	background:#ffffff;
	visibility:hidden;
	opacity:0;
}

.main-menu .navigation &gt; li:hover &gt; ul {
	top:100%;
	opacity:1;
	visibility:visible;
}

.main-menu .navigation &gt; li &gt; ul &gt; li{
	position:relative;
	float:none;
	width:100%;
	border-bottom:1px solid #efefef;
}

.main-menu .navigation &gt; li &gt; ul &gt; li:last-child{
	border:none;	
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; a{
	position:relative;
	display:block;
	padding:2px 15px 2px 20px;
	line-height:20px;
	font-weight:normal;
	font-size:13px;
	color:#3a3a3a;
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; a:before {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    top: -4px;
    left: 10px;
}

.inner-box.column-left ol li {
    color: #000;
    list-style: numeric;
    text-align: left;
}

.main-menu .navigation &gt; li &gt; ul &gt; li:hover &gt; a{
	color:#ffffff;
	background-color:#de1920;	
}

.main-menu .navigation &gt; li &gt; ul &gt; li.dropdown &gt; a:after{
	font-family: 'FontAwesome';
	content: "\f0da";
	position:absolute;
	right:10px;
	top:2px;
	width:10px;
	height:20px;
	display:block;
	color:#f78243;
	line-height:20px;
	font-size:16px;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation &gt; li &gt; ul &gt; li.dropdown:hover &gt; a:after{
	color:#ffffff;	
}

.main-menu .navigation &gt; li &gt; ul &gt; li  &gt; ul{
	position:absolute;
	left:120%;
	top:-3px;
	width:200px;
	padding:0px;
	border:1px solid #22ab20;
	border-top-width:2px;
	z-index:100;
	background:#ffffff;
	visibility:hidden;
	opacity:0;
}

.main-menu .navigation &gt; li &gt; ul &gt; li:hover &gt; ul {
	left:100%;
	opacity:1;
	visibility:visible;	
}

.main-menu .navigation &gt; li &gt; ul &gt; li  &gt; ul &gt; li{
	position:relative;
	float:none;
	width:100%;
	border-bottom:1px solid #efefef;
}

.main-menu .navigation &gt; li &gt; ul &gt; li  &gt; ul &gt; li:last-child{
	border:none;	
}

.main-menu .navigation &gt; li &gt; ul &gt; li  &gt; ul &gt; li &gt; a{
	position:relative;
	display:block;
	padding:2px 15px 2px 20px;
	line-height:20px;
	font-weight:normal;
	font-size:14px;
	color:#3a3a3a;
}

.main-menu .navigation &gt; li &gt; ul &gt; li  &gt; ul &gt; li &gt; a:before {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    top: -4px;
    left: 10px;
}

.main-menu .navigation &gt; li &gt; ul &gt; li  &gt; ul &gt; li:hover &gt; a{
	color:#ffffff;
	background-color:#df1921;	
}

.main-menu .navbar-collapse &gt; ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	background:url(../images/icons/submenu-icon.png) center center no-repeat;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
}

.main-menu .navigation .social-links li a{
	position:relative;
	display:block;
	line-height:24px;
	padding:6px 12px;
	font-size:13px;
	color:#ffffff;	
}

.main-menu .navigation .social-links li a:hover{
	opacity:0.85;	
}

.main-menu .navigation .social-links .facebook a{
	background:#3b5998;	
}

.main-menu .navigation .social-links .twitter a{
	background:#00aced;	
}

.main-menu .navigation .social-links .google-plus a{
	background:#dd4b39;	
}

.main-menu .navigation .social-links .instagram a{
	background:#125688;	
}

.main-menu .navigation .social-links .linkedin a{
	background:#007bb5;	
}

.main-menu .navigation .social-links .pinterest a{
	background:#cb2027;	
}

.main-menu .navigation .social-links li a .fa{
	position:relative;
	font-size:14px;
	padding-right:10px;
}

.inner-box.text-center.column-left &gt; p {
    text-align: justify;
	color:#000;
}




.u-vmenu li::before{
	content: "\f0da";
	font-family: "FontAwesome";
	margin-right: 5px;
        font-size: 18px;
        color:#22ab20;
        position: absolute;
}


#pf-ft a
{
	display:none!important;
}


.related_menu li ul li {
    float: left;
    text-align: left;
	margin-left:20px;
    width: 100%;
}

.related_menu li a {
    font-size: 14px;
	color:#000;

}

/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider{
	position:relative;
	background:none;
	color:#919191;
}

.main-slider .bg-white{
	position:relative;
	padding:10px 20px 10px;
	background:rgba(255,255,255,0.95);
	border:1px solid #e3e3e3;	
}

.main-slider h1{
	line-height:1.6em;
	font-size:28px;
	color:#2591ff;
	margin-bottom:15px;
}

.main-slider h2{
	line-height:1.6em;
	font-size:22px;
	color:#2591ff;
	margin-bottom:15px;
}

.main-slider h3{
	line-height:1.6em;
	font-size:18px;
	color:#2591ff;
}

.tp-banner-container {
    height: 100% !important;
    left: 0 !important;
    margin: 0 auto 0px;
    padding: 0;
    width: 100% !important;
    position: relative;
}

.tp-bullets{
	display:none;	
}

.tp-bullets.preview4 .bullet{
	background:#ffc13b !important;
	border-color:#202020 !important;
	margin:0px 5px;	
}

.tp-bullets.preview4 .bullet:hover,
.tp-bullets.preview4 .bullet.selected{
	border-color:#ffc13b !important;	
}

/*** 

====================================================================
	Section  Title
====================================================================

***/

.sec-title{
	position:relative;
	text-align:center;
	max-width:800px;
	margin:0 auto;
	margin-bottom:60px;
}

.sec-title .separator{
	position:relative;
	display:block;
	width:100%;
	height:20px;
	background:url(../images/icons/sec-title-bg.png) center center no-repeat;
	margin:20px 0px;	
}

.sec-title h2{
	position:relative;
	font-size:24px;
	color:#353535;
	text-transform:uppercase;
}

.sec-title .heading-text{
	position:relative;
	font-size:14px;	
}


/*** 

====================================================================
	Services Section
====================================================================

***/

.bg-white &gt; p {
    font-size: 15px!important;
    line-height: 20px!important;
	color:#000;
}
.bg-white {
    opacity: .7!important;
}

.services-section{
	position:relative;
	padding:0px 0px 20px;
	background:transparent url("../images/contentbg-bd.jpg") repeat-x scroll left top;
}

.services-section.bg-white{
	background:#ffffff;	
}

.services-section .column{
	position:relative;
	margin-bottom:0px;	
}

.services-section .column .inner-box, .footer-section .inner-box {
	position:relative;
	margin:0 auto 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.4);
	float:left;
	width:100%;
}

.last-td, .first-td
{
	text-align:center!important;
}

.site-map &gt; li {
    margin-left: 100px;
}

.site-map ul, .site-map ul ul {
    padding-left: 24px;
}

.site-map &gt; li ul a {
    font-weight: normal;
}

.footer-section .inner-box {
	min-height:200px;
}

.services-section.style-three .column .inner-box,
.services-section.normal-style .column .inner-box{
	padding-left:70px;	
}



.services-section .column:hover .icon{
	/*color:#bd0404;*/
}

.services-section.style-two .column .icon{
	position:relative;
	margin:0 auto 20px;
	width:60px;
	height:60px;
	line-height:60px;
	background:#2591ff;
	color:#ffffff;
	font-size:24px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;	
}

.services-section.style-two .column:hover .icon{
	color:#ffffff;
	background:#f78243;	
}

.services-section.style-three .column .icon{
	position:absolute;
	left:0px;
	top:0px;
	text-align:center;
	margin:0 auto 20px;
	width:56px;
	height:56px;
	line-height:56px;
	background:#f78243;
	color:#ffffff;
	font-size:24px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;	
}

.services-section.style-three .column:hover .icon{
	color:#ffffff;
	background:#353535;	
}

.services-section.normal-style .column .icon{
	position:absolute;
	left:0px;
	top:0px;
	margin:0 auto 20px;
	font-size:36px;
}

.services-section.colored-icon .column .icon{
	 color:#2591ff;	
}

.services-section .column .library-column{
	float: left;
    position: relative;
    width: 100%;
}

.services-section .column h3{
	position:relative;
	font-size:13px;
	color:#000000;
	font-family: SolaimanLipi ANSI;
	border-radius: 7px 7px 0 0;
	padding: 2px 0!important;
	border-bottom: 1px solid #ccc;
}

.footer-section .content h3{
	position:relative;
	font-size:13px;
	font-weight:600!important;
	color:#000000;
	font-family: SolaimanLipi ANSI;
	border-radius: 7px 7px 0 0;
	background:#f1f1f1;
	padding: 3px 0!important;
}

.column-left, .column-right
{
	background: linear-gradient(to bottom, #ffffff 1%, #f9f9f9 98%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #fff #ececec #dfdfdf;
    border-radius: 8px !important;
    border-style: solid;
    border-width: 4px 1px 1px;
    box-shadow: 0 0 7px -2px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: 0 0 7px -2px rgba(0, 0, 0, 0.04);
	-webkit-box-shadow: 0 0 7px -2px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    margin: 0 auto 20px;
    min-height: 100px;
    padding: 10px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.services-section .column:hover h3{

}

.services-section .column .text{
	position:relative;	
}

.services-section .column .rev-text{
	position:relative;
	color:#353535;
	font-size:15px;
	margin-bottom:20px;
	text-align:justify;
	line-height:2.2em;
}

.services-section .column .rev-author{
	position:relative;
	padding-top:20px;	
}

.services-section .column .rev-author:before{
	content:'';
	position:absolute;
	right:0px;
	top:0px;
	width:110px;
	height:2px;
	background:#f78243;
}

/*** 

====================================================================
	Two Column Boxed Section
====================================================================

***/

.two-column-box{
	position:relative;
	padding:60px 0px 20px;
	background:#ffffff;
}

.two-column-box .column{
	position:relative;
	margin-bottom:40px;
	padding:0px !important;
}

.two-column-box .column .inner-box{
	position:relative;
	padding:45px 40px;
	border:1px solid #e3e3e3;	
}

.two-column-box .column h3{
	position:relative;
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:30px;
	padding-left:60px;	
}

.two-column-box .column h3 .icon{
	position:absolute;
	left:0px;
	top:-5px;
	font-size:36px;
	color:#2591ff;	
}

.two-column-box .column:nth-child(even) h3 .icon{
	
}

.two-column-box .column ul{
	position:relative;
	margin-left:20px;	
}

.two-column-box .column ul li{
	position:relative;
	list-style-type:disc;
	margin-bottom:25px;
	line-height:2.4em;
}


/*** 

====================================================================
	Parallax Section
====================================================================

***/

.parallax-section{
	position:relative;
	padding:120px 0px;
	color:#353535;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}

/*.parallax-section:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.80);
	z-index:0;	
}*/

.parallax-section .auto-container{
	position:relative;
	z-index:1;
}

.parallax-section .bg-white{
	position:relative;
	padding:30px 40px;
	max-width:850px;
	margin:0 auto;
	background:rgba(255,255,255,0.95);	
}

.parallax-section h2{
	position:relative;
	font-size:28px;
	font-weight:400;
	margin-bottom:25px;
	line-height:2em;
}

.parallax-section h3{
	position:relative;
	font-size:22px;
	font-weight:400;
	margin-bottom:25px;
	line-height:2em;
}

.parallax-section h4{
	position:relative;
	font-size:18px;
	font-weight:400;
	padding-bottom:40px;
	line-height:2em;
}


ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
    overflow: hidden;
    background: url("../images/navbg.jpg") repeat-x;
}

/* Float the list items side by side */
ul.topnav li {float: left; padding-top: 9px;}

/* Style the links inside the list items */
ul.topnav li a {
    display: inline-block;
    color: #000;
    text-align: center;
    padding: 2px 16px;
    text-decoration: none;
    font-size: 13px;
    background: #fff;
    border: 1px solid #d8d8d8;
}

/* Change background color of links on hover */
ul.topnav li a:hover {background-color: #d8d8d8;}

/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {display: none;}
/*** 

====================================================================
	Our Team style
====================================================================

***/

.team-section{
	position:relative;
	padding:60px 0px 20px;
}

.team-section.bg-two{
	background:#ecf4fc;	
}

.team-section .member-column{
	position:relative;
	margin-bottom:40px;	
}

.team-section .member-column .inner-box{
	position:relative;
	max-width:450px;
	margin:0 auto;	
}

.team-section .member-column .image{
	position:relative;
	overflow:hidden;	
}

.team-section .member-column .image img{
	position:relative;
	display:block;
	width:100%;	
}

.team-section .member-column .social-links{
	position:relative;
	display:inline-block;
	border:1px solid #e3e3e3;
	border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-moz-border-radius:5px;
}

.team-section .member-column .social-links li{
	position:relative;
	float:left;
	border-left:1px solid #e3e3e3;
}

.team-section .member-column .social-links li:first-child{
	border:none;	
}

.team-section .member-column .social-links li a{
	position:relative;
	display:block;
	width:32px;
	height:32px;
	text-align:center;
	font-size:14px;
	line-height:32px;
	color:#999999;
}

.team-section .member-column .social-links li a:hover{
	
}

.team-section .member-column .member-title{
	position:relative;
	padding:20px 0px 0px;	
}

.team-section .member-column .member-title p{
	font-style:italic;
	
}

.team-section .member-column .member-title h4{
	font-size:16px;
	text-transform:capitalize;
	font-family:SolaimanLipi;
	font-weight:500;
	margin-bottom:5px;	
}

.team-section .member-column .member-desc{
	position:relative;
	margin-bottom:20px;	
}

/*** 

====================================================================
	Latest Blog Style
====================================================================

***/

.latest-blog{
	position:relative;
	padding:60px 0px 20px;
	background:#f8f8f8;
}

.latest-blog .post-column{
	position:relative;
	margin-bottom:40px;	
}

.latest-blog .post-column .inner-box{
	position:relative;
	max-width:610px;
	background:#ffffff;
	margin:0 auto;
	border:1px solid transparent;
	border-radius:5px;
}

.latest-blog .post-column  .inner-box:hover{
	border-color:#f78243;	
}

.latest-blog .post-column .image{
	position:relative;
	overflow:hidden;	
}

.latest-blog .post-column .image img{
	position:relative;
	display:block;
	width:100%;	
}

.latest-blog .post-column .post-header{
	position:relative;
	padding:10px 15px 10px 100px;
}

.latest-blog .post-column .post-header .date{
	position:absolute;
	left:0px;
	top:0px;
	padding:10px 0px;
	width:80px;
	height:80px;
	color:#ffffff;
	background:#2591ff;
	font-size:16px;
	line-height:30px;
	text-align:center;
}

.latest-blog .post-column .post-header .day{
	position:relative;
	top:3px;
	font-size:30px;
	font-weight:500;	
}

.latest-blog .post-column .post-header h3{
	position:relative;
	font-family:SolaimanLipi;
	color:#353535;
	font-size:16px;
	font-weight:500;
	margin-bottom:5px;	
}

.latest-blog .post-column .post-header h3 a{
	position:relative;
	color:#353535;
	font-size:16px;
}

.latest-blog .post-column .post-header h3 a:hover{
	
}

.latest-blog .post-column .post-header .post-info li{
	position:relative;
	display:inline-block;
	margin-right:10px;
}

.latest-blog .post-column .post-header .post-info li a,
.latest-blog .post-column .post-header .post-info li .icon{
	
}

.latest-blog .post-column .post-desc{
	position:relative;
	padding:15px 40px 40px;
}

.latest-blog .post-column .post-desc p{
	line-height:2em;
	margin-bottom:20px;	
}

/*** 

====================================================================
	Sponsors Section Style
====================================================================

***/

.sponsors-section{
	position:relative;
	padding:60px 0px;
	background:#ffffff;
}

.sponsors-section .sponsors-slider{
	position:relative;
	padding:0px 30px;
	border:1px solid #e3e3e3;	
}

.sponsors-section .sponsors-slider li{
	border-right:1px solid #e3e3e3;	
}

.sponsors-section .owl-controls{
	margin:0px !important;	
}

.sponsors-section .owl-nav .owl-prev{
	position:absolute;
	left:0px;
	top:-5px;
	width:30px;
	height:100%;
	border-right:1px solid #e3e3e3;
	text-align:center;
	color:#cccccc;
	background:#ffffff !important;
	font-size:0px !important;
}

.sponsors-section .owl-nav .owl-next{
	position:absolute;
	right:0px;
	top:-5px;
	width:30px;
	height:100%;
	text-align:center;
	color:#cccccc;
	border-left:1px solid #e3e3e3;
	background:#ffffff !important;
	font-size:0px !important;
}

.sponsors-section .owl-nav .owl-prev:after{
	content:'\f104';
	font-family:'FontAwesome';
	position:absolute;
	left:-2px;
	top:50%;
	margin-top:-10px;
	display:block;
	font-size:24px;
	text-align:center;
	width:30px;
	height:10px;
	opacity:1;
	color:#cccccc;	
}

.sponsors-section .owl-nav .owl-next:after{
	content:'\f105';
	font-family:'FontAwesome';
	position:absolute;
	right:-4px;
	top:50%;
	margin-top:-10px;
	display:block;
	font-size:24px;
	text-align:center;
	width:30px;
	height:10px;
	opacity:1;
	color:#cccccc;
}

.sponsors-section .owl-nav .owl-prev:hover:after,
.sponsors-section .owl-nav .owl-next:hover:after{
	opacity:1;
}

.sponsors-section .owl-dots{
	display:none !important;	
}

/*** 

====================================================================
	pagination Style
====================================================================

***/

.pager-outer .pagination a{
	color:#505050;
	font-size:14px;
	padding:7px 10px;
	width:40px;
	text-align:center;
	display:block;
	border:1px solid #e08003 !important;
}

.pager-outer .pagination li{
	position:relative;
	float:left;
	margin:3px;
	border:none !important;
}

.pager-outer .pagination a:hover,
.pager-outer .pagination .active a{
	background:#f78243;
	color:#ffffff;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	z-index: 50;
}

.main-footer .footer-upper{
	float:left;
	width:100%;
	padding-bottom: 10px;
	color:#ffffff;
	background:#c8f4d1;
	z-index:999;
	background: #f8f8f8;
}

.main-footer .footer-upper .column{
	position:relative;
	margin-bottom:20px;	
}

.footer-upper .column h2{
	position:relative;
	font-size:17px;
	line-height:1.4em;
	padding:0px 0px 18px;
	margin-bottom:25px;
	text-transform:capitalize;
	color:#ffffff;
}

.footer-upper .column h2:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:170px;
	height:1px;
	background:#2591ff;
}

.footer-upper .twitter-feeds .feed{
	position:relative;
	padding:0px 0px 10px 30px;
	margin-bottom:20px;
	border-bottom:1px solid #4b5868;
}

.footer-upper .twitter-feeds .feed:last-child{
	border:none;	
}

.footer-upper .twitter-feeds .feed-content{
	margin-bottom:10px;	
}

.footer-upper .twitter-feeds .feed a{
	position:relative;
	color:#f06626;
}

.footer-upper .twitter-feeds .feed .time{
	position:relative;
	color:#cccccc;
	font-size:12px;
	font-style:italic;
	text-transform:uppercase;
}

.footer-upper .twitter-feeds .feed strong{
	font-weight:400;	
}

.footer-upper .twitter-feeds .feed .icon{
	position:absolute;
	width:30px;
	height:20px;
	left:0px;
	top:0px;
	line-height:20px;
	font-size:16px;
	color:#2591ff;	
}

.footer-upper .popular-tags a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:5px 20px;
	background:#818181;
	color:#e3e3e3;
	margin:0px 5px 7px 0px;
	text-transform:uppercase;
	font-size:12px;
}

.footer-upper .popular-tags a:hover{
	background-color:#2591ff;
	color:#ffffff;	
}

.footer-upper .contact-widget li{
	position:relative;
	margin-bottom:7px;	
}

.footer-upper .social-links a{
	position:relative;
	display:inline-block;
	width:32px;
	height:32px;
	line-height:30px;
	text-align:center;
	background:#2b2e32;
	margin-right:5px;
	color:#999999;
	border:1px solid #999999;	
}

.footer-upper .social-links a:hover{
	
	border-color:#f78243;	
}

.footer-bottom{
	background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #1fb820 0%, #118e10 37%, #086e08 65%, #086e08 100%);
	padding:10px 0px;
	color:#bbbbbb;
	font-size:14px;
	float:left;
	width:100%;
}

.footer-bottom .copyright{
	position:relative;
	line-height:30px;
	text-align:center;
	color:gold;
}

#tabbedd .wrapper span h3 {
    background: #ccc;
    border-radius: 0;
    font-size: 17px;
    text-align: center;
}

.footer-bottom .copyright a{
	position:relative;
	color:#ffffff;	
}

.footer-bottom .copyright strong{
	font-weight:400;
	color:#ffffff;	
}

.inner-box.text-center.column-left &gt; ul li, .inner-box.text-center.column-left &gt; table tr td ul li {
    color: #000;
    list-style: square;
    margin-left: 20px;
    text-align: left;
}

.inner-box.text-center.column-left &gt; table tr td{
    color: #000;
    text-align: left;
}

.inner-box.text-center.column-left &gt; table tr th{
    color: #000;
    text-align: center;
	font-weight:bold;
}


/*** 

====================================================================
	Blog Page Style
====================================================================

***/

.blog-container{
	position:relative;
	padding:0px 0px;
}

.blog-container .blog-post{
	position:relative;
	margin-bottom:40px;
	background:none;	
}

.blog-container .blog-post .image-box{
	position:relative;
	overflow:hidden;	
}

.blog-container .blog-post .image-box img{
	display:block;
	width:100%;	
}

.blog-container .blog-post .image-box .post-options{
	position:absolute;
	right:-100px;
	bottom:0px;
	opacity:0;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.blog-container .blog-post .image-box.with-carousel .post-options{
	bottom:auto;
	top:0px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;	
}

.blog-container .blog-post:hover .image-box .post-options{
	right:0px !important;
	opacity:1;	
}

.blog-container .blog-post .image-box .post-options .heart-icon{
	position:relative;
	display:inline-block;
	margin:15px 15px 15px 0px;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	color:#ffffff;
	background:#f78243;
	font-size:18px;
	z-index:1;
}

.blog-container .blog-post .image-box .post-options .plus-icon{
	position:relative;
	display:inline-block;
	margin:0px 15px 15px 0px;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	color:#ffffff;
	background:#f78243;
	font-size:18px;
	z-index:1;
}

.blog-container .blog-post:hover .heart-icon,
 .blog-container .blog-post:hover .plus-icon{
  -ms-animation-name: hvr-pulse;
  -moz-animation-name: hvr-pulse;
  -op-animation-name: hvr-pulse;
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -ms-animation-duration: 700ms;
  -moz-animation-duration: 700ms;
  -op-animation-duration: 700ms;
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function:linear;
  -ms-animation-iteration-count: 2;
  -moz-animation-iteration-count: 2;
  -op-animation-iteration-count: 2;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;	
}

.blog-container .blog-post .lower-part{
	position:relative;
	padding:20px 0px;	
}

.blog-container .blog-post .post-title{
	position:relative;
	padding:15px 0px;	
}

.blog-container .blog-post .post-title:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:50px;
	height:2px;
	background:#f78243;	
}

.blog-container .blog-post h3{
	position:relative;
	margin-bottom:10px;
	font-size:22px;
	font-weight:400;
	color:#353535;		
}

.blog-container .blog-post h3 a{
	color:#353535;	
}

.blog-container .blog-post h3 a:hover{
		
}

.blog-container .blog-post .post-info {
	position:relative;
	margin-bottom:15px;
	color:#202020;
	font-size:13px;
	padding-right:50px;	
}

.blog-container .blog-post .post-info .comment-count{
	position:absolute;
	right:0px;
	top:0px;	
}

.blog-container .blog-post .post-info .comment-count .fa{
	font-size:20px;	
}

.blog-container .blog-post .post-info a{
	display:inline-block;
	color:#979797;	
}

.blog-container .blog-post .post-info a:hover{
	color:#f78243;
}

.blog-container .blog-post .post-text{
	position:relative;
	margin-bottom:20px;	
}

.blog-container .blog-post .read-more{
	position:relative;
	color:#f78243;
}

.sidebar-page{
	position:relative;
	padding:50px 0px 20px;	
}

.sidebar-page blockquote{
	font-size:15px;
	padding:15px 15px 15px 20px;
	background:#f1f1f1;
	border:1px solid #d0d0d0;
	border-left:5px solid #f78243;
	margin-bottom:20px;
	font-style:italic;
}

.sidebar-page .about-author{
	position:relative;
	padding:30px;
	border:1px solid #dddddd;
	margin-bottom:40px;	
}

.sidebar-page .about-author h3{
	margin-bottom:30px;
	font-size:20px;
}

.sidebar-page .about-author .author-info{
	margin-bottom:10px;	
}

.sidebar-page .about-author .author-info strong{
	font-weight:400;
	color:#353535;	
}

.sidebar-page .about-author .author-desc{
	position:relative;
	padding:0px 10px 10px 100px;
}

.sidebar-page .about-author .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:84px;
	height:84px;	
}

.sidebar-page .about-author .author-thumb img{
	width:100%;
	display:block;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page .comments-area{
	position:relative;	
}

.sidebar-page .group-title{
	position:relative;
	margin-bottom:30px;
	padding-bottom:15px;
}

.sidebar-page .group-title h2{
	font-size:20px;
	color:#353535;
	font-weight:normal;
	margin-bottom:10px;
}

.sidebar-page .group-title:before{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:2px;
	background:#f1f1f1;	
}

.sidebar-page .group-title:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:50px;
	height:2px;
	background:#f78243;	
}

.sidebar-page .comments-area .comment-box{
	position:relative;	
}

.sidebar-page .comments-area .comment{
	position:relative;
	margin:0px 0px 50px 0px;
	padding:0px 0px 10px 110px;	
}

.sidebar-page .comments-area .reply-comment{
	margin-left:50px;	
}

.sidebar-page .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:84px;
	height:84px;	
}

.sidebar-page .comments-area .comment-box .author-thumb img{
	width:100%;
	display:block;
}

.sidebar-page .comments-area .comment-info{
	margin-bottom:10px;
	color:#bcbcbc;	
}

.sidebar-page .comments-area .comment-box strong{
	color:#292929;
	font-weight:600;	
}

.sidebar-page .comments-area .reply-btn{
	position:absolute;
	right:0px;
	top:-10px;
	font-size:14px;
	color:#ffffff;
	padding:3px 20px;
	background:#f78243;
	border-color:#f78243;
	text-transform:capitalize;
}

/*** 

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form .form-group{
	position:relative;
	margin-bottom:20px;	
}

.comment-form .form-group-inner{
	position:relative;
	display:table;
	width:100%;
	border:1px solid #d0d0d0;
	overflow:hidden;
	border-radius:3px;
	-ms-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

.comment-form .form-group .icon-box{
	position:relative;
	display:table-cell;
	vertical-align:middle;	
}

.comment-form .form-group .icon-box label{
	position:relative;
	display:inline-block;
	width:40px;
	line-height:40px;
	text-align:center;
	font-size:16px;
	color:#3d3d3d;
	margin:0px;
	background:#ffffff;
	border-right:1px solid #d0d0d0;
}

.comment-form .form-group label.error{
	display:none !important;	
}

.comment-form .form-group .field-outer{
	position:relative;
	display:table-cell;
	width:100%;	
	vertical-align:middle;
}

.comment-form .form-group-inner input[type="text"],
.comment-form .form-group-inner input[type="password"],
.comment-form .form-group-inner input[type="tel"],
.comment-form .form-group-inner input[type="email"],
.comment-form .form-group-inner select{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:9px 15px;
	color:#222222;
}

.comment-form .form-group input[type="text"].error,
.comment-form .form-group input[type="password"].error,
.comment-form .form-group input[type="tel"].error,
.comment-form .form-group input[type="email"].error,
.comment-form .form-group select.error,
.comment-form .form-group textarea.error{
	background:rgba(255,0,0,0.20);
}

.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:8px 15px;
	color:#222222;
	height:200px;
	resize:none;
}

.comment-form button{
	position:relative;
	display:inline-block;
	background:#222a33;
	color:#ffffff;
	padding:8px 30px;
	line-height:24px;
	font-size:14px;
	font-weight:500;
}

.comment-form button .icon{
	position:relative;
	top:2px;	
}

.comment-form button:before{
	background:#f78243;	
}

/*** 

====================================================================
	Side Bar Style
====================================================================

 ***/
.sidebar-page .sidebar{
	position:relative;
	padding:0px 0px 0px;	
}

.sidebar .widget{
	position:relative;
	margin-bottom:30px;
}

.sidebar .search-form input[type="search"],
.sidebar .search-form input[type="text"]{
	position:relative;
	width:100%;
	line-height:24px;
	padding:8px 42px 8px 15px;
	border:1px solid #d0d0d0;
	background:#ffffff;
	color:#3d3d3d;
	height:42px;
	font-size:14px;
	color:#292929;
}

.sidebar .search-form input[type="search"]:focus,
.sidebar .search-form input[type="text"]:focus{
	border-color:#f78243;	
}

.sidebar .search-form .form-group{
	position:relative;	
}

.sidebar .search-form button{
	position:absolute;
	right:1px;
	top:1px;
	line-height:24px;
	display:block;
	width:40px;
	height:40px;
	padding:7px 10px 8px;
	text-align:center;
	font-size:16px;
	color:#cccccc;
	background:none;	
}

.sidebar .search-form button:hover{
	color:#f78243;	
}

.sidebar .sidebar-title{
	position:relative;
	margin-bottom:30px;
	padding-bottom:15px;
}

.sidebar .sidebar-title h3{
	font-size:19px;
	color:#353535;
	text-transform:capitalize;	
}

.sidebar .sidebar-title:before{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:2px;
	background:#f1f1f1;	
}

.sidebar .sidebar-title:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:40px;
	height:2px;
	background:#f78243;	
}

.sidebar .recent-posts .post{
	position:relative;
	font-size:14px;
	margin-bottom:20px;
	min-height:60px;
	padding:0px 0px 0px 84px;
	color:#cccccc;
}

.sidebar .recent-posts .post .post-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:72px;
	height:72px;	
}

.sidebar .recent-posts .post .post-thumb img{
	width:100%;
	display:block;	
}

.sidebar .recent-posts .post h4{
	font-size:15px;
	font-weight:500;
	margin:0px 0px 5px;
	line-height:1.6em;
	color:#292929;
	font-family:'Open Sans',sans-serif;	
}

.sidebar .recent-posts .post a,
.sidebar .recent-posts .post a:hover{
	color:#fb4848;	
}

.sidebar .recent-posts .post h4 a{
	color:#292929;	
}

.sidebar .recent-posts .post .fa{
	font-size:18px;	
}

.sidebar-page .contact-info{
	position:relative;
	font-size:14px;
	margin-bottom:30px;
}

.sidebar-page .contact-info .text{
	position:relative;
	font-size:13px;
	font-family:SolaimanLipi;
	margin-bottom:10px;
	color:#7f7f7f;
}

.sidebar-page .contact-info li{
	position:relative;
	margin-bottom:5px;
	line-height:1.8em;
	color:#7f7f7f;	
}

.sidebar-page .contact-info li strong{
	position:relative;
	padding-right:10px;
	font-weight:600;
	color:#292929;	
}

.sidebar-page .contact-info a{
	color:#f17338;
}

.sidebar-page .contact-info a:hover{
	color:#3d3d3d;	
}

.popular-tags a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:7px 20px;
	background:#e2e2e2;
	color:#000000;
	margin:0px 5px 7px 0px;
	text-transform:uppercase;
	font-size:12px;
}

.popular-tags a:hover{
	background-color:#2591ff;
	color:#ffffff;	
}

.list{
	position:relative;
}

.list li{
	position:relative;
	padding:0px 0px 0px 12px!important;	
}

.list li .icon{
	position:absolute!important;
	left:0px!important;
	top:0px!important;
	width:20px!important;
	height:32px!important;
	display:block!important;
	color:#ed1b24!important;
	font-size:18px!important;
	line-height: 23px !important;
}

.list li a{
	position:relative;
	display:block;
	color:#3d3d3d;
	font-size:14px;
	font-weight:400;
	text-align:left;
	padding-left:6px;
}

.list li a:hover{
	color:#f78243;	
}

.recent-gallery{
	position:relative;
}

.recent-gallery .image{
	position:relative;
	float:left;
	width:33.333%;
	padding:0px 10px 10px 0px;	
}

.recent-gallery .image img{
	position:relative;
	display:block;
	width:100%;	
}

/*** 

====================================================================
	Contact Us Section
====================================================================

***/

.contact-section{
	position:relative;
	padding:0px 0px 20px;
}

.contact-section .sec-title{
	margin-bottom:25px;	
}

.contact-section .form-group{
	position:relative;
	margin-bottom:20px;	
}

.contact-section .form-group-inner{
	position:relative;
	display:table;
	width:100%;
	border:1px solid #d0d0d0;
	overflow:hidden;
	border-radius:3px;
	-ms-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

.contact-section .form-group .icon-box{
	position:relative;
	display:table-cell;
	vertical-align:middle;	
}

.contact-section .form-group .icon-box label{
	position:relative;
	display:inline-block;
	width:40px;
	line-height:40px;
	text-align:center;
	font-size:16px;
	color:#3d3d3d;
	margin:0px;
	background:#ffffff;
	border-right:1px solid #d0d0d0;
}

.contact-section .form-group label.error{
	display:none !important;	
}

.contact-section .form-group .field-outer{
	position:relative;
	display:table-cell;
	width:100%;	
	vertical-align:middle;
}

.contact-section .form-group-inner input[type="text"],
.contact-section .form-group-inner input[type="password"],
.contact-section .form-group-inner input[type="tel"],
.contact-section .form-group-inner input[type="email"],
.contact-section .form-group-inner select{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:9px 15px;
	color:#222222;
}

.contact-section .form-group input[type="text"].error,
.contact-section .form-group input[type="password"].error,
.contact-section .form-group input[type="tel"].error,
.contact-section .form-group input[type="email"].error,
.contact-section .form-group select.error,
.contact-section .form-group textarea.error{
	background:rgba(255,0,0,0.20);
}

.contact-section .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:8px 15px;
	color:#222222;
	height:200px;
	resize:none;
}

.contact-section button{
	position:relative;
	display:inline-block;
	background:#222a33;
	color:#ffffff;
	padding:8px 30px;
	line-height:24px;
	font-size:14px;
	font-weight:500;
}

.contact-section button:before{
	background:#f78243;	
}

/*** 

====================================================================
	Map Section
====================================================================

***/

.map-section{
	position:relative;
	padding:2px;
	border:1px solid #f78243;
	margin-bottom:10px;
}

.map-section .map-container{
	position:relative;
	width:100%;
	height:450px;	
}


/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:10px;
	right:10px;
	width:40px;
	height:40px;
	color:#f06626;
	background:#f3f3f3;
	font-size:16px;
	line-height:36px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	border:1px solid #cccccc;
	display:none;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;	
}

.scroll-to-top:hover{
	background-color:#f06626;
	border-color:#f06626;
	color:#ffffff;
}

/*** 

====================================================================
	Featured Section
====================================================================

***/

.featured-section{
	position:relative;
	width:100%;
	padding:60px 0px 30px;
	min-height:456px;
}

.featured-section .column{
	position:relative;
	margin-bottom:30px;
	min-height:456px;
}

.featured-section .column.text-column{
	padding-top:15px;
	margin-bottom:0px;	
}

.featured-section h3{
	position:relative;
	margin-bottom:10px;
	font-size:16px;
	padding-left:40px;
}

.featured-section .column.text-column h3,
.default-text-column h3{
	font-size:20px;
	padding-left:40px;
	background:url(../images/icons/icon-triangle.png) left center no-repeat;
	margin-bottom:20px;
}

.featured-section .column.text-column p,
.default-text-column p{
	line-height:2.4em;
	margin-bottom:20px;	
}

.featured-section h3 .icon{
	position:absolute;
	left:0px;
	top:0px;
	font-size:24px;
	color:#999999;
}

.featured-section .boxed-outer{
	position:relative;
	border:1px solid #e3e3e3;	
}

.featured-section .boxed-outer .box{
	position:relative;
	border-bottom:1px solid #e3e3e3;
	padding:23px 25px;
}

.featured-section .boxed-outer .box:last-child{
	border:none;	
}

.featured-section .boxed-outer .box{
	position:relative;
	margin-bottom:0px;
}

.featured-section .column .image{
	position:absolute;
	right:15px;
	top:0px;
	margin-bottom:30px;	
}

.featured-section.style-two .column .image{
	position:absolute;
	left:auto;
	right:15px;	
}

.featured-section .column .image img{
	display:block;	
}

/*** 

====================================================================
	Fact Counter Section
====================================================================

***/

.fact-counter{
	position:relative;
	padding:80px 0px 10px;
	color:#ffffff;
	background-color:#208dff;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
	background-position:center center;
}

.fact-counter:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#208dff;
	opacity:0.95;
	z-index:0;
}

.fact-counter.bg-two:before{
	background:#f78243;
}


.fact-counter .auto-container{
	position:relative;
	z-index:1;
}

.fact-counter .column{
	position:relative;
	margin-bottom:60px;
	text-align:center;	
}

.fact-counter .column .icon{
	position:relative;
	font-size:48px;
	margin-bottom:30px;
}

.fact-counter .count-outer{
	position:relative;
	font-size:36px;
	font-weight:600;
}

.fact-counter .column .line{
	position:relative;
	width:50px;
	height:2px;
	background:#cccccc;
	margin:30px auto;	
}

.fact-counter .column .counter-title{
	position:relative;
	font-size:16px;
	text-transform:uppercase;
	font-weight:400;
	margin-bottom:24px;
	color:#ffffff;
}

/*** 

====================================================================
	Testimonials Section style
====================================================================

***/

.testimonials-section{
	position:relative;
	padding:60px 0px 30px;
	background-color:#f8f8f8;
}

.testimonials-section .testimonials-slider{
	position:relative;
}

.testimonials-section .testimonials-slider .slide-item{
	position:relative;
	margin:50px 0px 0px 0px;
	border:1px solid #cccccc;
	background:#ffffff url(../images/icons/icon-quote.png) 15px 60px no-repeat;
	text-align:center;
}

.testimonials-section .testimonials-slider .slide-item:hover{
	border-color:#f78243;	
}

.testimonials-section .testimonials-slider .image-box{
	position:relative;
	width:80px;
	height:80px;
	margin:-40px auto 0px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
}

.testimonials-section .testimonials-slider .image-box img{
	position:relative;
	width:80px;
	height:80px;
	display:block;
	border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
}

.testimonials-section .slide-item h3{
	position:relative;
	text-align:center;
	vertical-align:middle;
	font-size:14px;
	color:#000000;
	margin:0px 5px 20px 0px;	
}

.testimonials-section .rating{
	position:relative;
	display:inline-block;
	vertical-align:middle;	
}

.testimonials-section .rating .fa-star{
	position:relative;
	display:inline-block;
	margin:0px 3px;
	color:#ffcc02;	
}

.testimonials-section .slide-text{
	position:relative;
	font-size:14px;
	color:#565656;
	line-height:2em;
	padding:20px;	
}

.testimonials-section .column-carousel.three-column .owl-nav{
	display:none !important;	
}

.testimonials-section .column-carousel.three-column .owl-controls{
	position:relative;
	text-align:center;
	padding:20px 0px;
	top:0px;	
}

.testimonials-section .column-carousel.three-column .owl-dots{
	display:block !important;
}

.testimonials-section .column-carousel.three-column .owl-dot span{
	background:#cccccc;
	
}

.testimonials-section .column-carousel.three-column .owl-dot span:hover,
.testimonials-section .column-carousel.three-column .owl-dot.active span{
	background:#f78243;
	
}

/*** 

====================================================================
	Why Us Section style
====================================================================

***/

.why-us-section{
	position:relative;
	padding:60px 0px 20px;
	background-color:#ffffff;
}

.why-us-section .column{
	position:relative;
	margin-bottom:40px;
}

.why-us-section .column .inner-box{
	position:relative;	
}

.default-bordered-box{
	position:relative;
	padding:30px 30px;
	border:1px solid #e3e3e3;	
}

.default-bordered-box h3{
	position:relative;
	font-size:18px;
	margin-bottom:30px;	
}

.default-bordered-box ul{
	position:relative;
	margin-left:20px;
}

.default-bordered-box ul li{
	position:relative;
	list-style-type:disc;
	margin-bottom:25px;
	line-height:2.4em;
}

.achievements{
	position:relative;
}

.achievements .achiev-box{
	position:relative;
	margin-bottom:30px;	
}

.achievements .achiev-box h4{
	position:relative;
	font-size:14px;
	color:#353535;
	text-transform:capitalize;
	margin-bottom:10px;
}

.achievements .achiev-box .bar{
	 position:relative;
	 padding-right:50px;
	 height:4px;	
}

.achievements .achiev-box .bar .bar-innner{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:4px;
	background:#ededed;
}

.achievements .achiev-box .bar .bar-fill{
	position:relative;
	width:0px;
	height:4px;
	background:#ff9000;
}

.achievements .achiev-box .percent{
	position:absolute;
	right:0px;
	width:50px;
	top:-10px;
	font-size:14px;
	color:#000000;
}

/*** 

====================================================================
	Page Title Section
====================================================================

***/

.page-title{
	position:relative;
	padding:3px 10px;
	color:#22ab20;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}

.page-title:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:transparent url("../images/content_bg.jpg") repeat-x scroll left top;
	opacity:0.50;
	z-index:0;	
}

.page-title h1{
	font-size:22px;
	color:#000;
	margin:0px;
}

/*** 

====================================================================
	Featured Services Section
====================================================================

***/

.featured-services{
	position:relative;
	padding:60px 0px 20px;
	background:#ffffff;
}

.featured-services .column{
	position:relative;
	margin-bottom:40px;	
}

.featured-services .column .inner-box{
	position:relative;
	max-width:600px;
	margin:0 auto;
	padding:40px 30px;
	border:1px solid #e3e3e3;
}

.featured-services .column .icon{
	position:relative;
	display:block;
	left:0px;
	top:0px;
	font-size:44px;
	margin-bottom:25px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.featured-services .column h3{
	position:relative;
	font-size:15px;
	font-weight:600;
	margin-bottom:15px;
	color:#3a4145;
	text-transform:uppercase;
	font-family:SolaimanLipi;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.featured-services .column .text{
	position:relative;
	margin-bottom:30px;	
}

.featured-services .column .inner-box:hover{
	color:#ffffff;
	background:#2591ff;
	border-color:#2591ff;	
}

.featured-services .column .inner-box:hover h3{
	color:#ffffff;	
}

/*** 

====================================================================
	Price Plans Section
====================================================================

***/

.price-plans{
	position:relative;
	padding:60px 0px 20px;
	background:#f8f8f8;
}

.price-plans .table-column{
	position:relative;
	margin-bottom:40px;
	padding:0px 15px;
	text-align:center;
}

.price-plans .table-inner{
	position:relative;
	border:1px solid transparent;
	background:#ffffff;
	display:block;
	padding:0px;
	width:100%;
	margin:0 auto;
	text-align:center;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.price-plans .table-inner:hover{
	border-color:#f06626;	
}

.price-plans .table-column .table-header{
	position:relative;
	padding:25px 10px;
	text-align:center;	
}

.price-plans .table-column .table-header h3{
	font-size:20px;
	line-height:1.8em;
	text-transform:capitalize;
	color:#000000;
	font-family:SolaimanLipi;	
}

.price-plans .price-outer{
	position:relative;
	display:block;
	font-size:16px;
	padding-top:10px;
	font-weight:600;
	color:#999999;
}

.price-plans .price-outer sup{
	top:-5px;
	font-size:14px;
}

.price-plans .price-outer sub{
	color:#cccccc;
	padding-left:5px;
	font-size:14px;
}

.price-plans .list{
	position:relative;
	padding:10px 0px 30px;
	border-top:1px solid #d0d0d0;
}

.price-plans .list h3{
	font-size:18px;
	margin-bottom:10px;	
}

.price-plans .list li{
	position:relative;
	margin-bottom:0px;
	line-height:30px;
	padding:12px 0px;
	color:#919191;
}
.c-tabs__item {
	display: inline;
}
.c-tabs__link { 
	display: inline-block;
	color: #999;
	text-decoration: none;
	padding: 2px 14px;
}

.c-tabs__link:hover{
	color:#fff;
}

.c-tabs__link.is-active {
	color: #333;
}

.c-tabs__content {
	display: none;
	width: 100%;
	float: left;
	padding: 0 1.5rem 1.5rem 1.5rem;
}

@media only screen and (max-width: 640px) {
	.c-tabs__link { display: block; }
}


.c-tabs {
	background: #fff;
	overflow: hidden;
}

.c-tabs__content.is-open {
    border-bottom: 3px solid hsl(12, 98%, 56%);
    border-top: 3px solid hsl(12, 98%, 56%);
}

.c-tabs__link.is-active {
    background: hsl(12, 98%, 56%) none repeat scroll 0 0;
    color: hsl(0, 0%, 100%);
}

.c-tabs__link {
    background: hsl(0, 0%, 80%) none repeat scroll 0 0;
    color: #000;
}
/*** 

====================================================================
	About Section Style | OUR Custom CSS
====================================================================

***/

/* jssor slider bullet navigator skin 05 css */
/*
.jssorb05 div           (normal)
.jssorb05 div:hover     (normal mouseover)
.jssorb05 .av           (active)
.jssorb05 .av:hover     (active mouseover)
.jssorb05 .dn           (mousedown)
*/
.jssorb05 {
	position: absolute;
}
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
	position: absolute;
	/* size of bullet elment */
	width: 16px;
	height: 16px;
	background: url('../images/b05.png') no-repeat;
	overflow: hidden;
	cursor: pointer;
}
.jssorb05 div { background-position: -7px -7px; }
.jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
.jssorb05 .av { background-position: -67px -7px; }
.jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

/* jssor slider arrow navigator skin 12 css */
/*
.jssora12l                  (normal)
.jssora12r                  (normal)
.jssora12l:hover            (normal mouseover)
.jssora12r:hover            (normal mouseover)
.jssora12l.jssora12ldn      (mousedown)
.jssora12r.jssora12rdn      (mousedown)
*/
.jssora12l, .jssora12r {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 30px;
	height: 46px;
	cursor: pointer;
	background: url('../images/a12.png') no-repeat;
	overflow: hidden;
}
.jssora12l { background-position: -16px -37px; }
.jssora12r { background-position: -75px -37px; }
.jssora12l:hover { background-position: -136px -37px; }
.jssora12r:hover { background-position: -195px -37px; }
.jssora12l.jssora12ldn { background-position: -256px -37px; }
.jssora12r.jssora12rdn { background-position: -315px -37px; }

.about-section{
	position:relative;
	min-height:200px;
	background-color:#2591ff;
}

.about-section .content-column{
	position:relative;
	padding:50px 0px 20px;	
}

.about-section .bg-image{
	position:absolute;
	right:0px;
	top:0px;
	height:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	z-index:0;
}

.about-section .auto-container{
	position:relative;
	z-index:2;	
}

.about-section .block{
	position:relative;
	padding-left:40px;
	margin-bottom:30px;
	line-height:2.2em;
	color:#ffffff;
}

.cse .gsc-control-cse, .gsc-control-cse {padding:0!important}

.gsc-input-box {height:28px!important;margin-top: -5px;}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2
{
	margin-top:0!important;
	height: 25px!important;
	padding:4px 15px!important;
	width:auto!important;
	background:#28ac25!important;
	border-color:#28ac25!important;
}

.gsib_a
{
	padding:0px 6px!important;
}

form.gsc-search-box, table.gsc-search-box {margin:0!important}

.about-section .block .icon{
	position:absolute;
	left:16px;
	top:11px;
	font-size:10px;	
}

.about-section h2{
	position:relative;
	font-size:28px;
	color:#ffffff;
	margin-bottom:20px;
	max-width:500px;
	padding-left:15px;	
}

.accordion {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  font-size: 1em;
  position: relative;
}

.accordion__title {
  padding: 0 1.5em;
  background: #ccc;
  color: #222;
  float: left;
  line-height: 2.0;
  height: 2.0em;
  cursor: pointer;
  margin-right: .25em;
  font-weight: normal;
  font-size: 13px;
}

.overflow-scrolling ul li {
    line-height: 23px;
}

.no-js .accordion__title {
  float: none;
  height:auto;
  cursor:auto;
  margin:0;
  padding:0 2em;
}

.accordion__content {
  float: right;
  width: 100%;
  margin: 2.0em 0 0 -100%;
  padding: 10px;
  border-top: 3px solid #fd4d20;
  border-bottom: 3px solid #1e548a;
}

.no-js .accordion__content {
  float:left;
  margin:0;
}

.accordion__title:hover,
.accordion__title.active {
  background: silver;
  color: white;
}

.no-js .accordion__title:hover {
  background-color:#ccc;
  color:#222;
}

.accordion__title.active {
background:#fd4d20;
}

@media (max-width: 48em) {
  
  .accordion__title,
  .accordion__content { 
    float: none;
    margin: 0;
  }
  
  .accordion__title:first-child {
    border:none;
  }
  
 .accordion__title.active {
  border-top-color:#eee;
  }
  
  .accordion__title.active, .accordion__title:hover {
    background:#777;
  }
  
  .accordion__title:before {
  content:"+";
  text-align:center;
  width:2em;
  display:inline-block;
  }
 .accordion__title.active:before {
  content:"-";
  }
  
 .overflow-scrolling {
  overflow-y: scroll;
  height:auto;
  padding:1em 1em 0 1em;
  /* Warning: momemtum scrolling seems buggy on iOS 7  */
  -webkit-overflow-scrolling: touch;
  }

  .accordion__content {
    position:relative;
    overflow:hidden;
    padding:0;
  }
  
   .no-js .accordion__content {
    padding:1em;
    overflow:auto;
    display:block;
  }
  
  .accordion__content:after {
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    height:50px;
    border-radius:10px 0 0 10px / 50% 0 0 50%;
    box-shadow:-5px 0 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:-5px 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:-5px 0 10px rgba(0, 0, 0, 0.5);
    content:'';
}
   
}

#lol-graphify-button-bar, #loll-graphify-button-bar, #lolll-graphify-button-bar, #ggg-graphify-button-bar, #gggg-graphify-button-bar, #ggggg-graphify-button-bar, #gggggg-graphify-button-bar {
    background: url("../images/diagram_bar.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    text-indent: -999px;
    width: 30px;
}

#lol-graphify-button-linear, #loll-graphify-button-linear, #lolll-graphify-button-linear, #ggg-graphify-button-linear, #gggg-graphify-button-linear, #ggggg-graphify-button-linear, #gggggg-graphify-button-linear{
    background: url("../images/diagram_leniar.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    text-indent: -999px;
    width: 30px;
}

#lol-graphify-button-table , #loll-graphify-button-table , #lolll-graphify-button-table, #ggg-graphify-button-table, #gggg-graphify-button-table, #ggggg-graphify-button-table, #gggggg-graphify-button-table {
    background: url("../images/diagram_table.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    text-indent: -999px;
    width: 30px;
}

.footer-upper ul li:nth-child(9) {
    border-right: none !important;
}

/*************************** gallery ************************************/

#lgbx,
#lgbx_bcg { position: fixed }

#lgbx_bcg {
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(0,0,0,0.8)
}

#lgbx .img {
    border: 5px solid #fff;
}

#lgbx {
  z-index: 9999;
  top: 0;
  left: 0
}

#lgbx_close,
#lgbx_desc,
#lgbx_next,
#lgbx_prev {
  position: absolute;
  z-index: 56;
  display: none
}

#lgbx_close {
  z-index: 56;
  right: 9px;
  top: 9px;
  cursor: pointer;
  width: 15px
}

#lgbx_desc {
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.6);
  color: #FFF;
  padding: 5px 8px 1px;
  font-size: 12px
}

#lgbx_next,
#lgbx_prev {
  cursor: pointer;
  top: 50%;
  margin-top: -20px;
  height: 40px
}

#lgbx_next { right: 5px }

#lgbx_prev { left: 5px }

/*************************** Accordion ************************************/

.rlAccordion &gt; h3 {
  background: #f7f3ef!important;
  border-radius: 5px;
  color: #000!important;
  font-size: 1.4em;
  font-weight: normal;
  margin: 0 auto;
  padding: 2%;
  text-decoration: none;
  margin-bottom: 5px;
  cursor: pointer;
  text-align: left;
  border-radius:0!important;
}
.rlAccordion &gt; h3 &gt; span {
    color: #444;
    float: left;
    font-family: SolaimanLipi ANSI;
    font-size: 20px;
    margin-left: 10px;
	margin-right: 20px;
}
.rlAccordion &gt; h3 + div {
  display: none;
  padding: 2% 5%;
}

.rlAccordion .opened ul li {
    color: hsl(0, 0%, 0%);
    list-style: outside none circle;
    margin-left: 49px;
    text-align: left;
}
.rlAccordion table {
    color: hsl(0, 0%, 0%);
}

/*** 

====================================================================
	Three Column Fluid Section
====================================================================

***/

.three-col-fluid{
	position:relative;
	padding:0px;
	background:#ffffff;
}

.three-col-fluid .boxed-outer{
	position:relative;
	border:1px solid #e3e3e3;	
}

.three-col-fluid .boxed-outer .box{
	position:relative;
	border-right:1px solid #e3e3e3;
	padding:23px 25px;
}

.three-col-fluid .boxed-outer .box:last-child{
	border:none;	
}

.three-col-fluid .boxed-outer .box{
	position:relative;
	padding:25px 30px;
	margin-bottom:0px;
}

.three-col-fluid .boxed-outer .box h3{
	position:relative;
	font-size:18px;
	margin-bottom:15px;
	padding-left:40px;
}

.three-col-fluid .boxed-outer .box h3 .icon{
	position:absolute;
	left:0px;
	top:0px;
	font-size:24px;
	color:#999999;
}

.main-header .upper-right {
    float: right;
    width: 58%;
}

.fixed-header .links-box {
    padding: 6px 0 0 0px !important;
}

#ggg, #gggg, #ggggg, #gggggg {
    margin-top: 20px!important;
}


#contactcentre-wrapper  button, #ebinreports-wrapper button, #efilingreports-wrapper button, #revenue-wrapper button, #vat-wrapper button, #customs-wrapper button, #incometax-wrapper button {
    background: none repeat scroll 0 0 #fd4d20;
    color: #fff;
    float: right;
    margin-right: 4px;
    padding: 1px 7px;
	margin-top: -5px;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu &gt; ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}

#cssmenu &gt; ul &gt; li {
  float: left;
}
#cssmenu.align-center &gt; ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center &gt; ul &gt; li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right &gt; ul &gt; li {
  float: right;
}
#cssmenu &gt; ul &gt; li &gt; a {
  padding: 9px 2px !important;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  line-height: 18px;
  font-family: SolaimanLipi ANSI;
}
#cssmenu &gt; ul &gt; li:hover &gt; a, #cssmenu &gt; ul &gt; li.current &gt; a {
    background: #df1921;
    color: #fff;
}
#cssmenu &gt; ul &gt; li.has-sub &gt; a {
  padding-right: 30px;
}
#cssmenu &gt; ul &gt; li.has-sub &gt; a:after {
  position: absolute;
  top: 17px;
  right: 1px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu &gt; ul &gt; li.has-sub &gt; a:before {
  position: absolute;
  top: 14px;
  right: 4px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';

}
#cssmenu &gt; ul &gt; li.has-sub:hover &gt; a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  border:1px solid #22ab20;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
}
#cssmenu li:hover &gt; ul {
  left: auto;
}
#cssmenu.align-right li:hover &gt; ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover &gt; ul &gt; li {
  height: auto;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
.main-menu{padding:0!important}

#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 5px 10px;
  width: 185px;
  font-size: 14px;
  text-decoration: none;
  color: #3a3a3a;
  font-weight: 400;
  background: #fff;
  line-height:17px;
  font-family: SolaimanLipi ANSI;
}
#cssmenu ul ul li:last-child &gt; a,
#cssmenu ul ul li.last-item &gt; a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover &gt; a, #cssmenu ul ul li.current a,
#cssmenu ul ul li a:hover {
    background: #df1921;
    color: #fff;
}
#cssmenu ul ul li.has-sub &gt; a:after {
  position: absolute;
  top: 13px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub &gt; a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub &gt; a:before {
  position: absolute;
  top: 10px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub &gt; a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul &gt; li.has-sub:hover &gt; a:before {
  top: 17px;
  height: 0;
}
#cssmenu.small-screen {
  width: 100%;
}
#cssmenu.small-screen ul {
  width: 100%;
  display: none;
  background:#098b07;
}
#cssmenu.small-screen.align-center &gt; ul {
  text-align: left;
}
#cssmenu.small-screen ul li {
  width: 100%;
  border-top: 1px solid #22a420;
}
#cssmenu.small-screen ul ul li,
#cssmenu.small-screen li:hover &gt; ul &gt; li {
  height: auto;
}
#cssmenu.small-screen ul li a,
#cssmenu.small-screen ul ul li a {
  width: 100%;
  border-bottom: 0;
}
#cssmenu.small-screen &gt; ul &gt; li {
  float: none;
}
#cssmenu.small-screen ul ul li a {
  padding-left: 25px;
}
#cssmenu.small-screen ul ul ul li a {
  padding-left: 35px;
}
#cssmenu.small-screen ul ul li a {
  color: #dddddd;
  background: none;
}
#cssmenu.small-screen ul ul li:hover &gt; a,
#cssmenu.small-screen ul ul li.active &gt; a {
  color: #ffffff;
}
#cssmenu.small-screen ul ul,
#cssmenu.small-screen ul ul ul,
#cssmenu.small-screen.align-right ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}
#cssmenu.small-screen &gt; ul &gt; li.has-sub &gt; a:after,
#cssmenu.small-screen &gt; ul &gt; li.has-sub &gt; a:before,
#cssmenu.small-screen ul ul &gt; li.has-sub &gt; a:after,
#cssmenu.small-screen ul ul &gt; li.has-sub &gt; a:before {
  display: none;
}
#cssmenu.small-screen #menu-button {
  display: block;
  padding: 13px;
  color: #dddddd;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
#cssmenu.small-screen #menu-button:after {
  position: absolute;
  top: 22px;
  right: 17px;
  display: block;
  height: 4px;
  width: 20px;
  border-top: 2px solid #dddddd;
  border-bottom: 2px solid #dddddd;
  content: '';
}
#cssmenu.small-screen #menu-button:before {
  position: absolute;
  top: 12px;
  right: 17px;
  display: block;
  height: 4px;
  width: 20px;
  background: #dddddd;
  content: '';
}
#cssmenu.small-screen #menu-button.menu-opened:after {
  top: 19px;
  border: 0;
  height: 2px;
  width: 15px;
  background: #ffffff;
}
#cssmenu.small-screen #menu-button.menu-opened:before {
  top: 17px;
  background: #ffffff;
  width: 15px;
}

#cssmenu.small-screen ul ul li.current a {
    background: #df1921;
}

#cssmenu.small-screen ul .submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  display: block;
  border-left: 1px solid #22a420;
  height: 36px;
  width: 46px;
  cursor: pointer;
}
#cssmenu.small-screen .submenu-button.submenu-opened {
  background: #54d652;
}
#cssmenu.small-screen ul ul .submenu-button {
  height: 28px;
  width: 34px;
}
#cssmenu.small-screen .submenu-button:after {
  position: absolute;
  top: 17px;
  right: 19px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.small-screen ul ul .submenu-button:after {
  top: 15px;
  right: 13px;
}
#cssmenu.small-screen .submenu-button.submenu-opened:after {
  background: #ffffff;
}
#cssmenu.small-screen .submenu-button:before {
  position: absolute;
  top: 14px;
  right: 22px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
}
#cssmenu.small-screen ul ul .submenu-button:before {
  top: 12px;
  right: 16px;
}
#cssmenu.small-screen .submenu-button.submenu-opened:before {
  display: none;
}
#cssmenu.small-screen.select-list {
  padding: 5px;
}


@media only screen and ( max-width: 768px)
{
	.page-wrapper {
		width:100%!important;
	}
	.tp-banner-container {
	   width:100%!important;	
	   left:0!important;
	}
	.imagecontainer {
    display: block;
    justify-content: center;
	}
}

@media only screen and ( max-width: 600px) 
{
	.page-wrapper {
		width:100%!important;
	}
	.tp-banner-container {
	   width:100%!important;	
	   left:0!important;
	}
	.imagecontainer {
    display: block;
    justify-content: center;
	}
}

@media only screen and (max-width: 594px) {
	.page-wrapper {
		width:100%!important;
	}
	.tp-banner-container {
	   width:100%!important;	
	   left:0!important;
	}
	.imagecontainer {
    display: block;
    justify-content: center;
	}
	
}

@media only screen and ( max-width: 480px) {
	.page-wrapper {
		width:100%!important;
	}
	.tp-banner-container {
	   width:100%!important;	
	   left:0!important;
	}
	.imagecontainer {
    display: block;
    justify-content: center;
	}
}

@media only screen and ( max-width: 384px) {
	.page-wrapper {
		width:100%!important;
	}
	.tp-banner-container {
	   width:100%!important;	
	   left:0!important;
	}
	.imagecontainer {
    display: block;
    justify-content: center;
	}
}

@media only screen and ( max-width: 320px) {
	.page-wrapper {
		width:100%!important;
	}
	.tp-banner-container {
	   width:100%!important;	
	   left:0!important;
	}	
	.imagecontainer {
    display: block;
    justify-content: center;
	}
	.logo img{
		width:100%!important;
	}
}

@media only screen and ( max-width: 240px) {
	.page-wrapper {
		width:100%!important;
	}
	.tp-banner-container {
	   width:100%!important;	
	   left:0!important;
	}	
	.imagecontainer {
    display: block;
    justify-content: center;
	}
}</pre></body></html>