/*-----------------------------------------------------------------------------------

CSS INDEX
===================
01.  Menu and Brand logo custom Style
02.  Slider custom Style
03.  Main_content custom Style
04.  Typed plugin custom Style
05.  Activities area custom Style
06.  Our Activities area custom Style
07.  Sidebar Section
08.  Contact-Form Custom Style
09.  Google Map Custom Style
10.  Contact Page Custom Style
11.  portfolio Section Custom Style
12.  Client Custom Style
13.  About Custom Style
13.  WOW Custom Style
-----------------------------------------------------------------------------------*/


/* ==========================================================================
Author's custom styles
========================================================================== */

body {
    margin: 0;
    padding: 0;
}

::-webkit-scrollbar {
    display: none;
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}


/*-------------------------------------------
01.   Menu and Brand logo custom Style
----------------------------------------------------*/

#navBar {
    width: 100%;
    max-height: 55px;
    position: fixed;
    bottom: 0;
    overflow: auto;
    z-index: 111;
    background: #000;
    border-top: 1px solid #fff;
}

ul.mymenu {
    float: right;
}

#navBar ul {
    list-style: none;
    line-height: 35px;
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
}

#navBar ul li {
    float: left;
    margin-left: 30px;
}

#navBar ul li a {
    color: #fff;
    font-variant: small-caps;
}

#navBar ul li a:hover {
    color: #52caf5;
}

#navBar ul li:last-child {
    margin-left: 30px;
    font-family: Georgia, sans-serif;
    font-variant: small-caps;
    font-size: 18px;
    margin-right: 30px;
}

.logo img {
    max-height: 50px;
    max-width: 500px;
    margin-left: 10px;
    border-radius: 50% 50% 50% 50%;
    padding: 5px;
    cursor: pointer;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 5px;
}

.header-area img {
    max-height: 70px;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 5px;
}

.header-area {
    z-index: 111;
    position: absolute;
    max-height: 75px;
    overflow: hidden;
    max-width: 700px;
    border-radius: 5px;
}

.head-logo h1 {
    font-size: 30px;
    font-weight: 900;
    line-height: 22px;
}


/*-------------------------------------------
02.     Slider custom Style
----------------------------------------------------*/

#overlay {
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, .1);
    height: 100%;
    z-index: 1;
}


/*-------------------------------------------
03.  Main_content custom Style
----------------------------------------------------*/

.service-img,
.activities-img {
    width: 100%;
    max-height: 400px;
    border-bottom: 5px solid #fff;
}

.paragraph {
    background-color: black;
    margin-bottom: 5px;
}


/*-------------------------------------------
04.  Typed plugin custom Style
----------------------------------------------------*/

a:hover {
    color: #FF0000;
}

p {
    line-height: 2em;
    margin: 0 0 20px;
    text-align: center;
    color: #fff
}

.wrap {
    max-width: 700px;
    margin: 100px auto;
}

.type-wrap {
    margin: 220px;
    border-radius: 5px;
    padding: 0px;
}

.links {
    margin: 20px 0;
    font-size: 0.75em;
    text-align: center;
}


/* code for animated blinking cursor */

.typed-cursor {
    opacity: 1;
    font-weight: 100;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    -ms-animation: blink 0.7s infinite;
    -o-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#typed {
    font-size: 50px;
    font-weight: 900;
    color: #000;
    background: rgba(221, 221, 221, .3);
    font-variant: small-caps;
}

.typed {
    position: absolute;
    z-index: 11;
}


/*-------------------------------------------
05.    Activities area custom Style
----------------------------------------------------*/

.view-eighth .mask {
    background-color: rgba(255, 255, 255, 0.7);
    top: -200px;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0.5s;
    -moz-transition: all 0.3s ease-out 0.5s;
    -o-transition: all 0.3s ease-out 0.5s;
    -ms-transition: all 0.3s ease-out 0.5s;
    transition: all 0.3s ease-out 0.5s;
}

.view-eighth h2 {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    -moz-transition: all 0.2s ease-in-out 0.1s;
    -o-transition: all 0.2s ease-in-out 0.1s;
    -ms-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
}

.view-eighth p {
    color: #333;
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    -moz-transition: all 0.2s ease-in-out 0.2s;
    -o-transition: all 0.2s ease-in-out 0.2s;
    -ms-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
}

.view-eighth a.info {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out 0.3s;
    -moz-transition: all 0.2s ease-in-out 0.3s;
    -o-transition: all 0.2s ease-in-out 0.3s;
    -ms-transition: all 0.2s ease-in-out 0.3s;
    transition: all 0.2s ease-in-out 0.3s;
}

