

@import url("https://fonts.googleapis.com/css?family=Raleway:400,500,300,600,700");

/*--header--*/
body{
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Raleway', sans-serif;
}
body p{
	font-family: 'Raleway', sans-serif;
}
ul ,ol {
	 padding:0;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
}


/*-- header --*/




.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: white;}

.dropdown:hover .dropdown-content {
    display: block;
  overflow: hidden;
  position: fixed;
  z-index:9999;
}




/*-- nav-bar --*/
.navbar-default .navbar-nav > li > a,.admin-right h5 a,.mail-grid-left1 ul li a,.comments-grid-right h4 a,.comments-grid-right ul li a,.copy-right p a,.blog-left-grid1-bottom h4 a,.tags ul li a,.blog-left-grid1-bottom ul li a,.services-grid i,input[type="submit"],ul.main-nav li a,ul.main-nav-bottom li a {
	transition: .5s ease-in;
	-webkit-transition: .5s ease-in;
	-moz-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #000 !important;
    background: none !important;
    border-top: 3px solid #2f3e5d;
}
.header {
	position:relative;
	background:#FFFFFF;
}
.logo {
    position: absolute;
    top: 0%;
    z-index: 9999;
    text-align: left;
	padding-left:70px;
}
.logo h1 {
    margin: 0 !important;
}
.header-left {
    margin-left: 14em;
}
.navbar-collapse {
    padding: 0;
}
.navbar-nav > li > a {
    padding: 23.4px 21px !important;
    font-size: 1em;
	font-family: 'Raleway', sans-serif;
}
.navbar-nav > li > a i {
    display: block;
    text-align: center;
	margin-bottom: 1em;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}
.navbar-default {
    background-color: transparent !important;
}
.navbar {
    border-radius:0;
    margin-bottom: 0;
}
.navbar-default {
    background: none;
    border: none;
}
.navbar-default .navbar-nav > li > a {
    color:#000 !important;
	letter-spacing: 1px;
}
.header-right{
	float:left;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #000 !important;
    background-color: #fff !important;
}
.navbar {
    margin-bottom: 0px !important;
    border: transparent !important;
	border-radius: 0px ! important;
}
.navbar-nav {
    float: right !important;
}
.logo i {
    display: block;
    margin-bottom: 10px;

}
.logo a {
    color: #fff ! important;
    font-size: 21px;
	text-decoration:none ! important;
    display: block;
	font-family: 'Raleway', sans-serif;
    padding: 22px 15px;

}

/*Book Now */


* {
    box-sizing: border-box;
}


h2 {
    text-align: center;
    margin-bottom: 50px;
    color: #fff;
}



/* form starting stylings ------------------------------- */
.group {
    position: relative;
    margin-bottom: 35px;
}

input {
    font-size: 18px;
    padding: 5px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
}

    input:focus {
        outline: none;
    }

/* LABEL ======================================= */
label {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */
input:focus ~ label, input:valid ~ label {
    top: -20px;
    font-size: 14px;
    color: #fff;
}

/* BOTTOM BARS ================================= */
.bar {
    position: relative;
    display: block;
    width: 100%;
}

    .bar:before, .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #fff;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .bar:before {
        left: 50%;
    }

    .bar:after {
        right: 50%;
    }



/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #fff;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #fff;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #fff;
    }

    to {
        width: 0;
        background: transparent;
    }
}


#panel {
    border: 1px solid rgb(200, 200, 200);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
    background: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%); /* Standard syntax (must be last) */
    margin-top:150px;
    border-radius: 4px;
    top: 50px;
}



/*--search-button--*/
.header-right-search form input[type="search"] {
       border: none;
    outline: none;
    padding: 8px 0px;
    font-size: 14px;
    color: #777;
    background: none;
    border-bottom: 2px solid #ef5734;
}
.header-right-search form input[type="submit"] {
    background: #ef5734 url(../images/search.png) no-repeat 8px 7px;
    width: 40px;
    height: 40px;
    border: none;
    margin: 0 0 0 -4px;
    padding: 0;
    border-left: 1px solid #ef5734;
    border-right: none;
    border-bottom: none;
    border-top: none;
    outline: none;
}
.header-right-search {
	float: left;
    margin-top: 14px;
}
/*--//search-button--*/
/* Overline From Center */
.hvr-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  top: 0;
  background: #2f3e5d;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-from-center:hover:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:active:before {
  left: 0;
  right: 0;
}
/*-- //nav-bar --*/
/*-- //header --*/
/*-- banner --*/ 
.banner-text{
	min-height: 667px;
	background:url(../images/bg1.jpg)no-repeat center 0px;
	background-size:cover;
	position: relative;
} 
.banner-w3lstext h3{
    font-size: 4em;
    color: #fff;
	font-family: 'Raleway', sans-serif;
    font-weight: 700;
	text-align: center;
	letter-spacing: 3px;
} 
.banner-w3lstext p {
    font-size: 1.5em;
    color: #fff;
    text-align: center;
    line-height: 2em;
    width: 100%;
    margin: 1em auto;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
	font-family: 'Raleway', sans-serif;
}
/*-- //banner --*/ 

.whychoose {
    text-align: center;
    padding: 4em 0;
	background:#2f3e5d;
}

.glyphicon-user,.glyphicon-lock,.glyphicon-book ,.glyphicon-zoom-in,.glyphicon-shopping-cart,.glyphicon-home{
    font-size: 1.5em;
    color: #8A2E06;
    margin-right: 1.2em;
}

.choose-grid h4 {
    font-size: 1.5em;
    text-transform: capitalize;
    color: #2f3e5d;
	text-align:left;
} 
.choose-grid p {
    font-size: 1em;
    line-height: 1.8em;
    color: #999;
    margin-top: 1em;
	text-align:left;

}
.choose-grids {
    margin-top: 3em;
}
.choose-grids1 {
    margin-top: 2em;
}


