﻿/*#LogoImg {
    position: fixed;
    width: 80px;
    margin-top: -9px;
}*/
/*@keyframes example {
    0% {
        background-color: red;
        left: 0px;
        top: 0px;
    }

    25% {
        background-color: yellow;
        left: 200px;
        top: 0px;
    }

    50% {
        background-color: blue;
        left: 200px;
        top: 200px;
    }

    75% {
        background-color: green;
        left: 0px;
        top: 200px;
    }

    100% {
        background-color: red;
        left: 0px;
        top: 0px;
    }
}*/
@keyframes SkrrrPapaPum {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }

    60% {
        transform: scale(1.3);
        opacity: 1;
    }

    100% {
        transform: scale(1);
    }
}
#LogoImg {
    position: fixed;
    width: 100px;
    margin-top: -12px;
    animation-name: SkrrrPapaPum;
    animation-duration: 4s;
}

.navbar-default {
    background: #192534 !important;
    height: 75px;
}

.overlay {
    /*background: #0c1014 !important;
    opacity: 0.5 !important;*/
}

#MyMenu {
    margin-top: 22px;
    background: #192534 !important;
}


.navbar-default .navbar-nav li a {
    color: white;
}

    .navbar-default .navbar-nav li a span:before {
        background-color: #2ebeb1 !important;
    }

.navbar-default .navbar-toggle .icon-bar {
    background-color: #2ebeb1 !important;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #192534;
}
/*.navbar-default .navbar-nav li.active a span:before {
    background-color: #2ebeb1 !important;
}*/
.navbar-default .navbar-nav > li a:hover {
    color: #2ebeb1 !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #2ebeb1 !important;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #2ebeb1 !important;
}

#projectUL li figure div {
    /*border-style: groove;*/
    /*border: 4px solid #ffffff;*/
    /*border-radius: 200px;*/
    /*border-width: 1px;*/
    /*border-color: #bbc0eb;*/
}

    #projectUL li figure div img {
        /*border-style:groove;*/
        /*border-radius: 200px;*/
        /*border-width: 1px;*/
        /*border-color: #bbc0eb;*/
    }

#projectUL li figure:hover {
    /*border-style: none;*/
    /*box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);*/
    /*border: 2px solid #2ebeb1;*/
    box-shadow: 5px 5px 13px 2px #122423;
}

.cs-style-4 figcaption {
    box-shadow: 5px 5px 13px 2px #122423;
    text-align: center;
}

#projectUL li figure figcaption h1 {
    /*font-size: 1.5vw;*/
    font-size: 22px;
    letter-spacing: 0px;
    margin-left: -8px;
}

.grid figcaption a {
    background: teal !important;
}
/*-------------------about----------------------*/
#about .about-img img {
    /*border: 8px solid #2ebeb1;*/
    /*box-shadow: 5px 4px 5px -1px rgba(84, 110, 122, 0.35); */
    /*box-shadow: 1px 0px 15px 2px rgba(84, 110, 122, 0.35);*/
    box-shadow: 1px 0px 15px 2px rgba(14, 33, 41, 0.88);
    bottom: -400px;
}

#about div div div div {
    /*box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);*/
    /*box-shadow: 1px 0px 15px 2px rgba(14, 33, 41, 0.88);*/
    box-shadow: 1px 0px 15px 2px rgba(107, 138, 151, 0.88);
    padding: 0px;
}

    #about div div div div h1 {
        /*color: #2ebeb1;*/
        /*color: #1fa599;*/
        color: teal;
        font-weight: 400;
        font-style: italic;
    }
/*------------------Partners---------------*/
#Partners {
    background: #f0f0f0;
}

    #Partners .item {
        width: 100%;
        display: block;
        margin-left: 20px;
    }

    #Partners .Partners-thumb {
        background: #ffffff;
        border-radius: 4px;
        padding: 100px;
        position: relative;
    }

    #Partners .Partners-img img {
        border: 8px solid #ffffff;
        position: absolute;
        left: -120px;
        bottom: -325px;
        padding: 12px;
    }

    #Partners .team-thumb {
        width: 100%;
        height: 400px;
        margin: 32px 0;
        text-align: center;
        /*background: #ffffff;*/
        background: #f0f0f0;
        /*background: #23374e !important;*/
        border-radius: 4px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        box-shadow: 1px 0px 12px 2px #122423;
    }

        #Partners .team-thumb .image-holder {
            position: relative;
            top: 40px;
            display: inline-block;
            margin-bottom: 40px;
            padding: 10px;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        #Partners .team-thumb .heading {
            font-weight: bold;
            position: relative;
            top: 5px;
            -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
            transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        }

.team-thumb h2 {
    color: teal !important;
}

#Partners .team-thumb:hover {
    background: #23374e !important;
}

    #Partners .team-thumb:hover h2 {
        color: #2ebeb1 !important;
    }

    #Partners .team-thumb:hover .image-holder {
        top: -40px;
        margin-bottom: 0px;
    }

    #Partners .team-thumb:hover .heading {
        top: -10px;
    }

#Partners .team-thumb .description {
    font-size: 18px;
    width: 80%;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

#Partners .team-thumb:hover .description {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#Partners .team-thumb:hover p.description {
    color: #ffffff;
}

