

/* ===================================
    Table of Content
====================================== */

/*  - Fonts
    - General
    - Header
    - Side Menu
    - Page Piling
    - Banner
    - About
    - Team
    - Portfolio
    - Blog
    - Contact
    - Loader
    - Media Queries   */

/* ===================================
    Google font
====================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');

.main-font{font-family: 'Montserrat', sans-serif;}
.alt-font{font-family: 'Roboto', sans-serif;}

/* ===================================
    General
====================================== */

body {font-family: 'Roboto', sans-serif; font-size: 18px;color: #ffffff!important;font-weight:300;line-height:25px;width: 100%; overflow-x: hidden}
a, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {transition: ease-in-out 0.2s;-webkit-transition: ease-in-out 0.2s;-moz-transition: ease-in-out 0.2s;-ms-transition: ease-in-out 0.2s;-o-transition: ease-in-out 0.2s;}
section,.section-padding {position: relative;overflow: hidden;}
a {color:inherit;text-decoration: none;}
.btn.focus, .btn:focus{-webkit-box-shadow: none;box-shadow: none;}
p:last-child{margin-bottom: 0 !important; font-family: 'Roboto', sans-serif;}
.fa, .far, .fas{display: inline;}
li{list-style: none;text-decoration: none;}
blockquote {border-left: 2px solid;padding: 10px 15px 10px 35px;margin: 25px 0;font-size: 18px;line-height: 28px;}
blockquote > cite {font-weight: 400;font-size: 14px;display: block;}
.hidden{display: none;}
section{padding: 0; width:100vw;}

/* transition none */
.no-transition *{transition-timing-function:initial; -moz-transition-timing-function:initial; -webkit-transition-timing-function:initial; -o-transition-timing-function:initial; -ms-transition-timing-function:initial; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -ms-transition-duration: 0s;}

/* overlay */
.bg-overlay{position: absolute;top: 0;left: 0;width: 100%;height:100%;}
/*.bg-overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}*/

/* opacity */
.opacity-full{opacity: 1;}
.opacity-1{opacity: .1;}
.opacity-2{opacity: .2;}
.opacity-3{opacity: .3;}
.opacity-4{opacity: .4;}
.opacity-5{opacity: .5;}
.opacity-6{opacity: .6;}
.opacity-7{opacity: .7;}
.opacity-8{opacity: .8;}
.opacity-9{opacity: .9;}

/*font-weight*/
.font-weight-100{font-weight: 100;}
.font-weight-200{font-weight: 200;}
.font-weight-300{font-weight: 300;}
.font-weight-500{font-weight: 500;}
.font-weight-600{font-weight: 600;}
.font-weight-700{font-weight: 700;}

/* button */
.btn {-webkit-appearance: initial; overflow: hidden;position: -webkit-sticky;position: sticky; z-index: 2; display:inline-block; font-size: 20px; border:2px solid transparent; letter-spacing: .5px; line-height: inherit; border-radius: 0; text-transform:capitalize; width: auto;font-family: 'Montserrat', sans-serif; font-weight: bold; -webkit-transition: all .5s ease;-o-transition: all .5s ease !important;transition: all .5s ease !important;}
/* Transparent button */
.btn.btn-trans {background: transparent; border-color: #ffffff; color: #ffffff; text-decoration: none;}
.btn.btn-trans:hover {background: #ffffff !important; border-color: #ffffff; color: #232728 !important}
/* White button */
.btn.btn-white {background: transparent; border-color: #ffffff; color: #ffffff; text-decoration: none;}
.btn.btn-white:hover {background: #ffffff !important; border-color: #ffffff; color: #232728 !important}

/* button size */
.btn.btn-small {font-size:12px; padding: 4px 1.8em;}
.btn.btn-medium {font-size:16px; padding: 10px 48px; line-height: 1.8em}
.btn.btn-large {font-size:16px;  padding: 14px 30px; line-height: 1.8em;}
.btn.btn-rounded {border-radius: 50px;}

/* Text color */
.text-grey {color: #a6a6a6;}
.text-white {color: #ffffff;}
.text-light-black {color: #232728;}

/* Background color */
/*.bg-green {background-image: url("../images/custom/gettyimages-1167840764-2048x2048.jpg")}*/
.bg-pink {background: #86304e;}
.bg-yellow {background: #7b7270;}
.text-light-black {background: #232728;}
.bg-blue {background: #4a62b7;}
.bg-red {background: #790707;}
.bg-transparent {background: transparent;}

.main-txtbg {
    display: block;
    background-color:rgba(165,66,100,0.8);
    padding: 50px;
    
}

.txt-space {margin-top: 5rem;}

/* ===================================
   Page Piling
====================================== */

#pp-nav li .active span, .pp-slidesNav .active span {
    background-color: #ffffff;
    z-index: 9999;
}

#pp-nav li .active span::before{
    content: "";
    height: 2px;
    width: 14px;
    background: #535353;
    display: block;
    transform: translate(-17.5px,6.5px);
    animation: fadeIn 1.6s;
    opacity: 1;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
}

#pp-nav li span::before{
    content: "";
    height: 2px;
    width: 14px;
    background: #535353;
    display: block;
    transform: translate(-17.5px,6.5px);
    opacity: 0;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
    animation: zoomOut 1.6s;

}

#pp-nav li .active span::after{
    content: "";
    height: 2px;
    width: 14px;
    background: #535353;
    display: block;
    transform: translate(19px,5px);
    animation: fadeIn 1.6s;
    opacity: 1;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
}

#pp-nav li span::after{
    content: "";
    height: 2px;
    width: 14px;
    background: #535353;
    display: block;
    transform: translate(19px,5px);
    opacity: 0;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
    animation: zoomOut 1.6s;
}

#pp-nav span, .pp-slidesNav span {
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    box-shadow: inset 0 0 0 7px transparent;
    background: transparent ;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s;
}

#pp-nav li, .pp-slidesNav li {
    display: block;
    width: 12px;
    height: 12px;
    margin: 16px 8px 16px 8px;
    position: relative;
}

.pp-tooltip {
    color: #ffffff;
    background-color: #232728;
    margin-left: 25px;
    padding: 2px 8px;
    border-radius: 2px;
    z-index: 9999;
}

.pp-tooltip:after {
    content: " ";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid #232728;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -6px;
}

/* ===================================
    Sidebar Toggle Btn
====================================== */

.my_tog{
    padding: 20px;
    margin-top: 20px;
    margin-right: 10px;
    cursor: pointer;
    transition: .8s ease;
    display: inline-block;
    float: right;
}

.my_tog:hover span:first-child{
    width: 16px;
}

.my_tog:hover span:last-child{
    width: 16px;
}

.my_tog span{
    display: block;
    height: 2px;
    width: 25px;
    background-color: #232728;
    margin-bottom: 4px;
    transition: .7s ease;
}

/* ===================================
    SideNav
====================================== */
.side_nav{
    display: block;
    background-color: white;
    width:25%;
    float: left;
    height: auto;
    box-shadow: 1px 1px 10px #535353;
    transition: .5s ease;
    position: relative;
}

.side_nav{
    position: fixed;
    top:0;
    left:-20%;
    z-index:20;
    /*z-index: 11;*/
    bottom: 0;
}

.brand-logo{
    color: black;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    padding-top: 13px;
    margin-top: 20px;
    padding-left: 30px;
    font-size: 30px;
    transition: .6s ease;
}

.sticky-logo {
    position: absolute;
    right: -5px;
    bottom: 15px;
}

.brand-logo span{
    font-family: 'Montserrat', sans-serif;
    font-weight: bolder;
}

.my_nav_tog span{
    display: block;
    margin-bottom: 3px;
    height: 2px;
    background-color: #444444;
    width: 20px;
}

.side-nav-menu .nav-menu{
    font-family: 'Montserrat', sans-serif;
    padding-left: 35px;
    /*padding-top: 120px;*/
}

.broad .side-nav-menu ul{
    padding-top: 100px;
}

.side-nav-menu .nav-menu li,.broad .side-nav-menu ul li{
    list-style: none;
    font-size:16px;
    font-weight: 600;
    margin-bottom: 10px;
    transition: 1s ease;
    overflow: hidden;
    box-sizing: border-box;
    text-align: left !important;
}

.side-nav-menu .nav-menu li a,.broad .side-nav-menu ul li a{
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #232728;
    transition: .1s ease;
    overflow: hidden;
    position: relative;
    width: 70%;
    top: 7px;
    padding: 0;
    text-align: left;
}

.line:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: 0;
    content: " ";
    display: block;
    position: relative;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0;
}

.line:hover:after, .line.active:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: rgb(165,66,100);
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 100%;
}

.side-nav-menu .nav-menu li a{
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    color: #000000;
    transition: .5s ease;
    width: auto;
}

/*broad nav*/
.side-nav-menu .side-icons ul{
    padding-top: 0 !important;
    padding-left: 21px !important;
}

.side-nav-menu .side-icons ul li{
    margin-bottom: 0 !important;
    list-style: none;
    display: inline-block;
    padding-right: 10px;
}

.side-nav-menu .side-icons ul li a{
    color: #000000;
}

.side_nav.expand_nav .sticky-logo {
    opacity: 0;
    transition: .5s ease;
}

.side_nav .nav-item {
    display: block;
    margin: 20px 0; padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
}

.side_nav.expand_nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.side_nav.expand_nav .nav-item:nth-child(2){
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.side_nav.expand_nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.side_nav.expand_nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.side_nav.expand_nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.side_nav.expand_nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.side_nav.expand_nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}
.side_nav.expand_nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}
.side_nav.expand_nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}
.side_nav.expand_nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

/* ===================================
    Nav-Bar css
====================================== */

.navbar{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #ffffff !important;
}

.navbar-brand {
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight:normal;
    font-size: 30px;

}

.navbar-brand span{
    font-weight:bolder;
}

.side-nav-menu .social-icons span:hover i{
    cursor: pointer;
}

.social-icons span a{
    color: #202020;
}

.social-icons span i{
    font-size: 13px;
    margin-left: 0;
    background-color: transparent;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    padding-top: 8px;
    transition: .5s ease;
}

.social-icons span:last-child{
    margin-right: 70px;
}

/* ===================================
    Broad Nav-bar css
====================================== */

.broad{
    visibility: hidden;
    transition: 1s ease-in-out;
    opacity: 0;
    transform: rotate(0deg);
}

.broad .side-nav-menu{
    display: none;
}

.broad-nav{
    transition: .5s ease-in-out;
    background-color: white;
    display: block;
    visibility: visible;
    position: fixed;
    overflow: hidden;
    z-index: 111111;
    top:0;
    bottom: 0;
    right: 0;
    left:0;
    opacity: 1;
}

.broad-nav .side-nav-menu{
    display: block;
}

.broad-nav .side-nav-menu ul {
    position: relative;
    left: 20%;
    transform: translate(-20px, 0);
}

.broad-nav .side-nav-menu .social-icons span{
    display: inline-block;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    position: relative;
}

.broad-nav .side-nav-menu .nav-menu li a span,.broad .side-nav-menu ul li a span {
    display: inline-block;
    height: 2px;
    width: 0;
    background-color: #f73859;
    transition: .8s ease;
    position: absolute;
    top: 13px;
    margin-left: 9px;
}

.broad .side-nav-menu ul li a {
    margin-left: 9px;
}

.broad-nav .side-nav-menu ul li a.active span{
    width: 75%;
    display: inline-block;
    transition: .5s ease;
}

@keyframes myanim {
    from{
        transform: translateX(-100px);
    }
    to{
        left:0;
    }
}

.fix-top{
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.broad-nav .side-nav-menu .social-icons span i{
    position: absolute;
    top: -1px;
    left: -5px;
    transition: .8s ease;
}

.broad-nav .side-nav-menu .social-icons span .fa-facebook-f{
    left: -5px;
}

.broad-nav .side-nav-menu .social-icons{
    transition: all 1s ease 500ms;
    animation-duration: 2s;
    font-size: 14px;
    animation-name: myan;
    animation-delay: .7s;
    animation-fill-mode: both;
    color: #d6d6d6;
    margin-top: -89px !important;
}

.broad-nav .side-nav-menu ul {
    position: relative;
    left: 15%;
    transform: translate(-25px, -91px);
}

.broad .side-nav-menu ul li{

    transition: all 2s ease 500ms;
    animation-duration: 1s;
}

@keyframes myan {
    from{
        transform: translateX(-100px);
        opacity: 0;
    }
    to{
        transform: translateX(0px);
        opacity: 1;
    }
}

.broad .side-nav-menu ul li{
    animation-name: myan;
    animation-delay: .2s;
    animation-fill-mode: both;
}

.broad .side-nav-menu ul li:nth-child(2){
    animation-name: myan;
    animation-delay: .3s;
    animation-fill-mode: both;
}

.broad .side-nav-menu ul li:nth-child(3){
    animation-name: myan;
    animation-delay: .4s;
    animation-fill-mode: both;
}

.broad .side-nav-menu ul li:nth-child(4){
    animation-name: myan;
    animation-delay: .5s;
    animation-fill-mode: both;
}

.broad .side-nav-menu ul li:nth-child(5){
    animation-name: myan;
    animation-delay: .6s;
    animation-fill-mode: both;
}

.broad .side-nav-menu ul li:nth-child(6) {
    animation-name: myan;
    animation-delay: .7s;
    animation-fill-mode: both;
}

/*side close btn*/
.broad .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 4px;
    cursor: pointer;
    color: #444444;
    z-index: 111;
    transition: .5s ease;
}

.broad.before-side .btn-close{
    display: none;
}

.broad .btn-close::before, .broad .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: black;
    top: 5px;
    transition: 0.5s ease;
}

.broad .btn-close:hover::before, .broad .btn-close:hover::after {
    height: 28px;
}

.broad .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.broad .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.broad.right-btn .btn-close{
    right: 47px;
    left: auto;
}

.broad .side-nav-menu ul li span{
    font-size: 30px;
    color: #d9d9d9;
}

.broad .social-icons i{
    font-size: 16px;
}

.broad .brand-logo{
    padding-top: 0;
    padding-left: 70%;
}

.rites-res {
    position: absolute;
    bottom: 30px;
    padding-left: 30px;
}

.broad .rites-res {
    margin-top: 28px;
    width: 95%;
    margin-left: 49px;
}

/* ===================================
    Expand Nav bar & body Shrink
====================================== */

.expand_nav{
    left:0;
}

.close_nav{
    padding-top: 25px;
}

.close_nav span:nth-child(2){
    display: none;
}

.close_nav span:first-child{
    margin-left: auto;
    transform: rotate(45deg);
    margin-bottom: -2px;
}

.close_nav span:last-child{
    margin-top: 0;
    transform: rotate(130deg);
}

.close_nav:hover span:first-child,.close_nav:hover span:last-child{
    width: 25px;
}

/* ===================================
   Banner
====================================== */

.slider-area{
    /*background-image: url("../images/banner.jpg");*/
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 95%;
    margin-left: 5%;
}

.slider-image {
    position: relative;
    margin: 0 auto -80px auto;
    top: 100px;
}

.slider-image img {
    top: -90px;
    width: 100%;
    position: relative;
}

.slider-text {
    background-color: #ffffff;;
    color: #2b3033;
}

.slider-area h1 {
    font-size: 72px;
    line-height: 1.0;
}

.slider-area p {
    font-size: 18px;
    font-weight: normal;
}

.slider-area{
    align-items: center;
    display: flex;
    position: relative;
}

.slider-copyright {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 1111;
}

.slider-bottom .slider-social {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1111;
}

.slider-bottom .slider-social a {
    color: #ffffff;
}

.fixed {
    position: fixed;
}

/*slider social*/
.side-nav-menu .slider-social{
    position: absolute;
    right: 50px;
    top: auto;
    z-index: 111;
}

.side-nav-menu .slider-social {
    right: auto;
    bottom: 80px;
}

.slider-social ul>li{
    float: left;
}

.slider-social a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    color: #000000;
    font-size: 16px;
    margin: 2px;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

svg.slider-shape{
    overflow: visible;
}

/* ===================================
   About
====================================== */

.about{
    /*background-image: url("../images/skills-bg.jpg");*/
    /*height: 100%;*/
    background-repeat: no-repeat;
    background-size: cover;
    width: 95%;
    margin-left: 5%;
}

.about h2 {
    font-size: 48px;
    font-weight: bold;
}

.section-heading {
    margin-bottom: 1.5rem;
}

.feature-item .title {
    color: #ffffff;
    transition: .8s ease;
    font-size: 24px;
    font-weight: bold;
}

.feature-item p{
    color: #ffffff;
    font-weight: 300;
    font-size: 18px;
}
.feature-item .r-icon{
    font-size: 25px;
    font-weight: 900;
    display: block;
    text-align: right;
    color: #d5d3d3;
}

.feature-item > i.f-icon{
    font-size: 42px;
    line-height: 55px;
    color: #fff;
    transition: .8s ease;
    height: 55px;
    width: 55px;
    display: flex;
    justify-content: center;
}

.feature-item:hover > i.f-icon {
    background-color: #ffffff;
    color: #232728;
    text-align: center;
    border-radius: 50px;
    height: 55px;
    width: 55px;
    transition: .8s ease;
}

.about .box {
    padding: 30px;
}

.about .box h2 {
    font-size: 30px;
    font-weight: bold;
}

.about .box-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    background-color: rgba(255, 255, 255, 0.2);
}

