* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none !important;
}

.toUp {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #1a89ad;
  color: #FFFFFF;
  padding: 5px;
  font-size: 20px;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  z-index: 9999;
}

.toUp:hover {
  color: #FFFFFF;
  opacity: 0.8;
}

.toUp i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.toUpActive {
  opacity: 1;
}

header {
  position: fixed;
  width: 98px;
  top: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.09);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 9999;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #FFFFFF;
}

header ul li {
  text-align: center;
  width: 100%;
  position: relative;
}

header ul li a {
  width: 100%;
  padding: 10px 0px !important;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  border-bottom: 1px solid #e5e5e5;
}

header ul li a:hover {
  color: #1a89ad;
}

header ul li a i {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header ul li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0px;
}

.headerToggle {
  -webkit-transform: translateX(-98px);
          transform: translateX(-98px);
}

.active {
  color: #1a89ad;
}

.active::after {
  content: '';
  position: absolute;
  right: 0px;
  width: 5px;
  background: #1a89ad;
  top: 0;
  bottom: 0;
}

.logo {
  background: #1a89ad;
  color: #FFFFFF;
  text-align: center;
  padding: 0px 0px;
  font-weight: 500;
}

.logo:hover {
  color: #FFFFFF;
}

.rightBody {
  margin-left: 98px;
  transition: 0.5s;
}

.rightBodyToggle {
  margin-left: 0px;
}

.homeSection {
  padding: 0px;
  height: 100vh;
}

.hero {
  position: relative;
}

.hero-carousel .item img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.hero-carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.homecontain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
}

.infoConatin {
  width: 100%;
  text-align: center;
}

.infoImg {
  width: 200px;
  height: 200px;
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
}

.imgCover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.imgCover::before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  top: -8px;
  bottom: -8px;
  right: -8px;
  left: -8px;
  border-radius: 100%;
  z-index: -1;
}

.infoImg img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.infoText h1 {
  color: white;
  font-weight: 500;
  margin: 0px;
}

.infoText p {
  color: white;
  opacity: 0.5;
  font-size: 20px;
}

.infoButton {
  padding-top: 15px;
}

.homeBtnCV {
  font-size: 14px;
  background: #1a89ad;
  color: #FFFFFF;
  border: 2px solid #1a89ad;
  padding: 10px 20px;
  border-radius: 0px;
  min-width: 120px;
  font-weight: 500;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 0.25rem;
}

.homeBtnCV:hover {
  color: #FFFFFF;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(252, 163, 17, 0.2);
          box-shadow: 0 0 0 0.25rem rgba(252, 163, 17, 0.2);
}

.homeBtnCV:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(252, 163, 17, 0.2);
          box-shadow: 0 0 0 0.25rem rgba(252, 163, 17, 0.2);
}

.menuIcon {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #FFFFFF;
  z-index: 9999;
}

.menuIcon:hover {
  color: #FFFFFF;
  opacity: 0.8;
}

.menuIcon i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menuIconPositon {
  position: fixed;
  background: #1a89ad;
  font-size: 20px;
  padding: 5px;
  border-radius: 3px;
}

section {
  padding: 100px 0;
}

.sectionTitle {
  margin-bottom: 35px;
}

.sectionTitle h3 {
  position: relative;
  padding: 0 0 12px;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0px 0px 10px;
}

.sectionTitle h3::after {
  content: '';
  position: absolute;
  height: 3px;
  background: #1a89ad;
  width: 50px;
  bottom: 0;
  left: 0;
}

.sectionTitle p {
  letter-spacing: 2px;
  font-size: 14px;
  margin: 0;
  opacity: 0.8;
}

.aboutImg img {
  max-width: 100%;
  border-radius: 3px;
  height: 600px;
}

.aboutInfo {
  padding-left: 35px;
}

.aboutInfo h6 {
  font-weight: 400;
  margin: 0 0 20px;
}

.aboutInfo h6 span {
  color: #1a89ad;
}

.aboutInfoText {
  opacity: 0.8;
}

.aboutLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 0;
  line-height: normal;
}

.aboutLabel label {
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  border-right: 2px solid #E5E5E5;
  font-size: 14px;
  font-weight: 500;
  max-width: 90px;
}

.aboutLabel p {
  margin-bottom: 0;
  padding-left: 15px;
  font-size: 14px;
  opacity: 0.8;
}

.serviceSection {
  background: #F8F9Fa;
}

.serviceBox {
  background: #FFFFFF;
  padding: 30px 60px 30px;
  border-radius: 3px;
  margin: 0px 0px 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.serviceBox:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.09);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.serviceBox i {
  font-size: 80px;
  color: #1a89ad;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 0;
}

