@import url(https://fonts.googleapis.com/css?family=Merriweather);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);
@import url('https://fonts.googleapis.com/css?family=Bubblegum+Sans');
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans+SC');

body{
	font-size:14px;
	overflow-X:hidden;
	background-color:#fff;
	font-family: 'Open Sans', sans-serif;
	color:#333;
}

#top-head{
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 9999;
    background-color: transparent;
}

.bnr-link a{
    text-shadow: none !important;
}



 .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #fdc300;
    background-image: none;
    border: none;
    border-radius: 0px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #111;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ddd;
}



header {
    width: 100%;
    height: 150px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: transparent;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

header img {
    display: inline-block;
    max-width: 200px !important;
    width: 100%;
    margin-top: 10px;
    float: left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
  
  header nav {
    display: inline-block;
    float: right; }
    header nav a {
      line-height: 130px;
      margin-left: 5px;
      margin-right: 5px;
      color: #fff;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      header nav a:hover {
        color: white; }
  header.smaller {
    height: 75px; 
    background-color: #000;
  }
header.smaller img {
    max-width: 90px !important;
    width: 100%;
    margin-top: 0px;
}
header.smaller {
    height: 75px;
}

    header.smaller nav a {
      line-height: 75px; }


@media all and (max-width: 660px) {
  /* =Header
  -------------------------------------------------------------- */
  header h1#logo {
    display: block;
    float: none;
    margin: 0 auto;
    height: 100px;
    line-height: 100px;
    text-align: center; }
  header nav {
    display: block;
    float: none;
    height: 50px;
    text-align: center;
    margin: 0 auto; }
    header nav a {
      line-height: 50px;
      margin: 0 10px; }
header.smaller {
    height: 53px;
}
    header.smaller h1#logo {
      height: 40px;
      line-height: 40px;
      font-size: 30px; }
header.smaller nav {
    height: auto;
}
      header.smaller nav a {
        line-height: 35px; } 
}

.is-sticky{
    color: #fff;
    padding: 5px 0px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.md-trigger{
    background-color: #333;
    color: #fff;
    padding: 14px 25px;
    border: none;
    margin-left: 15px;
    font-size: 13px;
    font-family: 'Merriweather', serif;
    text-transform: uppercase;
    letter-spacing: .3px;
}

.md-trigger:focus{
    outline: none;
}


.foot-lk{
    margin-bottom: 0px;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    border-right: solid 1px #ccc;
    color: #ccc;
}

.foot-lk a{
    color: #ccc;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.foot-lk a:hover{
    color: #fdc300;
}


.enq-main{
    width: 60%;
    float: right;
}

.service-link{
    color: #ec6608;
    margin-left: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.service-link:hover{
    cursor: pointer;
    color: #333;
}
.modal {
    z-index: 9999999999999999999 !important;

}

.modal-content {
    border-radius: 0px !important;
}

.modal-header .close {
    margin-top: -27px;
    float: right;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    text-align: center;
}
.service-box{
    margin-bottom: 15px;
}
.service-box h3{
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    margin-bottom: 7px;
    color: #ec6608;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-family: 'Merriweather', serif;
    font-size: 14px;
    border-bottom: solid 1px #ddd;
}
.service-box p{
    line-height: 24px;
    text-align: justify;
    margin-bottom: 0px;
}

button.close:focus {
    outline: none;
}










.enq-name {
    background-color: #2f2f2f;
    color: #fff;
    padding: 16px 13px;
    width: 100%;
    font-size: 13px;
    margin-bottom: 7px;
    border: solid 1px #505050;
}

.enq-name:focus{
    outline: none;
}

.foot-social {
    font-size: 14px;
    width: 33px;
    height: 33px;
    line-height: 33px;
    float: left;
    border: solid 1px #ccc;
    text-align: center;
    margin-bottom: 0px;
    margin-right: 7px;
    color: #ccc;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.foot-social:hover{
    color: #fff;
}

.foot-social-main {
    width: 100%;
    float: left;
    margin-top: 8px;
    margin-bottom: 15px;
}

#phone-section {
    width: 100%;
    padding: 40px 0px;
    background-color: #f7f7f7;
    border-top: solid 1px #e4e4e4;
    float: left;
}

.white-bg{
    background-color: #fff !important;
}

.center{
    text-align: center;
}

.service-link-div {
    text-align: center;
    margin-top: 14px;
}

.service-link-div a{
    background-color: #f36f21;
    border: solid 2px #f36f21;
    font-family: 'Merriweather', serif;
    text-transform: uppercase;
    letter-spacing: .3px;
    color: #fff;
    padding: 10px 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.service-link-div a:hover{
    background-color: transparent;
    color: #f36f21;
    border: solid 2px #f36f21;
}

.copy-div p {
    margin-bottom: 0px;
    font-size: 12px;
    color: #ccc;
    text-align: right;
}

.copy-div a{
    color: #ccc;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.copy-div a:hover{
    margin-left: 7px;
    color: #fdc300;
}

#abt-section{
    width: 100%;
    padding: 40px 0px;
    background-color: #f5f5f5;
    border-bottom: solid 1px #e4e4e4;
    float: left;
}

#service {
    width: 100%;
    padding: 40px 0px;
    background-color: #fff;
    float: left;
}

.ser-icon {
    width: 79px;
    height: 79px;
    background-color: #fff;
    border: solid 1px #ddd;
    position: absolute;
    margin: auto;
    left: 15px;
    top: 0px;
}

.ser-icon img{
    padding: 15px;
}

.foot-link a{
    color: #808080;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.foot-link a:hover{
    color: #ddd;
}

.enq-btn{
    background-color: transparent;
    border: solid 1px #fff;
    color: #fff;
    padding: 10px 25px;
    float: right;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 13px;
}

.right-space{
    margin-right: 7px;
}

.view-link a{
    background-color: transparent;
    border: solid 1px #fff;
    color: #fff;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 13px;
}
.view-link{
    margin-bottom: 0px;
    margin-top: 8px;
}


#fix-div {
    padding: 10px 0px;
    background-color: #6f6f6f;
    width: 100%;
    float: left;
    color: #fff;
}

.heading span {
    border-bottom: solid 4px #fdc200;
    padding-bottom: 3px;
}

.input-field{
    width: 70%;
    float: left;
}

.input-name{
    width: 100%;
    padding: 12px;
    border: solid 1px #ccc;
    background-color: #fff;
    border-right: none;
    color: #333;
}
.input-name:focus{
    outline: none;
}

.input-btn{
    width: 30%;
    float: left;
}
.input-button{
    background-color: #efbe0c;
    color: #000;
    text-align: center;
    width: 100%;
    border: none;
    padding: 14px;
    font-size: 13px;
    font-family: 'Merriweather', serif;
    text-transform: uppercase;
    letter-spacing: .3px;
}

.input-text{
    text-align: right;
    line-height: 46px;
}
.input-text p{
    margin-bottom: 0px;
    font-family: 'Merriweather', serif;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-size: 15px;
}

.input-button:focus{
    outline: none;
}



.heading {
    margin-bottom: 22px;
    font-family: 'Merriweather', serif;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.abt-right-content{
    text-align: center;
}

.abt-sub-head {
    line-height: 22px;
    font-size: 19px;
    margin-bottom: 5px;
    letter-spacing: .3px;
    font-family: 'Alegreya Sans SC', sans-serif;
}

.abt-content {
    line-height: 23px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #333;
    letter-spacing: .3px;
}

.content-justify {
    line-height: 25px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #333;
    text-align: justify;
    letter-spacing: .3px;
}

#abt-page{
    padding: 30px 0px;
}

.abtpage-right h3{
    margin-bottom: 15px;
    font-family: 'Merriweather', serif;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.abtpage-right h3 span {
    border-bottom: solid 4px #fdc300;
    padding-bottom: 3px;
}

.abt-content-link a{
    background-color: transparent;
    padding: 8px 20px;
    border: solid 2px #737373;
    border-radius: 3px;
    color: #333;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-family: 'Merriweather', serif;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.abt-content-link a:hover{
    background-color: #fdc200;
    border: solid 2px #fdc200;
    color: #333;
}

.abt-content-link{
    margin-bottom: 0px;
    margin-top: 30px;
}

.parallaxator {
    overflow: hidden;
    position: relative;
    width: 100%;
    float: left;
}
.parallaxator > .parallax_child {
    position: absolute;
    top: 0;
    left: 0;
}

#caption {
    padding: 100px 0px;
    width: 100%;
    text-align: center;
    float: left;
    color: #fff;
    background-color: #333;
}

