@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600;9..40,700;9..40,800;9..40,900;9..40,1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Wix+Madefor+Text:wght@400;500;600;700;800&display=swap");

/*font-family: 'Poppins', sans-serif;
font-family: 'DM Sans', sans-serif;
font-family: 'Wix Madefor Text', sans-serif;*/

:root {
  --text-color: #666;
  --primary: #123734e8;
  --title-font-family: "Wix Madefor Text", sans-serif;
  --heading-font-family: "Poppins", sans-serif;
  --text-font-family: "DM Sans", sans-serif;
  --secondary: #ffd117da;
}

.pad0 {
  padding: 0;
}

.top {
  /* background: var(--secondary); */
  background: #13223C;
  font-family: var(--text-font-family);
}

.top-left ul {
  padding-left: 0;
  margin-bottom: 0;
  padding-top: 5px;
}

.top-left ul li {
  display: inline-block;
  color: #fff;
  padding-right: 8px;
}

.top-left ul li span {
  padding-right: 5px;
}

.top-left ul li a {
  text-decoration: none;
  color: #fff;
}

.social-links {
  margin-bottom: 0;
  padding-left: 0;
  float: right;
}

.social-links li {
  display: inline-block;
}

.social-links li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
  display: block;
  padding: 0 8px;
  font-size: 15px;
}

.social-links li a.t-quote {
  background: var(--primary);
  color: #fff;
  text-transform: uppercase;
  font-size: 14.5px;
  font-weight: 600;
  padding: 6px 12px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}

.social-links li a.t-quote i {
  padding-right: 4px;
}

.social-links li a.t-quote:hover {
  background: #955f01;
}

header {
  position: absolute;
  z-index: 999;
  width: 100%;
  padding: 12px 0;
  background: rgba(255, 255, 255, 0.15);
}

.logo-text {
  padding-top: 20px;
}

.logo-text h1 {
  font-family: var(--title-font-family);
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 0;
  line-height: 1;
}

.logo-text p {
  font-family: var(--text-font-family);
  margin-bottom: 0;
  color: var(--secondary);
  letter-spacing: 2px;
  position: relative;
}

.logo-text p::before {
  position: relative;
  content: "";
  right: 0px;
  height: 1px;
  width: 100px;
  background: var(--secondary);
  display: inline-block;
  top: -4px;
  margin-right: 15px;
}

.navbar {
  padding: 0;
  margin-top: 18px;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  position: relative;
  font-family: var(--text-font-family);
  padding: 15px 7px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--secondary);
}

.navbar-light .navbar-nav .nav-link::before {
  content: "";
  height: 2px;
  border-radius: 0px;
  background: var(--secondary);
  position: absolute;
  bottom: 3px;
  left: 0px;
  right: 0px;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
  z-index: 1;
}

.navbar-light .navbar-nav .nav-link.active {
  color: var(--secondary);
}

.navbar-light .navbar-nav .nav-link:hover::before {
  transform: scale(1, 1);
  transform-origin: right center;
}

.navbar-light .navbar-nav .nav-link.active::before {
  transform: scale(1, 1);
  transform-origin: right center;
}

.top-cat {
  background: var(--secondary);
}

.navbar-light .navbar-nav .nav-link.top-cat {
  background: #ff1717da;
  color: #fff;
  padding: 10px 15px;
  margin-left: 10px;
  margin-top: 5px;
  font-weight: 500;
}

.navbar-light .navbar-nav .nav-link.top-cat i {
  padding-right: 4px;
}

.dropdown-item {
  font-family: var(--text-font-family);
  color: var(--text-color);
  letter-spacing: 0.2px;
}

.carousel-caption {
  right: 25%;
  left: 25%;
  text-align: center;
  z-index: 9;
  top: 40%;
}

.ban-1 {
  left: 12%;
  top: 35%;
  right: 50%;
  text-align: left;
}

.ban-1 h6 {
  font-family: var(--text-font-family);
  text-transform: uppercase;
  color: var(--secondary);
  font-size: 15px;
  letter-spacing: 2px;
}

.ban-1 h2,
.carousel-caption h2 {
  font-family: var(--heading-font-family);
  font-weight: 700;
  color: #fff;
  font-size: 34px;
}

.ban-1 p,
.carousel-caption p {
  font-family: var(--text-font-family);
  color: #f1f1f1;
  letter-spacing: 0.2px;
  line-height: 28px;
}

