/*
Theme Name: Moderna
Theme URI: https://bootstrapmade.com/moderna-wordpress-theme/
Author: BootstrapMade
Author URI: https://bootstrapmade.com
Description: Moderna is a responsive WordPress theme 
Version: 1.0.5
Tags: light, theme-options, translation-ready
License: Split GPL License
License URI: license.txt
*/
/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:300,400,600,700');
/* === prettify === */
@import url('js/google-code-prettify/prettify.css');
/* === custom icon === */
@import url('css/custom-fonts.css');
/* ==== overwrite bootstrap standard ==== */
@import url('css/overwrite.css');
@import url('css/animate.css');
/* ==== Custom Fonts ==== */
@import url('fonts/font.css');
/* ==== Owl Carousel ==== */
@import url('css/owl.carousel.css');
/* ==== Perfect Scrollbar ==== */
@import url('css/perfect-scrollbar.css');
/* ==== magnific popup ==== */
@import url('css/magnific-popup.css');

/* ===================================
1. General
==================================== */
html {
    margin-top: -32px !important;
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6em;
    color: #656565;
    margin: 0;
    padding: 0;
}

a:active {
    outline: 0;
}

a:focus, a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 700;
    line-height: 1.2em;
    color: #333;
    margin-bottom: 20px;
}

/* ===================================
2. layout
==================================== */

.container {
    padding: 5px 20px 0 20px;
    position: relative;
}

#wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}

/*.row, .row-fluid {
    margin-bottom: 30px;
}

.row .row, .row-fluid .row-fluid {
    margin-bottom: 30px;
}

.row.nomargin, .row-fluid.nomargin {
    margin-bottom: 0;
}*/

/* ===================================
3. Responsive media
==================================== */

.video-container, .map-container, .embed-container {
    position: relative;
    margin: 0 0 15px 0;
    padding-bottom: 51%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    border: none;
}

.embed-container iframe,
.embed-container object,
.embed-container embed,
.video-container iframe,
.map-container iframe,
.map-container object,
.map-container embed,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

iframe {
    border: none;
}

img.img-polaroid {
    margin: 0 0 20px 0;
}

.img-box {
    max-width: 100%;
}

/* ===================================
4. Header
==================================== */

/* --- header -- */

header .navbar {
    margin-bottom: 0;
}

.navbar-default {
    border: none;
}

.navbar-brand {
    color: #222;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -1px;
    margin-top: 30px;
    padding: 0 0 0 15px;
}
.navbar-brand > img{
	width:150px;
}
header .navbar-collapse ul.navbar-nav {
    float: right;
    margin-right: 0;
}

header .navbar-default {
    background-color: #fff;
}

header .nav li a:hover,
header .nav li a:focus,
header .nav li.active a,
header .nav li.active a:hover,
header .nav li a.dropdown-toggle:hover,
header .nav li a.dropdown-toggle:focus,
header .nav li.active ul.dropdown-menu li a:hover,
header .nav li.active ul.dropdown-menu li.active a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

header .navbar-default .navbar-nav > .open > a,
header .navbar-default .navbar-nav > .open > a:hover,
header .navbar-default .navbar-nav > .open > a:focus {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #4dafec;
}

header .navbar {
    min-height: 100px;
}

header .navbar-nav > li {
    padding-bottom: 30px;
    padding-top: 30px;
}

header .navbar-nav > li > a {
    padding-bottom: 6px;
    padding-top: 5px;
    margin-left: 2px;
    line-height: 30px;
    font-weight: 700;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

header .nav li.current-menu-ancestor.current-menu-parent ul li a {
    background-color: #fff;
    color: #656565;
}

header .nav li.current-menu-ancestor.current-menu-parent ul li a:hover {
    color: #fff;
}

.dropdown-menu li a:hover {
    color: #fff !important;
}

header .nav .caret {
    border-bottom-color: #ccc;
    border-top-color: #ccc;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #fff;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #fff;
}

header .nav  li.current-menu-ancestor.current-menu-parent ul li a:hover{
    background: transparent !important;
}
header .nav  li.current-menu-ancestor.current-menu-parent ul li a:hover{
    color: #58aadd !important;
}

.dropdown-menu {
    box-shadow: none;
    border-radius: 0;
    border: none;
}

.dropdown-menu li:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0;
}

header .nav li .dropdown-menu {
    padding: 0;
}

header .nav li .dropdown-menu li a {
    line-height: 28px;
    padding: 10px 12px;
}

/* --- menu --- */

header .navigation {
    float: right;
}

header ul.nav li {
    border: none;
    margin: 0;
}

header ul.nav li a {
    font-size: 12px;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
}

header ul.nav li ul li a {
    font-size: 12px;
    border: none;
    font-weight: 300;
    text-transform: uppercase;
}

.navbar .nav > li > a {
    color: #111;
    text-shadow: none;
}

.navbar .nav a:hover {
    background: none;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover {
    background: none;
    /*font-weight: 700;*/
}

.navbar .nav > .active > a:active, .navbar .nav > .active > a:focus {
    background: none;
    outline: 0;
    font-weight: 700;
}

.navbar .nav li .dropdown-menu {
    z-index: 2000;
}

header ul.nav li ul {
    margin-top: 1px;
}

header ul.nav li ul li ul {
    margin: 1px 0 0 1px;
}

.dropdown-menu .dropdown i {
    position: absolute;
    right: 0;
    margin-top: 3px;
    padding-left: 20px;
}

.navbar .nav > li > .dropdown-menu:before {
    display: inline-block;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-bottom-color: none;
    content: none;
}

ul.nav li.dropdown a {
    z-index: 1000;
    display: block;
}

select.selectmenu {
    display: none;
}

/* ===================================
5. Section: Featured
==================================== */

#featured {
    width: 100%;
    background: #fcfcfc;
    position: relative;
    margin: 0;
    padding: 0;
}

/* ===================================
6. Sliders
==================================== */
/* --- flexslider --- */

#featured .flexslider {
    padding: 0;
    margin: 50px 0 30px;
    background: #fff;
    position: relative;
    zoom: 1;
}

.flex-caption {
    background: none;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
    zoom: 1;
}

.flex-caption {
    bottom: 35px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    margin: 0;
    padding: 25px 25px 25px 30px;
    position: absolute;
    right: 50px;
    width: 295px;
}

.flex-caption h3 {
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.flex-caption p {
    margin: 0 0 15px;
}

/* ===================================
7. Section: call action
==================================== */
section.callaction {
    background: #f9f9f9;
    padding: 50px 0 0 0;
}

/* ===================================
8. Section: Content
==================================== */

#content {
    position: relative;
    background: #fff;
    padding: 50px 0 40px 0;
}

#content.nopadtop {
    position: relative;
    background: #fff;
    padding: 0 0 40px 0;
}

#content img {
    max-width: 100%;
    height: auto;
}

/* --- Call to action --- */

.cta-text {
    text-align: center;
    margin-top: 10px;
}

.big-cta .cta {
    margin-top: 10px;
}

/* --- box --- */

.box {
    width: 100%;
}

.box-gray {
    background: #f8f8f8;
    padding: 20px 20px 30px;
}

.box-gray h4, .box-gray i {
    margin-bottom: 20px;
}

.box-bottom {
    padding: 20px 0;
    text-align: center;
}

.box-bottom a {
    color: #fff;
    font-weight: 700;
}

.box-bottom a:hover {
    color: #eee;
    text-decoration: none;
}

/* ===================================
9. Section: Bottom
==================================== */

#bottom {
    background: #fcfcfc;
    padding: 50px 0 0;

}

/* twitter */
#twitter-wrapper {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

#twitter em {
    font-style: normal;
    font-size: 13px;
}

#twitter em.twitterTime a {
    font-weight: 600;
}

#twitter ul {
    padding: 0;
    list-style: none;
}

#twitter ul li {
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 300;
    margin-bottom: 20px;
    position: relative;
    word-break: break-word;
}

/* ===================================
10. Inner - Section: page headline
==================================== */

#inner-headline {
    /*background: #252525;*/
    position: relative;
    margin: 0;
    padding: 0;
    color: #fefefe;
}

#inner-headline .inner-heading h2 {
    color: #fff;
    margin: 20px 0 0 0;
}

/* --- breadcrumbs --- */
#inner-headline ul.breadcrumb {
    margin: 30px 0 0;
    float: left;
}

#inner-headline ul.breadcrumb li {
    margin-bottom: 0;
    padding-bottom: 0;
}

#inner-headline ul.breadcrumb li {
    font-size: 13px;
    color: #fff;
}

#inner-headline ul.breadcrumb li i {
    color: #dedede;
}

#inner-headline ul.breadcrumb li a {
    color: #fff;
}

ul.breadcrumb li a:hover {
    text-decoration: none;
}

/* ============================
11. Forms
============================= */

/* --- contact form  ---- */
form#contactform input[type="text"] {
    width: 100%;
    border: 1px solid #f5f5f5;
    min-height: 40px;
    padding-left: 20px;
    font-size: 13px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

form#contactform textarea {
    border: 1px solid #f5f5f5;
    width: 100%;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 13px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

form#contactform .validation {
    font-size: 11px;
}

#sendmessage {
    border: 1px solid #e6e6e6;
    background: #f6f6f6;
    display: none;
    text-align: center;
    padding: 15px 12px 15px 65px;
    margin: 10px 0;
    font-weight: 600;
    margin-bottom: 30px;

}

#sendmessage.show, .show {
    display: block;
}

form#contactform span.error {
    font-size: 12px;
    font-weight: 600;
    display: block;
    margin: 10px 0;
}

/* wp */
/* comments */
.comment_wrap {

}

.comment_wrap .comment_list, .comment_wrap .comment_list .children {
    list-style-type: none;
    list-style-position: outside;
    list-style: none;
}

.comment_list {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    padding-top: 15px;
}

.comment {
    margin: 15px 0 0;
}

.comment:first-child {
    margin-top: 0;
}

.comment .children {
    margin: 15px 0 0 25px;
    padding: 0 0 0 35px;
    list-style: none;
}

.comment:first {
    margin-top: 0;
}

.single_comment {
    display: block;
    position: relative;
    padding: 25px;
    border: 1px dotted #eee;

}

.single_comment .avatar {
    display: inline-block;
    margin-right: 15px;
    overflow: hidden;
    float: left;
}

.single_comment .avatar img {
    width: 80px;
    height: 80px;
    display: block;
}

.single_comment .comment_meta {
    display: inline-block;
    position: relative;
}

.single_comment .comment_meta .author {
    font-size: 16px;
    display: block;
    margin-top: 10px;
    font-weight: bold;
}

.single_comment .comment_meta .author a {
    color: #666;
}

.single_comment .comment_meta .author a:hover {
    color: #f15a23;
}

.single_comment .comment_meta .date {
    line-height: 17px;
}

.single_comment .comment_meta .date a.reply, .single_comment .comment_meta .date a.comment-reply-link {
    color: #01a7f4;
}

.single_comment .comment_meta .date a.reply:hover, .single_comment .comment_meta .date a.comment-reply-link:hover {
    color: #444;

}

.single_comment .comment_wrap {
    display: block;
    width: 100%;
    padding-top: 15px;
    overflow: hidden;
}

.single_comment .comment_wrap p:last-child {
    padding-bottom: 0;
}

.cancel-comment-reply {
    margin-bottom: 20px;
}

#respond {
    margin-bottom: 100px;
}

#respond h4 {
    margin: 40px 0 20px;
}

/* comment-form */

#comments form {
    border: none;
}

#comments form label {
    font-size: 14px;
    font-weight: 400;
}

#comments form input[type="text"],
#comments form input[type="email"] {

    box-shadow: none;
    width: 100%;
    border: 1px solid #f5f5f5;
    min-height: 40px;
    padding-left: 20px;
    font-size: 13px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#comments form textarea {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 20px;
    border-style: solid;
    border-color: #e9e9e9;
    border-radius: 2px;
    box-shadow: none;
    font-weight: 400;
    text-align: left;
    font-size: 14px;
    line-height: 25px;
}