.phone-left-img img{
    margin: auto;
}

.phone-right-content{
    margin-top: 10px;
}

.foot-title {
    margin-bottom: 15px;
    color: #fdc300;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Merriweather', serif;
    letter-spacing: .3px;
}








.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 999999999999;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 1s;
  -webkit-transform: translateX(-100%) translateY(100%) rotate(90deg);
  -moz-transform: translateX(-100%) translateY(100%) rotate(90deg);
  -o-transform: translateX(-100%) translateY(100%) rotate(90deg);
  transform: translateX(-100%) translateY(100%) rotate(90deg);
  pointer-events: none;
}




.pace.pace-active .pace-activity {
  -webkit-transform: translateX(0%) translateY(0%) rotate(0deg);
  -moz-transform: translateX(0%) translateY(0%) rotate(0deg);
  -o-transform: translateX(0%) translateY(0%) rotate(0deg);
  transform: translateX(0%) translateY(0%) rotate(0deg);
  transform: translateX(0%) translateY(0%) rotate(0deg);
}

.pace .pace-activity::before,
.pace .pace-activity::after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 47%;
    left: 50%;
    display: block;
    border: 7px solid #ec6608;
    border-radius: 50%;
    content: '';
}

.pace .pace-activity::before {
    margin-left: -40px;
    width: 50px;
    height: 50px;
    border-right-color: #000;
    border-left-color: #000;
    -webkit-animation: pace-theme-corner-indicator-spin 3s linear infinite;
    animation: pace-theme-corner-indicator-spin 3s linear infinite;
}

.pace .pace-activity::after {
    bottom: 49%;
    margin-left: -27px;
    width: 25px;
    height: 25px;
    border-top-color: #000;
    border-bottom-color: #000;
    -webkit-animation: pace-theme-corner-indicator-spin 1s linear infinite;
    animation: pace-theme-corner-indicator-spin 1s linear infinite;
}

@-webkit-keyframes pace-theme-corner-indicator-spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); }
}
@keyframes pace-theme-corner-indicator-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(359deg); }
}






.abt-left-img{
    border: solid 1px #ccc;
    padding: 1px;
    background-color: #fff;
}

.service-title{
    text-align: center;
}

.foot-left-address p{
    margin-bottom: 7px;
}

.address-mail{
    margin-top: 25px;
}

.ser-left {
    margin-top: 65px;
    margin-bottom: 50px;
}

.ser-para {
    line-height: 23px;
    margin-bottom: 0px;
}

.close {
    float: inherit;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 10;
    background-color: #ffc038;
    text-shadow: inherit;
    font-family: 'Merriweather', serif;
    text-transform: uppercase;
    letter-spacing: .3px;
    padding: 10px 20px;
    border: solid 1px #cd9a2d;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.ser-shape {
    max-width: 200px;
    width: 100%;
    margin: auto;
    float: left;
    height: 200px;
    margin-left: 106px;
    margin-bottom: 95px;
    color: #444;
    /* border: solid 1px #ccc; */
    background-color: #fdfdfd;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.ser-shape:hover{
    color: #ec6608;
}

.ser-shape:hover{
    background-color: #fff;
    cursor: cell;
}

.ser-shape img {
    margin: auto;
    max-width: 55px;
    width: 100%;
    margin-bottom: 10px;
}

.service-main {
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
}

.service-top{
    margin-bottom: 25px;
}

.service-main-div{
    margin-top: 20px;
}

.ser-title {
    margin-bottom: 0px;
    margin-top: 7px;
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-family: 'Merriweather', serif;
    color: #111;
}

#copy-sec{
    width: 100%;
    float: left;
    padding: 25px 0px;
    background-color: #000;
}

.ser-col{
    padding: 0px !important;
}



.ser-reshape {
    margin-left: -31px;
    padding: 20px;
    padding-top: 36px;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ser-link {
    margin-bottom: 0px;
}



.ser-link a {
    background-color: #414141;
    padding: 3px 5px;
    border: solid 1px #414141;
    border-radius: 0px;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-family: 'Merriweather', serif;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.ser-link a:hover {
    background-color: #fdc200;
    border: solid 1px #fdc200;
    color: #333;
}

option{
    background-color: #2f2f2f;
}









.foot-img{
    max-width: 200px;
    width: 100%;
}

#footer {
    background-color: #000;
    background-image: url(../images/footer-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
    width: 100%;
    color: #fff;
    float: left;
}

#footer-btm {
    background-color: #000;
    width: 100%;
    padding: 30px 0px;
    color: #ddd;
    float: left;
    padding-bottom: 0px;
}

.foot-head{
    color: #fdc300;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Merriweather', serif;
    letter-spacing: .3px;
    border-bottom: solid 1px #333;
    margin-bottom: 15px;
    padding-bottom: 5px;
}


.bnr-links{
    width: 100%;
    position: absolute;
    z-index: 99;
    bottom: 70px;
    text-align: center;
}

.bnr-links a{
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.bnr-links a:hover{
    color: #fdc300;
}

.bnr-links h3 {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    font-weight: 900;
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
}


.inr-banner {
    border-bottom: solid 4px #efbe0c;
}

.bnr-links p{
    margin-bottom: 0px;
    color: #fff;
}

.icon-img{
    max-width: 30px;
    width: 100%;
    margin-bottom: 10px;
}

.icon-title h3 {
    margin: 0;
    padding: 0;
    padding-bottom: 7px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .3px;
    color: #333;
    font-family: 'Merriweather', serif;
    line-height: 22px;
}

.icon-text{
    font-size: 13px;
    line-height: 22px;
}

.icon-link a {
    background-color: #353535;
    padding: 5px 5px;
    border: none;
    text-transform: uppercase;
    letter-spacing: .3px;
    color: #fff;
    font-family: 'Merriweather', serif;
    font-size: 10px;
    border: solid 1px #353535;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.icon-link a:hover{
    color: #353535;
    background-color: transparent;
}

.abt-img-left{
    margin-top: 15px;
}

.hvr-title{
    text-transform: uppercase;
    letter-spacing: .3px;
    font-family: 'Merriweather', serif;
    font-size: 13px;
}

#contact-page {
    padding: 35px 0px;
}
.address-title {
    margin: 0;
    padding: 0;
    padding-bottom: 17px;
    color: #005ec8;
    font-size: 17px;
    color: #005ec8;
    text-transform: uppercase;
    font-family: 'Merriweather', serif;
    letter-spacing: .3px;
}

.address-top {
    margin-bottom: 30px;
}

.brdr-right{
    border-right: solid 1px #ddd;
}

.shape {
    width: 0;
    height: 0;
    border-top: 40px solid #333333;
    border-right: 40px solid transparent;
    position: absolute;
    z-index: 99;
    left: 15px;
    top: 0px;
}

.shape i {
    color: #fff;
    position: relative;
    top: -36px;
    left: 5px;
    font-size: 14px;
}

.demo-content {
    padding-top: 10%;
    text-align: center;
    padding-bottom: 10%;
}
.demo-content h3 {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 50px;
    color: #333;
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    letter-spacing: .3px;
}
.demo-content p {
    margin-top: 0px;
    color: #333;
    font-size: 16px;
}





.service-left {
    min-height: 430px;
}

.address-subtitle {
    font-weight: 700;
    margin-bottom: 7px;
    font-size: 16px;
    padding-bottom: 3px;
    border-bottom: solid 1px #ddd;
}

.maps {
    margin-top: 35px;
    border-top: solid 1px #ddd;
    padding-top: 30px;
}
.map-title {
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    font-size: 17px;
    color: #005ec8;
    text-transform: uppercase;
    font-family: 'Merriweather', serif;
    letter-spacing: .3px;
}

.enq-frm {
    padding: 20px 25px;
    background-color: #efefef;
    border: solid 1px #ddd;
}
.enq-header {
    margin-bottom: 15px;
}
.enq-title {
    margin: 0;
    padding: 0;
    padding-bottom: 3px;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    font-family: 'Merriweather', serif;
    letter-spacing: .3px;
}

.frm-btn {
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    color: #000;
    background-color: #efbe0c;
    border: none;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.frm-name {
    padding: 13px 10px;
    font-size: 13px;
    width: 100%;
    border: solid 1px #ddd;
    background-color: #fff;
    margin-bottom: 7px;
    color: #333;
}

.frm-msg {
    padding: 13px 10px;
    font-size: 13px;
    width: 100%;
    border: solid 1px #ddd;
    background-color: #fff;
    height: 100px;
    color: #333;
}
.frm-msg:focus{
    outline: none;
}

.frm-name:focus{
    outline: none;
}
.frm-btn:focus{
    outline: none;
}


.padding-right3 {
    padding-right: 3px !important;
}
.padding-left3 {
    padding-left: 3px !important;
}


.nopadding {
    padding: 0px !important;
}



































.padding3fix{
    padding: 3px !important;
}

ul ,ol {
	 padding:0;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
}
/*--- slider-css --*/
.slider{
	position:relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.rslides_tabs {
    position: absolute;
    bottom: 14%;
    z-index: 999;
    right: 4%;
}
.rslides_tabs li {
    display: block;
	margin-bottom: 5px;
}
h1 {
    margin: 0px !important;
}
.rslides_tabs a {
    border: 2px solid #fff;
    border-radius: 50%;
}
.rslides_tabs li:first-child {
  margin-left: 0;
  }
.rslides_tabs .rslides_here a {
  color: #fff;
  font-weight: bold;
  }
#slider3-pager a {
  display: inline-block;
}
#slider3-pager img {
  float: left;
  display:block;
}
#slider3-pager .rslides_here a {
    background: transparent;
    border: 2px solid #efbe0c;
}
#slider3-pager a {
    padding: 4px;
}
/*-- responsive-mediaqueries --*/
@media (max-width:768px){
	#slider3-pager a {
	width: 13%;
	}
	.rslides_tabs {
	bottom: 10px;
	}
}
@media (max-width:640px){
	#slider3-pager a {
	width: 13%;
	}
	.rslides_tabs {
	bottom: 15px;
	}
}
@media (max-width:480px){
	#slider3-pager a {
	width: 13%;
	}
	.rslides_tabs {
	bottom: 20px;
	}
}
@media (max-width:320px){
	#slider3-pager a {
	width: 15%;
	}
	.rslides_tabs {
	bottom: 25px;
	}
}
/*-- //slider-css --*/

