@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");

body {
  background: #e7e7e7;
  font-family: "Roboto", sans-serif !important;
}

p {
  color: #64697a;
  font-weight: 500;
  line-height: 2;
}
a:hover {
  text-decoration: none;
}
/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #afafaf;
}
.text-blue {
  color: #137dab;
}
.text-yellow {
  color: #b35b00;
}

/* #Navigation
================================================== */

.start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 10px 0;
  /* box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15); */
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 5px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.start-header.scroll-on .navbar-brand img {
  height: 50px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navigation-wrap {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navbar {
  padding: 0;
}

.navbar-brand img {
  width: auto;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}

.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
  transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
  top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}

.nav-link {
  font-weight: 500;
  transition: all 200ms linear;
}

.nav-item:hover .nav-link {
  color: #127caa !important;
}

/* .nav-item.active .nav-link {

} */

.nav-link {
  position: relative;
  z-index: 1;
}
.nav-item.active .nav-link:before {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 0;
  width: 58%;
  border-bottom: 3px solid #00acf3;
}

.nav-link {
  position: relative;
  padding: 15px 25px !important;
  display: inline-block;
  font-size: 12px;
}

.nav-item:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  opacity: 0;
  transition: all 200ms linear;
}

.nav-item:hover:after {
  bottom: 0;
  opacity: 1;
}

.nav-item.active:hover:after {
  opacity: 0;
}

.nav-item {
  position: relative;
  transition: all 200ms linear;
}

.nav-item .dropdown-menu {
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: block;
  padding: 0;
  margin: 0;
  transition: all 200ms linear;
}

.nav-item.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  transform: translate3d(0, 0px, 0);
  border-top: 1px solid #ddd;
}


.dropdown-menu {
  padding: 10px !important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  background-color: #fcfaff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  transition: all 200ms linear;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-item {
  padding: 10px 15px;
  color: #212121;
  border-radius: 2px;
  transition: all 200ms linear;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #fff;
  background-color: #127caa;
}
.call-us a {
  font-size: 20px;
  color: #b35b00;
  font-weight: 700;
  margin-left: 30px;
  vertical-align: super;
}

.call-us a:hover {
  text-decoration: none;
}

.menu-head {
  position: relative;
  display: block;
  width: 100%;
}

.bt-yellow {
  background-color: #b35b00;
  transition: all 0.5s;
  border: #b35b00 2px solid !important;
}

.bt-blue {
  background-color: #137dab;
  transition: all 0.5s;
  border: #137dab 2px solid !important;
}

.bt-blue:hover {
  color: #fff;
  border: #137dab 2px solid !important;
  background: transparent;
  text-decoration: none;
}

.bt-yellow:hover {
  color: #fff;
  border: #b35b00 2px solid !important;
  background: transparent;
  text-decoration: none;
}

.slide-btn {
  animation: fadeInUp 1s both 1s;
  -webkit-animation: fadeInUp 1s both 1s;
}

.container-custom {
  width: 100%;
  padding: 0 100px;
}

.full-height {
  height: 100vh;
}

/* .bg-light {
  background-color: #fff !important;
  transition: all 200ms linear;
} */

.start-header {
  opacity: 1;
  transform: translateY(0);
  /* padding: 20px 0; */
  /* box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15); */
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.img-over::after {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  display: block;
  content: "";
}

.img-over {
  position: relative !important;
}

.services-block {
  position: relative;
}

.service-box {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  padding: 20px;
  transition: 0.3s;
  overflow: hidden;
  border-radius: 20px;
  height: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.service-icon img {
  max-width: 60px;
}

.service-content h3 {
  font-size: 20px;
}

.service-section {
  margin-top: -100px;
  animation: fadeInUp 1s both 1s;
  -webkit-animation: fadeInUp 1s both 1s;
}

.service-box p {
  font-size: 14px;
}

.service-box a {
  color: #137dab;
  text-decoration: none;
  font-weight: 600;
}

.service-box a:hover {
  text-decoration: none;
}

.video-id {
  margin: 120px 0;
  background: #fff;
  animation: fadeInUp 1.5s both 1.5s;
  -webkit-animation: fadeInUp 1.5s both 1.5s;
}

/* .service-box:hover {
  box-shadow: 0px 10px 60px 0px rgba(68, 68, 68, 0.17);
  transform: translateY(-5px);
  background: #fcfaff;
} */
.video-pop {
  position: relative;
  height: 100%;
  width: 100%;
}
.video-pop::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.36);
  display: block;
  content: "";
}
.video-button {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 50px;
  width: 50px;
  background: #b35b00;
  transition: all 0.5s ease;
}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: none;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ba1f24;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fa183d;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #fa183d;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}
.video-tab {
  position: relative;
  display: flex;
}
.vid-icon {
  position: relative;
  height: 100px;
  width: 100px;
  background: #ebebec;
  float: left;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 35px 20px;
  flex: none;
  text-align: center;
}
.video-tab .active {
  background: #137dab;
}
.vid-icon img {
  max-width: 50px;
  margin-top: 17px;
}
.vid-content {
  width: 100%;
  margin-top: 15px;
}
.vid-content h4 {
  margin-top: 10px;
  font-weight: 700;
  line-height: unset;
  text-transform: capitalize;
}
.vid-content p {
  font-size: 14px;
}

