html,
body {
  font-size: 100%;
  background: #ffffff;
  margin: 0;
  font-family: "Lato", sans-serif;
  overflow: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
}

p,
ul li,
ol li {
  margin: 0;
  font-size: 1em;
  letter-spacing: 1px;
  color: #000;
  font-family: "Lato", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /***font-family: 'Raleway', sans-serif;***/

  margin: 0;
}

ul,
label {
  margin: 0;
  padding: 0;
}

body a:hover {
  text-decoration: none;
}

input[type="submit"],
input[type="reset"],
.w3ls_footer_grid_leftl,
.w3ls_footer_grid_leftr h4,
.w3l_footer_pos p a,
.w3ls_footer_grid_leftr a,
.w3layouts_header_right ul li a,
.w3ls_social li a,
.w3_team_grid1_pos,
.w3_team_grid1_pos img {
  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;
}

/*-- header --*/
.header_agileinfo {
  padding: 0.5em 2em;
  background: #ac1f1e;
}

/*-- //nav-effect --*/

.w3_agileits_header_text {
  float: left;
}

.agileinfo_social_icons {
  float: right;
}

.agileits_social_list li {
  display: inline-block;
}

.agileits_social_list li a {
  width: 28px;
  height: 28px;
  color: #fff;
  text-align: center;
  display: inline-block;
  font-size: 13px;
  border-radius: 50%;
}

.agileits_social_list li a i {
  line-height: 2.4em;
}

.agileits_social_list li a:hover {
  color: #fff;
}

a.w3_agile_facebook {
  background: #3b5998;
}

a.agile_twitter {
  background: #1da1f2;
}

a.w3_agile_dribble {
  background: #ff3c41;
}
a.w3_agile_quora {
  background: #fff;
}

a.w3_agile_rss {
  background: #ea4c89;
}

ul.top_agile_w3l_info_icons li {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
}

ul.top_agile_w3l_info_icons li a {
  color: #fff;
}

ul.top_agile_w3l_info_icons li.second {
  margin: 0em 2em;
}

ul.top_agile_w3l_info_icons i {
  margin-right: 10px;
}

/*-- //header --*/
.navbar-default {
  background: none;
  border: none;
}

.navbar {
  margin-bottom: 0;
}

.navbar-collapse {
  padding: 0;
  box-shadow: none;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: none;
}

.navbar-nav {
  float: right;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #212121;
}

/*-- agileits --*/
.logo i {
  display: inline-block;
  color: #de0f17;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: none;
  color: #de0f17;
  text-decoration: line-through;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #de0f17;
  text-decoration: line-through;
}

.navbar-nav > li > a {
  font-size: 14px;
  text-transform: uppercase;
  padding: 19px 18px 0;
  font-weight: 600;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.header-bottom {
  background: #fff;
  padding: 0px 0 5px 55px;
  border-bottom: 1px solid #d1d1d1;
}

.navbar-default .navbar-nav > li > a {
  color: #111;
}

.navbar-brand {
  float: left;
  height: 67px;
  font-size: 0.9em;
  line-height: 15px;
  font-weight: 900;
  color: #111 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  padding: 10px 10px !important;
}

.logo p {
  display: block;
  color: #de0f17;
  line-height: 9px;
  text-align: center;
  letter-spacing: 5px;
  font-size: 10px;
}

/*-- menu --*/

.m_nav_ham {
  box-sizing: border-box;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

#m_nav_container {
  width: 100%;
  height: 80px;
  background-color: #0088cc;
  position: fixed;
  display: none;
  top: 0px;
  left: 0;
  z-index: 990 !important;
}

.wthree_bg {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wthree_bg.container_open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

#m_nav_bar {
  width: 80%;
  margin: auto;
}

#m_nav_list {
  list-style: none;
  margin: 1.1em 10px 0;
  /* float: right; */
}

.m_nav_item {
  display: inline-block;
  margin: 0 5px;
}

.m_nav_item a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition-duration: 0.5s;
  font-size: 0.9em;
}

.container_open {
  position: fixed !important;
  display: block;
  height: 120px;
}

#m_nav_menu {
  width: 50px;
  height: 32px;
  position: fixed;
  top: 30px;
  right: 13.4%;
  z-index: 999 !important;
  cursor: pointer;
}

.m_nav_ham {
  width: 30px;
  height: 3px;
  background: #ffc107;
  margin: 5px auto;
}

.m_nav_ham_1_open {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 15px;
}

.m_nav_ham_2_open {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -8px;
}

.m_nav_ham_3_open {
  opacity: 0;
}

.button_open {
  background: #fff;
}

.w3_agileits_ham {
  margin-top: 0.8em;
}

.w3_agileits_ham.m_nav_ham_1_open {
  margin-top: 20px !important;
}

#m_nav_container {
  text-align: center;
}

#m_nav_menu {
  top: 2%;
}

/*-- nav-effect --*/
.menu__list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu__link {
  display: block;
  padding: 0.5em;
}

/* Sebastian */
.menu--sebastian .menu__link {
  position: relative;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.menu--sebastian .menu__link:hover {
  color: #de0f17;
}

.menu--sebastian .menu__item--current .menu__link {
  color: #de0f17;
}

.menu--sebastian .menu__link::before,
.menu--sebastian .menu__link::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
}

.menu--sebastian .menu__link::before {
  top: 0;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.menu--sebastian .menu__link::after {
  bottom: 0;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.menu--sebastian .menu__item--current .menu__link::before,
.menu--sebastian .menu__item--current .menu__link::after,
.menu__link:hover::before,
.menu__link:hover::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.agile_short_dropdown {
  border-radius: 0;
  background: #ffffff;
  text-align: center;
  padding: 0;
  border: none;
}

.agile_short_dropdown li a {
  color: #212121;
  font-size: 14px;
  font-weight: 600;
  padding: 0.8em;
  border-bottom: 1px solid #ececef;
  text-align: left;
}

.agile_short_dropdown > li > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #b22021;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: auto;
}

/* //Sebastian */
/*-- //header --*/
/*--//slider --*/
/*-- banner-top --*/
.w3layouts-banner-top3 {
  background: url(../images/banner4.jpg) no-repeat 0px 0px;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -moz-background-size: contain;
  min-height: 700px;
}

/* .w3layouts-banner-top1 {
	background: url(../images/banner1.jpg) no-repeat 0px 0px;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	-moz-background-size: contain;
	min-height: 700px;
} */

.w3layouts-banner-top2 {
  background: url(../images/banner3.jpg) no-repeat 0px 0px;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -moz-background-size: contain;
  min-height: 700px;
}

.agileits-banner-info h3 {
  color: #fff;
  font-size: 6em;
  margin: 0.1em 0 0.2em 0;
  letter-spacing: 2px;
  font-weight: 700;
  text-shadow: 1px 1px 2px rgb(12, 12, 12);
  -webkit-text-shadow: 1px 1px 2px rgb(12, 12, 12);
  -o-text-shadow: 1px 1px 2px rgb(12, 12, 12);
  -moz-text-shadow: 1px 1px 2px rgb(12, 12, 12);
}

.agileits-banner-info h3 span {
  background: #2529d8;
  padding: 0 15px;
}

.agileits-banner-info {
  text-align: left;
  padding: 16em 0 0em;
}

.agileits-banner-info p {
  color: #e2dfdf;
  font-size: 1em;
  line-height: 2.2em;
  letter-spacing: 2px;
  font-weight: 500;
  width: 49%;
  text-align: left;
}

.agileits_w3layouts_more {
  position: relative;
}

.agileits_w3layouts_more a {
  font-size: 17px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 4px;
  position: relative;
}

.agileits-banner-info span {
  background: #de0f17;
  padding: 0.5em 2em;
  color: #fff;
  font-size: 1.1em;
  padding: 5px 2em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/*-- //banner-top --*/
.banner_agile_para p {
  color: #fff;
  margin: 2em 0 0 7em;
  line-height: 2em;
}

/*--//slider --*/
#about {
  margin-top: -50px;
  padding: 3em 0;
}

h3.w3_heade_tittle_agile,
h2.w3_heade_tittle_agile,
h1.w3_heade_tittle_agile {
  text-align: left;
  font-weight: 700;
  color: #111;
  font-size: 3em;
  letter-spacing: 1px;
}

h3.w3_heade_tittle_agile.two {
  color: #fff;
}

p.sub_t_agileits {
  font-size: 1em;
  margin: 0;
  color: #de0f17;
  margin-bottom: 3em;
  font-weight: 400;
  letter-spacing: 10px;
  text-align: center;
}

p.ab {
  text-align: left;
  line-height: 2em;
  width: 98%;
  margin-bottom: 3em;
  color: #333;
  font-size: 1.1em;
  font-weight: 600;
}

h5.w3l-subtitle {
  margin-bottom: 0.7em;
  font-weight: 700;
  color: #83070c;
  font-size: 1.8em;
  letter-spacing: 1px;
}

.w3about-text p {
  line-height: 24px;
  margin-bottom: 1.5em;
}

.tab-image img {
  width: 100%;
}

/* Rectangle In */
.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #000;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #950e12;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-rectangle-in:hover,
.hvr-rectangle-in:focus,
.hvr-rectangle-in:active {
  color: white;
}

.hvr-rectangle-in:hover:before,
.hvr-rectangle-in:focus:before,
.hvr-rectangle-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.read a {
  padding: 0.7em 2em;
  color: #fff;
  letter-spacing: 1px;
}

/*-- //about--*/
/*--/agile_bottom --*/
.agile_team_left h3 {
  font-size: 2em;
  color: #fff;
  text-align: center;
}

.agile_team_grid {
  padding: 0;
}

.w3ls_banner_bottom_grid {
  overflow: hidden;
  position: relative;
  text-align: center;

  margin-bottom: 25px;
}

.w3ls_banner_bottom_grid .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
  transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
}

.w3ls_banner_bottom_grid img {
  display: block;
  position: relative;
}

.w3ls_banner_bottom_grid h2 {
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 1.1em;
  padding: 10px 0;
  width: 90%;
  margin: 2px auto 2px;
  background: rgb(159 23 24);
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
  transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
}

.w3ls_banner_bottom_grid h2 a {
  color: #fff;
}

.w3ls_banner_bottom_grid:hover h2 {
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
  -moz-transform: translateY(80px);
  -o-transform: translateY(80px);
}

.w3ls_banner_bottom_grid .social_agileinfo {
  text-transform: uppercase;
  color: #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
  transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
  font-weight: normal;
  margin: 0;
  padding: 7em 2em 0em;
}