/**testimonials**/
.testimonials {
    text-align: center;
    padding: 4em 0;
	background: #fff;
}
.testimonials h3 {
    font-size: 3em;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Pacifico';
}
.test-grids {
    margin-top: 3em;
}
.test-grid h4 {
    font-size: 1.5em;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
	margin: 0.5em 0;
}
.test-grid p {
    font-size: 1em;
    line-height: 1.8em;
    padding: 0 5em;
    color: #000;
}
.test-grid img {
    margin: 0 auto;
}
.test-grid img:hover {
    transform: rotateY(360deg);
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s al;
}
.test-grid1 img:hover {
    transform: rotateY(360deg);
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s al;
}
.test-grid2 img:hover {
    transform: rotateY(360deg);
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s al;
}

.test-grid1 img ,.test-grid2 img{
    margin: 0 auto;
}
.test-grids1 {
    width: 70%;
    margin: 2em auto 0;
}
.test-grid1 h4 ,.test-grid2 h4{
    font-size: 1.5em;
    text-transform: capitalize;
    color: #6fd508;
    font-weight: 600;
	margin: 0.5em 0;
}
.test-grid1 p,.test-grid2 p {
    font-size: 1em;
    line-height: 1.8em;
    padding: 0 5em;
    color: #eee;
}


/*-- grids--*/
.popular-w3, .about-shreesai, .team, .blog-agile, .gallery, .contact, .footer{
    padding: 4em 0;
}
.popular-grid {
    padding: 0 !important;
}
.popular-text i {
    font-size: 3.5em;
    margin-top: 0.8em;
    color:#7BBC1E;
}
.popular-text {
    text-align: center;
    border-left: 3px double #E8EBEF;
    border-right: 3px double #E8EBEF;
    border-bottom: 3px double #E8EBEF;
}
.popular-grid:hover img {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}
.popular-grid img {
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}
.popular-grid h5 {
    font-size: 1.8em;
    color: #222;
    padding: 0.5em;
	font-family: 'Raleway', sans-serif;
}
.popular-grid p {
    font-size: 1em;
    line-height: 1.8em;
    padding: 1em 1em 2em;
	color:#555;
}
/*-- //grids--*/

/*-- about --*/
h5.title-w3, .team-top h3, .blog-agile h3, .gallery h3, .contact-top h3, .footer-top h3 {
    font-size: 3em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1.5em;
    color: #000;
    font-weight: bold;
	font-family: 'Raleway', sans-serif;
}
.team-top h3, .contact-top h3{
	color:#fff;
}
ul.resp-tabs-list {
    margin: 0 auto;
    text-align: center;
	float:none;
}
.about-right-w3l {
    text-align: left;
    padding: 45px 129px;
}
.about-right-w3l h3 {
    font-size: 23px;
    color: #a71930;
}
.about-right-w3l h2 {
    color: #000;
    font-size: 27px;
    margin: 25px;
	line-height: 34px;
}
.about-right-w3l p {
    color: #555;
    font-size: 17px;
	line-height: 34px;
}
.about-left-w3ls {
    padding-right: 0;
    width: 41%;
}
.about-bottom-agile{
	position:relative;
}
.sub-img {
    position: absolute;
    bottom: 50px;
    left: 290px;
    z-index: 999;
    width: 500px;
    height: 330px;
}
.sub-img img {
    width: 100%;
    border: 16px solid #fff;
}
i.i1 {
    font-size: 3em;
    color: #ef5734;
    margin-bottom: 3%;
}
h4.sub-w3l {
    font-size: 1.35em;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
}
p.subp-w3l {
    line-height: 1.9em;
    font-size: 1em;
    color: #777;
    letter-spacing: 1px;	
}
.in1{
	margin-bottom: 3em;
}
.agileits_updates_grid_right h3 {
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    color: #8a2e06;
    margin: 0 !important;
    margin-bottom: 1em !important;
}

/* contact */


/*Contact sectiom*/
.content-header{
  font-family: 'Oleo Script', cursive;
  color:#fcc500;
  font-size: 45px;
}

.section-content{
  text-align: center; 

}
#contact{
    
  font-family: 'Teko', sans-serif;
  padding-top: 60px;
  width: 100%;
  width: 100vw;
  height: 750px;
  background: #3a6186; /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #3a6186 , #89253e); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #3a6186 , #89253e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color : #fff;    
}
.contact-section{
  padding-top: 40px;
}
.contact-section .col-md-6{
  width: 50%;
}

.form-line{
  border-right: 1px solid #B29999;
}

.form-group{
  margin-top: 10px;
}
label{
  font-size: 1.3em;
  line-height: 1em;
  font-weight: normal;
}
.form-control{
  font-size: 1.3em;
  color: #080808;
}
textarea.form-control {
    height: 135px;
   /* margin-top: px;*/
}

.submit{
  font-size: 1.1em;
  float: right;
  width: 150px;
  background-color: transparent;
  color: #fff;

}

