@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

:root {
  --pfamily: 'Montserrat', sans-serif;
  --text: #1A1A1A;
  --gray: #f5f5f5;
  --white: #ffffff;
  --border: #e8e8e8;
  --heading: #151868;
  --primary: #151868;
  --placeholder: #777777;
  --light-white: #e7e7e7;
  --navbar-fixed: #ffffff;
  --service-icon: #f7f7f7;
  --banner-bg: #fcfcfd;
  --testi-card: #fff3f3;
  --testi-star: #ffbbbb;
  --contact-form: #fff3f3;
}

* {
  margin: 0px;
  padding: 0px;
  outline: 0px
}

.responsive {
  width: 100%;
  height: auto;
}

img {
  vertical-align: middle
}

a {
  text-decoration: none;
  display: inline-block
}

a:hover {
  text-decoration: none
}

ul,
ol {
  list-style: none;
  margin-bottom: 0px;
  display: inline-block
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 15px;
  letter-spacing: 0.3px
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: 15px;
  letter-spacing: 0.3px
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  font-size: 15px;
  letter-spacing: 0.3px
}

input::placeholder,
textarea::placeholder {
  font-size: 15px;
  letter-spacing: 0.3px
}

button:focus {
  outline: none
}

html,
body {
  scroll-behavior: smooth
}

body {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  color: var(--text);
  line-height: 28px
}

p {
  margin-bottom: 0px
}

h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: var(--heading);
  margin-bottom: 8px;
}

h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 32px
}

h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px
}

h5 {
  font-size: 18px;
  font-weight: 500
}

h6 {
  font-size: 16px;
  font-weight: 400
}

.back2top-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  display: none
}

.back2top-btn i {
  width: 48px;
  height: 48px;
  font-size: 16px;
  color: var(--white);
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  background: var(--primary);
  -webkit-animation: button-bounce 2s infinite;
  animation: button-bounce 2s infinite;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s
}

@-webkit-keyframes button-bounce {
  0% {
    margin-bottom: 0px
  }

  50% {
    margin-bottom: 15px
  }
}

@keyframes button-bounce {
  0% {
    margin-bottom: 0px
  }

  50% {
    margin-bottom: 15px
  }
}

@media (max-width: 575px) {
  .back2top-btn i {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 14px
  }
}

.navbar-dropdown {
  position: relative
}

.navbar-dropdown:hover .dropdown-list {
  visibility: visible;
  opacity: 1;
  top: 98px
}

.dropdown-indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.dropdown-indicator span {
  margin-right: 5px
}

.dropdown-indicator i {
  font-size: 10px
}

.dropdown-list {
  position: absolute;
  top: 130px;
  left: 0px;
  z-index: 1;
  width: 240px;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  border-radius: 3px;
  background: var(--white);
  border-top: 2px solid var(--primary);
  -webkit-box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s
}

.dropdown-list li {
  border-bottom: 1px solid var(--border)
}

.dropdown-list li:last-child {
  border-bottom: none
}

.dropdown-link {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 25px;
  color: var(--text);
  text-transform: capitalize;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s
}

.dropdown-link:hover {
  color: var(--white);
  background: var(--primary)
}

.dropdown-toggle::after {
  margin-left: 2px
}