/*-- navigation --*/
/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #f44639;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

.navbar-default {
    background: none;
    border: none;
    margin: 0;
    min-height: inherit;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #99abd5;
   background:none!important;
}
.navbar-nav > li {
   margin: 0 0.5em;
}
.navbar-default .navbar-nav > li > a {
    color: #fff !important;
	font-size: 1.2em;
	padding: 1.8em 1em;
    position: relative;
	font-weight: 300;
	text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,.navbar-default .navbar-nav li a.active {
    color: #f44639 !important;
	background:none!important;
}
.navbar-right {
    float: right !important;
    margin-right: 0px!important;
}

.navbar-collapse {
    padding: 0!important;
}
.navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
}
.header {
    position: relative;
}
.agile-top-header {
    position: absolute;
    z-index: 999;
    top: 3%;
    left: 10%;
	width:80%;
}
.top-nav {
    float: left;
    margin-top: 27px;
}
.top-icons {
    float: right;
}

.top-icons ul li{
	display:inline-block;
}
/* ******************************************************
	Effect 12: Border Style #1 .linkHoverEffect_12
*********************************************************/

.linkHoverEffect_12  a {
  padding: 7px 10px;
  position: relative;
  -moz-transition: ease-out 0.3s 0.1s;
  -o-transition: ease-out 0.3s 0.1s;
  -webkit-transition: ease-out 0.3s;
  -webkit-transition-delay: 0.1s;
  transition: ease-out 0.3s 0.1s;
}
.linkHoverEffect_12  a span::before {
  height: 100%;
  width: 1px;
  background: #efbe0c;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.linkHoverEffect_12  a span::after {
  height: 100%;
  width: 1px;
  background:#efbe0c;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.linkHoverEffect_12  a::before {
  height: 1px;
  width: 100%;
  background: #efbe0c;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.linkHoverEffect_12  a::after {
  height: 1px;
  width: 100%;
  background: #efbe0c;
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.linkHoverEffect_12  a:hover {
  color: #6559bc;
}
.linkHoverEffect_12  a:hover::before, .linkHoverEffect_12  a:hover::after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.linkHoverEffect_12  a:hover span::before, .linkHoverEffect_12  a:hover span::after {
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
nav.linkEffects.linkHoverEffect_12 ul li {
    display: inline-block;
}
nav.linkEffects.linkHoverEffect_12 ul li a {
    color: #fff;
}

.smaller ul li a{
    color: #fff !important;
}

a {
    text-decoration: none !important;
}
nav.linkEffects.linkHoverEffect_12 ul li a span {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-family: 'Merriweather', serif;
    text-shadow: #000 2px 2px 10px;
}
/*-- //top-nav --*/
/*--// navigation --*/

/*-- header --*/
.logo a h1 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 3.5em;
    font-family: 'Gudea', sans-serif;
}
label {
    background: #efbe0c;
    padding: 10px 20px;
}
.top-icons ul li {
    font-size: 1.5em;
    margin-left: 16px;
}
.top-icons ul li a{
	color:#fff;
	 transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.top-icons ul li a:hover {
    color: #efbe0c;
	 transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.top-icons ul {
    margin-top: 25px;
}
nav.navbar.navbar-default {
    right:  14px;
}
ul#slider3-pager li a img {
    border-radius: 50%;
}
.slider-info {
    position: absolute;
    z-index: 999;
    top: 36%;
    left: 2%;
    width: 50%;
    text-shadow: #000 2px 2px 10px;
}


.bnr-link {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0px;
    margin-top: 20px;
    letter-spacing: 0px;
    font-family: 'Merriweather', serif;
    text-transform: uppercase;
    text-shadow: inherit !important;
}










.slider-info h4 {
    color: #fff;
    font-size: 48px;
    line-height: 55px;
    /* text-transform: uppercase; */
    letter-spacing: 0px;
    /* font-family: 'Merriweather', serif; */
    font-family: 'Alegreya Sans SC', sans-serif;
}


.slider-info h4 span, .slider-info h6 span {
    color: #efbe0c;
    font-size: 58px;
    font-weight: 600;
    text-transform: capitalize;
}

.slider-info p {
    color: #fff;
    font-size: 17px;
    margin-bottom: 0px;
    margin-top: 20px;
    letter-spacing: .3px;
    line-height: 28px;
    font-family: 'Merriweather', serif;
    text-transform: uppercase;
}
.slider-info h6 {
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Gudea', sans-serif;
    letter-spacing: 4px;
}
/*--// header --*/
/*--about--*/
.count {
    text-align: center;
}
.agile_count_grid_left {
    font-size: 30px;
    color: #fff;
}
.count h5 {
    font-size: 19px;
    color: #fff;
    margin-top: 20px;
    font-family: 'Bubblegum Sans', cursive;
    color: #efbe0c;
}

.left-space{
    margin-left: 10px;
    font-size: 19px;
}

p.counter {
    font-size: 36px;
    font-family: 'Bubblegum Sans', cursive;
    letter-spacing: .5px;
}
.about-info {
    margin-top: 3em;
}
.about-info img {
    float: left;
    width: 50%;
}
.about-info2 {
    float: right;
    width: 50%;
    padding: 2em;
}
.about-info2 h4 {
    font-size: 1.7em;
    text-transform: uppercase;
    margin-bottom: 1em;
	font-family: 'Gudea', sans-serif;
    font-weight: 700;
    color: #333;
}
.about-info2 p {
    line-height: 1.9em;
    font-size: 1.1em;
	color: #777;
}
.view2 {
    font-size: 18px;
    color: #fff;
	background:#333;
	padding: 10px 12px;
	margin: 18px 0px;
    display: inline-block;
	font-family: 'Gudea', sans-serif;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.view2:hover{
	color: #efbe0c;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.modal-header h5 {
    color: #efbe0c;
    font-size: 1.3em;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
.modal-header span {
    font-size: 1.1em;
    color: #777;
    letter-spacing: 2px;
    line-height: 33px;
    padding-bottom: 16px;
	display:inline-block;
	margin-top:1em;
}
/*--//about--*/

/*--services--*/
.services, .agile-prod, .about, .team-page, .gallery, .contact, .footer {
    padding: 4em 0em;
}
.services{
	background: url('../images/s3.jpg') no-repeat fixed;
    background-size: cover;
	position:relative;
}
.services h3, .about h3, .agile-prod h3, h3.title, .gallery h3, .newsletter h3, .contact h3{
	font-size: 3em;
    color:#333;
    font-family: 'Gudea', sans-serif;
	font-weight: 700;
	text-align:center;
	margin-bottom: 50px;
	text-transform:uppercase;
}
.services h3{
	color:#efbe0c;
}
.ser-w3l span {
    font-size: 3em;
    color: #efbe0c;
	margin-bottom: 12px;
}
.ser-w3l h5 {
    color: #fff;
    font-size: 1.3em;
	font-weight: bold;
	font-family: 'Gudea', sans-serif;
}
.ser-w3l p {
    color: #999;
    font-size: 1.1em;
	line-height: 1.9em;
}
.right-agile span {
    display: block;
    transform: rotate(90deg);
    font-size: 1.1em;
    position: absolute;
    top: 47%;
    right: -2%;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fff;
    font-weight: bold;
}
/*--//services--*/

/*--products--*/
.agile-prod1{
    float: left;
    width: 50%;
}
.agile-info{
    float: left;
    width: 50%;
}
.agile-prod2,.agile-info-img {
    float: right;
    width: 50%;
}
.agile-prod1 h4, .agile-info h4 {
    text-transform: uppercase;
    color: #fff;
    font-size: 1.5em;
    margin-bottom: 28px;
	font-family: 'Gudea', sans-serif;
    font-weight: bold;
}
.agile-prod1 p, .agile-info p{
	font-size: 1.1em;
	line-height: 1.9em;
	color:#fff;
}
.agile-sub {
    background: #efbe0c;
    padding: 78px;
}
.agile-info {
    background: #efbe0c;
    padding: 78px 46px;
}
/*--//products--*/
/*-- tabs --*/
.easy-left img{
	width:100%;
}
.easy-left {
    padding-left: 0;
}
.hor_1 h4{
	font-family: 'Gudea', sans-serif;
	font-size:30px;
    color: #f74f08;
	margin-bottom:30px;
}
.easy-right ul li a {
    color: #464646;
    text-decoration:none;
}
.easy-right ul li  {
    color: #464646;
    font-size: 15px;
	list-style-type:none;
	line-height:2.5em;
}
.easy-right ul li a span {
    color: #F74F08;
    font-size: 11px;
    margin-right: 15px;
    top: 0px;
}
.hor_1 p{
	font-size:15px;
	color:#464646;
	line-height:2.2em;
	margin-top:30px;
}
.about_page {
    padding: 90px 0;
}
.about_img {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.about-poleft img {
    width: 100%;
    height: auto;
}
.about_img h5 {
    position: absolute;
    height: 70px;
    line-height: 70px;
    bottom: 0%;
    left: 0;
    opacity: 1;
    width: 100%;
    color: #fff;
    background:#333;
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: 0.35s all ease;
    transition: 0.35s all ease;
    text-align: center;
    font-size: 29px;
	font-family: 'Gudea', sans-serif;
}
.about_img img + h5 {
    margin-top: 0;
	margin-bottom:0;
}
.about_opa {
    color: #fff;
    padding: 50px 50px 0;
    opacity: 0;
    background: rgba(51, 51, 51, 0.8);
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.35s all ease;
    transition: 0.35s all ease;
}
.about_img:hover .about_opa {
    opacity: 1;
    top: 70px;
}
.about_img:hover h5 {
    top: 0;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #efbe0c;
}
.about_opa p {
    line-height: 2.2em;
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
}
.team-page{
	background:#eee;
}
/*-- team-contact --*/
.fb_icons2  li{
	list-style-type:none;
	display:inline-block;
	margin:0 2px;
	overflow:hidden;
}
.fb_icons2 li a{
    width: 32px;
    height: 32px;
    display: inline-block;
    border: 1px solid #efbe0c;
	line-height: 2;
    color: #fff;
}
.fb_icons2 li a:hover{
	transform:rotateZ(360deg);
	border-radius:100%;
}
.contact {
    background: #f4f4f4;
}
.contact-left p {
    color: #808080;
    font-size: 15px;
    line-height: 2.2em;
    margin: 30px 0 30px;
}
.contact-left h2 a {
    color: #969609;
    text-decoration: none;
    font-size: 32px;
}
.contact-mid h3,.mail_right h3 {
    color: #fff;
    font-size: 30px;
    margin: 0px 0 25px;
    font-family: 'Gudea', sans-serif;
}
.contact-mid ul li {
    line-height: 2.7em;
    font-size: 15px;
    list-style-type: none; 
}
.contact-mid ul li a{
	color:#808080;
	text-decoration:none;
}
.contact-mid ul li a:hover,.col-bottom ul li a:hover,.banner-info ul li a:hover{
    color: #969609;	
}
.contact-mid ul li a span {
    margin-right: 22px;
    font-size: 11px;
    color: #969609;
}
.mail_right input[type="text"], .mail_right input[type="email"], .mail_right textarea {
    background: none;
    width: 100%;
    color: #A9A9A9;
    padding: 12px 10px;
    border: none;
    margin-bottom: 15px;
	outline:none;
    border-bottom: 2px solid #969609;
}
.mail_right textarea {
	height:110px; 
	resize:none;	
}
.mail_right input[type="submit"] {
    border: none;
    outline: none;
    color: #fff;
    background: #F74F08;
    font-size: 16px;
    padding: 9px 38px;
}
.mail_right input[type="submit"]:hover{
    background: #969609;
}
/*-- //team-contact --*/
/*-- gallery --*/
.gallery-heading{
	text-align:center;
}

.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}
.logo{
    max-width: 160px;
    width: 100%;
}


/* Common style */
.grid figure {
	position: relative;	
	overflow: hidden;
	margin: 10px 0;
	height: auto;
	text-align: center;
	cursor: pointer;
}
.grid figure img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 0.8;
}
.grid figure figcaption {
    padding: 2em 1em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h3 {
    font-weight: 300;
    margin: 0;
    text-align: center;
    font-size: 1.2em;
    color: #efbe0c;
    padding: 5px;
    background: rgba(0, 0, 0, 0.43);
}
.grid figure h2 span {
	font-weight: 800;
}
.grid figure h2,
.grid figure p {
	margin: 0;
}
.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
	font-weight: 600;
}
/*-----------------*/
/***** Apollo *****/
/*-----------------*/
figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
	-moz-transform: scale3d(1.05,1.05,1);
	-o-transform: scale3d(1.05,1.05,1);
	-ms-transform: scale3d(1.05,1.05,1)
}
figure.effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.14);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    -o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    -mz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    -ms-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
figure.effect-apollo p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 3em;
	padding: 0 1em;
	max-width: 150px;
	border-right: 4px solid #efbe0c;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	color: #333;
}
figure.effect-apollo h2 {
	text-align: left;
}
figure.effect-apollo:hover img {
	opacity: 0.9;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	-moz-transform: scale3d(1,1,1);
	-o-transform: scale3d(1,1,1);
	-ms-transform: scale3d(1,1,1);
}
figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	-o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	-moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	-ms-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
/*-- //gallery --*/
/*-- newsletter --*/
.newsletter {
    position: relative;
}
.newsletter input[type="email"] {
    font-style: italic;
    padding: 11px 60px 13px 16px;
    border: 1px solid #3a3939;
    width: 100%;
    text-align: left;
    color: #fff;
    background-color: #191818;
    outline: none;
}
.newsletter input[type="submit"] {
    width: 55px;
    height: 41px;
    background-image: url(../images/email.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    background-color: #efbe0c;
    top: 2px;
    right: 2px;
    padding: 0em;
    border: none;
    outline: none;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.newsletter {
    text-align: center;
	margin-top: 1em;
}
.newsletter h4 {
    font-size: 1.4em;
    color: #fff;
    font-family: 'Gudea', sans-serif;
    text-transform: uppercase;
	font-weight: 700;
    margin:2em 0 3em 0;
}
.newsletter form {
    width: 60%;
    margin: 0 auto;
}
/*--social-icons--*/
.social {
    text-align: center;
    transform: translateY(-50%);
}
.social li {
    display: inline;
    margin-right: 7px;
}
.social .link {
    display: inline-block;
    vertical-align: middle;
    position: relative;
      width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px dashed white;
    background-clip: content-box;
    padding: 4px;
    transition: .5s;
    color: #D7D0BE;
    margin-left: 10px;
    margin-right: 8px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2),
	0 1px 0 rgba(255, 255, 255, 0.2);
    font-size: 16px;
}
.social .link span {
	display: block;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.social .link:hover {
    color: white;
    transform: translateX(0px) rotate(360deg);
}
.social .link.google-plus {
	background-color: tomato;
	color: white;
}
.social .link.twitter {
  background-color: #00ACEE;
  color: white;
}
.social .link.facebook {
  background-color: #3B5998;
  color: white;
}
/*--//social-icons--*/
/*-- /contact --*/
.contact_form input[type="text"], .contact_form input[type="email"] {
    width: 100%;
    border-radius: 0;
    line-height: 22px;
    font-size: 14px;
    padding: 14px 17px 14px;
    outline: none;
    color: #FFF;
    border:none;
	border-bottom:3px solid #efbe0c;
    margin: 0 0 20px;
      background: #212121;
}
.contact_form input[type="submit"]{
    padding: 13px 30px;
    border: 2px solid #efbe0c;
    font-size: 16px;
    color: #fff;
    background: #212121;
    text-decoration: none;
    outline: none;
	margin-top: 12px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    cursor: pointer;
}
.contact_form input[type="submit"]:hover{
	color:#efbe0c;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.contact_form textarea {
    width: 100%;
    border-radius: 0;
    line-height: 22px;
    font-size: 14px;
    padding: 14px 17px 14px;
    outline: none;
    border:none;
	border-bottom:3px solid #efbe0c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    color: #FFF;
    height: 190px;
       background: #212121;
}
#contact form {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

/*-- footer --*/
.footer{
	background:#212121;
}
.agileinfo_footer_grid h4 {
	font-size: 1.4em;
    color: #fff;
    font-family: 'Gudea', sans-serif;
    margin-bottom: 30px;
    text-transform: uppercase;
	font-weight: 700;
}
.agileinfo_footer_grid ul li{
	list-style-type: none;
    margin-bottom: 1em;
    font-size: 14px;
    line-height: 1.8em;
    color: #999;
    padding-left: 1em;
}
.agileinfo_footer_grid ul li span{
	left:-1em;
}
.agileinfo_footer_grid ul li a{
	color:#999;
	text-decoration:none;
}
.agileinfo_footer_grid ul li a:hover{
	color:#fff;
}
.agileinfo_footer_grid1{
	float:left;
	width:31.45%;
	margin:0 0.3em .3em 0em;
}
.w3agile_footer_copy{
	padding:2em 0;
	border-top:1px solid #606060;
	text-align:center;
	margin-top:3em;
}
.w3agile_footer_copy p{
	font-size:14px;
	color:#8F8F8F;
	margin:0;
	line-height:1.8em;
	letter-spacing: 2px;
}
.w3agile_footer_copy p a{
	color:#fff;
	text-decoration:none;
}
.w3agile_footer_copy p a:hover{
	color:#8F8F8F;
}
.agileinfo_footer_grid:nth-child(1) {
    padding: 0 2em 0 0;
}
.agileinfo_footer_grid p{
	color:#999;
	line-height:2em;
}
.agileinfo_footer_grid p span{
	display:block;
	margin:1em 0 0;
}
/*-- //footer --*/
/*--bottom-to-top --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 7px;
    right: 0px;
    overflow: hidden;
    z-index: 999;
    width: 64px;
    height: 64px;
    border: none;
    text-indent: 100%;
    background: url(../images/arrow-up-.png) no-repeat 0px 0px;
}

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

/*-- Responsive --*/
@media(max-width:1440px){
	.right-agile span {
	right: -3%;
	}
}
@media(max-width:1366px){
	.logo a h1 {
	font-size: 3.3em;
	}
	label {
	padding: 8px 18px;
	}

	.top-nav {
	margin-top: 17px;
	}
	.top-icons ul {
	margin-top: 12px;
	}
	.services h3, .about h3, .agile-prod h3, h3.title, .gallery h3, .newsletter h3, .contact h3 {
	font-size: 2.8em;
	}
}
@media(max-width:1280px){
	.logo a h1 {
	font-size: 3.2em;
	letter-spacing: 2px;
	}
	.agile-top-header {
	top: 2%;
	}
	.top-nav {
	margin-top: 14px;
	}
	.slider-info h4 {
	font-size: 2.6em;
	}
	.top-icons ul li {
	font-size: 1.4em;
	}
	.rslides_tabs {
	bottom: 25%;
	}
	.services, .agile-prod, .about, .team-page, .gallery, .contact, .footer {
	padding: 3em 0em;
	}
	.services h3, .about h3, .agile-prod h3, h3.title, .gallery h3, .newsletter h3, .contact h3 {
	font-size: 2.7em;
	}
	.count h5 {
	font-size: 1.6em;
	}
	p.counter {
	font-size: 2.3em;
	}
	.about-info2 h4 {
	font-size: 1.6em;
	}
	.ser-w3l h5 {
	font-size: 1.2em;
	}
	.right-agile span {
	right: -6%;
	font-size: 1em;
	}
	.agile-prod1 h4, .agile-info h4 {
	font-size: 1.4em;
	}
	.about_img h5 {
	font-size: 27px;
	}
	.agileinfo_footer_grid h4 {
	font-size: 1.3em;
	}
}
@media (max-width: 1024px){
	.logo a h1 {
	font-size: 2.9em;
	letter-spacing: 1px;
	}
	.agile-top-header {
	top: 3%;
	}
	.linkHoverEffect_12 a {
	padding: 12px 12px;
	}
	nav.linkEffects.linkHoverEffect_12 ul li a span {
	font-size: 1em;
	letter-spacing: 0px;
	}
	.top-icons ul li {
	font-size: 1.3em;
	}
	.slider-info h4 {
	font-size: 2.4em;
	}

	ul#slider3-pager li a img {
	width: 58px;
	height: 58px;
	}
	#slider3-pager a {
	padding: 3px;
	}	
	.rslides_tabs li {
	margin-bottom: 0px;
	}
	.rslides_tabs {
	bottom: 22%;
	right: 6%;
	}
	.services h3, .about h3, .agile-prod h3, h3.title, .gallery h3, .newsletter h3, .contact h3 {
	font-size: 2.4em;
	margin-bottom: 42px;
	}
	.count h5 {
	font-size: 1.4em;
	}
	p.counter {
	font-size: 2.1em;
	}
	.about-info2 {
	padding: 0.5em 2em;
	}
	.about-info2 h4 {
	font-size: 1.5em;
	}
	.view2 {
	font-size: 17px;
	margin: 7px 0px;
	}
	.ser-w3l span {
	font-size: 2.7em;
	}
	.right-agile span {
	right: -8%;
	}
	.agile-sub {
	padding: 40px;
	}
	.agile-prod2 img {
	width: 100%;
	}
	.agile-img img {
	width: 100%;
	}
	.agile-info {
	padding: 40px 43px;
	}
	.fb_icons2 li a {
	width: 29px;
	height: 29px;
	}
}
@media (max-width: 991px){
	.slider-info h4 {
	font-size: 2.3em;
	}
	.top-icons ul li {
	margin-left: 10px;
	}
	.linkHoverEffect_12 a {
	padding: 12px 10px;
	}
	.rslides_tabs {
	bottom: 20%;
	}
	.services h3, .about h3, .agile-prod h3, h3.title, .gallery h3, .newsletter h3, .contact h3 {
	font-size: 2.3em;
	}
	.agile_count_grid {
	float: left;
	width: 25%;
	}
	p.counter {
	font-size: 1.9em;
	}
	.about-info img {
	width: 100%;
	}
	.about-info2 {
	padding: 2em 1em;
	width: 100%;
	}
	.s1, .s3 {
	float: left;
	width: 50%;
	}
	.s2, .s4 {
	float: right;
	width: 50%;
	}
	.s3,.s4{
	margin-top: 13px;
	}
	.right-agile span {
	right: -6%;
	font-size: 1.1em;
	top: 48%;
	}
	.agile-sub {
	padding: 15px 30px;
	}
	.agile-info {
	padding: 15px 16px;
	}
	.agile-prod1 h4, .agile-info h4 {
	margin-bottom: 23px;
	}
	.about-poleft {
	float: left;
	width: 33%;
	}
	.about_img h5 {
	font-size: 18px;
	height: 46px;
	line-height: 49px;
	}
	.fb_icons2 li a {
	width: 24px;
	height: 28px;
	}
	.about_img:hover .about_opa {
	top: 46px;
	}
	.about_opa p {
	line-height: 1.2em;
	font-size: 19px;
	margin-bottom: 18px;
	}
	.fb_icons2 li {
	margin: 0 0px;
	}
	.about_opa {
	padding: 40px 34px 0;
	}
	.gallery-grid.wow.fadeInUp.animated {
	float: left;
	width: 50%;
	}
	.agileinfo_footer_grid {
	float: left;
	width: 33%;
	}
	.agileinfo_footer_grid1 {
	width: 40%;
	margin: 0 0.6em 0.8em 0em;
	}
}
@media (max-width:800px){
	.logo a h1 {
	font-size: 2.7em;
	}
	.agile-top-header {
	left: 10%;
	}
	.top-icons ul li {
	margin-left: 5px;
	font-size: 1.2em;
	}
	.slider-info h4 {
	font-size: 2em;
	}
	nav.navbar.navbar-default {
	right: 5px;
	}
	.linkHoverEffect_12 a {
	padding: 11px 5px;
	}
	.slider-info p{
	font-size: 1em;
	}
	.slider-info h6 {
	font-size: 0.9em;
	}
	ul#slider3-pager li a img {
	width: 50px;
	height: 50px;
	}
	.rslides_tabs {
	bottom: 11%;
	}
	.services h3, .about h3, .agile-prod h3, h3.title, .gallery h3, .newsletter h3, .contact h3 {
	font-size: 2em;
	}
	.ser-w3l p {
	width: 93%;
	}
	.right-agile span {
	right: -8%;
	top: 47%;
	}
}
@media (max-width: 768px){
	.logo a h1 {
	font-size: 2.6em;
	}
	nav.linkEffects.linkHoverEffect_12 ul li a span {
	font-size: 0.9em;
	}
	.top-icons ul li {
	margin-left: 4px;
	font-size: 1.1em;
	}
	.slider-info h4 {
	font-size: 1.8em;
	}
	#slider3-pager a {
	width: 100%;
	}
	p.counter {
	font-size: 1.8em;
	}
}
@media (max-width: 767px){
	nav.linkEffects.linkHoverEffect_12 ul li a span {
	font-size: 1em;
	}
	.linkHoverEffect_12 a {
	padding: 9px 15px;
	}
	nav.linkEffects.linkHoverEffect_12 ul li {
	margin: 12px 0px;
	text-align: center;
	display: block;
	}
	nav.linkEffects.linkHoverEffect_12 ul {
	background: rgba(0, 0, 0, 0.75);
	padding:10px 0px;
	text-align: center;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none !important;
	}
	.top-nav {
	margin-top: 7px;
	float: left;
	width: 80%;
	}
	nav.navbar.navbar-default {
	right: -1px;
	}
	.top-icons ul li {
	margin-left: 6px;
	font-size: 1.2em;
	}
.navbar-toggle {
    float: right !important;
    margin-top: -35px;
}

header.smaller .navbar-toggle{
    margin-top: 3px;
}
nav.linkEffects.linkHoverEffect_12 ul li {
    margin: 0px 0px;
}

#sticky-item {
    background-color: transparent;
    padding-bottom: 0px;
}

