@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css);
body {
  margin: 0;
  padding: 0;
  font-family: 'SFPRODISPLAYREGULAR';
  font-weight: 500;
  color: #111313
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'SFPRODISPLAYBOLD';
  margin-bottom: 0
}
p {
  font-family: 'SFPRODISPLAYREGULAR';
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0
}
@font-face {
  font-family: 'SFPRODISPLAYBOLD';
  src: url(https://www.takecontrolit.com/wp-content/themes/techcontrolit-child/assets/fonts/SFPRODISPLAYBOLD.font) format('truetype')
}
@font-face {
  font-family: 'SFPRODISPLAYMEDIUM';
  src: url(https://www.takecontrolit.com/wp-content/themes/techcontrolit-child/assets/fonts/SFPRODISPLAYMEDIUM.font) format('truetype')
}
@font-face {
  font-family: 'SFPRODISPLAYREGULAR';
  src: url(https://www.takecontrolit.com/wp-content/themes/techcontrolit-child/assets/fonts/SFPRODISPLAYREGULAR.font) format('truetype')
}
img {
  max-width: 100%;
  border: none
}
a {
  text-decoration: none;
  outline: none !important;
  color: #2B5087;
}

.btn {
  font-size: 16px;
  border: none;
  border-radius: 30px;
  padding: 11px 30px 11px 30px;
  transition: 0.5s;
  position: relative;
  outline: none
}
.form-control {
  height: 50px;
  transition: 0.5s;
  outline: none;
  border-radius: 8px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  border: none;
  outline: none;
  background: #fff;
  padding-left: 25px;
  position: relative
}
.form-control::placeholder {
  color: #999;
  font-size: 16px;
  font-weight: 500
}
.form-control:focus {
  box-shadow: none;
  border-color: #000
}
a:hover {
  text-decoration: none;
  color: #2B5087
}
.main_btn1 {
  box-shadow: 0 3px 4px 0 rgb(0 0 0 / .2);
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px 10px 20px
}
.main_btn2 {
  border: 1px solid #2B5087;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px 10px 20px
}
.main_btn1:hover, .main_btn2:hover {
  background: #000;
  color: #fff
}
.main_btn3 {
  border: 1px solid #000;
  color: #fff;
  background: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 10px 15px 10px 20px
}
.main_btn3:hover {
  background: #2B5087;
  color: #fff;
  border-color: #2B5087
}
.main_btn3:hover .btnbx_arrow img {
  filter: brightness(0)
}
.main_btn3:hover .btnbx_arrow {
  background: #fff
}
.main_btn4 {
  border: 1px solid #2B5087;
  color: #fff;
  background: #2B5087;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 10px 15px 10px 20px
}
.main_btn4 .btnbx_arrow {
  background: #fff;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / .1)
}
.main_btn4:hover {
  background: #000;
  color: #fff
}
.main_btn5 {
  border: 1px solid #c1c1c1;
  color: #000;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 10px 15px 10px 20px
}
.main_btn5:hover {
  background: #000;
  color: #fff
}
.header_area {
  box-sizing: border-box;
  padding: 15px 30px 15px;
  position: absolute;
  width: 100%;
  z-index: 91111111111111111;
  left: 0;
  background-color: transparent !important;
  top: 0
}
.nav-call-number-bx {
  position: absolute;
  right: 0;
  background: #070708a3;
  top: 21px;
  padding: 10px 20px 10px 15px;
  color: #fff
}
.header_area.fix .nav-call-number-bx {
  top: 13px
}
.nav-call-number-bx ul li a {
  color: #fff
}
.nav-call-icon-new {
  position: absolute;
  left: -50px;
  top: 2px
}
.nav-call-number-bx ul li {
  display: inline-block;
  margin-right: 20px
}
.nav-call-number-bx ul {
  margin-bottom: 0
}
.nav-call-number-bx ul li img {
  width: 28px;
  height: 18px;
  margin-right: 3px
}
.header_area .btn {
  padding: 10px 15px 10px 20px
}
.header_area .logo {
  max-width: 280px;
  width: 100%;
  float: left;
  margin-top: -3px
}
.header_area .logo img.logoone {
  display: block
}
.header_area .logo img.logotwo {
  display: none
}
.header_area .logo img {
  max-height: 85px
}
.header_area .header_right {
  float: left;
  margin-top: 8px;
  margin-left: 140px
}
.menu {
  float: left
}
.menu ul {
  margin: 0;
  padding: 0;
  font-size: 0
}
.menu ul li {
  display: inline-block;
  padding: 0;
  list-style-type: none;
  position: relative;
  vertical-align: middle
}
.menu-parent-item::after {
  position: absolute;
  right: -9px;
  content: ' ';
  top: 27px;
  width: 0;
  height: 0;
  border-left: 8px solid #fff0;
  border-right: 8px solid #fff0;
  border-top: 8px solid #000
}
.menu-parent-item::before {
  position: absolute;
  right: -7px;
  content: ' ';
  top: 27px;
  width: 0;
  height: 0;
  border-left: 6px solid #fff0;
  border-right: 6px solid #fff0;
  border-top: 6px solid #f8fcff;
  z-index: 1
}
.header_area.fix .menu-parent-item::after {
  top: 24px
}
.header_area.fix .menu-parent-item::before {
  top: 24px;
  border-top: 7px solid #fff;
  z-index: 1
}
.menu ul li a {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  display: block;
  padding: 7px 0;
  transition: 0.4s;
  border-bottom: 2px solid #fff0;
  position: relative
}
.menu ul li a::after {
  position: absolute;
  content: '';
  border-radius: 20px;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background: #2B5087;
  opacity: 0
}
.menu ul li.active a::after {
  opacity: 1
}
.menu ul li a .fa-home {
  font-size: 20px;
  position: relative;
  top: 2px
}
.menu ul li:last-child a {
  padding-right: 0
}
.menu ul li {
  padding: 0 25px
}
.menu ul li a span {
  display: inline-block;
  vertical-align: 0;
  margin-left: 1px;
  font-size: 12px;
  opacity: 1;
  color: #fff
}
.menu ul li a span i {
  position: relative;
  top: 0;
  color: #2B5087
}
.menu ul li:hover a {
  color: #000
}
.menu ul li:hover ul li a {
  color: #000
}
.menu ul li:hover ul li a:hover {
  color: #fff;
  background-color: #2B5087
}
.menu ul li ul {
  width: 310px;
  position: absolute;
  top: calc(100% + 30px);
  left: -35px;
  z-index: 9;
  background-color: #fff;
  text-align: left;
  box-shadow: 0 8px 14px rgb(0 0 0 / 13%);
  padding: 0;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  padding-bottom: 5px
}
.menu ul ul li:first-child:before {
  display: none
}
.menu ul ul li:after {
  display: none
}
.menu ul li:last-child ul {
  width: 220px;
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  z-index: 2;
  background-color: #fff;
  box-shadow: 0 5px 14px rgb(0 0 0 / 2%);
  text-align: left
}
.menu ul li ul li a {
  font-size: 16px;
  text-transform: none;
  padding: 9px 16px;
  color: #000;
  line-height: 18px;
  transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -khtml-transition: all ease-in-out 0.5s
}
.menu ul li ul li a i {
  display: inline-block;
  vertical-align: 0;
  margin-right: 5px;
  font-size: 12px;
  opacity: .74;
  color: #fff;
  transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -khtml-transition: all ease-in-out 0.5s
}
.menu ul li ul li ul {
  top: 10px;
  left: 149px
}
.menu ul li ul li span {
  right: 7px;
  top: 12px
}
.menu ul li a:hover.menu ul li ul {
  display: block
}
.menu ul li ul li {
  display: block;
  padding: 0;
  border-bottom: solid 1px rgb(255 255 255 / 7%);
  border-right: none
}
.menu ul li ul li:last-child {
  border: none
}
.menuButton {
  width: 40px;
  height: 35px;
  padding: 5px;
  float: right;
  display: none
}
.menuButton span {
  width: 100%;
  height: 3px;
  background: #ED2831;
  margin-bottom: 6px;
  float: left;
  transition: all 0.3s ease-in-out 0s
}
.menuButton span:last-child {
  margin-bottom: 0
}
@media (min-width:991.98px) {
  .menu ul {
    display: block !important
  }
  .menu ul li:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible
  }
}
@media (max-width:991.98px) {
  .menuButton {
    display: block;
    margin-left: 15px;
    cursor: pointer
  }
  .menu ul li span {
    cursor: pointer;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 99
  }
  .arrow_change span:nth-child(2) {
    display: none
  }
  .arrow_change span:first-child {
    position: relative;
    top: 9px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
  }
  .arrow_change span:last-child {
    position: relative;
    top: 1px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
  }
  .menuBar {
    padding: 15px 0
  }
  .menu {
    padding: 7px 0 0
  }
  .header_area.fix .menu {
    padding: 10px 0 0
  }
  .menu ul {
    display: none;
    background-color: #507DC3;
    position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    z-index: 99999
  }
  .menu ul li a {
    color: #071731;
    display: block;
    width: 100%;
    font-size: 14px
  }
  .menu ul li ul {
    display: none;
    background-color: #0b9bec;
    position: relative;
    top: 5px;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 0
  }
  .menu ul li:last-child ul {
    display: none;
    background-color: #3958a1;
    position: relative;
    top: 5px;
    left: 0;
    width: 100%;
    z-index: 1
  }
  .menu ul li {
    display: block;
    padding: 10px 15px 10px 15px;
    border-top: 1px solid #ffffff54;
    text-align: left;
    position: relative
  }
  .menu ul li span {
    position: absolute;
    right: 30px;
    z-index: 99;
    cursor: pointer;
    top: 9px;
    text-align: center
  }
  .menu ul li ul li ul {
    top: 0;
    left: 0
  }
  .menu ul li ul li a {
    font-size: 12px;
    text-transform: none;
    background-color: #fff;
    padding: 8px 12px
  }
}
.header_area.innerhead {
  position: relative;
  background-image: url(../images/menubg.jpg);
  background-size: cover;
  background-repeat: no-repeat
}
@media screen and (min-width:320px) {
  .header_area.fix {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #000000f5 !important;
    z-index: 9911;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    box-shadow: 1px 1px 7px rgb(165 165 165 / .31);
    padding: 10px 0;
    margin-top: 0
  }
  .header_area.fix .logo img.logoone {
    width: 205px;
    margin-top: -9px
  }
  .header_area.fix .book-a-table-btn {
    margin-top: -7px
  }
  .header_area.fix .logo {
    margin-top: 6px
  }
  .header_area.fix .header_right {
    margin-top: 1px
  }
  .header_area.fix .menu ul li a {
    color: #fff
  }
  .header_area.fix .menu ul li a {
    padding: 10px 5px
  }
  .header_area.fix .menu ul li ul li a {
    padding: 8px 12px;
    color: #000
  }
  .header_area.fix .menu ul li ul li a:hover {
    color: #fff
  }
  .header_area.fix .menu ul li ul {
    background-color: #fff
  }
  .header_area.fix .nav-quote-btn {
    margin-top: 0
  }
  .header_area.fix .menu ul li ul li:last-child {
    border-bottom: none
  }
  .header_area.fix .menu ul ul li a i {
    color: #fff
  }
  .header_area.fix .menu ul li ul li a:hover i {
    color: #fff
  }
  .header_area.fix .menu ul li ul li {
    border-bottom: #fff0
  }
  @-webkit-keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0)
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none
    }
  }
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0)
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none
    }
  }
}
.nav-quote-btn {
  float: right;
  margin-left: 30px;
  margin-top: 1px
}
@media screen and (min-width:1020px) {
  .header_area.fix .menu ul li ul {
    background-color: #fff;
    top: 60px
  }
}
.mobile-flag-call {
  display: none
}
.mobile-flag-call img {
  width: 21px;
  height: 15px;
  object-fit: contain
}
.new_menu_twobtn {
  display: flex;
  float: right
}
.new_menu_twobtn .btn {
  margin-left: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center
}
.btnbx_arrow {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #2B5087;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px
}
.banner-start {
  background-position: center;
  background-size: cover;
  padding: 100px 30px 40px;
  position: relative
}
.banner-img {
  height: 550px;
  width: 100%;
  object-fit: contain
}
.banner-content-bx {
  padding-top: 140px
}
.banner-content-bx h1 {
  font-size: 47px;
  font-weight: 500;
  font-family: 'SFPRODISPLAYMEDIUM'
}
.banner-content-bx h1 span {
  font-family: 'SFPRODISPLAYBOLD';
  color: #2B5087
}
.banner-content-bx p {
  width: 70%;
  font-size: 20px;
  padding: 10px 0 20px
}
.banner-videocallbtn {
  display: flex;
  justify-content: end
}
.banner_btnnw {
  border-radius: 10px;
  background: #fff;
  border: 2px solid #2B5087;
  padding: 20px 7px;
  text-align: center;
  font-size: 18px;
  color: #000 !important;
  min-width: 146px;
  margin-left: 20px;
  box-shadow: 0 6px 20px 0 #2b508738
}
.banner_btnnw img {
  display: block;
  margin: 0 auto;
  width: 40px;
  margin-bottom: 5px
}
.banner-star {
  position: absolute;
  right: 10px;
  top: 30%
}
.banner-star2 {
  position: absolute;
  right: 50px;
  bottom: 10%
}
.banner-bottom-logo-section {
  padding: 30px 0;
  border-bottom: 1px solid #c6c6c6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap
}
.banner-bottom-logo-section img {
  width: 170px;
  object-fit: contain;
  margin: 5px 25px;
}
.why-choose-techcontrol {
  padding: 50px 0;
}
.heading-hd {
  text-align: center;
  padding-bottom: 30px;
}
.heading-hd h2 {
  padding-bottom: 10px;
  font-size: 28px;
}
.heading-hd h2 span {
  color: #2B5087;
}
.welcome-to-takecontrol{
    padding:50px 0 0 0;
}
.heading-hd1 h2 {
  padding-bottom: 10px;
  font-size: 28px;
}
.sub-heading h3 {
  font-size: 1.45rem;
}
.heading-left{
    text-align: left;
}
.why-choose-main-bx {
  padding: 1px;
  border-radius: 16px;
  background-image: linear-gradient(#fff, #2b508733)
}
.why-choosebx-middle {
  padding: 20px 10px;
  background: #fff;
  border-radius: 16px;
  transition: 0.4s;
  height: 100%
}
.why-choose-main-bx:hover .why-choosebx-middle {
  background: #2B5087;
  color: #fff
}
.why-choosebx-middle .main_btn4 {
  padding: 5px 5px 5px 10px
}
.why-choose-main-bx:hover .main_btn4 {
  background: #fff !important;
  color: #000 !important
}
.why-choose-main-bx:hover .main_btn4 .btnbx_arrow {
  background: #2B5087 !important
}
.why-choose-main-bx:hover .main_btn4 .btnbx_arrow img {
  filter: brightness(10)
}
.why-choosebx-middle p {
  margin-bottom: 15px
}
.why-choosebx-icon {
  padding: 1px;
  border-radius: 16px;
  background-image: linear-gradient(#fff, #6C8C53);
  width: 60px;
  height: 60px
}
.why-choosebx-iconmiddle {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center
}
.why-choosebx-iconmiddle img {
  width: 40px
}
.why-choosebx-middle h3 {
  font-size: 18px;
  font-weight: 500;
  font-family: 'SFPRODISPLAYMEDIUM';
  padding: 15px 0 5px;
  min-height: 90px
}
.why-choosebx-middle p {
  font-size: 14px
}
.what-we-do-section {
  background: #2B5087;
  color: #fff;
  padding: 50px 0;
  position: relative
}
.expert_rotatetxt {
  font-size: 75px;
  text-transform: uppercase;
  color: #fff;
  -webkit-text-fill-color: #2B5087;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff38;
  position: absolute;
  transform: rotate(-90deg);
  right: -100px;
  bottom: 35%
}
.home-testimonial .expert_rotatetxt {
  right: -200px;
  bottom: 42%
}
.what-we-do-section .heading-hd {
  padding-bottom: 50px
}
.what-we-do-section .heading-hd h2 {
  font-family: 'SFPRODISPLAYMEDIUM'
}
.what-we-do-section .heading-hd h2 span {
  font-family: 'SFPRODISPLAYBOLD';
  color: #fff
}
.what-we-do-section .heading-hd p span {
  font-family: 'SFPRODISPLAYBOLD'
}
.what-we-do-main-bx {
  padding: 40px 20px;
  background: #fff;
  border-radius: 16px;
  border-top-right-radius: 60px;
  color: #000;
  margin: 15px 0;
  transition: 0.4s;
  padding-right: 12px
}
.do-icon {
  width: 50px;
  object-fit: contain
}
.what-we-do-main-bx h4 {
  font-size: 18px;
  color: #000;
  padding: 15px 0 10px
}
.what-we-do-main-bx p {
  font-size: 14px
}
.what-we-do-main-bx .main_btn4 {
  margin-top: 20px;
  background: #000
}
.what-we-do-section .col-lg-4:nth-child(even) .what-we-do-main-bx {
  border-top-right-radius: 0;
  border-top-left-radius: 60px
}
.what-we-do-main-bx:hover {
  transform: scale(1.35);
  z-index: 111111;
  position: relative;
  box-shadow: 0 4px 18px 0 rgb(0 0 0 / .2)
}
.what-we-do-main-bx:hover .main_btn4 {
  display: inline-flex;
  padding: 5px 7px 5px 15px;
  background: #2B5087
}
.our-trusted-partner {
  padding: 50px 30px
}
.trusted-partner-bx-start {
  background-image: linear-gradient(#0C6E8B, #00B0F0);
  border-radius: 10px;
  padding: 2px
}
.trusted-partner-main-bx {
  background: #fff;
  min-height: 175px;
  padding: 0 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center
}
.trusted-partnercarousel .owl-dots {
  text-align: center;
  padding-top: 0;
  position: relative;
  margin-top: 30px
}
.trusted-partnercarousel .owl-dots .owl-dot {
  display: inline-block;
  outline: none;
  border: 1px solid #D7D7D7;
  background-color: #D7D7D7;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s
}
.trusted-partnercarousel .owl-dots .owl-dot.active {
  border-color: #2B5087;
  background-color: #2B5087;
  width: 20px;
  border-radius: 10px;
  top: 0;
  position: relative
}
.working-with-TakeControl {
  background-position: center;
  background-size: cover;
  padding: 50px 0
}
.working-with-TakeControl .row {
  position: relative
}
.working-with-TakeControl .row::before {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 66%;
  height: 1px;
  background: #43386B;
  content: ' ';
  top: 26px
}
.circle-shape {
  margin: 0 auto;
  display: block
}
.line-work1 {
  width: 1px;
  height: 45px;
  background: #43386B;
  margin: 0 auto;
  margin-top: -10px
}
.step-bx-work {
  margin: 0 auto;
  display: block;
  position: relative
}
.step-shape {
  width: 135px;
  margin: 0 auto;
  display: block;
  margin-top: -5px;
  margin-bottom: 10px;
  position: relative
}
.steptxtnumb {
  position: absolute;
  color: #989898;
  font-size: 20px;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'SFPRODISPLAYMEDIUM'
}
.line-work2 {
  width: 1px;
  height: 30px;
  background: #43386B;
  margin: 0 auto
}
.work-techbx-content {
  background: #fff;
  border-radius: 14px;
  padding: 14px 12px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / .2)
}
.work-techbx-content h4 {
  font-size: 20px;
  padding-bottom: 10px
}
.work-techbx-content p {
  font-size: 14px
}
.home-testimonial {
  background: #2B5087;
  padding: 40px 0;
  position: relative
}
.home-testimonial-slider .owl-nav {
  width: 100%;
  box-sizing: border-box;
  margin-top: 0;
  position: absolute;
  top: 38%
}
.home-testimonial-slider .owl-nav .owl-prev, .home-testimonial-slider .owl-nav .owl-next {
  display: inline-block;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border-radius: 50%;
  position: relative;
  outline: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #fff !important;
  box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%), 0 1px 8px 0 rgb(0 0 0 / 15%)
}
.home-testimonial-slider .owl-nav .owl-prev:after {
  content: '\f2ff';
  font-family: 'Material-Design-Iconic-Font';
  position: absolute;
  top: 51%;
  left: 50%;
  right: auto;
  margin: auto;
  font-size: 24px;
  color: #646464;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transform: translate(-50%, -50%)
}
.home-testimonial-slider .owl-nav .owl-next:after {
  content: '\f301';
  font-family: 'Material-Design-Iconic-Font';
  position: absolute;
  top: 51%;
  left: 50%;
  right: auto;
  margin: auto;
  font-size: 24px;
  color: #646464;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transform: translate(-50%, -50%)
}
.home-testimonial-slider .owl-nav .owl-prev:hover:after, .home-testimonial-slider .owl-nav .owl-next:hover:after {
  color: #fff !important
}
.home-testimonial-slider .owl-nav .owl-prev:hover, .home-testimonial-slider .owl-nav .owl-next:hover {
  background-color: #000 !important
}
.home-testimonial-slider .owl-nav .owl-prev {
  margin-right: 5px;
  left: -65px;
  position: absolute
}
.home-testimonial-slider .owl-nav .owl-next {
  margin-right: 5px;
  right: -65px;
  position: absolute
}
.home-testimonial-slider .owl-nav .owl-prev span, .home-testimonial-slider .owl-nav .owl-next span {
  display: none
}
.home-testimonial h2 {
  color: #fff;
  font-size: 28px;
  text-align: center;
  margin-bottom: 29px
}
.home-testimonial-card {
  background: #fff;
  border-radius: 10px;
  padding: 18px 16px 19px
}
.home-testimonial-card-top {
  width: 59px;
  height: 53px;
  margin-bottom: 15px
}
.home-testimonial-card p {
  font-size: 16px;
  margin-bottom: 15px;
  min-height: 280px
}
.home-testimonial-card h5 {
  font-size: 22px
}
.home-testimonial-card span {
  font-size: 18px
}
.home-blog {
  padding: 40px 0 0
}
.home-blog h2 {
  font-size: 28px
}
.home-blog .home-blog-container {
  max-width: 1422px;
  padding: 0 15px;
  margin: auto
}
.home-blog .home-blog-container .row {
  margin-top: 20px;
  row-gap: 30px
}
.home-blog-card {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgb(0 0 0 / .2);
  padding-bottom: 29px
}
.home-blog-card .home-blog-card-image {
  margin-bottom: 20px;
  height: 237px;
  width: 100%
}
.home-blog-card .home-blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px
}
.home-blog-card .blog-card-date {
  background: #2B5087;
  color: #fff;
  font-weight: 700;
  padding: 0 5px;
  border-radius: 2px;
  margin-bottom: 7px;
  display: inline-block
}
.home-blog-card h6 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  max-width: 292px
}
.home-blog-card p {
  font-size: 14px;
  margin-bottom: 18px
}
.home-form {
  padding: 55px 0 27px
}
.home-form .container {
  max-width: 1154px;
  margin: auto
}
.home-form .container .row {
  row-gap: 30px
}
.home-form .home-form-image-wrapper {
  max-width: 472px;
  height: 474px;
  position: relative
}
.home-form .home-form-image-wrapper::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 10px;
  background: #2B5087;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%)
}
.home-form .home-form-image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
  height: 100%
}
.home-form .home-form-wrapper {
  padding: 18px 25px 18px 40px;
  background: #fff;
  border-radius: 11px;
  box-shadow: 0 4px 23.6px 3px rgb(0 0 0 / .06);
  max-width: 672px;
  flex-grow: 1
}
.highlight {
  color: #2B5087
}
.home-form .home-form-wrapper h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 14px
}
.home-form .home-form-wrapper .form-box {
  display: flex;
  justify-content: stretch;
  gap: 15px;
  row-gap: 27px;
  margin-bottom: 28px
}
.home-form .home-form-wrapper .form-box .form-group {
  max-width: 100%;
  flex-grow: 1;
  margin-bottom: 0
}
.home-form .home-form-wrapper .form-box .form-group .form-control {
  border-radius: 12px;
  background: rgb(236 236 236 / .63);
  color: #000
}
.home-form .home-form-wrapper .form-box .form-group .form-control::placeholder {
  color: #000
}
.home-form .home-form-wrapper .form-box .form-group textarea {
  min-height: 121px
}
.captcha-btn-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px
}
.home-contact {
  background: url(../images/Group\ 6729.png) center no-repeat;
  background-size: cover;
  padding: 80px 0 100px
}
.home-contact .home-contact-container {
  padding-left: 130px
}
.home-contact-row {
  max-width: 840px
}
.home-contact .home-contact-content {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
  gap: 30px
}
.home-contact .home-contact-content .home-contact-content-left {
  max-width: 380px
}
.home-contact h2 {
  font-size: 40px
}
.home-contact .home-contact-content p {
  max-width: 321px
}
.home-contact .home-contact-content .home-contact-location {
  padding-top: 10px;
  border-top: 1px solid #757575;
  margin-top: 14px
}
.home-contact .home-contact-content .home-contact-location .home-contact-location-top {
  gap: 17px
}
.home-contact .home-contact-content .home-contact-location .home-contact-location-top h3 {
  font-size: 31px;
  font-weight: 700
}
.home-contact .home-contact-content .home-contact-location ul {
  list-style-type: none;
  padding-left: 0
}
.home-contact .home-contact-content .home-contact-location ul li {
  list-style-type: none;
  font-size: 20px;
  position: relative;
  margin-top: 23px;
  display: flex;
  gap: 21px;
  align-items: start
}
.home-contact .home-contact-content .home-contact-location ul li a {
  display: flex;
  gap: 21px
}
.home-contact .home-contact-content .home-contact-location ul li img {
  margin-top: 6px
}
.home-contact .home-contact-content .home-contact-location span {
  font-size: 20px;
  color: #0E0E0E
}
.home-contact .home-contact-content .home-contact-location span b {
  font-weight: 700
}
.home-contact-content .appointment {
  padding-bottom: 18px;
  border-bottom: 1px solid #757575;
  margin-bottom: 17px;
  max-width: 321px;
  gap: 16px
}
.home-contact-content .appointment p {
  font-size: 18px
}
.home-contact-content .appointment select {
  background: #2B5087;
  padding: 11px 12px;
  border: 1px solid #00B0F0;
  border-radius: 19.5px;
  color: #fff;
  outline: none
}
.home-contact .home-contact-content .appointment select option {
  font-size: 16px;
  color: #fff
}
.home-contact .home-contact-content .appointment-time {
  padding-bottom: 45px;
  max-width: 321px;
  border-bottom: 1px solid #757575;
  margin-bottom: 20px;
  font-size: 18px;
  display: block
}
.home-contact .home-contact-content .appointment-time b {
  font-size: 20px;
  font-weight: 700
}
.home-contact .home-contact-mail {
  display: flex;
  flex-direction: column;
  row-gap: 20px
}
.home-contact .home-contact-content .home-contact-mail h6 {
  font-size: 22px;
  font-weight: 700;
  flex-shrink: 0
}
.home-contact .home-contact-content .home-contact-mail h6 span {
  color: #2B5087
}
.home-contact .home-contact-content .home-contact-mail form {
  max-width: 375px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgb(0 0 0 / .64);
  padding: 0 20px;
  height: 59px
}
.home-contact .home-contact-content .home-contact-mail form .form-control {
  font-size: 16px;
  color: #373737;
  padding-left: 0
}
.home-contact .home-contact-content .home-contact-mail form .form-control::placeholder {
  font-size: 16px;
  color: #373737
}
.home-contact .home-contact-content .home-contact-mail form .btn {
  padding: 0 20px;
  height: 34px;
  color: #fff;
  font-size: 16px;
  background: #2B5087;
  border-radius: 22.5px;
  border: none;
  outline: none
}
.home-contact .home-contact-content .home-contact-location a {
  color: #0E0E0E
}
.home-contact .home-contact-content .home-contact-mail form {
  display: flex;
  align-items: center;
  position: relative
}
.home-contact .home-contact-content .home-contact-mail form .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -30px;
  left: 0
}
.home-contact .home-contact-content .home-contact-mail form .wpcf7-response-output {
  position: absolute;
  bottom: -95px;
  left: 0;
  font-size: 14px
}
.home-contact .home-contact-content .home-contact-mail form p {
  display: flex;
  align-items: center
}
.home-contact .home-contact-content .home-contact-mail form p .wpcf7-spinner {
  margin: 0 0 0 10px;
  flex-shrink: 0;
  display: none
}
.home-contact .home-contact-content .home-contact-mail .submitting p .wpcf7-spinner {
  display: block
}
.wpcf7-response-output {
  border-color: #007bff !important
}
.footer {
  background-position: center;
  background-size: cover;
  padding: 25px 0 0
}
.footer .footer-container {
  padding: 0 15px
}
.footer .row {
  flex-direction: column;
  align-items: center;
  margin-left: 0;
  margin-right: 0
}
.footer .row .footer-logo {
  max-width: 262px;
  margin-bottom: 23px
}
.footer-social-media a {
  text-decoration: none;
  outline: none !important;
  color: #fff !important;
}
.footer .row .footer-social-media {
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
  margin-bottom: 30px
}
.footer .row .footer-social-media .social-media-icon-wrapper {
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center
}
.footer .row .footer-social-media .social-media-icon-wrapper a {
  display: grid
}
.footer .row .footer-social-media .social-media-icon-wrapper a i {
  font-size: 24px
}
.footer .row .footer-link-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  height: auto;
  margin-bottom: 22px
}
.footer .row .footer-link-wrapper a {
  font-size: 18px;
  color: #fff;
  border-right: 1px solid;
  padding-right: 23px;
  line-height: 18px
}
.footer .row .footer-link-wrapper a:last-child {
  border: none
}
.footer .row .footer-link-wrapper a:hover {
  color: #1363e8;
  border-color: #fff
}
.footer-bottom {
  width: 100%;
  background-color: #fff;
  justify-content: space-around;
  align-items: center;
  font-size: 16px;
  color: #1D1E1E;
  flex-wrap: wrap;
  padding: 10px 15px
}
.footer-bottom .footer-bottom-link-wrapper a {
  margin-right: 20px;
  color: #1D1E1E
}
.footer-bottom .footer-bottom-link-wrapper a:hover {
  color: #1363e8
}
.main_btn5 .btnbx_arrow img {
  filter: brightness(0)
}
.main_btn5 .btnbx_arrow {
  background: #fff;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / .2)
}
.footer-link-wrapper li {
  border-right: 1px solid #fff;
  list-style-type: none
}
.footer-link-wrapper li:last-child {
  border: none
}
.footer-link-wrapper li a {
  font-size: 18px;
  color: #fff;
  padding-right: 23px;
  line-height: 18px
}
.inner-header {
  position: relative !important
}
@media (min-width:1200px) {
  .header_area .header_right {
    margin-top: 15px
  }
  .new_menu_twobtn {
    margin-top: 10px
  }
}
.Career-banner-start {
  border-radius: 24px;
  background: #2B5087;
  width: 95%;
  margin: 0 auto
}
.career-banner-img {
  width: 100%;
  object-fit: contain
}
.Career-banner-start h1 {
  font-size: 48px;
  color: #fff;
  font-family: 'SFPRODISPLAYMEDIUM';
  padding-right: 50px
}
.Open-Positions-section {
  padding: 50px 0
}
.Open-Positions-box {
  padding: 30px 20px;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 18px
}
.opening-position-hdbx {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px
}
.opn-pstn-left-bx {
  width: 85%;
  display: flex
}
.opn-pstn-icon-bx {
  border-radius: 12px;
  width: 20%;
  height: 66px;
  background: #2D4E81;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px
}
.opn-pstn-icon-bx img {
  height: 30px;
  object-fit: contain
}
.positionRemotetxt {
  color: #757575
}
.opn-pstn-left-bx h3 {
  font-size: 24px
}
.opn-pstn-right-bx {
  width: 15%;
  display: flex;
  justify-content: end
}
.circle-position-bx {
  width: 42px;
  height: 42px;
  background: #2D4E81;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%
}
.opening-position-content-bx {
  min-height: 365px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 20px
}
.opening-position-content-bx .list-unstyled {
  margin-top: 10px
}
.opening-position-content-bx p {
  font-size: 18px;
  font-family: 'SFPRODISPLAYMEDIUM'
}
.opening-position-content-bx .list-unstyled li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 17px
}
.opening-position-content-bx .list-unstyled li::after {
  position: absolute;
  content: ' ';
  width: 6px;
  height: 6px;
  background: #2D4E81;
  left: 0;
  top: 10px;
  border-radius: 50%
}
.opening-position-tab {
  margin-bottom: 0
}
.opening-position-tab li {
  display: inline-block;
  border-radius: 8px;
  padding: 10px;
  background: #F2F7FE;
  color: #2B5087;
  margin: 2px 0;
  margin-right: 5px;
  font-size: 15px
}
.Team-Member-Benefits-section {
  padding: 50px 0;
  background-position: center;
  background-size: cover;
  position: relative
}
.Team-Member-Benefits-bx {
  border-radius: 18px;
  background: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  margin: 15px 0
}
.Team-Member-Benefits-iconbx {
  width: 68px;
  height: 66px;
  background: #2D4E81;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin-right: 15px
}
.Team-Member-Benefits-iconbx img {
  width: 36px;
  height: 36px;
  object-fit: contain
}
.Team-Member-Benefits-bx h4 {
  font-size: 20px;
  font-family: 'SFPRODISPLAYMEDIUM';
  width: 70%
}
.footer .row .footer-social-media .social-media-icon-wrapper:hover {
  background: #fff
}
.footer .row .footer-social-media .social-media-icon-wrapper:hover a {
  color: #2D4E81 !important
}
.about-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 63px 0 45px;
  border-radius: 26px;
  width: 95%;
  margin: 0 auto
}
.about-banner .container {
  max-width: 1047px
}
.about-banner .container .row {
  justify-content: center;
  margin-left: 0;
  margin-right: 0
}
.about-banner h1 {
  font-size: 48px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 22px
}
.about-banner h1 span {
  background: #fff;
  border-radius: 1px;
  padding: 0 3px
}
.about-banner p {
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 34px
}
.about-services {
  background: #F0F6FF;
  border-radius: 54px;
  padding: 60px 0 62px
}
.about-services .container {
  max-width: 1200px
}
.about-services .about-services-top {
  margin-bottom: 30px;
  padding: 0 15px
}
.about-services .about-services-top h2 {
  font-size: 40px;
  color: #2B5087;
  margin-bottom: 5px
}
.about-services .about-services-top span {
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  line-height: 25px
}
.about-services .about-services-card-wrapper .row {
  row-gap: 25px;
  margin-left: 0;
  margin-right: 0
}
.about-services .about-services-card-wrapper .about-services-card {
  background: #FDFEFF;
  border-radius: 20px;
  padding: 25px 44px 40px 28px;
  box-shadow: 0 4px 4px rgb(0 0 0 / .25);
  height: 100%
}
.about-services .about-services-card-wrapper .about-services-card .d-flex {
  gap: 10px;
  margin-bottom: 16px
}
.about-services .about-services-card-wrapper .about-services-card .about-services-card-icon {
  width: 42px;
  height: 42px
}
.about-services .about-services-card-wrapper .about-services-card h6 {
  font-size: 22px;
  color: #2D4E81
}
.about-services .about-services-card-wrapper .about-services-card p {
  font-size: 20px
}
.about-mission {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0
}
.about-mission .container {
  max-width: 1203px
}
.about-mission .row {
  align-items: center;
  row-gap: 20px
}
.about-mission-img {
  height: 515px;
  object-fit: contain
}
.about-mission h2 {
  font-size: 40px;
  color: #2D4E81;
  margin-bottom: 11px
}
.about-mission span {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  max-width: 500px;
  display: inline-block
}
.about-choose-us {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 47px 0 70px
}
.about-choose-us .container {
  max-width: 1200px
}
.about-choose-us .about-choose-us-top {
  margin-bottom: 35px;
  padding: 0 15px
}
.about-choose-us .about-choose-us-top h2 {
  font-size: 40px;
  color: #2D4E81;
  text-align: center
}
.about-choose-us .about-choose-us-top span {
  font-size: 20px;
  line-height: 25px;
  max-width: 633px;
  text-align: center;
  display: inline-block;
  margin: 10px auto 0
}
.about-choose-us .about-choose-us-card-wrapper {
  width: 100%
}
.about-choose-us .about-choose-us-card-wrapper .row {
  justify-content: center;
  row-gap: 40px;
  margin-left: 0;
  margin-right: 0
}
.about-choose-us .about-choose-us-card-wrapper .about-choose-us-card-outer {
  border-radius: 20px;
  padding: 3px
}
.about-choose-us .about-choose-us-card-wrapper .about-choose-us-card-outer {
  background: linear-gradient(#2D4E81, #fff)
}
.about-choose-us .about-choose-us-card-wrapper .about-choose-us-card-outer2 {
  background: linear-gradient(#fff, #2D4E81)
}
.about-choose-us .about-choose-us-card-wrapper .about-choose-us-card-outer .d-flex {
  padding: 14px 15px 7px;
  background: #fff;
  border-radius: 20px;
  min-height: 231px
}
.about-choose-us .about-choose-us-card-wrapper .about-choose-us-card-outer .about-choose-us-card-icon {
  margin-bottom: 8px
}
.about-choose-us .about-choose-us-card-wrapper .about-choose-us-card-outer h6 {
  font-size: 22px;
  margin-bottom: 5px
}
.about-choose-us .about-choose-us-card-wrapper .about-choose-us-card-outer p {
  font-size: 20px;
  text-align: center;
  max-width: 314px;
  line-height: 1.3
}
.about-work-together {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 45px 0 50px
}
.about-work-together .container {
  max-width: 993px
}
.about-work-together .row {
  align-items: center;
  row-gap: 15px
}
.about-work-together-img {
  height: 489px;
  object-fit: contain
}
.about-work-together h2 {
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 5px
}
.about-work-together span {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  padding-bottom: 25px
}
.cl-nw-icn {
  width: 17px
}
.about-serving-countries {
  padding: 0
}
.about-serving-countries .container {
  max-width: 1235px
}
.about-serving-countries .row {
  align-items: center
}
.about-serving-countries-img {
  height: 473px;
  object-fit: contain
}
.about-serving-countries h2 {
  max-width: 380px;
  font-size: 40px;
  line-height: 50px
}
.about-success {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 55px 0
}
.about-success .container {
  max-width: 1200px
}
.about-success .row {
  row-gap: 23px
}
.about-success h2 {
  font-size: 40px;
  line-height: 40px;
  max-width: 369px;
  text-align: center;
  color: #fff;
  margin: 0 auto 30px
}
.about-success .about-success-card {
  padding: 25px 20px 19px 15px;
  min-height: 230px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 4px 6px rgb(0 0 0 / .09);
  height: 100%
}
.about-success .about-success-card .d-flex {
  margin-bottom: 13px;
  gap: 10px
}
.about-success .about-success-card .about-success-card-icon {
  width: 43px;
  height: 43px;
  border-radius: 7px;
  background: #2D4E81;
  display: flex;
  align-items: center;
  justify-content: center
}
.about-success .about-success-card h6 {
  font-size: 22px
}
.about-success .about-success-card p {
  font-size: 20px
}
.about-contact {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0
}
.about-contact .container {
  max-width: 1197px
}
.about-contact .row {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  justify-content: space-between
}
.about-contact h2 {
  font-size: 40px;
  line-height: 50px;
  max-width: 717px
}
.contact {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0
}
.contact .container {
  max-width: 1200px
}
.contact .row {
  gap: 30px
}
.contact .contact-left {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 28px;
  padding: 52px 24px 50px;
  max-width: 560px
}
.contact h2 {
  font-size: 42px;
  line-height: 52px;
  font-weight: 500
}
.contact .contact-left h2 {
  color: #fff;
  margin-bottom: 6px
}
.contact .contact-left p {
  font-size: 20px;
  line-height: 26px;
  color: #fff
}
.contact .contact-left .contact-country {
  background: #fff;
  padding: 0 5px;
  width: 173px;
  height: 48px;
  gap: 10px;
  font-size: 18px;
  color: #2E5084;
  border-radius: 50px;
  border: 1px solid #E2E2E2;
  margin: 35px 0 32px
}
.contact .contact-left .contact-country span {
  width: 35px;
  height: 36px
}
.contact .contact-left .contact-info {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 24px;
  font-size: 20px;
  font-weight: 500
}
.contact .contact-left .contact-link {
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 24px
}
.contact .contact-left .contact-info a {
  display: flex;
  align-items: center;
  color: #fff !important
}
.contact .contact-left .contact-info span {
  margin-right: 10px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  color: #2E5084;
  font-size: 12px
}
.contact .contact-form {
  margin-top: 20px;
  max-width: 532px
}
.contact .contact-form .row {
  row-gap: 20px;
  column-gap: 0
}
.contact .contact-form .form-control {
  background: #fff;
  border: 1px solid #d6d6d6;
  font-size: 15px
}
.contact .contact-form .form-control::placeholder {
  font-size: 15px
}
.contact .contact-form textarea {
  min-height: 170px
}
.contact .contact-form .btn {
  margin-top: 30px;
  background: #2E5084;
  color: #fff
}
.contact .contact-form p {
  position: relative
}
.contact .contact-form .wpcf7-spinner {
  position: absolute;
  top: 54%
}
.contact form .wpcf7-response-output {
  margin-top: 1em;
  display: inline-block
}
.blog-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 25px;
  border-radius: 20px;
  padding: 75px 0
}
.blog-banner .container {
  max-width: 1200px
}
.blog-banner .container .row {
  margin-left: 0;
  margin-right: 0
}
.blog-banner h1 {
  font-size: 48px;
  line-height: 58px;
  color: #fff;
  max-width: 574px
}
.blogs {
  padding: 35px 0 70px;
  position: relative
}
.blogs .container {
  max-width: 1200px
}
.blogs h2 {
  font-size: 40px;
  line-height: 66px;
  text-align: center;
  margin-bottom: 15px
}
.blogs .row {
  row-gap: 30px
}
.blogs .blogs-card {
  background: #fff;
  border-radius: 24px;
  transition: 0.5s;
  padding: 10px 10px 20px;
  height: 100%
}
.blogs .blogs-card:hover {
  box-shadow: 0 31px 54px rgb(0 0 0 / .12)
}
.blogs .blogs-card .blogs-img {
  height: 237px;
  width: 100%;
  position: relative;
  margin-bottom: 15px
}
.blogs .blogs-card .blogs-img img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover
}
.blogs .blogs-card .blogs-img .blogs-post-date {
  padding: 4px 8px;
  border-radius: 8px;
  font-size: 14px;
  color: #fff;
  background: #2D4E81;
  position: absolute;
  top: 16px;
  left: 16px
}
.blogs .blogs-card .d-flex span {
  font-size: 14px;
  color: #A8A8A8
}
.blogs .blogs-card .clock-icon {
  width: 16px;
  height: 16px;
  margin-right: 9px;
  display: flex
}
.blogs .blogs-card h4 {
  font-size: 22px;
  line-height: 30px;
  color: #2E4B78;
  margin: 10px 0 5px
}
.blogs .blogs-card p {
  font-size: 16px;
  line-height: 24px;
  color: #5B5B5B;
  max-width: 335px
}
.blogs .blogs-card .blogs-card-bottom {
  display: flex;
  align-items: center;
  margin-top: 15px;
  gap: 20px
}
.blogs .blogs-card .blogs-card-bottom a {
  color: #2D4E81;
  font-size: 16px;
  font-weight: 500
}
.blogs .blogs-card .blogs-card-bottom .d-flex {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #2D4E81
}
.box {
  padding: 20px
}
.box a {
  padding: 15px;
  background-color: #fff;
  border-radius: 3px;
  text-decoration: none;
  border: .5px solid #b4b4b4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 5px #d3d0ff
}
.modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center
}
.modal:target {
  display: flex
}
#popup-box-overlay {
  width: 100%;
  height: 100%;
  background: #000000a6;
  position: absolute
}
.modal .container {
  max-width: 600px;
  max-height: 80%;
  overflow: auto;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1
}
.modal h2 {
  font-size: 24px;
  color: #2B5087;
  margin-bottom: 20px
}
.modal .form-control {
  border: 2px solid #ccc;
  color: #000
}
.modal .form-control::placeholder {
  color: #000
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0
}
.modal .popup-form-btn {
  background: #2B5087;
  color: #fff;
  padding: 8px 30px;
  margin-top: 10px;
  font-size: 18px;
  border: none;
  outline: none;
  border-radius: 28px;
  cursor: pointer;
  margin: 0 15px
}
.close-popup {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer
}
@media (max-width:768px) {
  .modal .container {
    width: 80%
  }
}
.Open-Positions-section .row {
  position: relative;
  padding-bottom: 30px
}
.Open-Positions-section .apply-now-txt-btn {
  padding: 8px 30px;
  background: #2D4E81;
  border-radius: 28px;
  margin: 10px 0 0;
  display: table
}
.Open-Positions-section .apply-now-txt-btn:hover {
  color: #fff
}
.Open-Positions-section {
  position: relative
}
.pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 8px
}
.pagination .page-numbers {
  padding: 2px 6px;
  color: #2D4E81;
  border-radius: 3px
}
.Open-Positions-section .pagination {
  bottom: -15px
}
.Open-Positions-section .pagination .page-numbers {
  border: 1px solid #2D4E81
}
.blog_single_inner_sec1 {
  padding: 40px 0
}
.blog_big_img {
  width: 100%;
  height: 640px;
  object-fit: cover;
  border-radius: 4px
}
.blog_inner_detail h1 {
  font-size: 40px;
  padding-bottom: 10px
}
.blog_inner_detail h2 {
  font-size: 26px;
  padding-bottom: 10px
}
.blog_inner_detail h3 {
  font-size: 26px;
  padding-bottom: 10px
}
.blog_inner_detail p {
  font-size: 18px
}
.blog_inner_detail .inner_new_blog_user {
  margin: 15px 0 15px
}
.blog_single_inner_sec2 {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #ccc
}
.blog_inner_detail_bx2 {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 3px 8px 0 rgb(0 0 0 / .1)
}
.blog_bigimg2 {
  width: 100%;
  height: 460px;
  object-fit: cover
}
.blg_inn_dtil_txt {
  padding: 20px
}
.blg_inn_dtil_txt h4 {
  font-size: 18px
}
.inner_new_blog_user ul li:last-child::after {
  left: -2px
}
.blog_single_inner_sec2 ul li:first-child {
  padding: 0;
  margin: 0
}
.blog_single_inner_sec1 .inner_new_blog_user {
  margin: 15px 0 15px
}
.more_blog_box {
  margin-bottom: 19px
}
.more_blog_box img {
  width: 100%;
  height: 91px;
  border-radius: 4px;
  object-fit: cover
}
.more_blog_box h5 {
  font-size: 17px
}
.more_blog_box ul li:first-child {
  padding: 0;
  margin: 0
}
.more_blog_box .inner_new_blog_user {
  margin: 15px 0 15px
}
.more_blog_box a {
  color: #000 !important
}
.blog-reference-section .pagination {
  justify-content: center
}
.blog-reference-section .pagination a, .blog-reference-section .pagination span {
  padding: 7px 15px;
  border: 1px solid #ccc;
  color: #000;
  margin: 2px
}
.blog-reference-section .current {
  background: #70AA26;
  color: #fff !important
}
.blog_single_inner_sec1 .blog_inner_detail .career-seemore-option li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px
}
.blog_single_inner_sec1 .blog_inner_detail .career-seemore-option li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #2B5087;
  top: 25%;
  left: 0;
  transform: rotate(45deg)
}
.blog_single_inner_sec1 .inner_new_blog_user {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #BDBDBD
}
.blog_single_inner_sec1 .inner_new_blog_user ul {
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  margin-bottom: 0
}
.blog_single_inner_sec1 .inner_new_blog_user ul li {
  display: inline-block;
  padding-left: 12px;
  margin-left: 10px;
  font-size: 16px;
  color: #BDBDBD;
  position: relative
}
.blog_single_inner_sec1 .inner_new_blog_user ul li:first-child {
  padding-left: 0;
  margin-left: 0
}
.blog_single_inner_sec1 .inner_new_blog_user ul li:last-child::before {
  position: absolute;
  content: ' ';
  width: 5px;
  height: 5px;
  background: #BDBDBD;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  border-radius: 50%
}
}
.blog_single_inner_sec1 .blog_inner_detail .inner_new_blog_user img {
  border-radius: 50%;
  width: 48px;
  height: 48px
}
.blog_single_inner_sec1 .blog_single_inner_sec2 .row {
  row-gap: 30px
}
.blog_single_inner_sec1 .blog_single_inner_sec2 h2 {
  margin: 0 auto 20px;
  text-align: center;
  display: table;
  border-bottom: 3px solid #2B5087
}
.blog_single_inner_sec1 .blog_single_inner_sec2 .blog_inner_detail_bx2 .blg_inn_dtil_txt h4 a {
  color: #000
}
.trending_blog_section {
  padding: 0 0 40px
}
.trending_blog_section .container {
  border-top: 1px solid #ccc;
  padding-top: 30px
}
.trending_blog_section .row {
  row-gap: 30px
}
.trending_blog_section .heading_hdnew h2 {
  text-align: center;
  margin-bottom: 30px
}
.trending_blog_section .heading_hdnew h2 img {
  margin-right: 20px;
  width: 30px
}
.trending_blog_section .blg_bxstart {
  padding: 22px;
  border-radius: 15px;
  border: 1px solid #ccc;
  background: #fff
}
.trending_blog_section .blg_bxstart .blg-img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  height: 183px
}
.trending_blog_section .blg_bxstart .blg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}
.trending_blog_section .blg_bxstart .blg_tag {
  border-radius: 15px;
  padding: 5px 15px;
  background: #2B5087;
  color: #fff;
  margin: 25px 0 15px;
  display: table;
  font-size: 16px
}
.trending_blog_section .blg_bxstart h3 {
  font-size: 19px;
  margin-bottom: 10px
}
.trending_blog_section .blg_bxstart p {
  margin-bottom: 20px
}
.trending_blog_section .blg_bxstart .msp_btn {
  display: flex;
  align-items: center
}
.trending_blog_section .blg_bxstart .msp_btn span {
  color: #000;
  text-decoration: underline
}
#load-more {
  font-size: 16px;
  border: none;
  border-radius: 30px;
  padding: 11px 30px 11px 30px;
  transition: 0.5s;
  position: relative;
  outline: none;
  background-color: #2B5087;
  color: #fff;
  cursor: pointer
}
.pagination .page-numbers {
  border: none;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 8px
}
.pagination .page-numbers li {
  border: 1px solid #2B5087;
  border-radius: 4px
}
.blog_single_inner_sec2 .blog-side-bar {
  max-height: 500px;
  overflow-y: auto;
  position: relative
}
.blog_single_inner_sec2 .blog-side-bar::-webkit-scrollbar {
  width: 5px
}
.blog_single_inner_sec2 .blog-side-bar::-webkit-scrollbar-thumb {
  background: #2B5087
}
.service-banner-start {
  background-position: center;
  background-size: cover
}
.service-banner-img {
  width: 100%;
  height: 440px;
  object-fit: contain
}
.srvc-ban-content-bx {
  padding-right: 70px
}
.srvc-ban-content-bx h1 {
  font-size: 48px;
  font-family: 'SFPRODISPLAYMEDIUM'
}
.srvc-ban-content-bx h1 span {
  color: #2B5087
}
.srvc-ban-content-bx p {
  padding: 10px 0 20px;
  font-size: 18px
}
.faq_contact_section {
  background-position: center;
  background-size: cover;
  padding: 40px 0;
  position: relative
}
.faq_contact_section .heading_hdnew img {
  width: 35px
}
.inner-contact-img {
  position: absolute;
  bottom: 0;
  width: 350px;
  left: 25%
}
.heading_hdnew {
  margin-bottom: 30px
}
.heading_hdnew h2 {
  font-family: 'SFPRODISPLAYMEDIUM';
  font-size: 28px
}
.heading_hdnew h2 span {
  color: #3F5D8B
}
.faq_contact_sectionnew .expert_msp_rotatetxt {
  font-size: 80px;
  text-transform: uppercase;
  color: #2B5087;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #2B5087;
  position: absolute;
  transform: rotate(-90deg);
  right: auto;
  left: -5%;
  width: 30%;
  text-align: center;
  bottom: 30%;
  -webkit-text-fill-color: #ffffff14
}
.faq_contentbx {
  padding: 20px;
  padding-left: 75px;
  position: relative
}
.faq_contentbx p {
  font-size: 15px;
  color: #1c1c1c
}
.faq_contentbx .ans_bx {
  background: #70AA26;
  color: #fff;
  border: 1px solid #70AA26;
  position: absolute;
  left: 0;
  top: 25px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-family: 'SFPRODISPLAYBOLD';
  display: flex;
  align-items: center;
  justify-content: center
}
.contact_box {
  padding: 30px 40px;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / .2);
  position: relative;
  margin-top: -5px
}
.contact_box::after {
  position: absolute;
  content: ' ';
  width: 0;
  height: 0;
  border-top: 22px solid #2B5087;
  border-right: 22px solid #fff0;
  left: 5px;
  top: 5px
}
.contact_box::before {
  position: absolute;
  content: ' ';
  width: 0;
  height: 0;
  border-bottom: 22px solid #2B5087;
  border-left: 22px solid #fff0;
  right: 5px;
  bottom: 5px
}
.contact_box .form-control {
  background: #fff0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding-left: 0
}
.contact_box .form-control::placeholder {
  color: #000
}
.contact_box textarea.form-control {
  height: 100px
}
.frm_btn {
  background: #2B5087;
  color: #fff;
  padding: 8px 30px;
  margin-top: 10px;
  font-size: 18px
}
.frm_btn:hover {
  background: #000;
  color: #fff
}

