html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  position: relative;
}

body {
  line-height: 1;
  font-family: "Poppins", sans-serif !important;
}

html,
body {
  scroll-behavior: smooth;
}

ol,
ul {
  list-style: none;
  padding: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container,
.container-fluid {
  padding: 0;
}

.container .row,
.container-fluid .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

input,
textarea {
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
}

input,
textarea,
select,
button,
a {
  font-family: "Poppins", sans-serif !important;
}

.eqlh {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

* {
  font-family: "Poppins", sans-serif !important;
}

/****************************************/

/**heder*/
.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  padding: 0px;
  box-sizing: border-box;
  /* background: #000; */
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  height: 100px;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.header.fixed {
  background: #172039;
  transition: 0.25s all linear;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.header-main {
  padding: 17px 65px;
  border-radius: 15px;
  /*   width: 94%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  margin: 40px auto; */
  transition: 0.25s all linear;
}

.header.fixed .header-main {
  margin-top: 0;
  margin-bottom: 0;
  transition: 0.25s all linear;
  border-radius: 0;
}

.header .logo {
  padding: 6px 0px;
  width: 324px;
  float: left;
  margin-right: 40px;
}

.header .logo img {
  width: 100%;
}

.header .logo a {
  font-size: 30px;
  text-transform: capitalize;
  color: #e91e63;
  font-weight: 600;
}

.header .nav-menu {
  padding: 0 15px;
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .menu .menu-item {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0 12px
}

.header .menu .menu-item .sub-menu .menu-item {
  margin: 0;
}

.header .menu .menu-item .sub-menu .menu-item.sub-to-submenu {
  position: relative;
}

.header .menu .menu-item.main-big-navigation .sub-menu.main-sub-menu {
  display: flex;
  /*     visibility: visible !important;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          opacity: 1 !important; */
  padding: 21px;
}

.header .menu .menu-item.main-big-navigation .sub-menu.main-sub-menu .menu-item.sub-to-submenu {
  width: 33.33%;
  /* padding: 0 10px; */
}

.header .menu .menu-item.main-big-navigation .sub-menu.main-sub-menu .menu-item.sub-to-submenu:nth-child(1) {
  padding-right: 10px;
}

.header .menu .menu-item.main-big-navigation .sub-menu.main-sub-menu .menu-item.sub-to-submenu:nth-child(2) {
  padding-right: 10px;
  padding-left: 10px;
}

.header .menu .menu-item.main-big-navigation .sub-menu.main-sub-menu .menu-item.sub-to-submenu:nth-child(3) {
  padding-left: 10px;
}

.header .menu .menu-item.main-big-navigation .sub-menu.main-sub-menu .bottom-athena-logo {
  position: absolute;
  bottom: 18px;
  width: 94px;
}

.header .menu .menu-item.main-big-navigation .sub-menu.main-sub-menu .menu-item.sub-to-submenu span {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 6px;
}

.header .menu .menu-item.main-big-navigation .sub-menu.main-sub-menu .menu-item.sub-to-submenu .list-part-sub-menu a {
  padding: 9px 0;
  background: #fff;
  text-transform: math-auto;
}

.header .menu .menu-item.main-big-navigation .sub-menu.main-sub-menu .menu-item.sub-to-submenu .list-part-sub-menu a:hover {
  background: #fff;
  color: #8335b9;
}

/* .header .menu .menu-item .sub-menu .menu-item.sub-to-submenu .sub-menu {
  position: absolute;
  left: 100%;
  width: 300px;
  top: 0;
  display: none;
} */
.header .menu .menu-item .sub-menu .menu-item.sub-to-submenu .sub-menu {
  position: static;
  box-shadow: none;
  width: auto;
}

.header .menu .menu-item .sub-menu .menu-item.main-big-navigation .sub-menu.main-sub-menu {
  display: flex;
}

.header .menu .menu-item .sub-menu .menu-item.main-big-navigation .sub-menu.main-sub-menu .sub-to-submenu {
  width: 50%;
}

.header .menu .menu-item.main-big-navigation .sub-menu {
  width: 567px;
  position: absolute;
  left: -152px;
}

.header .menu .menu-item .sub-menu .menu-item.sub-to-submenu:hover .sub-menu {
  display: block;
}

/* .menu-active {
  border-bottom: 3px solid #6a05a6 !important;
}
*/
.header .menu .menu-item a {
  display: block;
  padding: 18px 14px;
  color: #ffff;
  text-transform: capitalize;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  line-height: 1.6;
  border-bottom: 3px solid transparent;
}

.header .menu .menu-item a .plus {

  /*     border: solid #626262;
      border-width: 0 2px 2px 0; */
  display: inline-block;
  padding: 3px;
  vertical-align: middle;
  /* margin-top: -5px;
      margin-left: 6px;
      transform: rotate(45deg); */
}

.header .menu .menu-item.active a {

  /*   background: linear-gradient(to right, #6d9efb, #a64fcd, #d938b6);
    -webkit-background-clip: text;
    background-clip: text; */
  color: #f3f802;
  /* color: transparent; */
  border-bottom: 2px solid #f3f802;
}

/*.header .menu > .menu-item:hover > a .plus{
border: solid #fff;
border-width: 0 2px 2px 0;
}*/

/* .header .menu .menu-item a .plus:after {
transform: translate(-50%, -50%) rotate(-90deg);
} */

.header .menu>.menu-item>a .plus {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  vertical-align: middle;
  margin-top: -5px;
  margin-left: 6px;
  transform: rotate(45deg);
  pointer-events: none;
}

.header .menu .menu-item:hover>a {

  /* border-bottom: 3px solid #4d8546; */
}

.header .menu .menu-item .sub-menu {
  box-shadow: 0px 0 10px rgb(0 0 0 / 20%);
  width: 220px;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #ffffff;
  padding: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.header .menu .menu-item .sub-menu.submenu-2 {

  /*left: 220px !important;
  box-shadow: none;*/
}

.submenu-main-bg {
  background: #fff;
  width: 450px !important;
  position: absolute;
  display: flex;
}

.submenu-main-bg:before {
  content: "\2023";
  position: absolute;
  top: -37px;
  left: 50px;
  font-size: 60px;
  color: #4d8546;
  font-weight: 500;
  transform: rotate(270deg);
}

.submenu-main-box {
  position: relative;
  padding: 0;
  margin: 0;
  width: 50%;
  display: inline-block;
  border-right: 1px solid #ccc;
}

.submenu-main-box ul {
  width: auto !important;
  box-shadow: none !important;
  position: relative !important;
  top: 0 !important;
}

.header .menu .menu-item .sub-menu .submenu-main-box ul li a {
  padding: 10px 20px;
  border: none;
}

@media(min-width:992px) {
  .header .menu .menu-item-has-children:hover .sub-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .header .menu .menu-item-has-children:hover>a .plus:after {
    transform: translate(-50%, -50%) rotate(0deg);
  }

}

.header .menu .menu-item .sub-menu .menu-item {
  display: block;
}

.header .menu .menu-item .sub-menu .submenu-1 li.submenu-header,
.header .menu .menu-item .sub-menu .submenu-2 li.submenu-header {
  display: block;
  padding: 12px 20px;
  color: #4d8546;
  transition: all 0.3s ease;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.header .menu .menu-item .sub-menu .menu-item a {
  display: block;
  padding: 6px 20px;
  color: #000000;
  transition: all 0.3s ease;
  text-transform: capitalize;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  border-bottom: 1px solid #ddd;
  /* text-transform: uppercase; */
}

.header .menu .menu-item .sub-menu .menu-item a:hover {
  background: #172039;
  color: #fff;
  transition: 0.25s all linear;
}

.header .menu.right-side-part .menu-item a {
  font-size: 14px;
}

.header .menu.right-side-part .menu-item .sub-menu .menu-item a {
  font-size: 12px;
}

.header .open-nav-menu {
  height: 34px;
  width: 40px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.header .open-nav-menu span {
  display: block;
  height: 3px;
  width: 24px;
  background-color: #fff;
  position: relative;
}

.header .open-nav-menu span:before,
.header .open-nav-menu span:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-sizing: border-box;
}

.header .open-nav-menu span:before {
  top: -7px;
}

.header .open-nav-menu span:after {
  top: 7px;
}

.header .close-nav-menu {
  height: 17px;
  width: 40px;
  background-color: #ffffff;
  margin: 0 0 15px 15px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
}

.header .close-nav-menu img {
  width: 16px;
}

.header .menu-overlay {
  position: fixed;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

.right-header-part {
  padding: 4px 5px 4px 20px;
  font-size: 16px;
  box-sizing: border-box;
  cursor: pointer;
  border: 1px solid #4d8546;
  border-radius: 30px;
  display: inline-block;
  text-align: right;
  width: 191px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #fff;
}

.right-header-part a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding: 0px;
  color: #4d8546;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 12px;
  text-decoration: none;
}

.right-header-part a:hover .arrow span {
  width: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.right-header-part a span {
  margin-left: 10px;
}

.right-header-part a b {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #fff;
}

.logo-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.arrow {
  display: flex;
  align-items: center;
  position: relative;
  top: 0;
  margin-left: 5px;
  float: right;
  left: 0;
}

@media(max-width:991px) {
  .header .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }

  .header .nav-menu {
    flex-direction: column;
    align-items: start;
    justify-content: start;
  }

  .right-header-part {
    margin-top: 20px;
    margin-left: 10px;
  }

  .header .nav-menu {
    position: fixed;
    right: -280px;
    visibility: hidden;
    width: 280px;
    height: 100%;
    top: 0;
    overflow-y: auto;
    background-color: #222222;
    z-index: 1000;
    padding: 15px 0;
    transition: all 0.5s ease;
  }

  .header .nav-menu.open {
    visibility: visible;
    right: 0px;
  }

  .header .menu .menu-item {
    display: block;
    margin: 0;
  }

  .header .menu .menu-item-has-children>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header .menu .menu-item a {
    color: #ffffff;
    padding: 12px 15px;
    border-bottom: 1px solid #333333;
  }

  .header .menu .menu-item:first-child>a {
    border-top: 1px solid #333333;
  }

  .header .menu .menu-item a .plus:before,
  .header .menu .menu-item a .plus:after {
    background-color: #ffffff;
  }

  .header .menu .menu-item-has-children.active>a .plus:after {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  .header .menu .menu-item .sub-menu {
    width: 100%;
    position: relative;
    opacity: 1;
    visibility: visible;
    border: none;
    background-color: transparent;
    box-shadow: none;
    transform: translateY(0px);
    padding: 0px;
    left: auto;
    top: auto;
    max-height: 0;
    overflow: hidden;
  }

  .submenu-main-bg {
    width: 100% !important;
  }

  .submenu-main-box {
    width: 100%;
    border-right: none;
  }

  .header .menu .menu-item .sub-menu .submenu-main-box ul li a {
    padding: 5px 20px;
  }

  .header .menu .menu-item .sub-menu .menu-item a {
    padding: 12px 45px;
    color: #ffffff;
    border-bottom: 1px solid #333333;
  }

  .header .close-nav-menu,
  .header .open-nav-menu {
    display: flex;
    padding: 10px 7px;
    width: 26px;
  }

}

/**heder*/

.header .menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.header .nav-menu {
  float: none;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .contact-link {
  display: inline-block;
  background: linear-gradient(to right, #659bff, #eb8cd4);
  padding: 1px;
  position: relative;
  border-radius: 30px;
  width: 150px;
  text-align: center;
  transition: 0.25s all linear;
}

.header .contact-link a {
  text-decoration: none;
  padding: 14px 15px;
  display: block;
  background: #fff;
  transition: 0.25s all linear;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 15px;
}

.header .contact-link a span {

  /*  background: linear-gradient(to top, #659bff, #dcaae4, #ed9ad9, #eb8cd4);
   -webkit-background-clip: text;
   background-clip: text;
   color: transparent; */
  color: #000;
  display: block;
  font-size: 15px;
  font-weight: 500;
  border-radius: 30px;
  transition: 0.25s all linear;
}

.header .contact-link:hover a {
  background: linear-gradient(to right, #659bff, #eb8cd4);
  transition: 0.25s all linear;
}

.header .contact-link:hover a span {
  color: #fff;
}

/******************/
.banner {
  display: block;
  position: relative;
  /* margin-top: 119px; */
}

.banner .banner-image img {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  height: 100vh;
}

.overlay-patch {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.53) 0%,
      rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.banner .heading-part {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.banner .heading-part h1 {
  padding: 20px 31px 25px 25px;
  margin: 0px 0px 38px 0px;
  color: #000000;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.1em;
  background: url(../images/shape_01.svg) no-repeat left top !important;
  background-size: contain !important;
}

.banner .heading-part p {
  margin-bottom: 44px;
  color: #ffffff;
  font-size: 28px;
  letter-spacing: 1.5px;
  line-height: 46px;
}

.btn2 {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  line-height: 52px;
  text-align: center;
  padding: 13px 35px;
  border: 1px solid #fff;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  text-decoration: none;
}

.banner .heading-part .btn2:hover {
  background: #29594b;
  border-color: #29594b;
}

.banner .heading-part .btn2 img {
  display: inline-block;
  margin-left: 3px;
}

/**************************************************/
.about-us {
  padding: 60px 0;
  display: block;
  position: relative;
}

.about-us .left-side-part {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  height: 100%;
}

.about-us .left-side-part .top-heading {
  color: #6d6d6d;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 38px;
}

.about-us .col-lg-6 {
  padding: 0 16px;
}

.about-us .left-side-part h2 {
  color: #172039;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.093em;
}

.about-us .left-side-part p {
  font-size: 24px;
  line-height: 1.583em;
  margin: 45px 0px 35px 0px;
}

.about-us .left-side-part .more-about-btn-part {
  display: inline-block;
}

.about-us .left-side-part .more-about-btn-part a {
  margin-right: 22px;
}

.about-us .left-side-part .more-about-btn-part .more-btn {
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 50px;
  padding: 15px 38px;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  background-color: #172039;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.about-us .left-side-part .more-about-btn-part .more-btn:hover {
  color: #172039;
  background-color: #cfff45;
}

.about-us .left-side-part .more-about-btn-part .request-btn {
  color: #172039;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.about-us .left-side-part .more-about-btn-part .request-btn:hover {
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.about-us .right-side-part {
  display: block;
  position: relative;
}

.about-us .right-side-part .image-part img {
  display: block;
  width: 590px;
  border-radius: 15px;
}

.about-us .right-side-part .image-part::before {
  content: "";
  position: absolute;
  width: 94%;
  height: 50%;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 0 0 30px 30px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 3.1%, #000000 100%);
  mix-blend-mode: overlay;
}

.about-us .right-side-part .image-part {
  position: relative;
}

.about-us .right-side-part ul {
  position: absolute;
  top: 60%;
  left: 28px;
}

.about-us .right-side-part ul li {
  color: #000;
  font-weight: 500;
  padding: 15px 50px;
  border-radius: 45px;
  background: #fff;
  margin: 7px 0;
  display: inline-block;
}

.about-us .right-side-part ul li::before {
  width: 28px;
  height: 28px;
  content: "\F633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 6px;
  left: 14px;
  color: #29594b;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

/* services section */
/**************************************************/
.our-services {
  position: relative;
  padding-top: 100px;
}

.our-services a {
  text-decoration: none;
  border: none;
}

.services-title h4 {
  font-size: 24px;
  line-height: 38px;
  color: #6d6d6d;
  font-family: "Syne", sans-serif;
  font-weight: 700;
}

.services-title h2 {
  font-size: 42px;
  line-height: 46px;
  color: #050505;
  font-family: "Syne", sans-serif;
  font-weight: 700;
  margin: 10px 0 30px;
}

.services-title p {
  font-size: 16px;
  line-height: 24px;
  color: #050505;
  font-weight: 300;
  margin-bottom: 20px;
}

.services-title p:last-child {
  margin-bottom: 0px;
}

.services-title a {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  color: #050505;
  font-family: "Syne", sans-serif;
  cursor: pointer;
  transition: all 0.3s linear;
  border-bottom: 1px solid #050505;
  padding-bottom: 5px;
  font-weight: 600;
  z-index: 1;
  position: relative;
}

.services-title a span {
  vertical-align: middle;
  margin-left: 5px;
}

.com-btn {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  color: #050505;
  font-family: "Syne", sans-serif;
  cursor: pointer;
  transition: all 0.3s linear;
  border-bottom: 1px solid #050505;
  padding-bottom: 5px;
  font-weight: 600;
  margin-top: 20px;
}

.com-btn span {
  vertical-align: middle;
  margin-left: 5px;
}

.our-services .row:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  background: url(../images/shape-2.png);
  background-repeat: no-repeat;
  width: 150px;
  height: 140px;
  background-size: 100%;
  opacity: 0.1;
}

.our-services .row {
  align-items: center;
  position: relative;
  top: -155px;
}

.our-services-box {
  border: 1px solid #050505;
  padding: 40px;
  margin-top: 20px;
  transition: all 0.3s linear;
  min-height: 265px;
  cursor: pointer;
}

.our-services.ui-ux-sec {
  background: #fff;
  background-color: transparent;
  background-image: linear-gradient(140deg, #D3EEFC 0%, #EFEDE2 100%);
  padding: 100px 0 0;
  margin-top: 0;
  z-index: -1;
}

.our-services.ui-ux-sec .row {
  top: -120px;
}

.our-services .col-12.col-lg-4 {
  padding: 0 12px;
}

.our-services-box.auto-hight {
  min-height: auto;
}

.our-services-box.auto-hight .our-services-box-cont {
  top: 0;
}

.our-services-box.auto-hight p {
  margin: 0px 0 0px;
}

.our-services-box img {
  transition: all 0.5s linear;
}

.our-services-box h4 {
  font-size: 24px;
  line-height: 30px;
  color: #050505;
  font-family: "Syne", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}

.our-services-box p {
  font-size: 16px;
  line-height: 26px;
  color: #050505;
  font-weight: 300;
  margin: 10px 0 0px;
}

.our-services-box a {
  display: none;
  border: 1px solid transparent;
  transition: all 0.5s linear;
}

.our-services-box a:hover {
  border-bottom: 1px solid #fff;
  transition: all 0.5s linear;
}

.our-services-box:hover {
  background: #050505;
  transition: all 0.5s linear;
}

.our-services-box:hover h4 {
  color: #fff;
}

.our-services-box:hover p {
  color: #fff;
}

.our-services-box:hover img {
  display: none;
  transition: all 0.5s linear;
}

.our-services-box:hover h6 {
  display: inline-block;
  color: #fff;
  border-bottom: 1px solid #fff;
  transition: all 0.5s linear;
}

.our-services-box .our-services-box-cont {
  position: relative;
  top: 10px;
  transition: all 0.3s linear;
}

.our-services-box:hover .our-services-box-cont {
  transition: all 0.3s linear;
  position: relative;
  top: 0;
}

/**************************************************/
.process {
  position: relative;
  padding: 100px 0;
}

.process .row {
  align-items: center;
}

.process-left {
  position: relative;
  padding-right: 80px;
  display: block;
}

.process-left.slide-img:after {
  content: '';
  position: absolute;
  top: 20px;
  right: 60px;
  background: url(../images/shape-2.png);
  background-repeat: no-repeat;
  width: 150px;
  height: 140px;
  background-size: 100%;
  opacity: 0.1;
}

.process-left:after {
  content: '';
  position: absolute;
  top: 20px;
  right: 60px;
  background: url(../images/shape-2.png);
  background-repeat: no-repeat;
  width: 150px;
  height: 140px;
  background-size: 100%;
  opacity: 0;
}

.process .col-lg-6 {
  padding: 0 15px;
}

.process-left img.img1 {
  width: 70%;
  border-radius: 0% 0% 50% 50%;
  top: 0;
  position: relative;
  left: 0;
}

.process-left img.img2 {
  width: 42%;
  border-style: solid;
  border-width: 20px 0px 0px 20px;
  border-color: #FFFFFF;
  border-radius: 50% 50% 0% 0%;
  position: absolute;
  bottom: -120px;
  right: 80px;
}

.process-right.pad-left-0 {
  padding-left: 0px;
}

.process-right.pad-right-100 {
  padding-right: 100px;
}

.process-right {
  padding-left: 100px;
}

.process-right-cont {
  margin-top: 40px;
}

.process-right-cont-box {
  position: relative;
  margin-bottom: 40px;
}

.process-right-cont-box h4 {
  font-size: 20px;
  line-height: 26px;
  color: #050505;
  font-family: "Syne", sans-serif;
  font-weight: 700;
}

.process-right-cont-box p {
  font-size: 16px;
  line-height: 26px;
  color: #050505;
  font-weight: 300;
  margin: 10px 0 0px;
}

.process-right-cont-box.box1:after {
  content: '1';
  position: absolute;
  bottom: 0;
  right: 0;
}

.process-right-cont-box.box2:after {
  content: '2';
  position: absolute;
  bottom: 0;
  right: 0;
}

.process-right-cont-box.box3:after {
  content: '3';
  position: absolute;
  bottom: 0;
  right: 0;
}

.process-right-cont-box.box4:after {
  content: '4';
  position: absolute;
  bottom: 0;
  right: 0;
}

.process-right-cont-box:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #05050524;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  z-index: -3;
}

/**************************************************/
.cta {}

.want-to-chat {
  padding: 100px 0px 100px 0px;
  background-image: url(../images/cta-banner.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}


.want-to-chat .main-text {
  display: block;
  text-align: center;
}

.want-to-chat .main-text h2 {
  margin: 0px 0px 38px 0px;
  color: #172039;
  font-size: 64px;
}

.want-to-chat .main-text p {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1.583em;
  color: #000;
}

.btn3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 50px;
  padding: 13px 30px;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  background-color: #172039;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.btn3:hover {
  color: #172039;
  background-color: #cfff45;
}

.btn4 {
  font-size: 18px;
  text-decoration: none;
  line-height: 48px;
  padding: 13px 30px;
  text-align: center;
  border-radius: 50px;
  color: #29594b;
  border: 1px solid #29594b;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.btn4:hover {
  color: #000000;
  background-color: #cfff45;
  border: none;
}

/**************************************************/
/* tetimonial */
.testimonials {
  position: relative;
  padding: 100px 0;
  /*background: url(../images/bg-gradient.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.35;*/
  background-image: linear-gradient(140deg, #D3EEFC 0%, #EFEDE2 100%);
}

.testimonials-left {
  position: relative;
  left: 70px;
}

.testimonials-left .services-title {
  padding-right: 150px;
}

.testimonials-cont {
  padding-left: 8%;
  box-sizing: border-box;
}

.testimonials-cont .row {
  align-items: center;
  box-sizing: border-box;
}

.testimonials-cont .row .col-12 {
  padding: 0;
}

.testimonials-cont .services-title {
  padding-right: 150px;
}

.testimonials-right-img {
  position: relative;
}

.testimonials-right-img img {
  /*border-radius: 0 0 0 50%;*/
  width: 100%;
  display: block;
}

.testimonials-slider {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.testimonials-slider-box {
  background: #fff;
  padding: 40px;
  margin: 0 10px;
  position: relative;
}

.testimonials-slider-box:after {
  content: '';
  position: absolute;
  bottom: 40px;
  right: 40px;
  background: url(../images/double-inverted-comma.png);
  width: 64px;
  height: 64px;
  opacity: 0.3;
}

.testimonials-slider-box p {
  font-size: 16px;
  line-height: 22px;
  color: #050505;
  font-weight: 300;
}

.testimonials-slider-box ul {
  margin-top: 10px;
}

.testimonials-slider-box ul li {
  display: inline-block;
}

.testimonials-slider-box ul li svg {
  fill: #ffc402;
}

.testimonials-img-cont {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.testimonials-img-cont img {
  width: 60px !important;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 20px;
}

.testimonials-cont-area h4 {
  font-size: 18px;
  line-height: 22px;
  color: #050505;
  font-weight: 500;
  font-family: "Syne", sans-serif;
}

.testimonials-cont-area h6 {
  font-size: 16px;
  line-height: 22px;
  color: #050505;
  font-weight: 300;
}

.testimonials-slider .owl-dots {
  display: flex !important;
  justify-content: center;
  margin-top: 40px;
}

.testimonials-slider .owl-dots .owl-dot {
  margin-right: 10px !important;
}

.testimonials-slider .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 50%;
  font-size: 0;
  background: #d3e3ff;
  cursor: pointer;
}

.testimonials-slider .owl-dots .owl-dot.active {
  background: #ffc402;
}

.owl-stage {
  display: flex !important;
}

.owl-stage .owl-item {
  display: flex !important;
  height: inherit !important;
}

/**************************************************/
.home-contact-sec {
  position: relative;
  padding: 0px 0 0;
}

.home-contact-sec .container-fluid {
  box-sizing: border-box;
}

.home-contact-sec .container-fluid .col-12 {
  margin: 0;
  padding: 0;
}

iframe {
  height: 676px !important;
}

.home-contact-sec .home-contact-sec-right {
  padding: 50px;
  background-color: transparent;
  background-image: linear-gradient(140deg, #D3EEFC 0%, #EFEDE2 100%);
  position: relative;
  height: auto;
}

.home-contact-sec .home-contact-sec-right .forms-part .form-control {
  color: #212529;
  font-weight: 500;
  border-width: 0;
  border-bottom: 1px solid #050505;
  outline: none;
  box-shadow: none;
  font-size: 16px;
  line-height: 22px;
  padding: 15px;
  resize: none;
  width: 80%;
  box-sizing: border-box;
  background: transparent;
}

.home-contact-sec .home-contact-sec-right .forms-part .com-btn.fill {
  background: #050505;
  color: #fff;
  padding: 20px 30px;
  outline: none;
  border: 1px solid #050505;
}

.home-contact-sec .home-contact-sec-right .forms-part .com-btn.fill:hover {
  background: #fff;
  color: #050505;
}

/**************************************************/
.get-in-touch-sec {
  padding: 100px 0 100px 0;
}

.get-in-touch-sec .col-lg-6 {
  padding: 0 10px;
}

.get-in-touch-sec .get-in-touch-sec-left {
  padding: 73px 100px;
  background: #FFFFFF;
  box-shadow: 0px 21px 46px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  margin-right: -20px;
}

.get-in-touch-sec .get-in-touch-sec-left .style-title {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}

.get-in-touch-sec .get-in-touch-sec-left .style-title .bg-content {
  font-size: 150px;
  position: absolute;
  font-weight: 900;
  letter-spacing: 0;
  left: -90px;
  z-index: -1;
  top: -65px;
  font-family: var(--font-primary);
  min-width: max-content;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.1);
  line-height: 1;
}

.get-in-touch-sec .get-in-touch-sec-left .style-title .bg-content:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8855917367) 0%, rgba(255, 255, 255, 0.6082808123) 35%, rgba(255, 255, 255, 0) 100%);
}

.get-in-touch-sec .get-in-touch-sec-left .style-title p {
  font-size: 16px;
  color: #000000;
  display: flex;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-weight: 600;
  border-radius: 6px;
  letter-spacing: 2px;
}

.get-in-touch-sec .get-in-touch-sec-left .style-title h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.35;
  color: #000000;
}

.form-cont {
  margin-top: 0;
}

.form-cont input {
  width: 100%;
  padding: 18px;
  margin: 15px 0;
  color: #979797;
  font-family: 'Archivo', sans-serif;
  font-weight: 400;
  font-size: 15px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: -webkit-focus-ring-color auto 0px;
  border: 1px solid #f1f1f5;
  border-radius: 18px;
}

.form-cont textarea {
  width: 100%;
  padding: 20px;
  margin: 15px 0;
  color: #979797;
  font-family: 'Archivo', sans-serif;
  font-weight: 400;
  font-size: 15px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: -webkit-focus-ring-color auto 0px;
  border: 1px solid #f1f1f5;
  border-radius: 10px;
  resize: none;
}

.form-cont textarea {
  min-height: 200px;
}

.form-cont input:focus {
  top: -5px;
}

.form-cont select {
  width: 100%;
  padding: 20px;
  margin: 15px 0;
  color: #fff;
  border: none;
  font-family: 'kenyan-coffee-rg';
  font-weight: 400;
  font-size: 15px;
  box-sizing: border-box;
  border-radius: 5px;
  background-position: 0 0;
  outline: -webkit-focus-ring-color auto 0px;
  background: #fff;
}

.cont-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-cont button {
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  /* margin: 40px 21px 0; */
  position: relative;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  padding: 0px 40px;
  background: #172039;
  float: left;
  box-sizing: border-box;
  margin-left: 0;
  display: flex;
  align-items: center;
  border-radius: 40px;
  border: 1px solid #172039;
}

.form-cont button:hover {
  color: #172039;
  background-color: #cfff45;
}

.form-cont input::placeholder,
.form-cont textarea::placeholder {
  color: #575757;
}

.fgroup.used label,
.fgroup input:focus~label,
.fgroup input.used~label,
.fgroup input.used~label,
.fgroup input.inused~label,
.fgroup textarea:focus~label,
.fgroup textarea.used~label,
.fgroup textarea.inused,
.fgroup select:focus~label,
.fgroup select.used~label,
.fgroup select.inused~label {
  top: 6px;
  left: 10px;
  font-size: 12px;
  background: #fff;
  color: #000;
  padding: 3px;
}

.fgroup label {
  position: absolute;
  top: 38px;
  left: 28px;
  transition: all 0.3s;
  pointer-events: none;
  padding: 0px;
  font-family: 'Archivo', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #4e4e4e;
  display: revert;
}

.fgroup {
  position: relative;
  text-align: left;
}

.get-in-touch-sec .get-in-touch-sec-right {
  margin-left: -30px;
}

.get-in-touch-sec .get-in-touch-sec-right img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0px 21px 46px rgba(0, 0, 0, 0.04);
}

.get-in-touch-sec .center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.get-in-touch-sec .btn2 {
  border: 1px solid #000;
  color: #000;
}

/* ************************************************ */
.faqs {
  position: relative;
  padding: 100px 0;
}

.faqs .faqs-left {
  background-color: transparent;
  /* background-image: linear-gradient(180deg, #DD710926 0%, #DD710900 100%); */
  background-image: linear-gradient(180deg, #d5eefb73 0%, #DD710900 100%);
  justify-content: space-around;
  align-items: center;
  container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  gap: 0px 0px;
  row-gap: 0px;
  column-gap: 0px;
  overlay-opacity: 0.2;
  border-radius: 30px 30px 30px 30px;
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 50px;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
}

.faqs .faqs-left:before {
  background-image: url(../images/dotimage.png);
  background-overlay: '';
  background-position: 0px -20px;
  background-size: 61% auto;
  background-attachment: fixed;
  transition: background var(--overlay-transition, .3s), border-radius var(--border-transition, .3s), opacity var(--overlay-transition, .3s);
}

.faqs .faqs-left .faqs-top {
  /* --gap: 0px 0px; */
  row-gap: 0px;
  column-gap: 0px;
  overlay-opacity: 1;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0px -9px 28px 0px rgba(0, 0, 0, 0.04);
  margin-top: -100px;
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 42px;
  padding-bottom: 32px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #FFFFFF;
}

.faqs .faqs-left .faqs-top .bg-content {
  font-size: 24px;
  line-height: 38px;
  color: #6d6d6d;
  font-weight: 700;
}

.faqs .faqs-left .faqs-top h2 {
  color: #111111;
  font-weight: 600;
  font-size: 42px;
  line-height: 50px;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.faqs .faqs-left .faqs-top p {
  font-size: 16px;
  line-height: 38px;
  color: #6d6d6d;
  font-weight: 400;
}

.faqs .faqs-left h3 {
  font-size: 24px;
  line-height: 38px;
  color: #111111;
  font-weight: 600;
  margin-bottom: 20px;
}

.faqs .faqs-left .bottom-content {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  background-color: #FFFFFF;
  margin: 0px 0px 30px 0px;
  padding: 23px 28px 24px 26px;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.faqs .faqs-left .bottom-content svg {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #172039;
  padding: 15px;
  color: #fff;

}

.faqs .faqs-left .bottom-content .content-part p {
  text-transform: none;
  font-size: 24px;
  line-height: 38px;
  font-weight: 600;
  color: #000;
  margin: -4px 0px 0px 0px;
}

.faqs .faq-right {
  position: relative;
  padding-left: 50px;
}

.faqs .faq-right .set {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  margin-bottom: 0;
}

.faqs .faq-right .set a {
  display: block;
  font-size: 22px;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

.faqs .faq-right .set>a i.fa,
.faqs .faq-right .set>.accodina-heading i.fa {
  content: " ";
  background: url(../images/bottom-arrow.png) no-repeat;
  width: 18px;
  height: 10px;
  position: absolute;
  top: 31px;
  right: 11px;
  transition: 0.25s all linear;
}

.faqs .faq-right .set>a.active i.fa-minus,
.faqs .faq-right .set>.accodina-heading.active i.fa-minus {
  transform: rotate(180deg);
  transition: 0.25s all linear;
}

.faqs .faq-right .set .content {
  padding: 10px 0;
}

.faqs .faq-right .set .content {
  font-size: 19px;
  line-height: 28px;
}

/***********************************/
/* footer */
footer {
  background: #172039;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 110px 65px 30px;
  overflow: hidden;
}

footer img.footer-logo {
  width: 291px;
}

footer .box ul {
  list-style-type: none;
  padding-left: 0;
}

footer .box ul li {
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  width: 100%;
}

footer .box ul li a {
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  width: 100%;
  padding-bottom: 2px;
}

footer .box ul li a svg {
  margin-right: 16px;
}

footer .box ul li a img {
  margin-right: 16px;
}

footer .box ul li a:hover {
  border-bottom: 1px solid #fff;
}

footer .box h3 {
  margin: 18px 0;
  font-size: 26px;
  color: #f3f802;
  position: relative;
  height: 25px;
  font-family: "Syne", sans-serif;
}

footer .box.pad-left-100 {
  padding-left: 100px;
}

footer .box p {
  margin-top: 12px;
  text-align: left;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}

footer .box .social-icons {
  display: flex;
}

footer .box .social-icons li {
  color: #fff;
  font-size: 18px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
}

footer .box ul li {
  margin-bottom: 0.5rem;
  line-height: 28px;
}

footer .underline_text ul li {
  margin-bottom: 15px;
  line-height: 25px;
  position: relative;
}

.location_img {
  float: left;
  margin-top: 3px;
}

.location_text {
  float: left;
  width: 84%;
  margin-left: 14px;
}

.clear {
  clear: both;
}

.link_over {
  cursor: pointer;
  font-weight: 700 !important;
}

.link_over:hover {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.copyright-area {
  display: block;
  justify-content: space-between;
  border-top: 1px solid #dadada;
  padding-top: 30px;
  margin: 93px auto 0;
  align-items: center;
}

.copyright-area p {
  color: #fff;
  margin-bottom: 5px;
}

.copyright-area a {
  margin-left: 10px;
}

.copyright-text {
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  color: #ccc;
}

/***********************************/

.get-in-touch-div .get-in-touch-button {
  padding: 15px 25px;
  background: #75c407;
  border: 2px solid #75c407;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  position: fixed;
  bottom: 20px;
  right: 10px;
  cursor: pointer;
  display: block;
  z-index: 99;
  transition: 0.25s all linear;
  font-family: "Syne", sans-serif;
}

.get-in-touch-div .get-in-touch-button .close-button {
  display: none;
}

.get-in-touch-div .get-in-touch-button .click-cta-btn,
.get-in-touch-div .get-in-touch-button h2 {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}

.get-in-touch-div .get-in-touch-button h2 {
  font-size: 15px;
}

.get-in-touch-div .get-in-touch-button {
  animation: shake 2s;
  animation-iteration-count: infinite;
}

.get-in-touch-div .get-in-touch-button:hover {
  background: #fff;
  color: #75c407;
  transition: 0.25s all linear;
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }

  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }

  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }

  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }

  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }

  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }

  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }

  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }

  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }

  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }

  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

.get-in-touch-with-us {
  padding-bottom: 130px;
}

.get-in-touch-with-us .half {
  height: 100%;
  display: block;
}

.get-in-touch-with-us .text-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.get-in-touch-with-us .text-container .text {
  font-size: 19px;
  font-weight: 400;
  color: #4a4a4a;
  margin-bottom: 20px;
  line-height: 32px;
  text-align: center;
}

.get-in-touch-with-us .cta-container {
  display: block;
  background: #1fa5bb;
  padding: 20px 20px;
  height: 8vh;
  overflow: hidden;
  transition: 0.25s all linear;
}

.get-in-touch-with-us .col-lg-6 {
  padding: 0;
}

.get-in-touch-with-us .cta-container .cta-text h2 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  display: block;
  margin-bottom: 30px;
}

.get-in-touch-with-us .cta-container .form-container label {
  display: block;
  margin-bottom: 20px;
}

.get-in-touch-with-us .cta-container .form-container label input {
  padding: 15px 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
  outline: none;
  box-shadow: none;
}

.mob-view {
  display: none;
}

.get-in-touch-with-us .cta-container .form-container label input::-webkit-input-placeholder {
  /* Edge */
  color: #000;
}

.get-in-touch-with-us .cta-container .form-container label input:-ms-input-placeholder {
  /* Internet Explorer */
  color: #000;
}

.get-in-touch-with-us .cta-container .form-container label input::placeholder {
  color: #000;
}

.get-in-touch-with-us .cta-container .form-container .a-orange-btn {
  width: 100px;
  margin: auto;
  display: block;
}

.get-in-touch-with-us .cta-container .click-cta-btn {
  text-decoration: none;
  text-align: center;
  color: #fff;
  display: block;
  margin-bottom: 30px;
  cursor: pointer;
  transition: 0.25s all linear;
}

.get-in-touch-with-us .cta-container .click-cta-btn:hover {
  transform: rotate(90deg);
  transition: 0.25s all linear;
}

.get-in-touch-with-us .cta-container .click-cta-btn svg {
  width: 25px;
  height: 25px;
}

.get-in-touch-with-us .cta-container.is-active {
  height: 31vh;
  transition: 0.25s all linear;
}

.get-in-touch-with-us .cta-container.is-active .click-cta-btn {
  display: none;
}

.get-in-touch {
  background: #75c407;
  border-radius: 6px 6px 0 0;
  width: 287px;
  position: fixed;
  bottom: -100%;
  right: 0;
  z-index: 99;
}

.get-in-touch .get-in-heading {
  text-align: center;
  position: relative;
  padding: 15px 0 10px;
  cursor: pointer;
}

.get-in-touch .get-in-heading strong {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Syne", sans-serif;
}

.get-in-touch .get-in-touch-text {
  padding: 16px 10px;
}

.get-in-touch .get-in-touch-text h2 {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}

.get-in-touch .click-cta-btn {
  text-decoration: none;
  text-align: center;
  color: #fff;
  display: block;
  margin-bottom: 30px;
  cursor: pointer;
  transition: 0.25s all linear;
}

.get-in-touch .click-cta-btn:hover {
  transform: rotate(90deg);
  transition: 0.25s all linear;
}

.get-in-touch .click-cta-btn svg {
  width: 25px;
  height: 25px;
}

.get-in-touch .form-container label {
  display: block;
  margin-bottom: 20px;
}

.get-in-touch .form-container label input {
  padding: 16px 24px;
  background: #fff;
  border: 1px solid #f1f1f5;
  outline: none;
  font-size: 14px;
  color: #4e4e4e;
  font-weight: 500;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
}

.get-in-touch.is-active .get-in-touch-text .close-button {
  display: block;
}

.get-in-touch .close-button {
  text-align: right;
  padding: 10px 10px 0 0;
  position: absolute;
  right: 0;
  top: 0;
}

.get-in-touch .close-button svg {
  width: 20px;
  height: 20px;
  color: #fff;
}

.a-orange-btn {
  font-weight: 500 !important;
  font-size: 18px !important;
  text-transform: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  background: #75c407;
  border-width: 0;
  border: 1px solid #75c407;
  transition: 0.25s all linear;
  padding: 13px 30px;
  display: block;
  width: 162px;
}

.get-in-touch .form-container .a-orange-btn {
  width: 100%;
  margin: auto;
  display: block;
  background: #75c407;
  border-color: #fff;
  color: #fff;
  font-family: "Syne", sans-serif;
}

.get-in-touch .form-container .a-orange-btn:hover {
  border-color: #75c407;
  background: #fff;
  color: #75c407;
}

/***********************************/
/* floating whatsapp  */
.cbh-phone {
  position: fixed;
  right: -63px;
  bottom: 200px;
  visibility: hidden;
  background-color: transparent;
  width: 200px;
  cursor: pointer;
  z-index: 99;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility .5s;
  -moz-transition: visibility .5s;
  -o-transition: visibility .5s;
  transition: visibility .5s;
}

.cbh-phone {
  visibility: visible;
}

.cbh-phone .cbh-ph-circle {
  width: 110px;
  height: 110px;
  top: 40px;
  left: 40px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, .4);
  opacity: .1;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -moz-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -ms-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -o-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
}

.cbh-phone .cbh-ph-circle-fill {
  width: 74px;
  height: 74px;
  top: 58px;
  left: 58px;
  position: absolute;
  background-color: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .1;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  opacity: 0 !important;
}

.cbh-phone .cbh-ph-img-circle1 {
  width: 50px;
  height: 50px;
  top: 70px;
  left: 70px;
  position: absolute;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAAF+mlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIxLTAyLTIyVDE1OjIxOjM0KzA1OjMwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMS0wMi0yMlQxNToyNDozNCswNTozMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMS0wMi0yMlQxNToyNDozNCswNTozMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1NjEyZGExOC05NjBiLWRiNDAtYTZjYi1kNDkyYTQ2NTJhNGIiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo5MTk0NDBkYS1hMTc1LWRkNGUtOWE0YS05MTE0NjNhMjAwNWMiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDplNzc3MzM0Ni0yNDA4LTYzNGYtYWYzZi1mNTYzNjBjZjA2MWIiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmU3NzczMzQ2LTI0MDgtNjM0Zi1hZjNmLWY1NjM2MGNmMDYxYiIgc3RFdnQ6d2hlbj0iMjAyMS0wMi0yMlQxNToyMTozNCswNTozMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo1NjEyZGExOC05NjBiLWRiNDAtYTZjYi1kNDkyYTQ2NTJhNGIiIHN0RXZ0OndoZW49IjIwMjEtMDItMjJUMTU6MjQ6MzQrMDU6MzAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4q/AY3AAAQNUlEQVRoga2aaZSdRZnHf1Xvdt+79L29d5JOOovZDMkQAoaAA+gBVzyozHEBFBlkHNTRAXUWlTCoZ9xm0VFkPI4RyBxEcQGPDOpIhlEZAgRZkpCFJJ3eku6+3X335d2q5kMnndzuTtLR/PtT11P1VP1rebb3Cq01s6F3eJSRsQksIXAtEyVAY6CVJtQhlmFhqAgZi1FCo1QkLM8/L/TDi0KtVwopFwqt2oUQGYQwtNZFrRmXWh+NTOOAtKwXnCh8TiJKoWMTIui0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');
  background-size: 40px 40px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 1;
  -webkit-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -moz-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -ms-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -o-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
}

@-moz-keyframes cbh-circle-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: .1;
    -moz-opacity: .1;
    -webkit-opacity: .1;
    -o-opacity: .1;
  }

  30% {
    -moz-transform: rotate(0deg) scale(.7) skew(1deg);
    opacity: .5;
    -moz-opacity: .5;
    -webkit-opacity: .5;
    -o-opacity: .5;
  }

  100% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .6;
    -moz-opacity: .6;
    -webkit-opacity: .6;
    -o-opacity: .1;
  }
}

