body {
	padding: 0;
	margin: 0;
	background: #FFF;
	font-family: 'Open Sans', sans-serif;
}
body a {
	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;
}
body a:hover {
	text-decoration: none;
}
body a:focus, 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;
	padding: 0;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
}
p {
	margin: 0;
}
ul {
	margin: 0;
	padding: 0;
}
label {
	margin: 0;
}
img {
	width: 100%;
	max-width: 100%;
}
a:focus, a:hover {
	text-decoration: none;
	outline: none
}


 .carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
    overflow:hidden;
}

.item.active img {
    transition: transform 5000ms linear 0s;
    /* This should be based on your carousel setting. For bs, it should be 5second*/
    transform: scale(1.05, 1.05);
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-caption {
    position: absolute;
    right: 0;
     /*bottom: 0; */
    left: 0;
    width: 100%;
     top: 31%; 
    /*bottom: 0;*/
    z-index:10;
    /*height:300px;*/
    padding-top: 20px;
    margin: 0 auto;
    padding-bottom: 20px;
    color: #fff;
    /*background-color: rgba(0,0,0,0.3);*/
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.first-caption {
    position: absolute;
    right: 0;
     /*bottom: 0; */
    left: 0;
    width: 100%;
     top: 40%; 
    /*bottom: 0;*/
    z-index:10;
    /*height:300px;*/
    padding-top: 20px;
    margin: 0 auto;
    padding-bottom: 20px;
    color: #fff;
    /*background-color: rgba(0,0,0,0.3);*/
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.sub-caption{
	 position: absolute;
    right: 0;
     /*bottom: 20px; */
    left: 0;
    width: 100%;
     top: 40%; 
    /*bottom: 0;*/
    z-index:10;
    /*height:350px;*/
    padding-top: 20px;
    margin: 0 auto;
    padding-bottom: 20px;
    color: #fff;
    /*background-color: rgba(0,0,0,0.3);*/
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
/*.sub-caption1{*/
/*	 position: absolute;*/
/*    right: 0;*/
    /* bottom: 20px; */
/*    left: 0;*/
/*    width: 100%;*/
    /* top: 40%; */
/*    bottom: 0;*/
/*    z-index:10;*/
/*    height:150px;*/
/*    padding-top: 20px;*/
/*    margin: 0 auto;*/
/*    padding-bottom: 20px;*/
/*    color: #fff;*/
/*    background-color: rgba(0,0,0,0.3);*/
/*    text-align: center;*/
/*    text-shadow: 0 1px 2px rgba(0,0,0,.6);*/
/*}*/
.carousel-caption .main-title{
  font-size: 49px;

}
.carousel-caption .sub-title{
  font-size: 18px;
 
}
 .car-indi .carousel-indicators{
    position: absolute;
    bottom: 148px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
}
@media (min-width: 992px ) {
	.carousel-inner .active.left {
		left: -25%;
	}
	.carousel-inner .next {
		left:  25%;
	}
	.carousel-inner .prev {
		left: -25%;
	}
}

@media (min-width: 768px) and (max-width: 991px ) {
	.carousel-inner .active.left {
		left: -33.3%;
	}
	.carousel-inner .next {
		left:  33.3%;
	}
	.carousel-inner .prev {
		left: -33.3%;
	}
	.active > div:first-child {
		display:block;
	}
	.active > div:first-child + div {
		display:block;
	}
	.active > div:last-child {
		display:none;
	}
	.active > .carousel-caption:last-child {
		display:block;
	}
	.sub-caption {
    position: absolute;
    right: 0;
    /* bottom: 20px; */
    left: 0;
    width: 100%;
    top: 45%;
    /* bottom: 0; */
    z-index: 10;
    /* height: 350px; */
    padding-top: 20px;
    margin: 0 auto;
    padding-bottom: 20px;
    color: #fff;
    /* background-color: rgba(0,0,0,0.3); */
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
	
}

@media (max-width: 767px) {
	.carousel-inner .active.left {
		left: -100%;
	}
	.carousel-inner .next {
		left:  100%;
	}
	.carousel-inner .prev {
		left: -100%;
	}
	.active > div {
		display:none;
	}
	.active > .carousel-caption {
		display:block;
	}
	.active > div:first-child {
		display:block;
	}

	
}



 @media (min-width: 768px) and (max-width: 991px){
 	.carousel-caption .active{
 		display:block;
 	}
 }
 @media (min-width: 768px) and (max-width: 1024px){
 	.carousel-caption .active{
 		display:block;
 	}
 }

 @media (min-width: 768px) and (max-width: 991px) {
      #myCarousel .carousel-inner .item .item-item:last-child {
        display: none;
      }
   }
@media (max-width: 768px) {
     #mymyCarousel .carousel-inner {
      height: 320px;
    }
 }
.carousel-inner {
  overflow-y: hidden;
}
.carousel-inner .active.left { left: -25%; }
.carousel-inner .next        { left:  25%; }
.carousel-inner .prev    { left: -25%; }
.carousel-control        { width:  4%; }
.carousel-control.left,.carousel-control.right {margin-left:15px;background-image:none;}
.carousel-inner .item-item {
  padding:0!important;
  margin-left:15px;
  margin-right:15px;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}


   
.banner {
/*    background: url(../images/banner.jpg) no-repeat;
*/    width: 100%;
    display: block;
    height: auto;
    background-size: cover;
    position: relative;
}
.banner h1 {
    text-align: center;
    color: #fff;
    font-size: 2.2em;
    margin: 0 0 1em;
}
.banner-info1 p {
    text-align: center;
    color:#C5C4C4;
    line-height: 1.8em;
    margin: 0;
}
.banner-info {
    width: 70%;
    margin: 15em auto 0;
}
.sub-row{
	margin-left:0;
	margin-right:0;
}

/*-- //Reset-Code --*/
.header {
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 1000;
    width: 100%;
}
/*-- Index-Page-Styling --*/
.navbar .nav{
	padding-top:6px;
}
.navbar-default {
	background-color:rgba(0, 0, 0, 0.5);
	border: none;
	margin-bottom: 0;
	border-radius: 0;
}
a.navbar-brand {
	font-family: 'Hammersmith One', sans-serif;
	font-size: 40px;
	line-height: 28px;
}
.navbar-default .navbar-brand {
	color: #EEE;
}
/*.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {*/
/*	color: #FFF;*/
/*}*/
.navbar .nav .navbar-nav {
	float: right;
	padding-top: 17px;
}
.navbar .nav .navbar-nav li {
	float: left;
	text-align: center;
	display: inline-block;
}
.navbar li a{
  padding-left: 20px;
  padding-right:20px;
}
.navbar li a:hover, .navbar li a:focus{
  color: #e30045;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #e00144;
     background-color: transparent; 
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #e30045;
    background-color: transparent;
}
nav a {
    display: inline-block;
    /*margin: 5px;*/
    outline: none;
    color: #EEE;
    text-decoration: none;
    font-weight: 400;
/*    text-shadow: 0 0 1px rgba(255,255,255,0.3);
*/    font-size: 15px;
}
.navbar-header a {
  display: inline-block;
}
.navbar-header span{
  display: inline-block;
  /*margin-bottom:30px;*/

}

 
/*.hover-effect a {
	overflow: hidden;
	height: 25px;
}*/
/*.hover-effect a span {
	position: relative;
	display: inline-block;
	-Webkit-transition: -Webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}*/
/*.hover-effect a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-Webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.hover-effect a:hover span, .hover-effect a:focus span {
	-Webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}*/
/*--agile--*/
.agile {
    padding: 5em 0;
    background-color: #fff;
}
/*--tabs style--*/
/*-- Accordion --*/
.accordion, .accordion * {
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}
.accordion {
	overflow:hidden;
}
/*----- Section Titles -----*/
.accordion-section-title {
    width: 85%;
    display: inline-block;
    border-bottom: 1px solid rgb(2, 57, 76);
    background: #032F3E;
    transition: all linear 0.15s;
    font-size: 17px;
    color: #fff;
    text-indent: 2em;
    text-decoration: none;
    padding: 15px 0;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
}
.accordion-section-title.active, .accordion-section-title:hover,.accordion-section-title.focus {
    color: #fff;
	text-decoration:none;
	background:#215954;
}
.accordion-section:last-child .accordion-section-title {
border-bottom: none;
}
.accordion-section-content.open{
    border-top: 1px solid #cacaca;	
}
.accordion-section-content {
    padding: 15px 15px;
    display: none;
    border: none;
    border: 1px solid #215954;
    background: #fff;
    text-decoration: none;
    width: 85%;
}
/*-- w3layouts --*/
.accordion p {
    color: #464646;
    font-size: 14px;
    line-height: 1.8em;
}
.accordion i {
    float: right;
    margin:4px 20px 0 0;
    color: #fff;
    font-size: 13px;
}
a.accordion-section-title span {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin: 0 9px 14px 0;
    color: #929292;
}
.accordion-section h6 {
    font-size: 20px;
    margin-bottom: 15px;
}
.accordion-section ul li {
    list-style-type: none;
    line-height: 2em;
    font-size: 14px;
    color: #464646;
}
.accordion-section ul li a{
    color: #464646;
	text-decoration:none;	
}
.accordion-section ul li span {
    margin-right: 14px;
    color: #10A7AF;
    font-weight: 100;
}
/*-- w3l --*/
.w3l {
    padding: 5em 0;
    background-color:rgba(70, 70, 70, 0.05);
}

/*.w3l h4{*/
/*	text-transform:uppercase;*/
/*	color:#032F3E;*/
/*    padding: 50px 0 28px;*/
/*}*/
/*-- agileits --*/
.w3l p.p1 {
    color: #777;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 0;
    font-size: 14px;
    text-indent: 50px;
    font-weight: 400;
    line-height: 28px;
}
/*-- /About Us --*/
.agileits {
    padding: 5em 0 2em 0;
}
.hovereffect {
  width: auto;
  height: 420px;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.hovereffect .overlay-a {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  pointer-events:none;
  background-color: rgba(0,0,0,0.6);
   -webkit-transition-duration: 0.5s;
 transition-duration: 0.5s;
 -webkit-transition-property: color, background-color;
 transition-property: color, background-color;
}

.hovereffect .fancy-line {
  color: #fff;
  text-align: center;
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect a img {
  display: block;
  position: relative;
}

.hovereffect .info {
  text-decoration: none;
  text-align: center;
  width: 100%;
  color: #fff;
  top:106px;
  position:absolute;
  overflow: hidden;
}
.overlay-a .content-para p {
    font-size: 18px;
    color:rgba(255, 255, 255, 0.91);
    line-height: 1.5em;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    padding-right:5px;
}








/*-- wthree --*/
.wthree{
	padding:5em 0;
	background-color: #f4f4f4;
}
.w3l h3,.wthree h3,.agileits h3,.agile h3{
	text-align:center;
	color:#032F3E;
	font-size:3em;
	margin:0.5em 0 0.5em;
}
p.vel{
	font-size:14px;
	color:#fff;
	margin:.5em 0 0;
	line-height:1.8em;
	text-align:center;
}
.services-grid-left1{
	padding:0;
}
.services-grid-left1 i span {
    font-size: 0.8em;
}
.services-grids:nth-child(3){
	margin:5em 0 4em;
}
/*-- effect --*/
.hovicon {
    display: inline-block;
    font-size: 45px;
    line-height: 90px;
    cursor: pointer;
    margin:0px 20px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #fff;
}
/*-- w3layouts --*/
.hovicon:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content:'';
    -Webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.hovicon:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -Webkit-font-smoothing: antialiased;
}
/* Effect 2 */
 .hovicon.effect-2 {
    color: #fff;
	box-shadow:0 0 0 3px #032F3E;
    -Webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}
.hovicon.effect-2:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    background:#032F3E;
    -Webkit-transition: -Webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}
/* Effect 2a */
 .hovicon.effect-2.sub-a:hover, .hovicon.effect-2.sub-a:hover i {
    color:#eee;
}
/*-- agileits --*/
.hovicon.effect-2.sub-a:hover:after {
    -Webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}
/*-- //effect --*/
.services-grid-left2 h4 {
    font-size: 2em;
    color: #032F3E;
    margin: 0;
    text-align: left;
}
.services-grid-left2 p{
	margin:1em 0 0;
	color:#777;
	font-size:14px;
	line-height:1.8em;
}
/*-- //services --*/
/*-- Footer --*/
.footer {
	background-color: #212121;
}
.footer-info {
	margin-top: 50px;
}
.footer h4 {
	color: #fff;
	padding: 20px 0 25px;
	font-weight: 600;
	text-align: left;
	font-size:1.5em;
}
.footer-info li {
	color: #B7B4B4;
	display: block;
	font-weight: 400;
	font-size: 12px;
	line-height: 25px;
}
.links a {
	color: #EEE;
}
.links a:hover {
	color: #FFF;
}
a.mail {
	color: #B7B4B4;
}
a.mail:hover {
	color: #fff;
}
/*.footer-info-grid.links li {*/
/*    float: left;*/
/*    width: 31%;*/
/*    margin: 1%;*/
/*}*/
/*-- Newsletter --*/
.footer-info p {
	color: #B7B4B4;
	font-weight: 400;
	font-size: 12px;
	line-height: 23px;
	margin-bottom: 20px;
	text-align: left;
}
.newsletter {
	position: relative;
}
.newsletter .email {
	padding: 5px 60px 5px 15px;
	border-radius: 3px;
	-Webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	height: 40px;
	border: 1px solid #fff;
	width: 100%;
	text-align: left;
}
.newsletter .email {
	color: #bcc0c4;
	background-color:#F4F4F4;
	border: none;
}
.newsletter .submit {
	width: 40px;
	height: 40px;
	background-image: url('../images/subscribe.png');
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	background-color: #032F3E;
	top: 0;
	right: 0;
	border: none;
}
/*-- //Newsletter --*/
/*-- Copyright --*/
.copyright {
	text-align: center;
	padding: 30px 0;
}
.copyright p {
	color: #444;
}
/*.copyright a {*/
/*	color: #FFF;*/
/*	text-decoration: none;*/
/*}*/
/*.copyright a:hover {*/
/*	color: #B7B4B4;*/
/*	text-decoration: underline;*/
/*}*/
/*-- //Copyright --*/
.social ul li{
  padding: 0em;
  list-style:none;
  display:inline-block;
}
.social ul li a span.fa {
  background-position: 0px -2px;
}
.social ul li a span.tw {
  background-position: -41px -3px;
}
.social ul li a span.g {
  background-position:-86px -4px;
}
.social ul li span.in {
  background-position: -129px -4px;
}
.social ul li a  span.pin {
  background-position:-174px -5px;
}
.social ul li a  span.fa:hover {
  opacity:0.5;
	transition: 0.5s all;
	-Webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.social ul li a span.tw:hover {
  opacity:0.5;
	transition: 0.5s all;
	-Webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.social ul li a span.g:hover {
  opacity:0.5;
	transition: 0.5s all;
	-Webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.social ul li a span.in:hover {
  opacity:0.5;
	transition: 0.5s all;
	-Webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.social ul li a span.pin:hover {
 opacity:0.5;
	transition: 0.5s all;
	-Webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all; 
}
.social ul li span{
  background:url(../images/ftr-icons.png)no-repeat;
  width:34px;
  height:36px;
  display:block;
}
/*--projects--*/
.agileits h4 {
    text-align: center;
    color: #032F3E;
    font-size: 1.7em;
    margin: 0.3em 0;
}
.agileits p {
    /*margin: 1em 0 0;*/
    color: #777;
    /*font-size: 14px;*/
    /*line-height: 1.8em;*/
	text-align:center;
}


/* packages */
.pdf-img .pdf{
	color:#e20045;
	font-size:12px;
	text-align:center;
	margin-left:20px;
}
.pdf span{
	color:#e20045;
}

@media only screen and (min-width : 1200px) {


.pdf-img .img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    /*width: 100% \9;*/
    width:100%;
    height: 699px !important;
   
}

}



@media only screen and (max-width : 1200px) {

.pdf-img .img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    /*width: 100% \9;*/
    width:100%;
    height: 699px !important;
   
}
}

.pdf-img .img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    /*width: 100% \9;*/
    width:100%;
    height: 699px;
   
}

/* design for design.html page*/

.design_html_page .img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    width:100%;
    height: 470px;
    object-fit: cover;
}
.design_html_page_outer_div{
   margin-top: 68px !important; 
}

/* packages end */
/* caption */
.history-grid-image{
	position:relative;
}
.sub-history-content{
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    left: 0;
    pointer-events:none;
    margin: 0 auto;
    background-color:rgba(0,0,0,0.5);
    height:100px;

}
.sub-history-content h4{
	color:#fff;
	margin-top:24px;
	font-size:30px;
}
.sub-item img{
	margin:0 auto;
}
/*.sub-history-content p{*/
/*	color:#f2f2f2;*/
/*	font-size:20px*/
/*}*/


/*caption end*/

/* owl-carousel */

/* owl-carousel end */

/*-- //Footer --*/
.banner-1 {
    /*background: url(../images/banner.jpg) no-repeat;*/
    /*width: 100%;*/
    /*display: block;*/
    /*height: 250px;*/
    /*background-size: cover;*/
}
.banner-2 {
    background: url(../images/home2.jpg) no-repeat;
    width: 100%;
    display: block;
    height: 300px;
   /* background-size: cover;*/
}
/*-- gallery-page --*/

.view {
  width: 31.5%;
  height: 100%;
   margin: 10px;
   float: left;
   border: 10px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
}
.view:hover{
	padding:10px;
	border: 1px solid #e30045;

}
.view img:hover{
	opacity:0.5;
}
.view .mask,.view .content {
  width: 100%;
  height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view-seventh img {
   -webkit-transition: all 0.5s ease-out;
   -moz-transition: all 0.5s ease-out;
   -o-transition: all 0.5s ease-out;
   -ms-transition: all 0.5s ease-out;
   transition: all 0.5s ease-out;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   opacity: 1;
}
.view-seventh .mask {
   background-color:#215954;
   -webkit-transform: rotate(0deg) scale(1);
   -moz-transform: rotate(0deg) scale(1);
   -o-transform: rotate(0deg) scale(1);
   -ms-transform: rotate(0deg) scale(1);
   transform: rotate(0deg) scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   opacity: 0;
   -webkit-transition: all 0.9s ease-out;
   -moz-transition: all 0.9s ease-out;
   -o-transition: all 0.9s ease-out;
   -ms-transition: all 0.9s ease-out;
   transition: all 0.9s ease-out;
}
.view-seventh h2,.view-seventh h3 {
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-seventh p {
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-seventh a.info {
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-seventh:hover img {
   -webkit-transform: rotate(720deg) scale(0);
   -moz-transform: rotate(720deg) scale(0);
   -o-transform: rotate(720deg) scale(0);
   -ms-transform: rotate(720deg) scale(0);
   transform: rotate(720deg) scale(0);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   opacity: 0;
}
.view-seventh:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   opacity: 1;
   -webkit-transform: translateY(0px) rotate(0deg);
   -moz-transform: translateY(0px) rotate(0deg);
   -o-transform: translateY(0px) rotate(0deg);
   -ms-transform: translateY(0px) rotate(0deg);
   transform: translateY(0px) rotate(0deg);
   -webkit-transition-delay: 0.4s;
   -moz-transition-delay: 0.4s;
   -o-transition-delay: 0.4s;
   -ms-transition-delay: 0.4s;
   transition-delay: 0.4s;
}
.view-seventh:hover h2,.view-seventh:hover h3 {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.7s;
   -moz-transition-delay: 0.7s;
   -o-transition-delay: 0.7s;
   -ms-transition-delay: 0.7s;
   transition-delay: 0.7s;
}
.view-seventh:hover p {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.6s;
   -moz-transition-delay: 0.6s;
   -o-transition-delay: 0.6s;
   -ms-transition-delay: 0.6s;
   transition-delay: 0.6s;
}
.view-seventh:hover a.info {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.5s;
   -moz-transition-delay: 0.5s;
   -o-transition-delay: 0.5s;
   -ms-transition-delay: 0.5s;
   transition-delay: 0.5s;
}
.view h2,.view h3  {
  color: #e6e6e6;
  text-align: center;
  position: relative;
  font-size: 23px;
  padding: 10px;
  background:#032F3E;
  margin: 72px 0 25px 0;
}
.view p { 
  font-size: 14px;
  line-height: 1.8em;
  position: relative;
  color: #fff;
  padding: 0px 20px 20px;
  text-align: center;
}
.view.view-seventh img {
  width: 100%;
}
/*-- //gallery-page --*/
/*-- contact --*/
.contact iframe{
	width:100%;
	min-height: 231px;
	/*margin: 3em 0 0;*/
}
.contact-form {
	padding-top: 3em;
	padding-bottom:3em;
}
.contact-form-left p {
	color: #999;
    font-size: 14px;
    margin: 0 auto 1em;
    line-height: 1.8em;
}
.contact-form-left h5 {
	color:#9ec503;
	font-size: 18px;
	font-weight: 600;
	margin: 1.5em 0;
}
.contact-form-left a{
	color: #215954;
	font-size: 17px;
	text-decoration:none;
	font-family: 'Josefin Sans', sans-serif;
}
.contact-form-left a:hover{
	color:#e20045;
	text-decoration:none;
	transition:.5s all;
}
.contact input[type="text"],.contact input[type="email"],.contact textarea {
	display: inline-block;
    background: none;
    border: 1px solid #C7C5C5;
    width: 100%;
    outline: none;
    font-size: 14px;
    margin:0.3em 0;
    color: #030202;
    padding: 10px 15px;
}
.contact input[type="email"] {
	/*margin:0 .9em;*/
}
.contact textarea {
	width: 100%;
	display: block;
	min-height: 150px;
	resize: none;
	/*margin: 1em 0;*/
}
.contact input[type="submit"]{
	background: #e20045;
    border: none;
    padding: 10px 0px;
    width: 21%;
    font-size: 16px;
    color: #fff;
    outline: none;
    transition: .5s all;
}
.contact input[type="submit"]:hover{
	background:rgba(226, 0, 69, 0.63);;
}
.contact-enquiry{
	background-color:#e20045;
	padding:10px;
}
.contact-thumb{
	border:1px solid #e20045;
}
.contact-col{
	padding-right:0;
	padding-left:0;
}
.contact-col .contact-form-left{
	padding-right:15px;
	padding-left:0;
}
.contact-col .contact-form-right{
	padding-right:0;
	padding-left:15px;
}
.contact-add span{
	font-size:14px;
}
.contact-line{
	text-decoration:underline;
}
.contact-loc{
	padding-top:40px;
}
address {
    margin-bottom: 0 ! important;
}
.contact-form .fancy-line{
	margin:0 0 0.5em 0;
}
strong{
	color:#e20045;
}
.contact-enquiry strong{
	color:#fff;
}
/*-- //contact --*/
/**about**/
.about,.services,.gallery,.codes,.contact {
  padding: 5em 0;
}

.about-header h3 {
    font-size: 2.5em;
    text-transform: capitalize;
    color: #215954;
    margin-bottom: 2em;
}
.about-header p {
  font-size: 1.2em;
  color: #555;
 line-height:1.8em;
}
.about-header {
  text-align: center;
  margin-bottom: 2em;
}
.about h4 {
    font-size: 1.5em;
    text-transform: capitalize;
    margin: 1em 0;
    color: #032F3E;
    text-align: left;
}
.about p {
  font-size: 1em;
  color: #999;
  line-height: 1.8em;
}
.about-bottom {
    margin: 5em 0 0;
}
.team2 {
  padding: 2em 0;
}
.testimonials {
  padding: 4em 0;
  text-align: center;
  background:#f4f4f4;
 }
.testimonials h4 {
    font-size: 1.5em;
    text-transform: capitalize;
    margin: 1em 0 0;
    color: #032F3E;
    text-align: right;
}
.testimonials p {
  font-size: 1em;
  color: #777;
  line-height: 1.8em;
}
.test-grids {
  margin-top: 3em;
}
.services h4 {
    font-size: 1.5em;
    text-transform: capitalize;
    margin: 1em 0;
    color: #032F3E;
    text-align:center;
}
.services p {
    font-size: 1em;
    color: #777;
	line-height: 1.8em;
	text-align:center;
}
.service-grids1 {
    margin-top: 3em;
	}
	
	
/*partners*/
.main-content{
  background: #ffffff;
  padding: 25px 0;
  float: left;
  width: 100%;
}
.page-Width {
  width: auto;
  padding: 0 10px;
  box-sizing: border-box;
}
.partners-col {
  width: 80%;
  margin: 0 auto;
 
}
.partners-col-in {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ddd;
}
.partners_col_left a {
  box-sizing: border-box;
  padding: 133px;
  text-align: center;
  width: 50%;
  float: left;
  border-right: 1px solid #ddd;
	vertical-align: middle;
  display: block;
}
.partners_col_right a {
    box-sizing: border-box;
    padding: 102px;
    text-align: center;
    vertical-align: middle;
    width: 43%;
    float: right;
    display: block;
}
.partners_col_in2 {
  width: 100%;
  float: left;
}
.partners_col img {
  max-width: 100%;
  height: auto;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*partners end*/
	/**feature**/
.feature {
    text-align: center;
    padding: 3em 0 0;
}
.feature-grids {
    margin-top: 3em;
}
.feature-icon{
    border:2px solid #215954;
    width: 100px;
    height: 100px;
    line-height: 8em;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}
.feature-grid:hover div.feature-icon {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    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;
}
.glyphicon-wrench,.glyphicon-dashboard,.glyphicon-cog .ss,.glyphicon-record {
    font-size: 2em;
    color: #215954;
}
span.glyphicon.glyphicon-cog.ss {
    font-size: 2em;
    color: #215954;
}
/**feature**/
.about h1,.gallery h1,.services h1,.contact h1 {
    text-align: center;
    color: #215954;
    font-size: 3em;
    margin: 0 0 1.5em;
}
.testimonials h2,.services h2{
    text-align: center;
    color: #215954;
    font-size: 3em;
    margin: 0 0 1.5em;
}
/*.contact h2,.contact h3 {*/
/*    text-align: left;*/
/*    color: #215954;*/
/*    font-size: 2.2em;*/
/*    margin: 0 0 1em;*/
/*}*/
/*--Typography--*/
/*--history-grid-image--*/
.history-grid-image {
    overflow: hidden;
}
.history-grid-image {
	overflow: hidden;
}
.history-grid-image img {
	position: relative;
	width: 100%;
/*	transition: all 1.5s ease-in-out 0s;
	-webkit-transition: all 1.5s ease-in-out 0s;
	-moz-transition: all 1.5s ease-in-out 0s;
	-o-transition: all 1.5s ease-in-out 0s;*/
}
/*.history-grid-image img:hover {
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
}*/
/*--history-grid-image--*/
.show-grid [class^=col-] {
    background: #fff;
  text-align: center;
  margin-bottom: 10px;
  line-height: 2em;
  border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
  background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
  color: #999;
  font-size: 0.85em;
  margin-bottom: 1em;
  font-weight: 300;
}
.grid_4{
	background:none;
	margin-top:50px;
}
h3.title {
    text-align: center;
    color: #215954;
    font-size: 3em;
    margin: 0 0 1.5em;
}
.label {res
  font-weight: 300 !important;
  border-radius:4px;
}  
.grid_5{
	background:none;
	padding:2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	font-size: 2em;
    text-transform: capitalize;
    margin: 1em 0;
    color: #032F3E;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 0;
}
.badge-primary {
  background-color: #03a9f4;
}
.badge-success {
  background-color: #8bc34a;
}
.badge-warning {
  background-color: #ffc107;
}
.badge-danger {
  background-color: #e51c23;
}
.grid_3 p{
  line-height: 2em;
  color: #888;
  font-size: 0.9em;
  margin-bottom: 1em;
  font-weight: 300;
}
.bs-docs-example {
  margin: 1em 0;
}
section#tables  p {
 margin-top: 1em;
}
.tab-container .tab-content {
  border-radius: 0 2px 2px 2px;
  border: 1px solid #e0e0e0;
  padding: 16px;
  background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  font-size: 0.9em;
  color: #999;
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.label {
  font-weight: 300 !important;
}
.label {
  padding: 4px 6px;
  border: none;
  text-shadow: none;
}
.nav-tabs {
  margin-bottom: 1em;
}
.alert {
  font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
line-height:1.8em;
  margin-top:0.5em;
  margin-bottom: 0.5em;
}
li.list-group-item1 {
  line-height: 2.5em;
}
.input-group {
  margin-bottom: 20px;
  }
.in-gp-tl{
padding:0;
}
.in-gp-tb{
padding-right:0;
}
.list-group {
  margin-bottom: 48px;
}
 ol {
  margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}
@media (max-width:1440px){
    
#carousel{
	height:470px;
}
.design_html_page .img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    width:100%;
    height: 470px !important;
    object-fit: cover;
}
  .agileits {
  padding: 2em 0 5em 0 !important;
} 

}
@media (max-width:768px){
.grid_5 {
	padding: 0 0 1em;
}
.grid_3 {
	margin-bottom: 0em;
}
}
@media (max-width:640px){
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	margin-bottom: .5em;
}
.progress {
	height: 10px;
	margin-bottom: 10px;
}
ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
	font-size: 14px;
}
.breadcrumb {
	margin-bottom: 10px;
}
.well {
	font-size: 14px;
	margin-bottom: 10px;
}
h2.typoh2 {
	font-size: 1.5em;
}
.label {
	font-size: 60%;
}
#carousel{
	height:370px;
}
.design_html_page .img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    height: 370px !important;
}
}
@media (max-width:480px){
.table h1 {
	font-size: 26px;
}
.table h2 {
	font-size: 23px;
}
.table h3 {
	font-size: 20px;
}
.label {
	font-size: 53%;
}
.alert,p {
	font-size: 14px;
}
.pagination {
	margin: 20px 0 0px;
}
#carousel{
	height:300px;
}
.design_html_page .img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    height: 300px !important;
}
}
@media (max-width: 320px){
.grid_4 {
	margin-top: 18px;
}
h3.title {
	font-size: 1.7em;
}
.alert, p,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
	font-size: 13px;
}
.alert {
	padding: 10px;
	margin-bottom: 10px;
}
ul.pagination li a {
	font-size: 14px;
	padding: 5px 11px;
}
.list-group {
	margin-bottom: 10px;
}
.well {
	padding: 10px;
}
.nav > li > a {
	font-size: 14px;
}
table.table.table-striped,.table-bordered,.bs-docs-example {
	display: none;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
    font-size: 1.5em;
}
}
/*--//Typography --*/
.service-grid {
    margin-bottom: 3em;
}
.typo {
    padding: 5em 0;
}
.team {
    margin: 0 0 5em;
    text-align: center;
}
.team p {
    font-size: 1.1em;
    color: #555;
    line-height: 1.8em;
}
.team-grids {
  position: relative;
}
.team-info {
  margin-top: 3em;
}
.team-grids a {
	overflow: hidden;
	position: relative;
	display: block;
}
.captn h4 {
  color: #fff;
  margin: .1em 0 0;
  font-size: 1.7em;
  text-align:center;
}
.captn p {
    color: #fff;
    font-size: 0.95em;
    font-weight: 100;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.team-info img {
    width: 100%;
}
.team-grids a .captn {
    display: inline-block;
    height: 100%;
    width: 100%;
    font-weight: 800;
    color: #fff;
    position: absolute;
    bottom: -86%;
    right: 0%;
    background-color: rgba(33, 89, 84, 0.7);
    padding: 2% 10%;
    text-align: center;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.fa {
    font-size:1.5em! important;
}
.team-grids a:hover .captn {
  width: 100%;
  bottom: 0%;
  padding: 40% 10%;
    right: 0%;
}
ul.social-icons1 li {
    display: inline-block;
    margin: 0 5px;
}
.nav-link .fa {
    font-size: 17px !important;
    margin-left: 2px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #fff !important;
    background-color: transparent !important;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 12px;
}
.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0,0,0,.15);
   padding:0px;
}
.dropdown-menu>li>a {
    color: #fff;
    padding: 7px 15px;
    font-weight: 400;
}
.dropdown-menu>li>a:hover {
    background:#333;
}
/*--team--*/
/*-- Responsive Code --*/
@media screen and (max-width:1366px) {
.navbar-nav {
    float: left;
	    /*margin-top: -20px;*/
}
}


