
body {
  background-color: #fffeef;
  box-sizing: border-box;
    font-family: "Sofia Sans Semi Condensed", sans-serif;
}

html {
  scroll-behavior: smooth;
}

li,
a {
  list-style: none;
  text-decoration: none;
  cursor: pointer;
    font-family: "Sofia Sans Semi Condensed", sans-serif;
}

a {
  color: #fff;
  line-height: inherit;
  cursor: pointer !important;
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Sofia Sans Semi Condensed", sans-serif;
}

.bg_common {
  background: url("../img/bg1.jpg") #fff;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: right;
  z-index: 1 !important;
  width: 100%;
  height: 100%;
}

.bg_common::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.4;
}

.menu {
  position: fixed;
  z-index: 9999;
  width: 100%;
  background: #fff;
  height: auto;
}

.menu ul {
  margin: 0;
  border-right: 1.5px solid #ddd;
}

.menu ul li {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px;
  border-bottom: 1.5px solid #ddd;
  padding-top: 13px;
  font-family: "Sofia Sans Semi Condensed", sans-serif;
}

.bar {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 6px;
  transition: all 0.32s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.bar1 {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #5778b3;
  border-radius: 2px;
  overflow: hidden;
  top: -2px;
  transition: all 0.32s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.bar2 {
  position: absolute;
  width: 86%;
  height: 3px;
  background-color: #5778b3;
  border-radius: 2px;
  overflow: hidden;
  top: 6px;
  transition: all 0.32s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.bar3 {
  position: absolute;
  width: 70%;
  height: 3px;
  background-color: #5778b3;
  border-radius: 2px;
  overflow: hidden;
  transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  top: 14px;
}

.home_skew_Sec {
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #202839;
  position: relative;
  overflow: hidden;
  padding: 0 90px;
}

.home_top {
  width: 100%;
  height: 424px;
  clip-path: polygon(0 0, 100% 0, 100% 73%, 0% 100%);
  overflow: hidden;
  position: relative;
}

.home_top::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  /* background: rgb(0, 60, 226); */
}

.home_bottom::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  /* background: rgb(252, 143, 89); */
}

.home_bottom {
  width: 100%;
  height: 463px;
  top: -120px;
  z-index: -1;
  overflow: hidden;
  position: relative;
}

.content_section h1 {
  color: #fff;
  font-size: 49px;
  font-weight: 900;
  font-family: "Sofia Sans Semi Condensed", sans-serif;
}

.content_section a {
  background: #ffffff;
  color: #141641 !important;
  width: 187px;
  display: block;
  height: 50px;
  padding-top: 14px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.75, 0, 0.25, 1) 0.06s;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 4rem;
  box-shadow: 0 3px 13px rgb(66 61 63 / 42%), 0 1px 5px 0 rgb(27 25 26 / 28%);
  border-radius: 4px;
}

.content_section a::before {
  content: "";
}

.content_section a:hover::before {
  left: -19px;
}

.content_section a:hover {
  color: #fff;
  text-decoration: none;
}

.inner_same {
  display: inline-block;
  float: left;
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.inner_same img {
  width: 100%;
  position: absolute;
}

#aboutasa {
  width: 466px;
  top: 93px;
  transform: rotate(52deg);
  left: 80px;
}

#aboutas {
  width: 808px;
  right: 0;
  top: 50px;
  clip-path: polygon(25% 0, 100% 0%, 100% 100%, 0% 100%);
}

#left_about {
  padding: 98px;
  width: 44%;
}

#right_about {
  width: 56%;
}

.read_more {
  background: #e2173d;
  color: #fff;
  width: 187px;
  display: block;
  margin: 0 auto;
  height: 50px;
  padding-top: 14px;
  font-size: 13px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.75, 0, 0.25, 1) 0.06s;
  text-align: center;
  margin-top: 18px;
  float: none !important;
}

#left_about h2 {
  font-weight: 900;
  font-size: 35px;
  line-height: 46px;
  letter-spacing: 1px;
  color: #24315d !important;
}

#left_about p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 26px;
  margin-top: 24px;
  margin-bottom: 30px;
}

.read_more::before {
  content: "";
  background: #aa1956;
  position: absolute;
  width: 57%;
  height: 100%;
  right: -17px;
  top: 0;
  z-index: -1;
  transform: skewX(-19deg);
  transition: all 1s;
}

.read_more:hover::before {
  left: -19px;
}

.read_more:hover {
  color: #fff;
  text-decoration: none;
}