.view-eighth:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    top: 0px;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-animation: bounceY 0.9s linear;
    -moz-animation: bounceY 0.9s linear;
    -ms-animation: bounceY 0.9s linear;
    animation: bounceY 0.9s linear;
}

.view-eighth:hover h2 {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.view-eighth:hover p {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.view-eighth:hover a.info {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}

@keyframes bounceY {
    0% {
        transform: translateY(-205px);
    }
    40% {
        transform: translateY(-100px);
    }
    65% {
        transform: translateY(-52px);
    }
    82% {
        transform: translateY(-25px);
    }
    92% {
        transform: translateY(-12px);
    }
    55%,
    75%,
    87%,
    97%,
    100% {
        transform: translateY(0px);
    }
}

@-moz-keyframes bounceY {
    0% {
        -moz-transform: translateY(-205px);
    }
    40% {
        -moz-transform: translateY(-100px);
    }
    65% {
        -moz-transform: translateY(-52px);
    }
    82% {
        -moz-transform: translateY(-25px);
    }
    92% {
        -moz-transform: translateY(-12px);
    }
    55%,
    75%,
    87%,
    97%,
    100% {
        -moz-transform: translateY(0px);
    }
}

@-webkit-keyframes bounceY {
    0% {
        -webkit-transform: translateY(-205px);
    }
    40% {
        -webkit-transform: translateY(-100px);
    }
    65% {
        -webkit-transform: translateY(-52px);
    }
    82% {
        -webkit-transform: translateY(-25px);
    }
    92% {
        -webkit-transform: translateY(-12px);
    }
    55%,
    75%,
    87%,
    97%,
    100% {
        -webkit-transform: translateY(0px);
    }
}


/*-------------------------------------------
06.    Our Activities area custom Style
----------------------------------------------------*/

.activities-top p,
.portfolio-top p {
    color: #fff;
    line-height: 25px;
    text-align: justify !important;
    padding: 0px 0px 15px 0px;
}

.activities-top {
    border-bottom: 2px solid #fff;
    padding: 20px 0px;
    background: #000;
    font-size: 16px;
}

.portfolio-top {
    border-bottom: 2px solid #fff;
    padding: 50px 0px 50px 0px;
    background: #000
}

.portfolio_banner img {
    width: 100%;
    max-height: 385px;
}

.activities-top h2 {
    color: #0190FF;
    font-size: 26px;
    font-weight: 900;
    line-height: 22px;
    padding-bottom: 10px;
}

.portfolio-top h2 {
    color: #0190FF;
    font-size: 26px;
    font-weight: 900;
    padding-bottom: 12px;
}

.activities_banner img {
    width: 100%;
    max-height: 385px;
}

#ouractvities {
    padding-bottom: 50px;
    background: #ddd
}

#ouractvities h3 {
    text-transform: uppercase;
    font-weight: 700;
    color: #0000FF;
    background: #fff;
    padding: 10px;
}

.content-top {
    background: #000;
}

.service-title {
    border-bottom: 5px solid #ddd;
    background: #fff;
}


/*-------------------------------------------
07.   Sidebar Section
----------------------------------------------------*/

#contact-buttons-bar {
    position: fixed;
    top: 150px;
    left: -50px;
    width: 50px;
}

#contact-buttons-bar.slide-on-scroll {
    position: absolute;
    z-index: 999;
}

.contact-button-link {
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    margin-bottom: 1px;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    background: limegreen;
    color: #fff;
    position: relative;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    transition: all 250ms;
}

.contact-button-link:hover,
.contact-button-link:focus,
.contact-button-link:active {
    color: #fff;
    padding-left: 20px;
    width: 70px;
}

.contact-button-link.cb-hidden {
    left: -50px;
}

.contact-button-link.facebook {
    background: #0000FF;
}

.contact-button-link.youtube {
    background: purple;
}

.contact-button-link.gplus {
    background: palevioletred;
}

a.contact-button-link.cb-ancor.email {
    background-color: tomato;
}

.show-hide-contact-bar,
.contact-button-link.show-hide-contact-bar:focus,
.contact-button-link.show-hide-contact-bar:active {
    background: transparent;
    color: #000;
    border: 0;
    outline: 0;
    padding: 0;
    width: 50px;
}

.contact-button-link.show-hide-contact-bar:hover {
    color: #FF0000;
    background: #ccc;
    padding: 0;
    width: 50px;
}


/*-------------------------------------------
08.     Contact-Form Custom Style
----------------------------------------------------*/

#contact-us {
    margin-top: 20px;
    margin-bottom: 50px;
}

.contact-top {
    border-bottom: 2px solid #fff;
    padding: 50px 0px 50px 0px;
    background: #000
}

.contact-top h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    text-align: center;
    padding-bottom: 10px;
}