@-webkit-keyframes cbh-circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    -webkit-opacity: .1;
  }

  30% {
    -webkit-transform: rotate(0deg) scale(.7) skew(1deg);
    -webkit-opacity: .5;
  }

  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    -webkit-opacity: .1;
  }
}

@-o-keyframes cbh-circle-anim {
  0% {
    -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
    -o-opacity: .1;
  }

  30% {
    -o-transform: rotate(0deg) scale(.7) skew(1deg);
    -o-opacity: .5;
  }

  100% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    -o-opacity: .1;
  }
}

@keyframes cbh-circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: .1;
  }

  30% {
    transform: rotate(0deg) scale(.7) skew(1deg);
    opacity: .5;
  }

  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .1;
  }
}

@-moz-keyframes cbh-circle-fill-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }

  50% {
    -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
    opacity: .2;
  }

  100% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }
}

@-webkit-keyframes cbh-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }

  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .2;
  }

  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }
}

@-o-keyframes cbh-circle-fill-anim {
  0% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }

  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .2;
  }

  100% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }
}

@keyframes cbh-circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }

  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .2;
  }

  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }
}

@keyframes cbh-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  100%,
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}

@-moz-keyframes cbh-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }

  10% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }

  100%,
  50% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
  }
}

@-webkit-keyframes cbh-circle-img-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  100%,
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
  }
}