.carousel-caption a {
  font-family: var(--text-font-family);
  display: inline-block;
  background: var(--secondary);
  padding: 10px 20px;
  margin: 0 4px;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}

.carousel-caption a span {
  position: relative;
  top: 2px;
  padding-left: 5px;
}

.ban-1.ban-3 {
  top: 38%;
}

.ban-4 {
  top: 42%;
}

.carousel .carousel-item.active .animated1 {
  -webkit-animation: fadeInRight 1s ease-in-out 500ms both;
  animation: fadeInRight 1s ease-in-out 500ms both;
}
.carousel .carousel-item.active .animated2 {
  -webkit-animation: fadeInLeft 1s ease-in-out 500ms both;
  animation: fadeInLeft 1s ease-in-out 500ms both;
}
.carousel .carousel-item.active .animated3 {
  -webkit-animation: fadeInDown 1s ease-in-out 500ms both;
  animation: fadeInDown 1s ease-in-out 500ms both;
}
.carousel .animated4 {
  -webkit-animation: fadeInUp 1s ease-in-out 500ms both;
  animation: fadeInUp 1s ease-in-out 500ms both;
}
.carousel-caption::before {
  -webkit-animation: fadeInLeft 1s ease-in-out 500ms both;
  animation: fadeInLeft 1s ease-in-out 500ms both;
}
.carousel-caption {
  transition: opacity 500ms;
  text-shadow: none;
  /*    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;*/
}