/* ===================================
   Our Team
====================================== */

.team{
    /*background-image: url("../images/team-bg.jpg");*/
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 95%;
    margin-left: 5%;
}

.team h2 {
    font-size: 48px;
    font-weight: bold;
}

.parallax-box{
    text-align: center;
}

.parallax-box h2{
    font-style: italic;
    font-size: 2.5rem;
    margin-bottom: 10px;
    font-weight: bold;
}

.parallax-box h5{
    font-weight: normal;
    font-size: 16px;
}

#team-slider{
    text-align: center;
}

.team-box{
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 10px;
    background-color:#ffffff;
    height: 430px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    position: relative;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

.team-box .team-image{
    position: relative;
    overflow: hidden;
}

.team-box .team-text{
    text-align: center;
    font-size: 14px;
    padding: 1.3rem 0 0 0;
}

.team-box .team-text span, .team-box .team-text .team-social  {
    opacity: 0;
    transition: .25ms;
}

.team-box .team-text h5{
    font-size: 22px;
    color: #232728;
    font-weight: normal;
}

.team-box .team-text span {
    color: #212331;
    font-size: 14px;
    font-weight: normal;
}

#team-slider .owl-item.center .item{
    height: auto;
    transform: scale(1.0);
}

#team-slider .owl-item.center .team-box .team-text h5 {
    font-size: 24px;
}

