@font-face {
  font-family: "Oracle Sans";
  src: url("../assets/font/OracleSans-Regular.ttf");
}

* {
  font-family: "Oracle Sans" !important;
}

i {
  font-family: "FontAwesome" !important;
}

body {
  padding: 0;
  margin: 0;
  background: #fff;
  position: relative;
}

input[type="button"],
input[type="submit"] {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

ul {
  margin: 0;
  padding: 0;
}

label {
  margin: 0;
}

.w3l-main {
  position: relative;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  min-height: 80vh;
  height: fit-content;
  background: #3f3f50;
}

#hero .container {
  padding-top: 72px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}

#hero .btn-get-started:hover {
  background: #c9302c;
  border: 1px solid #c9302c;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #c9302c;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #hero {
    min-height: 100vh;
    height: fit-content;
    text-align: center;
  }

  /* #hero .animated {
      animation: none;
    } */

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }

  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--header --*/

.header-top-agile {
  background: #000;
  padding: 1em 3em 0;
}

.logo-agileinfo {
  float: left;
}

.header-bottom-agile {
  padding: 0 3em;
  position: relative;
}

.social-icons-agileits {
  float: left;
  padding-top: 0.8em;
}

.social-icons-agileits ul li {
  color: #fff;
  font-size: 1em;
  letter-spacing: 1px;
}

.social-icons-agileits ul li span {
  color: #fff;
  font-size: 1em;
}

.social-icons-agileits ul li {
  display: inline-block;
}

.social-icons-agileits ul li a {
  color: #fff;
  font-size: 1.1em;
  padding: 10px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

/*--social-icons--*/

.social {
  text-align: center;
  transform: translateY(-50%);
  float: right;
  margin-top: 1.5em;
}

.social li {
  display: inline;
  margin-right: 7px;
}

.social .link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  background-clip: content-box;
  padding: 2px;
  transition: 0.5s;
  color: #d7d0be;
  margin-right: 10px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2);
  font-size: 16px;
}

