﻿/*-- banner --*/
.banner {
    background: #1abc9c;  /*url(../images/banner.jpg) no-repeat 0px 0px;*/
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    /*min-height: 730px;*/
}

.banner1 {
    background: #1abc9c;   /*url(../images/banner.jpg) no-repeat 0px 0px;*/
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    /*min-height: 300px;*/
}
/*-- nav --*/
.navbar-default {
    background: none;
    border: none;
}

.navbar {
    margin-bottom: 0;
}

.navbar-collapse {
    padding: 0;
}

.navbar-right {
    margin-right: 0;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background: none;
}

.navbar-default .navbar-nav > li > a {
    font-weight: 500;
    letter-spacing: 1px;
}

.navbar-nav > li > a {
    margin: 0;
    padding: 0 1.5em;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #fff; /*#1abc9c;*/
}

.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    outline: none;
}

nav.navbar.navbar-default {
    background: none;
    padding: 1em 0 0 0;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background: none;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > .active.open > a:focus {
    background: #0a9dbd;
    color: #fff;
}

.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #fff;
}

.navbar-brand {
    height: 44px;
    padding: 0;
    font-size: 1.1em;
    text-transform: capitalize;
    letter-spacing: 3px;
    line-height: 35px;
    position: relative;
}
/*--
.navbar-brand:after{
	content: '';
    background: url(../images/1.png) no-repeat 0px 0px;
    width: 40px;
    height: 94px;
    position: absolute;
    right: 2%;
    top: 0%;
    transform: rotate(35deg);
	-webkit-transform: rotate(35deg);
	-moz-transform: rotate(35deg);
	-o-transform: rotate(35deg);
	-ms-transform: rotate(35deg); 
}--*/

.navbar-brand span {
    /*color: #00ffbe;
    letter-spacing: 15px;*/
}

.agile_short_dropdown {
    border-radius: 0;
    background: #ffffff;
    text-align: center;
    padding: 0;
    border: none;
}

    .agile_short_dropdown li a {
        text-transform: uppercase;
        color: #212121;
        font-size: 13px;
        /*padding: .8em 0;*/
        margin: .2em;
    }

    .agile_short_dropdown > li > a:hover {
        color: #fff;
        text-decoration: none;
        background-color:rgba(52, 152, 218, 0.8);
    }

.agile_short_dropdown_en {
    border-radius: 0;
    background: #ffffff;
    /*text-align: center;*/
    padding: 0;
    border: none;
}

    .agile_short_dropdown_en li a {
        color: #212121;
        font-size: 13px;
        font-weight:600;
        /*padding: .8em 0;*/
        margin: .2em;
    }

    .agile_short_dropdown_en > li > a:hover {
        color: #fff;
        text-decoration: none;
        background-color: rgba(52, 152, 218, 0.8);
    }
/*-- nav-effect --*/
.menu__list {
    position: relative;
    margin: 0.8em 0 0;
}

.menu__item {
    display: block;
    margin: 1em 0;
}

.menu__link {
    font-size: 1.05em;
    font-weight: bold;
    display: block;
    padding: 1em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* Iris */
.menu--iris .menu__item {
    margin: 0 0.5em;
}

.menu--iris .menu__link {
    position: relative;
    text-align: center;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

    .menu--iris .menu__link:hover,
    .menu--iris .menu__link:focus {
        color: #929292;
    }

.menu--iris .menu__item--current .menu__link, .menu__link:hover {
    color: #fff; /*#1abc9c;*/
}

.menu--iris .menu__link::before,
.menu--iris .menu__link::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    opacity: 0;
    border: 2px solid #fff; /*#1abc9c;*/
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
    transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
}

.menu--iris .menu__link::before {
    top: 0;
    left: 0;
    border-width: 2px 0 0 2px;
    -webkit-transform: translate3d(10px, 10px, 0);
    transform: translate3d(10px, 10px, 0);
}

.menu--iris .menu__link::after {
    right: 0;
    bottom: 0;
    border-width: 0 2px 2px 0;
    -webkit-transform: translate3d(-10px, -10px, 0);
    transform: translate3d(-10px, -10px, 0);
}

.menu--iris .menu__item--current .menu__link::before,
.menu--iris .menu__item--current .menu__link::after, .menu__link:hover::before, .menu__link:hover::after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/*-- //nav-effect --*/
.agileits-contact-info {
    float: left;
}

    .agileits-contact-info ul li {
        display: inline-block;
        font-size: 14px;
        color: #fff;
    }

        .agileits-contact-info ul li span {
            margin-right: 10px;
            color: #ffffff;  /*#1abc9c*/
        }

        .agileits-contact-info ul li:nth-child(2) {
            margin-left: 25px;
        }

        .agileits-contact-info ul li a {
            color: #fff;
            vertical-align: text-bottom;
        }

            .agileits-contact-info ul li a:hover {
                color: #fff;
            }

.w3_agileits_social_media {
    float: right;
}

    .w3_agileits_social_media ul li {
        display: inline-block;
        font-size: 14px;
        color: #fff;
    }

        .w3_agileits_social_media ul li span {
            margin-right: 10px;
            color: #ffffff; /*#1abc9c*/
        }

        .w3_agileits_social_media ul li a {
            color: #fff;
            vertical-align: text-bottom;
        }

.w3l_banner_info {
    width: 90%;
    margin: 11em auto 0;
    text-align: center;
}

.agile-header {
    padding: 10px 0 0 0;
    border-bottom: 1px solid #fff;
    line-height:1;
}

.wthree_banner_info_grid h4 {
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    text-decoration: line-through;
    letter-spacing: 2px;
}

.wthree_banner_info_grid h3 {
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    margin: 20px 0;
    letter-spacing: 2px;
}

.wthree_banner_info_grid h5 {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    text-decoration: line-through;
    letter-spacing: 2px;
}
/*-- //banner --*/

.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #fff !important;
}

