@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Prata');
@import url('https://fonts.googleapis.com/css?family=Roboto');

html,
body {
    margin: 0;
    font-size: 100%;
font-family: 'Lato', sans-serif;
    background: #fff;
}

body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

a:hover {
    text-decoration: none;
}

input[type="button"],
input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;

    font-weight: 600;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;    list-style: none;

}

label {
    margin: 0;
}

/*--Banner stats here--*/

.w3-agile-dot {
 /*background: url(../images/dott.png)repeat 0px 0px; */
    /* background-size: 2px; */
    /* -webkit-background-size: 2px; */

    padding: 0em 0 21.5em;
    background: #0003;
}

/*--header--*/

.header-main {
    background: rgba(255, 255, 255, 0.83);
}

/*--header end here--*/

.banner {
    background: url(../images/bann1.jpg)no-repeat center;
    background-size: cover;
    position: relative;
}

.banner1 {
    background: url(../images/banner.jpg)no-repeat;
    min-height: 41px;
    background-size: cover;
}

/*-- Navbar --*/

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent;
}

.navbar-default .navbar-brand {
    font-size: 3em;
    color: #FFF;
    text-shadow: 3px 3px #000000;
    text-decoration: none;
    font-weight: bold;
}

.navbar {
    margin-bottom: 0px;
	padding-right:95px;
}

.navbar-nav>li {
    float: left;
    margin-right: 23px;
}

.navbar-default .navbar-nav>li>a {
      color: #2a2150;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #fff;
    background: none !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #303841;
    border-color: #fff;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #00a651;
    text-shadow: 1px 1px #000;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #00a651;
}

a.active.scroll {
    color: #00a651 !important;
    text-shadow: 1px 1px #000;
}

.navbar-default {
    border-color: #00a651;
    border: none !important;
    background: none !important;
}

.navbar {
    border-radius: 0 !important;
}



/*-- nav-effect --*/

/* Effect 13: three circles */

.cl-effect-13 ul li a {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.cl-effect-13 ul li a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    color: transparent;
    content: '.';
    text-shadow: 0 0 transparent;
    font-size: 2em;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    -moz-transition: text-shadow 0.3s, color 0.3s;
    transition: text-shadow 0.3s, color 0.3s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.cl-effect-13 ul li a:hover::before,
.cl-effect-13 ul li a:focus::before,
ul.nav.navbar-nav li.active a::before {
    color: #fff;
    text-shadow: 10px 0 #fff, -10px 0 #fff;
}

.navbar-default {
    background: rgba(0, 0, 0, 0.72);
    border: none;
    border-radius: 0;
}
/* 
.navbar-nav,
.header-top {
    padding-right: 7em;
} */

.header-nav {
    position: relative;
}

.cl-effect-13 ul li a:hover::before,
.cl-effect-13 ul li a:focus::before,
ul.nav.navbar-nav li a.active::before {
    color: #fff;
    text-shadow: 10px 0 #fff, -10px 0 #fff;
}

/*-- //nav-effect --*/

.navbar-header h1 a {
    font-size: 1.4em;
    color: #FFF;
    text-shadow: 3px 3px #000000;
    text-decoration: none;
    font-weight: bold;
    line-height: 75px;
}

.navbar-brand {
    float: left;
    padding: 0 !important;
    line-height: 45px;
}

/*-- /Navbar --*/

.banner-bottom-text h3 {
    font-size: 4em;
    color: rgb(255, 255, 255);
    letter-spacing: 1px;
    font-weight: 100;
    text-align: left;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.76);
    text-transform: capitalize;

}

.banner-bottom {
    padding-top: 10em;
}

/*--//Banner ends here--*/

/*-- clickable --*/

.thim-click-to-bottom {
    position: absolute;
    bottom: 5%;
    left: 49.5%;
    /* width: 40px; */
    /* height: 40px; */
    /* font-size: 40px; */
    /* line-height: 40px; */
    -webkit-animation: bounce 2s infinite ease-in-out;
    z-index: 99;
}

.thim-click-to-bottom i {
    color: #fff;
    font-size: 18px;
    text-align: center;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    60%,
    100% {
        -ms-transform: translateY(0);
    }
    0%,
    20%,
    60%,
    100% {
        -o-transform: translateY(0);
    }
    0%,
    20%,
    60%,
    100% {
        -moz-transform: translateY(0);
    }
    0%,
    20%,
    60%,
    100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-20px);
    }
    80% {
        -webkit-transform: translateY(-10px);
    }
}

/*-- //clickable --*/

/*-- search --*/

.w3-agile-sectn_search {
    position: relative;
}

.cd-main-header {
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}

.cd-main-header {
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cd-main-content.nav-is-visible,
.cd-main-header.nav-is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
}

.nav-on-left .cd-main-content.nav-is-visible,
.nav-on-left .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(260px);
    /*-- w3layouts --*/
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
}

.cd-header-buttons {
    position: absolute;
    display: inline-block;
    top: -59px;
    right: 1px;
}

.cd-header-buttons li {
    display: inline-block;
}

.cd-search-trigger,
.cd-nav-trigger {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    z-index: 3;
    background: #000365;
}