.social .link span {
  display: block;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

.social .link:hover {
  color: white;
  transform: translateX(0px) rotate(360deg);
}

.social .link.google-plus {
  background-color: tomato;
  color: white;
}

.social .link.twitter {
  background-color: #00acee;
  color: white;
}

.social .link.facebook {
  background-color: #3b5998;
  color: white;
}

/*--//social-icons--*/

.navigation {
  padding: 0;
}

.navbar-default {
  background-color: transparent;
  border: none;
  margin: 0;
  padding-right: 5em;
}

.navbar-collapse {
  padding: 0;
}

.nav > li > a {
  padding: 1.4em 1.3em;
  font-size: 1.1em;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  padding: 22px 20px !important;
  text-transform: capitalize !important;
  /* color: #c74630; */
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}

.codes-menu ul li {
  display: block;
}

.codes-menu ul li a {
  display: block;
  color: blue;
  padding: 5px 20px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
}

.dropdown-menu {
  min-width: 130px;
}

/* Effect 16: fall down */

.cl-effect-16 a {
  color: #f44236;
  text-shadow: 0 0 1px rgba(111, 134, 134, 0.3);
}

.cl-effect-16 a::before {
  color: #f70255;
  content: attr(data-hover);
  position: absolute;
  opacity: 0;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  -webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
  -moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
  transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}

.cl-effect-16 a:hover::before,
.cl-effect-16 a:focus::before {
  -webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
  -moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
  transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
  opacity: 1;
}

/*--//header--*/

/*--banner--*/

.center-container {
  background: rgba(0, 0, 0, 0.21);
}

.logo h1 {
  font-size: 4em;
  display: inline-block;
  line-height: 1em;
}

.logo h1 a {
  color: #e3535d;
  text-decoration: none;
}

.logo h1 a:hover {
  color: #e3535d;
}

.banner-text-info {
  margin: 16em 0 19em;
  text-align: center;
}

.banner-text h3.bnr-title {
  color: #fff;
  letter-spacing: 1px;
  font-family: baskinvalley old face;
  margin-left: -59px;
  margin-top: 87px;
  font-size: 42px;
}

.cd-main-header {
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.cd-main-content.nav-is-visible,
.cd-main-header.nav-is-visible {
  -webkit-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -o-transform: translateX(-260px);
  transform: translateX(-260px);
}

.nav-on-left .cd-main-content.nav-is-visible,
.nav-on-left .cd-main-header.nav-is-visible {
  -webkit-transform: translateX(260px);
  /*-- w3layouts --*/
  -moz-transform: translateX(260px);
  -ms-transform: translateX(260px);
  -o-transform: translateX(260px);
  transform: translateX(260px);
}

.cd-header-buttons {
  position: absolute;
  display: inline-block;
  top: -57px;
  right: 0;
}

.cd-header-buttons li {
  display: inline-block;
}

.cd-search-trigger,
.cd-nav-trigger {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  z-index: 3;
}

.cd-search-trigger::before,
.cd-search-trigger::after {
  /* search icon */
  content: "";
  position: absolute;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-search-trigger::before {
  top: 11px;
  left: 11px;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /*-- agileits --*/
  border: 3px solid #000;
}

.cd-search-trigger::after {
  /* handle */
  height: 3px;
  width: 8px;
  background: #000;
  bottom: 14px;
  right: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-search-trigger span {
  /* container for the X icon */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.cd-search-trigger span::before,
.cd-search-trigger span::after {
  /* close icon */
  content: "";
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 22px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  background: #000;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

.cd-search-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-search-trigger span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cd-search-trigger.search-is-visible::before,
.cd-search-trigger.search-is-visible::after {
  /* hide search icon */
  -moz-opacity: 0;
  opacity: 0;
}

.cd-search-trigger.search-is-visible span::before,
.cd-search-trigger.search-is-visible span::after {
  /* show close icon */
  -moz-opacity: 1;
  opacity: 1;
}

.cd-search-trigger.search-is-visible span::before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.cd-search-trigger.search-is-visible span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-search {
  position: absolute;
  width: 100%;
  top: 92%;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-search input {
  border-radius: 0;
  border: none;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  padding: 0 5%;
  -webkit-box-shadow: inset 0 1px 0 #f44236, 0 3px 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 #f44236, 0 3px 6px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 #f44236, 0 3px 6px rgba(0, 0, 0, 0.05);
  font-size: 1.2em;
  padding: 1em 2em;
  color: #fff;
  letter-spacing: 1px;
}

.cd-search input::-webkit-input-placeholder {
  color: #fff !important;
}

.cd-search input::-moz-placeholder {
  color: #fff !important;
}

.cd-search input:-moz-placeholder {
  color: #fff !important;
}

.cd-search input:-ms-input-placeholder {
  color: #fff !important;
}

.cd-search input:focus {
  outline: none;
}

.cd-search.is-visible {
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.banner {
  position: relative;
}

.we-po-head {
  position: absolute;
  top: 11%;
  left: 2%;
}

.about_section,
.sect-main-con,
.gallery,
.team,
.contact-w3l {
  padding: 5em 0;
}

.news {
  padding-bottom: 5em;
}

.about_section {
  position: relative;
  background: #b60965;
  color: #fff;
}

.banner-bottom {
  padding-top: 3em;
}

.wthree_title_agile {
  text-align: center;
}

h2.wthree_title_agile,
h3.wthree_title_agile {
  font-size: 3.5em;
  letter-spacing: 2px;
  margin-bottom: 1em;
  color: #000;
}

h2.wthree_title_agile span,
h3.wthree_title_agile span {
  font-family: "Arizonia", cursive;
  letter-spacing: 10px;
  font-size: 1.3em;
  color: #3d5ae8;
}

h2.wthree_title_agile,
.gallery h3.wthree_title_agile {
  color: #fff;
}

.icons ul {
  padding: 0;
  margin: 0;
}

.icons ul li {
  display: inline-block;
}

.icons ul li.team-twitter {
  margin: 0 1em;
}

.icons ul li a i {
  color: #fff;
  text-align: center;
  height: 32px;
  width: 32px;
  background: #181819;
  line-height: 30px;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.icons ul li a i:hover {
  color: #fff;
  background: #3d5ae8;
}

.team-grid {
  text-align: center;
}

.info {
  position: relative;
  padding-top: 2em;
}

/*-- arrow-animation --*/

.arrow-container,
.arrow-1 {
  width: 100px;
  height: 100px;
}

.arrow-container {
  margin: 0 auto;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  top: 36%;
}

.arrow-1 {
  background: #1bbde8;
  opacity: 0.5;
  border-radius: 50%;
  position: absolute;
}

.arrow-2 {
  width: 60px;
  height: 60px;
  background: #3d5ae8;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  display: table;
}

.arrow-2:focus {
  text-decoration: none;
}

.arrow-2:before {
  width: 52px;
  height: 52px;
  content: "";
  border: 2px solid rgba(61, 90, 232, 0.49);
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
}

.arrow-2 i.fa {
  font-size: 30px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}

/* Custom Animate.css */

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.4, 0.4, 0.4);
    transform: scale3d(0.4, 0.4, 0.4);
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.4, 0.4, 0.4);
    transform: scale3d(0.4, 0.4, 0.4);
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/*-- //arrow-animation --*/

.info h3 {
  padding-bottom: 2em;
}

.info h3,
.info h4 {
  font-size: 4em;
  font-family: "Arizonia", cursive;
}

.team-grid p {
  color: #fff;
  font-size: 0.9em;
  padding: 2em 0;
}

.w3l-poi {
  position: absolute;
  top: 70.7%;
  transform: rotate(13deg);
}

/*-- Services --*/

.serve-grids-top h5 {
  font-size: 1.4em;
  letter-spacing: 1px;
  color: #fff;
  margin: 0 0 0.8em;
  text-transform: capitalize;
}

.serve-grids-top.second {
  margin-top: 3em;
}

.service-box:nth-child(2) {
  margin: 3em 0;
}

.service-box:nth-child(4) {
  margin-top: 3em;
}

/*-- services-effects --*/

.hi-icon-wrap {
  text-align: center;
  margin: 0 auto;
  padding: 2em 0 3em;
}

span.hi-icon {
  color: #fff;
}

span.hi-icon {
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #f87900;
  padding: 5px;
}

.hi-icon {
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #111;
}

.hi-icon:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.hi-icon:before {
  speak: none;
  font-size: 20px;
  line-height: 70px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes spinAround {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
  }
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }

  51% {
    opacity: 1;
  }
}

@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%);
  }

  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }

  50% {
    opacity: 0;
    transform: translate(-100%);
  }

  51% {
    opacity: 1;
  }
}

@-webkit-keyframes toLeftFromRight {
  49% {
    -webkit-transform: translate(-100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translate(100%);
  }

  51% {
    opacity: 1;
  }
}

@-moz-keyframes toLeftFromRight {
  49% {
    -moz-transform: translate(-100%);
  }

  50% {
    opacity: 0;
    -moz-transform: translate(100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes toLeftFromRight {
  49% {
    transform: translate(-100%);
  }

  50% {
    opacity: 0;
    transform: translate(100%);
  }

  51% {
    opacity: 1;
  }
}

@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }

  51% {
    opacity: 1;
  }
}

@-moz-keyframes toBottomFromTop {
  49% {
    -moz-transform: translateY(100%);
  }

  50% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes toBottomFromTop {
  49% {
    transform: translateY(100%);
  }

  50% {
    opacity: 0;
    transform: translateY(-100%);
  }

  51% {
    opacity: 1;
  }
}

/* Effect 6 */

.hi-icon-effect-6 .hi-icon {
  box-shadow: 0 0 0 2px #3d5ae8;
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
}

.hi-icon-effect-6 .hi-icon:hover {
  background: #3d5ae8;
  color: #fff;
}

.hi-icon-effect-6 .hi-icon:hover:before {
  -webkit-animation: spinAround 2s linear infinite;
  -moz-animation: spinAround 2s linear infinite;
  animation: spinAround 2s linear infinite;
}

@media (max-width: 320px) {
  .hi-icon {
    width: 55px;
    height: 55px;
  }

  .hi-icon:before {
    speak: none;
    font-size: 22px;
    line-height: 55px;
  }
}

/*-- //services-effects --*/

/*-- model --*/

/* .modal-header h4 {
    color: #f70255;
    font-size: 2em;
    letter-spacing: 1px;
    text-align: center;
    margin: .5em 0 1em;
}
.modal-header span {
    font-size: 1em;
    color: #777;
    letter-spacing: 1px;
    line-height: 33px;
    padding-bottom: 16px;
	display:inline-block;
	margin-top:1em;
}
.modal-header img{
    float: left;
    width: 100%;
} */

/*-- //model --*/

a.view.rew3 {
  font-size: 1.1em;
  background: none;
  color: #f70255;
  margin: 3em 0 0.2em;
  display: inline-block;
  letter-spacing: 1px;
}

a.view.rew3:hover {
  color: #3d5ae8;
}

a.view.rew3 span {
  padding-right: 1em;
}

/*-- //Services --*/

.service-1 h4,
.service-2 h4,
.service h4 {
  font-size: 2.3em;
  letter-spacing: 1px;
  margin-bottom: 1em;
}

.service-2 a {
  color: #fff;
  font-size: 1.4em;
  display: block;
  letter-spacing: 1px;
  padding: 0.5em;
  border: 1px solid #fff;
  margin: 1.27em 0 0;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}

.service-2 a:hover {
  border: 1px solid #f70255;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}

.service-1 {
  padding-left: 14em;
  background: white;
  padding: 3em 2em 3em 15em;
}

.service-1 h6 {
  font-family: "Arizonia", cursive;
  font-size: 3em;
  letter-spacing: 7px;
  float: left;
  padding: 0.3em 0.5em 0;
  color: white;
  margin-left: 30px;
}

.service-1 p {
  margin-bottom: 3em;
}

.service-2 {
  background: #889bf9;
  padding: 3em 2em;
  color: #fff;
}

.service {
  background: rgba(249, 17, 96, 0.64);
  padding: 5em 4em 6.95em;
  color: #fff;
}

.hi-icon-effect-6 {
  float: left;
  width: 15%;
}

.hi-text {
  float: left;
  width: 75%;
}

.hi-text p {
  color: #efefef;
}

.service-1 img {
  width: 100%;
}

/*-- Gallery --*/

.gallery-grids img {
  width: 100%;
}

.gallery-grids {
  padding: 0;
}

/*-- gallery-hover effect --*/

.w3ls-hover {
  background-color: #fff;
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
}

.w3ls-hover img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.w3ls-hover .view-caption {
  padding: 7em 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.w3ls-hover .view-caption h5 {
  color: #fff;
  font-size: 1.8em;
  font-weight: normal;
  margin-bottom: 15px;
  margin-top: 5px;
}

.w3ls-hover .view-caption span {
  color: #fff;
  font-size: 1em;
  margin-top: 5%;
  display: inline-block;
  border: 2px solid #fff;
  padding: 12px;
}

.w3ls-hover:hover .view-caption {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.w3ls-hover .view-caption span:hover {
  color: #f70255;
  border-color: #f70255;
}

/*-- //Gallery --*/

/*-contact-page-*/

.contact-page-w3-agile {
  padding-bottom: 0em !important;
}

.contact-page-w3-agile iframe {
  outline: none;
  border: none;
  width: 100%;
  height: 350px;
}

.contact-page .form-bg-w3ls {
  width: 100% !important;
}

.contact-page .regstr-r-w3-agileits {
  padding: 0 !important;
}

ul.resp-tabs-list {
  margin: 0 auto;
  width: 89%;
}

.resp-tab-content {
  padding: 2em 2em 0;
}

.resp-tab-content iframe {
  width: 100%;
  border: none;
  outline: none;
  margin-top: 1em;
  height: 200px;
}

.resp-tab-active,
.resp-tabs-list li:hover,
li.resp-tab-item.resp-tab-active {
  border-bottom: none;
  background: none;
  color: #000;
  border-bottom: 2px solid #3d5ae8;
}

.resp-tabs-list li {
  color: #000;
  background: transparent;
  border: none;
}

.resp-tabs-container p i {
  color: #f70255;
  font-size: 1.4em;
  padding-right: 1em;
}

.resp-tabs-container p a {
  color: #000;
  letter-spacing: 0.5px;
}

.resp-tabs-container p a:hover {
  color: #3d5ae8;
}

.contact-agileits-w3layouts {
  margin-top: 2.5em;
}

p.para-agileits-w3layouts:nth-child(2) {
  padding: 1.5em 0;
}

/*-//contact-page-*/

/*--//placeholder-color--*/

/*-//contact-page-*/

.agileits-social ul {
  padding: 0;
  margin: 0;
  margin-top: 8px;
}

.agileits-social ul li {
  display: inline-block;
}

.agileits-social ul li a {
  color: #333;
  text-align: center;
}

.agileits-social ul li a i.fa.fa-facebook {
  height: 40px;
  width: 40px;
  background: #3b5998;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.agileits-social ul li a i.fa.fa-facebook:hover {
  opacity: 0.8;
}

.agileits-social ul li a i.fa.fa-twitter {
  height: 40px;
  width: 40px;
  background: #1da1f2;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.agileits-social ul li a i.fa.fa-twitter:hover {
  opacity: 0.8;
}

.agileits-social ul li a i.fa.fa-rss {
  height: 40px;
  width: 40px;
  background: #f26522;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.agileits-social ul li a i.fa.fa-rss:hover {
  opacity: 0.8;
}

.agileits-social ul li a i.fa.fa-vk {
  height: 40px;
  width: 40px;
  background: #45668e;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.agileits-social ul li a i.fa.fa-vk:hover {
  opacity: 0.8;
}

.agileits-social ul li:nth-child(2) {
  margin: 0 0.5em;
}

.agileits-social ul li:nth-child(3) {
  margin: 0 0.5em 0 0;
}

.agileits-social {
  padding: 2em 0;
}

.w3l-button a {
  color: #000000;
  font-size: 1em;
  text-decoration: none;
  padding: 0.7em 3em;
  font-weight: 600;
  text-align: center;
  border: solid 1px #000000;
}

.w3l-button a:hover {
  background: #f70255;
  border: solid 1px #f70255;
  color: #ffffff;
}

.agile-news-right.w3l-newsw {
  margin: 0 0 2.2em;
}

/*-- //news --*/

/*--team-starts--*/

.gallery {
  background: url(../images/bg.jpg) no-repeat 0px 0px fixed;
  background-size: cover;
}

.agile_team_grids {
  margin-top: 3em;
}

.team-left-w3l-agile {
  float: left;
  width: 24%;
  position: relative;
  padding: 10px;
  margin: 0 0 5px 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 1%;
}

.team-left-w3l-agile:before {
  bottom: -4px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  content: "";
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 98%;
}

.team-left-w3l-agile:after {
  bottom: -8px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  content: "";
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 96%;
}

ul.social-icons li {
  display: inline-block;
  margin-right: 12px;
}

ul.social-icons li a {
  color: #fff;
}

.agile_team_grid1 {
  text-align: center;
  padding: 1em 0;
  border-bottom: 3px solid #f70255;
}

.agile_team_grid1 h3 {
  font-size: 1.6em;
  color: #3d5ae8;
  margin-bottom: 0.5em;
  letter-spacing: 1px;
}

.agile_team_grid_main {
  position: relative;
  overflow: hidden;
}

.agile_team_grid_main .p-mask {
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.72);
  bottom: 0%;
  position: absolute;
  padding: 1em 0 0.6em;
  width: 100%;
  -webkit-transform: translate3d(0px, 100%, 0px);
  -moz-transform: translate3d(0px, 100%, 0px);
  -ms-transform: translate3d(0px, 100%, 0px);
  -o-transform: translate3d(0px, 100%, 0px);
  transform: translate3d(0px, 100%, 0px);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-align: center;
}

.agile_team_grid:hover .p-mask {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/*--team-ends--*/

/*-- /counter-agile --*/

.agileinfo_counter_section {
  background: url(../images/bg2.jpg) no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed;
  padding: 6em 0;
}

.agileinfo_counter_section h3 {
  font-family: "Arizonia", cursive;
  color: #fff;
  font-size: 4em;
  letter-spacing: 2px;
}

.agileinfo_counter_section p {
  padding: 1em 0;
  color: #eaeaea;
  font-size: 0.9em;
  letter-spacing: 2px;
}

/*--responsive--*/

@media (max-width: 1680px) {
  .service-2 a {
    margin: 1.07em 0 0;
  }

  .service {
    padding: 4em 3em 6.3em;
  }
}

@media (max-width: 1600px) {
  .service-box:nth-child(2) {
    margin: 2.5em 0;
  }

  .service-box:nth-child(4) {
    margin-top: 2.35em;
  }

  .service-1 {
    padding: 3em 2em 3em 14em;
  }

  .service {
    padding: 3em;
  }

  .service-2 a {
    margin: 1em 0 0;
  }
}

@media (max-width: 1440px) {
  .banner-text-info {
    margin: 16em 0 18em;
  }

  .service-1 {
    padding: 3em 2em 3em 12.9em;
  }

  .hi-icon-effect-6 {
    width: 19%;
  }
}

@media (max-width: 1366px) {
  .banner-text h3.bnr-title {
  }

  .banner-text-info {
    margin: 16em 0 16.8em;
  }

  .we-po-head {
    top: 4%;
  }

  .service-2 a {
    font-size: 1.3em;
  }

  .service-1 p {
    margin-bottom: 1.8em;
  }

  .service {
    padding: 2em;
  }

  .service-box:nth-child(2) {
    margin: 2.35em 0;
  }

  h2.wthree_title_agile,
  h3.wthree_title_agile {
    font-size: 3.2em;
  }

  .thim-click-to-bottom {
    bottom: 15%;
    right: 3%;
  }
}

@media (max-width: 1280px) {
  .social {
    margin-top: 1.3em;
  }

  .social-icons-agileits ul li a {
    font-size: 1em;
  }

  .logo-agileinfo h1 a {
    font-size: 1.5em;
  }

  .nav > li > a {
    padding: 1.3em 1.3em;
  }

  .banner-text-info {
    margin: 15em 0 15em;
  }

  .we-po-head {
    top: 12%;
  }

  .we-po-head img {
    width: 86%;
  }

  .about_section,
  .sect-main-con,
  .gallery,
  .team,
  .contact-w3l {
    padding: 4em 0;
  }

  .w3l-poi {
    top: 76.4%;
  }

  .w3l-poi img {
    width: 80%;
  }

  .service-1 h4,
  .service-2 h4,
  .service h4 {
    font-size: 2em;
  }

  .service-2 a {
    font-size: 1.2em;
  }

  .service-1 {
    padding: 3em 2em 3em 5em;
  }

  a.view.rew3 {
    margin: 2em 0 0.2em;
  }

  .service-1 p {
    margin-bottom: 1.5em;
  }

  .service-2 a {
    margin: 1.23em 0 0;
  }

  .service-box:nth-child(2) {
    margin: 2.05em 0;
  }

  .agile-copy {
    padding-right: 3em;
  }
}

@media (max-width: 1080px) {
  .banner-text h3.bnr-title {
  }

  .banner-text p {
    font-size: 0.9em;
    margin-top: 2em;
    letter-spacing: 3px;
  }

  .banner-text p:before {
    left: 28%;
  }

  .banner-text p:after {
    right: 28%;
  }

  .banner-text-info {
    margin: 12em 0 14.5em;
  }

  .we-po-head img {
    width: 73%;
  }

  .service-2 {
    padding: 3em 1em;
  }

  .service-2 a {
    font-size: 1.1em;
  }

  .service-1 p {
    font-size: 0.9em;
  }

  .service-1 p {
    margin-bottom: 1.65em;
  }

  .hi-icon:before {
    font-size: 17px;
    line-height: 63px;
  }

  .hi-icon {
    width: 65px;
    height: 65px;
  }

  .hi-text p {
    font-size: 0.9em;
  }

  .hi-icon-effect-6 {
    width: 22%;
  }

  .service-box:nth-child(2) {
    margin: 2em 0;
  }

  .service-box:nth-child(4) {
    margin-top: 1.7em;
  }

  .w3ls-hover .view-caption h5 {
    font-size: 1.5em;
  }

  .w3ls-hover .view-caption {
    padding: 5em 0;
  }
}

@media (max-width: 1050px) {
  .banner-text-info {
    margin: 12em 0 13em;
  }

  .we-po-head {
    top: 8%;
  }

  .w3l-poi img {
    width: 70%;
  }

  .w3l-poi {
    top: 79.8%;
  }

  .service-1 h4,
  .service-2 h4,
  .service h4 {
    font-size: 1.8em;
  }

  .service-1 p {
    margin-bottom: 2.1em;
  }
}

@media (max-width: 1024px) {
  .banner-text-info {
    margin: 12em 0 12em;
  }

  .we-po-head {
    top: 5%;
  }

  .service-1 p {
    margin-bottom: 1em;
  }

  a.view.rew3 {
    margin: 2em 0 0em;
  }

  .agile-copy {
    padding-right: 4em;
  }
}

@media (max-width: 991px) {
  .social .link {
    width: 35px;
    height: 35px;
    margin-right: 6px;
    font-size: 14px;
  }

  .social-icons-agileits {
    padding-top: 0.5em;
  }

  .banner-text-info {
    margin: 11em 0 12em;
  }

  .we-po-head {
    top: 12.5%;
  }

  .we-po-head img {
    width: 65%;
  }

  .banner-text p {
    letter-spacing: 2px;
  }

  .col-md-2.team-grid {
    float: left;
    width: 30%;
  }

  .col-md-5.team-grid {
    width: 35%;
    float: left;
  }

  .img img {
    width: 100%;
  }

  .info h3,
  .info h4 {
    font-size: 3.2em;
  }

  .info {
    padding-top: 1em;
  }

  .arrow-container {
    top: 29%;
  }

  .w3l-poi {
    top: 78.8%;
  }

  .service-1 {
    padding: 3em 5em 3em 19em;
  }

  .service-2 a {
    font-size: 1.2em;
    width: 30%;
    margin: 1.3em auto 0;
  }

  .service-2 h4 {
    text-align: center;
  }

  .service {
    padding: 3em 5em;
  }

  .hi-icon-effect-6 {
    width: 12%;
  }

  .service-box:nth-child(2) {
    margin: 2.5em 0;
  }

  .service-box:nth-child(4) {
    margin-top: 2.5em;
  }

  .service-1 h4,
  .service-2 h4,
  .service h4 {
    font-size: 2.2em;
  }

  .agile-news-left {
    float: left;
    width: 33%;
  }

  .w3-agile-news-info a {
    font-size: 1.2em;
  }

  .w3ls-hover .view-caption h5 {
    font-size: 1.2em;
  }

  .w3ls-hover .view-caption span {
    padding: 9px;
  }

  .w3ls-hover .view-caption {
    padding: 4em 0;
  }

  h2.wthree_title_agile,
  h3.wthree_title_agile {
    font-size: 2.8em;
  }

  .agile_team_grid1 h3 {
    font-size: 1.3em;
    letter-spacing: 0px;
  }

  .agileinfo_counter_section h3 {
    font-size: 3.5em;
  }

  .agileinfo_counter_section {
    padding: 5em 0;
  }

  .agileinfo_counter_section p {
    font-size: 0.8em;
  }

  .form-bg-w3ls {
    width: 92%;
  }

  .agile-copy {
    padding-right: 0em;
  }

  .thim-click-to-bottom {
    bottom: 17%;
    right: 5%;
  }
}

@media (max-width: 900px) {
  .banner-text-info {
    margin: 10em 0 10.5em;
  }

  .we-po-head {
    top: 12%;
  }

  .nav > li > a {
    padding: 1.3em 0.8em;
  }

  .w3l-poi img {
    width: 60%;
  }

  .w3l-poi {
    top: 82.4%;
  }
}

@media (max-width: 800px) {
  .banner-text h3.bnr-title {
    font-size: 20px;
    letter-spacing: 0px;
  }

  .banner-text p {
  }

  .banner-text p:before {
    left: 25%;
  }

  .banner-text p:after {
    right: 25%;
  }

  .banner-text-info {
    margin: 9em 0 10em;
  }

  .we-po-head img {
    width: 50%;
  }

  .we-po-head {
    top: 19%;
  }

  .w3l-poi img {
    width: 45%;
  }

  .w3l-poi {
    top: 87.6%;
  }

  .service-1 {
    padding: 3em 5em 3em 15em;
  }

  .service-2 a {
    width: 40%;
  }

  .hi-icon-effect-6 {
    width: 14%;
  }

  .footer-w3layouts p {
    letter-spacing: 1px;
  }

  .agile-copy {
    padding-right: 5em;
  }
}

@media (max-width: 768px) {
  .nav > li > a {
    font-size: 1em;
  }

  .w3l-poi {
    top: 87.4%;
  }

  .banner-text-info {
    margin: 9em 0 9em;
  }

  .we-po-head {
    top: 15%;
  }
}

@media (max-width: 767px) {
  .navbar-collapse.collapse form {
    padding: 1rem;
  }

  vbar-default .navbar-toggle .icon-bar {
    background-color: #212121;
  }

  .navbar-default .navbar-toggle {
    border-color: #f70255;
    border-radius: 0px;
    margin-right: -98px;
  }

  .navbar-toggle {
    margin: 1em 0 0;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }

  .navbar-brand {
    font-size: 0.9em;
  }

  .navbar-brand span {
    padding: 0.2em 0.42em;
  }

  .wthree_logo,
  .navbar-brand {
    height: 65px;
  }

  .navbar-default {
    padding: 0.2em 0em;
    width: 100%;
  }

  /* .navbar-nav {
		margin: 0;
		background: #f5f5f5;
		text-align: center;
		padding: 1em 0;
    font-size: 30px;
	} */
  .navbar-nav .open .dropdown-menu {
    background-color: #e2e2e2;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: #fff;
  }

  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #777;
  }

  /* .navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
		position: absolute;
		width: 127%;
		background: #a5a5a5;
		z-index: 999;
		margin-top: 4em;
	} */
  .cd-header-buttons {
    right: -36px;
  }

  .nav > li > a {
    padding: 1em 0;
  }

  .contact-agileits-w3layouts {
    margin-top: 0;
  }
}

@media (max-width: 736px) {
  .logo-agileinfo h1 a {
    font-size: 1.3em;
    letter-spacing: 9px;
  }

  .navbar-toggle {
    margin: 0.5em;
  }

  .banner-text-info {
    margin: 8em 0 8.8em;
  }

  .we-po-head {
    top: 12%;
  }

  .about_section,
  .sect-main-con,
  .gallery,
  .team,
  .contact-w3l {
    padding: 3.5em 0;
  }

  .w3l-poi img {
    width: 40%;
  }

  .w3l-poi {
    top: 88.8%;
  }

  .w3ls-hover .view-caption {
    padding: 6em 0;
  }

  .w3ls-hover .view-caption h5 {
    letter-spacing: 1px;
  }

  .agileinfo_counter_section h3 {
    font-size: 3em;
  }

  .footer-w3layouts p {
    font-size: 14px;
  }
}

@media (max-width: 667px) {
  .banner-text h3.bnr-title {
    font-size: 5.8em;
  }

  .cd-header-buttons {
    right: -39px;
    top: -50px;
  }

  .social-icons-agileits ul li {
    font-size: 0.9em;
  }

  .banner-text-info {
    margin: 7em 0 8em;
  }

  .we-po-head {
    top: 22%;
  }

  .we-po-head img {
    width: 40%;
  }

  h2.wthree_title_agile,
  h3.wthree_title_agile {
    font-size: 2.6em;
    letter-spacing: 1px;
  }

  .info h3,
  .info h4 {
    font-size: 2.8em;
  }

  .info {
    padding-top: 0.5em;
  }

  .info h3 {
    padding-bottom: 2.5em;
  }

  .arrow-container {
    top: 26%;
  }

  .banner-bottom {
    padding-top: 3em;
    padding-bottom: 2em;
  }

  .service-1 {
    padding: 3em 5em 3em 9em;
  }

  .hi-icon-effect-6 {
    width: 18%;
  }

  .agile-news-left {
    float: none;
    width: 100%;
  }

  .agile-news-left:nth-child(2) {
    margin: 3em 0;
  }

  .w3ls-hover .view-caption {
    padding: 5em 0;
  }

  .agile-logo {
    float: none;
    text-align: center;
  }

  .thim-click-to-bottom {
    bottom: 31%;
  }
}

@media (max-width: 640px) {
  .banner-text-info {
    margin: 7em 0 7em;
  }
}

@media (max-width: 600px) {
  .banner-text-info {
    margin: 6em 0 6.8em;
  }

  .service-2 a {
    width: 50%;
  }
}

@media (max-width: 568px) {
  .banner-text h3.bnr-title {
    font-size: 2.5em;
  }

  .navbar-toggle {
    margin: 0.8em;
    padding: 7px 7px;
  }

  .logo-agileinfo h1 a {
    font-size: 1.2em;
  }

  .banner-text p {
    margin-top: 1.2em;
  }

  .banner-text-info {
    margin: 6em 0 6.5em;
  }

  .we-po-head {
    top: 18%;
  }

  .we-po-head img {
    width: 35%;
  }

  .team-grid p {
    font-size: 0.8em;
  }

  .about_section,
  .sect-main-con,
  .gallery,
  .team,
  .contact-w3l {
    padding: 3em 0;
  }

  .info {
    padding-top: 0;
  }

  .banner-bottom {
    padding-bottom: 3em;
  }

  .w3l-poi {
    top: 88.5%;
  }

  .service-1 h4,
  .service-2 h4,
  .service h4 {
    font-size: 1.8em;
  }

  .service-1 {
    padding: 3em 2em 3em 5em;
  }

  .service-2 a {
    width: 60%;
  }

  .service {
    padding: 3em 3em;
  }

  .hi-icon-effect-6 {
    width: 20%;
  }

  .w3ls-hover .view-caption {
    padding: 4em 0;
  }

  .team-left-w3l-agile {
    width: 49%;
  }

  .team-left-w3l-agile:nth-child(3),
  .team-left-w3l-agile:nth-child(4) {
    margin: 3em 0 0;
  }

  .form-bg-w3ls {
    width: 100%;
  }

  .footer-w3layouts p {
    font-size: 14px;
    line-height: 2.5;
    letter-spacing: 2px;
  }

  .thim-click-to-bottom {
    bottom: 32%;
    right: 7%;
  }
}

@media (max-width: 480px) {
  .social-icons-agileits ul li a {
    padding: 3px;
  }

  .header-top-agile {
    padding: 1em 1em 0;
  }

  .social .link {
    width: 30px;
    height: 30px;
    margin-right: 0px;
  }

  .header-bottom-agile {
    padding: 0 2em;
  }

  .banner-text-info {
    margin: 4.5em 0 5em;
  }

  .cd-header-buttons {
    right: -28px;
    top: -50px;
  }

  .banner-text p {
    letter-spacing: 1px;
  }

  .we-po-head {
    top: 16%;
  }

  .we-po-head img {
    width: 30%;
  }

  h2.wthree_title_agile,
  h3.wthree_title_agile {
    font-size: 2.4em;
    letter-spacing: 1px;
    margin-bottom: 0.8em;
  }

  .col-md-5.team-grid {
    width: 100%;
    float: none;
  }

  .col-md-2.team-grid {
    float: none;
    width: 100%;
    margin: 3em 0;
  }

  .w3l-poi {
    top: 94.5%;
  }

  .service-1 {
    padding: 3em 2em 3em 2em;
  }

  .service-2 a {
    width: 70%;
  }

  .hi-icon-effect-6 {
    width: 24%;
  }

  .modal-header h4 {
    font-size: 1.8em;
  }

  .modal-header span {
    font-size: 0.9em;
    line-height: 28px;
    padding-bottom: 7px;
  }

  .w3ls-hover .view-caption h5 {
    font-size: 0.9em;
  }

  .w3ls-hover .view-caption span {
    padding: 8px;
    font-size: 0.8em;
  }

  .w3ls-hover .view-caption {
    padding: 3.2em 0;
  }

  .agileinfo_counter_section h3 {
    font-size: 2.5em;
  }

  .agileinfo_counter_section p {
    font-size: 0.7em;
  }

  .agileinfo_counter_section {
    padding: 4em 0;
  }

  .form-bg-w3ls h3 {
    margin-bottom: 0.5em;
  }

  .footer-w3layouts p {
    letter-spacing: 1px;
  }

  .img img {
    width: 70%;
  }
}

@media (max-width: 440px) {
  .social-icons-agileits ul li {
    letter-spacing: 0px;
  }

  .banner-text h3.bnr-title {
    font-size: 6em;
  }

  .banner-text p {
    margin-top: 0.8em;
    font-size: 0.7em;
  }

  .we-po-head {
    top: 10%;
  }

  .w3l-poi {
    top: 93.5%;
  }
}

@media (max-width: 414px) {
  .banner-text-info {
    margin: 4em 0 4.5em;
    padding-left: 2em;
  }

  .about_section,
  .sect-main-con,
  .gallery,
  .team,
  .contact-w3l {
    padding: 2em 0;
  }

  h2.wthree_title_agile,
  h3.wthree_title_agile {
    font-size: 2em;
    letter-spacing: 0px;
    margin-bottom: 0.8em;
  }

  .banner-bottom {
    padding-bottom: 5em;
    padding-top: 2em;
  }

  .w3l-poi img {
    width: 38%;
  }

  .service-1 h4,
  .service-2 h4,
  .service h4 {
    font-size: 1.7em;
  }

  .service-2 a {
    width: 80%;
  }

  .hi-icon-effect-6 {
    width: 25%;
  }

  .w3ls-hover .view-caption {
    padding: 2.5em 0;
  }

  .cd-search input {
    font-size: 1em;
  }

  .resp-tab-content {
    padding: 2em 0.5em 0;
  }

  .test-review img {
    width: 100%;
  }

  .w3l-poi {
    top: 93.3%;
  }
}

@media (max-width: 384px) {
  .banner-text-info {
    margin: 3em 0 4.5em;
    padding-left: 3em;
  }

  .service {
    padding: 2em;
  }

  .gallery-grids {
    width: 50%;
  }

  .w3ls-hover .view-caption {
    padding: 4em 0;
  }

  .footer-w3layouts p {
    font-size: 13px;
  }

  .social-icons-agileits {
    padding: 0;
    text-align: center;
    width: 100%;
  }

  .social {
    margin-top: 3.2em;
    float: none;
  }

  .w3l-poi {
    top: 93.25%;
  }
}

@media (max-width: 375px) {
}

@media (max-width: 320px) {
  .logo-agileinfo h1 a {
    font-size: 1em;
  }

  .navbar-toggle .icon-bar {
    width: 19px;
  }

  .header-bottom-agile {
    padding: 0 2em 0 1em;
  }

  .banner-text h3.bnr-title {
    font-size: 1.8em;
  }

  .banner-text p {
    letter-spacing: 0px;
  }

  .banner-text-info {
    margin: 3em 0 3.5em;
  }

  .we-po-head {
    top: 6%;
  }

  .about_section,
  .sect-main-con,
  .gallery,
  .team,
  .contact-w3l {
    padding: 1.5em 0;
  }

  h2.wthree_title_agile,
  h3.wthree_title_agile {
    font-size: 1.8em;
  }

  .team-grid p {
    padding: 1.2em 0;
  }

  .col-md-2.team-grid {
    margin: 2em 0;
  }

  .arrow-container {
    top: 23%;
  }

  .img img {
    width: 90%;
  }

  .w3l-poi img {
    width: 32%;
  }

  .w3l-poi {
    top: 94.25%;
  }

  .service-1 h4,
  .service-2 h4,
  .service h4 {
    font-size: 1.5em;
  }

  .service-1 p {
    font-size: 0.8em;
  }

  .service-1 h6 {
    font-size: 2.5em;
    padding: 0.2em 0.4em 0;
  }

  .service-1 {
    padding: 2em;
  }

  .modal-header h4 {
    font-size: 1.5em;
  }

  .modal-header span {
    font-size: 0.8em;
    line-height: 23px;
  }

  .hi-icon {
    width: 55px;
    height: 55px;
  }

  .hi-icon:before {
    font-size: 15px;
    line-height: 54px;
  }

  .serve-grids-top h5 {
    font-size: 1.3em;
  }

  .hi-text p {
    font-size: 0.8em;
  }

  .service {
    padding: 2em 1em;
  }

  .w3-agile-news-info p {
    font-size: 0.8em;
  }

  .w3-agile-news-info a {
    font-size: 1.1em;
  }

  .w3ls-hover .view-caption {
    padding: 3em 0;
  }

  .team-left-w3l-agile {
    width: 100%;
  }

  .team-left-w3l-agile:nth-child(2) {
    margin-top: 3em;
  }

  .agileinfo_counter_section h3 {
    font-size: 2em;
  }

  .agileinfo_counter_section p {
    letter-spacing: 1px;
  }

  .agileinfo_counter_section {
    padding: 3em 0;
  }

  .form-bg-w3ls h3 {
    font-size: 1.5em;
    letter-spacing: 1px;
  }

  .form-bg-w3ls {
    padding: 2em 1.5em;
  }

  .form-bg-w3ls input[type="text"],
  .form-bg-w3ls input[type="email"],
  .form-control,
  .form-bg-w3ls textarea {
    padding: 6px 10px !important;
    font-size: 0.9em;
  }

  .form-bg-w3ls input[type="submit"] {
    font-size: 12px;
    margin-top: 2em;
    padding: 8px 29px;
  }

  .agile-copy {
    padding-right: 0em;
  }

  .thim-click-to-bottom {
    bottom: 57%;
    right: 9%;
  }
}

/*--//my css--*/

/* *=== Basic box styling  ===*/

*/ .box {
  background: #23a3d3;
  width: 90px;
  height: 70px;
  padding: 20px;
  text-align: center;
  color: white;
  border-radius: 7px;
  float: left;
  margin: 4px;
  font-size: 12px;
  font-family: "Arial";
  text-transform: uppercase;
}

/*=== Trigger  ===*/

.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*=== Optional Delays, change values here  ===*/

.three {
  -webkit-animation-delay: 2.3s;
  -moz-animation-delay: 2.3s;
  animation-delay: 2.3s;
}

/*=== Animations start here  ===*/

/*=== FADE IN  ===*/

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/*=== FADE IN LEFT ===*/

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.btn-block {
  display: block;
  width: 184px;
  height: 51px;
}

.btn-primary {
  color: #e7003e;
  background-color: white;
  border-color: #e7003e;
  /* font-weight: bold; */
  font-size: 20px;
  font-family: "Lato", sans-serif;
}

.responsive {
  width: 100%;
  max-width: 600px;
  height: auto;
  max-height: 400px;
}

#hotels {
  padding: 10px 0;
}

#hotels .hotel {
  border: 1px solid #e0e5fa;
  background: #fff;
  margin-bottom: 30px;
}

#hotels .hotel:hover .hotel-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#hotels .hotel-img {
  overflow: hidden;
  margin-bottom: 15px;
}

#hotels .hotel-img img {
  transition: 0.3s ease-in-out;
}

#hotels h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
  padding: 0 20px;
}

#hotels a {
  color: #152b79;
}

#hotels a:hover {
  color: #f82249;
}