/* --- search form --- */
/*
.search{
	float:right;
	margin:35px 0 0;
	padding-bottom:0;
}
*/

#inner-headline form.input-append {
    margin: 0;
    padding: 0;
}

/* ===============================
12. Portfolio
================================ */

.work-nav #filters {
    margin: 0;
    padding: 0;
    list-style: none;
}

.work-nav #filters li {
    margin: 0 10px 30px 0;
    padding: 0;
    float: left;
}

.work-nav #filters li a {
    color: #7F8289;
    font-size: 16px;
    display: block;
}

.work-nav #filters li a:hover {

}

.work-nav #filters li a.selected {
    color: #DE5E60;
}

#thumbs {
    margin: 0;
    padding: 0;
}

#thumbs li {
    list-style-type: none;
}

.item-thumbs {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    cursor: pointer;
}

.item-thumbs a + img {
    width: 100%;
}

.item-thumbs .hover-wrap {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;

    opacity: 0;
    filter: alpha(opacity=0);

    -webkit-transition: all 450ms ease-out 0s;
    -moz-transition: all 450ms ease-out 0s;
    -o-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;

    -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
    -moz-transform: rotateY(180deg) scale(0.5, 0.5);
    -ms-transform: rotateY(180deg) scale(0.5, 0.5);
    -o-transform: rotateY(180deg) scale(0.5, 0.5);
    transform: rotateY(180deg) scale(0.5, 0.5);
}

.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
    opacity: 1;
    filter: alpha(opacity=100);

    -webkit-transform: rotateY(0deg) scale(1, 1);
    -moz-transform: rotateY(0deg) scale(1, 1);
    -ms-transform: rotateY(0deg) scale(1, 1);
    -o-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
}

.item-thumbs .hover-wrap .overlay-img {
    position: absolute;
    width: 50%;
    height: 100%;
    opacity: 0.80;
    filter: alpha(opacity=80);
    background: #000;
}

.item-thumbs .hover-wrap .overlay-img-thumb {
    position: absolute;
    border-radius: 60px;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
    color: #fff;
    font-size: 32px;
    line-height: 1em;
    opacity: 1;
    filter: alpha(opacity=100);
}

/* --- Portolio filter --- */

ul.portfolio-categ {
    margin: 10px 0 30px 0;
    padding: 0;
    float: left;
    list-style: none;
}

ul.portfolio-categ li {
    margin: 0;
    padding: 0 20px 0 0;
    float: left;
    list-style: none;
    font-size: 13px;
    font-weight: 600;
}

ul.portfolio-categ li a {
    display: block;
    padding: 35px 0 35px 0;
    color: #353535;
}

ul.portfolio-categ li.active a:hover, ul.portfolio-categ li a:hover, ul.portfolio-categ li a:focus, ul.portfolio-categ li a:active {
    text-decoration: none;
    outline: 0;
}

/* --- portfolio detail --- */
.top-wrapper {
    margin-bottom: 20px;
}

/* ===============================
13. Elements
================================ */

/* --- blockquote --- */
blockquote {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Noto Serif', serif;
    font-style: italic;
    padding-left: 0;
    color: #a2a2a2;
    line-height: 1.6em;
    border: none;
}

blockquote cite {
    display: block;
    font-size: 12px;
    color: #666;
    margin-top: 10px;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
    color: #555;
}

/* --- pullquotes --- */

.pullquote-left {
    display: block;
    color: #a2a2a2;
    font-family: 'Noto Serif', serif;
    font-size: 14px;
    line-height: 1.6em;
    padding-left: 20px;
}

.pullquote-right {
    display: block;
    color: #a2a2a2;
    font-family: 'Noto Serif', serif;
    font-size: 14px;
    line-height: 1.6em;
    padding-right: 20px;
}

/* --- button --- */
.btn-theme {
    color: #fff;
}

.btn-theme:hover {
    color: #eee;
}

/* --- list style --- */

ul.general {
    list-style: none;
    margin-left: 0;
}

ul.link-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.link-list li {
    margin: 0;
    padding: 2px 0 2px 0;
    list-style: none;
}

footer ul.link-list li a, footer .widget ul li a {
    color: #fff;
}

footer ul.link-list li a:hover, footer .widget ul li a:hover {
    color: #eee;
}

/* --- Heading style --- */

h4.heading {
    font-weight: 700;
}

.heading {
    margin-bottom: 30px;
}

.heading {
    position: relative;

}

.widgetheading {
    width: 100%;

    padding: 0;
}

#bottom .widgetheading {
    position: relative;
    border-bottom: #e6e6e6 1px solid;
    padding-bottom: 9px;
}

aside .widgetheading {
    position: relative;
    border-bottom: #e9e9e9 1px solid;
    padding-bottom: 9px;
}

footer .widgetheading {
    position: relative;
}

footer .widget .social-network {
    position: relative;
}

#bottom .widget .widgetheading span, aside .widget .widgetheading span, footer .widget .widgetheading span {
    position: absolute;
    width: 60px;
    height: 1px;
    bottom: -1px;
    right: 0;

}

/* --- Map --- */
.map {
    position: relative;
    margin-top: -50px;
    margin-bottom: 40px;
}

.map iframe {
    width: 100%;
    height: 450px;
    border: none;
}

.map-grid iframe {
    width: 100%;
    height: 350px;
    border: none;
    margin: 0 0 -5px 0;
    padding: 0;
}

.google-map {
    margin: 0 0 40px;
    padding-top: 0;
    padding-bottom: 40%;
}

/* --- our team --- */

ul.team-detail {
    margin: -10px 0 0 0;
    padding: 0;
    list-style: none;
}

ul.team-detail li {
    border-bottom: 1px dotted #e9e9e9;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    list-style: none;
}

ul.team-detail li label {
    font-size: 13px;
}

ul.team-detail li h4, ul.team-detail li label {
    margin-bottom: 0;
}

ul.team-detail li ul.social-network {
    border: none;
    margin: 0;
    padding: 0;
}

ul.team-detail li ul.social-network li {
    border: none;
    margin: 0;
}

ul.team-detail li ul.social-network li i {
    margin: 0;
}

/* --- Pricing box --- */

.pricing-title {
    background: #fff;
    text-align: center;
    padding: 10px 0 10px 0;
}

.pricing-title h3 {
    font-weight: 600;
    margin-bottom: 0;
}

.pricing-offer {
    background: #fcfcfc;
    text-align: center;
    padding: 40px 0 40px 0;
    font-size: 18px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.pricing-box.special .pricing-offer {
    color: #fff;
}

.pricing-offer strong {
    font-size: 78px;
    line-height: 89px;
}

.pricing-offer sup {
    font-size: 28px;
}

.pricing-content {
    background: #fff;
    text-align: center;
    font-size: 14px;
}

.pricing-content strong {
    color: #353535;
}

.pricing-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-content ul li {
    border-bottom: 1px solid #e9e9e9;
    list-style: none;
    padding: 15px 0 15px 0;
    margin: 0 0 0 0;
    color: #888;
}

.pricing-action {
    margin: 0;
    background: #fcfcfc;
    text-align: center;
    padding: 20px 0 30px 0;
}

.pricing-wrapp {
    margin: 0 auto;
    width: 100%;
    background: #fd0000;
}

/* --- pricing box alt 1 --- */
.pricing-box-alt {
    border: 1px solid #e6e6e6;
    background: #fcfcfc;
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pricing-box-alt .pricing-heading {
    background: #fcfcfc;
    text-align: center;
    padding: 40px 0 0px 0;
    display: block;
}

.pricing-box-alt.special .pricing-heading {
    background: #fcfcfc;
    text-align: center;
    padding: 40px 0 1px 0;
    border-bottom: none;
    display: block;
    color: #fff;
}

.pricing-box-alt.special .pricing-heading h3 {
    color: #fff;
}

.pricing-box-alt .pricing-heading h3 strong {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -1px;
}

.pricing-box-alt .pricing-heading h3 {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: -1px;
}

.pricing-box-alt .pricing-terms {
    text-align: center;
    background: #333;
    display: block;
    overflow: hidden;
    padding: 30px 0 20px;
}

.pricing-box-alt .pricing-terms h6 {
    font-style: italic;
    margin-top: 10px;
    color: #fff;

    font-family: 'Noto Serif', serif;
}

.pricing-box-alt .icon .price-circled {
    margin: 10px 10px 10px 0;
    display: inline-block !important;
    text-align: center !important;
    color: #fff;
    width: 68px;
    height: 68px;
    padding: 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 68px;
    text-shadow: none;
    cursor: pointer;
    background-color: #888;
    border-radius: 64px;
    -moz-border-radius: 64px;
    -webkit-border-radius: 64px;
}

.pricing-box-alt .pricing-action {
    margin: 0;
    text-align: center;
    padding: 30px 0 30px 0;
}

/* ===============================
14. Blog & article
================================ */

article {
    margin-bottom: 40px;
}

article .post-heading h3 {
    margin-bottom: 20px;
}

article .post-heading h3 a {
    font-weight: 700;
    color: #353535;
}

article .post-heading h3 a:hover {
    text-decoration: none;
}

/* --- post meta --- */
.post-meta {
    background: #fcfcfc;
    border: 1px solid #e6e6e6;
    border-top: none;
    text-align: center;
}

.post-meta .format {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0 10px;
}

.post-meta i {
    margin: 0;
}

.post-meta .date {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0 10px;
}

.post-meta .date span {
    text-align: center;
    color: #999;
    font-size: 12px;
    font-weight: 600;
}

.post-meta .comments {
    padding: 10px 0 10px;
}

.post-meta .comments a {
    color: #999;
    font-size: 12px;
    font-weight: 700;
}

.post-meta .comments a:hover {
    text-decoration: none;
}

/* --- post format --- */

.post-image {
    margin-bottom: 20px;
}

.post-quote {
    margin-bottom: 20px;
}

.post-video {
    margin-bottom: 20px;
}

.post-audio {
    margin-bottom: 20px;
}

.post-link {
    margin-bottom: 20px;
}

.post-slider {
    margin-bottom: 20px;
}

.post-quote blockquote {
    font-size: 16px;
    color: #999;
    font-family: 'Noto Serif', serif;
    font-style: italic;
    line-height: 1.6em;
}

.post-image img:hover {
    -webkit-box-shadow: 0 0 2px #979797;
    -moz-box-shadow: 0 0 2px #979797;
    box-shadow: 0 0 2px #979797;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

ul.meta-post {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.meta-post li {
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
    list-style: none;
    border-right: 1px dotted #e9e9e9;
    padding-right: 10px;
}

ul.meta-post li i {
    float: left;
    font-size: 12px;
    margin: 5px 5px 0 0;
}

ul.meta-post li a {
    color: #999;
    float: left;
    font-size: 12px;
    font-weight: 600;
}

/* --- single post --- */
.bottom-article {
    overflow: hidden;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    padding: 10px 0 10px 0;
    margin-top: 20px;
}

/* --- author info --- */

.about-author {
    border: 1px solid #f5f5f5;
    padding: 20px;
    float: left;
    margin-bottom: 5px;
}

.about-author h5 {
    margin-bottom: 10px;
}

/* --- Comment --- */

.comment-area {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.media-content {
    overflow: hidden;
    margin-left: 12px;
    border-bottom: 1px dotted #d5d5d5;
    padding-bottom: 20px;
}

.media-content h6 {
    font-size: 14px;
    font-weight: 700;
}

.media-content span {
    color: #a9a9a9;
    font-size: 14px;
    font-weight: 300;
}

.comment-area .thumbnail > img {
    display: block;
    width: 60px;
    height: 60px;
}

.filter-list {
    margin-top: 20px;
}

/* --- pagination --- */

#pagination a,
#pagination span {
    display: block;
    float: left;
    margin: 0 7px 0 0;
    padding: 7px 10px 6px 10px;
    font-size: 12px;
    line-height: 12px;
    color: #888;
    font-weight: 600;
}

#pagination a:hover {
    color: #fff;
    text-decoration: none;
}

#pagination span.current {
    background: #333;
    color: #fff;
    font-weight: bold;
}

/* ===============================
15. Aside, sidebar
================================ */

aside {
    position: relative;
    margin-bottom: 40px;
}

.sidebar-nav {
    float: left;
    width: 100%;
}

.right-sidebar {
    /*border-left: 1px solid #f5f5f5;*/
    padding: 0 0 0 30px;
    -webkit-box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, .01);
    box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, .01);

}