.cd-search-trigger::before,
.cd-search-trigger::after {
    /* search icon */
    content: '';
    position: absolute;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-search-trigger::before {
    top: 11px;
    left: 11px;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    /*-- agileits-w3layouts --*/
    border: 3px solid #fff;
}

.cd-search-trigger::after {
    /* handle */
    height: 3px;
    width: 8px;
    background: #fff;
    bottom: 14px;
    right: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cd-search-trigger span {
    /* container for the X icon */
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.cd-search-trigger span::before,
.cd-search-trigger span::after {
    /* close icon */
    content: '';
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 22px;
    top: 50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -11px;
    background: #fff;
    opacity: 0;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.cd-search-trigger span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cd-search-trigger span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cd-search-trigger.search-is-visible::before,
.cd-search-trigger.search-is-visible::after {
    /* hide search icon */
    -moz-opacity: 0;
    opacity: 0;
}

.cd-search-trigger.search-is-visible span::before,
.cd-search-trigger.search-is-visible span::after {
    /* show close icon */
    -moz-opacity: 1;
    opacity: 1;
}

.cd-search-trigger.search-is-visible span::before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.cd-search-trigger.search-is-visible span::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cd-search {
    position: absolute;
    width: 100%;
    top: 0em;
    left: 0;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-search input {
    border-radius: 0;
    border: none;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    padding: 0 5%;
    -webkit-box-shadow: inset 0 3px 0 #e00231, 0 3px 6px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 3px 0 #f5b120, 0 3px 6px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 0 rgba(255, 255, 255, 0.84), 0 3px 6px rgba(0, 0, 0, 0.05);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-size: 15px;
    padding: 1em 2em;
  /*   color: #fff; */
    letter-spacing: 1.5px;
}

/* .cd-search input::-webkit-input-placeholder {
    color: #fff !important;
}

.cd-search input::-moz-placeholder {
    color: #fff !important;
}

.cd-search input:-moz-placeholder {
    color: #fff !important;
}

.cd-search input:-ms-input-placeholder {
    color: #fff !important;
}

.cd-search input:focus {
    outline: none;
} */

.cd-search.is-visible {
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

/*-- //search --*/

/*--social icons--*/

.w3-agile1-sectn-social ul {
    padding: 0;
    margin: 0;
}

.w3-agile1-sectn-social ul li {
    display: inline-block;
}

.w3-agile1-sectn-social ul li a {
    color: #333;
    text-align: center;
}

.w3-agile1-sectn-social ul li a i.fa.fa-facebook,
.w3-agile1-sectn-social ul li a i.fa.fa-twitter,
.w3-agile1-sectn-social ul li a i.fa.fa-google-plus {
    height: 35px;
    width: 35px;
    /* background: #FFFFFF; */
    line-height: 37px;
    margin: 0px 10px 0 0;
    color: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.w3-agile1-sectn-social ul li a i.fa.fa-facebook:hover {
    background: #3b5998;
    color: #FFFFFF;
}

.w3-agile1-sectn-social ul li a i.fa.fa-twitter:hover {
    background: #1da1f2;
    color: #FFFFFF;
}

.w3-agile1-sectn-social ul li a i.fa.fa-google-plus:hover {
    background: #dd4b39;
    color: #FFFFFF;
}

.w3-agile1-sectn-social {
    float: left;
}

/*--//social icons--*/

/*--modal--*/

.modal-content img {
    width: 100%;
}

.modal-content h4 {
    color: #000;
    text-align: center;
    font-size: 26px;
    margin-bottom: .5em;
    text-transform: uppercase;
}

.modal-content h5 {
    color: #e00231;
    padding: 15px 0 7px;
    font-size: 22px;
}

.modal-content p {
    color: #636363;
    font-size: 14px;
    line-height: 25px;
    padding-top: 10px;
}

.modal-header {
    padding: 30px;
    border: none;
}

.modal-header .close {
    float: right;
}

/*--//modal--*/

/*-- //Banner-Slider --*/

/*-- main --*/

.banner-btm-w3layouts,
.about,
.gallery,
.events,
.services-agileits-w3layouts,
.contact-sectn,
.cir_w3-agile_info,
.newsletter,
.testimonials {
    padding: 4.5em 0;
}

h3.w3layouts-heading {
    color: #976107;
    font-size: 2.3em;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 0.3em;
    /* background: url(../images/black.png)no-repeat 4px 2px; */
    background-size: 34px;
    padding-left: 0;
}

h3.w3layouts-heading span {
    font-weight: 700;
}

h3.white-title {
    color: #fff;
   /* background: url(../images/gold.png)no-repeat 4px 2px;*/
    background-size: 34px;
}

.title-img {
    background: url(../images/services1.jpg)no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
}

.bold-title {
    font-size: 6em;
    color: #fff;
    font-weight: 700;
    line-height: 68px;
    padding-top: 1em;
  /*  background: url(../images/gold.png)no-repeat 3px 61px;*/
    background-size: 59px;
    padding-left: 59px;
}

.white-img {
    background: url(../images/team.jpg)no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
}

.black-title {
    color: #000;
    background: url(../images/black.png)no-repeat 3px 61px;
    background-size: 59px;
}

h3.subheading-agileits-w3layouts-w3layouts {
    color: #e00231;
    font-size: 23px;
    letter-spacing: 1px;
    margin-bottom: 0.5em;
    text-transform: capitalize;
}

/*-- //main --*/

/*-- about --*/

.view-tenth img {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    width: 100%;
}

.view-tenth .mask {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.view-tenth img {
    filter: alpha(opacity=1);
    opacity: 1;
}

.view-tenth:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.view {
    float: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 0.5em 1em 1.3em 1em;
    background: #efefef;
    /* min-height: 230px; */
}

.ab1 {
    background: #00a651;
}

.ab2 {
    background: #00a651;
}

.ab3 {
    background: #00a651;
}

.view .mask,
.view .content {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.view img {
    display: block;
    position: relative;
}

.w3-agile_text_box p {
    width: 90%;
}

.content-pro-head p {
    width: 100% !important;
}

.w3-agile_text_box h3,
.content-pro-head h3 {
    line-height: 1.5em;
    font-weight: 500;
    font-size: 1.5em;
    text-transform: capitalize;
    letter-spacing: 2px;
    color: #ffffff;
}

.content-pro-head h3 {
    color: #031322;
}

.banner_bottom_right_grid {
    padding-right: 0;
}

.banner_bottom_left h3 {
    font-size: 2.5em;
    color: #111;
    font-weight: 300;
    text-shadow: 2px 2px 2px rgba(154, 150, 150, 0.8);
    -webkit-text-shadow: 2px 2px 2px rgba(154, 150, 150, 0.8);
    -moz-text-shadow: 2px 2px 2px rgba(154, 150, 150, 0.8);
    -o-text-shadow: 2px 2px 2px rgba(154, 150, 150, 0.8);
    -ms-text-shadow: 2px 2px 2px rgba(154, 150, 150, 0.8);
}

.banner_bottom_left p i {
    color: #1abc9c;
    display: block;
    margin: .5em 0 1em;
    letter-spacing: 6px;
    font-size: 0.9em;
}

.banner_bottom_left {
    text-align: left;
    margin-top: 1em;
}

.banner_bottom_left p {
    line-height: 2em;
    margin-bottom: 3em;
}

.more1 a,
.more2 a,
.more3 a {
    text-align: center;
}

.more.more1 {
    padding: 0;
    margin-top: 1em;
}

.more.more1 a {
    width: 25% !important;
    margin: 0 !important;
}

.banner_bottom_right_grid span {
    color: #fff;
    font-size: 2em;
    width: 70px;
    height: 70px;
    line-height: 40px;
    background: #031322;
    margin: .7em 0em 0.5em;
    padding: 10px;
    border: 5px solid #ffffff;
}

.banner_bottom_right .img_w3-agile {
    position: relative;
    border: 7px solid #1abc9c;
}

.banner_bottom_right .img_w3-agile img {
    position: relative;
    top: 25px;
    left: 25px;
    display: block;
    width: 100%;
    height: auto;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.view-tenth p.paragraph-w3l {
    width: 90%;
}

p.paragraph-w3l {
    line-height: 1.8em;
    margin: 0 auto;
    font-size: 15px;
    letter-spacing: 1.2px;
    color: #000;
}

/*--flexisel--*/

#flexiselDemo1 {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    margin: 0px auto;
}

.nbs-flexisel-item {
    float: left;
    margin: 0;
    padding: 0px;
    /*cursor: pointer;*/
    position: relative;
    line-height: 0px;
}

.nbs-flexisel-item>img {
    cursor: pointer;
    position: relative;
}

li.nbs-flexisel-item img {
    width: 100%;
}

/*---- Nav ---*/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 32px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
}

.nbs-flexisel-nav-left {
    left: 0em;
    top: 74% !important;
    background: url(../images/left.png) no-repeat 0px 0px;
}

.nbs-flexisel-nav-right {
    right: 0em;
    top: 74% !important;
    background: url(../images/right.png) no-repeat 0px 0px;
}

/*--//flexisel--*/

.flex-info {
    background: #ff984f;
    background: #444343;
    padding: 1em;
}

.flex-info1 {
    background: #ffef71;
    background: #525252;
}

.flex-info2 {
    background: #ff7aa7;
    background: #636262;
}

.flex-info3 {
    background: #5fcdff;
    background: #777676;
}

.flex-info h4 {
    color: #ffffff;
    font-size: 2.4em;
}

.flex-info h4 span {
    display: block;
    color: #000;
    font-size: 20px !important;
    letter-spacing: 1px;
    margin: 0.5em 0 0em !important;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.38);
}

.flex-info p {
    color: #fff;
    line-height: 1.8em;
    font-size: .94em;
    margin-top: 0.3em;
}

.content-pro-head {
    margin-top: 0.5em;
}

.services-inner-agileits-w3layouts {
    padding-top: 1em;
}

/*--//flexisel--*/

.button-w3-agile-sectn a {
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 0.6em 2em;
    background: #8f1e26;
    color: #fff;
    margin-top: 1.2em;
}

.button-w3-agile-sectn a:hover {
    text-decoration: none;
    background: #2f3192;
    color: #fff;
}

/*-- //about --*/

/*-- services --*/

.services-agileits-w3layouts {
    position: relative;
}

.service-agileinfo-grids:nth-child(5),
.service-agileinfo-grids:nth-child(6),
.service-agileinfo-grids:nth-child(7) {
    float: right;
    padding-bottom: 0em !important;
}

.service-agileinfo-grids {
    text-align: center;
    padding: 0em 1.5em 3em;
}

.service-agileinfo-grids i {
    color: #ffffff;
    font-size: 28px;
    width: 60px;
    height: 53px;
    line-height: 41px;
    border: 6px solid rgba(255, 255, 255, 0.14);
    background: #031322;
}

.service-agileinfo-grids:hover i {
    border-color: transparent;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
}

.service-agileinfo-grids:hover h4 {
    background: rgba(0, 0, 0, 0.34);
    color: #ffffff;
    border-color: #031322;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
}

.service-agileinfo-grids p {
    margin: 1em 0 1em;
}

.service-agileinfo-grids h4 {
    color: #000000;
    font-size: 18px;
    padding: 12px 0;
    border-top: 2px solid #00a651;
}

.services-agileits-w3layouts-w3layouts img {
    position: absolute;
    width: 27em;
    bottom: -0.1em;
    left: 0em;
}

/*-- //services --*/

/*-- Events --*/

.events {
    background: #eaeaea;
}

.thumbnail.events-wthree img {
    margin: 0 auto;
    width: inherit;
    width: 100%;
}

.events-grids:nth-child(2),
.events-grids:nth-child(4) {
    padding-top: 0em !important;
}

.thumbnail.events-wthree {
    position: relative;
    overflow: hidden;
}

.thumbnail {
    padding: 0px;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}

.thumbnail.events-wthree h4 a {
    font-size: 1.15em;
    font-weight: 600;
    color: #ffffff;
    margin: 0em 0 0.5em;
    text-shadow: 2px 2px 2px #2b2b2b;
    text-transform: capitalize;
    letter-spacing: 2px;
    text-decoration: none;
    display: inline-block;
}

.thumbnail.events-wthree h4 a:hover {
    color: #e00231;
}

.caption p {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: .6px;
    color: #e8e8e8;
}

.caption p:nth-child(1) {
    margin-bottom: 10px;
    color: #fff;
}

.caption p span {
    display: inline-block;
    color: #2f3193;
    margin-right: 7px;
}

.thumbnail .caption {
    padding: 0;
}

/* .event-bottom {
    margin-top: 0.5em;
} */

.social-icons.events-icons ul {
    margin: 0;
}

.social-icons.events-icons {
    position: absolute;
    bottom: -123px;
    margin: 0;
    left: 0;
    background: rgba(150, 150, 150, 0.64);
    border-top: 5px solid #031322;
    padding: 1em;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
    width: 100%;
    text-align: center;
}

.thumbnail.events-wthree:hover div.social-icons.events-icons {
    bottom: 0px;
}

.thumbnail.events-wthree:hover {
    border-color: #fdbd10;
}

.event-bottom ul li {
    margin-left: 5px;
    margin-top: 5px;
    display: inline-block;
}

.event-bottom ul li:nth-child(1),
.event-bottom ul li:nth-child(2) {
    float: left;
    margin-right: 20px;
}

.event-bottom ul li:nth-child(1) a,
.event-bottom ul li:nth-child(2) a {
    margin-top: 12px;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    display: inline-block;
}

.event-bottom ul li:nth-child(1) a span,
.event-bottom ul li:nth-child(2) a span {
    color: #fff;
    margin-right: 7px;
}

.event-bottom ul li:nth-child(3) a {
    color: #fff;
    background-color: #fff;
    width: 37px;
    height: 37px;
    font-size: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    line-height: 36px;
    font-size: 18px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    display: inline-block;
    text-decoration: none;
}

.event-bottom ul li:nth-child(3) {
    text-align: center;
    float: right;
}

.event-bottom ul li:nth-child(3) a:hover {
    background-color: #3b5998;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    display: inline-block;
    text-decoration: none;
}

.event-bottom ul li:nth-child(3) span {
    color: #000;
}

.event-bottom ul li:nth-child(3):hover span {
    color: #fff;
}

.thumbnail.events-wthree:nth-child(1) {
    margin-bottom: 1.5em;
}

/*-- //Events --*/

/*-- team --*/

.team {
    background: #000;
}

.agileits-w3layouts-team-grids {
    padding: 5em 0;
}

.team-info {
    position: relative;
    overflow: hidden;
}

.team-info img {
    width: 100%;
}

.team-caption h4 {
    margin: 0;
    color: #000000;
    font-size: 1.2em;
    text-transform: capitalize;
    line-height: 1.8em;
    font-weight: 600;
    letter-spacing: 1px;
}

.team-caption p {
    color: #FFFFFF;
    font-size: .9em;
    margin: 0;
}

.team-caption ul {
    padding: 0;
    margin: 1em 0 0 0;
}

.team-caption ul li {
    display: inline-block;
}

.team-caption ul li a {
    color: #333;
    text-align: center;
}

.team-caption ul li a i {
    height: 34px;
    width: 34px;
    line-height: 30px;
    border: solid 2px #FFF;
    background: none;
    color: #FFF;
    border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.team-caption ul li a i.fa.fa-facebook:hover {
    background: #3b5998;
}

.team-caption ul li a i.fa.fa-twitter:hover {
    background: #55acee;
}

.team-caption ul li a i.fa.fa-rss:hover {
    background: #f26522;
}

.team-caption {
    background: #858686;
    padding: 1em;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
}

.team-info:hover .team-caption {
    background-color: transparent;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    bottom: auto;
}

.team-info:hover .team-caption h4 {
    color: #FFFFFF;
}

.team-info:before {
    background-color: rgba(0, 0, 0, 0.66);
    border: 3px solid #e00231;
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.team-info:hover:before {
    opacity: 1;
}

.agileits-w3layouts-team-grid:nth-child(2),
.agileits-w3layouts-team-grid:nth-child(4) {
    margin-top: 2em;
}

/*-- //team --*/

/*-- gallery --*/

.gallery {
    padding-bottom: 0 !important;
}

.gallery-grid {
    margin-top: 0em;
    padding: 0;
    margin: 1px 1px;
    width: 24.85%;
}

.wpf-demo-4 {
    background-color: #00a651;
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    height: 300px;
}

.wpf-demo-4 a.item-hover {
    display: block;
}

.wpf-demo-4 img {
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.wpf-demo-4:hover img {
    height: 100%;
    margin-left: -42px;
    margin-top: -7px;
    -webkit-transform: translateY(-10%) rotate(-42deg) scale(1.5);
    -moz-transform: translateY(-10%) rotate(-42deg) scale(1.5);
    -o-transform: translateY(-10%) rotate(-42deg) scale(1.5);
    -moz-transform: translateY(-10%) rotate(-42deg) scale(1.5);
    transform: translateY(-10%) rotate(-42deg) scale(1.5);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    width: 134%;
}

.wpf-demo-4:hover .view-caption {
    text-align: right;
    -webkit-transform: translateY(-111%);
    -moz-transform: translateY(-111%);
    -o-transform: translateY(-111%);
    -moz-transform: translateY(-111%);
    transform: translateY(-111%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    bottom: -17px;
}

.wpf-demo-4 .view-caption {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: -35px;
}

.wpf-demo-4 .view-caption p {
    color: #fff;
    font-size: 1em;
    padding-right: 7px;
}

/*-- jzBox-lightbox --*/

#jzBox {
    top: 0;
    left: 0;
    z-index: 10000;
    position: fixed;
    background-color: rgba(30, 30, 30, 0.9);
    margin: 0 !important;
    text-align: center;
    width: 100%;
    height: 100%;
    display: none;
    color: #fff;
}

#jzBoxTargetImg {
    margin: 6% 0 1% 0;
    max-width: 96%;
    max-height: 73%;
    cursor: pointer;
}

#jzBoxCounter {
    margin-bottom: 1%;
    font-size: 12px;
}

#jzBox i:hover {
    cursor: pointer;
    color: #2aabd2;
}

#jzBoxBottom {
    max-height: 22%;
}

#jzBoxNextBig,
#jzBoxPrevBig {
    cursor: pointer;
    top: 0;
    left: 0;
    width: 35%;
    position: fixed;
    z-index: 10001;
}

#jzBoxNextBig {
    left: 65%;
}

.gallery .close {
    float: none;
    opacity: 1;
    background: url(../images/close.png) no-repeat 0px 0px;
    display: block;
    width: 32px;
    height: 32px;
    margin: -1.6em auto 0;
}

.arrow-left {
    background: url(../images/left.png) no-repeat 0px 0px;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    margin-right: 4em;
}

.arrow-right {
    background: url(../images/right.png) no-repeat 0px 0px;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
}

.item-type-move .item-hover {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    text-decoration: none;
    background: #FF69B4;
    display: block;
}

/*-- //jzBox-lightbox --*/

/*-- //gallery --*/

/*-- testimonials --*/

/* Carousel */

#quote-carousel {
    padding: 0 10px 30px 10px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}

#quote-carousel .carousel-control {
    background: none;
    color: #000;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}

#quote-carousel .carousel-control.left {
    left: -60px;
}

#quote-carousel .carousel-control.right {
    right: -60px;
}

#quote-carousel .carousel-indicators {
    left: 17.5%;
    /* left: 70%; */
    top: auto;
    bottom: 0px;
    margin: 0;
    /* margin-right: -19px; */
    width: auto;
}