@media (min-width:768px) and (max-width:1023px) {
.navbar-nav {
    float: right;
    /*margin-top: -20px;*/
}

	.navbar li a {
     padding-left: 10px; 
     padding-right: 10px; 
     font-size:10px;
}
.navbar-nav.navbar-right:last-child {
     margin-right: 15px; 
}
.partners_col_right a {
    box-sizing: border-box;
    padding: 55px;
    text-align: center;
    vertical-align: middle;
    width: 43%;
    float: right;
    display: block;
}
.partners_col_left a {
    box-sizing: border-box;
    padding: 61px;
    text-align: center;
    width: 50%;
    float: left;
    border-right: 1px solid #ddd;
    vertical-align: middle;
    display: block;
}
	
}





@media screen and (max-width:1024px) {
	a.navbar-brand {
		padding: 15px 10px;
		font-size: 35px;
	}
	nav a {
		font-size: 13px;
	}
	.hover-effect a span {
		width: 80px;
	}
.banner {
    height: 50vh;
}
.banner-info {
    width: 75%;
    margin: 10em auto 0;
}
.ab-text {
    float: left;
    width: 50%;
}
.info {
    float: left;
    width: 50%;
}
.fin-info{

    width: 100%;
}
.accordion-section-title {
    padding: 14.5px 0;
}
.view {
    width: 31%;
}
.view h2,.view h3  {
    margin: 35px 0 25px 0;
}
.contact input[type="text"], .contact input[type="email"]{
    width: 31.5%;
}
.contact textarea {
    width: 100%;
}
}
@media screen and (max-width:991px) {
	.agile {
    padding: 3em 0;
}
.accordion-section-title {
    width: 100%;
    font-size: 15px;
    padding: 9px 0;
}
.w3l h3, .wthree h3, .agileits h3, .agile h3 {
    font-size: 2.6em;
    margin: 0 0 1em;
}
.w3l {
    padding: 3em 0;
}
.agileits {
    padding: 3em 0;
}
.agileits-left {
    float: left;
    width: 50%;
}
.agileits h4 {
    font-size: 1.6em;
}
.wthree {
    padding: 3em 0;
}
.services-grid-left {
    float: left;
    width: 50%;
}
.services-grid-right {
    float: left;
    width: 50%;
}
.services-grid-left2 h4 {
    font-size: 1.7em;
}
.footer-info {
    margin-top: 30px;
}
.banner-info {
    width: 100%;
    margin: 9em auto 0;
}
.about, .services, .gallery, .codes, .contact {
    padding: 3em 0;
}
.about-header h3 {
    font-size: 2.3em;
}
.about-grid {
    float: left;
    width: 50%;
	z-index:-1;
}
.about h1, .gallery h1, .services h1, .contact h1 {
    font-size: 2.5em;
    margin: 0 0 1em;
}
.team-grids {
    float: left;
    width: 25%;
}
.captn h4 {
    font-size: 1.5em;
}
.team-grids a .captn {
    bottom: -81%;
}
.testimonials h2, .services h2 {
    font-size: 2.5em;
    margin: 0 0 1em;
}
.test-grid {
    float: left;
    width: 33.33%;
}
.testimonials h4 {
    font-size: 1.3em;
}
.about-bottom {
    margin: 3em 0 0;
}
.testimonials {
    padding: 3em 0;
}
.service-grid {
    float: left;
    width: 33.33%;
	z-index:-1;
}
.feature-grid {
    float: left;
    width: 25%;
}
.services h4 {
    font-size: 1.4em;
}
.feature {
    padding: 1em 0 0;
}
.banner-1 {
    height: 200px;
}
.view {
    width: 30.5%;
}
.view h2,.view h3  {
    font-size: 16px;
    padding: 10px;
    margin: 22px 0 8px 0;
}
.view p {
    font-size: 13px;
    line-height: 1.6em;
    padding: 0px 6px 20px;
}
.contact-form-left {
    float: left;
    width: 33%;
}
.contact-form-right {
    float: left;
    width: 67%;
}
.contact input[type="text"], .contact input[type="email"]{
    width: 30.9%;
}
.contact h2, .contact h3 {
    font-size: 1.8em;
    margin: 0 0 1.5em;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
    font-size: 1.7em;
}
.accordion-section-content {
    width: 100%;
}
h3.title {
 font-size: 2.5em;
}

.navbar-header a {
    float: left;
    margin-top: -50px;
    display: inline-block;
}
.navbar-header .logoheader {
   
    height: auto;
    display: inline-block;
}
}



