#featured.bg@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic,900|Open+Sans:300,400,600,700);
@import url(font-awesome.css);
@import url(custom-fonts.css);
@import url(animate.css);
#twitter ul li,
blockquote,
body {
    line-height: 1.6em
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #000
}
a:active {
    outline: 0
}
.clear {
    clear: both
}
h1,h2,h3,h4,h5,h6 {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    line-height: 1.1em;
    color: #000
}
.highlight {
    color: #fff!important;
    padding: 0 8px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}
.color-white,
header .top ul.social-network li a {
    color: #fff
}
#wrapper {
    width: 100%;
    margin: 0;
    padding: 0
}
#wrapper.boxed {
    width: 1230px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    background: #fff
}
.row,
.row .row,
.row-fluid,
.row-fluid .row-fluid {
    margin-bottom: 20px
}

.row-fluid.nomargin,
.row.nomargin {
    margin-bottom: 0
}
.top10 {margin-top: 10px;}
.top20 {margin-top: 20px;}
.top30 {margin-top: 30px;}
.top40 {margin-top: 40px;}
.top50 {margin-top: 50px;}

templatebox {
    border: 1px solid #ccc;
    padding: 5px;
    width: 21%;
    margin: 16px
}

.embed-container,
.map-container,
.video-container {
    position: relative;
    margin: 0 0 15px;
    padding-bottom: 51%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    border: none
}
.embed-container embed,
.embed-container iframe,
.embed-container object,
.map-container embed,
.map-container iframe,
.map-container object,
.video-container embed,
.video-container iframe,
.video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

iframe {
    border: none
}

img.img-polaroid {
    margin: 0 0 20px
}

.img-box {
    max-width: 100%
}

header .top .row {
    margin-bottom: 0
}

header .top {
    margin: 0;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    background:#1A7FB3;
    border-bottom: 1px solid #ddd;
}

header .top ul.topleft-info {
    list-style: none;
    margin: 0;
    padding-left: 0;
    float: left
}

header .top ul.topleft-info li {
    display: inline;
    margin: 0 20px 0 0;
    padding: 0;
    color: #fff;
    font-weight: 600
}

header .top ul.topleft-info li a:hover {
    text-decoration: none;
    outline: 0
}

ul.social-network {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.social-network li {
    display: inline;
    margin: 0 5px
}

ul.social-network li a:hover {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.sb-search {
    position: relative;
    width: 0;
    min-width: 36px;
    height: 36px;
    float: right;
    overflow: hidden;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s;
    -webkit-backface-visibility: hidden;
    margin: 5px
}

.sb-search-input {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    outline: 0;
    background: url(../img/select-icon.png) 300px 15px no-repeat #fff;
    width: 91%;
    height: 35px;
    margin: 0;
    z-index: 10;
    padding: 2px 38px 3px 10px;
    font-family: inherit;
    font-size: 14px;
    color: #2c3e50;
    border-radius: 2px
}

.dropdown-submenu>a:after,
.sb-icon-search {
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased
}

.sb-search-input::-webkit-input-placeholder {
    color: #efb480
}

.sb-search-input:-moz-placeholder {
    color: #efb480
}

.sb-search-input::-moz-placeholder {
    color: #efb480
}

.sb-search-input:-ms-input-placeholder {
    color: #efb480
}

.sb-icon-search,
.sb-search-submit {
    width: 36px;
    height: 36px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 36px;
    text-align: center;
    cursor: pointer
}

.sb-search-submit {
    background: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    color: transparent;
    border: none;
    outline: 0;
    z-index: -1
}

.sb-icon-search {
    color: #fff;
    z-index: 90;
    font-size: 14px;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.navbar-brand,
header ul.nav li a {
    font-weight: 700;
    text-transform: uppercase
}

.sb-icon-search:before {
    content: "\f002"
}

.no-js .sb-search,
.sb-search.sb-search-open {
    width: 100%
}

.no-js .sb-search .sb-icon-search,
.sb-search.sb-search-open .sb-icon-search {
    background: #666;
    color: #fff;
    z-index: 11
}

.no-js .sb-search .sb-search-submit,
.sb-search.sb-search-open .sb-search-submit {
    z-index: 90
}

header .navbar {
    margin-bottom: 0
}

.navbar-default {
    border: none
}

.navbar-brand {
    color: #222;
    font-size: 24px;
    line-height: 1em;
    letter-spacing: -1px;
    margin-top: 0;
    padding: 0 0 0 15px
}

header .navbar-collapse ul.navbar-nav {
    float: right;
    margin-right: 0
}

header .navbar-default {
    background-color: #fff;
    border-bottom: 1px solid #ddd
}

header .nav li a.dropdown-toggle:focus,
header .nav li a.dropdown-toggle:hover,
header .nav li a:focus,
header .nav li a:hover,
header .nav li.active a,
header .nav li.active a:hover,
header .nav li.active ul.dropdown-menu li a:hover,
header .nav li.active ul.dropdown-menu li.active a,
header .navbar-default .navbar-nav>.open>a,
header .navbar-default .navbar-nav>.open>a:focus,
header .navbar-default .navbar-nav>.open>a:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

header .navbar-nav>li {
    padding-bottom: 16px;
    padding-top: 17px
}

header .navbar-nav>li>a {
    padding-bottom: 6px;
    padding-top: 5px;
    margin-left: 2px;
    line-height: 30px;
    font-weight: 700;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

header .nav .caret {
    border-bottom-color: #f5f5f5;
    border-top-color: #f5f5f5
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #fff
}

header .navbar-nav>li>ul>li,
header .navbar-nav>li>ul>li.dropdown-submenu>ul>li {
    border-bottom: 1px solid #eee
}

.dropdown-menu li:last-child {
    padding-bottom: 0!important;
    margin-bottom: 0
}

header .nav li .dropdown-menu {
    padding: 0
}

header .nav li .dropdown-menu li a {
    line-height: 30px;
    padding: 3px 12px
}

header ul.nav li {
    border: none;
    margin: 0
}

header ul.nav li a {
    font-size: 12px;
    border: none
}

header ul.nav li ul li a {
    font-size: 13px;
    border: none;
    font-weight: 400;
    text-transform: none
}

.navbar .nav>li.active>.dropdown-menu>li>a,
.navbar .nav>li>a {
    color: #444;
    text-shadow: none
}

.dropdown-menu .active>a,
.dropdown-menu .active>a:hover,
.dropdown-menu li a:hover,
.dropdown-menu li:hover,
.dropdown-menu li>a:focus,
.dropdown-submenu:hover>a {
    background: #f5f5f5
}

.navbar .nav a:hover {
    background: 0 0
}

.navbar .nav>.active>a,
.navbar .nav>.active>a:hover {
    background: 0 0;
    font-weight: 700
}

.navbar .nav>.active>a:active,
.navbar .nav>.active>a:focus {
    background: 0 0;
    outline: 0;
    font-weight: 700
}

.navbar .nav li .dropdown-menu {
    z-index: 2000
}

header ul.nav li ul {
    margin-top: 1px
}

header ul.nav li ul li ul {
    margin: 1px 0 0 1px
}

.dropdown-menu .dropdown i {
    position: absolute;
    right: 0;
    margin-top: 3px;
    padding-left: 20px
}

#featured,
.dropdown-submenu 
{
    /*position: relative*/
}

.navbar .nav>li>.dropdown-menu:before {
    display: inline-block;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-bottom-color: none;
    content: none
}

ul.nav li.dropdown a {
    z-index: 1000;
    display: block
}

header ul.nav li ul li.dropdown-submenu li a {
    color: #444
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block
}

.dropdown-submenu>a:after {
    display: block;
    content: "\f105";
    float: right;
    width: 0;
    height: 0;
    margin-top: 0;
    margin-right: 0;
    -moz-osx-font-smoothing: grayscale
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff
}

.dropdown-submenu.pull-left {
    float: none
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px
}

#featured {
    width: 100%;
    background:transparent;
    margin: 0;
    padding: 0
}

#featured.bg {
    /*background: url(../img/dummies/feat-bg.jpg) top center no-repeat;
    background-size: cover*/
}

.tp-caption a.btn {
    color: #fff
}

.main-slider.flexslider {
      margin: 0px 0px 0px;
    background: 0 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.main-slider .flex-caption {
    background: 0 0;
    -ms-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
    zoom: 1;
    bottom: 35px;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    margin: 0;
    padding: 25px 25px 25px 30px;
    position: absolute;
    right: 0;
    width: 295px
}

#content,
#parallax1,
.parallax {
    position: relative
}

.main-slider .flex-caption h3 {
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-transform: uppercase
}

.main-slider .flex-caption p {
    margin: 0 0 15px
}

.main-slider .flex-direction-nav a:before {
    font-family: flexslider-icon;
    font-size: 20px;
    display: inline-block;
    content: '\f001'
}

#parallax1,
#sendmessage.show,
.parallax,
.show {
    display: block
}

.main-slider .flex-direction-nav a.flex-next:before {
    content: '\f002'
}

section.callaction {
    background:#1A7FB3;
    padding: 0;
    padding-top: 1%;
}

.cta-text {
    margin-top: 10px;
    text-align: center
}

.cta-text h2 {
    font-weight: 900;
    line-height: 1.1em;
    color: #fff;
}

.cta-text h1 span {
    color: #f90;
    background: #000;
    padding: 0px 10px 0px 10px;
}

.cta-btn {
    float: right;
    padding: 20px;
    margin-top: 10px
}

#content {
    background: #fbf9f9;
    padding: 10px 0 0
}

.pic-with-effect {
   
        border: 8px solid #f3f3f3;
}

#twitter ul li,
.box-gray h4,
.box-gray i {
    margin-bottom: 20px
}

.box {
    width: 100%
}

.box-gray {
    background: #f8f8f8;
    padding: 20px 20px 30px
}

.box h4 {
    text-align: center;
    font-weight: 700;
    color: #000
}

.parallax {
    padding-top: 110px;
    padding-bottom: 110px;
    z-index: 120
}

#parallax1 {
    background:#3182ac;
    z-index: 120
}

#parallax-head{
    background-image: url(../parallax-card.jpg);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 120
}
#parallax1:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: .9;
    z-index: -1
}

#inner-headline,
#twitter ul li,
.heading,
aside .widgetheading,
footer .widget .social-network,
footer .widgetheading {
    position: relative
}

#bottom {
    background: #fcfcfc;
    padding: 50px 0 0
}

#twitter-wrapper {
    text-align: center;
    width: 70%;
    margin: 0 auto
}

#twitter em {
    font-style: normal;
    font-size: 13px
}

#twitter em.twitterTime a {
    font-weight: 600
}

#twitter ul {
    padding: 0;
    list-style: none
}

#twitter ul li {
    font-size: 20px;
    font-weight: 300;
    word-break: break-word
}

#inner-headline {
    background: #f2f2f2;
    margin: 0;
    padding: 0;
    color: #fefefe
}