ul.clients {
  list-style: none;
}

ul.clients li {
  display: inline;
}

.nav > li > .nav > li > a {
  text-decoration: none;
  color: #e7003e;
}

#map-container {
  height: 340px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
}

#myFooter .footer-copyright {
  background-color: #10222e;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
}

#myFooter .footer-copyright p {
  margin: 10px;
  color: #ccc;
}

#myFooter .container {
  width: auto;
}

#myFooter ul {
  list-style-type: none;
  padding-left: 0;
  line-height: 1.7;
}

#myFooter h5 {
  font-size: 18px;
  color: white;
  font-weight: bold;
  margin-top: 30px;
}

#myFooter a {
  color: #d2d1d1;
  text-decoration: none;
}

#myFooter a:hover,
#myFooter a:focus {
  text-decoration: none;
  color: #e7003e;
}

#myFooter .social-networks {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 38px;
}

#myFooter .fa {
  font-size: 30px;
  background-color: white;
  color: #182c39;
  border-radius: 51%;
  padding: 10px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 31px;
  text-decoration: none;
  transition: color 0.2s;
}

@media screen and (max-width: 767px) {
  #myFooter {
    text-align: center;
  }

  #myFooter .row {
    margin: 0;
  }
}

.process-section {
  padding: 8% 0;
}