#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #000;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 0px;
}

#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-color: #000;
    opacity: 1;
    overflow: hidden;
}

.carousel-inner {
    min-height: 300px;
}

.item blockquote {
    border-left: none;
    margin: 0;
    padding: 0;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
    font-size: 20px;
    color: #cecece;
}

.carousel-inner h5 {
    color: #00a651;
    font-size: 1.3em;
    letter-spacing: 1px;
    margin-top: 0.6em;
    font-weight: 700;
}

.carousel-inner>.item.next.left,
.carousel-inner>.item.prev.right,
.carousel-inner>.item.active {
    text-align: left;
}

.carousel-control {
    top: 1em;
}

/*-- //testimonials --*/

/*-- contact --*/

.contact-sectn {
    background: url(../images/contact.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

/*-- mail --*/

.w3-agile_mail_grid_right input[type="text"],
.w3-agile_mail_grid_right input[type="email"],
.w3-agile_mail_grid_right textarea {
    outline: none;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    width: 100%;
    border-bottom: 2px solid #fff;
    letter-spacing: 1px;
    border: none;
    border-bottom: 2px solid #fff;
    box-sizing: border-box;
}

.w3-agile_mail_grid_right textarea {
    min-height: 200px;
    margin: 1em 0 2em;
    resize: none;
}

.w3-agile_mail_grid_right input[type="submit"],
.w3-agile_mail_grid_right input[type="reset"] {
    outline: none;
    padding: 13px 0;
    font-size: 12px;
    color: #fff;
    background: #00a651;
    width: 49%;
    border: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

.w3-agile_mail_grid_right input[type="reset"] {
    float: right;
    background: #fff;
    color: #000;
}

.w3-agile_mail_grid_right input[type="submit"]:hover {
    background: #fff;
    color: #000;
}

.w3-agile_mail_grid_right input[type="reset"]:hover {
    background: #00a651;
    color: #fff;
}

.w3-agile_mail_grid_right input[type="text"]:nth-child(2),
.w3-agile_mail_grid_right input[type="email"] {
    margin: 1em 0 0;
}

.contact_left_grid {
    padding: 0;
    width: 49%;
}

.contact_left_grid:nth-child(2) {
    float: right;
}

.contact-icon {
    padding: 0;
}

.contact-text-w3-agile {
    padding: 0;
}

.contact-left-w3-agile-sectn span.fa {
    font-size: 1.2em;
    background: rgba(255, 255, 255, 0.25);
    padding: 13px 15px;
    color: #ffffff;
}

.contact-left-w3-agile-sectn h4,
.contact-left-w3-agile-sectn h5 {
    text-align: left;
}

.contact-left-w3-agile-sectn h4 {
    color: #00a651;
    font-size: 1.2em;
    margin-bottom: .5em;
    text-shadow: 1px 1px 2px #000;
}

.contact-left-w3-agile-sectn p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
}

.contact-left-w3-agile-sectn p a {
    color: #fff;
}

.contact-left-w3-agile-sectn p a:hover {
    color: #E91E63;
}

.mail-w3ls {
    padding: 2em 0;
}

.call {
    padding-bottom: 2em;
}

.w3-agile_mail_grids h3,
.w3-agile_mail_grids h2 {
    font-size: 1.7em;
    color: #ffffff;
    margin-bottom: 0.8em;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 1px 1px 2px #000000;
}



/*-- //mail --*/

/*-- /contact --*/

.map iframe {
    width: 100%;
    border: none;
    min-height: 360px;
}

.map {
    padding: 1em 1em .7em;
    border: 2px solid #525252;
}

/*--copy-right--*/

.copy {
    text-align: center;
    background: #000;    float: left;
    width: 100%;
}

.copy p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 1.8em 0;
}

.copy p a {
    color: #e00231;
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.copy p a:hover {
    color: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

/*--//copy-right--*/

/*-- to-top --*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url(../images/arr.png) no-repeat 0px 0px;
}

#toTopHover {
    width: 64px;
    height: 64px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

/*-- //to-top --*/

/*--responsive--*/

@media(max-width:1440px) {
    .wpf-demo-4 {
        height: 281px;
    }
    .services-agileits-w3layouts-w3layouts img {
        width: 23em;
    }
}

@media(max-width:1366px) {
    .wpf-demo-4 {
        height: 266px;
    }
}

@media(max-width:1280px) {
    .services-agileits-w3layouts-w3layouts img {
        width: 21em;
    }
    .gallery-grid {
        width: 24.4%;
    }
    .wpf-demo-4 {
        height: 243px;
    }
    .w3-agile-dot {
        padding: 0em 0 16.5em;
    }
    .banner-bottom {
        padding-top: 12em;
    }
}

@media(max-width:1080px) {
    .navbar-nav,
    .header-top {
        padding-right: 3em;
    }
    .navbar-nav>li {
        margin-right: 15px;
    }
    .banner-btm-w3layouts,
    .about,
    .gallery,
    .events,
    .services-agileits-w3layouts,
    .contact-sectn,
    .cir_w3-agile_info,
    .newsletter,
    .testimonials {
        padding: 5em 0;
    }
    h3.w3layouts-heading {
        font-size: 3em;
        margin-bottom: 0.75em;
      /*   background: url(../images/black.png)no-repeat 4px 2px; */
        background-size: 29px;
        padding-left: 35px;
    }
    .nbs-flexisel-nav-left {
        top: 51% !important;
    }
    .nbs-flexisel-nav-right {
        top: 51% !important;
    }
    .bold-title {
        font-size: 5em;
        line-height: 56px;
        padding-top: 0.8em;
        background: url(../images/gold.png)no-repeat 3px 44px;
        background-size: 43px;
        padding-left: 44px;
    }
    .services-agileits-w3layouts-w3layouts img {
        width: 18em;
    }
    .events-grids {
        width: 100%;
    }
    .events-grids:nth-child(1) {
        width: 100%;
    }
    .events-wthree {
        width: 49%;
    }
    .events-wthree:nth-child(1) {
        float: left;
    }
    .events-wthree:nth-child(2) {
        float: right;
    }
    .banner-bottom-text h3 {
        font-size: 3.5em;
    }
    .events-grids:nth-child(2),
    .events-grids:nth-child(4) {
        padding-top: 0em !important;
    }
    .social-icons.events-icons {
        bottom: -123px;
        padding: 1em 2em;
    }
    .wpf-demo-4 {
        height: 206px;
    }
    #quote-carousel .carousel-indicators .active {
        width: 115px;
        height: 115px;
    }
    .w3-agile_mail_grids h3,
    .w3-agile_mail_grids h2 {
        font-size: 1.4em;
        letter-spacing: 1.5px;
    }
    .copy p {
        font-size: 13px;
        letter-spacing: 1.5px;
        padding: 1.6em 0;
    }
}

@media(max-width:1050px) {
    .wpf-demo-4 {
        height: 199px;
    }
    .wpf-demo-4 .view-caption p {
        font-size: 0.9em;
    }
    #quote-carousel {
        padding: 0 10px 55px 10px;
    }
    .carousel-control {
        width: 3%;
    }
    #quote-carousel .carousel-control.right {
        right: 1%;
    }
    #quote-carousel .carousel-control.left {
        left: 1%;
    }
    .wpf-demo-4 {
        height: 195px;
    }
    .w3-agile_mail_grid_right textarea {
        margin: 1em 0 1.1em;
    }
}