#inner-headline .inner-heading h2 {
    color: #fff;
    margin: 20px 0 0
}

#inner-headline ul.breadcrumb {
    margin: 30px 0 0;
    float: left
}

#inner-headline ul.breadcrumb li {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 13px;
    color: #fff;
    font-weight: 600
}

#inner-headline ul.breadcrumb li a,
#inner-headline ul.breadcrumb li i {
    color: #fff
}

ul.breadcrumb li a:hover {
    text-decoration: none
}

form#contactform input[type=text] {
    width: 100%;
    border: 1px solid #f5f5f5;
    min-height: 40px;
    padding-left: 20px;
    font-size: 13px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

form#contactform textarea {
    border: 1px solid #f5f5f5;
    width: 100%;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 13px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

form#contactform .validation {
    font-size: 11px
}

form#commentform input[type=text],
form#commentform textarea {
    padding-left: 20px;
    font-size: 13px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%
}

#sendmessage {
    border: 1px solid #e6e6e6;
    background: #f6f6f6;
    display: none;
    text-align: center;
    padding: 15px 12px 15px 65px;
    margin: 10px 0 30px;
    font-weight: 600
}

form#commentform input[type=text] {
    min-height: 40px;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

form#commentform textarea {
    padding-top: 10px;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.search {
    float: right;
    margin: 35px 0 0;
    padding-bottom: 0
}

#inner-headline form.input-append {
    margin: 0;
    padding: 0
}

.cbp-popup-singlePage-counter {
    color: #f8f8f8
}

.cbp-l-grid-team-name:hover {
    color: #666
}

.cbp-popup-singlePage .cbp-l-project-details-visit:hover {
    color: #fff
}

.cbp-l-caption-buttonLeft:hover,
.cbp-l-caption-buttonRight:hover {
    background-color: #666
}

#countdown {
    font-size: 48px;
    line-height: 1.1em;
    margin: 40px 0 60px
}

.colorgraph {
    height: 5px;
    border-top: 0;
    background: #f90;
    border-radius: 5px
}

form.register-form .row {
    margin-bottom: 0
}

.client img {
    opacity: .7
}

.client img:hover {
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.testimonialslide {
    margin-top: 0;
    padding-top: 0
}

.testimonialslide.flexslider {
    background: 0 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.testimonialslide ul li blockquote {
    border-left: none;
}

.testimonialslide ul li h4 {
    font-weight: 900;
}

.testimonialslide ul li h4 span {
    font-weight: 400;
}

.stats .icon {
    margin: 0 0 20px;
}

.stats strong.number {
        font-size: 33px;
    color: #fff;
}

.stats span.text {
    font-weight: 700;
    font-size: 24px
}

.parallax .stats span.text,
.parallax .stats strong.number {
    text-shadow: 1px 1px 0 #444
}

blockquote {
    font-size: 16px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    font-style: italic;
    padding-left: 0;
    color: #a2a2a2;
    border: none
}

blockquote cite {
    display: block;
    font-size: 12px;
    color: #666;
    margin-top: 10px
}

ul.link-list,
ul.link-list li {
    float: none;
    margin: 0;
    list-style: none
}

blockquote cite:before {
    content: "\2014 \0020"
}

blockquote cite a,
blockquote cite a:visited {
    color: #555
}

.pullquote-left,
.pullquote-right {
    color: #a2a2a2;
    line-height: 1.6em;
    font-size: 14px;
    display: block;
    font-family: Roboto, sans-serif
}

.pullquote-left {
    padding-left: 20px
}

.pullquote-right {
    padding-right: 20px
}

.btn-theme {
    color: #fff
}

.btn-theme:hover {
    color: #eee
}

ul.general {
    list-style: none;
    margin-left: 0
}

ul.link-list {
    padding: 0
}

ul.link-list li {
    font-size: 14px;
    padding: 2px 0
}

footer ul.link-list li a {
    color: #fff
}

footer ul.link-list li a:hover {
    color: #a5fcb7
}

h2.error {
    font-size: 40px
}

h4.heading {
    font-weight: 700
}

.heading {
    margin-bottom: 30px
}

.widgetheading {
    width: 100%;
    padding: 0
}

h5.widgetheading {
    font-size: 28px;
    color: #454545;
}

#bottom .widgetheading {
    position: relative;
    border-bottom: #e6e6e6 1px solid;
    padding-bottom: 9px
}

aside .widgetheading {
    border-bottom: #e9e9e9 2px solid;
   
    padding-bottom: 2%;
}

#bottom .widget .widgetheading span,
aside .widget .widgetheading span,
footer .widget .widgetheading span {
    position: absolute;
    width: 60px;
    height: 1px;
    bottom: -1px;
    right: 0
}

.map,
.pricing-box-alt,
aside {
    position: relative
}

.map {
    margin-top: -50px;
    margin-bottom: 40px
}

.map iframe {
    width: 100%;
    height: 450px;
    border: none
}

.map-grid iframe {
    width: 100%;
    height: 350px;
    border: none;
    margin: 0 0 -5px;
    padding: 0
}

ul.team-detail {
    margin: -10px 0 0;
    padding: 0;
    list-style: none
}

ul.team-detail li {
    border-bottom: 1px dotted #e9e9e9;
    margin: 0 0 15px;
    padding: 0 0 15px;
    list-style: none
}

ul.team-detail li label {
    font-size: 13px
}

ul.team-detail li h4,
ul.team-detail li label {
    margin-bottom: 0
}

ul.team-detail li ul.social-network {
    border: none;
    margin: 0;
    padding: 0
}

ul.team-detail li ul.social-network li {
    border: none;
    margin: 0
}

ul.team-detail li ul.social-network li i {
    margin: 0
}

.pricing-title {
    background: #fff;
    text-align: center;
    padding: 10px 0
}

.pricing-title h3 {
    font-weight: 600;
    margin-bottom: 0
}

.pricing-offer {
    background: #fcfcfc;
    text-align: center;
    padding: 40px 0;
    font-size: 18px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6
}

.pricing-box.special .pricing-offer {
    color: #fff
}

.pricing-offer strong {
    font-size: 78px;
    line-height: 89px
}

.pricing-offer sup {
    font-size: 28px
}

.pricing-content {
    background: #fff;
    text-align: center;
    font-size: 14px
}

.pricing-content strong {
    color: #353535
}

.pricing-content ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.pricing-content ul li {
    border-bottom: 1px solid #e9e9e9;
    list-style: none;
    padding: 15px 0;
    margin: 0;
    color: #888
}

.pricing-action {
    margin: 0;
    background: #fcfcfc;
    text-align: center;
    padding: 20px 0 30px
}

.pricing-wrapp {
    margin: 0 auto;
    width: 100%;
    background: #fd0000
}

.pricing-box-alt {
    border: 1px solid #e6e6e6;
    background: #fcfcfc;
    margin: 0 0 20px;
    padding: 0;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, .03);
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, .03);
    box-shadow: 0 2px 0 rgba(0, 0, 0, .03);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.pricing-box-alt .pricing-heading {
    background: #fcfcfc;
    text-align: center;
    padding: 40px 0 0;
    display: block
}

.pricing-box-alt.special .pricing-heading {
    background: #fcfcfc;
    text-align: center;
    padding: 40px 0 1px;
    border-bottom: none;
    display: block;
    color: #fff
}

.pricing-box-alt.special .pricing-heading h3 {
    color: #fff
}

.pricing-box-alt .pricing-heading h3 strong {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -1px
}

.pricing-box-alt .pricing-heading h3 {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: -1px
}

.pricing-box-alt .pricing-terms {
    text-align: center;
    background: #333;
    display: block;
    overflow: hidden;
    padding: 30px 0 20px
}

.pricing-box-alt .pricing-terms h6 {
    font-style: italic;
    margin-top: 10px;
    color: #fff;
    font-family: Roboto, sans-serif
}

.pricing-box-alt .icon .price-circled {
    margin: 10px 10px 10px 0;
    display: inline-block!important;
    text-align: center!important;
    color: #fff;
    width: 68px;
    height: 68px;
    padding: 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 68px;
    text-shadow: none;
    cursor: pointer;
    background-color: #888;
    border-radius: 64px;
    -moz-border-radius: 64px;
    -webkit-border-radius: 64px
}

.pricing-box-alt .pricing-action {
    margin: 0;
    text-align: center;
    padding: 30px 0
}

article {
    margin-bottom: 50px;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px
}

.post-meta .comments,
.post-meta .date,
.post-meta .format {
    padding: 10px 0
}

article .post-heading h3 {
    margin-bottom: 20px
}

article .post-heading h3 a {
    font-weight: 700;
    color: #353535
}

article .post-heading h3 a:hover {
    text-decoration: none
}

.searchtitle {
    border-bottom: 1px dotted #eee
}

.post-meta {
    background: #fcfcfc;
    border-top: none;
    text-align: center
}

.post-meta i {
    margin: 0
}

.post-meta .date span {
    text-align: center;
    color: #999;
    font-size: 12px;
    font-weight: 600
}

.post-meta .comments a {
    color: #999;
    font-size: 12px;
    font-weight: 700
}

.post-meta .comments a:hover {
    text-decoration: none
}

a.readmore {
    font-weight: 600;
    font-size: 13px
}

.post-audio,
.post-image,
.post-link,
.post-quote,
.post-slider,
.post-video {
    margin-bottom: 20px
}

.postslider {
    margin-bottom: 50px
}

.postslider.flexslider {
    margin: 0 0 60px;
    background: #fff;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.postslider .flex-direction-nav a:before {
    font-family: flexslider-icon;
    font-size: 20px;
    display: inline-block;
    content: '\f001'
}

.postslider .flex-direction-nav a.flex-next:before {
    content: '\f002'
}

.post-quote blockquote {
    font-size: 16px;
    color: #999;
    font-family: Roboto, sans-serif;
    font-style: italic;
    line-height: 1.6em
}

.post-quote blockquote i {
    font-size: 40px;
    margin: 0 20px 10px 0;
    float: left;
    color: #eee
}

