/*
1. GLOBAL STYLES
2. TYPOGRAPHY
     2.1 FONTS
     2.2 HEADINGS
3. LAYOUT
     3.1 GENERAL
     3.2 PRELOADER
     3.3 LOGO
     3.4 CAROUSELS
4. MENU
5. HEADER
6. SECTIONS
7. FOOTER
8. ICONS
9. BLOG
10.404 PAGE
11.RESPONSIVE

--------------------------------------
1. GLOBAL STYLES
-----------------------------------------*/

html {font-size: 100%;}
body {
    overflow-x: hidden;
    font-weight: normal;
    padding: 0;
    color: #404040 !important;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    text-decoration: none;
    color: #4a7ba5
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}
p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
}
::-moz-selection {
    text-shadow: none;
    color: #fff;
}
::selection {
    text-shadow: none;
    color: #fff;
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
.vc_row {
    margin-left: 0!important;
    margin-right: 0!important;
}
.vc_row.outer-margin {
    margin-left: -15px!important;
    margin-right: -15px!important;
}
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: none;
    max-width: 100%;
    padding: 0;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 17px;
    margin: 10px 0;
    padding: 0 4px 5px;
}

.bypostauthor { display: block; }
.gallery-caption { display: block; }


/* --------------------------------------
2. TYPOGRAPHY
-----------------------------------------*/

/* 2.1 FONTS*/

@font-face {
    font-family: 'Nucleo Outline';
    src: url('fonts/nucleo-outline.eot');
    src: url('fonts/nucleo-outline.eot') format('embedded-opentype'), url('fonts/nucleo-outline.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* 2.2 HEADINGS */

.blog-header .section-heading ,
section h2.section-heading {
    margin-top: 0;
    margin-bottom: 25px;
    letter-spacing: -1px;
}
.blog-header .section-subheading, section .section-subheading {
    margin-bottom: 95px;
    text-transform: none;
    text-align: center;
    margin-top: 25px;
    font-size: 16px;
    line-height: 1;
}
.separator {
    width: 30px;
    height: 2px;
    display: block;
    margin: auto;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* --------------------------------------
3. LAYOUT
-----------------------------------------*/

/* 3.1 GENERAL*/

section {
    padding: 20px 0;
    position: relative;
}
.row {
    margin: 0;
}
.container {
    padding: 0;
    position: relative;
}
.outer-margin {
    margin: 0 -15px;
}
.bg-light-gray {
    background-color: #f7f7f7;
}
.btn-primary {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-xl {
    height: 50px;
    border-radius: 2px;
    color: white;
    font-size: 0.875em;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    transition: 0.3s;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active {
    color: #fff;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}
body.modal-open {
    overflow: hidden;
}

.parallax {position: relative;}
.parallax .parallax-overlay {
    position:  absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: 100%;
    background-attachment: fixed;
    opacity: 0.12;
}

.parallax h2.section-heading,
.parallax .section-subheading {
    color: #fff;
}
.parallax .separator {
    background: #fff;
}
.gray-bg {
    background: #f8f8f8;
}
.header-buttons {
    margin: 60px auto 100px auto;
}
.primary-button {
    min-width: 150px;
    padding: 0 20px;
    background-color: white;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    font-size: 0.875em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 36px;
    margin: 0 10px;
    border: 2px solid white;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.primary-button.button-inverse {
    color: #fff;
    margin: 0;
}
.primary-button.button-inverse:hover {
    background: transparent;
}
.secondary-button {
    min-width: 150px;
    text-align: center;
    line-height: 36px;
    display: inline-block;
    line-height: 36px;
    color: white;
    font-size: 0.875em;
    margin: 0 10px;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid white;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.secondary-button-inverse {
    background: #fff
}
.secondary-button.secondary-button-inverse:hover {
    color: #fff;
}
.primary-button:hover {
    background: none;
    color: #fff;
    text-decoration: none;
}
.secondary-button:hover {
    background: #fff;
    text-decoration: none;
}

/*3.2 LOGO*/

#logo {float: left;}

.logo img {
    height: 44px;
    width: auto;
}

/*3.3 PRELOADER*/

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.spinner {
    opacity: 0.9;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.spinner:after,
.spinner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    border: 5px solid transparent;
    border-bottom: 5px solid #fff;
    border-radius: 100%;
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
}
.spinner:before {
    width: 40px;
    height: 40px;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}
@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate {
    from {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*3.4 CAROUSELS*/

.owl-controls .owl-buttons {
    display: none;
}

.owl-controls .owl-buttons div {
    background: url(images/arrow.png);
    display: inline-block;
    zoom: 1;
    margin: 0;
    width: 10px;
    text-indent: -9999px;
    height: 18px;
    font-size: 0;
    position: absolute;
    right: 0;
    margin-top: 8px;
    margin-right: -72px;
    top: 50%;
    padding: 0;
    filter: Alpha(Opacity=30);
    opacity: 0.3;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.owl-controls .owl-buttons div.owl-prev {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: auto;
    left: 0;
    margin-left: -72px;
}
.owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}
.owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    opacity: 0.22;
    background-color: #248df8;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/

    opacity: 1;
}
.owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-item.loading {
    min-height: 150px;
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    z-index: 2;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing {
    cursor: url(images/grabbing.png) 8 8, move;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

/* --------------------------------------
4. MENU
-----------------------------------------*/

.navbar-default {
    border-color: transparent;
    width: inherit;
    top: inherit;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fec503;
}
.navbar-default .navbar-collapse {
    border: none;
    box-shadow: none;
}
.navbar-default .navbar-toggle {
    border: none;
    margin-right: -10px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #4a7ba5;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: none;
}
.navbar-default .nav li a {
    color: white;
    font-size: 0.875em;
    font-weight: 700;
    opacity: 0.7;
    padding: 15px 25px;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 100%;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #fff;
    background: none;
    opacity: 1;
}
.navbar-default.navbar-shrink .nav li a {
    opacity: 0.8
}
.navbar-default.navbar-shrink .nav .active a {
    opacity: 1
}
.navbar-default.navbar-shrink .nav li a:hover, .navbar-default.navbar-shrink .nav li a:focus {
    outline: 0;
    color: #3b6b94;
    opacity: 1;
    background: none;
}
.navbar-default.navbar-shrink .navbar-nav>.active>a:focus,
.navbar-default.navbar-shrink .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    background: none;
    opacity: 1;
    -webkit-filter: brightness(1.2);
}
@media(min-width:960px) {
    .navbar.navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }
    .navbar-default.navbar-shrink {
        padding: 10px 0;
    }
}

/* --------------------------------------
5. HEADER
-----------------------------------------*/

header {
    position: relative;
    text-align: center;
    color: #fff;
        overflow: hidden;
    background-image: -webkit-linear-gradient(270deg, rgba(51, 51, 51, 0.04) 0%, rgba(255, 255, 255, 0.04) 100%);
    background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.04) 0%, rgba(255, 255, 255, 0.04) 100%);
}
header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}
header .intro-text .intro-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    display: block;
    max-width: 470px;
    margin: 0 auto;
}
header .intro-text {
    padding-top: 165px;
    padding-bottom: 0;
}
header .intro-text .intro-lead-in {
    font-size: 58px;
    letter-spacing: -1px;
    margin: 0;
    line-height: 120px;
    color: #fff;
}
header .header-dashboard {
    display: block;
    margin: auto;
    background: url(images/header-shadow.png);
    margin-top: -60px;
}
header .header-dashboard .dashboard {
    margin-top: 70px;
        max-width: 1080px;
    height: auto;
}
header .container {
    position: relative;
    z-index: 10;
}
#headerbackground,
#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.video-bg .secondary-button:hover {background: none;}
.image-bg .secondary-button:hover {border-color: #fff}
#headerbackground {height: 100%;width: 100%;display: none;}
#header.image-bg .image-overlay {
    background-attachment: fixed;
    background-size: cover;
    position: absolute;
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.25;
}
#header.image-bg #headerbackground,
#header.video-bg #headerbackground {
    display: block;
}
#header.video-bg {
    background: none;
}
.mobile-app .intro-text {
    padding-top: 180px;
    padding-bottom: 0;
    float: left;
    text-align: left;
    width: 50%;
}
.mobile-app .header-dashboard {
    display: block;
    margin: auto;
    float: right;
    text-align: right;
        background: none;
}
.mobile-app .header-dashboard .dashboard {
    margin-top: 170px;
    margin-bottom: 0;
}
.mobile-app .header-buttons .primary-button {
    float: left;
    margin-left: 0;
    margin-right: 10px;
}
.mobile-app  .intro-text .intro-heading {
    font-size: 18px;
    font-weight: 400;
    max-width: 75%;
    line-height: 25px;
}
.mobile-app  .intro-text .intro-lead-in {
    font-size: 52px;
    text-align: left;
    margin-bottom: 30px;
    line-height: 1.2;
    margin-top: 50px;
}
.mobile-app  .header-buttons { margin-top: 40px;}
.subscribe-form .intro-text {
    padding-top: 215px;
    padding-bottom: 170px;
}
.subscribe-form header .wpcf7-form  {
    float: none;
    position: relative;
    max-width: 550px;
    margin: 60px auto;
}
.subscribe-form header .wpcf7-form br {
    display: none;
}
.subscribe-form header .wpcf7-text  {
    border: 1px solid #fff;
    border-right: 0;
    float: left;
    font-size: 0.85em;
    border-radius: 0;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    width: 400px;
    border-radius: 2px;
    height: 50px;
    color: #fff;
    background: none;
    padding: 0 20px;
}
.subscribe-form header .wpcf7-submit {
    margin: 0;
    float: left;
    border-radius: 0;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    width: 150px;
    border: none;
    height: 50px;
    color: inherit;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    outline: none;
    background-color: white;
    margin-left: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.subscribe-form header .wpcf7-response-output {
    border: none;
    margin: 0;
    width: 100%;
    position: absolute;
    border-radius: 2px;
    background: #fff;
    top: 0;
    font-weight: bold;
    font-size: 0.85em;
    cursor: pointer;
    padding: 0;
    line-height: 50px;
    height: 50px;
    text-align: center;
}
.subscribe-form header .wpcf7-not-valid-tip {
    display: none;
}
.subscribe-form header .wpcf7-submit:hover {
    color: #fff;
}
.subscribe-form header .wpcf7-text::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.subscribe-form header .wpcf7-text:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.subscribe-form header .wpcf7-text::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.subscribe-form header .wpcf7-text:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}


#menu-main-menu .menu-item-has-children .dropdown-menu {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

#menu-main-menu .menu-item-has-children:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

#menu-main-menu .menu-item .dropdown-menu .menu-item a {padding: 5px 10px; font-size: inherit;}

#menu-main-menu .dropdown-menu {
    padding: 15px 18px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    min-width: 200px;
    left: -3px;
    top: 44px;
}

#menu-main-menu .dropdown-menu a {
    margin: 0;
    color: #4a7ba5;
    padding: 10px 17px;
    line-height: 20px;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    background: transparent;
    font-size: 12px;
    border-bottom: 1px solid #e4e4e4;
}
#menu-main-menu .dropdown-menu li:last-child a{
  border-bottom:0px;
}
#menu-main-menu .dropdown-menu a:hover {
    opacity: 1;
}

/* --------------------------------------
6. SECTIONS
-----------------------------------------*/

/*     6.1 ABOUT*/

.service-heading {
    text-transform: none;
    color: #333;
    font-size: 22px;
    margin-top: 0;
    line-height: 22px;
    margin-bottom: 22px;
}

/*6.9 SUBSCRIBE*/

.subscribe .wpb_wrapper h3 {
    color: white;
    letter-spacing: -1px;
    font-size: 30px;
    margin: 0;
    line-height: 50px;
    text-align: center;
}
.subscribe form {
    float: right;
    position: relative;
}
.subscribe .wpcf7-form-control-wrap {
    position: inherit;
    float: left;
}
.subscribe .wpcf7-mail-sent-ok,
.subscribe .wpcf7-not-valid-tip {
    position: absolute;
    top: 0;
    height: 50px;
    margin: 0;
    line-height: 50px;
    font-weight: bold;
    font-size: 0.875em;
    width: 100%;
    border-radius: 2px;
    background: #fff;
    text-align: center;
    padding: 0;
    border:none;
    cursor: pointer;
}
.subscribe .wpcf7-validation-errors {
    display: none!important
}
.subscribe input {
    width: 400px;
    border-radius: 2px;
    height: 50px;
    line-height: 1;
    font-size: 0.875em;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: none;
    padding: 0 20px;
}
.subscribe input[type="submit"] {
    width: 150px;
    border: 2px solid white;
    height: 50px;
    color: inherit;
    font-size: 0.875em;
    font-weight: 700;
    text-transform: uppercase;
    outline: none;
    background-color: white;
    border-radius: 2px;
    float: right;
    margin-left: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.subscribe input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.subscribe input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.subscribe input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.subscribe input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.subscribe input[type="submit"]:hover {
    color: #fff;
    background: none;
}
.subscribe .ajax-loader {
    display: none
}
.subscribe br {
    display: none;
}
.subscribe input:focus {
    box-shadow: none;
    border: 1px solid #fff;
    outline: none;
}

/*6.10 CONTACT*/


.contact .vc_column_container .vc_column-inner {
    padding: 0;
}
.contact h2 {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 50px;
    letter-spacing: -1px;
    line-height: 40px;
}
.contact .wpb_content_element p {
    margin-bottom: 50px!important;
    margin-top: 30px;
    line-height: 25px;
    font-size: 1.125em;
}
.contact .wpcf7-form-control-wrap {
    margin-bottom: 30px;
    float: left;
    position: relative;
    width: 48%;
}
.contact .form-textarea {
    width: 100%;
}
.contact .wpcf7-form-control-wrap input,
.contact .wpcf7-form-control-wrap textarea {
    padding: 20px;
    float: left;
    font-size: 0.875em;
    border-radius: 2px;
    resize: none;
}
.contact .section-subheading {
    margin-bottom: 50px;
    margin-top: 30px;
    line-height: 25px;
}
.contact .wpcf7-form-control-wrap input.wpcf7-form-control {
    border-radius: 2px;
    width: 100%;
    font-size: 0.875em;
    height: 50px;
    background-color: white;
    padding: 0 20px;
    line-height: 1;
    border: 1px solid #ccc;
}
.contact .your-email {float: right;}
.contact .your-message {width: 100%;}
.contact br {display: none}
.contact .wpcf7-form-control-wrap textarea.wpcf7-form-control {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 0.875em;
    height: auto;
    border-radius: 2px;
    height: 150px;
    resize: none;
}
.contact .wpcf7-form-control-wrap textarea.wpcf7-form-control:focus,
.contact .wpcf7-form-control-wrap input.wpcf7-form-control:focus {
    box-shadow: none;
    outline: none;
}
#commentform #submit,
.contact .wpcf7-submit {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    text-align: center;
    font-size: 0.875em;
    border-radius: 2px;
    color: white;
    height: 50px;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    touch-action: manipulation;
    text-transform: uppercase;
    width: 100%;
    transition: 0.3s;
    cursor: pointer;
    -webkit-user-select: none;
    background-image: none;
    border: 1px solid transparent;
}
.contact .wpcf7-not-valid-tip {
    margin: 0;
    padding: 0;
    float: right;
    list-style-type: none;
    text-align: right;
    font-size: 0.875em;
    line-height: 1;
    top: 0;
    max-width: 130px;
    padding-top: 11px;
    right: 20px;
    position: absolute;
}
.contact .text-danger {
    margin: 0;
}
.contact-map-container {
    flex: 1;
}
.contact-map-container #map {
    width: 100%;
    height: 100%;
}
.contact-form-wrapper{
  width: 50%;
padding: 33px;
}
.contactForm .alert-success {
    background-color: #fff;
    padding: 14px;
    border-radius: 2px;
}

