/*==================
CUSTOM FONT
====================*/
@font-face {
    font-family: 'ITC Avant Garde Gothic Std';
    src: url('../font/hinted-ITCAvantGardeStd-DemiObl.woff2') format('woff2'),
        url('../font/hinted-ITCAvantGardeStd-DemiObl.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic Std Book';
    src: url('../font/hinted-ITCAvantGardeStd-Bk.woff2') format('woff2'),
        url('../font/hinted-ITCAvantGardeStd-Bk.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic Std Demi';
    src: url('../font/hinted-ITCAvantGardeStd-Demi.woff2') format('woff2'),
        url('../font/hinted-ITCAvantGardeStd-Demi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic Std';
    src: url('../font/hinted-ITCAvantGardeStd-MdObl.woff2') format('woff2'),
        url('../font/hinted-ITCAvantGardeStd-MdObl.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic Std';
    src: url('font/hinted-ITCAvantGardeStd-BkObl.woff2') format('woff2'),
        url('font/hinted-ITCAvantGardeStd-BkObl.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic Std';
    src: url('font/hinted-ITCAvantGardeStd-Md.woff2') format('woff2'),
        url('font/hinted-ITCAvantGardeStd-Md.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

html,
body {
    font-family: 'ITC Avant Garde Gothic Std Book' !important;
    overflow-x: hidden;
}

body {
    background: url(../img/landingpage_left_bg_effect.png) no-repeat;
    background-size: 200px;
    background-position: left top;
}

section {
    margin: 100px 0;
}

section h2 {
    font-size: 50px;
}

header {
    margin-top: 100px
}

.carousel-item .slider-caption h1 {
    font-family: 'ITC Avant Garde Gothic Std Demi';
    color: #00b1e3;
}

.carousel-item .slider-caption p {
    color: #989898;
}

h1 span {
    color: #333333;
}


.icon {
    float: left;
    margin: 5px;
}

.phone {
    visibility: center;
    margin: 10px;
    overflow: hidden;
    /* This is important */
}

.email {
    visibility: center;
    margin: 10px;
    overflow: hidden;
    /* This is important */
}

.slider-caption span1 {
    background-color: blue;
    color: #fff;
    font-size: 30px;
    line-height: 1px;
}


.team-detail {
    border-radius: 10px;
}


.no-number img {
    position: absolute;
    bottom: -10px;
    opacity: 0.2;
    width: 220px
}

.gallery-cell.is-selected .card {
    color: #fff;
    background: rgb(34, 169, 238);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(34, 169, 238, 1) 1%, rgba(3, 47, 151, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(34, 169, 238, 1) 1%, rgba(3, 47, 151, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(34, 169, 238, 1) 1%, rgba(3, 47, 151, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#22a9ee', endColorstr='#032f97', GradientType=1);
    /* IE6-9 */
}

.no-number.is-selected img {
    right: 5px;
    bottom: 25px;
    width: 60%;
    position: absolute;
    opacity: 0.2;

}

.card {
    height: 500px;
    border-radius: 15px;
    padding: 20px;
}

.gallery-cell {
    height: 500px;
}


/*================
NAVIGATION
================*/


#mainNav {
    border-color: rgba(34, 34, 34, 0.05);
    background-color: white;
    -webkit-transition: all .35s;
    transition: all .35s;
    font-weight: 200;
    letter-spacing: 1px;
}

#mainNav .navbar-toggler {
    font-size: 12px;
    padding: 8px 10px;
    color: #222222;
}


#mainNav .navbar-nav>li>a,
#mainNav .navbar-nav>li>a:focus {
    color: #333333
}

#mainNav .navbar-nav>li>a,
#mainNav .navbar-nav>li>a:focus {
    color: #333333 !important;
}

#mainNav .navbar-nav>li>a.active {
    border-bottom: 5px solid #00b1e3;
    color: #00b1e3 !important;
}




.carousel-indicators {
    right: 700px;
    bottom: 50px;
}

.landing-img {
    width: 100%;
}

.carousel-indicators-numbers li {
    text-indent: 0;
    margin: 0 20px;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 100%;
    line-height: 30px;
    color: #00b1e3;
    background: transparent;
    transition: all 0.25s ease;
}

.carousel-indicators-numbers .active {
    font-weight: bolder;
    color: #00b1e3;
    transform: scale(2.2);
    margin: 0 10px;

}



/*=========================
SECTION FOOTER
=========================*/


footer {
    padding: 25px 0;
    background: #0d1043 !important;
}

footer p {
    font-size: 12px;
    margin: 0;
}

footer ul {
    margin-bottom: 0;
    list-style-type: none;
}

footer ul li a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
}

footer .text {
    color: #fff;
    padding: 5px
}

footer .lf {
    text-align: left;
}

footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active,
footer ul li a.active {
    text-decoration: none;
}

.footer-small {
    background-color: #06092c;
    color: #fff;
}


/*===============
SECTION ABOUT
===============*/
.about-img {
    position: relative;
    margin: 0;
    padding: 0;
}

.about-title {
    position: absolute;
    width: 200px;
    height: 200px;
    background: #00b1e3;
    border-radius: 50%;
    right: 50px;
}

.about-title h1 {
    position: relative;
    line-height: 200px;
    text-align: center;
    color: #f8f9ff;
    text-transform: capitalize;
}

.about-title:after {
    position: absolute;
    display: block;
    content: '';
    width: 20%;
    left: 15px;
    top: 120px;
    border: 2px solid #f8f9ff;
    border-radius: 10px;
}

.about-caption {
    margin-top: 100px;
}

.about-caption h1 {
    font-family: 'ITC Avant Garde Gothic Std Demi';
    font-size: 25px;
    color: #333333;
}

#career {
    margin-bottom: 20px;
}

.career-container {
    padding: 3rem 0;
    background-color: #F8F9FF;
}

.career-header {
    /* margin: 5rem auto; */
    text-align: center;
}
.career-caption {
    margin-top: 25px;
}

.career-caption h1 {
    font-family: 'ITC Avant Garde Gothic Std Demi';
    font-size: 1.2rem;
    color: #333333;
}

.career-caption p {
    font-size: .8rem;
    color: #989898;
}

.job-container {
    padding: 1rem;
}

.job-container .job-card {
    cursor: pointer;
    padding: 1rem;
    padding-left: 2rem;
    border: 2px solid #EBECEC;
    /* box-shadow: 1px 1px 1px 1px #EBECEC; */
    margin: 1rem 0;
    border-radius: 5px;
    position: relative;
    text-decoration: none;
    color: black;
}

.job-container .job-card:hover {
    background: #F8F9FF;
}

.job-container .job-card.active::after{
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-left: 1rem solid #00B1E3;
}

.job-description {
    border-radius: 5px;
    padding: 2rem;
    border: 2px solid #EBECEC;
    /* box-shadow: 2px 2px 1px 1px #EBECEC; */
    margin: 1rem 0;
    position: relative;
    display: none;
}

.job-description.active {
    display: block;
}

.job-description .job-title {
    font-weight: bolder;
    margin-bottom: 1rem;
}
.job-description p {
    color: black;
    margin: 1rem 0;
    font-weight: bold;
}

.job-description ul {
    padding-bottom: 1rem;
}

.job-description li {
    font-size: .85rem;
    color: #757779;
}

.job-description .job-apply {
    border-radius: 2rem;
    padding: .5rem 6rem;
    color: white;
    background: #00B1E3;
    font-weight: bolder;
    cursor: pointer;
    margin-left: 2rem;
    text-decoration: none;
}

#about .bg {
    background-color: #f8f9ff;
}

/*================
SECTION TEAM
=================*/


.popover-body {
    color: #fff;
    background: rgb(41, 162, 217);
    background: -moz-linear-gradient(left, rgba(41, 162, 217, 1) 0%, rgba(131, 62, 169, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(41, 162, 217, 1) 0%, rgba(131, 62, 169, 1) 100%);
    background: linear-gradient(to right, rgba(41, 162, 217, 1) 0%, rgba(131, 62, 169, 1) 100%);
}


section#team.secteam {
    background: url(../img/effect_left.png) left top no-repeat, url(../img/team_background.png) no-repeat;
    /*    background-position: 75% 25%;*/
}

section#team h1 {
    text-align: center;
}

section#team .designation .name {
    text-transform: capitalize;
    color: #333333;
}

