body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #4a4f5f;
  margin: 0;
  padding: 0;
}

a:hover {
  color: #236ee1;
}

img {
  max-width: 100%;
}

p {
  line-height: 30px;
  font-size: 16px;
  color: #767d9f;
  letter-spacing: 0.1px;
  font-weight: 500;
  text-align: justify;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

ul.listItems li {
  list-style: none;
  line-height: 30px;
  font-size: 15px;
  color: #333;
  letter-spacing: 0.1px;
  font-weight: 500;
  margin-bottom: 15px;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  width: 100%;
  text-align: justify;
}

ul.listItems i {
  margin: 3px 15px 0 0;
}

ul.list-links li {
  list-style: none;
  line-height: 16px;
  font-size: 15px;
  color: #333;
  letter-spacing: 0.1px;
  font-weight: 500;
  margin-bottom: 0px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  width: 100%;
  text-align: justify;
}

ul.list-links i {
  margin: 4px 15px 0 0;
}

ul.list-links li a {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  width: 100%;
  align-items: center;
  padding: 7px 0;
}

.block {
  width: 100%;
  display: block;
  margin-bottom: 50px;
}

.btn {

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2567e1+0,0fc7e2+100 */
  height: 48px;
  padding: .375rem 1.5rem;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  letter-spacing: 0.25px;/*text-transform: uppercase;*/
  font-weight: 600;
  box-shadow: 0px 10px 13px -8px rgba(0, 0, 0, 0.5);
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -o-border-radius: 1px;
  line-height: 36px;
}

.btn-primary {
  background: #2567e1; /* Old browsers */
  background: -moz-linear-gradient(left, #2567e1 0%, #0fc7e2 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #2567e1 0%, #0fc7e2 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2567e1 0%, #0fc7e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2567e1', endColorstr='#0fc7e2', GradientType=1); /* IE6-9 */
  border: none;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}

.btn:hover, .btn:focus, .btn:active {
  outline: none !important;
  border: none !important;
  box-shadow: 0px 10px 13px -8px rgba(0, 0, 0, 0.5) !important;
}

a {
  color: #236ee1;
}

a:hover, a.active {
  text-decoration: none;
  color: #468dce !important;
}

h1 {
  color: #468dce;
}

h2 {
  color: #fff;
}

h3 {
  color: #0085ff;
}

h4 {
  color: #000;
}

h5 {
  color: #000;
}

/* TEXTFIELD */
.form-group {
  position: relative;
  border: none;
  min-height: 50px;
  margin-bottom: 20px;
}

.form-group  input.form-control {
  z-index: 2 !important;
  padding-left: 0px;
}

.form-group  .form-control {
  position: absolute;
  width: 100%;
  min-height: 30px;
  font-size: 15px;
  border: none;
  border: 0 !important;/*  border-bottom: 1px solid #7d8094;
  */
  background-color: transparent;
  background: none !important;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  bottom: 2px;
  padding: .275rem 0 !important;
}

.form-control + label.form-label {
  position: absolute;/*top: 5px;*/
  top: 22px;
  z-index: 2;
  font-size: 15px;
  color: #7d8094;
  transition: all 0.2s ease;/*-webkit-transition: all 0.2s ease;*/
  -webkit-transition: top 0.2s, font-size 0.1s;
  -moz-transition: top 0.2s, font-size 0.1s;
  -ms-transition: all 0.2s ease;
  z-index: 1;
}

.form-control:focus {
  outline: none;
  border-width: 2px;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
}

.form-control:focus + label.form-label {
  top: 0px;
  color: #0c6dff;
  font-size: 12px;
}

.form-control.has-value + label.form-label {
  top: 0px;
  color: #aeafb9;
  font-size: 13px;
}

.form-control {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  width: 100%;
  border: 0;
}

.form-controlBrd {
  width: 100%;
  display: block;
  height: 3px;
  background: #fff no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0c6dff), to(#0c6dff)), -webkit-gradient(linear, left top, left bottom, from(#7d8094), to(#7d8094));
  background-image: -o-linear-gradient(top, #0c6dff, #0c6dff), -o-linear-gradient(top, #7d8094, #7d8094);
  background-image: linear-gradient(to bottom, #0c6dff, #0c6dff), linear-gradient(to bottom, #7d8094, #7d8094);
  -webkit-background-image: -webkit-gradient(linear, left top, left bottom, from(#0c6dff), to(#0c6dff)), -webkit-gradient(linear, left top, left bottom, from(#7d8094), to(#7d8094));
  -webkit-background-image: -webkit-linear-gradient(top, #0c6dff, #0c6dff), -webkit-linear-gradient(top, #7d8094, #7d8094);
  -moz-background-image: linear-gradient(to bottom, #0c6dff, #0c6dff), linear-gradient(to bottom, #7d8094, #7d8094);
  -ms-background-image: linear-gradient(to bottom, #0c6dff, #0c6dff), linear-gradient(to bottom, #7d8094, #7d8094);/* sizes for the 2 images (default state) */
  background-size: 0 2px, 100% 1px;
  -webkit-background-size: 0 2px, 100% 1px;
  -moz-background-size: 0 2px, 100% 1px;
  -ms-background-size: 0 2px, 100% 1px;/* positions for the 2 images. Change both "50%" to "0%" or "100%" and tri again */
  background-position: 50% 100%, 50% 100%;
  -webkit-background-position: 50% 100%, 50% 100%;
  -moz-background-position: 50% 100%, 50% 100%;
  -ms-background-position: 50% 100%, 50% 100%;/* animation solely on background-size */
  -webkit-transition: background-size 0.3s cubic-bezier(0.55, 0.09, 0.08, 1);
  -o-transition: background-size 0.3s cubic-bezier(0.55, 0.09, 0.08, 1);
  transition: background-size 0.3s cubic-bezier(0.55, 0.09, 0.08, 1);
  -moz-transition: background-size 0.3s cubic-bezier(0.6, 0.09, 0.08, 1);
  -webkit-transition: background-size 0.3s cubic-bezier(0.6, 0.09, 0.08, 1);
  -ms-transition: background-size 0.3s cubic-bezier(0.6, 0.09, 0.08, 1);
  position: absolute;
  bottom: 0;
}

.form-control:focus ~ .form-controlBrd {
  background-size: 100% 2px, 100% 1px;
  -moz-background-size: 100% 2px, 100% 1px;
  -webkit-background-size: 100% 2px, 100% 1px;
  -ms-background-size: 100% 2px, 100% 1px;
}

.form-controlBrd:focus {

  /* sizes for the 2 images (focus state) */
  background-size: 100% 2px, 100% 1px;
  outline: none;
}

/************ PAGINATION ************/
.page-item .page-link:focus {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #3e3c3c;
}

.page-item .page-link:active {
  -webkit-box-shadow: 0 6px 4px -2px rgba(0, 0, 0, .20), 0 0px 6px 0 rgba(0, 0, 0, 0.20) !important;
          box-shadow: 0 6px 4px -2px rgba(0, 0, 0, .20), 0 0px 6px 0 rgba(0, 0, 0, 0.20) !important;
  outline: none;
  color: #3e3c3c;
}
.page-link {
  position: relative;
  display: block;
  padding: 0;
  margin: 0 5px !important;
  line-height: 1.25;
  color: #3e3c3c;
  background-color: #fff;
  height: 36px;
  line-height: 34px;
  text-align: center;
  width: 36px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border: 1px solid #dfe8ec;
  -webkit-box-shadow: 0 6px 4px -2px rgba(0, 0, 0, .08), 0 0px 6px 0 rgba(0, 0, 0, 0.08) !important;
          box-shadow: 0 6px 4px -2px rgba(0, 0, 0, .08), 0 0px 6px 0 rgba(0, 0, 0, 0.08) !important;
}

.page-item.active .page-link {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: 46px;
  line-height: 46px;
  width: 46px;
  margin-top: -7px !important;
  -webkit-box-shadow: 0 6px 4px -2px rgba(0, 0, 0, .20), 0 0px 6px 0 rgba(0, 0, 0, 0.20) !important;
          box-shadow: 0 6px 4px -2px rgba(0, 0, 0, .20), 0 0px 6px 0 rgba(0, 0, 0, 0.20) !important;
  border: none !important;
  background: #2567e1; /* Old browsers */ /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #2567e1 0%, #0fc7e2 100%); /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#2567e1), to(#0fc7e2));
  background: -o-linear-gradient(left, #2567e1 0%, #0fc7e2 100%);
  background: linear-gradient(to right, #2567e1 0%, #0fc7e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2567e1', endColorstr='#0fc7e2', GradientType=1); /* IE6-9 */
 
}

.page-item.active .page-link:active, .page-item.active .page-link:focus {
  -webkit-box-shadow: 0 6px 4px -2px rgba(0, 0, 0, .20), 0 0px 6px 0 rgba(0, 0, 0, 0.20) !important;
          box-shadow: 0 6px 4px -2px rgba(0, 0, 0, .20), 0 0px 6px 0 rgba(0, 0, 0, 0.20) !important;
  outline: none;
  color: #fff !important;
}

.page-link i {
  line-height: 34px;
}

/* pagination-Flat */
.pagination-Flat .page-link {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: #fcfcfc;
}

/* pagination-ActiveCircle */
.pagination-ActiveCircle .page-link {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: #fcfcfc;
}

.pagination-ActiveCircle {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 22px 38px -24px rgba(0, 0, 0, 0.5);
  padding-bottom: 20px;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.pagination-ActiveCircle .page-item.active .page-link {
  border-radius: 150px !important;
  -moz-border-radius: 150px !important;
  -webkit-border-radius: 150px !important;
  -o-border-radius: 150px !important;
}

.PActiveCircleOuter {
  display: inline-block;
}

.circleIcon {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.circleIcon i {
  border: 1px solid #7d8094;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  margin-right: 15px;
  border-radius: 150px;
  -moz-border-radius: 150px;
  -webkit-border-radius: 150px;
  -o-border-radius: 150px;
}

/* left bar animation */
.form-controlBrd-Left {
  width: 100%;
  display: block;
  height: 2px;
  background: #fff no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0c6dff), to(#0c6dff)), -webkit-gradient(linear, left top, left bottom, from(#7d8094), to(#7d8094));
  background-image: -webkit-linear-gradient(top, #0c6dff, #0c6dff), -webkit-linear-gradient(top, #7d8094, #7d8094);
  background-image: -o-linear-gradient(top, #0c6dff, #0c6dff), -o-linear-gradient(top, #7d8094, #7d8094);
  background-image: linear-gradient(to bottom, #0c6dff, #0c6dff), linear-gradient(to bottom, #7d8094, #7d8094); /* sizes for the 2. images (default state) */
  background-size: 0 2px, 100% 1px; /* positions for the 2. images. Change both "50%" to "0%" or "100%" and tri again */
  background-position: 0% 100%, 0% 100%; /* animation solely on background-size */
  -webkit-transition: background-size 0.3s cubic-bezier(0.55, 0.09, 0.08, 1);
  -o-transition: background-size 0.3s cubic-bezier(0.55, 0.09, 0.08, 1);
  transition: background-size 0.3s cubic-bezier(0.55, 0.09, 0.08, 1);
  -moz-transition: background-size 0.3s cubic-bezier(0.6, 0.09, 0.08, 1);
  -webkit-transition: background-size 0.3s cubic-bezier(0.6, 0.09, 0.08, 1);
  position: absolute;
  bottom: 0;
}

.form-control:focus ~ .form-controlBrd-Left {
  background-size: 100% 2px, 100% 1px;
}

.form-ControlTextArea:focus ~ .form-controlBrd-Left {
  background-size: 100% 2px, 100% 1px;
}

/* icon with bar */
.form-controlIcon {
  font-size: 20px !important;
}

.form-control.form-controlLftIcon {
  padding-left: 28px !important;
}

.form-control + label.form-labelLftIcon {
  left: 28px;
}

.form-controlIcon {
  z-index: 8;
  position: relative;
  top: 24px;
}

/* TEXTAREA  */
.form-groupTextArea {
  position: relative;
  border: none;
  min-height: 116px;
  margin-bottom: 40px;
}

.form-ControlTextArea {
  position: absolute;
  width: 100%;
  min-height: 106px !important;
  max-height: 106px !important;
  font-size: 14px;
  border: none;
  background-color: transparent;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  bottom: 2px;
  padding: .275rem 0 !important;
  padding: 13px 0 0 0 !important;
  z-index: 2;
}

.form-ControlTextArea + label.form-label {
  position: absolute;
  top: 88px;
  z-index: 2;
  font-size: 16px;
  color: #526798;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;/*background: #fff;*/
  z-index: 1;
}

.form-ControlTextArea:focus {
  outline: none;
  border-width: 2px;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
}

.form-ControlTextArea:focus ~ .form-controlBrd {
  background-size: 100% 2px, 100% 1px;
}

.form-ControlTextArea:focus + label.form-label {
  top: 0px;
  color: #0c6dff;
  font-size: 12px;
}

.form-ControlTextArea.has-value + label.form-label {
  top: 0px;
  color: #526798;
  font-size: 12px;
}

.form-ControlTextArea {
  background: none !important;
}

/******* uploadControl *****/
.uploadControl-File input {
  cursor: pointer;
  height: 100%;
  right: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 4;
}

.uploadContainer-File .uploadContainer-Input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 32px);
  margin-top: 20px;
}

.uploadContainer-File .uploadControl-File {
  right: 0;
}

.uploadContainer {
  position: relative;
  font-size: 16px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
}
.uploadContainer-File .uploadContainer-Input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 32px);
}

.uploadContainer-Input {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, .12);
  display: block;
  font-size: 16px;
  margin: 0;
  padding: 4px 0;
  width: 100%;
  background: 16px;
  text-align: left;
  color: inherit;
}

.uploadContainer-File .uploadControl-File {
  right: 0;
}

.uploadContainer .uploadControl-btn {
  position: absolute;
  bottom: 0;
}

.uploadControl-btnIcon {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  font-size: 24px;
  height: 32px;
  margin-left: 0;
  margin-right: 0;
  min-width: 32px;
  width: 32px;
  padding: 0;
  overflow: hidden;
  color: inherit;
  line-height: normal;
}

.uploadControl-btn {
  background: 0 0;
  border: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  color: #000;
  display: block;
  position: relative;
  height: 36px;
  min-width: 100%;
  padding: 0 8px;
  display: inline-block;
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  overflow: hidden;
  will-change: box-shadow, transform;
  -webkit-transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
  -webkit-transition: background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1);
  transition: background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1);
  -o-transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
  transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
  transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1);
  outline: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  line-height: 36px;
  vertical-align: middle;
}

.uploadControl-btnIcon .material-icons {
  position: absolute;
  top: 50%;
  right: 0%;
  -webkit-transform: translate(4px, -12px);
  -ms-transform: translate(4px, -12px);
  transform: translate(4px, -12px);
  line-height: 24px;
  width: 24px;
  color: #7d8094;
}

.uploadControl-btn:hover i {
  color: #0c6dff !important;
}

.uploadControl-File input {
  cursor: pointer;
  height: 100%;
  right: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
}

.uploadControl-btn:hover ~ .form-controlBrd-Left {
  background-size: 100% 2px, 100% 1px;
  -moz-background-size: 100% 2px, 100% 1px;
  -webkit-background-size: 100% 2px, 100% 1px;
  -ms-background-size: 100% 2px, 100% 1px;
}

/*********** SERVICES PAGE ***************/
.services-sideImg {
  float: left;
  margin-right: 30px;
}

.services-keypoints li {
  text-align: justify;
  margin: 0 0 20px 0;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  font-size: 16px;
  line-height: 32px;
  color: #000;
}

.services-keypoints li img {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  width: 20px;
  height: 20px;
  margin: 4px 15px 0 0;
}

/******* OVERRIDE ***********/
@media (max-width:991.98px) {
  .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

}

.swiper-container-Slider {
  width: 100%;
  height: 100%;
  margin: -196px 0 50px 0 !important;
  z-index: 1 !important;
}

.navbar {
  padding-top: 0 !important;
  padding-bottom: 15px !important;
}

.text-center p {
  text-align: center;
}

.navigation {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #ccc;
  padding-top: 15px;
}

.topNav {
}

.topNav ul {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.topNavRight {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.topNav li a {
  padding: 10px 15px;
  display: block;
  color: #000;
}

.topNavRight li:last-child a {
  padding-right: 0;
}

.topNavLeft  li:first-child a {
  padding-left: 0;
}

.topNavLeft li i {
  float: left;
  margin-right: 10px;
}

.navigation li a {
  padding: 15px !important;
  font-size: 18px;
  font-weight: 600;
  color: #000 !important;
}

.navigation li:last-child a {
  padding-right: 0 !important;
}

.navigation  li:nth-child(2) a {
  padding-left: 0 !important;
}

.sideImg {
  margin-bottom: 30px;
}

.careers-SideImg {
  background: #86e6ff;
  height: 95%;
  overflow: hidden;
}

/***** CAREERS ********/
.careers {
  margin-bottom: 50px;
}

.career-guideThumb, .contactBox, .boxLink-Overlay {
  -webkit-box-shadow: -5px 70px 79px -63px rgba(0, 0, 0, 0.70);
  box-shadow: -5px 70px 79px -63px rgba(0, 0, 0, 0.70);
}

.career-guideThumb {
  margin: 0 0 30px 0;
}

.career-guideThumb img {
  width: 100%;
}

.career-guideTitle {
  text-align: center;
  text-align: center;
  font-size: 22px;
  color: #000;
}

.career-guideContanier {
  margin-bottom: 50px;
}

.career-Form {
  background: #f3f5fb;
  padding: 50px;
  -webkit-box-shadow: -5px 70px 79px -63px rgba(0, 0, 0, 0.70);
  box-shadow: -5px 70px 79px -63px rgba(0, 0, 0, 0.70);
  margin: 0 0 30px 0;
}

.career-Form .btn-primary {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.career-Form {
}

.resDisplay {
  display: none !important;
}

/******** CONTACT US *********/
.contact-Form h3 {
  color: #000;
}

.contact-Form select.form-control {
  border-bottom: 1px solid #7d8094 !important;
}

.contactBox {
  background: #eff8ff;
  width: 100%;
  height: 270px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding-bottom: 35px;
  margin-bottom: 50px;
}

.contactBoxTD {
}

.contactBox-Icon {
  width: 74px;
  height: 74px;
  margin: 0 auto 20px auto;
  display: block;
  border-radius: 150px;
  -moz-border-radius: 150px;
  -webkit-border-radius: 150px;
  -o-border-radius: 150px;
  border: 1px solid #0085ff;
}

.contactBox-Icon i {
  font-size: 40px;
  line-height: 74px;
  color: #236ee1;
}

.contactBox-Title {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
}

.contactBox-Desc {
  font-size: 16px;
  color: #6876a4;
  font-weight: 600;
}

.contact-Form .btn-primary, .contact-Form .btn-primary:hover, .contact-Form .btn-primary:active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.googleMap {
  height: 100%;
  width: 100%;
}

.googleMap iframe {
  width: 100%;
  height: 100%;
}

/******* footer **********/
.footer {
  border-top: 2px solid #1c71cf;
  padding-top: 30px;
  background: #f8f8f8 url(../images/footer-bg.png) center center no-repeat;
  background-size: auto 100%;
  color: #000;
  padding-bottom: 20px;
}

.footer-Head {
  border-bottom: 1px solid #333;
  position: relative;
  line-height: 50px;
  margin-bottom: 30px;
  padding: 0 0 10px 0;
  font-size: 24px;
}

.footer-links {
  font-size: 15px;
  margin-bottom: 30px;
}

.footer-links ul {
  margin: 0;
  padding: 0;
}

.footer-links li {
  list-style: none;
}

.footer-links li a {
  display: block;
  color: #000;
  padding: 10px 0;
}

.footer-links li a:hover {
  color: #236ee1
}

.footer-links li a i {
  font-size: 17px;
  position: relative;
  top: 3px;
  margin-right: 10px;
}

.footer-Desc, .footer-Desc p {
  text-align: left;
  
  margin-bottom: 30px;
  line-height: 30px;
  font-size: 15px;
  
}

.footer-HeadBrdBtm {
  width: 15%;
  position: absolute;
  height: 1px;
  background: #0085ff;
  bottom: -1px;
  left: 0;
}

.footer-social {
  width: 100%;
  margin-bottom: 30px;
}

.footer-social ul {
  margin: 0;
  padding: 0;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.footer-social li {
  list-style: none;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-right: 15px;
}

.footer-social li a {
  border-radius: 150px;
  -moz-border-radius: 150px;
  -webkit-border-radius: 150px;
  -o-border-radius: 150px;
  width: 40px;
  height: 40px;
  background: #ccc;
  text-align: center;
  line-height: 40px;
}

.footer-socialIcon {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 150px;
  -moz-border-radius: 150px;
  -webkit-border-radius: 150px;
  -o-border-radius: 150px;
}

.footer-facebook {
  background: #203f8c url(../images/sprites.png) -128px -9px no-repeat;
}

.footer-twitter {
  background: #08bdf9 url(../images/sprites.png) -158px -7px no-repeat;
}

.footer-youtube {
  background: #d62727 url(../images/sprites.png) -191px -9px no-repeat;
}

.footer-address {
  font-size: 15px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  width: 100%;
  margin-bottom: 30px;
}

.footer-address i {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  width: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
}

/******* Newsletter **********/
.newsLetter {
  border-top: 2px solid #1c71cf;
  padding: 40px 0;
}

.newsletter-form {
  border: 1px solid #1c71cf;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.newsletter-form input[type="text"] {
  width: 100%;
  padding: 0 15px 0 50px;
}

.btn-primary, .btn-primary:hover, .btn-primary:active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #fff !important;
}

.newsletter-formIcon {
  position: absolute;
  top: 13px;
  left: 32px;
}

.newsLetter .btn-primary {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  width: 150px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.icon-Newsletter {
  background: url(../images/sprites.png)  -21px -12px  no-repeat;
  width: 50px;
  height: 50px;
  display: block;
  margin-right: 15px;
}

.newsletterHead {
  font-size: 40px;
  color: #000;
  font-weight: 700;
  line-height: 40px;
}

/**** BANNER *********/
.banner {
  width: 100%;/*height: 400px;*/
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  background: #000;
  position: relative;
  margin-bottom: 50px;
}

.banner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;/*height: 400px;*/
}

.banner-Overlay {
  width: 100%;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#14cce7+0,05447e+50,2461d3+100&0.8+0,0.8+100 */ /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(20, 204, 231, 0.4) 0%, rgba(5, 68, 126, 0.4) 50%, rgba(36, 97, 211, 0.4) 100%); /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(20, 204, 231, 0.4)), color-stop(50%, rgba(5, 68, 126, 0.4)), to(rgba(36, 97, 211, 0.4)));
  background: -o-linear-gradient(left, rgba(20, 204, 231, 0.4) 0%, rgba(5, 68, 126, 0.4) 50%, rgba(36, 97, 211, 0.4) 100%);
  background: linear-gradient(to right, rgba(20, 204, 231, 0.4) 0%, rgba(5, 68, 126, 0.4) 50%, rgba(36, 97, 211, 0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc14cce7', endColorstr='#cc2461d3', GradientType=1); /* IE6-9 */
  height: 100%;
  position: absolute;
  z-index: 9;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: 'Oleo Script', cursive;
  font-size: 60px;
}

/**** ourMission  ******/
.ourMission .section-Title{
      margin-bottom: 0;
}

.ourMission p, .ourMission {
  line-height: 38px;
  font-size: 17px;
  margin-bottom: 20px;
}

.ourMission ul {
  margin: 0;
  padding: 0;
}

.ourMission li {
  color: #767d9f;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  width: 100%;
  margin: 0 0 8px 0;
}

.ourMission li i {
  color: #000;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;/* flex-flow: column; */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 26px;
  margin: 0 10px 0 0;
  position: relative;
  top: 8px;
  font-size: 20px;
}

.ourMissionImg {
  width: 100%;
}

.services-list {
  column-count: 3;
  -webkit-column-count: 3; /* Ch, Saf, And, BB  */
  -moz-column-count: 3; /* Fx */
  column-gap: 30px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  padding: 30px 0 0 0;
}
.services-list ul {
  margin: 0;
  padding: 0;
}

.services-list li:nth-child(1) {
  border: 2px solid #0085ff;
}

.services-list li:nth-child(1) .service-BoxTitle {
  color: #0085ff;
}

.services-list li:nth-child(1) .service-BoxMore a i {
  color: #0085ff;
}

.services-list li:nth-child(2) {
  border: 2px solid #6c5ce7;
}

.services-list li:nth-child(2) .service-BoxTitle {
  color: #6c5ce7;
}

.services-list li:nth-child(2) .service-BoxMore a i {
  color: #6c5ce7;
}

.services-list li:nth-child(3) {
  border: 2px solid #00b894;
}

.services-list li:nth-child(3) .service-BoxTitle {
  color: #00b894;
}

.services-list li:nth-child(3) .service-BoxMore a i {
  color: #00b894;
}

.services-list li:nth-child(4) {
  border: 2px solid #e84393;
}

.services-list li:nth-child(4) .service-BoxTitle {
  color: #e84393;
}

.services-list li:nth-child(4) .service-BoxMore a i {
  color: #e84393;
}

.services-list li:nth-child(5) {
  border: 2px solid #fa6734;
}

.services-list li:nth-child(5) .service-BoxTitle {
  color: #fa6734;
}

.services-list li:nth-child(5) .service-BoxMore a i {
  color: #fa6734;
}

.services-list li:nth-child(6) {
  border: 2px solid #2d3436;
}

.services-list li:nth-child(6) .service-BoxTitle {
  color: #2d3436;
}

.services-list li:nth-child(6) .service-BoxMore a i {
  color: #2d3436;
}

/*.services-list li:nth-child(6) .service-BoxDesc {
  margin-bottom: 60px;
}*/

.service-Box {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border: 2px solid #0085ff;
  padding: 24px;
  margin-bottom: 30px;
  display: inline-block;
  -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.service-BoxImg {
  width: 140px;
  height: 140px;
  display: block;
  margin: 0 auto 30px auto;
}

.service-BoxTitle {
  font-size: 20px;
  font-family: 'Roboto Slab', serif;
  text-align: center;
  line-height: 28px;
  margin: 0 0 15px 0;
}

.service-BoxMore a {
  width: 36px;
  height: 36px;
  display: block;
  text-align: center;
  line-height: 36px;
  float: right;
  border-radius: 150px;
  -moz-border-radius: 150px;
  -webkit-border-radius: 150px;
  -o-border-radius: 150px;
}

.service-BoxMore a i {
  font-size: 30px;
  position: relative;
  top: 2px;
}

.service-BoxDesc, .service-BoxDesc p {
  text-align: justify;
  color: #767d9f;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 20px;
  text-align-last: left;
}

.service-Box .imgBrokerage {
  background: url(../images/sprites.png) 0 0 no-repeat;
}

.service-Box .imgLandlord {
  background: url(../images/sprites.png) 2px -140px no-repeat;
}

.service-Box .imgAccounts {
  background: url(../images/sprites.png) 8px -280px no-repeat;
      margin-bottom: 0px;
}

.service-Box .imgPropertyMangement {
  background: url(../images/sprites.png) 2px -420px no-repeat;
  height: 120px;
  margin-bottom: 38px;
    margin-top: 15px;
}

.service-Box .imgTenant {
  background: url(../images/sprites.png) -140px 0 no-repeat;
  margin-bottom: 28px;
}

.service-Box .imgResidentialBrokerage {
  background: url(../images/sprites.png) -140px -140px no-repeat;
}

.boxLink {
  width: 50%;
  min-height: 250px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
}

.boxLinkContainer {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  width: 100%;
  margin-bottom: 60px;
}

.boxLink-Head {
  font-size: 28px;
  margin-bottom: 10px;
}

.boxLink a {
  background: #000;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.boxLinkImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.boxLink-Overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.boxLink a i {
  float: right;
  margin: 0 0 0 20px;
}

/********propertyBox *******/
.propertyBoxContainer {
  width: 100%;
  margin-bottom: 30px;
  padding: 3px;
}

.propertyBox {
  -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.4);
}

.propertyBoxTtl {
  font-size: 20px;
  color: #0085ff;
  padding: 15px 15px 0 15px;
}

.propertyBoxLoc {
  font-size: 17px;
  color: #000;
  padding: 5px 15px 15px 15px;
}

.propertyBoxDet {
  padding: 15px 15px 0 15px;
  font-size: 15px;
}

.propertyBoxDet .col-lg-7.col-md-12.col-sm-12, .propertyBoxDet .col-lg-5.col-md-12.col-sm-12 {
  margin-bottom: 20px;
  font-size: 14px;
  text-align: left;
  padding-right: 10px;
  padding-left: 10px;
}

.propertyBoxImg {
  width: 100%;
  display: block;
}

.propertyBoxImg img {
  width: 100%;
  display: block;
}

.icon-fetre {
  margin-right: 10px;
}

/***** call to action ****/
.calltoAction-Container {
}

.calltoActionImg {
  width: 100%;
}

.calltoAction {
  width: 100%;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1c71cf+1,0e97eb+100 */
  background: #1c71cf; /* Old browsers */ /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1c71cf 1%, #0e97eb 100%); /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #1c71cf), to(#0e97eb));
  background: -o-linear-gradient(left, #1c71cf 1%, #0e97eb 100%);
  background: linear-gradient(to right, #1c71cf 1%, #0e97eb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c71cf', endColorstr='#0e97eb', GradientType=1); /* IE6-9 */
  padding: 30px 0;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calltoAction a {

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#191920+0,17151e+99 */
  background: #191920; /* Old browsers */ /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #191920 0%, #17151e 99%); /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#191920), color-stop(99%, #17151e));
  background: -o-linear-gradient(top, #191920 0%, #17151e 99%);
  background: linear-gradient(to bottom, #191920 0%, #17151e 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#191920', endColorstr='#17151e', GradientType=0); /* IE6-9 */
  color: #fff !important;
  text-transform: uppercase;
  padding: 15px 25px;
  font-weight: 600;
}

.ctATitle {
  font-size: 42px;
  color: #fff;
}

.section-Title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.section-Title h2 {
  color: #236ee1;
  font-size: 34px;
     margin-bottom: 0;
}
.ourMission h2 {

    color: #236ee1;
  font-size: 34px;
  margin-bottom: 15px;

}

.section-Title .brdSeperation {
  border-bottom: 1px solid #a9cae8;
}

.icon-Seperator {
  width: 32px;
  height: 25px;
  display: block;
  margin: 0 auto;
  background: #fff url(../images/sprites.png) -79px -16px no-repeat;
  margin: 0px auto -10px auto;
  padding: 0px 25px;
}

/************ BUTTON EFFECT CSS ********/

/* waves-effect */
.waves-effect {
  outline: none;
}

.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {

  /*background-color: rgba(255, 255, 255, 0.45);*/
  background-color: rgba(255, 255, 255, 0.15);
}

.waves-effect.waves-white .waves-ripple {
  background-color: rgba(255, 255, 255, 0.4);
}

.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-info .waves-ripple {
  background-color: rgba(13, 152, 249, 0.7);
}

.waves-effect.waves-warning .waves-ripple {
  background-color: rgba(255, 151, 27, 0.7);
}

.waves-effect.waves-danger .waves-ripple {
  background-color: rgba(254, 87, 60, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

/* Firefox Bug: link not triggered */
a.waves-effect .waves-ripple {
  z-index: -1;
}

/* dropdown */

/*.dropdown{
width: 100%;
}
*/.dropdown-menu {
top: 15px !important;
left: 0 !important;
width: 100%;
padding: 0;
border-radius: 0 !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
-o-border-radius: 0 !important;
}

.dropdown-menu ul {
margin: 0;
padding: 0;
}

.dropdown-menu li {
list-style: none;
}

.dropdown-item:hover, .dropdown-item:focus {
background-color: #f8f8f8;
}

.dropdown-item i {
font-size: 22px;
position: relative;
top: 6px;
margin-right: 8px;
}

/* Firefox Bug: link not triggered */
a.waves-effect .waves-ripple {
  z-index: -1;
}

/* dropdown */

/*.dropdown{
width: 100%;
}
*/.dropdown-menu {
top: 15px !important;
left: 0 !important;
width: 100%;
padding: 0;
border-radius: 0 !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
-o-border-radius: 0 !important;
}

.dropdown-menu ul {
margin: 0;
padding: 0;
}

.dropdown-menu li {
list-style: none;
}

.dropdown-item:hover, .dropdown-item:focus {
background-color: #f8f8f8;
}

.dropdown-item i {
font-size: 22px;
position: relative;
top: 6px;
margin-right: 8px;
}

.dropdown-outline-default .dropdown-item, .dropdown-outline-primary .dropdown-item, .dropdown-outline-secondary .dropdown-item, .dropdown-outline-success .dropdown-item, .dropdown-outline-info .dropdown-item, .dropdown-outline-warning .dropdown-item, .dropdown-outline-danger .dropdown-item {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
-webkit-box-shadow: 0 0 1px transparent;
        box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
}

.dropdown-outline-default .dropdown-item:before, .dropdown-outline-primary .dropdown-item:before, .dropdown-outline-secondary .dropdown-item:before, .dropdown-outline-success .dropdown-item:before, .dropdown-outline-info .dropdown-item:before, .dropdown-outline-warning .dropdown-item:before, .dropdown-outline-danger .dropdown-item:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 100%;
bottom: 0;/*background: #2098D1;*/
height: 1px;
-webkit-transition-property: right;
-o-transition-property: right;
transition-property: right;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
   transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
   transition-timing-function: ease-out;
}

.dropdown-outline-default .dropdown-item:hover:before, .dropdown-outline-primary .dropdown-item:hover:before, .dropdown-outline-secondary .dropdown-item:hover:before, .dropdown-outline-success .dropdown-item:hover:before, .dropdown-outline-info .dropdown-item:hover:before, .dropdown-outline-warning .dropdown-item:hover:before, .dropdown-outline-danger .dropdown-item:hover:before {
right: 0;
}

.dropdown-outline-default .dropdown-item:focus:before, .dropdown-outline-primary .dropdown-item:focus:before, .dropdown-outline-secondary .dropdown-item:focus:before, .dropdown-outline-success .dropdown-item:focus:before, .dropdown-outline-info .dropdown-item:focus:before, .dropdown-outline-warning .dropdown-item:focus:before, .dropdown-outline-danger .dropdown-item:focus:before {
right: 0;
}

.dropdown-outline-default .dropdown-item:active:before, .dropdown-outline-primary .dropdown-item:active:before, .dropdown-outline-secondary .dropdown-item:active:before, .dropdown-outline-success .dropdown-item:active:before, .dropdown-outline-info .dropdown-item:active:before, .dropdown-outline-warning .dropdown-item:active:before, .dropdown-outline-danger .dropdown-item:active:before {
right: 0;
}

/* OULINE DROPDOWNS */
.dropdown-outline-primary .dropdown-item.active, .dropdown-outline-primary .dropdown-item:active, .dropdown-outline-secondary .dropdown-item.active, .dropdown-outline-success .dropdown-item:active, .dropdown-outline-success .dropdown-item.active, .dropdown-outline-success .dropdown-item:active, .dropdown-outline-info .dropdown-item.active, .dropdown-outline-info .dropdown-item:active, .dropdown-outline-warning .dropdown-item.active, .dropdown-outline-warning .dropdown-item:active, .dropdown-outline-danger .dropdown-item.active, .dropdown-outline-danger .dropdown-item:active {
color: #fff;
}

.dropdown-outline-default .dropdown-item.active, .dropdown-outline-primary .dropdown-item:active, .dropdown-outline-default .dropdown-item:before {
background-color: #8a8a8a;
color: #000;
}

.dropdown-outline-primary .dropdown-item.active, .dropdown-outline-primary .dropdown-item:active, .dropdown-outline-primary .dropdown-item:before {
background-color: #0c6dff;
}

.dropdown-outline-secondary .dropdown-item.active, .dropdown-outline-secondary .dropdown-item:active, .dropdown-outline-secondary .dropdown-item:before {
background-color: #8a8a8a;
}

.dropdown-outline-success .dropdown-item.active, .dropdown-outline-success .dropdown-item:active, .dropdown-outline-success .dropdown-item:before {
background-color: #43bc40;
}

.dropdown-outline-info .dropdown-item.active, .dropdown-outline-info .dropdown-item:active, .dropdown-outline-info .dropdown-item:before {
background-color: #03a5ee;
}

.dropdown-outline-warning .dropdown-item.active, .dropdown-outline-warning .dropdown-item:active, .dropdown-outline-warning .dropdown-item:before {
background-color: #ff971b;
}

.dropdown-outline-danger .dropdown-item.active, .dropdown-outline-danger .dropdown-item:active, .dropdown-outline-danger .dropdown-item:before {
background-color: #fe573c;
}

/* SOLID DROPDOWNS */

/* OULINE DROPDOWNS */
.dropdown-primary .dropdown-item.active, .dropdown-primary .dropdown-item:active, .dropdown-secondary .dropdown-item.active, .dropdown-secondary .dropdown-item:active, .dropdown-success .dropdown-item.active, .dropdown-success .dropdown-item:active, .dropdown-info .dropdown-item.active, .dropdown-info .dropdown-item:active, .dropdown-warning .dropdown-item.active, .dropdown-warning .dropdown-item:active, .dropdown-danger .dropdown-item.active, .dropdown-danger .dropdown-item:active {
color: #fff;
}

.dropdown-default .dropdown-item.active, .dropdown-primary .dropdown-item:active {
background-color: #ffffff;
color: #000;
}

.dropdown-primary .dropdown-item.active, .dropdown-primary .dropdown-item:active {
background-color: #0c6dff;
}

.dropdown-secondary .dropdown-item.active, .dropdown-secondary .dropdown-item:active {
background-color: #8a8a8a;
}

.dropdown-success .dropdown-item.active, .dropdown-success .dropdown-item:active {
background-color: #43bc40;
}

.dropdown-info .dropdown-item.active, .dropdown-info .dropdown-item:active {
background-color: #03a5ee;
}

.dropdown-warning .dropdown-item.active, .dropdown-warning .dropdown-item:active {
background-color: #ff971b;
}

.dropdown-danger .dropdown-item.active, .dropdown-danger .dropdown-item:active {
background-color: #fe573c;
}

/*  Iconic Dropdown */
.dropdown-iconic .dropdown-toggle::after {
display: inline-block;
margin-left: 0 !important;
border-top: none !important;
border-right: none !important;
border-bottom: none !important;
border-left: none !important;
}

.dropdown-iconic .btn {
padding: .600rem !important
}

.dropdown-iconic .btn i {
margin-right: 0 !important;
}

/* dropdown-Rcircle */
.dropdown-Rcircle .dropdown-menu {
border-radius: 1.2rem !important;
-moz-border-radius: 1.2rem !important;
-webkit-border-radius: 1.2rem !important;
-o-border-radius: 1.2rem !important;
}

.dropdown-Rcircle .dropdown-menu li:first-child a {
border-radius: 1rem 1rem 0 0;
-moz-border-radius: 1rem 1rem 0 0;
-webkit-border-radius: 1rem 1rem 0 0;
-o-border-radius: 1rem 1rem 0 0;
}

.dropdown-Rcircle .dropdown-menu li:last-child a {
border-radius: 0 0 1rem 1rem;
-moz-border-radius: 0 0 1rem 1rem;
-webkit-border-radius: 0 0 1rem 1rem;
-o-border-radius: 0 0 1rem 1rem;
}

.bootstrap-select .dropdown-menu {
top: -43px !important;
left: 0 !important;
width: 100%;
padding: 0;
margin-top: 0 !important;
}

.dropdown-menu.show {
animation-name: drpdown;
animation-duration: 0.5s;
-moz-animation-duration: 0.5s;
animation-timing-function: 200ms cubic-bezier(.66, .22, .18, .32);
-webkit-animation-timing-function: linear;
        animation-timing-function: linear;
-ms-transform-origin: 15% 36px;
    transform-origin: 15% 36px;
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
transform: translate3d(0, 36px, 0px);/*transform: scaleY(0.5) !important;*/

/*transform-origin: 0 0%;*/

/*transform: translate3d(0, 0, 0px) !important;*/

/*-moz-transform: translate3d(0, 0, 0px) !important;*/

/*transform: translate3d(0, 0px, 0px);*/

/*transform: translate3d(5px, 0%, 0px)  !important;*/

/*transform:  scaleY(1);*/

/*-moz-transform: translate(0, 0px) !important;
-moz-transform:  scaleY(1);
*/

/*transform: scaleY(1) translate3d(10%, 10%, 0)   !important;*/

/*transform:  translate3d(0, 0, 0px) scaleY(1) ;*/
-webkit-animation-name: drpdown;
-webkit-animation-duration: 0.5s;
-webkit-animation-timing-function: 200ms cubic-bezier(.66, .22, .18, .32);
-webkit-transform-origin: 15% 36px;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
-webkit-transform: translate3d(0, 36px, 0px);
}

/*@keyframes drpdown{
0%{ transform: translate3d(0, 0, 0px) scaleY(0) ; opacity: 0;}
100%{  transform: translate3d(0, 0%, 0px) scaleY(1);
opacity: 1;}
}*/

@keyframes drpdown {
0% {
  -webkit-transform: translate3d(0, 0, 0px) scaleY(0);
          transform: translate3d(0, 0, 0px) scaleY(0);
  opacity: 0;
}

100% {
  -webkit-transform: translate3d(0, 36px, 0px) scaleY(1);
          transform: translate3d(0, 36px, 0px) scaleY(1);
  opacity: 1;
}

}

@-webkit-keyframes drpdown {
0% {
  -webkit-transform: translate3d(0, 0, 0px) scaleY(0);
  opacity: 0;
}

100% {
  -webkit-transform: translate3d(0, 36px, 0px) scaleY(1);
  opacity: 1;
}

}


/* bootstrap-select */
.bootstrap-select .btn {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
-webkit-box-shadow: 0 0 1px transparent;
        box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
}

.bootstrap-select .btn:before {
content: "";
position: absolute;
z-index: -1;
left: 50%;
right: 50%;
bottom: 0;
background: #0c6dff;
height: 3px;
-webkit-transition-property: left, right;
-o-transition-property: left, right;
transition-property: left, right;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
   transition-duration: 0.2s;
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
   transition-timing-function: ease-out;
}

.bootstrap-select .btn:hover:before {
left: 0;
right: 0;
}

.bootstrap-select .btn:focus:before {
left: 0;
right: 0;
}

.bootstrap-select .btn:active:before {
left: 0;
right: 0;
}

.bootstrap-select .btn-default:before, .bootstrap-select .btn-primary:before, .bootstrap-select .btn-success:before, .bootstrap-select .btn-info:before, .bootstrap-select .btn-warning:before, .bootstrap-select .btn-danger:before {
background: none !important;
height: 0 !important;
}

.bootstrap-select .btn-default, .bootstrap-select .btn-primary, .bootstrap-select .btn-success, .bootstrap-select .btn-info, .bootstrap-select .btn-warning, .bootstrap-select .btn-danger {
padding: .500rem 25px .500rem .500rem !important;
}

.bootstrap-select .btn {
padding: .375rem .0;
}

.bootstrap-select .btn, .bootstrap-select .btn:active, .bootstrap-select .btn:focus {
-webkit-box-shadow: none;
        box-shadow: none;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-o-border-radius: 0;
}

.bs-actionsbox .btn-default {
background: #fff !important !important;
border: 1px solid #8a8a8a !important;
-webkit-box-shadow: 0 6px 4px -2px rgba(0, 0, 0, .20), 0 0px 10px 0 rgba(0, 0, 0, 0.20) !important;
        box-shadow: 0 6px 4px -2px rgba(0, 0, 0, .20), 0 0px 10px 0 rgba(0, 0, 0, 0.20) !important;
}

.bs-actionsbox .btn:before {
background: none !important !important;
}

.btn-group.bootstrap-select.show .dropdown-menu {
display: block;
}

.btn.dropdown-toggle.btn-default {
background: none !important;
border-bottom: 1px solid #8a8a8a;
}

.btn.dropdown-toggle.btn-default:hover, .btn.dropdown-toggle.btn-default:focus {
outline: 0 !important;
border: 0 !important;
border-bottom: 1px solid #8a8a8a !important;
}

.bootstrap-select .dropdown-menu.show {
animation-name: seldrpdown;
animation-duration: 0.5s;
-moz-animation-duration: 0.5s;
animation-timing-function: 200ms cubic-bezier(.66, .22, .18, .32);
-webkit-animation-timing-function: linear;
        animation-timing-function: linear;
-ms-transform-origin: 15% 36px;
    transform-origin: 15% 36px;
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
transform: translate3d(0, 36px, 0px);/*transform: scaleY(0.5) !important;*/

/*transform-origin: 0 0%;*/

/*transform: translate3d(0, 0, 0px) !important;*/

/*-moz-transform: translate3d(0, 0, 0px) !important;*/

/*transform: translate3d(0, 0px, 0px);*/

/*transform: translate3d(5px, 0%, 0px)  !important;*/

/*transform:  scaleY(1);*/

/*-moz-transform: translate(0, 0px) !important;
-moz-transform:  scaleY(1);
*/

/*transform: scaleY(1) translate3d(10%, 10%, 0)   !important;*/

/*transform:  translate3d(0, 0, 0px) scaleY(1) ;*/
-webkit-animation-name: seldrpdown;
-webkit-animation-duration: 0.5s;
-webkit-animation-timing-function: 200ms cubic-bezier(.66, .22, .18, .32);
-webkit-transform-origin: 15% 36px;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
-webkit-transform: translate3d(0, 36px, 0px);
}

/*@keyframes drpdown{
0%{ transform: translate3d(0, 0, 0px) scaleY(0) ; opacity: 0;}
100%{  transform: translate3d(0, 0%, 0px) scaleY(1);
opacity: 1;}
}*/

@keyframes seldrpdown {
0% {
  -webkit-transform: translate3d(0, 0, 0px) scaleY(0);
          transform: translate3d(0, 0, 0px) scaleY(0);
  opacity: 0;
}

100% {
  -webkit-transform: translate3d(0, 43px, 0px) scaleY(1);
          transform: translate3d(0, 43px, 0px) scaleY(1);
  opacity: 1;
}

}

@-webkit-keyframes seldrpdown {
0% {
  -webkit-transform: translate3d(0, 0, 0px) scaleY(0);
  opacity: 0;
}

100% {
  -webkit-transform: translate3d(0, 43px, 0px) scaleY(1);
  opacity: 1;
}

}

.dropdown-item, .bootstrap-select.btn-group .dropdown-menu li {
display: block;
width: 100%;
padding: 0;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;/*min-height: 36px;*/
font-size: 14px;
line-height: 17px;
}

.dropdown-menu a, .bootstrap-select.btn-group .dropdown-menu li a {
padding: 15px;
}

.dropdown-menu li a:focus {
padding: 15px;
}

.bootstrap-select .dropdown-menu.inner li  span.text {
margin-right: 0 !important;
float: left;
width: 88%;
}

.bootstrap-select .dropdown-menu.inner li i {
display: none;
width: 10%;
float: right;
}

.bootstrap-select .dropdown-menu.inner li.selected i {
display: block;
}

.bootstrap-select .btn-default {
background: none !important;
border: none !important;
border-bottom: 1px solid #8a8a8a !important;
}

/******* AFFIX NAVBAR *********/

/*
header {
height: 220px;
background: #ccc;
}*/

/*#main {
padding-top:70px;
}
*/
.navbar {
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-o-border-radius: 0;
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
}

.affix {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
}

/* fixed to top styles */
.affix.navbar {
background-color: #fff;
-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
}

.affix.navbar img {
max-height: 70px;
}

.affix.navbar .nav-item>a, .affix.navbar .navbar-brand {
color: #fff;
}

.navbar-black {
background: rgba(0, 0, 0, 0.2);
position: relative;
z-index: 2;
}

.navbar-black a {
color: #fff !important;
}

.navbar-black .navigation li a {
color: #fff !important;
}

.affix .navigation li a {
color: #000 !important;
}

.dropdown-menu a.dropdown-item {
color: #000 !important;
font-size: 15px;
border-bottom: 1px solid #ccc;
padding: 20px !important;
}

.navbar-black .dropdown-menu a.dropdown-item {
color: #000 !important;
}

.navigation .dropdown-menu a.dropdown-item {
padding-left: 20px !important;
padding-right: 20px !important;
}

.dropdown-menu {
top: 15px !important;
left: 0 !important;
width: 100%;
padding: 0;
border-radius: 0 !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
-o-border-radius: 0 !important;
width: auto;
font-size: 16px;
}

.topNavRight li {
display: flex;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
}

.topNavRight li a {
display: flex;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
}

.topNavRight li a.dropdown-toggle {
padding-right: 30px;
}

.topNavRight li a.dropdown-toggle::after {
top: 20px;
position: absolute;
right: 20px;
}

.topNavRight li .dropdown-menu {
top: 0 !important;
}

.topNavRight li a.active {
color: #468dce !important;
}

.topNavSep {
display: flex;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
line-height: 40px;
}


.topNavSep {
color: #333;
}

.navbar-black .topNavSep {
color: #fff;
}

/******* CLIENT TESTIMONIALS ******/
.client-details {
width: 100%;
display: flex;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
text-align: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
margin-bottom: 30px;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}

.client-detailsImg {
background: url(../images/sprites.png) -145px -350px no-repeat;
display: block;
height: 102px;
width: 102px;
margin-right: 15px;
}

.client-detailsNA {
text-align: left;
color: #000;
}

.client-detailsN {
font-size: 18px;
font-weight: 600;
}

.clientdesc {
width: 80%;
font-size: 20px;
font-weight: 500;
line-height: 36px;
text-align: center;
margin: 0 auto 50px auto;
color: #767d9f;
}

/***** swiper ********/
.swiper-container {
width: 100%;
height: 100%;
}

.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: flex;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}

/****** aboutus ********/
.aboutus {
padding-bottom: 30px;
}

.aboutus .row:nth-child(2) {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
        flex-flow: row-reverse;
}

.aboutus .row {
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
margin-bottom: 30px;
}

.aboutus h4 {
font-weight: bold;
margin-bottom: 20px;
}

.aboutus p {
font-size: 19px;
line-height: 34px;
}

.services-page {
margin-bottom: 50px;
}

.services-page p {
color: #000;
}

.nav-link.dropdown-toggle.active {
color: #468dce !important;
}

.dropdown-item.active, .dropdown-menu a.active.dropdown-item {
background: #fff !important;
color: #468dce !important;
}

.resource-container {
display: flex;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
width: 100%;
margin-bottom: 50px;
}

.resource-containerImg {
-webkit-box-shadow: -5px 70px 79px -63px rgba(0, 0, 0, 0.70);
box-shadow: -2px 17px 19px -10px rgba(0, 0, 0, 0.70);
width: 150px;
max-height: 120px;
margin-right: 30px;
display: flex;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
}

.resource-container img {
display: flex;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
margin-right: 20px;
}

.resource-Details {
display: flex;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-flow: column;
        flex-flow: column;
width: 100%;
}

.resource-Details h3 {
font-size: 20px;
color: #000;
font-weight: 600;
}

.resource-Details span {
display: flex;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
font-size: 15px;
}


.resource-Details span i {
margin-right: 10px;
}

.swiper-container-SliderImg {
width: 100%;
height: 100%;

-o-object-fit: cover;
   object-fit: cover;
}

.swiper-container-Slider .swiper-pagination-bullet {
background: url(../images/slider-bullet.png) left top no-repeat !important;
opacity: 1 !important;
width: 24px !important;
height: 15px !important;
}

.swiper-container-Slider .swiper-pagination-bullets {
bottom: -6px !important;
}

.swiper-container-Slider .swiper-pagination-bullet-active {
background: url(../images/slider-bullet-active.png) left top no-repeat !important;
opacity: 1 !important;
width: 24px !important;
height: 15px !important;
}

.swiper-container-Slider .swiper-pagination-bullet:last-child {
display: none;
}

@media (max-width:991px) {
.navbar-black {
  background: #fff;
}

.navbar-black a {
  color: #000 !important;
}

.navbar-black .navigation li a {
  color: #000 !important;
}

.navigation li a {
  display: block;
}

.swiper-container-Slider {
  margin: 0 0 50px 0 !important;
}

.services-page {
  margin-bottom: 30px;
}

.banner {
  margin-bottom: 30px;
}

.contactBox {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  margin-bottom: 30px;
  height: auto;
  padding: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 3px 16px 32px -17px rgba(0, 0, 0, 0.50);
  box-shadow: 3px 16px 32px -17px rgba(0, 0, 0, 0.50);
}

.contactBox-Icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 74px;
          flex: 0 0 74px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  text-align: center;
  margin: 0 20px 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contactBoxTD {
  text-align: left;
}

.contactBox-Title {
  margin-bottom: 0;
}

.career-guideTitle {
  font-size: 18px;
  line-height: 24px;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
  margin-top: -40px;
  margin-bottom: 40px;
}

.banner-Overlay {
  font-size: 40px;
}

.affix {
  max-height: 100%;
  overflow: auto;
}

.ctATitle {
  font-size: 22px;
}

.services-list {
  column-count: 2 !important;
  -webkit-column-count: 2; /* Ch, Saf, And, BB  */
  -moz-column-count: 2; /* Fx */
}

.navigation {
  border-top: none;
}

.services-sideImg {
  margin-bottom: 30px;
}

.services-keypoints {
  clear: both;
}

.resDisplay img {
  max-height: 70px;
}

.resDisplay {
  display: block !important;
}

.resDisplay .dropdown-menu.show {
  display: block;
  position: static;
  width: 100%;
  top: 0 !important;
  margin-top: -35px;
}

.resDisplay  .dropdown-toggle::after, .navbar-nav  .dropdown-toggle::after {
  right: 0;
  position: absolute;
  top: 24px;
}

.navigation li a {
  padding-left: 0 !important;
  border-bottom: 1px solid #ccc;
}

.resDisplay li a {
  display: block;
  padding: 10px 0;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
}

.resDisNone {
  display: none !important;
}

.navigation li {
  display: block;
  width: 100%;
}

.navigation li a {
  padding-right: 0 !important;
}

.navigation  li a {
  padding-left: 0 !important;
}

.navbar-toggler {
  top: 15px;
  right: 15px;
  position: absolute;
  border: 1px solid #2e63d3;
}

.navbar-toggler i {
  position: relative;
  top: 3px;
  color: #468dce;
}

.contactBox {
  margin-bottom: 30px;
}

.contact-Form {
  margin: 0 0 30px 0;
}

.newsLetter .align-items-center {
  margin-bottom: 15px;
}

}

@media (min-width:320px) and (max-width:767px) {
.boxLink-Head {
  font-size: 22px;
}

.section-Title h2 {
  color: #236ee1;
  font-size: 24px;
}

.calltoAction .justify-content-between {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.aboutus .col-sm-12 img {
  margin: 0 auto;
  display: block;
}

.aboutus h4 {
  text-align: center;
}

.aboutus .row:nth-child(2) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

}

@media (max-width:575px) {
.boxLinkContainer {
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.boxLink {
  width: 100% !important;
  min-height: 150px !important;
}

.services-list {
  column-count: 1 !important;
  -webkit-column-count: 1; /* Ch, Saf, And, BB  */
  -moz-column-count: 1; /* Fx */
}

.topNavLeft {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  display: none !important;
}

.topNavLeft li a {
  padding-left: 0;
}

.aboutus p {
  font-size: 16px;
  line-height: 30px;
}

.newsletterHead {
  font-size: 26px;
}

.navbar {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

}

@media (min-width:576px) and (max-width:991px) {
.topNav ul {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.topNav li a {
  padding-right: 0;
}

}

@media (min-width:992px) and (max-width:1199px) {
.footer-address {
  font-size: 14px;
}

}

@media (min-width:992px) {
.container {
  max-width: 950px !important;
}
.services-list li:nth-child(6) .service-BoxDesc{
      margin-bottom: 50px;
}
}

@media(min-width: 1199px){
  .swiper-container-SliderImg {
    height: 100vh;
  }

}



/****** NEWLY ADDED ****/

  input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
      background-color:transparent !important;
    
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
      background-color:transparent !important;
}

.services-page{

}
.services-page li {
  text-align: justify;
  margin: 0 0 30px 0;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  font-size: 16px;
  line-height: 32px;
  color: #000;
   background: url(../images/icon-home.png) left 10px no-repeat;
    padding-left: 40px;
    background-size: 20px auto;
}

.services-page ul{
  margin-top: -6px;
}

.services-sideImg {
   margin-bottom:0px;
}

.services-page img{
  float: left;
  margin-right: 30px;
}

.ourMission li {
      background: url(../images/icon-checkMark.png) left 10px no-repeat;
    padding-left: 40px;
    background-size: 22px auto;
}

.services-list li:nth-child(2) .service-BoxImg{
     height: 115px;
}




.alertBox{
    position: fixed;
    right: 20px;
    /* top: 30%; */
    z-index: 9898;
    width: 360px;
    bottom: 0;
    padding: 30px;
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.1);

}
.alertBox {
  
    -webkit-animation-name: zoomIn;
-webkit-animation-duration: .70s;
-moz-animation-name: zoomIn;
-moz-animation-duration: .70s;
animation-name: zoomIn;
animation-duration: .70s;
}
@keyframes cssAnimation {
  from{
     width: 360px;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
-moz-transform: scale3d(0.3, 0.3, 0.3);
  }
    to {
        width:0;
        height:0;
        overflow:hidden;
        padding: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
-moz-transform: scale3d(0.3, 0.3, 0.3);
    }
}

/**** ALERTS **/
.alert-primary {
background-color: rgba(12, 109, 255, 1);
color: white;
}
.alert-secondary {
background-color: rgba(138, 138, 138, 1);
color: white;
}
.alert-success {
background-color: rgba(67, 188, 64, 1);
color: white;
}
.alert-danger {
background-color: rgba(254, 87, 60, 1);
color: white;
}
.alert-warning {
background-color: rgba(255, 151, 27, 1);
color: white;
}
.alert-info {
background-color: rgba(3, 165, 238, 1);
color: white;
}