.bg-light-process {
  /* background-color: white; */
}

.process-text {
  height: 160px;
}

.dot-indicator {
  padding: 0 !important;
  margin: 0 !important;
  margin-right: -35px !important;
}

.dot-border {
  padding: 0 !important;
  height: 40px;
  width: 40px;
  position: absolute;
  border-radius: 50%;
  border: 15px solid #e7007e;
  cursor: pointer;
  border: 10px solid #ffc0d1;
}

.process-cols:hover {
  cursor: pointer !important;
}

.process-cols:hover .dot-border {
  border: 10px solid #e7007e !important;
}

.process-cols:hover .title {
  color: #e7007e !important;
}

.dot-filled {
  margin: 0 !important;
  margin-top: 0px !important;
  margin-left: 0px !important;
  content: "";
  position: absolute;
  border: 10px solid #e7007e;
  border-radius: 50%;
}

.hr-line {
  height: 80px;
  padding: 2px;
}

.dot-line {
  color: black;
  border: 3.5px solid rgba(39, 18, 212, 0.38);
  width: 85%;
  margin-right: 85px;
}

@media only screen and (max-width: 600px) {
  .dot-indicator {
    display: none;
  }
}

.quote-mark {
  height: 70px;
  width: 70px;
  text-align: center;
  display: flex;
  vertical-align: middle;
  background-color: #e7007e;
}

a.button1 {
  display: inline-block;
  padding: 0.35em 1.2em;
  border: 0.1em solid #ffffff;
  margin: 0 0.3em 0.3em 0;
  border-radius: 0.12em;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: blue;
  text-align: center;
  transition: all 0.2s;
}

a.button1:hover {
  color: #000000;
  background-color: blue;
}

@media all and (max-width: 30em) {
  a.button1 {
    display: block;
    margin: 0.4em auto;
  }
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 460px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 10px;
}

/* Links inside the dropdown */

.dropdown-content a {
  float: none;
  color: black;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */

.dropdown-content a:hover {
  background-color: white;
}

/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {
  display: block;
}

/* About */

#img2 {
  display: block;
  margin: 0 auto 0 auto;
  /* Centred */
  width: 100%;
}

/* Layout For Larger Screens */

@media screen and (min-width: 40em) {
  #img2 {
    padding: 0 2em 0 2em;
    width: 127.6%;
    margin-left: -60px;
  }
}

#nav ul {
  list-style: none;
  text-align: left;
  margin-left: 115px;
}

#nav li {
  font-family: "lato";
  font-size: 1.2em;
  line-height: 40px;
  height: 40px;
  border-bottom: 1px solid #888;
}

