body {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

header {
  display: none;
}

#navbarNav {
  justify-content: end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.team-img {
  position: relative;
  border-radius: 10px;
  margin: 0 0 30px 0;
  overflow: hidden;
}
.navbar .nav-item {
  margin: 0 0 0 20px;
}
.team-right .custom-col {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 10px;
}
#navbarNav ul li a {
  font: 500 16px/16px "Mulish", Helvetica, sans-serif;
  color: #111;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  padding: 0;
}

.navbar {
  background: #fff;
  padding: 22px;
  -border-radius: 8px;
}

#navbarNav ul li a:hover {
  color: #197e9f;
}

#navbarNav ul li a {
  padding: 10px 20px;
}

#navbarNav ul li.login a {
  background: #44b0d4;
  font: 600 14px/16px "Lato", Helvetica, sans-serif;
  color: #fff;
  border-radius: 5px;
  transition: all 0.5s;
}

#navbarNav ul li.login a:hover {
  color: #fff;
  background: #000;
}

#header.header {
  padding: 0 0 400px 0;
}

.slider-absolute-wrapper {
  text-align: center;
}

.slider {
  background-image: url(../images/slider.jpg);
  background-position: center;
  padding: 0px 0 56px 0;
  background-repeat: no-repeat;
  background-color: #1b1b1b;
}

.slider-absolute-wrapper h1 {
  font: 800 60px/75px "Mulish", Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.slider-absolute-wrapper p {
  font: 500 22px/40px "Mulish", Helvetica, sans-serif;
  color: #fff;
}

.slider-absolute-wrapper .slider-btn a {
  font: 500 18px/20px "Mulish", Helvetica, sans-serif;
  color: #fff;
  padding: 17px 54px;
  display: inline-block;
  background: #44b0d4;
  text-transform: uppercase;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.5s;
}

.slider-absolute-wrapper .slider-btn a:hover {
  color: #000;
  background: #fff;
}

#about-us {
  padding: 75px 0;
  background: #f3f3f3;
}

.about-us-text {
  background: #fff;
  padding: 35px;
  border-radius: 10px;
}

.about-us-img {
  margin: -48px 0 0 -48px;
  border-radius: 10px;
  overflow: hidden;
}

.about-us-img img {
  border-radius: 10px;
  transition: all 0.5s;
}

.about-us-img:hover img {
  transform: scale(1.1);
}

.about-us-text p {
  font: 500 16px/30px "Mulish", Helvetica, sans-serif;
  color: #3d3d3d;
  margin: 0;
}

.head h3 {
  font: 500 30px/40px "Oswald", Helvetica, sans-serif;
  color: #3d3d3d;
  text-transform: uppercase;
  border-left: 2px solid #3d3d3d;
  padding: 0 0 0 20px;
  margin: 0 0 40px 0;
  text-align: left;
}

#expertise {
  padding: 90px 0 70px;
}

.expertise-img a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 9px;
  margin: 0 0 30px 0;
}

.expertise .row {
  justify-content: center;
}

.link-img {
  transition: all 0.5s;
}

.expertise-absolute {
  width: auto;
  position: absolute;
  left: 10px;
  right: 10px;
  margin: 0 auto;
  bottom: 10px;
  padding: 0;
  background: rgb(68, 176, 212);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  height: 50px;
  padding: 15px;
}

.link-img:hover .expertise-absolute {
  background: rgba(15, 13, 13, 0.9);
  margin: auto;
  height: 94%;
  align-items: start;
  padding-top: 90px;
}