@media(max-width:991px) {
    .navbar-header {
        float: none;
        text-align: center;
        margin-top: 0.8em;
    }
    .navbar-nav>li {
        margin-right: 20px;
    }
    .banner-bottom-text h3 {
        font-size: 3em;
    }
    .w3-agile-dot {
        padding: 0em 0 13.5em;
    }
    .banner_bottom_right_grid {
        width: 50%;
        float: left;
        margin-bottom: 1em;
    }
    .nbs-flexisel-nav-left {
        top: 59% !important;
    }
    .nbs-flexisel-nav-right {
        top: 59% !important;
    }
    .content-pro-head {
        margin-top: 1.5em;
    }
    .service-agileinfo-grids {
        padding: 0em 1.5em 2em;
        width: 50%;
        float: left;
    }
    .services-agileits-w3layouts-w3layouts img {
        width: 19em;
    }
    .thumbnail.events-wthree:nth-child(1) {
        margin-bottom: 1em;
    }
    .thumbnail.events-wthree {
        margin-bottom: 1em;
    }
    .events-grids:nth-child(3).thumbnail.events-wthree {
        margin-bottom: 0px;
    }
    .agileits-w3layouts-team-grid {
        width: 50%;
    }
    .gallery-grid {
        margin-top: 0em;
        padding: 0;
        margin: 1px 1px;
        width: 33%;
        float: left;
    }
    .wpf-demo-4 {
        height: 255px;
    }
    .service-agileinfo-grids:nth-child(5),
    .service-agileinfo-grids:nth-child(6) {
        padding-bottom: 2em !important;
    }
    .service-agileinfo-grids:nth-child(7) {
        padding-bottom: 0em !important;
    }
}