@-o-keyframes cbh-circle-img-anim {
  0% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
  }

  10% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }

  100%,
  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
  }
}

.cbh-phone .cbh-ph-circle {
  border-color: rgb(64 195 81);
}

.cbh-phone .cbh-ph-circle-fill {
  background-color: rgb(64 195 81);
}

.cbh-phone .cbh-ph-img-circle1 {
  background-color: transparent;
}

/********************************/
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  z-index: 100;
  display: none
}

.common-popup .left-image-part img {
  display: block;
  border-radius: 15px 0 0 15px;
  height: 100.4%;
  object-position: center;
  object-fit: cover;
  margin-top: -1px;
}

.common-popup .left-image-part {
  height: 100%;
  display: block
}

.common-popup .close-btn {
  width: 30px;
  height: 30px;
  background: #75c407;
  position: absolute;
  top: -8px;
  right: -6px;
  border-radius: 100%;
  border-width: 0;
  color: #fff;
  padding: 1px 4px;
  cursor: pointer
}

.common-popup .close-btn svg {
  width: 24px;
  height: 24px
}

.common-popup .modal-content {
  border-radius: 15px
}

.count-main {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.common-popup .content-popup .request-demo-from {
  padding: 66px 44px
}

.common-popup .content-popup .request-demo-from h3 {
  font-size: 36px;
  color: #0c2f6f;
  font-weight: 700;
  margin-bottom: 20px
}

.common-popup .content-popup .request-demo-from p {
  font-size: 16px;
  color: #606060;
  font-weight: 600;
  margin-bottom: 34px
}

.common-popup .content-popup .request-demo-from p a {
  color: #606060;
  text-decoration: none;
  font-weight: 800
}

.common-popup .content-popup .request-demo-from .mb-3 {
  margin-bottom: 18px
}

.common-popup .content-popup .request-demo-from input,
.common-popup .content-popup .request-demo-from textarea {
  padding: 18px 26px;
  border: 1px solid #606060;
  font-size: 16px;
  color: #606060;
  font-weight: 400;
  outline: 0;
  width: 100%;
  box-sizing: border-box;
}

.common-popup .content-popup .request-demo-from textarea {
  resize: none
}

.common-popup .content-popup .request-demo-from .red-btn {
  display: block;
  text-align: center;
  color: #fff;
  border: 2px solid transparent
}

.common-popup .content-popup .request-demo-from .red-btn:hover {
  color: #fd4c5c;
  border-color: #fd4c5c
}

.common-popup .content-popup .request-demo-from input::-webkit-input-placeholder,
.common-popup .content-popup .request-demo-from textarea::-webkit-input-placeholder {
  color: #606060;
  font-family: "Heebo", sans-serif;
}

.common-popup .content-popup .request-demo-from input:-ms-input-placeholder,
.common-popup .content-popup .request-demo-from textarea:-ms-input-placeholder {
  color: #606060;
  font-family: "Heebo", sans-serif;
}

.common-popup .content-popup .request-demo-from input::placeholder,
.common-popup .content-popup .request-demo-from textarea::placeholder {
  color: #606060;
  font-family: "Heebo", sans-serif;
}

.modal.request-demo-popup .modal-dialog {
  max-width: 1000px;
}

.modal.request-demo-popup .modal-dialog .modal-body {
  padding: 0;
}

/* Modal */
/********************************/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0
}

