﻿/*Our Company and Expertise pages CSS*/

.certificates-small {
    min-height: 10em;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 0;
}

.well {
    min-height: 185px !important;
}

.Box {
    height: 501px !important;
    margin: 20px;
    padding: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 50%;
    color: #000;
    position: static;
    background-color: #000;
    text-shadow: 3px 3px 20px #fff;
    box-shadow: 1px 15px 30px #000;
    text-align: justify;
    -webkit-animation: Move 3s;
    -moz-animation: Move 3s;
    -ms-animation: Move 3s;
    -o-animation: Move 3s;
    animation: Move 3s;
    overflow: scroll;
}

@-webkit-keyframes Move {
    from {
        background-position: 100% 0%;
    }

    to {
        background-position: 100% 50%;
    }
}

@-moz-keyframes Move {
    from {
        background-position: 100% 0%;
    }

    to {
        background-position: 100% 50%;
    }
}

@-ms-keyframes Move {
    from {
        background-position: 100% 0%;
    }

    to {
        background-position: 100% 50%;
    }
}

@-o-keyframes Move {
    from;

{
    background-position: 100% 0%;
}

to {
    background-position: 100% 50%;
}

}

@keyframes Move {
    from {
        background-position: 100% 0%;
    }

    to {
        background-position: 100% 50%;
    }
}

.Box-Container {
    font-size: 11pt;
}

    .Box-Container ul li {
        font-variant: small-caps;
    }

.modal {
    width: 100%;
}

.nav1 {
    position: absolute;
    top: 150px;
    z-index: 9999;
    position: fixed;
    visibility: visible;
    margin-left: 2px;
    letter-spacing: 1pt;
    font-variant: small-caps;
    text-transform: none;
}




    .nav1 ul {
        margin: 0;
        padding: 0 0 15px 0;
        list-style: none;
        width: 150px;
        
        background: transparent url(../images/sprite_nav.png) no-repeat -480px 100%;
    }

        .nav1 ul li {
            margin: 0;
            padding: 0;
            font-family: "dax-reg",Arial,sans-serif;
            background: transparent url(../images/sprite_nav.png) repeat-y 0 0;
        }

    .nav1 a {
        display: block;
        text-decoration: none;
        color: #fff;
        padding: .5em 18px .5em 25px;
        transition: none;
        -webkit-transition: none;
        font-size: 0.85em;
    }

        .nav1 a:hover {
            background: transparent url(../images/sprite_nav.png) repeat-y -320px 0;
        }

#navigation {
    width: 250px;
}

#navigation,
#content {
    float: left;
    margin: 10px;
}

.collapsible,
.page_collapsible {
    margin: 0;
    padding: 10px;
    background: #cccccc;
    text-decoration: none;
    color: #2b2c2d;
    float: right;
    margin-right: 20px;
    cursor: pointer;
}

.collapse-open {
    background: #000;
    color: #fff;
}

    .collapse-open span {
        display: block;
        float: right;
        padding: 10px;
    }

    .collapse-open span {
        background: url(../images/minus.png) center center no-repeat;
    }

.collapse-close span {
    display: block;
    float: right;
    background: url(../images/plus.png) center center no-repeat;
    padding: 10px;
}

code {
    overflow: auto;
}