/*--properties--*/
.service-box{
            position: relative;
            overflow: hidden;
            margin-bottom:10px;
            perspective:1000px;
            -webkit-perspective:1000px;
        }
        .service-icon{
            width: 100%;
            height: 300px;
            padding: 20px;
            text-align: center;
            transition: all .5s ease;
        }

        .service-content{
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            opacity: 0;
            width: 100%;
            height: 300px;
            padding: 20px;
            text-align: center;
            transition: all .5s ease;
            background-color: #474747;
            backface-visibility:hidden;
            transform-style: preserve-3d;
            -webkit-transform: translateY(110px) rotateX(-90deg);
            -moz-transform: translateY(110px) rotateX(-90deg);
            -ms-transform: translateY(110px) rotateX(-90deg);
            -o-transform: translateY(110px) rotateX(-90deg);
            transform: translateY(110px) rotateX(-90deg);
        }
        .service-box .service-icon .front-content{
            position: relative;
            top:80px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .service-box .service-icon .front-content i {
            font-size: 28px;
            color: #fff;
            font-weight: normal;
        }

        .service-box .service-icon .front-content h3 {
            font-size: 15px;
            color: #fff;
            text-align: center;
            margin-bottom: 15px;
            text-transform: uppercase;
        }
        .service-box .service-content h3 {
            font-size: 15px;
            font-weight: 700;
            color: #fff;
            margin-bottom:10px;
            text-transform: uppercase;
        }
        .service-box .service-content p {
            font-size: 13px;
            color: #b1b1b1;
            margin:0;
        }
        .pro1{background:url(../images/gallery/1.jpg)no-repeat;}
        .pro2{background:url(../images/gallery/2.jpg)no-repeat;}
        .pro3{background:url(../images/gallery/3.jpg)no-repeat;}
        .pro4{background:url(../images/gallery/4.jpg)no-repeat;}
		.pro11{background:url(../images/gallery/5.jpg)no-repeat;}
        .pro22{background:url(../images/gallery/6.jpg)no-repeat;}
        .pro33{background:url(../images/gallery/7.jpg)no-repeat;}
        .pro44{background:url(../images/gallery/8.jpg)no-repeat;}
        .pro9{background:url(../images/gallery/9.jpg)no-repeat;}
        .pro10{background:url(../images/gallery/10.jpg)no-repeat;}
        .pro11{background:url(../images/gallery/11.jpg)no-repeat;}
        .pro12{background:url(../images/gallery/12.jpg)no-repeat;}
        .pro13{background:url(../images/gallery/13.jpg)no-repeat;}
        .pro14{background:url(../images/gallery/14.jpg)no-repeat;}
        .pro15{background:url(../images/gallery/15.jpg)no-repeat;}
        .pro16{background:url(../images/gallery/16.jpg)no-repeat;}
        .service-box:hover .service-icon{
            opacity: 0;
            -webkit-transform: translateY(-110px) rotateX(90deg);
            -moz-transform: translateY(-110px) rotateX(90deg);
            -ms-transform: translateY(-110px) rotateX(90deg);
            -o-transform: translateY(-110px) rotateX(90deg);
            transform: translateY(-110px) rotateX(90deg);
        }
        .service-box:hover .service-content {
            opacity: 1;
            -webkit-transform: rotateX(0);
            -moz-transform: rotateX(0);
            -ms-transform: rotateX(0);
            -o-transform: rotateX(0);
            transform: rotateX(0);
        }
/*--properties--*/


/*--flexisel--*/
.flex-slider{	
	background:#222227;
	padding: 70px 0 165px 0;
}
.opportunity{
	background:#28282e;
	margin:0px 20px;
	padding:80px 0;
	position:relative;
}
#flexiselDemo1,#flexiselDemo2 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
	padding:2em 0;
    border-top: 1px solid #999;
}
.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:0;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	position: relative;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 11px;
    height: 18px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
	left: 95%;
    top: -25% !important;
    background: url(../images/left-arrow.png) no-repeat -6px;
}
.nbs-flexisel-nav-right {
	right: 0%;
    top: -25% !important;
    background: url(../images/right-arrow.png) no-repeat -8px ;
}
/*--//flexisel--*/
.pa_italic i {
    left: -1em;
	font-size: 11px;
}
.pa_italic span {
    display: none;
}
.collapsed span {
    display: inline-block;
    left: -1em;
	font-size: 11px;
}
.collapsed i {
    display: none;
}
.panel-heading {
    padding:10px 15px;
}
.panel-title {
    font-size: 1em;
    color:#212121;
    text-transform: capitalize;
	font-family: 'Raleway', sans-serif;
	text-decoration: none;
}
.panel-default {
    border-color: #FFF;
	background: #f5f5f5;
}
.panel-default > .panel-heading {
    border-color: #FFF;
	color:#212121;
    background-color: #fff;
}
.panel-body {
    padding: 2em;
    font-size: 14px;
    line-height: 2em;
    color: #999;
	font-family: 'Raleway', sans-serif;
}
a.pa_italic label {
    cursor: pointer;
	font-weight:500;
}
a.pa_italic:focus {
    outline: none;
    text-decoration: none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}
/*-- //about --*/

/*-- team --*/
.team {
    background: url(../images/te-bg.jpg)no-repeat;
    background-size: cover;
    min-height: 400px;
}
.team-text {
    text-align: center;
    padding: 0.7em 1em;
    border-radius: 0px 0px 4px 4px;
}
.team-top {
    text-align: center;
    padding-bottom: 0em;
}
.team-text h4 {
    font-size: 1.5em;
    color: #ef5734;
    margin-bottom: 0.3em;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}
.team-text h5 {
    font-size: 1em;
    color: #fff;
	font-family: 'Raleway', sans-serif;
	letter-spacing:1px;
}
.team-grid img {
        border: 4px double #fff;
}
.caption {
    opacity: 0;
    top: 0%;
    position: absolute;
    width: 90%;
    text-align: center;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.team-grid:hover .caption{
	display:block;
	top: 33%;
	opacity:1;
}
.caption ul {
    padding: 1em 0 .5em;
}
.caption ul li{
	list-style-type:none;
	display:inline-block;
}
.caption ul li:nth-child(2) {
    margin: 0 0.3em;
}
.caption ul li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    font-size: 1.2em;
    line-height: 2;
}
.caption ul li a i:hover {
    transform: rotateY(360deg);
    transition: .5s all;
}
.caption ul li a i.f1 {
    background:	#3b5998;
}
.caption ul li a i.f2 {
    background:#00aced;
}
.caption ul li a i.f3 {
    background: #F44336;
}
/*-- //team --*/