.inner_two {
  background: #1f2839;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

#third::after {
  content: "";
  width: 100%;
  background: #f8f8f8;
  position: absolute;
  left: 12px;
  top: 0;
  height: 100%;
  z-index: -1;
  transform: skewx(-16deg);
}

#third h3 {
  font-weight: 800;
  font-size: 20px;
  line-height: 46px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: capitalize;
  background: #1f2839;
  padding: 2px 10px;
  border-radius: 4px;
  margin-bottom: 12px;
  justify-content: left;
  align-items: baseline;
  width: auto;
  display: inline-block;
  font-family: inherit;
}
#third img {
}
.inner_third_sec {
  margin-top: 50px;
  background: #fff;
  box-shadow: 0px 0px 9px 0px #cbcac5;
  transition: transform 300ms ease;
  transform: translatey(0px);
  padding-bottom: 22px;
  width: 93%;
  display: block;
  margin: 0 auto;
  margin-top: 75px;
  height: 526px;
  margin-bottom: 100px;
}

.inner_third_sec_img {
  width: 100%;
  height: 267px;
  overflow: hidden;
}

.inner_third_sec_img img {
  width: 100%;
  height: 100%;
}

.inner_third_sec_content h4 {
  font-weight: 900;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #24315d !important;
  text-transform: capitalize;
  text-align: center;
}

.inner_third_sec_content p {
  font-size: 15px;
  margin-top: 10px;
  line-height: 23px;
  letter-spacing: 1px;
  text-align: center;
}

.inner_third_sec_content {
  padding: 20px;
}

.inner_third_sec:hover {
  box-shadow: 0px 0px 50px 0px #cbcac5;
  transform: translatey(-15px);
}

.custom_height {
  width: 100%;
  height: 0;
}

#third a {
  color: #eb4d4b;
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 16px;
  margin-left: 4px;
}

.home_top_colora {
  background: #003ce2;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.home_top_colorb {
  background: #fc8f59;
  width: 100%;
  position: absolute;
  bottom: -397px;
  left: 0;
  height: 431px;
}

.work {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-top: 54px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 0px 50px 0px #cbcac5;
  transform: translateY(0);
  transition: all 0.5s;
}

.work:hover {
  transform: translateY(-10px);
}

.content_work {
  position: absolute;
  bottom: 0;
  text-align: center;
  color: #fff;
  padding: 10px;
  width: 100%;
  z-index: 11;
}

.content_work h4 {
  font-weight: 900;
  font-size: 18px;
  line-height: 17px;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-top: 0;
}

.content_work p {
  color: #fff;
  letter-spacing: 1px;
}

.work img {
  width: 100%;
}

.g1 {
  background: #e31c40;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  mix-blend-mode: multiply;
}

.g2 {
  background: #2f3393;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  mix-blend-mode: hard-light;
}

.g3 {
  background: #e31c40;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  mix-blend-mode: darken;
}

.owl-nav.disabled {
  display: block !important;
}

.arrows .owl-prev {
  position: absolute !important;
  top: 0 !important;
  left: -64px !important;
  width: 40px;
  height: 42px;
  border-radius: 50% !important;
  color: #fff !important;
  font-size: 29px !important;
  line-height: 0 !important;
  background: #141641 !important;
  box-shadow: 0px 5px 19px -7px rgb(0 0 0 / 30%);
}

.arrows .owl-next {
  position: absolute !important;
  top: 0 !important;
  right: -48px !important;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  color: #fff !important;
  font-size: 29px !important;
  line-height: 0 !important;
  background: #141641 !important;
  box-shadow: 0px 5px 19px -7px rgb(0 0 0 / 30%);
}

button:focus {
  outline: none !important;
}