.thumbnail {
    display: block;
    padding: 28%;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: transparent;
    border: none;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.content {
    color: #000;
    margin: 20px;
    padding: 15px 50px 15px 17%;
    text-align: justify;
    background: #fff;
    position: static;
    margin-bottom: -20px;
    box-shadow: 1px 15px 30px #000;
}

.transbox {
    height: auto !important;
    padding: 20px;
    background-color: #ffffff;
    filter: alpha(opacity=60);
    color: #000;
    text-align: justify;
    font-size: 1em;
    font-weight: inherit;
}
    .transbox hr {
        margin-top: 0px;
        width: 100%;
        border-top: 1px solid black!important;
    }

@media (max-width:771px) {
    .Box-Container .content {
        font-size: 13px;
        padding: 15px 15px 15px 15px;
    }

        .Box-Container .content h3 {
            font-size: 15px;
        }

    .Box {
        padding: 40px 10px 10px 10px;
        height: 415px !important;
    }

    .transbox h3 {
        font-size: 15px;
    }

    .transbox {
        font-size: 13px;
        padding: 10px;
    }

    .certificates-small {
        min-height: 4em;
        display: block;
        -webkit-margin-before: 1em;
        -webkit-margin-after: 1em;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
        margin: 0;
    }
}

@media (max-width:478px) {
    .Box-Container .content {
        font-size: 10px;
        padding: 15px 15px 15px 15px;
    }

        .Box-Container .content h3 {
            font-size: 10px;
        }

    .Box {
        padding: 45px 10px 10px 10px;
        height: 415px;
    }

    .transbox h3 {
        font-size: 12px;
    }

    .transbox {
        font-size: 10px;
        padding: 10px;
    }

    .certificates-small {
        min-height: 4em;
        display: block;
        -webkit-margin-before: 1em;
        -webkit-margin-after: 1em;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
        margin: 0;
    }
}


/*Our Company and Expertise pages CSS*/







/*Default Page CSS*/
.wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

.backstretchSmall {
    background-repeat: no-repeat;
    background-size: 100%;
    color: #000;
    position: static;
    background-color: #000;
    background-position: 100% 50%;
    -webkit-animation: Move 1s;
    -moz-animation: Move 1s;
    -ms-animation: Move 1s;
    -o-animation: Move 1s;
    animation: Move 1s;
}


.carousel .item {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}


    .carousel .item img {
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -ms-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
    }

.carousel .active.left {
    left: 0;
    opacity: 0;
    z-index: 2;
}

.carousel .next img {
    left: 0;
    opacity: 1;
    z-index: 1;
}

.carousel img {
    width: 100%;
    top: 0;
    height: auto;
}

.carousel-caption-Top-to-Bottom {
    position: absolute;
    top: 10%;
    max-width: 35%;
    min-height: auto;
    bottom: auto;
    padding: 1%;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    -webkit-animation: TOP-ANIME 1s;
    -moz-animation: TOP-ANIME 1s;
    -ms-animation: TOP-ANIME 1s;
    -o-animation: TOP-ANIME 1s;
    animation: TOP-ANIME 1s;
}

.carousel-caption-Left-to-Right {
    position: absolute;
    left: 10%;
    top: 10%;
    max-width: 35%;
    min-height: auto;
    opacity: 0.8;
    bottom: auto;
    padding: 1%;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: gray;
    -webkit-animation: Left-ANIME 1s;
    -moz-animation: Left-ANIME 1s;
    -ms-animation: Left-ANIME 1s;
    -o-animation: Left-ANIME 1s;
    animation: Left-ANIME 1s;
}

.carousel-caption-Bottom-to-Top {
    position: absolute;
    left: 60%;
    top: 10%;
    max-width: 35%;
    min-height: auto;
    opacity: 0.8;
    bottom: auto;
    padding: 1%;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: gray;
    -webkit-animation: BOTTOM-ANIME 1s;
    -moz-animation: BOTTOM-ANIME 1s;
    -ms-animation: BOTTOM-ANIME 1s;
    -o-animation: BOTTOM-ANIME 1s;
    animation: BOTTOM-ANIME 1s;
}



@-webkit-keyframes TOP-ANIME {
    from {
        top: 7%;
        opacity: 0;
    }

    to {
        top: 10%;
        opacity: 0.8;
    }
}

@-moz-keyframes TOP-ANIME {
    from {
        top: 7%;
        opacity: 0;
    }

    to {
        top: 10%;
        opacity: 0.8;
    }
}

@-ms-keyframes TOP-ANIME {
    from {
        top: 7%;
        opacity: 0;
    }

    to {
        top: 10%;
        opacity: 0.8;
    }
}

@-o-keyframes TOP-ANIME {
    from;

{
    top: 7%;
    opacity: 0;
}

to {
    top: 10%;
    opacity: 0.8;
}

}

@keyframes TOP-ANIME {
    from {
        top: 7%;
        opacity: 0;
    }

    to {
        top: 10%;
        opacity: 0.8;
    }
}



@-webkit-keyframes LEFT-ANIME {
    from {
        left: 5%;
        opacity: 0;
    }

    to {
        left: 10%;
        opacity: 0.8;
    }
}

@-moz-keyframes LEFT-ANIME {
    from {
        left: 5%;
        opacity: 0;
    }

    to {
        left: 10%;
        opacity: 0.8;
    }
}

@-ms-keyframes LEFT-ANIME {
    from {
        left: 5%;
        opacity: 0;
    }

    to {
        left: 10%;
        opacity: 0.8;
    }
}

@-o-keyframes LEFT-ANIME {
    from;

{
    left: 5%;
    opacity: 0;
}

to {
    left: 10%;
    opacity: 0.8;
}

}

@keyframes LEFT-ANIME {
    from {
        left: 5%;
        opacity: 0;
    }

    to {
        left: 10%;
        opacity: 0.8;
    }
}



@-webkit-keyframes BOTTOM-ANIME {
    from {
        top: 12%;
        opacity: 0;
    }

    to {
        top: 10%;
        opacity: 0.8;
    }
}

@-moz-keyframes BOTTOM-ANIME {
    from {
        top: 12%;
        opacity: 0;
    }

    to {
        top: 10%;
        opacity: 0.8;
    }
}

@-ms-keyframes BOTTOM-ANIME {
    from {
        top: 12%;
        opacity: 0;
    }

    to {
        top:10%;
        opacity: 0.8;
    }
}

@-o-keyframes BOTTOM-ANIME {
    from;

{
    top: 12%;
    opacity: 0;
}

to {
    top: 10%;
    opacity: 0.8;
}

}

@keyframes BOTTOM-ANIME {
    from {
        top: 12%;
        opacity: 0;
    }

    to {
        top: 10%;
        opacity: 0.8;
    }
}

hr {
    margin: 0px !important;
    border-top: 1px solid black !important;
    width: 100%;
}

.imgWrap {
    position: relative;
}

    .imgWrap:hover .content1 {
        -webkit-transition: opacity 0.6s linear; /* Saf3.2+, Chrome */
        -moz-transition: opacity 0.6s linear; /* FF4+ */
        -ms-transition: opacity 0.6s linear; /* IE10 */
        -o-transition: opacity 0.6s linear; /* Opera 10.5+ */
        transition: opacity 0.6s linear;
        visibility: visible;
        opacity: 1;
    }

.content1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(29, 106, 154, 0.72);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    height: 100%;
    text-align: center;
}