.modal-dialog {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%) !important;
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition: none
  }
}

.modal.show .modal-dialog {
  transform: none
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02)
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem)
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: .8
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .btn-close {
  padding: .5rem .5rem;
  margin: -.5rem -.5rem -.5rem auto
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
  margin: .25rem
}

@media (min-width:576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem)
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem)
  }

  .modal-sm {
    max-width: 300px
  }
}

@media (min-width:992px) {

  .modal-lg,
  .modal-xl {
    max-width: 800px
  }
}

@media (min-width:1200px) {
  .modal-xl {
    max-width: 1140px
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0
}

.modal-fullscreen .modal-header {
  border-radius: 0
}

.modal-fullscreen .modal-body {
  overflow-y: auto
}

.modal-fullscreen .modal-footer {
  border-radius: 0
}

@media (max-width:575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
  }

  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
  }

  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0
  }

  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto
  }

  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0
  }
}

@media (max-width:767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
  }

  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
  }

  .modal-fullscreen-md-down .modal-header {
    border-radius: 0
  }

  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto
  }

  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0
  }
}

@media (max-width:991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
  }

  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
  }

  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0
  }

  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto
  }

  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0
  }
}

@media (max-width:1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
  }

  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
  }

  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0
  }

  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto
  }

  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0
  }
}

