body {
	padding: 0;
	margin: 0;
	background: #FFF;
	font-family: 'Open Sans', sans-serif;
}
body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}
body a:hover {
	text-decoration: none;
}
body a:focus, a:hover {
	text-decoration: none;
}
input[type="button"], input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: 'Oswald', sans-serif;
	color: #146eb4;
}
p {
	margin: 0;
}
ul {
	margin: 0;
	padding: 0;
}
label {
	margin: 0;
}
a:focus, a:hover {
	text-decoration: none;
	outline: none;
}
/*-- //Reset-Code --*/




/*-- section --*/ 
.navbar-default {
       background-color: transparent;
    border-color: transparent;
    padding: 50px 0 0;	
}
.bannerinner h6 {
    color:#fff;
	    letter-spacing: 2px;
		font-size: 15px;
}
/*.bannerbutton a {
        font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 10px 40px;
    width: 10%;
    border-radius: 22px;
    border: 1px solid;
    background-color: blue;
    color: #fff;
    outline: none;
}*/
a.navbar-brand {
    font-size: 30px;
    letter-spacing: 2px;
}
ul.nav.navbar-nav.navbar-right {
    font-size: 15px;
    padding-top: 20px;
}
.navbar-default .navbar-brand:hover {
    color:#fff;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a:hover {
    color:#fff;
    background-color: transparent;
	   
}
/*-- agileits --*/
.bannerinner h4 {
    color: #fff;
	    letter-spacing: 2px;
    font-size: 13px;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.navbar-default .navbar-brand {
    color:#fff;
}
.bannerinner {
    text-align: center;
    padding-top: 200px;

}
.stats-bottom-banner,.services-bottom{
	padding:5em 0;
}
.stats-bottom-banner h3 span,.agileits_services_bottom_grid h3 span{
	color:#0accff;
}
.about-device-info{
text-align:left;
padding-top:5em;
}
.device-text h4{
font-size: 1em;
font-weight: 700;
letter-spacing: 1px;
color: #008ed6;
margin-bottom: 0.7em;
}
.device-text h3{
font-size: 2.7em;
font-weight: 600;
color: #1a1a1a;
padding-bottom: 0.7em;
background: url(../images/line.png) no-repeat 0% 100%;
}
.device-text p{
color:#aeadad;
font-size:1.3em;
line-height:1.5em;
font-weight:400;
margin-top:1em;
width:90%;
}
.about-list{
margin-top:2em;
}
.about-list ul li{
display:block;
}
.about-list ul li {
list-style-type: none;
margin-bottom: 0.5em;
}
.about-list ul li a {
text-decoration: none;
color: #1a1a1a;
font-size:1.25em;
font-weight:600;
}
.about-list ul li a span {
background: url(../images/icons1.png) no-repeat;
width: 20px;
height: 18px;
display: inline-block;
vertical-align: middle;
margin-right: 13px;
}
.about-list ul li a span.abt1{
background-position:-7px -12px;
}
.about-list ul li a span.abt2{
background-position:-7px -37px;
}
.about-list ul li a span.abt3{
background-position:-7px -69px;
}
.about-list ul li a span.abt4{
background-position:-7px -97px;
}
.prod-center {
	width: 80%;
	margin: auto;
}
/*-----*/
.about-device-info{
text-align:left;
padding-top:5em;
}
.device-text h3{
font-size: 2.7em;
font-weight: 600;
color: #1a1a1a;
padding-bottom: 0.7em;
background: url(../images/line.png) no-repeat 0% 100%;
}
.device-text p{
color:#aeadad;
font-size:1.3em;
line-height:1.5em;
font-weight:400;
margin-top:1em;
width:90%;
}
.about-bottom{
background:#f2f2f2;
padding:3% 0;
}
.device-text-bottom{
text-align:left;
padding-top:5em;
}
.about-customize {
width:45%;
}
.device-text-bottom h4{
font-size: 1em;
font-weight: 700;
letter-spacing: 1px;
color: #008ed6;
margin-bottom: 0.7em;
}
.device-text-bottom h3{
font-size: 2.7em;
font-weight: 600;
color: #1a1a1a;
padding-bottom: 0.7em;
background: url(../images/line.png) no-repeat 0% 100%;
}
.device-text-bottom p{
color:#aeadad;
font-size:1.3em;
line-height:1.5em;
font-weight:400;
margin-top:1em;
width:100%;
}
.about-device-bottom{
}
/*-- agileits --*/
h1 {
    padding: 20px 0px;
	color:#fff;
}
.bannerbutton {
    padding-top: 30px;
}
.banner {
	 background:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/coding.jpg) 0px 0px  no-repeat;
	 background-size:cover;
	 background-position:50% 50%;
	 min-height:800px;
}
.bannerbutton button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 10px;
    width: 10%;
    border-radius: 22px;
    border: 1px solid;
	background-color: blue;
    color: #fff;
	outline:none;
}
.stats-bottom-banner{
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/pexels-photo-450035.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
	text-align:center;
}
.stats-bottom-banner h3{
	text-align: center;
    font-size: 2em;
    color: #fff;
    line-height: 1.5em;
    text-transform: capitalize;
	padding-bottom:1em;
	position:relative;
}
.stats-bottom-banner h3:after{
	content: '';
    background: #ec9114;
    width: 15%;
    height: 2px;
    position: absolute;
    bottom: 0%;
    left: 42%;
}
.stats-bottom-banner p{
	margin: 2em auto 3em;
    color: #fff;
    line-height: 2em;
    width: 70%;
}
img{
	width:100%;
}