.contact .wpcf7-response-output {
    background-color: #fff;
    border: 1px solid transparent;
    padding: 14px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin: 0;}

/* --------------------------------------
7.FOOTER
-----------------------------------------*/

footer {
    padding: 0 0 15px 0;
    text-align: center;
}
.lower-footer span,
.lower-footer span, .lower-footer a {
    opacity: .6;
    color: white;
    font-size: 12px;
    font-weight: 400;
    line-height: 40px;
    margin-right: 25px;
}
.lower-footer a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.lower-footer a:hover {
    opacity: 1;
    text-decoration: none;
}
.lower-footer .pull-right a {
    margin: 0;
    margin-left: 35px;
    float: left;
    display: inline-block;
}
.lower-footer .fa {
    margin: 0;
    opacity: 1;
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: 400;
    float: left;
    margin-right: 0;
}
.lower-footer {
    margin-top: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 22px;
    width: 100%;
    float: left;
}
#upper-footer {
    width: 100%
}
#upper-footer .pull-right {
    width: 570px;
}
#upper-footer .pull-left p {
    opacity: 0.2;
    max-width: 250px;
    margin-top: 30px;
    color: white;
    font-size: 0.875em;
    font-weight: 400;
    text-align: left;
    line-height: 25px;
}
.footer-nav {
    float: left;
    max-width: 280px;
    padding: 0;
    margin: 0;
    margin-top: 5px;
}
.footer-nav li {
    width: 120px;
    display: inline-block;
    float: left;
    margin-bottom: 30px;
}
.footer-nav a {
    color: white;
    font-size: 0.875em;
    font-weight: 700;
    padding: 0;
    display: inline-block;
    text-align: left;
    float: left;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.footer-nav a:hover {
    text-decoration: none;
}
.footer-secondary-nav {
    float: left;
    padding: 0;
    width: auto;
    margin-top: 5px;
    margin-bottom: 0;
    padding-left: 50px;
    max-width: 280px;
}
.footer-secondary-nav li {
    display: inline-block;
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.footer-secondary-nav a {
    font-size: 0.875em;
    font-weight: 400;
    color: #fff;
    float: left;
    line-height: 14px;
}
.footer-secondary-nav .fa {
    display: inline-block;
    margin-right: 15px;
    font-size: 18px;
    height: 14px;
    line-height: 13px;
}
.footer-secondary-nav .fa.fa-envelope {
    font-size: 0.875em;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs {
     height: 23px;
 }
.vc_icon_element.vc_icon_element-align-left {
    text-align: left;
    width: 23px;
    height: 20px;
    margin-right: 15px;
    float: left;
    margin-bottom: 25px;
}
.wpb_wrapper .vc_wp_custommenu {
    margin-bottom: 0;
}
.wpb_wrapper .menu-item {
    width: 120px;
    display: inline-block;
    float: left;
    margin-bottom: 30px;
}
.wpb_wrapper .menu {
    list-style-type: none; padding: 0;
}
.wpb_wrapper .menu a {
    color: white;
    font-size: 14px;
    font-weight: 700;
    padding: 0;
    display: inline-block;
    text-align: left;
    float: left;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/*-----------------------------------------------------------------*/
/* 8. ICONS
/*-----------------------------------------------------------------*/

.iconspage header {
    text-align: center;
    padding: 120px 0 0;
}
.iconspage header h1 {
    font-size: 2rem;
}
.iconspage header p {
    font-size: 1.4rem;
    margin-top: .6em;
}
.iconspage header a:hover {
    text-decoration: underline;
}
.iconspage section {
    width: 90%;
    max-width: 1200px;
    margin: 50px auto;
}
.iconspage section h2 {
    border-bottom: 1px solid #e2e2e2;
    padding: 0 0 1em .2em;
    margin-bottom: 1em;
}
.iconspage ul::after {
    clear: both;
    content: "";
    display: table;
}
.iconspage ul li {
    width: 25%;
    float: left;
    padding: 16px 0;
    text-align: center;
    border-radius: .25em;
    cursor: pointer;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}
.iconspage ul li:hover {
    background: #dbdbdb;
}
.iconspage ul p {
    display: inline-block;
    font-size: 1rem;
    margin-top: 10px;
    color: #999999;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    white-space: nowrap;
    width: 100%;
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}

[class^='nc-icon-outline'], [class*='nc-icon-outline']
{
    display: inline-block;
    font-family:'Nucleo Outline'!important;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.nc-icon-outline-air-baloon:before { content: "\e600"; }
.nc-icon-outline-album:before { content: "\e601"; }
.nc-icon-outline-banana:before { content: "\e602"; }
.nc-icon-outline-bear:before { content: "\e603"; }
.nc-icon-outline-beer:before { content: "\e604"; }
.nc-icon-outline-board:before { content: "\e605"; }
.nc-icon-outline-bookmark-add:before { content: "\e606"; }
.nc-icon-outline-bookmark-remove:before { content: "\e607"; }
.nc-icon-outline-bookmark:before { content: "\e608"; }
.nc-icon-outline-cake:before { content: "\e609"; }
.nc-icon-outline-cart-add:before { content: "\e60a"; }
.nc-icon-outline-cart:before { content: "\e60b"; }
.nc-icon-outline-chat:before { content: "\e60c"; }
.nc-icon-outline-cloud:before { content: "\e60d"; }
.nc-icon-outline-coffee:before { content: "\e60e"; }
.nc-icon-outline-controller:before { content: "\e60f"; }
.nc-icon-outline-diamond:before { content: "\e610"; }
.nc-icon-outline-dislike:before { content: "\e611"; }
.nc-icon-outline-evil:before { content: "\e612"; }
.nc-icon-outline-eye-ban:before { content: "\e613"; }
.nc-icon-outline-eye:before { content: "\e614"; }
.nc-icon-outline-flight:before { content: "\e615"; }
.nc-icon-outline-headphones:before { content: "\e616"; }
.nc-icon-outline-heart:before { content: "\e617"; }
.nc-icon-outline-home:before { content: "\e618"; }
.nc-icon-outline-image:before { content: "\e619"; }
.nc-icon-outline-keyboard:before { content: "\e61a"; }
.nc-icon-outline-laptop:before { content: "\e61b"; }
.nc-icon-outline-like:before { content: "\e61c"; }
.nc-icon-outline-money:before { content: "\e61d"; }
.nc-icon-outline-moon-storm:before { content: "\e61e"; }
.nc-icon-outline-moon:before { content: "\e61f"; }
.nc-icon-outline-moto:before { content: "\e620"; }
.nc-icon-outline-mouse:before { content: "\e621"; }
.nc-icon-outline-pc:before { content: "\e622"; }
.nc-icon-outline-pizza:before { content: "\e623"; }
.nc-icon-outline-player:before { content: "\e624"; }
.nc-icon-outline-print:before { content: "\e625"; }
.nc-icon-outline-reflex:before { content: "\e626"; }
.nc-icon-outline-robot:before { content: "\e627"; }
.nc-icon-outline-shirt:before { content: "\e628"; }
.nc-icon-outline-sign:before { content: "\e629"; }
.nc-icon-outline-skull:before { content: "\e62a"; }
.nc-icon-outline-suitcase:before { content: "\e62b"; }
.nc-icon-outline-sun-cloud:before { content: "\e62c"; }
.nc-icon-outline-sushi:before { content: "\e62d"; }
.nc-icon-outline-taxi:before { content: "\e62e"; }
.nc-icon-outline-vespa:before { content: "\e62f"; }
.nc-icon-outline-wallet:before { content: "\e630"; }
.nc-icon-outline-world:before { content: "\e631"; }

/*-----------------------------------------------------------------*/
/* 9. BLOG
/*-----------------------------------------------------------------*/

.blog-header {background-size: cover!important; position: relative;padding-bottom: 55px;}
.blog-header .header-overlay {position: absolute;width: 100%;height: 100%; top: 0; left: 0; opacity: 0.9;}
.blog-header .intro-text {position: relative;padding-top: 200px; width: 100%; padding-bottom: 0;}
#posts-content {    padding: 60px 0 100px 0; }
#posts-content .blog-separator {  color: #ccc; padding: 0 15px; display: inline-block;}
#posts-content .post .blog-single-title, #posts-content .blog-single-content .blog-single-title  { text-align: left; font-size: 30px; line-height: 30px; margin-top: 0px; margin-bottom: 10px; letter-spacing: -1px; }
#posts-content .entry-meta {      font-size: 14px;    width: 100%;    margin-bottom: 25px;}
#posts-content .more-button a {  text-transform: uppercase;     display: inline-block; font-weight: bold; margin-top: 15px; font-size: 14px;}
#posts-content .post { margin-bottom: 85px;}
.single-post #posts-content .post { margin-bottom: 50px;}
#posts-content img {  max-width: 100%; height: auto;}
#posts-content .wp-post-image { margin-bottom: 30px;}
#posts-content .comment-count {    float: right;     margin-right: 5px;}
#posts-content .comment-count .fa {  margin-right: 7px;}
#comments #respond #reply-title,
.reply-title, .widget-title, #reply-title {  font-size: 16px;  font-family: inherit; text-align: left; font-weight: bold;    margin: 0;     line-height: 40px; }
.blog_widget {margin-bottom: 50px; padding-left: 30px; }
.blog_widget ul {padding: 0; list-style-type: none}
.blog_widget ul li { font-size: 16px; color: inherit; list-style-type: none; line-height: 40px;}
.blog_widget ul li a { color: inherit;  -webkit-transition: 0.25s;-o-transition: 0.25s;transition: 0.25s; }
.blog_widget select { width: 100%; padding: 0 15px; border: 1px solid #ccc; outline: none; font-size: 14px; line-height: 50px; height: 50px; }

#comments #respond #reply-title {margin-top: 50px;}
#posts-content .post h1 {text-align: left; font-size: 50px;line-height: 50px; margin-bottom: 25px;  margin-top: 25px;}
#posts-content .post h2 {text-align: left; font-size: 35px;line-height: 35px; margin-bottom: 25px;  margin-top: 25px;}
#posts-content .post  h3 {text-align: left; font-size: 25px;line-height: 25px; margin-bottom: 25px;  margin-top: 25px;}
#posts-content .post blockquote { margin: 25px 0; font-style: italic;}
#posts-content .post table {border-right: 1px solid #e6e6e6;  border-bottom: 1px solid #e6e6e6;}
#posts-content .post td, #posts-content .post th { border-top: 1px solid #e6e6e6;  border-left: 1px solid #e6e6e6;  padding: 10px}
#posts-content .post dl {    margin: 0 20px;}
#posts-content .post dd {    margin: 0 0 20px;}
#posts-content .post p {margin-bottom: 20px;}
#posts-content .post address {font-style: italic}
#posts-content .post code , #posts-content .post kbd {background: #efefef; border: none; box-shadow: none;}
#posts-content .post kbd {color: inherit;}
#posts-content .post pre {background: #efefef;    border: none;    padding: 20px;    border-radius: 3px; margin-bottom: 30px;}
#posts-content .post pre {background: #efefef;    border: none;    padding: 20px;    border-radius: 3px; margin-bottom: 30px;}
#posts-content .post input { border: 1px solid #ccc; height: 50px; line-height: 1; font-size: 14px; outline: none; padding: 0 15px; }
#posts-content .post input[type="submit"] { border: none; border-radius: 2px; font-weight: bold; text-transform: uppercase; padding: 0 25px; color: #fff; }
#posts-content .post .gallery-item {width: 100%; margin: 0;    margin-bottom: 20px;}
#posts-content .post .gallery-item img {border: none;}
#posts-content .post iframe {max-width: 100%;}
#posts-content .post.format-aside .blog-single-title {display: none;}
#single-page {padding: 150px 0; min-height: 600px;}
#single-page .section-subheading {margin-bottom: 40px}
#single-page .single-page-content h1 {text-align: left; font-size: 50px;line-height: 50px; margin-bottom: 25px;  margin-top: 25px;}
#single-page .single-page-content h2 {text-align: left; font-size: 35px;line-height: 35px; margin-bottom: 25px;  margin-top: 25px;}
#single-page .single-page-content h3 {text-align: left; font-size: 25px;line-height: 25px; margin-bottom: 25px;  margin-top: 25px;}
#single-page blockquote { margin: 25px 0; font-style: italic;}
#single-page table {border-right: 1px solid #e6e6e6;  border-bottom: 1px solid #e6e6e6;}
#single-page td, #single-page th { border-top: 1px solid #e6e6e6;  border-left: 1px solid #e6e6e6;  padding: 10px}
#single-page dl {    margin: 0 20px;}
#single-page dd {    margin: 0 0 20px;}
#single-page p {margin-bottom: 20px;}
#single-page address {font-style: italic}
#single-page code , #single-page kbd {background: #efefef; border: none; box-shadow: none;}
#single-page kbd {color: inherit;}
#single-page pre {background: #efefef;    border: none;    padding: 20px;    border-radius: 3px; margin-bottom: 30px;}
#single-page pre {background: #efefef;    border: none;    padding: 20px;    border-radius: 3px; margin-bottom: 30px;}
#single-page input { border: 1px solid #ccc; height: 50px; line-height: 1; font-size: 14px; outline: none; padding: 0 15px; }
#single-page input[type="submit"] { border: none; border-radius: 2px; font-weight: bold; text-transform: uppercase; padding: 0 25px; color: #fff; }
#single-page .gallery-item {width: 100%; margin: 0;    margin-bottom: 20px;}
#single-page .gallery-item img {border: none;}
#single-page iframe {max-width: 100%;}
#single-page.format-aside .blog-single-title {display: none;}
#single-page img {  max-width: 100%; height: auto;}
#single-page .single-page-content ul li:before { content: "\f105"; font-family: FontAwesome;  font-size: 16px; font-weight: 400; display: inline-block; margin-right: 10px; line-height: 1; }
#single-page .single-page-content ul li {list-style-type: none; margin-left: -15px;}
#single-page #comments ul li:before {display: none;}
#posts-content .fa-thumb-tack {margin-right: 5px;}
#posts-content .page-content ul li {list-style-type: none;}
#posts-content .page-content ul li:before {    margin-left: -15px;}
#posts-content .page-content ul li:before,
#posts-content .more-button a:after,
.navigation.pagination .prev:before,
.navigation.pagination .next:after,
.blog_widget ul li a:before { content: "\f105"; font-family: FontAwesome;  font-size: 16px; font-weight: 400; display: inline-block; margin-right: 10px; line-height: 1; }
.blog_widget ul li a:hover:before {opacity: 1;}
.navigation.pagination .next:after,
#posts-content .more-button a:after {margin-left: 8px;  margin-right: 0; line-height: 25px;}
.navigation.pagination .prev:before {content: "\f104"; }
.pagination {margin: 10px 0 0 0;}
.navigation.pagination   {text-align: center;    width: 100%;}
.navigation.pagination .page-numbers {display: none}
.navigation.pagination .screen-reader-text {display: none;}
.navigation.pagination .next {float: right;}
.navigation.pagination .prev {float: left;}
.navigation.pagination .next,
.navigation.pagination .prev { display: block; color: inherit;   -webkit-transition: 0.25s;-o-transition: 0.25s;transition: 0.25s; font-weight: bold; text-transform: uppercase; border: 1px solid #ccc; height: 50px; width: 170px; line-height: 48px; font-size: 14px; border-radius: 2px; }
.searchform {position: relative;}
.searchform #s { width: 100%; padding: 0 15px; border: 1px solid #ccc; outline: none; font-size: 14px;     line-height: 50px; height: 50px;}
.searchform #searchsubmit { position: absolute; outline: none; background: none;  -webkit-transition: 0.25s;-o-transition: 0.25s;transition: 0.25s; border: none; top: 0; color: #ccc; padding: 12px 18px; right: 0; font-family: FontAwesome; }
.tags { margin-top: 30px;    float: left;    margin-bottom: 30px;}
.tags a, .tagcloud a { font-size: 0.8em !important; display: inline-block; margin-right: 10px;  -webkit-transition: 0.25s;-o-transition: 0.25s;transition: 0.25s; background: whitesmoke; float: left; margin-bottom: 10px; color: #999; padding: 3px 15px; }
.meta-content .tags a:hover, .tagcloud a:hover {color: #fff;}
.tagcloud { margin-top: 15px; float: left; width: 100%; margin-bottom: 40px; }
.blog-single-content { padding-bottom: 40px; border-bottom: 1px solid #e6e6e6; }
.blog-content p { margin-bottom: 25px; }
.page .navbar-default .navbar-nav>.active>a,
.blog .navbar-default .navbar-nav>.active>a {color: #fff; opacity: 1}
#recentcomments li {font-size: 0px;}
#recentcomments li .comment-author-link { font-size: 12px;color: #999; text-transform: capitalize;}
#recentcomments li .comment-author-link:after { content: "-"; display: inline-block; margin: 0 10px; font-size: 16px;}
#recentcomments li a {font-size: 14px;}
#recentcomments a:before {display: none;}
#commentform input[type="text"], #commentform input[type="email"],
#commentform textarea {    height: 150px;    background-color: white;    border: 1px solid #ccc;    display: block;    margin-bottom: 30px;    width: 100%;    font-size: 14px;    outline: none;    padding: 10px 15px;    resize: none;}
.comment-form-author, .comment-form-email {width: 50%; float: left;}
#commentform .comment-form-author  {padding-right: 15px;}
#commentform .comment-form-email   {padding-left: 15px;}
#commentform input[type="text"], #commentform input[type="email"] {	height: 50px; line-height: 50px;}
#comments .comment-list {list-style-type: none; padding-left: 0;}
#comments .comment {list-style-type: none; padding: 50px 0; border-bottom: 1px solid #e6e6e6}
#comments .comment:last-child {border: none;}
#comments .comment img {float: left;    border-radius: 90px;    margin-right: 30px; width: 70px;    height: 70px;}
#comments .says {display: none}
#comments .fn {text-transform: capitalize;    font-style: inherit;    font-weight: bold;    font-size: 14px;    margin-bottom: 15px;}
#comments .comment-meta {margin: 5px 0;}
#comments .comment-meta a {font-size: 14px; color: #999;}
#comments .reply {margin-top: 30px;     margin-left: 100px;     line-height: 1;}
#comments .reply a {font-size: 14px;}
#comments .comment p {padding-left: 100px;}
#comments .comment #commentform p {padding-left: 0;}
#comments .comment-notes {margin-bottom: 30px; font-size: 14px;}
#comments .children {padding-left: 100px;}
#cancel-comment-reply-link {font-size: 14px;}
#comments .logged-in-as {margin-bottom: 15px;}
#comments .logged-in-as a {font-size: 14px;}
#posts-content #comments ul li:before {display: none;}
#posts-content #comments h1 {text-align: left; font-size: 50px;line-height: 50px; margin-bottom: 25px;  margin-top: 25px;}
#posts-content #comments h2 {text-align: left; font-size: 35px;line-height: 35px; margin-bottom: 25px;  margin-top: 25px;}
#posts-content #comments  h3 {text-align: left; font-size: 25px;line-height: 25px; margin-bottom: 25px;  margin-top: 25px;}
#posts-content #comments blockquote { margin: 25px 0; font-style: italic;}
#posts-content #comments table {border-right: 1px solid #e6e6e6;  border-bottom: 1px solid #e6e6e6;}
#posts-content #comments td, #posts-content #comments th { border-top: 1px solid #e6e6e6;  border-left: 1px solid #e6e6e6;  padding: 10px}
#posts-content #comments dl {    margin: 0 20px;}
#posts-content #comments dd {    margin: 0 0 20px;}
#posts-content #comments p {margin-bottom: 20px;}
#posts-content #comments address {font-style: italic}
#posts-content #comments code , #posts-content #comments kbd {background: #efefef; border: none; box-shadow: none;}
#posts-content #comments kbd {color: inherit;}
#posts-content #comments pre {background: #efefef;    border: none;    padding: 20px;    border-radius: 3px; margin-bottom: 30px;}
#posts-content #comments pre {background: #efefef;    border: none;    padding: 20px;    border-radius: 3px; margin-bottom: 30px;}
#posts-content #comments input { border: 1px solid #ccc; height: 50px; line-height: 50px; font-size: 14px; outline: none; padding: 0 15px; }
#posts-content #comments input[type="submit"] { border: none; border-radius: 2px; font-weight: bold; text-transform: uppercase; padding: 0 25px; color: #fff; }
#posts-content #comments .pingback  { padding: 30px 0;  border-bottom: 1px solid #e6e6e6;  }
#wp-calendar {width: 100%;}
#wp-calendar caption {    color: inherit;  font-weight: bold;}
#wp-calendar #prev {text-align: left;}
#wp-calendar #next {text-align: right;}
#wp-calendar td, #wp-calendar th {  padding: 5px;    text-align: center;}
#wp-calendar td a {font-weight: bold;}
/*-----------------------------------------------------------------*/
/* 10. 404 PAGE
/*-----------------------------------------------------------------*/

.page-404, .search-no-results #posts-content {text-align: center; padding-top: 150px; padding-bottom: 150px;}
.page-404 .secondary-button-inverse {background: transparent;}
.page-404 .section-subheading, .search-no-results #posts-content .section-subheading { margin-bottom: 50px }
.search-no-results #searchform {  width: 80%;    max-width: 320px;    margin: auto;}

/*-----------------------------------------------------------------*/
/* 11. RESPONSIVE
/*-----------------------------------------------------------------*/

@media (min-width: 1200px) {
   #posts-content {width: 1200px;}
}
@media (min-width: 960px) and (max-width: 1170px) {
    .navbar-default .nav li a {
        padding: 15px;
    }
    header .header-dashboard .dashboard {
        max-width: 90%;
    }
    .mobile-app .header-dashboard {
    	max-width: 50%
    }
    header .header-dashboard {
        background: none
    }
    #features-tab1 img {
        max-width: 500px;
        margin-top: 100px;
    }
    footer .container {
        width: 100%;
        padding: 0 30px;
    }
    .contact .wpcf7-form-control-wrap {min-width: 48%;}
    #subscribe .subscribe-form {
        float: none;
        width: 570px;
        margin: auto;
    }


    #features-tab2 img {
        margin-right: 0;
        max-width: 350px;
    }
    #contact .form-group {
        width: 100%;
    }
    .subscribe form {
    	float: none;
    	margin: auto;
    	width: 575px;
    }
    #contact .contact-form-container {
        float: right;
        width: 100%;
    }
    #subscribe h3 {
        width: 100%;
        text-align: center!important;
        margin-bottom: 30px;
    }
    .team-content h5 {
        font-size: 18px;
    }
    .team-member img {
        max-width: 100%;
            height: auto;
    }
    .team-member {
        margin: 0;
        width: 100%;
    }
    .team-wrapper {
        margin: 0;
        width: 33.33333%;
        float: left;
    }
    #features-tab3 img {
        margin-top: 0;
        margin-right: -30px;
        max-width: 300px;
    }
    .pricing {
        margin-bottom: 30px;
    }
    .features-tabs .tab {
    width: 33.33% !important;
    padding: 0;
    float: none;
    margin: 0 auto;
    display: inherit;
}
    .features-tabs .tabs {
        width: 100%;
    }
    #services .col-md-3.last {
        padding-left: 0;
    }
}
@media (max-width: 960px) {
  .features-tabs ul {

      max-width: 80%;
      margin: 0 auto;
  }
  .tab-image-container
  {
    display: none;
  }
  #main-menu .navbar-nav .menu-item-has-children .mobile-dropdown {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  padding: 11px;
  color: #4a7ba5;
  top: 0;
  z-index: 99;
  font-size: 14px;
  right: -7px;
  position: absolute;
  -webkit-font-smoothing: antialiased;
}
    #main-menu .navbar-nav .menu-item-has-children .mobile-dropdown:before {  content: "\f078"; }
    #main-menu .navbar-nav .menu-item-has-children.mobile-visible .mobile-dropdown:before {  content: "\f077"; }
    #main-menu .navbar-nav .menu-item-has-children .dropdown-menu { display: none;    opacity: 0;    visibility: hidden;}
    #main-menu .navbar-nav .menu-item-has-children.mobile-visible .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    position: static;
    float: none;
    margin-bottom: 7px;
}

    .container {padding-right: 15px; padding-left: 15px;}

    header .header-dashboard .dashboard {
        max-width: 90%;
    }
    #particles-js {
        opacity: 0;
        visibility: hidden;
    }
    header .header-dashboard {
        background: none;
    }
    html {
        width: 100%;
        overflow-x: hidden;
    }
    .navbar-fixed-top {
        padding: 8px 20px;
        min-height: 65px;
    }
    .navbar-fixed-top .page-scroll {
        margin: 0;
    }
    .logo img {
        height: 34px;
        margin-top: 8px;
    }
    .mobile-app .header-dashboard {
    	    text-align: center;
    float: none;
    max-width: 50%;
    }
    .mobile-app .header-buttons .primary-button {
    	float: none;
    }
    .mobile-app .header-buttons {
    	margin-bottom: 0;
    }
    .mobile-app .header-dashboard .dashboard {
    margin-top: 50px;
    margin-bottom: 0;
    max-width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
	}


    .mobile-app .intro-text .intro-lead-in,
    header .intro-text .intro-lead-in {
        font-size: 32px;
        letter-spacing: -1px;
        line-height: 35px;
    }
    .mobile-app .intro-text .intro-lead-in {text-align: center;}
    .mobile-app .intro-text .intro-heading {
    	    max-width: 100%;
    	        font-size: 15px;
    line-height: 21px;
    margin-top: 20px;
    }
    .mobile-app .intro-text {
    	   width: 100%;
  		  padding: 65px 20px 0 20px;
  		  text-align: center;
    }

    .subscribe-form .intro-text,
    header .intro-text {
        padding: 125px 20px 0 20px;
    }
    .subscribe-form .intro-text {
    	padding-left: 0;
    	padding-right: 0;
    }
    .subscribe-form header .wpcf7-text {
    	width: 100%;
    	border-right: 1px solid #fff;
    }
    .subscribe-form header .wpcf7-submit {
    width: 100%;
    margin-top: 20px;}

    .header-buttons {
        margin: 40px auto 40px auto;
    }
    header .intro-text .intro-heading {
        font-size: 15px;
        line-height: 21px;
        margin-top: 20px;
    }

    .row .contact h2,
    section h2.section-heading {
        margin-top: 0;
        margin-bottom: 15px;
        font-size: 28px;
        letter-spacing: -1px;
        line-height: 28px;
    }
    section {
        padding: 70px 0 50px 0;
    }

    #contact {padding-top: 0;}

    .row .contact p,
    .row .contact h2 {text-align: center!important;  width: 90%;     margin: auto;}

    .row .contact p,
    section .section-subheading {
        margin-bottom: 55px;
        margin-top: 15px;
        font-size: 15px;
        line-height: 21px;
    }
    p {
        color: #666;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 20px;
    }
    .key-icon-box .fa, .key-icon-box .nc-icon-outline {
        margin-bottom: 16px;
        font-size: 40px;
        margin-top: 20px;
    }
    .service-heading {
        font-size: 18px;
        margin-bottom: 18px;
    }
    #services .col-md-3.last,
    #services .col-md-3 {
        padding: 0 30px;
        margin-bottom: 30px;
    }
    .video-socials .fa {
        margin: 0 15px;
    }
    .video-container a {
        width: 100%;
        margin-top: 50px;
    }
    .video-container a img {
        width: 100%;
        max-width: 630px;
    }
    .play-video {
        margin-top: -40px;
    }
    .features-tabs .tabs {
        width: 90%;
        height: auto;
        margin: 0 auto 20px auto;
    }
    .features-tabs .tab {
    display: inline-block;
}
    .features-tabs h2.section-heading {
    text-align: center;
    max-width: initial;
}
    .features-tabs .tab-image-container {
    	position: relative;
    	margin: 0!important;
    }
    #features .section-subheading {
      margin: auto;
      margin-bottom: 24px;
      margin-top: 10px;
      float: none;
      line-height: 21px;
      max-width: 80%;
      text-align: left;
  }
    section h2.section-heading {
        text-align: center;
    }
    .features-tabs {
        text-align: center;
    }
    .features-tabs img {
        margin: 40px auto;
        max-width: 60%;
        position: relative;
        top: auto;
        right: auto;
        height: auto;
        display: block;
    }
    .features-tabs .tab a.active .triangle {
        display: none;
    }
    .features-tabs li {
    list-style: none;
    margin: 0;
    text-align: left;
    color: #666;
    font-size: 13px;
    font-weight: 400;
    line-height: 31px;
}
    .video-modal .modal-content {
        width: 100%;
        margin: 0;
        top: 50%;
        left: 0;
        margin-top: -150px;
        height: 300px;
        max-height: 300px;
    }
    .video-modal iframe {
        width: 90%;
        height: 300px;
    }
    .chart-content {
        margin-top: -20px;
        margin-bottom: 50px;
    }
    .chart-content h4 {
        font-size: 15px;
    }
    .pricing-table {
        width: 90%;
        margin: 0 auto 30px;
    }
    .pricing .pricing-option {
        font-size: 14px;
    }
    .pricing .pricing-row {
        padding-top: 15px;
    }
    .pricing .button-container {
        padding: 32px 0 35px 0;
    }
    .pricing .col-lg-3 {
        padding: 35px 0 15px 0;
    }
    .pricing .pricing-price {
        font-size: 40px;
    }
    .pricing .pricing-time {
        font-size: 20px;
    }
    .pricing .currency {
        font-size: 23px;
        position: relative;
        top: -10px;
    }
    .owl-carousel {
        width: 80%;
        margin: auto;
    }
    .testimonials.slider {width: 100%}
    .testimonials.slider .tt-content h3 {
        line-height: 25px;
        font-size: 18px;
    }
    .testimonials.slider .tt-quote {
        display: none;
    }
    #testimonials .owl-controls span {
        width: 50px;
        height: 50px;
    }
    #testimonials {
     	padding-bottom: 115px;
    	z-index: 99;
    }
    .tt-image {
        border: none
    }
    .tt-image img {
        width: 50px;
        height: 50px;
    }
    #solutions {
        padding-bottom: 20px;
    }
    .team-member {
        width: 85%;
        margin: auto;
        margin-bottom: 40px;
    }
    .team-member img {
        width: 100%;
            height: auto;
    }
    .team-content p {
        margin-bottom: 0;
        font-size: 15px;
        line-height: 21px;
    }
    .owl-theme .owl-controls .owl-buttons div.owl-prev {
        margin-left: -20px
    }
    .owl-theme .owl-controls .owl-buttons div.owl-next {
        margin-right: -20px
    }
    .subscribe .wpb_wrapper h3 {
        font-size: 28px;
        line-height: 28px;
        width: 100%;
        text-align: center!important;
        margin-bottom: 40px;
    }
    .subscribe .wpcf7-form {
        float: none;
    	max-width: 80%;
    }
    .subscribe .wpcf7-form input {
        width: 100%;
        height: 40px;
        line-height: 40px;
        margin-bottom: 0px;
    }

    .subscribe .wpcf7-form .wpcf7-submit {border:none; margin: 0;}

    .subscribe .wpcf7-form button {
        width: 100%;
        height: 40px;
    }

    .subscribe .wpcf7-form-control-wrap {width: 100%;}
    .contact-map-container {
        position: relative;
        top: 0;
        height: 250px;
        width: 100%;
        margin-left: 0;
    }
    .contact {
        width: 100%;
        padding-top: 70px;
    }
    #contact .contact-form-container {
        width: 100%;
        margin-top: 60px;
    }
    #contact .section-subheading {
        margin-top: 30px;
        line-height: 21px;
        text-align: center;
        margin: auto;
        width: 80%;
        margin-bottom: 50px;
    }
    .wpcf7 .wpcf7-form {
        width: 100%;
        margin: auto;
    }
    .wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
        width: 100%;
        margin-bottom: 20px;
    }
    .btn-xl,
    #contact .form-group input.form-control {
        height: 40px;
    }
    .lower-footer .pull-left {
        width: 100%;
    }
    .footer-nav,
    .lower-footer .pull-right {
        display: none;
    }
    .lower-footer span,
    .lower-footer a {
        width: 100%;
        display: block;
    }
    #upper-footer {padding-bottom: 0!important;}
    #upper-footer  img {
        margin: auto;
    }
    #upper-footer .wpb_single_image.vc_align_left {
    text-align: center;
    }
    #upper-footer .pull-left {
        width: 100%;
        margin-bottom: 40px;
    }
     #upper-footer .vc_custom_heading {
        text-align: center!important;
        width: 80%;
        margin: 0 auto;
    }
    #upper-footer .wpb_wrapper p {margin-bottom: 30px;}

    #upper-footer .pull-right {
        width: 100%;
    }
    .footer-secondary-nav {
        max-width: 100%;
        display: block;
        padding: 0;
        width: 100%;
    }
    .lower-footer {
        margin-top: 30px;
    }
    .footer-secondary-nav a {
        margin: auto;
        display: block;
        float: none;
    }
    .footer-secondary-nav li {
        margin-bottom: 20px;
    }
    .blog-header .intro-text {
    	padding-top: 120px;
    }
    .blog-header .section-subheading {
    	margin-bottom: 25px;
    	    font-size: 15px;
    line-height: 21px;
    margin-top: 20px;
    }
    .blog-header .section-heading {
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 35px;
	}
	#posts-content .post .blog-single-title, #posts-content .blog-single-content .blog-single-title {
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	#posts-content .wp-post-image {
		margin-bottom: 20px;
	}
	#posts-content .entry-meta span {
		width: 100%; float: left; width: 100%; font-weight: bold;
	}
	#posts-content .entry-meta .blog-separator {
		display: none;
	}
	#posts-content .entry-meta {
		float: left;
		margin-bottom: 15px;
	}
	#posts-content .comment-count .fa {
	display: none;
	}
	#posts-content .more-button a {
		margin-top: 0;
	}
	.navigation.pagination .next, .navigation.pagination .prev {
		width: 100%;
		margin-bottom: 10px;
	}
	#posts-content .post {
		margin-bottom: 50px;
	}
	.blog_widget {
		padding-left: 0px;
		 margin-bottom: 30px;
	}
	.navigation.pagination {
		margin-bottom: 50px;
	}
	.blog-single-content {
    padding-bottom: 0;
    border-bottom: none;
	}
	.single-post #posts-content .post {
    margin-bottom: 0;
	}
	#posts-content #comments p {
    margin-bottom: 0;
	}
	#posts-content #comments .comment-notes {
		margin-bottom: 20px;
	}
	#comments {margin-bottom: 80px;}
	#comments #respond #reply-title {
    margin-top: 20px;
	}
	.comment-form-author, .comment-form-email {
    width: 100%;
    float: left;
    padding: 0!important;
	}
	#posts-content #commentform textarea,
	#posts-content #comments input {margin-bottom: 10px;}
	#social-icons {display: block; width: 100%; text-align: center;}
	.lower-footer .pull-right a {
    margin: 10px;
    width: auto;
    display: inline-block;
        float: none;
	}
	.lower-footer {border-top: none;}



}
    @media (min-width: 780px) and (max-width: 960px) {
        .team-member {
            margin: 0;
            width: 100%;
        }
        .team-wrapper {
            margin: 0;
            width: 33.33333%;
            float: left;
        }
    }