@media screen and (max-width:853px) {
	a.navbar-brand {
		font-size: 30px;
	}
}

@media screen and (max-width:800px) {
	a.navbar-brand {
		padding: 15px 5px;
	}
	.navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
	.container-fluid>.navbar-collapse {
		margin-right: -10px;
	}
	nav a {
		font-size: 14px;
	}
	.hover-effect a {
		height: 20px;
	}
	.hover-effect a span {
		width: 75px;
	}
}

@media screen and (max-width:768px) {
	.banner-info {
    margin: 10em auto 0;
}
}



@media screen and (max-width:736px) {
	.navbar-collapse {
		border-top: none;
		box-shadow: none;
	}
	a.navbar-brand {
		padding: 0;
		margin-left: 20px;
		height: 20px;
	}
.navbar ul {
    float: none;
    text-align: center;
    z-index: 999;
}
	.navbar ul li {
		float: none;
		display: block;
	}
	.footer-info {
		margin-top: 30px;
	}
	.footer-info-grid {
		width: 33.3%;
		float: left;
	}
	.header {
    /*padding: 0.5em;*/
}
.banner {
    height: 100vh;
}
.services-grid-left2 h4 {
    font-size: 1.6em;
}
nav a {
    margin: 5px 0;
    font-size: 17px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #e30045  ! important;
   
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff ! important;
}
.navbar-default .navbar-toggle {
    border-color: #fff ! important;
     margin-top:14px;
}
.banner-1 {
    height: 160px;
}
img {
	width: auto;
}

.carousel-inner>.item>img {
	height: 42vh;
	/*max-width: none;*/
	width:100%;
}
.carousel-caption .main-title{
	font-size: 26px;
}
.carousel-caption{
	top: 30%;
}

}

