/*===== Banner =====*/
.bannerImg {
  margin-top: 90px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.bannerBg {
  height: 100%;
}

.header-content-1 {
  position: absolute;
  width: 330px;
  top: 200px;
  left: 13%;
}

.header-content-1 h2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.header-content-1 p {
  font-size: 20px;
  letter-spacing: 1px;
}

.header-content-2 {
  position: absolute;
  width: 320px;
  top: 230px;
  left: 15%;
}

.header-content-2 h2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.header-content-2 p {
  font-size: 20px;
  letter-spacing: 1px;
}

.header-content p {
  font-size: 25px;
}

.header-content-right {
  position: absolute;
  width: 320px;
  top: 230px;
  right: 15%;
}

.header-content-right h2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.header-content-right p {
  font-size: 20px;
  letter-spacing: 1px;
}

.owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 40px;
}

.owl-next {
  position: absolute;
  right: 0;
  top: 50%;
  width: 40px;
  height: 40px;
}

.owl-theme .owl-nav [class*="owl-"] {
  background-color: rgba(0, 0, 0, 0.16);
  border-radius: 50px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #929292;
  opacity: 0.7;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  width: 40px;
  height: 40px;
}

.owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #e75000;
}

@media (max-width: 991px) {
  .header-content-1 {
    top: 20%;
    left: 5%;
  }

  .header-content-1 h2 {
    font-size: 35px;
  }

  .header-content-2 {
    top: 20%;
    left: 5%;
  }

  .header-content h2 {
    font-size: 35px;
  }

  .header-content-1 p {
    font-size: 20px;
  }

  .header-content p {
    font-size: 20px;
  }

  .header-content-right {
    top: 20%;
    left: 5%;
  }
  .bannerItem {
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .owl-dots {
    bottom: 20px;
  }
}

@media (max-width: 420px) {
  .header-content-1 {
    top: 35%;
    left: 5%;
  }

  .header-content-1 .text {
    margin-top: -15px;
  }

  .header-content-1 h2 {
    font-size: 20px;
  }

  .header-content-1 p {
    font-size: 16px;
  }

  .header-content-2 {
    top: 35%;
    left: 5%;
  }

  .header-content-2 .text {
    margin-top: -15px;
  }

  .header-content-2 h2 {
    font-size: 20px;
  }

  .header-content-2 p {
    font-size: 16px;
  }

  .header-content-right {
    top: 35%;
    left: 5%;
  }

  .header-content-right h2 {
    font-size: 20px;
  }

  .header-content-right p {
    font-size: 16px;
  }

  .header-content-right .text {
    margin-top: -15px;
  }

  .owl-dots {
    bottom: -20px;
    left: 40%;
  }
}

/*===== All Section Title Style =====*/
.section-title .title {
  font-size: 50px;
  font-weight: 600;
  line-height: 55px;
  color: #005892;
  letter-spacing: 1px;
  padding: 10px 10px 10px 20px;
}
@media (max-width: 767px) {
  .section-title .title {
    font-size: 40px;
    line-height: 40px;
  }
}
.section-title .text {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #3c3d40;
  text-align: center;
}

/*===== NAVBAR =====*/
.navgition {
  padding: 0 0 10px 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navgition.navgition-transparent {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  box-shadow: 0px 0px 5px 2px #b1b1b1;
  -webkit-box-shadow: 0px 0px 5px 2px #b1b1b1;
  -moz-box-shadow: 0px 0px 5px 2px #b1b1b1;
  -o-box-shadow: 0px 0px 5px 2px #b1b1b1;
}
.navgition.sticky {
  position: fixed;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navgition .navbar {
  position: relative;
  padding: 5px 0 5px 0;
}
.navgition .navbar .navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #121212;
  margin: 5px 0;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navgition .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.navgition .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}
.navgition .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

.navgition .navbar .navbar-collapse {
  justify-content: end;
}

@media (max-width: 991px) {
  .navgition .navbar .navbar-collapse {
    background-color: #fff;
    z-index: 8;
    padding: 5px 0;
    border-top: 1px solid #e9e9e9;
  }
}
@media (max-width: 767px) {
  .navbar-brand {
    max-width: 260px;
  }

  a.navbar-logo {
    width: 80%;
  }
}
.navgition .navbar .navbar-nav .nav-item {
  margin: 0 10px;
  position: relative;
}
.navgition .navbar .navbar-nav .nav-item a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding: 26px 0;
  letter-spacing: 1px;
  color: #121212;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navgition .navbar .navbar-nav .nav-item a {
    padding: 10px 0;
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .navgition .navbar .navbar-nav .nav-item a {
    padding: 10px 0;
    display: block;
    text-align: center;
  }
}
.navgition .navbar .navbar-nav .nav-item a::before,
.navgition .navbar .navbar-nav .nav-item a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 4px;
  background-color: #0067f4;
  left: 50%;
  bottom: 14px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navgition .navbar .navbar-nav .nav-item a::before,
  .navgition .navbar .navbar-nav .nav-item a::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .navgition .navbar .navbar-nav .nav-item a::before,
  .navgition .navbar .navbar-nav .nav-item a::after {
    display: none;
  }
}
.navgition .navbar .navbar-nav .nav-item a::after {
  left: auto;
  right: 50%;
}
.navgition .navbar .navbar-nav .nav-item.active > a,
.navgition .navbar .navbar-nav .nav-item:hover > a {
  color: #0067f4;
}
.navgition .navbar .navbar-nav .nav-item.active > a::before,
.navgition .navbar .navbar-nav .nav-item.active > a::after,
.navgition .navbar .navbar-nav .nav-item:hover > a::before,
.navgition .navbar .navbar-nav .nav-item:hover > a::after {
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navgition .navbar .navbar-social {
    position: absolute;
    right: 70px;
    top: 7px;
  }
}
@media (max-width: 767px) {
  .navgition .navbar .navbar-social {
    position: absolute;
    right: 60px;
    top: 7px;
  }
}