.arrows .owl-prev span {
  position: absolute;
  display: block;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.arrows .owl-next span {
  position: absolute;
  display: block;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.inner_client_right {
  width: 52%;
  display: inline-block;
  float: right;
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.inner_client_right img {
  position: absolute;
  width: 99%;
  right: 0;
}

.inner_client_right img:nth-child(1) {
  top: 57px;
}

.inner_client_right img:nth-child(2) {
  top: 56px;
}

.inner_client {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.inner_client_left {
  width: 48%;
  display: inline-block;
  float: left;
  position: relative;
  height: 100vh;
  overflow: hidden;
  padding: 50px;
}

.inner_client_left img {
  width: 91%;
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 7px;
}

.test_a {
  background: url("../img/1.jpg");
  width: 100%;
  height: 50%;
  background-size: cover;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 73%, 0% 100%);
  z-index: 1;
}

.test_b {
  background: url("../img/2.jpg");
  width: 100%;
  height: 100%;
  background-size: cover;
  position: relative;
  margin-top: -153px;
}

.feedback {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 200px;
  background-image: url(../img/bg-image.png);
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f8f8f8;
}

.aa {
  background: #fc8f59 !important;
  mix-blend-mode: normal;
}

.bb {
  mix-blend-mode: inherit;
}

.inner_feed {
  width: 70%;
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.testa p {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 18px;
}

.testa img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}

.testa h4 {
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-top: 25px;
}

.inner_two h5 {
  font-weight: 900;
  font-size: 22px;
  line-height: 46px;
  letter-spacing: 1px;
  position: relative;
  left: auto;
}

.la {
  position: absolute;
  width: 650px;
  top: 0;
  left: 0;
}

.ra {
  position: absolute;
  width: 650px;
  top: 0;
  right: 0;
}

.feedback .owl-prev {
  position: absolute !important;
  top: 0 !important;
  left: -80px !important;
  width: 45px;
  height: 45px;
  border-radius: 50% !important;
  color: #aa1956 !important;
  font-size: 29px !important;
  line-height: 0 !important;
  background: #fff !important;
}

.feedback .owl-next {
  position: absolute !important;
  top: 0 !important;
  right: -80px !important;
  width: 45px;
  height: 45px;
  border-radius: 50% !important;
  color: #aa1956 !important;
  font-size: 29px !important;
  line-height: 0 !important;
  background: #fff !important;
}

.feedback .owl-prev span {
  position: absolute;
  display: block;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.feedback .owl-next span {
  position: absolute;
  display: block;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer {
  background: #1f2839;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_inner {
  padding-top: 5rem;
  margin-bottom: 3rem;
  letter-spacing: 1px;
  text-align: center;
}

.footer_inner h3 {
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 30px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.footer_inner h4 {
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
  /*font-size: 30px;*/
  letter-spacing: 1px;
  margin-bottom: 9px;
}

#footer_address {
  margin: 0;
}

#footer_address li {
  color: #fff;
  font-size: 18px;
  line-height: 31px;
  font-family: "sofia-pro-light";
  letter-spacing: 0.4px;
  position: relative;
  left: 18px;
  width: 100%;
  margin: 10px 0;
  letter-spacing: 1px;
  cursor: default;
}

.footer_inner p {
  color: #fff;
  line-height: 23px;
  font-size: 18px;
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  letter-spacing: 1px;
  margin: 0 !important;
}

#share li {
  position: relative;
  width: 100%;
  height: 59px;
  overflow: auto;
}

#share i {
  display: inline-block;
  margin-top: 16px;
  width: 30px;
  height: 30px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  color: #2c373d;
  margin-right: 20px;
  padding-top: 7px;
  /*position: absolute;*/
}

#share span {
  color: #fff;
  font-size: 13.5px;
  letter-spacing: 1px;
  position: relative;
  left: 49px;
  top: 13px;
  font-weight: bold;
}

.inner_menu_for_footer a {
  background-color: #3a474f;
  padding-left: 2rem;
  padding-right: 2rem;
  color: #a3b8c4;
  transition: all 0.32s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 100%;
  font-size: 18px;
  letter-spacing: 2px;
  height: 56px;
  display: block;
  text-align: center;
  padding-top: 19px;
}

.inner_menu_for_footer a:hover {
  color: #aa1956 !important;
  background: #fff;
  text-decoration: none;
  font-weight: 900;
}

.inner_menu_for_footer {
}

.footer_bottom h3 {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 16px;
}

.footer_bottom p {
  color: #fff;
  letter-spacing: 1px;
  line-height: 22px;
  font-size: 13px;
  text-align: center;
  margin-bottom: 20px;
}

.footer_bottom p a {
  font-weight: bold;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  padding-left: 10px;
  position: relative;
  padding-right: 10px;
  z-index: 1;
}

.footer_bottom p a::after {
  content: "";
  background: #e31c40 !important;
  width: 100%;
  height: 7px;
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: 5px;
  transition: all 0.32s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.footer_bottom p:hover a::after {
  height: 20px;
  bottom: 0px;
}

.footer_bottom ul {
  text-align: center;
}

.footer_bottom ul li {
  display: inline-block;
  margin-left: 23px;
  margin-right: 23px;
}

.footer_bottom ul li a {
  color: #fff;
  letter-spacing: 1px;
  line-height: 22px;
  font-size: 12px;
}

.menu_frame {
  z-index: 99 !important;
  right: 0;
  overflow-y: auto;
  width: 0;
  height: 100%;
  float: left;
  margin: 0;
  overflow: auto;
  background: #2a2a2a73;
  transition: all 0.4s ease-in-out;
  left: 0;
  transform: scale(1);
  top: 0;
  position: fixed;
}

.active_menu {
  width: 100%;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  height: 100vh !important;
}

.active_bar {
  overflow: hidden;
}

.active_bar .bar1 {
  top: 12px;
  transform: rotate(45deg);
}

.active_bar .bar2 {
  left: -47px;
}

.active_bar .bar3 {
  top: 12px;
  transform: rotate(-45deg);
  width: 100%;
}

.menu_frame_menu ul li a {
  color: #fff;
  display: block;
  font-size: 25px;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  letter-spacing: 1px;
  padding: 10px 41px;
}
/* Ranjeet Home */
.home__skew_right_bg {
  background-image: url(../img/global_network.jpg);
  width: 100%;
  height: 100vh;
  background-position: bottom;
  background-size: cover;
}
.home_skew_Sec::before {
  content: " ";
}
.home__skew_left {
  width: 50%;
  float: left;
  display: flex;
  height: 100%;
  background: #1f2839;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  margin-top:10%;
}
.home__skew_right {
  width: 50%;
  float: right;
  height: 100vh;
  background: #202839;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content_section p {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  width: 100%;
  text-align: center;
}
.left__dots {
  position: relative;
  padding-left: 24px;
  border-left: none;
  margin-top: 24px;
}
.left__dots::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #fff;
  position: absolute;
  top: -7px;
  left: -4.6px;
  transform: rotate(45deg);
  display: none;
}
.left__dots::after {
  content: " ";
  width: 6px;
  height: 6px;
  background-color: #fff;
  position: absolute;
  bottom: -6px;
  left: -4.5px;
  transform: rotate(45deg);
  display: none;
}
.content_section h3 {
  font-size: 22px;
  color: #fff;
  margin: 12px 0;
  padding-left: 20px;
  text-align: center;
}
.images__left_adjust1 {
  background-image: url(../img/bg_section.png);
  position: absolute;
  width: 100%;
  height: 320px;
  bottom: 0;
  background-repeat: no-repeat;
  left: 0;
}
.right_bg {
  position: absolute;
  top: 0;
  right: 0;
}
.right_bg img {
  width: 275px;
  transform: rotate(180deg);
}
.knot__container {
  width: 100%;
  margin:  auto;
  display: flex;
  height: 100vh;
  overflow-y: scroll;
  flex-direction: column;
  padding: 110px 90px 0 90px;
  justify-content: center;
}
.section_padding {
}
.about__sec_content {
}
.about__sec_content span {
  background: #1416411f;
  display: block;
  width: max-content;
  padding: 5px 20px 4px 23px;
  border-radius: 100px;
  color: #141641;
  font-weight: 900;
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
.about__sec_content h3 {
  margin-bottom: 11px;
}
.about__sec_content p {
  font-size: 18px;
  color: #141641 !important;
  letter-spacing: 1px;
}
.about_sec_03_bg2 img {
  width: 100%;
  border-radius: 40px 0px 40px 0px;
  object-fit: cover;
  height: 300px;
  border: 3px solid #fff;
  box-shadow: 0 5px 18px 2px rgb(0 0 0 / 30%), 0 2px 20px 0 rgb(0 0 0 / 18%);
}
.about_sec03_bg1 img {
  width: 85%;
  object-fit: cover;
  height: auto;
  border-radius: 40px 0px 40px 0px;
  border: 3px solid #688ebe;
  box-shadow: 0px 1px 18px 3px rgb(115 149 194 / 18%);
  margin: 0 auto;
  display: block;
}

.btns___knot {
  background: #e2173d;
  color: #fff;
  width: 187px;
  display: block;
  height: 50px;
  padding-top: 14px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.75, 0, 0.25, 1) 0.06s;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 3rem;
  box-shadow: 0 3px 13px rgb(233 30 99 / 21%), 0 1px 5px 0 rgb(233 30 99 / 26%);
  border-radius: 4px;
}
.btns___knot::before {
  content: "";
  background: #aa1956;
  position: absolute;
  width: 57%;
  height: 100%;
  right: -17px;
  top: 0;
  z-index: -1;
  transform: skewX(-19deg);
  transition: all 1s;
}
.btns___knot:hover::before {
  left: -19px;
}
.btns___knot:hover {
  color: #fff;
  text-decoration: none;
}
.why__choose_bg {
  padding-top: 4rem;
  position: relative;
}

.why__choose_bg img:nth-child(1) {
  width: 90%;
  border-radius: 40px 0px 40px 0px;
  object-fit: cover;
  border: 4px solid #fff;
  box-shadow: 0 5px 18px 2px rgb(0 0 0 / 30%), 0 2px 20px 0 rgb(0 0 0 / 18%);
  position: relative;
  height: 400px;
}
.why__choose_bg img:nth-child(2) {
  width: 61%;
  position: absolute;
  bottom: -154px;
  right: 0rem;
  border: 4px solid #fff;
  box-shadow: 0 5px 18px 2px rgb(0 0 0 / 30%), 0 2px 20px 0 rgb(0 0 0 / 18%);
  border-radius: 40px 0px 40px 0px;
}
.why__chosoe_section_right {
  text-align: left;
}
.why__chosoe_section_right span {
  font-weight: 800;
  font-size: 19px;
  line-height: 46px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: capitalize;
  background: #1f2839;
  padding: 2px 10px;
  border-radius: 4px;
  margin-bottom: 12px;
  justify-content: left;
  align-items: baseline;
  padding-top: 7px;
  width: auto;
  display: inline-block;
}
.why__chosoe_section_right p {
  color: #141641;
  font-size: 17px;
  margin-bottom: 4px;
  letter-spacing: 1px;
  line-height: 27px;
  text-align: left;
  display: block;
}

.specailty__icon_box {
  margin-bottom: 25px;
  position: relative;
  display: flex;
  flex-shrink: 0;
  margin: 0 1.5rem 1.5rem 0.5rem;
  width: 5rem;
  height: 5rem;
  z-index: 2;
}
.item-background {
  position: absolute;
  top: 0.5rem;
  left: -0.5rem;
  width: 3rem;
  height: 3rem;
  background: transparent;
  border-radius: 0.75rem;
  z-index: 1;
}
.item-foreground {
  position: absolute;
  top: -0.125rem;
  left: -0.125rem;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 0.75rem;
  z-index: 2;
  display: none;
}
.specailty__icon_box img {
  position: relative;
  margin: auto;
  z-index: 2;
  width: 100%;
}
.goodness_content span {
  font-size: 18px;
  color: #1f2839;
  font-family: "Sofia Sans Semi Condensed", sans-serif;
}
.goodness_content p {
  font-size: 15px;
  color: #141641;
  margin-top: 9px;
  line-height: 22px;
  letter-spacing: 1px;
}
/* Vision text */
.vision_text {
  padding-bottom: 10px;
}
.vision_text span {
  font-weight: 800;
  font-size: 20px;
  line-height: 46px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: capitalize;
  background: #1f2839;
  padding: 2px 10px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 12px;
  justify-content: left;
  align-items: baseline;
  width: auto;
  padding-top: 5px;
}
.vision_text p {
  color: #141641;
  font-size: 17px;
  line-height: 24px;
  width: 45%;
  z-index: 100;
  margin-bottom: 30px;
}
.inner_content {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.images {
  top: 0px;
  right: -8rem;
  z-index: 1;
  position: absolute;
  max-width: 62%;
}
.images img {
  width: 100%;
}
.inner_content h5 {
  font-family: "sofia-pro";
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  display: block;
  position: relative;
}
.inner_content h2 {
  font-size: 28px;
  font-weight: 600;
  font-family: neutra text tf;
  max-width: 41.67797%;
  line-height: 1.25em;
  margin-bottom: 15px;
}
.info_block {
  width: 31%;
  float: left;
  padding: 0 1rem;
  border-width: 0 0 0 5px;
  border-style: dotted;
  border-color: #5778b361 !important;
  border-image-slice: 33% 33%;
  border-image-repeat: round;
  z-index: 10;
  overflow: hidden;
  position: relative;
}
.pull_1 {
  margin-top: 0;
  width: 36%;
}
.pull_2 {
  margin-top: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 3rem;
}
.info_block p {
  color: #141641;
  margin-top: 0px;
  line-height: 25px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-size: 17px;
}
#bg__white {
  background-color: #f8f8f8 !important;
}
.info_block span {
  font-weight: bold;

  font-family: "Sofia Sans Semi Condensed", sans-serif;
}
.info_block ul li {
  list-style-type: decimal;
  color: #141641;
  letter-spacing: 1px;
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 5px;
}

.info_block h4 {
  margin-bottom: 10px;
  color: #1f2839;
}
.bold__text {
  font-weight: bold;
  font-size: 16px;
}
/* Service section start here */

.service_section_text span {
  font-weight: 800;
  font-size: 20px;
  line-height: 46px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: capitalize;
  background: #1f2839;
  padding: 2px 50px;
  border-radius: 4px;
  display: inline-block;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: auto;
  margin-bottom: 20px;
}
.service_section_text p {
  color: #141641;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.service__slider_box {
  width: 100%;
  background: #ffff;
  background-color: #ffffff;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  box-shadow: 0px 2px 80px 0px rgba(0, 0, 0, 0.07);
  transition: transform 300ms ease 0ms;
  position: relative;
  padding-top: 30px !important;
  height: 228px;
}
.service__slider_icon_box {
  position: relative;
  margin: auto;
}
.service__slider_icon_box img {
  width: 57px !important;
  z-index: 2;
  width: 100%;
  right: 0;
  z-index: 100;
  float: right;
  z-index: 10;
  margin-top: 65px;
  margin-right: 2rem;
  position: absolute;
}

.service__box_content h5 {
  font-weight: 400 !important;
  margin-top: 20px;
  color: #141641 !important;
  font-size: 24px !important;
  letter-spacing: 0px;
  margin-bottom: 20px;
  position: relative;
  display: block;
  line-height: 28px;
  padding-left: 1rem;
  width: 71%;
    font-family: "Sofia Sans Semi Condensed", sans-serif;
}
.service__box_content p {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  top: -7rem;
  right: 70px;
}
.service__slider_box:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 11px 15px -3px,
    rgba(0, 0, 0, 0.04) 0px 9px 30px 3px, rgba(0, 0, 0, 0.04) 0px 20px 30px 3px;
  transform: translateY(-5px);
}
.service_slider .item {
  padding: 25px;
}