/*-----------------------------------------------------------------*/
/* 9 LIVE PREVIEW
/*-----------------------------------------------------------------*/

#customizer {
    position: fixed;
    top: 244px;
    padding: 20px;
    background: #f0f3f5;
    width: 190px;
    right: -190px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 999;
    font-weight: 300;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-left-radius: 2px;
    border: 1px solid #d4dfe8;
    border-right: 0px;
}
#customizer.active {
    right: 0;
}
#customizer li {
    list-style-type: none;
}
.options {
    background: #f0f3f5;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 30px;
    top: -1px;
    left: -44px;
    cursor: pointer;
    border-left: none;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border: 1px solid #d4dfe8;
    border-right: 0px;
}
.options .pc {
    color: #273140;
    font-size: 25px;
    font-style: normal;
    margin-left: 9px;
    margin-right: 9px;
    margin-top: 11px;
}
#colors li{
  display: inline-block;
}
#colors li a {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    margin-bottom: 8px;
    margin-top: 0px;
    border: none;
    border-radius: 2px;
    font-size: 0;
    text-indent: -9999;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    border: 1px solid #c1c0c0;
}
.normal {
    background-color: white;
}
.lightgray {
    background-color: #f1f1f1;
}
.lightblue {
    background-color: #edf5fd;
}
.sepia {
    background-color: #fffaf0;
}
#colors li a:hover {
    opacity: 0.75;
}
#customizer span {
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 0px;
    margin-top: 5px;
    display: block;
    font-weight: 900;
    font-style: normal;
    color: #273140;
    text-align: left;
    margin-bottom: 9px;
    line-height: 1;
    font-size: 14px;
    width: 100%;
}
.reading-option
{

}
#customizer hr {
    border-top: 1px solid #d4dfe8;
    margin-top: 15px;
    margin-bottom: 15px;
}
#headerbg {    padding-left: 0;
    float: left;
    margin-bottom: 15px;}