/* .service-box:after{
  background: #B35B00;
  content: '';
  width: 200px;
  height: 200px;
  position: absolute;
  left: -17%;
  top: 100px;
  border-radius: 100%;
  opacity: 0.08;
  transition: 0.2s ease-in all;
  pointer-events: none;
  border: solid #B35B00 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.service-box:before{
  background: #B35B00;
  content: '';
  width: 200px;
  height: 200px;
  position: absolute;
  right: -17%;
  top: -50px;
  border-radius: 100%;
  opacity: 0.08;
  transition: 0.2s ease-in all;
  pointer-events: none;
  border: solid #B35B00 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.service-box:hover:before {
  width: 0%;
  transition: 0.2s ease-in all;
  opacity: 0;
}
.service-box:hover:after {
  width: 0%;
  transition: 0.2s ease-in all;
  opacity: 0;
}
.service-icon svg{
  color: #fff;
} */

.header-title-cnt h3 {
  color: #137dab;
  font-weight: 800;
  font-size: 40px;
}
.header-title-cnt h3 span {
  color: #b35b00;
}
/* Global Button Styles */

.max-height img {
  height: 100%;
}
.mb-bottom {
  margin-bottom: 30px;
}
.news-content {
  position: relative;
  bottom: 0;
  height: 100%;
  width: 100%;
  content: "";
  justify-content: end;
  z-index: 1;
  flex-basis: 50%;
  padding: 2em;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  display: flex;
  flex-wrap: inherit;
  flex-direction: column;
  justify-content: flex-end;
  transition: 0.3s all;
}
.cal-support {
  margin: 120px 0;
  position: relative;
  display: block;
  background: url(../images/startup-photo.jpg);
  padding: 80px 0;
  background-attachment: fixed;
}
section.cal-support:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  height: 100%;
  width: 100%;
}
.call-title {
  z-index: 100;
  width: 100%;
  position: relative;
}
.btn-call {
  border: none;
  display: block;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  position: relative;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  background-color: #137dab;
  padding: 17px 60px;
  margin: 0 auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.btn-call span {
  position: relative;
  z-index: 1;
  color: fff;
}
.btn-call:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 490%;
  width: 140%;
  background: #b35b00;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
}
.btn-call:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
  color: #fff;
}
.title-view-more a {
  text-decoration: none;
}
.title-view-more a:hover {
  text-decoration: none;
  color: #fff;
}
.case-study-box h4 {
  font-weight: 700;
  color: #292929;
}
.case-study-box p {
  font-size: 14px;
  line-height: 2;
}
.case-btn-blue {
  background-color: #137dab;
  transition: all 0.5s;
  border: #137dab 2px solid !important;
  color: #fff;
  padding: 10px 40px;
  margin: 10px 0;
}
.case-btn-blue:hover {
  color: #137dab;
  border: #137dab 2px solid !important;
  background: transparent;
  text-decoration: none;
}
.case-study-box {
  position: relative;
  display: flex;
  height: 100%;
  overflow: visible;
}
.news-letter-section {
  background: url(../images/macbook-apple-imac.jpeg);
  position: relative;
  padding: 100px 0;
  background-attachment: fixed;
  margin: 120px 0;
}
.news-letter-section:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
}
/* news Leatter */
.subscribe_now {
  position: relative;
  z-index: 1000;
  width: 100%;
}
.subscribe_now h4 {
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 30px;
}
.subscribe_form {
  max-width: 670px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0px 2px 5px 0px rgba(10, 6, 20, 0.24);
}
.subscribe_form:focus {
  outline: none;
}
.subscribe_form .form-control {
  border: none;
}
.subscribe_form .form-control:focus {
  box-shadow: none;
}
.subscribe_form input {
  height: 44px;
}
.subscribe_form button {
  border: none;
  height: 44px;
  background-color: #137dab;
  color: #fff;
  margin: -1px;
  border-radius: 0;
  width: 135px;
  text-transform: capitalize;
  position: relative;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}