.mycaret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.footer-line .scroll-up {
    margin-bottom: 15px;
    padding: 14px 20px;
    border-radius: 50%;
    background-color: rgba(128, 128, 128, 0.3);
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 55px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background-image: url(../Image/arrow.png);
}

.toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

.footer {
    margin-top: 10px;
}

/*-- w3layouts-slider --*/
.w3layouts-slider {
    padding: 8em 0;
}

/*--slider--*/
#slider2,
#slider3 {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    background: rgba(255,255,255,.1);
    color: #fff;
    font-weight: bold;
}

.events {
    list-style: none;
}

.callbacks_container {
    position: relative;
    float: left;
    width: 100%;
}

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .callbacks li {
        position: absolute;
        width: 100%;
    }

    .callbacks img {
        position: relative;
        z-index: 1;
        height: auto;
        border: 0;
    }

    .callbacks .caption {
        display: block;
        position: absolute;
        z-index: 2;
        font-size: 20px;
        text-shadow: none;
        color: #fff;
        left: 0;
        right: 0;
        padding: 10px 20px;
        margin: 0;
        max-width: none;
        top: 10%;
        text-align: center;
    }

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    bottom: 109px;
    left: 0;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width: 50px;
    height: 50px;
    background: transparent url(../images/arrows.png) no-repeat left top;
}

    .callbacks_nav.next {
        left: auto;
        background-position: right top;
        right: 0;
    }

    .callbacks_nav.prev {
        right: auto;
        background-position: left top;
        left: 0;
    }

#slider3-pager a {
    display: inline-block;
}

#slider3-pager span {
    float: left;
}

#slider3-pager span {
    width: 100px;
    height: 15px;
    background: #fff;
    display: inline-block;
    border-radius: 30em;
    opacity: 0.6;
}

#slider3-pager .rslides_here a {
    background: #FFF;
    border-radius: 30em;
    opacity: 1;
}

#slider3-pager a {
    padding: 0;
}

#slider3-pager li {
    display: inline-block;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

    .rslides li {
        -webkit-backface-visibility: hidden;
        position: absolute;
        display: none;
        width: 100%;
        left: 0;
        top: 0;
    }

    .rslides li {
        position: relative;
        display: block;
        float: left;
    }

    .rslides img {
        height: auto;
        border: 0;
    }

.callbacks_tabs {
    list-style: none;
    position: absolute;
    top: 120%;
    left: 48%;
    padding: 0;
    margin: 0;
    display: block;
    z-index: 999;
}

.slider-top span {
    font-weight: 600;
}

.callbacks_tabs li {
    display: inline-block;
    margin: 0;
}
/*----*/
.callbacks_tabs a {
    visibility: hidden;
}

    .callbacks_tabs a:after {
        content: "\f111";
        font-size: 0;
        font-family: FontAwesome;
        visibility: visible;
        display: block;
        height: 10px;
        width: 10px;
        display: inline-block;
        background: rgba(255, 255, 255, 0.14);
        border: 2px solid #ffffff;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
    }

.callbacks_here a:after {
    background: #fbd232;
    border: 2px solid #fbd232;
}
/*-- //slider --*/
.agileits-banner-left {
    text-align: center;
}

    .agileits-banner-left h3 {
        color: #FFFFFF;
        font-size: 5em;
        margin: 0;
        letter-spacing: 1px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .agileits-banner-left h4 {
        color: #FFFFFF;
        font-size: 1em;
        letter-spacing: 3px;
        text-transform: uppercase;
        margin: .5em 0 0 0;
    }

.agileinfo-banner-right {
    text-align: center;
}

    .agileinfo-banner-right h5 {
        color: #FFFFFF;
        font-size: 1em;
        margin: 0 0 1em 0;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 4px;
    }

    .agileinfo-banner-right p {
        color: #FFFFFF;
        font-size: .9em;
        line-height: 1.8em;
        margin: 0 auto;
        width: 75%;
    }

.banner-border {
    height: 1px;
    background: #FFFFFF;
    width: 14%;
    margin: 3em auto 2em;
}

.w3-button {
    margin: 0;
    padding: 1em;
    z-index: 1;
    text-align: center;
}

    .w3-button a {
        color: #FFFFFF;
        font-size: .9em;
        padding: .5em 1em;
        border: solid 1px #FFFFFF;
        text-decoration: none;
        margin: 0;
        background: none;
        text-transform: uppercase;
    }

        .w3-button a:hover {
            background: #fbd232;
            border: solid 1px #fbd232;
            color: #212121;
        }

        .w3-button a:focus {
            outline: none;
        }
/*-- //w3layouts-slider --*/

.footer-mytitle {
    font-size:18px;
    color:#1abc9c;
    font-weight:800;
    padding-bottom:20px;
}

.footer-mytitle a{
    font-size: 18px;
    color: #1abc9c;
    font-weight: 800;
    padding-bottom: 20px;
}

.footer-mygrid{
    padding-left:0 !important;
    padding-right:0 !important;
}

.hiddenarea{
    display:none;
}