body {
  position: relative;
}
img{
    max-width:100%;
    display:block;
}
h1 {
    font-size: 50px;
    line-height: 60px;
    margin: 25px 0;
    font-weight: 600;
}
h3 {
    font-size: 30px;
    margin: 10px 0;
    font-weight: 600;
}
h4 {
    font-size: 25px;
    margin: 10px 0;
}
h5 {
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0;
    color: #384047;
}
h6 {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
    color: #384047;
}
p {
    font-size: 15px;
}
iframe {
    margin: 0;
    border: none;
    padding: 0;
    display: block;
}
textarea, textarea.form-control, 
input.form-control, 
input[type=text], 
input[type=password], 
input[type=email], 
input[type=number], 
[type=text].form-control, 
[type=password].form-control, 
[type=email].form-control, 
[type=tel].form-control, 
[contenteditable].form-control {
    display: block;
    padding: 6px 12px;
    height:40px;
    font-size:14px !important;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/* --------------------- */
.navbar-default {
    border-color: transparent;
    margin: 0;
    border-radius:0;
    background: url('../images/active4less-header-bg.png');
}
.nav>li>a{ text-transform:uppercase;}
.navbar-brand {
    padding: 10px 15px;
    height: auto;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    background-color: rgba(238, 238, 238, 0);
}
.phone-number a{
    padding-bottom:0 !important;
}
.navbar-default .navbar-nav>li>a {
    font-size: 15px;
}
.phone-number a.top-email {
    padding-top: 0;
    margin-top: 0;
    font-size: 10px;
    color: #42a5f5 !important;
    text-transform: inherit;
    text-align: right;
    font-weight: bold;
}
nav.navbar.navbar-default.affix-top {
    position: absolute;
    z-index: 9;
    width: 100%;
}

nav.navbar.navbar-default.affix {
    position: fixed;
    width: 100%;
    z-index: 99;
    background-color: rgba(255,255,255,.9);
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
main[role='main'] {
    padding-top: 90px;
}
/* ---------------- Navbar end ------------ */

/* header */

.banner-caption h1{
    text-align: left;
    color: #fff;
}
.banner-caption h1 small{
    color: #fff;
    font-weight: 500;
}
label {
    font-weight: normal;
    font-weight: 500;
    font-size: 14px;
}
/* header end shere */
.masthead {
    position: relative;
    padding: 30px 15px;
    color: #FFF;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
    background-image: url(../images/help.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.masthead .main-title {
    margin-bottom: 0;
    color:#fff;
}
.masthead .sub-title {
    font-size: 25px;
    color:#fff;
}
.has-margin-top-lg {  margin-top: 40px;}
.quick-features { text-align: left;}
.quick-features .featues-single { margin-bottom: 25px;}
.featues-single img {
    margin-right: 20px;
    margin-top: 8px;
}
.featues-single h5 {
    margin-bottom: 5px;
    color: #323e4f;
}
.masthead .featues-single h5, .masthead .features-lead { color: #fff;}
.featues-single p { margin-bottom: 0;}
.relative-block {  position: relative;}
.signup-block {
    padding: 20px;
    background: rgba(0, 0, 0, 0.58);
    color: #fff;
    text-align: left;
    margin-bottom: 25px;
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 25px rgba(0,0,0,0.4);
    box-shadow: 0 0 25px rgba(0,0,0,0.4);
}
.has-margin-bottom-sm { margin-bottom: 20px;}
.btn, .btn-lg, .input-lg { border-radius: 3px;}
.form-control {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #DCDCDC;
}
.input-lg {  height: 55px;}
.scrollto--arrow img {
    animation: arrowbounce 1s alternate infinite;
    -moz-animation: arrowbounce 1s alternate infinite;
    -webkit-animation: arrowbounce 1s alternate infinite;
    -o-animation: arrowbounce 1s alternate infinite;
}
.scrollto--arrow {
    padding: 10px;
    position: relative;
}
.scrollto, .scrollto:hover {
    display: block;
    text-decoration: none;
    position: absolute;
    bottom: -30px;
    left: 50%;
    height: 70px;
    margin-left: -50px;
}
.as-seen-on {
    color: #3f74c6;
    font-weight: 600;
    font-size: 14px;
    padding: 15px 0;
    border-bottom: 1px solid #DFE4E9;
}
.logos img {
    padding: 15px 15px 5px 0;
    max-width: 135px;
    display: inline-block;
}
.features-lead {
    margin-bottom: 15px;
    color: #323e4f;
    margin-top: 0;
}
.featues-single img { margin-right: 25px;}
.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}
.section_inner_margin{padding:30px;}
section.services-block { padding: 15px 0 50px;}
.services-block .wpb_wrapper{text-align:center; margin:0 0 30px;}
.services-block .wpb_wrapper h3, h3 a {
    color: #28343c;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: -0.3px;
    text-transform: none;
}
.image_with_text {
    display: inline-block;
    width: 100%;
    position: relative;
}
.image_with_text img { margin: 0 auto;}
.section-title {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 50px;
}
.btn-warning {
    background-color: #9d3f97;
}
.signup-block h3 {
    color: #fff;
}
.section-title h2 { color: #384047;}
.section-title h4 { color: #94a3a8;}
.breath { margin: 50px auto;}
.faq p {margin-bottom: 25px;}
.faq-block{background: #e5e8ec;}
.footercta{
    padding: 20px 0 80px;
    color: #FFF;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
    background-color: #6883cc;
    background-image: url(../images/header_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.footercta .section-title h2 {color: #FFF;}
.footercta .section-title h4 {color: #b5b2df;}

.footercta .section-title{
    margin-bottom:35px;
}
footer#footer{
    background: #393939 url(../images/pattern2.png) repeat left top;
    color: #C2C2C2;
}
footer#footer h3 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
footer#footer ul, .copy-right-footer ul{
    padding:0;
    margin:0;
    list-style:none;
}
footer#footer ul li a{
    color: #C2C2C2;
}
footer#footer ul.social-network li{
    display:inline-block;
    margin-right:5px;
}
footer#footer ul.social-network li a {
    width: 30px;
    display: block;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #fff;
    border-radius: 100%;
    color: #000;
}
.copy-right-footer p {
    margin: 0;
}
.copy-right-footer {
    color: #CCCACA;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    background: #3c3c41;
    border-top: 1px solid #424247;
    padding: 11px 0;
}
.copy-right-footer ul li{ display:inline-block;}
.copy-right-footer ul li a{color: #CCCACA;}
.copy-right-footer ul li+li:before{
    content:'|';
    display:inline-block;
    margin:0 5px 0 3px;
}
.item .blockquote {
    text-align: center;
    width: 100.1%;
    height: 100%;
    margin: 0 auto;
    vertical-align:middle;
    border:none;
} 
.table-cell.table-cell-logo {vertical-align: middle;}
.table-cell.table-cell-logo img {
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
}
.table {display: table;}
.table-cell {display: table-cell;}
.max-width {
    max-width: 480px;
    display: block;
    margin: 0 auto;
}
.item>div {
    width: 50%;
    display: block;
    height: 533px;
    float: left;
    padding:0;
}
.item blockquote {
    max-width: 475px;
    border:none;
    vertical-align:middle;
}
.item cite .cite-name{
    display: block;
    margin-bottom: .9em;
}
.item .btn {padding: 10px 30px;}
.item hr {
    width: 7%;
    height: 1px;
    border: none;
    background: 0 0;
    border-top: solid 3px rgba(255,255,255,.25);
    margin-bottom: 2.1em;
}
.item cite {
    font-family: "proxima-nova",sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: .015em;
}
.item p{
    color: #fff;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 46px;
    line-height: 4.6rem;
    margin-bottom: 1.22em;
    font-family: "open-sans",sans-serif;
    font-weight: 400;
}
.photo-bg {
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
}
.table-logo {
    width: 100%;
    height: 100%;
}
.item .btn {
    padding: 10px 30px;
    color: #fff;
    border: 2px solid rgba(255,255,255,.3);
    text-transform: capitalize;
    transition: border .2s ease;
    border-radius: 100px;
    letter-spacing: .05em;
    line-height: 1.33;
}
.product-thumbnail .item {
    padding-top: 27px;
}
.product-thumbnail {
    background: #fafafa;
    border-bottom: solid 1px #eee;
}


/* xtra */
.btn-warning:hover, .btn-warning:active:hover {
    background-color: #184395;
}
section.tab-part, section.blog {
    padding: 50px 0;
}
.tab-title {
    text-align: center;
    margin: 0px 0 50px;
}
.tab-title h3{
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
}
.tab-title h3 small{
    color: #444;

}
.btn.btn-default {
    background: #be48ac;
    color: #fff;
    font-weight: 500;
}
.btn.btn-default:hover {
    background:#1b4696;
}
.blog-brief .time {
    font-size: 15px;
    font-style: italic;
    margin: 15px 0 0;
    color: #ac379c;
}
.a-icon {
    font-size: 30px;
    background: #a33696;
    border-radius: 100%;
    height: 100px;
    color: #fff;
    width: 100px;
    margin: 0 auto;
    line-height: 100px;
    text-align: center;
    transition: all ease 550ms;
}
.a-info h4 {
    font-weight: bold;
}
.a-info h6 {
    font-weight: 500;
}
.a-info {
    text-align: center;
}
.address-icon-wrap:hover .a-icon {
    font-size: 50px;
    box-shadow: 0px 0px 20px #c147ad;
    transform: rotate(360deg);
}
.a-info {
    text-align: center;
    padding: 30px 0px 50px;
}

.blog-wrap {
    padding: 30px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 7px #bbb;
}
#Container .mix{
    display: none;
}
/* tab part */
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus {
    box-shadow: none;
    background: #bd47ab;
    color: #fff;
}
.nav-tabs>li>a, .nav-tabs>li>a:focus {
    box-shadow: none;
    background: #ddd;
    color: #fff;
    font-weight: bold;
    margin: 0 2px;
    border-radius:0;
}
.nav-tabs>li>a:hover, .nav-tabs>li>a:hover:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus:hover {
    background: #bd47ab;
    color: #fff;
    box-shadow: none;

}
.blog-brief .time {
    font-size: 15px;
    margin: 10px 0 0;
    font-style: italic;
    font-weight: 500;
}
.tab-title h3 {
    position: relative;
    padding-bottom: 20px;

}
.tab-title h3:before {
    position: absolute;
    content: '';
    height: 3px;
    width: 80px;
    bottom: -8px;
    background: #123f93;
    right: 34%;
}
.tab-title h3:after {
    position: absolute;
    content: '';
    height: 3px;
    width: 84px;
    bottom: -18px;
    background: #123f93;
    right: 24%;
}
button.filter {
    background: #a23696;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all ease 550ms;
}
.tab-body {
    text-align: center;
}
button.filter:hover, button.filter.active {
    background: #1b3a92;
}
.tab-body .col-md-3 {
    padding-right: 2px;
    padding-left: 2px;
}
.tab-body .row {
    margin-right: -2px;
    margin-left: -2px;
}
.filter-btn {
    margin-bottom: 35px;
}
.icon-mem {
    background: #123f93;
    display: block;
    padding: 10px 20px;
    color: #fff;
    font-size: 20px;
    float: left;
    margin-right: 20px;
    transition: all ease 550ms;
}
.mem-info h4{
    font-size: 20px;
    margin: 0;
}
.member-inc-wrap {
    margin-bottom: 30px;
}
.member-inc-wrap:hover .icon-mem {
    background: #b139a0;
}
.icon-mem i {
    transition: all ease 550ms;
}
.member-inc-wrap:hover .icon-mem i {
    transform: rotate(360deg);
}
.blog-body {
    padding-bottom: 40px;
}
a.navbar-brand img {
    max-width: 80%;
}
.navbar-default .navbar-nav>li:last-child a {
    padding-right: 0;
}
ul.nav.navbar-nav.navbar-right {
    padding-top: 25px;
}