.expertise-absolute h4 {
  font: 700 20px/22px "Mulish", Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.expertise-absolute p {
  font: 500 16px/26px "Mulish", Helvetica, sans-serif;
  color: #fff;
  margin: 15px 0 0 0;
  width: auto;
}

.link-img:hover .expertise-absolute p {
  display: block;
}

.team {
  background: #f3f3f3;
  padding: 100px 0;
}

.team-name h2 {
  font: 500 13px/15px "Mulish", Helvetica, sans-serif;
  color: #fff;
  margin: 0 0 5px 0;
}

.team-left .team-name h2 {
  font-size: 22px;
  line-height: 24px;
}

.team-left .team-name p {
  font-size: 15px;
  line-height: 23px;
}

.team-name {
  background: #24374d;
  border-radius: 0 0 10px 10px;
  text-align: center;
  padding: 10px;
  /*position: absolute;*/
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.5s;
}

/*.team-right .team-name {
	opacity: 0;
	bottom: -30px;
}*/

.team-right .team-img:hover .team-name {
  opacity: 1;
  bottom: 0;
}

.team-img {
  position: relative;
  border-radius: 10px;
  margin: 0 6px 30px;
  overflow: hidden;
}
/*
.team-img img {
	border-radius: 10px;
}*/

.team-left .team-img {
  border: 1px solid #111;
  margin: 0;
}

.team-name p {
  font: 500 11px/19px "Mulish", Helvetica, sans-serif;
  color: #fff;
  margin: 0;
}

.banner {
  padding: 90px 0 50px;
}

.banner-img {
  overflow: hidden;
  position: relative;
  display: inline-block;
  border-radius: 10px;
}

.banner-img img {
  border-radius: 10px;
  transition: all 0.5s;
}

.banner-img img:hover {
  transform: scale(1.04);
}

.text01 {
  position: absolute;
  top: 30px;
  right: 30px;
  left: auto;
  bottom: auto;
}

.text01 h4 {
  font: 500 30px/35px "Mulish", Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}

.text02 {
  position: absolute;
  top: auto;
  left: 20px;
  right: auto;
  bottom: 15px;
}

.text02 h6 {
  font: 600 20px/25px "Mulish", Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}

.banner-btn {
  text-align: center;
  padding: 60px 0;
}

.banner-btn a {
  font: 600 20px/25px "Mulish", Helvetica, sans-serif;
  color: #fff;
  margin: 0;
  background: #44b0d4;
  padding: 15px 50px;
  display: inline-block;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.5s;
}

.banner-btn a:hover {
  background: #000;
  color: #fff;
}

#footer {
  background: #f3f3f3;
  padding: 0 0 65px;
}

.download-head h3 {
  font: 500 30px/40px "Oswald", Helvetica, sans-serif;
  color: #111;
  text-transform: uppercase;
  margin: 0;
}

.download-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.download-btn a {
  font: 600 20px/22px "Mulish", Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 12px 50px;
  border-radius: 10px;
  background: #44b0d4;
  text-decoration: none;
  transition: all 0.5s;
  display: inline-block;
  box-shadow: none;
}

#contact-us form .form-btn {
  font: 600 14px/16px "Mulish", Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 12px 50px;
  border-radius: 10px;
  background: #44b0d4;
  text-decoration: none;
  transition: all 0.5s;
  display: inline-block;
  box-shadow: none;
  border: none;
  cursor: pointer;
}

#contact-us form .form-btn:hover {
  color: #fff;
  background: #000;
}

.download-btn a:hover {
  color: #fff;
  background: #000;
}

.download-section {
  border: 1px solid #aaa;
  padding: 18px 50px;
  border-radius: 10px;
  background: #f3f3f3;
  transform: translatey(-42px);
  margin: 0 0 20px 0;
}

.footer-app {
  text-align: center;
  justify-content: space-between;
  display: flex;
}

.bottom-footer {
  background: #24374d;
  padding: 13px 0;
}

.footer-icon a {
  display: inline-block;
  margin: 0 34px 0 0;
}

.footer-icon {
  padding: 5px 0;
}

.copyright {
  text-align: right;
}

.copyright p,
.copyright p a {
  margin: 0;
  font: 600 15px/30px "Mulish", Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
}

.copyright p a {
  text-decoration: none;
  transition: all 0.5s;
}

.copyright p a:hover {
  color: #44b0d4;
}

.footer-icon a i {
  color: #fff;
  font-size: 19px;
  transition: all 0.5s;
}

.footer-icon a i:hover {
  color: #44b0d4;
}

.footer-menu ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  justify-content: center;
}

.footer-menu ul li {
  list-style: none;
}

.footer-menu ul li a {
  font: 500 16px/16px "Mulish", Helvetica, sans-serif;
  color: #111;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  padding: 10px 20px;
}

.desktop-hide-logo {
  display: none;
}

.footer-menu ul li a:hover {
  color: #44b0d4;
}

.navbar-expand-lg .navbar-toggler {
  display: none !important;
}

#contact-us {
  background: #25374d;
  margin: 0 0 15px 0;
  padding: 75px 0;
}

.contact-us .head h3 {
  color: #fff;
  border-left: 2px solid #fff;
}

#contact-us form .form-group .form-control {
  border: 1px solid #000;
  border-radius: 6px;
  font: 500 14px/26px "Mulish", Helvetica, sans-serif;
  color: #111;
  box-shadow: none;
}

#contact-us form .form-group .form-control::placeholder {
  color: #111;
  opacity: 1;
}

