@import url("https://fonts.googleapis.com/css?family=Exo:500,600,700|Roboto&display=swap");

html {
  overflow-x: hidden;
}

body {
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #4c5157;
  font-weight: 400;
  overflow-x: hidden;
}

.capbox {
  background-color: #2aa9e0;
  border: #2aa9e0 0px solid;
  border-width: 0px 12px 0px 0px;
  display: inline-block;
  padding: 8px 40px 8px 8px;
  }

.capbox-inner {
  font: bold 11px arial, sans-serif;
  color: #000000;
  background-color: #a5e2fd;
  margin: 5px auto 0px auto;
  padding: 3px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  }

#CaptchaDiv {
  font: bold 17px verdana, arial, sans-serif;
  font-style: italic;
  color: #000000;
  background-color: #FFFFFF;
  padding: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  }

#CaptchaInput { margin: 1px 0px 1px 0px; width: 135px; }
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Exo", sans-serif;
  font-weight: 700;
  color: #222;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 44px;
}

h3,
.h3 {
  font-size: 1.5rem;
}

h4,
.h4 {
  font-size: 1.3rem;
  line-height: 30px;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

p {
  line-height: 30px;
}

.mt-30 {
  margin-top: 50px;
}

.navbar {
  position: fixed;
  top: 0;
  z-index: 3;
  background-color: #f7f8ff;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-toggle .icon-bar {
  background: #223a66;
}

input[type="email"],
input[type="password"],
input[type="text"],
input[type="tel"] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 14px;
}

input[type="email"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus {
  box-shadow: none;
  border: 1px solid #223a66;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #223a66;
}

.py-7 {
  padding: 7rem 0px;
}

.btn {
  display: inline-block;
  font-size: 14px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 0.75rem 2rem;
  font-family: "Exo", sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: all 0.35s ease;
}

.btn.btn-icon i {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
  padding-left: 15px;
}

.btn:focus {
  outline: 0px;
  box-shadow: none;
}

.btn-main {
  background: #223a66;
  color: #fff;
  border-color: #223a66;
}

.btn-main:hover {
  background: #0d9276;
  border-color: #0d9276;
  color: #fff;
}

.btn-main-2 {
  background: #0d9276;
  color: #fff;
  border-color: #0d9276;
}

.btn-main-2:hover {
  background: #223a66;
  color: #fff;
  border-color: #223a66;
}

.btn-solid-border {
  border: 2px solid #223a66;
  background: transparent;
  color: #223a66;
}

.btn-solid-border:hover {
  border: 2px solid #223a66;
  color: #fff;
  background: #223a66;
}

.btn-solid-border:hover.btn-icon i {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.btn-solid-border.btn-icon i {
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}

.btn-transparent {
  background: transparent;
  color: #222;
  border-color: #4c5157;
}

.btn-transparent:hover {
  background: #4c5157;
  color: #fff;
}

.btn-white {
  background: #fff;
  border-color: #fff;
  color: #222;
}

.btn-white:hover {
  background: #223a66;
  color: #fff;
  border-color: #223a66;
}

.btn-solid-white {
  border-color: #fff;
  color: #fff;
}

.btn-solid-white:hover {
  background: #fff;
  color: #222;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.curosr {
  cursor: pointer;
}

.bg-gray {
  background: #eff0f3;
}

.bg-primary {
  background: #223a66;
}

.bg-primary-dark {
  background: #152440;
}

.bg-primary-darker {
  background: #090f1a;
}

.bg-dark {
  background: #222;
}

.bg-gradient {
  background-image: linear-gradient(
    145deg,
    rgba(19, 177, 205, 0.95) 0%,
    rgba(152, 119, 234, 0.95) 100%
  );
  background-repeat: repeat-x;
}

.section {
  padding: 50px 0;
}
.sec-service-main {
  padding: 100px 0 70px !important;
}
.section-sm {
  padding: 70px 0;
}

.section-bottom {
  padding-bottom: 100px;
}

.subtitle {
  color: #223a66;
  font-size: 14px;
  letter-spacing: 1px;
}

.overly-2 {
  position: relative;
}

.overly-2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 2.25rem;
}

.text-lg {
  font-size: 3.75rem;
}

.no-spacing {
  letter-spacing: 0px;
}

/* Links */
a {
  color: #222;
  text-decoration: none;
  transition: all 0.35s ease;
}

a:focus,
a:hover {
  color: #0d9276;
  text-decoration: none;
}

a:focus {
  outline: none;
}

.content-title {
  font-size: 40px;
  line-height: 50px;
}

.page-title {
  padding: 120px 0px 30px 0px;
  position: relative;
}

.page-title .block h1 {
  color: #fff;
}

.page-title .block p {
  color: #fff;
}

.page-title .breadcumb-nav {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.slick-slide:focus,
.slick-slide a {
  outline: none;
}

@media (max-width: 480px) {
  h2,
  .h2 {
    font-size: 1.3rem;
    line-height: 36px;
  }
}

.title-color {
  color: #223a66;
}

.secondary-bg {
  background: #223a66;
}

.section-title {
  margin-bottom: 70px;
}

.section-title h2 {
  color: #223a66;
}

.text-lg {
  font-size: 50px;
}

.gray-bg {
  background: #f7f8ff !important;
}

@media (max-width: 480px) {
  .text-lg {
    font-size: 28px;
  }
}

@media (max-width: 400px) {
  .text-lg {
    font-size: 28px;
  }
}

#navbarmain .nav-link {
  font-weight: 600;
  padding: 15px 15px;
  color: #222;
  font-family: "Exo", sans-serif;
  text-transform: capitalize;
  font-size: 18px;
  transition: all 0.25s ease;
}

#navbarmain .nav-link:hover,
#navbarmain .active .nav-link {
  color: #0d9276;
}

