/*=============================================
Fonts style
=============================================*/
@font-face {
  font-family: 'OpenSans';
  src: url('../eot/opensans.eot');
  src: url('../eot/opensansd41d.eot#iefix') format('embedded-opentype'), url('../woff/opensans.woff') format('woff'), url('../ttf/opensans.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Bold';
  src: url('../eot/opensans-bold.eot');
  src: url('../eot/opensans-boldd41d.eot#iefix') format('embedded-opentype'), url('../woff/opensans-bold.woff') format('woff'), url('../ttf/opensans-bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Semibold';
  src: url('../eot/opensans-semibold.eot');
  src: url('../eot/opensans-semiboldd41d.eot#iefix') format('embedded-opentype'), url('../woff/opensans-semibold.woff') format('woff'), url('../ttf/opensans-semibold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Light';
  src: url('../eot/opensans-light.eot');
  src: url('../eot/opensans-lightd41d.eot#iefix') format('embedded-opentype'), url('../woff/opensans-light.woff') format('woff'), url('../ttf/opensans-light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FaunaOne';
  src: url('../eot/faunaone.eot');
  src: url('../eot/faunaoned41d.eot#iefix') format('embedded-opentype'), url('../woff/faunaone.woff') format('woff'), url('../ttf/faunaone.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans";
  font-weight: 400;
  font-style: normal;
  src: url('../eot/opensans.eot');
  src: url('../eot/opensansd41d.eot#iefix') format('embedded-opentype'), url('../woff/opensans.woff') format('woff'), url('../ttf/opensans.ttf') format('truetype');
  font-display: swap;
}

/*=============================================
Global Declaration
===============================================*/

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

body {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-size: 1rem;
  font-family: "OpenSans", "Helvetica", "Arial", sans-serif;
  color: #000;
  /* background-color: #E2E2E2; */
}

a {
  text-decoration: none;
  transition: all 500ms ease;
  color: #005eb8;
}

a:hover {
  color: #001127;
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'OpenSans-Bold', sans-serif !important;
}

.text-muted {
  color: #9a9a9a !important;
}

section {
  padding-top: 50px;
  padding-bottom: 50px;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.w-85 {
  width: 85% !important;
}

.body-gray {
  background-color: #E5E5E5;
}

.p-12 {
  font-size: 12px;
}

.p-13 {
  font-size: 13px;
}

.p-14 {
  font-size: 14px;
}

.pl-16 {
  padding-left: 16px;
}

.p-15 {
  font-size: 15px;
}

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

.p-700 {
  font-weight: 700;
}

.p-800 {
  font-weight: 800;
}

/*==============================
Margin / padding / listign class Css
================================*/
.mrtb-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.m-0 {
  margin: 0px;
}

.mr-1 {
  margin-right: 0.8rem;
}

.mr-2 {
  margin-right: 2rem;
}

.mr-3 {
  margin-right: 3rem;
}

.mr-4 {
  margin-right: 4rem;
}

.mr-5 {
  margin-right: 5rem;
}

.ml-1 {
  margin-left: 0.8rem;
}

.ml-2 {
  margin-left: 2rem;
}

.ml-3 {
  margin-left: 3rem;
}

.ml-4 {
  margin-left: 4rem;
}

.ml-5 {
  margin-left: 5rem;
}

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

.mt-8 {
  margin-top: 8rem;
}

.min-height-342 {
  min-height: 342px;
}

ul.circle-list {
  padding-left: 20px;
}

ul.circle-list li {
  list-style-type: disc;
  font-size: 16px;
  margin-top: 5px;
}

.graybg {
  background-color: #e5e5e5;
}

.white-bg {
  background-color: #FFF;
}

.inline-block {
  display: inline-block;
}

.background-attach {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.min-height-965 {
  min-height: 965px;
}

.min-height370 {
  min-height: 370px;
}

.bg-gray {
  background-color: #FBFBFB;
}

.bg-gray2 {
  background-color: #F8FCFF;
}

.section-gradient {
  background: linear-gradient(0deg, #F8FCFF 0%, rgba(250, 253, 255, 0) 100%);
}

.mob-display {
  display: none;
}

img {
  max-width: 100%;
}

.container-custom {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1400px;
  margin: 0px auto;
  position: relative;
}

.container {
  max-width: 1170px;
}

ul.box-listing {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.box-listing li {
  padding: 15px;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 15px;
}

ul.box-listing li p {
  margin-bottom: 0;
}

ul.box-listing li .title {
  color: #242424;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}

ul.box-listing li span {
  color: #0F74B6;
}

ul.box-listing li label {
  width: 50px;
  height: 2px;
  background-color: #0F74B6;
  position: relative;
  top: -3px;
  margin: 0 5px;
}

/*===============================
Header Menu Navigatin
=================================*/
#header {
  transition: all 0.5s;
  transition: all 0.5s;
  background: #fff;
  z-index: 997;
  position: absolute;
  width: 100%;
}

#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #0067ac;
  text-decoration: none;
}

#header .logo {
  padding-top: 5px;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 55px;
}

/* Desktop Navigation */
.nav-menu,
.nav-menu * {
  margin: 0;
  /*padding:0;*/
  list-style: none;
}

.nav-menu>ul>li {
  position: relative;
  /*white-space:nowrap;*/
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #121212;
  padding: 22px 25px;
  transition: 0.3s;
  font-size: 15px;
  font-weight: normal;
  font-family: 'OpenSans-Semibold';
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nav-menu a svg {
  max-width: 25px;
  fill: #005eb8;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  text-decoration: none;
}

.nav-menu a.active {
  color: #005eb8;
}

.nav-menu a.getquote-btn,
a.getquote-btn {
  background-color: #005eb8;
  color: #FFF;
  border-radius: .25rem;
  padding: 12px 20px;
  margin-top: 9px;
  transition: 0.3s;
}

a.getquote-btn:hover {
  background-color: #005eb8;
  color: #FFF;
  transition: 0.3s;
}


.nav-menu a.connectnow-btn,
a.connectnow-btn {
  background-color: #005eb8 !important;
  color: #FFF !important;
  border-radius: .25rem !important;
  padding: 12px 20px !important;
  margin-top: 9px !important;
  transition: 0.3s !important;
}

a.connectnow-btn:hover {
  background-color: #005eb8 !important;
  color: #FFF !important;
  transition: 0.3s !important;
}


.nav-menu .drop-down ul,
.nav-menu .drop-down .megamenu {
  display: block;
  position: absolute;
  left: 15px;
  top: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  max-height: 500px;
  overflow-y: auto;
}

/*.nav-menu .drop-down .megamenu{position: fixed;top: 66px!important;}*/
.nav-menu .drop-down:hover>ul,
.nav-menu .drop-down:hover>.megamenu {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #103453;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  color: #428bca;
}

.nav-menu .drop-down>a:after {
  content: "\ea99";
  font-family: "IcoFont";
  padding-left: 5px;
  font-weight: 900;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
}

.nav-menu .drop-down .drop-down>a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
  content: "\ea99";
  font-family: "IcoFont";
  position: absolute;
  right: 15px;
  font-weight: 900;
}

.megamenu .portfolio-img {
  padding-top: 12px;
  padding-left: 15px;
  padding-right: 15px;
}

.megamenu .portfolio-img.portfolio-img-rght {
  padding-right: 30px;
}

.megamenu .portfolio-img.portfolio-img-left {
  padding-left: 30px;
}

.megamenu ul.megasubmenu {
  position: relative;
  opacity: 1;
  box-shadow: none;
  left: 0 !important;
}

.main-menu li.drop-down:hover .megamenu ul.megasubmenu {
  visibility: visible;
}

.megamenu ul.megasubmenu li a {
  padding: 10px 10px;
  /* color: #5b5c66; */
  color: #121212;
  font-family: "OpenSans", "Helvetica", "Arial", sans-serif;
}

.megamenu ul.megasubmenu li a:hover {
  background-color: #f4f4f4;
  color: #121212;
}

.menubtn {
  margin-left: 38px;
}

.nav-menu .drop-down .colm2:after {
  position: relative;
  display: block;
  content: '';
  clear: both;
}

.nav-menu .drop-down .colm2 li {
  float: left;
  width: 50%;
  min-width: inherit;
}

.nav-menu .drop-down .megamenu.solution-menu .drop-down {
  background-color: #fff;
  margin-bottom: 10px;
}

@media (max-width:1100px) {
  .nav-menu a {
    padding: 22px 18px;
  }
}

@media (min-width:993px) {
  .megamenu .drop-down a::after {
    display: none;
  }

  .megamenu .drop-down>a::before {
    background-color: #005eb8;
    height: 1px;
    content: '';
    display: block;
    width: 80px;
    margin-top: 14px;
    position: absolute;
    z-index: 999;
    bottom: -5px;
  }
}

/**/
#header .container {
  position: relative;
}

#header .container-fluid {
  padding: 0 30px;
  position: relative;
}

.megamenu {
  max-width: 1180px;
  margin: 0px auto;
  left: 0%;
  right: 0%;
}

.portfolio-img a {
  padding: 0;
  box-shadow: 0 2px 5px 0 rgba(27, 27, 27, .3);
  border-radius: 6px;
  /* overflow: hidden; */
  margin-top: 30px;
}

.portfolio-img a img {
  border-radius: 6px;
}

.portfolio-img a h5 {
  position: absolute;
  background-color: #fcc83a;
  padding: 8px 15px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  font-size: 14px;
  color: #121212;
  top: -40px;
}

.portfolio-img a:after {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #fcc83a;
  display: inline-block;
  position: absolute;
  top: -8px;
  left: 0;
}

.partmenu {
  padding: 15px 15px 15px 0;
  position: relative;
}

.partmenu:hover {
  background-color: #f9f9f9;
}

.partmenu:after {
  background-color: #005eb8;
  height: 1px;
  content: '';
  display: block;
  width: 80px;
  margin-top: 14px;
}

.partmenu p {
  font-size: 14px;
  white-space: normal;
  /* color: #5b5c66;  */
  color: #3d3d46;
  font-family: "OpenSans", "Helvetica", "Arial", sans-serif;
}

.megamenu .drop-down a i {
  font-size: 20px;
  margin-right: 3px;
  color: #005eb8;
}

.solution-menu .row .col-lg-3 {
  /*-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;*/
}

@media (max-width:1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }

  .nav-menu .drop-down .drop-down:hover>ul {
    left: -75%;
    /*width:240px;*/
  }

  .nav-menu .drop-down .drop-down>a:after {
    content: "\f104";
  }

  .nav-menu a {
    font-size: 15px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
  }
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 0;
  background: #ffffff;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #353744;
  padding: 10px 20px;
  font-weight: 500;
  font-family: 'opensans', sans-serif !important;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #010101;
  text-decoration: none;
}

.mobile-nav .drop-down>a:after {
  content: "\ea99";
  font-family: "IcoFont";
  font-weight: 900;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down>a:after {
  content: "\ea99";
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0px;
  top: 20px;
  z-index: 999;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-active .mobile-nav-toggle {
  z-index: 9998;
}

.mobile-nav-toggle i {
  color: #5c768d;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(31, 53, 72, 0.7);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

@media (max-width:992px) {
  #header {
    padding: 5px 0;
  }

  #header .logo img {
    max-height: 50px;
  }

  .mobile-nav .drop-down li a {
    font-size: 14px;
  }

  .megamenu .portfolio-img {
    display: none;
  }

  .megamenu .partmenu {
    padding: 0px 20px;
  }

  .megamenu .partmenu::after {
    display: none;
  }

  .mobile-nav a {
    padding: 10px 10px;
    border-bottom: 1px solid #eee;
  }

  .megamenu .partmenu a,
  .megamenu .drop-down a {
    font-size: 15px;
    font-family: 'OpenSans', sans-serif !important;
    padding: 5px 10px !important;
  }

  .megamenu .partmenu a:hover {
    color: #010101;
  }

  .megamenu .partmenu a p,
  .hideimgon-tab,
  .megamenu .drop-down .iconmoon,
  .megamenu .drop-down>a::before,
  .megamenu .drop-down a svg {
    display: none;
  }

  .megamenu {
    display: none;
  }

  .solution-menu .row .col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .solution-menu .drop-down a {
    /*font-size: 14px;padding: 5px 20px!important;*/
  }

  .solution-menu .drop-down a:hover {
    background-color: #f9f9f9;
    color: #005eb8;
  }

  .solution-menu .drop-down a:after {
    /*display:none;*/
  }

  .services-megamenu .drop-down {
    padding: 5px 20px !important;
  }

  .megamenu.services-megamenu ul.megasubmenu {
    /*background-color: #fff3;*/
  }

  .megamenu.services-megamenu ul.megasubmenu li {
    padding-left: 0;
  }

  .megamenu.services-megamenu ul.megasubmenu li a {
    font-size: 14px;
  }

  .nav-menu a.getquote-btn,
  .nav-menu a.getquote-btn:hover,
  a.getquote-btn {
    margin-top: 3px;
  }

  .menubtn {
    margin-right: 30px;
    margin-left: 0;
  }

  .getquote-btn:hover {
    color: #fff !important;
  }

  .mobile-nav li a.getquote-btn {
    background: none;
    padding: 10px 0px;
    color: #353744;
    font-size: 15px;
    border-bottom: 1px solid #eee;
    width: 100%;
  }

  .mobile-nav li a.getquote-btn:hover {
    color: #353744 !important;
  }

  .mobile-nav li a.connectnow-btn {
    background-color: #005eb8 !important; 
    color: #FFF !important;
    width: 98% !important;
    margin-bottom: 15px !important;
  }

  .mobile-nav li a.connectnow-btn:hover {
    color: #FFF !important;
  }


  .contactdetails a {
    font-size: 13px !important;
    padding: 5px 0 !important;
  }
}

@media (max-width:767px) {

  .nav-menu a.getquote-btn,
  .nav-menu a.getquote-btn:hover,
  a.getquote-btn {
    padding: 8px 12px;
    font-size: 14px;
    margin-top: 0;
  }

  .menubtn {
    margin-right: 38px;
  }

  #header .logo img {
    max-height: 40px;
  }

  #header .container-fluid {
    padding: 0 15px;
  }

  #header .logo {
    padding-top: 0;
  }

  .mobile-nav-toggle {
    top: 12px;
  }

  .contact-menu-heading {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #0058ac;
  }

  .mobile-nav img {
    max-height: 40px;
  }
}


/*Menu Animated icon*/
.hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 20px;
  height: 14px;
  cursor: pointer;
}

.hamburger div {
  -ms-flex-item-align: end;
  align-self: flex-end;
  height: 2px;
  width: 100%;
  background: #3E4651;
  border-radius: 2px;
}

.hamburger .meat {
  width: 75%;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.hamburger .bottom-bun {
  width: 100%;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.hamburger:hover div,
.hamburger.active div {
  width: 100%;
}

.hamburger:hover .top-bun,
.hamburger.active .top-bun {
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate;
  animation: burger-hover 1s infinite ease-in-out alternate;
}

.hamburger:hover .meat,
.hamburger.active .meat {
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
  animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}

.hamburger:hover .bottom-bun,
.hamburger.active .bottom-bun {
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
  animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}

@-webkit-keyframes burger-hover {
  0% {
    width: 100%;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 100%;
  }
}

@keyframes burger-hover {
  0% {
    width: 100%;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 100%;
  }
}

.cloasebtn {
  position: absolute;
  right: 10px;
  top: 0;
}

.cloasebtn .mobile-nav-toggle {
  position: relative;
  top: 0;
  left: 0;
  font-size: 28px;
}

.mobile-nav-overly {
  background: rgba(31, 53, 72, 0.3);
}

@media (max-width:767px) {
  .mobile-nav-toggle {
    top: 15px;
    right: 0px;
  }
}

/*===========================
Button CSS
============================*/
button,
button:hover,
button:focus,
button:visited {
  outline: none;
}

.btn,
.btn:hover,
.btn:focus,
.btn:visited {
  outline: none;
}

.btn-primary {
  color: #fff;
  border-color: #0F74B6;
  background: #0F74B6;
  border-radius: 5px;
}

.btn-primary:hover {
  color: #fff;
  background-color: #044bb6;
  border-color: #044bb6;
}

.getquote-btn {
  background-color: #005eb8;
  color: #fff;
  border: 2px solid #005eb8;
  border-radius: 0.25rem;
  padding: 12px 20px;
  margin-top: 9px;
  transition: .3s;
}

.getquote-btn:hover {
  color: #fff;
}

.arrow-btn {
  color: #FFF;
  border-color: #0F74B6;
  background: #0F74B6;
}

.arrow-btn::after {
  display: inline-block;
  padding-left: 8px;
  content: "➞";
  transition: transform 0.3s ease-out;
}

.arrow-btn:hover {
  color: #FFF;
  border-color: #0F74B6;
  background: #0F74B6;
}

.arrow-btn:hover::after {
  transform: translateX(4px);
}

.arrow-link-btn::after {
  display: inline-block;
  padding-left: 8px;
  content: "➞";
  transition: transform 0.3s ease-out;
}

.arrow-link-btn:hover {
  color: #FFF;
  color: #0F74B6;
}

.arrow-link-btn:hover::after {
  transform: translateX(4px);
}

.orange-btn {
  background: #fcc83a;
  border-radius: 5px;
  color: #000;
  font-size: 16px;
}

.orange-btn:hover {
  background: #f5bc21;
  color: #000;
}

.btn-lg,
.btn-group-lg>.btn {
  padding: 1rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.orange-arrow-btn {
  color: #000;
  border-color: #f5bc21;
  background: #f5bc21;
}

.orange-arrow-btn::after {
  display: inline-block;
  padding-left: 8px;
  content: "➞";
  transition: transform 0.3s ease-out;
}

.orange-arrow-btn:hover {
  color: #000;
  border-color: #f5bc21;
  background: #f5bc21;
}

.orange-arrow-btn:hover::after {
  transform: translateX(4px);
}

/*=============================
Heading Styles
===============================*/
.orange {
  color: #F48C06;
}

.blue {
  color: #0F74B6;
}

.blue-color {
  color: #0F74B6;
}

.bigger-heading {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 60px;
  font-family: 'OpenSans-Bold', sans-serif !important;
}

.medium-heading {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 40px;
  font-family: 'OpenSans-Bold', sans-serif !important;
}

.small-heading {
  font-weight: 600;
  font-size: 2rem;
  line-height: 40px;
  font-family: 'OpenSans-Bold', sans-serif !important;
}

p strong {
  font-family: 'OpenSans-Bold', sans-serif !important;
}

.titleCenter {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

.page-titletop {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
}

.page-subtitletop {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
}

.p-13 {
  font-size: 13px;
}

.p-14 {
  font-size: 14px;
}

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

.p-18 {
  font-size: 18px;
}

.p-20 {
  font-size: 20px;
}

.p-24 {
  font-size: 24px;
}

.p-28 {
  font-size: 28px;
}

.p-36 {
  font-size: 36px;
}


.p-500 {
  font-weight: 500;
  font-family: 'OpenSans-Semibold';
}

.p-600 {
  font-weight: 600;
  font-family: 'OpenSans-Semibold';
}

.text-elpsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.achivement-counter{
  font-size: 36px;
  font-weight: 700;
}
.achivement-icon{
  font-size: 5rem;
  color: #044bb6;
}

/*=================================
Hero section
==================================*/
.hero-slider {
  padding: 0px;
}

.hero-slider .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 8.5%;
  padding-top: 1.25rem;
  top: 10%;
  padding-bottom: 1.25rem;
  color: #000;
  text-align: left;
  width: 40%;
}

#carouseHeroslider .carousel-indicators {
  bottom: 15px;
}

#carouseHeroslider .carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 12px;
  height: 12px;
  border-radius: 4px !important;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #b4c4dd;
  opacity: .5;
  transition: opacity .6s ease;
  background-clip: padding-box;
  border-top: none;
  border-bottom: none;
}

#carouseHeroslider .carousel-indicators .active {
  opacity: 1;
  background-color: #0f74b6;
  border-radius: 4px !important;
}

.carousel-control-prev,
.carousel-control-next {
  width: 8%;
}

.carousel-control-prev-icon {
  background-image: url("../png/left-chevron.png");
}

.carousel-control-next-icon {
  background-image: url("../png/right-chevron.png");
}

.hero {
  position: relative;
  /* background-image: url("../fimg/Fusion-hero.svg");
  background-position: right 160%;
  background-repeat: no-repeat;*/
  min-height: 580px;
}

.hero::before {
  content: "";
  position: absolute;
  background-image: url("../svg/dot-ornament.svg");
  width: 354px;
  height: 154px;
  bottom: 70px;
  left: 84px;
  z-index: -1;
}

.hero .hero-image-slider {
  position: absolute;
  top: 10%;
  right: 0;
}


.mainHero-slider {
  background-color: #082138;
  /* padding: 60px 0; */
  height: 530px;
  padding-top: 130px;
  background-image: url(../png/empowering-slider-background.png);
  background-position: center center;
}
.mainHero-slider h1{
margin-bottom: 20px;
}
.mainHero-slider h4{
font-weight: 500 !important;
font-family: "OpenSans" !important;
}
.span-pr{
margin-right: 20px;
font-weight: 500;
position: relative;
opacity: 1;
display: inline-block;
}
.span-pr::after{
  content: "";
  width: 100%;
  position: absolute;
  bottom: -6px;
  left: 0px;
  height: 1px;
  background: #000;
  }
  .span-pr:first-child{
   opacity: 9;
    }
.services-bottom{
margin-top: 70px;
font-size: 18px;
}
.mrgbtm-2 {
  margin-bottom: 2rem;
}

.HeroSlider-nogb{
  /* background-color: #F0F8FE; */
  background-color: #FFFFFF;
  padding-top: 130px;
  background-position: center center;
}
/*==============================
Owl Carousel slider
===============================*/
.client-logo {
  background: #FFFFFF;
  /* box-shadow: rgba(217, 213, 213, 0.2) 0px 7px 19px 0px; */
  border-radius: 10px;
  display: flex;
  box-shadow: 0px 0px 3px 0px #e6e6e6;
  justify-content: center;
  padding: 15px;
  align-items: center;
  min-height: 110px;
  cursor: pointer;
  margin-bottom: 10px;
}

.clientLogo-carousel .owl-dots .owl-dot,
.digitalServices-carousel .owl-dots .owl-dot,
.clientTestimonial-carousel .owl-dots .owl-dot {
  border: 1px solid #D9D9D9;
  border-radius: 30px;
  margin: 3px;
}

.clientLogo-carousel .owl-dots .owl-dot span,
.digitalServices-carousel .owl-dots .owl-dot span,
.clientTestimonial-carousel .owl-dots .owl-dot span {
  display: block;
  height: 5px;
  width: 20px;
  background-color: #D9D9D9;
  margin: 1px;
  border-radius: 10px;
  transition: all 0.3s ease-out;
}

.clientLogo-carousel .owl-dots .owl-dot.active,
.digitalServices-carousel .owl-dots .owl-dot.active,
.clientTestimonial-carousel .owl-dots .owl-dot.active {
  border-color: #0F74B6;
}

.clientLogo-carousel .owl-dots .owl-dot.active span,
.digitalServices-carousel .owl-dots .owl-dot.active span,
.clientTestimonial-carousel .owl-dots .owl-dot.active span {
  width: 20px;
  background-color: #0F74B6;
}

.clientTestimonial-carousel .item {
  padding-top: 70px;
  padding-bottom: 30px;
}

.clientTestimonial-carousel .item::before {
  content: '';
  background: url("../svg/quotes.svg");
  width: 56px;
  height: 37px;
  position: absolute;
  top: 0;
  left: 45%;
}

.clientLogo-carousel .client-logo img {
  width: auto;
  max-height: 100px;
  transition: all 0.4s ease-in-out;
  max-width: 100%;
}

.clientTestimonial-carousel p {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.client-avtar {
  width: 82px;
  height: 82px;
  margin: auto;
  border-radius: 50%;
  border: 1px solid #0F74B6;
  margin-bottom: 15px;
}

.client-avtar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

/*===================================
Web developmen css
=====================================*/
.webMobileDevelopment {
  position: relative;
  padding-top: 80px;
}

.webMobileDevelopment::before {
  content: "";
  position: absolute;
  background-image: url("../svg/dot-ornament.svg");
  width: 354px;
  height: 154px;
  top: 0px;
  left: 84px;
  z-index: -1;
}

.digitalServices360 {
  position: relative;
}

.digitalServices360::before {
  content: "";
  position: absolute;
  background-image: url("../svg/dot-ornament.svg");
  width: 300px;
  height: 154px;
  top: 0px;
  left: 84px;
  z-index: -1;
}

.digitalServices360::after {
  content: "";
  position: absolute;
  background-image: url("../png/white-circle.png");
  background-repeat: no-repeat;
  width: 154px;
  height: 154px;
  top: 0px;
  right: 0;
  z-index: -1;
}

/*====================================
UL LI Listing
=======================================*/
ul.icon-listing li {
  display: block;
  margin-bottom: 30px;
}

ul.icon-listing li .icon {
  width: 60px;
  height: 60px;
  background: #FFF;
  vertical-align: middle;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0px 15px 44px rgb(13 15 28 / 12%);
  line-height: 60px;
}

ul.company-features li {
  display: inline-block;
  text-align: center;
  position: relative;
  width: 19.666%;
}

ul.company-features li h6 {
  font-weight: 600;
  font-size: 1.5rem;
}

ul.company-features li p {
  font-size: 14px;
}

ul.company-features li img {
  margin-bottom: 15px;
}

ul.company-features li::before {
  content: "";
  background-image: url("../png/line.png");
  position: absolute;
  top: 40px;
  right: -64px;
  width: 120px;
  height: 4px;
}

ul.company-features li:last-child:before {
  display: none;
}

ul.bullets-list li {
  background-image: url("../svg/bullet1.svg");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  margin-bottom: 15px;
}

ul.presence-listing li {
  display: inline-block;
  width: 19%;
  padding: 0 15px;
  cursor: pointer;
  position: relative;
}

ul.presence-listing li img {
  border-radius: 10px;
}

ul.presence-listing li p {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
}


ul.presence-listing li .tooltip {
  height: 0;
  opacity: 0;
}

ul.presence-listing li .tooltip {
  position: absolute;
  /* right: 0; */
  left: 0;
  top: 0px;
  font-size: 16px;
  text-align: left;
  transition: ease all 0.3s;
  /* max-width: 100%;
  width: 100%; */
}

ul.presence-listing li .tooltip::before {
  content: "\F229";
  font-family: "bootstrap-icons";
  position: absolute;
  bottom: -16px;
  left: 50%;
  right: 50%;
  color: #FFF;
  z-index: 1;
}

ul.presence-listing li .tooltip.two-address {
  background-color: #FFF;
  padding: 15px;
  border-radius: 10px;
  min-width: 160px;
  height: 144px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  /* display: flex; 
  justify-content: space-between;
   flex-wrap: wrap;  */
}

ul.presence-listing li .tooltip.two-address .f-add {
  width: 100%;
}

ul.presence-listing li .tooltip.two-address .f-add:not(:last-child) {
  margin: 0px;
}

ul.presence-listing li .tooltip.two-address .f-add {
  width: 100%;
}

ul.presence-listing li .tooltip.two-address .f-add .fw {
  color: #818181;
}


ul.presence-listing li:hover .tooltip {
  opacity: 1;
}

ul.presence-listing li:hover .tooltip {
  padding-top: 28px;
}

ul.tick-bullet {
  position: relative;
}

ul.tick-bullet li {
  position: relative;
  margin-bottom: 15px;
}

ul.tick-bullet li::before {
  content: "\F270";
  font-family: "bootstrap-icons";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #005eb8;
  z-index: 1;
  font-weight: bolder;
  font-size: 1.5rem;
}

/*===============================
 Card Styles 
 ================================*/
.whitecard {
  background: #FFFFFF;
  border-radius: 20px;
  position: relative;
}

.whitecard .description {
  min-height: 165px;
}

.whitecard .description p {
  margin-bottom: 0;
}

.whitecard .arrow-link-btn {
  text-transform: uppercase;
}

.tab-card {
  background: #FFFFFF;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 15px;
  position: relative;
}

.tab-card::before {
  content: '';
  background-image: url("../png/tab-design-top.png");
  background-repeat: no-repeat;
  width: 129px;
  height: 145px;
  position: absolute;
  top: 0;
  left: -40px;
  z-index: -1;
}

.tab-card::after {
  content: '';
  background-image: url("../png/tab-design-bottom.png");
  background-repeat: no-repeat;
  width: 212px;
  height: 185px;
  position: absolute;
  top: 140px;
  left: 190px;
  z-index: -1;
}

.box-shadow {
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.06);
}

.icon-box {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #F1F1F1;
  border-radius: 5px;
  line-height: 80px;
  margin-bottom: 30px;
}

.counter {
  position: absolute;
  top: 10px;
  right: 20px;
  font-weight: 600;
  font-size: 38px;
  line-height: 57px;
  color: rgba(0, 0, 0, 0.1);
}

.min-height323 {
  min-height: 323px;
}

.padding-box-left {
  padding: 150px 0 100px 15px;
}

.padding-box-right {
  padding: 150px 30px 100px 0;
}

/*=========================
Clent Case studies
==========================*/
.caseStudiesHome {
  position: relative;
  padding-bottom: 80px;
}

.caseStudiesHome::before {
  content: "";
  position: absolute;
  background-image: url("../svg/dot-ornament.svg");
  width: 163px;
  height: 155px;
  top: 0px;
  right: 60px;
  z-index: -1;
}

.vertical-tab {
  position: relative;
}

.vertical-tab .nav-pills .nav-link {
  background: none;
  border-left: 5px solid #C7DBE8;
  border-radius: 0;
  padding: 1rem 1rem;
  margin-bottom: 5px;
  text-align: left;
  transition: all 0.3s ease 0.3s;
  border-top: none;
  border-bottom: none;
  border-right: none;
}

.vertical-tab .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #0d6efd;
  background-color: transparent;
  border-color: #0d6efd;
}

