@charset "utf-8";
/*
 * Author: Ajay Kumar Prasad
 * Developed By: Arvind Kumar
 * Website: Bright Dzine
*/

/* Import Global Compulsory CSS Files */

/*--------------------------------------------------------------------------
							[ Table of Contents ]
---------------------------------------------------------------------------

1.Typography
2.Index

---------------------------------------------------------------------------*/


/*****************************************************
********************* Typography *********************
*****************************************************/
body {color:#585858; font-size:14px; line-height: 1.6; font-family:Arial, Helvetica, sans-serif; background:#f4f4f4;}
 
/*----------- Heading -----------*/
h1,h2,h3,h4,h5,h6 {margin:0px 0px 10px 0px; font-family:Arial, Helvetica, sans-serif;}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {text-decoration: none;}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {text-decoration: underline;}
h1 {font-size: 2em;}
h2 {font-size: 1.8em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1em;}
h6 {font-size: 0.8em;}

/*----------- Links -----------*/
a {color:#0184d8; text-decoration: none;}
a, a:focus, a:hover, a:active {outline: 0 !important;}
a:focus {text-decoration: none;}
a:hover {color:#00619f; text-decoration:none;} 
 
/*----------- Lists -----------*/
ul {list-style:none;}
ul, ol {margin:0; padding:0;}
li ul, li ol {padding:0; margin:0;}

/*----------- Paragraph -----------*/
p {font-size:14px; line-height:22px; margin-bottom:10px;}
p img.left {float:left; margin:1.5em 1.5em 1.5em 0; padding:0;}
p img.right {float:right; margin:1.5em 1.5em 1.5em 0;}
strong {font-weight:bold; }
em, dfn {font-style:italic; }
dfn {font-weight:600;}
sup{line-height:0; vertical-align:super; font-size:smaller;}
sub {line-height:0; vertical-align:sub; font-size:smaller;}
abbr, acronym {border-bottom:1px dashed #ccc; }
address {margin:0 0 1.5em; font-style:italic; }
del {color:#666;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace; line-height:1.5em; display:block; }
code {background-color:#eee; display:inline; padding:0px 2px 1px 2px; line-height:1.1em; }
pre {margin:1.5em 0; white-space:pre; }
.clear {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0;}
.hide { display:none}
.block { display:block !important;}
.inline { display:inline !important;}
.bold { font-weight:600;}
.italic { font-style:italic;}

/*----------- Flot And Alignment -----------*/
.fl {float: left;}
.fr {float: right !important;}
.ac {text-align: center;}
.ar {text-align: right;}
.al {text-align:left;}

/*----------- Button -----------*/
.btn{}
.btn:hover{}

/*----------- Hand cursor on clickable Input elements -----------*/
label,input[type="button"],input[type="submit"],input[type="image"],button {cursor: pointer;}

/*----------- Textarea Scrollbars -----------*/
textarea {overflow: auto;}

/*----------- Webkit Browsers add a 2px margin outside the chrome of form elements -----------*/
button,input,select,textarea {margin: 0;}

/*----------- Make buttons play nice in IE: www.viget.com/inspire/styling-the-button-element-in-internet-explorer -----------*/
button {width: auto; overflow: visible;}

/*----------- Margin -----------*/
.mr_none {margin:0px !important;}
.mr_b5,.mr_b10,.mr_b15,.mr_b20,.mr_b25,.mr_b30,.mr_b35,.mr_b40,.mr_b45,.mr_b50,.mr_b55,.mr_b60 {clear:both;}

.mr_b5 {margin-bottom:5px;}
.mr_b10 {margin-bottom:10px;}
.mr_b15 {margin-bottom:15px;}
.mr_b20 {margin-bottom:20px;}
.mr_b25 {margin-bottom:25px;}
.mr_b30 {margin-bottom:30px;}
.mr_b35 {margin-bottom:35px;}
.mr_b40 {margin-bottom:40px;}
.mr_b45 {margin-bottom:45px;}
.mr_b50 {margin-bottom:50px;}
.mr_b55 {margin-bottom:55px;}
.mr_b60 {margin-bottom:60px;}

/*----------- Padding -----------*/ 
.pd_none {padding:0px !important;}
.pdTopBot-none{padding-top:0px !important; padding-bottom:0px !important;}

/*----------- Backgrounds -----------*/

 
/*----------- Colors -----------*/
.col-red{color:#f90001;}
.col-black{color:#000000;}

/*----------- Fonts -----------*/
.ft6{font-size:6px;}
.ft7{font-size:7px;}
.ft8{font-size:8px;}
.ft9{font-size:9px;}
.ft10{font-size:10px;}
.ft11{font-size:11px;}
.ft12{font-size:12px;}
.ft13{font-size:13px;}
.ft14{font-size:14px;}
.ft15{font-size:15px;}
.ft16{font-size:16px;}
.ft17{font-size:17px;}
.ft18{font-size:18px;}
.ft19{font-size:19px;}
.ft20{font-size:20px;}

/*----------- Heading -----------*/
.heading h2{font-size:1.8em; color:#111111; margin-bottom:14px;}
.heading h2 span{color:#38d700;} 
  
/*****************************************************
********************* Index Page *********************
*****************************************************/
/********************* Header *******************/
header{border-top:6px solid #f1f1f1;}
/*Header Bottom*/
header .header-btm{background:#ffffff; padding:10px 0px;}
header .header-btm .logo a{display:inline-block;}
header .header-btm .info{float:right; margin-top:7px;}
header .header-btm .info ul{margin:0; padding:0; list-style:none;}
header .header-btm .info ul li{float:left;}
header .header-btm .info ul li .call{border:1px solid #eae7e7; border-radius:50px; padding:8px 20px;}
header .header-btm .info ul li .call i{font-size:16px; margin-right:5px; color:#45b900;}
header .header-btm .info ul li .call span{font-weight:bold;}
header .header-btm .social-media{float:right;}
 
/********************* Main Content *******************/ 
#main-content{background:url(../images/content-bg.png); padding:40px 0px 20px 0px;}
#main-content .content{} 
#main-content .content .content-inner{margin-bottom:30px;}
#main-content .content .content-inner .heading{text-align:center; background:url(../images/title-bg.png) center bottom no-repeat; padding-bottom:20px;}

/********************* Services Section *******************/
#services-sec {padding:40px 0px;}
#services-sec .services-categories .heading{text-align:center; background:url(../images/title-bg.png) center bottom no-repeat; padding-bottom:20px; margin-bottom:20px;}
#services-sec .services-categories .services-inner .service-details .service-icon{width:100px; height:100px; background:#31ba9b; border-radius:100%; -moz-border-radius:100%; -webkit-border-radius:100%; margin:5px auto; text-align:center; padding-top:30px;} 
#services-sec .services-categories .services-inner .service-details .service-icon.orange{background:#f36f2a;}
#services-sec .services-categories .services-inner .service-details .service-icon.red{background:#f33d2a;}
#services-sec .services-categories .services-inner .service-details .service-icon.blue{background:#00aace;}
#services-sec .services-categories .services-inner .service-details .service-icon.yellow{background:#f2de00;}
#services-sec .services-categories .services-inner .service-details .service-icon.pink{background:#f200cd;}
#services-sec .services-categories .services-inner .service-details .service-icon i{font-size:40px; color:#ffffff;}
#services-sec .services-categories .services-inner .service-details .description{text-align:center; padding:15px 0px;}

/********************* Recent Works *******************/
#recent-work{background-image:url(../images/portfolio-bg.jpg); background-attachment:fixed; background-position:center center;  padding:40px 0px;}
#recent-work .heading h2{color:#ffffff;}
#recent-work .heading h6{color:#ffffff; font-size:17px;}
#recent-work .recent-works{margin:15px 0px;}
 
/********************* Menu *******************/  
.navbar{margin:0;}
.navbar-default{background-color:#68b92a; border-color:#68b92a; border:none;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
background: #299a0b; /* Old browsers */
background: -moz-linear-gradient(top,  #299a0b 0%, #71ce2f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#299a0b), color-stop(100%,#71ce2f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #299a0b 0%,#71ce2f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #299a0b 0%,#71ce2f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #299a0b 0%,#71ce2f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #299a0b 0%,#71ce2f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299a0b', endColorstr='#71ce2f',GradientType=0 ); /* IE6-9 */

color:#ffffff;}
 
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
background: #8fc800; /* Old browsers */
background: -moz-linear-gradient(top,  #8fc800 0%, #008222 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fc800), color-stop(100%,#008222)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #8fc800 0%,#008222 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #8fc800 0%,#008222 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #8fc800 0%,#008222 100%); /* IE10+ */
background: linear-gradient(to bottom,  #8fc800 0%,#008222 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc800', endColorstr='#008222',GradientType=0 ); /* IE6-9 */
color:#ffffff;}
.navbar-default .navbar-nav > li > a{color:#ffffff; text-transform:uppercase;} 
 .navbar-default .navbar-toggle {
    border-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
 
 
 
#footer{background:#000000; padding:15px 0px; text-align:center; color:#cccccc; font-size:12px;} 
 


/* Bottom to Top Scroll */
.scrollup {display:none; position:fixed; bottom:10px; right:1em; width:50px; height:45px; z-index:99999; background:url(../images/icons/scroll.png) no-repeat;border:1px solid #ffffff;}
 
 
/*-- =================================
		Responsive Menu
================================== --*/

@media (min-width:768px) {
 .dropdown:hover .dropdown-menu {
display: block;
}
 .dropdown .dropdown-menu {
 top:100%;
}
 .dropdown .dropdown-menu li a {
color:#424242;
border-bottom:1px solid #e9e9e9;
padding:7px 20px;
font-weight:normal;
border-bottom:none;
}
 .dropdown .dropdown-menu li a:hover {
color:#fff;
background:#6ab82c;
}
}
 
 
/*---------- Contact Us ----------*/
#contact-us{padding:40px 0px;}
 
#portfolio-title{background:#000000; padding:30px 0px;}
#portfolio-title h2{color:#ffffff; text-transform:uppercase;}
.portfolio-inner-sec{padding:40px 0px; background:#222222;}
 
.circle{list-style:disc; margin:15px;} 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 