@import url('https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,600,700,800,900|Oswald:100,200,500,900|Muli:100,200,400,500,800,900|Dancing Script:400|Satisfy');
/*@import url(http://weloveiconfonts.com/api/?family=brandico);*/

body {
    background: #eee;
    /*background-color:azure;*/
    font-family: 'Muli', 'Open Sans', Oswald;
    font-size: small;
    font-weight: normal;
    overflow-x: hidden;
}

.custom-container {
    /*margin-top: 30px;*/
}

.header {
    background-color: white;
    padding: 20px;
}

.button-right {
    text-align: right;
}

/* NAVIGATION STYLES */
.navbar {
    -moz-box-shadow: rgba(0, 0, 0, 0.09) 0 2px 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.09) 0 2px 0;
    box-shadow: rgba(0, 0, 0, 0.09) 0 2px 0;
    border-radius: 0 !important;
    font-weight: 600;
    font-size: 15px;
    height: 80px !important;
}


    .navbar .navbar-brand {
        font-weight: bold;
        letter-spacing: -1px;
        font-size: 20px;
        color: #dd5638;
    }

.navbar-nav {
    margin-top: 15px;
}

.navbar-right {
    margin-right: 0;
}

.navbar-nav a:hover {
    border: 0;
    /*border-top: 1px solid #0095da;*/
    background-color: #00bfff !important;
}

.caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

/* slider styles */
.main-container {
    /*padding: 40px 15px;*/
    width: 100% !important;
    background-color: #0095da;
}

.oswald-font {
    font-weight: 800;
    font-family: Muli;
}


.skyblue {
    background-color: #22c8ff;
}

.sap-white {
    color: #ffffff;
}

.oracle-red {
    color: red;
}

.deepskyblue {
    background-color: #00bfff;
}

.darkerskyblue {
    background-color: #00a6dd;
}

.white {
    color: white;
}

.carousel-indicators {
    bottom: 0;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
}

.carousel .item {
    min-height: 350px !important;
    /*height: 100%;
    width: 100%;*/
}

.carousel-caption h2,
.carousel .icon-container,
.carousel-caption button {
    /*background-color: #09c;*/
    color: black;
}

.carousel-caption h2 {
    /*padding: .5em;*/
    font-weight: 900;
    font-size: 45px;
    text-align: right;
}

.carousel-caption h5 {
    /*background-color:#0095da;*/
    color: #014185;
    padding: 10px;
    text-align: right;
    font-size: 18px;
    margin-top: -20px;
}

.carousel .icon-container {
    display: inline-block;
    font-size: 25px;
    line-height: 25px;
    padding: 1em;
    text-align: center;
    border-radius: 50%;
}