@media (max-width:1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
  }

  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
  }

  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0
  }

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto
  }

  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0
  }
}

/********************************/








/************* here to start  medeia query **********/
@media (max-width: 991px) {}

@media screen and (max-width: 1600px) {}

@media only screen and (min-width: 1300px) and (max-width: 1440px) {
  .header {
    height: 71px;
  }

  .header .logo {
    width: 230px;
  }

  .header-main {
    padding: 8px 65px;
  }

  .header .menu .menu-item a {
    padding: 10px 5px;
    font-size: 14px;
  }
 .banner .heading-part {
    top: 55%;
  }
  .banner .heading-part h1 {
    font-size: 60px;
  }

  .banner .heading-part p {
    font-size: 21px;
    line-height: 40px;
  }

  .btn2 {
    font-size: 15px;
  }

  .about-us {
    padding: 80px 0;
  }

  .about-us .left-side-part h2 {
    font-size: 42px;

  }

  .about-us .left-side-part p {
    margin: 20px 0px 20px 0px;
    font-size: 23px;
  }

  .about-us .left-side-part .top-heading {
    margin-bottom: 7px;
    font-size: 22px;
  }

  .about-us .right-side-part .image-part img {
    width: 514px;
  }

  .about-us .left-side-part .more-about-btn-part .more-btn {
    font-size: 15px;
    line-height: 44px;
  }

  .about-us .left-side-part .more-about-btn-part .request-btn {
    font-size: 15px;
    line-height: 44px;
  }

  .our-services {
    padding-top: 80px;
  }

  .want-to-chat {
    padding: 80px 0px 80px 0px;
  }

  .want-to-chat .main-text h2 {
    font-size: 48px;
    margin: 0px 0px 23px 0px;
  }

  .btn3 {
    font-size: 15px;
  }

  .btn4 {
    font-size: 15px;
    font-weight: 600;
  }

  .services-title h4 {
    font-size: 22px;
    line-height: 30px;
  }

  .process .services-title h2 {
    margin: 10px 0 15px;
  }

  .process {
    padding: 80px 0;
  }

  .process .col-lg-6 {
    padding: 0;
  }

  .process .process-right-cont .col-lg-6 {
    padding: 0 15px;
  }

  .process-right {
    padding-left: 0;
  }

  .testimonials {
    padding: 80px 0;
  }

  .faqs .faqs-left .faqs-top .bg-content {
    font-size: 22px;
  }

  .faqs .faqs-left .faqs-top h2 {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 10px;
  }

  .faqs .faqs-left h3 {
    font-size: 20px;
  }

  .faqs .faq-right .set a {
    font-size: 18px;
    line-height: 30px;
    /* color: #0c2f6f; */
    text-decoration: none;
  }

  .faqs .faqs-left .bottom-content .content-part p {
    font-size: 20px;
    line-height: 30px;
    display: block !important;
  }

  .faqs .faqs-left .bottom-content {
    padding: 20px 20px 20px 20px;
  }

  .faqs .faq-right .set .content {
    font-size: 16px;

  }

  .get-in-touch-sec-sec {
    padding: 0 0 100px 0;
  }

  .get-in-touch-sec .get-in-touch-sec-left .style-title p {
    margin-bottom: 10px;
  }

  .get-in-touch-sec .get-in-touch-sec-left .style-title h2 {
    font-size: 42px;
    line-height: 1.2;
  }

  .get-in-touch-sec .get-in-touch-sec-left .style-title {
    margin-bottom: 20px;
  }

  .get-in-touch-sec .col-lg-6 {
    padding: 0 3px;
  }

  .form-cont input {
    padding: 13px;
    margin: 19px 0;
  }

  .form-cont textarea {
    min-height: 150px;
  }

  footer {
    padding: 50px 65px 30px;
  }

  footer img.footer-logo {
    width: 210px;
  }

  footer .box p {
    font-size: 15px;
  }

  footer .box h3 {
    font-size: 20px;
  }

  footer .box.pad-left-100 {
    padding-left: 80px;
  }

  .copyright-area {
    margin: 20px auto 0;
  }

  .owl-stage .owl-item {
    width: 315.5px !important;
  }

  .testimonials-slider-box {
    padding: 18px;
  }
}