.w3ls_banner_bottom_grid:hover .social_agileinfo {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.social_agileinfo li {
  display: inline-block;
  float: none !important;
}

.social_agileinfo li a {
  width: 32px;
  height: 32px;
  display: block;
  border: 2px solid #fff;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}

.social_agileinfo li a i {
  font-size: 0.9em;
  line-height: 2em;
}

.w3_facebook:hover {
  border: 1px solid #3b5998;
  background: #3b5998;
}

.w3_twitter:hover {
  border: 1px solid #1da1f2;
  background: #1da1f2;
}

.w3_instagram:hover {
  border: 1px solid #833ab4;
  background: #833ab4;
}

.w3_google:hover {
  border: 1px solid #dd4b39;
  background: #dd4b39;
}

/*--//agile_bottom --*/
.stats_inner {
  background: url(../images/banner3.jpg) no-repeat 0px 0px;
  background-size: cover;
  z-index: 999;
  padding-top: 6em;
}

.stats_inner i {
  color: #fff !important;
}

/*-- /agents --*/
.agents {
  background: url(../images/footer.jpg) no-repeat 0px 0px;
  background-size: cover;
  padding: 0;
  min-height: 650px;
  position: relative;
  text-align: center;
  z-index: 999;
  margin: 0;
  padding-top: 6em;
}

.w3ls_team_grid1 {
  position: relative;
}

.w3ls_team_grid1_pos {
  position: absolute;
  right: 0%;
  bottom: -5%;
  background: none;
}

.w3ls_team_grid1_pos ul li:nth-child(2),
.w3ls_team_grid1_pos ul li:nth-child(3) {
  opacity: 0;
}

.w3ls_team_grid:hover .w3ls_team_grid1_pos ul li:nth-child(2),
.w3ls_team_grid:hover .w3ls_team_grid1_pos ul li:nth-child(3) {
  opacity: 1;
}

.w3ls_team_grid {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.w3ls_team_grid h4 {
  margin: 2em 0 0.3em;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.1em;
}

.w3ls_team_grid p {
  color: #aecaf5;
  font-size: 0.9em;
}

/* Circle */
.hover15 figure {
  position: relative;
}

.hover15 figure::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(33, 33, 33, 0.13);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.hover15 figure:hover::before,
.w3ls_team_grid:hover .hover15 figure::before,
.banner-bottom-icons:hover .hover15 figure::before,
.w3_featured_services_grid:hover .hover15 figure::before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

/*-- social-icons --*/
ul.social-icons li {
  display: inline-block;
}

ul.social-icons .icon {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin: 0;
  width: 30px;
  height: 30px;
  font-family: FontAwesome;
  font-size: 1em;
  color: #fff;
  text-align: center;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
}

ul.social-icons .icon-border {
  position: relative;
}

ul.social-icons .icon-border::before,
ul.social-icons .icon-border::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  line-height: 2.2em;
}

ul.social-icons .icon-border::before {
  z-index: 1;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}

ul.social-icons .icon-border::after {
  z-index: 2;
}

/* facebook */
.icon-border.facebook::before {
  box-shadow: inset 0 0 0 48px #fdbd10;
}

.icon-border.facebook:hover::before {
  box-shadow: inset 0 0 0 2px #3b5998;
}

.icon-border.facebook::after {
  content: "\f09a";
}

.icon-border.facebook:hover::after {
  color: #3b5998;
}

/* twitter */
.icon-border.twitter::before {
  box-shadow: inset 0 0 0 48px #fdbd10;
}

.icon-border.twitter:hover::before {
  box-shadow: inset 0 0 0 2px #1da1f2;
}

.icon-border.twitter::after {
  content: "\f099";
}

.icon-border.twitter:hover::after {
  color: #1da1f2;
}

/* instagram */
.icon-border.instagram::before {
  box-shadow: inset 0 0 0 48px #fdbd10;
}

.icon-border.instagram:hover::before {
  box-shadow: inset 0 0 0 2px #833ab4;
}

.icon-border.instagram::after {
  content: "\f16d";
}

.icon-border.instagram:hover::after {
  color: #833ab4;
}

/* pinterest */
.icon-border.pinterest::before {
  box-shadow: inset 0 0 0 48px #fdbd10;
}

.icon-border.pinterest:hover::before {
  box-shadow: inset 0 0 0 2px #bd081c;
}

.icon-border.pinterest::after {
  content: "\f231";
}

.icon-border.pinterest:hover::after {
  color: #bd081c;
}

/*-- //social-icons --*/
/*-- //agents --*/
/*-- services-bottom --*/
.wthree_services_bottom_left,
.wthree_services_bottom_right,
.w3_agileits_services_bottom_l_grid {
  padding: 0;
}

.w3_agileits_services_bottom_r_grid {
  padding: 1em 2em 0;
  background: #207fdc;
  min-height: 376px;
}

.w3_agileits_services_bottom_r_grid h4 {
  letter-spacing: 1px;
  font-size: 1.6em;
  color: rgb(255, 255, 255);
  position: relative;
  font-weight: 700;
}

.w3_agileits_services_bottom_r_grid p {
  color: #fff;
  line-height: 2em;
  margin: 1em 0 2em;
}

.agile_services_bottom_l_grid1 {
  position: relative;
}

.w3_service_bottom_grid_pos {
  background: rgba(0, 0, 0, 0.76);
  bottom: 75px;
  left: 75px;
  opacity: 0;
  padding: 1em;
  position: absolute;
  right: 75px;
  top: 75px;
  visibility: hidden;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  z-index: 9;
}

.w3_service_bottom_grid_pos h3 {
  font-size: 1.5em;
  letter-spacing: 1px;
  color: #fff;
  line-height: 3em;
  font-weight: 600;
  text-align: center;
}

.w3_agileits_services_bottom_l_grid:hover .w3_service_bottom_grid_pos {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
}

.w3_agile_services_bottom_right_grid {
  background: url(../images/slid1.jpg) no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
}

.w3_agile_services_bottom_right_grid1 {
  background: url(../images/slid2.jpg) no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
}

.w3_agile_services_bottom_right_grid2 {
  background: url(../images/slid3.jpg) no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
}

.w3_agile_services_bottom_right_grid,
.w3_agile_services_bottom_right_grid1,
.w3_agile_services_bottom_right_grid2 {
  min-height: 752px;
  padding: 5em;
}

.w3layouts_head_slide {
  font-size: 2em;
  text-align: right;
  font-weight: 600;
  text-align: center;
  padding-top: 7em;
  color: #fff;
}

.w3layouts_head_slide span {
  color: #de0f17;
}

/*-- //services-bottom --*/
/*-- stats --*/
#stats {
  padding: 2em 0;
}

.w3layouts_stats_left {
  padding: 3em 0 3em 0;
  text-align: center;
}

.w3layouts_stats_left p {
  font-size: 2em;
  font-weight: 900;
  letter-spacing: 2px;
  color: #207fdc;
  margin: 0.5em 0;
}

.w3layouts_stats_left h3 {
  font-size: 1em;
  color: #de0f17;
  font-style: italic;
  letter-spacing: 1px;
  font-weight: 600;
}

.w3layouts_stats_left i {
  font-size: 3em;
  color: #181819;
}

.w3l_stats_bottom_grid_left img {
  margin: 0 auto;
}

/*-- //stats --*/
/*-- bootstrap-pop-up --*/
.modal-header {
  font-size: 2em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #ac1f1e;
}

.close {
  opacity: 1;
}

.modal-body p {
  color: #999;
  text-align: left;
  padding: 2em 2em 1em;
  margin: 0 !important;
  line-height: 2em;
}

.modal-body p i {
  display: block;
  margin: 1em 0;
  color: #de0f17;
}

.modal-body {
  padding: 10px;
}

.modal-content {
  border-radius: 0;
}

button.close {
  font-size: 1.5em;
  color: #fff;
  outline: none;
}

/*-- //bootstrap-pop-up --*/
/*-- services section --*/
.service-w3l {
  background-position: 50% 50%;
  padding: 5em 0;
  background-size: cover;
  background: url(../images/rankBg.jpg) no-repeat top;
}

.service-w3l h3.text-center {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 50px;
  position: relative;
}

.service-w3l h3.text-center:before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 300px;
  height: 2px;
  left: 20%;
  bottom: 2%;
}

.service-w3l h3.text-center:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 300px;
  height: 2px;
  right: 20%;
  bottom: 2%;
}

.service-w3l span.fa.fa-star-o {
  font-size: 25px;
  color: #fff;
  display: block;
  text-align: center;
  margin-top: -16px;
  margin-bottom: 50px;
}

.service-w3l h4.text-center {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  padding: 20px 0;
  letter-spacing: 1px;
}

.service-w3l p.text-center {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}

.ch-grid {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  text-align: center;
  width: 100%;
}

.ch-grid:after,
.ch-item:before {
  content: "";
  display: table;
}

.ch-grid:after {
  clear: both;
}

.ch-grid li {
  width: 150px;
  height: 150px;
  display: inline-block;
  margin: 0px;
}

.col-lg-4.col-md-4.col-sm-6.serv-agileinfo2 {
  padding-top: 100px;
}

.col-lg-12.col-md-12.col-sm-6.serv-wthree1,
.col-lg-12.col-md-12.col-sm-6.serv-wthree4,
.col-lg-12.col-md-12.col-sm-6.serv-wthree6 {
  padding-bottom: 40px;
}

/*-- /services section --*/
/*-- Portfolio --*/
.portfolio {
  padding: 5em 0;
}

/*-- Tabs --*/
.tabs {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
}

.tabs nav {
  text-align: center;
  margin-bottom: 50px;
}

.tabs nav ul {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.tabs nav ul li {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tabs nav a {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.5;
}

.tabs nav a span {
  vertical-align: middle;
  font-size: 0.75em;
}

.tabs nav li.tab-current a {
  color: #74777b;
}

li.tab-current a.icon.icon-box {
  border-radius: 0;
}

.tabs nav a:focus {
  outline: none;
}

.content-wrap {
  position: relative;
}

.content-wrap section {
  display: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.content-wrap section.content-current {
  display: block;
}

.content-wrap section p {
  margin: 0;
  padding: 0.75em 0;
  color: rgba(40, 44, 42, 0.05);
  font-weight: 900;
  font-size: 4em;
  line-height: 1;
}

.no-js .content-wrap section {
  display: block;
  padding-bottom: 2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.no-flexbox nav ul {
  display: block;
}

.no-flexbox nav ul li {
  min-width: 15%;
  display: inline-block;
}

.tabs-style-bar nav ul {
  border: 4px solid transparent;
}

.tabs-style-bar nav ul li a {
  margin: 0 2px;
  background-color: #000;
  color: #fff;
  transition: background-color 0.2s, color 0.2s;
  padding: 7px 0;
  text-decoration: none;
}

.tabs-style-bar nav ul li a:hover,
.tabs-style-bar nav ul li a:focus {
  color: #de0f17;
}

.tabs-style-bar nav ul li a span {
  letter-spacing: 1px;
  font-size: 15px;
}

.tabs-style-bar nav ul li.tab-current a {
  background: #a5181b;
  color: #fff;
}

/*-- //Tabs-Styling --*/
/*--menu--*/
#menu {
  padding: 5em 0;
}

.menu-tag {
  position: absolute;
  top: 0%;
  left: 42%;
  margin-top: 5em;
}

.menu-text {
  margin-bottom: 4em;
  position: relative;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}

.menu-text:hover .rep-w3l-img img {
  border: 3px solid #de0f17;
}

.menu-text-left {
  float: left;
  width: 80%;
  text-align: left;
}

.menu-text-left h4 {
  font-size: 1.1em;
  margin: 0;
  color: #3b3b3c;
  margin-bottom: 0.4em;
  text-transform: uppercase;
  font-weight: 600;
}

.menu-text-left h6 {
  font-size: 0.8em;
  margin: 0;
  color: #de0f17;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 1px;
}

.rep-w3l-text {
  float: left;
  width: 70%;
  margin-top: 1.5em;
}

.menu-text-right {
  float: right;
  width: 18%;
}

.menu-text-right h4 {
  margin: 0;
  font-size: 20px;
  color: #1d1d1d;
  text-align: left;
  margin-top: 20px;
}

.menu-grids-info {
  position: relative;
}

.menu-rate {
  position: absolute;
  width: 92%;
  top: 0%;
  left: 15px;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}

.menu-rate h5 {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.5px;
  margin: 1em 0;
  text-align: center;
}

.menu-grids-info:hover div.menu-rate {
  display: block;
}

.menu-spl {
  position: relative;
}

.menu-spl:hover div.menu-rate {
  display: block;
}

.menu-rate.spl-rate {
  width: 95%;
}

.rep-w3l-img {
  float: left;
  margin-right: 4%;
  width: 24%;
}

.rep-w3l-img img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 3px solid #fff;
  padding: 7px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.menu_w3ls_agile_top_section {
  position: relative;
}

.tab-info p {
  line-height: 2em;
  margin: 1em 0 1.5em 0;
}

.tab-info h4 {
  margin-bottom: 0.7em;
  font-weight: 700;
  color: #207fdc;
  font-size: 1.4em;
  letter-spacing: 1px;
}

/*-- Tab-Images --*/
.gallery-top {
  padding: 0;
}

.gallery-grids figure {
  position: relative;
  float: left;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.gallery-grids figure.effect-bubba:hover {
  background-color: #000;
}

.gallery-grids figure img {
  position: relative;
  display: block;
  width: 100%;
}

.gallery-bottom {
  margin: 2.5em 0;
}

.gallery-grids figure figcaption {
  padding: 2em;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-grids figure figcaption::before,
.gallery-grids figure figcaption::after {
  pointer-events: none;
}

.gallery-grids figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

figure.effect-apollo {
  background: #000;
}

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);
}

figure.effect-apollo figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.71);
  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);
}

figure.effect-apollo:hover img {
  opacity: 0.6;
  -webkit-transform: scale3d(1, 1, 1);
  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);
}

/*-- //Tabs --*/
/*-- //Portfolio --*/
.jarallax {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/*-- contact --*/
/*-- //contact --*/
.banner1 {
  background: url(../images/banner.jpg) no-repeat 0px -99px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  min-height: 300px;
  z-index: 999;
}

.services-breadcrumb {
  position: relative;
  padding: 1em 0;
}

.services-breadcrumb ul {
  position: absolute;
}

.services-breadcrumb ul li a {
  color: #207fe2;
  text-decoration: none;
}

.services-breadcrumb ul li {
  display: inline-block;
  color: #222;
}

.services-breadcrumb ul li i {
  padding: 0 1.5em;
}

/*-- footer --*/
.footer {
  background: #000;
  padding: 4em 0;
}

.footer h4 {
  font-size: 0.9em;
  font-weight: 300;
  margin-bottom: 1em;
  letter-spacing: 6px;
  color: #777;
}

.footer h4 span {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  color: #de0f17;
  font-size: 1.4em;
  letter-spacing: 3px;
}

.footer input[type="email"] {
  outline: none;
  color: #fff;
  padding: 18px 15px;
  font-size: 1em;
  width: 80%;
  background: none;
  border: none;
  background: #1d1b1b;
  letter-spacing: 3px;
}

.footer input[type="submit"] {
  outline: none;
  color: #fff;
  padding: 15px 0;
  font-size: 1.2em;
  width: 19%;
  background: #207fdc;
  border: none;
  text-transform: uppercase;
  margin-left: 0em;
}

.footer input[type="submit"]:hover {
  background: #de0f17;
}

.agile_footer_copy {
  padding: 15px 0 0 0;
  border-bottom: 1px solid #1d1b1b;
}

#services {
  position: relative;
  background: #eee;
}

.container2 {
  margin: 0 auto;
  padding: 50px 0 60px 0;
  width: 93%;
}

.container2 h3.title-txt {
  text-align: left;
  margin-bottom: 0.5em;
}

.service-subgrids {
  min-height: 220px;
}

.service-subgrids:nth-child(odd) {
  background: #950e12;
}