section#team small {
    color: #00b1e3
}

#team .row {
    margin-top: 100px;
}

#team .designation {
    text-align: center;
}


.btn-wlink {
    background: #b5e1ea;
    color: #989898 !important;
    font-size: 10px;
    letter-spacing: 1px;
}

.info {
    /* position: relative; */
    color: #fff;
    padding: 30px;
    background: #00b1e3;
    border-radius: 10px;

}

.info p {
    font-size: 12px;
    color: #fff;
}


.btn-submit {
    font-size: 10px;
    width: 130px;
    height: 40px;
    color: #ffffff;
    background: #00b1e3;
}

.headline,
.product-title {
    line-height: 1.5em;
    font-size: 20px;
    position: relative;
    margin-bottom: 10px;
}


.headline:before {
    content: ' ';
    position: absolute;
    top: 100%;
    right: 50%;
    width: 20px;
    border: 2px solid #00b1e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    transform: translateX(-50%);
}

section#products .card {
    background-color: transparent;
    border: hidden;
     !important;
}

section#products .card p {
    font-size: 12px;
}

section#products .product-title:before {
    content: ' ';
    top: 100%;
    position: absolute;
    left: 1%;
    width: 20px;
    border: 2px solid #00b1e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    transform: translateX(-50%);

}

/*#product .container{
    position: relative;
}
*/
/*#products .product-wrapper{
    overflow-y: hidden;
    background-color: #f8f9ff;
    width: 120%;
    height: 368px;
    position: absolute;
    margin-top: 100px;
   }

*/