#team-slider .owl-item.center .item .team-text span, #team-slider .owl-item.center .item .team-text .team-social  {
    opacity: 1;
    transition: .5s ease;
}

.team-social ul {
    margin: 0;
}

.team-social li{
    display: inline-block;
}

.team-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    font-size: 15px;
    margin: 5px 0;
    color: #232728;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

/* ===================================
   Portfolio
====================================== */

.portfolio-bg{
    /*background-image: url("../images/portfolio-bg.jpg");*/
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 95%;
    margin-left: 5%;
}

.main-heading h2 {
    font-size: 48px;
    font-weight: bold;
}

.team-classic .item {
    text-align: left;
}

.team-data-img {
    overflow: inherit;
}

.portfolio-content {
    background: transparent;
    margin-top: 2rem;
}

.portfolio-content h5 {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}

.portfolio-content p {
    font-size: 16px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

.search-icon {
    border: 1px solid white;
    border-radius: 50%;
    display: inline-block;
    color: #ffffff;
    padding: 14px 14px;
    margin-bottom: 20px;
}

.single-work {
    overflow: hidden;
    position: relative;
    padding: 15px;
    background-color: #ffffff;
    transition: all .3s ease 0s;
}

.single-work img {
    width: 100%;
    height: auto;
}

.single-work .title {
    width: 80%;
    font-weight: normal;
    color: #ffffff;
    margin: 0 0 15px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: 'Roboto', sans-serif;
}

.single-work .overlay-text {
    width: 100%;
    height: 100%;
    font-size: 26px;
    color: #fff;
    background-color: transparent;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    text-align: center;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.cases-image-inner {
    position: relative;
    padding: 0 15px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1111;
}
.cases-line {
    position: absolute;
    background: #ffffff;
}
.top {
    top: 15px;
    right: 15px;
    width: 100px;
    height: 2px;
}
.top-right {
    top: 15px;
    right: 15px;
    height: 100px;
    width: 2px;
}
.bottom {
    top: unset;
    bottom: 15px;
    left: 15px;
    width: 100px;
    height: 2px;
}
.bottom-left {
    top: unset;
    bottom: 15px;
    left: 15px;
    height: 100px;
    width: 2px;
}

.single-work .overlay-text:before, .single-work .overlay-text:after {
    opacity: 0.6;
    position: absolute;
    top: 0;
    content: "";
    width: 0;
    height: 100%;
    background-color: #000;
    -webkit-transition: all 0.45s ease-in-out 0s;
    transition: all 0.45s ease-in-out 0s;
    z-index: -1;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.single-work .overlay-text:before {
    right: 0;
}

.single-work .overlay-text:after {
    left: 0;
}

.item:hover .overlay-text {
    opacity: 1;
}

.item:hover .overlay-text:before,
.item:hover .overlay-text:after {
    width: 100%;
    transform: skewX(0);
    -webkit-transform: skewX(0);
    -moz-transform: skewX(0);
    -ms-transform: skewX(0);
    -o-transform: skewX(0);
    z-index: 1;
}

.item .img-responsive {
    max-width: 100%;
    transition: all .5s ease 0.2s;
}

.item:hover .img-responsive {
    transform: scale(1.2);
    transition: all .5s ease 0.2s;
}

.circle{
    position: relative;
    z-index: 1111;
    height: 42px;
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.circle i {
    transition: 0.5s ease;
}

#team-circle-right {
    top: 40%;
    right: -8%;
    transition: .5s ease;
    position: absolute;
}

#team-circle-left{
    top: 40%;
    left: -8%;
    transition: .5s ease;
    position: absolute;
}

.circle i {
    font-size: 42px;
    color: #706f6f;
}

/* ===================================
   Blog
====================================== */

.blog-bg{
    /*background-image: url("../images/blog-bg.jpg");*/
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 95%;
    margin-left: 5%;
}

.icon-quotes-left, .icon-quotes-right{
    color: #ffffff;
    font-size: 14px;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    cursor: pointer;
    line-height: 1.3;
}

.icon-quotes-right {
    text-align: right;
}

.icon-quotes-left {
    padding-left: 10px;
}

.news-item{
    position: relative;
    overflow: hidden;
    text-align: left;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-item img{
    width: 100%;
    transition: all .5s ease 0.2s;
}

.news-item:hover{
    transform: translateY(-10px);
}

.image-holder-gallary{
    overflow: hidden;
}

.news-item:hover img{
    transform: scale(1.2);
    transition: all .5s ease 0.2s;
}

.news-item .news-text-box{
    padding: 20px 0;
    background-color: transparent;
}

.news-item .news-title{
    margin: 14px 0;
    font-size: 24px;
    font-weight: bold;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-item .news-title:hover {
    color: #ffffff;
}

.para {
    font-size: 18px;
    font-weight: 200;
}

.testimonial-img {
    display: flex;
    justify-content: center;
}

.testimonial-img img{
    border-radius: 50%;
    display: inline-block;
}

/* ===================================
   Contact
====================================== */

.contact-sec{
    /*background-image: url("../images/contact-bg.jpg");*/
    background: #1D2323;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 95%;
    margin-left: 5%;
}

.contact-sec .heading{
    color: #ffffff;
    font-size: 48px;
    margin-bottom: 40px;
    font-weight: bold;
}

.contact-sec .contact-form input{
    color: #ffffff;
    font-size: 16px;
    height: 40px;
    padding: 25px 0;
    background: transparent;
}

.contact-sec .contact-form .form-control{
    border: none;
    border-radius: 0;
    padding-left: 0;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.contact-sec .contact-form .form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #ffffff;
}

.contact-sec .contact-form input::placeholder, .contact-sec .contact-form textarea::placeholder {
    color: #ffffff;
    font-size: 14px;
}

.contact-sec .contact-form textarea{
    padding-top: 20px;
    height: 150px;
    color: #ffffff;
    font-size: 16px;
    resize: none;
    background: transparent;
    margin-bottom: 40px;
}

.contact-sec .contact-form .purple-btn{
    margin-top: 15px;
}

.contact_btn {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

/*contact details*/
.contact-sec .contact-background{
    position: absolute;
    right: 0;
    top: -35px;
    z-index: -1;
}

.contact-sec .contact-details{
    font-family: Roboto, sans-serif;
    left:-5%;
    top: 30px;
    bottom: 5%;
    /*width: 90%;
    margin-left: 20px;
    padding-top: 20%;*/
}

.contact-sec .contact-details .heading{
   /* margin-bottom: 35px;*/
    font-size: 2rem;
    font-weight: normal;
}

.contact-sec .contact-details .text{
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: normal;
}



.contact-sec .contact-details ul{
    /*padding-left: 0;
    margin-bottom: 0;
    margin-top: 50px;*/
    border-bottom: 1px solid #707070;
    border-top: 1px solid #707070;
    border-left: 0px;
    border-right:0px;
}

.contact-sec .contact-details ul li{
    color: #ffffff;
    list-style: none;
    /*margin-bottom: 22px;*/
    font-size: 0.8rem;
   /*display: flex;*/
    align-items: center;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

/*.contact-sec .contact-details ul li:first-child{
    width: 60%;
}

.contact-sec .contact-details ul li span{
    display: inline-block;
    padding-right: 30px;
}

.contact-sec .contact-details ul li span:last-child{
    padding-right: 0;
}*/

.contact-sec .contact-details ul li i{
    font-size: 0.8rem;
    /*margin-right: 20px;
    margin-bottom: 8px;*/
    color: #ffffff;
}

/* ===================================
   summary
====================================== */

.summary .section-heading {
        margin-top: 3rem;
    }
.summary .container {
    margin-left:5.5vw;
}

.summary .cards-section {
    position: relative;
    /*top: 20px;*/
    margin-left:5vw;
    margin-right:5vw;
}

.summary .cards-section .card-body .card-text {
    color: #515050;
    font-size: 16px;
    font-weight: 400;
}

.summary .cards-section .card-body .card-title {
    color: #86304e;
    font-size: 24px;
    margin-bottom: 25px;
}

.summary .cards-section .active {
    background-color: #a60317;
}

.summary .cards-section .active .card-title {
    color: #fff;
}

.summary .cards-section .active p {
    color: #fff;
}

.summary .active .media i {
    color: #fff;
    border: 1px solid #fff;
}

.summary .active .media .media-body {
    color: #fff;
}

.summary .cards-section .card {
    z-index: 1;
    margin-left: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    border: 1px solid transparent;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.summary .cards-section .card-body {
    padding: 18px 16px 18px 20px;
    font-weight: 400;
}

.summary .cards-section .card-body p{
    color:#2b2b2b;
    font-size:12px;
}

.summary .cards-section .card-body .card-title {
    font-weight: 600;
}

.summaryContainer {
    margin-left:20px;
    margin-right:20px;
}

/* ===================================
    Cursor
====================================== */

#animated-cursor {
    position: absolute;
    left: 0;
    display: none;
    top: 0;
    width: 30px;
    height: 30px;
    pointer-events: none;
    z-index: 10000;
    -webkit-transition: opacity 0.2s ease-in-out 0.5s;
    transition: opacity 0.2s ease-in-out 0.5s;
}

.cursor-light:hover ~ #animated-cursor{
    display: inline-block;
}

#cursor {
    position: fixed;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    pointer-events: none;
    opacity: 1;
    box-sizing: border-box;
}

#cursor:before {
    font-family: themify;
    content: "\e649";
    font-size: 6px;
    width: 4px;
    height: 8px;
    line-height: 8px;
    text-align: center;
    position: absolute;
    left: -12px;
    top: 9px;
    color: #ffffff;
    opacity: 0;
    transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#hold-event {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    background: rgba(255,255,255,0);
}

#cursor-loader {
    width: 40px;
    height: 40px;
    position: absolute;
    background-color: transparent;
    border-right: 2px solid transparent;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid transparent;
    border-top: 2px solid transparent;
    border-radius: 50px;
    box-sizing: border-box;
    opacity: 0;
    transform: translate(-9px, -9px) rotate(0deg);
    -webkit-animation: rotating 0.8s ease-in-out infinite;
    animation: rotating 0.8s ease-in-out infinite;
    -webkit-transition: opacity 0s ease-in-out 0s;
    transition: opacity 0s ease-in-out 0s;
}

#cursor:after {
    font-family: themify;
    content: "\e649";
    font-size: 6px;
    width: 4px;
    height: 8px;
    line-height: 8px;
    text-align: center;
    position: absolute;
    right: -10px;
    top: 9px;
    color: #ffffff;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

@keyframes rotating {
    0% {
        -webkit-transform: translate(-7px, -7px) rotate(0deg);
        transform:  translate(-7px, -7px) rotate(0deg);
    }

    95% {
        -webkit-transform:  translate(-7px, -7px) rotate(350deg);
        transform:  translate(-7px, -7px) rotate(350deg);
    }

    100% {
        -webkit-transform:  translate(-7px, -7px) rotate(360deg);
        transform:  translate(-7px, -7px) rotate(360deg);
    }
}

.header-appear.cursor-light:hover ~ #animated-cursor{
    display: none;
}

.header-appear .animated-wrap, .header-appear .animated-element {
    transform: none !important;
}

/* ===================================
        Preloader
   ====================================== */

.loader {
    background: #fff;
    text-align: center;
    height: 100%;
    z-index: 9999;
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.linear-activity {
    overflow: hidden;
    width: 100%;
    height: 4px;
    background-color: transparent;
    margin: 20px auto;
}

.determinate {
    position: relative;
    max-width: 100%;
    height: 100%;
    -webkit-transition: width 500ms ease-out 1s;
    -moz-transition: width 500ms ease-out 1s;
    -o-transition: width 500ms ease-out 1s;
    transition: width 500ms ease-out 1s;
    background-color: #03A9F4;
}

.indeterminate {
    position: relative;
    width: 100%;
    height: 100%;
}

.indeterminate:before {
    content: '';
    position: absolute;
    height: 100%;
    background-color: #86304e;
    animation: indeterminate_first 1.5s infinite ease-out;
}

.indeterminate:after {
    content: '';
    position: absolute;
    height: 100%;
    background-color: #86304e;
    animation: indeterminate_second 1.5s infinite ease-in;
}

@keyframes indeterminate_first {
    0% {
        left: -100%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 10%;
    }
}

@keyframes indeterminate_second {
    0% {
        left: -150%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 10%;
    }
}

/* ===================================
   Media Queries
====================================== */

@media (min-width: 5000px) {
    #tableauAnnot {
        width: calc(100vw / 36)!important;
    }

}

@media (max-width: 5000px) and (min-width: 4750px) {
     #tableauAnnot {
        width: calc(100vw / 34)!important;
    }

    }