@media (max-width: 991px) {
  .navbar-dropdown {
    position: inherit
  }

  .dropdown-indicator {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .dropdown-indicator i {
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
  }

  .dropdown-indicator.active i {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  .dropdown-list {
    position: inherit;
    visibility: visible;
    opacity: 1;
    width: 100%;
    display: none
  }
}

.btn {
  border: 1px solid var(--primary);
  font-size: 14px;
  font-weight: 500;
  padding: 12px 24px;
  border-radius: 50px;
  text-transform: uppercase;
  text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 8px 25px 0px rgba(72, 69, 90, 0.1);
  box-shadow: 0px 8px 25px 0px rgba(72, 69, 90, 0.1);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s
}

.btn:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.btn i {
  margin-left: 8px;
}

.btn-inline {
  color: var(--white);
  background: var(--primary);
  border-color: var(--primary)
}

.btn-inline:hover {
  color: var(--white);
  background: var(--heading);
  border-color: var(--heading);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0px 25px 60px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 25px 60px 0px rgba(0, 0, 0, 0.1)
}

.btn-outline {
  color: var(--primary);
  background: var(--white);
  border-color: var(--primary)
}

.btn-outline:hover {
  color: var(--white);
  background: var(--primary);
  border-color: var(--primary);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0px 25px 60px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 25px 60px 0px rgba(0, 0, 0, 0.1)
}

.duel-btn .btn {
  margin-right: 15px
}

.duel-btn .btn:nth-child(1) {
  background: var(--heading);
  border-color: var(--heading)
}

.duel-btn .btn:nth-child(2):hover {
  background: var(--primary);
  border-color: var(--primary)
}

@media (max-width: 450px) {
  .duel-btn {
    width: 210px;
    margin: 0 auto;
    text-align: center
  }

  .duel-btn .btn {
    margin: 8px 0px
  }
}

@media (min-width: 451px) and (max-width: 575px) {
  .duel-btn .btn {
    margin: 0px 8px
  }
}

.icon i {
  width: 48px;
  height: 48px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  border: 2px solid;
  text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.25);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s
}

.icon-inline i {
  color: var(--white);
  background: var(--primary);
  border-color: var(--primary)
}

.icon-inline i:hover {
  color: var(--white);
  background: var(--heading);
  border-color: var(--heading);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0px 5px 15px 0px rgba(72, 69, 90, 0.3);
  box-shadow: 0px 5px 15px 0px rgba(72, 69, 90, 0.3)
}

.icon-outline i {
  color: var(--primary);
  background: var(--white);
  border-color: var(--primary)
}

.icon-outline i:hover {
  color: var(--white);
  background: var(--primary);
  border-color: var(--primary);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0px 5px 15px 0px rgba(72, 69, 90, 0.3);
  box-shadow: 0px 5px 15px 0px rgba(72, 69, 90, 0.3)
}

@media (max-width: 400px) {
  .icon i {
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 14px
  }
}

@media (min-width: 401px) and (max-width: 991px) {
  .icon i {
    width: 44px;
    height: 44px;
    line-height: 40px;
    font-size: 15px
  }
}

.form-group {
  margin-bottom: 25px
}

.form-group input:focus {
  outline: 0;
}

.form-group.success input {
  border-color: #09c372;
}

.form-group.error input {
  border-color: #ff3860;
}

.form-group.success textarea {
  border-color: #09c372;
}

.form-group.error textarea {
  border-color: #ff3860;
}

.form-group .error {
  color: #ff3860;
}

.form-control {
  border: none;
  outline: none;
  width: 100%;
  height: 50px;
  padding: 0px 20px;
  border-radius: 30px;
  color: var(--heading);
  background: var(--light-white);
  border: 1px solid transparent;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s
}

.form-control:focus-within {
  border-color: var(--primary);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0
}

textarea.form-control {
  height: 200px;
  padding: 20px
}

.section {
  padding: 120px 0px 0px
}

.section-heading {
  text-align: center;
  margin-bottom: 48px
}

.section-heading p {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
  color: var(--heading);
  text-transform: uppercase;
  margin-bottom: 18px
}

.section-heading p span {
  color: var(--primary)
}

.section-heading h2 {
  width: 450px;
  margin: 0 auto
}

@media (max-width: 767px) {
  .section {
    padding: 60px 0px 0px
  }

  .section-heading {
    margin-bottom: 25px
  }

  .section-heading p {
    font-size: 16px
  }

  .section-heading h2 {
    width: 100%;
    font-size: 28px;
    line-height: 36px
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section {
    padding: 80px 0px 0px
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section {
    padding: 100px 0px 0px
  }
}

.navbar-part {
  padding: 0px 15px
}

.navbar-fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 2;
  background: var(--navbar-fixed);
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1)
}

.navbar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.navbar-logo img {
  width: 200px
}

.navbar-toggle {
  border: none;
  outline: none;
  background: none;
  display: none
}

.navbar-toggle i {
  background: var(--primary);
  color: var(--white);
  border-radius: 3px;
  padding: 8px 10px;
  font-size: 16px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s
}

.navbar-toggle i:hover {
  color: var(--white);
  background: var(--heading)
}

.navbar-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.navbar-cross {
  position: absolute;
  top: 15px;
  left: 15px;
  display: none
}

.navbar-cross i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  color: var(--heading);
  background: var(--white);
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s
}