.carousel .carousel-item img {
  width: 100%;
}
.carousel-inner .carousel-caption img {
  width: 20%;
}
.carousel-inner > .carousel-item .carousel-caption {
  z-index: 99;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

.carousel .carousel-item.active .carousel-caption {
  z-index: 99;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}

.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-control.right {
  background: none;
}
.carousel-control.left {
  background: none;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.sec-1 {
  padding: 60px 0;
  background: url(../images/sec1-bg.jpg);
  background-size: cover;
  position: relative;
  z-index: 99;
}

.sec-1::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #191a40cc;
  z-index: -1;
}

.sec1-box {
  position: relative;
  display: block;
  background: rgb(255, 255, 255);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 40px 26px;
  z-index: 1;
}

.sec1-box::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: var(--primary);
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.sec1-box:hover::before {
  transform: scaleX(1) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.sec1-icon {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 23px;
}

.sec1-icon h4 {
  font-family: var(--text-font-family);
  color: #ececec;
  font-size: 50px;
  font-weight: 300;
  position: relative;
  top: -7px;
}


.sec1-icon img {
  width: 70px;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.sec1-box:hover img {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
}

.sec1-box h3 {
  color: var(--primary);
  font-family: var(--heading-font-family);
  font-size: 24px;
  font-weight: 600;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sec1-box p {
  font-family: var(--text-font-family);
  color: var(--text-color);
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sec1-box:hover .sec1-icon h4 {
  color: rgba(255, 255, 255, 0.15);
}

.sec1-box:hover h3 {
  color: #fff;
}

.sec1-box:hover p {
  color: #959ca9;
}

.sec-2 {
  padding: 60px 0;
  position: relative;
  background: url(../images/sec2-bg.png) right no-repeat;
}

.sec-2::before {
  position: absolute;
  content: "";
  left: 0px;
  width: 300px;
  top: 0;
  height: 100%;
  background: #f2f2f2;
}

.sec2-left {
  position: relative;
  z-index: 9;
}

.sec2-left::after {
  content: "";
  width: 15px;
  height: 325px;
  background: var(--primary);
  position: absolute;
  top: 0;
  left: 0;
}

.wel-small {
  position: absolute;
  bottom: -70px;
  left: -50px;
  z-index: 30;
}

.wel-img1 {
  margin-left: 38px;
}

.wel-completed {
  position: absolute;
  bottom: -40px;
  right: 20px;
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  padding: 20px 30px;
  z-index: 99;
}
.wel-completed i {
  font-size: 47px;
  color: var(--secondary);
  line-height: 65px;
  transition: all 500ms ease;
}
.wel-completed h6 {
  font-size: 32px;
  color: var(--primary);
  font-weight: 400;
  line-height: 26px;
  margin-left: 15px;
  margin-bottom: 0px;
  font-family: var(--heading-font-family);
}
.wel-completed h6 span {
  display: block;
  font-size: 16px;
  font-family: var(--text-font-family);
  color: var(--text-color);
  padding-top: 5px;
}

.sec2-right h6 {
  font-family: var(--text-font-family);
  color: var(--text-color);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  padding-left: 25px;
}

.sec2-right h6::after,
.sec2-right h6::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);

  left: 0;
  border-radius: 50%;
}

.sec2-right h6::after {
  left: 9px;
  background: var(--secondary);
}

.sec2-right h6::before {
  background: var(--primary);
}

.sec2-right h2 {
  font-family: var(--heading-font-family);
  font-weight: 600;
  color: var(--primary);
  font-size: 34px;
}

.sec2-right h5 {
  color: #ff1717da;
  font-family: var(--text-font-family);
  text-transform: uppercase;
  margin: 0;
  padding: 15px 0;
}

.sec2-right p {
  font-family: var(--text-font-family);
  color: var(--text-color);
  letter-spacing: 0.2px;
  line-height: 28px;
}

.sec2-br {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 20px;
}

.wel-icon-bx {
  display: flex;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 15px;
}

.wel-icon-bx img {
  width: 60px;
  background: #ff1717da;
  margin-right: 12px;
  padding: 10px;
}

.wel-icon-bx h4 {
  font-family: var(--text-font-family);
  font-size: 20px;
  margin: 0;
  font-weight: 600;
}

.wel-list ul {
  padding-left: 0;
}

.wel-list ul li {
  font-family: var(--text-font-family);
  color: var(--text-color);
  line-height: 28px;
  position: relative;
  list-style: none;
}

.wel-list ul li img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ff1717da;
  padding: 3px;
  margin-right: 4px;
}

.sec2-right a {
  background: var(--primary);
  color: #fff;
  font-family: var(--text-font-family);
  text-decoration: none;
  display: inline-block;
  padding: 12px 25px;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.sec2-right a span {
  position: relative;
  top: 2px;
  padding-left: 5px;
}

.sec2-right a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--secondary);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.sec2-right a:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.sec-3 {
  position: relative;
  padding-top: 100px;
  /*  background:#f2f2f2;*/
}

.sec-3 .sec3-bg {
  height: 65.2%;
  background-image: url(../images/sec3-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.sec3-bg .sec3-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(19, 34, 60, 0.9);
}

.sec3-title {
  position: relative;
  z-index: 99;
}

.sec3-title h6 {
  font-family: var(--text-font-family);
  color: var(--secondary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  padding-left: 25px;
}

.sec3-title h6::after,
.sec3-title h6::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  left: 0;
  border-radius: 50%;
}

.sec3-title h6::before {
  background: rgba(255, 255, 255, 0.5);
}

.sec3-title h6::after {
  left: 9px;
  background: var(--secondary);
}

.sec3-title h3 {
  font-family: var(--heading-font-family);
  font-weight: 600;
  color: #fff;
  font-size: 34px;
}

.sec3-title p {
  font-family: var(--text-font-family);
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.2px;
  line-height: 28px;
}

.sec3-box {
  position: relative;
  z-index: 999;
  margin: 20px 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.sec3-img {
  position: relative;
  overflow: hidden;
}

.sec3-img::before {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 1;
  background: rgba(255, 170, 23, 0.75);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sec3-box .sec3-img i {
  position: absolute;
  z-index: 1;
  font-size: 23px;
  line-height: 1;
  background: var(--primary);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  padding: 8px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 35px;
}

.sec3-box:hover .sec3-img::before {
  width: 2000px;
  height: 2000px;
}

.sec3-box:hover .sec3-img i {
  opacity: 1;
  visibility: visible;
  color: #fff;
  z-index: 4;
}

.sec3-box svg {
  position: absolute;
  width: 137px;
  bottom: -20px;
  right: 20px;
  transition: all 0.31s ease-in-out;
  color: #e7e7e7;
}

/*.sec3-box:hover svg{
  color: var(--primary);
}
*/
.sec3-box a {
  text-decoration: none;
}

.sec3-box .sec3-matter {
  background: #fff;
  padding: 20px;
}

.sec3-box .sec3-matter h4 {
  font-size: 21px;
  position: relative;
  font-family: var(--heading-font-family);
  color: var(--primary);
  font-weight: 600;
}

.sec3-box .sec3-matter p {
  font-family: var(--text-font-family);
  color: var(--text-color);
  letter-spacing: 0.2px;
  line-height: 28px;
}

.sec3-box .sec3-matter .btn {
  background: var(--secondary);
  color: #fff;
  font-size: 14px;
  font-family: var(--text-font-family);
  border-radius: 0px;
  padding: 9px 16px;
  position: relative;
  display: inline-block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  text-transform: uppercase;
}

.sec3-box .sec3-matter .btn:hover {
  background: var(--primary);
}

.sec3-box .sec3-matter .btn span {
  padding-left: 4px;
  right: 0;
  position: relative;
  top: 2px;
}

.slick-pre {
  background: #ff1717da;
  height: 40px;
  width: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px !important;
  position: absolute;
  left: -40px;
  border-radius: 50%;
  cursor: pointer;
  top: 40%;
}

.slick-nxt {
  background: #ff1717da;
  height: 40px;
  width: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px !important;
  position: absolute;
  right: -40px;
  border-radius: 50%;
  cursor: pointer;
  top: 40%;
}

.sec-4 {
  /*background: #f2f2f2;*/
  padding: 80px 0 60px;
}

.counter img {
  width: 70px;
  float: left;
  background: rgba(255, 170, 23, 0.15);
  padding: 12px;
  margin-right: 20px;
}

.counter h3 {
  font-family: var(--heading-font-family);
  position: relative;
  font-size: 38px;
  font-weight: 700;
  color: var(--primary);
  margin: 0;
}

.counter p {
  font-family: var(--text-font-family);
  color: var(--text-color);
  letter-spacing: 0.2px;
  line-height: 28px;
}

.counter h3.add::after {
  content: "\f067";
  position: absolute;
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  top: -7px;
  font-weight: 400;
}

.sec-5 {
  position: relative;
  overflow: hidden;
  z-index: 99;
  background: url(../images/sec5-bg.jpg) 250px;
  background-size: cover;
}

.why-shape {
  position: absolute;
  bottom: -53px;
  left: 0;
  opacity: 0.05;
  z-index: 0;
}

/***
=============================================
    Float Bob X Animation Css
=============================================
***/
@-webkit-keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}

@keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}

.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.sec5-left {
  padding: 60px 50px 50px 90px;
  background: var(--primary);
}

.sec5-left p {
  color: #959ca9;
  font-family: var(--text-font-family);
  letter-spacing: 0.2px;
  line-height: 28px;
}

.card {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.card-header a {
  display: block;
  text-decoration: none;
  position: relative;
  font-family: var(--heading-font-family);
  color: var(--secondary);
  font-weight: 500;
  padding: 10px 15px;
}

.card-header a span {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 14px;
}

.card-header a.collapsed {
  color: #fff;
}

.card-header {
  padding: 0;
  border: none;
}

.card {
  margin-bottom: 10px;
  border-radius: 0px;
}

.card-body {
  position: relative;
  z-index: 9;
  padding: 0px 16px 16px;
}

.sec5-right h2 {
  color: #fff4e1;
  font-family: var(--text-font-family);
  letter-spacing: 0.2px;
  background: var(--secondary);
  width: 400px;
  font-weight: 600;
  font-size: 25px;
  padding: 20px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  margin: 0;
}

.sec5-right h2::before {
  border-bottom: 5px solid transparent;
  border-left: 5px solid #0d5a06;
  content: "";
  display: block;
  height: 0px;
  right: -6px;
  position: absolute;
  bottom: 0px;
  width: 6px;
}

.sec5-right h2 img {
  width: 90px;
  float: left;
}

.sec-6 {
  padding: 60px 0;
  position: relative;
}

.sec-6::before {
  position: absolute;
  content: "";
  right: 0;
  top: -4px;
  width: 378px;
  height: 661px;
  background: url(../images/cast-icon.png) no-repeat;
  z-index: -1;
  opacity: 0.1;
}

.sec6-title h6 {
  font-family: var(--text-font-family);
  color: var(--text-color);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  padding-left: 25px;
}

.sec6-title h6::after,
.sec6-title h6::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  left: 0;
  border-radius: 50%;
}

.sec6-title h6::before {
  background: var(--primary);
}
.sec6-title h6::after {
  left: 9px;
  background: var(--secondary);
}

.sec6-title h2 {
  font-family: var(--heading-font-family);
  font-weight: 600;
  color: var(--primary);
  font-size: 34px;
  margin-bottom: 25px;
}

.sec6-left h3 {
  font-family: var(--heading-font-family);
  font-weight: 600;
  color: var(--secondary);
  padding: 12px 0 6px;
  margin: 0;
  font-size: 22px;
}

.sec6-left p,
.sec6-right p {
  font-family: var(--text-font-family);
  color: var(--text-color);
  letter-spacing: 0.2px;
  line-height: 26px;
}

.sec6-left a {
  background: var(--primary);
  color: #fff;
  font-family: var(--text-font-family);
  text-decoration: none;
  display: inline-block;
  padding: 12px 25px;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.sec6-left a span {
  position: relative;
  top: 2px;
  padding-left: 5px;
}

.sec6-left a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--secondary);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.sec6-left a:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.sec6-right {
  padding-bottom: 25px;
}

.sec6-right h3 {
  font-family: var(--heading-font-family);
  font-weight: 600;
  color: #ff1717da;
  margin: 0;
  font-size: 22px;
}

.sec6-right p {
  margin-bottom: 0;
  padding-bottom: 5px;
}

.sec6-right a {
  text-decoration: none;
  color: var(--primary);
  font-family: var(--text-font-family);
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid var(--secondary);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}

.sec6-right a span {
  position: relative;
  top: 2px;
  color: var(--secondary);
}

.sec6-right a:hover {
  color: var(--secondary);
  border-bottom: 1px solid #d1d1d1;
}

.sec-7 {
  padding: 40px 0;
  background: url(../images/sec7-bg.jpg) 0% 55%;
  background-size: cover;
  position: relative;
  z-index: 9;
}

.sec-7::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 170, 23, 0.5);
  z-index: -1;
}

.sec-7 h2 {
  font-family: var(--heading-font-family);
  font-weight: 700;
  color: #fff;
  font-size: 28px;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.6);
}