.navbar-header {
    margin-top: -25px;
}

header.smaller .navbar-header {
    margin-top: -51px;
}


header nav a {
    line-height: 41px;
    margin-left: 5px;
    font-size: 12px;
    margin-right: 5px;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

nav.linkEffects.linkHoverEffect_12 ul li a{
    line-height: 41px;
}

header.smaller {
    height: 67px;
}

header nav {
    float: none;
    width: 100%;
    height: auto;
}

header img {
    max-width: 90px !important;
    width: 100%;
}
 
.xs-fluid {
    padding-right: 0px;
    padding-left: 0px;
    width: 100% !important;
}

}
@media (max-width: 736px){
	ul#slider3-pager li a img {
	width: 46px;
	height: 46px;
	}
	.agile-info {
	padding: 45px 14px;
	}
	.about_opa {
	padding: 32px 34px 0;
	}
	.fb_icons2 li a {
	width: 22px;
	height: 29px;
	}
	.slider-info h4 {
	font-size: 1.6em;
	}
	.ser-w3l p {
	width: 76%;
	}
	.right-agile span {
	right: -11%;
	top: 48%;
	}
	.agile-sub {
	padding: 17px 28px;
	}
	.agile-prod1 h4, .agile-info h4 {
	margin-bottom: 9px;
	}
	.agile-info {
	padding: 18px 8px;
	}
	.t1, .t3 {
	float: left;
	width: 50%;
	}
	.t2 {
	float: right;
	width: 50%;
	}
	.about_img h5 {
	height: 61px;
	line-height: 57px;
	}
	.fb_icons2 li a {
	width: 32px;
	height: 32px;
	}
	.about_opa {
	padding: 51px 34px 0;
	}
	.about_img:hover .about_opa {
	top:60px;
	}
	.about_opa p {
	margin-bottom: 40px;
	}
	.grid figure p {
	font-size: 62.5%;
	}
	.grid figure h3 {
	font-size: 1.1em;
	}
	.t3 {
	margin-top: 38px;
	}
	.top-nav {
	width: 79%;
	}
}
@media (max-width: 667px){
	.logo a h1 {
	font-size: 2.4em;
	}
	.top-nav {
	width: 77%;
	}
	.rslides_tabs {
	bottom: 4%;
        display: none;
	}
	.count h5 {
	font-size: 1.3em;
	}
	.agile-sub {
	padding: 12px 10px;
	}
	.agile-info {
	padding: 12px 6px;
	}
	.agile-prod1 h4, .agile-info h4 {
	margin-bottom: 4px;
	}
	.agileinfo_footer_grid {
	float: left;
	width: 100%;
	}
	.agileinfo_footer_grid:nth-child(2), .agileinfo_footer_grid:nth-child(3) {
	margin-top: 21px;
	}
	.agileinfo_footer_grid1 {
	width: 15%;
	margin: 0 0.6em 0.8em 0em;
	}
}