/*==================================
Digital Transformation
===================================*/
.digitalTransformation {
  position: relative;
  padding-top: 80px;
  background: rgba(249, 252, 255)
}

.digitalTransformation::before {
  content: "";
  position: absolute;
  background-image: url("../svg/dot-ornament.svg");
  width: 250px;
  height: 150px;
  top: 0px;
  right: 0;
  z-index: -1;
}

.digitalTransformation::after {
  content: "";
  position: absolute;
  background-image: url("../png/white-circle.png");
  background-repeat: no-repeat;
  width: 154px;
  height: 154px;
  top: 0px;
  left: 80px;
  z-index: -1;
}

.digitalTransformation .small-business-image {
  position: absolute;
  top: 28%;
  left: 0;
}

.digitalTransformation .small-business-image img {
  width: 92%;
}

.enterprise-business {
  position: relative;
  overflow: hidden;
  padding: 2rem 0 10rem 0;
}

.enterprise-business::before {
  content: "";
  display: block;
  background: linear-gradient(0deg, #F8FCFF 0%, rgba(250, 253, 255, 0) 100%);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-radius: 150vw;
  width: 300vw;
  height: 300vw;
  z-index: -1;

}

.enterprise-business .enterprises-business-image {
  position: absolute;
  top: 0;
  right: 0;
}

/*================================
Best Talent
=================================*/
.bestTalent {
  position: relative;
  padding-top: 80px;
  background: #F8FCFF;
}

.bestTalent::before {
  content: "";
  position: absolute;
  background-image: url("../png/dot-ornament2.png");
  width: 285px;
  height: 124px;
  top: 0px;
  right: 0;

}

.bestTalent::after {
  content: "";
  position: absolute;
  background-image: url("../png/white-cirlce2.png");
  background-repeat: no-repeat;
  width: 163px;
  height: 163px;
  top: 20px;
  left: 80px;

}

/*================================
Client Testimonial
================================*/
.clientTestimonial {
  position: relative;
  padding-top: 70px;
  padding-bottom: 30px;
}

.clientTestimonial::before {
  content: "";
  position: absolute;
  background-image: url("../png/three-white-dot.png");
  background-repeat: no-repeat;
  width: 168px;
  height: 140px;
  top: 0px;
  left: 80px;
  z-index: -1;
}

.clientTestimonial::after {
  content: "";
  position: absolute;
  background-image: url("../png/white-circle.png");
  background-repeat: no-repeat;
  width: 168px;
  height: 140px;
  top: 0px;
  right: 80px;
  z-index: -1;
}

.profile1 {
  left: 300px;
  position: absolute;
  top: 100px;
}

.profile2 {
  left: 150px;
  position: absolute;
  top: 300px;
}

.profile3 {
  left: 300px;
  position: absolute;
  top: 550px;
}

.profile4 {
  right: 300px;
  position: absolute;
  top: 100px;
}

.profile5 {
  right: 150px;
  position: absolute;
  top: 300px;
}

.profile6 {
  right: 300px;
  position: absolute;
  top: 550px;
}

/*=================================
Latest Blog CSS
==================================*/
.latestBlog {
  position: relative;
  background: #FBFDFF;
  padding-top: 70px;
  padding-bottom: 150px;
}

.latestBlog::before {
  content: "";
  position: absolute;
  background-image: url("../png/three-white-dot.png");
  background-repeat: no-repeat;
  width: 168px;
  height: 140px;
  top: 20px;
  left: 80px;
}

.blog-card {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.blog-card p {
  margin-bottom: 10px;
}

.blog-card .image {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.blog-card .image img {
  width: 100%;
  height: 200px;
  /* object-fit: cover; */
  border-radius: 10px;
}

.blog-card .blog-tag {
  width: 100%;
  position: relative;
}

/*Dynamic blog css */
.latestblog-box {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 10px 40px rgb(0 0 0 / 8%);
  border-radius: 10px;
  padding: 1.25rem;
  display: block;
}

.latestblog-box .imgbox {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.latestblog-box .imgbox img {
  width: 100%;
  height: 200px;
  border-radius: 10px;
}

.latestblog-box p .h5 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  position: relative;
  margin-bottom: 0px;
}

.latestblog-box .blog-category {
  font-weight: 500;
  font-family: 'OpenSans-Semibold';
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  color: #000;
}

.latestblog-box .time {
  font-size: 80%;
  font-weight: 400;
  color: #000;
}

/*================================
Call to action
==================================*/
.calltoAction {
  position: relative;
  padding-top: 100px;
}

.calltoAction:after {
  position: absolute;
  content: '';
  height: 50%;
  width: 100%;
  background-color: #f6f7fa;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.calltoAction::before {
  content: "";
  position: absolute;
  background-image: url(../png/three-white-dot.png);
  background-repeat: no-repeat;
  width: 168px;
  height: 140px;
  top: 20px;
  left: 80px;
}

.section-nextsep {
  border-radius: 6px;
  overflow: hidden;
}

.section-nextsep2 {
  border-radius: 6px;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0px 10px 40px rgb(0 0 0 / 8%);
  border-radius: 10px;
}

.content-step {
  padding: 20px 50px;
  background-color: #005eb8;
  color: #fff;
}

.content-step p {
  font-size: 16px;
}

.nextsep-img {
  width: 100%;
}

.nextsep-img img {
  width: 100%;
}

/*================================
Footer CSS
=================================*/
footer {
  background: url("../svg/footer-shape.svg") #F6F7FA;
  background-repeat: no-repeat;
  background-position: 0% 210%;
  background-attachment: scroll;
  padding-top: 50px;
}

.footer-widget {
  position: relative;
}

.footer-widget p {
  font-size: 18px;
  margin: 0 0 20px;
  padding: 2px 0;
  line-height: 1;
  font-weight: 700;
  color: #121212;
  font-family: 'OpenSans' !important;
}

.footer-widget ul li {
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-bottom: 15px;
}

.footer-widget ul li strong {
  color: #464646
}

.footer-widget ul li a {
  display: block;
  color: #000;
  text-decoration: none;
}

.footer-bottom {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-bottom p {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  color: #464646;
}

.footer-bottom a {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  color: #000;
}

ul.footerlogo li {
  display: inline-block;
}

ul.footerlogo li a {
  display: block;
  margin-right: 20px;
}

ul.footerlogo li:last-child a {
  margin-right: 0px;
}

ul.social-media {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.social-media li {
  list-style-type: none;
  display: inline-block;
}

ul.social-media li a {
  display: block;
  color: #464646;
  font-size: 1.2rem;
  font-weight: 800;
  padding: 5px;
}

ul.social-media li a:hover {
  color: #005eb8;
}

footer .footer-newsletter form {
  padding: 6px 0;
  position: relative;
}

footer .footer-newsletter form input[type=email],
footer .footer-newsletter form input[type=text] {
  border: 0;
  padding: 12px 15px;
  background-color: #e4e4e4;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
}

footer .footer-newsletter form button[type="submit"] {
  margin-top: 10px;
  position: relative;
  background: none;
  font-size: 16px;
  padding: 10px 35px;
  background: #005eb8;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
  border: 0;
}

/*===============================
Form Control CSS
=================================*/
.form-group {
  margin-bottom: 15px;
}

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #2B3D51;
  opacity: 0.5;
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #2B3D51;
  opacity: 0.5;
}

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #2B3D51;
  opacity: 0.5;
}

.notification .form-control {
  font-size: 14px;
  border: none;
  background: #FFFFFF;
  border-radius: 4px;
  height: 44px;
}

/*===============================
Scroll top css
================================*/
.scrollToTop {
  width: 48px;
  height: 48px;
  line-height: 40px;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  position: fixed;
  bottom: 30px;
  right: 40px;
  display: none;
  background: #2691d8;
  border-radius: 4px;
  border: 2px solid #76b6e0;
}

.scrollToTop:hover {
  text-decoration: none;
  color: #FFF;
  background: #0f74b6;
}

/*===============================
Page Header
=================================*/
.page-header {
  min-height: 325px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 25px 0 35px;
}

.overlay-header {
  background: #0F74B6;
  opacity: 0.84;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
}

.page-header-content {
  z-index: 1;
  position: relative;
}

.circle-icon {
  width: 72px;
  height: 72px;
  background: #FFFFFF;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
  border-radius: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle-icon img {
  width: 48px;
  height: 48px;
}

.main-title {
  color: #2d2d2d;
  text-align: center;
  text-transform: capitalize;
  padding: 0.7em 0;
}

.user-talk {
  padding: 1em 0;
  float: left;
  /* width: 50%; */
  width: 85%;
  border-radius: 10px;
}

.user-talk .title {
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.singleuser-talk {
  padding: 1em 0;
  /* float: left; */
  width: 95%;
  border-radius: 10px;
  margin: auto;
}

.singleuser-talk .title {
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.content {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
  border-radius: 10px;
}

.content .content-overlay {
  background: rgba(47, 133, 189, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
  opacity: 1;
}

.content-image {
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: left;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1rem;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3 {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
}

.content-details p {
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom {
  top: 80%;
}

.fadeIn-top {
  top: 20%;
}

.fadeIn-left {
  left: 20%;
}

.fadeIn-right {
  left: 80%;
}

.breadcrumbs {
  background-color: #f3f3f3;
  padding: 15px 0;
  position: relative;
  font-size: 14px;
}

.breadcrumbs a {
  color: #121212;
  text-decoration: underline;
}

.breadcrumbs span {
  font-weight: 700;
}

/*==============================
Automated Billing Systme Page CSS
=================================*/
ul.account-needs li {
  display: inline-block;
  position: relative;
  border: 1px solid #f8f8f8;
  padding: 30px;
  box-shadow: 0px 10px 20px rgb(0 0 0 / 8%);
  margin-bottom: 15px;
  margin-right: 15px;
  max-width: 18.5%;
}

ul.account-needs li:last-child {
  margin-right: 0px;
}

ul.account-needs li .icon-image {
  width: 64px;
  height: 64px;
  margin: 5px auto;
}

ul.account-needs li::before {
  content: "";
  background-image: url("../png/account-need-before.png");
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  opacity: 0.5;
}

/* ul.billing-keyfeatures{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.billing-keyfeatures li{
  padding: 15px;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 15px;
  display: inline-block;
  max-width:47%;
  margin: 1%;
}
ul.billing-keyfeatures li p{
  margin-bottom: 0;
}
ul.billing-keyfeatures li .title{
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  } */
.billing-keyfeatures-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s;
  /* box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08); */
  min-height: 230px;
}

.billing-keyfeatures-card .title {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.billing-keyfeatures-card p {
  margin-bottom: 0px;
}

.BillingSystem-carousel .owl-dots .owl-dot {
  border: 1px solid #D9D9D9;
  border-radius: 30px;
  margin: 3px;
}

.BillingSystem-carousel .owl-dots .owl-dot span {
  display: block;
  height: 5px;
  width: 20px;
  background-color: #D9D9D9;
  margin: 1px;
  border-radius: 10px;
  transition: all 0.3s ease-out;
}

.BillingSystem-carousel .owl-dots .owl-dot.active {
  border-color: #0F74B6;
}

.BillingSystem-carousel .owl-dots .owl-dot.active span {
  width: 20px;
  background-color: #0F74B6;
}

.pd-6 {
  padding: 4rem;
}

.pd-4 {
  padding: 3rem;
}

.billign-light-bluebg {
  background-color: #ebf5ff;
}

.billign-light-orangebg {
  background-color: #fffaf2;
}

.newstyle_futurs .paddle {
  position: absolute;
  top: 5px;
  bottom: auto;
  width: 30px;
  height: 52px;
  background: none;
  border: 0;
  z-index: 9;
  box-shadow: 0px 0px 10px -6px #000;
  background-color: rgba(255, 255, 255, 0.6);
  display: none;
}

.nav-tabs.tabsenterprice {
  border: none;
  justify-content: center;
}

.newstyle_futurs .lefty {
  left: 0;
}

.newstyle_futurs .paddle {
  position: absolute;
  top: 5px;
  bottom: auto;
  width: 30px;
  height: 52px;
  background: none;
  border: 0;
  z-index: 9;
  box-shadow: 0px 0px 10px -6px #000;
  background-color: rgba(255, 255, 255, 0.6);
  display: none;
}

.newstyle_futurs .nav-tabs.tabsenterprice li {
  padding: 10px 5px;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs.tabsenterprice li a {
  outline: none;
  position: relative;
  padding: 10px 15px 10px;
  color: #000;
  font-size: 16px;
  min-width: 180px;
  text-align: center;
}

.newstyle_futurs .nav-tabs.tabsenterprice li a {
  box-shadow: 0 0 20px -10px #988989;
  background-color: #fff;
  border-radius: 50px;
}

.newstyle_futurs .nav-tabs.tabsenterprice li a.active {
  background-color: #005eb8;
  color: #fff;
}

.t-stack-content-items {
  border: 1px solid #cdcdcd;
  text-align: center;
  transition: all .2s ease-out;
  margin: 0px -1px -1px 0;
}

.t-stack-content-items a {
  display: block;
  padding: 15px;
  height: 120px;
  line-height: 100px;
}

.t-stack-content-items img {
  transition: all .2s ease-out;
  max-height: 68px;
}

/*========================================
Partnership page css
==========================================*/
.color-block-beige {
  /* background-color: #ede8e2; */
  background-color: #ebf5ff;
}

.min-height140 {
  min-height: 140px;
}

.gradient-blue-partnership {
  background: #005eb8;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #013769, #005eb8);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #013769, #005eb8);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding-bottom: 0px;
}

.text-white {
  color: #FFF;
}

.partnership-form {
  box-shadow: -1px 15px 26px -4px rgb(161 151 151 / 15%);
  -webkit-box-shadow: -1px 15px 26px -4px rgb(161 151 151 / 15%);
  -moz-box-shadow: -1px 15px 26px -4px rgba(161, 151, 151, 0.15);
  background-color: white;
  padding: 30px;
  border-radius: 30px 30px 0 0;
  position: relative;
  bottom: 0;
  width: 100%;
}

.partnership-form form label {
  font-size: 12px;
  color: #5c768d;
}

.cmt-4 {
  margin-top: 1.2rem !important;
}

.custom-col-3 {
  flex: 0 0 30%;
  max-width: 30%;
  position: relative;
}

.custom-col-6 {
  flex: 0 0 40%;
  max-width: 40%;
}

/*==========================================
Home page Case study 
============================================*/
.casestudy-box {
  position: relative;
}

.casestudy-box a {
  position: relative;
  display: block;
}

.casestudy-box a .casestudy-container {
  height: 340px;
  overflow: hidden;
  position: relative;
}

.casestudy-box a .casestudy-container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.05) 100%);
}

.casestudy-box a .casestudy-container .imagewrapper {
  display: block;
  height: 100%;
  width: 100%;
}

.casestudy-box a .casestudy-container .imagewrapper img {
  display: block;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease;
  transition-duration: 1s;
}

.casestudy-box a .casestudy-container:hover img {
  transform: scale(1.1);
}

.casestudy-box a .casestudy-container .casestudy-details {
  bottom: 0;
  height: auto;
  padding: 20px;
  position: absolute;
  width: 100%;
  transition: all 0.5s ease;
}

.casestudy-box a .casestudy-container .casestudy-details .casestudy-title {
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  text-shadow: 0 0 8px #000;
}

.casestudy-box a .casestudy-container .casestudy-details .category-tag {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #FFF;
}

/*========================================
Clutch review section
=========================================*/
.clutch-review {
  background: #001c36;
}

.clutch-Title {
  padding-right: 200px;
  text-align: right;
}

.clutch-review-box {
  border-radius: 16px;
  margin-top: -120px;
  background-color: #0058ac;
  color: #FFF;
  padding: 100px 50px;
  min-height: 480px;
  position: relative;
}

.clutch-review-box::before {
  content: "\F6B0";
  font-family: bootstrap-icons;
  position: absolute;
  top: 15px;
  left: 30px;
  font-size: 3.5rem;
}
/*==========================================
New Home page CSS Design
===========================================*/
.hero-slider{
  background-color: #082138;
}
.padding-box-left{
  padding:0 0 0 60px;
}
.padding-box-right{
  padding: 0 60px 0 0;
}
.p-30{font-size: 30px;}
.enterprise-business {
  padding: 2rem 0 5rem 0;
}
.hero-slider .carousel-caption{
  position: relative;
  left: 10%;
  padding-top: 1.25rem; 
  padding-bottom: 1.25rem;
  color: #000;
  text-align: left;
  width: 100%;
  padding-right: 100px;
}


.hero-slider .hero-images {
  padding-top: 50px;
  text-align: center;
  position: relative;
}
.carousel-indicators{
  justify-content: start;
  margin-left: 5%;
}
#carouseHeroslider .carousel-indicators{
  bottom: 15px !important;
}
.carousel-indicators li {   
  width: auto !important;
  height: 26px !important;   
  text-indent: initial !important;   
  background-color: transparent !important;   
  padding: 0 !important;
  border-bottom: 2px solid transparent !important;
  border-radius: 0px !important;
  margin: 0 30px 0 0 !important;
}
#carouseHeroslider .carousel-indicators li{
border-radius: 0px !important;
color: #FFF;
}

#carouseHeroslider .carousel-indicators .active {
  opacity: 1;
  background-color: transparent !important;
  border-radius: 0px !important;
  border-bottom: 2px solid #FFF !important;
}
.hero-slider .hero-images .shape-1 {
  position: absolute;
  top: 30px;
  left: 50px;
  -webkit-animation: rotate-style 50s linear infinite;
  animation: rotate-style 50s linear infinite;
}
.hero-slider .hero-images .images {
  position: relative;
}
@keyframes rotate-style {
0% {
  transform: rotate(0deg);
}
100% {
  transform: rotate(360deg);
}
}
.ai-icon-shape{
animation: bounce 2s infinite;
-webkit-animation: bounce 2s infinite;
-moz-animation: bounce 2s infinite;
-o-animation: bounce 2s infinite;
position: absolute;
  left: 150px;
  top: 10px;
}
.ai-background {
position: absolute;
top: 60px;
left: 90px;
animation: aboutAmini linear 2s infinite alternate;
  -webkit-animation: aboutAmini linear 2s infinite alternate;
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	
40% {-webkit-transform: translateY(-30px);}
60% {-webkit-transform: translateY(-15px);}
0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
40% {-moz-transform: translateY(-30px);}
60% {-moz-transform: translateY(-15px);}
0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
40% {-o-transform: translateY(-30px);}
60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
40% {transform: translateY(-30px);}
60% {transform: translateY(-15px);}
}
@keyframes aboutAmini {
from {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

to {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
}
/* @keyframes cir360{
0% {
  transform: rotate(-240deg);
}
100% {
  transform: rotate(-360deg);
}
} */
.iot-device{
position: absolute;
  left: 110px;
  top: 90px;
}
.iot-icon1{
position: absolute;
left: 100px;
  bottom: 100px;
  animation: zminopa 3s linear infinite;
}
.iot-icon2{
position: absolute;
right: 50px;
  bottom: 170px;
  transform: translate(-50%);
  animation: zminopa 3s linear infinite;
}
.iot-icon3{
position: absolute;
right: 100px;
top: 10px;
transform: translate(-50%);
  animation: zminopa 3s linear infinite;
}
@keyframes zminopa{
  50%{
      opacity: 1.5;
      transform: translateX(-10px);
  }
  80%{
      opacity: 1.1;
      transform: scale(0.8);
  }
}
.mobile-enterprise1 {
position: absolute;
left: 0px;
bottom: 140px;
z-index: 1;
-webkit-animation: mover 1s infinite alternate;
animation: mover 1s infinite alternate;
}
.mobile-enterprise2 {
position: absolute;
right:30px;
top: 50px;
z-index: 1;
-webkit-animation: mover 1s infinite alternate;
animation: mover 1s infinite alternate;
}
.mobile-enterprise3 {
position: absolute;
right: 30px;
bottom: 15px;
z-index: 1;
-webkit-animation: mover 1s infinite alternate;
animation: mover 1s infinite alternate;
}
@-webkit-keyframes mover {
0% {
  transform: translateY(0);
}
100% {
  transform: translateY(-10px);
}
}
.enterprise-business{
background-image: url("../png/digital-transformation-for-enterprise-backgrpound.png");
background-size: cover;
padding: 100px 0;
}
.enterprise-content{
padding: 40px 60px;
background-color: #FFF;
}
ul.company-features li {
  width: 24.666%;
}
ul.company-features li::before {
  right: -102px;
  width: 200px;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.carousel-indicators{
margin-left: 0;
margin-right: 0;
}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
.mob-p-0{
padding: 0;
}
.hero-slider .carousel-caption {
  left: 8%;
  padding-right: 60px;
}
#carouseHeroslider{
padding-top: 15px;
padding-bottom: 15px;
}
#carouseHeroslider .carousel-indicators{
margin-left: 40%;
margin-right: 40%;
}
#carouseHeroslider .carousel-indicators li {
  box-sizing: content-box !important;
  -ms-flex: 0 1 auto !important;
  flex: 0 1 auto !important;
  width: 12px !important;
  height: 12px !important;
  border-radius: 4px!important;
  margin-right: 3px !important;
  margin-left: 3px !important;
  text-indent: -999px !important;
  cursor: pointer !important;
  background-color: #b4c4dd !important;
  opacity: .5 !important;
  transition: opacity .6s ease !important;
  background-clip: padding-box !important;
  border-top: none !important;
  border-bottom: none !important;
}
#carouseHeroslider .carousel-indicators .active {
  opacity: 1 !important;
  background-color: #0f74b6 !important;
  border-radius: 4px!important;
  border-bottom: none !important;
}
.carousel-caption .bigger-heading {
  font-weight: 700;
  font-size: 2rem;
  line-height: 38px;
}
.carousel-caption p {
  font-size: 1rem;
  color: #FFF;
}
.enterprise-content {
  padding: 20px 20px;   
}
}

/*===========================================
Media Query Start
=============================================*/
/* @media screen and (min-width: 1920px) { */
@media screen and (min-width: 1920px) {
  .container {
    max-width: 1600px;
  }

  body {
    font-size: 1.3rem
  }

  .bigger-heading {
    font-size: 3rem;
    line-height: 70px;
  }

  ul.icon-listing li {
    margin-bottom: 30px;
  }

  ul.company-features li::before {
    right: -94px;
    width: 190px;
  }

  .p-18 {
    font-size: 22px;
  }

  .min-height370 {
    min-height: 370px;
  }
}

@media only screen and (min-device-width : 1367px) and (max-device-width : 1920px) {
  .nav-menu a {
    font-size: 16px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

  .digitalTransformation .small-business-image {
    display: none;
  }

  .enterprise-business .enterprises-business-image {
    display: none;
  }

  .mob-display {
    display: block;
  }

  .profile1,
  .profile2,
  .profile3,
  .profile4,
  .profile5,
  .profile6 {
    display: none;
  }

  .clutch-Title {
    padding-right: 0px;
    text-align: center;
  }

  .clutch-review-box {
    border-radius: 16px;
    margin-top: 0px;
    margin-bottom: 30px;
    min-height: 350px;
  }
}



/*Mobile device */
@media (min-width: 320px) and (max-width: 767px) {
  .mob-mb-30 {
    margin-bottom: 30px !important;
  }

  .hero-slider .carousel-item img {
    display: none !important;
  }

  .hero-slider .carousel-caption {
    top: 4%;
    width: 100%;
    left: 10%;
  }

  #carouseHeroslider {
    background: #005C97;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #363795, #005C97);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #363795, #005C97);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }

  #carouseHeroslider .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 300px;
  }

  .carousel-caption p {
    font-size: 0.8rem;
    color: #FFF;
  }

  .carousel-caption .bigger-heading {
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 28px;
  }

  .carousel-caption .btn {
    font-size: 0.8rem;
  }

  .bigger-heading .blue {
    color: #FFF;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    display: none;
  }

  ul.company-features li {
    background-color: #fff;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #F1F1F1;
    padding: 15px;
    margin-left: 0px;
    margin-bottom: 15px;
  }

  ul.company-features li::before {
    display: none;
  }

  .flex-column {
    flex-direction: unset !important;
  }

  .vertical-tab .nav-pills .nav-link {
    background: #FFF;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-left: none;
    border-radius: 10px;
    padding: 1rem 1rem;
    margin-bottom: 15px;
    margin-left: 15px;
    text-align: left;
    transition: all 0.3s ease 0.3s;
  }

  .vertical-tab .nav-pills .nav-link.active,
  .nav-pills .show>.nav-link {
    color: #FFF;
    background-color: #0d6efd;
    border-color: #0d6efd;
  }

  .mob-display {
    display: block;
  }

  .webMobileDevelopment::before {
    display: none;
  }

  .digitalServices360::before,
  .digitalServices360::after {
    display: none
  }

  .bestTalent::before {
    display: none;
  }

  .caseStudiesHome::before {
    display: none;
  }

  .bestTalent::after {
    display: none;
  }

  .tab-card::before,
  .tab-card::after {
    display: none;
  }

  .clientTestimonial::before,
  .clientTestimonial::after {
    display: none;
  }

  .digitalTransformation .small-business-image {
    display: none;
  }

  .enterprise-business .enterprises-business-image {
    display: none;
  }

  .enterprise-business {
    padding: 2rem 0 4rem 0;
  }

  .profile1,
  .profile2,
  .profile3,
  .profile4,
  .profile5,
  .profile6 {
    display: none;
  }

  .latestBlog::before,
  .clientTestimonial::before {
    display: none;
  }

  ul.presence-listing li {
    width: 100%;
  }

  ul.presence-listing li .tooltip.two-address {
    padding: 50px;
    min-width: 100%;
    height: 84%;
  }

  .small-heading {
    font-size: 1.5rem;
    line-height: 24px;
  }

  .padding-box-left,
  .padding-box-right {
    padding: 15px;
  }

  .min-height140 {
    min-height: auto;
  }

  .morder-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .morder-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .custom-col-3 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .custom-col-6 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .casestudy-box a .casestudy-container {
    height: 380px;
  }

  .clutch-Title {
    padding-right: 0px;
    text-align: center;
  }

  .clutch-review-box {
    border-radius: 16px;
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .mainHero-slider{
    padding-top: 30px;
  }

  .mainHero-slider .bigger-heading{
    font-size: 1.5rem;
    line-height: 30px;
  }
  .services-bottom {
    margin-top: -20px;
    font-size: 14px;
    font-weight: 600;
}
.mainHero-slider {
  background-image: url(../png/empowering-slider-mobile.png);
}
.span-pr{
  padding-top: 10px; 
  }
  .mrgbtm-2{
    margin-bottom: 1rem;
  }
}