#headerbg li a {
       color: #888;
    font-size: 13px;
    display: block;
    margin-bottom: 2px;
    font-weight: normal;
    font-family: "Work Sans";
    float: left;
        -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
#headerbg li a.active,
#headerbg li a.active:hover { color: #1080f2 }

#headerbg li a:hover {color: #000;}

#customizer #colors {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
}
#colors li #blue {
    background: #1080f2;
}
#colors li #green {
    background: #8BC34A;
}
#colors li #teal {
    background: #009688;
}
#colors li #indigo {
    background: #3f51b5;
}
#colors li #magenta {
    background: #c2185b;
}
#colors li #orange {
    background: #ff9800;
}

.archive #customizer,
.search #customizer,
.single-post #customizer,
.blog #customizer {display: none;}

/*###############----------New Css-------------###############*/
header {
    position: relative;
    background-image: url(/Content/themes/images/bg-header-2.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding-top: 126px;
    padding-bottom: 0px;
}

@media (min-width: 960px)
{
.navbar.navbar-default {
    padding: 9px 0;

    background-color: rgb(247, 247, 247);

}
}
.page .navbar-default .navbar-nav>.active>a, .blog .navbar-default .navbar-nav>.active>a {
    color: #668eb2;

}
.navbar-default .nav li a {
    color: #292929;
}
.header-form-section {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 20px;
}
.search-filed-box {
    display: flex;
    background-color: rgba(0, 0, 0, 0.12);
    padding: 10px 10px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.56);
    position: relative;
    z-index: 1;
}
.subscribe-form .intro-text {
    padding-top: 37px;
    padding-bottom: 0px;
    margin-bottom: 30px;
}
.search-field
{
  flex:1;
  position:relative
}
.search-field .form-control {
    border-radius: 22px;
    height: 40px;
    padding: 10px 18px;
}