.navbar-cross i:hover {
  color: var(--white);
  background: var(--primary)
}

.navbar-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.navbar-item {
  margin: 0px 20px
}

.navbar-link {
  font-weight: 600;
  color: var(--text);
  text-transform: capitalize;
}

.navbar-link:hover {
  color: var(--primary);
  border-bottom: 2px solid var(--primary);
}

.navbar-item.active .navbar-link {
  color: var(--primary);
  border-bottom: 2px solid var(--primary);
}

.navbar-btn {
  margin-left: 25px
}

@media (max-width: 991px) {
  .navbar-part {
    padding: 10px 15px
  }

  .navbar-logo img {
    width: 150px
  }

  .navbar-toggle {
    display: block
  }

  .navbar-slide {
    position: fixed;
    top: 0px;
    right: -280px;
    z-index: 3;
    width: 270px;
    height: 100vh;
    padding: 70px 15px 0px;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #f9f9f9;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all linear .4s;
    transition: all linear .4s
  }

  .navbar-slide.active {
    right: 0px
  }

  .navbar-cross {
    display: block
  }

  .navbar-list {
    width: 100%;
    display: block;
    margin-bottom: 30px
  }

  .navbar-list li {
    border-bottom: 1px solid var(--border)
  }

  .navbar-item {
    margin: 0px
  }

  .navbar-link {
    width: 100%;
    padding: 12px 15px
  }

  .navbar-src {
    margin-left: 0px;
    margin-bottom: 15px
  }

  .navbar-src:focus-within input {
    width: 160px
  }

  .navbar-btn {
    margin-left: 0px;
    width: 100%
  }

  .navbar-btn .btn {
    display: block;
    padding: 14px 0px;
    margin-bottom: 50px
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-logo img {
    width: 160px
  }

  .navbar-item {
    margin: 0px 15px
  }

  .navbar-link {
    font-size: 15px
  }

  .navbar-btn .btn {
    padding: 15px 25px;
    font-size: 13px
  }
}

.footer-part {
  margin-bottom: 80px
}

.footer-logo {
  text-align: center;
  margin-bottom: 50px
}

.footer-logo a img {
  width: 200px
}

.footer-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 55px
}

.footer-icon li {
  margin: 0px 15px
}

.footer-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.footer-text li {
  padding: 0px 25px;
  border-right: 2px solid #999999
}

.footer-text li:last-child {
  border-right: none
}

.footer-text li h6 {
  font-weight: 400
}

.footer-text li h6 span {
  color: var(--primary)
}

.footer-text li h6 a {
  color: var(--primary)
}

.footer-text li h6 a:hover {
  text-decoration: underline
}

@media (max-width: 767px) {
  .footer-logo a img {
    width: 145px
  }

  .footer-icon {
    margin-bottom: 45px
  }

  .footer-icon li {
    margin: 0px 10px
  }

  .footer-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .footer-text li {
    padding: 0px;
    border: none;
    margin: 5px 0px
  }
}

.dandik,
.bamdik {
  padding-top: 16px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--primary);
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  z-index: 1;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s
}

.dandik:hover,
.bamdik:hover {
  color: var(--white);
  background: var(--heading)
}

.dandik {
  top: 50%;
  right: -15px
}

.bamdik {
  top: 50%;
  left: -15px
}

@media (min-width: 576px) and (max-width: 1199px) {
  .dandik {
    right: 0px
  }

  .bamdik {
    left: 0px
  }
}

.service-card {
  width: 100%;
  border-radius: 8px;
  background: var(--white);
  margin-bottom: 48px;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s
}

.service-card h2{
  color: var(--primary);
  margin-top: 24px;
}

.service-card p{
  color: var(--text);
  font-size: 20px;
  padding: 12px 24px;
}

.service-card:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.service-card .btn {
  margin: 24px 0px 36px 0px;
}

.counter-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.counter-card i {
  font-size: 70px;
  line-height: 70px;
  margin-right: 25px
}