/* Animation delays */
.carousel-caption h3:first-child {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

.carousel-caption h3:nth-child(2) {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
}

.carousel-caption button {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
    margin-top: 1em;
}

/* service styles  */
.box {
    background: #fff;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 1px solid #dadada;
    margin-top: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0 20px 20px 20px;
    min-height: 380px;
    height: 400px;
    font-family: 'Muli', 'Open Sans';
    font-weight: 400;
    margin: auto;
}

    .box:hover {
        border: 1px solid #00bfff;
    }

    .box span.box-title {
        color: #fff;
        font-size: 14px !important;
        font-weight: 900;
        text-transform: uppercase;
        text-align: left;
    }

    .box .box-content {
        padding: 16px;
        border-radius: 0 0 2px 2px;
        -moz-background-clip: padding-box;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: justify;
    }

        .box .box-content p {
            color: #515c66;
            text-transform: none;
        }

    .box .tag-title {
        font-family: 'Muli',Oswald;
        font-weight: 600;
        font-size: 20px;
    }

.box-content ul {
    margin: 0.75em 0;
    padding: 0 1em;
    list-style: none;
}

.box-content li {
    border-bottom: 1px dotted #d2d2d2;
    padding-bottom: 5px;
}

.box-content .no-border {
    border: 0px;
}

.box-content li:before {
    content: "";
    border-color: transparent #dd5638;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em;
    position: relative;
}

.main {
    position: relative;
    width: 220px;
    height: 220px;
    border-radius: 50%;
}

    .main .wrapper {
        width: 230px;
        height: 230px;
        border-width: 10px;
        border-style: solid;
        border-color: #22c8ff #f33 #f33 #22c8ff;
        border-radius: 50%;
        -moz-transition: all 0.8s ease-in-out 0s;
        -o-transition: all 0.8s ease-in-out 0s;
        -webkit-transition: all 0.8s ease-in-out 0s;
        transition: all 0.8s ease-in-out 0s;
        position: absolute;
        top: 0;
        left: 0;
    }

    .main img, .main .info {
        position: absolute;
        top: 10px;
        right: 0;
        bottom: 0;
        left: 10px;
        border-radius: 50%;
        width: 210px;
        height: 210px;
        -moz-transition: all 0.8s ease-in-out 0s;
        -o-transition: all 0.8s ease-in-out 0s;
        -webkit-transition: all 0.8s ease-in-out 0s;
        transition: all 0.8s ease-in-out 0s;
    }

    .main .info {
        text-align: center;
        padding: 10px;
        padding-top: 50px;
        background: #ccc;
        opacity: 0;
        -moz-transition: all 0.8s ease-in-out 0s;
        -o-transition: all 0.8s ease-in-out 0s;
        -webkit-transition: all 0.8s ease-in-out 0s;
        transition: all 0.8s ease-in-out 0s;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .main a:hover .wrapper {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -moz-transition: all 0.8s ease-in-out 0s;
        -o-transition: all 0.8s ease-in-out 0s;
        -webkit-transition: all 0.8s ease-in-out 0s;
        transition: all 0.8s ease-in-out 0s;
    }

    .main a:hover img {
        opacity: 0;
        -moz-transition: all 0.8s ease-in-out 0s;
        -o-transition: all 0.8s ease-in-out 0s;
        -webkit-transition: all 0.8s ease-in-out 0s;
        transition: all 0.8s ease-in-out 0s;
    }

    .main a:hover .info {
        opacity: 1;
        -moz-transition: all 0.8s ease-in-out 0s;
        -o-transition: all 0.8s ease-in-out 0s;
        -webkit-transition: all 0.8s ease-in-out 0s;
        transition: all 0.8s ease-in-out 0s;
    }

/* client-logo styles */
/* Slider */
.slide {
    /*/*height:100px!important;*/
    background-color: #efefef;
}

.slick-slide {
    margin: 0px 20px;
}

    .slick-slide img {
        width: 100%;
    }

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*client testimonial styles */
.testimonial-main {
    /*background: -webkit-linear-gradient(to left, #f99da6, #ffc371, #f99da6);
    background: linear-gradient(to left, #f99da6, #ffc371, #f99da6);*/
    background: -webkit-linear-gradient(to left, #ffc371, #ffc371, #ffc371);
    background: linear-gradient(to left, #fbe8aa, #ffc371, #fbe8aa);
    padding: 20px;
}

.testimonial {
    text-align: center;
    margin: 50px 10px 0;
    padding: 0 10% 1%;
    background: #fff;
}

    .testimonial .pic {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: 5px solid rgba(255,255,255,0.3);
        display: inline-block;
        margin-top: -50px;
        overflow: hidden;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    }

        .testimonial .pic img {
            width: 100%;
            height: auto;
        }

    .testimonial .description {
        font-size: 16px;
        font-style: italic;
        color: #808080;
        line-height: 30px;
        margin: 10px 0 20px;
    }

    .testimonial .testimonial-title {
        font-size: 14px;
        font-weight: bold;
        margin: 0;
        color: #333;
        text-transform: uppercase;
    }

    .testimonial .post {
        display: block;
        font-size: 13px;
        color: #777;
        margin-bottom: 15px;
        text-transform: capitalize;
    }

        .testimonial .post:before {
            content: "";
            width: 30px;
            display: block;
            margin: 10px auto;
            border: 1px solid #d3d3d3;
        }

    .testimonial .testimonial-rating {
        margin: 0 0 15px 0;
        padding: 0;
        list-style: none;
    }

        .testimonial .testimonial-rating li {
            color: #d3d3d3;
            display: inline-block;
        }

            .testimonial .testimonial-rating li.fa-star {
                color: #333;
            }

/*.owl-theme .owl-controls {
    margin-top: 30px;
}

    .owl-theme .owl-controls .owl-pagination {
        width: 80px;
        padding: 10px;
        margin: 0 auto;
        line-height: 13px;
        background: #fe7f8b;
    }

    .owl-theme .owl-controls .owl-page span {
        width: 12px;
        height: 12px;
        border-radius: 0;
        background: transparent;
        border: 1px solid yellow;
    }

    .owl-theme .owl-controls .owl-page.active span,
    .owl-theme .owl-controls.clickable .owl-page:hover span {
        border: 4px solid #fff;
    }*/

/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

    ul.social-network li {
        display: inline;
        margin: 0 5px;
    }


/* footer social icons */
.social-network a.icoRss:hover {
    background-color: #F56505;
}

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
    background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
    background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

    .social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
    .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
        color: #fff;
    }

a.socialIcon:hover, .socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
}

.social-circle li i {
    margin: 0;
    line-height: 50px;
    text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.footer {
    margin-top: 25px;
    background-color: #1e2222;
    height: 90px;
    padding-top: 25px;
    color: #95b9c4;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 3px;
}

/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #quote-carousel {
        margin-bottom: 0;
        padding: 0 40px 30px 40px;
    }

    .button-right {
        text-align: center;
    }
}


/* common styles */
.table tbody > tr > td.middle {
    vertical-align: middle;
}

.media {
    padding: 10px 0;
}

    .media img, .fileinput .thumbnail, .thumbnail img {
        border-radius: 50%;
    }

.media-left {
    padding: 0 20px;
}

.media-heading {
    color: #dd5638;
    margin-bottom: 10px;
}

.media-body {
    padding-top: 15px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.blue {
    color: deepskyblue;
}

a, a:hover {
    text-decoration: none;
}

/* hover effect on images */
.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

    .hovereffect .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        opacity: 0;
        background-color: rgba(0,0,0,0.5);
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out -o-transition:all .4s ease-in-out transition:all .4s ease-in-out;
    }

    .hovereffect img {
        display: block;
        position: relative;
        -webkit-transition: all .4s linear;
        -moz-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
    }

    .hovereffect h2 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 17px;
        background: rgba(0,0,0,0.6);
        -webkit-transform: translatey(-100px);
        -ms-transform: translatey(-100px);
        -moz-transform: translatey(-100px);
        -o-transform: translatey(-100px);
        transform: translatey(-100px);
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        padding: 10px;
    }

    .hovereffect a.info {
        text-decoration: none;
        display: inline-block;
        text-transform: uppercase;
        color: #fff;
        border: 1px solid #fff;
        background-color: transparent;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        margin: 50px 0 0;
        padding: 7px 14px;
    }

        .hovereffect a.info:hover {
            box-shadow: 0 0 5px #fff;
        }

    .hovereffect:hover img {
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    .hovereffect:hover .overlay {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .hovereffect:hover h2, .hovereffect:hover a.info {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-transform: translatey(0);
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }

    .hovereffect:hover a.info {
        -webkit-transition-delay: .2s;
        -moz-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s;
    }

/*back-to-top button*/
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

.footer-center {
    float: left;
    text-align: left !important;
}


/*Demo 1*/
ul#demo1 li a {
    transition: transform 0.2s linear;
}

ul#demo1 li:hover a {
    transform: translateY(-10px);
}