@media (max-width: 660px){
    
.navbar-toggle {
    float: right !important;
    margin-top: 22px;
}
header.smaller .navbar-toggle {
    margin-top: 9px;
}
    
}




@media (max-width: 640px){
	.logo a h1 {
	font-size: 2.3em;
	}
	.top-nav {
	width: 76%;
	}
	.slider-info h4 {
	font-size: 1.5em;
	}
	.slider-info p {
	font-size: 0.9em;
	}
	.slider-info h6 {
	font-size: 0.8em;
	}
	ul#slider3-pager li a img {
	width: 40px;
	height: 40px;
	}
	.rslides_tabs {
	bottom: 6%;
	}
	.services h3, .about h3, .agile-prod h3, h3.title, .gallery h3, .newsletter h3, .contact h3 {
	font-size: 1.9em;
	}
	p.counter {
	font-size: 1.7em;
	}
	.about-info2 h4 {
	font-size: 1.4em;
	}
	.view2 {
	padding: 8px 8px;
	}
	.ser-w3l p {
	width: 86%;
	}
	.right-agile span {
	right: -15%;
	top: 48%;
	}
	.ser-w3l span {
	font-size: 2.5em;
	}
	.agile-prod1 h4, .agile-info h4 {
	font-size: 1.3em;
	}
	.agileinfo_footer_grid h4 {
	font-size: 1.2em;
	}
	.agile-sub {
	padding: 8px 5px;
	}
	.agile-info {
	padding: 9px 5px;
	}
}
@media (max-width: 600px){
	.logo a h1 {
	letter-spacing: 0px;
	}
	.top-nav {
	width: 74%;
	}
	.rslides_tabs {
	bottom: 7%;
	}
	.slider-info p, .slider-info h6 {
	letter-spacing: 2px;
	}
	label {
	padding: 6px 16px;
	}
	.top-nav {
	margin-top: 1px;
	}
	ul#slider3-pager li a img {
	width: 38px;
	height: 38px;
	}
	.rslides_tabs {
	bottom: 3%;
	}
	.count h5 {
	font-size: 1.2em;
	}
	nav.linkEffects.linkHoverEffect_12 ul {
	padding: 11px 0px;
	}
	.right-agile span {
	right: -17%;
	top: 48%;
	}
	.grid figure h3 {
	font-size: 1em;
	margin-top: -21px;
	padding: 3px;
	}
	.contact_form input[type="text"], .contact_form input[type="email"] {
	padding: 10px 17px 10px;
	}
	.contact_form textarea {
	height: 161px;
	}
	.contact_form input[type="submit"] {
	padding: 11px 20px;
	font-size: 15px;
	}
	.agile-prod1 p, .agile-info p {
	font-size: 1em;
	}
	.agile-sub {
	padding: 8px 8px;
	}
	.agile-info {
	padding: 8px 5px;
	}
	.t3 {
	margin-top: 31px;
	}
	.services, .agile-prod, .about, .team-page, .gallery, .contact, .footer {
	padding: 2em 0em;
	}
	.agileinfo_footer_grid h4 {
	margin-bottom: 12px;
	}
	.agileinfo_footer_grid:nth-child(2), .agileinfo_footer_grid:nth-child(3) {
	margin-top: 6px;
	}
	.newsletter {
	margin-top: 0em;
	}
	.newsletter h4 {
	margin: 1em 0 2.8em 0;
	}
	.w3agile_footer_copy {
	padding: 1.3em 0;
	}
}
@media (max-width: 568px){
	ul#slider3-pager li a img {
	width: 37px;
	height: 37px;
	}
	nav.linkEffects.linkHoverEffect_12 ul li {
	margin: 10px 0px;
	}
	.top-nav {
	width: 75%;
	}
	.top-icons ul li {
	margin-left: 5px;
	font-size: 1.1em;
	}
	.rslides_tabs {
	bottom: 2%;
	}
	.count h5 {
	font-size: 1.1em;
	}
	p.counter {
	font-size: 1.6em;
	}
	.about-info2 h4 {
	font-size: 1.3em;
	}
	.about-info2 p {
	font-size: 1em;
	}
	.ser-w3l {
	width: 100%;
	}
	.ser-w3l p {
	width: 81%;
	font-size: 1em;
	}
	.right-agile span {
	right: -15%;
	top: 47%;
	}
	.agile-prod1 p, .agile-info p {
	font-size: 1em;
	}
	.agile-prod1 h4, .agile-info h4 {
	font-size: 1.3em;
	}
	.agile-info {
	padding: 73px 44px;
	}
	.agile-prod1 h4, .agile-info h4 {
	margin-bottom: 23px;
	}
	.agileinfo_footer_grid1 {
	width: 14%;
	}
	.agile-prod1 {
	width: 100%;
	}
	.agile-sub {
	padding: 30px 38px;
	font-size: 1.1em;
	}
	.agile-prod2{
	width: 100%;
	}
	.agile-info {
	float: left;
	width: 50%;
	}
	.agile-info-img  {
	float: right;
	width: 50%;
	}
	.fb_icons2 li a {
	width: 27px;
	height: 27px;
	}
	.about_opa {
	padding: 32px 36px 0;
	}
}
@media (max-width: 480px){
	.logo a h1 {
	font-size: 2.2em;
	}
	.top-nav {
	width: 90%;
	}
	.slider-info {
	top: 46%;
	}
	.slider-info h4 {
	font-size: 1.4em;
	}
	.slider-info p {
	line-height: 2;
	}
	ul#slider3-pager li a img {
	width: 32px;
	height: 32px;
	}
	.rslides_tabs {
	bottom: -1%;
	}
	.top-icons ul li {
	font-size: 1.1em;
	}
	.top-icons ul {
	margin-top: 0px;
	}
	.agile_count_grid {
	width: 50%;
	}
	.count h5 {
	font-size: 1.2em;
	}
	.c3, .c4 {
	margin-top: 12px;
	}
	.view2 {
	font-size: 16px;
	}
	.services h3, .about h3, .agile-prod h3, h3.title, .gallery h3, .newsletter h3, .contact h3 {
	font-size: 1.8em;
	}
	.agile-prod1 h4, .agile-info h4 {
	margin-bottom: 20px;
	}
	.agile-sub {
	padding: 32px 30px;
	font-size: 1em;
	}
	.agile-info {
	padding: 40px 44px;
	}
	.gallery-grid.wow.fadeInUp.animated {
	width: 100%;
	}
	.grid figure h3 {
	font-size: 1.1em;
	padding: 9px;
	}
	.grid figure p {
	font-size: 68.5%;
	}
	.contact_form textarea {
	height: 121px;
	}
	.contact_form input[type="text"], .contact_form input[type="email"] {
	margin: 0 0 18px;
	}
	.contact_form input[type="submit"] {
	padding: 11px 15px;
	}
	.agileinfo_footer_grid p {
	line-height: 1.9em;
	}
	.newsletter h4 {
	font-size: 1.3em;
	}
	.w3agile_footer_copy p {
	letter-spacing: 1px;
	}
	.t1, .t3 {
	width: 100%;
	}
	.t2 {
	width: 100%;
	margin-top: 31px;
	}
	.about_img h5 {
	height: 69px;
	line-height: 63px;
	font-size: 23px;
	}
	.about_img:hover .about_opa {
	top:69px;
	}
	.about_opa p {
	margin-bottom: 50px;
	}
	.fb_icons2 li a {
	width: 32px;
	height: 32px;
	font-size: 1em;
	}
	.about_opa p {
	font-size: 24px;
	padding: 68px 36px 0;
	}
	.newsletter form {
	width: 68%;
	}
	.top-icons ul {
	margin-top: -37px;
	}
}
@media (max-width: 414px){
	.logo a h1 {
	font-size: 2.1em;
	}
	label {
	padding: 5px 15px;
	}
	.navbar-toggle {
	padding: 7px 7px !important;
	}
	.navbar-toggle .icon-bar {
	width: 19px !important;
	}
	.top-nav {
	width: 89%;
	}
	.slider-info h4 {
	font-size: 1.3em;
	}
	.slider-info p {
	line-height: 1.5;
	}
	.slider-info p, .slider-info h6 {
	letter-spacing: 1px;
	}
	.slider-info {
	top: 50%;
	left: 10%;
	}
	ul#slider3-pager li a img {
	width: 28px;
	height: 28px;
	}
	.about-info2 {
	padding: 1em 1em;
	}
	.about-info2 p {
	line-height: 1.8em;
	}
	.ser-w3l p {
	width: 100%;
	line-height: 1.8em;
	}
	.right-agile span {
	right: -23%;
	top: 50%;
	}
	.top-icons ul {
	margin-top: -35px;
	}
	.agile-prod1 p, .agile-info p {
	line-height: 1.8em;
	}
	.about_opa {
	padding: 5px 36px 0;
	}
	.agile-sub {
	padding: 24px 30px;
	}
	.agile-info {
	padding: 25px 28px;
	}
	.services h3, .about h3, .agile-prod h3, h3.title, .gallery h3, .newsletter h3, .contact h3 {
	margin-bottom: 30px;
	}
	.newsletter form {
	width: 90%;
	}
}
@media (max-width: 384px){
	.slider-info h4 {
	font-size: 1.3em;
	letter-spacing: 0px;
	}
	.slider-info p {
	line-height: 1.2;
	letter-spacing: 0px;
	}
	.top-nav {
	margin-top: 0px;
	}
	.slider-info p {
	font-size: 0.85em;
	}
	.services, .agile-prod, .about, .team-page, .gallery, .contact, .footer {
	padding: 1em 0em;
	}
	.ser-w3l {
	width: 91%;
	float: left;
	}
	.agile-sub {
	padding: 11px 30px;
	}
	.agile-info {
	padding: 17px 15px;
	}
	.about_img h5 {
	height: 63px;
	font-size: 22px;
	}
	.about_img:hover .about_opa {
	top:60px;
	}
	.about_opa p {
	font-size: 22px;
	padding: 32px 36px 0;
	}
	.grid figure h3 {
	font-size: 1em;
	padding: 7px;
	}
	.grid figure p {
	font-size: 60.5%;
	}
	#contact form {
	width: 90%;
	}
	.contact_form input[type="submit"] {
	padding: 9px 12px;
	font-size: 14px;
	}
	.agileinfo_footer_grid1 {
	width: 26%;
	}
	.social .link {
	width: 38px;
	height: 38px;
	margin-left: 2px;
	margin-right: 2px;
	font-size: 15px;
	}
	.newsletter h4 {
	font-size: 1.2em;
	}
}
@media (max-width: 375px){
	.logo a h1 {
	font-size: 2em;
	}
	.slider-info p {
	font-size: 0.85em;
	}
	.slider-info {
	top: 51%;
	}
	#slider3-pager a {
	padding: 2px;
	}
	.agile_count_grid_left {
	font-size: 1.9em;
	}
	.view2 {
	font-size: 15px;
	padding: 8px 10px;
	}
	.ser-w3l h5 {
	font-size: 1.1em;
	}
	.agile-prod1 h4, .agile-info h4 {
	margin-bottom: 14px;
	}
	.agile-info {
	padding: 18px 15px;
	}
	.agile-sub {
	padding: 7px 30px;
	}
	.top-icons ul {
	margin-top: -34px;
	}
	.about_opa p {
	margin-bottom: 41px;
	}
	.agileinfo_footer_grid p {
	line-height: 1.8em;
	}
}
@media (max-width: 320px){
	.logo a h1 {
	font-size: 1.8em;
	}
	label {
	padding: 3px 13px;
	}
	.slider-info h4 {
	font-size: 1.2em;
	}
	.slider-info p {
	font-size: 0.8em;
	}
	.slider-info p, .slider-info h6 {
	letter-spacing: 1px;
	line-height: 1;
	}
.navbar-toggle {
    margin-top: 15px !important;
}
	.slider-info {
	top: 49%;
	}
	ul#slider3-pager li a img {
	width: 24px;
	height: 24px;
	}
	.rslides_tabs {
	bottom: -5%;
	right: 5%;
	}
	.services h3, .about h3, .agile-prod h3, h3.title, .gallery h3, .newsletter h3, .contact h3 {
	font-size: 1.7em;
	}
	.count h5 {
	font-size: 1.1em;
	margin-bottom: 11px;
	}
	.c3, .c4 {
	margin-top: 10px;
	}
	.about-info {
	margin-top: 1em;
	}
	.about-info2 h4 {
	font-size: 1.2em;
	}
	.right-agile span {
	right: -34%;
	top: 49%;
	}
	.agile-top-header {
	left: 9%;
	}
	.s3, .s4 {
	margin-top: 4px;
	}
	.agile-sub {
	padding: 6px 13px;
	}
	.agile-info {
	padding: 5px 5px;
	}
	.agile-prod1 h4, .agile-info h4 {
	font-size: 1.2em;
	}
	.about_img h5 {
	height: 53px;
	font-size: 20px;
	line-height: 51px;
	}
	.fb_icons2 li a {
	width: 29px;
	height: 29px;
	}
	.about_opa p {
	font-size: 20px;
	}
	.about_img:hover .about_opa {
	top:50px;
	}
	.agileinfo_footer_grid ul li {
	padding-left: 0em;
	}
	.newsletter input[type="submit"] {
	width: 49px;
	height: 38px;
	}
	.newsletter input[type="email"] {
	padding: 8px 57px 12px 10px;
	}
	.w3agile_footer_copy {
	padding: 1em 0;
	margin-top: 2em;
	}
	.top-icons ul li {
	margin-left: 1px;
	font-size: 1em;
	}
	.top-icons ul {
	margin-top: -32px;
	}
	.slider-info {
	left: 9%;
	}
        }
        
        
        
  @media (max-width: 1199px){ 
  
 .rslides_tabs {
    bottom: 3%;
} 
.slider-info h4 span, .slider-info h6 span {
    color: #efbe0c;
    font-size: 38px;
    font-weight: 600;
    text-transform: capitalize;
}
.slider-info h4{
    line-height: 40px;
}

header img {
    max-width: 150px !important;
}
.service-main {
    min-height: 270px;
}
      
  }
  
  
   @media (max-width: 991px){ 
       .abt-left-img{
           display: none;
       }
       header img {
    max-width: 137px !important;
}

header.smaller img {
    max-width: 94px !important;
    width: 100%;
    margin-top: 0px;
}
.service-main {
    min-height: 282px;
}
.phone-left-img{
    display: none;
}

.slider-info p {
    display: none;
}

.bnr-link{
    display: inherit !important;
}
.slider-info h4 {
    line-height: 35px;
    font-size: 25px;
}
.slider-info h4 span, .slider-info h6 span {
    font-size: 31px;
}
.input-text p {
    font-size: 12px;
}

.md-trigger {
    font-size: 10px;
}
.input-name {
    padding: 10px;
}
.input-button {
    padding: 12px;
}

.abt-icon-left{
    min-height: 100px;
}
.bnr-links{
    display: none;
}
       
   }
   

        
        
        
        
        
        
 @media (max-width: 767px){       
        
     .slider-info{
            display: none;
     }
     #caption{
         display: none;
     }
     .rslides_tabs{
         display: none;
     }
     
     .abt-left-img{
         margin-top: 30px;
         display: none;
     }
     .input-text {
    text-align: center;
    line-height: 46px;
}
.md-trigger{
    display: none;
}
.ser-img {
    max-width: 220px;
    width: 100%;
    float: left;
    margin-right: 15px;
}