@media(max-width:900px) {
    .wpf-demo-4 {
        height: 230px;
    }
    .w3-agile_mail_grid_right textarea {
        min-height: 130px;
    }
    .navbar-nav>li {
        margin-right: 21.5px;
    }
    .wpf-demo-4 {
        height: 205px;
    }
}

@media(max-width:768px) {
    .nbs-flexisel-nav-left {
        top: 68% !important;
    }
    .nbs-flexisel-nav-right {
        top: 68% !important;
    }
    .wpf-demo-4 {
        height: 195px;
    }
    #quote-carousel .carousel-indicators li {
        width: 45px;
        height: 45px;
    }
    #quote-carousel .carousel-indicators .active {
        width: 100px;
        height: 100px;
    }
}

@media(max-width:767px) {
    .navbar-default .navbar-toggle {
        border-color: #fff;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }
    .navbar-toggle {
        margin: 1.1em 3.5em 0 0;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: none;
        position: absolute;
        width: 100%;
        background: rgba(0, 0, 0, 0.91);
        z-index: 999;
    }
    .navbar-nav>li>a {
        margin-bottom: 5px;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 10px 14px 6px;
        letter-spacing: 1.5px;    color: #ffffff;
    }
    .navbar-nav {
        margin: 0;
        text-align: center;
        padding-left: 0;
        width: 100%;
        padding: 1em 0;
    }
    .navbar-nav .open .dropdown-menu {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        background-color: transparent;
        border-radius: 0;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #f8b239;
    }
    .navbar-nav>li {
        margin-right: 0;
        float: none;
    }
    .navbar-header {
        margin-top: 0em;
        text-align: left;
    }
    .navbar-toggle {
        margin: 1.31em 3.5em 0 0;
    }
    .bold-title {
        font-size: 4.4em;
        line-height: 49px;
        padding-top: 0.8em;
        background: url(../images/gold.png)no-repeat 3px 33px;
        background-size: 41px;
        padding-left: 44px;
    }
    #quote-carousel .carousel-control {
        margin-top: 6em;
    }
    .contact_left_grid {
        width: 100%;
    }
    .w3-agile_mail_grid_right input[type="email"] {
        margin: 1em 0 1em;
    }.logo {
    margin-left: 0;}
}

@media(max-width:736px) {
    .banner-btm-w3layouts,
    .about,
    .gallery,
    .events,
    .services-agileits-w3layouts,
    .contact-sectn,
    .cir_w3-agile_info,
    .newsletter,
    .testimonials {
        padding: 4.5em 0;
    }
    .wpf-demo-4 {
        height: 187px;
    }
    .carousel-inner {
        min-height: 265px;
    }
}

@media(max-width:667px) {
    .banner-bottom-text h3 {
        font-size: 2.6em;
    }
    .banner-bottom {
        padding-top: 9em;
    }
    .flex-control-paging li a {
        width: 22px;
    }
    .flex-control-paging li a.flex-active {
        width: 35px;
    }
    .flex-control-nav {
        bottom: -114%;
    }
    .w3-agile-dot {
        padding: 0em 0 11em;
    }
    .social-icons.events-icons {
        padding: 1em 0.5em;
    }
    .wpf-demo-4 {
        height: 170px;
    }
}

@media(max-width:640px) {
    .events-wthree {
        width: 100%;
    }
    .social-icons.events-icons {
        bottom: -95px;
    }
    .wpf-demo-4 {
        height: 162px;
    }
    .w3-agile_mail_grid_right input[type="text"],
    .w3-agile_mail_grid_right input[type="email"],
    .w3-agile_mail_grid_right textarea {
        font-size: 13px;
    }
}

@media(max-width:600px) {
    .banner-bottom-text h3 {
        font-size: 2.4em;
    }
    .banner_bottom_right_grid {
        width: 70%;
        float: none;
        margin: 0em auto 1em;
        padding: 0;
    }
    .social-icons.events-icons {
        bottom: -130px;
    }
    .gallery-grid {
        width: 49.65%;
    }
    .wpf-demo-4 {
        height: 230px;
    }
    p.paragraph-w3l {
        line-height: 2em;
        font-size: 14px;
        letter-spacing: 1px;
    }
    h3.w3layouts-heading {
    /*     font-size: 2.8em;
        margin-bottom: 0.7em;
        background: url(../images/black.png)no-repeat 4px 0px;
        background-size: 28px; */
    }
}

@media(max-width:568px) {
    .banner-bottom-text h3 {
        font-size: 2.3em;
    }
    .banner-btm-w3layouts,
    .about,
    .gallery,
    .events,
    .services-agileits-w3layouts,
    .contact-sectn,
    .cir_w3-agile_info,
    .newsletter,
    .testimonials {
        padding: 4em 0;
    }
    .w3-agile_text_box h3,
    .content-pro-head h3 {
        font-size: 1.3em;
        letter-spacing: 1.5px;
    }
    .services-agileits-w3layouts-w3layouts img {
        width: 17em;
    }
    .social-icons.events-icons {
        bottom: -115px;
    }
    .gallery-grid {
        width: 49.6%;
    }
    .wpf-demo-4 {
        height: 215px;
    }
}

@media(max-width:480px) {
    .navbar-header h1 a {
        font-size: 1.2em;
    }
    .banner-bottom-text h3 {
        font-size: 1.8em;
    }
    .flex-control-nav {
        bottom: -165%;
    }
    .banner_bottom_right_grid {
        width: 90%;
    }
    .nbs-flexisel-nav-right {
        top: 71% !important;
    }
    .nbs-flexisel-nav-left {
        top: 71% !important;
    }
    .service-agileinfo-grids {
        padding: 0em 1em 2em;
        width: 100%;
        float: none;
    }
    .services-agileits-w3layouts {
        padding-bottom: 14em !important;
    }
    .social-icons.events-icons {
        bottom: -118px;
    }
    .agileits-w3layouts-team-grid {
        width: 100%;
    }
    .agileits-w3layouts-team-grid:nth-child(3) {
        margin-top: 2em;
    }
    .gallery-grid {
        width: 49.5%;
    }
    .wpf-demo-4 {
        height: 182px;
    }
    h3.w3layouts-heading {
        letter-spacing: 0.5px;
    }
    .carousel-inner {
        min-height: 300px;
    }
    .w3-agile_mail_grids h3,
    .w3-agile_mail_grids h2 {
        font-size: 1.3em;
    }
    .contact-left-w3-agile-sectn h4 {
        font-size: 1.03em;
    }
    .contact-left-w3-agile-sectn p {
        font-size: 13.4px;
        line-height: 25px;
        letter-spacing: 1.2px;
    }
    .w3-agile_mail_grids h3,
    .w3-agile_mail_grids h2 {
        line-height: 28px;
    }
    .map iframe {
        width: 100%;
        border: none;
        min-height: 250px;
    }
    .map {
        padding: 0.7em .7em .3em;
    }
    .copy p {
        padding: 1em 1em;
        line-height: 28px;
    }
    .bold-title {
        font-size: 3.7em;
        line-height: 40px;
        background: url(../images/gold.png)no-repeat 3px 28px;
        background-size: 34px;
        padding-left: 38px;
    }
}

