@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700italic);

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

/* Global Reset */

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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
body {
    overflow-x: hidden !important;
    font-family: 'PT Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
label,
small {
    font-family: 'PT Sans', sans-serif;
}
p {
    font-size: 18px;
}
.no-padding {
    padding: 0;
}
.homepage p {
    font-size: 21px;
    text-align: justify;
    /*font-weight: 600;	*/
}
.logo {
    text-align: center
}
.logo img {
    margin-top: 16px;
}
.menu li {
    position: relative;
}
.menu > li {
    float: left;
    /*width: 20%;*/
    padding: 0 23px;
    display: table;
}
.menu > li > a {
    display: table-cell;
    font-size: 15px;
    font-weight: bold;
    list-style: none;
    color: #333;
    text-align: center;
    padding: 0 7px;
    height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
    vertical-align: middle;
}
.menu > li:hover > a,
.menu > li.hover > a {
    color: #3fa3c9 !important;
}
.makeactive {
    color: #3fa3c9 !important;
}
.menu {
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.slider-shadow-top {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 41px;
    background: url("../image/shadow.png") center center no-repeat;
    z-index: 99;
    clear: both
}
.texture {
    width: 100%;
    height: 41px;
    background: url("../image/texture.png") repeat-x;
    clear: both
}
.icon-holder {
    height: 180px;
    text-align: center;
    padding: 8px;
}
.sidebar {
    text-align: center;
    height: 260px
}
.rounded-div {
    width: 130px;
    height: 130px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
    background-color: #cccbcb;
    line-height: 167px;
    margin: auto;
    margin-top: 20px;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
    position: absolute;
    /*margin-left: 15%;*/
    margin-left: 11%;
}
.marquee{
	height: 60%; 
	animation: marque 1s linear infinite;
}
.marquee:hover{
	animation:none;
}
.icon-holder {
    height: 171px;
    text-align: center;
    padding: 46px;
}
.icon-holder-second-featured {
    height: 250px;
    position: relative;
}
.custom-button {
    border: 3px solid #e0e0e0;
    -webkit-box-shadow: #9E9E9E 4px 4px 4px;
    -moz-box-shadow: #9E9E9E 4px 4px 4px;
    box-shadow: #9E9E9E 4px 4px 4px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 20px;
    padding: 2px 10px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    color: #3FA3C9;
    background-color: #FCFCFC;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FCFCFC), to(#F2F2F2));
    background-image: -webkit-linear-gradient(top, #FCFCFC, #F2F2F2);
    background-image: -moz-linear-gradient(top, #FCFCFC, #F2F2F2);
    background-image: -ms-linear-gradient(top, #FCFCFC, #F2F2F2);
    background-image: -o-linear-gradient(top, #FCFCFC, #F2F2F2);
    background-image: linear-gradient(to bottom, #FCFCFC, #F2F2F2);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FCFCFC, endColorstr=#F2F2F2);
}
.custom-button:hover {
    border: 3px solid #F5F5F5;
    color: #3FA3C9;
    background-color: #F0F0F0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#FFFFFF));
    background-image: -webkit-linear-gradient(top, #F0F0F0, #FFFFFF);
    background-image: -moz-linear-gradient(top, #F0F0F0, #FFFFFF);
    background-image: -ms-linear-gradient(top, #F0F0F0, #FFFFFF);
    background-image: -o-linear-gradient(top, #F0F0F0, #FFFFFF);
    background-image: linear-gradient(to bottom, #F0F0F0, #FFFFFF);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#F0F0F0, endColorstr=#FFFFFF);
}
.slider-btn {
    position: absolute;
    top: 70%;
    left: 30%;
    font-style: italic;
    font-weight: bold;
    outline: 10px solid rgba(78, 78, 78, 0.3);
    box-shadow: 0px 3px 3px #2C2C2C;
}
.blog-btn .text {
    font-size: 29px !important;
    top: 2px !important;
    left: 4px !important;
}
.blog-btn {
    box-shadow: 0px -4px 6px #AFAFAF !important;
}
.icon-holder-second-featured h4 {
    margin-top: 150px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
}
.rounded-div:hover {
    margin-top: 0;
    box-shadow: 0 0 0 6px #fff, 0 0 0 10px #31BAF0;
}
.rounded-div:after {
    content: '';
    visibility: hidden;
    position: absolute;
    top: 135px;
    left: 2px;
    display: block;
    width: 126px;
    height: 24px;
    background: url(../image/featured-shadow.png) 0 0 no-repeat;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
}
.rounded-div:hover:after {
    visibility: visible;
}
ul.blogli li{
	font-size: 16px;
    border-color: #000000;
    border-bottom: 1px solid;
    padding-top: 10px;
    padding-bottom: 10px;
}
/*------------------------*/

/*Button class starts here*/

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

.button2 {
    width: 180px;
    height: 45px;
    /*width: 200px;
	height: 50px;*/
    display: block;
    position: relative;
    margin: 0px auto 0;
    overflow: hidden;
    border: 1px solid #D7D5D5;
    text-decoration: none;
    -webkit-box-shadow: inset 0px 1px 5px 0px rgba(255, 255, 255, .3), 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 5px 0px rgba(255, 255, 255, .3), 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 5px 0px rgba(255, 255, 255, .3), 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: url(../image/click-here-bg.jpg) repeat-x;
}
a.button2 span.shine,button.shine_btn span.shine {
    content: '';
    position: absolute;
    height: 400px;
    width: 20px;
    background: #389FE3;
    top: -80px;
    left: -20px;
    display: block;
    opacity: 0.8;
    -webkit-box-shadow: 0px 0px 20px 10px #4BA3F3;
    -moz-box-shadow: 0px 0px 20px 10px #E3386C;
    box-shadow: 0px 0px 20px 10px #3898E3;
    box-shadow: 0px 0px 20px 10px #409BCE;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
a.button2 span.text,button2.shine_btn span.text {
    font-size: 19px;
    text-align: center;
    position: relative;
    top: 8px;
    left: 15px;
    color: #3FA3C9;
}
.button2 {
    text-decoration: none !important
}
a.button2:hover,button.shine_btn:hover {
    -webkit-box-shadow: inset 0px 1px 6px 0px rgba(255, 255, 255, .3), 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 6px 0px rgba(255, 255, 255, .3), 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 6px 0px rgba(255, 255, 255, .3), 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
}
a.button2:active,button.shine_btn:active {
    -webkit-box-shadow: inset 0px 1px 15px 0px rgba(0, 0, 0, .4), inset 0px 1px 1px 1px rgba(0, 0, 0, .2), 0px 1px 1px 0 rgba(255, 255, 255, .5);
    -moz-box-shadow: inset 0px 1px 15px 0px rgba(0, 0, 0, .4), inset 0px 1px 1px 1px rgba(0, 0, 0, .2), 0px 1px 1px 0 rgba(255, 255, 255, .5);
    box-shadow: inset 0px 1px 15px 0px rgba(0, 0, 0, .4), inset 0px 1px 1px 1px rgba(0, 0, 0, .2), 0px 1px 1px 0 rgba(255, 255, 255, .5);
}
a.button2:hover span.shine,button.shine_btn:hover span.shine {
    left: 270px;
    top: -300px;
}
button.shine_btn{
	outline:none!important;
	margin-bottom: 20px;
	/*float:left;*/
}
@media (max-width: 1200px) {
    .slider-btn {
        top: 71%;
        left: 24%;
    }
    .rounded-div {
        margin-left: 2%;
    }
    .blog-btn {
        width: 150px;
    }
    .menu > li {
        padding: 0 12px;
    }
}
@media (max-width: 992px) {
    .rounded-div {
        margin-left: 15%;
    }
    .slider-btn .button2 {
        width: 170px;
    }
    .slider-btn .button2 .text {
        font-size: 18px;
        padding: 2px 2px;
        top: 12px;
    }
    .menu > li {
        padding: 0 35px;
    }
}
@media (max-width: 767px) {
    .menu > li {
        float: left;
        width: 100%;
        height: 10px;
        border-bottom: 1px #CCC solid
    }
    .menu > li a {
        height: 40px
    }
    .slider-btn .button2 {
        width: 120px;
        height: 33px;
    }
    .slider-btn .button2 .text {
        font-size: 12px;
        padding: 2px 2px;
        top: 5px;
    }
    .rounded-div {
        margin-left: 27%;
    }
}
@media (max-width: 500px) {
    .homepage p {
        font-size: 18px;
    }
    .homepage h2 {
        font-size: x-large;
    }
    .slider-btn .button2 {
        width: 80px;
        height: 20px;
    }
    .slider-btn .button2 .text {
        font-size: 8px;
        padding: 0 0;
        top: -2px;
        left: 9px;
    }
    .icon-holder-second-featured {
        width: 100%;
    }
    .rounded-div {
        position: relative;
        margin: auto !important;
    }
    .icon-holder-second-featured h4 {
        margin-top: 0px;
    }
    .icon-holder-aboutus h4 {
        margin-top: 0 !important;
    }
    .icon-holder-aboutus {
        width: 100% !important;
    }
    .icon-holder-aboutus h4 {
        width: 100% !important;
    }
    .texture {
        height: 10px;
    }
    .slider-btn {
        outline: 5px solid rgba(78, 78, 78, 0.3);
    }
}
/*#####################################*/

/* Footer styling starts here*/

/*#####################################*/

.footercontainer {
    background: #f1f1f1;
    padding: 1px
}
.footerbg {
    /*    max-width: 1351px;*/
    height: 33px;
    background: url("../image/footer_top.jpg");
}
.footerbg img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}
.footerbg img {
    max-width: 1351px;
    /*	clear:both;*/
}
@media (max-width: 992px) {
    .copyright-text {
        font-size: 12px;
    }
}
@media (max-width: 768px) {
    .copyright-text {
        font-size: 11px;
        text-align: center;
    }
    .copyright-logo {
        text-align: center
    }
}
/*#####################################*/

/* Subpagse general styling starts here*/

/*#####################################*/

.sub-page-header {
    height: 116px;
    background: url(../image/subpage-header-bg.jpg);
    width: 100%
}
.sub-page-heading {
    color: #fff;
    padding: 30px 0;
    text-shadow: 1px 2px 3px #666;
}
.sub-page-heading h2 {
    font-weight: bold;
}
.sub-page-heading span {
    font-size: 17px;
    line-height: 2.2;
}
/*#############################*/

/* About us styling starts here*/

/*#############################*/

.view-plans-text {
    text-align: right;
    font-style: italic;
    font-size: 18px;
    font-weight: bold;
}
.view-plans-text a {
    text-decoration: underline;
}
.seo-strategy h3 {
    color: #539eba;
}
.icon-holder-aboutus {
    height: 250px;
    position: relative;
    width: 225px;
    float: left;
}
.icon-holder-aboutus:not(:nth-child(5)) {
    background-image: url(../image/arrow.png);
    background-repeat: no-repeat;
    background-position: 142px 80px;
}
.icon-holder-aboutus h4 {
    margin-top: 150px;
    width: 138px;
    font-weight: bold;
    font-size: 15px;
}
.our-achievements h3 {
    color: #539eba;
}
.our-achievements ul li {
    list-style: none;
    padding: 15px 30px;
    font-size: 18px;
    background-image: url(../image/bullet.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.notable-clients ul li {
    list-style: none;
    padding: 2px 0;
}
.find-out-more {
    margin-top: 25px;
    background-color: #5eafcd
}
.find-out-more-text {
    background-image: url(../image/find-out-more-text-bg.png);
    background-repeat: no-repeat;
}
.find-out-more-text {
    height: 88px;
}
.find-out-more-text p {
    line-height: 90px;
    font-weight: bold;
    text-align: center
}
.find-out-more-button {
    padding: 19px;
    background-color: #5eafcd;
    height: 88px;
}
.find-out-more-btn {
    width: 350px;
    font-weight: bold;
    font-style: italic;
}

.no-margin-left {
    margin-left: 0;
}
@media (max-width: 1200px) {
    .icon-holder-aboutus {
        width: 185px;
    }
    .icon-holder-aboutus:not(:nth-child(5)) {
        background-position: 121px 80px;
    }
    .find-out-more-text {
        background-position: -70px 0px;
    }
}
@media (max-width: 992px) {
    .icon-holder-aboutus {
        width: 143px;
        background-image: none !important;
    }
    .find-out-more {
        width: 100% !important
    }
    .find-out-more-text {
        background-color: #e8e8e8;
        text-align: center
    }
    .seo-strategy {
        margin-left: 0 !important;
    }
}
@media (max-width: 772px) {}@media (max-width: 500px) {
    .find-out-more {
        margin: 0;
    }
    .find-out-more-btn {
        width: 100%;
    }
    a.button2 span.text {
        font-size: 15px;
        text-align: center;
        position: relative;
        top: 12px;
        left: 20%;
    }
}

.image-1 li img {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
filter: gray;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
}

.image-1 li img:hover {
filter: grayscale(0%);
-webkit-filter: grayscale(0%);
}

/*#############################*/

/* Monthly Plans styling       */

/*#############################*/

.pricing-table {
    border: 6px solid rgba(103, 208, 245, 0.4);
    background-color: #f8f8f8;
    box-shadow: 0px 10px 30px #B6B6B6;
}
.pricing-table h3 {
    text-align: center;
    font-size: 18px;
    color: #3ea0c3;
    background: #fff;
    font-weight: bold;
    display: block;
    padding: 20px 0;
}
.pricing-table .price {
    text-align: center;
    font-size: 52px;
    color: #3ea0c3;
    font-weight: bold;
    padding-bottom: 18px;
    box-shadow: -1px -1px 4px #D1D1D1;
}
.pricing-table ul li {
    list-style: none;
    background-color: #fff;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    border-top: 2px solid #E0E0E0;
}
.pricing-table .dollar {
    font-family: 'Playfair Display', serif;
    font-size: 62px;
}
.pricing-table .dollar span {
    font-size: 37px;
    color: #858585;
    font-family: 'Droid Serif', serif;
    font-weight: bold;
}
.pricing-table .monthly {
    font-size: 15px;
    vertical-align: middle;
    color: #858585;
    font-family: 'Droid Serif', serif;
    font-style: italic;
}
.pricing-table .btn-wrapper {
    padding: 20px;
}
.platinum-price-table-wrapper {
    z-index: 1;
}
.pricing-table .platinum-ribbon {
    position: absolute;
    right: 0;
    top: 1px;
}
.basic-price-table {
    width: 90%;
    border: 6px solid #f9f8f8;
    border-left: 0px;
    box-shadow: 0 0 0 #000;
    margin-top: 8px;
}
.basic-price-table h3 {
    padding: 16px 0;
}
/*#############################*/

/* Contact us styling          */

/*#############################*/

.google-map {
    width: 100%;
    height: auto
}
.submit-btn {
    outline: 8px solid rgba(236, 236, 236, 0.3);
    width: 135px !important;
    height: 38px !important;
    margin: 0 !important;
    float: right;
}
.submit-btn .text {
    top: 5px !important;
    font-weight: bold;
    font-style: italic;
}


/*#############################*/

/* Buyer_Form styling          */

/*#############################*/
.selected-package{
    font-size:xx-large; 
    padding:55px 0
}
.selected-package-features {
    padding-top: 20px;
}

.selected-package-features li{
    font-size: 15px;
    list-style: none;
    color: #000;
    background: url(../image/right-mark.png) no-repeat 0 50%;
    padding-left: 30px;
}



/*#############################*/

/* Button styling          */

/*#############################*/

.btn-default {
    text-transform: uppercase !important;
    font-weight: bold;
    font-style: italic;
    outline: 8px solid rgba(236, 236, 236, 0.7);
}
.btn-default .text {
    left: 24px !important;
}
.btn-default:hover {
    outline: 8px solid rgba(236, 236, 236, 0.7);
}
/** {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}*/


/* home page blog */
/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Master button styles - note that left and right 
versions are included although they are not used in this example */

.simply-scroll-btn {
	position: absolute;
	background-image: url(buttons.png);
	width: 42px;
	height: 44px;
	z-index:3;
	cursor: pointer;
}
	
.simply-scroll-btn-left {
	left: 6px;
	bottom: 6px;
	background-position: 0 -44px;
}
.simply-scroll-btn-left.disabled {
	background-position: 0 0 !important;
}
.simply-scroll-btn-left:hover {
	background-position: 0 -88px;
}
	
.simply-scroll-btn-right {
	right: 6px;
	bottom: 6px;
	background-position: 84px -44px;
}
.simply-scroll-btn-right.disabled {
	background-position: 84px 0 !important;
}
.simply-scroll-btn-right:hover {
	background-position: 84px -88px;
}
	
.simply-scroll-btn-up {
	right: 6px;
	top: 6px;
	background-position: -126px -44px;
}
.simply-scroll-btn-up.disabled {
	background-position: -126px 0 !important;
}
.simply-scroll-btn-up:hover {
	background-position: -126px -88px;
}
	
.simply-scroll-btn-down {
	right: 6px;
	bottom: 6px;
	background-position: -42px -44px;
}
.simply-scroll-btn-down.disabled {
	background-position: -42px 0 !important;
}
.simply-scroll-btn-down:hover {
	background-position: -42px -88px;
}

/* Custom class modifications - adds to / overrides above

Vertical scroller example, with custom base class */

/* Container DIV */
.vert { 
	width: 340px; /* wider than clip for custom button pos. */
	height: 400px;
	margin-bottom: 1.5em;
}

/* Clip DIV */
.vert .simply-scroll-clip {
	width: 290px;
	height: 400px;
}

/* Explicitly set height/width of each list item */
.vert .simply-scroll-list li {
	width: 290px;
	height: 200px;
}

/* Modified button positions, overriding previous styles */
.vert .simply-scroll-btn-up { 
	right: 0;
	top: 0;
}

.vert .simply-scroll-btn-down { 
	right: 0;
	top: 52px;
}

.marquee,
            .marquee-with-options,
            .marquee-vert-before,
            .marquee-vert {
              overflow: hidden;
              text-align:left;
            }
            .marguee-with-before:hover{
            text-decoration: none;
            }