.service-subgrids:nth-child(odd) p,
.service-subgrids:nth-child(odd) h6,
.service-subgrids:nth-child(odd) .w3ls-about-grid i {
  color: #fff;
}

.service-subgrids:nth-child(2) {
  background: #db9d47;
}

.service-subgrids:nth-child(4) {
  background: #db9d47;
}

.service-subgrids:nth-child(6) {
  background: #db9d47;
}

.w3ls-about-grid {
  padding: 0.5em;
}

.w3ls-about-grid h6 {
  text-transform: capitalize;
  font-size: 1.3em;
  margin: 0.5em 0;
  letter-spacing: 1px;
  color: #000000;
  font-weight: 700;
}

.w3ls-about-grid p {
  color: #000;
  font-size: 15px;
}

.w3ls-about-grid i {
  color: #026fbf;
  font-size: 3em;
}

.w3agile_footer_grid h3 {
  font-size: 1.3em;
  color: #ffffff;
  margin: 0 0 1.5em;
  font-weight: 600;
  letter-spacing: 2px;
}

.w3agile_footer_grid p {
  font-size: 14px;
  color: #bfbfbf;
  line-height: 2em;
  margin: 0;
  letter-spacing: 2px;
}

.w3agile_footer_grid p span {
  display: block;
  margin: 1em 0 0;
}

.Department_girds_agileits {
  padding: 30px 0 30px 0;
}

.text-let {
  text-align: left;
}

.w3agile_footer_grid ul li {
  list-style-type: none;
  color: #bfbfbf;
  font-size: 14px;
}

.w3agile_footer_grid1 ul li {
  margin-bottom: 1em;
}

.w3agile_footer_grid ul li i {
  color: #bfbfbf;
  margin-right: 1em;
}

.w3agile_footer_grid ul li span {
  display: block;
  margin-left: 1.7em;
}

.w3agile_footer_grid ul li a {
  color: #bfbfbf;
  text-decoration: none;
}

.w3agile_footer_grid ul li a:hover {
  color: #207fdc;
}

.w3agile_footer_grid ul li {
  margin-bottom: 0.8em;
}

.agileits_w3layouts_copy_right p {
  color: #bfbfbf;
  line-height: 2em;
  margin: 0;
}

.agileits_w3layouts_copy_right p a {
  text-decoration: none;
  color: #207fdc;
}

.agileits_w3layouts_copy_right p a:hover {
  color: #999;
}

.w3agile_footer_grid1 ul li span {
  display: inline-block;
  margin-left: 0;
  padding-right: 1em;
  color: #bf1419;
}

.w3_agileits_copy_right_social {
  padding: 1.3em 0 0;
  position: relative;
}

.w3_agile_copy_right {
  text-align: right;
}

.agileinfo_social_icons li {
  display: inline-block;
}

.agileinfo_social_icons li a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-decoration: none;
  display: block;
  text-align: center;
}

.agileinfo_social_icons li a:hover {
  color: #fff;
}

.agileinfo_social_icons li a i {
  line-height: 30px;
}

.w3_agileits_facebook {
  color: #3b5998;
}

.w3_agileits_facebook:hover {
  background: #3b5998;
}

.wthree_twitter {
  color: #1da1f2;
}

.wthree_twitter:hover {
  background: #1da1f2;
}

.agileinfo_google {
  color: #dd4b39;
}

.agileinfo_google:hover {
  background: #dd4b39;
}

/*-- //footer --*/
/*-- icons --*/
ul.bs-glyphicons-list li:hover {
  background: #000;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -moz-transition: 0.5s all;
}

ul.bs-glyphicons-list li:hover span {
  color: #fff;
}

.codes a {
  color: #999;
}

.row.fontawesome-icon-list {
  margin: 0;
}

.w3_agileits_icons_page .icon-box {
  padding: 8px 15px;
  background: rgba(149, 149, 149, 0.18);
  margin: 1em 0 1em 0;
  border: 5px solid #ffffff;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -moz-transition: 0.5s all;
  cursor: pointer;
}

.w3_agileits_icons_page .icon-box:hover {
  background: #000;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -moz-transition: 0.5s all;
}

.w3_agileits_icons_page .icon-box:hover i.fa {
  color: #fff !important;
}

.w3_agileits_icons_page .icon-box:hover a.agile-icon {
  color: #fff !important;
}

.codes .bs-glyphicons li {
  float: left;
  width: 12.5%;
  height: 115px;
  padding: 10px;
  line-height: 1.4;
  text-align: center;
  font-size: 12px;
  list-style-type: none;
}

.codes .bs-glyphicons .glyphicon {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 24px;
}

.codes .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #777;
}

.codes .bs-glyphicons .glyphicon-class {
  display: block;
  text-align: center;
  word-wrap: break-word;
}

h3.icon-subheading {
  font-size: 23px;
  color: #207fdc !important;
  margin: 30px 0 15px;
  letter-spacing: 1px;
  font-weight: 800;
}

h3.agileits-icons-title {
  text-align: center;
  font-size: 30px;
  color: #000;
}

.icons a {
  color: #999;
}

.w3_agileits_icons_page .icon-box i {
  margin-right: 10px !important;
  font-size: 20px !important;
  color: #282a2b !important;
}

.bs-glyphicons li {
  float: left;
  width: 18%;
  height: 115px;
  padding: 10px;
  line-height: 1.4;
  text-align: center;
  font-size: 12px;
  list-style-type: none;
  background: rgba(149, 149, 149, 0.18);
  margin: 1%;
  cursor: pointer;
}

.bs-glyphicons .glyphicon {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 24px;
  color: #282a2b;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #777;
}

.bs-glyphicons .glyphicon-class {
  display: block;
  text-align: center;
  word-wrap: break-word;
}

@media (max-width: 1080px) {
  .w3_agileits_icons_page.icon-box {
    width: 33.33%;
  }
}

@media (max-width: 991px) {
  h3.agileits-icons-title {
    font-size: 28px;
  }

  h3.icon-subheading {
    font-size: 22px;
  }

  .w3_agileits_icons_page.icon-box {
    width: 50%;
  }
}

@media (max-width: 768px) {
  h3.agileits-icons-title {
    font-size: 28px;
  }

  h3.icon-subheading {
    font-size: 25px;
  }

  .row {
    margin-right: 0;
    margin-left: 0;
  }

  .w3_agileits_icons_page.icon-box {
    margin: 0;
  }
}

@media (max-width: 736px) {
  .w3_agileits_icons_page.icon-box {
    float: left;
  }
}

@media (max-width: 640px) {
  .w3_agileits_icons_page.icon-box {
    float: left;
    width: 50%;
  }

  h3.icon-subheading {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .bs-glyphicons li {
    width: 31%;
  }

  .w3_agileits_icons_page.icon-box {
    float: none;
    width: 100%;
  }
}

@media (max-width: 414px) {
  h3.agileits-icons-title {
    font-size: 23px;
  }

  h3.icon-subheading {
    font-size: 18px;
  }

  .bs-glyphicons li {
    width: 31.33%;
  }
}

@media (max-width: 384px) {
  .w3_agileits_icons_page.icon-box {
    float: none;
    width: 100%;
  }
}

@media (max-width: 375px) {
  .w3_agileits_icons_page {
    margin: 25px 0 0 !important;
  }
}

/*-- //icons --*/
/*--Typography--*/
.grid_3.grid_4.w3layouts {
  margin: 0;
}

.well {
  font-weight: 300;
  font-size: 14px;
}

.list-group-item {
  font-weight: 300;
  font-size: 14px;
}

li.list-group-item1 {
  font-size: 14px;
  font-weight: 300;
}

.typo p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
}

.show-grid [class^="col-"] {
  background: #fff;
  text-align: center;
  margin-bottom: 10px;
  line-height: 2em;
  border: 10px solid #f0f0f0;
}

.show-grid [class*="col-"]:hover {
  background: #e0e0e0;
}

.grid_3 {
  margin-bottom: 2em;
}

.xs h3,
h3.m_1 {
  color: #000;
  font-size: 1.7em;
  font-weight: 300;
  margin-bottom: 1em;
}

.grid_3 p {
  color: #999;
  font-size: 0.85em;
  margin-bottom: 1em;
  font-weight: 300;
}

.grid_4 {
  background: none;
  margin-top: 50px;
}

.label {
  font-weight: 300 !important;
  border-radius: 4px;
}

.grid_5 {
  background: none;
  padding: 2em 0;
}

.grid_5 h3,
.grid_5 h2,
.grid_5 h1,
.grid_5 h4,
.grid_5 h5,
h3.hdg,
h3.bars {
  margin-bottom: 1em;
  color: #207fdc;
  letter-spacing: 1px;
  font-weight: 800;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: none !important;
}

.tab-content > .active {
  display: block;
  visibility: visible;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 0;
}

.badge-primary {
  background-color: #03a9f4;
}

.badge-success {
  background-color: #8bc34a;
}

.badge-warning {
  background-color: #ffc107;
}

.badge-danger {
  background-color: #e51c23;
}

.grid_3 p {
  line-height: 2em;
  color: #888;
  font-size: 0.9em;
  margin-bottom: 1em;
  font-weight: 300;
}

.bs-docs-example {
  margin: 1em 0;
}

section#tables p {
  margin-top: 1em;
}

.tab-container .tab-content {
  border-radius: 0 2px 2px 2px;
  border: 1px solid #e0e0e0;
  padding: 16px;
  background-color: #ffffff;
}

.table td,
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 9px !important;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  text-align: left;
  font-size: 0.9em;
  color: #000;
  border-top: none !important;
}

.tab-content > .active {
  display: block;
  visibility: visible;
}

.label {
  font-weight: 300 !important;
}

.label {
  padding: 4px 6px;
  border: none;
  text-shadow: none;
}

.alert {
  font-size: 0.85em;
}