@media(max-width:440px) {
    .banner-bottom-text h3 {
        font-size: 1.95em;
        line-height: 40px;
    }
    .flex-control-nav {
        bottom: -70%;
    }
    .banner-bottom {
        padding-top: 6em;
    }
    .w3-agile-dot {
        padding: 0em 0 9em;
    }
    .wpf-demo-4 {
        height: 166px;
    }
    #quote-carousel {
        padding: 0 10px 90px 10px;
    }
    #quote-carousel .carousel-control {
        margin-top: 7em;
    }
    .w3-agile_mail_grid_right input[type="submit"],
    .w3-agile_mail_grid_right input[type="reset"] {
        width: 100%;
    }
    .w3-agile_mail_grid_right input[type="reset"] {
        margin-top: 1em;
    }
    h3.w3layouts-heading {
        line-height: 1.2em;
    }
}

@media(max-width:414px) {
    #quote-carousel {
        padding: 0 10px 115px 10px;
    }
    #quote-carousel .carousel-control {
        margin-top: 8em;
    }
    .wpf-demo-4 {
        height: 156px;
    }
    .banner_bottom_right_grid {
        width: 100%;
    }
}

@media(max-width:384px) {
    .nbs-flexisel-nav-right {
        top: 66% !important;
    }
    .nbs-flexisel-nav-left {
        top: 66% !important;
    }
    .thumbnail.events-wthree h4 a {
        font-size: 1em;
        letter-spacing: 1.5px;
    }
    .gallery-grid {
        width: 100%;
        margin: 1px 0;
    }
    .wpf-demo-4 {
        height: 280px;
    }
    #quote-carousel .carousel-indicators {
        left: 12%;
    }
    #quote-carousel .carousel-control {
        margin-top: 16.5em;
        font-size: 1.3em;
    }
    .contact-icon {
        float: none;
        margin-bottom: 1em;
    }
}

@media(max-width:320px) {
    .navbar-toggle {
        margin: 1.31em 3.1em 0 0;
    }
    .navbar-header h1 a {
        font-size: .99em;
    }
    .banner-bottom {
        padding-top: 4em;
    }
    .w3-agile-dot {
        padding: 0em 0 7em;
    }
    h3.w3layouts-heading {
        font-size: 2.7em;
    }
    .bold-title {
        font-size: 3.2em;
        line-height: 34px;
        background: url(../images/gold.png)no-repeat 3px 23px;
        background-size: 30px;
        padding-left: 34px;
    }
    .events-grids {
        padding: 0;
    }
    .caption p {
        margin-bottom: 2px;
        line-height: 24px;
        font-size: 13px;
    }
    .wpf-demo-4 {
        height: 240px;
    }
    #quote-carousel {
        padding: 0 10px 115px 10px;
    }
    #quote-carousel .carousel-indicators {
        left: 8%;
    }
    #quote-carousel .carousel-indicators li {
        width: 40px;
        height: 40px;
    }
    #quote-carousel .carousel-control {
        margin-top: 20.5em;
    }
}

/*--responsive--*/
.logo {
	margin-left:40px;
width: 100%;text-align:center;}
.logo img {
    width: 135px;
	
    margin-top: 5px;
}

/*-- popular --*/
.popular-heading h3{
	color:#FFFFFF;
}
.popular-section-wthree {
  background: url(../images/253A3298.JPG) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.agileinfo-dot {
    background: url(../images/dott.png)repeat 0px 0px;
    background-size: 3px;
    -webkit-background-size: 3px;
    -moz-background-size: 3px;
    -o-background-size: 3px;
    -ms-background-size: 3px;
	padding:58px;
}
.jarallax {
    min-height: 569px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.popular-agileinfo {
    text-align: center;
	padding:20px;
}
.popular-agileinfo p {
    text-align: center;
    margin: 0.5em auto 0;
	color:#fff;
	line-height:2em;
}
.popular-agileinfo i.fa {
    font-size: 2em;
    color: #7a1622;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.popular-agileinfo h4 {
    font-size: 1.1em;
    color: #353535;    text-transform: uppercase;
    margin: 0.9em 0;
}
.popular-grid:hover i.fa{
    color: #00a651; 
	-webkit-transform: rotatey(180deg);
	-moz-transform: rotatey(180deg);
	-o-transform: rotatey(180deg);
	-ms-transform: rotatey(180deg);
    transform: rotatey(180deg);
}
.popular-agileinfo p{
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    color: #545454;
}
/*-- //popular --*/
.w3-heading-grid{
	text-align:center;
	position:relative;
}
.w3-heading-grid h2,.w3-heading-grid h3,.agileinfo-banner h2{
     color: #ffffff;
    font-size: 3em;
    padding-bottom: 39px;
    text-transform: uppercase;
    padding-top: .6em;
}
.pea-section span {
    padding-left: 8px;
}

.pea-section  img {
  
    width: 7px;
}



#header-sroll {
    padding: 7px 0;
    left: 0;
    position: fixed;
    top: 0;
    right: 0 float:left;
    background: rgba(255,255,255, 0.8);
    z-index: 100000;
    width: 100%;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


#header-sroll.small{padding: 10px 0;background: rgb(255,255,255);
}


.mean-container .mean-bar , .mean-container .mean-nav{

background: #000;
}









.overlayy {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlayy:target {
  visibility: visible;
  opacity: 1;
}

 .pop-outer .popup {
  margin: 50px auto;
    top: 108px;
    padding: 10px;
    background: #ffffffad;
    border-radius: 5px;
    width: 35%;
    position: relative;
    transition: all 5s ease-in-out;
}

 .pop-outer .popup h3 {
  margin-top: 0;
  text-align:center;
  color: #333;

}
 .pop-outer .popup .close {
  position: absolute;
  top: 10px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
 .pop-outer .popup .close:hover {
  color: #06D85F;
}
 .pop-outer .popup .content {
  max-height: 30%;
  overflow: auto;
}



 .pop-outer [type="date"] {
  background:#fff  url(../images/calendar_2.png)  97% 90% no-repeat ;
}
.pop-outer  type="date"]::-webkit-inner-spin-button {
  display: none;
}
.pop-outer [type="date"]::-webkit-calendar-picker-indicator {
  opacity: 10;
}




/* custom styles */

.pop-outer label {
  display: block;
}
.pop-outer input {
  
  border: 0 solid #ccc;
  border-radius: 1px;
  background-color: #fff;
  margin-bottom: 10px;
  margin-right: 6px;
  padding: 7px 8px;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
  width: 200px;
}








.pop-outer #contact input[type="text"],
.pop-outer #contact input[type="email"],
.pop-outer #contact input[type="tel"],
.pop-outer #contact input[type="url"],
.pop-outer #contact textarea,
.pop-outer #contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}



.pop-outer #contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

.pop-outer #contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

.pop-outer fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

.pop-outer #contact input[type="text"],
.pop-outer #contact input[type="email"],
.pop-outer #contact input[type="tel"],
.pop-outer #contact input[type="text"],
.pop-outer #contact textarea {
      width: 100%;
    border: 0 solid #ccc;
    background: #8c8c8c;
    margin: 0 0 1px;
    padding: 10px;
    /* color: black !important; */
}

.pop-outer #contact input[type="text"]:hover,
.pop-outer #contact input[type="email"]:hover,
.pop-outer #contact input[type="tel"]:hover,
.pop-outer #contact input[type="text"]:hover,
.pop-outer #contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 0 solid #aaa;
}

.pop-outer #contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

.pop-outer #contact button[type="submit"] {
  cursor: pointer;
  width: 40%;
  border: none;
  background: #4CAF50;
  color: #FFF;
  padding: 10px;
  font-size: 15px;
}

.pop-outer #contact button[type="submit"]:hover {
  background: #43A047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}


.pop-outer::-webkit-input-placeholder {
  color: #888 !important ;
}


.pop-outer:-moz-placeholder {
  color: #888 !important;
}


.pop-outer::-moz-placeholder {
  color: #888 !important;
}


.pop-outer:-ms-input-placeholder {
  color: #888 !important;
}