.faq-home {
  background-position: center;
  background-size: cover;
  padding: 50px 0
}
.faq-home-img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border-radius: 20px
}
.faq-home h2 {
  font-size: 40px;
  font-family: 'SFPRODISPLAYMEDIUM';
  width: 90%;
  margin-bottom: 20px
}
.faq-home h2 span {
  color: #2B5087
}
.faq-home .accordion .card {
  margin: 10px 0;
}
.faq-home .accordion .card .card-header {
  border: none;
  background: #fff0;
  cursor: pointer;
  padding: 10px 20px;
  position: relative
}
.faq-home .accordion .card .card-header a {
  color: #2B5087;
  font-size: 24px;
  font-family: 'SFPRODISPLAYMEDIUM'
}
.faq-home .accordion .card {
  border: none;
  background: #fff0;
}
.faq-home .accordion .card-body {
  padding: 0
}
.faqhome-acc-content {
  padding: 0 20px;
  position: relative
}
.faq-home .accordion .card .card-header.collapsed::after {
  background: #2b508728 !important
}
.faq-home .accordion .card .card-header::after {
  position: absolute;
  left: 0;
  content: ' ';
  width: 6px;
  border-radius: 35px;
  height: 80%;
  top: 10%;
  background: #2B5087
}
.faqhome-acc-content::after {
  content: ' ';
  position: absolute;
  left: 3px;
  width: 1px;
  height: 120%;
  top: -21px;
  background-image: linear-gradient(#2B5087, #fff0)
}

@media (min-width:1340px) {
  .faq_contact_section .container {
    max-width: 1340px
  }
}
.service-managed {
  padding: 50px 0
}
.service-managed .container {
  max-width: 1174px
}
.service-managed .row {
  row-gap: 30px
}
.service-managednewimg {
  width: 100%;
  height: 540px;
  object-fit: contain
}
.service-managed h2 {
  font-size: 40px;
  font-family: 'SFPRODISPLAYMEDIUM';
  line-height: 50px;
  margin-bottom: 20px
}
.service-managed h2 span {
  color: #2B5087
}
.service-managed ul {
  list-style-type: none
}
.service-managed ul li {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  list-style-type: none;
  position: relative;
  margin-top: 10px
}
.service-managed ul li::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: url(../images/list-style.svg) center no-repeat;
  background-size: cover;
  top: 50%;
  left: -40px;
  transform: translateY(-50%)
}
.service-managed ul span {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px
}
.service-benefits {
  padding: 50px 0 60px
}
.service-benefits .container {
  max-width: 1200px
}
.service-benefits .row {
  row-gap: 30px
}
.service-benefits h2 {
  font-size: 40px;
  font-family: 'SFPRODISPLAYMEDIUM';
  line-height: 50px;
  max-width: 400px;
  margin: auto;
  text-align: center;
  margin-bottom: 10px
}
.service-benefits p {
  font-size: 18px;
  font-family: 'SFPRODISPLAYMEDIUM';
  max-width: 800px;
  margin: auto;
    margin-bottom: auto;
  text-align: center;
  margin-bottom: 30px;
}
.service-benefits h2 span {
  color: #2B5087
}
.service-benefits .service-benefits-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 4px rgb(0 0 0 / .25);
  padding: 30px 15px 25px;
  height: 100%;
  transition: 0.5s ease
}
.service-benefits .service-benefits-card:hover {
  background: #2B5087
}
.service-benefits .service-benefits-card:hover h5 {
  color: #fff
}
.service-benefits .service-benefits-card:hover p {
  color: #fff
}
.service-benefits .service-benefits-card .service-benefits-card-icon {
  width: 62px;
  height: 62px;
  background: #F2F2F2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0
}
.service-benefits .service-benefits-card h5 {
  font-size: 22px;
  color: #2D4E81
}
.service-benefits .service-benefits-card p {
  font-size: 18px;
  line-height: 26px;
  margin-top: 12px
  text-align:left;
}
.get-started-new-section {
  padding: 90px 0;
  color: #fff
}
.get-started-new-section h2 {
  font-family: 'SFPRODISPLAYMEDIUM';
  font-size: 40px
}
.get-started-new-section p {
  margin-bottom: 20px;
  line-height: 25px
}
.get-started-new-section .main_btn4 {
  background: #fff0;
  border: 1px solid #fff
}
.get-started-new-section .main_btn4:hover {
  background: #000
}
.benefit-cybersecurity {
  background-position: center;
  background-size: cover;
  padding: 50px 0
}
.benefit-cybersecurity-img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border-radius: 20px
}
.benefit-cybersecurity h2 {
  font-size: 40px;
  font-family: 'SFPRODISPLAYMEDIUM';
  width: 90%;
  margin-bottom: 20px
}
.benefit-cybersecurity h2 span {
  color: #2B5087
}
.benefit-cybersecurity .accordion .card {
  margin: 10px 0
}
.benefit-cybersecurity .accordion .card .card-header {
  border: none;
  background: #fff0;
  cursor: pointer;
  padding: 10px 20px;
  position: relative
}
.benefit-cybersecurity .accordion .card .card-header a {
  color: #2B5087;
  font-size: 24px;
  font-family: 'SFPRODISPLAYMEDIUM'
}
.benefit-cybersecurity .accordion .card {
  border: none;
  background: #fff0
}
.benefit-cybersecurity .accordion .card-body {
  padding: 0
}
.cybersecurity-acc-content {
  padding: 0 20px;
  position: relative
}
.benefit-cybersecurity .accordion .card .card-header.collapsed::after {
  background: #2b508728 !important
}
.benefit-cybersecurity .accordion .card .card-header::after {
  position: absolute;
  left: 0;
  content: ' ';
  width: 6px;
  border-radius: 35px;
  height: 80%;
  top: 10%;
  background: #2B5087
}
.cybersecurity-acc-content::after {
  content: ' ';
  position: absolute;
  left: 3px;
  width: 1px;
  height: 120%;
  top: -21px;
  background-image: linear-gradient(#2B5087, #fff0)
}
.service-cybersecurity {
  padding: 40px 0 50px
}
.service-cybersecurity .container {
  max-width: 1200px
}
.service-cybersecurity .service-cybersecurity-top {
  text-align: center;
  max-width: 910px;
  margin: auto;
  margin-bottom: 24px
}
.service-cybersecurity .service-cybersecurity-top h2 {
  font-size: 40px;
  font-family: 'SFPRODISPLAYMEDIUM';
  line-height: 50px
}
.service-cybersecurity .service-cybersecurity-top h2 span {
  color: #2B5087
}
.service-cybersecurity .service-cybersecurity-top p {
  font-size: 20px;
  line-height: 25px
}
.service-cybersecurity .row {
  row-gap: 30px
}
.service-cybersecurity .service-cybersecurity-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 12px rgb(0 0 0 / .1);
  padding: 25px 30px 25px 20px;
  height: 100%
}
.service-cybersecurity .service-cybersecurity-card .d-flex {
  width: 59px;
  height: 64px;
  background: #2B5087;
  border-radius: 10px;
  margin-bottom: 10px
}
.service-cybersecurity .service-cybersecurity-card h4 {
  font-size: 26px;
  font-family: 'SFPRODISPLAYMEDIUM';
  line-height: 36px;
  color: #2B5087;
  margin-bottom: 5px
}
.service-cybersecurity .service-cybersecurity-card p {
  font-size: 18px;
  line-height: 28px
}
.contact_box p {
  position: relative
}
.contact_box p .wpcf7-spinner {
  position: absolute;
  top: 35%
}
.home-form-wrapper p {
  position: relative
}
.home-form-wrapper p .wpcf7-spinner {
  position: absolute;
  top: 40%
}
.service-safeguarding {
  padding: 47px 0
}
.service-safeguarding .container {
  max-width: 1170px
}
.service-safeguarding-img {
  width: 100%;
  height: 470px;
  object-fit: contain
}
.service-safeguarding .row {
  row-gap: 25px
}
.service-accordian-imgnw {
  width: 100%;
  height: 510px;
  object-fit: contain
}
.service-safeguarding h2 {
  font-size: 40px;
  font-family: 'SFPRODISPLAYMEDIUM';
  line-height: 50px
}
.service-safeguarding .container {
  max-width: 1170px
}
.service-safeguarding h2 span {
  color: #2D4E81
}
.service-safeguarding p {
  font-size: 20px;
  line-height: 25px;
  margin-top: 22px
}
.service-accordion {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 55px 0 65px
}
.service-accordion .container {
  max-width: 1170px
}
.service-accordion .service-accordion-top {
  max-width: 812px;
  text-align: center;
  color: #fff;
  margin: 0 auto 65px
}
.service-accordion .row {
  row-gap: 30px
}
.service-accordion .service-accordion-top h2 {
  font-size: 40px;
  font-family: 'SFPRODISPLAYMEDIUM';
  line-height: 50px;
  margin-bottom: 10px
}
.service-accordion .service-accordion-top p {
  font-size: 20px;
  line-height: 25px
}
.service-accordion .accordion {
  position: relative;
  padding-left: 30px
}
.service-accordion .accordion::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 100%;
  border-radius: 4px;
  background: rgb(255 255 255 / .4);
  top: 0;
  left: 0
}
.accordion .accordion-item {
  margin-bottom: 5px
}
.accordion .accordion-item .accordion-button {
  background: none;
  border: none;
  font-size: 24px;
  line-height: 34px;
  text-align: left;
  font-family: 'SFPRODISPLAYMEDIUM';
  padding: 0;
  color: #fff;
  padding-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer
}
.accordion .accordion-item .accordion-button i {
  transform: rotate(90deg)
}
.accordion .accordion-item .accordion-button.collapsed i {
  transform: none !important
}
.accordion .accordion-item .accordion-button span {
  max-width: 308px
}
.accordion .accordion-item .accordion-button:focus {
  outline: none
}
.accordion .accordion-item .accordion-body {
  color: #fff;
  font-size: 18px;
  font-family: 'SFPRODISPLAYREGULAR';
  line-height: 26px;
  padding: 5px 0 25px
}
.accordion .accordion-item .show {
  position: relative
}
.accordion .accordion-item .show::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 100%;
  background: #fff;
  border-radius: 0 0 4px 4px;
  top: 0;
  left: -30px
}
.service-accordion .accordion .accordion-item .accordion-button {
  width: 78%
}
.btn-pt-new {
  margin-top: 25px
}
.service-benefits .container {
  max-width: 1170px
}
.service-benefits .row {
  row-gap: 30px
}
.service-benefits h2 {
  font-size: 40px;
  font-family: 'SFPRODISPLAYMEDIUM';
  line-height: 50px;
  max-width: 400px;
  margin: auto;
  text-align: center;
  margin-bottom: 10px
}
.service-benefits h2 span {
  color: #2B5087
}
.service-benefits .service-benefits-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 4px rgb(0 0 0 / .25);
  padding: 30px 15px 25px;
  height: 100%;
  transition: 0.5s ease
}
.service-benefits .service-benefits-card:hover {
  background: #2B5087
}
.service-benefits .service-benefits-card:hover h5 {
  color: #fff
}
.service-benefits .service-benefits-card:hover p {
  color: #fff
}
.service-benefits .service-benefits-card .service-benefits-card-icon {
  width: 62px;
  height: 62px;
  background: #F2F2F2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0
}
.service-benefits .service-benefits-card h5 {
  font-size: 22px;
  color: #2D4E81
}
.service-benefits .service-benefits-card p {
  font-size: 18px;
  line-height: 26px;
  margin-top: 12px
}
.disaster-recovery-services {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 45px 0 60px
}
.disaster-recovery-services h2 {
  max-width: 664px
}
.service-infrastructure-solution .futuristic-technology-hologramimg {
  border-radius: 18px;
  height: 490px;
  object-fit: cover;
  width: 100%
}
.service-infrastructure-needs {
  background: #F1F6FF;
  padding: 50px 0 65px
}
.service-infrastructure-needs h2 {
  max-width: 678px
}
.service-infrastructure-needs .service-benefits-card {
  text-align: center;
  padding: 40px 15px 47px
}
.service-infrastructure-needs .service-benefits-card-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 15px
}
.service-voip .service-cybersecurity-top {
  max-width: 738px
}
.service-voip .service-cybersecurity-card h4 {
  min-height: 72px
}
.service-voip-accordion {
  background: #F1F6FF;
  padding: 40px 0
}
.service-voip-accordion .container {
  max-width: 1170px
}
.service-voip-accordion .row {
  row-gap: 35px
}
.service-voip-accordion h2 {
  font-size: 40px;
  font-family: 'SFPRODISPLAYMEDIUM';
  line-height: 50px;
  margin-bottom: 25px
}
.service-voip-accordion h2 span {
  color: #2B5087
}
.service-voip-accordion img {
  border-radius: 24px;
  width: 100%
}
.it-service {
  padding: 50px 0 60px
}
.it-service h2 {
  max-width: 100%
}
.it-service .service-benefits-card {
  padding-bottom: 15px
}
.it-service .service-benefits-card .d-flex {
  min-height: 80px
}
.it-consulting-service {
  background: #F1F6FF;
  padding: 50px 0 60px
}
.it-consulting-service h2 {
  font-size: 40px;
  font-family: 'SFPRODISPLAYMEDIUM';
  line-height: 50px;
  margin-bottom: 35px;
  text-align: center
}
.it-consulting-service h2 span {
  color: #2B5087
}
.it-consulting-service .service-cybersecurity-card .d-flex {
  margin-bottom: 25px
}
.it-consulting-service .service-cybersecurity-card h4 {
  margin-bottom: 12px
}
.it-consulting-service .service-cybersecurity-card {
  padding-right: 26px;
  min-height: 340px
}
.service-accordion {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 55px 0 65px
}
.service-accordion .container {
  max-width: 1170px
}
.service-accordion .service-accordion-top {
  max-width: 812px;
  text-align: center;
  color: #fff;
  margin: 0 auto 65px
}
.service-accordion .row {
  row-gap: 30px
}
.service-accordion .service-accordion-top h2 {
  font-size: 40px;
  font-family: 'SFPRODISPLAYMEDIUM';
  line-height: 50px;
  margin-bottom: 10px
}
.service-accordion .service-accordion-top p {
  font-size: 20px;
  line-height: 25px
}
.service-accordion img {
  height: 532px;
  object-fit: contain
}
.service-accordion .accordion .card {
  background: none;
  border: none
}
.service-accordion .accordion .card .card-header {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  font-weight: 500;
  color: #2B5087;
  padding: 0;
  cursor: pointer
}
.service-accordion .accordion .card .card-header .card-title {
  margin-bottom: 0
}
.service-accordion .accordion .card .card-body {
  padding: 0;
  font-size: 18px;
  line-height: 26px;
  color: #000;
  position: relative
}
.service-accordion .accordion .card .card-body:last-child {
  margin-bottom: 0
}
.service-accordion .accordion .card .show::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 100%;
  background: #fff;
  border-radius: 0 0 4px 4px;
  top: 0;
  left: -30px
}
.service-accordion .accordion .card .card-header i {
  color: #2B5087
}
.service-accordion .accordion .card-header:after {
  font-family: 'FontAwesome';
  content: "\f078";
  float: right
}
.service-accordion .accordion .card-header.collapsed:after {
  content: "\f105"
}
.service-voip-accordion .accordion .card {
  background: none;
  border: none
}
.service-voip-accordion .accordion .card .card-header {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  font-weight: 500;
  color: #2B5087;
  padding: 0;
  cursor: pointer
}
.service-voip-accordion .accordion .card .card-header .card-title {
  margin-bottom: 0
}
.service-voip-accordion .accordion .card .card-body {
  padding: 0;
  font-size: 18px;
  line-height: 26px;
  color: #000;
  position: relative
}
.service-voip-accordion .accordion .card .card-body:last-child {
  margin-bottom: 0
}
.service-voip-accordion .accordion .card .show::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 100%;
  background: #fff;
  border-radius: 0 0 4px 4px;
  top: 0;
  left: -30px
}
.service-voip-accordion .accordion .card .card-header i {
  color: #2B5087
}
.service-voip-accordion .accordion .card-header:after {
  font-family: 'FontAwesome';
  content: "\f078";
  float: right
}
.service-voip-accordion .accordion .card-header.collapsed:after {
  content: "\f105"
}
.service-voip-accordion .accordion .card:last-child .card-header {
  border-bottom: none;
  margin-bottom: 15px
}
.service-accordion .accordion {
  position: relative;
  padding-left: 30px
}
.service-accordion .accordion::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 100%;
  background: rgb(255 255 255 / .4);
  border-radius: 4px;
  top: 0;
  left: 0
}
.service-accordion .accordion .card .show::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 100%;
  background: #fff;
  border-radius: 0 0 4px 4px;
  top: 0;
  left: -30px
}
.service-accordion .accordion .card {
  overflow: visible;
  padding: 10px 0
}
.service-accordion .accordion .card .card-header {
  width: 90%;
  margin-bottom: 10px;
  color: #fff
}
.service-accordion .accordion .card .card-header .card-title {
  max-width: 330px;
  display: inline-block
}
.service-accordion .accordion .card .card-body p {
  color: #fff;
  margin-bottom: 15px
}
.service-accordion .accordion .card .card-body {
  transition: 0s
}
.service-accordion .accordion .card .card-body p:last-child {
  margin-bottom: 0
}
.service-accordion .accordion .card .card-body::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 100%;
  background: #fff;
  border-radius: 0 0 4px 4px;
  top: 0;
  left: -30px
}
.service-accordion .accordion .card .card-header {
  position: relative
}
.service-accordion .accordion .card .card-header::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 100px;
  background: #fff;
  border-radius: 0 0 4px 4px;
  top: -10px;
  left: -30px;
  border-radius: 18px
}
.service-accordion .accordion .card .card-header.collapsed::before {
  display: none
}
.service-accordion .accordion .card .card-header i {
  color: #fff
}
.service-accordion .accordion .card .collapsed i {
  color: #fff
}
.service-infrastructure-accordion .accordion .card .card-header .card-title {
  max-width: 371px
}
.service-infrastructure-accordion .service-accordion-top {
  max-width: 794px
}
.service-infrastructure-accordion .accordion .card .card-header {
  width: 80%
}
.service-voip-accordion {
  background: #F1F6FF;
  padding: 40px 0
}
.service-voip-accordion .container {
  max-width: 1170px
}
.service-voip-accordion .row {
  row-gap: 35px
}
.service-voip-accordion h2 {
  font-size: 40px;
  font-family: 'SFPRODISPLAYMEDIUM';
  line-height: 50px;
  margin-bottom: 25px
}
.service-voip-accordion h2 span {
  color: #2B5087
}
.service-voip-accordion img {
  border-radius: 24px;
  width: 100%;
  height: 465px;
  object-fit: cover
}
.service-voip-accordion .accordion .card .card-header {
  padding-bottom: 15px
}
.service-voip-accordion .accordion .card .collapsed {
  border-bottom: 1px solid #C9DDFF;
  margin-bottom: 15px
}
.service-voip-accordion .accordion .card .card-body p {
  border-bottom: 1px solid #C9DDFF;
  padding: 0 10% 15px 0;
  margin-bottom: 15px
}
.home-form-wrapper .heading-hd {
  text-align: left
}
.appl_snd_btn p {
  display: flex;
  align-items: center
}
.appl_snd_btn p .wpcf7-spinner {
  margin: 0
}
.contact .contact-info span {
  flex-shrink: 0
}
.privacy-policy-section h1 {
  font-size: 48px;
  line-height: 58px;
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 30px
}
.blog_single_inner_sec1 .blog_inner_detail h3 {
  font-size: 26px
}
.blog_single_inner_sec1 .blog_inner_detail .blg_cntnt_inr h4 {
  margin: 20px 0 10px;
  font-size: 25px
}
.blog_single_inner_sec1 .blog_inner_detail .blg_cntnt_inr p {
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog_single_inner_sec1 .blog_inner_detail .blg_cntnt_inr .blog_li_ul {
  margin-bottom: 0
}
.blog_single_inner_sec1 .blog_inner_detail .blg_cntnt_inr .blog_li_ul li {
  position: relative;
  list-style: none;
  font-size: 18px;
  margin-top: 10px
}
.blog_single_inner_sec1 .blog_inner_detail .blg_cntnt_inr .blog_li_ul li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #2B5087;
  transform: rotate(45deg);
  top: 8px;
  left: -25px
}
.blog_single_inner_sec1 .blog_inner_detail .blg_cntnt_inr .thousands_dollar_inr h3 {
  margin-top: 15px;
  padding-bottom: 0
}
.blog_single_inner_sec1 .blog_inner_detail .blg_cntnt_inr .thousands_dollar_inr p {
  margin-top: 5px
}
.blog_single_inner_sec1 .blog_inner_detail .blg_cntnt_inr .hacked_inr ol li {
  margin-top: 10px;
  font-size: 15px
}
.blog_single_inner_sec1 .blog_inner_detail .blg_cntnt_inr h5 {
  font-size: 21px;
  margin-top: 10px
}
.blog_single_inner_sec1 .blog_inner_detail .blg_cntnt_inr h3 {
  padding-bottom: 0;
  margin-top: 20px
}
.blog_single_inner_sec2 .blog_inner_detail_bx2 img {
  height: 320px
}
.trending_blog_section .blg_bxstart .msp_btn {
  width: fit-content
}
.service-managed ul p {
  font-size: 18px
}
.get-started-new-section p {
  font-size: 20px
}
.cybersecurity-acc-content p {
  font-size: 18px
}
.service-accordion .accordion .card .card-body p {
  font-size: 18px
}
.service-voip-accordion .accordion .card .card-body p {
  padding: 0 5% 15px 0;
  font-size: 18px
}
.about-choose-us .about-choose-us-card-wrapper .about-choose-us-card-outer .about-choose-us-card-icon img {
  width: 45px;
  height: 40px;
  object-fit: contain
}
.about-success .about-success-card .about-success-card-icon img {
  height: 30px;
  object-fit: contain
}
.service-benefits .service-benefits-card .service-benefits-card-icon img {
  height: 45px;
  object-fit: contain
}
.it-service-top {
  margin-bottom: 25px
}
.it-service-top p {
  font-size: 20px;
  line-height: 25px;
  text-align: center
}
.Open-Positions-section .col-lg-6:first-child .opn-pstn-icon-bx img {
  height: 38px
}
.heading-hd p {
  font-size: 20px;
  line-height: 25px
}
.service-benefits .service-benefits-card .service-benefits-card-icon img {
  height: 37px;
  object-fit: contain
}
.home-blog .home-blog-container .heading-hd {
  padding-bottom: 0
}
.btnbx_arrow img {
  width: 13px
}
.service-cybersecurity .service-cybersecurity-card img {
  width: 30px;
  height: 30px;
  object-fit: contain
}
img.about-serving-countries-img-mobile {
  display: none
}
.contact .contact-form .btn:hover {
  background: #000
}
.google-map {
  line-height: 0
}
.pagination ul li .current {
  background: #2D4E81;
  color: #fff
}
.custom-col-5 {
  width: 20%;
  padding: 15px;
}
@media (max-width: 991px) {
  .custom-col-5 {
    width: 50%; /* 2 per row on tablets */
  }
}
@media (max-width: 575px) {
  .custom-col-5 {
    width: 100%; /* 1 per row on mobile */
  }
}