.cort-btn .btn {
    height: 40px;
    border-radius: 20px;
    padding: 0px 25px;
    margin-left: 11px;
    position: relative;
}
.btn-dark-blue, .btn-dark-blue:hover {
    background-color: rgb(237, 126, 31);
    color: #E9F5FB;
    border: 2px solid white;
}
.advance-links {
    padding: 30px 0px;
    text-align: center
}
.advance-links a {
    color: #32628c;
    padding: 2px 14px;
    display: inline-block;
    border: 2px solid #32628c;
    border-radius: 24px;
    font-size: 14px;
    margin-right: 14px;
    font-weight: 700;
    background-color: rgba(255, 255, 255, 0.12);
}
header .intro-text .intro-lead-in {
    font-size: 48px;
    letter-spacing: -1px;
    margin: 0;
    line-height: initial;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
}
.navbar-default.navbar-shrink
{
  background-color: #f5f5f5 !important;
  border-color: #e4e4e4;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.15);
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .nav li a:hover, .navbar-default .nav li a:focus {
    outline: 0;
    color: #85acdb;
    background: none;
    opacity: 1;
}
.signin-btn, .signin-btn:hover {
    background-color: #4a7ba5 !important;
    color: white !important;
    padding: 9px 13px !important;
    border-radius: 20px;
    min-width: 89px;
    text-align: center;
    margin-top: 5px;
    opacity: 1 !important;
}
.separator
{
    background: #85acdb !important;
}
.key-icon-box .fa, .key-icon-box .nc-icon-outline {
    margin-bottom: 36px;
    font-size: 40px;
    color: #4a7ba5;
}
.blog-header .section-heading, section h2.section-heading {
    margin-top: 0;
    margin-bottom: 25px;
    letter-spacing: -1px;
    font-weight: 500;
    font-size: 37px;
    color: #4a7ba5;
}
.primary-button.button-inverse:hover, .primary-button.button-inverse {
    border: 2px solid #4a7ba5 !important;
    background-color: transparent !important;
    color: #4a7ba5 !important;
}
.primary-button.button-inverse
{
  background: #4a7ba5 !important;
border-radius: 20px;
color: white !important
}
.parallax
{
background: #51799c !important;
}

.features-tabs > div {
    position: relative;
}
.tab-container
{
  border-radius: 45px;
    overflow: hidden;
    margin-bottom: 100px
}
.pricing-title
{
      background: #4a7ba5 !important;
}
.pricing.active {
    border: 2px solid #85acdb !important;
    background: rgba(74, 123, 165, 0.87) !important;
}
.pricing .col-lg-3
{
  color: #4a7ba5 !important;
}
.pricing.active .col-lg-3
{
  color: white !important;
}
.secondary-button-inverse
{
      border-color: #4a7ba5 !important;
      color: #4a7ba5 !important;
}
.secondary-button-inverse:hover
{
  background-color: #4a7ba5 !important;
  color: white !important
}
footer {
    background: #4a7ba5 !important;
}
#preloader
{
  background-color: #4a7ba5 !important
}

.page-internal {
    padding-bottom: 53px;
    padding-top: 120px;
    border-bottom: 4px solid #f1f1f1;
}
.team-header {
    padding-top: 111px;
    padding-bottom: 100px;
    text-align: left;
}
.page-internal .intro-text {
    margin-bottom: 0px !important;
    padding-top: 0px;
}
.page-internal-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-internal .intro-lead-in {
    line-height: 45px !important;
}
.breadcrumb {
    background-color: rgba(0, 0, 0, 0.03);
    margin-bottom: 0px;
    border-radius: 20px;
    font-size: 14px;
}
.breadcrumb a {
    color: rgb(74, 123, 165) !important;
}
.breadcrumb li.active {
    color: #ffad68;
}
.team-section {
    padding-top: 0px;
    margin-top: -50px;
}
.team-section .nav-tabs {

}
.team-section .nav-tabs li a {
    font-size: 20px;
    min-width: 100px;
    text-align: center;
}
.team-section .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid rgba(50, 98, 140, 0.35);
    border-radius: 4px 4px 0 0;
    background-color: rgba(50, 98, 140, 0.7);
    color: white !important;
    font-weight: 600;
}
.team-section .nav-tabs > li{
  margin-right: 10px
}
.team-section .nav-tabs > li.active > a
{
  color: #555 !important;
    cursor: default;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    border-bottom-color: transparent !important;
}

.member-container {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid rgb(74, 123, 165);
    box-shadow: 0px 0px 0px 5px rgba(74, 123, 165, 0.36);
    position: relative;
    z-index: 100;
    transition: all 300ms ease-in-out;

}
.team-member-container .thumbnail:hover .member-container{

  box-shadow: 0px 0px 0px 8px rgba(74, 123, 165, 0.36);
}
.liner-box{
  display: block;
  position: relative;

}
.liner-box::after {
    content: "";
    position: absolute;
    left: -37px;
    height: 6px;
    width: 125%;

    top: 50%;
}
.member-container img {
    max-width: 100%;
    transition: all 300ms ease-in-out;
    max-width: 170px;
}
.team-member-container .caption strong {
    color: #4a7ba5;
}
.team-member-container .caption p {
    font-size: 13px;
    margin-bottom: 0px;
    color: #ed7e1f;
}
.sior {
    margin-bottom: 10px !important;
}
.team-member-container .thumbnail {

    padding: 20px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 30px;
}

.team-member-container .thumbnail .primary-button {
    line-height: 30px;
    padding: 0px 24px;
}
.linkedinbtn .primary-button {
    min-width: inherit;
}

.team-member-container .thumbnail:hover  .member-container img
{
  transform: scale(1.1);
}
.section-heading-container {
    padding-top: 50px;
    padding-bottom: 50px;
}
.flex-row
{
  display: flex;
  flex-wrap: wrap;
}
.flex-row.center
{
  justify-content: center;
}
.job-listing .panel-heading {
    padding: 0px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
    color: inherit;
    display: block;
    padding: 10px 15px;
}
.panel-title > a {
    background-color: #4a7ba5;
    color: white ;
    font-weight: 600;
    font-size: 19px;
}
.panel-title > a.collapsed small {
    color: #8c8c8c;
}
.panel-title > a.collapsed {
    background-color: transparent;
    color: #4a7ba5 !important ;
    font-weight: 600;
    font-size: 19px;
}
.panel-title > a small {
    display: block;
    margin-top: 6px;
    color: #bed3ec;
}
.job-detail {
    background-color: #f7f7f7;
    padding: 15px;
    margin-bottom: 8px;
}
.job-detail .detail-title {
    margin-top: 0px;
    font-weight: 600;
    color: #716d69;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 8px;
}
.arrow-list {
    padding: 0px;
    list-style-type: none;
    font-size: 15px;
}
.arrow-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 13px;
}
.arrow-list li::before {
    content: "\f101";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #4a7ba5;
    margin-right: 8px;
    position: absolute;
    left: 0px;
    top: 7px;
}
.apply-btn {
    background-color: #f7f7f7;
    padding: 13px 0px;
}
.panel-group .panel + .panel {
    margin-top: 15px;
}
.sidebar-block
{
      background-color: #f7f7f7;
}
.sidebar-block .sidebar-title {
    padding: 13px;
    background-color: #4a7ba5;
    color: white;
    font-weight: 500;
    font-size: 16px;
}
.sidebar-content
{
  padding: 15px
}
.sidebar-content .arrow-list li {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
}
.page-internal .intro-text .intro-lead-in {
    font-size: 46px;
    letter-spacing: -1px;
    margin: 0;
    line-height: 57px !important;
    color: #32628c !important;
    font-weight: 500;
    text-align: left;
}
.intro-lead-in small {
    color: #ffad66;
}
.boxed-view {
    background-color: #f1f1f1;
    padding: 20px;
    height: 100%;
    border-top: 6px solid rgba(74, 123, 165, 0.54);
}
.box-margin {
    margin: 35px 0;
    margin-bottom: 10px;
}
.boxed-title {
    margin-bottom: 20px;
    font-size: 19px;
    text-align: center;
    font-weight: 700;
    color: #4a7ba5;
}
.form-box {
    background-color: white;
    padding: 20px;
    border: 4px solid #f1f1f1;
}
label {

    font-weight: 600;
    font-size: 14px;
}
label small {
    margin-left: 3px;
    color: #868686;
    font-weight: 500;
}
.btn-container {
    border-top: 1px solid #f1f1f1;
    padding-top: 11px;
    text-align: center;
    margin-top: 15px;
}
.address_box i {
    font-size: 14px;
    color: #4a7ba5;
}
.contact-info {
    display: inline-block;
    margin-left: 7px;
    overflow: hidden;
    vertical-align: top;
    margin-bottom: 10px;
    font-size: 15px;
}
#contact {
    padding: 0px 0;
    position: relative;
    display: flex;
}
#contact .contact-form-wrapper h2{
line-height: 40px;
font-weight: 60ppx;

    color: #4a7ba5;
font-size: 29px;
}

.contact .wpcf7-form-control-wrap input.wpcf7-form-control:focus, .contact .wpcf7-form-control-wrap textarea.wpcf7-form-control:focus
{
      border-color: #4a7ba5 !important;
}
.address_box
{
  margin-bottom: 10px
}
#subscribe
{
  background-color: rgb(85, 137, 181) !important;
}
.form-control {
    border-radius: 5px;
}
select.form-control
{
      -webkit-appearance: none;
}
.select-control{
  position: relative;
}
.select-control::after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 13px;
    top: 8px;
    color: #ed7e1f;
    pointer-events: none;
}
.form-control:focus {
    border-color: #ed7e1f;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.box-margin > div
{
  margin-bottom: 20px
}
@media (max-width: 848px)
{
  .page-internal .intro-text .intro-lead-in {
      font-size: 35px;

      line-height: 47px !important;

  }
  .page-internal {
    padding-bottom: 38px;
    padding-top: 95px;
}
}
.advance-links-footer {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.intro-text-footer h1 {
    font-weight: 600 !important;
    font-size: 40px !important;
    line-height: 40px !important;
    margin-bottom: 0px;
}
.footer-list {
    list-style-type: none;
    padding: 0px;
}
.footer-list li {
    margin-bottom: 9px;
}
.about-info p
{
  margin-top: 15px;
}
.address_box div
{
  display: flex;
}
.linkedin-btn {
    border-radius: 20px;
    border: 2px solid #0077b5;
    padding: 2px 16px;
    background-color: #0077b5;
    color: white;
}
.contact-btn {
    border-radius: 20px;
    border: 2px solid #cccccc;
    padding: 2px 16px;
    background-color: #dadada;
    color: #656565;
}
.contact-btn:hover
{
  background-color:white ;
}
.linkedin-btn:hover {
    background-color:white ;
    color:#0077b5 ;
}

.linkedin-btn:focus{
  outline: none
}

.court-search-input {
    position: absolute;
    right: -40px;
    top: 0px;
    width: 0px;
    opacity: 0;
    transition: all ease-in-out 300ms;
    border: 3px solid #ed7e1f;
}
.open-dropdown .court-search-input
{
	width: 100%;
    opacity: 1;
}
.court-dropdown-box {
    min-height: 0px;
    background-color: white;
    position: absolute;
    left: 60px;
    right: 15px;
    opacity: 0;
    transition: all ease-in-out 100ms;
    display: none;
}
.open-dropdown .court-dropdown-box {
    min-height: 40px;
    opacity: 1;
    box-shadow: 0px 0px 9px #547590;
    display: block;
}
.search-header {
    overflow: visible !important;
    min-height: 598px;
    padding-left: 15px;
    padding-right: 15px;
}
.cort-btn .btn:focus
{
	color:#FFF
}
.done-btn
{

}


.btn-expand .btn-dark-blue, .btn-expand .btn-dark-blue:hover,  .btn-expand .btn-dark-blue:focus {
    background-color: rgb(255, 255, 255);
    color: #ed7e1f;
    border: 3px solid #ed7e1f;
    border-radius: 0px 42px 42px 0px !important;
    border-left: 0px;
    position: relative;
}


.search-btn {
    position: absolute;
    right: 16px;
    top: 7px;
    font-size: 20px;
    transition: all ease-in-out 300ms;
}
.search-btn i {
    color: #4a7ba5;
}
.open-dropdown .search-btn {
    right: calc(100% - 40px);
    background-color: white;
    padding: 0px 5px;
}
#menu-main-menu .menu-item-has-children .dropdown-menu {
    background: #f7f7f7 !important;
    border-radius: 4px;
    border: 1px solid #d0d0d0;
    padding: 0px;
}
#menu-main-menu .menu-item-has-children .dropdown-menu::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #f7f7f7;
    transform: rotate(45deg);
    top: -8px;
    left: 36px;
    border-top: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
}
.about-bg {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.about-bg.one
{
    background-image: url(./images/banner5.png);
}
.about-bg.two
{
        background-image: url(./images/20233-Law-1290x688.jpg);
}
.about-box {
    margin-bottom: 40px;
    background-color: whitesmoke;
}
.about-box > div
{
  padding: 0px
}
.about-txt {
    padding: 30px;
    min-height: 342px;
    display: flex;
    align-items: center;
    color: #4a4a4a;
}

.search-navbar {
    border-bottom: 1px solid #e2e2e2 !important;
}
.search-bar {
    flex-basis: 763px;
}
.search-bar .search-filed-box {
    padding: 1px;
    background-color: #e8e8e8;
}
.search-navbar-inner #logo {
    float: left;
    margin-right: 20px;
}


.search-nav-main {
    display: flex;
    justify-content: space-between;
}
.search-navbar-inner
{
    padding: 0px 25px;
}
.search-result-section {
    display: flex;
    padding-top: 63px;
}
.search-sidebar {
    width: 310px;
    border-right: 1px solid #e2e2e2;
    min-height: calc(100vh - 63px);
}
.menu-title h4 {
    margin: 0px;
    font-weight: 600;
    font-size: 13pt;
    color: #8d8d8f;
    letter-spacing: 1px;
    height: 56px;
    padding: 18px 17px;
    padding-left: 44px;
    border-bottom: 1px solid #e4e5e7;
}
.menu-title h4 i {
    margin-right: 6px;
    font-size: 21px;
    color: #8d9096;
}
#side-menu li a {
    padding: 10px 10px;
    padding-left: 46px;
    font-size: 12pt;
    text-transform: none;
    font-weight: 600;
    color: #404040;
}
#side-menu li.active a, #side-menu li.active:hover a {
    color: #ef8833;
    background: #ffffff;
    position: relative;
}
#side-menu li:first-child {
    border-top: 1px solid #e4e5e7;
}
.search-main
{
    flex: 1
}
.tab-action-box {
    border-bottom: 1px solid #e4e5e7;
    height: 56px;
}
.tab-action-links {
    margin-bottom: 0px;
    padding: 0px 15px;
}
.tab-action-links a.action-link:first-child {
    border-left: 0px;
    padding-left: 0px;
}

.tab-action-links a.action-link {
    font-size: 16px;
    padding: 16px 16px;
    margin-right: 0px;
    text-decoration: none;
    display: inline-block;
    border-right: 0px;
    font-weight: 600;
    color: #ff8200;
    position: relative;
}
.tab-action-links a.action-link i {
    margin-right: 4px;
    color: #ed7e1f !important;
}
.tab-action-links a.action-link::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0px;
    background-color: #ff8304;
    bottom: 0;
    left: 0;
    transition: all 300ms ease-in-out;
}
.tab-action-links a.action-link:hover {
    color: #e97d23;
}
.tab-action-links a.action-link:hover::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background-color: #ff8304;
    bottom: 0;
    left: 0;
}
.search-result-listing
{
  padding: 30px
}
.num_results #order_by_message {
    display: inline-block;
}
.num_results em {
    font-weight: bold;
    font-style: normal;
}
.result-box h2 {
    font-size: 21px;
    margin-top: 0px;
    margin-bottom: 4px;
}
.result-box .info_line {
    padding: 2px 0px;
    color: #4d4d4f;
    color: green;
    font-size: 11pt;
    max-width: 600px;
}