#advisor {
    background: url(../img/effect_right.png) no-repeat top right;
    text-transform: capitalize;
}

#advisor small {
    color: #00b1e3;
}

/*====================
CONTACT
=====================*/
#contact.gps {
    background: url(../img/contactus_map.png) no-repeat;
    background-size: 100%;
}

#contact .btn {
    border-radius: 50px;
}

#contact .row {
    padding-top: 100px;
}

.contact-wrapper {
    margin-left: 20px;
    margin-top: -35px;
    width: 721px;
    height: 370px;
    background-color: #fff;
    position: absolute;
    box-shadow: 1px 1px 20px #888888;
    border-radius: 10px;
}

input[type=text] {
    border-radius: 50px;
}

input[type="email"] {
    border-radius: 50px;
}

.form-group textarea {
    border-radius: 15px;
}


.frame {
    padding: 0;
    border: 1px dotted gray;
}

.frame .slidee {

    margin: 0 auto;
    padding: 0;
    height: 100%;
    list-style: none;
}

.frame .slidee li {
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
    width: 240px;
    height: 100%;
}

.scrollbar {
    /*width: 640px;*/
    height: 5px;
}

.scrollbar .handle {
    width: 100px;
    /* overriden if dynamicHandle: 1 */
    height: 100%;
    background-color: blue;
}

@media (min-width: 768px) and (max-width: 1200px) {
    /*    .carousel-indicators {
        left: 33%;
        bottom: -80px;
    }*/

    .carousel-inner {
        height: 580px;
    }

    /*.contact-wrapper{
        visibility: hidden;
    }*/

    #contact.gps {
        background: url(../img/contactus_map.png) no-repeat;
        background-size: cover;
        margin-bottom: 0;
        padding: 10px;
    }

}



/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {
    .carousel-indicators {
        left: 33%;

            {
            bottom: -100px;
        }

        .m {
            margin-top: 50%;
        }


    }

    .partners {
        background-color: grey;
    }


    .flickity-page-dots .dot {
        background: #00b1e3 !important;
    }
}


/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .carousel-inner {
        /* background: url(../img/landingpage_left_bg_effect.png) no-repeat;
    background-size:170px;
    background-position: left top; */
        height: 600px;
    }

    .caption-center {
        margin-top: 30%;
    }
}

@media (max-width: 575px) {
    .about-img img {
        display: none !important;
    }

    .navbar-brand img {
        width: 50%
    }


    .contact-wrapper {
        display: none;
    }

    button.flickity-prev-next-button.previous {
        left: 150px;

    }

    button.flickity-prev-next-button.next {
        left: 200px;
    }

    .about-title {
        position: absolute;
        width: 100px;
        height: 100px;
        background: #00b1e3;
        border-radius: 50%;
        right: 50px;
    }

    .about-title h1 {
        font-size: 18px;
        position: relative;
        line-height: 103px;
        text-align: center;
        color: #f8f9ff;
        text-transform: capitalize;
    }

    .about-title:after {
        position: absolute;
        display: block;
        content: '';
        width: 20%;
        left: 15px;
        top: 60px;
        border: 2px solid #f8f9ff;
        border-radius: 10px;
    }

    .slider-image {
        display: none;
    }

    .carousel-inner {
        height: 400px
    }

    .carousel-indicators {
        left: 33%;
        bottom: -80px;
    }

    .about-caption h1 {
        font-size: 20px;
    }

    .m {
        margin-top: 50px;
    }

    .product-title {
        margin-bottom: 20px;
    }

    #contact.gps {
        background: url(../img/contactus_map.png) no-repeat;
        background-size: cover;
        margin-bottom: 0;
        padding: 10px;
    }

    #contact h4 {
        color: #fff;
    }
}