section,
header,
footer {
  max-width: 1920px;
  margin: 0 auto;
}

.ic-btn-fill {
  color: #FFFFFF;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 17px 22px;
  border-radius: 5px;
  transition: 0.4s all;
  background: linear-gradient(148deg, #37DBD9 -2.57%, #008AA2 101.5%);
  display: inline-block;
}
.ic-btn-fill:hover {
  color: #FFFFFF;
  background: linear-gradient(148deg, #008AA2 -2.57%, #37DBD9 101.5%);
}

.ic-btn-regular {
  color: #142A3E;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 17px 22px;
  border-radius: 5px;
  transition: 0.4s all;
  background: #FFFFFF;
  box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: inline-block;
}
.ic-btn-regular:hover {
  color: #FFFFFF;
  background: linear-gradient(148deg, #008AA2 -2.57%, #37DBD9 101.5%);
}

.elementor-section {
  z-index: 2;
}

.ic-container {
  max-width: 1060px;
  margin: 0 auto;
}

.ic-sec {
  max-width: 738px;
  margin: 0 auto;
}
.ic-sec h2 {
  margin-bottom: 20px;
}
.ic-sec p {
  margin-bottom: 35px;
}

.ic-row {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 0 15px;
}

.no-post-found {
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  color: #10A0B1;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #4F5B6D;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background-color: #333;
  border-radius: 5px;
}
body::-webkit-scrollbar-button, body::-webkit-scrollbar-thumb {
  background-color: #f2f2f2;
  border-radius: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

button {
  border: 0;
  outline: 0;
}
button:focus {
  border: none;
  outline: none;
  box-shadow: 0px 0px 0px;
}

ul {
  list-style-type: none;
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
}

input,
textarea {
  width: 100%;
  border: none;
  outline: none;
}
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

/**Font Size & Font Family**/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  tpxt-transform: capitalize;
  color: #142A3E;
}

h1 {
  font-weight: 800;
  font-size: 60px;
  line-height: 80px;
}

h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 68px;
}

h3 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  font-size: 38px;
  line-height: 52px;
}

h4 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 41px;
}

h5 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
  tpxt-transform: capitalize;
}

h6 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 25px;
}

.sub {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
}

p,
a,
span,
label,
li {
  font-size: 16px;
  line-height: 150%;
}

@media only screen and (max-width: 767.98px) {
  h1 {
    font-size: 48px;
    line-height: 58px;
  }
  h2 {
    font-size: 36px;
    line-height: 46px;
  }
  h3 {
    font-size: 28px;
    line-height: 38px;
  }
  h4 {
    font-size: 22px;
    line-height: 32px;
  }
  h5 {
    font-size: 20px;
    line-height: 30px;
  }
  h6 {
    font-size: 18px;
    line-height: 28px;
  }
}
.ic-btn {
  height: 50px;
  padding: 0px 20px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

@media only screen and (max-width: 767.98px) {
  .ic-hero-wrapper .container {
    max-width: 100%;
  }
}

.ic-hero-content {
  max-width: 825px;
  margin: 0 auto;
  padding: 60px 15px;
  text-align: center;
}
.ic-hero-content h1 {
  margin-bottom: 20px;
}
.ic-hero-content p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 35px;
}
.ic-hero-content .ic-btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ic-hero-content .ic-btn-group a {
  margin: 0 15px;
  margin: 0 15px;
  padding: 21px 52px;
  font-weight: 600;
}

.ic-slider-frame {
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
}
.ic-slider-frame img {
  width: 100%;
}
.ic-slider-frame .ic-slider {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 98%;
  width: 98%;
  border-radius: 20px;
}
.ic-slider-frame .ic-slider img {
  border-radius: 20px;
}
.ic-slider-frame .slick-list {
  border-radius: 20px;
  height: 100%;
}
.ic-slider-frame .slick-list .slick-track {
  height: 100%;
}

.ic-left-btm,
.ic-right-top {
  position: absolute;
  z-index: 2;
}

.ic-left-btm {
  bottom: 145px;
  left: -60px;
}