.contact-us-pare p {
  font: 500 20px/30px "Mulish", Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.contact-us-pare {
  margin: -20px 0 30px 22px;
}

#contact-us .form-part {
  width: 620px;
  background: #fff;
  padding: 40px;
  border-radius: 10px;
}

.inner-page .slider {
  background-position: center;
  padding: 55px 0 0 0;
}

.inner-page #header.header {
  padding: 0 0 110px 0;
}

.map-section {
  background-image: url(../images/map-01.jpg);
  background-position: center;
  padding: 76px 0;
  background-repeat: no-repeat;
  margin: 0 0 15px 0;
}

.map-box {
  background: #fff;
  width: 400px;
  padding: 30px;
  border-radius: 10px;
  margin: 0 0 0 23px;
}

.map-box ul {
  padding: 0;
  margin: 0;
}

.map-box ul li {
  list-style: none;
  display: flex;
  align-items: start;
}

.box-icon {
  margin: 0 11px 0 0;
}

.box-icon i {
  color: #373737;
  font-size: 19px;
  line-height: 28px;
}

.call .box-icon i {
  transform: rotatey(180deg);
}

.box-text p,
.box-text p a {
  font: 500 16px/28px "Mulish", Helvetica, sans-serif;
  color: #373737;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.5s;
}

.box-text p a:hover {
  color: #44b0d4;
}

.box-text p a {
  text-transform: initial !important;
}

.map-section.map-02 {
  background-image: url(../images/map-02.jpg);
  margin: 0 0 110px 0;
}
/* Responsive start*/

@media (max-width: 1301px) {
}

@media (max-width: 1199px) {
  .download-head h3 {
    font-size: 22px;
  }
  .link-img:hover .expertise-absolute {
    padding-top: 40px;
  }
  .slider {
    padding: 55px 0 26px 0;
  }
  #header.header {
    padding: 0 0 160px 0;
  }
  .slider-absolute-wrapper h1 {
    font-size: 54px;
    line-height: 70px;
  }
  .team-right .custom-col {
    padding: 0 2px;
  }
  .team-name {
    padding: 7px;
  }
}

#formio {
  width: 100%;
  padding: 0px 20px !important;
}

.formio-component-submit {
  text-align: center !important;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
  display: none !important;
}

@media (max-width: 991px) {
  .desktop-hide-logo {
    display: inline-block;
  }
  .download-section {
    text-align: center;
  }
  .team-name {
    padding: 7px;
  }
  .navbar-expand-lg .navbar-toggler {
    display: block !important;
  }
  .about-us .row {
    align-items: center;
  }
  .navbar-toggler i {
    font-size: 30px;
    color: #111;
  }
  .navbar-toggler,
  .navbar-toggler:focus {
    outline: none;
    border: none;
    padding: 0;
  }
  .slider {
    padding: 15px 0 26px 0;
  }
  .inner-page #header.header {
    padding: 0 0 40px 0;
  }
  .inner-page .slider {
    padding: 15px 0 0 0;
  }
  .mobile-hide-logo {
    display: none;
  }
  .logo-img {
    position: absolute;
    left: 0;
    right: 0;
    width: 166px;
    margin: auto;
  }
  #navbarNav {
    position: absolute;
    left: 0;
    right: 0;
    top: 72px;
    z-index: 1;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
  }
  #navbarNav ul li.login a {
    display: inline-block;
  }
  .navbar .nav-item {
    margin: 0;
    text-align: center;
  }
  .slider-absolute-wrapper h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .slider-absolute-wrapper p {
    font-size: 19px;
  }
  .download-head h3 {
    font-size: 18px;
  }
  .download-section {
    padding: 14px 20px;
  }
  .text02 h6 {
    font-size: 14px;
  }
  .download-btn a {
    padding: 9px 30px;
    font-size: 14px;
  }
  .text01 h4 {
    font-size: 23px;
    line-height: 31px;
  }
  .banner {
    padding: 40px 0 20px;
  }
  #about-us {
    padding: 35px 0;
  }
  .team {
    padding: 40px 0;
  }
  #expertise {
    padding: 40px 0 20px;
  }
  .download-section {
    display: block;
  }
  .team-name h2 {
    font-size: 12px;
    line-height: 15px;
  }
  .footer-menu ul li a {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 10px;
  }
  .team-left .team-img {
    display: inline-block;
    width: 30%;
  }
  .team-left {
    text-align: center;
    margin: 0 0 30px 0;
  }
}