h1.t-button,
h2.t-button,
h3.t-button,
h4.t-button,
h5.t-button {
  line-height: 2em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

li.list-group-item1 {
  line-height: 2.5em;
}

.input-group {
  margin-bottom: 20px;
}

.in-gp-tl {
  padding: 0;
}

.in-gp-tb {
  padding-right: 0;
}

.list-group {
  margin-bottom: 48px;
}

ol {
  margin-bottom: 44px;
}

h2.typoh2 {
  margin: 0 0 10px;
}

@media (max-width: 991px) {
  .grid_3.grid_5.wthree,
  .grid_3.grid_5.w3l {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .grid_3.grid_5.agileits {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .grid_5 {
    padding: 0 0 1em;
  }

  .grid_3 {
    margin-bottom: 0em;
  }
}

@media (max-width: 640px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .grid_5 h3,
  .grid_5 h2,
  .grid_5 h1,
  .grid_5 h4,
  .grid_5 h5,
  h3.hdg,
  h3.bars {
    margin-bottom: 0.5em;
  }

  .progress {
    height: 10px;
    margin-bottom: 10px;
  }

  ol.breadcrumb li,
  .grid_3 p,
  ul.list-group li,
  li.list-group-item1 {
    font-size: 14px;
  }

  .breadcrumb {
    margin-bottom: 25px;
  }

  .well {
    font-size: 14px;
    margin-bottom: 10px;
  }

  h2.typoh2 {
    font-size: 1.5em;
  }

  .label {
    font-size: 60%;
  }

  .in-gp-tl {
    padding: 0 1em;
  }

  .in-gp-tb {
    padding-right: 1em;
  }

  .grid_3.grid_5.w3l {
    padding: 1.5em 0;
  }
}

@media (max-width: 480px) {
  .grid_5 h3,
  .grid_5 h2,
  .grid_5 h1,
  .grid_5 h4,
  .grid_5 h5,
  h3.hdg,
  h3.bars {
    font-size: 1.2em;
  }

  .table h1 {
    font-size: 26px;
  }

  .table h2 {
    font-size: 23px;
  }

  .table h3 {
    font-size: 20px;
  }

  .label {
    font-size: 53%;
  }

  .alert,
  p {
    font-size: 14px;
  }

  .pagination {
    margin: 20px 0 0px;
  }

  .grid_3.grid_4.w3layouts {
    margin-top: 0;
  }

  .grid_3.grid_5.agileinfo {
    padding: 1.5em 0;
  }
}

@media (max-width: 320px) {
  .grid_4 {
    margin-top: 18px;
  }

  h3.title {
    font-size: 1.6em;
  }

  .alert,
  p,
  ol.breadcrumb li,
  .grid_3 p,
  .well,
  ul.list-group li,
  li.list-group-item1,
  a.list-group-item {
    font-size: 13px;
  }

  .alert {
    padding: 10px;
    margin-bottom: 10px;
  }

  ul.pagination li a {
    font-size: 14px;
    padding: 5px 11px;
  }

  .list-group {
    margin-bottom: 10px;
  }

  .well {
    padding: 10px;
  }

  .nav > li > a {
    font-size: 14px;
  }

  table.table.table-striped,
  .table-bordered,
  .bs-docs-example {
    display: block;
  }
}

/*-- //typography --*/
/*--appointment--*/
.book-appointment h4 {
  text-align: center;
  font-size: 25px;
  color: #fff;
  margin-bottom: 1.5em;
  font-weight: 600;
  letter-spacing: 4px;
}

.book-appointment {
  background: rgb(17, 17, 17);
  padding: 50px 30px;
}

.book-appointment input[type="text"],
.book-appointment input[type="date"],
.book-appointment input[type="time"],
.book-appointment input[type="email"],
.book-appointment textarea {
  width: 100%;
  color: #fff;
  outline: none;
  font-size: 0.9em;
  line-height: 25px;
  padding: 10px 14px;
  border: none;
  -webkit-appearance: none;
  margin: 0.3em 0em 1em;
  background: rgb(62, 61, 61);
}

.book-appointment textarea {
  resize: none;
  height: 45px;
}

.book-appointment select.option {
  width: 100%;
  color: #fff;
  outline: none;
  font-size: 0.9em;
  line-height: 25px;
  padding: 12px 14px;
  border: none;
  margin: 0.3em 0em 1em;
  background: rgb(62, 61, 61);
  border-radius: 0px !important;
}

.book-appointment select.option {
  background: rgb(62, 61, 61);
}

.book-appointment input[type="submit"] {
  display: block;
  color: #fff;
  margin: 0 auto;
  margin-top: 2em;
  padding: 14px 30px;
  font-size: 1.04em;
  cursor: pointer;
  border: 2px solid #de0f17;
  outline: none;
  background: #de0f17;
  font-weight: 600;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  letter-spacing: 1px;
}

.book-appointment input[type="submit"]:hover {
  background: #207fdc;
  border-color: #207fdc;
  color: #fefefe;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
}

.arrows-reserve {
  position: relative;
  color: #efa52c;
  font-size: 2em;
}

.arrows-reserve:before {
  content: "";
  position: absolute;
  bottom: 43%;
  left: 35.5%;
  background: #fff;
  width: 11%;
  height: 3px;
}

.arrows-reserve:after {
  content: "";
  position: absolute;
  bottom: 43%;
  right: 35.5%;
  background: #fff;
  width: 11%;
  height: 3px;
}

.left-agileits-w3layouts {
  width: 49%;
  float: left;
}

.right-agileinfo {
  width: 49%;
  float: left;
}

.book-appointment p {
  color: #1da1f2;
  font-size: 17px;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.same {
  padding: 0px 4px;
}

.gaps {
  padding-left: 3em;
}

p.wickedpicker__title {
  background: #0b6fb2;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.wickedpicker__close {
  color: #fefefe;
}

@media (max-width: 1366px) {
  .gaps {
    padding-left: 2em;
  }

  .same {
    padding: 0px 2px;
  }

  .book-appointment p {
    font-size: 16px;
  }

  .book-appointment h4 {
    font-size: 22px;
  }

  .book-appointment input[type="submit"] {
    margin-top: 1.5em;
    font-size: 1.02em;
  }
}

@media (max-width: 1280px) {
  .bg-agile {
    width: 69%;
  }
}

@media (max-width: 1080px) {
  .bg-agile {
    width: 77%;
  }

  .gaps {
    padding-left: 1.5em;
  }
}

@media (max-width: 1024px) {
  .book-appointment {
    padding: 40px 30px;
  }

  .book-appointment h4 {
    font-size: 21px;
    margin-bottom: 1.3em;
  }

  .book-appointment input[type="text"],
  .book-appointment input[type="date"],
  .book-appointment input[type="time"],
  .book-appointment input[type="email"],
  .book-appointment textarea {
    margin: 0.3em 0em 0.7em;
  }

  .book-appointment select.form-control {
    margin: 5px 0px 9.5px;
  }
}

@media (max-width: 991px) {
  .book-appointment input[type="submit"] {
    font-size: 1.01em;
    padding: 7px 20px;
  }

  .book-appointment select.form-control {
    width: 96.5%;
  }
}

@media (max-width: 900px) {
  .book-appointment h2 {
    font-size: 18px;
    letter-spacing: 3px;
  }

  .book-appointment input[type="text"],
  .book-appointment input[type="date"],
  .book-appointment input[type="time"],
  .book-appointment input[type="email"],
  .book-appointment textarea {
    line-height: 21px;
  }

  .book-appointment p {
    font-size: 14px;
  }

  .book-appointment {
    padding: 32px 30px;
  }
}

@media (max-width: 800px) {
  .bg-agile {
    width: 85%;
  }

  .same {
    padding: 0px 0px;
  }
}

@media (max-width: 667px) {
  .gaps {
    padding-left: 1em;
  }

  .book-appointment p {
    font-size: 13px;
  }

  .book-appointment input[type="text"],
  .book-appointment input[type="date"],
  .book-appointment input[type="time"],
  .book-appointment input[type="email"],
  .book-appointment textarea {
    margin: 0.3em 0em 0.8em;
  }

  .book-appointment select.form-control {
    margin: 5.2px 0px 11px;
  }
}

@media (max-width: 640px) {
  .book-appointment h4 {
    font-size: 16px;
  }

  .book-appointment input[type="submit"] {
    margin-top: 1em;
  }
}

@media (max-width: 600px) {
  .bg-agile {
    width: 88%;
  }
}

@media (max-width: 480px) {
  .left-agileits-w3layouts {
    width: 100%;
    float: none;
  }

  .right-agileinfo {
    width: 100%;
    float: none;
  }

  .gaps {
    padding-left: 0;
  }

  .book-appointment {
    padding: 35px 40px;
  }

  .bg-agile {
    width: 83%;
  }

  .book-appointment h4 {
    font-size: 15px;
    margin-bottom: 1em;
  }
}

@media (max-width: 414px) {
  .book-appointment h4 {
    font-size: 14px;
    margin-bottom: 1.5em;
    letter-spacing: 2.5px;
  }
}

@media (max-width: 384px) {
  .book-appointment {
    padding: 35px 32px;
  }

  .book-appointment select.form-control {
    width: 100%;
  }

  .wickedpicker {
    width: 241px;
  }
}

@media (max-width: 375px) {
  .bg-agile {
    width: 86%;
  }
}

@media (max-width: 320px) {
  .bg-agile {
    width: 91%;
  }

  .book-appointment h4 {
    letter-spacing: 2px;
  }

  .book-appointment {
    padding: 35px 25px;
  }
}

/*--//appointment--*/
/*-- to-top --*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 55px;
  right: 15%;
  overflow: hidden;
  z-index: 999;
  width: 32px;
  height: 32px;
  border: none;
  text-indent: 100%;
  background: url(../images/arrow.png) no-repeat 0px 0px;
}

ul.agileits_social_list {
  float: right;
}

#toTopHover {
  width: 32px;
  height: 32px;
  display: block;
  overflow: hidden;
  float: right;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

/*-- //to-top --*/
/*-- contact --*/
.contact-main-agile-info {
  padding: 5em 0;
}

.contact-grid1.agileits-w3layouts i {
  float: left;
  width: 12%;
}

.con-w3l-info {
  float: right;
  width: 84%;
}

.contact-grid {
  padding: 2em 2em;
  background: #207fdc;
  float: left;
  width: 32%;
  margin-right: 1%;
}

.con-w3l-info h4 {
  font-size: 1.4em;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}

.con-w3l-info p {
  font-size: 0.9em;
  line-height: 1.9em;
  color: #fff;
}

.con-w3l-info a {
  font-size: 0.97em;
  line-height: 1.9em;
  color: #fff;
}

.contact-grid i {
  color: #fff;
  font-size: 1.3em;
}

.con-w3l-info a:hover {
  color: #fff;
}

p.con {
  font-size: 0.9em;
  color: #555;
  line-height: 1.9em;
  margin-top: 1em;
}

.map.agileits {
  position: relative;
  min-height: 520px;
}

.map.agileits iframe {
  width: 100%;
  min-height: 520px;
  border: none;
  position: absolute;
}

.location-mark {
  position: absolute;
  z-index: 999;
  left: 50%;
  top: 20%;
}

.location-mark i {
  font-size: 4em;
  color: #333;
}

.contact-top-agileits {
  margin-bottom: 3em;
}

.map-grid-left {
  background: #fff;
  padding: 0;
  float: left;
  position: relative;
}

.map-grids {
  padding: 3em 2em;
  border: 1px solid #ddd;
}

.map_agile iframe {
  height: 400px;
  width: 100%;
  border: none;
}

.wthree-text h6 {
  text-transform: uppercase;
  font-size: 1em;
  color: #ff3c41;
  margin: 20px 0 10px 0;
}

/*--/single --*/
.w3ls-blog-leftl {
  float: left;
  width: 18%;
  background: #207fe2;
  padding: 1em;
  border-top: 4px solid #0e5ba7;
}

.w3ls-blog-leftl h4 {
  text-align: center;
  font-size: 1.4em;
  color: #fff;
  margin: 0;
  border-bottom: 1px dotted #fff;
}

.w3ls-blog-leftl h4 span {
  display: block;
  color: #000;
  line-height: 2em;
}

.w3ls-blog-leftl a {
  font-size: 1.5em;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: inherit;
  margin: 1em 0 0;
}

.w3ls-blog-leftl a i {
  margin-right: 5px;
}

.w3ls-blog-leftl a:hover {
  color: #000;
}

.page-blog {
  margin: 60px 0 0 145px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #ffffff;
  background-color: #207fe2;
  border-color: #ddd;
}

.w3ls-blog-leftr p {
  color: #777;
  margin: 1em 0 0;
  line-height: 1.9em;
}

.w3ls-blog-leftr ul {
  padding: 1em 0;
  margin: 20px 0 45px;
  border-top: 1px dotted #cdcccc;
  border-bottom: 1px dotted #cdcccc;
}

.w3ls-blog-leftr ul li {
  display: inline-block;
  margin: 0 2em 0 0;
}

.w3ls-blog-leftr ul li a {
  font-size: 1em;
  color: #c6c5c0;
  text-decoration: none;
  padding-left: 1em;
}

.w3ls-blog-leftr ul li a:hover {
  color: #de0f17;
  text-decoration: none;
}

.w3ls-blog-leftr ul li a i {
  margin-right: 5px;
}

.w3ls-blog-leftr i {
  color: #333;
}

.admin-text-left img {
  width: 100%;
}

.w3ls-blog-leftr {
  float: right;
  width: 80%;
}

.w3-blog-left-grid:nth-child(2) {
  margin: 70px 0;
}

.w3-agile-blog-right h3,
.response h4,
.coment-form h4 {
  color: #207fe2;
  margin: 0 0 1em;
  font-size: 25px;
  text-align: left;
  letter-spacing: 2px;
  font-weight: 700;
}

.w3-agile-blog-right ul {
  padding: 0 0 0 2em;
  margin: 0;
}

.w3-agile-blog-right ul li {
  margin: 5px 0;
  list-style-type: disc;
}

.w3-agile-blog-right ul li a {
  font-size: 15px;
  color: #777;
  line-height: 28px;
  letter-spacing: 1px;
  text-decoration: none;
}

.w3-agile-blog-right ul li a:hover {
  text-decoration: none;
  padding-top: 5px;
  color: #139596;
}

.agile-info-recent {
  margin: 4em 0;
}

.wom {
  float: left;
  width: 25%;
  margin-top: 0.6em;
}

.wom img {
  width: 100%;
}

.wom-right {
  float: right;
  width: 70%;
}

.wom-right h4 a {
  color: #de0f17;
  font-size: 17px;
  text-decoration: none;
  font-weight: 700;
}

.wom-right h4 a:hover {
  text-decoration: none;
  color: #000;
}

.wom-right h4 {
  margin: 0 0 0.5em;
}

.wom-right p {
  color: #888;
  margin: 0;
  line-height: 24px;
}

.w3l-recent-grid:nth-child(2) {
  margin: 2em 0;
}

.admin-text {
  border: 1px solid #f4f4f4;
  padding: 2em;
}

.admin-text h5 {
  font-size: 1.2em;
  letter-spacing: 1px;
  margin: 0 0 1em 0;
  color: #de0f17;
  font-weight: 700;
}

.admin-text-left {
  float: left;
  width: 11%;
}

.admin-text-right {
  float: right;
  width: 86%;
}

.admin-text-right p {
  color: #777;
  margin: 0 0 18px;
  line-height: 1.9em;
}

.admin-text-right span {
  font-size: 15px;
  margin: 0 0 1em 0;
  font-weight: 500;
  color: #727272;
}

.admin-text-right span a {
  color: #c8c8c8;
  text-decoration: none;
}

.admin-text-right span a:hover {
  color: #838384;
  transition: 0.5s all;
}

.media.response-info {
  margin-top: 3em;
}

.response-info-mdl {
  margin: 1em 0px 1em 4em;
}

.response {
  margin-bottom: 5em;
}

.media-left.response-text-left {
  width: 11%;
}

.response-text h5 {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 1em 0;
  color: #fff;
}

.response-text-left h5 a {
  text-decoration: none;
  color: #de0f17;
}

.response-text-left h5 a:hover {
  text-decoration: none;
  color: #337ab7;
  transition: 0.5s all;
}

.response-text-left h5 {
  font-size: 17px;
  margin: 1em 0 0 0;
}

.response-text-right p {
  color: #777;
  margin: 0 0 15px;
  line-height: 1.8em;
}

.response-text-right ul {
  padding: 0;
  text-align: right;
}

.response-text-right ul li {
  display: inline-block;
  color: #000000;
  font-size: 14px;
  margin-right: 1em;
}

.response-text-right ul li a {
  color: #207fe2;
  font-size: 15px;
}

.response-text-right ul li a:hover {
  color: #de0f17;
  text-decoration: none;
}

.media-left a img {
  width: initial;
}

.coment-form input[type="text"],
.coment-form textarea,
.coment-form input[type="email"] {
  display: block;
  background: none;
  color: #777;
  border: 1px solid #bdbbbb;
  width: 70%;
  outline: none;
  font-size: 15px;
  padding: 13px 10px;
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
}

.coment-form input[type="email"] {
  margin: 1em 0;
}

.coment-form textarea {
  width: 100%;
  display: block;
  min-height: 150px;
  resize: none;
  margin: 1em 0;
}

.coment-form input[type="submit"] {
  background: #de0f17;
  border: none;
  padding: 12px 0;
  width: 100%;
  font-size: 19px;
  color: #fff;
  outline: none;
  transition: 0.5s all;
  letter-spacing: 1px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.coment-form input[type="submit"]:hover {
  color: #fff;
  background: #207fdc;
  outline: none;
}

.w3ls-blog-leftl i {
  color: #fff;
}

.thumbnail {
  padding: 8px !important;
}

.btn-primary {
  border-color: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  border-color: #fff !important;
  background-color: #c6c5c0 !important;
}

.coment-form form {
  margin: 2em 0 0;
}

.response h4,
.coment-form h4 {
  margin: 50px 0 0px !important;
}

/*-- //single --*/
.call-button {
  position: fixed;
  bottom: 210px;
  right: 0px;
  width: 50px;
  height: 50px;
  background-color: #337ab7;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 60px;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.call-button:hover {
  background-color: #175993;
}

.whatsapp-button {
  position: fixed;
  bottom: 260px;
  right: 0px;
  width: 50px;
  height: 50px;
  background-color: #25d366;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 60px;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.whatsapp-button:hover {
  background-color: #128c7e;
}

/*--/contact --*/
.contact-form-aits input[type="text"],
.contact-form-aits input[type="email"],
.contact-form-aits textarea {
  width: 49.2%;
  float: left;
  padding: 15px 20px;
  margin-bottom: 20px;
  border: none;
  color: #000;
  border: 1px solid #777;
  font-weight: 600;
  outline: none;
  letter-spacing: 1px;
}

input.margin-right {
  margin-right: 18px;
}

.contact-form-aits textarea {
  width: 100%;
  height: 150px;
  margin-bottom: 30px;
  resize: none;
}

.send-button button.btn {
  font-weight: 600;
  color: #eee;
  padding: 16px 30px;
  border: none;
  outline: none;
  background: #de0f17;
  border-radius: 0;
  letter-spacing: 1px;
  font-size: 1em;
}

.send-button button.btn:hover {
  color: #fff;
  background: #207fdc;
}

.send-button button.btn .glyphicon {
  margin-left: 10px;
}

.contact-form-aits ::-webkit-input-placeholder {
  color: #555;
}

.contact-form-aits ::-moz-placeholder {
  color: #555;
}

.contact-form-aits ::-moz-placeholder {
  color: #555;
}

.contact-form-aits ::-ms-input-placeholder {
  color: #555;
}

.send-button.agileits.w3layouts {
  text-align: center;
}

li.fallow {
  font-size: 1.2em;
  margin-right: 9px;
  color: #333;
  font-weight: 600;
}

ul.agileits_social_list.two {
  margin: 3em auto 0;
  text-align: center;
}

ul.agileits_social_list.two li {
  margin-right: 6px;
}

@media (max-width: 1080px) {
  .contact-grid {
    padding: 1em 1em;
    background: #207fdc;
    float: left;
    width: 32%;
    margin-right: 1%;
  }
}

@media (max-width: 1024px) {
  .contact-form-aits input[type="text"],
  .contact-form-aits input[type="email"],
  .contact-form-aits textarea {
    width: 48.95%;
    float: left;
  }
}

@media (max-width: 991px) {
  .contact-form-aits input[type="text"],
  .contact-form-aits input[type="email"],
  .contact-form-aits textarea {
    width: 100%;
    float: none;
  }
}

/*--//contact --*/
/*--/responsive-stats-here--*/
@media (max-width: 1800px) {
}

@media (max-width: 1680px) {
  .w3layouts-banner-top,
  .w3layouts-banner-top1,
  .w3layouts-banner-top2,
  .w3layouts-banner-top3 {
    min-height: 515px;
  }

  .w3_agileits_services_bottom_r_grid {
    min-height: 328px;
  }

  .w3_agile_services_bottom_right_grid,
  .w3_agile_services_bottom_right_grid1,
  .w3_agile_services_bottom_right_grid2 {
    min-height: 656px;
    padding: 5em;
  }
}

@media (max-width: 1600px) {
  .w3_agileits_services_bottom_r_grid {
    padding: 4em 4em 0;
    min-height: 313px;
  }

  .w3_agile_services_bottom_right_grid,
  .w3_agile_services_bottom_right_grid1,
  .w3_agile_services_bottom_right_grid2 {
    min-height: 626px;
    padding: 5em;
  }
}

@media (max-width: 1440px) {
  #menu,
  .portfolio,
  .contact-main-agile-info,
  .footer {
    padding: 1em 0px;
  }

  .service-w3l,
  #about {
    padding: 2.2em 0px;
    position: relative;
  }

  .w3layouts-banner-top,
  .w3layouts-banner-top1,
  .w3layouts-banner-top2,
  .w3layouts-banner-top3 {
    min-height: 660px;
  }

  h3.w3_heade_tittle_agile,
  h2.w3_heade_tittle_agile,
  h1.w3_heade_tittle_agile {
    font-size: 2.5em;
  }

  .w3_agileits_services_bottom_r_grid {
    padding: 4em 4em 0;
    min-height: 285px;
  }

  .w3_agile_services_bottom_right_grid,
  .w3_agile_services_bottom_right_grid1,
  .w3_agile_services_bottom_right_grid2 {
    min-height: 570px;
    padding: 5em;
  }

  .w3_service_bottom_grid_pos h3 {
    font-size: 1.2em;
    line-height: 2.5em;
  }

  .w3_service_bottom_grid_pos h3 {
    font-size: 1.2em;
    line-height: 2.3em;
  }

  .agileits-banner-info {
    padding: 14em 0 0em;
  }

  .agileits-banner-info h3 {
    font-size: 5.5em;
    margin: 0.1em 0 0.2em 0;
  }

  .banner1 {
    background: url(../images/banner.jpg) no-repeat 0px 0px;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    min-height: 200px;
    margin-bottom: 55px;
  }

  .navbar-brand {
    float: left;
    height: 67px;
    font-size: 0.8em;
    line-height: 15px;
    padding: 10px 10px !important;
  }
}

@media (max-width: 1366px) {
  /* .banner-silder{margin-top: -72px;} */
  .w3layouts-banner-top,
  .w3layouts-banner-top1,
  .w3layouts-banner-top2,
  .w3layouts-banner-top3 {
    min-height: 515px;
  }

  .w3l_chill {
    position: absolute;
    top: -105px;
    right: -35px;
  }

  .w3_agileits_services_bottom_r_grid p {
    line-height: 1.6em;
    margin: 0em 0 1em;
  }

  .w3_agileits_services_bottom_r_grid {
    padding: 1em 2em 0;
    min-height: 266px;
  }

  .agileits-banner-info {
    padding: 13em 0 0em;
  }

  .agileits-banner-info h3 {
    font-size: 5em;
    margin: 0.1em 0 0.2em 0;
  }

  .w3_agile_services_bottom_right_grid,
  .w3_agile_services_bottom_right_grid1,
  .w3_agile_services_bottom_right_grid2 {
    min-height: 540px;
    padding: 2.5em;
  }

  .w3_service_bottom_grid_pos h3 {
    font-size: 1.1em;
    line-height: 1.3em;
  }
}

@media (max-width: 1280px) {
  .w3layouts-banner-top,
  .w3layouts-banner-top1,
  .w3layouts-banner-top2,
  .w3layouts-banner-top3 {
    min-height: 515px;
  }

  .w3_agileits_services_bottom_r_grid {
    padding: 3em 2em 0;
    min-height: 253px;
  }

  .w3_service_bottom_grid_pos h3 {
    font-size: 1em;
    line-height: 1em;
  }

  .w3_service_bottom_grid_pos {
    padding: 2.7em;
  }

  p.sub_t_agileits {
    font-size: 0.9em;
    margin: 0;
    margin-bottom: 2em;
    letter-spacing: 8px;
  }

  .agileits-banner-info {
    padding: 11em 0 0em;
  }

  .banner1 {
    min-height: 315px;
  }

  .w3ls_banner_bottom_grid .social_agileinfo {
    padding: 6em 2em 0em;
  }

  .w3_agile_services_bottom_right_grid,
  .w3_agile_services_bottom_right_grid1,
  .w3_agile_services_bottom_right_grid2 {
    min-height: 506px;
    padding: 2.5em;
  }
}

@media (max-width: 1080px) {
  .service-w3l h4.text-center {
    font-size: 21px;
    padding: 20px 0 10px 0;
  }

  .w3_service_bottom_grid_pos h3 {
    font-size: 1em;
    line-height: 1em;
  }

  .w3_agileits_services_bottom_r_grid {
    padding: 2em 1em 0;
    min-height: 214px;
  }

  .w3_agile_services_bottom_right_grid,
  .w3_agile_services_bottom_right_grid1,
  .w3_agile_services_bottom_right_grid2 {
    min-height: 429px;
    padding: 3em;
  }

  .con-w3l-info p {
    font-size: 0.8em;
  }

  .w3layouts-banner-top,
  .w3layouts-banner-top1,
  .w3layouts-banner-top2,
  .w3layouts-banner-top3 {
    min-height: 530px;
  }

  .agileits-banner-info h3 {
    font-size: 4em;
    margin: 0.1em 0 0.2em 0;
  }

  .m_nav_item {
    display: inline-block;
    margin: 0 0.5em;
  }

  .agileits-banner-info {
    padding: 8em 0 0em;
  }

  .w3ls_banner_bottom_grid h4 {
    font-size: 1em;
    padding: 10px 0;
    width: 90%;
    margin: -26px auto 2px;
  }

  #menu,
  .service-w3l,
  .portfolio,
  .contact-main-agile-info,
  .footer,
  #about {
    padding: 3em 0px;
  }

  #stats {
    padding: 1em 0;
  }

  .w3_agileits_services_bottom_r_grid h4 {
    font-size: 1.3em;
  }

  .w3_service_bottom_grid_pos {
    padding: 1.6em;
  }

  h3.w3_heade_tittle_agile,
  h2.w3_heade_tittle_agile {
    font-size: 2.3em;
  }

  h5.w3l-subtitle {
    margin-bottom: 0.7em;
    font-size: 1.6em;
  }

  .contact-form-aits input[type="text"],
  .contact-form-aits input[type="email"],
  .contact-form-aits textarea {
    width: 48.95%;
  }

  .w3layouts_head_slide {
    font-size: 1.5em;
  }
}

@media (max-width: 1050px) {
  .w3_agile_services_bottom_right_grid,
  .w3_agile_services_bottom_right_grid1,
  .w3_agile_services_bottom_right_grid2 {
    min-height: 416px;
    padding: 3em;
  }

  .w3_agileits_services_bottom_r_grid p {
    line-height: 1.9em;
    margin: 0.5em 0 0em;
  }

  .w3_agileits_services_bottom_r_grid {
    padding: 2em 1em 0;
    min-height: 208px;
  }

  .w3_service_bottom_grid_pos {
    bottom: 35px;
    left: 35px;
    opacity: 0;
    right: 35px;
    top: 35px;
    padding: 3.5em 2.7em;
  }

  .agileits-banner-info p {
    font-size: 0.9em;
    line-height: 2.2em;
    width: 51%;
    text-align: left;
  }

  .agileits-banner-info h3 {
    font-size: 3.5em;
    margin: 0.1em 0 0.2em 0;
  }

  .header-bottom {
    padding: 0.5em 2em;
  }

  .agileits-banner-info {
    padding: 9em 0 0em;
  }

  .w3about-text p {
    line-height: 2em;
    margin-bottom: 1em;
  }

  .banner1 {
    min-height: 261px;
  }

  .contact-form-aits textarea {
    width: 100%;
    height: 150px;
  }

  .map_agile iframe {
    height: 319px;
    width: 100%;
    border: none;
  }
}

@media (max-width: 1024px) {
  .w3_agileits_services_bottom_r_grid {
    padding: 1em 1em 0;
    min-height: 199px;
  }

  .w3layouts-banner-top,
  .w3layouts-banner-top1,
  .w3layouts-banner-top2,
  .w3layouts-banner-top3 {
    min-height: 500px;
  }

  .w3l_chill {
    position: absolute;
    top: -105px;
    right: 21px;
  }

  .w3_agileits_services_bottom_r_grid h4 {
    font-size: 1.1em;
    padding-bottom: 1em;
  }

  .w3_agile_services_bottom_right_grid,
  .w3_agile_services_bottom_right_grid1,
  .w3_agile_services_bottom_right_grid2 {
    min-height: 398px;
    padding: 3em;
  }
}

@media (max-width: 991px) {
  .serv-agileinfo3 {
    float: left;
    width: 100%;
  }

  .serv-agileinfo2 {
    padding-top: 0;
    width: 100%;
    float: left;
    margin: 0 auto;
    text-align: center;
  }

  .w3_agileits_services_bottom_l_grid {
    width: 50%;
    float: left;
  }

  .w3_agileits_services_bottom_r_grid {
    padding: 1em 1em 0;
    min-height: 199px;
    float: right;
    width: 48%;
  }

  .w3_agileits_services_bottom_r_grid {
    padding: 4em 3em 0;
    min-height: 335px;
    float: right;
    width: 50%;
  }

  .w3_agileits_services_bottom_r_grid p {
    line-height: 1.9em;
    margin: 1.5em 0 0em;
  }

  .w3_service_bottom_grid_pos {
    bottom: 35px;
    left: 35px;
    opacity: 0;
    right: 35px;
    top: 35px;
    padding: 7.5em 2.7em;
    text-align: center;
  }

  .serv-wthree4 {
    width: 50%;
    margin: 0 auto;
    float: none;
  }

  .serv-agileinfo2 {
    padding-top: 10px !important;
  }

  .navbar-nav > li > a {
    font-size: 14px;
    padding: 17px 13px 0;
  }

  .more a {
    padding: 10px 20px;
  }

  .w3layouts_stats_left {
    padding: 5em 0 4em 0;
    text-align: center;
    width: 50%;
    float: left;
  }

  .contact-grid {
    padding: 2em 2em;
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }

  p.ab {
    text-align: center;
    line-height: 2em;
    margin-bottom: 2em;
    font-size: 1em;
    font-weight: 600;
  }

  .map-grids {
    padding: 2em 2em;
  }

  .contact-top-agileits {
    margin-bottom: 2em;
  }

  .w3_agile_copy_right {
    text-align: center;
    margin-top: 13px;
  }

  .agileits_w3layouts_copy_right {
    padding: 0;
    text-align: center;
  }

  .w3agile_footer_grid {
    padding: 0;
  }

  .w3agile_footer_grid:nth-child(2) {
    margin: 1.5em 0;
  }

  .wthree_team_grid1_pos h4 {
    font-size: 0.9em;
    padding: 0.8em;
  }

  .logo p {
    letter-spacing: 3px;
    font-size: 10px;
  }

  .w3agile_footer_grid h3 {
    font-size: 1.3em;
    margin: 0 0 1em;
  }

  .gallery-top {
    padding: 0;
    float: left;
    width: 50%;
  }

  .agileits-banner-info {
    padding: 11em 0 0 0em;
  }

  .agileits-banner-info p {
    font-size: 0.9em;
    line-height: 2.2em;
    width: 65%;
    text-align: left;
  }

  .w3about-img {
    width: 100%;
    padding: 0;
  }

  .w3about-text {
    margin-top: 2em;
  }

  .w3ls_banner_bottom_grid {
    overflow: hidden;
    position: relative;
    text-align: center;
    float: left;
    width: 100%;
  }

  .w3ls_banner_bottom_grid h4 {
    font-size: 1em;
    padding: 10px 0;
    width: 50%;
    margin: 40px auto 2px;
  }

  .contact-form-aits input[type="text"],
  .contact-form-aits input[type="email"],
  .contact-form-aits textarea {
    width: 100%;
  }

  .m_nav_item a {
    font-size: 0.7em;
  }

  .w3-agile-blog-right {
    margin-top: 40px;
    width: 75%;
  }
}

@media (max-width: 800px) {
  .w3layouts-banner-top,
  .w3layouts-banner-top1,
  .w3layouts-banner-top2,
  .w3layouts-banner-top3 {
    min-height: 450px;
  }

  .w3_agileits_services_bottom_r_grid {
    padding: 4em 3em 0;
    min-height: 271px;
    float: right;
    width: 50%;
  }

  .w3_service_bottom_grid_pos {
    bottom: 35px;
    left: 35px;
    opacity: 0;
    right: 35px;
    top: 35px;
    padding: 5.5em 2.7em;
    text-align: center;
  }

  h3.w3_heade_tittle_agile,
  h2.w3_heade_tittle_agile {
    font-size: 2.4em;
  }

  p.sub_t_agileits {
    font-size: 0.9em;
    margin: 0;
    margin-bottom: 2em;
    font-weight: 400;
    letter-spacing: 7px;
  }

  .w3l_chill img {
    width: 58%;
  }

  .book-form.agileits-login {
    display: block !important;
  }

  .tabs nav {
    text-align: center;
    margin-bottom: 30px;
  }

  .agileits-banner-info {
    padding: 11em 0 0 2em;
  }

  .menu__link {
    display: block;
    padding: 0.5em 0em;
  }

  .m_nav_item a {
    font-size: 0.75em;
  }

  .navbar-brand {
    float: left;
    /* height: 108px; */
    font-size: 0.7em;
    line-height: 15px;
    padding: 13px 10px !important;
  }

  .agileits-banner-info {
    padding: 7em 0 0 2em;
  }

  .agileits-banner-info span {
    padding: 0.5em 2em;
    color: #fff;
    font-size: 1em;
    padding: 5px 1.8em;
    letter-spacing: 1px;
  }

  .w3ls_banner_bottom_grid h4 {
    font-size: 1em;
    padding: 10px 0;
    width: 50%;
    margin: 29px auto 2px;
  }

  .banner1 {
    min-height: 213px;
  }

  .agileits-banner-info h3 {
    font-size: 3em;
    margin: 0.1em 0 0.2em 0;
  }

  .w3layouts_stats_left {
    padding: 2em 0 2em 0;
    text-align: center;
    width: 50%;
    float: left;
  }

  .tab-info {
    padding: 0;
    margin: 1em 0;
    float: none;
    width: 100%;
  }

  .tab-image {
    padding: 0;
    float: none;
    width: 100%;
  }
}

@media (max-width: 768px) {
  h3.w3_heade_tittle_agile,
  h2.w3_heade_tittle_agile {
    font-size: 2em;
  }

  .navbar-brand {
    font-size: 0.6em;
    line-height: 25px;
    letter-spacing: 1px;
  }

  .w3_agileits_services_bottom_r_grid {
    padding: 3em 2em 0;
    min-height: 255px;
    float: right;
    width: 50%;
  }

  .m_nav_item {
    display: inline-block;
    margin: 0 0.4em;
  }
}

@media (max-width: 767px) {
  .navbar-nav {
    text-align: center;
    margin: 0;
    float: none;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background: #de0f17;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border: none;
  }

  .navbar-default .navbar-toggle {
    border: none;
    background: #0c0c0c;
    border-radius: 0;
  }

  .navbar-toggle {
    position: relative;
    float: right;
    padding: 13px 10px;
    margin-top: 15px;
    margin-right: 0;
    margin-bottom: 0;
  }

  .w3about-img {
    float: left;
  }

  .serv-wthree4 {
    width: 100%;
    margin: 1.5em auto 0;
    float: none;
  }

  .w3_agileits_services_bottom_r_grid {
    padding: 3em 2em 0;
    min-height: 260px;
    float: right;
    width: 50%;
  }

  #m_nav_list {
    list-style: none;
    margin: 1.1em 0 0;
    float: none;
    text-align: center;
  }

  .m_nav_item {
    display: block;
    margin: 0.5em 0em;
  }

  .m_nav_item a {
    font-size: 0.8em;
  }

  .w3ls_banner_bottom_grid h4 {
    font-size: 1em;
    padding: 10px 0;
    width: 50%;
    margin: 18px auto 2px;
  }

  .banner1 {
    min-height: 187px;
  }

  h5.w3l-subtitle {
    margin-bottom: 0.7em;
    font-size: 1.4em;
  }

  .w3_agileits_header_text {
    float: none;
    text-align: center;
    margin-bottom: 7px;
  }

  .agileinfo_social_icons {
    float: none;
    text-align: center;
  }

  .agileinfo_social_icons li {
    display: inline-block;
    margin-right: 5px;
  }

  ul.dropdown-menu.agile_short_dropdown {
    margin: 0 auto !important;
    text-align: center;
    width: 100%;
  }

  .agile_short_dropdown {
    border-radius: 0;
    background: #edeeef;
  }

  ul.dropdown-menu.agile_short_dropdown {
    top: 70%;
  }
}

@media (max-width: 736px) {
  .w3_agileits_services_bottom_r_grid {
    padding: 3em 2em 0;
    min-height: 250px;
    float: right;
    width: 50%;
  }

  .agileits-banner-info h3 {
    font-size: 2.5em;
    margin: 0.1em 0 0.2em 0;
  }

  .agileits-banner-info p {
    line-height: 2em;
    width: 86%;
    text-align: left;
  }

  .agileits-banner-info {
    padding: 8em 0 0 3em;
  }

  .w3-agile-blog-right {
    width: 90%;
  }
}

@media (max-width: 667px) {
  .navbar-brand > img {
    width: 210px;
  }

  .w3layouts-banner-top,
  .w3layouts-banner-top1,
  .w3layouts-banner-top2,
  .w3layouts-banner-top3 {
    min-height: 400px;
  }

  .w3ls-blog-leftl {
    padding: 0.8em;
  }

  .w3_agileits_services_bottom_r_grid {
    padding: 3em 2em 0;
    min-height: 226px;
    float: right;
    width: 50%;
  }

  .w3_service_bottom_grid_pos {
    bottom: 35px;
    left: 35px;
    opacity: 0;
    right: 35px;
    top: 35px;
    padding: 4.5em 2.7em;
    text-align: center;
  }

  #menu,
  .service-w3l,
  .portfolio,
  .contact-main-agile-info,
  .footer,
  #about {
    padding: 2em 0px;
  }

  .banner1 {
    min-height: 180px;
  }

  .agileits-banner-info {
    padding: 5em 0 0 3em;
  }

  .agileits-banner-info span {
    font-size: 0.9em;
  }

  .header_agileinfo {
    padding: 0.5em 0.5em;
  }

  .w3ls_banner_bottom_grid h4 {
    font-size: 1em;
    padding: 10px 0;
    width: 50%;
    margin: 0px auto 2px;
  }

  .w3ls-blog-leftl h4 {
    font-size: 1.3em;
  }

  .w3-agile-blog-right h3,
  .response h4,
  .coment-form h4 {
    margin: 0 0 1em;
    font-size: 18px;
  }

  .w3_agileits_services_bottom_r_grid p {
    line-height: 1.9em;
    margin: 0em 0 0em;
  }
}