.result-box {
    padding: 40px 0px;
    position: relative;
}
.snippet table tr {
    overflow-y: hidden;
    border-bottom: 1px solid #ddd;
}
.snippet table tr.last {
    border-bottom: none;
}
#order_by_message select {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #e4e8e9;
    font-size: 11pt;
    line-height: 11pt;
    padding: 2px;
    color: #3066b0;
    border: none;
    height: 19px;
    margin: 0px 0px 0px 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    outline: none;
}
.search-action > a, .popup-open {
    display: inline-block;
    padding: 2px 11px;
    background-color: #f7f7f7;
    border-radius: 7px;
    font-size: 15px;
    color: #4a7ba5;
    margin-right: 6px;
    border: 1px solid #dae3ea;
}
.search-action > a i {
    color: #456e92;
    font-size: 12px;
    margin-right: 3px;
}
.search-action
{
  margin-top: 10px
}
.search-action .dropdown-menu a {
    background-color: transparent;
    border: none;
    margin: 0px;
}
.search-action .dropdown-menu span {
    font-size: 16px;
    margin-left: 19px;
    color: #4a7ba5;
    font-weight: 700;
}
.filter-list {
    list-style-type: none;
    padding: 0px;
}
.filter-list li {
    padding: 9px 17px;
    padding-left: 44px;
    padding-right: 35px;
}
.filter-list li h4 {
    font-weight: 600;
    color: #4a7ba5;
    font-size: 17px;
    margin: 0px;
    margin-top: 10px;
}
.navbar-default {
    background: rgb(247, 247, 247) !important;
    border-bottom: 1px solid #e2e2e2 !important;
}
.navbar-fixed-top .navbar-collapse {
    min-width: 180px;

}

.sidebar-toggle
{
  display: none !important;
}
@media (max-width: 960px)
{
  .navbar-default .nav > li {
    border-bottom: 1px solid #efefef;
}
  .navbar-fixed-top .navbar-collapse {
    background-color: whitesmoke;
    border: 1px solid #e8e8e8;
    box-shadow: 0px 0px 3px #dedede;
    padding-bottom: 15px;
}
  .navbar-shrink .navbar-collapse {
      background-color: none;
      border: 0px solid #e8e8e8;
      box-shadow: none;
  }
  .search-result-section {
padding-top: 109px;
}
.search-nav-main {
    display: block;
}
.search-result-section
{
  position: relative;
}
.search-sidebar {
    position: absolute;
    left: -340px;
    transition: all 300ms ease-in-out;
        margin-top: 56px;
        background-color: white;
        z-index: 100
}
.sidebar-toggle
{
  display: inline-block !important;
}
}
.open-sidebar .search-sidebar {
    position: absolute;
    left: 0px;
    height: 100%;
}
.profile-header {
    display: flex;
    align-items: center;
    padding: 15px;
    padding-left: 43px;
}
.profile-info {
    margin-left: 15px;
}
.profile-info h4 {
    margin-top: 0px;
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 600;
    color: #466cb4;
}
.profile-info span {
    font-size: 13px;
    color: #9a9898;
}
.profile-img img {
    width: 100%;
    max-width: 43px;
    margin: 0 auto;
    border-radius: 50%;
}
#side-menu li.active a i {
    color: #ed7e1f;
}
#side-menu li a i {
    color: #585858;
    font-size: 15px;
    height: 30px;
    width: 30px;
    border-radius: 4px;
    background-color: #fbfbfb;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #efefef;
    margin-right: 7px;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #fdfdfd;
    border-color: #ddd;
}
.billing_top_btn
{
  margin-bottom: 20px
}
.createlrt {

    padding: 5px 0;
    border-bottom: solid 1px #ccc;
    margin-bottom: 20px
}

.table-control {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #eff0f1;
    padding: 10px 15px;
    border: 1px solid #dddddd;
}
.table-control .table-control-inner
{
    display: flex;
    align-items: center;
}
.label-text
{
  margin-right: 10px;
  font-size: 13px
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 14px;

}
.table {

    font-size: 14px;
}
.right_order_list ol  {
    padding-left: 6px;
}
.right_order_list ol li {
    margin-bottom: 20px;
}
.right_order_list ol li span {
    color: #ed7e1f;
    font-weight: 600;
    margin: 0px 12px;
}
.sharetext {
    font-size: 20px;
    font-weight: 300 !important;
    padding: 10px 0 30px 0;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    color: #ed7e1f;
}
.upload-box {
    border: 1px dashed #fd8c17;
    border-radius: 6px;
    min-height: 217px;
    padding: 34px 0;
    max-width: 450px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px
}
.upload-box > strong {
    float: left;
    font-size: 17px;
    font-weight: normal;
    text-align: center;
    width: 100%;
    padding-top: 6px;
}
.file-preview-input input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.file-preview-input {
    background-color: #4a7ba5;
    border-color: #ccc;
    border-radius: 50px;
    box-shadow: none !important;
    color: #fff;
    font-size: 18px;
    margin: 11px 0 0;
    overflow: hidden;
    padding: 12px 58px;
    position: relative;
    text-transform: uppercase;
}
.upload-box > p {
    font-size: 24px;
    font-weight: normal !important;
}
.cloud-upload i {
    color: #4a7ba5;
    font-size: 113px;
}
.file-iconn i {
    color: white;
    font-size: 22px;
    margin-right: 9px;
}
.btn-primary {
    color: #fff;
    background-color: #4a7ba5;
    border-color: #4a7ba5;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    border-color: #4a7ba5;
    color: #fff;
    background-color: #3d6f9a;
}
.dropdown-menu-right.dropdown-menu::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #f7f7f7;
    transform: rotate(45deg);
    top: -8px;
    right: 36px;
    border-top: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
}
.dropdown-menu-right
{
   left: initial !important;
   right: 16px !important;
}
.dropdown-menu-right::after {
      left: auto !important;
    right: 36px !important;

}
.user-icon {
    color: #e6781a !important;
    font-size: 14px !important;
    margin-right: 10px;
}
.arrow-icon {
    margin-left: 4px;
    color: #727171 !important;
}
.main-content-inner {
    margin: 0 auto;
    float: none;
    background-color: rgba(255, 255, 255, 0.83);
    padding: 30px 20px;
    min-height: calc(100vh - 122px);
}
.right-sidebar-wrap {
    position: fixed;
    top: 0;
    right: -290px;
    width: 275px;
    background-color: #FFFFFF;
    color: #414141;
    height: 100vh;
    z-index: 10000;
    box-shadow: -1px 0 1px rgba(0, 0, 0, 0.05);
    transition: right 0.2s;
    -webkit-transition: right 0.2s;
    font-size: 11px;
    display: flex;
    flex-direction: column;
    box-shadow: 5px 0px 20px 2px rgba(8, 8, 8, 0.88);
}
.notes-sidebar-open.right-sidebar-wrap, .charts-sidebar-open.right-sidebar-wrap {
    right: 0px;
}
.sidebar-header {
    background: #ef8933;
    background: -moz-linear-gradient(top, #ef8933 0%, #e87b20 36%, #d66304 100%);
    background: -webkit-linear-gradient(top, #ef8933 0%,#e87b20 36%,#d66304 100%);
    background: linear-gradient(to bottom, #ef8933 0%,#e87b20 36%,#d66304 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef8933', endColorstr='#d66304',GradientType=0 );
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10px;
}
.sidebar-header span {
    font-size: 15px;
}
.sidebar-inner {
    padding: 15px;
    flex: 1;
    overflow: auto;
}
.sidebar-tabs-link a {
    background-color: #f7f7f7;
    padding: 3px 3px;
    display: inline-block;
    border: 1px solid rgba(179, 179, 179, 0.27);
    color: #1d1f21;
    margin-bottom: 6px;
    margin-right: 2px;
    text-decoration: none;
    border-radius: 4px;
}
.sidebar-tabs-link a:hover,  .sidebar-tabs-link a.active
{
  background-color: #e97e23;
    border: 1px solid rgb(220, 107, 13);
    color: #ffffff;
}
.btn-warning {
    color: #fff;
    background-color: #e97e23;
    border-color: #e17114;
}
.hpanel .panel-body {
    background: #fff;
    border: 1px solid #e4e5e7;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    border-top: 0px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background-color: #eaeaea;
}
#menu hr {
    margin-top: 8px;
    margin-bottom: 8px;
}
.university_title {
    width: 100%;
    text-align: center;
    padding: 8px 0px 15px 10px;
    max-width: 700px;
    margin: 0 auto;
}
.university_title h3 {
    font-size: 24px;
    margin: 0;
    font-weight: 600;
}
.university_title h3 span {
    color: #ff8201;
}
.university_title span.black {
    font-size: 24px;
    margin-top: 20px;
    display: inline-block;
}
.university_pts {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 5px;
}
.university_pts a {
    padding: 7px 25px;
    background-color: #4a7ba5;
    color: #fff;
    border-radius: 30px;
    font-size: 15px;
    line-height: 18px;
}
.university_citation_wrapper {
    width: 100%;
    border-top: 1px solid #e4e5e7;
    border-bottom: 1px solid #e4e5e7;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}
.university_citation_wrapper span {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.university_page {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 30px;
}
.university_page .counter {
    font-size: 20px;
    position: relative;
    padding: 0px 19px;
}
.article-header {
    background-color: whitesmoke;
    margin-bottom: 20px;
    padding: 20px;
}
.article-header h4 {
    margin-top: 0px;
    border-bottom: 1px solid #e4e4e4;
    font-weight: 600;
    padding-bottom: 14px;
}
.article-header span {
    display: block;
    font-size: 14px;
}
.law_block {
    text-align: center;
    display: block;
    background-color: #f5f5f5;
    width: 110px;
    height: 110px;
    border-radius: 100px;
    padding: 10px 0;
    margin-bottom: 30px;
    margin: auto;
    margin-top: 20px;
}
.law_block span {
    display: block;
    padding-top: 13px;
    font-size: 13px;
    line-height: 24px;
    color: #000;
}
.law_block span img {
    max-width: 44px;
}
.university-rank-link a {
    display: inline-block;
    background-color: #4a7ba5;
    color: white;
    padding: 3px 20px;
    border-radius: 44px;
    margin-top: 12px;
    font-size: 14px;
}
.university_slide_block_title span {

    font-size: 20px;
    line-height: 48px;
    height: 48px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    text-align: center;
}
.university_slide_block_info {
    width: 100%;
    padding: 14px 0;
    display: flex;
}
.university_rank_total {
    vertical-align: middle;
    padding-left: 15px;
    flex: 1;
}
.university_seat.bgorange {
    background-color: #fd8c17;
}

.university_seat {
    height: 90px;
    width: 90px;
    border-radius: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.university_rank_slid {
    text-align: center;
    min-height: 48px;
    margin-top: 15px;
}
.university_seat.bgblue {
    background-color: #4a7ba5;
}
.university_seat span {
    color: #fff;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    display: block;
}
.university_rank_slid span {
    display: block;
    font-size: 13px;
    line-height: 24px;
}
.rank-text {
    font-weight: 600;
    font-size: 14px !important;
}
.university-name
{

}
.profilbox {
    margin-bottom: 30px;
}
.propic img {
    width: 100%;
    border: 7px solid white;
    box-shadow: 0px 0px 0px 1px #e0e0e0;
    max-width: 230px;
    margin-bottom: 15px;
}
.profilecontent h2 {
    margin-top: 2px;
    font-weight: 700;
}
.profilecontent h2 span {
    display: block;
    font-size: 22px;
    margin-top: 5px;
    font-weight: 600;
    color: #ed7e1f;
}
.profilecontent h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
}
.exp-box p {
    font-size: 15px;
}
.exp-box
{
  margin-bottom: 10px
}
.label-cell {
    background-color: #f9f9f9;
}
#wrapper{
  min-height: 100vh
}
.case-box h3 {
    font-weight: 800;
}
.case-box span {
    color: #ff8200;
}
.case-box p {
    font-size: 17px;
    line-height: 28px;
    max-width: 700px;
}
.hpanel
{
  margin-bottom: 20px
}
.bench-list {
    margin: 19px 0px;
}
.cititaton-text span {
    font-size: 15px;
    display: inline-block;
    margin-right: 2px;
    text-align: center;
    padding: 9px 19px;
    background-color: whitesmoke;
    margin-bottom: 9px;
    border-radius: 5px;
    border: 1px solid #eaeaea;
}
.advocate-detail {
    font-size: 17px;
    line-height: 35px;
    margin: 19px 0px;
}
.judgement-content p {
    font-size: 18px;
    line-height: 28px;
}
.point-text {
    font-weight: 800;
    font-size: 34px;

}
p.judgement-head {
    font-size: 23px;
}
.text-slider {
    background-color: #f0f3f5;
    padding: 10px;
    margin-bottom: 22px;
    border: 1px solid rgba(74, 123, 165, 0.17);
}
.text-slider ul {
    list-style-type: none;
    padding: 0px;
    margin-bottom: 0px;
}
.text-slider ul li {
    display: inline-block;
}
.text-slider ul li a {
    display: block;
    padding: 4px 8px;
    background-color: #ffffff;
    border: 1px solid #c8d3dc;
    font-size: 13px;
    border-radius: 3px;
    color: #4a7ba5;
}
.listslider-arrow span
{

}
.search-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 10000;
    bottom: 0;
    background-color: rgba(25, 55, 82, 0.95);
    overflow-x: hidden;
    transition: 0.5s;
    display: flex;
    align-items: center;
    bottom: 100%;
    transition: all 300ms ease-in-out
}
.search-overlay.open-search {
    bottom: 0px;
}
.search-overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 40px;
    color: #bbbec1;
    opacity: .9;
    height: 36px;
    width: 36px;
    background-color: rgba(0, 0, 0, 0.13);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 2px;
    border: 2px solid #cccccc;
}
.overlay-content {
    position: relative;
    text-align: center;
    margin-top: 30px;
    max-width: 800px;
    margin: 0 auto;
}
.pophead span {
    font-size: 31px;
    color: #ea8c2e;
    font-weight: 100;
    line-height: 50px;
    text-transform: uppercase;
    display: inline-block;
    background-color: rgba(18, 43, 64, 0.48);
    padding: 7px 41px;
    border-radius: 41px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.pophead p {
    font-size: 15px;
    font-weight: 200;
    font-family: verdana;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    padding-bottom: 16px;
    margin-bottom: 30px;
}
.search-filter  ul li span {
    font-weight: 300;
    text-transform: uppercase;
    line-height: 40px;
    vertical-align: middle;
    text-align: right;
    color: #fff;
    min-width: 140px;
    display: inline-block;
    margin-right: 31px;
}
.select22 {
    width: 50%;
    height: 40px;
    border-radius: 43px;
    border: solid 1px #ccc;
    background: transparent;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    padding-left: 22px;
    background-repeat: no-repeat;
    background-position: 96% 14px;
    outline: none
}
.search-filter ul li {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}
select option:checked {
    color: #fff;
    margin-left: 30px;
    background: rgba(25, 55, 82, 0.95) !important;
}

.select22 option {
    background: #fff;
    color: #000;
    font-weight: 400;
    padding-left: 10px;
}
.overlay-content > div{
  display: none;
}
.overlay-content > div.active {
    display: block;
    padding: 20px;
    background-color: rgba(168, 206, 239, 0.27);
    border-radius: 11px;
    border: 1px solid rgba(255, 255, 255, 0.24);
}
.search-filter
{
  color: white
}
.category-selectbox {
    display: flex;
    overflow: hidden;
    border: 1px solid white;
    border-radius: 50px;
    margin-bottom: 20px;
    margin-left: 10px;
    align-items: center;
    background-image: url(./images/dropdown_arow.png);
    background-repeat: no-repeat;
    background-position: 95% 17px;
    background-size: 9px;
}
.category-selectbox select {
    flex: 1;
    background-color: transparent;
    padding: 7px 12px;
    -webkit-appearance: none;
    border: 0px;
    border-left: 1px solid white;
    font-size: 13px;

}
.category-selectbox b {
    display: inline-block;
    min-width: 53px;
    color: #ea8c2e;
    font-size: 13px;
}
.search-filter .owl-controls .owl-page span {

    background-color: #ffffff !important;

}
.search-filter .owl-controls .owl-buttons {
    display: block;
}
.search-filter .owl-controls .owl-buttons div {
    background: none;

    margin: 0;
    width: 30px;
    text-indent: 0px;
    height: 20px;
    position: absolute;
    right: 0;
    margin-top: 0p;
    margin-right: 0px;
    top: 36%;
    opacity: 0.3;

}
.search-filter .owl-controls .owl-buttons div i{
  color: white;
font-size: 32px;
}
.search-filter .owl-controls .owl-buttons .owl-next {
    right: -55px;
}
.search-filter .owl-controls .owl-buttons .owl-prev {
    left: -55px;
    transform: rotate(0deg);
}
body.overlay-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}
.btn-filter {
    background-color: #ea8c2e;
    padding: 5px 33px;
    border-radius: 25px;
    border: 2px solid #ea8c2e;
}
.btn-filter:hover {
    color: #f1efee;
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid #ea8c2e;
}
.case-id-main
{
  display: block !important;
}
.text-slider.affix
{
  top: 63px;
  z-index: 10;
  left: 0px;
  width: 100%;
}
.select22::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      color: rgba(247, 247, 247, 0.56);
}
.select22::-moz-placeholder { /* Firefox 19+ */
      color: rgba(247, 247, 247, 0.56);
}
.select22:-ms-input-placeholder { /* IE 10+ */
      color: rgba(247, 247, 247, 0.56);
}
.select22:-moz-placeholder { /* Firefox 18- */
      color: rgba(247, 247, 247, 0.56);
}
.result-box-inner
{
  display: flex;
  align-items: center;
}
.result-box-inner .search-left
{
  flex:1
}
.search-chart
{
  width: 230px
}
.home .navbar-default
{
  background-color: transparent !important;
  border-color:transparent !important
}
.home .navbar-default.navbar-shrink
{
  background-color: #f5f5f5 !important;
      border-color: #e4e4e4;
}
#footer-search .advance-links a
{
  color: #fcfeff ;

      border: 2px solid #ffffff ;
}
.search-bar-chart
{
  width: 320px;
}
.print-tablepanel-header
{

}
.print-tablepanel-header h3
{
  display: none;
}
.onoffswitch {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #c0c9d0;
    border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #4a7ba5; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block;
    width: 22px;
    margin: 6px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 56px;
    border: 2px solid #c0c9d0;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

@media (max-width: 960px)
{
  .text-slider.affix {
    top: 106px;

}
}

/*##############-------Night Mode--------------####################*/

.night-mode.search-result-listing {
    background-color: #232323;
    color: #9c9c9c;
}
.night-mode .text-slider {
    background-color: rgb(35, 35, 35);
    border: 1px solid rgb(53, 53, 53);
}
.night-mode .text-slider ul li a {

    background-color: #151414;
    border: 1px solid #383838;
    color: #797979;
}
.night-mode .listslider-arrow.listslider-left {
    background: -moz-linear-gradient(left, rgb(37, 37, 37) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgb(37, 37, 37)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgb(37, 37, 37) 0%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgb(37, 37, 37) 0%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgb(37, 37, 37) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgb(37, 37, 37) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );

}
.night-mode .listslider-arrow.listslider-right {
    right: 0;
    text-align: right;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgb(37, 37, 37) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgb(37, 37, 37)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgb(37, 37, 37) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgb(37, 37, 37) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgb(37, 37, 37) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgb(37, 37, 37) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}
.night-mode .hpanel .panel-body {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid #2f2f2f;
    border-top: 0px;
}
.night-mode .nav-tabs > li > a {

    background-color: #151414;
}
.night-mode .nav-tabs {
    border-bottom: 1px solid #2f2f2f;
}
.night-mode .nav-tabs > li.active > a, .night-mode .nav-tabs > li.active > a:hover,
.night-mode .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #1c1c1c;
    border: 1px solid #2f2f2f;
    border-bottom-color: transparent;
}
.night-mode .nav-tabs > li > a:hover {
    border-color: #2f2f2f #2f2f2f rgba(47, 47, 47, 0.18);
}