.sec-7 p {
  font-family: var(--text-font-family);
  color: #fff;
  letter-spacing: 0.2px;
  line-height: 26px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
  font-size: 18px;
}

.sec7-right {
  text-align: right;
  padding-top: 19px;
}

.sec7-right a {
  background: var(--primary);
  color: #fff;
  font-family: var(--text-font-family);
  text-decoration: none;
  display: inline-block;
  padding: 12px 25px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.sec7-right a span {
  padding-right: 8px;
  position: relative;
  top: 2px;
}

.sec7-right a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--secondary);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.sec7-right a:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.inner-ban {
  background: url(../images/inner-ban.jpg) 50% 20%;
  padding: 185px 0px 45px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 9;
}

.inner-ban::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(19, 34, 60, 0.651);
  z-index: -1;
}

.ban-text {
  text-align: center;
  position: relative;
}
.ban-text h1 {
  font-family: var(--heading-font-family);
  font-weight: 700;
  color: #fff;
  font-size: 40px;
  margin: 0;
  text-transform: uppercase;
}

.ban-text ul {
  padding: 0;
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.ban-text ul::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0px;

  height: 1px;
  background: #d1d1d1;
  animation: slideInLeft 3s infinite;
}

.ban-text ul li {
  list-style: none;
  display: inline-block;
  color: #fff;
  font-family: var(--text-font-family);
}
.ban-text ul li a {
  position: relative;
  color: var(--secondary);
  margin-right: 20px;
  text-decoration: none;
}
.ban-text ul li a:hover {
  text-decoration: none;
}
.ban-text ul li a::before {
  content: "";
  position: absolute;
  left: 50px;
  top: 60%;
  background: var(--secondary);
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border: 2px solid #a46e11;
  border-radius: 50%;
}