.phone-left-img{
    display: none;
}
.heading {
    font-size: 17px;
    line-height: 23px;
}
.enq-main {
    width: 100%;
    float: none;
    margin-top: 35px;
}
.enq-btn{
    float: left;
}
.copy-div p {
    text-align: left;
    margin-top: 10px;
}
header.smaller img {
    max-width: 75px !important;
    width: 100%;
    margin-top: 0px;
    position: relative;
    z-index: 999999999;
}
header img {
    max-width: 90px !important;
    width: 100%;
    position: relative;
    z-index: 99999999;
}
.ser-icon {
    top: 7px;
}
.bnr-links{
    display: none;
}
.abt-img-left{
    display: none;
}
.w3ls_services_bottom_grid_grid p {
    width: 93%;
}
.abtpage-right h3{
    font-size: 18px;
}
header.smaller {
    height: 53px;
}
.service-main{
    min-height: inherit;
}
header.smaller .navbar-header {
    margin-top: -58px;
}

.heading span {
    border-bottom: none;
    padding-bottom: 3px;
}
.abt-icon-left{
    min-height: inherit;
}

.brdr-right {
    border-right: none;
}
.padding-left3 {
    padding-left: 15px !important;
}
.padding-right3 {
    padding-right: 15px !important;
}

 }
 
 
 
 @media (max-width: 500px){ 
 
 .ser-img {
    max-width: 100%;
    width: 100%;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

}