/*-- blogs --*/
.sub1-w3l{
	background: url(../images/blo1.jpg)no-repeat;
    background-size: cover;
	padding: 1em;
}
.blog11{
	background: url(../images/blog2.jpg)no-repeat;
    background-size: cover;
}
.sub1-w3l h5 {
    text-align: center;
    font-size: 1.1em;
    color: #fff;
    background: #2baf2b;
    width: 31%;
    margin: 3em auto;
    padding: 1em;
}
h5.bd2 {
    background: #ef5734;
}
.sub1-w3l h4{
    text-align: center;
    font-size: 1.5em;
    color: #fff;
	margin:1em 0em 2em;
}
.sub2-w3l:hover {
	background:#2baf2b;
	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;
}
.b2{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.b2:hover{
	background:#ef5734;
	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;
}
.sub2-w3l h4{
    font-size: 1.5em;
    color: #000;
	margin:1em 0em;
}
.sub2-w3l p{
	font-size: 1em;
    color: #000;
	line-height:1.9em;
	letter-spacing:1px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.sub2-w3l p:hover, .sub2-w3l h4: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;
}
.sub2-w3l a {
    color: #000;
    font-size: 1.1em;
    letter-spacing: 1px;
	margin: 1em 0em 1.5em;
    display: inherit;
	font-family: 'Raleway', sans-serif;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}
.sub2-w3l a:hover{
	color:#fff !important;
	text-decoration: none !important;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
span.glyphicon.glyphicon-arrow-right {
    margin-left: 7px;
    top: 3px;
}
.main-w3l {
    float: left;
    width: 50%;
}
.main2-w3l {
    float: right;
    width: 50%;
}
.sub2-w3l {
    padding: 1em;
    text-align: center;
	background: #eee;
}
.modal-header h4{
	color: black;
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    font-weight: bold;
}
.modal-header h5 {
    color: #ef5734;
    font-size: 1.3em;
    letter-spacing: 1px;
   text-align:center;
   margin-bottom:1em;
}
.modal-header span {
    font-size: 1.1em;
    color: #777;
    letter-spacing: 2px;
    line-height: 33px;
    padding-bottom: 16px;
	display:inline-block;
	margin-top:1em;
}
.modal-content img {
    width: 100%;
}
/*-- //blogs --*/


/*-- Gallery --*/

.gallery-items {
	width: 95%;
	margin: 0 auto;
}

.gallery-item {
	width: 20%;
	float: left;
	padding: 5px;
}

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	height: auto;
	background: #3085a3;
	text-align: center;
}

.grid figure img {
	position: relative;
	display: block;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 7em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	
}

.grid figure figcaption, .grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure.effect-apollo {
	background: #3498db;
}

figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);

}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	z-index:9999;
}
/*-- //Gallery --*/