.inner-matter {
  padding: 50px 0px;
  position: relative;
}

.inner-matter h6 {
  font-family: var(--text-font-family);
  color: var(--text-color);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  padding-left: 25px;
}

.inner-matter h6::after,
.inner-matter h6::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  left: 0;
  border-radius: 50%;
}

.inner-matter h6::after {
  left: 9px;
  background: #ff1717da;
}

.inner-matter h6::before {
  background: var(--primary);
}

.inner-matter h2 {
  font-family: var(--heading-font-family);
  font-weight: 700;
  color: var(--primary);
  font-size: 34px;
}

.inner-matter p {
  font-family: var(--text-font-family);
  color: var(--text-color);
  letter-spacing: 0.2px;
  line-height: 28px;
}

.about-side {
  position: relative;
}

.about-side::before {
  position: absolute;
  content: "";
  top: -25px;
  right: -25px;
  width: 76%;
  z-index: -1;
  overflow: hidden;
  border: 6px solid var(--primary);
  bottom: 60px;
}

.about-side img {
  border: 10px solid #fff;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
}

.about-sec2 {
  position: relative;
  position: relative;
  overflow: hidden;
  z-index: 99;
  background: url(../images/about-sec2-bg.jpg) -350px;
  background-size: cover;
}

.about-sec2-right {
  padding: 60px 90px 50px 60px;
  background: var(--primary) url(../images/shape-2.png) right;
}

