@import url("font-awesome.css");
@import url("bootstrap.min.css");
@import url("slider.css");
@import url("pogo-slider.min.css");
@import url("banner.css");
@import url("component.css");
@import url("login.css");


@media screen  and (min-width: 480px) and (max-width: 991px) {
.agile-figcaption h4 {font-size: 11px !important;line-height: 20px !important;}
}

@media screen  and (min-width: 481px) and (max-width: 991px) {
.servies2 {width: 33.3% !important;min-height: 302px !important;}
}

 


 .scrollup{
    width:40px;
    height:40px;
    bottom:25px;
    position:fixed;
    right:20px;
    text-indent:-999px;
    background:#0f7aac;
    display:none;
    cursor:pointer;
	border-radius:50%;
}
.scrollup:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 12px;
    background: #fff;
    left: 14px;
	top: 14px;
    transform: rotate(50deg);
}
.scrollup:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 12px;
    background: #fff;
    right: 15px;
	top: 14px;
    transform: rotate(-50deg);
}

.vd .carousel-indicators .active {background-color: #0077be;}
.vd .carousel-indicators li {background-color: rgba(0, 0, 0, 0);border: 1px solid #0077be;border-radius: 0px;}




.bannertextab {position: absolute;bottom: 10%;left: 0;width: 100%;text-align: center;color: #fff;text-shadow: 0px 2px 10px #000;}
.bannertextab h2 {font-size: 35px;}
.bannertextab h3{font-size: 25px;    }
p span {color: #0077be;font-weight: bold;}


h3.clintshw {
    color: #fff !important;
}

.sub1 input[type="submit"]:hover {
    background: #000;
}


.wthree-icon {
    padding-top: 3px;
}

p.tvm {
    color: #fff;
    background: rgba(0, 0, 0, 0.73);
    padding: 15px;
}


h6.partner {
    color: #fff !important;
}



.close1 i {
    font-size: 30px;
    color: #fff;
}

.close1 {
    position: absolute;
    right: 10px;
    top: 10px;
    display: inline-block;
	cursor:pointer;
	z-index: 1111;
}

.loginpop {
    max-width: 35%;
    width: 100%;
    margin: 100px auto;
    background: #fff;
	padding: 0px;
    border-radius: 0px;
	position:relative;
	border: 1px solid #ccc;
}

.modal1{display:none; background: rgba(0, 0, 0, 0.75); width:100%; height:100%; position:fixed; top:0;z-index: 11111111;overflow-x: hidden;overflow-y: auto;}
.aboutbanner {background: url(../images/aboutbanner.jpg); background-size: cover;padding-bottom: 500px;border-bottom: 4px solid #2491c8;position: relative;}
.contactbanner {background: url(../images/contactbanner.jpg);background-size: cover;padding-bottom: 500px;border-bottom: 4px solid #2491c8;position: relative;}

.servicebanner {background: url(../images/servicebanner.jpg);background-size: cover;padding-bottom: 500px;border-bottom: 4px solid #2491c8;position: relative;}

.productbanner {background: url(../images/productbanner.jpg);background-size: cover;padding-bottom: 500px;border-bottom: 4px solid #2491c8;position: relative;}


.testimonials {
    float: left;
    width: 100%;
}

.test {
    padding: 20px 0;
	background: rgba(0, 0, 0, 0.48);
}







.oursupp {
    float: left;
    width: 100%;
}

/*testimonials*/

#testimonial4{
  overflow: hidden;
  min-height: 375px;
  position: relative;
}
#testimonial4 .carousel-inner{
  width: 75%;
  margin: auto;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  margin: 2px 3px;
  background-color: #000;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 300;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
}

.testimonial4_slide p {
  color: #ffffff;
  font-size: 16px;
  margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}


@media only screen and (max-width: 480px){
  .testimonial4_control_button .carousel-control{
    display: none;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_header h4{
    font-size: 20px;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 481px) and (max-width: 768px){
  .testimonial4_control_button .carousel-control.left{
    left: 2%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 2%;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .testimonial4_control_button .carousel-control.left{
    left: 5%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 5%;
  }
}

@-webkit-keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

/*testimonilas*/













/*client slider*/
.suga-container {float:left;width:100%;}
.suga-container ul {list-style: none;}
.suga-slider-wrap {overflow: hidden;}

.suga-slider-group {
  &:before,
  &:after {
    content: " ";
    display: table;
  }

  &:after {
    clear: both;
  }
}

.suga-slide {float: left;position: relative;margin-left: 0;padding-right: 0px;}
/*client slider*/

span.servi {
    float: right;
    letter-spacing: 0;
}

span.servi a{
    font-size: 13px;
    letter-spacing: 0;
    color: #000;
}


.inh {
    margin-bottom: 15px !important;
}

.viesd i {
    padding-left: 5px;
}

.stm {
    float: left;
    width: 100%;
    margin: 0px 0 20px;
}

.viesd a:hover{
 color:#000;
}

.viesd a {
    padding-left: 22px;
    font-size: 12px;
    margin: 10px 0 10px;
    display: inline-block;
	text-decoration: none;
}

.viesd {
    float: left;
    width: 100%;
}

.solu p:before {
    content: "";
    position: absolute;
    left: 5px;
    width: 3px;
    height: 187px;
    background: #e1dddd;
}

.solu p {
 padding-left: 22px;
 position:relative;
 	font-size: 13px;
}

.solu h3:before {
    content: "";
    position: absolute;
    left: 0;
	top: 5px;
    width: 12px;
    height: 12px;
    background: #000;
    transform: rotate(45deg);
}
.solu h3 {
    font-size: 17px;
    color: #000;
	position:relative;
	padding-left: 22px;
	float: left;
}
.pro{padding-bottom:0px !important;}

.product {
    float: left;
    width: 100%;
    overflow: hidden;
}
.product img:hover {
    filter: grayscale(100%);
    transition: all 0.5s ease-in;
    transform: scale(1.2);
}

.product img {
    border: 1px dashed #ddd;
}

.solu h3 {
    font-size: 15px;
    color: #000;
	padding-bottom: 15px;
	margin-top: 20px;
    min-height: 71px;

}

.solu {
    float: left;
    width: 33.3%;
	padding: 5px;
 
}

.left-ico {
    float: left;
    padding: 18px 10px;
    background: #f5f5f5;
	border-right: 1px dashed #ccc;
    width: 20%;
}
.left-ico img {
    width: 100%;
}

.left-text {
    float: left;
    padding: 10px;
	width: 80%;
	text-align:center;
}
.left-text:hover {
    background: #0f7aac;
    color: #fff;
    transition: all 0.3s ease-in;
}

.suppot {
    text-align:left;
    margin: 5px 5px 20px;
    border: 1px dashed #ccc;
    color: #383636;
	line-height: 25px;
	text-transform: uppercase;
	display: inline-block;
    width: 100%;
	font-weight: 300;
	font-size: 16px;
}

.clientsim:hover img {
transition:all 0.8s ease-in;
filter:grayscale(100%);
cursor:pointer;
transform:scale(1.1);
}



.clientsim {
    border: 1px dashed #ddd;
    padding: 20px;
    margin-bottom: 10px;
	overflow: hidden;
	margin: 5px;
	background: #f5f5f5;
}

.clients-ct {
    float: left;
    width: 100%;
    padding: 20px 0;
}

.clients-ct ul li{
display:inline-block;
width: 16%;
text-align: center;
}


.clients-ct ul {
    list-style: none;
}

p.st {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding-bottom: 10px;
    padding-top: 10px;
}
 

.inputfile-6 {
    display: none !important;
}

.careerbtn {
    float: left;
    width: 100%;
}


a.cv {
    color: #3495cd;
    font-weight: bold;
    text-decoration: underline;
}

.rrt {
    float: right !important;
}


.intext {
    width: 48%;
    float: left;
}


.sub1 input[type="submit"] {
    font-size: 14px;
    border: none;
    background-color: #3495cd;
    color: #fff;
    text-transform: uppercase;
    max-width: 110px;
    padding: 9px 20px;
    border-radius: 2px;
    cursor: pointer;
    outline: none;
}

.map {
    border: 4px double #ccc;
}

.frm-inner textarea {
    border: 1px solid #ddd;
    padding: 10px 10px;
    font-size: 13px;
    color: #a7a8aa;
    height: auto;
    border-radius: 3px;
    box-shadow: none !important;
    height: 70px;
    width: 100%;
    background: #fff;
    margin-bottom: 10px;
    -webkit-appearance: none;
    box-sizing: border-box;
	font-weight: 300;
	outline:none;
}

.frm-inner input {
    border: 1px solid #ddd;
    padding: 10px 10px;
    font-size: 13px;
    color: #a7a8aa;
    height: auto;
    border-radius: 3px;
    box-shadow: none !important;
    width: 100%;
    background: #fff;
    margin-bottom: 10px;
    -webkit-appearance: none;
    box-sizing: border-box;
	font-weight: 300;
	outline:none;
}

.inputfile-6 + label {
    font-weight: 300;
}

.frm-career {
    float: left;
    width: 100%;
    background: #f5f5f5;
    border-radius: 0px;
    border: 1px dashed #ccc;
}


.frm-inner {
    float: left;
    width: 100%;
    padding: 18px;
    box-sizing: border-box;
}


p.subg {
    font-size: 15px !important;
    font-weight: 400;
}


p.comma {
    color: #000;
    font-weight: 500;
    line-height: 20px;
	text-transform: uppercase;
}

ul.strenth i {
    padding-right: 7px;
    color: #2392c9;
}

ul.strenth li {
    font-size: 13px;
    font-weight: 300;
	line-height: 23px;
	padding-bottom: 7px;
}

ul.strenth {
    list-style: none;
}

h3.subg {
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
    color: #3399cc;
    font-size: 23px;
}
.scg p {
    text-align: justify;
	padding-bottom: 10px;
	font-size: 13px;
}
.pd-1 {
    padding-left: 0px;
}

.pd-2 {
    padding-right: 0px;
}
.innerh {
    width: 100%;
}


.innerbaner {
    background: url(../images/banner1.jpg);
    background-size: cover;
    padding-bottom: 300px;
}

.w3agile-servs-img p {
    padding: 0 10px;
}

.w3layouts-address {
    float: left;
    width: 100%;
}

.gallery {
    float: left;
    width: 100%;
}


li.tele {
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
    border-right: 1px solid #fff;
}
 


.tp {
    background: #0077be;
    width: 100%;
    text-align: right;
}
.tp ul{

}
.tp ul li{
display:inline-block;
}
.tp ul li a {
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
    display: inline-block;
    border-right: 1px solid #fff;
	text-decoration:none;
}
.tp ul li a:hover{
 color: #000;
}
 
.wt p {
    color: #fff;
}
.wt1 h3 {
    color: #fff !important;
}

.wt1 h6 {
   color: #e3e0e0 !important;
}

.rt {
    float: right;
}

.w3ls-text h3 {
    padding: 400px;
}


.w3about-text p {
    text-align: justify;
	color: #fff;
}

.agileits-title p {
    text-align: justify;
}


.about {
	padding: 40px 0;
	background: #fff;
}

.dot {
    padding: 40px 0;
	background: #0077be;
    background-size: cover;
    background-position: 49% 24%;

}

.margin-b {
    margin-bottom: 0px !important;
}

.bg-bgn {
    padding-bottom: 0px !important;
}


.about, .services, .gallery, .clients, .testimonials {
	padding: 40px 0;

}

.services {
  background:#fff;
  /* background:url(../images/serbg.jpg);
   background-attachment: fixed;*/

}
.servies2 {
    float: left;
    width: 20%;
    min-height: 273px;
    background: #003366;
}

 
 
 .fea {
    margin-bottom: 1em !important;
}

.b1 {
    background: #0077be;
}

.w3agile-servs-img h4:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: #fff;
    text-align: center;
    display: inline-block;
    left: 39%;
    bottom: -20px;
}

.clients {
    float: left;
    width: 100%;
    background: #000;
    background-size: cover;
    background-position: 49% 24%;
}

.brt {
    border-bottom: 1px dashed #fff;
}


 
.pd {
    padding:0px;
} 
 
 
.pd1 {
    background: #fff;
    border: 1px dashed #cacaca;
    text-align: center;
    padding: 0px 0px;
    margin: 0 10px;
    position: relative;
    cursor: pointer;
    filter: grayscale(0%);
    overflow: hidden;
	margin-bottom: 10px;
}
.pd1:hover{
filter: grayscale(100%);
transition:all 0.5s ease-in;
}
.pd1:hover img{
transform:scale(1.1);
}

ul.ftmenu {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.ftmenu li{
display:inline-block;
}

ul.ftmenu li a {
    padding: 0 10px;
    margin-top: 10px;
    display: inline-block;
    color: #c2bebe;
    font-size: 13px;
    border-right: 1px solid #c2bebe;
	line-height: 12px;
	font-weight: 300;
}
ul.ftmenu li a:hover {
    color: #fff;
	text-decoration:none;
}

ul.ftmenu li:last-child a{
    border-right: 0;
}

.agileits-title-left {
    padding-left: 0px;
}
.agileinfo-gallery-row {
    float: left;
    width: 100%;
    margin-top: 12px;
}

.vd{
position:relative;
border-bottom: 4px solid #000;
}
.vd:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 4px;
    background: #006db7;
    bottom: -4px;
}
.topsec {
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.90);
}

.animatetxt {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    z-index: 111;
    width: 100%;
}

.animatetxt1 a {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    text-shadow: 0px 15px 30px #000;
}

.menu-righ{ float:right;}




.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #0077be;
    border-color: #0077be;
    opacity: .7;
	border-radius: 0px;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

 
/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4,
.fade-carousel .slides .slide-5 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  /*background-image: linear-gradient(to right, transparent, #000), url(../images/water.jpg) no-repeat;)*/
  background-image:url(../images/banner1.jpg);
}
.fade-carousel .slides .slide-2 {
  background-image:url(../images/banner2.jpg);
}
.fade-carousel .slides .slide-3 {
 background-image:url(../images/banner3.jpg);
}
.fade-carousel .slides .slide-4 {
 background-image:url(../images/banner4.jpg);
}

.fade-carousel .slides .slide-5 {
 background-image:url(../images/banner5.jpg);
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}























 body::-webkit-scrollbar {
 width: 7px;
 background-color: #ccc;
}
 body::-webkit-scrollbar-thumb {
 border-radius: 10px;
 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
 background-color: #3399cc;
}
::-moz-selection{
    background-color:#3399cc;
    color:#fff;

}

::selection {
    background-color:#3399cc;
    color:#fff;


}

body{
	margin:0;
	font-family: 'Roboto', sans-serif;
	background: #fff;
}
body a{ 
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;

}
p{
	margin:0;
	color:#726d70; 
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
/*-- banner --*/
 
nav.navbar.navbar-default {
    background: transparent;
    margin: 0;
	z-index: 9999;
	border: none;
}
ul.nav.navbar-nav.nav-center {
   
}
ul.nav.navbar-nav{ 
	padding-top:12px;
}
.navbar-nav {
    float: none;
    margin: 0;
    text-align: center;
    display: inline-block;
}
.navbar-header h1 {
    font-size: 3.5em; 
	font-style: italic;
}
.navbar-header h1 a {
    color: #fff;
    text-decoration: none;
	display: block;
}
.navbar-header h1 a span {
    font-size: .5em;  
}
/*-- top-nav --*/ 
.navbar-nav li { 
	float: none;
    display: inline-block;
}
.nav.navbar-nav.nav-center li a {
    color: #000;
    font-size: 16px;
    padding: 0 10px;
    position: relative;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    text-decoration: none;
	text-transform: inherit;
}
.nav.navbar-nav.nav-center li  a:hover,.nav.navbar-nav.nav-center li  a:focus,.nav.navbar-nav.nav-center li  a.active {
    color: #0077be;
}
.w3ls-hover:hover,.nav.navbar-nav.nav-center li  a.active {
/*  letter-spacing: 3px;*/
box-shadow: none;
}

.w3ls-hover:after {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden; 
	backface-visibility: hidden;
	border: 1px solid rgba(255, 255, 255, 0);
	bottom: -13px;
	content: " ";
	display: block;
	margin: 0 auto;
	position: relative;
	-webkit-transition: all 280ms ease-in-out;
	-moz-transition: all 280ms ease-in-out;
	-o-transition: all 280ms ease-in-out;
	-ms-transition: all 280ms ease-in-out;
	transition: all 280ms ease-in-out;
	width: 0;
}

.w3ls-hover:hover:after,.navbar-default .navbar-nav li a.active:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-color: #0077be;
  -webkit-transition: width 350ms ease-in-out;
  -moz-transition: width 350ms ease-in-out;
  -o-transition: width 350ms ease-in-out;
  -ms-transition: width 350ms ease-in-out;
  transition: width 350ms ease-in-out;
  width: 55%;
} 
.nav.navbar-nav.navbar-right li a.dropdown-toggle {
    padding: 0;
    font-size: 1.6em;
    color: #f8d501;
    margin: 0 0.8em .5em
} 
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background: none;
}
ul.dropdown-menu {
    background: transparent;
    border-color: #909090;
}
ul.dropdown-menu {
    -moz-animation: fadeInDown .3s ease-in;
    -webkit-animation: fadeInDown .3s ease-in;
	-o-animation: fadeInDown .3s ease-in;
	-ms-animation: fadeInDown .3s ease-in;
    animation: fadeInDown .3s ease-in;
}
.nav.navbar-nav.navbar-right li ul.dropdown-menu li a {
    font-size: 1em;
    text-align: center;
    color: #999;
}
.nav.navbar-nav.navbar-right li ul.dropdown-menu li a {
    font-size: 1em;
    text-align: center;
    color: #fff;
    font-weight: 300;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { 
    background-color: transparent;
}
/*-- //top-nav --*/ 
.cd-radial-slider-content h2,.cd-radial-slider-content h3 {
    font-size: 3.5em;
    color: #fff;
    text-align: left;
    line-height: 1.2em;
}
.cd-radial-slider-content h2 span ,.cd-radial-slider-content h3 span {
    display: block;
    color: #f8d501;
}
.w3ls-btn{
    font-size: 1em;
    color: #fff !important;
    border: 1px solid #fff;
    padding: .6em 1.5em;
    margin-top: 2em;
    display: inline-block;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s; 
	position: relative;	 
	outline: none;
	text-decoration:none !important;
} 
.w3ls-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-color: #3399cc;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.w3ls-btn:hover {
    color: #fff;
}
.w3ls-btn:hover::before{
	opacity: 1;
	width: 100%;
}
/*-- //banner --*/
/*-- about--*/
 
.agileits-title {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 1em;
    margin-bottom: 2em;
	display: inline-block;
}
.agileits-title h6 {
    font-size: 1.2em;
    color: #999;
    margin-bottom: 0.5em;
}
.agileits-title h3 {
    font-size: 3em;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: -2px;
	color:#006db7;
}
.agileits-title-right {
    padding: 0 0;
}
p {
    font-size: 13px;
    color: #383636;
    line-height: 20px;
    font-weight: 300;
} 
.w3about-img {
    background: url(../images/abt.jpg)no-repeat 0px 0px;
    background-size: cover;
    min-height: 23em;
    padding: 0;
	position:relative;
	border: 1px solid #ddd;
}
.w3about-text {
    background: #100f0f;
    position: absolute;
    padding: 3em;
	border: 4px double #fff;
	width: 85%;
	right: -73%;
	top: 10%;
}
h5.w3l-subtitle {
    font-size: 1.5em;
    color: #fff;
    margin-bottom: 0.3em;
} 
/*-- //about--*/
/*-- services --*/ 
.w3agile-servs-img { 
    text-align: center; 
} 
.w3agile-servs-img .icon-holder {
    position: relative;
    top: 63px;
    display: inline-block;
    margin-bottom: 2em;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    color: #000;
    font-size: 15px;
    background: #fff;
    padding: 10px 10px;
    border-radius: 50%;
}
.w3agile-servs-img .mission {
    position: relative;
    top: 57px;
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    color: #fff;
    font-size: 17px;
}
.w3agile-servs-img .description {
    width: 80%;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-moz-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-o-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-ms-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
    -ms-transform: scale(0); 
    transform: scale(0);
    color: #fff;
}
.w3agile-servs-img:hover .icon-holder {
    top: 15px;
	background: #fff;
}
.w3agile-servs-img:hover .mission {
    top: -4px;
    opacity: 1;
}
.w3agile-servs-img:hover .description {
    opacity: 1;
    -webkit-transform: scale(1);
	-moz-transform: scale(1);
    -ms-transform: scale(1);
	-o-transform: scale(1); 
    transform: scale(1);
	padding-top: 22px;
    line-height: 20px;
    font-size: 13px;
}
/*-- //services --*/
/*-- features --*/
.features .agileits-title,.address .agileits-title{
    margin-bottom: 3em;
} 
.features ul.nav.nav-tabs {
    border: none;
    position: absolute;
    right: 20%;
    top: 15%;
    z-index: 999;
}
.features .tabs {
    position: relative;
}
.features ul.nav.nav-tabs li a {
    font-size: 1em;
    color: #fff;
    font-weight: 300;
    border: none;
    border-bottom: 1px solid transparent;
    padding: 5px;
    margin-right: 1.5em;
}
.features ul.nav.nav-tabs li.active a {
    color: #f8d501;
    background: none;
    border-bottom-color: #f8d501;
} 
.features ul.nav.nav-tabs li a:hover { 
    background: none;
    color: #f8d501;
}
.features-left.agileinfo-img,.features-left.agileinfo-img2,.features-left.agileinfo-img3,.features-left.agileinfo-img4{
    background: url(../images/img2.jpg)no-repeat center 0px;
    background-size: cover;
    min-height: 33em;
    padding: 0;
	-moz-animation: fadeInRight .5s ease;
	-webkit-animation: fadeInRight .5s ease;
	-ms-animation: fadeInRight .5s ease;
	-o-animation: fadeInRight .5s ease;
	animation: fadeInRight .5s ease;
}
.features-left.agileinfo-img2{
	background: url(../images/img1.jpg)no-repeat center 0px; 
	background-size: cover;
	-moz-animation: fadeInRight .5s ease;
	-webkit-animation: fadeInRight .5s ease;
	-ms-animation: fadeInRight .5s ease;
	-o-animation: fadeInRight .5s ease;
	animation: fadeInRight .5s ease;
}
.features-left.agileinfo-img3{
	background: url(../images/img3.jpg)no-repeat center 0px; 
	background-size: cover;
	-moz-animation: fadeInRight .5s ease;
	-webkit-animation: fadeInRight .5s ease;
	-ms-animation: fadeInRight .5s ease;
	-o-animation: fadeInRight .5s ease;
	animation: fadeInRight .5s ease;
}
.features-left.agileinfo-img4{
	background: url(../images/img4.jpg)no-repeat center 0px; 
	background-size: cover;
	-moz-animation: fadeInRight .5s ease;
	-webkit-animation: fadeInRight .5s ease;
	-ms-animation: fadeInRight .5s ease;
	-o-animation: fadeInRight .5s ease;
	animation: fadeInRight .5s ease;
}
.features-right {
    padding: 10.4em 10em 8em;
    background: #000;
	float: right;
}
/*-- //features --*/
/*-- team --*/   
.w3ls-effect {
    display: block;
    height: 300px;
    overflow: hidden;
    position: relative;
	-webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.65);
	-o-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.65);
	-ms-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.65);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
}
.w3ls-effect img {
	height: 100%;
	width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.w3ls-effect:before {
	content: '';
	background-color: rgba(0, 0, 0, 0);
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
} 
.w3ls-effect:hover:before {
	background-color: rgba(0, 0, 0, 0.8);
}
.w3ls-effect:hover .view-caption {
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	border-radius: 0 0 0 0;
}
.w3ls-effect:hover .wthree-icon {
	bottom: 25%;
	-moz-transform: translateY(-80%);
	-o-transform: translateY(-80%);
	-ms-transform: translateY(-80%);
	-webkit-transform: translateY(-80%);
	transform: translateY(-80%);
}
.w3ls-effect:hover .wthree-icon a {
	-webkit-animation-name: translate-transition;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-name: translate-transition;
	animation-duration: 0.8s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
}
.w3ls-effect .view-caption {
    background-color: #FFF;
    -webkit-transition: all cubic-bezier(0.27, 0.89, 0.95, 0.59) 0.5s;
    -moz-transition: all cubic-bezier(0.27, 0.89, 0.95, 0.59) 0.5s;
    -ms-transition: all cubic-bezier(0.27, 0.89, 0.95, 0.59) 0.5s;
    -o-transition: all cubic-bezier(0.27, 0.89, 0.95, 0.59) 0.5s;
    transition: all cubic-bezier(0.27, 0.89, 0.95, 0.59) 0.5s;
    padding: 20px;
    height: 29%;
    text-align: left;
    position: relative;
    z-index: 99;
	-webkit-border-radius: 25px 0 0 0;
	-moz-border-radius: 25px 0 0 0; 
    border-radius: 25px 0 0 0;
}
.w3ls-effect .view-caption h4 {
    color: #e8c802;
    font-size: 1.3em;
}
.w3ls-effect .view-caption p{
    margin-top: 0.3em;
}
.w3ls-effect .wthree-icon {
	bottom: 0;
	padding: 10px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: left;
	overflow: hidden;
	z-index: 9;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-moz-transform: translateY(1000%);
	-o-transform: translateY(1000%);
	-ms-transform: translateY(1000%);
	-webkit-transform: translateY(1000%);
	transform: translateY(1000%);
}
.social-button {
    display: inline-block;
    background-color: #fff;
    width: 25px;
    height: 25px;
    margin: 0 3px;
    line-height: 25px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.social-button:before {
    content: '';
    background-color: #000;
    width: 120%;
    height: 120%;
    position: absolute;
    top: 102%;
    left: -118%;
    -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
	-moz-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59); 
    transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-button .fa {
	font-size: 18px;
	vertical-align: middle;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
	-moz-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59); 
	transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-button.facebook:before {
  background-color: #3B5998;
}
.social-button.facebook .fa {
  color: #3B5998;
}
.social-button.twitter:before {
  background-color: #3CF;
}
.social-button.twitter .fa {
  color: #3CF;
}
.social-button.google:before {
  background-color: #DC4A38;
}
.social-button.google .fa {
  color: #DC4A38;
}
.social-button.dribbble:before {
  background-color: #F26798;
}
.social-button.dribbble .fa {
  color: #F26798;
}
.social-button.skype:before {
  background-color: #00AFF0;
}
.social-button.skype .fa {
  color: #00AFF0;
}
.social-button:focus:before, .social-button:hover:before {
  top: -10%;
  left: -10%;
}
.social-button:focus .fa, .social-button:hover .fa {
	color: #fff;
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
} 
/*-- //team --*/
/*-- gallery --*/
.gallery {
    background: #f5f5f5 url(../images/dottes1.png);
	float: left;
}
.w3gallery-grids {
    padding: 10px 5px;
}  
/*-- imghvr-hinge --*/
[class^='imghvr-'],
[class*=' imghvr-'] {
	position: relative;
	display: inline-block;
	margin: 0px;
	max-width: 100%;
	background-color:#003366;
	color:#212121;
	overflow: hidden;
	-webkit-backface-visibility: hidden; 
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	cursor: pointer;
}
[class^='imghvr-'] > img,
[class*=' imghvr-'] > img {
	vertical-align: top;
	max-width: 100%;
}
[class^='imghvr-'] .agile-figcaption,
[class*=' imghvr-'] .agile-figcaption {
	background-color:#0077be;
	padding:5.5em;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color:#212121;
	text-align: center;
} 
[class^='imghvr-'] .agile-figcaption h4{
	font-size:1.5em;
	margin-bottom:.5em;
	margin-top: 5%;
    color: #fff;
    text-transform: uppercase;
    line-height: 33px;
}
[class^='imghvr-'] .agile-figcaption p{
	line-height:2em;
	color:#7A7A7A;
}
[class^='imghvr-'] a,
[class*=' imghvr-'] a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
[class^='imghvr-'],
[class*=' imghvr-'],
[class^='imghvr-']:before,
[class^='imghvr-']:after,
[class*=' imghvr-']:before,
[class*=' imghvr-']:after,
[class^='imghvr-'] *,
[class*=' imghvr-'] *,
[class^='imghvr-'] *:before,
[class^='imghvr-'] *:after,
[class*=' imghvr-'] *:before,
[class*=' imghvr-'] *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
[class^='imghvr-hinge-'],
[class*=' imghvr-hinge-'] {
	-webkit-perspective: 50em;
	perspective: 50em;
}
[class^='imghvr-hinge-'] .agile-figcaption,
[class*=' imghvr-hinge-'] .agile-figcaption {
	opacity: 0;
	z-index: 1;
}
[class^='imghvr-hinge-']:hover img,
[class*=' imghvr-hinge-']:hover img {
	opacity: 0;
}
[class^='imghvr-hinge-']:hover .agile-figcaption,
[class*=' imghvr-hinge-']:hover .agile-figcaption {
	opacity: 1;
	-webkit-transition-delay: 0.21s;
	-moz-transition-delay: 0.21s;
	-o-transition-delay: 0.21s;
	-ms-transition-delay: 0.21s;
	transition-delay: 0.21s;
}
 
/*-- imghvr-hinge-right -- */
.imghvr-hinge-right img {
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}
.imghvr-hinge-right .agile-figcaption {
	-webkit-transform: rotateY(90deg);
	-moz-transform-origin: 0 50%;
	-o-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform: rotateY(90deg);
	-webkit-transform-origin: 0 50%;
	-moz-transform-origin: 0 50%;
	-o-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
}
.imghvr-hinge-right:hover > img {
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	-o-transform: rotateY(-90deg);
	-ms-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}
.imghvr-hinge-right:hover .agile-figcaption {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
} 
/*-- //imghvr-hinge --*/ 
/*-- //gallery --*/  
/*-- contact --*/
.contact-left.agileits-w3layouts {
    padding: 0;
}
.contact-w3ls-row {
    width: 90%;
    margin: 0 auto;
} 
.contact-right.agileits-w3layouts {
    float: right;
}
.contact input[type="text"] {
    width: 49%;
    color: #999;
    float: left;
    background: none;
    outline: none;
    font-size: 1em;
    padding: 1em 1em;
    margin-bottom: 1em;
    border: solid 1px #999;
    -webkit-appearance: none;
    display: inline-block;
}
.contact input.email {
    float: right;
}
.contact textarea {
    resize: none;
    width: 100%;
    background: none;
    color: #999;
    font-size: 1em;
    outline: none;
    padding: 1em .8em;
    border: solid 1px #999;
    min-height: 12.5em;
    -webkit-appearance: none;
}
.contact input[type="submit"] {
    outline: none;
    color: #fff;
    padding: 0.8em 4em;
    font-size: 1em; 
    -webkit-appearance: none;
    background: #f8d501;
	border: 2px solid #f8d501; 
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
    width: 100%;
}
.contact input[type="text"]:focus,.contact textarea:focus {
    border-color: #3399cc;
}
.contact input[type="submit"]:hover {
    background: none;
    color: #f8d501;
    border-color: #f8d501;
}
 
/*-- //contact --*/ 
/*-- address --*/ 
.address-left {
    padding: 3.5em 4em; 
	background: #000;
}
.address-left h4 {
    font-size: 2.3em;
    color: #01273a;
    margin-bottom: 0.82em;
}
.address-left ul li {
    display: block;
    color: #fff;
    font-size: 1em;
    font-weight: 300;
    margin-top: 1em;
}
.address-left ul li i.fa {
    margin-right: 8px;
    font-size: 1.5em;
}
.address-left ul li i.fa.fa-envelope-o {
    font-size: 1.1em;
}
.address-left ul li a{
    color: #fff;
	-webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
	transition: .5s all;
}
.address-left ul li a:hover {
    color: #f8d501;
} 
.address-right {
    padding: 0;
}
.address-right iframe {
    width: 100%;
    border: none;
}
/*-- //address --*/
/*-- subscribe --*/ 
.subscribe input[type="text"] {
    width: 70%;
    padding: 1em;
    font-size: 1em;
    float: left;
    color: #fff;
    outline: none;
    border: 1px solid #3399cc;
    border-right: none;
    background: none;
    -webkit-appearance: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}
.subscribe input[type="submit"] {
    float: left;
    color: #fff;
    font-size: 1em;
    outline: none;
    padding: 1em 1.8em;
    border: 1px solid #3399cc;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    -webkit-appearance: none;
    background: #3399cc;
}
.subscribe form:hover input[type="text"]{
    border-color: #f8d501;
}
.subscribe form:hover input[type="submit"] {
    border-color: #f8d501;
    background:#f8d501 ; 
}
/*-- //subscribe --*/
/*-- footer --*/
.footer-icons {
    padding: 5em 0;
}
.footer {
    background: #1b1b1b;
    padding: 10px 0;
	    float: left;
    width: 100%;
}
.footer-left {
    float: left;
}
.footer-right{
    float: right;
	text-align: right;
}
.footer p {
    color: #c2bebe;
    margin-top: 10px;
	font-size: 13px;
}
.footer p a{
    color: #3399cc;
}
.footer p a:hover{
    color: #fff;
} 
/*-- //footer --*/  
/*-- search --*/
.cd-main-header {
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0); 
}
.cd-main-header {
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: transform 0.3s;
	-ms-transition: transform 0.3s;
	transition: transform 0.3s;
}
.cd-main-content.nav-is-visible, .cd-main-header.nav-is-visible {
	-webkit-transform: translateX(-260px);
	-moz-transform: translateX(-260px);
	-ms-transform: translateX(-260px);
	-o-transform: translateX(-260px);
	transform: translateX(-260px);
}
.nav-on-left .cd-main-content.nav-is-visible, .nav-on-left .cd-main-header.nav-is-visible {
	-webkit-transform: translateX(260px);
	-moz-transform: translateX(260px);
	-ms-transform: translateX(260px);
	-o-transform: translateX(260px);
	transform: translateX(260px);
}
.cd-header-buttons {
    position: absolute;
    display: inline-block;
    top: -47px;
    right: 7%;
}
.cd-header-buttons li {
	display: inline-block;
}
.cd-search-trigger, .cd-nav-trigger {
	position: relative;
	display: block;
	width: 44px;
	height: 44px;
	overflow: hidden;
	white-space: nowrap;
	color: transparent;
	z-index: 3;
}

.cd-search-trigger::before, .cd-search-trigger::after {
	/* search icon */
	content: '';
	position: absolute;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.cd-search-trigger::before {
	/* lens */
	top: 11px;
	left: 11px;
	width: 18px;
	height: 18px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #f8d501;
}
.cd-search-trigger::after {
	/* handle */
	height: 3px;
	width: 8px;
	background: #f8d501;
	bottom: 14px;
	right: 11px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cd-search-trigger span {
	/* container for the X icon */
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.cd-search-trigger span::before, .cd-search-trigger span::after {
	/* close icon */
	content: '';
	position: absolute;
	display: inline-block;
	height: 3px;
	width: 22px;
	top: 50%;
	margin-top: -2px;
	left: 50%;
	margin-left: -11px;
	background: #fff;
	opacity: 0;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}
.cd-search-trigger span::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cd-search-trigger span::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.cd-search-trigger.search-is-visible::before, .cd-search-trigger.search-is-visible::after {
	/* hide search icon */
	-moz-opacity: 0;
	opacity: 0;
}
.cd-search-trigger.search-is-visible span::before, .cd-search-trigger.search-is-visible span::after {
	/* show close icon */
	-moz-opacity: 1;
	opacity: 1;
}
.cd-search-trigger.search-is-visible span::before {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.cd-search-trigger.search-is-visible span::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cd-search {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-search input {
    border-radius: 0;
    border: none;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    padding: 0 5%;
    -webkit-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none; 
    font-size: 1.5em;
    padding: 1.5em 2em;
    color: #fff;
    font-weight: 300;
}
.cd-search input::-webkit-input-placeholder {
	color: #fff !important;
}
.cd-search input::-moz-placeholder {
	color: #fff !important;
}
.cd-search input:-moz-placeholder {
	color: #fff !important;
}
.cd-search input:-ms-input-placeholder {
	color: #fff !important;
}
.cd-search input:focus {
	outline: none;
}
.cd-search.is-visible {
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
	-o-transition: opacity .3s 0s, visibility 0s 0s;
	-ms-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
/*-- //search --*/ 
/*-- animation css --*/ 
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-o-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	-ms-animation-name: fadeInDown;
	animation-name: fadeInDown;
} 
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
	-moz-transform: translateX(20px);
	-o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	-ms-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
	-moz-transform: translateX(2000px);
	-o-transform: translateX(2000px);
	-ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/*-- //animation css --*/ 
/*-- slider-up-arrow --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 3%;
	right: 1%;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url("../images/move-up.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //slider-up-arrow --*/ 
/*-- responsive-design --*/
@media(max-width:1440px){
[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption { 
    padding: 4.5em 3em; 
}
}
@media(max-width:1366px){
 
 
.features-right {
    padding: 10.4em 7em 8em; 
}
.features ul.nav.nav-tabs { 
    right: 18%; 
}
}
@media(max-width:1280px){
[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
    padding: 3.8em 2em;
}
.features ul.nav.nav-tabs {
    right: 15%;
}
.agileits-title h3 {
    font-size: 2.5em; 
}
 
.features-left.agileinfo-img, .features-left.agileinfo-img2, .features-left.agileinfo-img3, .features-left.agileinfo-img4 {
	min-height: 32.45em; 
}
}
@media(max-width:1080px){
.header { 
    padding-top: 1.5em;
}
 
 
.cd-radial-slider-content h2, .cd-radial-slider-content h3 {
    font-size: 3.3em; 
} 
 
.w3about-img { 
    min-height: 25em; 
}
 
.cd-header-buttons { 
    right: 8%;
}
.features-right {
    padding: 10.4em 3em 8em;
}
.features ul.nav.nav-tabs {
    right: 14%;
}
.features-left.agileinfo-img, .features-left.agileinfo-img2, .features-left.agileinfo-img3, .features-left.agileinfo-img4 {
    min-height: 30.5em;
}
.features-right {
    padding: 10.45em 3em 6em;
}
.w3ls-effect { 
    height: 246px; 
}
.w3ls-effect .view-caption { 
    height: 35%; 
}
 
.w3gallery-grids {
    padding: .3em 0.5em;
}
[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
    padding: 2.8em 2em;
}
.contact-w3ls-row {
    width: 100%; 
}
.address-left {
    padding: 3.5em 5em; 
}
.address-right iframe { 
    min-height: 355px; 
}
}
@media(max-width:1024px){
[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
    padding: 2.5em 1em;
}
}




@media(max-width:991px){


.w3gallery-grids {
    margin-bottom: 10px;
}

.address-left {
    padding: 3.5em 2em;
    float: left;
    width: 100%;
}

.navbar-header h1 {
    font-size: 3em; 
}
 
 
.nav.navbar-nav.navbar-right li a.dropdown-toggle { 
    margin: 0 0 .5em;
}
.cd-header-buttons {
    right: 6%;
}
.cd-search input { 
    font-size: 1.2em;
    padding: 1.2em 2em; 
}
.cd-radial-slider-content h2, .cd-radial-slider-content h3 {
    font-size: 3em;
}
.w3about-text {
    width: 90%;
    top: 22%;
} 
.agileits-title-left,.agileits-title-right {
    padding: 0;
}
.agileits-title h3 { 
    margin-bottom: .3em;
}
.w3agile-servs-img .icon-holder { 
    font-size: 2em; 
	top: 25px;
}
.w3agile-servs-img .description {
    width: 100%; 
}
.w3agile-servs-img:hover .icon-holder {
    top: 0px; 
}
.w3agile-servs-img .mission { 
    font-size: 1.3em; 
}
.w3agile-servs-img:hover .mission {
    top: -11px;
}
.about.services {
    padding-top: 1em;
}
.features-right {
    padding: 10em 3em 5em;
    float: none;
}
.features ul.nav.nav-tabs {
    top: 9%;
    left: 4%;
    right: auto;
}
.agileits-title h3 {
    font-size: 2.2em;
}
.features  .address .agileits-title {
    margin-bottom: 2em;
}
.features-left.agileinfo-img, .features-left.agileinfo-img2, .features-left.agileinfo-img3, .features-left.agileinfo-img4 {
    min-height: 32em;
    background-position: center;
}
.team-grids {
    padding: 0 .5em;
}
.w3ls-effect {
    height: 200px;
}
.w3ls-effect .view-caption {
    height: 38%;
    padding: 15px;
}
.address-right iframe {
    min-height: 280px;
}
}
@media(max-width:800px){
.cd-radial-slider-content h2, .cd-radial-slider-content h3 {
    font-size: 2.5em;
}
.w3ls-btn {
    font-size: 0.9em; 
    margin-top: 1em; 
}
.agileits-title h3 {
    font-size: 2em;
}
.features-left.agileinfo-img, .features-left.agileinfo-img2, .features-left.agileinfo-img3, .features-left.agileinfo-img4 {
    min-height: 23em; 
}
[class^='imghvr-'] .agile-figcaption h4 {
 
}

[class^='imghvr-'] .agile-figcaption p { 
    font-size: .9em;
}
}
@media(max-width:768px){
.map {
    margin: 20px 0;
}
.csr {
    padding: 0px;
}
.pd-1 {
    padding-right: 0px;
}

.pd-2 {
    padding-left: 0px;
}
.menu-righ {
    float: left;
    width: 100%;
}
	
.solu {
    width: 50%;
    margin-bottom: 25px;
}
.navbar-toggle { 
    padding: 7px 6px;
    margin-top: -41px;
	margin-right: 15px !important; 
}
.mobile-icon {
    padding: 0px;
}

.footer-left {
    width: 100%;
    text-align: center;
} 
.ftn {
    width: 100%;
    text-align: center;
}
.footer-right {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}


.w3gallery-grids {
    padding: .1em 0.3em;
}
.features-right {
    padding: 7em 3em 3em; 
}
.features ul.nav.nav-tabs {
    top: 7%;
    left: 5%; 
}
[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
    padding: 0.5em 1em;
}

.w3about-img {
    width: 100%;
}
.w3about-text {
    width: 100%;
    top: -1px;
    left: 0px;
}
 
.w3about-img {
    min-height: 15em;
}
.vd { }
.servicebanner, .contactbanner, .aboutbanner, .productbanner  {padding-bottom: 350px;}

}
@media(max-width:768px){
.logoct {width:260px;}
.nav.navbar-nav.nav-center li a {color: #fff;}
.nav.navbar-nav.nav-center li  a:hover, .nav.navbar-nav.nav-center li  a:focus, .nav.navbar-nav.nav-center li  a.active	{color: #fff;}

.header {
    padding: 1em 1.5em;
}
.navbar-default .navbar-toggle {
    border-color: #ffffff;
    margin-right: 0;
    background: #3399cc;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #3399cc;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
ul.nav.navbar-nav {
    margin: 0 !important;
    background: #0077be;
    width: 100%;
}
.container > .navbar-collapse {
    padding: 0;
}
.navbar-nav li { 
    display: block;
    padding: 0.5em 0;
}
.w3ls-hover:hover:after, .navbar-default .navbar-nav li a.active:after { 
    width: 12%;
}
.navbar-header h1 {
    font-size: 2.5em;
}  
div#bs-example-navbar-collapse-1 {
    position: absolute;
    width: 100%;
	overflow-y: hidden;
}
.cd-header-buttons {
    right: 9%;
}
ul.nav.navbar-nav.navbar-right {
    padding: 0;
}
.cd-radial-slider-wrapper { 
    overflow: inherit !important;
}
}
@media(max-width:736px){
 
.team-grids {
    padding: 1em 3em;
}
.w3ls-effect {
    height: 270px;
}
.w3ls-effect .view-caption {
    height: 30%; 
}
[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
    padding: 5.5em 3em;
}
.contact-right.agileits-w3layouts {
    float: none;
    padding: 0;
}
.contact input[type="text"] { 
    padding: 0.7em 1em; 
}
.contact textarea {
    padding: 0.7em .8em;
    min-height: 10.5em;
    margin-bottom: 0.8em;
}
}
@media(max-width:667px){
.w3ls-effect {
    height: 235px;
}
.cd-radial-slider-content h2, .cd-radial-slider-content h3 {
    font-size: 2.2em;
}
 
}
@media(max-width:600px){
.team-grids {
    padding: 1em 2em;
}
[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
    padding: 4em 3em;
}
.address-right iframe {
    min-height: 250px;
}
}
@media(max-width:568px){ 
.cd-radial-slider-content h2, .cd-radial-slider-content h3 {
    font-size: 2em;
}
 
.features-left.agileinfo-img, .features-left.agileinfo-img2, .features-left.agileinfo-img3, .features-left.agileinfo-img4 {
    min-height: 18em;
}
.team-grids {
    padding: 1em 1em;
}
[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
    padding: 3.5em 3em;
}
}
@media(max-width:480px){
p.tvm {
    padding: 0px;
}
.topsec {
    padding: 4px 0 0;
}
.bannertextab {
    bottom: 20%;
}
.bannertextab h2 {
    font-size: 18px;
}
.bannertextab h3 {
    font-size: 12px;
}
.navbar-toggle {
    margin-top: -35px;
}
.solu h3 {
    min-height: auto;
}
.product img {
    width: 100%;
}
.solu h3 {
    width: 100%;
}
.suppot {line-height: 20px;font-size: 12px;}
.stm {margin: 15px 0 20px;}
.solu {width: 100%;margin-bottom: 0px;}
.vd { }
.agileits-title {padding-bottom: 10px;margin-bottom: 10px;}
.servicebanner, .contactbanner, .aboutbanner, .productbanner {padding-bottom: 275px;}
.about, .services, .gallery, .clients, .testimonials {padding: 20px 0;}
.map {margin-top: 20px;}
.csr {padding: 0px;}
.frm-career {margin-top: 20px;}
.clients-ct ul li {width: 49%;}
.pd-1 {padding-right: 0px;}
.pd-2 {padding-left: 0px;}
.sub-main-w3 input[type="submit"]{width: 100%;}
.wthree-pro h2 {padding: 45px 0; font-size: 18px;}
.sub-main-w3 input[type="email"], .sub-main-w3 input[type="password"] {width: 77%;font-size: 13px;}
.sub-main-w3 {padding: 20px;}
.loginpop {max-width: 90%;}
li.tele {font-size: 11px;padding: 5px 5px;}
.tp ul li a {font-size: 11px;padding: 5px 5px;}
.logoct {width:225px;}
.w3agile-servs-img .mission {font-size: 15px;}
.gallery p {text-align: justify;}
.w3agile-servs-img .icon-holder {margin-bottom: 0px;}
ul.ftmenu {text-align: center;}
ul.ftmenu li a {padding: 0 5px;}
.agile-figcaption h4 {font-size: 16px;}
.servies2 {width: 100%;min-height: 220px;}
[class^='imghvr-'] .agile-figcaption h4 {font-size: 12px;margin-top: 0;line-height: 20px;}

.g1 {
    width: 100%;
    height: 175px;
    overflow: hidden;
    margin-bottom: 10px;
}
.cd-radial-slider-content h2, .cd-radial-slider-content h3 { 
	font-size: 1.8em;
    margin-top: 1.2em;
}
.w3ls-btn { 
    padding: .5em 1em; 
}
.w3about-text { 
    padding: 15px;
	position: inherit; 
}
 
[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
    padding: 2.5em 2em;
}
 
.contact input[type="submit"] { 
    padding: 0.6em 4em; 
	font-size: 0.9em;
}
.address-left {
    padding: 2.5em 4em;
}
.address-right iframe {
    min-height: 200px;
}
.subscribe input[type="text"] { 
    padding: 0.8em;
    font-size: 0.9em; 
}
.subscribe input[type="submit"] { 
    font-size: 0.9em; 
    padding: 0.8em 1.8em; 
}
.footer-left,.footer-right{
    float: none;
    text-align: center;
}
.wthree-icon {
    margin-top: 1em;
}
.cd-header-buttons {
    right: 13%;
}

}
@media(max-width:414px){
.navbar-header h1 {
    font-size: 3em;
}
.cd-radial-slider-content .wrapper > div {
    padding: 0 21%;
}
.cd-search input {
    font-size: 1em; 
}
.cd-radial-slider-content h2, .cd-radial-slider-content h3 {
    font-size: 1.5em;
    margin-top: 2em;
}
.agileits-title h3 {
    font-size: 1.5em;
}
.agileits-title h6 {
    font-size: 1em; 
}
p {
    font-size: 0.9em; 
}
 
.w3about-img {
    min-height: 17em;
}
.features-right {
    padding: 5em 2em 2em;
}
.features ul.nav.nav-tabs li a {
    font-size: 0.9em; 
}
.features ul.nav.nav-tabs {
    top: 4%;
    left: 8%;
}
.features .agileits-title, .address .agileits-title {
    margin-bottom: 1em;
}
.features-left.agileinfo-img, .features-left.agileinfo-img2, .features-left.agileinfo-img3, .features-left.agileinfo-img4 {
    min-height: 14em;
}
.team-grids {
    padding: 0.5em;
}
.w3ls-effect {
    height: 194px;
}
.w3ls-effect .view-caption h4 { 
    font-size: 1.1em;
}
.w3ls-effect .view-caption p { 
    font-size: .85em;
}
.w3ls-effect .view-caption {
    height: 35%;
}
[class^='imghvr-'] .agile-figcaption p {
    font-size: .85em;
}
[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
    padding: 2em 0.5em;
}
.contact textarea,.contact input[type="text"] { 
    font-size: 0.9em; 
}
.dropdown-menu li {
    padding: 0;
}
}
@media(max-width:384px){
.navbar-header h1 {
    font-size: 2.5em;
}
.w3ls-btn {
    font-size: 0.8em; 
}
.about, .team, .gallery, .contact, .subscribe {
    padding: 2em 0;
}
 
.services-grids {
    padding: 0;
}
.w3ls-effect {
    height: 176px;
}
.w3ls-effect .view-caption {
    height: 39%;
}
[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
    padding: 1.8em 0.5em;
}
.contact textarea { 
    min-height: 9.5em; 
}
.address-left {
    padding: 2em 3em;
}
.address-left ul li { 
    font-size: 0.9em; 
}
.address-right iframe {
    min-height: 160px;
}
.subscribe input[type="submit"] { 
    padding: 0.8em 1em;
}
}
 
@media(max-width:320px){ 
.header {
    padding: 0.5em 1em;

.cd-header-buttons { 
    top: -42px; 
}
.cd-radial-slider-content h2, .cd-radial-slider-content h3 {
    font-size: 1.3em; 
}
.w3ls-btn {
    font-size: 0.75em;
    padding: .4em 0.8em;
}
 
.features ul.nav.nav-tabs li a { 
    margin-right: 0.5em;
}
.team-grids {
    padding: 0.5em 2em;
    width: 100%;
}
.w3ls-effect {
    height: 260px;
}
.w3ls-effect .view-caption {
    height: 27%;
}
.w3gallery-grids {
    width: 100%;
}
[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
    padding: 4em 3em;
}
.contact input[type="text"] {
    width: 100%; 
}
.address-left {
    padding: 2em 2em;
}
.subscribe input[type="text"] {
    width: 69%; 
}
}
/*-- //responsive-design --*/