#nav a {
  text-decoration: none;
  color: white;
  display: block;
}

#nav a:hover {
  background-color: transparent;
}

#nav a.active {
  background-color: #fff;
  color: #444;
  cursor: default;
}

@media screen and (min-width: 600px) {
  #nav li {
    width: 100px;
    border-bottom: none;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
  }

  /* Option 1 - Display Inline */
  #nav li {
    display: inline-block;
    margin-right: 20px;
  }

  #masterhead {
    padding-top: 20px;
    padding-bottom: 124px;
    margin-bottom: -52px;
  }

  .dot1 {
    height: 65px;
    width: 65px;
    background-color: rgba(17, 76, 151, 0.53);
    border-radius: 50%;
    display: inline-block;
  }

  /* adapted from  https://codepen.io/glebkema/pen/Xjryjd*/
  .owl-item.active > div:after {
    content: "active";
  }

  .owl-item.center > div:after {
    content: "center";
  }

  .owl-item.active.center > div:after {
    content: "active center";
  }

  .owl-item > div:after {
    font-family: sans-serif;
    font-size: 24px;
    font-weight: bold;
  }

  /* Position the "next button" to the right */
  .next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: white;
    color: #e7003e;
  }

  /* The dot/bullet/indicator container */
  .dot-container {
    text-align: center;
    padding: 20px;
    background: white;
  }

  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: black;
    border-radius: 50%;
    display: inline-block;
    transition: background-color red;
  }

  /* Add a background color to the active dot/circle */
  .active,
  .dot:hover {
    background-color: white;
  }

  /* Add an italic font style to all quotes */
  q {
    font-style: lato;
  }

  /* Add a blue color to the author */
  .author {
    color: cornflowerblue;
  }

  /*blog*/
  .card {
    padding-left: auto;
    padding-right: auto;
    /* min-height:300px; */
    /* margin-top:200px; */
    -webkit-transition: 0.25s box-shadow;
    transition: 0.25s box-shadow;
  }

  .card:focus,
  .card:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18),
      0 4px 15px 0 rgba(0, 0, 0, 0.15);
    border-radius: 10px transparent;
  }

  .card-inverse .card-img-overlay {
    background-color: transparent;
    border-color: transparent;
    border-radius: 5px transparent;
  }

  .card-img-top {
    margin-top: 10px;
    padding-bottom: 50px;
  }

  .col-xs-12 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  /*industres*/
  .owl-item.active > div:after {
    content: "active";
  }

  .owl-item.center > div:after {
    content: "center";
  }

  .owl-item.active.center > div:after {
    content: "active center";
  }

  .owl-item > div:after {
    font-family: sans-serif;
    font-size: 24px;
    font-weight: bold;
  }

  /*hrlineeffect*/
  /*first slider*/
  img {
    width: 100%;
  }

  .carousel-caption {
    font-size: 2em;
    right: 10%;
    left: 60%;
    top: 30%;
    bottom: 30%;
    text-align: left;
    text-shadow: none;
  }

  .carousel-indicators {
    font-size: 2em;
    bottom: -1%;
    text-align: left;
    text-shadow: none;
  }
}

/* End carousel */

/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
  #quote-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
    margin-top: 30px;
  }
}

/* Small devices (tablets, up to 768px) */

@media (max-width: 768px) {
  /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
  #quote-carousel .carousel-indicators {
    bottom: -20px !important;
  }

  #quote-carousel .carousel-indicators li {
    display: inline-block;
    margin: 0px 5px;
    width: 15px;
    height: 15px;
  }

  #quote-carousel .carousel-indicators li.active {
    margin: 0px 5px;
    width: 20px;
    height: 20px;
  }
}

/* // demo setup only, not needed for carousel */

.container {
  margin-bottom: 50px;
}

.logo {
  margin: 20px auto;
  height: 100px;

  @media only screen and (min-width: 768px) {
    margin: 28px;
    float: left;
  }
}

.title {
  padding: 28px;
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center;
}

/*view*/

#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 60px;
}

#quote-carousel .carousel-control {
  background: none;
  color: #cacaca;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}

#quote-carousel .carousel-indicators {
  position: relative;
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-top: 20px;
  margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  opacity: 0.4;
  overflow: hidden;
  transition: all 0.4s ease-in;
  vertical-align: middle;
}

#quote-carousel .carousel-indicators .active {
  width: 128px;
  height: 128px;
  opacity: 1;
  transition: all 0.2s;
}

/* Slideshow container */

.slideshow-container {
  position: relative;
}

/* Slides */

.mySlides {
  display: none;
  padding: 80px;
  text-align: center;
  position: relative;
}

/* Next & previous buttons */

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */

.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */

/* The dot/bullet/indicator container */

.dot-container {
  text-align: center;
  padding: 20px;
}

/* The dots/bullets/indicators */

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  border-radius: 50%;
  display: inline-block;
}

/* Add a background color to the active dot/circle */

/* Add an italic font style to all quotes */

/* Add a blue color to the author */

.col-centered {
  float: none;
  margin: 0 auto;
}

.carousel-control {
  width: 8%;
  width: 0px;
}

.carousel-control.left,
.carousel-control.right {
  margin-right: 40px;
  margin-left: 32px;
  background-image: none;
  opacity: 1;
}

.carousel-control > a > span {
  color: white;
  font-size: 29px !important;
}

.carousel-col {
  position: relative;
  min-height: 1px;
  padding: 5px;
  float: left;
}

.active > div {
  display: none;
}

.active > div:first-child {
  display: block;
}

.carousel.carousel-saa {
  margin-bottom: 5rem;
}

.carousel-item.active .row {
  display: flex;
}

.carousel.carousel-saa .carousel-control-prev {
  transform: translateX(-100%);
}

.carousel.carousel-saa .carousel-control-next {
  transform: translateX(100%);
}

.carousel.carousel-saa .carousel-indicators {
  transform: translateY(250%);
}

.carousel.carousel-saa .slide-title {
  font-size: 28px;
  line-height: 36.4px;
}

.carousel.carousel-saa .slide-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: #c74634;
  margin: 1px 0 20px 0;
}

.carousel.carousel-saa .carousel-caption {
  width: 100%;
  top: unset;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}

/*xs*/

@media (max-width: 767px) {
  .carousel-inner .active.left {
    left: -50%;
  }

  .carousel-inner .active.right {
    left: 50%;
  }

  .carousel-inner .next {
    left: 50%;
  }

  .carousel-inner .prev {
    left: -50%;
  }

  .carousel-col {
    width: 50%;
  }

  .active > div:first-child + div {
    display: block;
  }
}

/*sm*/

@media (min-width: 768px) and (max-width: 991px) {
  .carousel-inner .active.left {
    left: -50%;
  }

  .carousel-inner .active.right {
    left: 50%;
  }

  .carousel-inner .next {
    left: 50%;
  }

  .carousel-inner .prev {
    left: -50%;
  }

  .carousel-col {
    width: 50%;
  }

  .active > div:first-child + div {
    display: block;
  }
}

/*md*/

@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-inner .active.left {
    left: -33%;
  }

  .carousel-inner .active.right {
    left: 33%;
  }

  .carousel-inner .next {
    left: 33%;
  }

  .carousel-inner .prev {
    left: -33%;
  }

  .carousel-col {
    width: 33%;
  }

  .active > div:first-child + div {
    display: block;
  }

  .active > div:first-child + div + div {
    display: block;
  }
}

/*lg*/

@media (min-width: 1200px) {
  .carousel-inner .active.left {
    left: -25%;
  }

  .carousel-inner .active.right {
    left: 25%;
  }

  .carousel-inner .next {
    left: 25%;
  }

  .carousel-inner .prev {
    left: -25%;
  }

  .carousel-col {
    width: 25%;
  }

  .active > div:first-child + div {
    display: block;
  }

  .active > div:first-child + div + div {
    display: block;
  }

  .active > div:first-child + div + div + div {
    display: block;
  }
}

.block {
  width: 306px;
  height: 230px;
}

.red {
  background: red;
}

.blue {
  background: blue;
}

.green {
  background: green;
}

.yellow {
  background: yellow;
}

#myFooter {
  background-color: #000;
  padding-top: 20px;
}

#map-container {
  height: 340px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
}

#myFooter .row {
  margin: 0 16px;
}

#myFooter .footer-copyright {
  background-color: #10222e;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
}

#myFooter .footer-copyright p {
  margin: 10px;
  color: #ccc;
}

#myFooter .container {
  width: auto;
}

#myFooter ul {
  list-style-type: none;
  padding-left: 0;
  line-height: 1.7;
}

#myFooter ul li {
  margin-bottom: 10px;
}

#myFooter h5 {
  font-size: 18px;
  color: white;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
  text-transform: none;
  color: #c74630;
}

#myFooter a {
  color: #d2d1d1;
  text-decoration: none;
}

#myFooter a:hover,
#myFooter a:focus {
  text-decoration: none;
  color: white;
}

#myFooter .social-networks {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 38px;
  display: flex;
  justify-content: center;
}

#social {
  font-size: 14px;
  width: 30px;
  height: 30px;
  padding: 0px;
}

#myFooter .fa {
  font-size: 15px;
  background-color: white;
  color: #182c39;
  border-radius: 51%;
  padding: 0px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 31px;
  text-decoration: none;
  transition: color 0.2s;
}

#myFooter .fa:hover {
  cursor: pointer;
  transition: all 0.2s;
  transform: scale(1.2);
}

#myFooter .fa-facebook:hover,
#myFooter .fa-facebook:focus {
  background-color: #2b55ff;
  color: #fff;
}

#myFooter .fa-google-plus:hover,
#myFooter .fa-google-plus:focus {
  background-color: red;
  color: #fff;
}

#myFooter .fa-twitter:hover,
#myFooter .fa-twitter:focus {
  background-color: #00acee;
  color: #fff;
}

#myFooter .fa-instagram:hover,
#myFooter .fa-instagram:focus {
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
  color: #fff;
}

#myFooter .fa-linkedin:hover,
#myFooter .fa-linkedin:focus {
  background-color: #0072b1;
  color: #fff;
}

#myFooter .fa-youtube:hover,
#myFooter .fa-youtube:focus {
  background-color: #b2071d;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #myFooter {
    text-align: center;
  }

  #myFooter .row {
    margin: 0;
  }
}

.header-top-agile {
  background: #000;
  padding: 1em 3em 0;
}

.logo-agileinfo {
  float: left;
  margin-left: 70px;
}

@media (max-width: 650px) {
  .logo-agileinfo {
    margin-left: 20px;
  }
}

.logo-agileinfo h1 a {
  font-family: "baskinvalley old face";
  font-size: 1.7em;
  text-transform: uppercase;
  letter-spacing: 15px;
}

.header-bottom-agile {
  padding: 0 3em;
  position: relative;
}

.social-icons-agileits {
  float: left;
  padding-top: 0.8em;
}

.social-icons-agileits ul li {
  color: #fff;
  font-size: 1em;
  letter-spacing: 1px;
}

.social-icons-agileits ul li span {
  color: #fff;
  font-size: 1em;
}

.social-icons-agileits ul li {
  display: inline-block;
}

.social-icons-agileits ul li a {
  color: #fff;
  font-size: 1.1em;
  padding: 10px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.navigation {
  padding: 0;
}

.navbar-default {
  border: none;
  margin: 0;
  padding-right: 5em;
  /* background: #3a3632; */
  /* background: #fff; */
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent);
  border-radius: 0;
}

.navbar-collapse {
  padding: 0;
}