.count-1 i {
  background: -webkit-linear-gradient(#38ef7d, #35df76);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.count-2 i {
  background: -webkit-linear-gradient(#fc4a1a, #f7b733);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.count-3 i {
  background: -webkit-linear-gradient(#ADD100, #a1c004);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.counter-info h3 {
  color: #fff;
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 13px
}

.counter-info p {
  font-size: 18px;
  color: var(--white);
  text-transform: capitalize
}

@media (max-width: 767px) {
  .counter-card {
    width: 235px;
    margin: 0 auto 30px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .counter-card i {
    font-size: 55px;
    line-height: 55px
  }

  .count-3 {
    margin-bottom: 0px
  }

  .counter-info h3 {
    font-size: 35px;
    line-height: 43px;
    margin-bottom: 8px
  }

  .counter-info p {
    font-size: 16px
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .counter-card i {
    font-size: 50px;
    line-height: 50px
  }

  .counter-info h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0px
  }

  .counter-info p {
    font-size: 14px
  }
}

.testi-card {
  margin: 0px 15px;
  padding: 45px 30px 40px;
  text-align: center;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  background: var(--gray);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s
}

.testi-card i {
  position: absolute;
  bottom: 10px;
  right: -50px;
  font-size: 150px;
  color: var(--primary)
}

.testi-quote {
  margin-bottom: 30px
}

.testi-quote p {
  font-size: 18px;
  color: var(--text);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s
}

.testi-meta h5 {
  font-weight: 600;
  margin-bottom: 2px;
  color: var(--heading);
  text-transform: capitalize;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s
}

.testi-meta p {
  font-weight: 500;
  margin-bottom: 7px;
  color: var(--heading);
  text-transform: capitalize;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s
}

.testi-meta a {
  border-radius: 50%;
  border: 2px solid var(--primary)
}

.testi-meta a img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px solid var(--white)
}

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

.blog-card:hover .blog-oly {
  background: rgba(0, 0, 0, 0.3)
}

.blog-card:hover .blog-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.blog-card:hover .blog-text h4 a {
  color: var(--primary)
}

.blog-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 22px
}

.blog-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s
}

.blog-oly {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s
}

.blog-oly p {
  position: absolute;
  top: 25px;
  left: 25px;
  padding: 4px 12px;
  background: var(--primary);
  border-radius: 5px;
  color: var(--white);
  font-size: 13px;
  line-height: 22px;
  text-transform: capitalize
}

.blog-content {
  padding: 0px 15px
}

.blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px
}

.blog-meta li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.blog-meta li i {
  margin-right: 8px
}

.blog-meta li p {
  font-size: 15px;
  text-transform: capitalize
}

.blog-text {
  margin-bottom: 20px
}

.blog-text h4 {
  font-weight: 500
}

.blog-text h4 a {
  color: var(--heading);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s
}

.blog-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.blog-link li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.blog-link li i {
  font-size: 18px;
  margin-right: 10px
}

.blog-link li p {
  font-size: 15px;
  text-transform: capitalize
}

.blog-link li a {
  font-size: 13px;
  line-height: 20px;
  padding: 6px 25px
}

@media (max-width: 767px) {
  .blog-card {
    margin-bottom: 45px
  }

  .blog-text h4 {
    font-size: 18px;
    line-height: 26px
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .blog-card {
    margin-bottom: 45px
  }

  .blog-text h4 {
    font-size: 20px;
    line-height: 28px
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-text h4 {
    font-size: 18px;
    line-height: 26px
  }
}

.blog-suggest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--border)
}

.suggest-img a img {
  width: 100px;
  height: auto;
  border-radius: 10px;
  margin-right: 15px;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1)
}

.suggest-title {
  margin-bottom: 18px
}

.suggest-title h6 {
  font-weight: 600;
  line-height: 24px
}

.suggest-title h6 a {
  color: var(--heading);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s
}

.suggest-title h6 a:hover {
  color: var(--primary)
}

.suggest-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.suggest-date i {
  margin-right: 10px
}

.suggest-date p {
  font-size: 14px;
  text-transform: capitalize
}

@media (max-width: 767px) {
  .suggest-title {
    margin-bottom: 8px
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .suggest-title {
    margin-bottom: 10px
  }
}

.contact-address {
  text-align: center
}

.contact-address:hover .address-icon i {
  color: var(--white);
  background: var(--primary);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px)
}

