/** Global **/

html {
    overflow: auto
}

body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: Ubuntu, sans-serif;
    font-size: 16px;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.primary-button {
    position: relative;
    z-index: 99;
    height: 44px;
    width: 160px;
    background: #336699;
    color: #fff;
    border: none;
    border-radius: 100px;
    box-shadow: 0 4px 10px rgba(51, 102, 153, 0.2);
    transition: all .3s ease-in-out
}

.primary-button:hover,
.primary-button:focus {
    background: #245484;
    box-shadow: 0 4px 20px rgba(51, 102, 153, 0.4);
}

section h2 img {
    display: block;
    margin: 10px auto
}

/** Start Header **/

header {
    padding-top: 60px;
}

nav.bg-light {
    background-color: #ffffff !important;
    padding: 16px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-nav .nav-link {
    margin: 0 10px;
}

.navbar-light .navbar-nav .active>.nav-link {
    color: #990099;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #990099;
}

.navbar-light .navbar-toggler {
    border-color: transparent;
}

.hero {
    background: url(../img/img-1.jpg);
    background-size: cover;
    height: 90vh;
    display: flex;
    align-items: center;
    position: relative;
}

.hero h2 {
    color: #70706f;
    font-weight: bold;
}

.hero h2 span {
    color: #990099;
}

.hero h3 {
    color: #336699;
}

.hero p {
    color: #666;
    font:Ubuntu;
    font-size: 1.2em;
}

.primary-button {
    line-height: 1.9
}

 .primary-button:hover {
    color: #fff
}

#particles-js {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}

/** End Header **/

/** Start Services **/

.services {
    padding-top: 60px;
    padding-bottom: 60px;
}c

.services h2 {
    color: #777;
}

.service-item {
    padding: 30px;
}

.service-item h4 {
    font-size: 1.2em;
    color: #336699;
    margin: 18px;
}

.service-item p {
    color: #777;
    padding: 10px;
}

/** End Services **/

/** Start Pro Bono Work **/

.pro-bono-work {
    background: url(../img/img-2.jpg);
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}

.pro-bono-work h2 {
    color: #fff;
    margin-bottom: 40px;
}

.pro-bono-work p {
    color: #fff;
    text-align: justify;
}
.pro-bono-work ul {
    color: #fff;
}
.pro-bono-work p:first-child {
    color: #00ccff;
    font-weight: bold;
}

.pro-bono-work .img-container img {
    max-width: 75%;
    position: relative;
    bottom: 44px;
}

/** End Pro Bono Work **/

/** Start About Us **/

.about-us {
    padding-top: 60px;
    padding-bottom: 60px;
}

.about-us h2 {
    color: #777;
}

.tab-title {
    background: #eee;
    color: #555;
    padding: 14px;
    transition: all .3s ease-in-out
}

.tab-title:hover,
.tab-title:focus {
    background: #ddd;
    color: #666;
}

.about-us .col-lg-4 {
    padding: 0;
}

.about-tabs {
    border-bottom: 2px solid #ccc;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.tab-header {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.tab-header div.active {
    background: #f7f7f7;
    color: #4a749c;
    border: none;
    border-top: 6px solid #336699;
    border-radius: 0;
}

.tab-header .tab-title {
    width: 33.3333%;
    text-align: center;
    margin-bottom: 0;
    display: inline-block;
    border-top: 6px solid #ddd;
    width: 33.5%;
    margin-left: -2.5px;
    margin-right: -2.5px;
}

.nav-tabs .nav-item:focus {
    outline: none
}

.about-content {
    background: #f7f7f7;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    padding-top: 60px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
}

.about-content p {
    color: #777;
    text-align: justify;
}

/** New Tabs Style **/

.tab-content {
    padding: 30px;
    animation: fadeEffect 1.5s;
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.tab-content:first-child {
    display: block
}

.tab-content:nth-child(3),
.tab-content:nth-child(4) {
    display: none
}

.about-content .tab-header button {
    width: 33.3333%;
    background: #eee;
    border: none;
    height: 50px;
    color: #555;
    margin: 0;
    padding: 0;
}

/** End About Us **/

/** Start Contact **/

.contact {
    background: #555;
    padding-top: 60px;
    padding-bottom: 60px;
}

.contact h2 {
    color: #fff;
}

.contact h2 img {
    margin-bottom: 30px;
}

.contact input {
    height: 44px;
    width: 100%;
    border: none;
    border-radius: 4px;
    padding-left: 20px;
}

.contact button {
    height: 44px;
    width: 100%;
    border: none;
    border-radius: 4px;
    padding-left: 20px;
    background: #0098cb;
    color: #fff;
    transition: all .3s ease-in-out
}

.contact button:hover,
.contact button:focus {
    background: rgba(0, 152, 203, .7);
}

.contact textarea {
    height: 104px;
    width: 100%;
    border: none;
    border-radius: 4px;
    padding: 12px 20px;
}

.contact .textarea-form-group {
    margin-bottom: 11px;
}

.contact p {
    color: #fff;
}

.contact p span {
    color: #00ccff;
    display: block;
    margin-bottom: 10px;
}
.contact a{color:#fff;}
.contact a:hover{color: #00ccff}
/** End End Contact **/

/** Start Footer **/

footer {
    background: #444;
    padding: 20px;
}

footer p {
    color: #fff;
    margin-bottom: 0;
}

/** End End Footer **/

.vertical-navigation-container {
    position: fixed;
    top: 0;
    right: 16px;
    height: 100vh;
    width: 160px;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: right;
    z-index: 9999;
}

.vertical-navigation {
    width: 200px;
    height: 148px;
    justify-content: right;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
}

.vertical-navigation ul {
    text-align: right;
    height: 100%;
    width: 100%;
    padding-right: 6px;
    line-height: 31px;
}

.vertical-navigation ul li {
    white-space: nowrap;
}

.vertical-navigation ul li a {
    /* height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #336699;
    display: inline-block; */
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #00ccff;
    display: inline-block;
}

.vertical-navigation ul li span {
    display: none;
    white-space: nowrap;
    position: absolute;
    right: 20px;
    color: #990099;
}

.vertical-navigation ul li:nth-child(3) span,
.vertical-navigation ul li:last-child span {
    /* color: #fff !important; */
    color: #fff !important;
}

.vertical-navigation ul li:nth-child(3) span:after,
.vertical-navigation ul li:last-child span:after {
    /* background: #fff !important; */
    background: #fff !important;
}

.vertical-navigation ul li span:after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 2px;
    margin: 3px 5px;
    /* background: #990099; */
    background: #990099;
}

.vertical-navigation ul li a.active {
    background: #990099;
    /* background: #00ccff; */
    height: 12px;
    width: 12px;
    position: relative;
    left: 3px;
}

@media ( max-width: 993px) {
    .vertical-navigation-container {
        display: none
    }
    .hero {
        padding: 20px;
    }
    .navbar-brand img {
        width: 160px
    }
    .navbar-collapse ul {
        padding-top: 16px;
    }
    .pro-bono-work {
        padding: 60px 12px;
    }
    .pro-bono-work .img-container img {
        bottom: 0;
        max-width: 100%
    }
    .pro-bono-work p,
    .about-content p {
        text-align: left;
    }
    .navbar-toggler:focus {
        outline: none
    }
    .tab-title {
        padding: 14px 0;
    }
    footer p:first-child,
    footer p:last-child {
        text-align: center !important;
        margin: 6px;
    }
    .filler{display: none;}
}

@media ( max-width: 400px) {
    .tab-title {
        padding: 24px 6px;
    }
    .nav-tabs .nav-link {
        line-height: 18px;
        height: 60px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .3s ease-in-out
    }

}
@media (min-width: 1200px){
    .container {
      max-width: 1240px;
    }
}