@media (max-width: 4750px) and (min-width: 4500px) {
     #tableauAnnot {
        width: calc(100vw / 32)!important;
    }

    }


@media (max-width: 4500px) and (min-width: 4250px) {
     #tableauAnnot {
        width: calc(100vw / 30)!important;
    }

    }

@media (max-width: 4250px) and (min-width: 4000px) {
     #tableauAnnot {
        width: calc(100vw / 28)!important;
    }

    }

@media (max-width: 4000px) and (min-width: 3750px) {
     #tableauAnnot {
        width: calc(100vw / 26)!important;
    }

    }

@media (max-width: 3750px) and (min-width: 3500px) {
     #tableauAnnot {
        width: calc(100vw / 24)!important;
    }

    }

@media (max-width: 3500px) and (min-width: 3250px) {
     #tableauAnnot {
        width: calc(100vw / 22)!important;
    }

    }

@media (max-width: 3250px) and (min-width: 3000px) {
     #tableauAnnot {
        width: calc(100vw / 20)!important;
    }

    }

@media (max-width: 3000px) and (min-width: 2750px) {
     #tableauAnnot {
        width: calc(100vw / 19)!important;
    }

    }

@media (max-width: 2750px) and (min-width: 2500px) {
     #tableauAnnot {
        width: calc(100vw / 18)!important;
    }

    }

@media (max-width: 2500px) and (min-width: 2250px) {
     #tableauAnnot {
        width: calc(100vw / 16)!important;
    }

    }

@media (max-width: 2250px) and (min-width: 2000px) {
     #tableauAnnot {
        width: calc(100vw / 14)!important;
    }

    }

@media (max-width: 2000px) and (min-width: 1750px) {
     #tableauAnnot {
        width: calc(100vw / 12)!important;
    }

    }

@media (max-width: 1750px) and (min-width: 1500px) {
     #tableauAnnot {
        width: calc(100vw / 11)!important;
    }

    }

@media (max-width: 1500px) and (min-width: 1300px) {
     #tableauAnnot {
        width: calc(100vw / 9)!important;
    }

    }

@media (max-width: 1300px) and (min-width: 1180px) {
     #tableauAnnot {
        width: calc(100vw / 8)!important;
    }

    #tableauAnnot p {
    font-size:0.7rem!important;
    }

    }

@media (max-width: 1180px) and (min-width: 1000px) {
     #tableauAnnot {
        width: calc(100vw / 7)!important;
    }

     #tableauAnnot p {
    font-size:0.6rem!important;
    }


    }

@media (max-width: 1000px) and (min-width: 850px) {
     #tableauAnnot {
        width: calc(100vw / 6)!important;
    }
     #tableauAnnot p {
    font-size:0.6rem!important;
    }

    }