.address-icon {
  margin-bottom: 28px
}

.address-icon i {
  width: 48px;
  height: 48px;
  font-size: 22px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: var(--primary);
  background: var(--white);
  border: 2px solid var(--primary);
  text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.25);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s
}

.address-text h4 {
  line-height: 20px;
  margin-bottom: 22px;
  text-transform: capitalize
}

.address-text p {
  color: var(--heading);
  line-height: 24px
}

.address-text p span {
  display: block;
  margin-top: 8px
}

.contact-img img {
  width: 100%
}

@media (max-width: 767px) {
  .contact-part .mb-5 {
    margin-bottom: 10px !important
  }

  .contact-address {
    margin-bottom: 30px
  }

  .contact-img {
    margin-top: 30px
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .address-text p {
    font-size: 15px
  }
}

.banner-part {
  background: var(--banner-bg);
  overflow: hidden;
  position: relative
}

.banner-part .container {
  position: relative
}

.banner-bg {
  background: url(../../img/banner-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 120px 0px
}

.circle-shape {
  position: absolute;
  top: 93px;
  right: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  height: auto;
  opacity: 0.5;
  -webkit-animation: hasan 4s linear infinite;
  animation: hasan 4s linear infinite
}

@-webkit-keyframes hasan {
  0% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8)
  }

  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5)
  }

  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8)
  }
}

@keyframes hasan {
  0% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8)
  }

  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5)
  }

  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8)
  }
}

.star-shape {
  position: absolute;
  right: 0px;
  bottom: -135px;
  width: auto;
  height: 120px;
  opacity: 0.5;
  -webkit-animation: miron 4s linear infinite;
  animation: miron 4s linear infinite
}

@-webkit-keyframes miron {
  0% {
    -webkit-transform: rotate(180deg) scale(1.2);
    transform: rotate(180deg) scale(1.2)
  }

  50% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1)
  }

  100% {
    -webkit-transform: rotate(-180deg) scale(1.2);
    transform: rotate(-180deg) scale(1.2)
  }
}

@keyframes miron {
  0% {
    -webkit-transform: rotate(180deg) scale(1.2);
    transform: rotate(180deg) scale(1.2)
  }

  50% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1)
  }

  100% {
    -webkit-transform: rotate(-180deg) scale(1.2);
    transform: rotate(-180deg) scale(1.2)
  }
}

.banner-img img {
  width: auto;
  height: 450px
}

.banner-icon {
  margin-bottom: 45px
}

.banner-icon li {
  display: inline-block;
  margin-right: 18px
}

.banner-text {
  margin: 124px 0px;
}

.banner-text span {
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  color: var(--heading);
  text-transform: capitalize;
  margin-bottom: 24px;
}

.banner-text p {
  font-size: 20px;
  margin-top: 24px;
}