.post-image img:hover {
    -webkit-box-shadow: 0 0 2px #979797;
    -moz-box-shadow: 0 0 2px #979797;
    box-shadow: 0 0 2px #979797;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

ul.meta-post {
    margin: 0;
    padding: 0;
    list-style: none
}

ul.meta-post li {
    display: inline-block;
    margin: 0 10px;
    padding: 0 10px 0 0;
    list-style: none
}

ul.meta-post li i {
    float: left;
    font-size: 12px;
    margin: 6px 5px 0 0
}

ul.meta-post li a {
    color: #999;
    font-size: 12px;
    font-weight: 600
}

.bottom-article {
    overflow: hidden;
    padding: 10px 0;
    margin-top: 20px
}

.about-author {
    border: 1px solid #f5f5f5;
    padding: 20px;
    float: left;
    margin-bottom: 5px
}

.about-author h5 {
    margin-bottom: 10px
}

.comment-area {
    float: left;
    width: 100%;
    margin-top: 30px
}

.comment-area:after {
    display: table;
    content: " "
}

.media-content {
    overflow: hidden;
    margin-left: 12px;
    border-bottom: 1px dotted #d5d5d5;
    padding-bottom: 20px
}

.media-content h6 {
    font-size: 14px;
    font-weight: 700
}

.media-content span {
    color: #a9a9a9;
    font-size: 14px;
    font-weight: 300
}

.comment-area .thumbnail>img {
    display: block;
    width: 60px;
    height: 60px
}

.filter-list {
    margin-top: 20px
}

.comment-area .media a.reply {
    font-weight: 600
}

#pagination a,
#pagination span {
    display: block;
    float: left;
    margin: 0 7px 0 0;
    padding: 7px 10px 6px;
    font-size: 12px;
    line-height: 12px;
    color: #888;
    font-weight: 600;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

#pagination a:hover {
    color: #fff;
    text-decoration: none
}

#pagination span.current {
    background: #333;
    color: #fff;
    font-weight: 700
}

aside {
    margin-bottom: 40px
}

.sidebar-nav {
    float: left;
    width: 100%
}

.right-sidebar {
    border-left: 1px solid #f5f5f5;
    padding: 0 0 0 30px
}

.left-sidebar {
  
  
}

.left-sidebar .widget .widget-content,
.left-sidebar .widget h3 {
    padding-right: 20px
}

aside .widget {
    margin-bottom: 20px
}

ul.cat,
ul.contact-info,
ul.folio-detail,
ul.recent {
    margin: 0;
    padding: 0;
    list-style: none
}

ul.cat li,
ul.contact-info li,
ul.folio-detail li,
ul.recent li {
    margin: 0 0 15px;
    list-style: none;
    font-size: 15px
}

ul.cat li a,
ul.folio-detail li a {
    color: #000;
    font-weight: 700
}

ul.cat li i {
    margin-right: 10px
}

ul.folio-detail li label {
    display: inline;
    cursor: default;
    color: #353535;
    font-weight: 700
}

.widget ul.recent li {
    display: inline-block;
    margin-bottom: 20px
}

ul.recent li h6 {
    margin: 0 0 10px
}

ul.recent li h6 a {
    color: #353535;
    font-size: 16px;
    font-weight: 600
}

.widget ul.tags {
    list-style: none;
    margin: 0;
    padding-left: 0
}

.widget ul.tags li {
    margin: 0 5px 15px 0;
    display: inline-block
}

.widget ul.tags li a {
    background: #e6e6e6;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #888
}

.widget ul.tags li a:hover {
    text-decoration: none;
    color: #fff
}

.twitter ul {
    margin-left: 0;
    list-style: none
}

.twitter img {
    float: left;
    margin-right: 15px
}

.twitter span.tweet_time {
    display: block;
    padding-bottom: 5px
}

.twitter li {
    border-bottom: 1px dashed #efefef;
    padding-bottom: 20px;
    margin-bottom: 20px;
    list-style: none
}

.twitter li:last-child {
    border: none
}

.recent-post {
    margin: 20px 0 0;
    padding: 0;
    line-height: 18px
}

.recent-post h5 a:hover {
    text-decoration: none
}

.recent-post .text h5 a {
    color: #353535
}

ul.time-post {
    float: left;
    width: 120px;
    padding: 0;
    list-style: none;
    margin: 0 20px 0 0;
    text-align: center;
    color: #0e0f0f
}

ul.time-post li {
    float: none;
    background: #f8f8f8;
    list-style: none;
    margin: 0 0 2px;
    padding: 0
}

ul.time-post li a img:hover {
    opacity: .8;
    filter: alpha(Opacity=80);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

ul.time-post li.time {
    float: none;
    padding: 5px 0;
    text-shadow: none
}

.recent-post ul.time-post li.time {
    color: #121214
}

.post-meta {
    margin-bottom: 20px
}

.post-meta span {
    padding: 0 10px;
    margin-bottom: 10px
}

.post-meta span a {
    color: #919191
}

.post-meta strong {
    font-weight: 200px;
    color: #c7c7c7
}

.item .text {
    margin-left: 140px;
    margin-bottom: 20px
}

.bs-docs-example {
    margin: 0 0 10px
}

.demobtn a.btn {
    margin: 0 10px 10px 0
}

section.demogrid .col-lg-1,
section.demogrid .col-lg-10,
section.demogrid .col-lg-11,
section.demogrid .col-lg-2,
section.demogrid .col-lg-3,
section.demogrid .col-lg-4,
section.demogrid .col-lg-5,
section.demogrid .col-lg-6,
section.demogrid .col-lg-7,
section.demogrid .col-lg-8,
section.demogrid .col-lg-9 {
    background: #f6f6f6;
    text-align: center;
    padding: 20px 0
}

section.demogrid .show-grid .row,
section.demogrid .show-grid .row-fluid {
    margin-bottom: 0
}

section.demogrid .show-grid .nest {
    background: #ddd;
    text-align: center;
    padding: 20px 0
}

section.demogrid .col-lg-12.nest {
    background: #f6f6f6;
    text-align: center;
    padding: 20px 0 0
}

.demoinline p {
    display: inline;
    margin-right: 20px
}

.blankline,
.dashedline,
.dottedline,
.solidline {
    margin: 0 0 30px
}

.solidline {
    border-top: 1px solid #f5f5f5
}

.dottedline {
    border-top: 1px dotted #f5f5f5
}

.dashedline {
    border-top: 1px dashed #f5f5f5
}

.blankline {
    height: 1px
}

.scrollup {
    position: fixed;
    width: 32px;
    height: 32px;
    bottom: 0;
    right: 20px;
    background: #222;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0
}

a.scrollup {
    outline: 0;
    text-align: center
}

a.scrollup:active,
a.scrollup:focus,
a.scrollup:hover {
    opacity: 1;
    text-decoration: none
}

a.scrollup i {
    margin-top: 10px;
    color: #fff
}

a.scrollup i:hover {
    text-decoration: none
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.aligncenter span {
    margin-left: 0
}

.floatright {
    float: right
}

.floatleft {
    float: left
}

.floatnone {
    float: none
}

.aligncenter {
    text-align: center
}

.align-left,
.widget img.pull-left,
img.pull-left {
    float: left;
    margin: 0 15px 15px 0
}

.align-right,
img.pull-right {
    float: right;
    margin: 0 0 15px 15px
}

article .align-left,
article img.pull-left {
    float: left;
    margin: 5px 15px 15px 0
}

article .align-right,
article img.pull-right {
    float: right;
    margin: 5px 0 15px 15px
}

.clear-marginbot {
    margin-bottom: 0
}

.marginbot10 {
    margin-bottom: 10px
}

.marginbot20 {
    margin-bottom: 20px
}

.marginbot30 {
    margin-bottom: 30px
}

.marginbot40 {
    margin-bottom: 40px
}

.marginbot50 {
    margin-bottom: 20px
}

.clear-margintop {
    margin-top: 0
}

.margintop10 {
    margin-top: 10px
}

.margintop20 {
    margin-top: 20px
}

.margintop30 {
    margin-top: 30px
}

.margintop40 {
    margin-top: 40px
}

.margintop50 {
    margin-top: 50px
}

@media (min-width:979px) and (max-width:1200px) {
    #wrapper.boxed {
        width: 1000px;
        margin: 0 auto
    }
}

@media (min-width:768px) and (max-width:979px) {
    #wrapper.boxed {
        width: 784px;
        margin: 0 auto
    }
    a.detail {
        background: 0 0;
        width: 100%
    }
    footer .widget form input#appendedInputButton {
        display: block;
        width: 91%;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }
    footer .widget form .input-append .btn {
        display: block;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 10px
    }
    ul.related-folio li {
        width: 156px;
        margin: 0 20px 0 0
    }
}

@media (max-width:767px) {
    .breadcrumb>li,
    .dropdown-menu {
        font-size: 13px
    }
    body {
        padding-right: 0;
        padding-left: 0
    }
    #wrapper.boxed {
        width: 90%;
        margin: 0 auto
    }
    .navbar-brand {
        margin-top: 10px;
        border-bottom: none
    }
    .navbar-header {
        margin-top: 20px;
        border-bottom: none
    }
    .navbar-nav {
        border-top: none;
        padding-top: 30px;
        float: none;
        width: 100%
    }
    header .navbar-nav>li {
        padding-bottom: 0;
        padding-top: 0
    }
    header .nav li .dropdown-menu {
        margin-top: 0
    }
    .stats>div {
        margin-bottom: 30px
    }
    .dropdown-menu {
        position: absolute;
        top: 0;
        left: 40px;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding:5px 12px 5px 0px;
        margin: 2px 0 0;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #f5f5f5;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 0;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
    }
    .navbar-collapse.collapse {
        border: none;
        overflow: hidden
    }
    .box {
        padding: 20px 0;
        margin-bottom: 20px
    }
    #inner-headline .breadcrumb {
        float: left;
        clear: both;
        width: 100%
    }
    ul.portfolio li article a i.icon-48 {
        width: 20px;
        height: 20px;
        font-size: 16px;
        line-height: 20px
    }
    .left-sidebar {
        border-right: none;
        padding: 0 0 10px;
        border-bottom: 1px dotted #e6e6e6;
        margin-bottom: 40px
    }
    [class*=span],
    footer .col-lg-1,
    footer .col-lg-10,
    footer .col-lg-11,
    footer .col-lg-12,
    footer .col-lg-2,
    footer .col-lg-3,
    footer .col-lg-4,
    footer .col-lg-5,
    footer .col-lg-6,
    footer .col-lg-7,
    footer .col-lg-8,
    footer .col-lg-9 {
        margin-bottom: 20px
    }
    .right-sidebar {
        margin-top: 50px;
        border-left: none;
        padding: 0
    }
    #sub-footer ul.social-network {
        float: left
    }
}

@media (max-width:480px) {
    .bottom-article a.pull-right {
        float: left;
        margin-top: 20px
    }
    .search {
        float: left
    }
    .cta-text {
        margin: 0 auto;
        text-align: center
    }
    ul.portfolio li article a i {
        width: 20px;
        height: 20px;
        font-size: 14px
    }
    .main-slider .flex-caption {
        bottom: 0;
        text-align: center
    }
    .main-slider .flex-caption p {
        display: none
    }
    .cta-btn {
        float: none;
        text-align: center
    }
}

#t_options {
    position: fixed;
    top: 40px;
    left: -230px;
    width: 230px;
    background: #fefefe;
    color: #666;
    box-shadow: 0 0 3px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
    z-index: 5000;
    font-size: 11px;
    font-family: 'Open Sans', arial, sans-serif
}

#t_options hr {
    margin: 20px 0;
    border: 0;
    border-top: none;
    border-bottom: 1px dotted #999
}

#t_options h6 {
    color: #666;
    font-size: 14px
}

