@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/********placeHolder********/
body {
  margin: 0;
  padding: 0;
  background: #fff;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif !important;
}

.d-grid-center {
  display: grid;
  place-items: center;
}

.topbar {
  background: #000;
  padding: 4px 0;
}

header {
  margin: 0;
  padding: 0;
  background: #fff;
}
@media only screen and (max-width: 991.98px) {
  header {
    padding: 0;
  }
}
header .navbar {
  margin: 0;
  border: none;
  padding: 0;
  background: none;
}
header .navbar .navbar-brand {
  width: 80px;
}

.sticky {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  animation: mymove 1s ease-in-out;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

@keyframes mymove {
  from {
    top: -50px;
  }
  to {
    top: 0px;
  }
}
.navbar-toggler {
  background: #00aadc;
}
.navbar-toggler i {
  color: #fff;
}
.navbar-toggler:focus {
  background: #DB6D00;
}
.navbar-toggler:focus i {
  color: #fff;
}
.isotext {
	font-size: 12px;
	color: #fff;
}
.main-nav nav ul {
  gap: 0 15px;
  padding: 0;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.main-nav nav ul > li > a {
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
  border-bottom: 1px solid transparent;
}
.main-nav nav ul > li > a:hover {
  color: #00aadc !important;
  border-color: #00aadc;
}
.main-nav nav ul > li > a:focus {
  color: #00aadc !important;
  border-color: #00aadc;
}
.main-nav nav ul .active a {
  color: #00aadc !important;
  border-color: #00aadc;
}

.contop-btn {
  background: #00aadc;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  padding: 6px 15px;
  text-transform: uppercase;
}
.contop-btn:hover {
  background: #000;
  color: #fff;
}

.hero-banner .banner-img {
  height: calc(100vh - 100px);
  overflow: hidden;
}
.hero-banner .hero-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
  width: 40%;
}
@media only screen and (max-width: 991.98px) {
  .hero-banner .hero-text {
    width: 100%;
    left: 0;
    right: 0;
    padding: 0 15px;
  }
}
.hero-banner .hero-text h1 {
  color: #00aadc;
  font-weight: 900;
  font-size: 50px;
  line-height: 50px;
}
@media only screen and (max-width: 991.98px) {
  .hero-banner .hero-text h1 {
    font-size: 30px;
    line-height: 34px;
  }
}
.hero-banner .hero-text p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.hero-banner .hero-text h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.hero-banner .hero-text .slogo-hero {
  width: 30px;
  aspect-ratio: 1;
  height: 30px;
  overflow: hidden;
}

.dubtn a {
  background: #00aadc;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  padding: 10px 30px;
}
.dubtn a:hover {
  background: #000;
  color: #fff;
}

.sec-pading {
  padding: 60px 0;
}
@media only screen and (max-width: 991.98px) {
  .sec-pading {
    padding: 30px 0;
  }
}

.title-box h1 {
  color: #000;
  font-size: 36px;
  font-weight: 600;
}
@media only screen and (max-width: 991.98px) {
  .title-box h1 {
    font-size: 30px;
  }
}
.title-box h5 {
  color: #000;
  font-size: 20px;
}
.title-box h5 {
  color: #000;
  font-size: 16px;
}

.content-box p {
  color: #000;
  font-size: 16px;
}

.gbg {
  background: #f8f8f8;
}

.choose-box {
  border-top: 2px solid #00aadc;
  background: #fff;
  -webkit-border-radius: 0 6px 0 6px !important;
  -moz-border-radius: 0 6px 0 6px !important;
  border-radius: 0 6px 0 6px !important;
}
.choose-box .icon-box {
  background: #00aadc;
  width: 50px;
  aspect-ratio: 1;
  height: 50px;
  padding: 6px;
  -webkit-border-radius: 0 6px 0 6px !important;
  -moz-border-radius: 0 6px 0 6px !important;
  border-radius: 0 6px 0 6px !important;
  position: absolute;
  right: 0px;
  top: -2px;
}
.choose-box h3 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  border-bottom: 2px solid #00aadc;
  width: fit-content;
  line-height: 30px;
}
.choose-box p {
  color: #000;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.blue-high {
  width: 200px;
  height: 80px;
}
.blue-high h4 {
  text-transform: capitalize;
  color: #00aadc;
  font-size: 22px;
}
.blue-high p {
  color: #000;
  font-size: 14px;
  padding-left: 22px;
}