@media (max-width: 850px) and (min-width: 700px) {
     #tableauAnnot {
        width: calc(100vw / 5)!important;
    }
     #tableauAnnot p {
    font-size:0.6rem!important;
    }

    }

@media (max-width: 700px) and (min-width: 600px) {
     #tableauAnnot {
        width: calc(100vw / 4)!important;
        top:60%!important;
        right:-2%!important;
    }
     #tableauAnnot p {
    font-size:0.4rem!important;
    line-height: 1rem!important;
    }

    }


@media (max-width: 600px) and (min-width: 500px) {
     #tableauAnnot {
        width: calc(100vw / 4)!important;
        top:65%!important;
        right:1rem!important;
    }
     #tableauAnnot p {
    font-size:0.4rem!important;
    line-height: 0.5rem!important;
    }

    }

@media (max-width: 550px) and (min-width: 500px) {
     #tableauAnnot {
        width: calc(100vw / 3)!important;
        top:65%!important;
        right:2rem!important;
    }
     #tableauAnnot p {
    font-size:0.4rem!important;
    line-height: 0.5rem!important;
    }

    }

@media (max-width: 500px) and (min-width: 250px) {
     #tableauAnnot {
        display: none;
    

    }
}


@media (max-width: 250px) and (min-width: 0px) {
     #tableauAnnot {
        display: none;
    }

    }

@media (min-width: 1800px) {

    .expand-container {
        max-width: 80vw;
    }

    /* Side Nav */
    #pp-nav.left {
        left: 26px;
    }
    .sticky-logo {
        right: 2px;
    }
    .my_tog {
        margin-right: 18px;
    }

    /* About */
    .about .section-heading {
        margin-bottom: 3rem;
    }
    .about .box {
        margin-top: 2rem;
    }
    


    /* Team */
    .team .section-heading {
        margin-bottom: 5rem !important;
    }
    .team-box {
        height: 480px;
        padding: 16px;
    }

    /* Portfolio */
    .portfolio-bg .section-heading {
        margin-bottom: 5rem;
    }
    .portfolio-content {
        margin-top: 5rem;
    }

    /* Blog */
    .blog-bg .section-heading {
        margin-bottom: 5rem;
    }

    /* Contact */
    .contact-sec .contact-form textarea {
        margin-bottom: 60px;
    }

    #about, #team, #methodDiagram, #eventDes,#summaries,#mapDes, #topicDes, #what, #who,#where {
        height:100%!important;
        position: fixed;
    }
    .bg-overlay {height: 100%!important;}

    .tableauPlaceholder {
        margin-left:3rem;
    }

    .socialContainer {
        width: 90vw!important;
        height:95%!important;
        /*margin-top:2rem;*/
    }

    .rowHeatmap {
        width:97vw!important;

    }

    #summaries .cards-section {
        width:85vw!important;
    }

    .side-nav-menu .nav-menu{
        padding-top: 150px;
        padding-left:100px;
    }

    .expand_nav {
        line-height: 2rem;
    }

    .side-nav-menu .nav-menu li, .broad .side-nav-menu ul li {
        font-size:1rem;
    }

    /*#tableauAnnot {
    position: absolute; 
    /*width:7%;*/
    /*width:  calc(6% + (4050px - 100vw) / 25000)!important;*/
    /*width: calc(100vw / 19)!important;*/
    /*width: calc(100vw / (12 + (100vw - 1800) / 250))!important;;
    top: 50%;
    right: 0%;
    color:#353535;
    }

    #tableauAnnot p {
    font-size:0.8rem!important;
    }*/



}

@media (max-width: 1800px) and (min-width: 1400px) {

    #about, #team, #methodDiagram, #eventDes,#summaries,#mapDes, #topicDes, #what, #who,#where {
        height:100%!important;
    }

     #team, #methodDiagram, #eventDes,#summaries,#mapDes, #topicDes, #what, #who,#where {
        position: fixed!important;
    }

    .bg-overlay {height: 100%!important;}

     .rowHeatmap {
        width:97vw!important;

    }

    #summaries .cards-section {
        width:85vw!important;
    }

    .socialContainer {
        width: 90vw!important;
        height: 100%!important;
    }

    .expand-container {
        max-width: 80vw;
    }

    .contact-sec .contact-details {
        line-height: 1.3rem;
    }

    .card-title h5 {
        font-size:2rem!important;
    }

    .card-body {
        line-height: 1rem!important;
    }

    .card-body p {
        font-size:0.8rem!important;
    }

    .expand_nav {
        line-height: 1rem;
    }

    .side-nav-menu .nav-menu{
        padding-top: 150px;
    }

/*    #tableauAnnot {
    position: absolute; 
    width:10%;
    top: 50%;
    right: 0%;
    color:#353535;
    }
    #tableauAnnot p {
    font-size:0.8rem!important;
}*/


}

/*@media (max-width: 1280px) and (min-width: 992px) {*/


@media (max-width: 1399px) and (min-width: 1280px) {

    .h1, h1 {font-size: 60px;}
    /*section {padding: 10rem 0;}*/
    html {scroll-behavior: smooth;}

    .container {
        /*margin-left:4rem;*/
        width:90vw;
    }

    #eventDes .container {
        width:90%!important;


    }

    .cd-h-timeline__container {
        margin-left:0rem;
    }
    .section-heading {margin-bottom: 3.5rem;}
    .about, .team, .portfolio-bg, .blog-bg, .contact-sec {height: auto;}

    /* Side Nav */
    .my_tog {
        padding: 20px 5px;
    }
    .sticky-logo {
        display: none !important;
    }
    .side-nav-menu .nav-menu {
        padding-left: 35px;
        padding-top: 50px;
    }
    .rites-res {
        bottom: 0;
    }

    /* Banner */
    .slider-area h1 {
        font-size: 54px;
    }

    /* About */
    .about h2 {
        font-size: 2rem;
    }

    /* Team */
    .team h2 {
        font-size: 2.5rem;
    }

    .feature-item p{
        font-size:1rem!important;
    }
    .team-social a {
        height: 36px;
        width: 36px;
    }
    .team-box {
        height: 370px;
    }

    /* Portfolio */
    .main-heading h2 {
        font-size: 42px;
    }

    /* Contact */
    .contact-sec .heading {
        font-size: 42px;
    }

    .btn.btn-medium {
        padding: 10px 42px;
    }
    p {
        font-size:1rem;
    }

    #about, #team, #methodDiagram, #eventDes,#summaries,#mapDes, #topicDes, #what, #who,#where {
        height:100%!important;
    }
    .bg-overlay {height: 100%!important;}

   /* .rowHeatmap, .socialContainer, .tableauPlaceholder{
        margin-top: -10rem;
        margin-bottom:-10rem;
    }*/

    .col-md-3 {
        padding-left: 0rem;
        padding-right: 0px;
    }

    .contact-sec .contact-details{
        left:0%;
    }

    .graphRow .contact-sec .contact-details{
        top:10%!important;
    }

    .card-title h5 {
        font-size:1rem!important;
    }

    .card-body {
        line-height: 0.8rem!important;
    }

    .card-body p {
        font-size:0.7rem!important;
    }

     #team, #methodDiagram, #eventDes,#summaries,#mapDes, #topicDes, #what, #who,#where {
        position: fixed;
    }

    .contact-sec .contact-details ul li {
        font-size:0.5rem!important;
        line-height: 0.9rem!important;
    }

    .cd-h-timeline__dates h6 {
        font-size: 0.5rem!important;
    }
    .cd-h-timeline__line a#date_09_16 h6, .cd-h-timeline__line a#date_09_30 h6 {
    font-size: 0.4rem!important;
        }
    .rowHeatmap {
        width:97vw!important;
        margin-left:0rem!important;
        margin-right:0rem!important;
    }

    .expand_nav {
        line-height: 1rem;
    }

    .summary .cards-section {
        margin-right:8vw!important;
    }

    .socialContainer {

        margin-left:2rem;
    }

    /*#tableauAnnot {
    position: absolute; 
    width:13%;
    top: 50%;
    right: 0%;
    color:#353535;
    }

    #tableauAnnot p {
    font-size:0.8rem!important;
}*/



}