.spotlight-tab {
    float: left;
    width: 100%;
    position: absolute;
    bottom: 74px;
    text-align: center;
}
.spotlight-tab ul {
    padding: 0;
    margin: 0;
}
.spotlight-tab ul li:hover {
    background: #02ca63;
}
.spotlight-tab ul li {
    float: none;
    display: inline-block;
    background: #000365;
    transition: .5s ease;
}
.spotlight-tab ul li a {
   float: left;
    padding: 16px 108px;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
}
.spotlight-tab ul li a i {
    margin-right: 5px;
}
.text-center
{
    text-align: center;
}



.w3layouts-header-top {
    padding: 11px 0;
    background: rgb(0, 0, 0);
}
.w3-header-top-left {
    float: left;
    width: 15%;
}
.w3-header-top-left p, .w3-header-top-right-text p {
       color: #ffffff;
    font-size: .9em;
    margin: 0;
  
}
.w3-header-top-right {
    float: right;
}
.agileinfo-social-grids {
    margin-left: 0;
}
.agileinfo-social-grids ul {
    padding: 0;
    margin: 0;
}
.agileinfo-social-grids ul li {
    display: inline-block;
}
.agileinfo-social-grids ul li a {
    color: #FFFFFF;
    text-align: center;
}
.agileinfo-social-grids ul li a i.fa {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}
.agileinfo-social-grids ul li a i.fa.fa-twitter {
    margin: 0 1em;
}
.agileinfo-social-grids ul li a {
        color: #ffffff;
    text-align: center;
}
.agileinfo-social-grids ul li a i.fa.fa-whatsapp {
    margin: 0 1em 0 0;
}

/*-----------------inner---------*/

.inner-about h3 {
     margin-bottom: 20px;
    font-size: 30px;
    font-family: 'Prata', serif;
}
.inner-about img {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 0;
}
.inner-about {
    float: left;
    width: 100%;
    padding: 50px 0;
    background-color: #f1f1f1;
}



.service-in i.fa {
    font-size: 2em;
    color: #696969;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.service-in p {
    font-size: .9em;
    line-height: 1.8em;
    margin: 0;
    color: #696969;
}
.service-in {
    float: left;
    width: 100%;
    padding: 60px 0;
}

.map-i iframe {
    width: 100%;
}
.map-i {
    float: left;
    width: 100%;
}
/*----------------------contact----------*/
.w3-agile_mail_grids1 .fa {
font-size: 1.2em;
    background: #000365;
    padding: 13px 15px;
    color: #ffffff;
}
.w3-agile_mail_grids1 h2 {
    margin-bottom: 15px;
}


.w3-agile_mail_grids1 h3, .w3-agile_mail_grids h2 {
    font-size: 1.7em;
    color: #131313;
    margin-bottom: 0.8em;
    letter-spacing: 1px;
    font-weight: 400;
    /* text-shadow: 1px 1px 2px #000000; */
}
div#contact {
    padding: 50px 0; 
}
.contact-left-w3-agile-sectn1 p {
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
}
.contact-left-w3-agile-sectn1 h4 {
    color: #292929;
    font-size: 1.2em;
    margin-bottom: .5em;
    /* text-shadow: 1px 1px 2px #000; */
}
.contact-left-w3-agile-sectn1 a {
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
}
.sg input[type="text"], .sg input[type="email"], .sg textarea {
       outline: none;
    padding: 10px;
    font-size: 14px;
    color: #060606;
    background: rgba(255, 255, 255, 0);
    width: 100%;
    border-bottom: 2px solid #000;
    letter-spacing: 1px;
    border: none;
    border-bottom: 1px solid #bfbfbf;
    box-sizing: border-box;
}
.sg input[type="reset"]:hover {
    background: #00a651;
    color: #fff;
}
.sg input[type="reset"] {
    float: right;
    background: #969696;
    color: #ffffff;
}
/*------------teaams-----------------*/

.site-heading h2 {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.site-heading h2 span {
  color: #ff5a6e;
}

.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.site-heading h4::before {
  background: #ff5a6e none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.site-heading h2 span {
  color: #ff5a6e;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.team-area .single-item {
  margin-bottom: 30px;
}

.team-area .item .thumb {
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 286px;
}

.team-area .item .thumb::after {
  background: #232323 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
}

.team-area .team-items .item:hover .thumb::after {
  opacity: 0.7;
}

.team-area .item .thumb .overlay {
  top: -100%;
  left: 0;
  padding: 20px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: 1;
}

.team-area .item:hover .thumb .overlay {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.team-area .item .thumb .overlay p {
  color: #ffffff;
}

.team-area .item .thumb .overlay h4 {
  color: #ffffff;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}

.team-area .item .thumb img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.team-area .item:hover .thumb img {
  opacity: .6;
}

.team-area .item .thumb .social li {
  display: inline-block;
}

.team-area .item .thumb .social li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
}

.team-area .info {
  background: #ffffff none repeat scroll 0 0;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  padding: 40px 20px 20px;
  position: relative;
  text-align: center;
  z-index: 9;
}

.team-area .info .message {
  height: 50px;
  line-height: 40px;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
}

.team-area .info .message a {
  background: #fff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  box-sizing: border-box;
  color: #ff5a6e;
  display: inline-block;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  width: 50px;
}

.team-area .info .message a i {
  font-weight: 500;
}

.team-area .info h4 {
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.team-area .info span {
  color: #ff5a6e;

  font-weight: 600;
  text-transform: uppercase;
}

.team-area .social li.twitter a {
  background-color: #00b6f1;
}

.team-area .social li.pinterest a {
  background-color: #bd081c;
}

.team-area .social li.facebook a {
  background-color: #3b5998;
}

.team-area .social li.google-plus a {
  background-color: #df4a32;
}

.team-area .social li.vimeo a {
  background-color: #1ab7ea;
}

.team-area .social li.instagram a {
  background-color: #cd486b;
}
section#team {
    padding: 60px 0;
}

.site-heading.text-center h2 {
    color: #2e3192;
}
.site-heading h2 span {
    color: #00a651;
}
.site-heading h4::before {
    background: #00a651 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}
.sg ::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #615d5d !important;
}
.sg ::-moz-placeholder { /* Firefox 19+ */
  color: #615d5d !important;
}
.sg :-ms-input-placeholder { /* IE 10+ */
  color: #615d5d !important;
} 
.sg :-moz-placeholder { /* Firefox 18- */
  color: #615d5d !important;
}
/*------------*/

.sg input[type="submit"], .w3-agile_mail_grid_right input[type="reset"] {
    outline: none;
    padding: 13px 0;
    font-size: 12px;
    color: #2e3192;
    background: #00a651;
    width: 49%;
    border: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.sg input[type="submit"]:hover {
    background: #ababab;
    color: #2e3192;
}

.h-ab p{margin-left: 18px;
    margin-bottom: 20px;
    font-size: 17px;
    /* width: 50%; */
    text-align: justify;}
.i-abt p {
    line-height: 1.8em;
    margin: 0 auto;
    font-size: 16px;
    letter-spacing: 1.2px;
    color: #353535;
    text-align: justify;
    font-family: 'Roboto', sans-serif;
}
/*--------------time-----*/
fieldset select {
    border: 0 solid #ccc;
    border-radius: 1px;
    background-color: #fff;
    margin-bottom: 10px;
    margin-right: 6px;
    padding: 7px 8px;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
    width: 200px;
}



.container-left {
    float: left;
    width: 41%;
}

.container-left img{
    float: left;
    width: 100%;
}

.container-right {
    float: left;
    width: 50%;
    padding: 89px 0 0 44px;
}

.button-w3-agile-sectn {
    padding-left: 19px;
}

.pea-section {
height: 360px;
    position: relative;
    text-align: justify;
    overflow: hidden;
    margin-bottom: 90px;
}

.plan-section {
    left: 0;
    width: 36%;
    background-image: url(../images/Plan.png);
}
.plan-block {
    margin-left: 10%;
}

.exhibit-block h2, .plan-block h2, .attend-block h2{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.plan-block p {
    max-width: 330px;
}

.exhibit-section {
    left: 27%;
    width: 42%;
    background-image: url(../images/Exihibit.png);
    z-index: 99;
}
.exhibit-block {
    margin-left: 30%;
}


.attend-section {
    left: 60%;
    width: 41%;
    background-image: url(../images/Attend.png);
    z-index: 99;
}
.attend-block {
    margin-left:33%;
}

.attend-section, .exhibit-section, .plan-section {
    position: absolute;
    top: 0;
    background-size: cover;
    background-position: right center;
    height: 360px;
    background-repeat: no-repeat;
}

.attend-block, .exhibit-block, .plan-block {
    color: #fff;
    position: relative;
        margin-top: 49px;    max-width: 333px;

}



.popular-agileinfo .col-md-3 {
    width: 24%;
    background: rgba(255, 255, 255, 0.7490196078431373);
    margin: 0 .5%;
    padding: 22px;
}


.table-sec {
    display: table!important;margin-bottom: 60px;
}

.table-sec .tablecell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    float: none;
}

.item-title {
    margin-bottom: 23px;
    font-size: 29px;
    color: #976107;
    font-family: Prata,serif;
    line-height: 1.3em;
    letter-spacing: 1px;
    font-weight: normal;position:relative;text-transform:capitalize;
}

.underline:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 2px;
    background: #faead7;
    bottom: -13px;
    left: 0;
}

.table-sec .col:first-child {
    padding-right: 45px;
}


.table-sec p {

    font-size: 14px;
    letter-spacing: 1.2px;
    font-family: 'Roboto', sans-serif;
    color: #666;
    line-height: 23px;
}

.table-sec a.p-tel {
    color: #666;
}


.table-sec li {
    margin-bottom: 11px;
}



.table-sec li {
    margin-bottom: 11px;
}

.plan-event {
    float: left;
    width: 100%;
    padding: 30px 30px;
    background: #f4f4f4;
    /* box-shadow: 0 0 1px 11px #0000003d; */
    box-shadow: 0 0 13px 0px #0000001f;
}
.plan-event input {
    float: left;
    width: 100%;
    padding: 8px;
    border: 1px solid #d3d3d3;
    outline: 0;
    margin-bottom: 12px;
}.plan-event label {
     margin: 0;
    float: left;
    width: 100%;
    text-transform: capitalize;
}

.plan-event fieldset {
    min-width: 0;
    margin: 0;
    float: left;
    width: 33%;
    padding: 0 18px;
    margin-bottom: 17px;
}

.plan-event fieldset select {
    border: 1px solid #ccc;
    border-radius: 0;
    background-color: #fff;
    margin-bottom: 10px;
    margin-right: 6px;
    padding: 11px 8px;
    /* box-shadow: inset 0 2px 4px rgba(0,0,0,0.1); */
    width: 100%;
}


.plan-event ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #333;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #333;
}


.plan-event  textarea {
    width: 100%;
    height: 102px;
    resize: none;
    padding: 10px;
    border: 1px solid #ccc;
}


.plan-event fieldset.btn-div{
	float:left;
	width:100%;
}

.plan-event button#contact-submit {
    /* background: #8f1e26; */
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 0.6em 2em;
    background: #8f1e26;
    color: #fff;
    margin-top: 1.2em;
    border: 0;
}