.nav > li > a {
  padding: 1.4em 1.3em;
  font-size: 1.1em;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.codes-menu ul li {
  display: block;
}

.codes-menu ul li a {
  display: block;
  color: #212121;
  padding: 5px 20px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
}

.dropdown-menu {
  min-width: 130px;
}

/* industry */

.slideshowContainer {
  position: relative;
  overflow: hidden;
  margin: 50px 0 75px;
  width: 100%;
  height: 500px;
}

.imageSlides {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: -1;
}

/* add 'visible' class via Javascript */

.visible {
  opacity: 1;
}

.slideshowArrow {
  font-size: 7em;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}

.slideshowArrow:hover {
  opacity: 0.75;
}

#leftArrow {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#rightArrow {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translate(50%, -50%);
}

.slideshowCircles {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.circle {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: solid 2px rgba(255, 255, 255, 0.5);
  transition: 1s ease-in-out;
}

.dot {
  background-color: rgba(255, 255, 255, 0.7);
  border: solid 2px rgba(255, 255, 255, 0.5);
}

a {
  text-decoration: none;
}

#client_saying_text {
  display: none;
}

@media screen and (max-width: 990px) {
  #client_saying {
    display: none;
  }

  #client_saying_text {
    display: block;
    color: red;
  }
}

/* adapted from  https://codepen.io/glebkema/pen/Xjryjd*/

#owl-item.active > div:after {
  content: "active";
}

#owl-item.center > div:after {
  content: "center";
}

#owl-item.active.center > div:after {
  content: "active center";
}

#owl-item > div:after {
  font-family: sans-serif;
  font-size: 24px;
  font-weight: bold;
}

#active.center {
  transform: scale(1);
  -webkit-filter: grayscale(0);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
}

#active {
  transform: scale(0.8);
  transition: 0.6s ease;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

/*button*/

.btn-change3 {
  height: 50px;
  width: 100px;
  background: lightseagreen;
  margin: 20px;
  float: left;
  border: 0px;
  color: #e7003e;
  box-shadow: 0 0 1px #ccc;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -webkit-box-shadow: 0px 0px 0 0 #31708f inset, 0px 0px 0 #31708f inset;
}

.btn-change3:hover {
  -webkit-box-shadow: 0px 50px 0 0px #31708f inset,
    0px -50px 0 0px #31708f inset;
}

.btn-change {
  height: 66px;
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 20px !important;
  /* background-color: white;
    float: left;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition: all 0.5s ease-in-out;
    border: 1px solid #e7003e;
    color: #e7003e;
    font-family: "Lato", sans-serif; */
}

/*blog*/

#mycard {
  color: #e7003e;
  font-size: 50px;
}

#fordotline:hover {
  color: #114c97;
}

/*industreies*/

img {
  vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */

.container {
  position: relative;
}

/* Hide the images by default */

.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: black;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */

.nexts {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */

.prevs:hover,
.nexts:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */

.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */

.column {
  float: left;
  width: 14.26%;
}

/* Add a transparency effect for thumnbail images */

/*viwe*/

/* carousel */

#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 30px 0px 0px;
}

/* Control buttons  */

#quote-carousel .carousel-control {
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}

/* Previous button  */

#quote-carousel .carousel-control.left {
  left: -12px;
}

/* Next button  */

#quote-carousel .carousel-control.right {
  right: -12px !important;
}

/* Changes the position of the indicators */

#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}

/* Changes the color of the indicators */

#quote-carousel .carousel-indicators li {
  background: #c0c0c0;
}

#quote-carousel .carousel-indicators .active {
  background: #333333;
}

#quote-carousel img {
  width: 280px;
  height: 280px;
}

/* End carousel */

.item blockquote {
  border-left: none;
  margin: 0;
}

.item blockquote img {
  margin-bottom: 10px;
}

.item blockquote p:before {
  content: "\f10d";
  font-family: "Fontawesome";
  float: left;
  margin-right: 10px;
}

/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
  #quote-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
    margin-top: 30px;
  }
}

/* Small devices (tablets, up to 768px) */

@media (max-width: 895px) {
  /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
  #quote-carousel .carousel-indicators {
    bottom: -20px !important;
  }

  #quote-carousel .carousel-indicators li {
    display: inline-block;
    margin: 0px 5px;
    width: 15px;
    height: 15px;
  }

  #quote-carousel .carousel-indicators li.active {
    margin: 0px 5px;
    width: 20px;
    height: 20px;
  }
}

.img-wrapper {
  position: relative;
  width: 100%;
}

.img-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.img-overlay:before {
  content: " ";
  display: block;
  /* adjust 'height' to position overlay content vertically */
  height: 33%;
}

.myhover:hover {
  color: red;
}

/*backtotop*/

#scroll {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #3a3632;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}

#scroll:hover {
  background-color: #114c97;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

@media (max-width: 600px) {
  #lets {
    font-size: 10px;
  }
}

/*index css*/

.montfont {
  font-family: "Montserrat";
}

.slider,
.slider > div {
  /* Images default to Center Center. Maybe try 'center top'? */
  background-position: center center;
  display: block;
  width: 100%;
  height: 480px;
  /* height: 100vh; */
  /* If you want fullscreen */
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
  overflow: hidden;
  -moz-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
}

.slider > div {
  position: absolute;
}

.slider > i {
  color: #e7003e;
  position: absolute;
  font-size: 60px;
  margin: 20px;
  top: 40%;
  text-shadow: 0 10px 2px #223422;
  transition: 0.3s;
  width: 30px;
  padding: 10px 13px;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  line-height: 0;
  box-sizing: content-box;
  border-radius: 3px;
  z-index: 4;
}

.slider > i svg {
  margin-top: 3px;
}

.slider > .left {
  left: -100px;
}

.slider > .right {
  right: -100px;
}

.slider:hover > .left {
  left: 0;
}

.slider:hover > .right {
  right: 0;
}

.slider > i:hover {
  background: black;
  background: #eb1c2b;
  transform: translateX(-2px);
}

.slider > i.right:hover {
  transform: translateX(2px);
}

.slider > i.right:active,
.slider > i.left:active {
  transform: translateY(1px);
}

.slider:hover > div {
  transform: scale(1.01);
}

.hoverZoomOff:hover > div {
  transform: scale(1);
}

.slider > ul {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 4;
  padding: 0;
  margin: 0;
  transform: translateX(-50%);
}

.slider > ul > li {
  padding: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  list-style: none;
  float: left;
  margin: 10px 10px 0;
  cursor: pointer;
  border: 1px solid #fff;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider > ul > .showli {
  background-color: #eb1c2b;
  -moz-animation: boing 0.5s forwards;
  -o-animation: boing 0.5s forwards;
  -webkit-animation: boing 0.5s forwards;
  animation: boing 0.5s forwards;
}

.slider > ul > li:hover {
  background-color: #7ec03d;
}

.slider > .show {
  z-index: 1;
}

.hideDots > ul {
  display: none;
}

.showArrows > .left {
  left: 0;
}

.showArrows > .right {
  right: 0;
}

.titleBar {
  z-index: 2;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  bottom: 0;
  transform: translateY(100%);
  padding: 20px 30px;
  transition: 0.3s;
  color: #fff;
}

.titleBar * {
  transform: translate(-20px, 30px);
  transition: all 700ms cubic-bezier(0.37, 0.31, 0.2, 0.85) 200ms;
  opacity: 0;
}

.titleBarTop .titleBar * {
  transform: translate(-20px, -30px);
}

.slider:hover .titleBar,
.slider:hover .titleBar * {
  transform: translate(0);
  opacity: 1;
}

.titleBarTop .titleBar {
  top: 0;
  bottom: initial;
  transform: translateY(-100%);
}

.slider > div span {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  color: #fff;
  text-align: center;
  padding: 0;
  width: 100%;
}

@keyframes boing {
  0% {
    transform: scale(1.2);
  }

  40% {
    transform: scale(0.6);
  }

  60% {
    transform: scale(1.2);
  }

  80% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}

#mybutton {
  float: right;
}

@media (max-width: 600px) {
  .slider > ul.li {
    padding: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    list-style: none;
    float: left;
    margin: 10px 10px 0;
    cursor: pointer;
    border: 1px solid #fff;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

@media (max-width: 600px) {
  .slider > ul {
    display: none;
  }
}

@media (max-width: 650px) {
  #allmyfont {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  #mybutton {
    height: 20px;
    width: 50px;
    font-size: 6px;
  }
}

@media (max-width: 600px) {
}

.box {
  /*Some basic styling*/
  border: 1px solid #333;
  width: 60px;
  height: 60px;
  padding: 30px;
  text-align: center;
  margin: 10px auto;
  background: #29a7d3;
  color: white;
  border-radius: 50%;
  font-family: helvetica;
}

.fontlatolight {
  height: 52px;
  width: 600px;
  color: #fff;
  font-family: "Lato Light";
  font-size: 22px;
  line-height: 26px;
  text-align: center;
}

@media (max-width: 600px) {
  #lets {
    font-size: 10px;
  }
}

#client {
  color: #4a4a4a;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  letter-spacing: 1.78px;
  line-height: 25px;
}

/* .card-text:hover {
  color: #114c97 !important;
  font-weight: 600 !important;
} */

.hrstyle {
  border: 1px solid rgba(39, 18, 212, 0.38);
}

.hrstyle:hover {
  color: #114c97 !important;
}

ul#menu li {
  display: inline;
  color: white;
  padding: 15px;
}

@media (max-width: 600px) {
  .footertext {
    margin-left: 80px !important;
  }
}

/*healthcare css*/

.montfont {
  font-family: "Montserrat";
}

.box {
  background-color: white;
  margin-top: -31rem;
  position: relative;
}

h4 {
  /* color: #114C97;
    padding-top: 2rem; */
}

#turn-around {
  -ms-writing-mode: tb-rl;
  /* old syntax, IE */
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -ms-transform: rotate(180deg);
  max-height: 100vh;
  padding: 0.5em;
  text-align: right;
}

@supports (writing-mode: vertical-rl) or (-webkit-writing-mode: vertical-rl) {
  #turn-around {
    -webkit-transform: rotate(180deg);
    transform: rotate(360deg);
    /* margin-left: 224px; */
  }
}

#turn-around h2,
#turn-around li {
  display: inline;
  padding: 0.5em 0;
}

#turn-around h2 {
  font-weight: normal;
  font-family: "lato";
  font-size: 2em;
}

#turn-around ol {
  display: inline;
  padding: 0;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 70%;
  margin: auto;
}

.navbutton {
  background: #eb1c2b;
  color: white;
  /* text-decoration: none; */
  padding: 10px;
  /* margin-top: 30px; */
}

.navbutton:hover {
  color: #eb1c2b;
  background-color: white;
}

.baskerfont {
  font-family: "baskerville";
}

.sliderfont {
  color: #a94442;
  font-size: 36px;
}

.latofont {
  font-family: "lato";
}

.navbut {
  margin-top: 37px;
}

@media (max-width: 600px) {
  #turn-around {
    /* -webkit-transform: rotate(270deg); */
    display: none;
  }
}

@media (max-width: 900px) {
  .product {
    display: block;
    font-family: "lato";
    font-size: 36px;
    margin-left: 15px;
  }

  .navbut {
    margin-top: 0px;
    margin-left: 140px;
  }

  .sliderfont {
    font-size: 25px;
  }
}

@media (min-width: 900px) {
  .product {
    display: none;
  }
}

.ftco-section {
  padding: 7em 0;
  position: relative;
}

@media (max-width: 767.98px) {
  .ftco-section {
    padding: 6em 0;
  }
}

.subheading {
  color: white;
  padding: 20px;
}

.csimg {
  width: 75%;
}

/* .card-text:hover {
  color: #114c97 !important;
  font-weight: 600 !important;
} */

.hrstyle {
  border: 1px solid rgba(39, 18, 212, 0.38);
}

.hrstyle:hover {
  color: #114c97 !important;
}

ul#menu li {
  display: inline;
  color: white;
  padding: 15px;
}

@media (max-width: 600px) {
  .footertext {
    margin-left: 80px !important;
  }
}

#mybtmfooter {
  color: white;
  padding: 20px;
  font-size: 14px;
}