#t_options input {
    width: 60px
}

#t_options .col {
    width: 50px;
    margin: 0 10px
}

.colorpicker {
    z-index: 5001
}

.options_inner {
    position: relative;
    width: 100%;
    height: 100%
}

.options_box {
    margin: 0 14px;
    padding: 10px 0 20px;
    overflow: hidden
}

.options_box .solidline {
    margin-bottom: 10px
}

.options_box h6 {
    text-align: center;
    font-weight: 700
}

.options_box .full {
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px
}

.options_box .halfcol {
    width: 90px;
    float: left;
    margin: 0 5px
}

.options_box .fourcol {
    width: 30px;
    float: left;
    margin: 0 5px
}

.options_box .fourcol.color a {
    width: 30px;
    height: 30px;
    display: block;
    margin-bottom: 5px
}

.options_box .halfcol .wideboxed h6 {
    font-size: 11px;
    font-weight: 600
}

.options_toggle_holder {
    position: absolute;
    right: -40px
}

.options_toggle {
    margin: 6px 0 0 4px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: 1px solid #f63306;
    border-left: none;
    display: block;
    background: #f63306
}

a.btn.btn-box,
a.btn.btn-wide {
    border-radius: 0;
    background: #fff;
    font-weight: 600;
    color: #666;
    border: 1px solid #ddd
}

.f-blk-5 .num,
.formHeading,
.topLine,
.topLine2,
.uploadBtn {
    font-weight: 700
}

.options_toggle span .icon {
    margin: 10px 0 0 7px;
    display: block;
    color: #fff
}

.options_toggle:active,
.options_toggle:focus,
.options_toggle:hover {
    outline: 0;
    text-decoration: none
}

.options_heading {
    color: #666;
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #888
}

.options_box a.t_default {
    background: #d9232d
}

.options_box a.t_kissme {
    background: #6D0C1F
}

.options_box a.t_lime {
    background: #C6DF45
}

.options_box a.t_rose {
    background: #9E001D
}

.options_box a.t_amethyst {
    background: #9b59b6
}

.options_box a.t_asphalt {
    background: #34495e
}

.options_box a.t_pomegranate {
    background: #c0392b
}

.options_box a.t_pumpkin {
    background: #d35400
}

.options_box a.t_lightorange {
    background: #f39c12
}

.options_box a.t_red {
    background: #cb1103
}

.options_box a.t_green {
    background: #9AC43C
}

.options_box a.t_sand {
    background: #BFB372
}

.options_box a.t_purple {
    background: #c81dbe
}

.options_box a.t_yellow {
    background: #FFD053
}

.options_box a.t_blue {
    background: #5C9CC7
}

.options_box a.t_pink {
    background: #FF439E
}

.bgr .bg {
    width: 28px;
    height: 28px;
    border: 1px solid #e6e6e6
}

#accent_color,
#bodybg_color {
    color: #fff;
    border: none;
    margin-left: 2px;
    text-align: center;
    text-transform: uppercase;
    outline: 0
}

.bgr .bg.bg1 {
    background: url(../img/bodybg/bg1.png) left top
}

.bgr .bg.bg2 {
    background: url(../img/bodybg/bg2.png) left top
}

.bgr .bg.bg3 {
    background: url(../img/bodybg/bg3.jpg) left top
}

.bgr .bg.bg4 {
    background: url(../img/bodybg/bg4.png) left top
}

.bgr .bg.bg5 {
    background: url(../img/bodybg/bg5.png) left top
}

.bgr .bg.bg6 {
    background: url(../img/bodybg/bg6.png) left top
}

.bgr .bg.bg7 {
    background: url(../img/bodybg/bg7.png) left top
}

.bgr .bg.bg8 {
    background: url(../img/bodybg/bg8.jpg) left top
}

.bgr .bg.bg9 {
    background: url(../img/bodybg/bg9.png) left top
}

.bgr .bg.bg10 {
    background: url(../img/bodybg/bg10.png) left top
}

#accent_color {
    background: #ef5523
}

#bodybg_color {
    background: #ccc
}

.topLine {
    font-size: 17px;
    color: #fff;
}

.topLine2 {
    font-size: 30px;
    color: #097054;
}

.topLine-parallax {
    font-size: 30px;
    color: #ffad41;
}


.parallax-text {
   
    color: #fff;
}




.awesome {
    color: #9efd7d;
    font-size: 18px;
    -webkit-animation: colorchange 20s infinite alternate;
    margin: 4px 0 0
}

@-webkit-keyframes colorchange {
    0% {
        color: #ff0
    }
    100% {
        color: #fff
    }
}

.addsTop1 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    max-width: 766px;
    max-height: 180px;
}

.formHeading {
    width: 100%;
    font-size: 20px;
    color: #FFF
}

.formbg {
    background-color: #EA7300;
    height: 285px;
    padding: 1%;
    max-width: 359px;
}

.topLink {
    font-size: 15px;
    color: #FFF;
    /* background: grey; */
    /* text-decoration: underline; */
}

.loginBdr {
    border-left: 1px dotted #333;
    height: 300px
}

.addmargin {
    margin: 50px 0 0
}