/*-- /section --*/  

/*-- about us--*/
.aboutus1 {
    padding: 0;
}

.dftred p {
    font-size: 14px;
    color: #777;
    line-height: 26px;
    margin-top: 10px;
}
	.dftred {
    margin-bottom: 30px;
}
	.dcf{
		float:left;
		    padding-top: 25px;
	}
	p.ght {
    padding-bottom: 50px;
}
.dcf h3 {
    padding-top: 40px;
}
.ght {
    float: left;
	padding-top: 100px;
}
	.service-box{
            position: relative;
            overflow: hidden;
            perspective:1000px;
            -webkit-perspective:1000px;
        }
        .service-icon{
            width: 100%;
            height: 220px;
            padding: 20px;
            text-align: center;
            transition: all .5s ease;
        }
/*-- agileits --*/
p.fgd {
    padding-bottom: 30px;
    font-size: 14px;
    color: #777;
    line-height: 26px;
    text-align: left;
}

        .service-content{
            position: absolute;
            top: 0px;
            left: 0px;
            z-index: 1;
            opacity: 0;
            width: 100%;
            height: 220px;
            padding: 20px;
            text-align: center;
            transition: all .5s ease;
            background-color: #474747;
            backface-visibility:hidden;
            transform-style: preserve-3d;
            -webkit-transform: translateY(110px) rotateX(-90deg);
            -moz-transform: translateY(110px) rotateX(-90deg);
            -ms-transform: translateY(110px) rotateX(-90deg);
            -o-transform: translateY(110px) rotateX(-90deg);
            transform: translateY(110px) rotateX(-90deg);
        }
        .service-box .service-icon .front-content{
            position: relative;
            top:80px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .service-box .service-icon .front-content i {
            font-size: 28px;
            color: #fff;
            font-weight: normal;
			    margin-bottom: 25px;
        }
        .service-box .service-icon .front-content h3 {
            font-size: 15px;
            color: #fff;
            text-align: center;
            margin-bottom: 15px;
            text-transform: uppercase;
        }
        .service-box .service-content h3 {
            font-size: 15px;
            font-weight: 700;
            color: #fff;
            margin-bottom:10px;
            text-transform: uppercase;
        }
        .service-box .service-content p {
            font-size: 13px;
            color: #b1b1b1;
            margin:0;
        }
        .yellow{background-color: #ffc000;}
        .orange{background-color: #fc7f0c;}
        .red{background-color: #e84b3a;}
        .grey{background-color: #474747;}
        .service-box:hover .service-icon{
            opacity: 0;
            -webkit-transform: translateY(-110px) rotateX(90deg);
            -moz-transform: translateY(-110px) rotateX(90deg);
            -ms-transform: translateY(-110px) rotateX(90deg);
            -o-transform: translateY(-110px) rotateX(90deg);
            transform: translateY(-110px) rotateX(90deg);
        }
        .service-box:hover .service-content {
            opacity: 1;
            -webkit-transform: rotateX(0);
            -moz-transform: rotateX(0);
            -ms-transform: rotateX(0);
            -o-transform: rotateX(0);
            transform: rotateX(0);
        }
 h3.xyz, h2.xyz {
    text-align: center;
    font-size: 40px;
    padding: 0;
    margin: 0 0 60px;
    /* color: cadetblue; */
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
}
section.aboutus {
    padding: 80px 0px;
}

h3.edr {
    padding: 10px 0px;
	    font-size: 25px;
}
/*--/about us--*/


/*-- Services--*/
.serviceBox{
    padding: 0 20px;
    text-align: center;
    border: 1px solid #ccc;
    margin: 50px 0;
    position: relative;
    transition: all 0.3s linear 0s;
}
section.services {
    padding: 80px 0px;
    background: #f3f3f3;
}
.serviceBox .service-icon{
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 45px;
    border-radius: 5px;
    background: #4ca8e8;
    font-size: 30px;
    color: #fff;
    margin: -45px 0 30px;
    position: relative;
    transition: all 0.3s linear 0s;
}
/*-- agileits --*/
.serviceBox:hover .service-icon{
    background: #dcdcdc;
    color: #4ca8e8;
}
.serviceBox .service-icon:after{
    content: "";
    border-top: 10px solid #4ca8e8;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s linear 0s;
}
.serviceBox:hover .service-icon:after{
    border-top-color: #dcdcdc;
}
.serviceBox .title{
    font-size: 20px;
    color: #414141;
    margin: 0 0 12px 0;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .title{
    color: #4ca8e8;
}
.serviceBox .description {
    font-size: 14px;
    color: #8e8e8e;
    line-height: 25px;
}
@media (max-width: 1024px){
	.features-head h4,.device-text h4,.device-text-bottom h4,.pricing-text h4,.pricing-text-bottom h4 
	,.contact-text h4{
	font-size: 0.9em;
	}
	.features-head h3,.device-text h3,.device-text-bottom h3,.pricing-text h3,.pricing-text-bottom h3
	,.contact-text h3{
	font-size: 2.5em;
	}
	.feature-grid p {
	font-size: 1.15em;
	}
	.about-device {
	width: 44%;
	}
	.about-device img {
	width: 100%;
	}
	.about-device-info {
	width: 56%;
	padding-left: 2em;
	}
	.device-text p {
	font-size: 1.2em;
	width: 85%;
	}
	.device-text-bottom p {
	font-size: 1.2em;
	}
	.about-customize {
	width: 50%;
	}
	.about-device-bottom{
	width:50%;
	}
	.about-device-bottom {
	margin-top: 6em;
	}
}
@media only screen and (max-width:767px){
    .serviceBox{ margin-bottom: 80px; }
	.stats-bottom-banner p {
		width: 100%;
	}
	.stats-bottom-banner h3 {
		font-size: 1.6em;
	}
	.features-head h4, .device-text h4, .device-text-bottom h4, .pricing-text h4, .pricing-text-bottom h4, .contact-text h4 {
	font-size: 0.85em;
	}
	.features-head h3, .device-text h3, .device-text-bottom h3, .pricing-text h3, .pricing-text-bottom h3, .contact-text h3 {
	font-size: 2.3em;
	}
	.about-device {
	float: left;
	}
	.about-device-info {
	float: left;
	padding-top: 3em;
	}
	.device-text p {
	font-size: 1.1em;
	width: 100%;
	}
	.about-list ul li a {
	font-size: 1.1em;
	}
	.about-list {
	margin-top: 1.2em;
	}
	.about-customize {
	width: 51%;
	float: left;
	}
	.device-text-bottom p {
	font-size: 1em;
	}
	.device-text-bottom {
	padding-top: 2em;
	}
	.about-device-bottom {
	width: 49%;
	float: left;
	}
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
    position: absolute;
    top: 215px;
    left: 70px;
}
p.description {
    padding-bottom: 50px;
}

/*Services*/

.my-services {
	margin-top: 50px;
}
.modal-body p {
    color: #777;
    line-height: 25px;
    text-align: justify;
    font-size: 14px;
}
.service {
	margin-top: 20px;
}

@media (max-width: 768px){
	.img-responsive {
		width: 60% !important;


	}
}

@media (max-width: 320px){
	.my-services img{
		display: none !important;

	}
	.my-services{
		text-align: center;
	}
}
/*-- agileits --*/
/*-- /Services--*/
.row {
    margin-right: 0px;
    margin-left: 0px;
}
h3.lmn {
    text-align: center;
    padding: 50px 0px;
    font-size: 50px;
}
section#team {
    padding: 80px 0px;
}

/** Our team **/
/*Team -section*/
.member-img img{
	padding: 20px 0px;
	width: 100px;
	height:auto;
	border-radius:50%;
}
section#team h4 {
    text-align: center;
    padding: 20px 0px;
    font-size: 20px;
}
section.ourprojects {
    padding: 80px 0px;
	    background-color: antiquewhite;
}
h2.ysr {
    text-align: center;
    font-size: 50px;
	 padding: 50px 0px;
}
.team-profile{
	background: #e0eafc;

}
.member-social {
	background: #EECDA3;  /* fallback for old browsers */
     text-align: center;
    

}
.member-social .fa{
	color: white;
	padding: 20px 5px;
	font-size: 20px;
}
section#team-section {
    padding: 80px 0px;
}
section.our.projects {
    padding: 80px 0px;
    background: #f3f3f3;
}

.member-social .fa:hover {
	color: #5f98f4;
}

.team-data {
	padding-top: 20px;
	padding-bottom: 20px;
}
/** /our team **/

/** Projects **/
.gallery{
  margin: 0;
  padding: 0;
  height: 100%;
}
h3.cbn {
    text-align: center;
    padding: 50px 0px;
    font-size: 50px;
}
/*-- agileits --*/
[class*='thumbnail-']{
  background: #000;
  width: 33.33%;
  height: auto;
  float: left;
  padding: 5px 5px 3px 5px;
  cursor: zoom-in;
}

[class*='thumbnail-'] img{
  max-width: 100%;
}

[class*='large-']{
  background:rgba(0, 0, 0, 0.49);
  width: 90%;
  margin: 0 auto;
  padding: 30px;
  display: none;
}

[class*='large-'] img{
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.prev{
  color: #fff;
  font-size: 60px;
  position: absolute;
  top: 45%;
  left: 10px;
  float: left;
}

.next{
  color: #fff;
  font-size: 60px;
  position: absolute;
  top: 45%;
  right: 10px;
  float: right;
}

.close{
  color: #f00;
  font-size: 30px;
 
  top: 5px;
  right: 10px;
  float: right;
  cursor: zoom-out;
  opacity: 1;
}

[class*='thumbnail-']{
  overflow: hidden;
  padding: 0;
  position: relative;
  cursor: zoom-in;
}

[class*='thumbnail-']:hover img{
  transition: .3s linear;
  transition-delay: 300ms;
  transform: /* rotate(5deg) */ scale(1.4);
}

[class*='thumbnail-'] > .caption{
  display: none;
  position: absolute;
  bottom: 0;
  padding: 15px;
  width: 100%;
  background-color: black;
  color: white;
  opacity: 0.8;
}

[class*='thumbnail-']:hover > .caption{
  display: block;
 
}


/** /Projects **/
/** contact **/
.list-inline li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}
/*---- Genral classes end -------*/
/*Change icons size here*/
.social-icons .fa {
    font-size: 20px;
}
/*-- agileits --*/
/*Change icons circle size and color here*/
.social-icons .fa {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #FFF;
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.social-icons.icon-circle .fa{ 
    border-radius: 50%;
}
.social-icons.icon-rounded .fa{
    border-radius:5px;
}
.social-icons.icon-flat .fa{
    border-radius: 0;
}

.social-icons .fa:hover, .social-icons .fa:active {
    color: #FFF;
    -webkit-box-shadow: 1px 1px 3px #333;
    -moz-box-shadow: 1px 1px 3px #333;
    box-shadow: 1px 1px 3px #333; 
}
.social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active { 
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); 
}

.social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active { 
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); 
}

.social-icons .fa-facebook,.social-icons .fa-facebook-square{background-color:#3C599F;}  
.social-icons .fa-google-plus,.social-icons .fa-google-plus-square{background-color:#CF3D2E;} 
.social-icons .fa-linkedin,.social-icons .fa-linkedin-square{background-color:#0085AE;} 
.social-icons .fa-twitter,.social-icons .fa-twitter-square{background-color:#32CCFE;} 
.social-icons .fa-youtube,.social-icons .fa-youtube-play,.social-icons .fa-youtube-square{background-color:#C52F30;}
.social-icons .fa-rss,.social-icons .fa-rss{background-color:#F7931A;}

h3.qwe {
    text-align: center;
    padding: 50px 0px;
    font-size: 50px;
}
.contactus2 h3 {
    padding-top: 40px;
	    margin-bottom: 10px;
		    font-size: 25px;
}
.map iframe {
    width: 100%;
    height: 500px;
}
.contactus3 h3 {
    padding-top: 30px;
	    margin-bottom: 10px;
		    font-size: 25px;
}
.contactus4 h3 {
    padding-top: 30px;
	margin-bottom: 10px;
	    font-size: 25px;
}

section.contact {
    padding: 80px 0px;
}
.contactus9 h3 {
    font-size: 25px;
    margin-bottom: 20px;
}
.contactus9 p {
    font-size: 14px;
    color: #777;
    line-height: 25px;
}
.contactus10 h3 {
    font-size: 25px;
    margin-bottom: 20px;
}
/*-- agileits --*/
.form-group {
    margin-bottom: 20px;
}
.contactus2 a, .contactus3 a{
	    line-height: 30px;
		letter-spacing: 1px;
		color:#777;
}
.form-control:focus {
    border-color: #0c0c0c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(241, 242, 243, 0.6);
}
.contactus2 i.fa.fa-envelope {
    margin-right: 5px;
}
.contactus2 i.fa.fa-skype {
    margin-right: 5px;
}
.contactus2 i.fa.fa-phone {
    margin-right: 5px;
}
.contactus3 i.fa.fa-envelope {
    margin-right: 5px;
}
.contactus3 i.fa.fa-phone {
    margin-right: 5px;
}
/** /contact **/
/** footer **/
section.footer p {
    text-align: center;
    font-size: 14px;
	    padding: 30px 0px;
		color:#fff;
  }
  section.footer {
    background-color: black;
}
.footer p a {
        color: aquamarine;
}
.footer p a:hover{
	color:#fff;
}
/** /footer **/

 /*--top hover--*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 33px;
    border: none;
    text-indent: 100%;
    background: url(../images/arrow.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);
}
/*--/tophover--*/
.member-img {
    text-align: center;
}
/** Responsive design**/
@media screen and (max-width: 1080px){
.btn-info {
    left: 35px;
	top: 240px;
}
.banner {
        min-height: 580px;
}
.bannerinner {
        padding-top: 120px;
}
.navbar-default {
      padding: 20px 0 0;
}
} 
@media screen and (max-width: 991px){

.btn-info {
    left: 100px;
	top:193px;
}
.banner {
        min-height: 570px;
}
.nav>li>a {
      padding: 11px 9px;
}
.ghfvf {
    float: left;
    width: 30%;
}
.ghtg {
    width: 100%;
}
.hfger {
    width: 100%;
}
.huhdsf {
    float: left;
    width: 50%;
}
}
@media screen and (max-width: 768px){
.navbar-brand {
    padding: 5px 2px; 
}
.img-responsive {
    width: 100% !important;
}
ul.nav.navbar-nav.navbar-right {
    font-size: 14px;
}
.nav>li>a {
    
    padding: 7px 5px;
}
.giih {
    float: right;
    width: 70%;
}
.navbar>.container .navbar-brand {
    margin-left: 0px;
}
.bannerinner {
    padding-top: 100px;
}
.banner {
    min-height: 520px;
}
section.aboutus {
    padding: 50px 0px;
}
section.services {
    padding: 50px 0px;
}
section#team {
    padding: 50px 0px;
}
section.ourprojects {
    padding: 50px 0px;
}
section.contact {
    padding: 50px 0px;
}
.sdtrthjh {
    margin-top: 1.5em;
}
}
@media screen and (max-width: 767px){
ul.nav.navbar-nav.navbar-right {
    font-size: 14px;
    text-align: center;
}
.navbar-top {
position: relative;
}
div#bs-example-navbar-collapse-1 {
background: rgba(0, 0, 0, 0.83);
position: absolute;
width: 100%;
z-index: 9999;
}
.navbar-toggle {
border: 1px solid rgb(255, 255, 255);
}
.navbar-toggle .icon-bar {
background: #FFFFFF;
}
.navbar-toggle {
margin-top: 15px;
}
ul.nav.navbar-nav li a {
margin: .5em 0;
padding: .5em 0;
}
.navbar-nav {
float: none;
text-align: center;
margin: 1em 0;
}

}
@media screen and (max-width: 736px){
	.navbar-toggle {
		margin-top: 18px;
	}

.bannerinner {
    padding-top: 50px;
}
.navbar>.container .navbar-brand {
    margin-left: 15px;
}
.btn-info {
    left: 100px;
    top: 196px;
}
.img-responsive {
    width: 100%;
}
.banner {
    min-height: 480px;
}
.aboutus1 {
    float: left;
    width: 50%;
}
.fgdfh {
    margin-bottom: 1.5em;
}
}
@media screen and (max-width: 667px){
.btn-info {
    left: 77px;
    top: 215px;
}
}
@media screen and (max-width: 640px){
	.navbar-toggle {
		margin-top: 20px;
	}
	.btn-info {
    left: 76px;
    }
	.banner {
    min-height: 420px;
	}
	.features-head h4, .device-text h4, .device-text-bottom h4, .pricing-text h4, .pricing-text-bottom h4, .contact-text h4 {
	font-size: 0.8em;
	}
	.features-head h3, .device-text h3, .device-text-bottom h3, .pricing-text h3, .pricing-text-bottom h3, .contact-text h3 {
	font-size: 2em;
	}
	.feature-grid h3 {
	font-size: 1.5em;
	}
	.feature-grid p {
	font-size: 1em;
	}
	.about-device {
	width: 50%;
	margin: 0 auto;
	float: none;
	}
	.about-device-info {
	float: none;
	margin-top: 3em;
	width: 100%;
	padding-left: 1em;
	}
	.device-text p {
	font-size: 1em;
	}
	.about-customize {
	width: 100%;
	float: none;
	}
	.about-device-bottom {
	width: 82%;
	float: none;
	margin: 1em auto 0 auto;
	}
}
@media screen and (max-width: 600px){
.btn-info {
    left: 60px;
    top: 216px;
}
	.bannerinner {
    padding-top: 35px;
}
.stats-bottom-banner {
	padding: 3em 0;
}
}
@media screen and (max-width: 568px){
.btn-info {
    left: 60px;
    top: 216px;
}	
.stats-bottom-banner h3 {
	font-size: 1.4em;
}
}
@media screen and (max-width: 480px){
	[class*='thumbnail-'] {
     width: 49.33%;
	}
	.features-head h4, .device-text h4, .device-text-bottom h4, .pricing-text h4, .pricing-text-bottom h4, .contact-text h4 {
	font-size: 0.75em;
	}
	.features-head h3, .device-text h3, .device-text-bottom h3, .pricing-text h3, .pricing-text-bottom h3, .contact-text h3 {
	font-size: 1.6em;
	}
	.features-section {
	margin-top: 2.5em;
	}
	.feature-grid img {
	background-size: 100%;
	width: 35%;
	}
	.feature-grid h3 {
	font-size: 1.3em;
	}
	.feature-grid p {
	font-size: 0.95em;
	}
	.about-device {
	width: 70%;
	}
	.about-device-info {
	margin-top: 0em;
	}
	.about-list ul li a {
	font-size: 1em;
	}
	.about-list ul li {
	margin-bottom:4px;
	}
	.device-text-bottom p {
	font-size: 0.95em;
	}
	.device-text-bottom p {
	font-size: 0.95em;
	}
h1 {
    font-size: 30px;
}
.bannerinner h4 {
      letter-spacing: 1px;
   }
   .btn-info {
    left: 33px;
    top: 241px;
}
.stats-bottom-banner {
	padding: 2em 0;
}
.stats-bottom-banner p {
	margin: 2em auto;
}
.serviceBox .description {
    font-size: 13px;
}
h3.xyz, h2.xyz {
    font-size: 36px;
	margin: 0 0 40px;
}
.map iframe {
    height: 250px;
}
section.footer p {
    padding: 18px 0px;
}
}
@media screen and (max-width: 414px){
	.navbar-toggle {
    margin-top: 20px;
}
[class*='thumbnail-'] {
    width: 100%;
}
h1 {
    font-size: 27px;
}
.bannerinner h4 {
        font-size: 11px;
}
.serviceBox .description {
        line-height: 19px;
}
.btn-info {
    left: 110px;
	    top: 177px;
}
section.footer p {
       font-size: 12px;
   }
   a.navbar-brand {
    letter-spacing: 0px;
}
.banner {
    min-height: 400px;
}
.aboutus1 {
    width: 100%;
}
.huhdsf {
    width: 100%;
}
.fgdfh {
    width: 100%;
}
section.footer p {
    line-height: 26px;
}
}
@media screen and (max-width: 384px){
	h1 {
    font-size: 25px;
}
.bannerinner h4 {
    font-size: 13px;
}
.btn-info {
    left: 100px;
    top: 173px;
}
.stats-bottom-banner h3 {
	font-size: 1.2em;
}
section.footer p {
     font-size: 11px;
	     padding: 20px 0px;
  }
  .btn-group-lg>.btn, .btn-lg {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px){
	h1 {
    font-size: 24px;
}
.btn-info {
    left: 95px;
    top: 175px;
}
}
@media screen and (max-width: 320px){
	a.navbar-brand {
    font-size: 22px;
    letter-spacing: 1px;
}
h1 {
    font-size: 20px;
}
.bannerinner h6 {
        font-size: 13px;
}
.stats-bottom-banner h3 {
	font-size: 1.1em;
}
.btn-info {
    left: 65px;
    top: 201px;
}
.team-data .col-xs-6 {
    width: 100%;
    padding-top: 10px;
}
[class*='thumbnail-'] {
    width: 100%;
}
section.footer p {
     font-size: 13px;
	     padding: 20px 0px;
  }
  .banner {
    min-height: 350px;
}
.bannerinner {
    padding-top: 26px;
}
section.aboutus {
    padding: 40px 0px;
}
h3.xyz, h2.xyz {
    font-size: 30px;
    margin: 0 0 20px;
}
.ghtg {
    width: 100%;
    padding: 0;
}
p.fgd {
    font-size: 13px;
}
.ghfvf {
    width: 100%;
	padding:0;
}
.giih {
    width: 100%;
    text-align: center;
    margin-top: 1em;
	padding:0;
}
section.contact,section.ourprojects,section#team {
    padding: 40px 0px;
}
section.services {
    padding: 40px 0px 0;
}
.navbar-default {
    padding: 8px 0 0;
}
.about-device {
width: 90%;
}
.about-device-bottom {
width: 100%;
}
.features-head h4, .device-text h4, .device-text-bottom h4, .pricing-text h4, .pricing-text-bottom h4, .contact-text h4 {
font-size: 0.7em;
}
.features-head h3, .device-text h3, .device-text-bottom h3, .pricing-text h3, .pricing-text-bottom h3, .contact-text h3 {
font-size: 1.4em;
}
.device-text p {
font-size: 0.95em;
}
.about-device-info {
padding: 2em 0 0 0;
}
}    
    
/** /Responsive **/