#contact-form {
    background-color: #F5F5F5;
    padding-top: 50px;
    padding-bottom: 50px;
}

.form-control {
    padding: 10px;
    margin: 15px 0;
    border: 1px solid #ddd;
}

.text-area textarea {
    height: 80px;
}

.btn-default {
    border-color: #fff
}

.text-area button {
    margin-top: 5px;
    margin-left: 0px;
    padding: 5px 50px 5px 50px;
    color: #000;
    border-radius: 0;
    border: 1px solid #87D37C;
}

.text-area button:hover {
    color: #fff;
    background-color: #87D37C;
    border-color: #87D37C;
}


/*-------------------------------------------
09.   Google Map Custom Style
----------------------------------------------------*/

#gmap_canvas {
    height: 350px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 10px 10px;
    background: #000;
}

#gmap_canvas img {
    max-width: none!important;
    background: none!important
}


/*-----------------------------------------------
10.    Contact Page Custom Style
----------------------------------------------------*/

address h4 {
    font-family: serif;
    font-size: 24px;
    font-weight: 900;
    color: #000;
    padding: 10px;
    font-variant: small-caps;
    background: white;
    border-radius: 5px;
}

.address {
    height: 350px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: black;
    margin-bottom: 10px;
}

.address img {
    width: 100%;
}

.address p {
    line-height: 25px;
    color: #fff;
    background: black;
    margin: 0;
    padding-top: 10px;
}

.con-form {
    height: 350px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #000;
    margin-bottom: 10px;
}

.footer-bottom {
    background: #0000FF;
    padding-top: 10px;
    margin-top: 5px;
}

.footer-bottom p {
    color: #fff;
    font-weight: 300;
    margin-left: 15px;
    margin-right: 15px;
}

.footer-bottom p span a {
    color: #fff;
    font-style: italic;
    text-decoration: underline;
}


/*-----------------------------------------------------------------------------------
11.   portfolio Section Custom Style
-----------------------------------------------------------------------------------*/

.container-top {
    padding-bottom: 15px;
}

.container-top p {
    line-height: 22px;
    text-align: justify;
    margin: 0 auto;
    padding: 10px 0px 45px 0px;
    color: #fff;
}

.act-container-top p {
    line-height: 22px;
    text-align: justify;
    margin: 0 auto;
    padding: 0px 0px 30px 0px;
}

.container-top h2 {
    color: #0190FF;
    font-size: 26px;
    font-weight: 900;
    padding-top: 50px;
}

.act-container-top h2 {
    color: #0190FF;
    font-size: 26px;
    font-weight: 900;
}

.developer-text {
    color: #fff;
    font-size: 16px;
    background: black;
}

.developer-text p {
    color: #000;
    background: #fff;
    font-variant: small-caps;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
}

.developer-text a {
    color: #000;
}

.headline h4 {
    text-transform: uppercase;
    color: black;
    font-weight: 600;
    background: #fff;
    padding: 10px;
    font-size: 14px;
}


/*-----------------------------------------------------------------------------------
12.   Client Custom Style
-----------------------------------------------------------------------------------*/

#our_client {
    background-color: rgba(0, 0, 0, 0.1);
}

.client h2 {
    text-align: left;
}

.client_nav ul {
    list-style-type: none;
}

.client_nav li {
    width: 100%;
    height: auto;
    position: relative;
    border: 2px solid #ddd;
}

.client_nav li:not(:last-child) {
    border-right: 1px solid #ddd;
}

.client_nav a {
    text-decoration: none;
    text-align: center;
    line-height: 60px;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    background: #000;
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
    z-index: 1;
}

.client_nav a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    left: 100%;
    top: 100%;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    z-index: -1;
}

.client_nav a:hover:before {
    left: 0;
    top: 0;
}

.client_nav a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    right: 100%;
    bottom: 100%;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    z-index: -1;
}

.client_nav a:hover:after {
    right: 0;
    bottom: 0;
}

.client_nav li:hover a {
    color: #000;
}

.client-bottom {
    height: 60px;
    background: #000
}


/*-----------------------------------------------------------------------------------
13.   About Custom Style
-----------------------------------------------------------------------------------*/


.about_paragraph p {
    color: #000;
    text-align: justify;
    font-variant: small-caps;
    font-family: cursive;
    font-size: 15px;
}

/*-----------------------------------------------------------------------------------
13.   Gallery Custom Style
-----------------------------------------------------------------------------------*/


.single_pic img {
    width: 100%;
    height: auto;
}

.single_pic {
    margin-top: 20px;
}

/*-----------------------------------------------------------------------------------
13.   WOW Custom Style
-----------------------------------------------------------------------------------*/
.wow {
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: .5s;
    -webkit-animation-iteration-count: 1;
}