@media (max-width: 600px) {
  #mybtmfooter {
    color: white;
    padding: 20px;
    font-size: 14px;
    margin-left: -16px;
  }
}

@media (max-width: 600px) {
  .indexfont {
  }
}

.myindexicon {
  color: black;
  font-size: 24px;
  font-family: Baskerville;
  margin-left: 25px;
  display: inline-block;
}

.allindustry {
  font-family: Lato;
  font-weight: normal;
  font-size: 16px;
  color: #4a4a4a;
  letter-spacing: 1.78px;
  margin-top: 20px;
  line-height: 25px;
}

.allindustryp {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 30px;
  color: #000;
  line-height: 48px;
}

@media (max-width: 600px) {
  #mypimages {
    margin-top: 10px;
  }
}

#indexf {
  margin-top: 550px;
}

@media (max-width: 600px) {
  #indexf {
    margin-top: 10px;
  }
}

@media (max-width: 600px) {
  .myindexicon {
    color: black;
    font-size: 14px;
    font-family: Baskerville;
    margin-left: 25px;
    display: inline-block;
  }

  .slider > div span {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: center;
    padding: 0;
    width: 100%;
    height: 48px;
  }

  #allmyfont {
    font-size: 12px !important;
    margin-top: 15px;
  }

  .slider,
  .slider > div {
    /* Images default to Center Center. Maybe try 'center top'? */
    background-position: center center;
    display: block;
    width: 100%;
    height: 190px;
    /* height: 100vh; */
    /* If you want fullscreen */
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
    overflow: hidden;
    -moz-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    -webkit-transition: transform 0.4s;
    transition: transform 0.4s;
  }

  .sldr-img {
    height: 190px !important;
  }

  .btnCntct {
    margin-left: 66px !important;
    width: 200px;
    height: 50px;
    margin-top: 96px;
    background-color: #eb1c2b;
    color: white;
    font-size: 24px;
  }

  .mainVideotext {
    font-size: 40px !important;
    /* color: white; */
    font-family: "Baskerville Old Face";
    text-align: center;
  }
}

#allmyfont {
  margin-bottom: 35px;
  margin-left: 10px;
  font-size: 24px;
}

.btnCntct {
  width: 200px;
  height: 50px;
  background-color: #eb1c2b;
  color: white;
  font-size: 24px;
}

.mainVideotext {
  font-size: 38px;
  font-family: "Baskerville Old Face";
  text-align: center;
}

.header-overlay-text {
  position: absolute;
  margin-top: -34%;
  transform: translateX(-50%);
  margin-left: 50%;
  width: 60%;
}

.allpara {
  color: #4a4a4a;
  font-family: Lato;
  font-size: 16px;
  /* letter-spacing: 2px; */
  line-height: 25px;
}

/*all Footer*/

/* Additional CSS */

.page-container {
  margin-top: 20px;
  margin-bottom: 50px;
}

.sub-heading {
  font-size: 30px;
  color: darkslategrey;
  margin-top: 5px;
}

.card {
  display: block;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.25s;
}

.card:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.img-card {
  width: 100%;
  height: 200px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  display: block;
  overflow: hidden;
}

.img-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.25s ease;
}

.card-content {
  padding: 15px;
  text-align: left;
}

.card-title {
  margin-top: 0px;
  font-weight: 700;
  font-size: 20px;
}

.card-title a {
  /* color: #000; */
  color: rgb(33, 37, 41);
  text-decoration: none !important;
}

.card-read-more {
  border-top: 1px solid #d4d4d4;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 0px 10px;
}

.card-read-more a {
  text-decoration: none !important;
  padding: 10px;
  font-weight: 600;
  text-transform: uppercase;
  color: #eb1726;
}

@media (max-width: 600px) {
  .card-read-more a {
    text-decoration: none !important;
    padding: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #eb1726;
    margin-top: -12px;
    font-size: 12px;
  }
}

#success-stories .card {
  height: 100%;
}

#success-stories .card .read-more-text {
  position: absolute;
  bottom: 15px;
}

.card-title {
  font-family: "lato";
  /* display: flex;
    align-items: baseline;
    justify-content: space-between; */
}

.card-title span {
  display: inline-block;
}

.collapse:not(.show) {
  display: none !important;
}

@media screen and (max-width: 992px) {
  .navbar-collapse.collapse ul {
    width: 100%;
    text-align: center;
  }

  .navbar-collapse.collapse form {
    width: 100%;
    display: block !important;
  }

  .navbar-collapse.collapse form > * {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.resource-pool-cards-container > * {
  transition: 0.1s !important;
}

.card-content .availability-text {
  font-size: 12px;
}

@media screen and (max-width: 800px) {
  .resource-pool-cards-container .col-xs-12 .card > div {
    display: block !important;
  }

  .resource-pool-cards-container .col-xs-12 .card > div .img-card {
    margin: auto;
    margin-top: 10px;
  }
}

.table-resources td {
  padding: 10px 20px !important;
}

.table-resources td:first-child {
  vertical-align: middle !important;
}

.table-resources > tbody > tr:first-child td {
  border-top: 0 !important;
}

.table-resources > tbody > tr:last-child td {
  border-bottom: 0 !important;
}

.table-resources tr:hover {
  cursor: pointer;
}

.navbar .megamenu {
  padding: 1rem;
}

.navbar .megamenu a {
  text-decoration: none;
  color: #000;
}

.navbar .megamenu a:hover {
  /* color: #f0cc71; */
  color: #a94442;
  text-decoration: underline;
}

.navbar .megamenu .col-megamenu .list-unstyled li {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
}

.navbar .has-megamenu .dropdown-toggle::after {
  display: none;
}

.navbar .has-megamenu .nav-link.show {
  background: rgb(248, 249, 250);
  height: 85%;
  padding-top: 12px !important;
  color: #000;
}

.megamenu .megamenu-header-text {
  color: #fff;
}

.megamenu .megamenu-header-text h5 {
  font-size: 30px;
}

.megamenu .megamenu-header-text p {
  font-size: 18px;
}

@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important;
    display: flex;
    align-items: end;
  }

  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
    background: gainsboro;
    color: #000 !important;
  }
}

/* ============ mobile view megamenu ============ */

@media (max-width: 991px) {
  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}

/* ============ mobile view megamenu .end// ============ */

.search-form {
  right: 200px;
  top: 200px;
}

.search-field {
  background-color: transparent;
  background-image: url("../img/icon-search-white.png");
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: none;
  cursor: pointer;
  height: 33px;
  padding: 0 0 0 34px;
  position: relative;
  -webkit-transition: width 400ms ease, background 400ms ease;
  transition: width 400ms ease, background 400ms ease;
  width: 0px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

.search-field:focus {
  background-color: transparent;
  border: 1px solid #c3c0ab;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  width: 250px;
  color: #fff;
}

.header-contact-btn:hover {
  background: #44413e !important;
  color: #fff !important;
}

.services-container {
  height: 100%;
}

.services-container:hover {
  cursor: pointer;
  transform: scale(1.035);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.justify-content-space-between {
  justify-content: space-between;
}

#footer-contact-btn {
  background: #fff;
  background-color: rgb(255, 255, 255);
  padding: 8px 20px;
  color: #c74630 !important;
  font-size: 16px;
  transition: 0.1s ease-in-out;
  font-weight: 900;
  letter-spacing: 1.2px;
  border-radius: 50px;
  outline: 5px solid rgba(255, 255, 255, 0.3);
  margin-top: 30px;
}

#footer-contact-btn:hover {
  color: #fff !important;
  background: #c74630;
}

.bg-brown {
  background: #000;
}

.solutions-row .col-md-3 {
  padding: 45px 1.5rem;
}

.card.hover-border-3 {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #3f3f50;
  border: 2px solid transparent;
  border: none;
  cursor: pointer;
  border-radius: 0;
  padding: 5px;
  box-shadow: none;
  padding-top: 45px;
}

.card.hover-border-3 .card-title {
  font-size: 22px;
  font-weight: 400;
}

.card.hover-border-3 .card-header-img {
  padding: 15px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -115%);
  background-color: #3a3632;
  z-index: 2;
}

.card.hover-border-3 .card-header-img img {
  width: 35px;
  height: 35px;
  filter: invert(1);
}

.card.hover-border-3:hover {
  box-shadow: none;
}

.card.hover-border-3::before,
.card.hover-border-3::after {
  position: absolute;
  content: "";
}

.card.hover-border-3::before,
.card.hover-border-3::after {
  background: transparent;
  z-index: 2;
}

/* 13. hover-border-3 */

.card.hover-border-3::before,
.card.hover-border-3::after {
  width: 0%;
  height: 0%;
  opacity: 0;
  transition: width 0.2s 0.15s linear, height 0.15s linear, opacity 0s 0.35s;
}

.card.hover-border-3::before,
.btn.hover-border-3::before {
  top: 0;
  right: 0;
  border-top: 2px solid #dc3545;
  border-left: 2px solid #dc3545;
  /* border-top: 2px solid #eb1c2b;
    border-left: 2px solid #eb1c2b; */
}

.card.hover-border-3::after,
.btn.hover-border-3::after {
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #dc3545;
  border-right: 2px solid #dc3545;
  /* border-bottom: 2px solid #eb1c2b;
    border-right: 2px solid #eb1c2b; */
}

.card.hover-border-3:hover::before,
.card.hover-border-3:hover::after {
  width: 100%;
  height: 99%;
  opacity: 1;
  transition: width 0.2s linear, height 0.15s 0.2s linear, opacity 0s;
}

/***** Global Slide *****/

.slide-right,
.slide-left {
  width: 100%;
}

/***** Slide Right *****/

.slide-right {
  animation: 2s slide-right;
}

@keyframes slide-right {
  from {
    margin-left: -100%;
  }

  to {
    margin-left: 0%;
  }
}

/***** Slide Left *****/

.slide-left {
  animation: 2s slide-left;
}

@keyframes slide-left {
  from {
    margin-left: 100%;
  }

  to {
    margin-left: 0%;
  }
}

/***** Misc Styles *****/

.container-section-title {
  width: 100%;
  margin: auto;
  background: #fff;
  padding: 10px;
  /* overflow: hidden; */
  text-align: center !important;
}

.container-section-title h1 {
  font-weight: 600;
}

/***** FadeIn Underline *****/

.line {
  border-bottom: 3px solid red;
  width: 200px;
  margin: auto;
}

.fade-in {
  animation: fadeIn ease 2s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* .section-title-top-hr{
  width: 62%;
  position: absolute;
  left: 50%;
  top: -25px;
  transform: translateX(-8%);
  opacity: 1;
  height: 3px;
  background: linear-gradient(339deg,transparent, #c74634 );
}

.section-title-bottom-hr{
  height: 3px;
  width: 62%;
  position: absolute;
  right: 50%;
  top: -22px;
  transform: translateX(8%);
  opacity: 1;
  background: linear-gradient(339deg, #c74634, transparent);
}

.container-section-title h1 {
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    color: #222;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
}

.container-section-title h1:after,
.container-section-title h1:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #c50000;
    border-top: 1px solid #c50000;
    height: 5px;
    background-color: transparent;
}

.industry-carousel-img img {
    height: 100%;
}

.story-img-container {
    max-height: 8rem;
    overflow: hidden;
    border-radius: 0 0 4px 4px;
}


/* .title-after::after{
  content: "";
    display: block;
    width: 40px;
    height: 4px;
    background: #c74634;
    margin: 1px 0 20px 0;
} */

.headingcolor {
  position: relative;
  margin-top: 170px;
}

#carehead {
  color: #c74630;
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  padding-top: 3rem;
}

.header-title-container {
  background-color: rgb(248, 249, 250) !important;
}

.navbar-toggler {
  /* border-color: white !important; */
}

.navbar-toggler .navbar-toggler-icon {
  /* filter: invert(1); */
}

.header-img-container {
  height: 500px;
  max-height: 60vh;
  background-image: url("../img/company-consultancy.jpg");
  background-size: cover;
}

.header-img-container .header-title {
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 50px;
}

.header-img-container .header-title h1::after {
  content: "";
  display: block;
  width: 175px;
  height: 4px;
  background: #c74634;
  margin: 1px 0 30px 0;
}

#jobsAccordion .accordion-header {
  margin-top: 0;
}