.owl-carousel {
    margin-bottom: 35px !important;
}
/*------------Contant------------------*/
#contact input[type="submit"] {
    background: teal !important;
}

    #contact input[type="submit"]:hover {
        background: #192534 !important;
    }

.social-icon li a {
    color: teal;
    background: white !important;
}

    .social-icon li a:hover {
        color: white;
        background: #192534 !important;
    }

#contact .form-control:focus {
    border: 2px solid #2ebeb1;
}


#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

    #portfolio .portfolio-item .portfolio-link {
        position: relative;
        display: block;
        max-width: 400px;
        margin: 0 auto;
        cursor: pointer;
    }

        #portfolio .portfolio-item .portfolio-link .portfolio-hover {
            position: absolute;
            width: 100%;
            height: 100%;
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
            opacity: 0;
            background: rgba(254, 209, 54, 0.9);
        }

            #portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
                opacity: 1;
            }

            #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
                font-size: 20px;
                position: absolute;
                top: 50%;
                width: 100%;
                height: 20px;
                margin-top: -12px;
                text-align: center;
                color: white;
            }

                #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
                    margin-top: -12px;
                }

                #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
                #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
                    margin: 0;
                }

    #portfolio .portfolio-item .portfolio-caption {
        max-width: 400px;
        margin: 0 auto;
        padding: 25px;
        text-align: center;
        background-color: #fff;
    }

        #portfolio .portfolio-item .portfolio-caption h4 {
            margin: 0;
            text-transform: none;
        }

        #portfolio .portfolio-item .portfolio-caption p {
            font-size: 16px;
            font-style: italic;
            margin: 0;
            font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
        }

#portfolio * {
    z-index: 2;
}

@media (min-width: 767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}


.portfolio-modal {
    padding-right: 0px !important;
}

    .portfolio-modal .modal-dialog {
        margin: 1rem;
        max-width: 100vw;
    }

.modal-dialog {
    /*width: 98% !important;*/
    /*position:absolute !important;*/
    /*padding-right:20px;*/
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    text-align: center;
    background: #f1f1f1;
}

    .portfolio-modal .modal-content h2 {
        font-size: 3em;
        margin-bottom: 15px;
        color: teal !important;
        font-weight: 400 !important;
        font-family: initial;
        font-style: italic;
        /*box-shadow: 1px 2px 5px 2px #2b7c7c;*/
    }

    .portfolio-modal .modal-content p {
        margin-bottom: 30px;
    }

        .portfolio-modal .modal-content p.item-intro {
            font-size: 16px;
            font-style: italic;
            margin: 20px 0 30px;
            font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
        }

    .portfolio-modal .modal-content ul.list-inline {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .portfolio-modal .modal-content img {
        margin-bottom: 30px;
        /*box-shadow: 0px 0px 17px 3px #122423;*/
        box-shadow: 0px 0px 11px 1px #122423;
        width: 60vw;
        margin-top: 28px;
    }

    .portfolio-modal .modal-content button {
        cursor: pointer;
    }

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    cursor: pointer;
    background-color: transparent;
}

    .portfolio-modal .close-modal:hover {
        opacity: 0.3;
    }

    .portfolio-modal .close-modal .lr {
        /* Safari and Chrome */
        z-index: 1051;
        width: 1px;
        height: 75px;
        margin-left: 35px;
        /* IE 9 */
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background-color: #212529;
    }

        .portfolio-modal .close-modal .lr .rl {
            /* Safari and Chrome */
            z-index: 1052;
            width: 1px;
            height: 75px;
            /* IE 9 */
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            background-color: #212529;
        }

.portfolio-modal .modal-content p {
    margin-bottom: 20px;
    text-align: left;
}

#d1,
#d2,
#d3,
#d4,
#d5,
#d6,
#d7,
#d8,
#d9,
#d10,
#d11 {
    width: 100% !important;
}

#Partners .team-thumb {
    width: 90%;
    height: 300px;
}


.section-title h1 {
    color: teal;
    font-weight: 400;
    /*color: #2ebeb1;*/
}

.btn-primary {
    background-color: #086f6f;
}

    .btn-primary:hover {
        /*background-color: #1ccccc;*/
        /*color: #125656;*/
        background-color: #1c8686;
    }


.go-top {
    background: teal !important;
    color: white !important;
}
    .go-top:hover {
        background: #192534 !important;
        color: #2ebeb1 !important;
    }

#EmailDiv {
    width: 100%
}

#fff1{
    display:none;
}

#fff2 {
    display: block;
}




@media screen and (max-width: 768px) {
    /* place here CSS targeted at iPads and smaller, including iPhones and small hand-held devices */
    .social-icon {
        position: fixed;
        height: 60px;
        bottom: 0;
        width: 100%;
        background: #192534;
        left:0;
    }
        .social-icon li {
           
            margin-top: -2.5px;
        }

    .go-top {
        background: teal !important;
        color: white !important;
        right: 10px;
        bottom: 60px;
    }

        .go-top:hover {
            background: #192534 !important;
            color: #2ebeb1 !important;
        }
    #fff1 {
        display: block;
    }
    
    #fff2 {
        display: none;
    }

    .social-icon li a::selection {
        color: white;
        background: #192534 !important;
    }


    .social-icon li a:hover {
        color: teal;
        background: white !important;
    }


}