.left-sidebar {
    border-right: 1px solid #f5f5f5;
    padding: 0 30px 0 0;
    -webkit-box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, .01);
    box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, .01);
}

.left-sidebar .widget h3, .left-sidebar .widget .widget-content {
    padding-right: 20px;
}

aside .widget {
    margin-bottom: 40px;
}

/* wp */
.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget ul li a {
    color: #656565;
}

ul.cat, ul.recent, ul.folio-detail, ul.contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.cat li, ul.recent li, ul.folio-detail li, ul.contact-info li {
    margin: 0 0 15px 0;
    list-style: none;
}

ul.cat li a, ul.folio-detail li a {
    color: #656565;
}

ul.folio-detail li label {
    display: inline;
    cursor: default;
    color: #353535;
    font-weight: bold;
}

.widget ul.recent li {
    margin-bottom: 20px;
}

ul.recent li h6 {
    margin: 0 0 10px 0;
}

ul.recent li h6 a {
    color: #353535;
    font-size: 16px;
    font-weight: 600;
}

.widget ul.tags {
    list-style: none;
    margin: 0;
    margin-left: 0;
    padding-left: 0;
}

.widget ul.tags li {
    margin: 0 5px 15px 0;
    display: inline-block;
}

.tagcloud a {
    margin: 0 5px 15px 0;
    display: inline-block;
    font-size: 14px;
}
.tag {
margin-top: 120px;
}
.widget ul.tags li a, .tagcloud a {
    background: #e6e6e6;
    color: #333;
    padding: 5px 10px;
}

.widget ul.tags li a:hover, .tagcloud a:hover {
    text-decoration: none;
    color: #fff;
}

/* ===== Widgets ===== */

/* --- flickr --- */
.widget .flickr_badge {
    width: 100%;
}

.widget .flickr_badge img {
    margin: 0 9px 20px 0;
}

footer .widget .flickr_badge {
    width: 100%;
}

footer .widget .flickr_badge img {
    margin: 0 9px 20px 0;
}

.flickr_badge img {
    width: 50px;
    height: 50px;
    float: left;
    margin: 0 9px 20px 0;
}

/* --- latest tweet widget --- */

.twitter ul {
    margin-left: 0;
    list-style: none;
}

.twitter img {
    float: left;
    margin-right: 15px;
}

.twitter span.tweet_time {
    display: block;
    padding-bottom: 5px;

}

.twitter li {
    border-bottom: 1px dashed #efefef;
    padding-bottom: 20px;
    margin-bottom: 20px;
    list-style: none;
}

.twitter li:last-child {
    border: none;
}

/* --- Recent post widget --- */

.recent-post {
    margin: 20px 0 0 0;
    padding: 0;
    line-height: 18px;
}

.recent-post h5 a:hover {
    text-decoration: none;
}

.recent-post .text h5 a {
    color: #353535;
}

ul.time-post {
    float: left;
    width: 120px;
    padding: 0;
    list-style: none;
    margin: 0 20px 0 0;
    text-align: center;
    color: #0e0f0f;
}

ul.time-post li {
    float: none;
    background: #f8f8f8;
    list-style: none;
    margin: 0 0 2px 0;
    padding: 0;
}