@media (max-width: 1280px) and (min-width: 992px) {
    #tweet2 {
        display: none;
    }

     .h1, h1 {font-size: 60px;}
    /*section {padding: 10rem 0;}*/
    html {scroll-behavior: smooth;}

    .container {
        /*margin-left:4rem;*/
        width:90vw;
    }

    #eventDes .container {
        width:90%!important;


    }

    .cd-h-timeline__container {
        margin-left:0rem;
    }
    .section-heading {margin-bottom: 3.5rem;}
    .about, .team, .portfolio-bg, .blog-bg, .contact-sec {height: auto;}

    /* Side Nav */
    .my_tog {
        padding: 20px 5px;
    }
    .sticky-logo {
        display: none !important;
    }
    .side-nav-menu .nav-menu {
        padding-left: 35px;
        padding-top: 50px;
    }
    .rites-res {
        bottom: 0;
    }

    /* Banner */
    .slider-area h1 {
        font-size: 54px;
    }

    /* About */
    .about h2 {
        font-size: 1.5rem;
    }

    /* Team */
    .team h2 {
        font-size: 2.5rem;
    }

    .feature-item p{
        font-size:0.7rem!important;
    }
    .team-social a {
        height: 36px;
        width: 36px;
    }
    .team-box {
        height: 370px;
    }

    /* Portfolio */
    .main-heading h2 {
        font-size: 42px;
    }

    /* Contact */
    .contact-sec .heading {
        font-size: 42px;
    }

    .btn.btn-medium {
        padding: 10px 42px;
    }
    p {
        font-size:0.7rem;
    }

    .bg-overlay {height: 100%!important;}

   /* .rowHeatmap, .socialContainer, .tableauPlaceholder{
        margin-top: -10rem;
        margin-bottom:-10rem;
    }*/

    .rowHeatmap .col-md-3 {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }

    .contact-sec .contact-details{
        left:0%;
        line-height: 1rem!important;
    }
    .contact-sec .contact-details .text {
        font-size:0.6rem!important;
    }

    .graphRow .contact-sec .contact-details{
        top:10%!important;
    }

    .card-title h5 {
        font-size:1rem!important;
    }

    .card-body {
        line-height: 0.8rem!important;
    }

    .card-body p {
        font-size:0.6rem!important;
    }

     #team, #methodDiagram, #eventDes,#summaries,#mapDes, #topicDes, #what, #who,#where {
        position: fixed;
    }

    .contact-sec .contact-details ul li {
        font-size:0.5rem!important;
        line-height: 0.9rem!important;
    }

    .cd-h-timeline__dates h6 {
        font-size: 0.5rem!important;
    }
    .cd-h-timeline__line a#date_09_16 h6, .cd-h-timeline__line a#date_09_30 h6 {
    font-size: 0.4rem!important;
        }
    .rowHeatmap {
        width:97vw!important;
        margin-left:0rem!important;
        margin-right:0rem!important;
    }

    .expand_nav {
        line-height: 1.5rem;
    }

    .summary .cards-section {
        margin-right:7vw!important;
        margin-left:3vw!important;
    }

    .socialContainer {

        margin-left:2rem;
    }

    .summary .cards-section .card {
        padding-top:0px!important;
        padding-bottom:0px!important;
    }

    .summary .cards-section .card-body .card-title {
        font-size: 1rem!important;
    }

    #about .container {
        line-height: 1.5rem!important;

    }
/*
    #pp-nav.left {
    left: 0.5rem!important;
}
*/
/*    #tableauAnnot {
    position: absolute; 
    width:14%;
    top: 50%;
    right: 0%;
    color:#353535;
    }

    #tableauAnnot p {
    font-size:0.6rem!important;
    }*/




    }


@media screen and (max-width: 1100px) and (min-width: 950px){
    #pp-nav.left {
            left: 0.5rem!important;
        }
    .contact-sec .contact-details .text {
        font-size:0.6rem!important;
    }

   .expand_nav {
        line-height: 1.5rem;
    }


}

@media screen and (max-width: 950px) {

        #pp-nav.left {
            left: 0.2rem!important;
        }
}

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

    #tweet1, #tweet2 {
        display: none;
    }
    #heatmap {
        margin-left:-20vw;
    }

    .h1, h1 {font-size: 58px;}
    .h3, h3 {font-size: 32px;}
    /*section {padding: 7.5rem 0;}*/
    p {font-size: 0.7rem;}
    html {scroll-behavior: smooth;}
    .about, .team, .portfolio-bg, .blog-bg, .contact-sec {height: auto;}
    .section-heading {margin-bottom: 3rem;}

    /* Side Nav */
    .my_tog {
        padding: 20px 0;
        margin-right: 8px;
    }
    .sticky-logo {
        display: none !important;
    }
    .side-nav-menu .nav-menu {
        padding-left: 35px;
        padding-top: 50px;
    }

    /* Banner */
    .slider-area h1 {
        font-size: 42px;
    }
    .slider-area p {
        font-size: 16px;
    }

    /* About */
    .about h2 {
        font-size: 1.5rem;
    }
    .feature-item p {
        font-size: 0.7rem;
    }

    /* Team */
    .team h2 {
        font-size: 1.5rem;
    }
    .team-box {
        height: 290px;
    }

    /* Portfolio */
    .main-heading h2 {
        font-size: 36px;
    }

    /* Blog */
    .news-item .news-title {
        font-size: 22px;
    }
    .para {
        font-size: 16px;
    }

    /* Contact */
    .contact-sec .heading {
        font-size: 1rem;
    }
    .contact-sec .contact-details .text {
        text-align: left;
    }

    .contact-sec .contact-details {
        line-height: 0.9rem!important;
        left: -2%;
    }

     .contact-sec .contact-details ul li {
        font-size:0.5rem!important;
    }


     #about, #team, #methodDiagram, #eventDes,#summaries,#mapDes, #topicDes, #what, #who,#where {
        height:100%!important;
    }
    .bg-overlay {height: 100%!important;}

    .col-md-3 {

    max-width: 30%;
    }

    #team, #methodDiagram, #eventDes,#summaries,#mapDes, #topicDes, #what, #who,#where {
        position: fixed;
    }

    .parallax-box h4 {
        font-size:1rem;

    }
    .parallax-box h5 {
        font-size:1rem;
        
    }

    #eventDes {
        line-height: 1rem;
    }

    .card-title h5 {
        font-size:1rem!important;
    }

    .card-body {
        line-height: 0.5rem!important;
    }

    .card-body p {
        font-size:0.5rem!important;
    }

    .summary .cards-section .card-body .card-title {
        font-size:0.8rem!important;

    }
    .summary .cards-section {
        margin-right: 6vw!important;
    }

    .summary .cards-section .card {
        margin-left: 2rem!important;
    }

    .cd-h-timeline__line a#date_09_16 h6, .cd-h-timeline__line a#date_09_30 h6 {
        font-size: 0.3rem!important;
    }

    .cd-h-timeline__dates h6 {
        font-size: 0.6rem!important;
    }

    .socialContainer {

        /*margin-left:2rem;*/
    }
    .expand_nav {
        line-height: 1rem!important;
    }

    .side-nav-menu .nav-menu li, .broad .side-nav-menu ul li {
        font-size:0.8rem!important;
    }

}