@media screen and (min-width: 1361px) and (max-width: 1366px) {}

@media screen and (min-width: 1431px) and (max-width: 1440px) {}

@media (max-width: 1280px) {
  .header {
    height: 71px;
  }

  .header .logo {
    width: 230px;
  }

  .header-main {
    padding: 8px 65px;
  }

  .header .menu .menu-item a {
    padding: 10px 5px;
    font-size: 14px;
  }

  .banner .heading-part {
    top: 55%;
  }

  .banner .heading-part h1 {
    font-size: 60px;
  }

  .banner .heading-part p {
    font-size: 21px;
    line-height: 40px;
  }

  .btn2 {
    font-size: 15px;
  }

  .about-us {
    padding: 80px 0;
  }

  .about-us .left-side-part h2 {
    font-size: 42px;

  }

  .about-us .left-side-part p {
    margin: 20px 0px 20px 0px;
    font-size: 23px;
  }

  .about-us .left-side-part .top-heading {
    margin-bottom: 7px;
    font-size: 22px;
  }

  .about-us .right-side-part .image-part img {
    width: 514px;
  }

  .about-us .left-side-part .more-about-btn-part .more-btn {
    font-size: 15px;
    line-height: 44px;
  }

  .about-us .left-side-part .more-about-btn-part .request-btn {
    font-size: 15px;
    line-height: 44px;
  }

  .our-services {
    padding-top: 80px;
  }

  .want-to-chat {
    padding: 80px 0px 80px 0px;
  }

  .want-to-chat .main-text h2 {
    font-size: 48px;
    margin: 0px 0px 23px 0px;
  }

  .btn3 {
    font-size: 15px;
  }

  .btn4 {
    font-size: 15px;
    font-weight: 600;
  }

  .services-title h4 {
    font-size: 22px;
    line-height: 30px;
  }

  .process .services-title h2 {
    margin: 10px 0 15px;
  }

  .process {
    padding: 80px 0;
  }

  .process .col-lg-6 {
    padding: 0;
  }

  .process .process-right-cont .col-lg-6 {
    padding: 0 15px;
  }

  .process-right {
    padding-left: 0;
  }

  .testimonials {
    padding: 80px 0;
  }

  .faqs .faqs-left .faqs-top .bg-content {
    font-size: 22px;
  }

  .faqs .faqs-left .faqs-top h2 {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 10px;
  }

  .faqs .faqs-left h3 {
    font-size: 20px;
  }

  .faqs .faqs-left .bottom-content .content-part p {
    font-size: 20px;
    line-height: 30px;
    display: block !important;
  }

  .faqs .faqs-left .bottom-content {
    padding: 20px 20px 20px 20px;
  }

  .faqs .faq-right .set .content {
    font-size: 16px;

  }

  .get-in-touch-sec {
    padding: 0 0 100px 0;
  }

  .get-in-touch-sec .get-in-touch-sec-left .style-title p {
    margin-bottom: 10px;
  }

  .get-in-touch-sec .get-in-touch-sec-left .style-title h2 {
    font-size: 42px;
    line-height: 1.2;
  }

  .get-in-touch-sec .get-in-touch-sec-left .style-title {
    margin-bottom: 20px;
  }

  .get-in-touch-sec .col-lg-6 {
    padding: 0 3px;
  }

  .form-cont input {
    padding: 13px;
    margin: 19px 0;
  }

  .form-cont textarea {
    min-height: 150px;
  }

  .owl-stage .owl-item {
    width: 313.5px !important;
  }

  footer {
    padding: 50px 65px 30px;
  }

  footer img.footer-logo {
    width: 210px;
  }

  footer .box p {
    font-size: 15px;
  }

  footer .box h3 {
    font-size: 20px;
  }

  footer .box.pad-left-100 {
    padding-left: 80px;
  }

  .copyright-area {
    margin: 20px auto 0;
  }
}