.serviceBox h6 {
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 20px;
  line-height: 2;
  letter-spacing: .5px;
}

.serviceBox p {
  letter-spacing: 1px;
  font-size: 14px;
  opacity: 0.6;
}

.workBox {
  margin: 0px 0px 25px;
}

.workBox:hover .absWorkInfo {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.workBox:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.workBox a {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
}

.workBox img {
  max-width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 3px;
  width: 100%;
}

.absWorkInfo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 1px 1px 4px #000;
          box-shadow: 1px 1px 4px #000;
  margin: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.workInfo h4 {
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 5px;
}

.workInfo p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.workMenu {
  text-transform: uppercase;
  list-style: none;
}

.workMenu li {
  display: inline-block;
}

.workMenu li a {
  cursor: pointer;
  color: #000;
  padding: 6px 16px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
  margin-right: 15px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.workMenu li a:hover {
  background-color: #1a89ad;
  color: #FFFFFF !important;
}

.workActive {
  background-color: #1a89ad;
  color: #FFFFFF !important;
}

.blogSection {
  background: #F8F9Fa;
}

.blogBox {
  margin: 0px 0px 25px;
}

.blogBox:hover .blogImage img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-filter: brightness(1);
          filter: brightness(1);
  border-radius: 3px;
}

.blogBox:hover .blogInfo {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.blogImage {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
}

.blogImage img {
  max-width: 100%;
  border-radius: 3px;
  background-size: cover;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

.blogInfo {
  padding: 30px 40px;
  background: #FFFFFF;
  margin: 10px 0px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.09);
  border-radius: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blogInfoP p {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0px;
}

.blogInfoP p span {
  font-weight: 500;
  color: #1a89ad;
}

.blogInfoTitle h3 {
  font-size: 20px;
  margin: 5px 0px 5px;
}

.blogInfoP2 p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  margin: 10px 0px 0px;
}

.blogInfoP2 p a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 500;
}

.contactSoical {
  background: #1a89ad;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 10px 0px;
  border-radius: 0.25rem;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.contactSoical:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.contactSoical.b3 {
  background: #333;
}

.contactSoical.gray {
  background: #ccc;
}

.contactSoicalInfo i {
  color: #FFFFFF;
  font-size: 30px;
}

.contactSoicalInfo p {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 16px;
  margin: 0;
}

.contactSoicalInfo span {
  color: rgba(255, 255, 255, 0.5);
}

.contactForm input {
  height: 50px;
  border: 2px solid #e0e0e0;
}

.contactForm input:focus {
  border-color: #1a89ad;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(252, 163, 17, 0.1);
          box-shadow: 0 0 0 0.25rem rgba(252, 163, 17, 0.1);
}

.contactForm textarea {
  border: 2px solid #e0e0e0;
  height: auto;
}

.contactForm textarea:focus {
  border-color: #1a89ad;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(252, 163, 17, 0.1);
          box-shadow: 0 0 0 0.25rem rgba(252, 163, 17, 0.1);
}

.contactForm button {
  border: none;
  background-color: #1a89ad;
  color: #FFFFFF;
  padding: 10px 25px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contactForm button:hover {
  color: #FFFFFF;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(252, 163, 17, 0.2);
          box-shadow: 0 0 0 0.25rem rgba(252, 163, 17, 0.2);
}

.contactForm button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(252, 163, 17, 0.2);
          box-shadow: 0 0 0 0.25rem rgba(252, 163, 17, 0.2);
}

.map iframe {
  width: 100%;
  height: 400px;
  border-radius: 00.25rem;
}

footer {
  background: #1a89ad;
  padding: 70px 0px;
}

footer ul {
  padding: 0;
}

footer ul li a {
  height: 42px;
  width: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: rgba(241, 241, 241, 0.08);
  border-radius: 50%;
  cursor: pointer;
  color: #FFFFFF;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

footer ul li a:hover {
  color: #ccc;
}

footer ul li a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer p {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
}

@media only screen and (max-width: 1024px) {
  header {
    -webkit-transform: translateX(-98px);
            transform: translateX(-98px);
  }
  .headerToggle {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .rightBody {
    margin-left: 0;
  }
  .serviceBox {
    padding: 15px 15px 15px;
  }
}

@media only screen and (max-width: 768px) {
  .aboutInfo {
    padding-left: 5px;
    margin-top: 1rem;
  }
  .map iframe {
    margin-top: 1rem;
  }
  .contactSoical {
    margin-top: 1rem;
  }
}
/*# sourceMappingURL=style.css.map */