.w3-agile-sectn_search {
    position: relative;
    display: none;
}

.single-sec {
    float: left;
    /* width: 100%; */
    background: #cccccc47;
    padding: 56px;
    min-height: 313px;    background: #ffffff;position: relative;
}

.single-sec h5 {
    float: left;
    width: 100%;
    color: #976107;
    font-size: 17px;
    margin-bottom: 15px;
}
.single-sec  p {
    font-size: 16px;
    line-height: 24px;
}

.service-in .w3-heading-grid h3{color:#976107;}

.facility {
	float: left;
	width: 100%;
	padding: 46px 0 5px;
}


 .single-div{
	 float: left;
	width: 100%;
	margin-top:40px;
 }
 
 .footmenu ul li {
    border-bottom: dotted 1px #3f3f3f;
    float: left;
    width: 100%;
    padding: 11px 0 11px;
}


.footmenu ul li a {
    float: left;
    width: 100%;
    color: #545454;    padding-left: 13px;
    font-size: 14px;
    line-height: 16px;    color: #dfdfdf;position: relative;
}

.footmenu ul li a:before {
    position: absolute;
    content: "\f101";
    left: 0;
    font-family: FontAwesome;
}

.logoarea span {
    float: left;
    width: 100%;
    line-height: 37px;
    font-size: 32px;
    margin-bottom: 30px;
    color: #dfdfdf;
    text-transform: capitalize;
}

.footadrs address {
    margin-bottom: 0;
    font-size: 15px;    color: #dfdfdf;
}

.socialbtns {
    margin: 0;
    padding: 0;
}

.socialbtns li {
    list-style: none outside none;
    display: inline-block;
}

.socialbtns .fa {
    width: auto;
    /* height: 28px; */
    color: #545454;
    background-color: #FFF;
    /* border: 1px solid #fff; */
    padding-top: 12px;
    border-radius: 22px;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    -o-border-radius: 22px;
    font-size: 16px;
    padding: 0 10px 0 0;
}


.footer-veena img {
    border: 0;
    vertical-align: middle;
    width: 159px;
    margin-top: 72px;
}


.footer {
    float: left;
    width: 100%;
    padding: 43px 0;
background: url(../images/4-.jpg);
}

.footer h4 {
    color: #fff;
}

.nextfoot {
    float: left;
    width: 100%;
    padding: 33px 0 0;
}

.nextfoot p {
    float: left;
    width: 100%;
    text-align: center;    color: #646464;
}

.nextfoot p a {
    color: #ababab;
}



.footer-veena {
    text-align: right;
}




.single-sec:before {
    border-right: 30px solid #fff;
    border-top: 185px solid #2e3192;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}

.single-sec:after {
    border-bottom: 185px solid #00a651;
    border-left: 30px solid #fff;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    z-index: 99;
}






@media(max-width:767px) {
	
	.navbar-header {    width: 100%;}.navbar-toggle {    margin: 10px 0;}.navbar {    padding-right: 0;}.inner-about h3 {
    margin-bottom: 19px;font-size: 23px;}.inner-about img {    margin-bottom: 22px;}.spotlight-tab {bottom: 21px;}.spotlight-tab ul li a {    padding: 11px 27px;    font-size: 13px;}.container-left {    width: 100%;}
.container-right {    width: 100%;    padding: 20px 20px;}h3.w3layouts-heading {    font-size: 2em;}

.h-ab p {    margin-bottom: 20px;    font-size: 16px;}
.agileinfo-dot {    padding: 20px;
}.w3-heading-grid h3{    font-size: 1.5em;}
.popular-agileinfo .col-md-3{    width: 100%;margin: 0 .5% 10px;}
.attend-section, .exhibit-section, .plan-section {
    width: 100%;
    left: 0;position: inherit;    top: inherit;
}.plan-section {
    height: 200px;
    z-index: 9999;
}.exhibit-block, .plan-block {
    padding-top: 30px;
    text-align: center;
}
.plan-section {
    background-image: url(../images/mobile-Plan.png);
}

.exhibit-section {
    background-image: url(../images/mobile-Exihibit.png);
}
.plan-block {
    margin: auto;
}.attend-block h2, .exhibit-block h2, .plan-block h2 {
    text-align: center;
    margin-left: 0;
}.attend-block p, .exhibit-block p, .plan-block p {
    margin: auto;
}.exhibit-section {
     top: 0px;
    height: 234px;
    z-index: 999;
}.exhibit-block {
    margin: 0 auto auto;
}
.attend-section {
    background-image: url(../images/mobile-Attend.png);
    top: -47px;
    height: 236px;    padding: 0 14px;
}.w3-header-top-left {    width: 100%;
    text-align: center;
}
.w3-header-top-right {
    width: 100%;
    text-align: center;
}
.table-sec {
      display: block !important;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}.table-sec .tablecell {
    display: block;
vertical-align: inherit;}
.table-sec img {    width: 100%;    margin-bottom: 16px;}
.plan-event {
padding: 30px 10px;}.plan-event fieldset{    width: 100%;    padding: 0;}
.pea-section {
height: 730px;}.attend-block {
    margin: 47px 0 0;    padding: 20px 18px 0;max-width: 100%;
    margin-left: 0;
}.logo {
margin-left: 0;}.footer-veena {
    text-align: left;
}.footadrs {
    float: left;
    width: 100%;
    margin-bottom: 31px;
}.logoarea span{    line-height: 19px;
    font-size: 23px;
    margin-bottom: 15px;}

}