#bg__whites {
  background-image: url(../img/bg-image.png);
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f8f8f8;
}

/* testimonial */

.testimoial__left_wrap h5 {
  font-weight: 800;
  font-family: 'sofia-pro-regular';
    font-size: 20px !important;
    line-height: 46px;
    letter-spacing: 1px;
    text-transform: capitalize;
    background: #1f2839;
    padding: 2px 50px;
    border-radius: 4px;
    display: inline-block;
    justify-content: center;
    align-items: center;
    width: auto;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 0;
    color: #ffffff;
}
}
.testimoial__left_wrap ul {
  padding-left: 1.1rem;
}
.testimoial__left_wrap ul li {
  font-size: 17px;
  list-style: disc;
  margin: 10px 0;
  color: #141641;
}
.testimonial__wrap__info {
  text-align: center;
  z-index: 4;
  position: relative;
  padding-left: 50px;
  padding-top: 3rem;
}
.testimonial__inner_wrap_content {
  position: relative;
  height: auto;
  width: 100%;
  text-align: left;
}
.extra___testimonial {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding-bottom: 17px;
}
.testimonial_image {
  position: relative;
}
.testimonial_image::before {
  border: 1.5px solid #ffffff !important;
  position: absolute;
  content: close-quote;
  border: 2px solid;
  left: -7px;
  right: -7px;
  bottom: -7px;
  top: -7px;
  border-radius: 50%;
}
.testimonial_image img {
  width: 65px;
  border-radius: 50%;
  z-index: 4;
  position: relative;
  height: 65px;
}
.clients_details {
  padding-left: 25px;
  text-align: left;
}
.clients_details h6 {
  font-size: 20px;

  color: #fff;
}
.clients_details p {
  color: #fff;
  font-size: 16px;
}