@media (min-width:414px){
	.navbar-header .logoheader {
    
    height: auto;
    margin-left:18px;
    display: inline-block;
}
.navbar-header a {
    float: left;
    margin-top:0;
    display: inline-block;
}
	
}




@media screen and (max-width:667px) {
.banner h1 {
    font-size: 2em;
}
.banner-info {
    margin: 8em auto 0;
}
.ab-text {
    width: 100%;
    margin-bottom: 1.5em;
}
.info {
    width: 100%;
}
.accordion-section-title {
    padding: 15px 0;
}
.accordion-section-title {
    width: 100%;
}
.w3l h3, .wthree h3, .agileits h3, .agile h3 {
    font-size: 2.3em;
}
.agileits h4 {
    font-size: 1.5em;
}
.services-grid-left {
    width: 100%;
    margin-bottom: 3em;
}
.services-grid-right {
    width: 100%;
}
.services-grids:nth-child(3) {
    margin: 3em 0 1em;
}
.services-grid-left1 {
    padding: 0;
    width: 25%;
}
.services-grid-left2 {
    margin-top: 2px;
}
.footer-info-grid {
    width: 50%;
}
.about h4 {
    font-size: 1.3em;
}
.captn h4 {
    font-size: 1.3em;
}
.team-grids a .captn {
    bottom: -79%;
}
.view p {
    font-size: 12px;
    line-height: 1.5em;
    padding: 0px 6px 20px;
}
.view h2,.view h3  {
    margin: 8px 0 8px 0;
}
.view {
    width: 30%;
}
.contact input[type="text"], .contact input[type="email"]{
    width: 32.1%;
}
.contact input[type="email"] {
    margin: 0 .2em;
}
.partners_col_left a {
    box-sizing: border-box;
    padding: 60px;
    text-align: center;
    width: 100%;
    border: 1px solid #000;
    float: left;
    /* border-right: 1px solid #ddd; */
    vertical-align: middle;
    display: block;
}

.partners_col_right a {
    box-sizing: border-box;
    padding: 60px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    float: right;
    border: 1px solid #000;
    display: block;
}

.overlay-a .content-para p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.91);
    line-height: 1.5em;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    padding-right: 10px;
}