@media (max-width: 640px) {
  .w3layouts-banner-top,
  .w3layouts-banner-top1,
  .w3layouts-banner-top2,
  .w3layouts-banner-top3 {
    min-height: 350px;
  }

  .agileits-banner-info {
    padding: 5em 0 0 3em;
  }

  h3.w3_heade_tittle_agile,
  h2.w3_heade_tittle_agile {
    font-size: 1.8em;
  }

  .w3_agileits_services_bottom_r_grid {
    padding: 2em 2em 0;
    min-height: 217px;
    float: right;
    width: 50%;
  }

  .more a {
    padding: 8px 17px;
    font-size: 0.9em;
  }

  .menu-text-left h4 {
    font-size: 0.9em;
  }

  .menu-text {
    margin-bottom: 2em;
  }

  .menu-grids {
    padding: 0;
  }

  .rep-w3l-text {
    float: left;
    width: 70%;
    margin-top: 1em;
  }

  .header-bottom {
    padding: 0.5em 1em;
  }

  p.sub_t_agileits {
    font-size: 0.9em;
    margin-bottom: 1.5em;
  }

  .coment-form input[type="text"],
  .coment-form textarea,
  .coment-form input[type="email"] {
    width: 100%;
  }

  .coment-form textarea {
    min-height: 106px;
    margin: 1em 0;
  }

  .admin-text h5 {
    font-size: 1em;
  }

  .w3ls-blog-leftl {
    float: left;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .w3l_chill img {
    width: 48%;
  }

  .w3l_chill {
    position: absolute;
    top: -55px;
    right: -46px;
  }

  .w3_agileits_services_bottom_r_grid {
    padding: 2em 2em 0;
    min-height: 203px;
    float: right;
    width: 50%;
  }

  .w3_service_bottom_grid_pos {
    bottom: 35px;
    left: 35px;
    opacity: 0;
    right: 35px;
    top: 35px;
    padding: 3.5em 2.7em;
    text-align: center;
  }

  .agileits-banner-info h3 {
    font-size: 2em;
    margin: 0.1em 0 0.2em 0;
  }

  .agileits-banner-info span {
    font-size: 0.9em;
    padding: 4px 1.2em;
    letter-spacing: 1px;
  }

  .agileits-banner-info {
    padding: 6em 0 0 3em;
  }

  ul.top_agile_w3l_info_icons li.second {
    margin: 0em 0.7em;
  }

  .read a {
    padding: 0.6em 1.5em;
  }

  .w3ls-blog-leftl {
    padding: 0.8em 0.3em;
  }

  .w3ls-blog-leftl h4 {
    font-size: 1.2em;
  }
}

@media (max-width: 568px) {
  .w3_agileits_services_bottom_l_grid {
    width: 100%;
    float: left;
  }

  .w3_agileits_services_bottom_r_grid {
    padding: 2em 2em 0;
    min-height: 203px;
    float: right;
    width: 100%;
  }

  .w3_service_bottom_grid_pos {
    bottom: 35px;
    left: 35px;
    opacity: 0;
    right: 35px;
    top: 35px;
    padding: 8.5em 2.7em;
    text-align: center;
  }

  .w3layouts-banner-top,
  .w3layouts-banner-top1,
  .w3layouts-banner-top2,
  .w3layouts-banner-top3 {
    min-height: 300px;
  }

  .map_agile iframe {
    height: 250px;
    width: 100%;
    border: none;
    margin-top: 2em;
  }

  .agileits-banner-info h3 {
    font-size: 2em;
    margin: 0.1em 0 0.2em 0;
  }

  .agileits-banner-info span {
    font-size: 0.9em;
    padding: 4px 1.2em;
    letter-spacing: 1px;
  }

  .w3ls_banner_bottom_grid h4 {
    font-size: 0.9em;
    padding: 10px 0;
    width: 67%;
    margin: -40px auto 2px;
  }

  .banner1 {
    min-height: 143px;
  }

  .agileits-banner-info {
    padding: 4em 0 0 3em;
  }

  h3.w3_heade_tittle_agile,
  h2.w3_heade_tittle_agile {
    font-size: 1.6em;
  }

  ul.top_agile_w3l_info_icons li.second {
    margin: 0.7em 0em;
  }

  ul.top_agile_w3l_info_icons li {
    font-size: 13px;
    letter-spacing: 1px;
    display: block;
  }

  .agileits-banner-info h3 {
    font-size: 1.8em;
    margin: 0.1em 0 0.2em 0;
  }

  p.ab {
    text-align: center;
    line-height: 1.9em;
    margin-bottom: 1em;
    font-size: 0.9em;
    font-weight: 600;
    width: 100%;
  }

  .w3ls-blog-leftl h4 {
    float: left;
    width: 50%;
    border-bottom: 1px dotted transparent;
    border-right: 1px dotted #fff;
  }

  .w3ls-blog-leftr {
    width: 100%;
    margin-top: 15px;
  }

  .w3l-footer-grid,
  .w3ls-about-top-left-grid,
  .w3ls-about-top-right-grid,
  .w3ls-blog-left,
  .w3-agile-blog-right {
    padding: 0;
  }

  .w3-agile-blog-right {
    width: 100%;
  }

  .w3ls-blog-leftr ul li {
    display: block;
    margin: 0 0em 0.5em 0;
  }
}

@media (max-width: 480px) {
  .w3about-img {
    float: left;
  }

  h5.w3l-subtitle {
    margin-bottom: 0.3em;
    font-size: 1.4em;
  }

  p.sub_t_agileits {
    font-size: 0.8em;
    margin: 0;
    margin-bottom: 1em;
    font-weight: 400;
    letter-spacing: 5px;
  }

  .w3_agile_services_bottom_right_grid,
  .w3_agile_services_bottom_right_grid1,
  .w3_agile_services_bottom_right_grid2 {
    min-height: 285px;
    padding: 2em;
  }

  .tabs-style-bar nav ul li a {
    padding: 1px 0;
  }

  .tabs nav {
    text-align: center;
    margin-bottom: 14px;
  }

  .agile_footer_copy {
    padding: 0;
  }

  .w3agile_footer_grid h3 {
    font-size: 1.2em;
    margin: 0 0 1em;
  }

  .agileits-banner-info {
    padding: 4em 0 0 3em;
  }

  .phone_email,
  .phone_email1 {
    width: 100%;
    margin-bottom: 1em;
  }

  .menu-text-left h6 {
    font-size: 0.75em;
    line-height: 1.5em;
  }

  .menu-text {
    margin-bottom: 1em;
  }

  .footer input[type="email"] {
    padding: 11px 12px;
    font-size: 1em;
    width: 73%;
  }

  .footer input[type="submit"] {
    padding: 9px 0;
    font-size: 1.1em;
    width: 26%;
  }

  .admin-text-left {
    float: left;
    width: 33%;
  }

  .admin-text-right {
    float: right;
    width: 100%;
    margin-top: 11px;
  }

  .media-left,
  .media-right,
  .media-body {
    display: inline-block !important;
    vertical-align: top;
  }

  .media.response-info {
    margin-top: 0em;
  }

  .response {
    margin-bottom: 0em;
  }
}

@media (max-width: 414px) {
  h3.w3_heade_tittle_agile,
  h2.w3_heade_tittle_agile {
    font-size: 1.4em;
  }

  .service-w3l h4.text-center {
    font-size: 16px;
    padding: 20px 0 10px 0;
  }

  .w3_service_bottom_grid_pos {
    bottom: 35px;
    left: 35px;
    opacity: 0;
    right: 35px;
    top: 35px;
    padding: 5.5em 2.7em;
    text-align: center;
  }

  .w3layouts_stats_left h3 {
    font-size: 0.9em;
  }

  .w3layouts_stats_left {
    padding: 2em 0 1em 0;
    text-align: center;
    width: 50%;
    float: left;
  }

  .w3layouts_stats_left p {
    font-size: 1.3em;
  }

  .w3layouts_stats_left i {
    font-size: 1.8em;
  }

  .agileits-banner-info p {
    line-height: 1.9em;
    width: 100%;
    text-align: left;
  }

  .agileits-banner-info {
    padding: 4em 0 0 2em;
  }

  .w3layouts-banner-top,
  .w3layouts-banner-top1,
  .w3layouts-banner-top2,
  .w3layouts-banner-top3 {
    min-height: 510px;
  }

  .map-grids h3 {
    font-size: 1.2em;
  }

  .agileits-banner-info p {
    line-height: 1.9em;
    width: 100%;
    text-align: left;
  }

  .agileits-banner-info {
    padding: 3em 0 0 2em;
  }

  .w3ls_banner_bottom_grid {
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 0;
    float: left;
    width: 100%;
  }

  .w3ls_banner_bottom_grid h4 {
    font-size: 0.9em;
    padding: 10px 0;
    width: 67%;
    margin: 20px auto 2px;
  }

  h5.w3l-subtitle {
    margin-bottom: 0.3em;
    font-size: 1em;
    line-height: 1.7em;
  }
}

@media (max-width: 384px) {
  .map_agile iframe {
    height: 200px;
    width: 100%;
    border: none;
    margin-top: 2em;
  }

  .w3_agileits_services_bottom_r_grid {
    padding: 2em 2em 0;
    min-height: 227px;
    float: right;
    width: 100%;
  }

  .w3ls_banner_bottom_grid h4 {
    font-size: 0.9em;
    padding: 10px 0;
    width: 67%;
    margin: 10px auto 2px;
  }

  .agileits-banner-info h3 {
    font-size: 1.5em;
    margin: 0.1em 0 0.2em 0;
  }

  .banner1 {
    min-height: 94px;
  }
}

@media (max-width: 375px) {
  .agileits-banner-info {
    padding: 2em 0 0 1em;
  }

  .agileits-banner-info p {
    line-height: 1.9em;
    font-size: 0.8em;
  }

  .w3layouts-banner-top,
  .w3layouts-banner-top1,
  .w3layouts-banner-top2,
  .w3layouts-banner-top3 {
    min-height: 490px;
  }

  .w3_service_bottom_grid_pos {
    bottom: 35px;
    left: 35px;
    opacity: 0;
    right: 35px;
    top: 35px;
    padding: 5em 2.7em;
    text-align: center;
  }

  .w3layouts_head_slide {
    font-size: 1.5em;
    padding-top: 4em;
  }

  .w3ls_banner_bottom_grid h4 {
    font-size: 0.9em;
    padding: 10px 0;
    width: 67%;
    margin: 0px auto 2px;
  }

  .footer input[type="email"] {
    padding: 11px 12px;
    font-size: 1em;
    width: 72%;
  }
}

@media (max-width: 360px) {
  .w3layouts-banner-top,
  .w3layouts-banner-top1,
  .w3layouts-banner-top2,
  .w3layouts-banner-top3 {
    min-height: 460px;
  }
}

@media (max-width: 320px) {
  .w3layouts-banner-top,
  .w3layouts-banner-top1,
  .w3layouts-banner-top2,
  .w3layouts-banner-top3 {
    min-height: 409px;
  }

  .agileits-banner-info {
    padding: 2em 0 0 1em;
  }

  .agileits-banner-info p {
    line-height: 1.9em;
    font-size: 0.8em;
  }

  .agileits-banner-info h3 {
    font-size: 1.4em;
    margin: 0.1em 0 0.2em 0;
  }

  .w3ls_banner_bottom_grid h4 {
    font-size: 0.9em;
    padding: 10px 0;
    width: 67%;
    margin: -10px auto 2px;
  }
}

/*--//responsive-stats-here--*/

.blue-gradient-2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgb(2, 45, 101);
  background: linear-gradient(90deg, rgb(4 4 4) 40%, rgba(0, 212, 255, 0) 100%);
}