@media screen and (max-width: 767px) {

    body {
        text-align: center;
        /*overflow-y: hidden!important;*/
    }
    html {scroll-behavior: smooth;}
    /*section {padding: 5rem 0;}*/
    .h1, h1 {font-size: 1.5rem;}
    .h2, h2 {font-size: 1.5rem;}
    .h3, h3 {font-size: 1rem;}
    p {font-size: 0.6rem;line-height: 20px;text-align: left; margin-left:1rem;}
    .about, .team, .portfolio-bg, .blog-bg, .contact-sec {height: auto; width: 100%; margin-left: 0;}
    .slider-area {width: 100%; margin-left: 0;}

    /* Side Nav */
    .side_nav {
        display: none;
    }
    .navbar-brand {
        margin-right: 0;
    }

    /* Nav-Bar */
    .navbar {
       /* z-index:99!important;*/
        padding: 6px 10px;
    }

    .my_nav_tog {
        z-index:99!important;

    }
    /* Banner */
    /*.slider-bottom .slider-social, .slider-copyright {
        display: none;
    }*/
    .slider-area h1 {
        font-size: 1.5rem;
    }
    .slider-area p {
        font-size: 0.6rem;
        text-align: center;
    }

    #home-banner, #about, #team, #methodDiagram, #eventDes,#summaries,#mapDes, #topicDes, #what, #who,#where {
        height:100%!important;
    }
    .bg-overlay {height: 100%!important;}

    #team, #methodDiagram, #eventDes,#summaries,#mapDes, #topicDes, #what, #who,#where {
        position: fixed!important;
    }


    /* About */
    .about h2 {
        font-size: 1.5rem;
    }
    .feature-item p {
        font-size: 0.6rem;
    }

    .feature-item .title {
        font-size:0.8rem;
    }
    .feature-item > i.f-icon {
    font-size: 1rem;
    height:4%;
    line-height:50%;
    padding:2%;
    width:100%;
    }
    
    .feature-item:hover > i.f-icon {
    background-color: #ffffff;
    color: #232728;
    text-align: center;
    border-radius: 50px;
    font-size: 1rem;
    height:100%;
    line-height:50%;
    /*height: 55px;
    width: 55px;*/
    transition: .8s ease;
    padding:2%;
    width:100%;
}

    .about .box h2 {
        font-size: 1.5rem;
    }
    .team-box {
        height: auto;
    }

    /* Team */
    .team h2 {
        font-size: 1.5rem;
    }

    /* Portfolio */
    .main-heading h2 {
        font-size: 1.5rem;
    }
    .parallax-box {
        padding: 10px;
    }
    .parallax-box h2 {
        font-size: 1.375rem;
    }

    .parallax-box h4 {
        font-size:0.7rem;
    }

    .parallax-box h5 {
        font-size:0.6rem;
    }

    .my-4 {
        margin-top:0rem!important;
        margin-bottom:0rem!important;
    }


    .circle {
        display: none;
    }
    .single-work {
        padding: 10px;
    }

    /* Blog */
    .news-item {
        padding: 20px 0;
    }
    .icon-quotes-left {
        text-align: left;
    }
    .news-item .news-text-box {
        text-align: center;
    }
    .para {
        font-size: 14px;
    }
    .testimonial-img {
        margin: 15px 0 0 0;
    }

    /* Contact */
    .contact-sec .heading {
        font-size: 1rem;
    }
    /*.contact-sec .contact-details {
        margin: 40px auto 0 auto;
    }*/
    .contact-sec .contact-details .text {
        font-size: 0.6rem;
    }
    .contact-sec .contact-form {
        width: 100%;
        margin-left: 0;
    }
    /*.contact-sec .contact-details {
        width: 100%;
        margin-left: 0;
        margin-top: 80px;
    }
    .contact-sec .contact-details ul li:first-child {
        width: 100%;
    }
    .contact-sec .contact-details ul li {
        display: block;
        margin-bottom: 30px;
    }
    .contact-sec .contact-details ul li i{
        margin-right: 0;
        margin-bottom: 15px;
        display: block;
    }*/

    #eventDes p {
        line-height: 1rem!important;
        text-align: left;
    }

    .summary .cards-section .card-body .card-title {
        font-size:0.8rem;
        margin-bottom:0rem!important;
    }

    .summary .cards-section .card {
        padding:0rem!important;
    }
    .summary .cards-section .card-body p {
        font-size:0.5rem;
        line-height: 0.6rem;
        margin: 0!important;
    }

    .rowHeatmap {
        width:90vw!important;
        margin-left:2rem!important;

    }

    .socialContainer {
        width:90vw!important;

        /*margin-left:2rem;*/
    }

    #date_09_16, #date_09_30 {
        display: none;
    }

/*    #team .container {
        margin-top:1rem!important;
    }*/
}

@media (max-width: 575.98px) { 
    .my_nav_tog {
        z-index:99!important;

    }
    .h1, h1 {
        font-size: 1.5rem;
    }
    .h4, h4 {
        font-size: 1rem;
    }
    .h5, h5 {
        font-size: 0.8rem;
    }
    .feature-item .title {
        font-size:0.8rem;
    }
    .feature-item > i.f-icon {
    font-size: 25px;
    height:6%;
    line-height:6%;
    padding-top:1%;
    }
    .feature-item {
    padding: 2px 0;
    }
    .mb-3 {
        /*margin-top:-10%;*/
    margin-bottom: 0.1rem!important;
    }

    .rowApproach {
        margin-top:-2rem!important;
    }
    .rowHeatmap {
        /*margin-bottom: -3rem!important;*/
       /* height:75%!important;*/
        margin-left:1rem!important;
    }

   /* .rowHeatmap .col-3 {
        display:none;
    }*/

    
    p {
        font-size: 0.6rem;
        line-height: 18px;
        text-align:left;
        margin-left: 3rem;
    }
    .btn.btn-medium {
        font-size: 12px;
    }
    /* Banner */
    .slider-area h1 {
        font-size: 32px;
    }
    .slider-area p {
        font-size: 12px;
    }
    /* About */
    .about h2 {
        font-size: 22px;
    }
    .feature-item p {
        font-size: 0.6rem!important;
    }
    .about .box h2 {
        font-size: 22px;
    }
    /* Team */
    .team h2 {
        font-size: 22px;
    }
    /* Portfolio */
    .main-heading h2 {
        font-size: 22px;
    }
    /* Contact */
    .contact-sec .heading {
        font-size: 22px;
    }
    .contact-sec .contact-details .heading {
        font-size: 24px;
    }

    .graphRow, .timelineRow {
        margin-left:1rem!important;
    }

    .cd-h-timeline__dates h6 {
        font-size: 0.5rem!important;
    }
    .txt-space {
        margin-top:1rem!important;
    }

    #eventDes p {
        line-height: 0.8rem!important;
    }

    .summary .container {
        margin-left:0px!important;
    }

    .summary .section-heading {
        margin-top:0px!important;
    }
}

@media (max-width: 450px) { 

    .team h2 {
        font-size: 1rem!important;
    }

    .parallax-box h4 {
        font-size:0.5rem;
    }

   .rowApproach {
    margin-top:0px!important;
   }

   .cd-h-timeline__dates h6 {
        font-size: 0.4rem!important;
    }

}

/* style for timeline */
.cd-h-timeline {
  opacity: 0;
  /*margin-left: 8rem;
  margin-right:3rem;*/
  transition: opacity 0.2s;

}

.cd-h-timeline--loaded {
  opacity: 1
}

.cd-h-timeline__container {
  position: relative;
  /*margin-left: 3rem;*/
  height: 100px;
  width:110%;
  max-width: 100vw;
}

.cd-h-timeline__dates {
  position: relative;
  pointer-events: none!important;
  height: 100%;
  /*margin: 0 40px;*/
  /*overflow: hidden;*/
}

.cd-h-timeline__dates h6 {
  font-size:0.8rem;
}


.cd-h-timeline__dates::after,
.cd-h-timeline__dates::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px
}

.cd-h-timeline__dates::before {
  left: 0;
  }

.cd-h-timeline__dates::after {
  right: 0;
  }

.cd-h-timeline__line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 30px;
  height: 2px;
  background-color: hsl(0, 0%, 87.3%);
  /*background-color: hsl(var(--cd-color-3-h), var(--cd-color-3-s), calc(var(--cd-color-3-l)*0.9));*/
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s
}

.cd-h-timeline__line a#date_09_16 h6, .cd-h-timeline__line a#date_09_30 h6{
  font-size:0.5rem;
}

.cd-h-timeline__filling-line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 95%;
  background-color:#EFEFEF;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s
}

.cd-h-timeline__date {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 0.8rem;
  padding-bottom: 0em;
  color: hsl(0, 0%, 22%);
  color: var(--cd-color-1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none
}

.cd-h-timeline__date::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -0.5rem;
  width:100%;
  height: 10%;
  border-radius: 0%;
  border-width: 4px;
  border-style: solid;
  border-color:#ffffff;
  background-color: #ffffff;
  /*border-color: #222222;
  background-color: #222222;*/
  transition: background-color 0.3s, border-color .3s
}

.cd-h-timeline__date:hover::after {
  background-color: #EA3F93;
  border-color: #EA3F93;
}




.cd-h-timeline__date .text_bottom {
  position: absolute;
  width: 110%;
  top:2rem;
  
}

.cd-h-timeline__date .text_bottom1 {
  position: absolute;
  width: 100%;
  top:3rem;
  
}

@media (min-width: 64rem) {
  .cd-h-timeline__date {
    font-size: 0.7em
  }
}

.cd-h-timeline__date--selected {
  /*pointer-events: none*/
}

.cd-h-timeline__date--selected::after {
  background-color: #EA3F93;
  border-color:#EA3F93;
}

.cd-h-timeline__date--older-event::after {
  border-color:#222222;
}

#date_09_16::after, #date_09_30::after {
   border-color:#222222;
   background-color: #222222;

}
.cd-h-timeline__navigation {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: hsl(0, 0%, 87.3%);
  /*border-color: hsl(var(--cd-color-3-h), var(--cd-color-3-s), calc(var(--cd-color-3-l)*0.9));*/
  transition: border-color 0.3s
}

.cd-h-timeline__navigation::after {
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url("../img/cd-arrow.svg") no-repeat 0 0
}