.hovereffect .fancy-line {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin:10px 0;
}
.hovereffect .info {
    text-decoration: none;
    text-align: center;
    width: 100%;
    color: #fff;
    top: 98px;
    /* font-size: 7px; */
    position: absolute;
    overflow: hidden;
}

.about_agi{
	margin-bottom:20px;
}
.cont_act{
	margin-bottom:10px;
}
.contact-col .contact-form-left {
    padding-right: 0;
     padding-left: 0; 
}
.contact-col .contact-form-right {
    padding-right: 0;
    padding-left: 0;
}
.banner{
	height:42vh;
}

.sub-history-content {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    left: 0;
    pointer-events: none;
    margin: 0 auto;
}
.pdf-img{
	margin-bottom:20px;
}
.agileits .package-line{
	margin-top:94px;
}



}
@media screen and (max-width:640px) {
.service-grid {
    width: 50%;
}
.feature-grid {
    width: 50%;
    margin-bottom: 2em;
}
.view {
    width: 46%;
}
.view h2,.view h3  {
    margin: 55px 0 8px 0;
}
.contact-form-left {
    width: 100%;
    margin-bottom: 1.5em;
}
.contact h2, .contact h3 {
    margin: 0 0 1em;
}
.contact-form-right {
    width: 100%;
}
.contact input[type="text"], .contact input[type="email"]{
    width: 32.5%;
}
}