.header-top-bar {
  background: #103ecf;
  font-size: 14px;
  padding: 10px 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #fff;
}

.top-bar-info li a {
  color: #fff;
  margin-right: 20px;
}

.top-right-bar a span {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  vertical-align: middle;
}

.top-right-bar a i {
  color: #fff;
  margin-right: 10px;
}

@media (max-width: 992px) {
  .navigation {
    text-align: center;
  }
}

.navigation .dropdown-menu {
  padding: 0px;
  border: 0px;
  border-top: 5px solid #0d9276;
  background: #fff;
  border-radius: 0px;
}

@media (max-width: 992px) {
  .navigation .dropdown-menu {
    text-align: center;
    float: left !important;
    width: 100%;
    margin: 0;
  }
}

.navigation .dropdown-toggle::after {
  display: none;
}

.navigation .dropleft .dropdown-menu,
.navigation .dropright .dropdown-menu {
  margin: 0;
}

.navigation .dropleft .dropdown-toggle::before,
.navigation .dropright .dropdown-toggle::after {
  font-weight: bold;
  font-size: 14px;
  border: 0;
  display: inline-block;
  font-family: IcoFont !important;
  vertical-align: 1px;
}

.navigation .dropleft .dropdown-toggle::before {
  content: "\eac9";
  margin-right: 5px;
}

.navigation .dropright .dropdown-toggle::after {
  content: "\eaca";
  margin-left: 5px;
}

.navigation .dropdown-item {
  padding: 13px 20px;
  background: transparent;
  font-weight: 400;
  color: #555;
  border-bottom: 1px solid #eee;
}

.navigation li:last-child .dropdown-item {
  border-bottom: 0;
}

.navigation .dropdown-submenu.active > .dropdown-toggle,
.navigation .dropdown-submenu:hover > .dropdown-item,
.navigation .dropdown-item.active,
.navigation .dropdown-item:hover {
  background: rgba(225, 36, 84, 0.05);
  color: #0d9276;
}

.navigation button:focus {
  outline: 0;
}