@media (min-width:769px) {
    .carousel-caption-Top-to-Bottom {
	position: absolute;
        margin-left: 5%;
	max-width: 35%;
	min-height: auto;
	opacity: 0.8;
	bottom: auto;
	padding: 1%;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
        -webkit-animation: TOP-ANIME 2s;
	-moz-animation: TOP-ANIME 2s;
	-ms-animation: TOP-ANIME 2s;
	-o-animation: TOP-ANIME 2s;
	animation: TOP-ANIME 2s;
	
    }


    .carousel-caption-Left-to-Right {
        position: absolute;
        left: 10%;
        top: 10%;
        max-width: 35%;
        min-height: auto;
        opacity: 0.8;
        bottom: auto;
        padding: 1%;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0,0,0,.6);
        background-color: gray;
        -webkit-animation: Left-ANIME 1s;
        -moz-animation: Left-ANIME 1s;
        -ms-animation: Left-ANIME 1s;
        -o-animation: Left-ANIME 1s;
        animation: Left-ANIME 1s;
    }

    .carousel-caption-Bottom-to-Top {
        position: absolute;
        left: 60%;
        top: 10%;
        max-width: 35%;
        min-height: auto;
        opacity: 0.8;
        bottom: auto;
        padding: 1%;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0,0,0,.6);
        background-color: gray;
        -webkit-animation: BOTTOM-ANIME 1s;
        -moz-animation: BOTTOM-ANIME 1s;
        -ms-animation: BOTTOM-ANIME 1s;
        -o-animation: BOTTOM-ANIME 1s;
        animation: BOTTOM-ANIME 1s;
    }
}

@media (max-width:768px) {
     
    .carousel-caption-Top-to-Bottom {
        margin-left: 5%;
        max-width: 60%;
        font-size: 1.5em;
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        -o-animation: none;
        animation: none;
    }


    .carousel-caption-Left-to-Right {
        position: relative;
        left: 0;
        top: 10%;
        max-width: 100%;
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        -o-animation: none;
        animation: none;
    }

    .carousel-caption-Bottom-to-Top {
        position: relative;
        left: 0;
        top: 0;
        max-width: 100%;
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        -o-animation: none;
        animation: none;
    }
}

@media only screen and (max-device-width: 461px) and (min-device-width: 385px) {

div#myCarousel {
    margin-top: 155px;
}





}



/*Default Page CSS*/