.testimonial__inner_wrap_content h6 {
  color: #fff;
  font-size: 25px;
  font-style: italic;
  margin-bottom: 20px;
}
.testimonial__inner_wrap_content p {
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.4px;
  margin-bottom: 45px;
}

.testimoial__left_wrap span {
  background: #ffffff;
  display: block;
  width: max-content;
  padding: 5px 20px 4px 23px;
  border-radius: 100px;
  color: #5778b3;
  font-weight: 400;
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

.testimoial__left_wrap p {
  color: #fff;
  font-size: 17px;
  width: 80%;
}
.testimonial_slider .owl-dots {
  text-align: left !important;
  margin-left: 3rem;
  margin-top: 2rem !important;
}
.testimonial_slider .owl-nav {
  display: none !important;
}
.testimonial_slider .owl-dot span {
  height: 4px !important;
  width: 25px !important;
  margin-right: 20px !important;
  opacity: 0.6;
  background-color: #fff !important;
  display: inline-block !important;
  border-radius: 0px !important;
}
.testimonial_slider .owl-dots .owl-dot.active span {
  background-color: #fff !important;
  opacity: 1;
}
/* footer */

#footer_address li i {
  left: 0;
  top: 8px;
  font-size: 14px;
  padding-right: 14px;
  position: absolute;
  left: 10px;
}