.night-mode .nav > li > a:hover, .night-mode .nav > li > a:focus {
    text-decoration: none;
    background-color: #1c1c1c;
}
.night-mode .panel-default > .panel-heading {
    color: #827f7f;
    background-color: #1c1c1c;
    border-color: #353535;
}
.night-mode .panel-default {
    border-color: #353535;
}
.night-mode .panel {

    background-color: #1f1e1e;

}
.night-mode .cititaton-text span {

    background-color: #151414;

    border: 1px solid #383838;
}
.night-mode hr {

    border-top: 1px solid #3a3838;
}
/*############--------Color Mode---------####################*/

/*#####---light gray---#########*/
.lightgray .hpanel .panel-body {
    background: #e8e8e8;
    border: 1px solid #dedede;
}
.lightgray .nav-tabs > li > a {

    background-color: #e0e0e0;
}
.lightgray .nav-tabs > li.active > a, .lightgray .nav-tabs > li.active > a:hover,
.lightgray .nav-tabs > li.active > a:focus {

    background-color: #e8e8e8;
    border: 1px solid #dedede;

}
.lightgray .panel-default {
    border-color: #d2d2d2;
}
.lightgray .panel {
    margin-bottom: 20px;
    background-color: #e8e8e8;

}
.lightgray .panel-default > .panel-heading {
    color: #333;
    background-color: #dcdcdc;
    border-color: #bbb;
}
.lightgray .text-slider {
    background-color: #efefef;
    padding: 10px;
    margin-bottom: 22px;
    border: 1px solid rgba(74, 123, 165, 0.17);
}


/*#####---light blue---#########*/
.lightblue .hpanel .panel-body {
    background: #e6f2fd;
    border: 1px solid #d3e1ef;
}
.lightblue .panel-default {
    border-color: #c7d8e8;
}
.lightblue .panel {
    margin-bottom: 20px;
    background-color: #e6f2fd;

}
.lightblue .panel-default > .panel-heading {
    color: #333;
    background-color: #d5e6f5;
    border-color: #c7d8e8;
}
.lightblue .text-slider {
    background-color: #e6f2fd;
    padding: 10px;
    margin-bottom: 22px;
    border: 1px solid rgba(74, 123, 165, 0.17);
}
.lightblue .nav-tabs > li > a {

    background-color: #d5e6f5;
}
.lightblue .nav-tabs > li.active > a, .lightblue .nav-tabs > li.active > a:hover,
.lightblue .nav-tabs > li.active > a:focus {
    color: #555;

    background-color: #e6f2fd;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.lightblue .nav-tabs {
    border-bottom: 0px;
}
/*#####---light sepia---#########*/
.sepia .hpanel .panel-body {
    background: #fdf6e9;
    border: 1px solid #f1e6d0;
}
.sepia .nav-tabs > li > a {

    background-color: #f1e9da;
}
.sepia .nav-tabs > li.active > a, .sepia .nav-tabs > li.active > a:hover,
.sepia .nav-tabs > li.active > a:focus {

    background-color: #fdf6e9;
    border: 1px solid #f1e6d0;

}
.sepia .text-slider {
    background-color: #fbf5ea;
    padding: 10px;
    margin-bottom: 22px;
    border: 1px solid rgba(74, 123, 165, 0.17);
}
.sepia .panel-default > .panel-heading {
    color: #333;
    background-color: #f1e9da;
    border-color: #e4dac7;
}
.sepia .panel-default {
    border-color: #e4dac7;
}
.sepia .panel {

    background-color: #fdf6e9;
    border: 1px solid transparent;

}
.sepia .nav-tabs {
    border-bottom: 0px;
}
.sepia .text-slider ul li a {

    background-color: #f1e9da;
    border: 1px solid #e4dac7;

    color: #90836b;
}


/*##########################################################*/
.login-main {
    width: 500px;
    margin: 0 auto;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.74);
    border: 12px solid rgba(74, 123, 165, 0.42);
    box-shadow: 0px 17px 24px -9px rgba(54, 71, 93, 0.18);
}
.login-main h4 {
    margin-top: 0px;
    margin-bottom: 23px;
    color: #686867;
    font-size: 20px;
    text-align: center;
}
.login-main h4 a {
    color: #4a7ba5;
    font-weight: 600;
}
  .login-or {
    position: relative;
    font-size: 18px;
    color: #aaa;
    margin-top: 10px;
            margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .span-or {
    display: block;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -25px;
    background-color: #fff;
    width: 50px;
    text-align: center;
  }
  .hr-or {
    background-color: #cdcdcd;
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .login-form-box h3 {
    text-align: center;
    line-height: 300%;
  }
  .social-login .btn {
      font-weight: 500;
      font-size: 14px;
      padding: 9px 0px;
      margin-bottom: 19px;
  }
  .login-form-box {
      text-align: left;
      color: #585858;
      line-height: 21px;
  }
  .login-header {
      overflow: visible !important;
      min-height: 100vh;
      padding-left: 15px;
      padding-right: 15px;

  }
  .register-block {
      padding-bottom: 60px;
  }
.login-form-box .form-control {
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #b8c2d0;
}
.register-block .login-main {
    max-width: 700px !important;
}
.otp-box
{
  margin-top: 70px
}
.pricing-tabs .nav-tabs > li {
    float: left;
    margin: 4px 7px 5px 5px;
}
.pricing-tabs .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid rgba(214, 214, 214, 0.99);
    border-radius: 4px;
    background-color: #ffffff;
    font-size: 16px;
}
.pricing-tabs .nav-tabs > li.active > a, .pricing-tabs .nav-tabs > li.active > a:hover, .pricing-tabs .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #4a7ba5;
    border: 1px solid #4a7ba5;
    border-bottom-color: #f7f7f7;
}
.title-row {
    background-color: #d2e4f3;
    color: #4a7ba5;
    font-weight: 700;
    font-size: 18px;
}
.table-bordered .title-row td {
    border: 1px solid #a4bfd6;
    color: #32628c;
    font-weight: 600;
    font-size: 15px;
    padding: 7px 12px;
}
.table-bordered > tbody > tr > td
{
  border: 1px solid #cbdeef;
}
.pricing-tabs .nav-tabs {
    border-bottom: 0px !important;
    margin-bottom: 12px;
}
.package-bottom td {
    vertical-align: middle !important;
}
.package-bottom .row
{
  margin-right: -15px;
    margin-left: -15px;
}
.price-Text {
    font-size: 18px;
}
.package-calc {
    display: flex;
}
.steps-details {
    flex: 1;
    border: 1px solid #e4e4e4;
}
.price-detail {
    flex-basis: 250px;
    border-right: 1px solid #e4e4e4;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #e4e4e4;
}
.price-detail .pane-content {
    flex: 1;
}
.moving-tab
{
  display: none;
}
.wizard-card .nav-pills > li.active a {
    background-color: #ffffff;
    color: #32628c !important;
    font-weight: 800;
    border: 1px solid #32628c !important;
}
.wizard-card .nav-pills > li {
    text-align: center;
    width: auto !important;
}
.wizard-card .nav-pills {
    background-color: transparent;
    margin-bottom: 10px;
}
.pane-header h4 {
    margin-top: 0px;
    background-color: #4a7ba5;
    padding: 9px 16px;
    font-size: 20px;
    text-align: center;
    color: white;
    font-weight: 600;
}
.pane-content {
    padding: 15px;
    max-height: 350px;
    overflow: auto;
}
.calc-content {
    border: 1px solid #e4e4e4;
    padding: 10px;
    margin-bottom: 15px;
}
.calc-title h5 {
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 9px;
    margin-bottom: 10px;
}
.description p{
  margin-bottom: 4px
}
.add-feature a {
    font-size: 15px;
    font-weight: 600;
}
.add-feature a i {
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-color: #4a7ba5;
    color: white;
    text-align: center;
    font-size: 9px;
    vertical-align: middle;
    line-height: 17px;
    margin-top: -2px;
    margin-right: 5px;
}
.large-icon i {
    font-size: 140px;
    margin-bottom: 24px;
    color: #dadada;
    margin-top: 30px;
}
.price-info {
    margin-bottom: 20px;
}
.price-info h5 {
    font-size: 16px;
    font-weight: 600;
}
.estimated-price {
    padding: 10px 15px;
}
.estimated-price p {
    margin-bottom: 5px;
}
.estimated-price h3
{
  margin-bottom: 25px
}
.text-primary {
    color: #4a7ba5;
}
.signup-btn
{
  margin-bottom: 25px
}
.get-package {
    padding: 20px;
}
.reader-mode-on .navbar-default
{
  display: none;
}
.reader-mode-on .case-id-main
{
  padding-top: 0px
}
.reader-mode-on .text-slider.affix {
    top: 0px !important;
}
.reader-mode-on #footer
{
    display: none;
}
.judgement-content {
    font-size: 20px;
    line-height: 34px;
}
.login-modal .modal-content {
    background-color: transparent;
    border: none;
    box-shadow: none;
}
.login-modal .login-main {
    background-color: rgb(255, 255, 255);
    position: relative;
    max-width: 450px;
}
.login-modal
{
  padding-top: 65px
}
.login-modal .close {
    height: 30px;
    width: 30px;
    background-color: #ffffff;
    opacity: 1 !important;
    border-radius: 50%;
    font-size: 18px !important;
    border: 5px solid #b3c7d9;
    position: absolute;
    right: -16px;
    top: -19px;
    z-index: 100;
    color: #4a7ba5;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
}
.login-form-box .btn
{
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
}
.login-form-box .btn i{
  margin-right: 4px
}
.content-register
{
  display: none;
}
.register-active .content-login
{
  display: none;
}
.register-active .content-register
{
  display: block;
}
.login-form-box .row{
  margin-right: -15px;
    margin-left: -15px;
}
.login-modal .login-main.register-active {

    max-width: 570px;
}
.price span {
    font-family: initial;
}

