/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

html,
body {
  padding: 0;
  margin: 0;
  background: #fff;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
}

body a {
  outline: none;
  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;
}

.clear {
  clear: both;
}

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;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
}
select,
input[type="email"],
input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
textarea {
  font-family: "Roboto", sans-serif;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  letter-spacing: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
}

p {
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
}

ul {
  margin: 0;
  padding: 0;
}

/*-- //Reset-Code --*/
.about,
.services,
.contact,
.team,
.testimonials,
.gallery,
.blog {
  padding: 5em 0;
}

.title {
  font-size: 60px;
  text-align: center;
  color: #000;
  margin-bottom: 45px;
  text-transform: capitalize;
  letter-spacing: 3px;
  font-weight: 300;
}
.clr {
  color: #fff;
}
/*--nav bar-Code --*/
.banner-up {
  position: relative;
}
.header-w3layouts {
  position: absolute;
  top: 35px;
  z-index: 99;
  left: 0px;
  width: 100%;
}
.nav > li {
  text-align: center;
}
/*-- nav --*/
.header-bar {
  border: 1px solid #fff;
  background: #000008;
  padding: 0em 1em;
}
.navbar-default {
  background: none;
  border: none;
}
.navbar {
  margin-bottom: 0;
}
.navbar-collapse {
  padding: 0;
}
.navbar-right {
  margin-right: 0;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: rgb(44, 190, 255);
  background: rgba(255, 255, 255, 0);
}
.navbar-default .navbar-nav > .active > a:before {
  background: #ff2d37;

  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  letter-spacing: 2px;
  padding: 5px 14px;
  margin: 0 4px;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.navbar-nav > li > a {
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover {
  color: rgb(44, 190, 255);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.navbar-default .navbar-nav > li > a:focus {
  color: rgb(255, 255, 255);
  outline: none;
}
nav.navbar.navbar-default {
  background: none;
  padding: 0em 0em 1em;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #262c38;
  background: none;
}
.navbar-nav {
  margin-top: 18px;
}
/*.navbar-default .navbar-nav > li > a {
  */
.navbar-default .navbar-nav > .active.open > a:focus {
  background: transparent;
  color: #fff;
}
a.navbar-brand {
  padding: 0;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 1px;
  text-shadow: 2px 2px 0px rgba(74, 76, 76, 0.13);
  line-height: inherit;
}
h1 a.navbar-brand {
  font-size: 56px;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
}
a.navbar-brand i {
  color: #ff2d37;
}
/*.navbar-default .navbar-brand {
    color: #131212;
	font-size:50px;
}*/

/*h1 a.navbar-brand span {
    color:rgba(230, 0, 79, 0.9);	
}*/
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  float: left !important;
  margin-left: 4em;
}
/*-- //nav --*/

/*-- //nav bar-Code --*/
/*--search--*/
.w3ls_search {
  position: relative;
}

.cd-main-header {
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}

.cd-main-header {
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.cd-main-content.nav-is-visible,
.cd-main-header.nav-is-visible {
  -webkit-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -o-transform: translateX(-260px);
  transform: translateX(-260px);
}

.nav-on-left .cd-main-content.nav-is-visible,
.nav-on-left .cd-main-header.nav-is-visible {
  -webkit-transform: translateX(260px);
  /*-- w3layouts --*/
  -moz-transform: translateX(260px);
  -ms-transform: translateX(260px);
  -o-transform: translateX(260px);
  transform: translateX(260px);
}

.cd-header-buttons {
  position: absolute;
  display: inline-block;
  top: 10px;
  right: 3px;
}

.cd-header-buttons li {
  display: inline-block;
}

.cd-search-trigger,
.cd-nav-trigger {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  z-index: 3;
  background: rgb(44, 190, 255);
}

.cd-search-trigger::before,
.cd-search-trigger::after {
  /* search icon */
  content: "";
  position: absolute;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-search-trigger::before {
  top: 11px;
  left: 11px;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /*-- agileits --*/
  border: 3px solid #fff;
}

.cd-search-trigger::after {
  /* handle */
  height: 3px;
  width: 8px;
  background: #fff;
  bottom: 14px;
  right: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-search-trigger span {
  /* container for the X icon */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.cd-search-trigger span::before,
.cd-search-trigger span::after {
  /* close icon */
  content: "";
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 22px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  background: #fff;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

.cd-search-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-search-trigger span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cd-search-trigger.search-is-visible::before,
.cd-search-trigger.search-is-visible::after {
  /* hide search icon */
  -moz-opacity: 0;
  opacity: 0;
}

.cd-search-trigger.search-is-visible span::before,
.cd-search-trigger.search-is-visible span::after {
  /* show close icon */
  -moz-opacity: 1;
  opacity: 1;
}

.cd-search-trigger.search-is-visible span::before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.cd-search-trigger.search-is-visible span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-search {
  position: absolute;
  width: 100%;
  top: 64px;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-search input {
  border-radius: 0;
  border: none;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  padding: 0 5%;
  -webkit-box-shadow: inset 0 3px 0 #168eea, 0 3px 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 3px 0 #168eea, 0 3px 6px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 3px 0 #168eea, 0 3px 6px rgba(0, 0, 0, 0.05);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  font-size: 1.2em;
  padding: 1em 2em;
  color: #fff;
  letter-spacing: 1px;
}

.cd-search input::-webkit-input-placeholder {
  color: #fff !important;
}

.cd-search input::-moz-placeholder {
  color: #fff !important;
}

.cd-search input:-moz-placeholder {
  color: #fff !important;
}

.cd-search input:-ms-input-placeholder {
  color: #fff !important;
}

.cd-search input:focus {
  outline: none;
}

.cd-search.is-visible {
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

/*--//search--*/

/*--banner Slider --*/

/*-- Slider --*/
.w3-oneimg {
  background: url(../images/1.jpg);
}
.w3-twoimg {
  background: url(../images/3.jpg);
}
.w3-threeimg {
  background: url(../images/4.jpg);
}
.w3-oneimg,
.w3-twoimg,
.w3-threeimg {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  min-height: 800px;
}
.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;
}
/*-- //banner Slider --*/
.rslides {
  margin: 0 auto 40px;
}

#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}

.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.3), inset 0 0 5px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.3),
    inset 0 0 5px rgba(0, 0, 0, 1);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.3),
    inset 0 0 5px rgba(0, 0, 0, 1);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}

.rslides_tabs li:first-child {
  margin-left: 0;
}

.rslides_tabs .rslides_here a {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: bold;
}

a {
  color: #fff;
  text-decoration: none;
}

/* Callback example */
/*.events {
  list-style: none;
  }*/

.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
}

/*.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }*/
.slider-info {
  background: rgba(0, 0, 0, 0);
  color: #fff;
  z-index: 999;
  text-align: left;
  margin-top: 22em;
}
.slider-info h4 {
  font-weight: 600;
  color: #fff;
  font-size: 6em;
  letter-spacing: 3px;
}
.slider-info p {
  font-size: 25px;
  letter-spacing: 4px;
  padding: 16px 0px;
  color: #fff;
}
.w3layouts_more-buttn a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 2px;
  background-color: rgb(44, 190, 255);
  outline: none;
  padding: 10px 22px;
  border: 2px solid rgb(44, 190, 255);
}
.w3layouts_more-buttn a:hover {
  background: #fff;
  color: #000;
}
span.home-banner {
  color: rgb(44, 190, 255);
  font-weight: 100;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 53px;
  width: 53px;
  background: rgba(230, 230, 230, 0) url("../images/left-arrow.png") no-repeat
    left top;
  margin-top: -45px;
}

.callbacks_nav:active {
  opacity: 1;
}

.callbacks_nav.next {
  left: auto;
  background: rgba(230, 230, 230, 0) url("../images/right-arrow.png") no-repeat
    0px 0px;
  background-position: right top;
  right: 0;
}

/*#slider3-pager a {
  display: inline-block;
}

#slider3-pager img {
  float: left;
}

#slider3-pager .rslides_here a {
  background: transparent;
  box-shadow: 0 0 0 2px #666;
}

#slider3-pager a {
  padding: 0;
}--*/
/*-- modal-- */

img {
  width: 100%;
}

.out-info p {
  font-size: 15px;
  letter-spacing: 2px;
  color: #000;
  padding: 10px;
  line-height: 27px;
}

h4.modal-title {
  text-align: center;
  font-size: 32px;
  color: rgb(44, 190, 255);
  letter-spacing: 2px;
}
.modal {
  z-index: 9999;
}
/*--// modal-- */

/*--about-- */
.about-top-grid h2 {
  color: rgb(44, 190, 255);
  font-size: 30px;
  margin: 0;
  font-weight: 600;
}
.about-top-grid p {
  margin: 1em 0 0 0;
  color: #000;
  font-size: 16px;
  line-height: 31px;
  letter-spacing: 1.5px;
}
.border-line {
  background: #0b98b9;
  width: 41%;
  height: 2px;
  margin: 1em 0;
}
/*-- Stats --*/
.stats-cout {
  margin-top: 2em;
}

.stats-grid {
  text-align: left;
  margin: 0 auto;
  padding-left: 0px;
}
.counter {
  font-size: 50px;
  margin: 0;
  color: #3798df;
  letter-spacing: 5px;
}

.stats-grid h4 {
  font-size: 23px;
  letter-spacing: 2px;
  margin-top: 5px;
  color: #000;
}

/*-- //Stats --*/
/*--video--*/
.pope {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.banner-agileits-btm {
  background: url(../images/1.jpg) no-repeat 0px 0px;
  background-size: cover;
  padding: 0;
  min-height: 395px;
  text-align: center;
}
.button {
  padding: 11em 0em 0em;
}
.button a {
  padding: 16px 19px;
  top: 10em;
  left: 26.5em;
  display: inline-block;
  background: rgb(44, 190, 255);
  border-radius: 55%;
  color: #ffffff;
  outline: none;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}
.button a:hover {
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}
.button span {
  font-size: 35px;
  top: 2px;
}

/*--// about-- */
/*--Services-- */
span.banner-icon {
  color: rgb(44, 190, 255);
  background: rgb(255, 255, 255);
  font-size: 50px;
  line-height: 108px;
  border: 2px solid rgb(44, 190, 255);
  width: 114px;
  height: 114px;
  text-align: center;
  border-radius: 50%;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.its-banner-grid h4 {
  font-size: 24px;
  color: rgb(0, 0, 0);
  font-weight: 600;
  text-align: left;
  letter-spacing: 2px;
}
.its-banner-grid p {
  margin-top: 15px;
  text-align: left;
  line-height: 28px;
  font-size: 16px;
  color: rgb(142, 139, 139);
  letter-spacing: 1.5px;
}
span.banner-icon:hover {
  background: #222;
  transform: rotateY(360deg);
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.its-banner-grid:nth-child(3),
.its-banner-grid:nth-child(4) {
  margin-top: 31px;
}
/*--// Services-- */
/*--blog-- */
.blog-img p span {
  color: #ffffff;
  font-size: 14px;
  margin-right: 7px;
}
.blog-grid-w3-agileits {
  margin-bottom: 3em;
}
.blog-grid-w3-agileits:nth-child(3) {
  margin-bottom: 0px;
}
.blog-img h6 {
  text-decoration: none;
  color: #000000;
  font-size: 23px;
  letter-spacing: 1px;
  margin-bottom: 0.5em;
  display: block;
  line-height: 30px;
}
.blog-img p {
  color: #000000;
  font-size: 14px;
  letter-spacing: 1px;
}
.blog-img1-agileits-w3layouts a {
  background: url(../images/1.jpg) no-repeat 0px 0px;
}
.blog-img2-agileits-w3layouts a {
  background: url(../images/2.jpg) no-repeat 0px 0px;
}
.blog-img1-agileits-w3layouts a,
.blog-img2-agileits-w3layouts a,
.blog-img3-agileits-w3layouts a {
  background-size: cover;
  min-height: 355px;
  display: block;
  padding: 3em 0 0 2em;
}
p.para-agileits {
  font-size: 16px;
  color: #777;
  line-height: 30px;
}

a.blog-more-agile {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  border: 2px solid #ee4f4f;
  background: #ee4f4f;
  text-transform: capitalize;
  margin-top: 2em;
  font-size: 16px;
  letter-spacing: 1.5px;
  padding: 8px 20px;
  transition: 0.5s ease-in;
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  -ms-transition: 0.5s ease-in;
}
.blog-info-w3layouts {
  margin-top: 4em;
  padding: 2em 2em 2em;
  text-align: left;
}
.right-side {
  text-align: right;
}
.bolg-bttn {
  margin-top: 15px;
}

/*--//blog-- */
/*-- team-- */

/* Our Team
-------------------------------------------------------*/
.team {
  background: url(../images/1.jpg) no-repeat 0px 0px;
  background-size: cover;
}
.our-team .team-row {
  margin-left: -40px;
  margin-right: -40px;
}

.our-team .team-wrap {
  padding: 0 40px;
}

.our-team .container-fluid {
  padding: 0 50px;
}

.team-img img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  width: 100%;
}

.team-member,
.team-img {
  position: relative;
  overflow: hidden;
}

h6.team-title {
  margin: 30px 0 7px;
  font-size: 22px;
  color: #fff;
  letter-spacing: 2px;
}

.overlay {
  background-color: rgba(20, 20, 20, 0.7);
  position: absolute;
  top: 80%;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.team-details {
  opacity: 0;
  position: absolute;
  top: 24%;
  left: 0;
  padding: 5%;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.team-details p {
  color: #fff;
}

.team-img:hover .team-details {
  opacity: 1;
  margin-top: -80px;
}

.team-img:hover .overlay {
  opacity: 1;
}

.socials a {
  display: inline-block;
  width: 37px;
  height: 37px;
  background-color: transparent;
}

.socials span {
  line-height: 37px;
  color: #616161;
  font-size: 14px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
span.sub-title {
  font-size: 18px;
  letter-spacing: 2px;
  color: #dadada;
}
.team-details .socials span {
  color: #fff;
}

.socials a:hover span {
  color: #fff;
  background-color: rgb(44, 190, 255);
}

/*--// team-- */

/*-- testimonials --*/
.services,
.gallery {
  background: rgba(197, 201, 204, 0.27);
}

.text-image-agileits-w3layouts {
  background: url(../images/1.jpg) no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  min-height: 416px;
}

h4.text {
  background: none;
  font-size: 3em;
  text-align: center;
  color: #fff;
  text-transform: none;
  margin: 3% auto 0;
  width: 74%;
}

.img-agile img {
  width: 100px;
}
.test-name h5 {
  font-size: 24px;
  color: rgb(0, 0, 0);
  text-align: left;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
}
.test-review p {
  font-size: 16px;
  line-height: 30px;
  margin: 0.7em 0 0;
  padding: 0px;
  text-align: left;
  letter-spacing: 1.3px;
  color: rgb(142, 139, 139);
}

.test-review img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
}

.img-agile img {
  margin: 0px;
}

/*.sreen-gallery-cursual {
	padding: 5em 8em;
}*/

/*--// testimonials --*/
/*-- gallery --*/
.w3layouts_gallery_grid1 {
  margin: 3em 0 0;
}
.column .w3_agile_gallery_effect {
  position: relative;
}
.agileits_w3layouts_gallery_grid1.hover14 {
  padding: 1em 0;
}
a.sb {
  display: block;
}
.hover14 figure {
  overflow: hidden;
  position: relative;
}
.hover14 figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-17deg);
  -moz-transform: skewX(-17deg);
  -o-transform: skewX(-17deg);
  -ms-transform: skewX(-17deg);
  transform: skewX(-17deg);
}
.hover14 figure:hover::before {
  -webkit-animation: shine 0.95s;
  -moz-animation: shine 0.95s;
  animation: shine 0.95s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.gallery_grid1 {
  margin: 3em 0 0;
}
.gallery_grid1.hover14 {
  padding: 1em 0;
}
/*-- //gallery --*/
/*--contact--*/
.map-grid {
  border: 4px solid #000;
  padding: 1em;
}
.map-grid iframe {
  width: 100%;
  height: 351px;
  border: 0;
}
.contact {
  background: #000;
}
.contact input[type="text"],
.contact input[type="email"],
.contact textarea {
  color: #fff;
  border: none;
  padding: 0em 0em 0.7em;
  border-bottom: 2px solid #fff;
  font-size: 15px;
  width: 100%;
  background: rgba(229, 143, 230, 0);
  outline: none;
  letter-spacing: 1px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.styled-input {
  margin: 2em 0 0em;
}
.styled-input:nth-child(1) {
  padding-left: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.styled-input:nth-child(2) {
  padding-right: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.contact input[type="text"]:hover,
.contact input[type="email"]:hover,
.contact textarea:hover {
  border-bottom: 2px solid rgb(44, 190, 255);
}
::-webkit-input-placeholder {
  /* Chrome */
  color: #fff;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #fff;
  opacity: 1;
}
.contact textarea {
  min-height: 9em;
  resize: none;
}
.click {
  text-align: right;
  margin: 22px 0px 0px;
}
.contact input[type="submit"] {
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  border: solid 2px #fff;
  padding: 0.7em 3em;
  outline: 0;
  background: rgb(44, 190, 255);
  display: inline-block;
  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 input[type="submit"]:hover {
  color: #000;
  background: rgb(255, 255, 255);
}
.icon_grid_left,
.address-gried {
  padding: 0px;
}
.footer_grid_left {
  text-align: left;
  margin-top: 35px;
}

.footer_grid_left p,
.footer_grid_left p a {
  color: rgb(255, 255, 255);
  line-height: 30px;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 300;
}

.footer_grid_left p span {
  display: block;
}
.contact-icons h5 {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 3px;
  text-align: left;
}

.icon_grid_left span {
  color: #fff;
  font-size: 28px;
  text-align: center;
}
/*--//contact--*/
/*--footer--*/
footer {
  background: rgb(0, 0, 0);
}

footer p {
  padding: 2em 0;
  text-align: left;
  font-size: 14px;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 100;
}

footer p a:hover {
  color: rgb(255, 255, 255);
}

footer p a {
  color: #fff;
  text-decoration: underline;
}
.buttom-social-grids ul li {
  display: inline-block;
  text-align: center;
  border: 1px solid #000;
  width: 40px;
  height: 40px;
  background: #fff;
  line-height: 41px;
  border-radius: 50px;
}

.buttom-social-grids ul li a {
  font-size: 15px;
  color: #000;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.buttom-social-grids ul li a:hover {
  color: rgb(44, 190, 255);
}

.buttom-social-grids {
  padding: 14px 0px;
  text-align: right;
}

.buttom-social-grids ul li:nth-child(2),
.buttom-social-grids ul li:nth-child(3) {
  margin: 0px 4px;
}

/*-- //footer--*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 26px;
  right: 2%;
  overflow: hidden;
  z-index: 999;
  width: 40px;
  height: 40px;
  border: none;
  text-indent: 100%;
  background: url("../images/arr.png") no-repeat 0px 0px;
  background-size: 40px;
}

#toTopHover {
  width: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
  float: right;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

/*--responsive--*/
@media (max-width: 1920px) {
}
@media (max-width: 1680px) {
}
@media (max-width: 1600px) {
}
@media (max-width: 1440px) {
  .w3-oneimg,
  .w3-twoimg,
  .w3-threeimg {
    min-height: 729px;
  }
}
@media (max-width: 1366px) {
  .w3-oneimg,
  .w3-twoimg,
  .w3-threeimg {
    min-height: 655px;
  }
  .slider-info {
    margin-top: 19em;
  }
}
@media (max-width: 1280px) {
  .slider-info h4 {
    font-size: 5em;
  }
  .about,
  .services,
  .contact,
  .team,
  .testimonials,
  .gallery,
  .blog {
    padding: 4em 0;
  }
  .title {
    margin-bottom: 33px;
  }
  .slider-info {
    padding-left: 30px;
  }
}
@media (max-width: 1080px) {
  .navbar-default .navbar-nav > li > a {
    padding: 5px 8px;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    margin-left: 1em;
  }
  .w3-oneimg,
  .w3-twoimg,
  .w3-threeimg {
    min-height: 578px;
  }
  .slider-info {
    margin-top: 16em;
  }
  h1 a.navbar-brand {
    font-size: 52px;
  }
  .slider-info h4 {
    font-size: 4.5em;
  }
  .banner-agileits-btm {
    min-height: 459px;
  }
  .white-shadow {
    padding-left: 37px;
  }
  span.banner-icon {
    font-size: 44px;
    line-height: 94px;
    width: 102px;
    height: 102px;
  }
  .overlay {
    top: 70%;
  }
  .team-details {
    top: 32%;
  }
  .test-review p {
    font-size: 15px;
  }
  .map-grid iframe {
    height: 312px;
  }
  .footer_grid_left p,
  .footer_grid_left p a {
    font-size: 15px;
  }
  .button {
    padding: 14em 0em 0em;
  }
}
@media (max-width: 1050px) {
  .about-top-grid p {
    font-size: 15px;
  }
  .counter {
    font-size: 45px;
  }
  .about-top-grid h2 {
    font-size: 28px;
  }
  .banner-agileits-btm {
    min-height: 414px;
  }
  .blog-info-w3layouts {
    margin-top: 3em;
  }
  p.para-agileits {
    font-size: 15px;
  }
  .callbacks_nav.next,
  .callbacks1_nav.prev {
    background-size: 38px;
  }
  .about,
  .services,
  .contact,
  .team,
  .testimonials,
  .gallery,
  .blog {
    padding: 3.5em 0;
  }
  .stats-grid h4 {
    font-size: 21px;
  }
  .title {
    font-size: 56px;
  }
  .footer_grid_left {
    margin-top: 31px;
  }
}
@media (max-width: 1024px) {
  .w3-oneimg,
  .w3-twoimg,
  .w3-threeimg {
    min-height: 554px;
  }
  .slider-info h4 {
    font-size: 4.2em;
  }
  .slider-info p {
    font-size: 22px;
    padding: 14px 0px;
  }
  .title {
    margin-bottom: 30px;
  }
  .its-banner-grid h4 {
    font-size: 22px;
  }
  .its-banner-grid:nth-child(3),
  .its-banner-grid:nth-child(4) {
    margin-top: 22px;
  }
  .test-name h5 {
    font-size: 22px;
  }
  .map-grid iframe {
    height: 278px;
  }
  h1 a.navbar-brand {
    font-size: 48px;
  }
  .title {
    font-size: 54px;
  }
  span.banner-icon {
    font-size: 40px;
    line-height: 89px;
    width: 94px;
    height: 94px;
  }
  .white-shadow {
    padding-left: 27px;
  }
}
@media (max-width: 991px) {
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    margin-left: 0em;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 13px;
    padding: 5px 2px;
    letter-spacing: 1.5px;
  }
  h1 a.navbar-brand {
    font-size: 42px;
    padding-top: 10px;
    letter-spacing: 1px;
  }
  .cd-header-buttons {
    right: 0px;
  }
  .w3layouts_more-buttn a {
    padding: 9px 18px;
  }
  .banner-agileits-btm {
    margin: 32px 0px 0px;
  }
  .button {
    padding: 12em 0em 0em;
  }
  .white-shadow {
    padding-left: 0px;
  }
  .stats-cout {
    margin-top: 0.4em;
  }
  .left-icon-grid,
  .its-banner-grid h4,
  .its-banner-grid p {
    text-align: center;
  }
  span.banner-icon {
    margin-bottom: 15px;
  }
  .blog-info-w3layouts {
    margin-top: 1em;
    padding: 0px;
    text-align: center;
  }
  .blog-img {
    padding: 0px;
  }
  .right-side:nth-child(1) {
    margin-bottom: 21px;
  }
  .blog-grid-w3-agileits {
    margin-bottom: 2em;
  }
  .blog-img1-agileits-w3layouts a,
  .blog-img2-agileits-w3layouts a {
    min-height: 471px;
  }
  .team-details {
    top: 25%;
  }
  .team-wrap:nth-child(3),
  .team-wrap:nth-child(4) {
    margin-top: 20px;
  }
  .test-name h5 {
    margin-top: 20px;
  }
  .footer_grid_left p,
  .footer_grid_left p a {
    font-size: 14px;
  }
  .styled-input,
  .styled-input:nth-child(2) {
    padding-left: 0px;
    margin: 1.5em 0 0em;
  }
  .styled-input:nth-child(1) {
    padding-right: 0px;
  }
  .contact textarea {
    min-height: 7em;
  }
  footer p,
  .buttom-social-grids {
    text-align: center;
  }
  footer p {
    padding: 0em;
  }
  .contact input[type="submit"] {
    padding: 0.5em 2.5em;
  }
  span.banner-icon {
    font-size: 34px;
    line-height: 75px;
    width: 79px;
    height: 79px;
  }
  .about-top-grid {
    padding: 0px;
  }
  .buttom-social-grids ul li {
    width: 36px;
    height: 36px;
    line-height: 34px;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 12px;
    padding: 5px 4px;
  }
}
@media (max-width: 900px) {
  .slider-info h4 {
    font-size: 3.7em;
  }
  .w3-oneimg,
  .w3-twoimg,
  .w3-threeimg {
    min-height: 522px;
  }
  .slider-info {
    margin-top: 15em;
  }
  .slider-info p {
    font-size: 19px;
  }
  .counter {
    font-size: 38px;
  }
  .stats-grid h4 {
    font-size: 20px;
  }
  .map-grid iframe {
    height: 253px;
  }
  h1 a.navbar-brand {
    font-size: 39px;
  }
}
@media (max-width: 800px) {
  .w3-oneimg,
  .w3-twoimg,
  .w3-threeimg {
    min-height: 495px;
  }
  .about-top-grid h2 {
    font-size: 27px;
  }
  .title {
    font-size: 51px;
    margin-bottom: 25px;
  }
  .its-banner-grid p {
    margin-top: 9px;
  }
  h6.team-title {
    margin: 18px 0 7px;
  }
  .contact-icons h5 {
    font-size: 27px;
  }
  .callbacks_nav {
    top: 56%;
  }
  .agileits_w3layouts_gallery_grid1.hover14 {
    padding: 0.5em 0;
  }
  .agileits_w3layouts_gallery_grid {
    padding: 0 0.5em;
  }
}
@media (max-width: 768px) {
  .blog-grid-w3-agileits {
    margin-bottom: 1em;
  }
  .textagile {
    padding: 0px;
  }
  .test-review p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .navbar-nav {
    margin: 0px;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    float: none !important;
    width: 100%;
    margin: 0px;
  }
  .cd-search {
    top: 14px;
  }
  .cd-header-buttons {
    top: -42px;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 9px 2px;
  }
  .navbar-toggle {
    position: relative;
    padding: 9px 10px;
    top: 5px;
    margin-right: 0px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .navbar-default .navbar-toggle {
    border-color: rgb(3, 169, 244);
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: rgb(3, 169, 244);
  }
  .slider-info h4 {
    font-size: 3.2em;
  }
  .stats-grid {
    width: 25%;
  }
  .contact-icons h5,
  .footer_grid_left {
    text-align: center;
  }
  .icon_grid_left span {
    padding-bottom: 5px;
  }
  .footer_grid_left {
    margin-top: 10px;
  }
  .contact-us {
    margin-top: 16px;
  }
  .map-grid iframe {
    height: 217px;
  }
}
@media (max-width: 736px) {
  .w3-oneimg,
  .w3-twoimg,
  .w3-threeimg {
    min-height: 457px;
  }
  .slider-info h4 {
    font-size: 3em;
  }
  .w3layouts_more-buttn a {
    font-size: 13px;
    padding: 7px 12px;
  }
  .slider-info {
    margin-top: 13em;
  }
  .counter {
    font-size: 35px;
  }
  span.banner-icon {
    font-size: 29px;
    line-height: 68px;
    width: 74px;
    height: 74px;
  }
  .title {
    font-size: 47px;
    margin-bottom: 23px;
  }
  .icon_grid_left span {
    font-size: 26px;
    line-height: 27px;
  }
  .slider-info {
    text-align: center;
  }
}
@media (max-width: 667px) {
  .w3-oneimg,
  .w3-twoimg,
  .w3-threeimg {
    min-height: 443px;
  }
  .its-banner-grid {
    width: 100%;
  }
  .its-banner-grid:nth-child(2),
  .its-banner-grid:nth-child(3),
  .its-banner-grid:nth-child(4) {
    margin-top: 19px;
  }
}
@media (max-width: 640px) {
  .w3-oneimg,
  .w3-twoimg,
  .w3-threeimg {
    min-height: 428px;
  }
  .slider-info h4 {
    font-size: 2.7em;
  }
  .slider-info p {
    font-size: 17px;
  }
  .its-banner-grid h4 {
    font-size: 20px;
  }
  .its-banner-grid p {
    font-size: 15px;
  }
  .contact textarea {
    min-height: 6em;
  }
  .blog-img1-agileits-w3layouts a,
  .blog-img2-agileits-w3layouts a {
    min-height: 393px;
  }
  .overlay {
    top: 75%;
  }
  .img-agile {
    padding: 0px;
  }
  .test-review:nth-child(2) {
    margin-top: 14px;
  }
}
@media (max-width: 600px) {
  .navbar-default .navbar-nav > li > a {
    padding: 7px 2px;
  }
  .counter {
    font-size: 33px;
  }
  .title {
    margin-bottom: 20px;
  }
  .team-details {
    top: 26%;
  }
  .team-member.text-center:nth-child(1),
  .team-member.text-center:nth-child(2) {
    margin-bottom: 20px;
  }
  h6.team-title {
    font-size: 20px;
  }
  .map-grid iframe {
    height: 187px;
  }
  .contact-icons h5 {
    font-size: 25px;
  }
  .contact input[type="text"],
  .contact input[type="email"],
  .contact textarea {
    padding: 0em 0em 0.5em;
  }
  .slider-info {
    padding-left: 0px;
  }
  .callbacks_nav {
    top: 61%;
  }
}
@media (max-width: 568px) {
  h1 a.navbar-brand {
    font-size: 34px;
  }
  .slider-info h4 {
    font-size: 2.4em;
  }
  .slider-info p {
    padding: 12px 0px;
  }
  .w3-oneimg,
  .w3-twoimg,
  .w3-threeimg {
    min-height: 411px;
  }
  .about-top-grid p {
    font-size: 14px;
  }
  .stats-grid h4 {
    font-size: 18px;
  }
  .title {
    font-size: 44px;
  }
  .team-details {
    top: 29%;
  }
}
@media (max-width: 480px) {
  h1 a.navbar-brand {
    padding-top: 14px;
  }
  .slider-info h4 {
    font-size: 2em;
  }
  .slider-info p {
    letter-spacing: 2px;
  }
  .about-top-grid p {
    line-height: 28px;
  }
  .banner-agileits-btm {
    margin: 41px 0px 0px;
    min-height: 351px;
  }
  .blog-img1-agileits-w3layouts a,
  .blog-img2-agileits-w3layouts a {
    min-height: 360px;
  }
  .agileits_w3layouts_gallery_grid {
    width: 100%;
  }
  .w3layouts_gallery_grid1 {
    margin: 0em 0 0;
  }
  .team-details {
    top: 34%;
  }
  .test-review {
    width: 100%;
  }
  .cd-search input {
    font-size: 1em;
  }
}
@media (max-width: 440px) {
  .callbacks_nav.next,
  .callbacks1_nav.prev {
    background-size: 30px;
  }
  .slider-info p {
    font-size: 15px;
  }
  .slider-info h4 {
    font-size: 1.6em;
  }
  .about-top-grid p {
    margin: 0.8em 0em 0em;
  }
  .button {
    padding: 10em 0em 0em;
  }
  h6.team-title {
    font-size: 17px;
  }
  .test-name h5 {
    margin-top: 16px;
    font-size: 18px;
  }
  footer p {
    line-height: 28px;
  }
  .stats-grid {
    width: 36%;
  }
  .stats-grid:nth-child(3),
  .stats-grid:nth-child(4) {
    margin-top: 12px;
  }
}
@media (max-width: 414px) {
  .banner-agileits-btm {
    margin: 27px 0px 0px;
    min-height: 327px;
  }
  .blog-img1-agileits-w3layouts a,
  .blog-img2-agileits-w3layouts a {
    min-height: 314px;
  }
  .socials a {
    width: 34px;
    height: 34px;
  }
  .team-details {
    top: 39%;
  }
  .socials span {
    line-height: 30px;
    font-size: 13px;
    width: 31px;
    height: 32px;
  }
}
@media (max-width: 384px) {
  .w3-oneimg,
  .w3-twoimg,
  .w3-threeimg {
    min-height: 376px;
  }
  .stats-grid h4 {
    letter-spacing: 1px;
  }
  .stats-grid h4 {
    font-size: 15px;
  }
  .team-wrap {
    width: 73%;
    margin: 0px 50px;
  }
  .title {
    letter-spacing: 1px;
  }
  .team-details {
    top: 32%;
  }
  .test-review:nth-child(2) {
    margin-top: 21px;
  }
  .icon_grid_left span {
    font-size: 23px;
    line-height: 25px;
  }
  .team-wrap:nth-child(2),
  .team-wrap:nth-child(3),
  .team-wrap:nth-child(4) {
    margin-top: 18px;
  }
}
@media (max-width: 375px) {
  .out-info p {
    font-size: 14px;
    line-height: 26px;
  }
}
@media (max-width: 320px) {
  h1 a.navbar-brand {
    font-size: 30px;
  }
  .slider-info h4 {
    letter-spacing: 4px;
    line-height: 28px;
  }
  .slider-info {
    margin-top: 11em;
  }
  .about-top-grid h2 {
    font-size: 23px;
  }
  .blog-img1-agileits-w3layouts a,
  .blog-img2-agileits-w3layouts a {
    min-height: 231px;
  }
  .title {
    font-size: 38px;
  }
  .team-wrap {
    width: 80%;
    margin: 0px 34px;
  }
}
/*--//responsive--*/