/*--------------------------------------------------------------
# Feature Two
--------------------------------------------------------------*/
.feature-two {
  position: relative;
  display: block;
  padding: 60px 0 0 0;
}

.feature-two__single {
  position: relative;
  display: block;
  padding-left: 105px;
  margin-bottom: 60px;
  min-height: 120px;
  z-index: 1;
}

.feature-two__single:before {
  position: absolute;
  top: -15px;
  bottom: -15px;
  right: 0;
  left: 58px;
  content: "";
  border: 1px solid #e4e5ea;
  border-radius: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.feature-two__single:hover:before {
  background-color: #950e12;
  border: 1px solid #950e12;
}

.feature-two__icon {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  background-color: #950e12;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  top: 0;
  left: 0;
}

.feature-two__single:hover .feature-two__icon {
  background-color: #262425;
}

.feature-two__icon:before {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  content: "";
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
}

.feature-two__icon img {
  width: auto;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  z-index: 1;
}

.feature-two__single:hover .feature-two__icon img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.feature-two__content {
  position: relative;
  display: block;
  top: 12px;
  padding-left: 10px;
}

.feature-two__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 3px;
}

.feature-two__title a {
  color: #950e12;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-two__single:hover .feature-two__title a {
  color: #fff;
}

.feature-two__text {
  font-size: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-two__single:hover .feature-two__text {
  color: #fff;
}

.feature-two__star-1 {
  position: absolute;
  bottom: 4px;
  right: 45px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.feature-two__single:hover .feature-two__star-1 {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.feature-two__star-1 img {
  width: auto;
  opacity: 0.2;
}

.feature-two__star-2 {
  position: absolute;
  bottom: 20px;
  right: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.feature-two__single:hover .feature-two__star-2 {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.feature-two__star-2 img {
  width: auto;
  opacity: 0.2;
}

.feature-two__star-3 {
  position: absolute;
  bottom: -14px;
  right: 8px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.feature-two__single:hover .feature-two__star-3 {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.setBg {
  background-image: url("../images/cor-stur.png");
  background-repeat: no-repeat;
  background-color: #edece3;
  background-position: left;
  background-size: contain;
}

.feature-two__star-3 img {
  width: auto;
  opacity: 0.2;
}

span.heading-border {
  font-size: 2rem;
  color: #000;
}

.heading-border:before {
  content: "";
  position: absolute;
  width: 60%;
  left: 0;
  bottom: 0;
  border-bottom: #690008 solid 2px;
}

.heading-border {
  padding-bottom: 0.5rem;
}

.copy {
  padding: 25px 0;
}

.heading-border:after {
  content: "...";
  position: absolute;
  width: 10px;
  left: calc(60% + 1px);
  bottom: 5px;
  font-size: 21px;
  line-height: 0;
  color: #690008;
  height: 2px;
  font-family: Arial;
}

.position-relative {
  position: relative !important;
}

#accordion .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 15px;
  position: relative;
}

#accordion .panel:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border: 1px dashed #690008;
  position: absolute;
  top: 25px;
  left: 18px;
}

#accordion .panel:last-child:before {
  display: none;
}

#accordion .panel-heading {
  padding: 0;
  border: none;
  border-radius: 0;
  position: relative;
}

#accordion .panel-title a {
  display: block;
  padding: 10px 30px 10px 60px;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #1d3557;
  border-radius: 0;
  position: relative;
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 40px;
  height: 100%;
  line-height: 40px;
  background: #b92023;
  border: 1px solid #000;
  border-radius: 3px;
  font-size: 17px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0s;
}

#accordion .panel-title a.collapsed:before {
  content: "\f105";
  background: #fff;
  border: 1px dashed #950e12;
  color: #000;
}

#accordion .panel-body {
  padding: 10px 30px 10px 0px;
  margin-left: 40px;

  border-top: none;
  font-size: 15px;
  color: #6f6f6f;
  line-height: 28px;
  letter-spacing: 1px;
}