.subscribe_form button:hover,
.subscribe_form button:focus,
.subscribe_form button:active,
.subscribe_form button:visited {
  color: #fff;
  background-color: #137dab;
  outline: none;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}
.subscribe_form button:hover:before,
.subscribe_form button:focus:before,
.subscribe_form button:active:before,
.subscribe_form button:visited:before {
  background-color: #137dab;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}
.subscribe_form button:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
  background-color: #137dab;
  width: 100%;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}
.subscribe_form .input-group-btn:last-child > .btn,
.subscribe_form .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: 0px;
}
.date-display {
  color: #fff !important;
  background: #137dab;
  padding: 10px;
  margin-left: 22px;
  position: relative;
  display: inline-block;
}
.blog-date {
  margin-top: -20px;
}
.blog-comment i {
  color: #137dab;
}
.blog-view a:hover {
  text-decoration: none;
  background-size: 100% 100%;
}
.blog-view a {
  color: #137dab;
  background-image: linear-gradient(180deg, transparent 90%, #b35b00 0);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease;
  transition: 0.6s;
}
.blog-view a:hover {
  letter-spacing: 1px;
}
.contact-section {
  margin: 120px 0;
}
.tab-link a {
  padding: 20px 85px;
  color: #292929;
  background: #fff;
  font-weight: 500;
  text-align: center;
}
.tab-link {
  text-align: center;
  margin-top: 18px;
}
.tab-active {
  background: #137dab !important;
  color: #fff !important;
}
.location-news {
  background: #137dab;
  height: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 55px 40px;
}
.location-news h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
}
.location-overley {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  display: block;
}
.location-overley img {
  opacity: 0.1;
}
.news-contents {
  z-index: 1000;
  position: relative;
}
.news-contents h3 {
  line-height: 1.3;
}
.height-news {
  height: 60px;
  border-radius: 0px;
}
.news-btn {
  background: #b35b00;
  border: 0;
  display: block;
  width: 100%;
  padding: 20px;
  color: #fff;
  font-size: 20px;
}
.address-location {
  position: relative;
  height: 100%;
  width: 100%;
  background: url(../images/pexels-photo-2078774@2x.png);
}
.address-location h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
}
.address-content {
  padding: 60px 40px;
}
.add-icon i {
  color: #b35b00;
  font-size: 30px;
}
.google-maps {
  position: relative;
  padding-bottom: 100%;
  height: 100%;
  overflow: hidden;
  height: 560px;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.footer-section {
  position: relative;
  width: 100%;
  background-attachment: fixed;
  background-size: cover;
  padding: 15px 0 15px;
}
.footer-section:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
}
.footer-dis {
  z-index: 1000;
  position: relative;
}
.talk-export {
  background: rgba(0, 0, 0, 0.48);
  padding: 10px;
  border: 1px solid #242424;
}
.quick-link p {
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}
.quick-link-menu ul li {
  list-style-type: none;
  padding: 8px 0;
}
.quick-link-menu ul li a {
  color: #fff;
  margin-left: 8px;

  font-weight: 300;
}
.news-list-img {
  height: 60px;
  width: 60px;
  margin-bottom: 10px;
}
.news-list-img img {
  width: 100%;
  padding: 3px;
  height: 100%;
  border: 1px solid #212121;
}
.latest-news h3 {
  font-size: 18px;
  color: #fff;
  margin-left: 10px;
}
.latest-news p {
  font-size: 12px;
}
.get-input {
  height: 50px;
  padding: 10px;
  background: transparent;
  border: 1px solid #242424 !important;
}
.btn-get {
  padding: 13px 13px 11px;
  margin: 0px;
  border: 1px solid #b35b00;
  background: #b35b00;
  position: relative;
  margin-left: -4px;
  color: #fff;
}
.f_social_icon a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 45px;
  color: #858da8;
  display: inline-block;
  background: #ebeef5;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin-top: 10px;
}
.f_social_icon a {
  width: 44px;
  height: 44px;
  line-height: 43px;
  background: transparent;
  border: 1px solid #242424;
  font-size: 24px;
  color: #fff;
}
.f_social_icon a:hover {
  background: #b35b00;
  border-color: #b35b00;
  color: white;
}
.second-footer p {
  color: #fff !important;
}
.second-footer {
  position: relative;
  z-index: 1000;
  padding: 0px 0 5px;
  margin-top: 20px;
}
.f_social_icon h3 {
  font-size: 20px;
}
/* About Page  */
.inner-banner {
  position: relative;
  background: url(../images/pexels-photo-2764668.png);
  padding: 150px;
}
.inner-banner::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.inner-title {
  position: relative;
  z-index: 100;
  text-align: center;
  color: #fff;
  width: 100%;
}
.about-data {
  position: relative;
  margin: 120px 0;
}
.about-content h3 {
  padding: 0 335px 0 0;
}
.about-us-img {
  position: relative;
}
.over-lay-about {
  position: absolute;
  left: -100px;
  width: 100%;
  height: 100%;
  content: "";
  top: 15%;
}
.our-expert {
  position: relative;
}
.expert-content {
  background: #fff;
  margin: 0px 15px;
  text-align: center;
  margin-top: -30px;
  position: relative;
  padding: 15px 0 1px;
}
.expert-content h4 {
  font-size: 16px;
  font-weight: 700;
}
.expert-content p {
  font-size: 14px;
}
.case-study-list {
  position: relative;
  margin: 80px 0 100px;
}
.blog-details-page {
  position: relative;
  display: block;
  margin: 100px 0;
}
.cat-title h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  padding: 8px 0 5px 20px;
  background: none;
  position: relative;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.cat-title h3::before {
  left: 0;
  width: 6px;
}
.cat-title h3::after {
  left: 8px;
  width: 2px;
}
.cat-title h3::before,
.cat-title h3::after {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  background: #137dab;
}
.cat-title ul li::before {
  background: #b35b00;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 10px;
  position: absolute;
}
.cat-title ul li {
  position: relative;
  margin-bottom: 12px;
  color: #64697a;
  padding-left: 14px;
  font-size: 15.5px;
  font-weight: 500;
  list-style-type: none;
}
.cat-title ul li a {
  color: #212121;
}
.recent-img {
  width: 100px;
  height: 100px;
  flex: none;
}
.recent-post {
  position: relative;
}
.recent-content {
  margin-left: 20px;
}
.recent-content h4 {
  font-size: 18px;
  font-weight: 700;
}
.blog-contents h3 {
  margin-top: 35px;
  font-weight: 700;
  margin-bottom: 15px;
}
.blog-contents h3 img {
  max-width: 50px;
  vertical-align: bottom;
}
.entry-meta {
  margin-bottom: -8px;
}
.entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.entry-meta ul li {
  position: relative;
  display: inline-block;
  color: #393953;
  margin-right: 21px;
}
.entry-meta ul li::before {
  content: "";
  position: absolute;
  top: 12px;
  right: -15px;
  width: 6px;
  height: 1px;
  background: #00b0ee;
}
.entry-meta ul li:last-child::before {
  display: none;
}
.entry-meta li span {
  font-weight: 700;
}
.entry-meta li a {
  color: #737b9a;
}
.jumbotron {
  border-left: 3px solid #137dab;
  padding: 2rem 2rem;
}
.btn-yellow {
  padding: 0.375rem 0.75rem;
  background: #b35b00;
}
.dreidbgleft {
  position: relative;
}
.dreidbgleft:after {
  content: "";
  background-color: #b35b00;
  height: 90%;
  width: 90%;
  position: absolute;
  bottom: -20px;
  left: -20px;
  z-index: -1;
}
.login-form {
  position: relative;
  padding: 0 45px;
}
.contact-form {
  position: relative;
  margin-bottom: 140px;
}
.form-contact .form-control {
  border-radius: 7px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
.height-form {
  height: 50px;
}
ul {
  color: #64697a;
  font-weight: 500;
  line-height: 2;
  font-size: 14px;
}
.dropdown-menu h3 {
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 10px;
  position: relative;
}
.dropdown-menu h3::after {
  position: absolute;
  bottom: -3px;
  left: 0px;
  content: "";
  width: 5px;
  height: 20px;
  background: #137dab;
}
.carousel-caption b {
  color: #b35b00;
  font-weight: 900;
  text-transform: uppercase;
}
.scrolltop {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 10000;
}
.scroll {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: #00acf3;
  padding: 8px;
  text-align: center;
  margin: 0 0 0 0;
  cursor: pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
.scroll:hover {
  background: #137dab;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
.scroll:hover .fa {
  padding-top: -10px;
}
.scroll .fa {
  font-size: 30px;
  margin-top: -5px;
  margin-left: 1px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  color: #fff;
}

.wrapperDate Label {
  display: inline;
}
#ui-datepicker-div {
  display: none;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  margin-top: 0.25rem;
  padding: 0.5rem;
}
.ui-datepicker-calendar thead th {
  padding: 0.25rem 0;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  color: #78909c;
}
.ui-datepicker-calendar tbody td {
  width: 2.5rem;
  text-align: center;
  padding: 0;
}
.ui-datepicker-calendar tbody td a {
  display: block;
  border-radius: 0.25rem;
  line-height: 2rem;
  transition: 0.3s all;
  color: #546e7a;
  font-size: 0.875rem;
  text-decoration: none;
}
.ui-datepicker-calendar tbody td a:hover {
  background-color: #e0f2f1;
}
.ui-datepicker-calendar tbody td a.ui-state-active {
  background-color: #00acf3;
  color: #fff;
}
.ui-datepicker-header a.ui-corner-all {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 2rem;
  height: 2rem;
  margin: 0.5rem;
  border-radius: 0.25rem;
  transition: 0.3s all;
}
.ui-datepicker-header a.ui-corner-all:hover {
  background-color: #eceff1;
}
.ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 0.5rem;
  background-position: 50%;
  transform: rotate(180deg);
}
.ui-datepicker-header a.ui-datepicker-next {
  right: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 50%;
}
.ui-datepicker-header a > span {
  display: none;
}
.ui-datepicker-title {
  text-align: center;
  line-height: 2rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  padding-bottom: 0.25rem;
}
.ui-datepicker-week-col {
  color: #78909c;
  font-weight: 400;
  font-size: 0.75rem;
}
.calendarStyling {
  background: white url(../../assets/icons/Date.png) no-repeat scroll 12px 7px;
  background-position: center;
  background-position-x: calc(100% - 12px);
  background-size: 25px;
}
.calendarHomeStylingH {
  background: white url(../../assets/icons/homeDateH.png) no-repeat scroll 12px
    7px;
  background-position: center;
  background-position-x: calc(100% - 12px);
  background-size: 25px;
}
.calendarHomeStylingUP {
  background: white url(../../assets/icons/homeDateUP.png) no-repeat scroll 12px
    7px;
  background-position: center;
  background-position-x: calc(100% - 12px);
  background-size: 25px;
}
.angledownStyling {
  background: white url(../../assets/icons/angle-down2.svg) no-repeat scroll
    12px 7px;
  background-position: center;
  background-position-x: calc(100% - 12px);
  background-size: 12px;
}
.nav-item.homeunder .nav-link:before {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 0;
  width: 58%;
  border-bottom: 3px solid #00acf3;
}

.btn {
  border: none;
  border-radius: 5px;
  background-color: #00acf3;
  color: #000;
  padding: 8px 14px;
  cursor: pointer;
}

.text-proj-UP {
  color: #ed8106;
}
.text-proj-H {
  color: #010183;
}
.text-col-blue {
  color: #002183;
}
.m-t-40 {
  margin-top: 40px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-t-50 {
  margin-top: 50px;
}
.m-t-25 {
  margin-top: 25px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-l-30 {
  margin-left: 30px;
}
.p-t-15 {
  padding-top: 15px;
}
.p-t-10 {
  padding-top: 10px;
}
.m-b-225 {
  margin-bottom: 2.25rem;
}
.pointer {
  cursor: pointer;
}
.colorbgWhite {
  background-color: #fff;
}
.f-s-13 {
  font-size: 13px;
}
.headerNamedots {
  white-space: nowrap;
  width: 125px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  margin: 0px 0 -8px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #e02c2f;
}
.afterHeader {
  cursor: pointer;
  font-weight: 450;
}
.m-l-0 {
  margin-left: 0px;
}
@media screen and (min-width: 1500px) and (max-width: 1999px) {
  .nav-item.active .nav-link:before {
    left: 19px;
  }
}
@media screen and (min-width: 2000px) and (max-width: 2799px) {
  .nav-item.active .nav-link:before {
    left: 22px;
  }
}
@media screen and (min-width: 2800px) and (max-width: 3299px) {
  .nav-item.active .nav-link:before {
    left: 24px;
  }
}