@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .header-main {
    padding: 10px 28px;
  }

  .about-us .right-side-part ul {
    top: 50%;
  }

  .about-us .right-side-part ul li {
    padding: 15px 33px;
  }

  .our-services {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .our-services .row {
    top: -27px;
  }

  .process-left {
    padding-right: 0;
  }

  .process-left.slide-img:after {
    top: -167px;
  }

  .testimonials-cont {
    padding-left: 0;
  }

  .faqs .faq-right .set a {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
  }

  .faqs {
    padding: 80px 0;
  }

  .get-in-touch-sec .get-in-touch-sec-left .style-title h2 {
    font-size: 35px;
  }
}

@media only screen and (min-device-width: 800px) and (max-device-width: 820px) {}

@media screen and (min-device-width: 768px) and (max-device-width: 991px) {
  .banner .heading-part h1 {
    font-size: 75px !important;
  }

  .about-us .right-side-part .image-part img {
    width: 100%;
  }

  .about-us .right-side-part ul li {
    font-size: 23px !important;
    padding: 25px 36px !important;
    margin: 12px 0 !important;
  }

  .process-left img.img1 {
    width: 52%;
  }

  .testimonials {
    padding: 80px 15px;
  }

  .get-in-touch-sec .get-in-touch-sec-left {
    padding: 68px 50px;
  }

  .get-in-touch-sec .get-in-touch-sec-right {
    padding: 0 !important;
    margin-top: 34px;
  }
}