@media (min-width: 768px) {
}

@media (max-width: 767px) {
  .slider {
    background-position: bottom;
  }
  .expertise-img {
    text-align: center;
  }
  #contact-us form {
    width: auto;
  }
  .contact-us-pare p {
    font-size: 16px;
    line-height: 27px;
  }
  .inner-page #header.header {
    padding: 0 0 20px 0;
  }
  .map-section.map-02 {
    margin: 0 0 40px 0;
  }
  #contact-us {
    padding: 40px 0;
  }
  #footer {
    padding: 5px 0 5px;
  }
  .about-us-img {
    margin: 30px 0 0 0;
  }
  .team-img {
    display: inline-block;
  }
  .team-left {
    text-align: center;
  }
  .banner-img {
    margin: 0 0 30px 0;
  }
  .download-section {
    transform: none;
    margin: 20px 0 0 0;
  }
  .footer-menu {
    margin: 20px 0 10px 0;
  }
  .footer-app {
    justify-content: center;
    /* display: none; */
  }
  .footer-logo {
    text-align: center;
  }
  .team {
    padding: 40px 0 0;
  }
  .footer-app a {
    margin: 0 5px;
  }
  .download-section {
    text-align: center;
  }
  .banner-btn {
    padding: 0;
  }
  .team-left .team-img {
    width: 50%;
  }
  .team-right .custom-col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  #contact-us .form-part {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .copyright,
  .footer-icon {
    text-align: center;
  }
  .footer-icon a {
    margin: 0 10px;
  }
}

@media (max-width: 543px) {
  .slider-absolute-wrapper p {
    font-size: 19px;
  }
  .download-head h3 {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .slider-absolute-wrapper {
    text-align: center;
  }
  .contact-us-pare {
    margin: -20px 0 0 0;
  }
  #contact-us form {
    margin: 0;
  }
  .map-box {
    margin: 0;
  }
  .head,
  .about-us {
    text-align: center;
  }
  .map-box {
    width: auto;
  }
  .inner-page #header.header {
    padding: 0 0 20px 0;
  }
  .map-section {
    padding: 26px 0;
  }
  .map-box {
    padding: 15px;
  }
  .head h3 {
    text-align: center;
    border-bottom: 2px solid #3d3d3d;
    padding: 0 0 10px 0;
    border-left: 0;
    display: inline-block;
  }
  .contact-us .head h3 {
    border-bottom: 2px solid #fff;
    border-left: 0;
  }
  .logo-img {
    width: 116px;
  }
  .contact-us-pare p {
    margin: 20px 0;
    text-align: center;
  }
  #header.header {
    padding: 0 0 20px 0;
  }
  .slider {
    padding: 15px 0 26px 0;
  }
  .banner-btn a {
    font-size: 17px;
    line-height: 25px;
    padding: 11px 23px;
  }
  .slider-absolute-wrapper .slider-btn a {
    padding: 14px 40px;
  }
  #expertise {
    padding: 20px 0 0;
  }
  .download-head h3 {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 10px 0;
  }
  .slider-absolute-wrapper p {
    font-size: 15px;
    line-height: 27px;
  }
  .slider-absolute-wrapper h1 {
    font-size: 35px;
    line-height: 45px;
  }
  .head h3 {
    margin: 0 0 20px 0;
  }
  .about-us-text {
    padding: 15px;
  }
  .team-left .team-img {
    width: 75%;
  }
  .team-right .custom-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 360px) {
  .slider-absolute-wrapper h1 {
    font-size: 31px;
    line-height: 43px;
  }
  .slider-absolute-wrapper p {
    font-size: 13px;
    line-height: 27px;
  }
  .footer-menu {
    margin: 14px 0;
  }
  .footer-menu ul li a {
    font-size: 13px;
    line-height: 14px;
    padding: 6px 7px;
  }
  .text02 h6 {
    font-size: 12px;
  }
  .team-left .team-img {
    width: 90%;
  }
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff !important;
  ont: 600 14px/16px "Mulish", Helvetica, sans-serif !important;
  color: #fff !important;
  text-transform: uppercase !important;
  margin: 0;
  padding: 12px 50px !important;
  border-radius: 10px !important;
  background: #44b0d4 !important;
  text-decoration: none !important;
  transition: all 0.5s !important;
  display: inline-block !important;
  box-shadow: none !important;
  border: none !important;
  cursor: pointer !important;
  /* Responsive end*/
}

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

.btn.disabled,
.btn:disabled {
  opacity: 100% !important;
}