.cd-h-timeline__navigation:hover {
  border-color:#EA3F93;
}

.cd-h-timeline__navigation--prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg)
}

.cd-h-timeline__navigation--next {
  right: 0
}

.cd-h-timeline__navigation--inactive {
  cursor: not-allowed
}

.cd-h-timeline__navigation--inactive::after {
  background-position: 0 -16px
}

.cd-h-timeline__navigation--inactive:hover {
  border-color: hsl(0, 0%, 87.3%);
  /*border-color: hsl(var(--cd-color-3-h), var(--cd-color-3-s), calc(var(--cd-color-3-l)*0.9))*/
}

.cd-h-timeline__events {
  position: relative;
  width: 100%;
  /*overflow: hidden;*/
  transition: height .4s
}

.cd-h-timeline__event {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 1px 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out
}

.cd-h-timeline__event--selected {
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}

.cd-h-timeline__event--enter-right,
.cd-h-timeline__event--leave-right {
  -webkit-animation-name: cd-enter-right;
  animation-name: cd-enter-right
}

.cd-h-timeline__event--enter-left,
.cd-h-timeline__event--leave-left {
  -webkit-animation-name: cd-enter-left;
  animation-name: cd-enter-left
}

.cd-h-timeline__event--leave-right,
.cd-h-timeline__event--leave-left {
  animation-direction: reverse
}

.cd-h-timeline__event-content {
  max-width: 800px
}

.cd-h-timeline__event-title {
  color: hsl(0, 0%, 22%);
  color: var(--cd-color-1);
  font-weight: 700;
  font-size: 2.48832em;
  font-size: var(--text-xxxl)
}

.cd-h-timeline__event-date {
  display: block;
  font-style: italic;
  margin: 0.5em auto;
  margin: var(--space-xs) auto
}

.cd-h-timeline__event-date::before {
  content: '- '
}
/* end of style for timeline */

/* style for graph vis*/
#who, #where, #what {
    /*background: #1D2323;*/
    width:100vw;
}

#about, #team, #methodDiagram, #eventDes,#summaries,#mapDes, #topicDes, #what, #who,#where {
    width:100vw;
    height:100%!important;
    position: fixed!important;
}
    .node rect {
        cursor: pointer;
        shape-rendering: crispEdges;
    }

    .node text {
        pointer-events: all;
        shape-rendering: crispEdges;
    }


svg {
  /*background-color: #252525;*/
  /*border: 0.5px dotted #626262;*/
}

a {
  color: #3EB5C4;
}

b {
  font-weight: 900;
}

.node {
  /*stroke: silver;*/
  stroke-width: 1px;
}

.link {
  fill: none;
  stroke:silver;
  stroke-opacity: 0.8;
}

.link1 {
  fill: none;
  stroke: silver;
  stroke-opacity: 0.8;
}


.selected {
  stroke: #EA3F93 !important;
  stroke-opacity: 1;
}

/* shadow trick from bl.ocks.org */
#tooltip {
  font-size: 10pt;
  font-weight: 900;
  fill: white;
  text-shadow: 1px 1px 0 #252525, 1px -1px 0 #252525, -1px 1px 0 #252525, -1px -1px 0 #252525;
}
/* end of style for graph vis*/

#heatmapTweet{
  position: relative;
  width:auto;
  display: block;    
}

/*style for geomap*/
h3 .whiteh3 {
      color:rgba(255,255,255,.5);
    }

    #geoMap {
      padding: 0;
      margin: 0;
      left:-2.5rem;
      width: 100vw;
      height: 100%;
      /*overflow: hidden;*/
      position: relative;
      background:rgb(23, 23, 23);
      /*background:#1D2323;*/
      line-height: 1.5;
    }

    .modal-backdrop.show {
    opacity: 0;
}

    #geoMap > div {
        position: absolute;
        /*overflow: hidden;*/
    }

    #map {
        left: 0;
        top: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
    }

    #map svg {
        width: 100%;
        height: 100%;
    }

    #map .feature {
       /* fill : #2C2C43;
        stroke : #4A4A70;*/
        fill:rgb(23, 23, 23);
        /*fill: #1D2323;*/
        stroke:#4A4A70;
    }

    #c {
        left: 0;
        top: 0;
        z-index: 1;
    }

    #s {
        left: 0;
        top: 0;
        z-index: 2;
    }

    .gtLeg, .gttLeg {
        fill : #f9f9f9;
    }

    .com-mess {
        font-size: 11pt;
        font-family: Verdana,serif;
        fill: #ffffff;
        fill-opacity: .3;
    }

    #pb {
        left: 0;
        bottom: 0;
        position: fixed;
        z-index: 100;
        height: auto;
        font-size: 10px;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .8);
    }

 /*   #menu {
        margin-top: 80px;
        z-index: 50;
        display:grid;
    }*/
    .control {
      padding-left:10px;
    }

    #info {
        right: 2px;
        top: 2px;
        z-index: 51;
        position: fixed;
    }  

/*    img {
        display: inline-block;
    }

    li:last-child {
        margin-right: 0;
    }*/

    
    /* This imageless css button was generated by CSSButtonGenerator.com */

    .tooltip {
        padding: .5em;
        border: 1px solid #eee;
        line-height: 1.5em;
        box-shadow: 0 0 8px rgba(0, 0, 0, .5);
        z-index: 999;
        font-family: serif;
        font-size: 11px;
    }

    .video-overlay {
        background-image: url("../images/custom/gettyimages-1167840764-2048x2048.jpg");
        background-size:cover;
        max-height: 100%;
  /*min-height: 100%;*/
  width:100%;
  height:100%;
  bottom: 0;
  left: 0;
  /*opacity: .5;*/
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

#body-wrapper #embed-body figure img.assetcomp {
    min-width: 100vw !important;
    width: 100vw !important;
    height: 100% !important;
}

#embed-body {
    min-width: 100vw !important;
}

.mainBars rect{
  shape-rendering: auto;
  fill-opacity: 0;
  stroke-width: 0.5px;
  stroke: rgb(0, 0, 0);
  stroke-opacity: 0;
}
.subBars{
    shape-rendering:crispEdges;
}
.edges{
    stroke:none;
    fill-opacity:0.5;
}

.dot_1 {
    height: 10px;
    width: 10px;
    /*background-color: #1b95e0;*/
    background-color: #007DC9;
    border-radius: 50%;
    /*padding-right: 10px;*/
    display: inline-block;
}
.dot_2 {
    height: 10px;
    width: 10px;
    /*background-color: #ADE7A0;*/
    /*background-color: #31991a;*/
    background-color: #4AB133;
    border-radius: 50%;
    /*padding-right: 10px;*/
    display: inline-block;
}
.dot_3 {
    height: 10px;
    width: 10px;
    /*background-color: #59C7E0;*/
    background-color: #4BDAFA;
    border-radius: 50%;
    /*padding-right: 10px;*/
    display: inline-block;
}
.dot_4 {
    height: 10px;
    width: 10px;
    /*background-color: #BEEFE4;*/
    background-color: #E68019;
    border-radius: 50%;
    /*padding-right: 10px;*/
    display: inline-block;
}
.dot_5 {
    height: 10px;
    width: 10px;
    /*background-color: #E3CB44;*/
    background-color: #FADD3B;
    border-radius: 50%;
    /*padding-right: 10px;*/
    display: inline-block;
}
.dot_6 {
    height: 10px;
    width: 10px;
    /*background-color: #EBE3B7;*/
    background-color: #C6C2AB;
    border-radius: 50%;
    /*padding-right: 10px;*/
    display: inline-block;
}

.hashRow {
    height: 55%;
}
.timelineRow {
    height: 5%;
    width:100%;
}
.graphRow {
    height: 30%;
}

.addWeight {
    font-weight: 700;
    
}

.addWeightIntro {
    font-weight: 400;
    
}
.addWeightIntro2 {
    font-weight: 400;
    
}

.addWeightIntro1 {
    font-weight: 900!important;
    
}

#where .pp-tableCell {
    height:100%;
    min-height: 100%;
}

#where {
    position: fixed;
    background:#ffffff;
}



blockquote.twitter-tweet {
  font-size: 0.8rem;
  
  line-height: 0.5rem;
}

blockquote.twitter-tweet p {
  font-size: 0.5rem;
  font-weight: normal;
  line-height: 0.5rem;
}

#processImg {
    width:100vw;
}

#tableauAnnot {
    position: absolute; 
    top: 50%;
    right: 0%;
    color:#353535;
    }

    #tableauAnnot p {
    font-size:0.8rem;
    }