@media screen and (min-width: 0) and (max-width: 1023px) {
  .header .menu .menu-item a {
    padding: 10px 7px;
  }

  .header .menu .menu-item.main-big-navigation .sub-menu.main-sub-menu {
    padding: 0;
    width: auto;
    left: 0;
    position: relative;
    display: block;
  }

  .header .menu .menu-item.main-big-navigation .sub-menu.main-sub-menu .menu-item.sub-to-submenu span {
    font-size: 16px;
    color: #fff;
    padding: 18px;
  }

  .header .menu .menu-item.main-big-navigation .sub-menu.main-sub-menu .menu-item.sub-to-submenu {
    width: auto;
    padding: 0;
  }

  .header .logo.mobile-logo {
    display: block;
    margin-left: 18px;
  }

  .header .close-nav-menu,
  .header .open-nav-menu {
    margin-right: 10px;
  }

  .header .menu {
    width: auto;
    display: block;
  }

  .header .nav-menu {
    width: 76%;
    display: block;
  }

  .header .menu .menu-item a .plus {
    margin-right: 24px;
  }

  .header .menu .menu-item a .plus img {
    display: none;
  }

  .header .menu>.menu-item>a .plus {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 6px;
    transform: rotate(45deg);
  }

  .header-main {
    padding: 8px 0;
  }

  .hero-section .left-side-part {
    display: block;
    height: auto;
  }

  .hero-section .left-side-part {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 60px;
    margin-bottom: 0;
  }

  .header .logo {
    width: 200px;
    margin-right: 0;
    margin-left: 10px;
  }

  .banner .heading-part h1 {
    font-size: 30px;
  }

  .banner .heading-part p {
    line-height: 35px;
    font-size: 24px;
  }

  .banner .heading-part {
    padding-left: 22px;
  }

  .about-us .left-side-part p {
    font-size: 21px;
    margin: 23px 0px 35px 0px;
  }

  .about-us {
    padding: 22px 0;
  }

  .about-us .left-side-part .more-about-btn-part {
    margin-bottom: 26px;
  }

  .about-us .left-side-part .more-about-btn-part .more-btn {
    font-size: 12px;
    line-height: 30px;
    padding: 15px 25px;
  }

  .about-us .left-side-part .more-about-btn-part a {
    margin-right: 10px;
  }

  .about-us .left-side-part .more-about-btn-part .request-btn {
    font-size: 15px;
  }

  .about-us .right-side-part ul li {
    font-size: 12px;
    padding: 12px 20px;
    margin: 3px 0;
  }

  .about-us .right-side-part ul {
    top: 52%;
  }

  .our-services {
    padding: 80px 10px;
  }

  .services-title h2 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 20px;
  }

  /* .container {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    box-sizing: border-box;
  } */

  .our-services .row {
    top: 50px;
  }

  .our-services .col-12.col-lg-4 {
    padding: 0;
  }

  .our-services-box {
    padding: 20px;
  }

  .our-services-box h4 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  .com-btn {}

  .want-to-chat {
    margin: 0px 0px 100px 0px;
  }

  .want-to-chat .main-text h2 {
    font-size: 34px;
  }

  .want-to-chat .main-text p {
    font-size: 18px;
  }

  .process {
    padding: 0 10px;
  }

  .process-left {
    padding-right: 0;
  }

  .process-right {
    margin-top: 200px;
  }

  .testimonials-left {
    left: 0px;
  }

  .testimonials-cont {
    padding: 0 10px;
  }

  .testimonials-cont .services-title {
    padding-right: 0px;
  }

  .faqs {
    padding: 100px 10px;
  }

  .faqs .faqs-left .faqs-top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faqs .faqs-left .faqs-top h2 {
    font-size: 28px;
  }

  .faqs .faqs-left {
    padding-left: 30px;
    padding-right: 30px;
  }

  .faqs .faq-right {
    padding-left: 0;
  }

  .faqs .faq-right .set a {
    padding-right: 35px !important;
    font-size: 19px;
    line-height: 26px;
  }

  .get-in-touch-sec .get-in-touch-sec-left {
    padding: 68px 10px;
    margin-right: 0;
  }

  .get-in-touch-sec .get-in-touch-sec-left .style-title .bg-content {
    font-size: 94px;
    left: 6px
  }

  .get-in-touch-sec .get-in-touch-sec-left .style-title h2 {
    font-size: 30px;
  }

  .get-in-touch-sec .get-in-touch-sec-right {
    margin-left: 0px;
    padding: 0 10px;
  }

  footer {
    padding: 50px 10px 30px;
  }

  footer .box.pad-left-100 {
    padding-left: 0;
  }

  .common-popup .left-image-part img {
    border-radius: 100%;
    width: 120px;
    height: 120px;
    margin: auto;
    margin-top: 23px;
  }

  .modal.request-demo-popup .modal-dialog {
    max-width: 96%;
    box-sizing: border-box;
  }

  .common-popup .content-popup .request-demo-from {
    padding: 30px 10px;
  }

  .common-popup .content-popup .request-demo-from h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .common-popup .content-popup .request-demo-from p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .common-popup .content-popup .request-demo-from input,
  .common-popup .content-popup .request-demo-from textarea {
    padding: 10px 18px;
  }
}