#jobsAccordion .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #3a3632;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
}

#jobsAccordion .accordion-button:not(.collapsed)::after {
  filter: invert(1);
}

#jobsAccordion .job-image {
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#jobsAccordion .bg-overlay {
  background: rgba(0, 0, 0, 0.5);
  min-height: 300px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#jobsAccordion .accordion-item:not(:first-of-type) {
  border-top: 1px solid #dee2e6;
}

#jobsAccordion .accordion-item {
  margin: 40px 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

#carouselProducts .carousel-caption h5 {
  margin-top: 0;
}

header .view {
  align-items: start;
  display: flex;
  height: calc(100vh);
  justify-content: center;
  overflow: hidden;
  position: relative;
}

header .view::before {
  animation: fade-slide-down 2s 500ms cubic-bezier(0, 0.5, 0, 1) forwards;
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8)),
        url('img/artvideo.mp4') no-repeat bottom;
    background-size: cover; */
  bottom: 0;
  content: "";
  left: -5%;
  opacity: 0;
  position: absolute;
  right: -5%;
  top: 0;
  z-index: -1;
}

header .overlay::after,
header .view::after {
  animation: rotate-up 500ms 500ms cubic-bezier(0, 0.5, 0, 1) forwards;
  background: #fff;
  content: "";
  height: 40rem;
  left: -5%;
  position: absolute;
  right: -5%;
  top: 90%;
  transform-origin: 0 0;
  z-index: 0;
}

header .view video {
  height: 100vh;
  animation: fade-slide-down 2s;
  /* animation-delay: 800ms; */
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.8)
  );
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}

header .overlay h1,
header .overlay h3 {
  color: #fff;
  margin: 0;
  opacity: 0;
}

header .overlay h1 {
  animation: fade-slide-up 2s 2s cubic-bezier(0, 0.5, 0, 1) forwards;
  animation-delay: 1000ms;
  font-family: "Satisfy", cursive !important;
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 2.5%;
}

header .overlay h3 {
  animation: fade-slide-up 3s 3s cubic-bezier(0, 0.5, 0, 1) forwards;
  animation-delay: 800ms;
  font-size: calc(1.25vw + 0.8vmin);
  font-weight: 300;
  letter-spacing: 0.5em;
  text-transform: uppercase;
}

header .overlay h3 span {
  color: #a1e545;
  font-family: "Satisfy", cursive;
  font-size: 2em;
  letter-spacing: 0;
  opacity: 0.8;
  padding: 0 0.25em;
  text-transform: none;
}

/* Animations */
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes fade-slide-down {
  0% {
    opacity: 0;
    transform: translateY(-4rem);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fade-slide-down-rotate {
  0% {
    opacity: 0;
    transform: translateY(-4rem);
  }

  100% {
    opacity: 1;
    transform: rotate(-4deg);
  }
}

@keyframes fade-slide-up {
  0% {
    opacity: 0;
    transform: translateY(4rem);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes rotate-up {
  100% {
    transform: rotateZ(-4deg);
  }
}

@keyframes flip-scale-up {
  0% {
    transform: scale(1) rotateX(0);
  }

  50% {
    transform: scale(2.5) rotateX(-90deg);
  }

  100% {
    transform: scale(1) rotateX(-180deg);
  }
}

.carecover {
  width: auto;
  margin: auto;
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.navbar-default .dropdown-menu.megamenu .col-megamenu h5 {
  color: #a94442;
}

/* Responsive CSS */

@media screen and (max-width: 992px) {
  .navbar-default {
    overflow: scroll;
  }

  .navbar-default .header-contact-btn {
    width: fit-content;
    margin: auto !important;
  }

  .navbar-default form[role="search"] {
    justify-content: center;
  }

  .navbar-default .login-link {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .navbar-default .dropdown-menu.megamenu {
    --bs-bg-opacity: 1;
    background-color: rgba(
      var(--bs-light-rgb),
      var(--bs-bg-opacity)
    ) !important;
  }

  .navbar-default .dropdown-menu.megamenu .col-megamenu h5 {
    color: #a94442;
  }

  .navbar-default .dropdown-menu.megamenu .col-megamenu .list-unstyled {
    text-align: start;
  }

  .social-icons {
    flex-wrap: wrap;
  }

  .social-icons span i {
    margin: 2px;
  }

  .header-logout-btn {
    width: 100%;
    display: block;
    text-align: center;
    margin: 14px 0px;
  }
}

@media screen and (max-width: 778px) {
  .footer-logo {
    max-width: 150px;
    margin: auto;
  }

  #footer-contact-btn {
    max-width: fit-content;
    padding: 0.375rem 2rem;
  }

  .social-icons.justify-content-start {
    justify-content: center !important;
  }

  .process-container .col-lg-3 {
    margin: auto !important;
  }

  .navbar-brand {
    display: flex;
    align-items: center;
  }

  .order-bs-sm-2 {
    order: 2 !important;
  }

  .order-bs-sm-1 {
    order: 1 !important;
  }

  #carouselProducts .carousel-caption {
    padding: 10px 5px;
  }

  #carouselProducts .carousel-caption h5 {
    font-size: 14px;
  }
}

@media screen and (max-width: 650px) {
  .carousel-control-next,
  .carousel-control-prev {
    display: none !important;
  }

  .container-section-title h1 {
    grid-template-columns: unset;
    grid-template-rows: unset;
  }

  .header-title-container {
    position: relative !important;
    height: auto !important;
    padding-bottom: 30px;
  }

  .headingcolor {
    margin-top: 20px;
  }
}

@media screen and (max-width: 536px) {
  body {
    overflow: hidden;
  }
}

#main-header {
  background: url("../img/headerImages/headerImage3.jpg");
  min-height: 100vh;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: absolute;
  width: 100%;
  top: 0;
}

#main-header .header-overlay {
  min-height: 100vh;
  /* background: radial-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5)); */
  background: radial-gradient(
    circle at 100%,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.07) 50%,
    rgba(0, 0, 0, 0.9) 175%,
    rgba(0, 0, 0, 0.1) 75%
  );
  display: flex;
}

#main-header .header-overlay .header-content-container {
  padding: 40px;
  border-radius: 5px;
  /* background: #0000003d; */
  background: #000000bf;
  font-family: Graphik-Regular !important;
  margin: auto;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  padding-top: 64px;
}

#main-header .header-overlay .header-content-container h1 {
  font-size: 48px !important;
  line-height: 58px !important;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.text-orange {
  color: #c74630;
}
.text-blue {
  color: #267cfc;
}

.bg-orange {
  background: #c74630;
}

#main-header .header-overlay .header-content-container .btn {
  background: #fff;
  background-color: rgb(255, 255, 255);
  padding: 8px 20px;
  color: #c74630;
  font-size: 16px;
  transition: 0.1s ease-in-out;
  font-weight: 900;
  letter-spacing: 1.2px;
  border-radius: 50px;
  outline: 5px solid rgba(255, 255, 255, 0.3);
  margin-top: 30px;
}

#main-header .header-overlay .header-content-container .btn-header:hover {
  color: #fff;
  background: #c74630;
}
#main-header .header-overlay .header-content-container .btn-header2{
  color: #267CFC;

}

#main-header .header-overlay .header-content-container .btn-header2:hover { 
  color: #fff;
  background: #267CFC !important;
}



#main-navbar.active-nav {
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

#main-navbar.active-nav.navbar-default .navbar-nav > li > a,
#main-navbar.active-nav.navbar-default i.text-light {
  color: #000 !important;
}

#main-navbar.active-nav.navbar-default input[type="search"] {
  filter: invert(1);
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
  border-radius: var(--bs-border-radius) !important;
}

/* Client Logo Carousel Starts */
@media (max-width: 768px) {
  #clientLogoCarousel .carousel-inner .carousel-item > div {
    display: none;
  }

  #clientLogoCarousel .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

#clientLogoCarousel .carousel-inner .carousel-item.active,
#clientLogoCarousel .carousel-inner .carousel-item-start,
#clientLogoCarousel .carousel-inner .carousel-item-next,
#clientLogoCarousel .carousel-inner .carousel-item-prev {
  display: flex;
  /* transition-duration: 10s; */
}

#clientLogoCarousel .carousel-inner .carousel-item .card {
  display: flex;
  height: 200px;
  justify-content: center;
  align-items: center;
}

/* display 4 */
@media (min-width: 768px) {
  #clientLogoCarousel .carousel-inner .carousel-item-right.active,
  #clientLogoCarousel .carousel-inner .carousel-item-next,
  #clientLogoCarousel .carousel-item-next:not(.carousel-item-start) {
    transform: translateX(25%) !important;
  }

  #clientLogoCarousel .carousel-inner .carousel-item-left.active,
  #clientLogoCarousel .carousel-item-prev:not(.carousel-item-end),
  #clientLogoCarousel .active.carousel-item-start,
  #clientLogoCarousel .carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-25%) !important;
  }

  #clientLogoCarousel .carousel-item-next.carousel-item-start,
  #clientLogoCarousel .active.carousel-item-end {
    transform: translateX(0) !important;
  }

  #clientLogoCarousel .carousel-inner .carousel-item-prev,
  #clientLogoCarousel .carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-25%) !important;
  }
}

/* Client Logo Carousel Ends */

/* Page Loader Starts */

.loader {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 0;
  height: 100vh;
  transition: width 0s 1.4s ease;
}

.loader .loader__icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.loader .loader__tile {
  position: absolute;
  left: 0;
  width: 0;
  height: 20%;
  background-color: #f8f9fa;
  transition: width 0.7s ease;
}

.loader .loader__tile:nth-child(0) {
  top: calc(-1 * 20%);
  transition-delay: -0.2s;
}

.loader .loader__tile:nth-child(1) {
  top: calc(0 * 20%);
  transition-delay: 0s;
}

.loader .loader__tile:nth-child(2) {
  top: calc(1 * 20%);
  transition-delay: 0.2s;
}

.loader .loader__tile:nth-child(3) {
  top: calc(2 * 20%);
  transition-delay: 0.4s;
}

.loader .loader__tile:nth-child(4) {
  top: calc(3 * 20%);
  transition-delay: 0.6s;
}

.loader .loader__tile:nth-child(5) {
  top: calc(4 * 20%);
  transition-delay: 0.8s;
}

.loader--active {
  width: 100%;
  transition-delay: 0s;
}

.loader--active .loader__icon {
  opacity: 1;
  transition: opacity 0.5s 0.8s ease;
}

.loader--active .loader__tile {
  width: 100%;
}

.loader--active .loader__tile:nth-child(0) {
  transition-delay: -0.2s;
}

.loader--active .loader__tile:nth-child(1) {
  transition-delay: 0s;
}

.loader--active .loader__tile:nth-child(2) {
  transition-delay: 0.2s;
}

.loader--active .loader__tile:nth-child(3) {
  transition-delay: 0.4s;
}

.loader--active .loader__tile:nth-child(4) {
  transition-delay: 0.6s;
}

.loader--active .loader__tile:nth-child(5) {
  transition-delay: 0.8s;
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }

  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}

@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }

  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}

@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transform: translateY(-2000px) rotate(-45deg);
  }

  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    transform: translateY(30px) rotate(-45deg);
  }

  80% {
    transform: translateY(-10px) rotate(-45deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
}

@keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transform: translateY(-2000px) rotate(-45deg);
  }

  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    transform: translateY(30px) rotate(-45deg);
  }

  80% {
    transform: translateY(-10px) rotate(-45deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
}

/* Page Loader Ends */