/*--contact start here--*/
.contact {
    background-color:#2F3E5D;
}
.contact-bottom input[type="text"], .contact-bottom input[type="email"]{
    display: inline-block;
    background: none;
    border: 1px solid #FFFFFF;
    width: 100%;
    outline: none;
    font-size: 0.95em;
    color: #FFFFFF;
    font-weight: 400;
    border-radius: 2px;
    padding: 10px 15px;
	margin:1em 0em;
	font-family: 'Raleway', sans-serif;
}
.contact-bottom textarea {
    background: none;
    border: 1px solid #FFFFFF;
    width: 100%;
    display: block;
    height: 14em;
    outline: none;
    font-size: 0.95em;
    color: #FFFFFF;
    font-weight: 400;
    resize: none;
    border-radius: 3px;
    padding: 10px 15px 10px 15px;
	margin: 1em 0em;
	font-family: 'Raleway', sans-serif;
}
.contact-bottom input[type="submit"] {
    font-size: 1.1em;
    color: #FFFFFF;
    padding: 0.8em 1em 0.8em 1em;
    display: block;
    border: none;
    margin: 3em auto 0em;
    outline: none;
    background: #2baf2b;
    width: 27%;
	text-transform:uppercase;
	letter-spacing:1px;
	font-family: 'Raleway', sans-serif;
}
.contact-bottom input[type="submit"]:hover {
    background: #ef5734;
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.map iframe {
    width: 100%;
    height:380px;
    border: none;
}
::-webkit-input-placeholder{
   color:#A3A1A1 !important;
}
/*--//contact end here--*/
/*--footer start here--*/
.ftr-grid h4 {
    font-size: 1.7em;
    color: #ef5734;
    margin-bottom: 0.4em;
	font-family: 'Raleway', sans-serif;
}
.ftr-grid p {
    font-size: 1em;
    color: #ddd;
    line-height: 1.8em;
	font-family: 'Raleway', sans-serif;
}
.ftr-grid p a{
	 color: #000;
	 font-family: 'Raleway', sans-serif;
}
.ftr-grid p a:hover{
	color:#F79502;
}
span.ftr-address-icons {
    float: left;
    width: 20%;
}
.ftr-text {
    float: right;
    width: 80%;
}
/*--footer end here--*/
.footer-agile {
    background: #000;
	padding:3em 0em;
}
.footer-main2 h4 {
    font-size: 1.5em;
    text-transform: capitalize;
    color: #2baf2b;
	font-family: 'Raleway', sans-serif;
}
.footer-main2 p {
    font-size: 1em;
    line-height: 1.9em;
    letter-spacing: 1px;
    color: #777;
    margin-bottom: 2em;
}
.footer-main2 ul li {
    display: inline-block;
    list-style: none;
    margin-right: 1em;
}
.footer-main2 ul li a {
    color: #fff;
    font-size: 1.1em;
    letter-spacing: 1px;
	font-family: 'Raleway', sans-serif;
}
.footer-main1 h2{
    text-align: center;
    font-size: 2.5em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
	font-family: 'Raleway', sans-serif;
}
.copyright-agile {
    text-align: center;
    padding: 40px 0px 0px;
}
.copyright-agile  p {
    color: white;
    letter-spacing: 1px;
    font-size: 1em;
	letter-spacing:3px;
}
.copyright-agile p a {
    color: #fff !important;
    font-family: 'Raleway', sans-serif;
    text-decoration: none !important;
}
.copyright-agile p a:hover {
    color:#fff !important;
	font-family: 'Raleway', sans-serif;
}
/*-- //footer--*/

/*--bottom-to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 24px;
	right: 1%;
	overflow: hidden;
	z-index: 999; 
    width: 64px;
    height: 64px;
	border: none;
	text-indent: 100%;
	background: url("../images/arrow-up.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);
}
/*-- //bottom-to-top --*/

/*-- Responsive --*/
@media(max-width:1440px){
	.banner-text {
		min-height: 601px;
	}
}
@media(max-width:1366px){
	.banner-text {
		min-height: 569px;
		margin-top: 88px;
	}
	.banner-w3lstext h3 {
		font-size: 3.8em;
	}
	.banner-w3lstext p {
		font-size: 1.4em;
	}
	h5.title-w3, .team-top h3, .blog-agile h3, .gallery h3, .contact-top h3, .footer-top h3 {
		font-size: 2.8em;
	}
	.popular-w3, .about-shreesai, .team, .blog-agile, .gallery, .contact, .footer {
		padding: 3.5em 0;
	}
}
@media(max-width:1280px){
	.banner-w3lstext h3 {
		font-size: 3.6em;
		letter-spacing: 2px;
	}
	.banner-w3lstext p {
		font-size: 1.3em;
	}
	.banner-text {
		min-height: 534px;
	}
	.team-top {
		padding-bottom: 1em;
	}
}
@media(max-width:1024px){
	.form-group input[type="search"]  {
		padding: 8px 5px;
	}
	.header-left {
		margin-left: 12em;
	}
	.navbar-nav > li > a {
    padding: 23.4px 12px !important;
}
	.banner-text {
		min-height: 426px;
	}
	.banner-w3lstext h3 {
		font-size: 3.3em;
		letter-spacing: 1px;
	}
	.banner-w3lstext p {
		font-size: 1.2em;
	}
	.popular-text i {
		margin-top: 0.6em;
	}
	.popular-grid p {
		padding: 0em 1em 1em;
	}
	.popular-w3, .about-shreesai, .team, .blog-agile, .gallery, .contact, .footer {
		padding: 3em 0;
	}
	h5.title-w3, .team-top h3, .blog-agile h3, .gallery h3, .contact-top h3, .footer-top h3 {
		font-size: 2.5em;
	}
	.agileits_updates_grid_right h3 {
		font-size: 1.4em;
	}
	h4.sub-w3l {
		font-size: 1.3em;
	}
	.team-top {
		padding-bottom: 0em;
	}
	.team-grid img {
		width: 100%;
	}
	.team-text h4 {
		font-size: 1.4em;
	}
	.contact-bottom input[type="text"], .contact-bottom input[type="email"] {
		margin: 0.6em 0em;
	}
	.contact-bottom textarea {
		margin: 0.6em 0em;
		height: 12em;
	}
	.contact-bottom input[type="submit"] {
		font-size: 1em;
	}
	.ftr-grid h4 {
		font-size: 1.6em;
	}
}



@media(max-width:991px){
	.logo a {
		padding: 22px 14px;
		
	}
	.header-left {
		margin-left: 12em;
	}
	.navbar-nav > li > a {
		padding: 12.4px 12px !important;
	}
	.form-group input[type="search"]  {
		padding: 6px 6px;
	}
	span.glyphicon.glyphicon-search {
		padding: 0.4em;
	}
	button.btn.btn-default {
		width: 24px;
		height: 24px;
	}
	.banner-w3lstext h3 {
		font-size: 3.1em;
		letter-spacing: 0px;
	}
	.banner-w3lstext p {
		font-size: 1.1em;
	}
	.banner-text {
		min-height: 411px;
	}
	.flexslider .slides > li {
		margin-top: 1.6%;
	}
	.popular-grid {
		width: 25%;
		float: left;
	}
	.popular-grid img {
		width: 100%;
	}
	.team-grid {
		width: 33%;
		float: left;
	}
	.caption ul li a i {
		width: 30px;
		height: 30px;
		font-size: 1em;
		line-height: 2;
	}
	.sub2-w3l p {
		font-size: 0.9em;
	}
	.contact-bottom input[type="submit"] {
		margin: 2em auto 0em;
	}
	.map {
		margin-top: 1em;
	}
	.ftr-grid {
		float: left;
		width: 33%;
	}	
	.footer-main1 {
		float: left;
		width: 30%;
	}
	.footer-main2 {
		float: right;
		width: 66%;
	}
	.footer-main2 ul li {
		margin-right: 0.6em;
	}
	.footer-main2 ul li a {
		font-size: 1em;
	}
	.footer-main1 h2 {
		line-height: 1.3em;
	}
	.map iframe {
		height: 328px;
	}
	.sub1-w3l h5 {
		width: 32%;
		margin: 2em auto;
		padding: 0.9em;
	}
	.sub1-w3l h4 {
		margin: 1em 0em 1em;
	}
	.sub2-w3l {
		padding: 0.5em 1em;
	}
	.sub2-w3l h4 {
		margin: 0.7em 0em;
	}
	.sub2-w3l a {
		margin: 1em 0em 1em;
	}
	.header-right-search {
		margin-bottom: 7px;
	}
}
@media(max-width:800px){
	.banner-text {
		min-height: 331px;
	}
	button.btn.btn-default {
		right: 4.5%;
	}
	.banner-w3lstext h3 {
		font-size: 2.9em;
	}
	.banner-w3lstext p {
		font-size: 1.05em;
		letter-spacing: 2px;
	}
	.popular-grid {
		width: 50%;
		float: left;
	}
	.popular-grid:nth-child(3), .popular-grid:nth-child(4){
		margin-top: 3em;
	}
	h5.title-w3, .team-top h3, .blog-agile h3, .gallery h3, .contact-top h3, .footer-top h3 {
		font-size: 2.4em;
		margin-bottom: 1.3em;
	}
	.popular-w3, .about-shreesai, .team, .blog-agile, .gallery, .contact, .footer {
		padding: 2em 0;
	}
	.caption ul {
		padding: 0em 0em 0em;
	}
	i.i1 {
		margin-bottom: 1%;
	}
	.map iframe {
		height: 284px;
	}
	.footer-main2 p {
		margin-bottom: 1.5em;
	}
	.copyright-agile {
		padding: 31px 0px 0px;
	}
	.sub1-w3l h5 {
		padding: 0.9em 0em;
	}
	.team-text h4 {
		font-size: 1.3em;
	}
	.header-left {
		margin-left: 12em;
	}
}
@media(max-width:768px){
	.banner-text {
		min-height: 317px;
		margin-top: 68px;
	}
	.banner-w3lstext h3 {
		font-size: 2.7em;
	}
	.banner-w3lstext p {
		font-size: 1em;
	}
	.sub1-w3l h5 {
		padding: 0.8em 0em;
		font-size: 1em;
	}
	.sub2-w3l h4 {
		font-size: 1.4em;
		margin: 0.9em 0em;
	}
	.sub1-w3l h4 {
		font-size: 1.4em;
	}
	h5.title-w3, .team-top h3, .blog-agile h3, .gallery h3, .contact-top h3, .footer-top h3 {
		font-size: 2.3em;
	}
	.in1 {
		margin-bottom: 2.5em;
	}
	.sub1-w3l {
		padding: 1.5em;
	}
	.ftr-grid h4 {
		font-size: 1.5em;
	}
	.footer-main2 h4 {
		font-size: 1.3em;
	}
	.footer-main1 h2 {
		line-height: 1.2em;
		letter-spacing: 1px;
	}
}
@media(max-width:767px){
	.ban-icon {
		margin: 0 34px;
	}
	a.hvr-outline-out {
		padding: 7px 13px;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #3C93E9;
	}
	.navbar-default .navbar-toggle {
		border-color: #2f3e5d !important;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #fff;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color:  #2f3e5d !important;
	}
	.navbar-nav {
		margin: 0px;
	}
	.header-right {
		width: 100%;
		float: none;
	}
	.navbar-nav > li > a {
		padding: 13px 0px;
		text-align: center;
	}
	.navbar-toggle {
		margin-top: 14px;
		margin-bottom: 14px;
	}
	.form-group input[type="search"] {
		width: 93%;
	}
	.form-group {
		margin: 0px 0px 20px 0;
	}
	.nav > li {
		margin-bottom: 10px;
	}
}
@media(max-width:736px){
	.banner-text {
		min-height: 304px;
	}
	h5.title-w3, .team-top h3, .blog-agile h3, .gallery h3, .contact-top h3, .footer-top h3 {
		font-size: 2.2em;
	}
	.contact-bottom input[type="submit"] {
		padding: 0.7em 1em 0.7em 1em;
		width: 22%;
	}
	.map iframe {
		height: 272px;
	}
	.footer-main2 ul li a {
		font-size: 0.9em;
	}
	.footer-main2 p {
		font-size: 0.9em;
	}
	.footer-main1 h2 {
		line-height: 1.1em;
		letter-spacing: 0px;
	}
	.copyright-agile p {
		letter-spacing: 2px;
	}
}
@media(max-width:667px){
	.banner-text {
		min-height: 275px;
	}
	.banner-w3lstext h3 {
		font-size: 2.5em;
	}
	.banner-w3lstext p {
		line-height: 1.5em;
	}
	.sub1-w3l h5 {
		width: 34%;
	}
	.ftr-grid {
		width: 50%;
	}
	.ftr-grid:nth-child(3) {
		margin-top: 1.5em;
	}
	.sub1-w3l {
		padding: 1em;
	}
	.sub2-w3l {
		padding: 0.5em 0.5em;
	}
	.sub2-w3l h4 {
		font-size: 1.35em;
		margin: 0.7em 0em;
	}
	.sub2-w3l a {
		margin: 0.9em 0em 1em;
		font-size: 1em;
	}
	.gallery-item {
		width: 50%;
	}
	.map iframe {
		height: 252px;
	}
	.footer-main2 ul li a {
		letter-spacing: 0px;
	}
	.footer-main1 h2 {
		letter-spacing: 0px;
	}
}
@media(max-width:640px){
	.ftr-grid h4 {
		font-size: 1.4em;
	}
	.footer-main1 {
		width: 100%;
	}
	.footer-main1 h2 {
		line-height: 1em;
		letter-spacing: 0px;
		margin: 0;
	}
	.footer-main2 {
		width: 100%;
		margin-top: 1em;
	}
	.footer-main2 ul li a {
		font-size: 1em;
		letter-spacing: 1px;
	}
	.banner-text {
		min-height: 263px;
	}
	.banner-w3lstext h3 {
		font-size: 2.4em;
	}
	.banner-w3lstext p {
		font-size: 0.95em;
	}
	.popular-grid h5 {
		font-size: 1.6em;
	}
	.caption ul li a i {
		width: 28px;
		height: 28px;
	}
	.main-w3l {
		width: 100%;
	}
	.sub1-w3l h5 {
		width: 26%;
		padding: 0.9em 0em;
	}
	.sub1-w3l h5 {
		margin: 3em auto;
	}
	.sub1-w3l h4 {
		margin: 1em 0em 1.5em;
	}
	.sub1-w3l h4 {
		font-size: 1.6em;
	}
	.sub2-w3l {
		padding: 1em;
	}
	.sub2-w3l h4 {
		font-size: 1.4em;
		margin: 1em;
	}
	.sub2-w3l a {
		margin: 1em;
		font-size: 1.1em;
		letter-spacing:0px;
	}
	.main2-w3l {
		width: 100%;
	}
	.ftr-grid h4 {
		font-size: 1.4em;
	}
	.header-right-search form input[type="search"] {
		width: 89%;
	}
	.header-right-search {
		float: none;
		margin-top: 14px;
	}
}
@media(max-width:600px){
	.logo a {
		padding: 21px 12px;
	}
	.banner-w3lstext h3 {
		font-size: 2.3em;
	}
	.banner-w3lstext p {
		font-size: 0.9em;
	}
	.banner-text {
		min-height: 247px;
	}
	.popular-grid h5 {
		font-size: 1.5em;
	}
	.team-grid {
		width: 50%;
	}
	.caption ul li a i {
		width: 30px;
		height: 30px;
		font-size: 1em;
	}
	.team-grid:nth-child(3) {
		margin-top: 1em;
	}
	.header-right-search form input[type="search"] {
		width: 87%;
	}
}
@media(max-width:568px){
	.logo a {
		padding: 18px 12px;
	}
	.banner-text {
		min-height: 234px;
	}
	.banner-w3lstext h3 {
		font-size: 2.2em;
	}
	.banner-w3lstext p {
		letter-spacing: 1px;
	}
	h4.sub-w3l {
		font-size: 1.1em;
	}
	p.subp-w3l {
		font-size: 0.9em;
	}
	.navbar-toggle {
		margin-top: 14px !important;
	}
	.header-left {
		margin-left: 13em;
	}
}
@media(max-width:480px){
	.logo a {
		font-size: 19px;
		padding: 16px 11px;
	}
	.banner-w3lstext h3 {
		font-size: 2em;
	}
	.banner-text {
		min-height: 198px;
	}
	.popular-grid {
		width: 100%;
	}
	.popular-grid:nth-child(2) {
		margin-top: 3em;
	}
	.nbs-flexisel-nav-left {
		left: 93%;
		top: -12% !important;
	}
	.nbs-flexisel-nav-right {
		top: -12% !important;
	}
	.header-left {
		margin-left: 11em;
	}
	.sub2-w3l {
		padding: 0.5em;
	}
	.sub1-w3l {
		padding: 0.5em;
	}
	.sub1-w3l h4 {
		font-size: 1.4em;
	}
	.contact-bottom textarea {
		height: 10em;
	}
	.contact-bottom input[type="submit"] {
		font-size: 0.9em;
		width: 31%;
	}
	.map iframe {
		height: 217px;
	}
	.ftr-grid {
		width: 100%;
	}
	.ftr-grid:nth-child(2), .ftr-grid:nth-child(3) {
		margin-top: 1em;
	}
	.footer-main1 h2 {
		line-height: 0.9em;
	}
	.footer-main2 h4 {
		font-size: 1.2em;
	}
	.footer-main2 ul li a {
		letter-spacing: 0px;
	}
	.copyright-agile p {
		letter-spacing: 1px;
		line-height: 2;
	}
	.header-right-search form input[type="search"] {
		width: 81%;
	}
	.header-right-search {
		float: none;
		margin-top: 14px;
	}
}
@media(max-width:414px){
	.form-group {
		width: 85%;
	}
	.navbar-toggle {
		padding: 8px 8px !important;
	}
	.navbar-toggle .icon-bar {
		width: 20px;
	}
	.form-group input[type="search"]  {
		width: 100%;
	}
	.navbar-toggle {
		margin-right: 4px !important;
	}
	.logo a {
		font-size: 18px;
		padding: 15px 10px;
	}
	.header-left {
		margin-left: 10em;
	}
	.banner-w3lstext h3 {
		font-size: 1.9em;
	}
	.banner-w3lstext p {
		letter-spacing: 0px;
		font-size: 0.85em;
	}
	.banner-text {
		min-height: 170px;
		margin-top: 70px;
	}
	.popular-grid h5 {
		font-size: 1.45em;
		padding: 0.1em;
	}
	h5.title-w3, .team-top h3, .blog-agile h3, .gallery h3, .contact-top h3, .footer-top h3 {
		font-size: 2em;
	}
	.team-grid {
		width: 100%;
	}
	.caption ul li a i {
		width: 37px;
		height: 37px;
		font-size: 1.3em;
	}
	.col-md-4.team-grid:nth-child(2) {
		margin-top: 1em;
	}
	.team-text h4 {
		font-size: 1.4em;
	}
	.sub2-w3l h4 {
		font-size: 1.3em;
		margin: 0.8em;
		margin: 0.8em 0em 1.2em;
	}
	.sub2-w3l p {
		line-height: 1.8em;
	}
	.sub2-w3l a {
		font-size: 1em;
	}
	.contact-bottom textarea {
		height: 8.5em;
	}
	.map iframe {
		height: 178px;
	}
	.contact-bottom input[type="submit"] {
		width: 33%;
		letter-spacing: 0px;
	}
	.ftr-grid p {
		font-size: 0.9em;
	}
	.ftr-grid h4 {
		font-size: 1.2em;
	}
	.footer-agile {
		padding: 2em 0em;
	}
	.footer-main1 h2 {
		font-size: 2em;
	}
	.footer-main2 h4 {
		font-size: 1.1em;
	}
	.footer-main2 ul li {
		width: 6em;
		line-height: 2;
	}
	.gallery-item {
		width: 100%;
	}
	.popular-grid p {
		font-size: 0.9em;
	}
	.header-right-search form input[type="search"] {
		border: none;
		outline: none;
		padding: 8px 0px;
		font-size: 14px;
		color: #777;
		background: none;
		border-bottom: 2px solid #ef5734;
		width: 79%;
	}
}
@media(max-width:384px){
	.banner-text {
		min-height: 160px;
	}
	.flex-control-nav {
		bottom: -32%;
	}
	.navbar-toggle .icon-bar {
		width: 20px !important;
	}
	.header-right-search form input[type="search"] {
		width: 75%;
	}
	.navbar-nav > li > a {
		padding: 9px 12px !important;
	}
}
@media(max-width:375px){
	.panel-title {
		font-size: 15px !important;
	}
	.contact-bottom textarea {
		height: 8em;
	}
	.map iframe {
		height: 156px;
	}
	h5.title-w3, .team-top h3, .blog-agile h3, .gallery h3, .contact-top h3, .footer-top h3 {
		font-size: 1.9em;
	}
	.ftr-grid h4 {
		font-size: 1.15em;
	}
	.ftr-grid:nth-child(2), .ftr-grid:nth-child(3) {
		margin-top: 0.5em;
	}
	.footer-main2 p {
		font-size: 0.85em;
	}
	.footer-main2 ul li {
		padding: 0em;
		width: 6em;
		line-height: 2;
	}
	.copyright-agile p {
		font-size: 0.9em;
	}
	.header-right-search form input[type="search"] {
    border: none;
    outline: none;
    padding: 8px 0px;
    font-size: 14px;
    color: #777;
    background: none;
    border-bottom: 2px solid #ef5734;
    width: 74%;
}
}
@media(max-width:320px){
	.logo a {
		font-size: 16px;
		padding: 9px 8px;
	}
	.header-left {
		margin-left: 8.5em;
	}
	.form-group input[type="search"]  {
		padding: 3px 3px;
	}
	.navbar-toggle {
		margin-right: -6px !important;
	}
	button.btn.btn-default {
		width: 16px;
		top: -21%;
	}
	.banner-w3lstext h3 {
		font-size: 1.8em;
	}
	.banner-w3lstext p {
		font-size: 0.8em;
	}
	.navbar-toggle {
		padding: 7px 7px !important;
	}
	.popular-grid h5 {
		font-size: 1.4em;
		padding: 0em;
	}
	.popular-text i {
		margin-top: 0.3em;
	}
	.popular-w3, .about-shreesai, .team, .blog-agile, .gallery, .contact, .footer {
		padding: 1em 0;
	}
	h4.sub-w3l {
		font-size: 1em;
	}
	.panel-title {
		font-size: 14px !important;
		line-height: 1.5;
	}
	h5.title-w3, .team-top h3, .blog-agile h3, .gallery h3, .contact-top h3, .footer-top h3 {
		font-size: 1.6em;
	}
	.caption ul li a i {
		width: 34px;
		height: 34px;
		font-size: 1.15em;
	}
	.team-text h4 {
		font-size: 1.2em;
		margin-bottom: 0em;
	}
	.sub1-w3l h5 {
		margin: 2em auto;
		font-size: 0.9em;
		width: 35%;
	}
	.sub1-w3l h4 {
		font-size: 1.3em;
		margin: 1em 0em 1em;
	}
	.sub2-w3l p {
		font-size: 0.85em;
	}
	.sub2-w3l h4 {
		font-size: 1.2em;
		margin: 0.8em 0em 0.9em;
	}
	.sub2-w3l a {
		margin: 0.8em;
	}
	.contact-bottom input[type="text"], .contact-bottom input[type="email"] {
		margin: 0.5em 0em;
		padding: 7px 10px;
	}
	.contact-bottom textarea {
		height: 6em;
		margin: 0.5em 0em;
	}
	.contact-bottom input[type="submit"] {
		font-size: 0.89em;
		width: 45%;
		margin: 1.5em auto 0em;
	}
	.map iframe {
		height: 128px;
	}
	.map {
		margin-top: 2em;
	}
	.ftr-grid h4 {
		font-size: 1.1em;
	}
	.ftr-grid:nth-child(2), .ftr-grid:nth-child(3) {
		margin-top: 0em;
	}
	.footer-main1 h2 {
		font-size: 1.9em;
	}
	.footer-main2 p {
		font-size: 0.8em;
	}
	.footer-main2 ul li {
		width: 5em;
	}
	.footer-main2 ul li a {
		font-size: 0.9em;
	}
	.copyright-agile {
		padding: 9px 0px 0px;
	}
	.footer-main2 ul li {
		width: 7em;
	}
	.footer-main2 h4 {
		font-size: 1.05em;
	}
	.col-md-4.team-grid:nth-child(2) {
		margin-top: 0.5em;
	}
	.header-right-search form input[type="search"] {
		width: 66%;
	}
}
/*-- //Responsive --*/


/* Social Media */

.share-it{
	position:fixed;
	min-height:200px;
	width:40px;
	right:0;
	z-index:9;
	top:40%;
}	
.share-it i{
	font-size:16px;
}
	
a.multipage{background:#ee3046; border:2px #ee3046 solid; color:#fff;} 	
a.multipage:hover{background:#fff; border:2px #fff solid; color:#333;} 	
	
	
	.facebook{margin:0 auto; float:left; margin-right:4px;}
.facebook  a{
	color:#fff;
	padding:10px 16px;
	background-color:#527aba;
	display:inline-block;
	transition:0.5s ease;
}
.facebook  a:hover{
	color:#fff;
	padding:10px 20px;
	margin-left:-20px;
	background-color:#527aba;
	display:inline-block;
}

.twitter{margin:0 auto; float:left; margin-right:4px;}
.twitter  a{
	color:#fff;
	padding:10px 16px;
	background-color:#77cdf1;
	display:inline-block;
	text-align:center;
	transition:0.5s ease;
}
.twitter  a:hover{
	color:#fff;
	padding:10px 20px;
	margin-left:-20px;
	background-color:#77cdf1;
	display:inline-block;
	text-align:center;

}

.insta{margin:0 auto; float:left; margin-right:4px;}
.insta  a{
	color:#fff;
	padding:10px 16px;
	background-color:#4c4c4c;
	display:inline-block;
	transition:0.5s ease;
}
.insta  a:hover{
	color:#fff;
	padding:10px 20px;
	margin-left:-20px;
	background-color:#4c4c4c;
	display:inline-block;
	
}

.linkedin{margin:0 auto; float:left; margin-right:4px;}
.linkedin a{
	color:#fff;
	padding:10px 16px;
	background-color:#157ecc;
	display:inline-block;
	transition:0.5s ease;
}
.linkedin a:hover{
	color:#fff;
	padding:10px 20px;
	margin-left:-20px;
	background-color:#157ecc;
	display:inline-block;
	
}


/* patner */

.future h3 {
  font-size: 3em;
  color: #000;
  margin: 0 0 1em;
font-family: 'Montserrat-Regular';
  text-align: center;
}
.future h3:after,.future h3:before {
  width: 200px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: #000;
  margin: 0 1%;
}
.project-fur{
	border: 1px solid #CACACA;
	margin: 0 15px;
}
.fur{
	padding: 1em 0em;
}
.fur1{
	padding: 0 1.5em 1em;
}
.fur1 span{
	font-size: 0.8em;
	color:#000;
	display: block;
	line-height: 1.5em;
	padding: 0.2em 0;
}
span.fur-money{
	color:#000;
}
.fur1 h6{
	color:#001647;
	font-size: 1em;
	font-family: 'Montserrat-Regular';
	margin: 0.3em 0;
}
.fur1 h6 a{
	color:#001647;
	text-decoration: none;
}
.fur1 h6 a:hover{
	color:#000;
}
.fur2{
	border-top:1px dotted  #CACACA ;
	padding: 1em 1.5em 0em;
}
.fur2 span{
	font-size: 0.8em;
	color:#000;
	display: block;
	line-height: 1.5em;
	text-align: center;
}
.future {
  padding: 5em 0;
}
#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	list-style-type: none;
}
.nbs-flexisel-inner {
	overflow: hidden;
	width:90%;
	margin: 0 auto;
}
.nbs-flexisel-item {
	float: left;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;	
}

@import url(https://fonts.googleapis.com/css?family=Montserrat);





svg {
    display: block;
    font: 10.5em 'Montserrat';
    width: 60px;
    height: 50px;
    margin: 0 auto;
}

.text-copy {
    fill: none;
    stroke: white;
    stroke-dasharray: 6% 29%;
    stroke-width: 5px;
    stroke-dashoffset: 0%;
    animation: stroke-offset 5.5s infinite linear;
}

.text-copy:nth-child(1){
    stroke: black;
	animation-delay: -1;
}

.text-copy:nth-child(2){
	stroke: red;
	animation-delay: -2s;
}

.text-copy:nth-child(3){
	stroke: black;
	animation-delay: -3s;
}

.text-copy:nth-child(4){
	stroke: red;
	animation-delay: -4s;
}

.text-copy:nth-child(5){
	stroke: #FF5900;
	animation-delay: -5s;
}

@keyframes stroke-offset{
	100% {stroke-dashoffset: -35%;}
}