#footer_address li a {
  color: #fff !important;
  font-family: "sofia-pro-light";
  font-size: 18px;
}
.foot__link_width {
  width: 60%;
  margin: 0 auto;
}

.knot__btns i {
  color: #fff;
  width: 25px;
  height: 25px;
  background: #141641;
  font-size: 15px;
  border-radius: 50%;
  padding-top: 4px;
  right: 10px;
  position: relative;
}

.knot__btns i::after {
  content: " ";
  position: absolute;
  width: 32px;
  height: 32px;
  background: #ccdaea;
  left: -3px;
  top: -3px;
  border-radius: 50%;
  z-index: -1;
}
.menu ul li a img {
  width: 49px;
}
.content_section img {
  width: 110px;
  display: block;
  margin: 0 auto;
}
.knot__btns {
  background: #202839 !important;
  width: 187px;
  display: block;
  height: 50px;
  padding-top: 14px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.75, 0, 0.25, 1) 0.06s;
  text-align: center;
  text-transform: uppercase;
  margin-top: 1rem;
  color: #fff !important;
  box-shadow: 0 3px 13px rgb(66 61 63 / 42%), 0 1px 5px 0 rgb(27 25 26 / 28%);
  border-radius: 4px;
}
.mt_tops {
  padding-top: 0;
}
.overlays {
  border-radius: 100% 0 0 0;
  overflow: hidden;
  height: 80px;
  width: 80px;
  background: #141641;
  right: 0;
  bottom: 0;
  text-align: right;
  margin-left: auto !important;
  margin-right: 0px !important;
  z-index: 1;
}