ul.time-post li a img:hover {
    opacity: 0.8;
    /* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    /* For IE 8 8 */
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

ul.time-post li.time {
    float: none;
    padding: 5px 0 5px 0;
    text-shadow: none;
}

.recent-post ul.time-post li.time {
    color: #121214;
}

.post-meta {
    margin-bottom: 20px;
}

.post-meta span {
    padding: 0 10px 0 10px;
    margin-bottom: 10px;
}

.post-meta span a {
    color: #919191;
}

.post-meta strong {
    font-weight: 200px;
    color: #c7c7c7;
}

.item .text {
    margin-left: 140px;
    margin-bottom: 20px;
}

/* ===============================
16. Footer
================================ */

footer {
    padding: 50px 0 0 0;
    color: #f8f8f8;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #eee;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    color: #fff;
}

footer address {
    line-height: 1.6em;
}

footer h5 a:hover, footer a:hover {
    text-decoration: none;
}

ul.social-network {
    list-style: none;
    margin: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}

.sub-footer {
    text-shadow: none;
    color: #f5f5f5;
    padding: 0;
    padding-top: 30px;
    margin: 20px 0 0 0;
}

.sub-footer p {
    margin: 0;
    padding: 0;
}

.sub-footer span {
    color: #f5f5f5;
}

.copyright {
    text-align: left;
    font-size: 12px;
}

.sub-footer ul.social-network {
    float: right;
}

/* ===============================
 Live preview purpose
================================ */
/* --- buttons --- */

.bs-docs-example {
    margin: 0 0 10px 0;
}

.demobtn a.btn {
    margin: 0 10px 10px 0;
}

section.demogrid .col-lg-1, section.demogrid .col-lg-2, section.demogrid .col-lg-3, section.demogrid .col-lg-4, section.demogrid .col-lg-5, section.demogrid .col-lg-6, section.demogrid .col-lg-7, section.demogrid .col-lg-8, section.demogrid .col-lg-9, section.demogrid .col-lg-10, section.demogrid .col-lg-11 {
    background: #f6f6f6;
    text-align: center;
    padding: 20px 0 20px;
}

section.demogrid .show-grid .row, section.demogrid .show-grid .row-fluid {
    margin-bottom: 0;
}

section.demogrid .show-grid .nest {
    background: #ddd;
    text-align: center;
    padding: 20px 0 20px;
}

section.demogrid .col-lg-12.nest {
    background: #f6f6f6;
    text-align: center;
    padding: 20px 0 0;
}

.demoinline p {
    display: inline;
    margin-right: 20px;
}

/* ===============================
17. Divider, Line & Misc
================================ */

.solidline {
    border-top: 1px solid #f5f5f5;
    margin: 0 0 30px;
}

.dottedline {
    border-top: 1px dotted #f5f5f5;
    margin: 0 0 30px;
}

.dashedline {
    border-top: 1px dashed #f5f5f5;
    margin: 0 0 30px;
}

.blankline {
    height: 1px;
    margin: 0 0 30px;
}

/* scroll to top */
.scrollup {
    position: fixed;
    width: 32px;
    height: 32px;
    bottom: 0px;
    right: 20px;
    background: #222;

}

a.scrollup {
    outline: 0;
    text-align: center;
}

a.scrollup:hover, a.scrollup:active, a.scrollup:focus {
    opacity: 1;
    text-decoration: none;
}

a.scrollup i {
    margin-top: 10px;
    color: #fff;
}

a.scrollup i:hover {
    text-decoration: none;
}

/* =============================
18. Position & alignment
============================= */

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.aligncenter {
    text-align: center;
}

.aligncenter span {
    margin-left: 0;
}

.floatright {
    float: right;
}

.floatleft {
    float: left;
}

.floatnone {
    float: none;
}

.aligncenter {
    text-align: center;
}

/* --- Image allignment style --- */

img.pull-left, .align-left {
    float: left;
    margin: 0 15px 15px 0;
}

.widget img.pull-left {
    float: left;
    margin: 0 15px 15px 0;
}

img.pull-right, .align-right {
    float: right;
    margin: 0 0 15px 15px;
}

article img.pull-left, article .align-left {
    float: left;
    margin: 5px 15px 15px 0;
}

article img.pull-right, article .align-right {
    float: right;
    margin: 5px 0 15px 15px;
}

/* =============================
20. Spacer, margin
============================= */

.clear-marginbot {
    margin-bottom: 0;
}

.marginbot10 {
    margin-bottom: 10px;
}

.marginbot20 {
    margin-bottom: 20px;
}

.marginbot30 {
    margin-bottom: 30px;
}

.marginbot40 {
    margin-bottom: 40px;
}

.clear-margintop {
    margin-top: 0;
}

.margintop10 {
    margin-top: 10px;
}

.margintop20 {
    margin-top: 20px;
}

.margintop30 {
    margin-top: 30px;
}

.margintop40 {
    margin-top: 40px;
}

/***Analytica Styles ***/
body {
    font-family: 'ProximaNovaRegular', sans-serif;
    /*line-height: 14px;*/
    padding: 0 15px;
    font-size: 16px;
    color: #536170;
}

html {
    margin-top: 0 !important;
}

.pdr0 {
    padding-right: 0;
}

.pdl0 {
    padding-left: 0;
}

#content {
    padding: 0;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    outline: none;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

h1, h2, h3, h4, h5, h6 {
    color: #093255;
    margin: 0 0 10px 0;
}

h1 {
    font-size: 55px;
    font-family: 'ProximaNovaLight', sans-serif;
}

h2 {
    font-size: 45px;
    font-family: 'ProximaNovaSemibold', sans-serif;
}

h3 {
    font-size: 36px;
    font-family: 'ProximaNovaLight', sans-serif;
}

h4 {
    font-size: 30px;
    font-family: 'ProximaNovaLight', sans-serif;
}

h5 {
    font-size: 20px;
    font-family: 'ProximaNovaLight', sans-serif;
}

h6 {
    font-size: 16px;
    font-family: 'ProximaNovaSemibold', sans-serif;
}

p {
    margin: 0;
}

.row, .row-fluid {
    margin-bottom: 0;
}

header {
    padding: 0 30px;
}

header .navbar {
    min-height: 70px;
}

/*** Primary Menu ***/
.navbar-brand {
    margin-top: 0;
    padding: 15px 0 0 15px;
}

.mainmenu > li {
    display: inline-block;
    margin: 0 5px;
    padding: 0 !important;
}

.navbar .nav > li > a {
    padding: 17px 10px;
    font-size: 16px;
    font-family: 'ProximaNovaRegular', sans-serif;
    font-weight: normal;
}

.mainmenu > li > a {
    display: block;
    color: #3c3c3c;
    text-transform: capitalize !important;
    position: relative;
}

.mainmenu > li > a:after {
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    transform: translateY(-10px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #4dafec;
    content: '';
    opacity: 0;

}

.mainmenu > li a:hover:after, .mainmenu > li.active a:after {
    transform: translateY(0px);
    height: 5px;
    opacity: 1;
}
.mainmenu > li .dropdown-menu {
    background: #fff;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3);
    right: 0;
    left: auto;
}

.mainmenu > li .dropdown-menu li a {
    font-size: 16px;
    /*padding: 12px 24px !important;*/
    position: relative;
    text-transform: capitalize;
    color: #536170;

}
.mainmenu > li .dropdown-menu li a:after{
    background: transparent;
}


.mainmenu > li .dropdown-menu li:hover,.mainmenu > li .dropdown-menu li:hover,.mainmenu > li  .dropdown-menu li a:hover,.mainmenu > li  .dropdown-menu li > a:focus,.mainmenu > li  .dropdown-submenu:hover > a,.mainmenu > li  .dropdown-menu .active > a,.mainmenu > li  .dropdown-menu .active > a:hover{
    background: transparent;
}
.mainmenu > li .dropdown-menu li a:hover{
    color: #4dafec !important;
}
/*** Footer ***/
.footer {
    background: #0f1e36;
    color: #d7d7d7;
    padding: 60px 0 0;
    height: 550px;
    margin: 0 -15px;
    width: calc(100% + 30px);
    position: relative;

}

.footerlinksec {
    padding: 0 45px;
    background: #0f1e36;
}

.footer-middle {
    padding: 80px 0;
    vertical-align: middle;
    position: relative;
    min-height: 300px;
}

.footer-middle:after {
    position: absolute;
    top: 20%;
    left: -50px;
    background: #11151c;
    height: 200px;
    width: 1px;
    content: "";
}

.footer h5, .user-location .mail-me {
    color: #ffffff;
    font-family: 'ProximaNovaRegular', sans-serif;
    display: inline-block;
}

/*
.location-section{
    padding-left: 40px;
}
*/

.user-location h6 {
    margin-bottom: 10px;
}

.user-location p {
    color: #8a8e95;
    padding-left: 30px;
}

.user-location .mail-me, .user-location .mail-me a {
    color: #fff;
}

.user-location .mail-me a:hover {
    color: #4dafec;
}

.user-location > li {
    display: block;
    margin-bottom: 65px;
}

.user-location > li a {
    color: #8a8e95;
}

.user-location i {
    background: url("img/analyttica-sprite.svg") no-repeat;
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: sub;
}

.user-location i.map-icon {
    background-position: -48px -2px;
}

.user-location i.email-icon {
    background-position: -2px 0;
}

.user-location h6 {
    display: inline-block;
}
.user-location li:last-child p.mail-me{
    padding-left: 0;
}

.footerlinks li {
    display: block;
}

.footerlinks li a {
    display: inline-block;
    padding: 5px 0;
    color: #8a8e95;
    position: relative;
    overflow: hidden;
    font-size: 16px;
}

.footerlinks li h6 {
    margin-bottom: 20px;
}

.footerlinks li a:hover {
    color: #4dafec;
    text-decoration: none;
}

.footerlinks li a:hover, .footerlinks li a:focus {
    color: #4dafec;
}

/*.footerlinks li a:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: -1px;
    bottom: 1px;
    transform: translate3d(-100%, 0, 0);
    transition: transform .2s ease-in;
    background: #77ccee;
    color: #77ccee;
}*/

/*.footerlinks li a:hover:after, .footerlinks li a:focus:after {
    transform: translate3d(0, 0, 0);
    background: #77ccee;
    color: #77ccee;
}*/

/*** Sub Footer Section ***/
.sub-footer {
    background: #28374d !important;
    padding: 20px 30px;
    margin: 0;
    color: #fff;
}

.subfootersection {
    font-size: 12px;
    margin-top: 14px;
}

.subfootersection li {
    float: left;
    margin: 0 5px;
    position: relative;
}

.subfootersection li:first-child {
    margin-left: 0;
}

.subfootersection ul > li:after {
    position: absolute;
    right: -4px;
    top: 1px;
    content: '|';
    color: #fff;
}

.subfootersection li:last-child:after {
    content: "";
}

.subfootersection li a {
    /* transition: 0.3s ease;*/
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    padding: 8px 5px;
}

.subfootersection li a:first-child {
    padding-left: 0;
}

.subfootersection li a:hover {
    /* border-top: 2px solid #77ccee;
     border-bottom: 2px solid #77ccee;*/
    color: #77ccee;
    /*padding: 4px 5px;*/
}

.copyright {
    padding: 8px 0 0;
    text-align: center;
}

.fsocialmain {
    margin-top: 0;
    text-align: right;
}

.followus {
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
}

.footersociallinks {
    display: inline-block;
    vertical-align: middle;
    /*padding-right: 40px;*/
}

.footersociallinks li {
    margin-left: 10px;
    display: inline-block;
}

.footersociallinks li a {
    display: block;
    height: 40px;
    line-height: 30px;
    padding: 8px 12px;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    /*border: 1px solid #fff;*/
    border-radius: 50%;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    transition: background 0.2s, color 0.2s;
    -webkit-transition: background 0.2s, color 0.2s;
    -o-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
}

.footersociallinks li a i {
    font-size: 18px;
    position: relative;
}

.footersociallinks li a:after {
    box-shadow: 0 0 0 2px #fff;
    left: -4px;
    opacity: 0;
    padding: 4px;
    top: -4px;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transition: transform 0.2s, opacity 0.2s;
    -webkit-transition: transform 0.2s, opacity 0.2s;
    -o-transition: transform 0.2s, opacity 0.2s;
    -moz-transition: transform 0.2s, opacity 0.2s;
    border-radius: 50%;
    box-sizing: content-box;
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
}

.footersociallinks li a:hover {
    background: rgba(255, 255, 255, 1);
}

.footersociallinks li a.fb:hover {
    color: #3b5998;
}

.footersociallinks li a.twit:hover {
    color: #1da1f3;
}

.footersociallinks li a.linkedin:hover {
    color: #0077b5;
}

.footersociallinks li a:hover:after {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
}

.footerlinks li.accordion .acc-icons {
    display: none;
}

.fullheight {
    height: 100%;
}

/*** Home Page Styles ***/
.carousel-indicators li a {
    display: none;
}

#consultingCarousel.owl-carousel .owl-stage-outer, #consultingCarousel.owl-carousel.owl-drag .owl-item, #consultingCarousel.owl-carousel .owl-stage {
    height: 100%;
}

.bannersection {
    /*padding-bottom: 50px;*/
    height: calc(100vh - 140px);
    position: relative;
}

.gradientsection {
    position: relative;
}


.gradientsection:after {
    background: -moz-linear-gradient(top, rgba(45, 77, 111, 0.4) 0%, rgba(77, 175, 236, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(45, 77, 111, 0.4) 0%, rgba(77, 175, 236, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(45, 77, 111, 0.4) 0%, rgba(77, 175, 236, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#662d4d6f', endColorstr='#4dafec', GradientType=0); /* IE6-9 */
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
}

.item-description {
    position: absolute;
    left: 3%;
    bottom: 60px;
    color: #fff;
    z-index: 1;
    line-height: normal;
}

.item-description h2 {
    color: #fff;
    width: 70%;
}

.item-description h2 span {
    font-family: 'ProximaNovaRegular', sans-serif;
}

.item-description p {
    font-size: 22px;
    font-family: 'ProximaNovaLight', sans-serif;
    width: 70%;
    line-height: 30px;
}

.godownarrow {
    background: url("img/analyttica-sprite.svg") no-repeat -272px -180px;
    position: absolute;
    bottom: -16px;
    left: 50%;
    height: 50px;
    width: 50px;
    box-shadow: 0 0px 4px 2px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    z-index: 2;
    margin-left: -25px;
}

.godownarrow:hover {
    background-position: -218px -180px;
    /*animation: bounce 1s;*/
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    -moz-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
}

/*@keyframes bounce {
    0%, 20%, 60%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}*/

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

/*
#consultingCarousel .carousel-indicators {
    bottom: -30px;
    width: 100%;
    right: 0;
    text-align: right;
    left: auto;
    margin: 0;

}

#consultingCarousel .carousel-indicators li {
    background: #d0d0d0;
    border: 1px solid #d0d0d0;
    height: 8px;
    width: 8px;
    margin-right: 10px;
    position: relative;
}

#consultingCarousel .carousel-indicators .active {
    width: 8px;
    height: 8px;
    margin-top: -1px;
    background: #58aadd;
    border: 1px solid #58aadd;
    top: -1px;
}
*/

/***What We Do ***/
.homesection {
    padding: 80px 0;
}

.homesection h1 {
    font-family: 'ProximaNovaLight', sans-serif;
    text-align: center;
    margin: 0 0 50px;
}

.jumper-section {
    padding-top: 30px;
}

.head-light {
    font-family: 'ProximaNovaLight', sans-serif;
    color: #4dafec;
}

.bold-txt {
    font-family: 'ProximaNovaSemibold', sans-serif !important;
}

.text-light {
    font-family: 'ProximaNovaLight', sans-serif;
}

/*** Awards Section Owl Slider styles ***/
.awards-Slider {
    padding: 20px 0;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    height: 100px;
    margin-bottom: 30px;
}

.awards-Slider .owl-item {
    /* margin: 0 20px;*/
}

.awards-Slider .owl-carousel-item-imgtitle, .awards-Slider .owl-controls {
    display: none !important;
}

.awards-Slider .owl-carousel .owl-nav.disabled, .awards-Slider .owl-carousel .owl-dots.disabled {
    display: block;
}

.awards-Slider .owl-carousel .owl-next, .awards-Slider .owl-carousel .owl-prev {
    top: 8%;
}

.awards-Slider .owl-carousel:hover .owl-next {
    right: 2px;
}

.awards-Slider .owl-carousel:hover .owl-prev {
    left: 2px;
}

.awards-Slider .owl-carousel .item img {
    width: auto;
    cursor: pointer;
    margin: auto;
    text-align: center;
}

.awards-Slider .owl-item img {
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}

/* Disable grayscale on hover */
.awards-Slider .owl-item img:hover {
    -webkit-filter: grayscale(0);
    filter: none;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}

.sliderwith-content {
    position: relative;

}

.sliderwith-content .owl-stage-outer {
    overflow: inherit;
}

.overflow {
    overflow: hidden;
}

/*** We do Section ***/
.sliderwith-content.owl-carousel .owl-item .opacity-img {
    box-shadow: 3px 1px 10px rgba(0, 0, 0, 0.3);
    position: relative;
    opacity: 0.3;
}

.sliderwith-content .carousel-description {
    /*width: 90%;*/
    width: 100%;
    margin: 30px 0 0 0;
}

.sliderwith-content h3 {
    /*width: 70%;*/
    width: 100%;
}

.sliderwith-content p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #536170;
    line-height: 22px;
}

.sliderwith-content.owl-carousel .owl-item .carousel-description {
    opacity: 0.05;
    transition: none 0s ease 0s;
}

.sliderwith-content.owl-carousel .owl-item.active.center .carousel-description, .sliderwith-content.owl-carousel .owl-item.active:first-child .carousel-description {
    opacity: 1;
    transition: none 0s ease 0s;

}

/*.sliderwith-content.owl-carousel .owl-item.active.center img {
    border: 1px solid #f1f1f1;
    padding: 20px;
}*/

.sliderwith-content.owl-carousel .item .opacity-img:after {
    background: -moz-linear-gradient(top, rgba(45, 77, 111, 0.4) 0%, rgba(88, 170, 221, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(45, 77, 111, 0.4) 0%, rgba(88, 170, 221, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(45, 77, 111, 0.4) 0%, rgba(88, 170, 221, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#662d4d6f', endColorstr='#4dafec', GradientType=0); /* IE6-9 */
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
}

.sliderwith-content.owl-carousel .owl-item.cloned img, .sliderwith-content.owl-carousel .owl-item img {
    opacity: 0.2;
}

.sliderwith-content.owl-carousel .owl-item.active.center img {
    opacity: 1;
}

/*** Owl Carousel Common Styles ***/
.owl-carousel .owl-next, .owl-carousel .owl-prev {
    background: url("img/analyttica-sprite.svg") no-repeat;;
    border-radius: 50%;
    height: 50px;
    left: auto;
    position: absolute;
    text-indent: -999999px;
    top: 45%;
    width: 50px;
    box-shadow: 3px 1px 10px rgba(0, 0, 0, 0.3);
    display: none;
    border-radius: 50%;
}

.owl-carousel:hover .owl-next, .owl-carousel:hover .owl-prev {
    display: block;
}

.sliderwith-content.owl-carousel .owl-next {
    right: 21%;
}

.sliderwith-content.owl-carousel .owl-prev {
    left: 21%;
}

.owl-carousel:hover .owl-next {
    background-position: -165px -181px;
}

.owl-carousel .owl-next:hover {

    background-position: -110px -181px;
}

.owl-carousel:hover .owl-prev {
    background-position: -1px -181px;
}

.owl-carousel .owl-prev:hover {

    background-position: -55px -181px;
}

/*** Testmonial Slider Styles***/

.testimonial-carosuel-wrapper .owl-carousel {
    display: flex;
    flex-direction: column;
}

.testimonial-carosuel-wrapper .owl-stage-outer {
    display: flex;
}

.testimonial-carosuel-wrapper .owl-stage-outer {
    /*padding-top: 100px;*/
}

.testimonial-carosuel-wrapper .owl-stage-outer .owl-stage {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
}

.testimonial-carosuel-wrapper .demo-wrap {
    color: #fff;
    position: relative;
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	margin:10px 0 20px;
}

.testimonial-carosuel-wrapper .demo-wrap .prof-pic {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin: 0 auto 20px;
    box-shadow: 0 0px 2px 2px rgba(0, 0, 0, 0.2);
    border: 2px solid #fff;
}

.testimonial-carosuel-wrapper .demo-wrap .prof-pic img {
    border-radius: 100%;

}


.testimonial-carosuel-wrapper .demo-wrap .pro-cont .desc {
    display: none;

}


.testimonial-carosuel-wrapper .owl-item.center .demo-wrap .prof-pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: -62px;
}

.testimonial-carosuel-wrapper .owl-item.center {
    background-color: #3c9fdd;
}

.testimonial-carosuel-wrapper .owl-item.cloned.active, .testimonial-carosuel-wrapper .owl-item.active, .testimonial-carosuel-wrapper .owl-item {
    background-color: #f1f1f1;
}

.testimonial-carosuel-wrapper .owl-item .demo-wrap .pro-cont h6 {
    color: #a0a0a0;
    margin-bottom: 0;
}

.testimonial-carosuel-wrapper .owl-item.active {
    max-height: 190px ;
    min-height: 190px ;
}

.testimonial-carosuel-wrapper .owl-item.center .demo-wrap .pro-cont h6 {
    color: #fff;
}

.testimonial-carosuel-wrapper .owl-item.center .demo-wrap .pro-cont .desig-sub {
    color: #246086;
    font-size: 16px;
}

.testimonial-carosuel-wrapper .owl-item .demo-wrap .pro-cont .desig-sub {
    font-size: 14px;
    color: #8a8e95;
}

.testimonial-carosuel-wrapper .owl-item .demo-wrap .prof-pic .desig-sub .desc{
    padding:0 12px;
}

.testimonial-carosuel-wrapper .owl-item.center .demo-wrap .pro-cont .desc {
    display: block;
    margin-top: 20px;
	padding:0 20px;
}

.testimonial-carosuel-wrapper .owl-item.center .demo-wrap {
   min-height: 300px;
    opacity: 1;
    position: relative;
}
.testimonial-readmore:hover,.testimonial-readmore:visited{
    color: #fff;
}


.testimonial-carosuel-wrapper .owl-item.center .demo-wrap .testimonial-readmore{
position: absolute;
bottom: -18px;
left: 45%;
text-align: center;
width: 100px;
margin-left: -25px;
}
/*.testimonial-carosuel-wrapper .owl-item.center .demo-wrap .scroll{
height: 200px;
}*/
.testimonial-carosuel-wrapper .owl-item .item {
    text-align: center;
}

/*.testimonial-carosuel-wrapper .owl-prev, .testimonial-carosuel-wrapper .owl-next {
    width: 50px;
    height: 50px;
    background: url("img/analyttica-sprite.svg") no-repeat;
    background-position: 0 -180px;
    display: none;
    position: absolute;
    top: 55%;
    margin-top: 20px;
    text-indent: -999999px;
}*/
.testimonial-carosuel-wrapper .owl-prev, .testimonial-carosuel-wrapper .owl-next {
    top: 55%;
}

.testimonial-carosuel-wrapper .owl-carousel:hover .owl-prev, .testimonial-carosuel-wrapper .owl-carousel:hover.owl-next, #consultingCarousel .owl-carousel:hover .owl-prev, #consultingCarousel .owl-carousel:hover.owl-next {
    display: block;
}

.testimonial-carosuel-wrapper .owl-carousel:hover .owl-prev, #consultingCarousel .owl-carousel:hover .owl-prev {
    /*background-position: -1px -186px;*/
    left: 0;
}

.testimonial-carosuel-wrapper .owl-carousel:hover .owl-next, #consultingCarousel .owl-carousel:hover .owl-next {
    right: 0;
    /* background-position: -134px -186px;*/
}

.testimonial-carosuel-wrapper .owl-dots, #consultingCarousel .owl-dots {
    text-align: right;
    margin: 10px 0 0 0;
}

.testimonial-carosuel-wrapper .owl-dots .owl-dot, #consultingCarousel .owl-dots .owl-dot {
    height: 8px;
    width: 8px;
    background: #f1f1f1;
    display: inline-block;
    margin-left: 10px;
    border-radius: 50%;
}

.testimonial-carosuel-wrapper .owl-dots .owl-dot.active, #consultingCarousel .owl-dots .owl-dot.active {
    background: #3c9fdd;
}

.scrollup {
    background: #0f1e36;
    border-radius: 50%;
    bottom: 10%;
    height: 66px;
    width: 66px;
    padding: 5px;
    line-height: 60px;
    position: absolute;
    top: -30px;
    right: 20px;
}

.scrollup i {
    margin-top: 0 !important;
    font-size: 30px;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

/*** Consulting Page Styles ***/
.bannerimg-title {
    position: relative;
    opacity: 0.85;
}

.bannertilte-ontxt {
    position: absolute;
    left: 40px;
    bottom: 0;
    z-index: 1;
}

.bannertilte-ontxt h2 {
    color: #fff;

}

.sectiondeivision {
    padding: 60px 0;
}

.capabilities-sec .sectiondeivision {
    padding: 30px 0;
}

.sectiondeivision p {
    margin-bottom: 20px;
}

.sectiondeivision p:last-child {
    margin-bottom: 0;
}

.grey-bg {
    background: #f7f7f7;
}

.blue-txt {
    color: #4dafec;
    font-family: 'ProximaNovaLight', sans-serif;
}

/*** Offers ***/
.offers-details {
    position: relative;
    overflow: hidden;
}

.offerontxt {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(50, 84, 114, 0) 0%, rgba(9, 50, 85, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(50, 84, 114, 0) 0%, rgba(9, 50, 85, 1) 100%);
    background: linear-gradient(to bottom, rgba(50, 84, 114, 0) 0%, rgba(9, 50, 85, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00325472', endColorstr='#093255', GradientType=0);
    padding: 40px;
    overflow: hidden;
    left: 0;
    cursor: pointer;
}

.offerontxt:after, .offerontxt:before {
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

.offerontxt:before {
    border-bottom: 1px solid rgb(255, 255, 255);
    border-top: 1px solid rgb(255, 255, 255);
    transform: scale(0, 1);
}

.offerontxt:after {
    border-left: 1px solid rgb(255, 255, 255);
    border-right: 1px solid rgb(255, 255, 255);
    transform: scale(1, 0);
}



.offers-details img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    width: 100%;
}



.offerontxt p {
    color: #fff;
    font-size: 22px;
    font-family: 'ProximaNovaSemibold', sans-serif;
    transform: translate3d(0px, 20px, 0px);
    transition: transform 0.35s ease 0s;
    width: 75%;
    position: absolute;
    bottom: 55px;
}

.sectiondeivision-gap {
    margin-top: 40px;
    position: relative;
    padding: 0 15px;
}

.sectiondeivision-gap .col-xs-12, .sectiondeivision-gap .col-sm-6, .sectiondeivision-gap .col-md-3 {
    position: static;
}

.offerdetailsection {
    position: relative;
}

.offerpopup-details {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 60px;
    box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
    background: #fff;
    /*margin: 40px 0 0 0;*/
    display: none;
    z-index: 1;
    /*overflow-y: auto;*/
}

.offerpopup-details ul {
    padding-left: 30px;
    margin-bottom: 20px;
}

.offerpopup-details ul li {
    position: relative;
    margin-bottom: 5px;
}

.offerpopup-details ul li:before {
    position: absolute;
    left: -15px;
    top: 9px;
    content: '';
    height: 6px;
    width: 6px;
    background: #3c9fdc;
    border-radius: 50%;
}

.offerclose {
    background: url("img/analyttica-sprite.svg") no-repeat 0 -76px;
    height: 40px;
    width: 40px;
    display: block;
    position: absolute;
    right: 10px;
    top: 20px;
    padding: 5px;
    z-index: 2;
}
.offerclose:hover{
    opacity: 0.7;
}
.offersscroll {
    height: 100%;
    margin-right: -20px;
    position: relative;
    padding-right: 40px;
    padding-bottom: 50px;
}

.scroll-section {
    position: relative;
    overflow: hidden !important;
}

.engagement-section {
    width: 100%;
    height: 100%;
    position: relative;
    color: #fff;
    /*max-height: 640px;*/
    margin-top: 80px;
    /*overflow-y:auto ;*/
}

.engagement-section img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}

.engagement-section .maintitle {
    color: #fff;
}

.engagement-ontxt {
    background: rgba(47, 80, 103, 0.9);
    width: 100%;
    position: relative;
    /*left: 0;
    top: 0;*/
    height: 100%;
    /*padding: 60px 0;*/
}

.engagement-acclist {
    padding-left: 42px;
}

.engagement-acclist li {
    display: block;
    margin-bottom: 10px;
}

.engagement-accordion {
    padding: 30px 0 0 0;
}

.engagement-accordion .panel, .engagement-accordion .panel-default > .panel-heading {
    background: transparent;
    box-shadow: none;
}

.engagement-accordion .panel-default, .engagement-accordion .panel-default > .panel-heading {
    border: none;
}

.engagement-accordion .panel-default > .panel-heading {
    color: #fff;
    border-radius: 0;
}

.engagement-accordion .panel-title {
    font-family: 'ProximaNovaSemibold', sans-serif;
    font-size: 20px;
}

.engagement-accordion .panel-title i {
    padding: 2px 6px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 10px;
}

.engagement-accordion .panel-title a {
    padding-bottom: 5px;
    display: inline-block;
    outline: none;
    color: #fff !important;
}

.engagement-accordion .panel-title a.collapsed i.glyphicon-plus:before {
    content: "\2b";
}

.engagement-accordion .panel-title a i.glyphicon-plus:before {
    content: "\2212";
}

.engagement-accordion .panel-default > .panel-heading + .panel-collapse .panel-body {
    border: none;
}

.engagement-accordion .panel-collapse.collapse {
    border-top: 1px solid transparent;
}

.engagement-accordion .panel-collapse.collapse.in {
    border-top: 1px solid #7d93a5;
    padding-top: 5px;
    display: inline-block;
}

.engagement-accordion .panel-collapse.collapse {
    border-top: none;
}
.ps > .ps__scrollbar-y-rail{
    width: 10px;
}
.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y{
    color: #e2e2e2;
}
.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y, .ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y{
    width: 6px;
}
/* =============================
 About Us
============================= */
.managementteam-section {
    position: relative;
}

.team-details {
    margin: 40px 0 0 0;
}

.team-details > ul {
    border-top: 1px solid #f1f1f1;
}

.team-details > ul > li {
    border: 1px solid #f1f1f1;
    border-left: 0;
    border-top: 0;
}

.team-details > ul > li:nth-child(3n+1) {
    border-left: 1px solid #f1f1f1;
}

.team-img-space {
    padding: 40px 30px;
    transition: box-shadow 1s;
    position: relative;
}

.team-img-space:hover {
    cursor: pointer;
    box-shadow: 0 0 15px 2px rgba(4, 63, 112, 0.2);
    transition: box-shadow .2s;
}

.team-img-space img {
    margin-bottom: 0;
    width: 100%;
}

.team-img-space p {
    font-size: 14px;
}

.team-img-space h5 {
    margin-bottom: 0;
    margin-top: 20px;

}
.team-img-space:hover h5 {
 color: #428bca;
}
/*.team-img-space h5, .team-img-space p {
    width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}*/

.hoverongradient{
    position: relative;
	margin-bottom: 15px;
}

.team-img-space:hover .hoverongradient:after{
    background: -moz-linear-gradient(top, rgba(45, 77, 111, 0.4) 0%, rgba(88, 170, 221, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(45, 77, 111, 0.4) 0%, rgba(88, 170, 221, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(45, 77, 111, 0.4) 0%, rgba(88, 170, 221, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#662d4d6f', endColorstr='#4dafec', GradientType=0); /* IE6-9 */
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
}

.subtitle {
    text-align: center;
    margin: 60px 0 30px 0;
}

.team-membersec .team-details li:nth-child(3n+1) {
    border-left: 0;
}

.team-membersec .team-details li:nth-child(3n+1) {
    border-left: 0;
}

.team-membersec .team-details > ul > li:nth-child(4n+1) {
    border-left: 1px solid #f1f1f1;
}

.team-membersec .team-img-space {
    height: 350px;
}

.culture-sec {
    padding-bottom: 50px;
}

.list-bullet {
    padding-left: 20px;
}

.list-bullet li {
    position: relative;
    margin-bottom: 10px;
}

.list-bullet li:before {
    position: absolute;
    left: -15px;
    top: 8px;
    content: '';
    height: 6px;
    width: 6px;
    background: #3c9fdc;
    border-radius: 50%;
}

.our-culture .owl-carousel .owl-next, .our-culture .owl-carousel .owl-prev {
    top: calc(50% - 25px);
}

/*** About Us Details ***/

.aboutdetailsection {
    padding: 80px;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #193e5e;
    background: -moz-linear-gradient(top, #193e5e 0%, #153b5c 32%, #163c5c 57%, #153b5b 76%, #153b5b 100%);
    background: -webkit-linear-gradient(top, #193e5e 0%, #153b5c 32%, #163c5c 57%, #153b5b 76%, #153b5b 100%);
    background: linear-gradient(to bottom, #193e5e 0%, #153b5c 32%, #163c5c 57%, #153b5b 76%, #153b5b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#193e5e', endColorstr='#153b5b', GradientType=0);
    width: 100%;
    left: 0;
    top: 0;
    display: none;
    z-index: 9999;
}

.person-details img {
    margin-bottom: 25px;
}

.person-details h4 {
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;
}

.person-details p {
    color: #6eafcc;
    font-size: 14px;
    margin-bottom: 15px;
}
.consulting-overflow {
	overflow-x: hidden;
}
.person-details .footersociallinks {
    margin-bottom: 50px;
}

.person-details .person-list li {
    margin-bottom: 8px;
    font-size: 16px;
	color: #fff;
    font-family: 'ProximaNovaLight', sans-serif;

}

.person-details .person-list li pre {
    color: #fff;
    font-family: 'ProximaNovaLight', sans-serif;
}

.person-details .footersociallinks li:first-child {
    margin-left: 0;
}

.person-history {

}

.person-history h3 {
    color: #fff;
    opacity: 0.6;

}

.persondetailtabs {
    padding: 100px 0 0 0;
}
.persondetailtabs .tablist{
   border-bottom: 1px solid #8a8e95;
}

.persondetailtabs .tablist li {
  border-bottom: 1px solid transparent;
  margin-bottom: 0;
}

.persondetailtabs .tablist li.active {
    border-bottom: 1px solid #fff;
    padding:1px;
}

.persondetailtabs .tablist li.active a {

    background: transparent;
}

.persondetailtabs .tablist li a {
    color: #8a8e95;
    font-size: 18px;
    display: block;
}

.persondetailtabs .tab-pane {
    background: transparent;
    border: 0;
    padding: 40px 0;
}
.persondetailtabs .tab-content ul{
    padding-left: 22px;
}
.persondetailtabs .tab-content ul li{
    position: relative;
    margin-bottom: 10px;
    color:#ffffff
}
.persondetailtabs .tab-content ul li:after{
    position: absolute;
    left: -15px;
    top: 9px;
    content: '';
    height: 6px;
    width: 6px;
    background: #3c9fdc;
    border-radius: 50%;
}
.persondetailtabs .tablist.nav-tabs > li.active > a, .persondetailtabs .tablist.nav-tabs > li:hover > a, .persondetailtabs .tablist.nav-tabs > li.active > a:focus {
    color: #fff;
}

.persondetailtabs p {
    color: #cad0da;
    margin-bottom: 20px;
}

/* =============================
 Careers
============================= */
.currentopening-section {
    padding: 30px;
}

.cucrrent-openinglist {
    display: inline-block;
    margin: 15px auto 50px;
    border: 1px solid #d5ecf4;
    border-right: 0;
    border-bottom: 0;
}

.cucrrent-openinglist > li {
    padding: 30px;
    border-right: 1px solid #d5ecf4;
    border-bottom: 1px solid #d5ecf4;
    transition: box-shadow 1s;
    -webkit-transition: box-shadow 1s;
    -moz-transition: box-shadow 1s;
    -o-transition: box-shadow 1s;
    -ms-transition: box-shadow 1s;
    min-height: 350px;
}
.cucrrent-openinglist > li.col-xs-12,.cucrrent-openinglist > li.col-sm-6{
position:static !important;
}
.cucrrent-openinglist > li:hover {
    -webkit-box-shadow: 0 0 15px 2px rgba(4, 63, 112, 0.2);
    box-shadow: 0 0 15px 2px rgba(4, 63, 112, 0.2);
    -moz-box-shadow: 0 0 15px 2px rgba(4, 63, 112, 0.2);
    -o-box-shadow: 0 0 15px 2px rgba(4, 63, 112, 0.2);
    -webkit-transition: box-shadow .2s;
    -moz-transition: box-shadow .2s;
    -o-transition: box-shadow .2s;
    -ms-transition: box-shadow .2s;
}

.cucrrent-openinglist {
    color: #536170;
}

.cucrrent-openinglist li h4 {
    font-family: 'ProximaNovaSemibold', sans-serif;
    margin: 0;
}

.cucrrent-openinglist li small {
    font-size: 12px;
    
}

.exp-loc {
    padding: 20px 0;
    font-size: 14px;
}

.exp-loc li {
    display: inline-block;
    margin-right: 30px;
}

.exp-loc li:nth-child(n+1) {
    border-bottom: 0;
}

.exp-loc li:last-child {
    margin-right: 0;
}

.exp-loc-head {
    margin-bottom: 0 !important;
    font-family: 'ProximaNovaSemibold', sans-serif;
}

.exp {
    color: #4dafec;
}

.text-descrip {
    margin-bottom: 20px;
}

.applyvia {
    display: inline-block;
    margin: 0 auto;
}

.applyvia {
    font-size: 14px;
}

.applyvia li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
}

.applyvia li a {
    display: block;
    border: 1px #375875 solid;
    padding: 5px 10px;
    color: #093255;
    font-family: 'ProximaNovaSemibold', sans-serif;
}

.applyvia li a:hover {
    color: #3c9fdd;
    border: 1px #3c9fdd solid;
}

/* =============================
 News And Events
============================= */

.tablist li {
    display: inline-block;
    float: none;
    border-bottom: 1px solid #b2b2b2;
    /*width: 50%;*/
}

.tablist li.active {
    border-bottom: 1px solid #3c9fdd;
}

.tablist li a {
    text-align: left;
    border-radius: 0;
    line-height: 26px;
    display: block;
    padding: 10px;
    color: #a0a0a0;
    font-size: 18px;
    font-family: 'ProximaNovaLight', sans-serif;
}

.tablist li.active a {
    border: 0;
    line-height: 28px;
}

.tablist.nav-tabs > li.active > a, .tablist.nav-tabs > li:hover > a, .tablist.nav-tabs > li.active > a:focus {
    color: #3c9fdd;
}

.tablist li a:hover {
    background: transparent;
    border: 1px solid transparent;
}

.tablist.nav-tabs > li.active > a, .tablist.nav-tabs > li.active > a:hover, .tablist.nav-tabs > li.active > a:focus {
    border: 0;
}

.news-events-section .tab-content {
    padding: 30px 0 0 0;
}

.news-events-section .tab-content .tab-pane {
    border: 0;
}

.newsmainpost > li {
    display: block;
    margin-bottom: 50px;
}

.posted-date {
    font-size: 12px;
    margin-bottom: 10px;
}

.post-heading {
    margin-bottom: 10px;
}

.posted-date, .post-topic {
    color: #3c9fdd;
}

.post-topic {
    margin-bottom: 15px;
}

/* =============================
Blog Posts
============================= */
.blogpostsection {
    padding: 50px 0;
}

.blogpostsection li {
    margin-bottom: 50px;
}

.blog-category {
    color: #4dafec;
    font-size: 14px;
    font-family: 'ProximaNovaSemibold', sans-serif;
    margin: 10px 0 5px 0;
    display: block;
}

.blog-heading {
    font-family: 'ProximaNovaSemibold', sans-serif;
}

.descript-txt {

}

.post-heading h3 {
    font-size: 22px !important;
    margin-top:20px;
    font-family: 'ProximaNovaSemibold', sans-serif;
}

.post-heading h3 a{
    color: #000;
}

.bottom-article {
    border: 0;
}

.bottom-article:hover {
    text-decoration: underline !important;
}

.single-post .col-xs-12.col-sm-6.col-md-4.blogdetail-width {
    width: 100%;
}

.single-post .post-image img {
    width: 100%;
    height: 100% !important;
	margin: 30px 0 !important;
}
.single-post .blog-img:hover:after{
background: transparent;
}
.single-post .blog-img:after{
    background: transparent;
}
.page-template-page-blog article {
    margin-bottom: 25px !important;
}
#comments{
    /*padding-left: 15px;*/
}
/*.single-post .post-image {
    height: 600px;
}*/

.blog-img {
    position: relative;
		height:192px;
}
.blog-img img{
    width: 100%;
height:100% !important;
}
.blog-grid .col-lg-4{
    margin-bottom: 30px;
}
.bogcardsec:hover .post-heading h3{
  color: #4dafec !important;
}
.post-heading{
    margin: 5px 0 10px;
}
.bogcardsec:hover .blog-img:after {
    background: -moz-linear-gradient(top, rgba(9, 50, 85, 0) 0%, rgba(9, 50, 85, 0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(9, 50, 85, 0) 0%, rgba(9, 50, 85, 0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(9, 50, 85, 0) 0%, rgba(9, 50, 85, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00093255', endColorstr='#a6093255', GradientType=0); /* IE6-9 */
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.bogcardsec:hover .blog-img:after{
    background: -moz-linear-gradient(top, rgba(45, 77, 111, 0.4) 0%, rgba(88, 170, 221, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(45, 77, 111, 0.4) 0%, rgba(88, 170, 221, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(45, 77, 111, 0.4) 0%, rgba(88, 170, 221, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#662d4d6f', endColorstr='#4dafec', GradientType=0); /* IE6-9 */
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
}
pre {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: initial;
    line-height: normal;
    word-break: normal;
    word-wrap: initial;
    color: #536170;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    vertical-align: middle;
}
.tag-cloud-link{
    padding: 10px;
    margin: 0 5px;
    border: 1px solid #428bca;
}
.tag-cloud-link:hover {
    background: #428bca;
    color: #fff;
}
.bogcardsec p{
color:#536170;
}

/* =============================
Case Studies
============================= */
.cs-section {
    padding: 40px 0;
}

.cs-imgstate .offerontxt h6 {
    font-size: 16px;
    color: #58aadd;
    position: absolute;
    bottom: 120px;
    transform: translate3d(0px, 20px, 0px);
    transition: transform 0.35s ease 0s;
}

.cs-imgstate .offerontxt h6:after {
    position: absolute;
    background: #fff;
    height: 1px;
    width: 25px;
    left: 0;
    top: 25px;
    content: "";
}


/*.cs-imgstate .offerontxt:hover h6:after{
    bottom: 22px;
}*/

.cs-imgstate .offerontxt p {
    font-size: 16px !important;
}

.padnonetorow .row {
    margin: 0;
}

.cs-section .offers-details img {
    height: 100% !important;
}

.cs-section .three-linetxt h6 {
    bottom: 140px;
}
.head-gap{
    padding: 20px 0 0 0;
}

/* =============================
Contact page Styles
============================= */
.contactpopup{
    cursor: pointer;
}
.contactModal-overlay{
    background: rgba(0,0,0,0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
}
.contactModal{
    position: fixed;
    background: #fff;
    width: 450px;
    top: 50%;
    left: 50%;
    z-index: 99991;
    display: none;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

}
.contactModal h2{
    color: #000;
    text-align: center;
}
.contactModal-inner{
    padding: 30px 50px;
	margin: 0 auto !important;
	float: none !important;
}
.text-center{
	text-align: center;
}
.contactModal-inner input, .contactModal-inner textarea{
    background: #fff;
    border: 0;
    border-bottom: 1px solid #e9e9e9;
    width: 100%;
    padding: 8px 0;
    color: #536170;
}
.contactModal-inner textarea{
    height: 80px;
}
.contactModal-inner input::-webkit-input-placeholder {
    color: #d7d7d7;
}
.contactModal-inner input::-moz-placeholder {
    color: #d7d7d7;
}
.contactModal-inner input:-ms-input-placeholder {
    color: #d7d7d7;
}
.contactModal-inner input:-moz-placeholder {
    color: #d7d7d7;
}
.contactModal-inner p{
    margin-bottom: 20px;
}

.contactModal-inner input[type="submit"]{
    background: #fff;
    width: 100px;
    text-align: center;
    color: #3c9fdd;
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px;
    border: 1px solid #3c9fdd;
    margin: 0 25%;
    transition: all 0.25s ease;-moz-transition: all 0.25s ease;
    position: relative;
    z-index: 1;
}
.contactModal-inner input[type="submit"]:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    transform-origin: left center 0;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease;
    width: 0;
    height: 100%;
    background: #3c9fdd;
    z-index: -1;
}
.contactModal-inner input[type="submit"]:hover{
    background: #3c9fdd;
    color: #fff;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.contactModal-inner input[type="submit"]:hover:after{
    width: 100%;
}
.page-id-882 .contactModal-inner input[type="submit"]{
	margin: 0 !important;
}
.location-sectionclose{
    cursor: pointer;
}
.newssocialliks .footersociallinks li{
    margin: 0 10px 0 0;
}
.newssocialliks .footersociallinks li a{
    background: rgba(60,159,221, 0.4);
}
.newssocialliks .footersociallinks li a:hover {
    background: #3c9fdd;
}
.newssocialliks .footersociallinks li a:after{
    box-shadow: 0 0 0 2px #3c9fdd;
}
.newssocialliks .footersociallinks li a.fb:hover,.newssocialliks .footersociallinks li a.twit:hover,.newssocialliks .footersociallinks li a.linkedin:hover{
    color: #fff;
}

.ps > .ps__scrollbar-x-rail{
    height: 8px;
}
.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x{
    bottom:0;
}
.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x, .ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x{height: 8px;

}
.ps > .ps__scrollbar-y-rail{
    width: 8px;
}
.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y, .ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y{
    width: 8px;
}
.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y{
    right: 0;
}
.footerlinksec  h5{
 margin-bottom: 40px;
}
.footer-middle h6{
    margin-bottom: 20px;
}


/* =============================
21. Media queries
============================= */

@media (min-width: 1025px) {

    .offerontxt:hover:after, .offerontxt:hover:before {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    }
    
    .cs-imgstate .offerontxt:hover h6 {
    transform: translate3d(0px, -100px, 0px);
    transition: transform 0.35s ease 0s;
    top: 140px;
    color: #fff
    }
    
    .offers-details:hover>img {
    opacity: 0.5;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);

    }
.offerontxt:hover .download-div{
	display:block;
}

    .offerontxt:hover {
    background: rgba(77, 175, 236, 0.85);
    }
    
	.offerontxt:hover .downloadBtn{
	   display:block;
    }
.downloadBtn.emd_dl_red_darker{
	background:url('http://localhost/analyttica/wp-content/uploads/2017/11/circular-down-arrow-button.png') 0 0 transparent;
	width:32px;
	height:32px;
	border:none;
	box-shadow:none;
	position:relative;
	position: absolute;
    z-index: 46;
    bottom: 30px;
    left: 30px;
	display:none;
}
.downloadBtn.emd_dl_red_darker:hover{
background:url('http://localhost/analyttica/wp-content/uploads/2017/11/circular-down-arrow-button.png') 0 0 transparent;
	width:32px;
	height:32px;
	border:none;
	box-shadow:none;
	position:relative;
	position: absolute;
    z-index: 46;
    bottom: 30px;
    left: 30px;
	display:none;
}
    .cs-imgstate .offerontxt:hover p {
    top: 170px;
    }
    
    .offerontxt:hover p {
    transform: translate3d(0px, -100px, 0px);
    transition: transform 0.35s ease 0s;
    top: 140px;
    }

    
}

@media (max-width: 1024px) {
    
    .cucrrent-openinglist > li {
        min-height: 340px;
    }
    
    .offerontxt{padding:30px}
    
    .offerontxt p{bottom:50px;}

    /* Carousel Styles */
    .owl-carousel .owl-prev{
     background-position: -1px -181px;
     left:0;    
    }

    .owl-carousel .owl-next{
      right:0;
      background-position: -165px -181px;
    }
    
    .owl-carousel .owl-next, .owl-carousel .owl-prev{
        top: calc(50% - 25px) !important;
        display: block !important
    }
    
    .testimonial-carosuel-wrapper .owl-item.active.center{
     background-color: #3c9fdd   
    }
    
    .testimonial-carosuel-wrapper .owl-item.active.center{
     background-color: #3c9fdd   
    }
    
    .testimonial-carosuel-wrapper .owl-item.active.center {
        min-height: 100% !important;
        max-height: 100% !important;
    }
    
}


@media (min-width: 768px) and (max-width: 979px) {

    /** heading Sizes ***/
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 32px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }

    a.detail {
        background: none;
        width: 100%;
    }

    footer .widget form input#appendedInputButton {
        display: block;
        width: 91%;
        -webkit-border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px;
    }

    footer .widget form .input-append .btn {
        display: block;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 10px;
    }

    ul.related-folio li {
        width: 156px;
        margin: 0 20px 0 0;
    }

    /*** Footer Styles ***/
    .subfootersection, .copyright {
        margin-bottom: 10px;
    }

    .footer-middle:after {
        left: 10px;
    }

    /*** We do Slider ***/
    .sliderwith-content.owl-carousel .owl-prev {
        left: 0 !important;
    }

    .sliderwith-content.owl-carousel .owl-next {
        right: 0 !important;
    }

    .item-description p {
        font-size: 18px;
    }

    .bannersection {
        height: 100%;
    }

    .godownarrow {
        bottom: 14px;
    }

    .owl-carousel .owl-next, .owl-carousel .owl-prev {
        top: 22%;
    }

    .sliderwith-content.owl-carousel .owl-next {
        right: 6%;
    }

    .sliderwith-content.owl-carousel .owl-prev {
        left: 6%;
    }

    .cucrrent-openinglist > li {
        min-height: 400px;
    }

    .team-membersec .team-img-space {
        height: 100%;
    }

    .footer-middle:after {
        background: transparent;
    }

    .engagement-section img {
        height: 100% !important;
    }
    .sub-footer{
        padding: 20px 15px;
    }
    .copyright,.fsocialmain{
        text-align: left;
    }
    #comments .title{
        font-size: 22px;
    }
    .aboutdetailsection{
        padding: 60px 20px;
    }
    .noscroll{
        overflow: hidden;
    }
    .persondetailtabs{
        padding: 10px 0 0;
    }
    .offerpopup-details{
        position: fixed;
    }
    .offersscroll{
        margin-right: 0;
        padding-right: 0;
    }
    .offerpopup-details{
        padding: 40px 20px;
    }
    
    .offersscroll h3{
        margin-top: 20px ;
    }
    
}
    


@media (max-width: 767px) {

    body {
        padding-right: 0;
        padding-left: 0;
    }

  
    .row-eq-height {
        display: block;
    }

    /** heading Sizes ***/
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 24px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }

    .mainmenu > li a:after {
        background: transparent;
    }

    .navbar-toggle, .navbar-default .navbar-toggle {
        background: transparent;
        border-radius: 0;
        border: none;
    }

    .navbar-toggle:hover, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background: transparent;
        border: none;
    }

    .navbar-brand {
        margin-top: 10px;
        border-bottom: none;
        padding: 0 15px !important;
    }

    .navbar-header {
        margin-top: 10px;
        border-bottom: none;
    }

    .navbar-nav {
        border-top: none;
        float: none;
        width: 100%;
    }

    header .navbar-nav > li {
        padding-bottom: 0;
        padding-top: 0;
        display: block;
    }

    .navbar .nav > li > a {
        margin: 0;
        padding-left: 0 !important;
    }

    header .nav li .dropdown-menu {
        margin-top: 0;
    }

    .navbar-collapse {
        margin-top: 20px;
        box-shadow: 0 3px 5px -4px hsla(0, 0%, 0%, 0.3);
    }

    .dropdown-menu {
        position: absolute;
        top: 0;
        left: 40px;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 13px;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #f5f5f5;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 0;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    }

    .navbar-collapse.collapse {
        border: none;
        overflow: hidden;
        border-top: 1px solid #f1f1f1;
    }

    .box {
        border-bottom: 1px solid #e9e9e9;
        padding-bottom: 20px;
    }

    #featured .flexslider .slide-caption {
        width: 90%;
        padding: 2%;
        position: absolute;
        left: 0;
        bottom: -40px;
    }

    #inner-headline .breadcrumb {
        float: left;
        clear: both;
        width: 100%;
    }

    .breadcrumb > li {
        font-size: 13px;
    }

    ul.portfolio li article a i.icon-48 {
        width: 20px;
        height: 20px;
        font-size: 16px;
        line-height: 20px;
    }

    .left-sidebar {
        border-right: none;
        padding: 0 0 0 0;
        border-bottom: 1px dotted #e6e6e6;
        padding-bottom: 10px;
        margin-bottom: 40px;
    }

    .right-sidebar {
        margin-top: 30px;
        border-left: none;
        padding: 0 0 0 0;
    }

    footer .col-lg-1, footer .col-lg-2, footer .col-lg-3, footer .col-lg-4, footer .col-lg-5, footer .col-lg-6,
    footer .col-lg-7, footer .col-lg-8, footer .col-lg-9, footer .col-lg-10, footer .col-lg-11, footer .col-lg-12 {
        margin-bottom: 20px;
    }

    .sub-footer ul.social-network {
        float: left;
    }

    [class*="span"] {
        margin-bottom: 20px;
    }

    /*** Footer Styles ***/
    .subfootersection, .copyright {
        margin-bottom: 10px;
    }

    .fsocialmain {
        margin-top: 20px;
    }

    .footer {
        height: 100% !important;
    }

    .footer-middle:after {
        left: auto;
        background: transparent;
    }

    .item-description p {
        display: none;
    }

      .sliderwith-content .carousel-description {
    width: calc(100% - 100px);
    margin: 30px auto 0;
    }

    .sliderwith-content h3 {
        width: 100%;
    }

    .bannersection {
        height: 100%;
    }

    .godownarrow {
        bottom: -20px;
    }

    .offers-details img {
        width: 100%;
    }

    .scrollup {
        right: 40px;
    }

    .footer {
        margin: 0;
        width: 100%;
    }

    .copyright {
        text-align: left;
    }

    .fsocialmain {
        text-align: left;
    }

    .footer-middle {
        min-height: auto;
        padding: 0;
    }

    .mobile-pad {
        padding-bottom: 50px;
    }

    .footerlinks li:first-child {
        margin-top: 20px;
    }

    .awards-Slider .owl-carousel .owl-item {
        width: 100%;
    }

    .testimonial-carosuel-wrapper .owl-item.center.active .demo-wrap {
        min-height: auto;

    }

    .testimonial-carosuel-wrapper .owl-dots {
        display: none;
    }

    .team-membersec .team-img-space {
        height: 100%;
    }

    .offerpopup-details {
        padding: 60px 20px;
    }

    .owl-dots {
        display: none;
    }

    .bannertilte-ontxt {
        bottom: -4px;
        left: 20px;
    }

    header {
        padding: 0;
    }

    .single-post .col-xs-12.col-sm-6.col-md-4.blogdetail-width {
        padding: 0;
    }

    .post-heading {
        font-size: 22px;
    }

    .sliderwith-content.owl-carousel .owl-prev {
        left: 10px;
    }

    .sliderwith-content.owl-carousel .owl-next {
        right: 10px;
    }

    .homesection {
        padding: 40px 0;
    }

    .testimonial-carosuel-wrapper .owl-item.cloned.active, .testimonial-carosuel-wrapper .owl-item.active, .testimonial-carosuel-wrapper .owl-item {
        background-color: #3c9fdd;
    }
    .testimonial-carosuel-wrapper .owl-item.active{
        height: 100% !important;
    }
    .testimonial-carosuel-wrapper .owl-item.active.center{
        height: 100% !important;
    }
    .testimonial-carosuel-wrapper .owl-carousel .owl-next, .testimonial-carosuel-wrapper .owl-carousel .owl-prev{
        top:50%;
    }
    .awards-Slider .owl-carousel .owl-prev {
        left: 10px !important;
    }

    .awards-Slider .owl-carousel .owl-next {
        right: 10px !important;
    }

    .team-membersec .team-img-space {
        height: 100%;
    }

    .footer-middle:after {
        background: transparent;
    }

    .item-description {
        bottom: 0;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus{
        background: transparent;
        color: #4dafec;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a{
        color: #000;
    }
    .cs-section{
        padding: 10px 0;
    }

    .navbar .navbar-header .navbar-toggle.collapsed .top-bar {
        transform: rotate(0deg);
    }
    .navbar .navbar-header .navbar-toggle.collapsed .middle-bar {
        opacity: 1;
    }
    .navbar .navbar-header .navbar-toggle.collapsed .bottom-bar {
        transform: rotate(0deg);
    }
    .navbar .navbar-header .navbar-toggle .top-bar{
        transform: rotate(45deg);
        transform-origin: 10% 10% 0;
    }
    .navbar .navbar-header .navbar-toggle .icon-bar {
        background: #ccc none repeat scroll 0 0;
        transition: all 0.2s ease 0s;
        width: 22px;
    }
    .navbar .navbar-header .navbar-toggle .middle-bar {
        opacity: 0;
    }
    .navbar .navbar-header .navbar-toggle .bottom-bar
    {
        transform: rotate(-45deg);
        transform-origin: 10% 90% 0;
    }
    .contactModal{
        width: 90%;
        left: 0;
        margin: 0 5%;
        transform:  translate(0%, -50%);
    }
    .contactModal-inner{
        padding: 20px;
    }
    .sub-footer{
     padding: 20px 15px;
    }
    .offerpopup-details{
        position: fixed;
    }
    .aboutdetailsection{
        padding: 70px 20px;
    }
    .persondetailtabs .tablist{
        white-space: nowrap;
    }
    .offerpopup-details img{
        margin-bottom: 15px;
    }
    .post-heading{
        font-size: 18px;
    }
    .post-topic{
        font-size: 16px;
    }
    #comments{
        padding-left: 0;
    }
    
    #comments .title{
    font-size: 18px;
    font-family: 'ProximaNovaSemibold', sans-serif;
    }

    .single_comment{
    padding: 15px;
    }
    
    .single_comment .comment_meta .author{
        font-size: 14px;
    }
    .single_comment .comment_meta .date{
        font-size: 12px;
    }
    .single_comment .comment_wrap{
        font-size: 14px;
    }
    .person-history h3{
        margin-top: 40px;
        font-size:28px;
    }
    .noscroll{
        overflow: hidden;
    }
    .offersscroll{
        margin-right: 0;
        padding-right: 0;
    }
    .offerpopup-details{
        padding: 40px 20px;
    }
    .offersscroll h3{
        margin-top: 20px ;
    }
    .cs-section .offers-details img{
       /* height: 500px !important;*/
    }
    .pabscroll{
        position: relative;
        overflow: hidden;
    }
    .persondetailtabs .tablist li{
        width: auto;
    }
    .persondetailtabs{
        padding: 20px 0 0 0;
    }
    .persondetailtabs .tablist{
        padding-bottom: 0;
    }
    .persondetailtabs .tablist li a{
        padding: 10px 10px;
    }
    .persondetailtabs .tablist li:first-child a{
        padding-left: 0;
    }
    
    
    /* Carousel Styles */
    
    .owl-carousel .owl-prev {
     background-position: -1px -181px;
    }

    .owl-carousel .owl-next {
      background-position: -165px -181px;
    }
    
    .owl-carousel .owl-next, .owl-carousel .owl-prev{
    display:block;
    }
    
	
	
     /* Footer styles */
    
    .footerlinks{
    margin-bottom:20px;
    }
    
    .user-location > li {
    display: block;
    margin-bottom: 40px;
    }
    
    .footerlinksec {
    padding: 0px 30px;
    }
    .offerpopup-details {
        padding: 80px 20px;
    } 
   
    .white-popup-block {
        width: 90% !important;
        padding: 20px !important;
    }
    
    .testimonial-carosuel-wrapper .owl-stage-outer {
    padding-top: 60px;
}
     
    .careeropening-popup .scroll{
        height: 100% !important;
    }
    .careeropening-popup {
    position: fixed !important;
    left: 0 !important;
    top: 50px !important;
    width: 100% !important;
    height: 96% !important;
    padding: 40px 15px !important;
    }
    .offerdetailsection .offerclose{
        top:80px;
    }
    .testimonial-carosuel-wrapper .desc{
        padding: 15px 60px !important;
    }
	.circular-img img{
		width:40% !important;
	}
}




@media (max-width: 480px) {
    /** heading Sizes ***/
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 24px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 18px;
    }
    
    .white-popup-block h3{
        
        font-size: 18px !important;
    }
    
    /* Consulting - Thumbs */
    .testimonial-carosuel-wrapper .owl-stage-outer {
    padding-top: 60px;
}
    
    .offerontxt p {
    font-size: 32px;
    line-height: 1.1em;
    }
    
    .bannertilte-ontxt h2{
    font-size: 24px;
    }
    /* Testimonials */
    
    .testimonial-carosuel-wrapper .owl-item.center .demo-wrap .pro-cont {
    margin: 15px auto;
    width: calc(100% - 50px);
    }

    
    /* Homepage banner Carousel */
    
    .item-description h2 {
    color: #fff;
    width: 100%;
    font-size: 30px;
    padding-bottom: 40px;
    text-align: center;
}
    
    
    /* Footer styles */
    
    .footerlinks{
    margin-bottom:20px;
    }
    
    .user-location > li {
    display: block;
    margin-bottom: 40px;
    }
    
    /* Carousel */
    
    .owl-carousel .owl-prev {
     background-position: -1px -181px;
    }

    .owl-carousel .owl-next {
      background-position: -165px -181px;
    }
    
    .owl-carousel .owl-next, .owl-carousel .owl-prev{
    display:block;
    }
    

    .bottom-article a.pull-right {
        float: left;
        margin-top: 20px;
    }
    
    .person-details{
        text-align:center;
    }
    
    .persondetailtabs .tab-pane{
     margin-top:0px;   
    }
    
    .search {
        float: left;
    }

    .flexslider .flex-caption {
        display: none;
    }

    .cta-text {
        margin: 0 auto;
        text-align: center;
    }

    ul.portfolio li article a i {
        width: 20px;
        height: 20px;
        font-size: 14px;
    }

    .cs-section .offers-details img{
        /*height: 400px !important;*/
    }
    
    .cs-imgstate .offerontxt h6{
        
    }
    
    .footerlinksec{
    padding:0 30px;
    }
    .testimonial-carosuel-wrapper .owl-item.active.center{
        max-height: 100% !important;
        min-height: 100% !important;
    }
    .testimonial-carosuel-wrapper .owl-item{
        height: 100% !important;
    }
    .testimonial-carosuel-wrapper .owl-item.center .demo-wrap .testimonial-readmore{
     bottom: -50px;
    }
}
    
    

@media (max-width: 360px) {
  .white-popup-block {
        width: 90% !important;
        padding: 20px !important;
    }
.white-popup-block h3{
        font-size: 18px !important;
    }
    .testimonial-carosuel-wrapper .owl-item.active.center{
        max-height: 100% !important;
        min-height: 100% !important;
    }
     .testimonial-carosuel-wrapper .owl-item{
        height: 100% !important;
    }
    .testimonial-carosuel-wrapper .owl-item.center .demo-wrap .testimonial-readmore{
     bottom: -50px;
    }
}

.blog-share .ShareText {
    width: 100%;
    text-transform: uppercase;
    color: #937d4a;
    font-family: 'Hind-Medium', sans-serif;
    font-size: 14px;
}

.blogShareLinks li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    cursor: pointer;
}

.blogdetail-sec .post-heading {
    margin: 60px 0 0 0;
}
.single-post .post-heading {
    margin-left: 15px;
}
.widget_recent_entries ul li {
    padding: 10px 0;
}
.navbar-fixed-top{
/*-webkit-box-shadow: 0px 3px 7px 0px rgba(50, 50, 50, 0.4);
-moz-box-shadow:    0px 3px 7px 0px rgba(50, 50, 50, 0.4);
box-shadow:         0px 3px 7px 0px rgba(50, 50, 50, 0.4);*/
}
#comments form .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.download-div {
    width: 32px;
    height: 32px;
    display: none;
    position: absolute;
    bottom: 26px;
    left: 30px;
	z-index:46;
}
.st-tag-cloud a {
    color: #428bca !important;
    padding: 5px 20px;
    min-width: 80px;
    border: 1px solid #428bca;
    font-size: 12px !important;
    margin-right: 5px;
    display: inline-block;
    margin-bottom: 10px;
}
.st-tag-cloud a:hover{
	background: #428bca !important;
    color: #fff !important;
}
.selectedtag{
    font-size: 9pt;
    color: #428bca;
display: inline-block;
	padding: 10px !important;
    border: 1px solid #428bca !important;
}

.careeropening-popup{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 96%;
    padding: 50px;
    box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
    background: #fff;
    /* margin: 40px 0 0 0; */
    display: none;
    z-index: 1;
    margin-bottom: 70px;
}

.desig-sub {
    color: #246086;
    font-size: 16px;
}

.testimonial-carosuel-wrapper .desc{
 padding: 15px 25px;
}
.white-popup-block{
    
    width: 60%;
    margin: 0 auto;
    background: #fff;
    position: relative;
    padding: 40px;
    min-height: 300px;
}
.navbar-collapse{
    max-height: 354px !important;
}
/*header{
 height: 70px;
}*/
.circular-img img{
    border-radius: 50%;
    width: 100%;
}

.offerontxt:hover:after, .offerontxt:hover:before {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    }
    
    .cs-imgstate .offerontxt:hover h6 {
    transform: translate3d(0px, -100px, 0px);
    transition: transform 0.35s ease 0s;
    top: 140px;
    color: #fff
    }
    
    .offers-details:hover>img {
    opacity: 0.5;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);

    }
.offerontxt:hover .download-div{
	display:block;
}

    .offerontxt:hover {
    background: rgba(77, 175, 236, 0.85);
    }
    
	.offerontxt:hover .downloadBtn{
	   display:block;
    }
.downloadBtn.emd_dl_red_darker{
	background:url('http://analyttica.co.in/wp-content/uploads/2017/11/circular-down-arrow-button.png') 0 0 transparent;
	width:32px;
	height:32px;
	border:none;
	box-shadow:none;
	position:relative;
	position: absolute;
    z-index: 46;
    bottom: 30px;
    left: 30px;
	display:none;
}
.downloadBtn.emd_dl_red_darker:hover{
background:url('http://analyttica.co.in/wp-content/uploads/2017/11/circular-down-arrow-button.png') 0 0 transparent;
	width:32px;
	height:32px;
	border:none;
	box-shadow:none;
	position: absolute;
    z-index: 46;
    bottom: 30px;
    left: 30px;
}
    .cs-imgstate .offerontxt:hover p {
    top: 170px;
    }
    
    .offerontxt:hover p {
    transform: translate3d(0px, -100px, 0px);
    transition: transform 0.35s ease 0s;
    top: 140px;
    }

@media (max-width: 767px){
  .navbar-nav .open .dropdown-menu>li>a{
    padding: 5px 15px 18px 15px;
}  
	.cs-section .offers-details > img {
    min-height: 200px !important;
}
	.blog-img img{
		height: 100%;
		width:100%;
	}
}

.managementteam-section .management-div .team-details {
	text-align: center;
}
.managementteam-section .management-div .team-details > .row > li{
	float: none;
    margin: 0 auto;
    display: inline-block;
	text-align: left;
}
.blog-grid a {
    display: block;
    min-height: 400px;
}