.about-sec2-right h6 {
  font-family: var(--text-font-family);
  color: var(--secondary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  padding-left: 25px;
}

.about-sec2-right h6::after,
.about-sec2-right h6::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  left: 0;
  border-radius: 50%;
}

.about-sec2-right h6::before {
  background: rgba(255, 255, 255, 0.5);
}

.about-sec2-right h6::after {
  left: 9px;
  background: var(--secondary);
}

.about-sec2-right h3 {
  font-family: var(--heading-font-family);
  font-weight: 600;
  color: #fff;
  font-size: 32px;
}

.about-sec2-right p {
  color: #959ca9;
  font-family: var(--text-font-family);
  letter-spacing: 0.2px;
  line-height: 28px;
}

.abt-sec-bx h4 img {
  width: 50px;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.abt-sec-bx:hover img {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
}

.abt-sec-bx h4 {
  font-family: var(--heading-font-family);
  color: #fff;
  margin-bottom: 5px;
}

.dirt-img img {
  border-radius: 50%;
  border: 8px solid #f1f1f1;
  margin: 75px 0 0;
}

.dirt-img h5 {
  text-align: center;
  font-family: var(--heading-font-family);
  background: var(--secondary);
  font-size: 16px;
  margin-top: 15px;
  padding: 10px 6px;
  border-radius: 30px;
  color: #fff;
}

.direct-msg {
  padding: 25px;
}

.ceo-bound::before {
  position: absolute;
  content: "";
  left: 25px;
  bottom: 11px;
  width: 96%;
  height: 1px;
  background: #d2d2d2;
}

.ceo-bound span,
.ceo-bound2 span {
  font-size: 20px;
  color: var(--secondary);
}

.ceo-bound {
  position: relative;
}

.ceo-bound2 {
  position: relative;
  text-align: right;
}

.ceo-bound2::before {
  position: absolute;
  content: "";
  right: 25px;
  bottom: 11px;
  width: 96%;
  height: 1px;
  background: #d2d2d2;
}

.quality-box {
  padding: 25px;
  margin: 15px 0;
  position: relative;
  background: #f7f7f7;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 30px;
}

.quality-box::after {
  position: absolute;
  content: "";
  left: 10px;
  top: 25px;
  right: -10px;
  bottom: -10px;
  border-bottom-right-radius: 30px;
  border: 1px solid #ececec;
  z-index: -1;
}

.quality-box h4 {
  color: var(--primary);
  font-family: var(--text-font-family);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}

.quality-box ul {
  padding-left: 0;
}

.quality-box ul li {
  font-family: var(--text-font-family);
  color: var(--text-color);
  line-height: 28px;
  position: relative;
  list-style: none;
}

.quality-box ul li img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--secondary);
  padding: 3px;
  margin-right: 4px;
}

.qty-img {
  border: 1px solid #ececec;
  margin: 10px 0;
  padding: 4px;
}

.infra-heading h3 {
  font-family: var(--heading-font-family);
  font-weight: 600;
  color: var(--primary);
  position: relative;
  display: inline-block;
  margin: 15px 0 20px;
}

.infra-heading h3::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 1px;
  border: 1px dashed #959ca9;
}

.infra-heading h3::after {
  content: "";
  position: absolute;
  bottom: -11px;
  width: 8px;
  height: 8px;
  right: 0px;
  background: var(--secondary);
  border-radius: 50%;
}

.pro-page h5 {
  font-family: var(--text-font-family);
  color: var(--text-color);
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding-left: 25px;
  margin-top: 15px;
}

.pro-page h5::after,
.pro-page h5::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  left: 0;
  border-radius: 50%;
}

.pro-page h5::after {
  left: 9px;
  background: var(--secondary);
}

.pro-page h5::before {
  background: var(--primary);
}

.pro-table table {
  width: 100%;
  margin: 20px 0;
}