@media (min-width: 992px) {
  .navigation .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in, visibility 0s linear 0.2s,
      transform 0.2s linear;
    display: block;
    visibility: hidden;
    opacity: 0;
    min-width: 200px;
    transform: translateY(10px);
  }

  .navigation .dropleft .dropdown-menu,
  .navigation .dropright .dropdown-menu {
    margin-top: -5px;
  }

  .navigation .dropdown:hover > .dropdown-menu {
    visibility: visible;
    transition: all 0.3s ease 0s;
    opacity: 1;
    transform: translateY(0);
  }
}

.bg-1 {
  background: url("../images/bg/22.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}

.banner {
  position: relative;
  overflow: hidden;
  background: #fff;
  background-size: cover;
  background-image: url(../images/New-Background/banner-graphics.png);
  min-height: 0px;
  height: 600px;
  background-position: right;
  width: 100%;
  margin-top: 80px;
}

.banner .block {
  padding: 80px 0;
}

.banner .block h1 {
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: -1.2px;
  text-transform: capitalize;
  color: #223a66;
}

.letter-spacing {
  letter-spacing: 2px;
}

.text-color {
  color: #223a66;
}

.text-color-2 {
  color: #0d9276;
}

.divider {
  width: 40px;
  height: 5px;
  background: #0d9276;
}

@media (max-width: 480px) {
  .banner .block h1 {
    font-size: 38px;
    line-height: 50px;
  }

  .banner {
    min-height: 450px;
    background: #fff !important;
  }
}

@media (max-width: 400px) {
  .banner .block h1 {
    font-size: 28px;
    line-height: 40px;
  }

  .banner {
    min-height: 450px;
    background: #fff !important;
  }
}

@media (max-width: 768px) {
  .banner .block h1 {
    font-size: 56px;
    line-height: 70px;
  }

  .banner {
    background: #fff !important;
  }
}

@media (max-width: 992px) {
  .banner {
    background: #fff !important;
  }
}

.appoinment-form .form-control {
  background: #f4f9fc;
  height: 55px;
  border-color: rgba(0, 0, 0, 0.05);
}

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

.client-thumb {
  text-align: center;
}

.features {
  margin-top: -70px;
}

.feature-item {
  flex-basis: 33.33%;
  background-color: #fff;
  border-radius: 15px 15px 15px 15px;
  height: 100% !important;
  filter: drop-shadow(0 0 20px rgba(170, 192, 228, 0.3));
  position: relative;
}

.btn-read {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #103ecf;
  width: 100%;
  height: 40px;
  border-radius: 0 0 15px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.btn-read a {
  color: #fff !important;
}

.feature-item .card {
  height: 410px;
  border-radius: 15px;
}

.feature-item .feature-icon i {
  font-size: 50px;
  color: #223a66;
}

.feature-item h4 {
  color: #223a66;
}

.feature-item p {
  font-size: 16px;
}

.feature-content {
  padding: 10px;
  border-radius: 15px;
}

.feature-content img {
  height: 300px !important;
  background-size: cover;
  border-radius: 15px;
  width: 100%;
}

.feature-section.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.mb--80 {
  margin-bottom: -80px;
}

.service .service-item {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  padding-bottom: 50px;
}

.service .icon {
  float: left;
}

.service i {
  color: #0d9276;
}

.service h4 {
  padding-left: 0px;
}

.service .content {
  clear: both;
}

.service-block {
  padding: 20px;
  margin-top: 40px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 38px rgba(21, 40, 82, 0.07);
}

.service-block img {
  width: 100%;
  margin-top: -60px;
  border: 5px solid #fff;
}

.lh-35 {
  line-height: 35px;
}

.read-more {
  color: #223a66;
}

.mb-30 {
  margin-bottom: 30px;
}

.text-color-primary {
  color: #223a66;
}

.contact-form-wrap .form-group {
  margin-bottom: 20px;
}

.contact-form-wrap .form-group .form-control {
  height: 60px;
  border: 1px solid #eef2f6;
  box-shadow: none;
  width: 100%;
  background: #f4f9fc;
}

.contact-form-wrap .form-group-2 {
  margin-bottom: 13px;
}

.contact-form-wrap .form-group-2 textarea {
  height: auto;
  border: 1px solid #eef2f6;
  box-shadow: none;
  background: #f4f9fc;
  width: 100%;
}

.social-icons li {
  margin: 0 6px;
}

.social-icons a {
  margin-right: 10px;
  font-size: 18px;
}

.google-map {
  position: relative;
}

.google-map #map {
  width: 100%;
  height: 500px;
}

.mt-90 {
  margin-top: 90px;
}

.contact-block {
  padding: 15px;
  box-shadow: 0 10px 30px 3px rgba(99, 119, 238, 0.4);
  border-radius: 5px;
  position: relative;
  padding: 30px;
}

.contact-block2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 10px 30px 3px rgba(99, 119, 238, 0.4);
  height: 165px;
}

.contact-block2 i {
  font-size: 45px;
  margin-bottom: 10px;
  display: inline-block;
  color: #0d9276;
}

.footer-contact-block2 i {
  font-size: 20px;
}

.blog-item-content h2 {
  font-weight: 600;
  font-size: 38px;
}

.footer {
  background-color: #103ecf;
  padding: 15px 0;
}

.footer .copyright a {
  font-weight: 600;
}

.list-inline {
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.footer .logo {
  width: 250px !important;
}

.p-50 {
  padding-bottom: 30px;
}

.lh-35 {
  line-height: 35px;
}

.footer-contact-block span {
  font-weight: 400;
  color: #4c5157;
}

.footer-contact-block i {
  font-size: 20px;
}

.footer-btm {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.footer-socials li a {
  width: 45px;
  height: 45px;
  background: #fff;
  color: #103ecf;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  padding-top: 12px;
}

.widget-contact h6 {
  font-weight: 500;
  margin-bottom: 18px;
}

.widget-contact h6 i {
  color: #0d9276;
}

.reveal {
  transition: all 0.3s;
  cursor: pointer;
  opacity: 1;
}

.logo-img {
  width: 500px !important;
}

.cust-feature {
  padding: 0 0 50px 0;
  margin-top: 20px;
}

.engange-graphics {
  height: 400px;
  width: 100%;
  background-size: cover;
  border-radius: 15px;
}

.about-area .row::before {
  z-index: -1;
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  height: 100%;
  width: 60%;
  opacity: 0.75;
  background-image: url(../images/shape1.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.our-story {
  position: relative;
}

.our-story::before {
  background-color: #074ece;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  z-index: -1;
}

.overview-wrap-inner-box {
  box-shadow: 0px 4px 15px rgba(86, 169, 75, 0.08);
  border-radius: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: linear-gradient(88.47deg, #26c2b4 0%, #40e398 100%);
  color: #fff !important;
}

.overview-wrap-inner-box .white-graph-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.what-set-apart {
  background-color: #074ece !important;
  width: 100%;
  padding: 50px 0;
}

.what-set-apart .service-item {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  height: 100%;
  margin-bottom: 30px;
}

.text-blue {
  color: #0c5adb !important;
}

.sec-about-graphic {
  background-image: url(../images/call-do-bg1.png);
  padding: 50px 0;
  background-size: cover;
  width: 100%;
  background-position: right;
}

.sec-about-graphic-2 {
  background-image: url(../images/call-do-bg2.png);
  padding: 50px 0;
  background-repeat: no-repeat;
}

.sec-get-in-touch {
  background-image: url(../images/get-start-today-graphics.png);
  padding: 110px 0 60px;
  background-size: cover;
}

body * {
  box-sizing: border-box;
}

.card-container {
}

.card-container .card {
  font-weight: bold;
  position: relative;
  width: 100%;
}

.card-container .card a {
  width: 100%;
  height: 400px;

  border: none !important;
  background: white;
  text-decoration: none;
  color: black;
  display: block;
  transition: 0.5s ease-out;
}

.card {
  border: none !important;
}

.card-container .card a:hover {
  border-color: #5bc0eb;
  background: url(../images/New-Background/bg-feature.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px 15px 0 0;
  transition: 0.5s;
  height: 380px;
  padding: 15px;
}

.card-container .card a:hover .card--display {
  display: none;
}

.card-container .card a:hover .card--hover {
  display: block;
  height: 280px;
  border-radius: 15px 15px 0 0 !important;
}

.card-container .card a .card--display i {
  font-size: 60px;
  margin-top: 200px;
}

.card-container .card a .card--display h2 {
  margin: 20px 0 0;
}

.card-container .card a .card--hover {
  display: none;
}

.card-container .card a .card--hover h2 {
  margin: 20px 0;
}

.card-container .card a .card--hover p {
  font-weight: normal;
  line-height: 1.5;
}

.card-container .card a .card--hover p.link {
  margin: 20px 0 0;
  font-weight: bold;
  color: #5bc0eb;
}

.card-container .card.card--dark a {
  color: white;
  background-color: black;
  border-color: black;
}

.card-container .card.card--dark a .card--hover .link {
  color: #fde74c;
}

.about-us-banner {
  padding: 120px 0 50px;
}

.about-banner {
  height: 600px;
  position: relative;
  border-radius: 20px;
  box-shadow: rgb(197 197 197) 0px 4px 10px 0px;
}

.block-2 {
  position: absolute;
  padding: 50px 30px;
  left: -100px;
  background-color: #fff;
  top: 50%;
  width: 450px;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 0 20px rgba(170, 192, 228, 0.3));
  border-radius: 15px;
}

.what-set-apart-main {
  background-color: #f7f8ff !important;
  width: 100%;
  padding: 50px 0;
}

.our-story-2 {
  position: relative;
}

.our-story-2::before {
  background-color: #f7f8ff;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  z-index: -1;
}

.dots-background {
  background-image: url(../images/dots-bg.png);
  background-size: contain;
  width: 100%;
  height: 100%;
  padding: 50px 0;
}

.what-set-apart-main {
  padding: 50px 0;
  background-color: #fff;
}

.sec-get-in-touch2 {
  background-image: url(../images/get-start-today-graphics.png);
  padding: 110px 0 110px;
  background-size: cover;
}

.story-graphic {
  border-radius: 50%;
}

:focus-visible {
  border: none !important;
}

.sec-service {
  padding: 70px 0;
  margin-top: 70px;
  width: 100%;
  background-size: cover;
}

.service-sub {
  padding: 30px;
  background-color: #fff;
  border-radius: 15px;
}

.light-cyan {
  background-color: #f0fffc;
}

.light-purple {
  background-color: #f1eff8;
}

.light-yellow {
  background-color: #fceee2;
}

.light-pink {
  background-color: #fde2ee;
}

.light-gray {
  background-color: #f3f3f3;
}

.modal-dialog {
  height: 100vh;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 750px !important;
}

.modal-body img {
  height: 300px;
  object-fit: contain;
  width: 100%;
}
.modal-title {
  width: 100%;
  text-align: center;
}
.modal-header {
  position: relative;
}
.close {
  position: absolute;
  right: 20px;
}

.asset-info-graph {
  background-color: #fff;
  border-radius: 15px;
  padding: 15px;
  width: 100%;
}

.over-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.bar {
  height: 5px;
  width: 90px;
  background: #0d927570;
  margin: 15px auto 20px;
  position: relative;
  border-radius: 30px;
}

.bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2.6px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #0d9276;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}

@keyframes MOVE-BG {
  0% {
    transform: translate(0);
  }

  to {
    transform: translate(88px);
  }
}

@keyframes rotateMe {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.service-banner {
  background-image: url(../images/service-banner.png);
  padding: 100px 0;
  width: 100%;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}

.bg-service2 {
  background-color: #fff !important;
  padding: 5px 15px;
  border-radius: 10px;
  margin-bottom: 10px;
  filter: drop-shadow(0 0 20px rgba(170, 192, 228, 0.3));
  position: relative;
}

.bg-service {
  background: #fff;
  /* default color */
  padding: 5px 15px;
  border-radius: 10px;
  margin-bottom: 10px;
  filter: drop-shadow(0 0 20px rgba(170, 192, 228, 0.3));

  background: linear-gradient(to left, #fff 50%, #acffed 50%) right;
  background-size: 200%;
  transition: 0.5s ease-out;
  position: relative;
}

.bg-service::after {
  position: absolute;
  content: "";
  right: -10px;
  background-image: url(../images/5.\ click\ symbol.gif);
  z-index: 7777777777;
  height: 35px;
  width: 35px;
  object-fit: contain;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bg-service:hover {
  background-position: left;
}

.contact-bg {
  background-image: url(../images/contact-banner.png);
}

.backtop {
  position: fixed;
  background: #223a66;
  z-index: 9999;
  display: inline-block;
  right: 55px;
  width: 50px;
  height: 50px;
  bottom: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  border-radius: 50px;
  transition: 0.3s;
}
.backtop img {
  height: 55px;
  object-fit: cover;
  border-radius: 55px;
  width: 55px;
}
@media (max-width: 992px) {
  .backtop {
    bottom: 40px;
    right: 15px;
  }
}
@media (max-width: 768px) {
  .backtop {
    width: 45px;
    height: 45px;
  }
}
.backtop:hover {
  background-color: #e12454;
}
.backtop i {
  color: #fff;
  font-size: 20px;
}

.reveal {
  transition: all 0.3s;
  cursor: pointer;
  opacity: 1;
}
.text-italic {
  font-style: italic;
}

@media (min-width: 1600px) and (max-width: 1920px) {
  .container {
    width: 1320px !important;
    max-width: 1320px !important;
  }

  .service-banner h4 {
    margin-bottom: 0;
    padding: 0;
  }

  .bg-service {
    padding: 20px;
  }
  .bg-service2 {
    padding: 20px;
  }

  .service-banner {
    padding: 60px;
  }

  .sec-service {
    margin-top: 0 !important;
  }

  .contact-block2 {
    height: 159px;
  }
}
@media (min-width: 1180px) and (max-width: 1520px) {
  .container {
    width: 1140px !important;
    max-width: 1140px !important;
  }
  .banner {
    height: 480px;
  }

  .banner .block {
    padding: 50px 0;
    margin-top: 15px;
  }

  h1 {
    font-size: 40px !important;
  }

  p {
    font-size: 14px;
    line-height: 26px;
  }

  h2 {
    font-size: 35px;
  }

  .text-lg {
    font-size: 30px;
  }

  .sec-get-in-touch {
    padding: 90px 0 60px;
  }

  .about-banner {
    display: flex;
    height: 430px;
    margin-left: 0 !important;
    width: 100%;
  }

  .block-2 {
    left: -40px;
  }

  .sec-get-in-touch2 {
    padding: 80px;
  }

  .service-banner h4 {
    font-size: 18px;
    margin-bottom: 0;
    padding: 0;
  }

  .bg-service {
    padding: 15px;
  }
  .service-banner h2 {
    margin-bottom: 0;
    padding: 10px 0;
  }

  .bg-service::after {
    height: 25px;
    width: 25px;
  }

  .service-banner {
    padding: 65px 45px;
    margin-top: 0 !important;
  }

  .sec-service {
    margin-top: 0 !important;
  }

  .contact-block2 {
    height: 159px;
  }
}
@media (min-width: 993px) and (max-width: 1180px) {
  .banner .block{
    padding: 50px 0 !important;
  }
  .banner {
    background-image: url(../images/banner-forlg.png) !important;
    height: 480px !important;
    background-position: right !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  h2{
    font-size: 36px;
  }

  .mobile-service {
    background-image: url(../images/sevice-banner-dots.png) !important;
  }
  .service-banner h4 {
    font-size: 18px !important;
    margin-bottom: 0 !important;
  }
  .service-banner h2 {
    font-size: 30px !important;
    margin-bottom: 0 !important;
  }
  .service-banner{
    padding: 30px 0 !important;
    margin-top: 0 !important;
  }
  .sec-get-in-touch2{
    background-position: center !important;
    padding: 90px 0;
  }
  .logo-img {
    width: 400px !important;
  }
  .block-2{
    left: -0px !important;
  }


}
@media (min-width: 768px) and (max-width: 992px) {
  .sec-service-main{
    padding: 30px 0 !important;
   
    
  }
  .service-banner{
    padding: 50px 0;
    margin-top: 0;
  }
  .mobile-service {
    background-image: url(../images/sevice-banner-dots.png) !important;
  }
  h2{
    font-size: 30px;
  }
  .sec-get-in-touch2{
    background-position: center !important;
    padding: 130px 0;
  }
  .block-2 {
    left: 50%;
    transform: translate(-50%, 0);
    width: 85%;
    top: -10px;
  }
  .about-us-banner h1 {
    font-size: 30px;
  }

  .about-banner {
    height: 300px;
    margin-top: 170px;
    width: 100% !important;
  }
 
  
  .sec-get-in-touch{
    padding: 70px 0 60px;
    background-position: center;
  }
  .container{
    width: 100% !important;
    max-width: 100% !important;
  }
  .banner {
    background-image: url(../images/mobile-banner-home.png) !important;
    height: 950px !important;
    background-position: bottom !important;
    width: 100%;
    background-size: cover !important;

  }
  .logo-img {
    width: 300px !important;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  .contact-block2 {
    height: 120px;
  }
  .sec-service-main {
    padding: 50px 0 !important;
  }
  .sec-service {
    padding: 0 !important;
  }
  .sec-service .mt-30 {
    margin-top: 0 !important;
  }
  .asset-info-graph {
    padding: 0 !important;
  }
  .mt-30 {
    margin-top: 0 !important;
  }

  .mobile-service {
    background-image: url(../images/sevice-banner-dots.png) !important;
    
  }
  .service-banner {
    padding: 50px 0 !important;
    margin-top: 0 !important;
  }
  .service-banner h4 {
    font-size: 18px !important;
    margin-bottom: 0 !important;
  }
  .service-banner h2 {
    font-size: 30px !important;
    margin-bottom: 0 !important;
  }
  .sec-get-in-touch2 {
    background-position: center;
  }
  .freepik {
    font-size: 14px;
  }
  .block-2 {
    left: 50%;
    transform: translate(-50%, 0);
    width: 85%;
    top: -10px;
  }
  .about-us-banner h1 {
    font-size: 30px;
  }

  .about-banner {
    height: 300px;
    margin-top: 170px;
    width: 100% !important;
  }
  .navbar-nav {
    background-color: #fff !important;
  }
  .banner .block h1{
    font-size: 40px;
    line-height: 60px;
  }
  .logo-img {
    width: 220px !important;
  }
  /* .main-banner-mobile{
    background-image: url(../images/2.2\ mobile\ website\ for\ text\ background.png);
    height: 300px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  } */
  .banner {
    background-image: url(../images/mobile-banner-home.png) !important;
    height: 750px !important;
    background-position: right bottom !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    
  }
  .banner .block {
    padding: 40px 0 !important;
  }
  .section-title {
    margin-bottom: 50px;
  }
  .container{
    width: 100% !important;
    max-width: 100% !important;
  }
  .engange-graphics {
    height: auto !important;
  }
  .sec-get-in-touch {
    padding: 100px 0 90px !important;
    background-size: cover !important;
    background-position: center !important;
  }
  .appoinment {
    margin: 0;
    padding-top: 0;
  }
}

.cust-dots-bg {
  background-image: url(../images/dots-bg.png);
  background-size: contain;
}

/* test */