/* all media queries goes here */
@media(max-width:460px) {
    .carousel-caption h2 {
        font-size: x-large;
        text-align: center;
    }

    .carousel-caption h5 {
        font-size: small;
        text-align: center;
    }

    .carousel-caption button {
        -webkit-animation-delay: 3s;
        -moz-animation-delay: 3s;
        -o-animation-delay: 3s;
        animation-delay: 3s;
        margin-top: 1em;
        font-size: small;
        -ms-align-content: center;
        -webkit-align-content: center;
        align-content: center;
    }

    .main-container {
        background-color: #22c8ff;
    }

    .collapsing, .in {
        background-color: #f7f7f7;
        opacity: .95;
    }

        .collapsing ul li a, .in ul li a {
            color: #555 !important;
        }

            .collapsing ul li a:hover, .in ul li a:hover {
                color: #f1f1f1 !important;
            }

    .img-mobile {
        background-size: cover;
        height: 395px !important;
        left: 0;
        position: absolute;
        top: 0;
        background-position: 0;
    }
}

@media screen and (max-width: 768px) {
    .side-collapse-container {
        width: 100%;
        position: relative;
        left: 0;
        transition: left .4s;
    }

        .side-collapse-container.out {
            left: 200px;
        }

    .side-collapse {
        top: 50px;
        bottom: 0;
        left: 0;
        width: 200px;
        position: fixed;
        overflow: hidden;
        transition: width .4s;
    }

        .side-collapse.in {
            width: 0;
        }

    .img-mobile {
        background-size: cover;
        width: 300%;
        height: 395px !important;
        left: 0;
        position: absolute;
        top: 0;
        background-position: 0;
    }

    .button-right {
        text-align: center;
    }

    .carousel-caption h2, .carousel-caption h5, .carousel-caption a > span {
        text-align: center !important;
    }

    /*.carousel-caption {
        background-color: #ddd !important;
        opacity: 0.8 !important;
        display: block !important;
        width: 100% !important;
        padding: 20px !important;
        margin: 0 auto !important;
        left: 0 !important;
        padding-bottom: 30px !important;
        text-align: center !important;
        overflow: hidden !important;
        font-size: small !important;
    }*/
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .mobile-center {
        text-align: center;
    }

    .img-mobile {
        width: 500%;
        overflow: hidden;
    }

    .footer-center {
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .footer {
        margin-top: 25px;
        background-color: #1e2222;
        height: 150px;
        padding-top: 25px;
        color: #95b9c4;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: 3px;
    }
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    /* Styles */
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
}

/* Smartphones (landscape) */
@media only screen and (min-width:640px) {
    .footer-center {
        margin: 0 auto;
        text-align: center;
    }

    .footer{
        margin-top: 25px;
        background-color: #1e2222;
        height: 160px;
        padding-top: 25px;
        color: #95b9c4;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: 3px;
    }
}

/* careers style page */
.loadingPic
{
    margin: auto;
    background: url(../../img/loadingIcon.gif) no-repeat 0 0;
    padding-left: 25px;
}


/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .mobile-center {
        text-align: left !important;
    }

    .img-mobile {
        width: 500%;
        overflow: hidden;
    }
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    /* Styles */
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    /* Styles */
}
/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
    .mobile-center {
        text-align: left !important;
    }
        .footer{
        margin-top: 25px;
        background-color: #1e2222;
        height: 100px;
        padding-top: 25px;
        color: #95b9c4;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: 3px;
    }
}
/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
    .mobile-center {
        text-align: left !important;
    }
}
/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
    /* Styles */
}