.hover_btn a {
  color: #5778b3 !important;
  font-weight: 900;
  padding-left: 20px;
  opacity: 0;
  transform: translatex(-20px);
  transition: all 0.2s;
}
.service__slider_box:hover .hover_btn a {
  opacity: 1;
  transform: translatex(0);
  transition: all 0.2s;
}

.right_bgs img {
  width: 340px;
  position: absolute;
  right: 0rem;
  top: -33px;
  transform: rotate(180deg);
}
.menu_frame_menu ul {
  width: 25%;
  height: 100%;
  float: left;
  margin: 0;
  overflow: auto;
  transition: all 0.4s ease-in-out;
  left: 0;
  transform: scale(1);
  position: absolute;
  border-right: 2px solid #ffff;
  border-bottom: 1px solid #fff;
  background: #5778b3;
  padding-top: 11rem;
}
.menu_frame_menu ul li a:hover {
  background-color: #dbdfe8;
  color: #000;
}
#main_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  border-bottom: 1px solid #ccc;
}

.menu_nav ul {
  display: flex;
  justify-content: center;
  border: none !important;
}
.menu_nav ul li {
  border: none;
  margin: 0 20px;
}
.menu_nav ul li a {
  font-size: 18px;
  letter-spacing: 1px;
  color: #1f2839 !important;
  text-transform: capitalize;
  margin-top: 20px;
  font-family: "Sofia Sans Semi Condensed", sans-serif;
}
.socail_share {
  position: absolute;
  right: 65px;
}
.socail_share ul {
  display: flex;
  float: right;
  border: none;
}
.socail_share ul li {
  border: none;
}
.socail_share ul li a {
  width: 30px;
  height: 30px;
  background: #141641;
  color: transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.socail_share ul li a i {
  color: #fff !important;
}
.logo {
  width: 9%;
  text-align: center;
}
.logo a img {
  width: 70px;
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1120px;
    margin-top: 60px;
  }
  .modal-xxl {
    max-width: 80%;
    margin-top: 60px;
  }
}
.comman_data {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.comman_data .about_sec03_bg1 img {
  margin: 0;
}
.comman_data p {
  font-size: 17px;
  color: #141641 !important;
}
.close {
  background: #eeeeee !important;
  position: relative;
  right: 19px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 13px;
  border-radius: 50%;
  opacity: 1 !important;
}
.model_para {
  font-size: 20px;
  color: #1f2839;
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  text-align: center;
  width: 87%;
  margin: 40px auto;
  line-height: 30px;
}
.info_block ul li strong {
  font-weight: bold;
  font-family: "Sofia Sans Semi Condensed", sans-serif;
}
.service_wrapper {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 3px 13px rgb(214 214 214);
  min-height: 377px;
  background: #fff;
  padding-top: 50px;
}
.service_wrapper img {
  width: 90px;
  margin-bottom: 20px;
}
.service_wrapper h4 {
  margin-top: 8px;
  color: #1f2839;
  text-align: center;
  font-size: 22px;
}
.service_wrapper p {
  text-align: center;
  color: #141641;
  font-size: 16px;
  line-height: 21px;
  margin: 10px 0;
  letter-spacing: 1px;
}
.service_wrapper p a {
  margin: 0;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  color: #eb4d4b;
}

.comman_data ul li {
  list-style: decimal;
  margin: 5px 0;
  font-size: 17px;
  color: #141641 !important;
}
.service_one .why__chosoe_section_right {
  padding-top: 0 !important;
}
.service_one .about_sec03_bg1 img {
  margin-top: 0 !important;
}
#service_second_half .knot__container {
}
#service_second_half .service_wrapper {
  min-height: 327px;
  margin-bottom: 20px;
  padding: 11px;
  justify-content: center;
}
#service_second_half a {
  margin: 0 auto;
}
.service_main_page {
  background-image: url(../img/bg-image.png);
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f8f8f8;
  padding: 150px 109px;
}
.service_main_page h3 {
  font-weight: 900;
    font-size: 29px;
    line-height: 46px;
    background-color: #1f2839;
    letter-spacing: 1px;
    border-radius: 47px;
    color: #ffffff;
    text-transform: capitalize;
    margin-top: 20px;
    text-align: center;
    width: 54%;
    margin: 0 auto;
    margin-bottom: 45px;
}
.service_main_page .service_wrapper {
  margin: 15px 0;
  min-height: 330px;
}
.testimonial_wrap_layout img {
  width: 114%;
  object-fit: cover;
  height: auto;
  border-radius: 40px 0px 40px 0px;
  border: 3px solid #ffffff;
  box-shadow: 0px 1px 18px 3px rgb(115 149 194 / 18%);
  margin-top: 65px;
}
#service_second_half .service_wrapper img {
  width: 70px;
  margin-bottom: 5px;
}
#hero_heading {
  text-align: center;
}
#whitebg {
  background: #fff !important;
  margin: 0 auto;
}
.custom_footer_link {
  align-items: center;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
}
.custom_footer_link .inner_menu_for_footer {
  width: 23%; /* Or whatever */
  height: auto; /* Or whatever */
  margin: 10px; /* Magic! */
}
.menu_nav ul li.active a {
  color: #eb4d4b !important;
  /* border-bottom: 1px solid #eb4d4b; */
}
.contact-form input {
  width: 100%;
  height: 40px;
  padding: 5px;
  font-weight: 700;
  letter-spacing: 1px;
  border: 1px solid #ccc;
  font-size: 14px;
}
.contact-form textarea {
  width: 100%;
  height: 40px;
  padding: 5px;
  font-weight: 700;
  letter-spacing: 1px;
  border: 1px solid #ccc;
  min-height: 120px;
  font-size: 14px;
}
.contact-form label {
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  margin-bottom: 0;
  margin-top: 10px;
  color: #4e4d4d;
  font-size: 15px;
}
.contact-form {
  width: 100%;
  margin-bottom: 10px;
}
.contact-form #submit_button {
  background: #202839 !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.75, 0, 0.25, 1) 0.06s;
  text-align: center;
  text-transform: capitalize;
  color: #fff !important;
  box-shadow: 0 3px 13px rgb(66 61 63 / 42%), 0 1px 5px 0 rgb(27 25 26 / 28%);
  border-radius: 4px;
  border: none;
  padding: 10px 50px;
  letter-spacing: 1px;
  display: inline-block !important;
  width: auto;
}
#mobile_header{
  display: none;
}
#goHome{
  color: #1f2839;
    font-family: "Sofia Sans Semi Condensed", sans-serif;
    font-size: 19px;
    margin-top: 12px;
    margin-bottom: 10px;
    text-decoration: underline;
}
.content_section{
  text-align: center;
}
.modal{
        top: 80px;
}
.vertical_center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.home__skew_right img{
    display: block;
    margin: 0 auto;
    width: 100%;
    object-fit: cover;
    height: 461px;
    border-radius: 40px 0px 40px 0px;
    border: 3px solid #ffffff;
    box-shadow: 0px 1px 18px 3px rgb(115 149 194 / 18%);
}
.company_detail {
    text-align: center;
}
.company_detail img{
    margin: 12px 0px;
    width: 100px !IMPORTANT;
}
.get_in_tocuh{
        font-weight: 800;
    font-family: 'sofia-pro-black';
    font-size: 25px !important;
    line-height: 46px;
    letter-spacing: 1px;
    text-transform: capitalize;
    /*background: #fff;*/
    padding: 2px 50px;
    border-radius: 4px;
    display: inline-block;
    justify-content: center;
    align-items: center;
    width: auto;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 0;
    color: #ffffff;
}