.uploadBtn {
    width: 65px;
    border: 1px solid #ffad41;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    padding: 3px;
    text-decoration: none;
    display: inline-block;
    color: #FFF;
    background-color: #ffc579;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc579), to(#fb9d23));
    background-image: -webkit-linear-gradient(top, #ffc579, #fb9d23);
    background-image: -moz-linear-gradient(top, #ffc579, #fb9d23);
    background-image: -ms-linear-gradient(top, #ffc579, #fb9d23);
    background-image: -o-linear-gradient(top, #ffc579, #fb9d23);
    background-image: linear-gradient(to bottom, #ffc579, #fb9d23);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffc579, endColorstr=#fb9d23);
    margin-top: -5px;
    margin-bottom: 5px;
    text-align: center
}



.uploadBtn-parallax {
    /* width: 65px; */
    border: 1px solid #ffad41;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 19px;
    padding: 1%;
    text-decoration: none;
    display: inline-block;
    color: #FFF;
    background-color: #ffc579;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc579), to(#fb9d23));
    background-image: -webkit-linear-gradient(top, #ffc579, #fb9d23);
    background-image: -moz-linear-gradient(top, #ffc579, #fb9d23);
    background-image: -ms-linear-gradient(top, #ffc579, #fb9d23);
    background-image: -o-linear-gradient(top, #ffc579, #fb9d23);
    background-image: linear-gradient(to bottom, #ffc579, #fb9d23);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffc579, endColorstr=#fb9d23);
    margin-top: 20px;
    /* margin-bottom: 5px; */
    text-align: center;
}


.uploadBtn-parallax:hover {
    border: 1px solid #ff9913;
    background-color: #ffaf46;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffaf46), to(#e78404));
    background-image: -webkit-linear-gradient(top, #ffaf46, #e78404);
    background-image: -moz-linear-gradient(top, #ffaf46, #e78404);
    background-image: -ms-linear-gradient(top, #ffaf46, #e78404);
    background-image: -o-linear-gradient(top, #ffaf46, #e78404);
    background-image: linear-gradient(to bottom, #ffaf46, #e78404);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffaf46, endColorstr=#e78404)
}




.uploadBtn:hover {
    border: 1px solid #ff9913;
    background-color: #ffaf46;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffaf46), to(#e78404));
    background-image: -webkit-linear-gradient(top, #ffaf46, #e78404);
    background-image: -moz-linear-gradient(top, #ffaf46, #e78404);
    background-image: -ms-linear-gradient(top, #ffaf46, #e78404);
    background-image: -o-linear-gradient(top, #ffaf46, #e78404);
    background-image: linear-gradient(to bottom, #ffaf46, #e78404);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffaf46, endColorstr=#e78404)
}

.smm_box,
.smm_box2 {
    background-color: #FFF;
    height: auto
}

.uploadtext {
    padding: 10px 0 0 10px
}

.uploadtextbox {
    margin-right: -13px;
    float: right;
    margin-bottom: 10px
}

.break_bdr {
    width: 100%;
    border-bottom: 1px dotted #666;
    padding: 10px 0;
    clear: both;
    margin-bottom: 20px
}

.pp_bdr {
    margin: 10px 0;
    border: 10px solid #000
}

.smmBdr,
.smmBdr2 {
    border-left: 1px dotted #999;
    float: left
}

.smm_box {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75)
}

.smm_box2 {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);
    margin: 15px 0 10px;
    padding-bottom: 10px
}

.smm_img {
    float: left;
    width: 165px;
    padding:15px 10px 10px 0;
}

.smmBdr {
    margin: 10px 10px 10px 0;
    height: 185px
}

.smmBdr2 {
    margin: 2px 0;
    height: 35px
}

.smm_box p {
    font-size: 14px;
    margin: 2px 0
}

.uploadIcon {
    float: left;
    margin: 3px 10px 0 0
}

.uploadIcon2 img {
    width: 20px
}

.uploadTxt {
    padding: 0 0 0 10px;
    margin-top: 0!important;
    margin-bottom: 12px!important
}

.uploadIcon2 {
    float: left;
    margin: 4px 0 0 10px
}

.creditTxt {
    color: #d9232d;
    font-size: 15px;
    float: left;
    text-align: right;
    padding: 0 10px 0 0;
    min-width: 24px
}

.advertisement_txt,
.changeImg_line,
.site-info {
    text-align: center
}

.changeImg_line {
    width: 114px;
    height: 30px;
    background-color: #0c664d;
    color: #FFF;
    font-size: 14px;
    padding: 2px 0 5px;
    float: left;
    margin: 0 0 10px
}

.changeImg_line:a hover {
    color: #FFF!important
}

.site-info {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto
}

.site-info h4 {
    margin: 28px 0 12px;
    font-size: 25px
}

.site-info ul {
    background: #f4f4f4;
    text-align: left;
    margin: 10px 0;
    padding: 10px 0 10px 20px
}

.site-info ul li {
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 0 10px;
    text-align: justify
}

.site-info ul li a {
    color: #4e4e4e
}

.site-info ul li a:hover {
    color: #4e4e4e;
    text-decoration: underline
}

.no-bg {
    background: 0 0!important
}

.connectivity-right {
    float: left;
    width: 352px;
    background: url(../images/sep.jpg) left top no-repeat;
    margin: 18px 0 0 34px;
    padding: 0
}

.connectivity-right label {
    display: inline-block;
    float: left;
    margin: 8px 13px 0 34px;
    text-transform: uppercase
}

.connectivity-right ul {
    overflow: hidden;
    float: right;
    margin: 0 15px 0 0
}

.connectivity-right li {
    float: left
}

.connectivity-right a {
    width: 33px;
    height: 33px;
    margin: 0 8px 0 0;
    display: inline-block;
    text-indent: -9999px
}

.fb {
    background: url(../images/social-icons.png) no-repeat
}

.twt {
    background: url(../images/social-icons.png) -41px 0 no-repeat
}

.go {
    background: url(../images/social-icons.png) -82px 0 no-repeat
}

.fb:hover {
    background: url(../images/social-icons.png) 0 -36px no-repeat
}

.twt:hover {
    background: url(../images/social-icons.png) -41px -36px no-repeat
}

.go:hover {
    background: url(../images/social-icons.png) -82px -36px no-repeat
}

footer {
    background: #1A7FB3;
    margin-top: 0;
    padding: 28px 0 0;
    overflow: hidden
}

footer .inner_footer {
    max-width: 1022px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    padding: 0
}

.top-footer {
    overflow: hidden
}

footer h2 {
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    margin-bottom: 14px;
    text-align: left;
    color: #fff;
}

.f-blk li {
    font-size: 14px;
    line-height: 24px
}

.f-blk ul {
    padding: 0 0 19px
}

.f-blk a {
    color: #fff
}

.f-blk a:hover {
    text-decoration: underline;
    color: #fff
}

.f-blk-5 .connect li {
    padding: 0 0 18px
}

.f-blk-5 .connect label {
    display: inline-block;
    width: 80px;
    float: left;
    cursor: pointer
}

.f-blk-5 .connect li span {
    color: #00abec
}

.f-blk-5 .connect li em {
    font-style: normal;
    color: #4f76a8
}

.f-blk-5 .connect li small {
    color: #c95b34;
    font-size: 14px
}

.f-blk-5 .num {
    font-size: 27px;
    color: #fff;
    line-height: 28px
}

.f-blk-5 .call {
    margin: 0 0 9px
}

.f-blk-5 .call li {
    color: #fff;
    padding: 0 0 0 25px
}

.f-blk-5 .call li.list1 {
    background: url(../images/cont.png) left 5px no-repeat
}

.f-blk-5 .call li.list2 {
    background: url(../images/cont.png) left -20px no-repeat
}

.bottom-footer {
    border-top: 1px solid rgba(255, 255, 255, .15);
    padding-bottom: 32px;
    overflow: hidden
}

.bottom-footer .left-part {
    float: left;
    max-width: 548px
}

.bottom-footer .right-part {
    float: right;
    margin: 27px 0 0
}

.copyright,
.trademark {
    color: #e6e6e6;
    font-size: 12px;
    padding: 19px 0 0 10px;
    line-height: 14px
}

.copyright a {
    color: #e6e6e6
}

.copyright a:hover {
    text-decoration: underline;
    color: #fff
}

li {
    list-style: none;
    vertical-align: middle!important
}

.poptxt {
    color: #fff;
    font-size: 20px;
    text-shadow: 2px 2px 8px #000
}

.logpopup-outer {
    display: block;
    background: #ccc;
    overflow: hidden;
    opacity: 0;
    color: #fff;
    float: left
}

.logpopup-hdng {
    color: #000;
    font-size: 30px
}

.logpopup-inner {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    top: 180px;
    z-index: 10000000;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .75);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .75);
    border: 5px solid #6599ff;
    padding: 30px;
    max-width: 600px
}

.logpopup-outers {
    display: block;
    visibility: visible;
    top: 0;
    left: 137px;
    position: absolute;
    width: 100%;
    height: 100%
}

.author-name {
    color: #008ED2;
    line-height: inherit
}

.pagination {
    padding: 0;
    float: right;
    margin: 2px 0 5px
}

.pagination ul {
    margin: 0 17px 0 0;
    padding: 0;
    text-align: right;
    font-size: 18px
}

.pagination li {
    list-style-type: none;
    display: inline;
    padding-bottom: 1px
}

.pagination a,
.pagination a:visited {
    padding: 1px 10px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #ccc;
    margin-right: 5px;
    float: left;
    font-weight: 400
}

.pagination a:hover {
    border: 1px solid #097054
}

.pagination a:active {
    border: 1px solid #f90;
    color: #fff;
    background-color: #f90
}

.pagination a.current {
    background-color: #2e6ab1;
    color: #FFF!important;
    border-color: #2b66a5;
    font-weight: 700;
    cursor: default
}

.pagination a.disablelink,
.pagination a.disablelink:hover {
    background-color: #fff;
    cursor: default;
    color: #929292;
    border-color: #929292;
    font-weight: 400!important
}



.font30 {
    font-size: 30px!important
}

.font-white {
    color: #FFF!important
}

.breadcrumbs {
    color: #fff;
    font-size: 14px;
    padding:5px 0px 5px 0px;
    font-weight: 400;
    margin: 0;
    text-align: right!important;
}

.breadcrumbs i {
    padding: 0 5px
}

.view-links a {
    color: #ccc
}

.view-links a:hover {
    color: #6599ff
}

.tab-content {
    padding: 15px 0;
    border: 1px solid #ddd;
    border-top: none;
    background: whitesmoke;
    margin-bottom: 20px
}

.lft-pad0 {
    padding-left: 0
}

.description,
h4.heading {
    line-height: 20px;
    padding: 10px 15px
}

.cover-presentaion {
    border-bottom: 1px solid #ddd;
    margin: 10px 11px
}

.cover-presentaion:last-child {
    border: none
}

h4.heading,
ul.slide-list li {
    border-bottom: 1px solid #ddd
}

.border-section {
    border: 1px solid #ddd;
    margin: 0 0 20px;
    background: #fff
}

h4.heading {
    background: #f7f7f7;
    margin: 0;
    color: #000!important
}

.description {
    margin: 0;
    text-align: justify;
	    line-height: 1.55rem;
    background: #fff;
    font-size: 14px
}

.font12 {
    font-size: 12px
}

ul.slide-list,
ul.slide-list li {
    background: #fff;
    font-size: 14px
}

ul.slide-list {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.slide-list li {
    position: relative;
    height: auto;
    min-height: 30px;
    padding: 5px;
    display: block;
    overflow: visible
}

.pad2 {
    padding: 2px!important
}

.name {
    color: #428bca;
    font-size: 22px;
    text-decoration: none
}

.user-pict-130 {
    width: 130px;
    height: 130px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #efefef;
    margin: 15px auto
}

.center {
    text-align: center;
    margin: 10px
}

.gray-box {
    background: #f7f7f7;
    margin: 0;
    padding: 0 0 5px;
    color: #000!important;
    border-top: 1px solid #efefef
}

.send {
    margin: 6px 0 0 -19px
}

.link-des {
    margin: 0 10px;
    padding: 10px 20px;
    list-style: none;
    background: #e5ecff
}

.link-des li {
    font-size: 14px;
    font-weight: 500;
    color: #0e0e0f;
    padding: 3px
}

.fl-right {
    float: right!important
}

.readmore a {
    text-align: right!important;
    margin: 10px 0;
    font-weight: 700;
    color: #428bca;
    text-decoration: none;
    float: right
}

.social-icon img {
    margin-bottom: 3px!important;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .75)!important;
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, .75)!important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .75)!important;
    border: none!important
}

ul.social-icons {
    margin-top: 10px;
    padding: 0;
    float: left
}

.right {
    float: right!important
}

.social-icons li {
    vertical-align: top;
    display: inline
}

.social-icons a:hover {
    opacity: .6
}

.sub-link {
    margin: 0;
    padding: 1px 0;
    list-style: none
}

.sub-link li {
    font-size: 14px;
    line-height: 45px;
    font-weight: 500;
    display: inline-block;
    color: #999
}

.sub-link li a {
    color: #999;
    text-decoration: none;
    padding: 10px 25px;
    border-bottom: 3px solid #fff!important
}

.sub-link li a:hover,
li.selected a {
    border-bottom: 3px solid #f0ad4e!important
}

.sub-link li a:hover {
    color: #999;
    background: #fff!important
}

li.selected a {
    color: #0e0e0f
}

.padnone {
    padding: 0!important
}

.brdrnone {
    border: none!important
}

ul.reviews-list {
    margin: 0 0 10px;
    padding: 10px;
    list-style: none;
    border-top: 1px solid #ddd
}

ul.reviews-list li {
    border-top: 1px #ddd solid;
    float: left;
    width: 90%;
    color: #000;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0 0 2px #999;
    margin: 10px;
    clear: both;
    font-size: 14px;
    line-height: 20px
}

ul.reviews-list li.comment {
    max-width: 100%;
    background: #d7ffdf;
    float: left
}

ul.reviews-list li.rply {
    max-width: 60%;
    max-width: 400px;
    float: left
}

.user-pict-60 {
    width: 60px;
    height: 60px;
    overflow: hidden;
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #efefef;
    margin-right: 20px
}

ul.reviews-list li.reply {
    background: #e6e6e6;
    float: right;
    max-width: 80%
}

ul.reviews-list li a {
    color: #000
}

.name-rating {
    line-height: 30px;
    margin-right: 5px;
    font-size: 18px;
    font-weight: 700
}

.rating-date {
    line-height: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #999
}

.com-right {
    float: right;
    width: calc(100% - 90px);
    text-align: justify
}

.margin-bottom-10 {
    margin-bottom: 10px!important
}

.like {
    background: rgba(212, 48, 45, .29);
    width: 32px;
    height: 33px;
    float: left;
    margin: 0 5px;
    padding: 3px
}

.dropdown.user img {
    border-radius: 50%;
    height: 30px;
    border: 1px solid #fff
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    float: left;
    min-width: 160px;
    padding:5px 12px 5px 0px;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
    z-index: 1000000000
}

.dropdown-menu li>a {
    padding: 6px 0 6px 13px;
    color: #333;
    text-decoration: none;
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 18px;
    white-space: nowrap
}

.badge,
.dropdown-menu>li>a>.badge {
    font-weight: 300;
    height: 18px;
    padding: 3px 6px;
    text-align: center;
    vertical-align: middle
}

.dropdown-menu>li>a>.badge {
    position: absolute;
    margin-top: 1px;
    right: 3px;
    display: inline;
    font-size: 11px;
    text-shadow: none;
    -webkit-border-radius: 12px!important;
    -moz-border-radius: 12px!important;
    border-radius: 12px!important
}

.badge-danger,
label-danger {
    background-color: #ed4e2a;
    background-image: none!important
}

.badge {
    font-size: 11px!important;
    background-color: #e02222;
    -webkit-border-radius: 12px!important;
    -moz-border-radius: 12px!important;
    border-radius: 12px!important;
    text-shadow: none!important
}

.addsbig,
.leftimg,
.leftimg2 {
    border: 1px solid #ddd
}

.badge-success,
.label-success {
    background-color: #3cc051;
    background-image: none!important
}

.user {
    margin-top: 0;
    float: right
}

.changeImg_line a,
.changeImg_line a:hover,
.user a,
.user a:hover {
    text-decoration: none;
    color: #fff
}

.recent-workpic img {
    width: 262px;
    height: 156px;
    margin-bottom: 20px;
    float: left
}

.pad0 {
    padding: 0!important
}

.bottom-m-0 {
    margin-bottom: 0!important
}

.pad-rgt-0 {
    padding-right: 3px!important
}

.pad-left-0 {
    padding-left: 0!important
}

.margin-t-20 {
    margin-top: 20px!important
}

.leftimg {
    float: left;
    width: 44px;
    max-height: 280px
}

.leftimg2 {
    float: left;
    width: 32px;
    height: 90px
}

.addsbig {
    max-height: 90px;
    border-width: 1px 1px 1px 0;
    float: left
}

.addsbig2 {
    max-height: 280px;
    max-width: 336px;
    border: 1px solid #ddd;
    border-width: 1px 1px 1px 0
}

.top-footer a>img {
    max-width: 170px
}

@media (max-width:900px) {
    .formbg,
    .formbg1 {
        height: auto;
        max-width: 340px
    }
    .leftimg,
    .leftimg2,
    .leftimg3,
    .leftimgbanner {
        display: none
    }
    .addsbig,
    .addsbig2,
    .addsbig3 {
        border: 1px solid #ddd;
        border-width: 1px!important
    }
    .f-blk ul {
        padding: 0
    }
    .font14 {
        font-size: 14px
    }
    .width300 {
        width: 300px
    }
    ul.right {
        float: left!important
    }
    .formbg1 {
        background-color: transparent;
        margin: 4px 25px
    }
    .fa-5x {
        font-size: 30px
    }
    .uploadtextbox {
        margin-right: 6px
    }
    .logpopup-inner {
        position: absolute;
        text-align: center;
        left: 0;
        right: 0;
        margin: auto;
        top: 180px;
        z-index: 10000000;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .75);
        -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .75);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .75);
        border: 5px solid #6599ff;
        padding: 0
    }
    .formbg {
        background-color: #f90;
        margin: 25px 25px 4px
    }
    .carousel-control.left {
        margin-left: -4%!important
    }
    .carousel-control.right {
        right: 0;
        left: auto;
        margin-right: -2%!important
    }
    .carousel-indicators {
        bottom: -37px;
        left: 50%
    }
}

@media (min-width:480px) {
    .flexslider .slides img {
        width: 100%;
        display: block;
        /*max-height: 230px*/
    }
}

.no-effect {
    border: 1px solid #ddd!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important
}

.addsbig3,
.leftimg3 {
    max-height: 250px;
    border: 1px solid #ddd
}

.leftimg3 {
    float: left;
    width: 44px
}

.addsbig3 {
    max-width: 300px;
    border-width: 1px 1px 1px 0!important
}

.maxw373 {
    max-width: 373px;
    margin-top: 15px
}

.registraion-link {
    margin: -10px 0 10px;
    padding: 10px;
    list-style: disc!important;
    text-align: left!important;
    background-color: #FA7D29;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#FA7D29), to(#CC5103));
    background: -webkit-linear-gradient(top, #FA7D29, #CC5103);
    background: -moz-linear-gradient(top, #FA7D29, #CC5103);
    background: -ms-linear-gradient(top, #FA7D29, #CC5103);
    background: -o-linear-gradient(top, #FA7D29, #CC5103);
    font-weight: 600;
    color: #fff
}

.ca-item,
.login-option-log,
.new-user,
.recent-add {
    text-align: center
}

.linkbtn,
.preview_btn {
    font-weight: 700
}

.font11 {
    font-size: 11px!important
}

.registraion-link li {
    margin: 5px 0 0;
    list-style: circle!important;
    vertical-align: middle!important
}

.pwd_rule {
    word-spacing: 1px;
    font-size: 11px
}

.label-text {
    font-style: italic;
    word-spacing: 1px;
    font-size: 12px;
    line-height: 16px!important;
    float: left
}

.linkbtn {
    padding-left: 5px
}

.m-t-10 {
    margin-top: 10px
}

.login-option-log {
    background: #f9f9f9;
    border: 1px solid #f2f2f2;
    padding: 6px 20px 4px;
    font-size: 12px;
    color: #7d7d7d;
    max-width: 300px;
    margin: 0 auto 20px;
    box-shadow: 0 0 8px #ccc
}

.login-option-log img {
    margin: 3px 0 0
}

.or {
    margin: 0;
    padding: 0;
    float: right;
    right: -15px;
    position: absolute;
    top: 46%
}

.or-devide {
    border-right: 1px solid #f2f2f2;
    margin: 0
}

.new-user {
    font-size: 14px;
    color: #000;
    padding: 0 0 30px
}

.scrh-btn {
    margin: 0 -1px!important;
    float: left;
    outline: 0
}

.searchCont {
    border: 1px solid rgba(0, 0, 0, .1);
    float: left;
    padding: 1px 4px;
    background: #dbe8eb;
    border-radius: 24px;
    box-shadow: 0 0 0 #efefef;
    margin: 4px 0 0;
    height: 35px
}

.searchCont input[type=text],
.searchCont select {
    border: none;
    background-position: 10px 8px;
    background-color: #f0f0f0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .1) inset;
    font-size: 12px;
    outline: 0;
    float: left
}

.searchCont input[type=text] {
    padding: 3px 10px 2px;
    max-width: 170px;
	    height: 30px;
}

.searchCont select {
    padding: 8px 10px 6px;
    max-width: 110px;
    border-radius: 40px 0 0 40px
}

.searchCont input[type=submit] {
    font-size: 12px;
    font-weight: 500;
    color: #000;
    border: none;
    background-color: #f90;
    padding: 2px 10px 3px;
    border-radius: 0 26px 26px 0;
    border-left: 4px solid #dbe8eb;
    text-shadow: 0 1px #fff;
    float: left;
    outline: 0;
	    height: 30px;
}

.m-t-7 {
    margin-top: 7px!important
}

.m-b-0 {
    margin-bottom: 0!important
}

.m-b-10 {
    margin-bottom: 10px!important
}

.coloricon {
    font-size: 20px!important;
    color: #f90;
    margin-right: 15px;
    width: 14px
}

.m-l-15 {
    margin-left: 15px
}

.p-r-15 {
    padding-right: 15px
}

.main-slider h3 {
    font-size: 20px!important;
    margin-top: 12px!important
}

.font15 {
    font-size: 13px!important
}

.main-slider .smmBdr {
    margin: 10px 0
}

img.social-img {
    margin-bottom: 7px;
    width: 23px
}

.leftimgbanner {
    float: left;
    width: 39px;
    border: 1px solid #ddd;
    max-height: 280px
}

@media (min-width:980px) {
    .leftimgbanner {
        float: left;
        width: 39px;
        border: 1px solid #ddd;
        height: 252px
    }
    .vidi {
        width: 628px;
        height: 386px
    }
}

.smm_imgbig {
    float: left;
    width: 127px;
    padding: 10px 10px 10px 0
}

.flexslidertext {
    padding-left: 20px;
    float: left;
    margin-left: 15px
}

a.navbar-brand img {
    margin: 1px 0
}

.socialpic {
    max-width: 120px
}

.m-r-10 {
    margin-right: 10px
}

.m-l-5 {
    margin-left: 5px
}

.field .cta {
    text-indent: 0;
    width: auto;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    margin: 0;
    background: 0 0;
    border: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #006fa6
}

.field .field-text {
    display: inline-block;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s, border .2s;
    -moz-transition: background-color .2s, border .2s;
    -o-transition: background-color .2s, border .2s;
    transition: background-color .2s, border .2s;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: -5px;
    margin-right: -5px;
    max-width: 576px
}

.media-button {
    font-weight: 700;
    cursor: pointer;
    width: auto;
    padding: 1px 10px 0;
    height: 30px;
    line-height: 29px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    background-color: #f2f2f2;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF2F2F2', endColorstr='#FFD1D1D1');
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    margin-left: 5px;
    vertical-align: top;
    color: #666;
    border: 0;
    text-shadow: none;
    box-shadow: none;
    border-radius: 0
}

.media-button:hover {
    text-decoration: none;
    color: #fff;
    background: #6599ff
}

em {
    color: #428bca
}

.verify {
    font-size: 13px;
    margin: 6px 0;
    float: left;
    color: #f90;
    text-decoration: underline
}

.recent-add {
    max-width: 996px;
    margin: 0 auto
}

.recent-add-outer {
    width: 100%;
    background: #f4f4f4;
    padding: 30px 0
}

.recent-add h3 {
    font-size: 34px;
    line-height: 36px;
    font-weight: 400;
    margin: 0 0 15px;
    color: #171514
}

.recent-add ul {
    overflow: hidden;
    margin: 15px 0 0
}

.recent-add li {
    float: left;
    width: 155px;
    margin: 0 13px 0 0
}

.recent-add li.last {
    margin: 0
}

.recent-add li span {
    background: url(../images/recent-pro-frame.png) left top no-repeat;
    padding: 11px;
    display: inline-block
}

.recent-add li a {
    display: inline-block;
    margin: 3px 0 0;
    color: #121214;
    font-size: 16px
}

.recent-add li a:hover {
    color: #2f5595
}

.ca-container-sec .ca-item a {
    display: inline-block;
    margin-top: 0;
    color: #121214
}

.ca-container-sec .ca-item img {
    width: 145px;
    height: 109px;
    box-shadow: 1px 1px 1px #000;
    box-shadow: 1px 1px 6px -1px #999
}

.step-slider1 {
    background: 0 0!important;
    margin: 0!important;
    position: relative
}

.step-slider1 .stepcarousel {
    background: 0 0!important;
    height: 150px;
    margin: 0;
    max-width: 996px
}

.step-slider1 a.next,
.step-slider1 a.prev {
    position: absolute;
    width: 43px;
    height: 43px;
    top: 46px;
    z-index: 11;
    display: block;
    text-indent: -9999px;
    opacity: .1
}

.ca-container:hover .ca-nav span,
.step-slider1:hover a.next,
.step-slider1:hover a.prev {
    opacity: 1
}

.step-slider1 a.prev {
    left: 0;
    background: url(../images/arrow-left.png) left top no-repeat
}

.step-slider1 a span {
    display: inline-block;
    margin: 16px 8px 0 0;
    color: #161414
}

.ca-container,
.ca-container-sec {
    position: relative;
    margin: 0;
    max-width: 996px
}

.step-slider1 a:hover span {
    color: #2f5595
}

.step-slider1 a.next {
    right: 0;
    background: url(../images/arrow-left.png) right top no-repeat
}

.image-slider-contents .outer>div img {
    width: 133px;
    height: 98px
}

.ca-container {
    height: 84px
}

.ca-container-sec {
    height: 150px
}

.ca-item,
.ca-wrapper {
    position: relative;
    height: 100%
}

.ca-wrapper {
    width: 100%
}

.ca-item {
    float: left;
    width: 165px;
    margin-right: 28px
}

.ca-content-wrapper {
    background: #b0ccc6;
    position: absolute;
    width: 0;
    height: 440px;
    top: 5px;
    text-align: left;
    z-index: 10000;
    overflow: hidden
}

.ca-nav span,
.ca-nav span.ca-nav-next {
    background-image: url(../images/arrow-right.png)
}

.ca-content-text p {
    padding-bottom: 5px
}

.ca-nav span {
    width: 43px;
    height: 43px;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    left: 0;
    opacity: .1;
    text-indent: -9000px;
    cursor: pointer;
    z-index: 100
}

.ca-container-sec .ca-nav span {
    top: 37%
}

.ca-nav span.ca-nav-next {
    background-position: top right;
    left: auto;
    right: 0
}

.ca-nav span:hover {
    opacity: 1
}

.linktc,
.linktc:hover {
    color: #fff
}

.pad3 {
    padding: 3px
}

.m-l-10 {
    margin-left: 12px
}

.product-outer {
    background: #fff;
    border: 1px solid #DADADA;
    margin: 10px 2px;
    padding: 5px 0 0;
    box-shadow: 0 3px 2px #dfdfdf
}

.product-outer:hover {
    border: 1px solid #014c8d
}

.productimg {
    padding: 2px;
    position: relative
}

.productimg img {
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    width: 100%
}

.blue-productbox {
    background: #c5d3ed;
    padding: 6px 0
}

.blue-productbox a img {
    margin: 5px
}

.productbox-heading {
    padding: 6px;
    margin: 6px;
    font-size: 16px
}

.m-t-0 {
    margin-top: 0!important
}

.font20 {
    font-size: 20px!important
}

.m-b-50 {
    margin-top: 50px!important
}

.marginauto {
    margin: auto
}

.no-doc {
    padding: 9px 0 10px 10px;
    color: #000;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75)
}

.des {
    font-size: 14px;
    color: #000;
    margin: 0 0 5px;
    line-height: 19px
}

.height46 {
    height: 46px
}

.description_presentation {
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-align: justify;
    background: #fff;
    font-size: 12px
}

.test-box,
.test-midbox1 {
    background-color: #fff;
    padding-top: 20px
}

.widthfull {
    width: 100%
}

.skip {
    max-width: 300px;
    margin: -18px 0 0
}

.colorccc {
    color: #999
}

.lineheight20 {
    line-height: 16px
}

.width150 {
    width: 150px
}

.test-midbox1 {
    border-radius: 2%/100%;
    -moz-border-radius: 2%/100%;
    -webkit-border-radius: 2%/100%;
    box-shadow: -10px 0 7px rgba(0, 0, 0, .3);
    -moz-box-shadow: -10px 0 7px rgba(0, 0, 0, .3);
    -webkit-box-shadow: -10px 0 7px rgba(0, 0, 0, .3)
}

.test-box {
    padding-bottom: 20px;
    border-radius: 1%;
    -moz-border-radius: 1%;
    -webkit-border-radius: 1%;
    box-shadow: 1px 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 1px 0 3px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, .3)
}

.popover {
    width: 500px;
    height: 250px;
    background-color: #282727
}

.btn-margin {
    margin-top: 10px
}

.purchase-form__selection {
    display: table;
    width: 100%;
    line-height: 1;
    margin-bottom: 8px
}

.purchase-form__license-type {
    display: table-cell;
    height: 40px;
    vertical-align: middle;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 700
}

.purchase-form__license-type>select {
    font-weight: 400
}

@media (max-width:568px) {
    .purchase-form__license-dropdown {
        display: block;
        padding: 10px 0
    }
}

.purchase-form__license-dropdown:after {
    font-family: marketplace-glyphs;
    font-style: normal;
    font-weight: 400;
    speak: none;
    text-align: center;
    width: 1em;
    content: "\f102";
    font-size: 9px;
    color: #bababa;
    position: relative;
    top: -1px;
    margin-right: 7px;
    margin-left: 5px
}

.purchase-form__license-dropdown:hover:after {
    color: #545454
}

.purchase-form__price {
    display: table-cell;
    vertical-align: middle;
    color: #454545;
    text-align: right
}

.purchase-form__license {
    display: none
}

.purchase-form__license.is-active {
    display: block
}

.purchase-form__support {
    border-top: 1px solid #e1e8ed;
    padding-top: 12px;
    padding-bottom: 8px;
    padding-left: 4px
}

@media (max-width:568px) {
    .purchase-form__support {
        padding-left: 0
    }
}

.purchase-form__info {
    clear: both;
    margin-bottom: 8px
}

.purchase-form__button {
    margin-bottom: 12px
}

.purchase-form__button:last-of-type {
    margin-bottom: 4px
}

.purchase-form__cart-entry-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.purchase-form__cart-entry-list>li {
    float: left;
    width: 100%;
    margin-bottom: 4px;
    line-height: 2
}

.purchase-form__cart-entry-list>li>span {
    float: left
}

.purchase-form__cart-entry-remove {
    float: right
}

.purchase-form__upgrade {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.purchase-form__upgrade-checkbox {
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 13px
}

.purchase-form__upgrade-info {
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.purchase-form__label {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px
}

.purchase-form__author-name {
    font-weight: 500
}

.no-flexbox .purchase-form__upgrade {
    display: table;
    width: 100%
}

.no-flexbox .purchase-form__upgrade-form {
    width: 1px;
    white-space: nowrap;
    display: table-cell;
    padding-right: .5em
}

.no-flexbox .purchase-form__upgrade-info {
    display: table-cell
}

.purchase-panel {
    background: #fff;
    padding: 15px 25px;
    border: 1px solid #e1e8ed;
    border-radius: 4px;
    margin-bottom: 16px
}

@media (max-width:568px) {
    .purchase-panel {
        padding: 15px 10px
    }
}

.pdf-thumb-box {
    display: inline-block!important;
    position: relative!important;
    overflow: hidden
}

.pdf-thumb-box-overlay {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear .5s, opacity .5s linear
}

.pdf-thumb-box a {
    color: transparent
}

.pdf-thumb-box a:hover .pdf-thumb-box-overlay {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    text-align: center;
    position: absolute;
    background-color: rgba(0, 0, 0, .66);
    color: #fff;
    width: 100%;
    height: 100%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.pdf-thumb-box-overlay span {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.fullcontent {}

.fullcontent a {
    text-decoration: underline;
    color: #000;
}

.card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
	min-height: 340px;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
	background: #fff;
    padding: 1em;
	min-height: 130px;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
}

.card-img-top {
    display: block;
    width: 100%;
    height: auto;
}

.card-title {
    font-weight: 700;
    line-height: 1.2857em;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: : 1px solid rgba(0, 0, 0, .05) !important;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    text-align: center;
}

.card-text {
    clear: both;
    margin-top: .5em;
    color: rgba(0, 0, 0, .68);
    font-size: 15px;
    text-align: center;
}

.card-footer {
    font-size: 14px;
    font-weight: 800;
    background: #fff;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: .75em 1em;
    color: rgba(0, 0, 0, .8);
    border-top: 2px solid rgba(0, 0, 0, .4) !important;
    background: #fff;
}

.card-inverse .btn {
    border: 1px solid rgba(0, 0, 0, .05);
}

.profile {
    position: absolute;
    top: -12px;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 50%;
}

.profile-avatar {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.profile-inline {
    position: relative;
    top: 0;
    display: inline-block;
}

.profile-inline ~ .card-title {
    display: inline-block;
    margin-left: 4px;
    vertical-align: top;
}

.text-bold {
    font-weight: 700;
}
.caption h4{
	font-size:14px;
}

.meta {
    font-size: 1em;
    color: rgba(0, 0, 0, .4);
}

.meta a {
    text-decoration: none;
    color: rgba(0, 0, 0, .4);
}

.meta a:hover {
    color: rgba(0, 0, 0, .87);
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.page-section.-color-grey {
    background: #e9e9e9;
    padding: 50px 0;
}

.page-section.-color-white {
    background: #fff;
    padding: 50px 0;
}



#content-website{
	padding:20px 0;
	background:#fff;
}
.padding-top20{
	padding:20px 0 0 0;
}
.thumbnail-web{
	padding:none;
	
}

.webtext{
	background: #fff;
    color: #333;
}
.ratings p{
font-size:10px;
}

.page-header 
{
color:#fff;
background-color:rgb(162, 162, 162);
height:auto;
color: #fff;
width:100%;
margin:0 !important;
padding:0;
border-bottom:0;
}

.page-header a,.page-header a:hover{
	color:#fff;
}


.view-all{
	background: #f90;
    padding: 1%;
    color: #fff;
    font-weight: 800;
}

.view-all:hover{
	color:#000;
	text-decoration:none;
}
/*Service Box*/




.serviceBox{
    padding: 0 20px;
    text-align: center;
    border: 1px solid #ccc;
    margin: 50px 0;
    position: relative;
    transition: all 0.3s linear 0s;
}
.serviceBox .service-icon{
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 5px;
    background: #4ca8e8;
    font-size: 30px;
    color: #fff;
    margin: -45px 0 30px;
    position: relative;
    transition: all 0.3s linear 0s;
}
.serviceBox:hover .service-icon{
    background: #dcdcdc;
    color: #4ca8e8;
}
.serviceBox .service-icon:after{
    content: "";
    border-top: 10px solid #4ca8e8;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s linear 0s;
}
.serviceBox:hover .service-icon:after{
    border-top-color: #dcdcdc;
}
.serviceBox .title{
    font-size: 16px;
    color: #414141;
    margin: 0 0 12px 0;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .title{
    color: #4ca8e8;
}
.serviceBox .descriptions{
    font-size: 13px;
    color: #000000;
    line-height: 25px;
}

.serviceBox:hover .read-more span{
    color: #4ca8e8;
    margin-right: 0;
}
.serviceBox .read-more i{
    display: inline-block;
    padding: 9px 17px 8px 20px;
    background: #4ca8e8;
    color: #fff;
}

@media only screen and (max-width:767px){
    .serviceBox{ margin-bottom: 80px; }
}

.infographiccss
{
    height: 250px;
    overflow: hidden;
    margin-bottom: 10px;
}

/*website home copy*/
.top-padding-sec{
  padding:50px 0 !important;
}


.bottom-padding-row{
  padding-bottom:50px;
}

.-color-grey{
background: whitesmoke;
}

.-color-white{
background: #fff;
}
	
.callaction-grey{
background-color:#aeaeae;
padding:20px 0;
}
  
.shadow {
    box-shadow: 0 2px 3px -1px #DCDCDC;
}
.sidebar-search-text {
    display: block;
   
    background-color: #fafafa;
    color: #000;
    border-bottom: 1px solid #ededed;
}
.sidebar-search-text input {
    font-size: 16px;
    border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom: 2px dotted #E0E0E0;
    padding-bottom: 9px;
    box-shadow: none;
}
.sidebar .sidebar-nav {
    margin: 0;
    padding: 0;
    background: #6599ff;
}
.sidebar .sidebar-nav li {
    position: relative;
    list-style-type: none;
    border-bottom: 0;
}
.sidebar .sidebar-nav li a {
    position: relative;
    cursor: pointer;
    user-select: none;
    display: block;
    height: 40px;
	font-size:15px;
    line-height: 48px;
    padding: 0 56px 0 16px;
    text-decoration: none;
    clear: both;
    font-weight: 400;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: inherit;
    border-bottom: 1px solid #ededed;
}
.ripple-effect {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}
.sidebar .sidebar-nav li i {
    padding-right: 10px;
    color: #000;
    border-right: 1px solid #ededed;
    margin-right: 20px;
}
.sidebar-badge {
    position: absolute;
    right: 16px;
    top: 0;
}
.caret {
    position: absolute;
    right: 37px;
    top: 23px;
    
}
.strong, b, strong {
    color: #000;
    font-weight: 600;
}
.sidebar .sidebar-nav li a {
    position: relative;
    cursor: pointer;
    user-select: none;
    display: block;
    height: 48px;
    line-height: 48px;
    padding: 0 56px 0 16px;
    text-decoration: none;
    clear: both;
    font-weight: 400;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: inherit;
    border-bottom: 1px solid #ededed;
}
.sidebar .sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.sidebar .sidebar-nav li {
    position: relative;
    list-style-type: none;
    border-bottom: 0;
}
.icon {
    font-size :16px;
    padding:0px;
    color:#fff;
}

 
 /* carousel */
.media-carousel 
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
 margin-left: -3%;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
   margin-top: 100px
}
/* Next button  */
.media-carousel .carousel-control.right 
{
 margin-right: -3%;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 100px
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.media-carousel img

/* End carousel */
 /*animated category*/
 
 
 .category-child .post-content span {
    color: #fff;
}
.category-child .post-content {
    background-color: rgba(7, 7, 7, 0.65);
    color: #fff;
    margin-top: -30px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
    height: 30px;
    overflow: hidden;
}
.thumb img {
    width: 200px;
    height: 150px;
}

.post-content span {
    line-height: 30px;
    position: relative;
    top: -10px;
}

.padding-top{
	padding:20px 0;
}

/*newsletter*/
.intro-header {
	color: #f8f8f8;
	text-align: center;
}

.container-newsletter{
margin-top:150px;
background-color:#00bfff;
width:100%;
position:absolute;
height:220px;
}
.custom-tab-content{
color:#fff;
font-family: 'Open Sans', sans-serif;
}




/*singlr website slider*/


#myCarousel .nav a small {
    display:block;
}
#myCarousel .nav {
	background:#eee;
}
#myCarousel .nav a {
    border-radius:0px;
	background:#fff;
	color:#000;
}

/*content css*/
.pagecontent {
}
.pagecontent p {
    font-size: 16px;
    color: #000;
    margin: 0 0 5px;
    line-height: 35px;
    font-weight: 400;
}
.pagecontent ul li {
    list-style:disc;
    font-size: 16px;
    color: #000;
    margin: 0 0 5px;
    line-height: 35px;
    font-weight: 400;
}
/*content css*/

/*social media*/


.icons {
  padding: 0;
  list-style: none;
  margin: 0px auto 0 auto;
  width:330px;
}

.icons li {
  float: left;
  width: 37px;
  text-align: center;
  margin-left: 10px
}

.icons a {
  display: block;
  color: #fff;
  text-decoration: none;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.icons .fa {
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin: 0 auto;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1.8em
}

.icons .fa-facebook {
  background: rgb(59, 89, 152);
  box-shadow: 0 0 0 0 rgba(59, 89, 152, 0.6)
}

.icons .fa-google-plus {
  background: rgb(221, 75, 57);
  box-shadow: 0 0 0 0 rgba(221, 75, 57, 0.6)
}

.icons .fa-twitter {
  background: rgb(0, 172, 237);
  box-shadow: 0 0 0 0 rgba(0, 172, 237, 0.6)
}

.icons .fa-linkedin {
  background: rgb(0, 123, 182);
  box-shadow: 0 0 0 0 rgba(0, 123, 182, 0.6)
}

.icons .fa-flickr {
  background: rgb(255, 0, 132);
  box-shadow: 0 0 0 0 rgba(255, 0, 132, 0.6)
}

.icons .fa-steam {
  background: rgb(30, 30, 30);
  box-shadow: 0 0 0 0 rgba(30, 30, 30, 0.6)
}

.icons .fa-youtube {
  background: rgb(187, 0, 0);
  box-shadow: 0 0 0 0 rgba(187, 0, 0, 0.6)
}

.icons a span {
  transition: box-shadow .4s ease-in-out;
  -moz-transition: box-shadow .4s ease-in-out;
  -webkit-transition: box-shadow .4s ease-in-out;
  -o-transition: box-shadow .4s ease-in-out
}

.icons a:hover span,
.icons a:active span {
  color: #fff;
  box-shadow: 0 0 0 25px transparent
}

/*newsletter*/



.home-newsletter {
    padding: 20px 0;
    background: #ff9900;
}

.home-newsletter .single {
max-width: 650px;
margin: 0 auto;
text-align: center;
position: relative;
z-index: 2; }
.home-newsletter .single h2 {
font-size: 25px;
color: white;

margin-bottom: 40px; }
.home-newsletter .single .form-control {
height: 50px;
background: rgba(255, 255, 255, 0.6);
border-color: transparent;
border-radius: 20px 0 0 20px; }
.home-newsletter .single .form-control:focus {
box-shadow: none;
border-color: #243c4f; }
.home-newsletter .single .btn {
min-height: 50px; 
border-radius: 0 20px 20px 0;
background: #243c4f;
color: #fff;
}


/*blog css*/

@import url(https://fonts.googleapis.com/css?family=Raleway:400,900,700,600,500,300,200,100,800);

.ion-minus{
    padding:0px 10px;
}

#blog{
	background-color:#f6f6f6;
}

#blog .carousel-indicators {
    bottom: -60px;
}

#blog .carousel-indicators li{
    background-color: #5db4c0;
    height: 13px;
    width: 13px;
    margin: 5px;
}

#blog .carousel-indicators li.active{
    background-color: #888383;
}

#blog .card-block{
    padding: 10px;
}

#blog .card{
    background-color: #FFF;
    border: 1px solid #eceaea;
    margin: 20px 0px;
}

.btn.btn-default {
    background-color: #EA7300;
    color: #fff;
    border: none;
    padding: 10px 18px 10px 18px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 5px;
    text-transform: uppercase;
}

.padding-bottom40{
	padding-bottom:40px !important;
}

/*Category Paging CSS 24032018*/
.btn {
 display: inline-block;
padding: 10px;
border-radius: 5px;
color: #fff;
font-size: .875em;
}
.pagination {
background: #f2f2f2;
padding: 20px;
margin-bottom: 20px;
}
.page {
 display: inline-block;
padding: 0px 9px;
margin-right: 4px;
border-radius: 3px;
border: solid 1px #c0c0c0;
background: #e9e9e9;
box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
font-size: .875em;
font-weight: bold;
text-decoration: none;
color: #717171;
text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}
 .page:hover, .page.gradient:hover {
background: #fefefe;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}
.page.active {
border: none;
background: #616161;
box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
color: #f0f0f0;
text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}
.page.gradient {
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
background: -moz-linear-gradient(0% 0% 270deg,#f8f8f8, #e9e9e9);
 }
/*Category Paging CSS 24032018*/

.single-web li{
	    list-style: disc;
}


/*content sldier*/



/* carousel */
.media-carousel 
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 80px;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 80px
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 80px
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.media-carousel img {
    }
/* End carousel */


/* width */
.onlyscroll::-webkit-scrollbar {
  width:8px;
}
/* Track */
.onlyscroll::-webkit-scrollbar-track {
  background: #ccc; 
}
/* Handle */
.onlyscroll::-webkit-scrollbar-thumb {
  background: #0A7D5E; 
}
/* Handle on hover */
.onlyscroll::-webkit-scrollbar-thumb:hover {
  background: #FE9800; 
}

.feedbackcss {
    position: fixed;
    bottom: 180px;
    padding: 5px;
    margin: 5px;
    background:#6599ff;
    color: #fff;
    border-radius: 0px 0px 5px 5px;
    font-size: 16px;
    left: -30px;
    font-weight: bold;
    text-align: center;
    transform: rotate(270deg);
    /* Safari */
    -webkit-transform: rotate(270deg);
    /* Firefox */
    -moz-transform: rotate(270deg);
    /* IE */
    -ms-transform: rotate(270deg);
    /* Opera */
    -o-transform: rotate(270deg);
}



@media (max-width: 768px) {
	.main-logo{text-align: center;
    margin: 8px;}
	.thumbnail a>img, .thumbnail>img {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
.infographiccss {
    height: auto;
    overflow: inherit;
    margin-bottom: 10px;
}
.infographiccss img{width:100%;} 

#infographicsview .infoinner {
    width: 96% !important;
}
#infographicsview .infoinnerright {
    width: 100% !important;
    float: left;
    margin-top: 10px;
	padding: 12px;
}


.thumbnail { margin: 7%;}
.fullcontent {
    padding: 10px;
}
.sidebar-nav {
    float: inherit;
    padding: 14px !important;
    width: 95%;
    margin: auto !important;
}
.searchCont input[type=text] {
    float: left;
    padding: 3px 10px 2px;
    max-width: 117px !important;
}

.searchCont {
    float: none;
    margin: auto;
    width: 100%;
    max-width: 301px;
}

header .top ul.topleft-info {
    list-style: none;
    margin: 11px;
    padding-left: 0;
    float: left;
    width: 100%;
    text-align: center;
}
.formbg {
    background-color: #f90;
    margin: 33px 0px 0px 0px;
    width: 100%;
    max-width: 100%;
    padding: 17px;
}
.m-b-0 {
    margin-bottom:7px!important;
}
.row, .row .row, .row-fluid, .row-fluid .row-fluid {
    margin-bottom: 0px;
}
.slider-main{padding:0px;}

.page-section.-color-white {
    background: #fff;
    padding: 0px;
}
.card {
    margin: 33px;

}
.topLine2 {
    font-size: 30px;
    color: #097054;
    margin-top: 35px;
}
.page-section.-color-grey {
    background: #e9e9e9;
    padding: 0px;
}

.scrollbar {
    width: 100%;
	height: 260px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.style-4::-webkit-scrollbar {
    width: 2px;
    border-radius: 50%;
    background-color: #ffffff;
}
.style-4::-webkit-scrollbar-thumb {
    background-color: #f4b213;
}
.style-4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #ffffff;
}
.site-info ul {
    background: none;
    text-align: center;
    margin: 10px 0;
    padding: 5px !important;
}
.site-info ul li a {
    color: #4e4e4e;
    font-size: 12px;
}

}

.my-bg-light{background: #f4f4f4;}

.site-info ul {
    background:none;
    text-align: left;
    margin: 10px 0;
    padding: 10px 0 10px 20px;
}