.left-text-box .blue-high {
  position: relative;
}
.left-text-box .blue-high:after {
  position: absolute;
  content: "";
  background: url(../images/leftline.png) no-repeat center left;
  background-size: contain;
  width: 200px;
  height: 200px;
  right: -220px;
  top: -25px;
  z-index: 1;
}

.right-text-box .blue-high {
  position: relative;
}
.right-text-box .blue-high:after {
  position: absolute;
  content: "";
  background: url(../images/rightline.png) no-repeat center right;
  background-size: contain;
  width: 200px;
  height: 200px;
  left: -220px;
  top: -25px;
  z-index: 1;
}

.perfect-block h6 {
  color: #000;
  font-size: 20px;
}
.perfect-block .icon-per .icon-img {
  width: 40px;
}
.perfect-block .icon-per h4 {
  color: #000;
  font-size: 18px;
}
.perfect-block .icon-per p {
  color: #000;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.perfect-block .icon-per .icon-link {
  color: #00aadc;
  font-size: 14px;
}

.blogo-imhg img {
  width: 100%;
}

footer {
  background: #222;
}
footer .ft-logo {
  width: 80px;
}
footer .ft-textblock h3 {
  color: #fff;
  font-size: 16px;
}
footer .ft-textblock .ftlink i {
  color: #00aadc;
}
footer .ft-textblock .ftlink p {
  color: #00aadc;
  font-size: 12px;
}
footer .ft-textblock .ftlink a {
  color: #00aadc;
  font-size: 14px;
}
footer .ft-textblock .ftlink a:hover {
  color: #fff;
}
.sicons a {
  background: #00aadc;
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 14px;
  display: grid;
  place-items: center;
}
footer .sicons a:hover {
  background: #fff;
  color: #00aadc;
}
footer .copy-right p {
  color: #fff;
  font-size: 12px;
  text-transform: capitalize;
  text-align: center;
}

.slick-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  background: #00aadc;
  color: #fff;
  border: none;
  width: 30px;
  aspect-ratio: 1;
  height: 30px;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  border-radius: 100px !important;
  opacity: 0.8;
}
.slick-arrow:hover {
  opacity: 1;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slide-box .test-out {
  border: 2px solid #00aadc;
}
.slide-box .test-out .client-photo {
  aspect-ratio: 1;
  width: 50px;
  overflow: hidden;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  border-radius: 100px !important;
}
.slide-box .test-out p {
  color: #000;
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
}
.slide-box .test-out h1 {
  color: #00aadc;
  font-size: 14px;
  font-weight: 600;
}
.slide-box .test-out h1 span {
  color: #000;
}

.cyrr-logo .curr-btn button {
  background-color: #00aadc;
  color: white;
}
.cyrr-logo .curr-btn ul {
  background-color: #00aadc;
  border: 1px solid #00aadc;
  width: 100%;
}
.cyrr-logo .curr-btn ul li {
  color: black;
}
.cyrr-logo .check-text p {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.cyrr-logo .check-text p i {
  color: #00aadc;
}

.cur-block .nav-pills button {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.cur-block .nav-pills .active {
  color: black;
  font-weight: 600;
  background-color: #fff;
  border-bottom: 2px solid #1aabdf;
  border-radius: 0px;
}
.cur-block .basic {
  border: 1px solid #f7f7f7;
  padding: 20px 16px;
  background: linear-gradient(177deg, rgba(26, 171, 223, 0) 31%, rgba(26, 171, 223, 0.53) 84%);
  border-radius: 15px;
}
.cur-block .basic h1 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.cur-block .basic h5 {
  font-size: 35px;
  font-weight: 700;
  color: #000;
}
.cur-block .basic p {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.cur-block .basic p i {
  width: 20px;
}
.cur-block .basic a {
  display: inline-block;
}
.cur-block .basic a .tab-btn {
  background-color: #1aabdf;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  padding: 5px 5px;
  border: 2px solid transparent;
  border-radius: 25px;
  color: white;
}
.cur-block .basic a .tab-btn p {
  padding-left: 10px;
  color: white;
  font-size: 14px;
  font-weight: 500;
  transition: 0.6s all ease-in-out;
}
.cur-block .basic a .tab-btn .right-click {
  width: 32px;
  height: 32px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.6s all ease-in-out;
  border-radius: 50%;
}/*# sourceMappingURL=main.css.map */