.pro-table table tr:nth-child(2n) {
  background: #f1f1f1;
}

.pro-table table tr:nth-child(2n + 1) {
  background: #fff;
}

.pro-table table tr th {
  font-size: 15px;
  font-family: var(--text-font-family);
  color: #fff;
  background: var(--primary);
  padding: 10px 12px;
}

.pro-table table tr td {
  font-size: 15px;
  font-family: var(--text-font-family);
  color: #666;
  padding: 10px 12px;
}

.pro-title {
  background: #f1f1f1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pro-title h2 {
  border-bottom: 4px dotted var(--secondary);
  padding-bottom: 6px;
  font-size: 35px;
}

.pro-list {
  padding-left: 0;
}

.pro-list li {
  list-style: none;
  font-family: var(--text-font-family);
  color: var(--text-color);
  letter-spacing: 0.2px;
  line-height: 28px;
}

.pro-list li img {
  width: 15px;
  margin-right: 4px;
}

.cnt-box {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px dotted #e3e3e3;
  margin-top: 12px;
  position: relative;
}

.cnt-box::after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 8px;
  height: 8px;
  right: 0px;
  background: var(--secondary);
  border-radius: 50%;
}

.cnt-box span {
  background: #ff1717da;
  color: #fff;
  height: 60px;
  width: 60px;
  display: block;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  font-size: 22px;
}

.cnt-box h4 {
  font-family: var(--heading-font-family);
  color: var(--primary);
  font-size: 22px;
  margin: 0;
}

.cnt-box .cnt-details {
  width: 75%;
  margin-left: 20px;
}

.cnt-box .cnt-details p {
  margin: 0;
}

.contac-form {
  background: var(--primary);
  padding: 50px;
  margin: 0 0px 0px 80px;
}

.contac-form h6 {
  color: rgba(255, 255, 255, 0.6);
}

.contac-form h6::before {
  background: #fff;
}

.contac-form h2 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 15px;
}

.contac-form span {
  position: absolute;
  left: 12px;
  color:#ff1717da;
  top: 0;
  padding: 14px;
}

.contac-form .form-control {
  background: transparent;
  border-radius: 0px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-family: var(--text-font-family);
  font-size: 15px;
  height: 45px;
  margin-bottom: 15px;
  box-shadow: none;
  color: #fff;
  padding-left: 40px;
}

.contac-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.contac-form small {
  color: rgba(255, 255, 255, 0.6);
}

.contac-form small a {
  color: var(--secondary);
  text-decoration: none;
}

.contac-form textarea.form-control {
  height: auto;
}

.contac-form .btn {
  color: #fff;
  border: none;
  font-weight: 500;
  padding: 10px 30px;
  transition: 0.4s;
  display: inline-block;
  border-radius: 0px;
  background: #ff1717da;
  width: 100%;
  text-transform: uppercase;
  font-size: 15px;
  font-family: var(--text-font-family);
  box-shadow: none;
}

.map {
  line-height: 0;
  margin-top: -100px;
}

footer {
  background: #123734e8 url(../images/map-white.png) bottom;
  padding: 50px 0;
  position: relative;
}

.f-about h2 {
  font-family: var(--title-font-family);
  color: #ff1717da;
  text-transform: uppercase;
  font-weight: 800;
}

.f-about p {
  font-family: var(--text-font-family);
  color: #959ca9;
  letter-spacing: 0.2px;
  line-height: 26px;
  font-size: 15px;
}

footer .social-links {
  float: left;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

footer .social-links li a:hover {
  color: var(--secondary);
}

footer .social-links a {
  color: #959ca9;
  text-decoration: none;
  font-size: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0px 10px;
  transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
  -moz-transition: ease 0.4s;
}

.f-cnt p {
  font-family: var(--text-font-family);
  color: #959ca9;
  letter-spacing: 0.2px;
  line-height: 26px;
  font-size: 15px;
  margin-bottom: 15px;
}

.f-cnt p small {
  display: block;
  font-size: 14px;
  color: #f1f1f1;
}

.f-cnt p span {
  font-size: 16px;
  color: var(--secondary);
  float: left;
  padding-top: 5px;
  padding-right: 8px;
}

footer h4 {
  font-family: var(--heading-font-family);
  color: #f1f1f1;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
}

footer h4::after {
  content: "";
  position: absolute;
  bottom: -11px;
  width: 8px;
  height: 8px;
  right: 0px;
  background: var(--secondary);
  border-radius: 50%;
}

footer h4::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 1px;
  border: 1px dashed #959ca9;
}