.navgition .navbar .navbar-social span {
  font-size: 16px;
  font-weight: 700;
  color: #6c6c6c;
  line-height: 24px;
  margin-right: 14px;
}
.navgition .navbar .navbar-social ul li {
  display: inline-block;
  margin-right: 5px;
}
.navgition .navbar .navbar-social ul li a {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
  color: #6c6c6c;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navgition .navbar .navbar-social ul li a:hover {
  color: #0067f4;
}

.top-link {
  background-color: #e9e9e9;
  padding: 0px 5px 0px 20px;
}

.top-link a {
  color: #6c6f73;
  font-size: 12px;
}

.top-link a:hover {
  color: #005ad5;
}

.navbar-logo img {
  width: 90%;
  transform: translate(5px, 5px);
}

@media (max-width: 767px) {
  .navgition .navbar {
    padding: 0 0 5px 0;
  }

  .navbar-logo img {
    width: 80%;
    margin: 5px 0 15px 0;
  }
}

/*===========================
          SERVICES
===========================*/
.services-area {
  padding-top: 80px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .services-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.services-content .services-icon i {
  font-size: 64px;
  color: #0067f4;
}
.services-content .services-content {
  padding-left: 15px;
}
@media (max-width: 767px) {
  .services-content .services-content {
    padding-left: 0;
    padding-top: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services-content .services-content {
    padding-left: 15px;
    padding-top: 0;
  }
}

.services-content .services-content .services-title {
  font-size: 24px;
  font-weight: bolder;
  line-height: 30px;
  color: #121212;
  letter-spacing: 1px;
}
.services-content .services-content .text {
  font-size: 16px;
  line-height: 30px;
  color: #121212;
  margin-top: 8px;
  letter-spacing: 1px;
}

.services-img {
  max-width: 400px;
  margin: auto;
}

.services-image {
  position: absolute;
  width: 40%;
  height: 100%;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .services-image {
    width: 34%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-image {
    position: relative;
    width: 720px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .services-image {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 16px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services-image {
    position: relative;
    width: 540px;
    margin: 0 auto;
  }
}
.services-image .image {
  max-width: 580px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-image .image {
    margin: 0 auto;
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .services-image .image {
    margin: 0 auto;
    padding-top: 50px;
  }
}
.services-image .image img {
  width: 100%;
}

/*===========================
         WEB STYLE
===========================*/
.webstyle-area {
  padding-top: 50px;
  background-color: #f1f1f1;
}

.card-list {
  background-color: #fff;
  position: relative;
  border: 2px solid #fff;
}

.card-img {
  overflow: hidden;
  background-color: #eee;
}

.card-img a {
  width: 100%;
  padding-top: 66%;
  transform: scale(1, 1);
  transition: all 0.5s ease-out;
}

.card-img a:hover {
  opacity: 0.7;
  transform: scale(1.2, 1.2);
}

.card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 103%;
  object-fit: cover;
}

.card-text a {
  width: 100%;
  padding: 5px;
  text-align: center;
  letter-spacing: 1px;
  background-color: #fff;
  color: #3c3d40;
}

.card-outline {
  border: 1px solid #f1f1f1;
}

.card-text a:hover {
  color: #9fa2a6;
  transition: all 0.3s ease-in-out;
}

.btn-outline-warning {
  color: #ff7e00;
  border-color: #ff7e00;
  border-radius: 50px;
  background-color: #fff;
  width: 150px;
  letter-spacing: 1px;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #ff9700;
  border-color: #ff9700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .template-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .btn-outline-warning {
    width: 110px;
  }
  .btn-case {
    left: 25%;
  }
}
@media (max-width: 767px) {
  .template-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/*===========================
         CASE
===========================*/
.case-area {
  padding: 100px 0 50px 0;
  background-color: #f1f1f1;
}

.case-list {
  background-color: #fff;
  box-shadow: 0px 5px 20px 1px #d1cfcf;
  -webkit-box-shadow: 0px 5px 20px 1px #d1cfcf;
  -moz-box-shadow: 0px 5px 20px 1px #d1cfcf;
  -o-box-shadow: 0px 5px 20px 1px #d1cfcf;
  border-radius: 15px;
  position: relative;
  margin: 0 0 30px 0;
}

.case-title {
  font-size: 30px;
  color: #3c3d40;
  font-weight: bold;
}

.case-subtitle {
  font-size: 20px;
  color: #e75000;
  padding: 0 0 10px 0;
}

.caes-content {
  padding: 20px;
  min-height: 320px;
}

.case-bg img {
  width: 100%;
  border-radius: 15px;
}

.case-text p {
  color: #121212;
  font-size: 16px;
  line-height: 2em;
}

.icon-arrow-right {
  color: #e75000;
  transform: translateY(5px);
}

.btn-case {
  position: absolute;
  z-index: 10;
  bottom: -4%;
  left: 28%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn-outline-warning {
    width: 110px;
  }
  .btn-case {
    left: 25%;
  }
  .caes-content {
    height: auto;
  }
}
@media (max-width: 767px) {
  .btn-case {
    left: 35%;
  }
}

/*===========================
       KNOWLEDGE
===========================*/
.blog-area {
  background-color: #fff;
  padding: 50px 0 50px 0;
}

.shape img {
  width: 100%;
}

.index-card-item {
  background-color: #fff;
  box-shadow: 0px 1px 10px 1px #d1cfcf;
  -webkit-box-shadow: 0px 1px 10px 1px #d1cfcf;
  -moz-box-shadow: 0px 1px 10px 1px #d1cfcf;
  -o-box-shadow: 0px 1px 10px 1px #d1cfcf;
}

.item:hover {
  opacity: 0.8;
}

.index-card-item a {
  display: block;
}

.index-card-img {
  padding-bottom: 60%;
  position: relative;
  background-color: #fbfefb;
  margin-bottom: 5px;
}

.index-card-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.index-card-content {
  padding: 0 10px 10px 10px;
}

.index-card-date {
  font-size: 15px;
  color: #6c6f73;
}

.index-card-title h4 {
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.txtTitle {
  font-size: 25px;
  text-align: left;
  color: #e75000;
  padding: 5px 0 10px 0;
}

.index-card-text {
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}

.ptDesc .text {
  /* GuidLine_start */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -moz-line-clamp: 4;
  -ms-line-clamp: 4;
  -o-line-clamp: 4;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  white-space: normal;
  text-align: justify;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  line-height: 1.6;
  letter-spacing: 1px;
  /* GuidLine_end */
  color: #121212;
}

.index-card .owl-nav {
  left: -33%;
  display: block;
  position: absolute;
  width: 110px;
  height: 100px;
  bottom: 50%;
}

.index-card .owl-theme .owl-nav [class*="owl-"] {
  z-index: 9;
  transform: translateY(-50%);
  color: #ff9700;
}

.index-card .owl-theme .owl-nav .owl-prev {
  background-color: #fff;
  width: 45px;
  height: 45px;
  border: 1px solid #f27634;
}

.index-card .owl-theme .owl-nav .owl-next {
  background-color: #fff;
  width: 45px;
  height: 45px;
  border: 1px solid #f27634;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .index-card .owl-nav {
    bottom: 10%;
  }
}

@media (max-width: 767px) {
  .owl-theme .owl-nav [class*="owl-"] {
    display: none;
  }
}

/*===========================
       MODAL
===========================*/
.success-box {
  text-align: center;
}

.success-box p {
  font-size: 20px;
  color: #333;
  margin-bottom: 0;
}

.success-box-icon {
  font-size: 50px;
  color: #fc544b;
  padding-bottom: 10px;
}

.modal-footer {
  justify-content: center;
  border-top: 1px solid #fff;
  padding: 5px;
}