.ic-right-top {
  top: -35px;
  right: 50px;
}

@media only screen and (max-width: 991.98px) {
  .ic-left-btm,
.ic-right-top {
    display: none;
  }
}
.ic-slider-wrapper {
  margin-bottom: 120px;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .ic-slider-wrapper {
    padding: 0 15px;
  }
}
.ic-slider-wrapper:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -400px;
  background: url("../../assets/images/counter-bg.png");
  background-size: cover;
  background-position: center center;
  z-index: -1;
  height: 745px;
  width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .ic-slider-wrapper:after {
    height: 694px;
    bottom: -625px;
  }
}
.ic-counter-wrapper {
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .ic-counter-wrapper .ic-row {
    flex-wrap: wrap;
  }
  .ic-counter-wrapper .ic-row .single-counter {
    width: 33.33%;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 575.98px) {
  .ic-counter-wrapper .ic-row .single-counter {
    width: 50%;
  }
}
.ic-counter-wrapper .counter-icon span {
  height: 80px;
  width: 80px;
  display: inline-block;
  line-height: 80px;
  background-color: #FFFFFF;
  border-radius: 50%;
  margin-bottom: 23px;
  text-align: center;
}
.ic-counter-wrapper .counter-icon span img {
  width: 44px;
}
.ic-counter-wrapper .ic-counter-data {
  font-size: 30px;
  font-weight: 800;
  color: #142A3E;
  margin-bottom: 10px;
}
.ic-counter-wrapper .ic-counter-data span.counter {
  margin-right: -7px;
}
.ic-counter-wrapper .single-counter {
  padding: 30px 12px;
  transition: 0.4s all;
  width: 20%;
}
.ic-counter-wrapper .single-counter:hover {
  background: linear-gradient(180deg, rgba(229, 252, 250, 0) 0%, #BDFBF5 100%);
}

.ic-rise-wrapper {
  position: relative;
  z-index: 1;
  padding: 110px 15px 185px 15px;
}
.ic-rise-wrapper:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
.ic-rise-wrapper .ic-rise-row {
  justify-content: center;
  gap: 15px;
}
.ic-rise-wrapper .ic-rise-row .ic-single-rise {
  padding: 30px 35px;
  background: #fff;
  text-align: center;
  position: relative;
  border-radius: 10px;
  transition: 0.4s all;
}
.ic-rise-wrapper .ic-rise-row .ic-single-rise .ic-rise-icon span {
  height: 90px;
  width: 90px;
  line-height: 90px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  background: linear-gradient(239.91deg, #4B73FF 16.64%, #7CF7FF 92.05%);
  margin-bottom: 25px;
}
.ic-rise-wrapper .ic-rise-row .ic-single-rise .ic-rise-icon span img {
  max-width: 42px;
}
.ic-rise-wrapper .ic-rise-row .ic-single-rise .ic-rise-content h5 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 20px;
}
.ic-rise-wrapper .ic-rise-row .ic-single-rise .ic-rise-content p {
  color: rgba(20, 42, 62, 0.8);
}
.ic-rise-wrapper .ic-rise-row .ic-single-rise:nth-child(2) .ic-rise-icon span {
  background: linear-gradient(235.15deg, #FFD439 5.83%, #FF7A00 84.41%);
}
.ic-rise-wrapper .ic-rise-row .ic-single-rise:nth-child(3) .ic-rise-icon span {
  background: linear-gradient(231.29deg, #8FFF85 14.4%, #39A0FF 85.22%);
}
.ic-rise-wrapper .ic-rise-row .ic-single-rise:nth-child(4) .ic-rise-icon span {
  background: linear-gradient(238.34deg, #FF896D 6.5%, #D02020 87.52%);
}
.ic-rise-wrapper .ic-rise-row .ic-single-rise:nth-child(2n+2) {
  top: 80px;
}
.ic-rise-wrapper .ic-rise-row .ic-single-rise:nth-child(2n+2):hover {
  top: 0;
}
@media only screen and (max-width: 820px) {
  .ic-rise-wrapper .ic-rise-row {
    flex-wrap: wrap;
  }
  .ic-rise-wrapper .ic-rise-row .ic-single-rise:nth-child(2n+2) {
    top: auto;
  }
  .ic-rise-wrapper .ic-rise-row .ic-single-rise:nth-child(2n+2):hover {
    top: auto;
  }
}
.ic-rise-wrapper .ic-sec-title {
  margin-bottom: 60px;
}

.ic-choice-fig img {
  max-width: 440px;
}

.ic-single-choice {
  background: #EFDFFF;
  box-shadow: 0px 103.661px 155.491px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  text-align: center;
  padding: 30px;
}
.ic-single-choice .ic-choice-content {
  padding: 30px 30px 0 30px;
}
@media only screen and (max-width: 991.98px) {
  .ic-single-choice .ic-choice-content {
    padding: 15px 10px 0 10px;
  }
  .ic-single-choice .ic-choice-content h3 {
    font-size: 28px;
    line-height: 38px;
  }
}

.ic-choice-wrapper {
  padding: 100px 15px;
}
.ic-choice-wrapper .ic-choice-row > div {
  position: relative;
  top: 0;
  transition: 0.4s all;
}
.ic-choice-wrapper .ic-choice-row > div:hover {
  top: -3px;
}
.ic-choice-wrapper .ic-choice-row > div:hover .ic-single-choice {
  box-shadow: none;
}
.ic-choice-wrapper .ic-choice-row > div:nth-child(3) {
  margin-top: 130px;
}
@media only screen and (max-width: 991.98px) {
  .ic-choice-wrapper .ic-choice-row > div:nth-child(3) {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-choice-wrapper .ic-choice-row > div:nth-child(3) {
    margin-top: 0;
  }
}
.ic-choice-wrapper .ic-choice-row > div:nth-child(3) .ic-single-choice {
  background: #FFE2EB;
}
.ic-choice-wrapper .ic-choice-row > div:nth-child(4) {
  margin-top: -80px;
}
@media only screen and (max-width: 991.98px) {
  .ic-choice-wrapper .ic-choice-row > div:nth-child(4) {
    margin-top: 0;
  }
}
.ic-choice-wrapper .ic-choice-row > div:nth-child(4) .ic-single-choice {
  background: #F4E1BA;
}
.ic-choice-wrapper .ic-choice-row > div:nth-child(5) {
  margin-top: 50px;
}
@media only screen and (max-width: 767.98px) {
  .ic-choice-wrapper .ic-choice-row > div:nth-child(5) {
    margin-top: 0;
  }
}
.ic-choice-wrapper .ic-choice-row > div:nth-child(5) .ic-single-choice {
  background: #E0EDFC;
}
.ic-choice-wrapper .ic-choice-row > div:nth-child(6) {
  margin-top: 50px;
}
.ic-choice-wrapper .ic-choice-row > div:nth-child(7) {
  margin-top: 50px;
}
.ic-choice-wrapper .ic-choice-row > div:nth-child(8) {
  margin-top: 50px;
}
.ic-choice-wrapper .ic-choice-row > div:nth-child(9) {
  margin-top: 50px;
}
.ic-choice-wrapper .ic-choice-row > div:nth-child(10) {
  margin-top: 50px;
}
.ic-choice-wrapper .ic-choice-row > div:nth-child(11) {
  margin-top: 50px;
}
.ic-choice-wrapper .ic-choice-row > div:nth-child(12) {
  margin-top: 50px;
}
.ic-choice-wrapper .ic-choice-row > div:nth-child(13) {
  margin-top: 50px;
}
.ic-choice-wrapper .ic-choice-row > div:nth-child(14) {
  margin-top: 50px;
}
.ic-choice-wrapper .ic-choice-row > div:nth-child(15) {
  margin-top: 50px;
}
@media only screen and (max-width: 767.98px) {
  .ic-choice-wrapper .ic-choice-row > div {
    top: auto;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.ic-choice-wrapper .ic-choice-row {
  position: relative;
  justify-content: space-between;
}
.ic-choice-wrapper .ic-choice-row .ic-single-choiced {
  position: absolute;
  right: 0;
  width: 50%;
}
@media only screen and (max-width: 991.98px) {
  .ic-choice-wrapper .ic-choice-row .ic-single-choiced {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .ic-choice-wrapper .col-md-6 {
    flex: 0 0 auto;
    width: 48%;
  }
}

.ic-view-more-features {
  width: 50%;
  text-align: center;
  position: relative;
  top: -53px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 991.98px) {
  .ic-view-more-features {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-view-more-features {
    width: 100%;
    top: 0;
  }
}

.ic-view-more-features.features-btn {
  top: 0;
}

.ic-interface-wrapper {
  padding: 110px 15px;
}
.ic-interface-wrapper .ic-sec {
  color: #FFFFFF;
}
.ic-interface-wrapper .ic-sec h2 {
  color: #FFFFFF;
}
.ic-interface-wrapper .nav-tabs {
  border: none;
  max-width: 380px;
  margin: 0 auto 60px auto;
  justify-content: space-between;
  background-color: #008581;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.03), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0227778), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0182222), 0px 20px 13px rgba(0, 0, 0, 0.015), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.0117778), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.00722222);
  border-radius: 10px;
  padding: 0;
}
.ic-interface-wrapper .nav-tabs li {
  width: 33.33%;
}
.ic-interface-wrapper .nav-tabs li button {
  width: 100%;
  background-color: transparent;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 30px;
  padding: 15px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  border: 0;
}
.ic-interface-wrapper .nav-tabs li button:focus {
  border: 0;
  box-shadow: none;
}
.ic-interface-wrapper .nav-tabs li button:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background-color: #FFFFFF;
  transition: 0.4s all;
  z-index: -1;
}
.ic-interface-wrapper .nav-tabs li button.active {
  color: #142A3E;
}
.ic-interface-wrapper .nav-tabs li button.active:after {
  right: auto;
  left: 0;
  width: 100%;
}
.ic-interface-wrapper .nav-tabs li:first-child button:after {
  border-radius: 10px 0 0 10px;
}
.ic-interface-wrapper .nav-tabs li:last-child button:after {
  border-radius: 0 10px 10px 0;
}
.ic-interface-wrapper .tab-content {
  margin-bottom: 60px;
}

.ic-module-wrapper {
  padding: 110px 15px;
}
.ic-module-wrapper .ic-sec {
  margin-bottom: 38px;
}
.ic-module-wrapper .ic-single-module {
  text-align: center;
  background-color: #FFFFFF;
  box-shadow: 0px 44px 64px -20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 30px;
  transition: 0.4s all;
  position: relative;
  top: 0;
}
.ic-module-wrapper .ic-single-module img {
  transition: 0.4s all;
  position: relative;
  top: 0;
}
.ic-module-wrapper .ic-single-module .ic-module-head {
  background: #F4E1BA;
  border-radius: 10px 10px 0px 0px;
  padding: 40px;
}
.ic-module-wrapper .ic-single-module .ic-module-content {
  padding: 25px 10px;
}
.ic-module-wrapper .ic-single-module .ic-module-content p {
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
  color: #142A3E;
}
.ic-module-wrapper .ic-single-module:hover {
  box-shadow: none;
  top: -3px;
}
.ic-module-wrapper .ic-single-module:hover img {
  top: 6px;
}
.ic-module-wrapper .ic-btn-fill {
  margin-top: 30px;
}
.ic-module-wrapper .ic-module-row div:nth-child(2) .ic-module-head {
  background: #F8DCE5;
}
.ic-module-wrapper .ic-module-row div:nth-child(3) .ic-module-head {
  background: #E7D7F6;
}
.ic-module-wrapper .ic-module-row div:nth-child(4) .ic-module-head {
  background: #E0EDFC;
}
.ic-module-wrapper .ic-module-row div:nth-child(5) .ic-module-head {
  background: #E7D7F6;
}
.ic-module-wrapper .ic-module-row div:nth-child(6) .ic-module-head {
  background: #E0EDFC;
}
.ic-module-wrapper .ic-module-row div:nth-child(7) .ic-module-head {
  background: #F8DCE5;
}
.ic-module-wrapper .ic-module-row div:nth-child(8) .ic-module-head {
  background: #F4E1BA;
}

.ic-review-wrapper {
  padding: 110px 0;
  background: url("../images/reviews-slider-bg.png") no-repeat center center/cover;
}
.ic-review-wrapper .container-fluid,
.ic-review-wrapper .ic-reviews-slide {
  padding: 0;
}
.ic-review-wrapper .ic-sec {
  max-width: 850px;
  margin-bottom: 40px;
}
.ic-review-wrapper .ic-single-review ul li {
  display: inline-block;
}
.ic-review-wrapper .ic-single-review .ic-review-content {
  display: flex;
  margin-bottom: 25px;
}
.ic-review-wrapper .slick-slide > div {
  margin: 0 15px 30px 15px;
  background: #FFFFFF;
  box-shadow: 10px 30px 100px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 20px 25px;
  position: relative;
  top: 0;
  transition: 0.4s all;
}
.ic-review-wrapper .slick-slide > div:hover {
  box-shadow: none;
  top: -3px;
}
.ic-review-wrapper .ic-reviewer-fig {
  width: 93px;
  height: 93px;
  border-radius: 50%;
  margin-right: 25px;
}
.ic-review-wrapper .ic-reviewer-fig img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.ic-review-wrapper .ic-review-info p {
  font-weight: 800;
  font-size: 18px;
  line-height: 25px;
  color: #142A3E;
  margin-bottom: 10px;
}
.ic-review-wrapper .ic-review-info ul li i {
  font-size: 22px;
  color: #ddd;
}
.ic-review-wrapper .ic-review-info ul li.rated i {
  color: #FAAE30;
}
.ic-review-wrapper .ic-reviewer-desc p {
  line-height: 1.8;
}
.ic-review-wrapper .ic-star-number p {
  font-weight: 500;
  font-size: 18.085px;
  line-height: 25px;
  color: #4F5B6D;
}

.ic-help-wrapper {
  margin-bottom: 80px;
}
.ic-help-wrapper .ic-row {
  gap: 20px;
}
.ic-help-wrapper .ic-row .single-help {
  width: 33.33%;
  background: #EFDFFF;
  border-radius: 10px;
  margin-bottom: 30px;
  text-align: center;
  padding: 45px 30px;
  position: relative;
  top: 0;
  transition: 0.4s all;
}
.ic-help-wrapper .ic-row .single-help img {
  position: relative;
  top: 0;
  transition: 0.4s all;
}
.ic-help-wrapper .ic-row .single-help:hover {
  top: -3px;
}
.ic-help-wrapper .ic-row .single-help:hover img {
  top: 5px;
}
.ic-help-wrapper .ic-row .single-help .ic-help-data h4 {
  font-size: 25px;
  line-height: 34px;
  margin-bottom: 30px;
}
.ic-help-wrapper .ic-row .single-help .help-icon {
  margin-bottom: 30px;
}
.ic-help-wrapper .ic-row .single-help:nth-child(2) {
  background: #F4E1BA;
}
.ic-help-wrapper .ic-row .single-help:nth-child(3) {
  background: #E0EDFC;
}
.ic-refund-guarantee-wrapper {
  background-color: #EFF1F3;
  padding: 50px;
}
.ic-refund-guarantee-wrapper .row {
  align-items: center;
}
.ic-refund-guarantee-wrapper .ic-monogram {
  text-align: center;
}
.ic-refund-guarantee-wrapper h3 {
  margin-bottom: 20px;
}
.ic-refund-guarantee-wrapper p {
  line-height: 1.8;
  margin-bottom: 20px;
}
.ic-refund-guarantee-wrapper .ic-payment {
  display: flex;
  align-items: center;
}
.ic-refund-guarantee-wrapper .ic-payment p {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 18px;
  margin-right: 25px;
  color: #142A3E;
}

.ic-commercial-wrapper {
  padding: 160px 0 110px 0;
  background: #0F1F2F;
}
.ic-commercial-wrapper .ic-container {
  background: url("../images/pointer/map.png") no-repeat center center/contain;
  height: 600px;
  position: relative;
}
.ic-commercial-wrapper .ic-pointer span.ic-commercial-pointer {
  position: relative;
  font-family: remixicon !important;
}
.ic-commercial-wrapper .ic-pointer span.ic-commercial-pointer:before {
  position: absolute;
  content: "\ea4d";
  left: -15px;
  top: -27px;
  color: #fff;
  z-index: 3;
  font-size: 80px;
  opacity: 0;
}
.ic-commercial-wrapper .ic-pointer span.ic-commercial-pointer:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 53px;
  height: 86px;
  background: url("../images/pointer/pin_1.png") no-repeat;
}
.ic-commercial-wrapper .ic-pointer span.ic-commercial-pointer:hover .ic-pointer-content {
  display: block;
}
.ic-commercial-wrapper .ic-pointer span.ic-commercial-pointer:hover::before {
  opacity: 1;
}
.ic-commercial-wrapper .ic-pointer-content {
  position: absolute;
  width: 300px;
  height: 155px;
  left: -10px;
  top: -170px;
  transition: all 0.4s;
  display: none;
  background-color: #FFFFFF;
  padding: 15px;
  border-radius: 10px;
  font-family: "Manrope", sans-serif;
  z-index: 2;
}
.ic-commercial-wrapper .ic-sec {
  max-width: 900px;
  position: relative;
  top: -60px;
}
.ic-commercial-wrapper .ic-sec h2 {
  color: #FFFFFF;
}
.ic-commercial-wrapper .ic-pointer-head {
  display: flex;
  margin-bottom: 10px;
}
.ic-commercial-wrapper .ic-pointer-head p {
  font-size: 14px;
}
.ic-commercial-wrapper .ic-pointer-head .ic-flag {
  margin-right: 15px;
}
.ic-commercial-wrapper .ic-commercial-footer span {
  font-weight: 800;
}
.ic-commercial-wrapper .ic-commercial-footer > p {
  font-size: 14px;
  margin-bottom: 0;
}
.ic-commercial-wrapper .ic-commercial-info {
  line-height: 14px;
}
.ic-commercial-wrapper .ic-commercial-info span {
  font-weight: 800;
}
.ic-commercial-wrapper .ic-single-pointer {
  position: absolute;
  top: 130px;
  left: 150px;
}
.ic-commercial-wrapper .ic-single-pointer:nth-child(2) {
  top: 90px;
  left: 800px;
}
.ic-commercial-wrapper .ic-single-pointer:nth-child(2) .ic-pointer span.ic-commercial-pointer:after {
  background: url("../images/pointer/pin_2.png") no-repeat;
}
.ic-commercial-wrapper .ic-single-pointer:nth-child(3) {
  top: 190px;
  left: 200px;
}
.ic-commercial-wrapper .ic-single-pointer:nth-child(3) .ic-pointer span.ic-commercial-pointer:after {
  background: url("../images/pointer/pin_3.png") no-repeat;
}
.ic-commercial-wrapper .ic-single-pointer:nth-child(4) {
  top: 190px;
  left: 600px;
}
.ic-commercial-wrapper .ic-single-pointer:nth-child(4) .ic-pointer span.ic-commercial-pointer:after {
  background: url("../images/pointer/pin_4.png") no-repeat;
}
.ic-commercial-wrapper .ic-single-pointer:nth-child(5) {
  top: 280px;
  left: 540px;
}
.ic-commercial-wrapper .ic-single-pointer:nth-child(5) .ic-pointer span.ic-commercial-pointer:after {
  background: url("../images/pointer/pin_5.png") no-repeat;
}
.ic-commercial-wrapper .ic-single-pointer:nth-child(6) {
  top: 190px;
  left: 950px;
}
.ic-commercial-wrapper .ic-single-pointer:nth-child(6) .ic-pointer span.ic-commercial-pointer:after {
  background: url("../images/pointer/pin_1.png") no-repeat;
}
.ic-commercial-wrapper .ic-single-pointer:nth-child(7) {
  top: 290px;
  left: 400px;
}
.ic-commercial-wrapper .ic-single-pointer:nth-child(7) .ic-pointer span.ic-commercial-pointer:after {
  background: url("../images/pointer/pin_2.png") no-repeat;
}
.ic-commercial-wrapper .ic-single-pointer:nth-child(8) {
  top: 310px;
  left: 850px;
}
.ic-commercial-wrapper .ic-single-pointer:nth-child(8) .ic-pointer span.ic-commercial-pointer:after {
  background: url("../images/pointer/pin_3.png") no-repeat;
}
.ic-commercial-wrapper .ic-single-pointer:nth-child(9) {
  top: 150px;
  left: 550px;
}
.ic-commercial-wrapper .ic-single-pointer:nth-child(9) .ic-pointer span.ic-commercial-pointer:after {
  background: url("../images/pointer/pin_4.png") no-repeat;
}
.ic-commercial-wrapper .ic-single-pointer:nth-child(10) {
  top: 130px;
  left: 710px;
}
.ic-commercial-wrapper .ic-single-pointer:nth-child(10) .ic-pointer span.ic-commercial-pointer:after {
  background: url("../images/pointer/pin_5.png") no-repeat;
}
.ic-commercial-wrapper .ic-single-pointer:nth-child(11) {
  top: 50px;
  left: 360px;
}
.ic-commercial-wrapper .ic-single-pointer:nth-child(11) .ic-pointer span.ic-commercial-pointer:after {
  background: url("../images/pointer/pin_1.png") no-repeat;
}
.ic-commercial-wrapper .ic-single-pointer:nth-child(12) {
  top: 340px;
  left: 270px;
}
.ic-commercial-wrapper .ic-single-pointer:nth-child(12) .ic-pointer span.ic-commercial-pointer:after {
  background: url("../images/pointer/pin_2.png") no-repeat;
}
.ic-commercial-wrapper .ic-single-pointer:nth-child(13) {
  top: 190px;
  left: 450px;
}
.ic-commercial-wrapper .ic-single-pointer:nth-child(13) .ic-pointer span.ic-commercial-pointer:after {
  background: url("../images/pointer/pin_3.png") no-repeat;
}
.ic-commercial-wrapper .ic-single-pointer:nth-child(14) {
  top: 80px;
  left: 630px;
}
.ic-commercial-wrapper .ic-single-pointer:nth-child(14) .ic-pointer span.ic-commercial-pointer:after {
  background: url("../images/pointer/pin_4.png") no-repeat;
}
.ic-commercial-wrapper .ic-single-pointer:nth-child(15) {
  top: 200px;
  left: 800px;
}
.ic-commercial-wrapper .ic-single-pointer:nth-child(15) .ic-pointer span.ic-commercial-pointer:after {
  background: url("../images/pointer/pin_5.png") no-repeat;
}
.ic-commercial-wrapper .ic-single-pointer:nth-child(16) {
  top: 310px;
  left: 590px;
}
.ic-commercial-wrapper .ic-single-pointer:nth-child(16) .ic-pointer span.ic-commercial-pointer:after {
  background: url("../images/pointer/pin_1.png") no-repeat;
}
.ic-commercial-wrapper .ic-single-pointer:nth-child(17) {
  top: 220px;
  left: 880px;
}
.ic-commercial-wrapper .ic-single-pointer:nth-child(17) .ic-pointer span.ic-commercial-pointer:after {
  background: url("../images/pointer/pin_2.png") no-repeat;
}
.ic-commercial-wrapper .ic-single-pointer:nth-child(18) {
  top: 100px;
  left: 490px;
}
.ic-commercial-wrapper .ic-single-pointer:nth-child(18) .ic-pointer span.ic-commercial-pointer:after {
  background: url("../images/pointer/pin_3.png") no-repeat;
}
.ic-commercial-wrapper .ic-single-pointer:nth-child(19) {
  top: 110px;
  left: 270px;
}
.ic-commercial-wrapper .ic-single-pointer:nth-child(19) .ic-pointer span.ic-commercial-pointer:after {
  background: url("../images/pointer/pin_4.png") no-repeat;
}
.ic-commercial-wrapper .ic-single-pointer:nth-child(20) {
  top: 360px;
  left: 940px;
}
.ic-commercial-wrapper .ic-single-pointer:nth-child(20) .ic-pointer span.ic-commercial-pointer:after {
  background: url("../images/pointer/pin_5.png") no-repeat;
}

.ic-site-footer {
  position: relative;
  padding-top: 100px;
  z-index: 2;
}
.ic-site-footer:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100;
  background-size: cover;
}
.ic-site-footer .ic-footer {
  padding-bottom: 65px;
}
.ic-site-footer .ic-footer .ic-footer-logo,
.ic-site-footer .ic-footer h3 {
  margin-bottom: 35px;
  display: block;
}
.ic-site-footer .ic-footer p,
.ic-site-footer .ic-footer a {
  color: #4F5B6D;
  font-weight: 500;
}
.ic-site-footer .ic-footer a {
  display: block;
  margin-bottom: 18px;
  transition: 0.4s all;
}
.ic-site-footer .ic-footer a:hover {
  color: #10A0B1;
}

.ic-footer-row {
  display: flex;
  justify-content: space-between;
  padding: 23px 0;
}
.ic-footer-row p,
.ic-footer-row a {
  font-size: 14px;
  color: #4F5B6D;
  font-weight: 600;
}
.ic-footer-row a[href="https://itclanbd.com"] {
  color: #10A0B1;
}

.ic-site-header {
  position: relative;
  z-index: 1;
}
.ic-site-header:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 950px;
  width: 100%;
  background-size: cover;
  z-index: -1;
}
@media only screen and (max-width: 991.98px) {
  .ic-site-header {
    z-index: auto;
  }
  .ic-site-header .container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-site-header #site-navigation {
    position: fixed;
    right: 0;
    top: 0;
    background-color: #fff;
    height: 100%;
    width: 250px;
    z-index: 3;
    right: -100%;
    transition: 0.4s all;
  }
  .ic-site-header #site-navigation.ic-display {
    right: 0;
  }
  .ic-site-header .ic-header-row .ic-navbar-nav {
    display: block;
    padding-top: 60px;
  }
  .ic-site-header .ic-header-row .ic-navbar-nav li a {
    display: block;
    padding: 10px 15px;
    margin: 0;
  }
  .ic-site-header .ic-mobile-btn {
    height: 30px;
    width: 40px;
    position: fixed;
    right: 15px;
    top: 3px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 4;
    display: none;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .ic-site-header .ic-mobile-btn {
    display: block;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-site-header .ic-mobile-btn span {
    position: absolute;
    top: 9px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #10A0B1;
    transition: 0.4s all;
  }
  .ic-site-header .ic-mobile-btn span:nth-child(2) {
    top: 17px;
  }
  .ic-site-header .ic-mobile-btn span:nth-child(3) {
    top: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-site-header .ic-mobile-btn.ic-show span:nth-child(2) {
    opacity: 0;
  }
  .ic-site-header .ic-mobile-btn.ic-show span:nth-child(1) {
    transform: rotate(40deg);
    top: 18px;
    width: 70%;
    left: 4px;
  }
  .ic-site-header .ic-mobile-btn.ic-show span:nth-child(3) {
    transform: rotate(-45deg);
    top: 18px;
    width: 70%;
    left: 4px;
  }
}

.ic-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
}
.ic-header-row .site-branding a {
  display: block;
}
.ic-header-row .ic-navbar-nav {
  display: flex;
}
.ic-header-row .ic-navbar-nav li a {
  color: #000000;
  padding: 0 5px;
  margin: 0 20px;
  text-transform: capitalize;
  transition: 0.4s all;
}
.ic-header-row .ic-navbar-nav li a:hover {
  color: #10A0B1;
}
.ic-header-row .ic-navbar-nav li.current-menu-item a {
  color: #10A0B1;
}

/*# sourceMappingURL=style.css.map */