@media (max-width: 767px) {
  .banner-bg {
    padding: 40px 0px 50px;
    background-position: right
  }

  .circle-shape {
    display: none
  }

  .banner-img {
    margin-bottom: 45px
  }

  .banner-img img {
    width: 100%;
    height: auto
  }

  .banner-content {
    text-align: center
  }

  .banner-icon li {
    margin: 0px 5px
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  .banner-img img {
    width: 100%;
    height: auto
  }

  .banner-icon li {
    margin-right: 15px
  }

  .banner-btn .btn {
    padding: 14px 22px;
    margin-right: 10px
  }

  .banner-btn .btn:nth-child(2) {
    margin-right: 0px
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .banner-img img {
    width: 100%;
    height: auto
  }
}

.resume-cate-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.resume-cate-btn li {
  margin: 15px 25px
}

.cate-btn {
  border: none;
  width: 130px;
  padding: 30px 0px;
  border-radius: 8px;
  text-align: center;
  color: var(--text);
  background: var(--white);
  -webkit-box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.2)
}

.cate-btn i {
  font-size: 22px;
  margin-bottom: 10px
}

.cate-btn span {
  display: block;
  text-transform: capitalize
}

.cate-btn.active {
  color: var(--white);
  background: var(--primary)
}

@media (max-width: 767px) {
  .resume-heading h2 {
    width: 100%
  }

  .resume-cate-btn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .resume-cate-btn li {
    margin: 10px
  }

  .cate-btn {
    width: 107px;
    padding: 25px 0px
  }

  .cate-btn i {
    font-size: 20px
  }

  .cate-btn p {
    font-size: 15px
  }
}

.service-part .section-heading {
  margin-bottom: 130px
}

@media (max-width: 767px) {
  .service-part .section-heading {
    margin-bottom: 30px
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .service-part .section-heading {
    margin-bottom: 40px
  }
}

.port-slider:hover .dandik,
.port-slider:hover .bamdik {
  visibility: visible;
  opacity: 1
}

.port-slider .dandik,
.port-slider .bamdik {
  right: 33%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0
}

.port-slider .bamdik {
  left: 33%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0
}

.port-show-btn {
  text-align: center;
  margin-top: 60px
}

.discuss-part {
  -webkit-transform: translateY(42%);
  transform: translateY(42%)
}

.discuss-oly {
  background: var(--primary);
  border-radius: 10px;
  padding: 0px 15px;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15)
}

.discuss-bg {
  background: url(../../img/discuss-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 70px 70px;
  border-radius: 10px
}

.discuss-content h3 {
  color: var(--white);
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 22px
}

.discuss-content p {
  color: var(--white);
  font-size: 18px
}

.discuss-btn {
  text-align: right
}

.discuss-btn .btn {
  font-size: 16px;
  padding: 16px 40px;
  margin-top: 25px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15)
}

.discuss-btn .btn-inline {
  color: var(--primary);
  background: var(--white)
}

.discuss-btn .btn-inline:hover {
  color: var(--white);
  background: var(--heading)
}

@media (max-width: 767px) {
  .discuss-part {
    -webkit-transform: translateY(15%);
    transform: translateY(15%)
  }

  .discuss-bg {
    padding: 45px 15px
  }

  .discuss-content {
    text-align: center;
    margin-bottom: 15px
  }

  .discuss-content h3 {
    font-size: 35px;
    line-height: 43px
  }

  .discuss-btn {
    text-align: center
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .discuss-part {
    -webkit-transform: translateY(20%);
    transform: translateY(20%)
  }

  .discuss-content p {
    font-size: 17px
  }

  .discuss-btn .btn {
    margin-top: 70px
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .discuss-part {
    -webkit-transform: translateY(30%);
    transform: translateY(30%)
  }
}

.counter-part {
  background: var(--heading)
}

.counter-bg {
  background: url(../../img/counter-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 205px 0px 90px
}

@media (max-width: 767px) {
  .counter-bg {
    padding: 100px 0px 60px
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .counter-bg {
    padding: 120px 0px 60px
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .counter-bg {
    padding: 180px 0px 90px
  }
}

.testi-btn {
  text-align: center;
  margin-top: 50px
}

@media (min-width: 576px) and (max-width: 767px) {
  .testi-part .container {
    max-width: 570px
  }
}

.blog-btn {
  text-align: center;
  margin-top: 20px
}

.single-banner {
  background: url(../../img/single-banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

.single-oly {
  background: rgba(21, 24, 104, 0.7);
  padding: 98px 0px 175px
}

.single-content {
  text-align: center
}

.single-content h1 {
  font-size: 38px;
  line-height: 46px;
  color: var(--white);
  text-transform: capitalize;
  letter-spacing: 0.5px;
  margin-bottom: 15px
}

@media (max-width: 575px) {
  .single-oly {
    padding: 60px 0px 118px
  }

  .single-content h1 {
    font-size: 35px;
    line-height: 43px
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .address-text p {
    font-size: 15px
  }
}

.single-oly {
  padding: 115px 0px 115px
}

@media (max-width: 767px) {
  .single-oly {
    padding: 80px 0px 80px
  }
}

.about-us-text p {
  font-size: 20px;
  margin-bottom: 24px;
  text-align: center;
}

#preloader{
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--white);
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 100;
}

.pulse {
  animation: pulse 1s infinite ease-in-out alternate;
}

@keyframes pulse {
  from { transform: scale(0.8); }
  to { transform: scale(1.2); }
}

.service-text{
  margin: 40px 0px;
}

.service-text p {
  font-size: 18px;
}