.nature-top {
  width: 67%;
  float: right;
  background: #efefef;
  text-align: center;
  padding: 3% 21px;
  margin-top: 5%;
  border-radius: 30px;
}

.apply-btn {
  padding: 6px 28px !important;
  background: #ba1a1a !important;
}

.btn.btn-orange-2.dark {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.service-details__need-help {
  position: relative;
  display: block;
  padding: 20px 30px 20px;
  z-index: 1;
  background-color: #950e12;
  border-radius: 20px;
  font-size: 18px;
  color: #fff;
  float: left;
}

.service-details__need-help .form-group {
  width: 47%;
  float: left;
  margin: 5px;
}

.service-details__need-help-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.05;
  border-radius: 30px;
  z-index: -1;
}

.inner-banner {
  display: block;
  padding: 30px 0;
  min-height: 300px;
  background: url(../images/bba-bnr.jpg) no-repeat center top / cover;
}

.inner-banner h1 {
  display: block;
  padding-bottom: 18px;
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  text-transform: none;
  padding-top: 80px;
}

.small {
  color: #fff;
}

.footerbar {
  display: none;
}

.avatar {
  position: relative;
}

.elementor img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.avatar .info-contact {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.avatar .info-contact ul {
  margin: 0;
  padding: 0;
}

.avatar .info-contact ul li.title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0.36px;
  color: #333;
  padding-left: 21px;
  text-transform: uppercase;
}