.features-box .block {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eaeaea;
    padding: 25px 20px;
}
.features-box .feature-price {
    display: flex;
    align-items: center;
}
.feature-name h4 {
    margin: 0px;
    font-size: 17px;
    font-weight: 600;
    line-height: inherit;
}
.feature-price .price {
    margin-right: 15px;
    font-weight: 600;
}
.feature-price .price.new {
    font-size: 20px;
    color: #ed7e1f;
}
.feature-price .price.old {
    font-size: 14px;
    text-decoration: line-through;
}
.add-deature a {
    display: inline-block;
    background-color: #4a7ba5;
    border-radius: 20px;
    text-align: center;
    color: white;
    padding: 2px 17px;
    font-size: 14px;
    min-width: 152px;
}
.add-user {
    display: flex;
    align-items: center;
    padding: 16px 15px;
    background-color: #f9f9f9;
    border-bottom: 4px solid #4a7ba5;
}
.add-user label {
    margin-bottom: 0px;
    font-size: 18px;
}
.add-user .form-control {
    margin-left: 17px;
    -webkit-appearance: menulist;
    padding: 5px 5px;
    height: 35px;
    font-size: 17px;
}
.features-box {
    border: 1px solid #eaeaea;
}
.checkout-box {
    border: 1px solid #dadada;
    border-top: 5px solid #4a7ba5;
    padding: 15px;
    background-color: #f7f7f7;
    margin-bottom: 15px;
}
.plan-info {
    margin-bottom: 26px;
}
.plan-info h4 {
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 27px;
    color: #4a7ba5;
}
.plan-info span {
    color: #ed7e1f;
}
.total-price
{
  margin-bottom: 20px
}
.total-price span {
    margin-right: 10px;
    display: inline-block;
}
.checkout-box .table {
    margin-bottom: 0px;
}
.grand-total {
    background-color: rgba(255, 182, 16, 0.26);
    color: #141d2d;
}
.checkout-box .table>tbody>tr>td {
    padding: 9px 10px;
    border-top: 1px solid #f7f7f7;
}
.checkout-box .btn {
    font-size: 14px;
    font-weight: 400;
    border-radius: 25px;
}
.block.slected {
    background-color: #fdfdfd;
    box-shadow: 0px 0px 0px 6px #efefef inset;
}
.block.slected .add-deature a {
    background-color: #ed7e1f;
}
.home-header {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
}
.home-header .intro-text {
    margin-bottom: 15px;
    padding-top: 10px;
}
.home-header .container { 
    background-image: url(/Content/themes/images/glow-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.home-header p {
    color: #ed7e1f;
    margin-bottom: 7px;
    font-size: 34px;
    margin-top: 14px;
}
.separatot-img img {
    max-width: 481px;
    margin-bottom: 0px;
    opacity: .5;
    width: 100%;
}
.home-header .primary-button {
    margin-top: 2px;
}
.forgot-pass
{
  display: none;
}
.forgot-active .forgot-pass
{
  display: block;
}
.forgot-active .content-login
{
  display: none;
}
.content-otp
{
  display: none;
}
.otp-active .content-otp
{
  display: block;
}
.otp-active .content-login
{
  display: none;
}
.otp-block {
    display: none;
    justify-content: center;
    align-items: center;
    padding: 16px 10px;
    border: 1px solid #eaeaea;
    background-color: #fdfdfd;
}
.otp-block-active .otp-block{
  display: flex;
}
.otp-block label {
    min-width: 75px;
    margin-bottom: 0px
}
.otp-block .form-control {
    margin-right: 8px;
}
.coming-soon-block {
    max-width: 730px;
    margin: 0 auto;
    padding: 35px;
    border: 3px dashed #e0eaf3;
    text-align: center;
}
.coming-soon-block h3 {
    margin-top: 0px;
    color: #ed7e1f !important;
    margin-bottom: 28px;
    font-weight: 600 !important;
}
.coming-soon-block p {
    margin-bottom: 16px;
}
.coming-soon-block span {
    display: block;
    background-color: #f1f1f1;
    padding: 8px 29px;
    border: 1px solid #eaeaea;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 9px;
    font-weight: 600;
    font-size: 16px;
}
.animated-img {
    position: absolute;
    top: 29%;
    left: 19%;
    width: 173px;

}



#welcome-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100000;
    left: 0px;
    top: 0px;
    background-color: rgba(6, 6, 6, 0.67);
    display: flex;
    justify-content: center;
    align-items: center;
}
#welcome-popup.close{
  display: none;
}
#welcome-popup .popup-inner {
    background-color: #4a7ba5;
    max-width: 500px;
    text-align: center;
    border: 9px solid #eaeaea;
}
#welcome-popup .popup-inner p {
    padding: 26px;
    font-size: 17px;
    color: #fff7f7;
}
#welcome-popup .popup-footer {
    padding: 20px;
}
#welcome-popup .popup-footer button {
    min-width: 129px;
    border-radius: 3px;
    border: 1px solid white;
    background-color: white;
    padding: 7px 0px;
}

.case-popup
{
  position: absolute;
    right: -700px;
    background-color: #fffefe;
    height: 100%;
    top: 0px;
  max-width: 50%;
    border: 1px solid #e0e0e0;
    box-shadow: 0px 0px 2px #e0e0e0;
    border-radius: 4px;
    transition: all 300ms ease-in-out
}
.case-popup.active{
  right: 0
}
.case-search {
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: #f7f7f7;
    padding: 11px;
    border-bottom: 1px solid #e0e0e0;
}
.case-search .btn {
    font-weight: 300;
    font-size: 12px;
    margin-left: 5px;
}
.header-popup {
    width: 100%;
    background-color: #4a7ba5;
    padding: 8px 14px;
    color: #fff7f7;
    border-radius: 2px 2px 0px 0px;
    display: flex;
    justify-content: space-between;
}
.header-popup a {
    color: #fffefe;
}
.popup-body {
    display: block;
    padding: 15px;
    max-height: 248px;
    overflow: auto;
}
.popup-result
{
  overflow: auto;
  max-height: 185px;
}
.popup-body ul {
    padding: 0px;
    list-style-type: none;
    margin-top: 10px;
}
.popup-body ul li a {
    display: block;
    border-radius: 0px;
    margin-bottom: 5px;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 7px;
}
.inline-view
{
  display: inline-block;
}
.popup-body h4 {
    font-weight: 600;
}
.popup-body p {
    font-size: 14px;
}
.feature-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature-content {
    flex: 1;
}
.feature-content h4 {
    margin-top: 0px;
    font-size: 41px;
    color: #4a7ba5;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
}
.feature-content p {
    margin-bottom: 14px;
    font-size: 16px;
}
.feature-img {
  max-width: 700px;
}
.feature-img img {
    width: 100%;
}
.right {
    margin-left: 100px;
    margin-right: -200px !important;
}
.left {
    margin-right: 100px;
    margin-left: -200px !important;
}
.i-text {
    display: inline-flex;
    color: #ed7e1f;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-right: 4px;
    font-style: italic;
    font-weight: 600;
}
.btn-white{
  width: 150px;
    border: 2px solid white;
    height: 50px;
    color: inherit;
    font-size: 0.875em;
    font-weight: 700;
    text-transform: uppercase;
    outline: none;
    background-color: white;
    border-radius: 2px;
    margin-left: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
}
.footer-register-btn{
  margin-top: 30px
}
.key-icon-box p {
    text-align: justify;
    font-size: 15px;
}
.key-icon-box {
    border-right: 1px solid #e6e6e6;
    padding-right: 30px;
}
.key-icon-box.last {
    border-right: 0px solid #e6e6e6;
    padding-right: 0px;
}
@media (max-width: 992px)
{
  #contact {

    flex-direction: column;
}
.contact-map-container {
    flex: 1;
    height: 280px;
}
.contact-form-wrapper {
    width: 100%;
    padding: 33px;
}
  .feature-box {
    flex-direction: column;
}
.right {
    margin-left: 0px;
    margin-right: 0px !important;
    order: -1;
    margin-bottom: 31px;
}
.left {
    margin-right: 0px;
    margin-left: 0px !important;
    margin-bottom: 31px;
}
.feature-img img {
    width: 100%;
    max-width: 493px;
}
}
.top-links {
    display: flex;
}
.top-links .links {
    text-align: center;
    background-color: #ffffff;
    padding: 0px;
    margin-bottom: 25px;
    border: 1px solid #dbddde;
    margin-left: 20px;
    display: flex;
    padding-right: 20px;
    min-width: 160px;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 1px 1px 2px #ececec;
    transition: all ease-in-out 300ms;
}
.top-links .links:hover{
  box-shadow: none;
  background-color: #f7f7f7;

}
.top-links .links div {
    display: flex;
    justify-content: center;
    margin-top: 0px;
    flex-direction: column;
    text-align: left;
}
.top-links .links:first-child{
  margin-left: 0px
}
.top-links .links img {
    width: 60px;
    height: 60px;
    border-right: 1px solid #d4dfe8;
    margin-right: 15px;
}
.top-links .links div h4 {
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 25px;
    color: #ff8201;
    font-weight: 600;
    margin-right: 10px;
}
.top-links .links div span {
    color: #565656;
    font-size: 14px;
}
.flag {
    width: 26px;
}
.page-internal .intro-text .intro-lead-in img {
    max-width: 319px;
}
.coming-soon-box {
    max-width: 700px;
    margin: 0 auto;
    border: 5px solid #efeae4;
    position: relative;
    padding: 81px;
    text-align: center;
}
.coming-soon-img {
    position: absolute;
    height: 150px;
    left: 0px;
    top: 0px;
}
.newscenter a {
    display: flex;
    border: 1px solid #e4e4e4;
    text-align: left;
    max-width: 386px;
    margin: 0 auto;
    margin-top: 38px;
    align-items: center;
    border-radius: 4px;
    overflow: hidden;
    background-color: #f9f9f9;
}
.newscenter a img {
    height: 100px;
    margin-right: 8px;
    border-right: 1px solid #e4e4e4;
}
.coming-soon-data >  p{
  font-size: 18px;
line-height: 34px;
}
.about-info p{
  text-align: left;
}
#modern-tools .vc_column_container{

}
.lq-list{
  padding: 0px;
  list-style-type: none;
}
.lq-list li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
.lq-list li::before {
    content: "\f00c";
    color: #e6791d;
    position: absolute;
    left: 0px;
    top: 8px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.lq-list li p, .lq-list li strong {
    display: initial;
    font-size: 14px;
}
.features-container .section {
    padding: 40px 0px;
}
.i-img {
    margin-right: 3px;
}
/*############-------Responsive Changes---------###############*/


@media (max-width: 1200px)
{
  .tab-img1{
    margin-right: -330px !important;
  }
}

@media (max-width: 992px)
{

  .tab-img1 {
    margin-right: -521px !important;
}
  .navbar-nav {
      margin: 0px;
  }
  .navbar-default .nav li a {

    padding: 15px 10px;

}
  .signin-btn
  {
    max-width: 150px
  }
  .team-section .nav-tabs li a {
    font-size: 15px;
    padding: 10px 8px;
}
.team-section {

    margin-top: -44px;
}
}
@media (max-width: 960px)
{
  .block-content > div {
      margin-bottom: 20px;
      border-bottom: 1px solid #e2e2e2;
      padding-bottom: 10px;
  }
  .key-icon-box {
    border-right: 0px;
    padding-right: 0px;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 62px;
}
  #modern-tools .vc_column_container {
    width: 47%;
    display: inline-block;
}
}
@media (max-width: 848px)
{
.team-header {
        padding-bottom: 55px;
}
.team-section .nav-tabs li a span{
  display: none;
}
}
@media (max-width: 700px){
  .home-header p {
      font-size: 25px;
      margin-top: 5px;
  }
  header .intro-text .intro-lead-in {
    font-size: 35px;
}
}
@media (max-width: 626px)
{
  #modern-tools .vc_column_container {
    width: 100%;
    display: inline-block;
}
  .team-section .nav-tabs > li {
    margin-right: 2px;
}
  .team-header {
    padding-bottom: 19px;
}
  .team-section {
    margin-top: 0px;
}
.nav-tabs {
    border-bottom: 0px;
}
.team-section .nav-tabs li a {
    font-size: 13px;
    padding: 9px 11px;
    border-radius: 4px;
    min-width: auto;
    font-weight: 400;
}
.team-section .nav-tabs > li.active > a {

    border-bottom-color: #dddddd !important;
}
.team-section .nav-tabs {
    margin-top: 16px;
}
.coming-soon-box {
    padding: 40px !important;
}
.coming-soon-img {
    height: 96px !important;

}
}
@media (max-width: 518px)
{
  .home-header p {
    font-size: 22px;
    line-height: initial;
}
header .intro-text .intro-heading {

  
}
header .intro-text .intro-lead-in {

    margin-bottom: 0px;
}
  .team-section .nav-tabs > li {
    margin-right: 0px;
    width: 50%;
    margin-bottom: 4px;
}
}
.required {
    color: red;
}
.input-validation-error {
    color: red;
}

.popupError {
   float: right;
   padding-right: 10px;
    color: red;
}