@media screen and (max-width:603px) {
	.footer-info p {
		margin-bottom: 5px;
	}
}

@media screen and (max-width:600px) {
.banner h1 {
    font-size: 1.8em;
}
.banner-info {
    margin: 7em auto 0;
}
.banner {
    height: 100vh;
}
.about-header h3 {
    font-size: 2em;
    margin-bottom: 1em;
}
.about-grid {
    float: left;
    width: 100%;
    margin-bottom: 2em;
}
.about-bottom {
    margin: 1em 0 0;
}
.team-grids {
    float: left;
    width: 50%;
	margin-bottom: 2em;
}
.team-grids a .captn {
    bottom: -88%;
}
.test-grid {
    width: 100%;
    margin-bottom: 1.5em;
}
}
@media screen and (max-width:568px) {
	.agileits h4 {
    font-size: 1.4em;
}
.view h2,.view h3  {
    margin: 46px 0 8px 0;
}
.contact input[type="text"], .contact input[type="email"]{
    width: 32.3%;
}
}
@media screen and (max-width:480px) {
	.agileits h4 {
    font-size: 1.4em;
}
.banner-info {
    margin: 6em auto 0;
}
.banner {
    height: 100vh;
}
.w3l h3, .wthree h3, .agileits h3, .agile h3 {
    font-size: 2em;
}
.w3l p.p1 {
    font-size: 13px;
    line-height: 25px;
}
.agileits-left {
    width: 100%;
    margin-bottom: 2em;
}
.services-grid-left1 {
    padding: 0;
    width: 33%;
}
.footer-info-grid {
    width: 100%;
}
.footer-info-grid.address {
    width: 100%;
}
.footer-info-grid.links {
    width: 100%;
}
.footer-info-grid {
    margin-bottom: 12px;
}
.footer h4 {
    padding: 20px 0 15px;
    font-size: 1.3em;
}
.testimonials h2, .services h2 {
    font-size: 2em;
    margin: 0 0 1em;
}
.team-grids a .captn {
    bottom: -85%;
}
.about h1, .gallery h1, .services h1, .contact h1 {
    font-size: 2em;
    margin: 0 0 1em;
}
.about h4 {
    font-size: 1.2em;
}
.services h4 {
    font-size: 1.3em;
}
.banner-1 {
    height: 132px;
}
.view {
    width: 45%;
}
.view h2,.view h3  {
    margin: 22px 0 8px 0;
}
.contact input[type="text"], .contact input[type="email"]{
    width: 100%;
}
.contact input[type="email"] {
    margin: 1em 0;
}
.contact-form-left p {
    margin: 0 auto 0.3em;
}
.contact iframe {
    min-height: 250px;
    margin: 1em 0 0;
}
h3.title {
 font-size: 2em;
}
.navbar {
    min-height: 45px;
    z-index: 9;
}

}
@media screen and (max-width:414px) {
.banner h1 {
    font-size: 1.4em;
    line-height: 1.3em;
}
.banner-info {
    margin: 4em auto 0;
}
	.newsletter .submit {
		right: 0;
	}
	.footer-info p {
		margin-bottom: 15px;
	}
	.copyright p {
		font-size: 13px;
	}
	.banner {
    height: 43vh;
}
#carousel{
	height:100%;
}
.services-grid-left2 h4 {
    font-size: 1.4em;
	text-align:center;
}
.services-grid-left1 {
    width: 100%;
    text-align: center;
    margin-bottom: 1.5em;
}
.services-grid-left2 {
    margin-top: 2px;
    width: 100%;
    text-align: center;
}
.captn h4 {
    font-size: 1.2em;
}
.team-grids a .captn {
    bottom: -83%;
}
.view {
    width: 94%;
}
.view h2,.view h3  {
    margin: 95px 0 8px 0;
}
.contact h2, .contact h3 {
    font-size: 1.7em;
}
.contact input[type="submit"] {
    width: 28%;
    font-size: 14px;
}
.contact iframe {
    min-height: 200px;
}



}
@media screen and (max-width:375px) {
.view h2,.view h3  {
    margin: 85px 0 8px 0;
}

}
@media screen and (max-width:320px) {
.banner h1 {
    font-size: 1.2em;
    line-height: 1.3em;
}
.banner-info1 p {
    line-height: 1.6em;
    font-size: 13px;
}
.banner-info {
    margin: 3em auto 0;
}
.banner {
    height: 300px;
}
.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}
a.navbar-brand {
    padding: 0;
    margin-left: 14px;
    height: 20px;
}
.w3l h3, .wthree h3, .agileits h3, .agile h3 {
    font-size: 1.7em;
}
.ab-text {
    padding: 0;
}
.agile {
    padding: 2em 0;
}
.info {
    padding: 0;
}
.accordion-section-title {
    font-size: 14px;
    text-indent: 1em;
    padding: 12px 0;
}
.w3l {
    padding: 2em 0;
}
.w3l p.p1 {
    padding: 0px 0;
}
.agileits {
    padding: 2em 0 0;
}
.agileits p {
    font-size: 13px;
}
.wthree {
    padding: 2em 0;
}
.services-grid-left {
    padding: 0;
}
.services-grid-left2 {
    padding: 0;
}
.services-grid-left2 p {
    font-size: 13px;
}
.services-grid-left2 h4 {
    font-size: 1.3em;
}
.services-grid-left {
    margin-bottom: 2em;
}
.footer-info p {
    font-size: 13px;
}
.footer-info li {
    font-size: 13px;
}
.copyright {
    text-align: center;
    padding: 20px 0 20px;
}
.footer-info {
    margin-top: 15px;
}
.footer-info-grid.links, .footer-info-grid.address, .footer-info-grid.newsletter {
    padding: 0 0px;
}
.about-header h3 {
    font-size: 1.5em;
}
.about h4 {
    font-size: 1.1em;
}
.about p {
    font-size: 13px;
    line-height: 1.7em;
}
.about-grid {
    padding: 0;
}
.about h1, .gallery h1, .services h1, .contact h1 {
    font-size: 1.7em;
    margin: 0 0 1em;
}
h3.title {
 font-size: 1.7em;
}
.team-info {
    margin-top: 2em;
}
.team-grids {
    width: 100%;
    padding: 0;
}
.team-grids a .captn {
    bottom: -90%;
}
.about, .services, .gallery, .codes, .contact {
    padding: 2em 0;
}
.testimonials {
    padding: 2em 0;
}
.testimonials h2, .services h2 {
    font-size: 1.7em;
    margin: 0 0 1em;
}
.test-grid {
    padding: 0;
}
.test-grids {
    margin-top: 1em;
}
.testimonials p {
    font-size: 13px;
    line-height: 1.7em;
}
.testimonials h4 {
    font-size: 1.1em;
}
.service-grid {
    width: 100%;
    padding: 0;
}
.service-grid {
    float: left;
    width: 100%;
    padding: 0;
}
.feature-grid {
    width: 100%;
    padding: 0;
}
.banner-1 {
    height: 120px;
}
.view h2,.view h3 {
    margin: 58px 0 8px 0;
}
.navbar-toggle {
    margin-top: 3px;
}
.navbar {
    min-height: 45px;
}
.contact-form-left p {
    font-size: 13px;
    line-height: 1.5em;
}
.contact-form-left {
    padding: 0;
}
.contact-form-left {
    padding: 0;
}
.contact input[type="submit"] {
    padding: 8px 0px;
    width: 30%;
}
.agileits-left {
    padding: 0;
}
}
#mycontainerclass{
    margin-top: 40px !important;
    margin-left: 203px; 
}
/*-- //Responsive Code --*/
@media screen and (max-width: 1024px) {
    /* Styles go here */
   .navbar-header {
    width: 245px !important;
    margin-top: 6px !important;
    }
    
    
    .Plan_plan__9mdd2 {
    width: 33.33333333% !important;
}
.Details_details__URyTe {
    width: 33.33333333% !important;
}
.Gallery_gallery__AOan6 {
    display: flex;
    flex-grow: 1;
}
}

@media  (min-width: 1025px) and (max-width: 1366px) {
   #mycontainerclass{
    margin-left: 00px !important;
    }
    .w3-button{
    padding: 11px 10px !important;
    margin-left: 5px !important;
    font-size: 12px;
    font-weight: 600;
        margin-top: 10px;
    }
 
}
@media(max-width:1024px){
     #mycontainerclass{
    margin-left: 00px !important;
    }
    .w3-button{
        margin-bottom: 10px;
    }
}
@media(max-width:767px){
    .navbar-header {
    width: 100% !important;
}
.navbar-header a {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.navbar-header {
    margin: 0!important;
    padding: 8px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
}
.navbar-default .navbar-toggle {
    margin: 0;
}
.navbar-header .logoheader {
    max-width: 250px;
    margin-left: 0 !important;
}
.navbar-header:before, .navbar-header:after {
    display: none;
}
}
@media(max-width:600px){
    .navbar-header .logoheader {
    max-width: 250px;
}
.navbar-default .navbar-toggle {
    margin-top: 0;
    margin-bottom: 0;
}
}