.info-contact ul li {
  max-width: 273px;
}

.avatar .info-contact ul li {
  list-style: none;
  border-radius: 5px;
  box-shadow: -10px 17.3px 25px 0 rgb(0 0 0 / 10%);
  background-color: #fff;
  padding: 21px 19px 21px 30px;
  margin-bottom: 20px;
  max-width: 248px;
  text-align: left;
}

.avatar .info-contact ul li i {
  display: inline-block;
  margin-left: -21px;
  background-image: linear-gradient(
    to left,
    var(--thim-body-primary-color, #ac1f1e),
    var(--thim-button-hover-color, #ac1f1e)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 1px;
}

.avatar .info-contact ul li a {
  line-height: 1.63;
  letter-spacing: 0.32px;
  color: #666;
  margin-left: 10px;
}

.avatar .info-contact ul li.info-description p {
  line-height: 1.5;
  letter-spacing: 0.32px;
  color: #666;
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
}

.sec-pad {
  padding: 0px 0px 60px 0px;
}

.content_block_4 .content-box {
  position: relative;
  display: block;
  margin-right: 30px;
  padding: 40px 0px 0px 100px;
}

.content_block_4 .content-box .rotate-text {
  position: absolute;
  top: 0px;
  right: 130px;
  width: 139px;
  height: 141px;
  border-radius: 50%;
  z-index: 1;
}

.content_block_4 .content-box .rotate-text .icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.content_block_4 .content-box .chart-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 300px;
  background-color: #db9d47;
  padding: 40px 30px 33px 30px;
  border-radius: 15px;
  box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
  z-index: 1;
}

.rotate-me {
  animation-name: rotateme;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 30s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 30s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 30s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.content_block_4 .content-box .chart-box .chart-image {
  position: relative;
  margin-bottom: 27px;
  display: block;
  text-align: center;
}

.content_block_4 .content-box .chart-box h5 {
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

.content_block_4 .content-box .chart-box ul li {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 500;
  padding-left: 22px;
  margin-bottom: 6px;
}

.content_block_4 .content-box .chart-box ul li:last-child {
  margin-bottom: 0px;
}

.content_block_4 .content-box .chart-box ul li:before {
  position: absolute;
  content: "";
  background-color: #232323;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0px;
  top: 7px;
  background-color: #fff;
}

.content_block_4 .content-box .chart-box ul li:first-child:before {
  background-color: #fff;
}

.content_block_4 .content-box .chart-box ul li:nth-child(3):before {
  background-color: #fff;
}

.content_block_4 .content-box .chart-box ul li:last-child:before {
  background-color: #fff;
}

.content_block_4 .content-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px;
}

.content_block_4 .content-box .image-box img {
  width: 100%;
  border-radius: 15px;
}

.content_block_4 .content-box .title-text {
  position: absolute;
  display: block;
  left: 0px;
  bottom: 100px;
  font-size: 100px;
  line-height: 100px;
  font-family: "Caveat", cursive;
  font-weight: 700;
  z-index: 1;
}

.content_block_5 .content-box {
  position: relative;
  display: block;
}

.content_block_5 .content-box .sec-title {
  margin-bottom: 23px;
}

.content_block_5 .content-box .text {
  position: relative;
  display: block;
  margin-bottom: 33px;
}

.content_block_5 .content-box .inner-box {
  position: relative;
  display: block;
  margin-bottom: 42px;
}

.content_block_5 .content-box .inner-box .single-item {
  position: relative;
  padding-left: 100px;
  margin-bottom: 23px;
}

.content_block_5 .content-box .inner-box .single-item:last-child {
  margin-bottom: 0px;
}

.content_block_5 .content-box .inner-box .single-item .icon-box {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 9px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  font-size: 45px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
  transition: all 500ms ease;
}

.content_block_5 .content-box .inner-box .single-item:hover .icon-box {
  color: #ffffff;
}

.content_block_5 .content-box .inner-box .single-item .icon-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  border-radius: 50%;
  transform: scale(0, 0);
  z-index: -1;
  transition: all 500ms ease;
}

.content_block_5 .content-box .inner-box .single-item:hover .icon-box:before {
  transform: scale(1, 1);
}

.content_block_5 .content-box .inner-box .single-item h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}

.content_block_5 .content-box .btn-box .theme-btn {
  padding: 12.5px 38px;
}

.about-style-two .content_block_5 .content-box {
  margin-top: -10px;
}

.sec-title h2 {
  display: block;
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.theme-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  background-color: transparent;
  color: #232323;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid;
  border-radius: 30px;
  padding: 12.5px 31px;
  z-index: 1;
  transition: all 500ms ease;
}

.red-color .btn-one {
  border-color: #ea2722;
}

.theme-btn:hover {
  color: #ea2722 !important;
  border-color: #ea2722;
}

.post-set {
  position: absolute;
  top: -106px;
  left: 0;
}

.benefits-details {
  gap: 20px;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #dddddd;
  box-shadow: 20px 20px 20px rgb(0 0 0 / 5%);
  min-height: 256px;
  margin-bottom: 25px;
}

.benefit-content h4 {
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.benefit-content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.vc_custom_1558162724635 {
  padding: 60px 0;
  background-image: url(../images/section-bg2-2.jpg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.bauer-icon-box {
  height: 290px;
}

.bauer-icon-box .desc > p:last-child {
  margin: 0;
}

.button5 {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  border-radius: 10rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;

  &:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: color;
    border-radius: 10rem;
    z-index: -2;
  }

  &:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: darken(color, 15%);
    transition: all 0.3s;
    border-radius: 10rem;
    z-index: -1;
  }

  &:hover {
    color: #fff;

    &:before {
      width: 100%;
    }
  }
}

.desc p {
  font-size: 13px;
}

.hideDesk {
  display: block !important;
  width: 245px;
}

.showMb {
  display: none !important;
  width: 245px;
}

.animate-text {
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #cf1212 67%,
    #cf1212 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}

.totalFee {
  font-size: 24px;
  color: #e0181e;
  font-weight: 300;
  margin-bottom: 20px;
}

.totalFee span.del {
  display: inline-block;
  position: relative;
  font-weight: 600;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

#blogs .card-title {
  height: 70px;
  margin-bottom: 0px;
  overflow: hidden;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.shadow h2 {
  font-size: 28px;
  padding-bottom: 20px;
}

.shadow p {
  padding: 10px 0;
}

.theme-color {
  font-size: 30px;
  padding-bottom: 20px;
  color: #000 !important;
}

span.del::before {
  position: absolute;
  content: "";
  background: #040404;
  width: 100%;
  height: 2px;
  top: 18px;
  transform: rotate(176deg);
}

.discount_amount {
  font-size: 24px;
  font-weight: bold;
}

.totalFee .earlyBirdText {
  color: #000;
  font-size: 24px;
  font-weight: 600;
}

@media (min-width: 810px) and (max-width: 1100px){
	.hideDesk{
		width: 225px;
	}
}

@media (max-width: 700px) {
  #toTop {
    bottom: 80px;
    right: 2%;
  }

  .feature-two__single {
    padding-left: 79px;
  }

  .feature-two__icon {
    height: 60px;
    width: 60px;
    left: 13px;
  }
}

@media (max-width: 600px) {
  .avatar .info-contact {
    position: relative;
    transform: translateY(0%);
  }

  .avatar .info-contact ul li {
    max-width: 100%;
  }

  .w3_heade_tittle_agile {
    padding-top: 0px !important;
  }

  .bauer-icon-box {
    margin-bottom: 15px;
  }

  .content_block_4 {
    margin-top: 10%;
  }

  .content_block_4 .content-box {
    padding: 0px;
    margin-right: 0px;
  }

  .content_block_4 .content-box .chart-box {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
  }

  .post-set {
    position: inherit;
    top: 0px;
    right: 0;
  }

  .w3_agileits_copy_right_social {
    padding: 1em 0;
  }

  .service-details__need-help {
    display: none;
  }

  .footerbar {
    display: block;
    position: fixed;
    z-index: 9999999999;
    bottom: 0px;
    left: 0px;
    height: auto;
    width: 100%;
    background: #000000;
    border: 1px solid rgb(226, 226, 226);
  }

  .flex-container {
    display: flex;
    flex-wrap: wrap;
  }

  .flex-item-left,
  .flex-item-right {
    flex: 50%;
    font-size: 15px;
    text-align: center;
    padding: 8px;
  }

  .abot-bg {
    background: url(../images/ol-abut-mobil.jpg) no-repeat top right !important;
    background-size: cover !important;
  }

  ul.agileits_social_list {
    float: initial;
  }

  .w3layouts-banner-top2 {
    background: url(../images/banner3-mobil.jpg) no-repeat 0px 0px;
    background-size: cover;
  }

  /* .w3layouts-banner-top3 {
		background: url(../images/banner4-mobil.jpg) no-repeat 0px 0px;
		background-size: cover;
	} */

  .w3layouts-banner-top1 {
    background: url(../images/banner1-mobil.jpg) no-repeat 0px 0px;
    background-size: cover;
  }

  .inner-banner h1 {
    font-size: 24px;
    padding-top: 30px;
  }

  .nature-top {
    width: 100%;
  }

  span.heading-border {
    font-size: 1.8rem;
    color: #000;
  }

  .inner-banner {
    min-height: 240px;
  }

  .hideDesk {
    display: none !important;
  }

  .showMb {
    display: block !important;
  }
}

@media (min-width: 600px) and (max-width: 800px){
	.hideDesk{
		width: 160px;
	}
}

.enquire-handel {
  position: fixed;
  bottom: 320px;
  right: 0;
  padding: 10px;
  color: #fff;
  background-color: #ac1f1e;
  border: 1px solid #ac1f1e;
  border-radius: 10px 0px 0px 10px;
  transition: all 0.6s;
  z-index: 999;
}

a.enquire-handel:hover {
  background: #ac1f1e;
  color: white;
}

a:hover,
a:focus {
  color: #ffffff;
}

@media (max-width: 736px) {
  .enquire-handel {
    top: auto;
    right: auto;
    z-index: 999;
    bottom: 0;
    color: #ffffff;
    border: 0px;
    background: #e50000;
    border-radius: 0px 10px 10px 0px;
  }
}

.ticker-top {
  padding: 20px;
  background-color: #ac1f1e;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
  font-size: 25px;
}

@media (max-width: 600px) {
  .ticker-top {
    font-size: 16px;
  }
}

.cu-auth {
  position: absolute;
  bottom: 2%;
  right: 1%;

  p {
    color: #fff;
  }

  a {
    color: #fff;
    text-decoration: underline;
  }
  a:hover {
    color: #de0f17 !important;
  }
}

@media (max-width: 450px) {
  .cu-auth {
    position: absolute;
    bottom: 2%;
    right: 3%;

    p {
      color: #fff;
      font-size: 12px;
    }
  }
}

.why-sect {
  /* margin-top: 40px; */
  display: flex;
  color: #cf0004;
  font-size: 16px;
  /* font-size: 20px; */
  align-items: baseline;
  margin-bottom: 10px;
}

.why-sect p {
  margin-left: 10px;
  color: #cf0004;
  font-size: 16px;
  /* font-size: 20px; */
}
.career-sect {
  /* margin-top: 40px; */
  display: flex;
  color: #cf0004;
  font-size: 16px;
  align-items: baseline;
  margin-bottom: 10px;
}

.career-sect p {
  margin-left: 10px;
  color: #cf0004;
  font-size: 16px;
}
.why-sect-img img {
  width: 275px;
  /* width: 300px; */
  position: absolute;
  top: -92px;
  right: 0;
}

.why-sect-cour img {
  width: 320px !important;
}

@media (max-width: 1200px) {
  .why-sect-img img {
    top: -60px;
  }
}

@media (max-width: 1030px) {
  .why-sect-cour img {
    width: 458px !important;
    right: -50px;
  }
}

@media (max-width: 800px) {
  .why-sect-img img {
    display: none;
  }
}

.bann-new-txt {
  color: #fff;
  font-size: 20px;
}

.totalFee-tp {
  font-size: 18px;
  color: #000;
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: 10px;
}

.totalFee-tp span.del-1 {
  display: inline-block;
  position: relative;
  font-weight: 600;
}

span.del-1::before {
  position: absolute;
  content: "";
  background: #040404;
  width: 100%;
  height: 2px;
  top: 8px;
  transform: rotate(176deg);
}
.stip-box {
  padding-right: 10px;
}
.stip-box::before {
  background-color: #950e12 !important;
}

.stip-box .feature-two__content h4,
.stip-box .feature-two__content h2 a {
  color: #fff;
}

.stip-para {
  margin-bottom: 20px;
  margin-left: 55px;
}


.foot-logo{
	width: 100%;
	/* padding: 15px; */
	/* background-color: #fff; */
}