@import url(https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,500;0,700;1,600&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,500;0,700;1,500;1,600&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,500;0,700;1,500;1,600&display=swap);

body {
  font-family: "Barlow";
  background-color: #fff;
  height: 200vh;
  position: relative;
  overflow-x: hidden;
}

body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

body.offcanvas-menu:before {
  opacity: 1;
  z-index: 1002;
  visibility: visible;
}

p {
  color: #444444d4;
  font-weight: 500;
  font-family: 'Barlow';
  font-size: 14px;
  line-height: 22px;

}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Barlow"
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a,
a:hover {
  text-decoration: none !important;
}

.hero {
  height: 68vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.exceptional {
  height: 61vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.sticky-wrapper.is-sticky .site-navbar .pt-4 {
  padding-top: 8px !important;
  padding-bottom: 0px !IMPORTANT;
}

.site-navbar-wrap {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
}

.site-navbar-wrap a {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
}

.site-navbar-wrap .site-navbar-top {
  font-size: 0.8rem;
}

.site-navbar {
  margin-bottom: 0px;
  width: 100%;
}

.site-navbar .site-logo {
  font-weight: 200;
  line-height: 0;
  top: -7px;
  position: relative;
}

.site-navbar .site-logo a {
  font-weight: 200;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
  font-weight: 500;
  color: #000;
}

.site-navbar .site-navigation .site-menu>li {
  display: inline-block;
  padding: 10px 5px;
}

.site-navbar .site-navigation .site-menu>li>a {
  padding: 9px 20px;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none !important;
  color: #FFFFFF;
}

.site-navbar .site-navigation .site-menu>li>a.active {
  color: #fff;
}

.site-navbar .site-navigation .site-menu>li>a:hover {
  color: #fff;
}

.site-navbar .site-navigation .site-menu>li:last-child {
  padding-right: 0;
}

.site-navbar .site-navigation .site-menu>li:last-child>a {
  padding-right: 0;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
  position: relative;
  padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children>a:before {}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
  border-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #343a40;
  border: none;
  padding: 15px 0px 15px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #007bff;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active>a {
  color: #fff !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 250px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li:first-child>a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li:last-child>a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
  padding: 11px 18px;
  display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
  /* background: #ebeef0; */
  color: #212529 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
  content: "\e315";
  right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
  left: 100%;
  top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
  background: #ebeef0;
  color: #212529;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
  color: #fff;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #dee2e6;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
  border: none;
}

.site-mobile-menu .site-nav-wrap a.active,
.site-mobile-menu .site-nav-wrap a:hover {
  color: #007bff;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li.active>a {
  color: #007bff;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
  padding-left: 20px;
  font-size: 20px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
  padding-left: 40px;
  font-size: 20px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
  font-size: 16px;
  padding-left: 60px;
}

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
}

.sticky-wrapper+.site-blocks-cover {
  margin-top: 96px;
}

.sticky-wrapper .site-navbar {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.sticky-wrapper .site-navbar ul li.active a {
  color: #fff;
}

.sticky-wrapper.is-sticky .site-navbar {
  background-color: #323639;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li {
  display: inline-block;
  padding: 10px 5px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li:last-child {
  padding-right: 0;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li:last-child>a {
  padding-right: 0;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li.has-children>a {
  padding-right: 20px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a {
  padding: 0px 20px 7px;
  ;
  color: #FFFFFF;
  font-size: 16px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a:hover {
  color: #fff !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a.active {
  color: #fff !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li.active a {
  color: #fff;
}

.top-bars {
  width: 96% !important;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.site-navbar-top {
  background-color: #323639;
  color: #fff;
  padding: 8px 0px 8px;
}

.company .btn-primary {
  background-color: #2A6FB6;
  border-color: #2A6FB6;
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.company .btn-primary:hover {
  background-color: #ffffffc4;
  color: #000;
  border-color: #ffffffc4;
  ;
}

.persistent {
  background: url(../images/about.png) !important;
  width: 100%;
  color: #ffff;
  min-height: 648px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  background-repeat: repeat-y;
}

.potential {
  background: url(../images/about.png) !important;
  width: 100%;
  color: #ffff;
  min-height: 571px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  background-repeat: repeat-y;
}

.box-1 {
  margin-top: 276px;
}

.services {
  margin-top: 224px;
}

.services h4 {
  font-weight: 900;
  font-size: 29px;
  color: #FFFFFF;
}

.services h5 {
  font-weight: 500;
  font-size: 19px;
  color: #ffffffb3;
}

.services p {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff96;
}

.box-1 span {
  color: #2A6FB6;
}

.box-1 h2 {
  font-size: 58px;
  font-family: 'Barlow';
  font-weight: 900;
}

.box-1 .btn-danger {
  background-color: #2A6FB6;
  border-color: #2A6FB6;
  font-size: 14px;
  margin-left: 12px;
  border-radius: 5px;
  padding: 10px 27px 10px;
  font-weight: 500;
}

.box-1 .btn-danger:hover {
  background-color: #1a1a1a;
  color: #fff;
  border: none;
}

.box-1 .btn-outline-secondary {
  border-color: #FFFFFF;
  font-size: 14px;
  /* padding: 10px 27px 10px; */
  font-size: 14px;
  margin-left: 12px;
  border-radius: 5px;
  padding: 10px 41px 10px;
  font-weight: 500;
}

.intelligent h6 {
  color: #2A6FB6;
  font-size: 16px;
  font-family: 'Barlow';
  font-weight: 500;
}

.more .btn-primary {
  background-color: #007e9f;
  border-color: #007e9f;
  font-size: 12px;
  font-weight: 500;
}

.more .btn-primary:hover {
  background-color: #ffc107;
  color: #fff;
  border-color: #ffc107;
  ;
}

.more h6 {
  font-size: 15px;
  font-weight: 400;
  color: #FFF;
  font-weight: 600;
}

.login .btn-warning {
  background-color: #2A6FB6;
  border-color: #2A6FB6;
}

.intelligent h2 {
  color: #171F31;
  font-family: 'Barlow';
  font-size: 38px;
  font-weight: 900;
}

.intelligent p {
  color: #444444e8;
  font-size: 14px;
  font-family: 'Barlow';
  font-weight: 500;

}

.global li {
  list-style: none;
  font-size: 14px;
}

.global li i {
  background-color: #2A6FB6;
  color: #fff;
}

.quality-assurance {
  background-color: #2a6fb6;
  padding: 25px 27px 34px;
  text-align: center;
}

.salesforce p {
  color: #444444d4;
  font-size: 14px;
  font-weight: 500;
  line-height: 29px;
}

.investment img {
  width: 100%;

}

.salesforce h3 {
  color: #000;
  font-weight: 900;
  font-size: 34px;
}

.application-development h5 {
  font-size: 18px;
  font-family: 'Barlow';
  color: #171F31;
  font-weight: 600;
}

.staffing-services {
  background-color: #FDE9C6;
  padding: 41px 15px 33px;

}

.financial h2 {
  color: #171F31;
  font-size: 38px;
  font-family: 'barlow';
  font-weight: 900;
}

.application-development {

  background-color: #fff;
  padding: 28px 12px 26px;
  min-height: 409px;
  width: 305px;
}

.application-development p {
  font-size: 14px;
  font-weight: 500;
  line-height: 29px;
}

.multiple-industries {
  background: url(../images/bg1.png) !important;
  width: 100%;
  color: #ffff;
  min-height: 790px;
}

.our-clients-around {
  margin-top: 56px;

}

.high-quality-services h6 {
  color: #2A6FB6;
  font-family: 'Barlow';
  font-size: 18px;
  margin-top: 50px;
}

.printer p {
  margin-top: 85px;
  font-size: 15px;
  font-weight: 500;
  color: #565656ed;
}

.high-quality-services h2 {
  color: #171F31;
  font-family: 'Barlow';
  font-size: 38px;
  font-weight: 900;
}

.Business a:hover {
  position: absolute;
}

.box {
  padding: 1em 0;
  float: left;
  width: 50%;
}

@media screen and (max-width: 640px) {
  .box {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 900px) {
  .box {
    width: 33.33333%;
  }

}

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

.content {
  position: relative;
  width: 100%;
  max-width: 562px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 13px;
  width: 106%;
  height: 247px;
}

.content .content-overlay {
  background-color: #000000b0;
  ;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  -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%;
  height: 100%;

}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  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 h6 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p {
  color: #fff;
  font-size: 0.8em;
}
.short-description h6 {
  color: white;
  margin-top: -133px;
  font-size: 22px;
  position: relative;
  font-weight: 600;
}
.banking {
  box-shadow: 0px 3px 6px #00000029;
  padding: 21px 13px 12px;
  min-height: 105px;
  margin-bottom: -9px;
  width: 423px;
}

.banking-1 {
  box-shadow: 0px 3px 6px #00000029;
  padding: 21px 0px 12px;
  min-height: 105px;
  margin-bottom: -9px;
  width: 423px;
}

.delivered {
  padding: 21px 0px 12px;
  min-height: 105px;
  margin-bottom: -9px;
  width: 423px;
}

.our-clients {
  background: url(../images/bg2.png) !important;
  width: 100%;
  min-height: 431px;
  text-align: center;
  background-color: #F6F6F6 !important;
  margin-top: 78px
}

.career .w-100 {
  width: 106% !important;
}

.our-clients-around h3 {
  color: #171F31;
  font-size: 38px;
  font-family: 'Barlow';
  font-weight: 900;
}

.career {
  background-color: #cbdced8c;
}

.grow-your-career h2 {
  color: #171F31;
  font-size: 38px;
  font-family: 'Barlow';
  font-weight: 900;
  margin-top: 8px;
}

.grow-your-career .btn-primary {
  background-color: #2A6FB6;
  border-color: #2A6FB6;
  color: #fff;
  border-radius: 0px;
  width: 133px;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 24px;
}

.grow-your-career .btn-primary:hover {
  background-color: #323639;
  color: #fff;
  border-color: #323639;
  ;
}

.card-body h3 {
  font-size: 20px;
  color: #171F31;
  font-weight: 900;
}

.case-studies .card {
  border: none;
}

.case-studies .card-body {
  box-shadow: 0 3px 6px #00000029;
  padding: 44px 32px 5px;
}

.consulting {
  background-color: #171F31;
  padding: 30px 15px 26px;
  color: #fff;
}

.cloud-platforms {
  background: url(../images/bg1.png) !important;
  width: 100%;
  color: #ffff;
  min-height: 760px;
}

.reach .btn-danger {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #343a40a3;
  border-radius: 2px;
  margin-top: 12px;
  width: 207px;
  height: 50px;
  font-weight: 500;
  font-size: 18px;
}

.reach .btn-danger:hover {
  background-color: brown;
  color: #ffff;
  border-color: brown;
}

.reach .btn-primary {
  background-color: #2A6FB6;
  border-color: #2A6FB6;
  color: #ffff;
  border-radius: 2px;
  margin-top: 12px;
  width: 211px;
  height: 50px;
  margin-right: 17px;

}

.reach .btn-primary a {
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  font-weight: 500;
}

.reach .btn-primary a:hover {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.reach .btn-primary:hover {

  background-color: #ffc107;
  border-color: #ffc107;
}

.technology {
  margin-top: -18px;
  width: 100%;
  margin-left: -36px;
}

.incorupte h6 {
  font-weight: 600;
  font-size: 20px;
  color: #171F31;
}
.sustainable h6{
  font-weight: 600;
  font-size: 42px;
  color: #171F31;
}
.utilities {
  height: 60px;
  width: 107px;
}

.retail {
  height: 74px;
  width: 107px;
}

.login span i {
  color: #F6B637;
  font-size: 15px;
}

.follows a i {
  color: #2A6FB6;
  font-size: 15px;
}

.follows .connect {
  color: #ffffff94;
  font-size: 14px;
  font-weight: 400;
}

.global .leader {
  width: 100%;
  /* height: 95%; */
}

.consulting-services span {
  color: #ffffffba;
  font-size: 16px;
  font-weight: 500;
}

.consulting-services h3 {
  font-size: 26px;
  font-family: 'Barlow';

  font-weight: 900;
  color: #FFFFFF;
}

.education {
  min-height: 89px;
}

.vokalia {
  color: #ffff;
  font-size: 16px;
  font-weight: 500;
}

.reserve li {
  display: inline-block;
}

.reserve li a {
  display: block;
  font-size: 17px;
  color: #2A6FB6;
  transition: 400ms;
  margin-left: -6px;
  padding: 11px 14px 9px;
}
.carytek li {
  display: inline-block;
}

.carytek ul li a {
  display: block;
  font-size: 17px;
  color: #2A6FB6;
  transition: 400ms;
  margin-left: -71px;
  padding: 11px 47px 9px;
}

.augmentation ul li {
  list-style: none;
  padding: 13px 0px 1px 0px;
  font-weight: 400;
  color: #ffffff94;
  font-size: 14px;
}

.augmentation ul {
  margin: 0px;
  list-style-type: none;
  font-size: 14px;
  padding: 0px 0px 10px 0px;
}

.footer {
  background-color: #1C1D23;
  color: #FFFFFF;
  padding: 12px 0px 75px;
}

img .leader {
  width: 100%;
}

.global li {
  font-size: 13px;
  background: url(../images/tic.png) no-repeat 0 10px;
  padding-left: 26px;
  list-style: none;
  margin-left: -33px;
  line-height: 34px;
  font-weight: 500;
  color: #444444d9;
}

.site-navbar-top .btn-warning {
  color: #323639e6;
  background-color: #ffc107;
  border-color: #ffc107;
  padding: 5px 11px 5px;
  border-radius: 2px;
  font-weight: 900;
  font-size: 16px;
  /* margin-top: 3px; */
  /* margin-bottom: 4px; */
}

.site-navbar-top .btn-warning:hover {
  background-color: chocolate;
  color: #fff;
  border-color: chocolate;
}

.footer {
  background: url(../images/bg4.png) !important;
  width: 100%;
  min-height: 340px;
}

.designed {
  background-color: #323639;
}

.designed p {
  color: #fff9;
  font-size: 14px;
  font-weight: 500;
}

.solutions {
  /* max-width: 903px; */
}

.solutions img {
  width: 78px;
  margin-right: 12px;
}

.cherry img {
  width: 120px;
  margin-top: 16px;
}

.staffing h6 {
  font-size: 16px;
  font-weight: 900;
  color: #171F31;
}

.card-body h6 {
  background-color: #cbdced52;
  padding: 12px 13px 12px;
  width: 120px;
  color: #2A6FB6;
  font-size: 14px;
  margin-top: -22px;
  font-weight: 600;
}

.card-body span {
  color: #2A6FB6;
  font-weight: 600;
}

.staffing-services h3 {
  font-size: 38px;
  font-family: 'Barlow';
  font-weight: 900;
  color: #171F31;
}

.biriyani span {
  color: #2A6FB6;
}

.carousel-indicators {
  margin-top: -23px;
}

.application-development h6 a {
  font-size: 14px;
  font-family: 'Barlow';
  font-weight: 600;
  color: #000;
  text-decoration: none;
}

.centric {
  background-color: #FEF7E8;
  padding: 28px 12px 26px;


}

.approach {
  background-color: #E6FBFD;
  padding: 28px 12px 26px;
}

.card .claims {
  width: 100%;
}

.client {
  background-color: #F5FCEC;
  padding: 28px 12px 26px;
  height: 295px;
}

.focused {
  background-color: #E6FBFD;
  padding: 28px 12px 26px;

  height: 322px;
}

.exhibit {
  background-color: #FEF7E8;
  padding: 28px 12px 26px;
  height: 320px;
}

.driven {
  background-color: #E9F6EF;
  padding: 28px 12px 26px;

}

.augmentation h5 {
  font-weight: 900;
  font-size: 20px;
  color: #FFFFFF;
}

.best-partner {
  background: url(../images/about.png) !important;
  width: 100%;
  color: #ffff;
  min-height: 467px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.designing h2 {
  color: #171F31;
  font-size: 32px;
  font-weight: 900;
}

.designing h5 {
  color: #171F31;
  font-size: 20px;
  font-weight: 900;
}

.data-service li {
  font-size: 14px;
  background: url(../images/tik1.png) no-repeat 0 10px;
  padding-left: 26px;
  list-style: none;
  margin-left: -43px;
  line-height: 36px;
  font-weight: 500;
  color: #444444d9;
}



.our-service .cloud-services {
  border-bottom: 1px solid #6c757d5c;
  line-height: 55px;
  font-size: 14px;
  font-weight: 500;
  color: #565656;
}

.our-service ul li {
  list-style: none;
}

.our-service h3 {
  font-weight: 900;
  font-size: 24px;
  color: #171F31;
  margin-left: 28px;
}

.tansforming ul li {
  font-size: 14px;
  background: url(../images/tik1.png) no-repeat 0 10px;
  padding-left: 26px;
  list-style: none;
  margin-left: -43px;
  line-height: 34px;
  font-weight: 500;
  color: #444444d9;
}

.portfolios ul li {
  font-size: 14px;
  background: url(../images/tik.png) no-repeat 0 10px;
  padding-left: 26px;
  list-style: none;
  margin-left: -43px;
  line-height: 34px;
  font-weight: 500;
  color: #444444d9;
}

.portfolios h2 {
  font-size: 32px;
  font-weight: 900;
  color: #171F31;
}

.ideation ul li {
  font-size: 14px;
  background: url(../images/tik1.png) no-repeat 0 10px;
  padding-left: 26px;
  list-style: none;
  margin-left: -43px;
  line-height: 34px;
  font-weight: 500;
  color: #444444d9;
}

.ideation h2 {
  font-size: 32px;
  font-weight: 900;
  color: #171F31;
}

.every-organization {
  background-color: #FFFFFF;
  background-image: linear-gradient(to right, #FFFFFF, #2a6fb68a);
  padding: 54px 1px 37px;
}

.every-organization p {
  font-weight: 500;
  font-size: 14px;
  line-height: 29px;
  color: #444444d9;
}

.application-maintenance {

  background-color: #FFFFFF;
  background-image: linear-gradient(to right, #FFFFFF, #05b97f78);
  padding: 54px 1px 37px;
}

.tansforming h2 {
  font-size: 32px;
  font-weight: 900;
  color: #171F31;
}

.legacy-migration {

  padding: 54px 1px 37px;
  background-color: #FFFFFF;
  background-image: linear-gradient(to right, #FFFFFF, #ea690d7d);
}

.e-commerce {
  padding: 54px 1px 37px;
  background-color: #FFFFFF;
  background-image: linear-gradient(to right, #FFFFFF, #ffc1078c);
}

ommerce .enquiry h2 {
  font-weight: 900;
  font-size: 32;
  color: #171F31;
}

.enquiry {
  text-align: center;
}

.Enterprise {
  padding: 8px;
}

.grow-your-career p {
  color: #444444d4;
  font-weight: 500;
  font-family: 'Barlow';
  font-size: 16px;
  line-height: 31px;
}

.featur .form-control {
  border-radius: 1px;
  height: 62px;
  font-size: 14px;
  margin-bottom: 30px;
  color: var(--gray);
  width: 100%;
  border: none;
  background-color: #F1F1F1;
  font-weight: 400;
}

.featur .btn-primary {
  color: #fff;
  background-color: #2A6FB6;
  border-color: #2A6FB6;
  border-radius: 34px;
  padding: 10px 33px 10px;
  width: 24%;
  height: 57px;
  font-weight: 900;
  font-size: 16px;
}

.featur .btn-primary:hover {
  background-color: #05B97F;
  color: #fff;
  border-color: #05B97F;
}

.featur textarea.form-control {
  height: 110px;
  border-radius: 0%;
  font-weight: 400;
  font-size: 15px;
}

.form-check-input {
  width: 28px;
  height: 26px
}

.form-check p {
  margin-left: 15px;
  margin-top: 9px;
}

@media (min-width: 360px) and (max-width: 740px) {
  .box-1 {
    margin-top: 240px !important;
  }
  .box-1 .btn-danger {
    padding: 10px 14px 10px !important;
    
}
.box-1 .btn-outline-secondary {
 
  padding: 10px 24px 10px;
  /* width: 49% !important; */
  height: 40px;
 
}
  .box-1 h2 {
    font-size: 54px;
  }
  .high-quality-services {
    margin-bottom: -67px;
  }

  .high-quality-services h2 {
    font-size: 38px !important;
  }

  .reach .btn-danger {
    width: 128px !important;
    font-size: 14px;
  }

  .reach .btn-primary {
    width: 118px !important;
    font-size: 14px;
  }
  .site-navbar-wrap a {
    color: #FFFFFF;
    font-size: 11px !important;
    font-weight: 500;
  }
  .site-navbar-top .text-end {
    text-align: end !important;
    margin-top: -13px !important;
}
}



.modal-footer .btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  padding: 7px 31px 7px !important;
  border-radius: 2px;
}

.modal-body .form-control {
  display: block;
  width: 100%;
  height: 47px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 2px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.modal-footer {
  border-top: none !important;
}

@media (min-width: 320px) and (max-width: 658px) {

.site-navbar-wrap a {
  color: #FFFFFF;
  font-size: 11px !important;
  font-weight: 500;
}
.hero {
  height: 68vh !important;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 193px !important;
}
.box-1 h2 {
  font-size: 28px !important;
}
.acccelerate img {
  width: auto !important;
  height: 87vh !important;
}
.recruitment h1 {
  font-size: 15px !important;
}
.recruitment h2 {
  font-size: 35px !important;
}
.box-1 .btn-danger {
  background-color: #2A6FB6;
  border-color: #2A6FB6;
  font-size: 12px;
  /* margin-left: 12px; */
  border-radius: 5px;
  padding: 10px 16px 10px !important;
  font-weight: 500;
}
.box-1 .btn-outline-secondary {
  border-color: #FFFFFF;
  font-size: 14px;
  /* margin-left: 12px; */
  border-radius: 5px;
  padding: 10px 16px 10px !important;
  font-weight: 500;
}
.site-navbar-top .text-end {
  text-align: end !important;
  margin-top: -13px !important;
}
}
@media (min-width: 412px) and (max-width: 915px) {
  .site-navbar-wrap a {
    color: #FFFFFF;
    font-size: 12px !important;
    font-weight: 500;
}
.hero {
  height: 48vh !important;
}
.site-navbar-top .text-end {
  text-align: end !important;
  margin-top: -13px !important;
}
.box-1 {
  margin-top: 157px !important;
}
.acccelerate img {
  width: auto !important;
  height:100% !important;
}
}
.cary-1{
  display: none !important;
}
@media only screen and (max-width: 600px) {
  .category .w-100 {
    height: 100% !important;
  }
  .nav-tabs .nav-link:hover {
    border-bottom: 3px solid #FF6D60 !important;
    padding-bottom: 18px !important;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    color: #fff !important;
}
.cary{
  display: none;
}
.cary-1{
  display: block !important;
}
.site-navbar-top .text-end {
  text-align: end !important;
  margin-top: -13px !important;
}
  .pointer {
    margin-top: 70px !important;
  }

  .our-clients {
    min-height: 314px !important;
  }

  .Source span {
    font-size: 10px !important;
  }
  .content-1 .content-overlay {
    height: 100% !important ;
  }
  .Source h5 {
    font-size: 14px !important;
  }

  .mountains {
    margin-left: 16px !important;
  }

  .grow-your-career h2 {
    margin-top: 1px !important;
  }

  .career .w-100 {
    width: 100% !important;
  }

  .site-mobile-menu .site-nav-wrap>li {
    display: block;
    position: relative !IMPORTANT;
    float: left;
    width: 100%;
  }

  .quality-assurance .more img {
    /* width: 20% !important; */
  }

  .certifications {
    margin-top: -3px !important;
  }

  .biriyani {
    margin-left: 0px !important;
  }
  .careers .wherever {
    width: 9% !important;
    margin-left: 12px;
}
  .designed {
    margin-top: -2px !important;
  }

  .experts {
    width: 100% !important;
  }

  .supportive {
    width: 100% !important;
  }

  .banking {
    width: 100% !important;
  }

  .banking-1 {
    width: 100% !important;
  }

  .centric {
    width: 100% !important;
  }

  .content-1 {
    width: 100% !important;
    height: 253px !important;
  }

  .box-1 {
    /* margin-top: 197px !important; */
  }

  .data-integration {
    width: 100% !important;
  }
  .nterview h2 {
    font-size: 37px !important;
    font-weight: 600;
}
  .leverage {
    padding: 0px 0px 0px !important;
  }

  .designed {
    text-align: center !important;
  }

  .hone img {
    width: 32% !important;
  }

  .high-quality-services h6 {
    margin-top: -27px !important;
  }

  .custom {
    margin-top: -22px !important;
  }

  .experience {
    margin-top: -24px !important;
  }

  .qa-testing h2 {
    margin-top: -46px !important;

  }

  .intelligent h2 {
    font-size: 24px !important;
  }

  .inclusion {
    margin-top: -23px !important;
  }

  .innovation .landscape {
    margin-top: -31px !important;
  }

  .integration {
    padding: 37px 21px 31px !important;
  }

  .additional h2 {
    font-size: 28px !important;
  }

  .ideate {
    margin-top: -42px !important;
  }

  .business {
    padding: 31px 8px 28px !important;
    margin-top: -31px !important;
  }

  .maximizing h2 {
    font-size: 23px !important;
  }

  .centricity h3 {
    font-size: 26px !important;
  }

  .methodology h1 {
    font-size: 29px !important;
    font-weight: 900;
    margin-top: -55px !important;
  }

  .methodology .card-body {
    padding: 15px 15px 5px !important;
  }

  .methodology p {
    margin-top: 13px !important;
  }

  .percentage .card-body {

    padding: 15px 12px 5px !important;
  }

  .high-quality-services h2 {
    font-size: 32px !important;
    margin-top: -16px !important;
  }

  .processes h2 {
    margin-top: 33px !important;
  }

  .financial h2 {
    margin-top: -23px !important;
  }

  .featur .btn-primary {
    width: 42% !important;
  }

  .find-at-carytek h1 {
    font-size: 29px !important;
  }

  .incorupte h6 {
    font-weight: 900;
    font-size: 18px;
  }

  .blogs .card-body {
    padding: 44px 14px 5px !important;
  }

  .intelligent h6 {
    margin-top: 13px !important;
  }

  .globally {
    margin-top: 18px !important;
  }

  .impactful h2 {
    font-size: 21px !important;
  }
.impact{
  width: 100% !important;
}
  .resources .card-body {
    padding: 21px 14px 27px !important;

  }

  .content {
    width: 100% !important;
  }

  .short-description h6 {
    margin-top: -95px;
  }

  .frameworks {
    padding: 21px 0px 8px !important;
  }

  .application-development {
    width: 100% !important;
  }

  .global .leader {
    width: 100%;
    height: 100%;
  }

  .grow-your-career p {
    margin-top: 22px !important;
  }

  .site-navbar-top .btn-warning {
    font-size: 9px;
    padding: 5px 6px 5px;
    font-weight: 900;
  }

  .services {
    margin-top: 231px;
  }

  .our-clients-around {
    margin-bottom: -75px !important;
  }

  .ideation h2 {
    margin-bottom: -21px !important;
    font-size: 27px;
  }

  .tansforming h2 {
    margin-bottom: -23px !important;
    font-size: 27px;
  }

  .portfolios h2 {
    margin-bottom: -23px !important;
    font-size: 27px;
  }


  .list-group {

    padding: 0px 0px 0px !important;
  }

  .sub-menu {
    flex-direction: column;
  }

  .sub-menu-nav {
    text-align: center;
    width: 100%;
  }

  .integrations h2 {
    font-size: 31px !important;

    width: 315px !important;
  }

  .submit .btn-primary {
    font-size: 14px !important;
  }

  .united {
    width: 100% !important;
  }

  .careers h5 {
    margin-top: 13px !important;
  }

  .teamwork {
    width: 100% !important;
  }

  .consulting-partner {
    width: 100% !important;
    height: 100% !important;
  }

  .careers .btn-primary {
    margin-top: 20px !important;
    width: 37% !important;
  }

  .growth {
    width: 100% !important;
  }

  .centric-approach {
    width: 100% !important;
    height: 100% !important;
  }

  .reach .btn-primary a {
    font-size: 16px !important;
  }

  .recruiter .text-end {
    text-align: none !important;
  }

  .exceptional {
    height: 53vh !important;
  }

  .hero {
    height: 64vh !important;
  }

  .graphins {

    top: 0px !important;
    margin-left: 114px !important;
  }

  .graphins p {
    font-size: 12px !important;
    line-height: 13px !important;
  }

  .graphins h4 {

    font-size: 14px !important;
  }

  .deploy {
    text-align: center !important;
  }

  .frameworks h2 {
    font-size: 28px !important;
    font-weight: 900;
  }

  .page-link {
    position: relative;
    display: block;
    margin-left: -8px !important;
    line-height: 2.25;
    width: 31px !important;
    font-size: 18px !important;
  }

  .pagination {
    margin-left: -40px !important;
  }

  .unleashing h3 {
    margin-top: 12px !important;
    margin-left: -9px !important;
  }

  .unleashing h2 {
    margin-top: 5px !important;
    margin-right: -16px !important;
  }

  .centric-approach-1 {
    width: 100% !important;
    height: 100% !important;
  }
.enterprise img{
  width: 30% !important;
}
.enterprise h2 {
  
  width: 231px !important;
}
.matches .btn-outline-warning {
  margin-right: 148px !important;
  margin-top: 12px !important;
}
.reflects{
  width: 100% !important;
}
.sustainable {
  margin-top: -17px !important;
  margin-left:1px !important;
}
.sustainable h6 {
  font-weight: 600;
  font-size: 24px !important;
}
.topnav a span {
  padding-bottom: 5px !important;
  font-size:15px !important;
}
.tabs-1 {
  padding: 27px 0px 34px !important;
}


}
.box-1 .btn-danger a:hover {
  color: #fff !important;
}
.exhibit-1 {
  background-color: #FEF7E8;
  padding: 28px 12px 26px;
  height: 236px;
}

.unleashing h2 span {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

.focused-1 {
  background-color: #E6FBFD;
  padding: 28px 12px 26px;
  height: 236px;
}

.client-1 {
  background-color: #F5FCEC;
  padding: 28px 12px 26px;
  height: 238px;
}

.centric-approach-1 {
  width: 417px;
  height: 226px;
}

.unleashing h3 {
  margin-top: 12px;
}
.princip img{
  width: 100%;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.additional {
  background-color: #cbdced8c;
  padding: 24px 0px 12px;
}

.frameworks h2 {
  font-size: 38px;
  font-weight: 900;
}

.deploy {
  background-color: #fff;
  padding: 17px 20px 17px;
}

.augmentation ul li a {
  color: #ffffff94;

}

.inclusion a span {
  color: #fff9;
  font-size: 14px;
  font-weight: 500;
}

.transparency {
  background-color: #2A6FB6;
  padding: 12px 0px 30px;

}

.teamwork {
  background-color: #FFFFFF;
  padding: 12px 12px 12px;
  min-height: 212px;
  width: 273px;
}

.teamwork h3 {
  font-size: 16px;
  font-weight: 900;
  color: #000000;
}

.transparency h2 {
  font-weight: 900;
  font-size: 38px;
  color: #FFFFFF;
}

.transparency p {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 14px;
}

.teamwork p {
  color: #404142bd;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}

.habitasse .form-control {
  border-radius: 1px;
  height: 44px;
  font-size: 14px;
  margin-bottom: 20px;
  color: var(--gray);
  width: 100%;
  border: none;
  background-color: #F1F1F1;
  font-weight: 400;
}

.habitasse textarea.form-control {
  height: 110px;
  border-radius: 0%;
  font-weight: 400;
  font-size: 15px;
}

.habitasse h2 {
  font-size: 38px;
  font-weight: 900;
  color: #171F31;
}

.habitasse p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}

.submit .btn-primary {
  width: 40%;
  height: 60px;
  color: #FFFFFF;
  background-color: #2A6FB6;
  border-color: #2A6FB6;
  font-size: 16px;
  font-weight: 900;
}

.submit .btn-primary:hover {
  background-color: brown;
  border-color: brown;
}

.united h4 {
  font-size: 19px;
  font-weight: 900;
}

.united h5 {
  color: #2A6FB6;
  font-size: 16px;
  font-weight: 500;
}

.united {
  background-color: #CFDEEE;
  padding: 12px 0px 12px;
  min-height: 271px;
  width: 405px;
}

.united p {
  color: #000000a3;
  font-size: 14px;
  font-weight: 500;
}

.united img {
  margin-top: -48px;
  width: 13%;
}

.fairfield {
  margin-top: 74px;
}

.united h6 span {
  color: #000000a3;
  font-size: 15px;
  font-weight: 500;
}

.blogs .form-control {
  box-shadow: none;
  border: none;
  padding: 5px 20px;
  height: 51px;
  background: #F1F1F1;
  color: #707070;
  font-size: 14px;
  border-radius: 2px;
  font-weight: 400;
}

.blogs .btn-success {
  color: #000;
  background-color: #F1F1F1;
  border-color: #ffffff;
  position: absolute;
  left: 88%;
  top: 12%;
}

.blogs h3 {
  font-size: 38px;
  font-weight: 900;
}

.blogs a {
  color: #505050;
  font-weight: 400;
  font-size: 14px;
}

.centricity h3 {
  color: #000;
  font-size: 38px;
  font-weight: 900;
}

.saadat span {
  color: #171819;
  font-size: 14px;
  font-weight: 500;
}

.card-body h2 {
  font-size: 20px;
  font-weight: 900;
  color: #171F31;
}

.blogs .card-body {
  box-shadow: 0 3px 6px #00000029;
  padding: 44px 32px 5px;
}

.blogs .card {
  border: none;
}

.tellus img {
  width: 100%;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 29px;
  color: #000000E6;
  background-color: #fff;
  border: 1px solid #dee2e6;
  /* width: 35px; */
  font-size: 18px;
  font-weight: 500;
  border-radius: 1px;
}

.pagination {
  margin-left: 33px;
}

.page-item:not(:first-child) .page-link {
  margin-left: 9px;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #2A6FB6;
  border-color: #2A6FB6;
}

.unleashing h3 span {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

.unleashing i {
  font-size: 18px;
  font-weight: 900;
  color: #000000;
}

.careers img {
  width: 100%;
}

.careers p {
  font-size: 14px;
  color: #444444d4;
  line-height: 36px;
}

.careers .btn-primary {
  margin-top: 63px;
  width: 19%;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 900;
  height: 41px;
  background-color: #2A6FB6;
  border-color: #2A6FB6;
}

.careers .btn-primary:hover {
  background-color: #05B97F;
  border-color: #05B97F;
  color: #000;
}

.careers h5 {
  color: #2A6FB6;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 1px;
}

.careers h2 {
  font-weight: 900;
  font-size: 38px;
  color: #171F31;
}

.growth {
  background-color: #E6FBFD;
  padding: 28px 12px 26px;
  width: 310px;
}

.supportive {
  background-color: #E9F6EF;
  padding: 28px 12px 26px;
  width: 310px;
}

.reflects {
  background-color: #FEF7E8;
  padding: 28px 12px 26px;
  width: 310px
}

.impact {
  background-color: #F5FCEC;
  padding: 28px 12px 26px;
  width: 310px;
}

.find-at-carytek h1 {
  color: #171F31;
  font-weight: 900;
  font-size: 38px;
}

.automating h4 {
  font-size: 22px;
  font-weight: 900;
  color: #171F31;
}

.automating .btn-primary {
  border-radius: 19px;
  width: 114px;
  height: 41px;
  font-weight: 500;
  font-size: 13px;
  padding: 0px 21px 0px;
  background-color: #2A6FB6;
  border-color: #2A6FB6;
  position: relative;
}

.automating .btn-primary:hover {
  background-color: rgb(182, 42, 77);
  border-color: #b62a98;
}

.automating {
  box-shadow: 0px 3px 6px #00000029;
  padding: 38px 26px 27px;
  min-height: 344px;

}

.partnerships h2 {
  font-size: 38px;
  font-weight: 900;
  color: #171F31;
}

.partners {
  width: 61% !important;
}

.amazon h2 {
  font-size: 20px;
  font-weight: 900;
  color: #FEBE10;
}

.amazon {
  background-color: #fef7e88f;
  padding: 28px 21px 17px;


}

.cloudera h2 {
  font-size: 20px;
  font-weight: 900;
  color: #00A7E1;
}

.cloudera {
  background-color: #e6fbfd9e;
  padding: 28px 21px 17px;

}

.web-services h2 {
  font-size: 20px;
  font-weight: 900;
  color: #00B5A3;
}

.web-services {
  background-color: #e9f6ef91;
  padding: 28px 21px 17px;

}

.oracls h2 {
  font-size: 20px;
  font-weight: 900;
  color: #FF0000;
}

.oracls {
  background-color: #fee6ed9c;
  padding: 28px 21px 17px;


}

.ibm-busines h2 {
  font-size: 20px;
  font-weight: 900;
  color: #116DB2;
}

.has-children .w-100 {
  width: 61% !important;
}

.ibm-busines {
  background-color: #f8efff96;
  padding: 28px 21px 17px;

}

.partner h2 {
  font-size: 20px;
  font-weight: 900;
  color: #FBBC05;
}

.partner {
  background-color: #fdf0e680;
  padding: 28px 21px 17px;
}

.consulting-partner {
  width: 419px;
  height: 253px;
}

.cloud h2 {
  font-size: 38px;
  font-weight: 900;
  border-bottom: 2px solid #2A6FB6;
  width: 95px;
}

.more .btn-primary a {
  color: #fff;
}

.nosql h2 {
  font-size: 38px;
  font-weight: 900;
  border-bottom: 2px solid #2A6FB6;
  width: 230px;
}

.enterprise h2 {
  font-size: 38px;
  font-weight: 900;
  border-bottom: 2px solid #2A6FB6;
  width: 551px;
}

.frame-works h2 {
  font-size: 38px;
  font-weight: 900;
  border-bottom: 2px solid #2A6FB6;
  width: 214px;
}

.reporting h2 {
  font-size: 38px;
  font-weight: 900;
  border-bottom: 2px solid #2A6FB6;
  width: 173px;
}

.integrations h2 {
  font-size: 38px;
  font-weight: 900;
  border-bottom: 2px solid #2A6FB6;
  width: 374px;
}

.ecm h2 {
  width: 74px;
  font-size: 38px;
  font-weight: 900;
  border-bottom: 2px solid #2A6FB6;
}

.microservices h2 {
  font-size: 38px;
  font-weight: 900;
  border-bottom: 2px solid #2A6FB6;
  width: 234px;
}

.soa h2 {
  font-size: 38px;
  font-weight: 900;
  border-bottom: 2px solid #2A6FB6;
  width: 88px;
}

.web h2 {
  font-size: 38px;
  font-weight: 900;
  border-bottom: 2px solid #2A6FB6;
  width: 136px;
}

.devops h2 {
  font-size: 38px;
  font-weight: 900;
  border-bottom: 2px solid #2A6FB6;
  width: 124px;
}

.birth .form-select {
  box-shadow: none;
  padding: 5px 12px;
  height: 51px;
  background-color: #F1F1F1;
  color: #171819;
  font-size: 14px;
  border-radius: 1px;
  border: none;
  margin-bottom: 21px;
  width: 307px;
}

.inclusion a span:hover {
  color: #007bff;
}

.centric-approach {
  width: 417px;
  height: 291px;
}

.client h6 a {
  font-size: 14px;
  font-weight: 500;
  color: #05B97F;
}

.focused h6 a {
  color: #21D6EA;
  font-size: 14px;
  font-weight: 500;
}

.exhibit h6 a {
  color: #EA690D;
  font-weight: 500;
  font-size: 14px;
}

.driven h6 a {
  color: #05B97F;
  font-size: 14px;
  font-weight: 500;
}

.approach h6 a {
  font-size: 14px;
  font-weight: 500;
  color: #21D6EA;
}

.centric h6 a {
  font-size: 14px;
  font-weight: 500;
  color: #F8B320;
  text-decoration: none;
}

.centric-approach h5 {
  font-size: 18px;
  font-weight: 900;
  color: #000000;
}

.dropdown-hover:hover>.dropdown-menu {
  display: inline-block;
}

.dropdown-hover>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.dropdown-menu {
  position: absolute;
  top: 84%;
  left: 395px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border-bottom: none;
}

.site-navbar .w-100 {
  width: 61% !important;
}

a:hover {
  color: #007bff !important;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .container {
    max-width: 960px !important;
  }
}

.site-navbar .w-100 {
  width: 61% !important;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 147px;
  left: 5%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
}

.site-navbar-top .text-end {
  text-align: end !important;
  
}

.unleashing .text-end {
  text-align: end !important;
}

@media only screen and (max-width: 600px) {
  .site-navbar-top .text-end {
    text-align: end !important;
    margin-top: -10% !important;
}
  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 30px;
    left: 5%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
  }
  .services h5 {
    font-weight: 500;
    font-size: 18px;
    color: #ffffffb3;
}
  .box-1 h2 {
    font-size: 30px;
  }

  .box-1 .btn-danger {
    margin-left: 15px !important;
  }

  .leader {
    width: 100% !important;
  }
  .acccelerate img {
    width: auto !important;
}
}

.consulting .text-end {
  text-align: end !important;
}

.find-at-carytek h5 {
  color: #171f31de;
  font-size: 18px;
  font-weight: 600;
}

.birth .form-select:hover {
  border: none;
}

.Source h5 {

  margin-top: -2px;
  font-size: 16px;
  line-height: 20px;
  color: #404142;
}

.Source {
  margin-left: -24px;
}

.inner-box-1 {
  border-bottom: 1px solid #ced4da;
}

.rounded-circle {
  height: 60px;
  width: 128px;
}

.rounded-circle img {
  width: 83%;

}

.Source span {

  font-size: 13px;
  font-weight: 400;

  margin-left: 3px;
}

.configure h5 {
  font-size: 20px;
  font-weight: 900;
  color: #000;
}

.configure h6 a {
  color: #000;
  font-size: 15px;
  font-weight: 600;
}

.configure h6 span {
  color: #2A6FB6;
  font-size: 14px;
  font-weight: 600;
}

.configure span i {
  color: #2A6FB6;

}

.category .w-100 {
  height: 50vh;
}

.configure h4 {
  font-size: 25px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 0 0;
  color: #212D3A;
}

.configure h3 {
  font-size: 25px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 0 0;
  color: #212D3A;
}

.recent h5 {
  color: #000;
  font-weight: 900;
  font-size: 20px;
}

.custom h3 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
}

.various h2 {
  text-align: center;
  color: #000;
  font-size: 28px;
  font-weight: 700;
}

.various ul li {
  font-size: 15px;
  background: url(../images/tik1.png) no-repeat 0 10px;
  padding-left: 26px;
  list-style: none;
  margin-left: -43px;
  line-height: 34px;
  font-weight: 500;
  color: #444444d9;
}

.various ul li span {
  font-weight: 700;
}

.tansforming p {
  line-height: 34px;
}

.ideation p {
  line-height: 34px;
}

.portfolios p {
  line-height: 34px;
}

.processes h2 {
  color: #000;
  font-size: 28px;
  font-weight: 900;
}

.graphins {
  position: absolute;
  top: -1px;
  margin-left: 133px;
}

.graphins h4 {

  font-weight: 600;
  font-size: 23px;

}

.graphins p {
  font-size: 14px;
  line-height: 29px;

  color: #565658;
}

.processes h4 {
  font-weight: 900;
  font-size: 28px;
}

.experience h4 {
  font-size: 18px;
  font-weight: 600;

}

.maintenance {
  background-color: #FDE9C6;
  padding: 19px 0px 19px;
}

.reliable {
  background-color: #fef7e88f;
  padding: 19px 0px 19px;
}

.haptics .enhance {
  width: 37%;
}

.haptics h4 {
  font-size: 22px;
  font-weight: 600;
}

.PhoneGap {
  background-color: #ea690d29;
  padding: 48px 0px 29px;
}

.experts {
  background-color: #fff;
  padding: 27px 30px 27px;
  min-height: 283px;
  width: 103%;
}

.experts h3 {
  font-size: 18px;
  font-weight: 600;
}

.high-performance h3 {
  font-size: 32px;
  font-weight: 900;
}

.grow-your-career ul li {
  font-size: 18px;
  background: url(../images/tik1.png) no-repeat 0 10px;
  padding-left: 26px;
  list-style: none;
  margin-left: -43px;
  line-height: 34px;
  font-weight: 500;
  color: #444444d9;
}

.serving {
  background-color: #cbdced8c;
  padding: 46px 0px 46px;
}

.serving h2 {
  font-size: 32px;
  font-weight: 900;
}

.expertize h2 {
  font-size: 28px;
  font-weight: 900;
  border-bottom: 2px solid #2A6FB6;
  width: 274px;
}

.percentage .card-body {
  box-shadow: 0 3px 6px #00000029;
  padding: 15px 32px 5px;
}

.percentage .card {
  border: none;
}

.maximizing h2 {
  font-size: 28px;
  font-weight: 900;
}

.maximizing {
  background-color: #f6b6371f;
  padding: 40px 0px 49px;
}

.sap-it-solutions h2 {
  font-size: 32px;
  font-weight: 900;
}

.data-integration {
  background-color: #fff;
  padding: 39px 30px 27px;
  width: 103%;

  min-height: 182px;
}

.data-integration h3 {
  font-size: 22px;
  font-weight: 600;
}

.content {
  position: relative;
  width: 100%;
  max-width: 562px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 13px;
  width: 106%;
  height: 240px;
}

.content-1 {
  position: relative;
  width: 100%;
  max-width: 562px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 13px;
  width: 103%;
  height: 250px;
}

.content-1 .content-overlay {
  background-color: #000000b0;
  ;
  position: absolute;
  height: 96%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  -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-1:hover .content-overlay {
  opacity: 1;
}

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

.automated h3 {
  font-size: 22px;
  font-weight: 600;
}

.PhoneGap h2 {
  font-size: 32px;
  font-weight: 900;
}

.hone img {
  width: 21%;
}

.leverage h2 {
  font-size: 38px;
  font-weight: 900;
}

.qa-testing h2 {
  font-size: 22px;
  font-weight: 600;
}

.leverage {
  /* background-color: #b92c0530; */
  padding: 12px 120px 12px;
}

.qa-testing {
  /* background-color: #fff; */
  padding: 12px 0px 12px;
}

.innovation {
  background-color: #f6b6371f;
  padding: 40px 0px 0px;
  ;
}

.innovation p {
  font-size: 16px;
  font-weight: 500;
}

.innovation h2 {
  font-weight: 900;
  font-size: 32px;
}

.innovation img {
  width: 100%;
}

.integration {
  background-color: #fff;
  padding: 27px 30px 27px;
  width: 103%;
}

.integration h3 {
  font-size: 22px;
  font-weight: 600;
}

.delivering h2 {
  font-size: 32px;
  font-weight: 900;
}

.integration {
  box-shadow: 0px 3px 6px #00000021;
  padding: 37px 46px 31px;

}

.business {
  box-shadow: 0px 3px 6px #00000021;
  padding: 28px 29px 22px;
  min-height: 267px;
}

.business h2 {
  font-size: 18px;
  font-weight: 600;
}

.methodology {
  /* background-color: #fde4282e; */
  padding: 12px 0px 12px;
}

.ideate {
  /* background-color: #fff; */
  padding: 12px 0px 12px;
}

.ideate h2 {
  font-size: 22px;
  font-weight: 600;
}

.methodology h1 {
  font-size: 32px;
  font-weight: 900;
}

.methodology .card-body {
  box-shadow: 0 3px 6px #00000029;
  padding: 15px 32px 5px;
  min-height: 288px;
}

.methodology .card {
  border: none;
}

.card-body ul li {
  font-size: 14px;
  background: url(../images/tik1.png) no-repeat 0 10px;
  padding-left: 26px;
  list-style: none;
  margin-left: -43px;
  line-height: 34px;
  font-weight: 500;
  color: #444444d9;
}

.deploy span {
  font-size: 22px;
  font-weight: 600;
  margin-left: 14px;
}

.deploy img {
  width: 13%;
}

.frameworks {
  background: url(../http://richlabz.com/rajitha/carytek_ci/assets/images/banner.png) no-repeat center;
  background-size: cover;
  background-color: #FDE9C6;
  padding: 24px 30px 8px;
  position: relative;
}

.additional h2 {
  font-size: 38px;
  font-weight: 900;
}

.additional p {
  line-height: 28px;
}

.alliances {
  background-color: #E9F6EF;
  padding: 28px 12px 2px;
  min-height: 319px;

}

.impactful h2 {
  font-size: 38px;
  font-weight: 900;
  color: #ffff;
}

.impactful {
  background-color: #2A6FB6;
  padding: 31px 0px 31px;
}

.benefited .btn-outline-warning {

  border-color: var(--white);
  color: #000;
  border-radius: 2px;
  margin-top: 12px;
  width: 211px;
  height: 50px;
  margin-right: 17px;
}

.benefited .btn-outline-warning:hover {
  background-color: #ffc107;
  border-color: #ffc107;
}

.benefited .btn-outline-warning a {
  color: #fff;
  font-size: 18px;
}

.resources .card-body {
  box-shadow: 0 3px 6px #00000029;
  padding: 21px 32px 27px;
  min-height: 276px;
}

.resources .card {
  border: none;
}

.resources .btn-primary {
  border-radius: 19px;
  width: 114px;
  height: 41px;
  font-weight: 500;
  font-size: 15px;
  padding: 0px 21px 0px;
  background-color: #2A6FB6;
  border-color: #2A6FB6;
  text-align: center;

}

.resources .btn-primary:hover {
  background-color: rgb(182, 42, 77);
  border-color: #b62a98;
}

.Optimization {
  box-shadow: 0px 3px 6px #00000029;
  padding: 4px 24px 20px;

}

.Optimization h3 {
  font-size: 18px;
  font-weight: 600;
}

.administration h2 {
  font-size: 38px;
  font-weight: 900;

}

.generation {
  line-height: 21px;
  padding-bottom:14px;
}

.harness h2 {
  font-size: 32px;
  font-weight: 900;
}

.companywith h2 {
  font-size: 32px;
  font-weight: 900;
}

.no-support {
  text-align: center;
  padding: 5px;
  width: 450px;
  margin-left: auto;
  margin-right: auto;
  background: #ee6620;
  color: #fff;
  font-size: 16px;
}

@supports(scroll-snap-type: y mandatory) {
  .no-support {
    display: none;
  }
}

.example-wrapper {
  text-align: center;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.guidewire {
  width: 320px;
  height: 268px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #33333342;
  overflow: scroll;
  position: relative;
}

.element {
  width: 300px;
  height: 43px;
  scroll-margin: 10px;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
  color: #000;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}

.element:nth-child(1) {
  background: #6c757d5c;
}

.element:nth-child(2) {
  background: #6c757d5c;
}

.element:nth-child(3) {
  background: #6c757d5c;
}

.element:nth-child(4) {
  background: #6c757d5c;
}

.element:nth-child(5) {
  background: #6c757d5c;
}

.element:nth-child(6) {
  background: #6c757d5c;
}

.element:nth-child(7) {
  background: #6c757d5c;
}

.element:nth-child(8) {
  background: #6c757d5c;
}

.element:nth-child(9) {
  background: #6c757d5c;
}

.element:nth-child(10) {
  background: #6c757d5c;
}

.element:nth-child(11) {
  background: #6c757d5c;
}

.element:nth-child(12) {
  background: #6c757d5c;
}


.y-mandatory {
  scroll-snap-type: y mandatory;
  overflow-x: hidden;
}

.both-mandatory {
  scroll-snap-type: both mandatory;
}



.y-proximity {
  scroll-snap-type: y proximity;
}

.both-proximity {
  scroll-snap-type: both proximity;
}

/* Below here just styles the container & elements so they look nice */


.y-scroll .element {
  margin-bottom: 10px;
}

.both-scroll .wrapper {
  width: 620px;
  height: 100%;
  display: grid;
  grid-template-columns: 300px 300px;
  grid-gap: 10px;
}

.site-navbar .text-end {
  text-align: end !important;
}

.top-bar {
  width: 98% !important;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.box-1 .btn-danger a {
  color: #fff;
}

.box-1 .btn-outline-secondary a {
  color: #ffff;
}

.card-body h4 {
  text-align: center;
  color: #2A6FB6;
  font-size: 14px;
  margin-top: -22px;
  font-weight: 600;
}

.excitement .card-body {
  box-shadow: 0 3px 6px #00000029;
  padding: 44px 32px 5px;
  min-height: 190px;
}

.excitement .card {
  border: none;
}

.excitement p {
  color: #444444d4;
  font-weight: 500;
  font-family: 'Barlow';
  font-size: 14px;
  line-height: 29px;
}

.recruiter .text-end {
  text-align: end !important;
}

.matches .btn-outline-warning {

  border-color: var(--white);
  color: #fff;
  border-radius: 2px;
  position: relative;
  width: 211px;
  height: 50px;
  margin-right: 17px;
  z-index: 999;
}


.matches .btn-outline-warning a {
  color: #fff;
  font-size: 18px;
}

.recruiter {
  background-color: #2A6FB6;
  padding: 40px 0px 40px;
  color: #fff;
}

.our-clients .upload {
  width: 100%;

}

.our-clients .rich {
  width: 67%;
  margin-top: -20px;
  position: absolute;
  margin-left: 20px;
}

.form-parent {
  width: 323px;
  height: auto;
  background: transparent url('https://3.bp.blogspot.com/-gvfHlb6JnY4/VPnwlkELmhI/AAAAAAAAKDU/9lgOeCd279E/s1600/contact-button.png') no-repeat right 10px;
  position: fixed;
  top: 150px;
  left: -275px;
  z-index: 9999999;
  transition: all ease .6s;
  -moz-transition: all ease .6s;
  -webkit-transition: all ease .6s;
  -o-transition: all ease .6s;
  float: right;
}

.form-parent:hover {
  left: 0;
}

.cc-float-form {


  background: #fff;
  color: #fafafa;
  padding: 10px;
  width: 273px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#ContactForm1 {
  display: none;
}

.contact-form-area {
  background: transparent;
  width: 245px;
  padding: 10px 0px;

  font-family: Verdana, Geneva, sans-serif;
  color: #fafafa;
  font-size: 12px;
}

#cc {
  float: right;
  font-size: 9px;
  margin-top: -10px;
  color: #777;
}

#cc a {
  color: #777;
  text-decoration: none;
}

.sticky-icon {
  z-index: 999;
  position: fixed;
  top: 52%;
  right: 0%;
  width: 328px;
  display: flex;
  flex-direction: column;
}

.sticky-icon a {
  transform: translate(271px, 0px);
  border-radius: 50px 0px 0px 50px;
  text-align: left;
  margin: 2px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
  transition: all 0.8s;
}

.sticky-icon a:hover {
  color: #FFF;
  transform: translate(0px, 0px);
}

.sticky-icon a:hover i {
  transform: rotate(360deg);
}

/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/
.Facebook {
  background-color: #2C80D3;
  color: #FFF;
}

.Youtube {
  background-color: #fa0910;
  color: #FFF;
}

.Twitter {
  background-color: #53c5ff;
  color: #FFF;
}

.Instagram {
  background-color: #2a6fb6;
  color: #FFF;
}

.Instagram a {
  color: #fff;
}

.Google {
  background-color: #d34836;
  color: #FFF;
}

.sticky-icon a i {
  background-color: #FFF;
  height: 40px;
  width: 40px;
  color: #000;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin-right: 2px;
  transition: all 0.5s;
}

.sticky-icon a i.fa-facebook-f {
  background-color: #FFF;
  color: #2C80D3;
}

.sticky-icon a i.fa-google-plus-g {
  background-color: #FFF;
  color: #d34836;
}

.sticky-icon a i.fa-instagram {
  background-color: #FFF;
  color: #FD1D1D;
}

.sticky-icon a i.fa-youtube {
  background-color: #FFF;
  color: #fa0910;
}

.sticky-icon a i.fa-twitter {
  background-color: #FFF;
  color: #53c5ff;
}

.fas fa-shopping-cart {
  background-color: #FFF;
}

#myBtn {
  height: 50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  text-align: center;
  padding: 10px;
  text-align: center;
  line-height: 40px;
  border: none;
  outline: none;
  background-color: #1e88e5;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}

.fa-arrow-circle-up {
  font-size: 30px;
}

#myBtn:hover {
  background-color: #555;
}

.sticky-icon a:hover {
  color: #ffff !important;
  text-decoration: underline;
}

.sticky-wrapper.is-sticky .site-navbar .brand-logo {
  display: none;
}

.brand-logos {
  display: none;
}

.sticky-wrapper.is-sticky .site-navbar .brand-logos {
  display: block !important;
}

.site-navbar .site-navigation .site-menu a :hover {
  text-decoration: none !important;
  display: inline-block;
  font-weight: 500;
  color: #000 !important;
}
.blogs p a :hover{
  color: #505050;
}
.acccelerate img{
  width: 100% ;
}
.careers .wherever{
  width: 5%;
    margin-left: 12px;
}
.box-1 .btn-outline-secondary a:hover {
  color: #ffff !important;
}

.tabs-1 {
  background-color: #2a6fb6d1;
  padding: 35px 9px 0px;
  color:#fff;
}

.tabs-1 h4 {
  color: #FF6D60;
  font-size: 20px;
  font-family: 'Quicksand';
  font-weight: 900;
}

.tabs-1 h3 {
  color: #002D59;
  font-size: 38px;
  font-family: 'Poppins';
  font-weight: 900;
}

.topnav a span {
  border-bottom: 3px solid #FF6D60;
  padding-bottom: 18px;
  color:#fff;
  font-size:16px;
  font-weight:600;
}
.topnav a{
  color:#fff;
  font-size:16px;
  font-weight:600;
}
.nav-tabs .nav-link:hover {
  border-bottom: 3px solid #FF6D60;
  padding-bottom: 18px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  color: #fff !important;
}
.topnav a:hover{
  color:#ffffff;
}

.tab-content {
  line-height: 25px;
  padding: 30px 25px !important;

}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  background-color: #fff0;
  border:none;
}
.sustainable{
margin-top: 90px;
    margin-left: -67px;
}
.nav-tabs .nav-link{
  border:none;
}
.nav-tabs{
  border-bottom:none;
}
.sustainable p{
  color:#fff;
  line-height:23px;
  font-size:16px;
}
.tabs-1 h5{
  font-size:27px;
  font-weight:600;
}
.topnav a:hover {
  color: #bd0909;
  font-size: 16px;
  font-weight: 600;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a:hover{
  color:#343a40 !important ;
}
.form-subscribe .btn:hover {
  background-color: #000;
  border-color: #000;
}
.form-subscribe {
  max-width:726px;;
  margin: 0 auto;
}
.form-subscribe .form-control {
  padding-left: 24px;
  padding-right: 24px;
  border: none;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  height: 55px;
  font-size: 18px;
}

.form-subscribe .btn-success {

  background: #2A6FB6;
  border-color: #2A6FB6;
  height: 55px;
  border-radius: 1px;
}
.form-subscribe .btn-success {
  color: #fff;
  background-color: #2A6FB6;
  border-color: #2A6FB6;
}
.form-subscribe .label .error{
  padding: 10px;
  background: #343a4000;
  display: table;
  color: #fff;
}
.nterview h2{
  font-size: 36px ;
  font-weight: 600;
}
.nterview h6{
  font-size: 17px;
}
.form-subscribe .btn-success span:hover{
  /* color: #007bff; */
}
.site-navbar .site-navigation .site-menu .has-children .qa-testing-services {
visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 0px 0;
    margin-top: 20px;
    margin-left: -165px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
    border-radius: 4px;
}
.automating .btn-primary a{
  text-decoration: none;
  color: #fff;
}
.resume {
/* background-color: #002D59; */
padding: 12px 0px 12px;
}
.btn.btn-out-dashed {
  outline:2px dashed #6c757d47;
  outline-offset: -5px;
  width: 100%;
  padding: 15px 15px 10px;
    font-size: 14px;
    font-weight: 500;
    color: #171819;
}
.interested{
  background-color: #F5F5F5;
  padding: 12px 31px 30px;
}
.interested .form-control{
  
    background-color: #F5F5F5;
    width: 100%;
    height: 45px;
    border-radius: 1px;
    margin-top: 24px;
    color: #444444;
    font-weight: 500;
    font-size: 14px;
}

.interested .modal-header{
  border: none;
}
.searches .btn-primary{
  width: 100%;
    height: 45px;
    border-radius: 2px;
    background-color: #2A6FB6;
}
.searches .btn-primary:hover{
  background-color: #F6B637;
  border-color: #F6B637;
  color: #000;
}
.interested .textarea  {
  height: 120px ;
}
.interested h4{
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #2A6FB6;
}
.interested textarea.form-control {
  height: 110px;
  border-radius: 0%;
  font-weight: 400;
  font-size: 15px;
}
.recruitment h2{
  font-size: 38px;
  font-weight: 900;
  color: #2a6fb6;
}
.recruitment h3{
  font-size: 18px;
  font-weight: 900;
  color: #171F31;
}
.recruitment h4{
  font-weight: 900;
  font-size: 18px;
  color: #171F31;
}
.recruitment h5{
  font-weight: 500;
  font-size: 14px;
  color: #505050;
}
.recruitment h1{
  font-size: 18px;
  font-weight: 900;
  border-bottom: 1px solid #171F31;
  width: 25%;
}
.scrollToTopBtn {
  background-color: #850f11;
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  font-size: 30px;
  line-height: 48px;
  width: 48px;
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 999;
  opacity: 0;
  transform: translateY(100px);
  transition: all .5s ease
}
    
.showBtn {
  opacity: 1;
  transform: translateY(0)
}