.f-links ul {
  padding-left: 0;
}

.f-links ul li {
  list-style: none;
}

.f-links ul li a {
  text-decoration: none;
  font-family: var(--text-font-family);
  font-size: 15px;
  display: block;
  color: #959ca9;
  letter-spacing: 0.2px;
  transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
  -moz-transition: ease 0.4s;
  line-height: 28px;
}

.f-links ul li a:hover {
  color: var(--secondary);
  padding-left: 5px;
}

.f-links ul li a img {
  width: 15px;
  margin-right: 4px;
}

.fixed-tp {
  position: fixed;
  bottom: 10px;
  right: 20px;
  background: #ff1717da;
  z-index: 999;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  color: #fff !important;
  text-decoration: none;
}

@media (min-width: 320px) and (max-width: 414px) {
  .top-left ul {
    text-align: center;
  }

  .social-links {
    float: none;
    text-align: center;
    margin: 5px 0;
  }

  header {
    position: relative;
  }

  .logo {
    text-align: center;
  }

  .logo img {
    width: 25%;
    display: inline-block;
  }

  .logo-text h1 {
    color: var(--primary);
  }

  .logo-text {
    text-align: center;
  }

  .navbar {
    margin-top: 10px;
    background: var(--primary);
    padding: 4px;
  }

  .navbar-light .navbar-toggler {
    background: var(--secondary);
    font-size: 14px;
    padding: 4px 10px;
  }

  .carousel-caption p {
    display: none;
  }

  .ban-1 {
    padding: 0;
    top: 25%;
    right: 30%;
  }

  .ban-1 h6 {
    font-size: 12px;
  }

  .carousel-caption {
    padding: 0;
  }

  .carousel-caption h2 {
    font-size: 18px;
  }

  .carousel-caption a {
    padding: 4px 6px;
    font-size: 11px;
  }

  .ban-4 {
    padding: 0;
  }

  .wel-img1 {
    margin-left: 0px;
  }

  .sec-2::before {
    background: none;
  }

  .sec2-left::after {
    display: none;
  }

  .wel-small {
    bottom: 0;
    left: 0;
    width: 65%;
  }

  .wel-completed {
    bottom: -20px;
  }

  .sec2-right {
    position: relative;
    z-index: 99;
    margin-top: 45px;
  }

  .sec2-right h2 {
    font-size: 25px;
  }

  .sec3-title h6 {
    font-size: 14px;
  }

  .sec3-title h3 {
    font-size: 25px;
  }
  .counter {
    text-align: center;
  }

  .counter img {
    width: 50px;
    margin-right: 0;
    float: none;
    padding: 8px;
    margin-bottom: 15px;
  }

  .counter h3 {
    font-size: 28px;
  }
  .counter h3.add::after {
    font-size: 14px;
  }

  .sec1-box {
    margin: 15px;
  }

  .slick-pre {
    left: 0;
    z-index: 99;
  }

  .slick-nxt {
    right: 0;
  }

  .sec-5 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
  }

  .sec5-left {
    padding: 50px 40px;
  }

  .sec5-right {
    padding: 120px;
  }

  .sec5-right h2 img {
    width: 50px;
  }

  .sec5-right h2 {
    font-size: 20px;
  }

  .sec6-title h2 {
    font-size: 26px;
  }

  .sec6-title h6 {
    font-size: 14px;
  }

  .sec6-left a {
    margin-bottom: 15px;
  }

  .sec6-right h3 {
    margin-top: 10px;
  }

  .sec-7 {
    text-align: center;
  }

  .sec-7 h2 {
    font-size: 21px;
  }

  .sec7-right {
    text-align: center;
    padding-top: 10px;
  }

  .pro-title {
    height: auto;
    margin-bottom: 15px;
  }

  .pro-title h2 {
    font-size: 24px;
    margin: 20px;
  }

  .about-sec2-right h3 {
    font-size: 22px;
    line-height: 30px;
  }

  .inner-matter h2 {
    font-size: 26px;
  }

  .pro-table {
    overflow: scroll;
  }

  .contac-form {
    margin: 0 0px 0px 0px;
  }

  footer .social-links {
    margin-bottom: 15px !important;
  }
}

@media (min-width: 480px) and (max-width: 736px) {
}

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

@media (width: 1024px) {
}
