/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9.2
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Import Global Compulsory CSS Files*/
@import url(app.css);
@import url(blocks.css);

/*Import CSS Plugins*/
@import url(plugins/style-switcher.css);

* {
	border-radius: 0;
}

body {
	color: #333;
	font-size: 13px;
	line-height: 1.6;
	background-size: 100% auto;
	background-position: 50% 50%;
}

body.header-fixed-space {
  padding-top: 94px;
}
body.header-fixed-space-v2 {
	padding-top: 135px;
}

@media (max-width: 991px) {
	body.header-fixed-space,
	body.header-fixed-space-v2 {
		padding-top: 0;
	}
}

p,
li,
li a,
label {
	color: #A1A1A1;
}

a {
 color: #72c02c;
 text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
	outline: 0 !important;
}

a:focus {
text-decoration: none;
}
a:hover {
 color: #72c02c;
 text-decoration: underline;
}

/*Boxed Layout
------------------------------------*/
.wrapper {
	background: #fff;
}

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(../img/patterns/15.png) repeat;
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
  display: none;
}
/*Business Plan Starts*/
.SCShots {
    float: left;
    width: 100%;
}
.SCShots a {
    float: right;
    background: #3498db;
    color: #ffffff;
    padding: 6px 12px;
    font-family: arial;
    text-transform: uppercase;
    border-radius: 3px;
    border: 1px solid #2488cb;
    margin: 10px 10px 10px 0;
}
.SCShots ul {
    float: left;
    width: 100%;
    padding: 0 10px;
    list-style-type:none !important;
}
.SCShots ul li {
    float: left;
    width: 33.33333333%;
    padding: 0px 1px 0 2px;
    list-style-type:none !important;
}
.SCShots ul li img {
    float: left;
    width: 100%;
    border-bottom: 10px solid #3498db;
}
.Para {
    float: left;
    width: 100%;
    padding: 10px;
    font-family: arial;
    font-size: 15px;
    margin: 20px 0;
    color: #A1A1A1;
}
.Para2{margin-top:0 !important;}
.Bullets {
	float: left;
	/* [disabled]width: 100%; */
	text-align: center;
	padding: 10px;
}
.Bullets span {
    float: left;
    width: 100%;
    font-family: arial;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    margin: 20px 0 0 0;
}
.Bullets hr {
    display: inline-block;
    width: 80px;
    margin: 0 0 7px 0;
    border-top: 3px solid #3498db;
}
.Bullets ul {
    float: left;
    width: 100%;
    padding: 0;
    text-align: left;
    margin: 30px 0 0 0;
    list-style-type:none !important;
}
.Bullets ul li {
    float: left;
    width: 20%;
    text-align: center;
    font-family: arial;
    min-height: 200px;
    padding: 0 10px;
    list-style-type:none !important;
}
.Bullets.SCBullets ul li {
    width: 33.33333333% !important;
    list-style-type:none !important;
}
.Bullets.SCBullets ul li img {
    width: 100% !important;
    position:relative !important;
    margin:0 0 20px 0;
}

.Bullets ul li i {
    display: inline-block;
    background: #3498db;
    color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    padding: 13px 0 0 0;
    font-size: 25px;
}
.Bullets ul li b {
    float: left;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 10px 0;
}
.Bullets ul li span {
    float: left;
    width: 100%;
    font-size: 12px;
    margin: 0;
    font-weight: normal;
    text-transform: none;
}
.Reqdemo {
    float: left;
    width: 100%;
    padding: 50px 10px;
    background: #f5f5f5;
    text-align: center;
    margin-bottom: 20px;
}
.Reqdemo span {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-family: arial;
    text-transform: uppercase;
}
.Reqdemo a {
    display: inline-block;
    background: #3498db;
    color: #ffffff;
    padding: 6px 12px;
    font-family: arial;
    text-transform: uppercase;
    border-radius: 3px;
    border: 1px solid #2488cb;
    margin: 20px 0px 0px 0;
}
.Reqdemo a:hover{color:#ffffff !important;text-decoration:none !important;}
.SChr{width:110px !important;}
.SCShotswd{text-align:center !important; margin-bottom:20px !important;}
.SCShotswd a{display:inline-block !important; float:none !important; margin:0 !important;}
.no-padding{padding:0 !important;}
.footer-logo{position:relative;}
/*Business Plan Ends*/
