html,
body {
  height: 100%;
}
a:focus-visible,
button:focus-visible { 
  border: 1px solid red;
}
.navbar-toggler:focus-visible { 
  border: 1px solid red !important;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
    display: block;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: block !important;
    width: 270px;
    background: #0c518c;
    position: fixed;
    right: -270px;
    top: 0;
    height: 100vh;
    color: #ffffff;
    transition: all 0.3s;
    border-left: 4px solid #eaaf1b;
  }
  .navbar-expand-lg .navbar-collapse.collapsing,
  .navbar-expand-lg .navbar-collapse.show {
    display: block !important;
    right: 0px;
  }
}
header .navbar-nav {
  display: block;
}

.navbar-light .navbar-toggler.collapsed .navbar-toggler-icon {
  background: url(../images/menu.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 998px) {
  .navbar-light .navbar-toggler.collapsed .navbar-toggler-icon {
    background: url(../images/menu-blue.svg);
    background-repeat: no-repeat;
    background-size: 28px;
    height: 28px;
    width: 28px;
  }
}

.navbar-light .navbar-toggler .navbar-toggler-icon {
  background: url(../images/menu_close.svg);
  width: 23px;
  height: 23px;
}

.navbar-light .navbar-toggler {
  background: transparent;
  border: 0;
  position: fixed;
  right: 14px;
  top: 14px;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 998px) {
  .navbar-light .navbar-toggler {
    top: 20px;
    padding: 5px 8px;
  }
}

@media (max-width: 998px) {
  header .navbar-collapse {
    background: #0c518c;
  }
}

header {
  background: #0c518c;
  z-index: 9;
  transition: all 0.5s;
  position: fixed;
  height: 100vh;
  top: 0;
  right: 0;
  width: 80px;
  border-left: 4px solid #eaaf1b;
}
@media (max-width: 998px) {
  header {
    background: transparent;
    width: 100%;
    height: auto;
  }
}
header.fixed {
  background: #ffffff;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}

.socialLink a {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 5px;
  background: #ffc107;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/facebook.svg);
}
.socialLink a.link_icon {
  background-image: url(../images/linkedin.svg);
}
.socialLink a.mail_icon {
  background-image: url(../images/mail.svg);
}
.socialLink a.insta_icon {
  background-image: url(../images/Insta-logo.svg);
}
.socialLink.withoutMenu {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 998px) {
  .socialLink.withoutMenu {
    display: none;
  }
}
.socialLink.headerBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: #044882;
  padding: 10px 10px 3px 10px;
}

header .navbar {
  padding: 0;
}

header .navbar .navbar-brand {
  margin-top: 10px;
}

header .navbar .navbar-brand .iconlogo2 {
  display: none;
}

.fp-viewing-section_01 header .navbar .navbar-brand .iconlogo1 {
  display: inline-block;
}

.fp-viewing-section_02 header .navbar .navbar-brand .iconlogo1,
.fp-viewing-section_03 header .navbar .navbar-brand .iconlogo1,
.fp-viewing-section_04 header .navbar .navbar-brand .iconlogo1,
.fp-viewing-section_05 header .navbar .navbar-brand .iconlogo1,
.fp-viewing-section_06 header .navbar .navbar-brand .iconlogo1 {
  display: none;
}

.fp-viewing-section_02 header .navbar .navbar-brand .iconlogo2,
.fp-viewing-section_03 header .navbar .navbar-brand .iconlogo2,
.fp-viewing-section_04 header .navbar .navbar-brand .iconlogo2,
.fp-viewing-section_05 header .navbar .navbar-brand .iconlogo2,
.fp-viewing-section_06 header .navbar .navbar-brand .iconlogo2 {
  display: inline-block;
}

header .navbar-light .navbar-nav .nav-item .nav-link {
  color: #ffc107;
  font-family: "robotoregular";
  position: relative;
  text-align: left;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  font-size: 0.875rem;
  font-weight: 500;
}

header .navbar-light .navbar-nav {
  margin-top: 38px;
  max-height: calc(100vh - 110px);
  width: calc(100% + 24px);
  overflow: auto;
  padding-bottom: 76px;
}
@media (max-width: 998px) {
  header .navbar-light .navbar-nav {
    height: 100vh;
    max-height: calc(100vh - 37px);
  }
}
header .navbar-light .navbar-nav .nav-item {
  margin: 1px 0 1px 45px;
}

.navbar-light .navbar-nav .nav-item.active > .nav-link {
  color: #ffc107;
  font-family: "robotoregular";
}
@media (max-width: 998px) {
  .navbar-light .navbar-nav .nav-item.active > .nav-link {
    color: #ffc107;
  }
}

.subNave a {
  display: block;
  color: #ffffff;
  padding-left: 15px;
  font-size: 13px;
  text-transform: capitalize;
  margin: 8px 0;
}
@media (max-width: 767px) {
  .subNave a {
    margin: 12px 0;
  }
}

.socialLink a.calendly_icon {
  background-image: url(../images/calendly_icon.svg);
}

footer {
  background: #ffffff;
  position: relative;
  width: 100%;
  padding: 0;
  z-index: 3;
}
@media (max-width: 767px) {
  footer {
    height: auto;
  }
}
footer .footerTop {
  max-width: 814px;
  margin: 0 auto 27px;
  padding: 16px 25px 12px 25px;
  border-bottom: 1px solid #d6d3d3;
}
@media (max-width: 767px) {
  footer .footerTop {
    text-align: center;
  }
}
footer .footerTop .footerLogo {
  width: 180px;
  display: inline-block;
}
@media (max-width: 767px) {
  footer .footerTop .footerLogo {
    width: 140px;
  }
}
footer .footerTop .companyLoaction {
  float: right;
  margin-top: 10px;
}
@media (max-width: 767px) {
  footer .footerTop .companyLoaction {
    float: none;
  }
}
footer .footerTop .companyLoaction ul {
  text-align: center;
}
footer .footerTop .companyLoaction ul li {
  padding: 0 20px;
  font-size: 14px;
  line-height: 10px;
  color: #999999;
  border-left: 1px solid #999999;
  display: inline-block;
  letter-spacing: 0.3px;
}
@media (max-width: 540px) {
  footer .footerTop .companyLoaction ul li {
    padding: 0 8px;
  }
}
footer .footerTop .companyLoaction ul li:first-child {
  border: 0;
}
footer .footerTop .companyLoaction ul li:last-child {
  padding-right: 0;
}
footer .footerMidle {
  max-width: 790px;
  margin: 0 auto 10px;
  padding: 0 15px;
}
footer .footerMidle p {
  font-size: 10px;
  line-height: 18px;
  color: #999999;
  letter-spacing: 0.3px;
}
@media (max-width: 767px) {
  footer .footerMidle p {
    line-height: 16px;
  }
}
footer .footerMidle nav {
  margin-bottom: 12px;
  width: 100%;
  display: flex;
  align-items: self-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  footer .footerMidle nav {
    display: inline-block;
    padding: 15px 0;
  }
}
footer .footerMidle nav ul {
  float: left;
  vertical-align: top;
}
@media (max-width: 767px) {
  footer .footerMidle nav ul {
    padding: 10px 0;
    width: 50%;
  }
}
@media (max-width: 480px) {
  footer .footerMidle nav ul {
    width: 100%;
  }
}
@media (max-width: 767px) {
  footer .footerMidle nav ul:last-child {
    margin-top: 0 !important;
  }
}
footer .footerMidle nav ul li {
  margin-bottom: 6px;
}
@media (max-width: 480px) {
  footer .footerMidle nav ul li {
    display: block;
    margin-bottom: 10px;
  }
}
footer .footerMidle nav ul li a {
  color: #595959;
  font-size: 12px;
  text-transform: capitalize;
  font-family: "robotomedium";
}
@media (max-width: 767px) {
  footer .footerMidle nav ul li a {
    font-size: 12px;
  }
}
footer .footerMidle nav ul li a.active {
  color: #efb525;
}
@media (max-width: 767px) {
  footer .footerMidle nav ul.ourServiceWrap {
    width: 50%;
  }
}
@media (max-width: 480px) {
  footer .footerMidle nav ul.ourServiceWrap {
    width: 100%;
  }
}
footer .footerMidle nav ul.ourServiceWrap li {
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  footer .footerMidle nav ul.ourServiceWrap li {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  footer .footerMidle nav ul.ourServiceWrap li {
    width: 100%;
  }
}
footer .footerMidle nav ul.ourServiceWrap h3 {
  color: #cdcaca;
  font-size: 0.6875rem;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 5px;
}
@media (max-width: 480px) {
  footer .footerMidle nav ul.ourServiceWrap h3 {
    text-align: center;
    background: #f1f1f1;
    padding: 8px 0;
  }
}
footer .footer_bottom {
  background: rgba(144, 161, 186, 0.1);
  margin-top: 0px;
}
footer .footer_bottom ul {
  display: flex;
  max-width: 790px;
  margin: 0 auto;
  padding: 5px 15px;
}
@media (max-width: 767px) {
  footer .footer_bottom ul {
    display: inline-block;
    width: 100%;
  }
}
footer .footer_bottom ul li {
  float: left;
  width: 50%;
}
@media (max-width: 767px) {
  footer .footer_bottom ul li {
    width: 100%;
  }
}
footer .footer_bottom ul li:last-child {
  width: 50%;
  text-align: right;
}
@media (max-width: 767px) {
  footer .footer_bottom ul li:last-child {
    width: 50%;
    text-align: left;
  }
}
footer .footer_bottom ul li a {
  color: #1b5b92;
  font-size: 12px;
  font-family: "robotomedium";
  display: inline-block;
  line-height: 20px;
}
@media (max-width: 767px) {
  footer .footer_bottom ul li a {
    padding-right: 20px;
    font-size: 11px;
    display: inline-block;
  }
}
@media (max-width: 540px) {
  footer .footer_bottom ul li a {
    padding-right: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
footer .footer_bottom ul li a:last-child {
  text-align: right;
  float: right;
}
@media (max-width: 767px) {
  footer .footer_bottom ul li a:last-child {
    float: none;
    text-align: left;
  }
}
@media (max-width: 767px) {
  footer .footer_bottom ul li a.usNum {
    padding-left: 20px;
  }
}
footer .footer_bottom ul li img {
  margin-right: 10px;
}
@media (max-width: 767px) {
  footer .footer_bottom ul li img {
    margin-right: 4px;
    width: 12px;
    height: 12px;
  }
}
footer .copyright {
  max-width: 790px;
  font-size: 12px;
  margin-top: 0;
  padding: 10px 15px;
  margin-bottom: 0;
  color: #595959;
  text-align: center;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 767px) {
  footer .copyright {
    width: 100%;
    display: block;
  }
}
footer .copyright a {
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 0;
  color: #595959;
}
@media (max-width: 767px) {
  footer .copyright a {
    display: block;
    margin-bottom: 9px;
  }
}
footer .copyright p {
  margin-left: auto;
  color: #999999;
  font-size: 10px;
}

button:focus {
  outline: none;
}

.mian-wrapper {
  overflow: hidden;
}

.herobanner {
  background: url(../assets/images/heroimg.jpg) left top;
  background-size: contain;
  height: 100vh;
  background-repeat: no-repeat;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.herobannerWrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 420px;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 1025px) {
  .herobannerWrap {
    width: 300px;
  }
}
@media (max-width: 998px) {
  .herobannerWrap {
    width: auto;
    position: relative;
    height: 95vh;
  }
}
@media (max-width: 767px) {
  .herobannerWrap {
    height: auto;
  }
}
.herobannerWrap:before {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 15px;
  z-index: 1;
  opacity: 0.5;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+0,0.47+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.47) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.47) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.47) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#78000000",GradientType=1 ); /* IE6-9 */
}
.herobannerWrap .slick-arrow {
  position: absolute;
  right: 22px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 0;
  background-color: #efb525;
  background-image: url(../images/next_arrow.svg);
  border: 0;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
}
.herobannerWrap .slick-arrow.slick-prev {
  right: 80px;
  background-image: url(../images/prev_arrow.svg);
}
.herobannerWrap .heroSlider {
  height: 100%;
}
.herobannerWrap .heroSlider .slick-list {
  height: 100%;
  overflow: hidden;
}
.herobannerWrap .heroSlider .slick-list .slick-track {
  height: 100%;
}
.herobannerWrap .heroSlider .slick-list .slick-track .items {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  position: relative;
  height: 100vh;
}
@media (max-width: 998px) {
  .herobannerWrap .heroSlider .slick-list .slick-track .items {
    background-position: top center !important;
  }
}
.herobannerWrap .heroSlider .slick-list .slick-track .items:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
}
.herobannerWrap .heroSlider .slick-list .slick-track .items .caption {
  background: #f0f1f0;
  position: absolute;
  left: 0;
  bottom: 30px;
  border-radius: 0px 20px 20px 0px;
  padding: 14px 23px 14px 14px;
}

.centerwrapper {
  width: calc(100% - 80px);
  padding-left: 420px;
  background: url(../images/transparent_bg.png);
  background-position: 368px 0;
  background-repeat: repeat-x;
  background-size: 100%;
  overflow: hidden;
}
@media (max-width: 1025px) {
  .centerwrapper {
    padding-left: 300px;
  }
}
@media (max-width: 998px) {
  .centerwrapper {
    padding-left: 0;
    width: 100%;
    background-position: 0 0;
  }
}
@media (max-width: 768px) {
  .centerwrapper {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 998px) {
  .navbar-brand {
    width: 175px;
  }
}
@media (max-width: 767px) {
  .navbar-brand {
    width: 150px;
  }
}

.logoWrap {
  line-height: 50px;
  border-bottom: 1px solid #efefef;
  padding: 0 40px;
  position: sticky;
  top: 0px;
  background: #ffffff;
  z-index: 5;
}
@media (max-width: 998px) {
  .logoWrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 54px;
    padding: 0 20px;
  }
}
.logoWrap .navbar-brand {
  width: 166px;
  padding: 0 0 8px 0;
}

.thinkWrap {
  padding: 10px 15px 0 15px;
  margin: 0 auto;
  max-width: 727px;
}
.thinkWrap h1, .thinkWrap h2 {
  font-size: 39.5px;
  line-height: 80.5px;
  color: #1b5b92;
  font-family: "robotoregular";
  font-weight: 900;
}
@media (max-width: 767px) {
  .thinkWrap h1, .thinkWrap h2 {
    font-size: 29.5px;
    line-height: 25px;
  }
}
.thinkWrap h1 b, .thinkWrap h2 b {
  font-size: 39.5px;
  line-height: 80.5px;
  color: #eeb425;
  font-family: "robotoregular";
  font-weight: 900;
}
@media (max-width: 767px) {
  .thinkWrap h1 b, .thinkWrap h2 b {
    font-size: 37.5px;
  }
}
.thinkWrap h1 span, .thinkWrap h2 span {
  display: block;
  color: #595959;
  font-size: 16px;
  line-height: 0px;
  font-weight: 400;
  font-family: "robotomedium";
  position: relative;
  /* color: #eeb425; */
  top: 0px;
  letter-spacing: 0.3px;
}
@media (max-width: 767px) {
  .thinkWrap h1 span, .thinkWrap h2 span {
    line-height: 24px;
    top: -10px;
  }
}
.thinkWrap p {
  color: #595959;
  font-size: 14px;
  line-height: 20px;
  margin: 20px auto 38px;
  letter-spacing: 0.3px;
}
@media (max-width: 767px) {
  .thinkWrap p {
    margin: 0 auto 18px;
    line-height: normal;
  }
}

.clientSlider {
  padding: 0 18px;
}

.serviceList {
  padding: 0 16px;
}
@media (max-width: 767px) {
  .serviceList {
    text-align: center;
  }
}
.serviceList .iconWeb {
  width: 128px;
  display: inline-block;
  height: 131px;
}
.serviceList .iconWeb.smicon {
  width: 120px;
}
.serviceList .iconWeb.smicon img {
  position: relative;
  top: 20px;
}
.serviceList .iconWeb.mobileicon {
  width: 114px;
}
.serviceList .iconWeb.iconthree img {
  position: relative;
  top: 30px;
}
.serviceList h3,
.serviceList h2 {
  color: #595959;
  font-size: 1rem;
  font-weight: 400;
  padding-left: 14px;
  line-height: 20px;
  margin-top: 17px;
  font-family: "robotomedium";
}
@media (max-width: 767px) {
  .serviceList h3,
  .serviceList h2 {
    margin-bottom: 12px;
  }
}
.serviceList p {
  padding-left: 14px;
  line-height: 20px;
  font-size: 0.875rem;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 280px;
  color: #595959;
  min-height: 66px;
  letter-spacing: 0.3px;
}
@media (max-width: 767px) {
  .serviceList p {
    margin-top: 2px;
    max-width: 100%;
    min-height: 16px;
    margin-bottom: 10px;
    padding-left: 0px;
  }
}
.serviceList p.optin01 {
  min-height: 80px;
}
@media (max-width: 767px) {
  .serviceList p.optin01 {
    min-height: auto;
  }
}
.serviceList a {
  color: #1b5b92;
  padding-left: 14px;
  line-height: 18px;
  font-size: 14px;
  font-family: "robotomedium";
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .serviceList a {
    font-size: 11px;
  }
}
.serviceList a:hover {
  color: #0092ff;
}

.section_homeOne {
  padding-bottom: 60px;
  position: relative;
}
@media (max-width: 998px) {
  .section_homeOne {
    height: auto;
    padding-bottom: 50px;
  }
}
.section_homeOne .slideNext {
  position: absolute;
  left: 50%;
  bottom: -28px;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
}
@media (max-width: 767px) {
  .section_homeOne .slideNext {
    left: 90%;
    display: none;
  }
}
.section_homeOne .slideNext img {
  max-width: 100%;
}

.serviceSectionWrap {
  background: #fbfbfb;
  padding: 60px 0 20px 0;
}
@media (max-width: 767px) {
  .serviceSectionWrap {
    padding: 30px 0 30px 0;
  }
}
.serviceSectionWrap .title {
  font-size: 0.875rem;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  line-height: 20px;
  padding: 0 15px 40px 15px;
  letter-spacing: 0.3px;
}
@media (max-width: 767px) {
  .serviceSectionWrap .title {
    padding-bottom: 10px;
    line-height: 24px;
  }
}
.serviceSectionWrap .serviceList {
  margin-bottom: 20px;
}

.advantageSectionWrap {
  border-top: 6px solid #efb525;
  background: url(../images/blue-service-bg.png);
  background-size: cover;
  overflow: hidden;
}

.advatageTextWrap {
  color: #ffffff;
  max-width: 370px;
}
@media (max-width: 767px) {
  .advatageTextWrap {
    text-align: center;
    margin: 30px auto 50px;
  }
}
.advatageTextWrap h2 {
  color: #efb525;
  font-size: 24px;
  margin-bottom: 30px;
  font-family: "robotomedium";
}
.advatageTextWrap h2 span {
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-weight: normal;
}
.advatageTextWrap p {
  font-size: 14px;
  letter-spacing: 0.3px;
}

.advatageListWrap {
  margin-top: 36px;
}
@media (max-width: 767px) {
  .advatageListWrap {
    padding: 0 50px;
  }
}

.advatageList {
  margin: 14px 0;
}
.advatageList:nth-child(3) b {
  padding: 8px;
}

.advatageContent b {
  width: 44px;
  height: 44px;
  display: inline-flex;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 12px;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
.advatageContent span {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  width: calc(100% - 66px);
  vertical-align: middle;
  margin-left: 14px;
}

.advatageWrap {
  max-width: 790px;
  margin: 0 auto;
  padding: 40px 15px 25px 15px;
}

.our_successWrap {
  background: #ffffff;
  padding: 60px 0 40px 0;
  overflow: hidden;
}
.our_successWrap .our_successHead {
  text-align: center;
}
.our_successWrap .our_successHead h2 {
  color: #1b5b92;
  font-size: 24px;
  line-height: 16px;
  font-family: "robotomedium";
}
.our_successWrap .our_successHead h2 span {
  display: block;
  color: #595959;
  font-size: 16px;
  font-family: "robotoregular";
  font-weight: normal;
  padding-top: 10px;
}

.our_successSlider {
  padding: 20px;
  margin: 15px 0;
}

.projectSlider {
  position: relative;
  padding: 0 20px;
}
.projectSlider .items {
  text-align: center;
  height: 60px;
  padding: 0 10px;
}
.projectSlider .items img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
}
.projectSlider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  font-size: 0;
  border: 0;
}
.projectSlider .slick-prev {
  left: 0;
  background: url(../images/prev_arrow.svg);
  background-repeat: no-repeat;
  width: 12px;
  height: 14px;
}
.projectSlider .slick-next {
  right: 0;
  background: url(../images/next_arrow.svg);
  background-repeat: no-repeat;
  width: 12px;
  height: 14px;
}

.recognitionsSlider {
  position: relative;
  padding: 0px;
}
.recognitionsSlider .items {
  text-align: center;
  height: 60px;
  padding: 0 10px;
}
.recognitionsSlider .items img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
}
.recognitionsSlider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  font-size: 0;
  border: 0;
}
.recognitionsSlider .slick-prev {
  left: 0;
  background: url(../images/prev_arrow.svg);
  background-repeat: no-repeat;
  width: 12px;
  height: 14px;
}
.recognitionsSlider .slick-next {
  right: 0;
  background: url(../images/next_arrow.svg);
  background-repeat: no-repeat;
  width: 12px;
  height: 14px;
}

.formSection {
  background: url(../images/bg.jpg);
  background-size: cover;
  padding: 30px 0 40px 0;
}
.formSection fieldset {
  margin: 0 0 15px 0;
  border: 0;
}
.formSection fieldset:nth-child(5) {
  margin-bottom: 0;
}
.formSection form {
  max-width: 620px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .formSection form ul {
    padding: 0 20px;
  }
}
.formSection form li {
  padding: 0 8px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .formSection form li {
    margin-bottom: 12px;
  }
}
.formSection form .form-group .form-control {
  border-radius: 0;
  border: 0;
  height: auto;
  padding: 10px 33px;
}
.formSection form .form-group textarea.form-control {
  min-height: 140px;
}
@media (max-width: 767px) {
  .formSection form .form-group textarea.form-control {
    min-height: 150px;
  }
}
.formSection .formSectionHeader {
  margin-bottom: 28px;
}
.formSection .formSectionHeader h2 {
  font-size: 24px;
  color: #1b5b92;
  font-family: "robotomedium";
  margin-bottom: 40px;
  padding: 0 10px;
}
.formSection .formSectionHeader h2 span {
  display: block;
  font-size: 14px;
  margin-top: 8px;
  color: #595959;
  font-weight: normal;
  font-family: "robotoregular";
  letter-spacing: 0.3px;
  text-transform: lowercase;
}
@media (max-width: 767px) {
  .formSection .formSectionHeader h2 span {
    font-size: 14px;
  }
}

.submitWrap .styled-input {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .submitWrap .styled-input {
    width: 100%;
  }
}
.submitWrap .btn-link {
  padding: 0 32px 0 0;
  border: 0;
  background: transparent;
  display: inline-block;
}
@media (max-width: 767px) {
  .listmanageMobile {
    margin-bottom: 40px;
  }
}

/********** ANIMATION **************/
.graphAnimation {
  position: relative;
  right: -30px;
}
.graphAnimation svg {
  transform: scale(1.4);
}
@media (max-width: 767px) {
  .graphAnimation {
    display: none;
  }
}

.st0 {
  fill: none;
  stroke: #ffffff;
  stroke-miterlimit: 10;
}

.st0 {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  transition: all 1500ms ease-in-out;
}

.move {
  stroke-dashoffset: 0;
}

.dot {
  fill: none;
  stroke: #c7c7c7;
  stroke-miterlimit: 10;
  opacity: 0;
  stroke-width: 10px;
}

.styled-input input:focus ~ b,
.styled-input textarea:focus ~ b, .styled-input input:valid ~ b,
.styled-input textarea:valid ~ b {
  font-size: 12px;
  color: #595959;
  top: -21px;
  -webkit-transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
  transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
  text-transform: capitalize;
}

.styled-input {
  display: inline-block;
  width: 100%;
  margin: 10px 0 0 0;
  position: relative;
}
.styled-input label { width: 100%; } 
.styled-input b {
  color: #999;
  padding: 2px 10px;
  position: absolute;
  top: 5px;
  left: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.2, 0, 0.03, 1);
  transition: all 0.25s cubic-bezier(0.2, 0, 0.03, 1);
  pointer-events: none;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
}

.styled-input.wide {
  width: 100%;
}

.styled-input input,
.styled-input textarea {
  padding: 8px 10px;
  border: 0;
  width: 100%;
  font-size: 11px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.styled-input textarea {
  min-height: 90px;
  resize: none;
}

.styled-input input ~ span,
.styled-input textarea ~ span {
  display: block;
  width: 0;
  height: 1px;
  background: #3669a6;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
  transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
}

.styled-input input:focus,
.styled-input textarea:focus {
  outline: 0;
}

.styled-input input:focus ~ span,
.styled-input textarea:focus ~ span {
  width: 100%;
  -webkit-transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
  transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
  display: none;
}

.budgetLabel {
  font-size: 12px;
  padding-left: 12px;
  color: #595959;
}

.contentTextarea {
  margin-top: 0px;
}

.contentWrap {
  max-width: 727px;
  padding: 0 15px;
  margin: 0 auto;
}

.manageCenterContent {
  max-width: 668px;
  margin: 0 auto;
}

.section_caseTop {
  margin-top: 35px;
}

.section_blog {
  margin-top: 35px;
}

.herocaptionWrap {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 150px;
  overflow: hidden;
  background: #ffffff;
  border-radius: 0 30px 30px 0;
}
.herocaptionWrap .caption {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
}
.herocaptionWrap .caption.icon02 {
  text-align: center;
}
.herocaptionWrap .caption.icon02 img {
  max-width: 80%;
}
.advatagedetailsBox {
  display: inline-block;
  width: calc(100% + 30px);
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}
.herobannerWrap .heroSlider.connectCenter .slick-list .slick-track .items:before {
  display: none;
}

.th10Years {
  float: right;
  width: 85px;
}
@media (max-width: 998px) {
  .th10Years {
    width: 63px;
    margin-right: 44px;
  }
}
.th10Years img {
  margin-top: 10px;
}

.herobannerWrap.aboutbannerWrap .heroSlider .slick-list .slick-track .items:before {
  display: none;
}

.casestudiesPage .herobannerWrap .heroSlider .slick-list .slick-track .items:before {
  display: none;
}

.blueText {
  color: #0c518c;
  font-weight: 700;
}

.companyText {
  color: #000000;
  font-size: 34px;
  font-weight: 900;
  font-family: "robotoregular";
  margin-bottom: 0;
}
@media (max-width: 998px) {
  .companyText {
    font-size: 19px;
  }
}

.awordAdds {
  background: linear-gradient(100deg, #235188 1.39%, #2369B7 82.75%);
  position: relative;
}
@media (max-width: 768px) {
  .awordAdds {
    margin-top: 56px;
  }
}
.awordAdds::before {
  content: "";
  background: url(../images/awards/pat.svg);
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: bottom center;
  z-index: 0;
}
@media (max-width: 767px) {
  .awordAdds::before {
    background-position: 58%;
  }
}
.awordAdds .awordAddsBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
  position: relative;
}
@media (max-width: 1025px) {
  .awordAdds .awordAddsBox {
    padding: 50px 10px;
  }
}
@media (max-width: 767px) {
  .awordAdds .awordAddsBox {
    display: block;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.awordAdds .awordClose {
  position: absolute;
  right: 30px;
  top: 20px;
  background: url(../images/awards/close.svg);
  display: inline-block;
  width: 60px;
  height: 30px;
  cursor: pointer;
  z-index: 1;
}
.awordAdds .sectionBoxOne {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .awordAdds .sectionBoxOne {
    order: 1;
    margin-bottom: 30px;
    margin-top: 20px;
  }
}
.awordAdds .sectionBoxOne .sectionTop {
  color: #ffffff;
  font-size: 1.464vw;
  font-weight: 400;
}
@media (max-width: 767px) {
  .awordAdds .sectionBoxOne .sectionTop {
    font-size: 14px;
  }
}
.awordAdds .sectionBoxOne .sectionTop h2 {
  color: #ECB11F;
  font-size: 2.196vw;
  margin-bottom: 0;
  font-family: "robotoblack";
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .awordAdds .sectionBoxOne .sectionTop h2 {
    font-size: 18px;
  }
}
.awordAdds .sectionBoxOne .sectionTop h3 {
  font-size: 1.464vw;
  margin-bottom: 0;
  font-family: "robotomedium";
}
@media (max-width: 767px) {
  .awordAdds .sectionBoxOne .sectionTop h3 {
    font-size: 14px;
  }
}
.awordAdds .sectionBoxOne .sectionBottom {
  color: #ffffff;
}
.awordAdds .sectionBoxOne .sectionBottom span {
  color: #ECB11F;
  font-size: 2.196vw;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  .awordAdds .sectionBoxOne .sectionBottom span {
    font-size: 18px;
  }
}
.awordAdds .sectionBoxOne .sectionBottom h2 {
  font-size: 1.025vw;
}
@media (max-width: 767px) {
  .awordAdds .sectionBoxOne .sectionBottom h2 {
    font-size: 14px;
  }
}
.awordAdds .sectionBoxTwo {
  position: relative;
  z-index: 1;
}
.awordAdds .sectionBoxTwo span {
  display: inline-block;
  position: relative;
  left: 7%;
  max-width: 230px;
}
@media (max-width: 1025px) {
  .awordAdds .sectionBoxTwo span {
    max-width: 125px;
  }
}
@media (max-width: 998px) {
  .awordAdds .sectionBoxTwo span {
    left: 10%;
  }
}
@media (max-width: 768px) {
  .awordAdds .sectionBoxTwo span {
    width: 240px;
    left: 0%;
  }
}
@media (max-width: 767px) {
  .awordAdds .sectionBoxTwo span {
    max-width: 230px;
    width: 100%;
    margin-bottom: 30px;
  }
}
.awordAdds .sectionBoxTree {
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .awordAdds .sectionBoxTree {
    order: 2;
  }
}
.awordAdds .sectionBoxTree span {
  display: inline-block;
  width: 100%;
}
@media (max-width: 767px) {
  .awordAdds .sectionBoxTree span {
    width: 70%;
  }
}
.awordAdds .sectionBoxTree span img {
  width: 100%;
}
.awordAdds .sectionBoxTree p {
  font-size: 0.878vw;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 28px;
  max-width: 371px;
  width: 100%;
}
@media (max-width: 998px) {
  .awordAdds .sectionBoxTree p {
    max-width: 200px;
  }
}
@media (max-width: 768px) {
  .awordAdds .sectionBoxTree p {
    max-width: 180px;
  }
}
@media (max-width: 767px) {
  .awordAdds .sectionBoxTree p {
    font-size: 14px;
    max-width: none;
  }
}
.awordAdds.aboutPage {
  padding: 16px 50px;
}
.awordAdds.aboutPage .sectionBoxTwo span img {
  max-width: 180px;
}

.centerwrapper.awardsBgPatt {
  background-position: 368px 330px;
}

.marqueeAnimation {
  flex: none;
  display: flex;
  align-items: center;
}
.marqueeAnimation .items {
  padding: 0 20px;
}

.companies_row {
  flex-direction: row;
  display: flex;
}

.companies_row.is-1 {
  -webkit-animation: xloop 60s linear infinite;
  -moz-animation: xloop 60s linear infinite;
  -o-animation: xloop 60s linear infinite;
}
@media (max-width: 767px) {
  .companies_row.is-1 {
    -webkit-animation: xloop 20s linear infinite;
    -moz-animation: xloop 20s linear infinite;
    -o-animation: xloop 20s linear infinite;
  }
}

.companies_row.is-2 {
  -webkit-animation: xloop-reverse 60s linear infinite;
  -moz-animation: xloop-reverse 60s linear infinite;
  -o-animation: xloop-reverse 60s linear infinite;
}
@media (max-width: 767px) {
  .companies_row.is-2 {
    -webkit-animation: xloop-reverse 20s linear infinite;
    -moz-animation: xloop-reverse 20s linear infinite;
    -o-animation: xloop-reverse 20s linear infinite;
  }
}

.p-0 {
  padding: 0 !important;
}

/* Going Left */
@-webkit-keyframes xloop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-moz-keyframes xloop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-o-keyframes xloop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* Going Right */
@-webkit-keyframes xloop-reverse {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-moz-keyframes xloop-reverse {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-o-keyframes xloop-reverse {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes xloop-reverse {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.btnlinkNoArrow {
  position: relative;
  color: #1b5b92;
  font-size: 14px;
  line-height: 24px;
  font-family: "robotomedium";
  position: relative;
  border: 0;
  background: none;
  text-decoration: none;
  text-transform: capitalize;
  cursor: pointer;
}
.btnlinkNoArrow:hover {
  color: #0092ff;
}

.topBorder {
  border-top: 6px solid #efb525;
}

@media only screen and (max-width: 1600px) and (min-width: 1370px) {
  .awordAdds .sectionBoxTree p {
    max-width: 220px;
  }
  .awordAdds .sectionBoxTwo span {
    left: 4%;
  }
}
@media only screen and (max-width: 1369px) and (min-width: 1200px) {
  .awordAdds .sectionBoxTree p {
    max-width: 210px;
  }
  .awordAdds .sectionBoxTwo span {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  body {
    font-size: 14px !important;
  }
  .commanHeading.smallHeading h3,
  .technologiesWrap .commanHeading h3 {
    font-size: 1.5rem !important;
  }
  .serviceList h3,
  .serviceList h2,
  .mobileListWrap .mobileLis .mobileLisStyle .mobileLisNumber b,
  .caseStudiesProducts .caseStudiesList .caseStudiesContent b {
    font-size: 1.125rem !important;
  }
  .serviceList p,
  .commanHeading.smallHeading p,
  .ourservicesDisc .ourservicesMid p,
  .content.content-sm {
    font-size: 0.875rem !important;
    line-height: 20px;
  }
  .advantagesListWrap .advantagesList .advantagesContent h2,
  .notesTitle {
    font-size: 1rem !important;
  }
  .otherServiceWrap .serviceWrap li h3,
  .mobileListWrap .mobileLis .mobileLisStyle .mobileLisNumber span,
  .caseStudiesProducts .caseStudiesList .caseStudiesContent h2 {
    font-size: 1rem !important;
  }
  .technologiesWrap .technologiesAll ul li .techWrap span {
    font-size: 0.875rem !important;
  }
  .serviceList a,
  .advatageContent span,
  .caseStudiesProducts .caseStudiesList .caseStudiesContent small {
    font-size: 0.875rem !important;
  }
  footer .footerMidle p {
    font-size: 0.75rem !important;
  }
}
.mobileShow {
  display: none;
}
@media (max-width: 768px) {
  .mobileShow {
    display: block;
  }
}

@media (max-width: 768px) {
  .deskShowBox {
    display: none;
  }
}

.pageTitle {
  color: #c1c2c3;
  font-size: 1.5rem;
  float: right;
  font-weight: 900;
  font-family: "robotoregular";
  margin-top: 8px;
}
@media (max-width: 998px) {
  .pageTitle {
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  .pageTitle {
    display: none;
  }
}

@media (max-width: 998px) {
  .innerCenter {
    margin-top: 62px;
  }
}

.content {
  color: #595959;
  font-size: 0.875rem;
  line-height: 20px;
  margin-bottom: 0;
  letter-spacing: 0.3px;
}
.content.content-sm {
  font-size: 0.875rem;
}

.commanHeading {
  text-align: center;
  padding: 0 20px;
}
.commanHeading h2 {
  color: #1b5b92;
  font-size: 2rem;
  text-transform: lowercase;
  margin-bottom: 0;
  font-family: "robotomedium";
  letter-spacing: 0.3px;
}
.commanHeading h1 {
  color: #1b5b92;
  font-size: 2rem;
  text-transform: lowercase;
  margin-bottom: 0;
  font-family: "robotomedium";
  letter-spacing: 0.3px;
}
.commanHeading p {
  color: #efb525;
  font-size: 1.125rem;
  letter-spacing: 0.3px;
}
.commanHeading.smallHeading h3 {
  color: #1b5b92;
  font-size: 1.5rem;
  line-height: 26px;
  font-family: "robotomedium";
  letter-spacing: 0.3px;
}
.commanHeading.smallHeading p {
  color: #595959;
  font-size: 0.875rem;
  max-width: 672px;
  margin: 0 auto;
  letter-spacing: 0.3px;
}

.section_aboutTop {
  padding-top: 28px;
  text-align: center;
}
@media (max-width: 998px) {
  .section_aboutTop {
    padding-top: 50px;
  }
}
.section_aboutTop .commanHeading {
  margin-bottom: 40px;
}

.aboutContent {
  max-width: 727px;
  margin: 0 auto 40px;
  padding: 0 15px;
}
.aboutContent p {
  padding: 8px 0;
  margin-bottom: 0;
  color: #595959;
  font-size: 0.875rem;
  letter-spacing: 0.3px;
}

.ourClients {
  background: url(../images/yellow-bg.png);
  background-size: cover;
}
@media (max-width: 767px) {
  .ourClients {
    padding: 0 15px;
  }
}
.ourClients p {
  text-align: center;
  max-width: 644px;
  margin: 0 auto;
  padding: 20px 0;
  color: #ffffff;
  letter-spacing: 0.3px;
  font-family: "robotomedium";
  font-size: 1rem;
  line-height: 22px;
  font-style: italic;
}

.advantagesMainWrap {
  padding: 40px 0;
}

.advantagesListWrap {
  padding: 30px 50px 0px 70px;
  max-width: 920px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .advantagesListWrap {
    padding: 30px 15px 0px 15px;
  }
}
.advantagesListWrap .advantagesList {
  padding: 24px 5px 24px 40px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .advantagesListWrap .advantagesList {
    padding: 24px 5px 24px 10px;
  }
}
.advantagesListWrap .advantagesList:nth-child(2) .advantagesImage {
  padding: 11px;
}
.advantagesListWrap .advantagesList:nth-child(5) .advantagesImage {
  padding: 11px;
}
.advantagesListWrap .advantagesList:nth-child(6) .advantagesImage {
  padding: 11px;
}
.advantagesListWrap .advantagesList .advantagesImage {
  vertical-align: middle;
  width: 44px;
  height: 44px;
  display: inline-block;
  background: #0092ff;
  border-radius: 10px;
  padding: 9px;
}
.advantagesListWrap .advantagesList .advantagesContent {
  display: inline-block;
  width: calc(100% - 74px);
  vertical-align: top;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .advantagesListWrap .advantagesList .advantagesContent {
    width: calc(100% - 50px);
    padding-right: 0;
  }
}
.advantagesListWrap .advantagesList .advantagesContent h2 {
  color: #595959;
  font-size: 1rem;
  margin-bottom: 5px;
  letter-spacing: 0.3px;
  font-family: "robotomedium";
}
.advantagesListWrap .advantagesList .advantagesContent .content {
  font-size: 0.875rem;
  color: #595959;
  line-height: 20px;
  letter-spacing: 0.3px;
}

.globalPresence {
  border-top: 8px solid #efb525;
  background: #1b5b92 url(../images/blue-bg_sm.png);
  background-size: cover;
  text-align: right;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 0 8%;
}
@media (max-width: 998px) {
  .globalPresence {
    padding: 40px 4%;
  }
}
.globalPresence .globalPresenceHead {
  width: 250px;
  text-align: left;
}
@media (max-width: 1025px) {
  .globalPresence .globalPresenceHead {
    margin-left: 35px;
  }
}
@media (max-width: 767px) {
  .globalPresence .globalPresenceHead {
    width: auto;
    text-align: center;
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0, 0);
    padding: 15px 15px 30px 15px;
  }
}
.globalPresence .globalPresenceHead h2 {
  color: #efb525;
  font-size: 1.5rem;
  letter-spacing: 0.3px;
  font-family: "robotomedium";
}
.globalPresence .globalPresenceHead .content {
  color: #d6d3d3;
  font-size: 1rem;
}
.globalPresence .globalPresenceHead .content.mainContent {
  padding-top: 15px;
  display: inline-block;
  color: #e9eaec;
  font-size: 0.875rem;
  letter-spacing: 0.3px;
}

.leadershipRow {
  display: inline-block;
  width: 100%;
}
.leadershipRow li {
  float: left;
}
@media (max-width: 767px) {
  .leadershipRow li {
    text-align: center;
  }
}
.leadershipRow li:nth-child(1) {
  padding-right: 58px;
}
@media (max-width: 767px) {
  .leadershipRow li:nth-child(1) {
    padding: 0;
  }
}
.leadershipRow li:nth-child(2) {
  padding-left: 58px;
}
@media (max-width: 767px) {
  .leadershipRow li:nth-child(2) {
    padding: 50px 0 0 0;
  }
}
.leadershipRow li .linkdinOwner img {
  margin-top: -4px;
  width: 30px;
}

.leadershipTeam {
  padding: 40px;
  background: #f8f8f8;
}
.leadershipTeam .commanHeading {
  margin-bottom: 40px;
}
.leadershipTeam .leadershipHead {
  margin-bottom: 21px;
}
.leadershipTeam .leadershipHead .leadershipName {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
}
.leadershipTeam .leadershipHead .leadershipName h2, .leadershipTeam .leadershipHead .leadershipName h1 {
  color: #595959;
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 0;
  letter-spacing: 0.3px;
  font-family: "robotomedium";
}
.leadershipTeam .leadershipHead .leadershipName p {
  color: #999999;
  font-size: 0.75rem;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: 0.3px;
}
.leadershipTeam .leadershipHead .linkdinOwner {
  display: inline-block;
}
.leadershipTeam .leadershipHead .content {
  padding-right: 20px;
}

.awardsWrap {
  border-top: 4px solid #eaaf1b;
  margin-bottom: 50px;
  padding: 0 6px;
  overflow: hidden;
}
.awardsWrap.aboutAwards {
  border-top: 4px solid transparent;
  border-bottom: 4px solid #eaaf1b;
  padding-bottom: 40px;
}
.awardsWrap h3 {
  color: #1b5b92;
  font-size: 24px;
  line-height: 16px;
  font-family: "robotomedium";
  text-align: center;
  padding: 40px 0;
}
.awardsWrap .recognitionsSlider {
  flex: none;
  display: flex;
}
.awardsWrap .recognitionsSlider .awardsList {
  width: 215px;
  text-align: center;
}
.awardsWrap .recognitionsSlider .awardsList .awardsBox {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 18px;
  font-weight: 500;
  width: 100%;
}
.awardsWrap .recognitionsSlider .awardsList .awardsBox figure {
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
}
.awardsWrap .recognitionsSlider .awardsList .awardsBox figure img {
  max-width: 60% !important;
  width: 100%;
  max-height: 100% !important;
  height: auto;
}
.awardsWrap .recognitionsSlider .awardsList .awardsBox h2 {
  font-size: 14px;
  width: 100%;
  font-weight: 500;
  color: #595959;
  margin-bottom: 0;
}
.awardsWrap .recognitionsSlider .awardsList .awardsBox span {
  display: block;
  font-size: 14px;
  color: #595959;
}

@media only screen and (max-width: 4800px) and (min-width: 1600px) {
  .globalPresence .globalPresenceHead {
    width: 440px;
  }
}
.contactForm {
  max-width: 920px;
  margin: 0 auto 60px;
  padding: 0 40px;
}
.contactForm form {
  border-radius: 20px;
  box-shadow: 0 0 27px 0 rgba(149, 147, 147, 0.23);
  background: #ffffff;
  padding: 42px 38px;
}
@media (max-width: 767px) {
  .contactForm form {
    box-shadow: none;
    padding: 42px 0;
  }
}
.contactForm form fieldset {
  margin-bottom: 30px;
}
.contactForm form .styled-input input {
  border: 1px solid #ecebeb;
  border-radius: 8px;
  font-size: 0.875rem;
  height: 34px;
}
.contactForm form .styled-input textarea {
  min-height: 115px;
  border: 1px solid #ecebeb;
}
.contactForm form .btn-link {
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  text-decoration: none;
}
.contactForm .contactFormList {
  display: inline-block;
  width: 59%;
  vertical-align: top;
}
@media (max-width: 767px) {
  .contactForm .contactFormList {
    width: 100%;
  }
}
.contactForm .contactFormList:last-child {
  width: 39%;
}
@media (max-width: 767px) {
  .contactForm .contactFormList:last-child {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 50px;
  }
}
.contactForm .contactFormList .addressWrap {
  max-width: 262px;
  margin-left: 55px;
}
@media (max-width: 767px) {
  .contactForm .contactFormList .addressWrap {
    max-width: 100%;
  }
}
@media (max-width: 540px) {
  .contactForm .contactFormList .addressWrap {
    margin-left: 0px;
  }
}
.contactForm .contactFormList .addressWrap .addressArea {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .contactForm .contactFormList .addressWrap .addressArea {
    display: inline-block;
  }
}
.contactForm .contactFormList .addressWrap .addressArea a {
  font-size: 14px;
}
@media (max-width: 767px) {
  .contactForm .contactFormList .addressWrap .addressArea.scheduleBox {
    margin-bottom: 0;
  }
}
.contactForm .contactFormList .addressWrap h3 {
  color: #eeb21b;
  font-size: 1rem;
  position: relative;
  padding-left: 30px;
  line-height: 29px;
}
.contactForm .contactFormList .addressWrap h3 img {
  left: 7px;
  top: 4px;
  position: absolute;
  display: inline-block;
  max-width: 14px;
}
.contactForm .contactFormList .addressWrap p {
  padding-left: 30px;
  font-size: 0.875rem;
  line-height: 20px;
  margin-bottom: 15px;
  letter-spacing: 0.3px;
  color: #626262;
}
.contactForm .contactFormList .addressWrap a {
  color: #1b5b92;
  padding-left: 32px;
  line-height: 18px;
  font-size: 10px;
  font-family: "robotomedium";
  letter-spacing: 0.3px;
}
.contactForm .contactFormList .addressWrap a:hover {
  color: #0092ff;
}

.contactNumberWrap {
  background: url(../images/blue-bg_sm.png);
  margin-top: 0px;
  padding: 10px 20px;
  top: 2px;
  z-index: 3;
  position: relative;
}
.contactNumberWrap ul {
  display: flex;
  max-width: 790px;
  margin: 0 auto;
  padding: 5px 15px;
}
@media (max-width: 767px) {
  .contactNumberWrap ul {
    display: inline-block;
    width: 100%;
  }
}
.contactNumberWrap ul li {
  float: left;
  width: 55%;
}
@media (max-width: 767px) {
  .contactNumberWrap ul li {
    width: 100%;
  }
}
.contactNumberWrap ul li:last-child {
  width: 45%;
  text-align: right;
}
@media (max-width: 767px) {
  .contactNumberWrap ul li:last-child {
    width: 100%;
    text-align: left;
  }
}
.contactNumberWrap ul li a {
  color: #ffb400;
  font-weight: 500;
}
@media (max-width: 767px) {
  .contactNumberWrap ul li a {
    padding-right: 20px;
  }
}
@media (max-width: 540px) {
  .contactNumberWrap ul li a {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.contactNumberWrap ul li a:last-child {
  text-align: right;
  float: right;
}
@media (max-width: 767px) {
  .contactNumberWrap ul li a:last-child {
    float: none;
    text-align: left;
  }
}
@media (max-width: 540px) {
  .contactNumberWrap ul li a.usNum {
    padding-left: 35px;
  }
}
.contactNumberWrap ul li img {
  margin-right: 7px;
}
@media (max-width: 540px) {
  .contactNumberWrap ul li img {
    margin-right: 12px;
  }
}

/************* CASE STUDIES ******************/
.caseStudiesProducts ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
}
.caseStudiesProducts ul li {
  margin-bottom: 60px;
}
.caseStudiesProducts .caseStudiesList {
  background: #ffffff;
  border-radius: 30px;
  box-shadow: 0 0 38px 0 rgba(149, 147, 147, 0.1);
  height: 300px;
  display: block;
}
.caseStudiesProducts .caseStudiesList .caseStudiesImg {
  height: 182px;
  display: inline-flex;
  position: relative;
  text-align: center;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.caseStudiesProducts .caseStudiesList .caseStudiesImg img {
  z-index: 1;
  /*max-width: 80%;
  max-height: 80%;*/
  max-width: 160px;
  max-height: 160px;
}
.caseStudiesProducts .caseStudiesList .caseStudiesImg b {
  width: 109px;
  height: 109px;
  opacity: 0.2;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  top: 50%;
  background: #008752;
  border-radius: 50%;
}
.caseStudiesProducts .caseStudiesList .caseStudiesImg b.box01 {
  background: #53638f;
  opacity: 0.4;
}
.caseStudiesProducts .caseStudiesList .caseStudiesImg b.box02 {
  background: #b2c4cb;
  opacity: 0.4;
}
.caseStudiesProducts .caseStudiesList .caseStudiesImg b.box03 {
  background: #1431cb;
  opacity: 0.2;
}
.caseStudiesProducts .caseStudiesList .caseStudiesImg b.box04 {
  background: #e5523e;
  opacity: 0.2;
}
.caseStudiesProducts .caseStudiesList .caseStudiesImg b.box05 {
  background: #055c9b;
  opacity: 0.33;
}
.caseStudiesProducts .caseStudiesList .caseStudiesImg b.box06 {
  background: #553ed4;
  opacity: 0.2;
}
.caseStudiesProducts .caseStudiesList .caseStudiesImg b.box07 {
  background: #657de1;
  opacity: 0.2;
}
.caseStudiesProducts .caseStudiesList .caseStudiesImg b.box08 {
  background: #8ea3ff;
  opacity: 0.4;
}
.caseStudiesProducts .caseStudiesList .caseStudiesImg b.box09 {
  background: #c171f9;
  opacity: 0.2;
}
.caseStudiesProducts .caseStudiesList .caseStudiesImg b.box10 {
  background: #94004d;
  opacity: 0.2;
}
.caseStudiesProducts .caseStudiesList .caseStudiesImg b.box11 {
  background: #f69122;
  opacity: 0.2;
}
.caseStudiesProducts .caseStudiesList .caseStudiesImg b.box12 {
  background: #ebc53c;
  opacity: 0.33;
}
.caseStudiesProducts .caseStudiesList .caseStudiesImg b.box13 {
  background: #189cdc;
  opacity: 0.2;
}
.caseStudiesProducts .caseStudiesList .caseStudiesImg b.box14 {
  background: #b02775;
  opacity: 0.2;
}
.caseStudiesProducts .caseStudiesList .caseStudiesImg b.box15 {
  background: #54d0e8;
  opacity: 0.4;
}
.caseStudiesProducts .caseStudiesList .caseStudiesImg b.box16 {
  background: #FACAD7;
  opacity: 0.4;
}
.caseStudiesProducts .caseStudiesList .caseStudiesImg b.box17 {
  background: #FFF1D9;
  opacity: 0.4;
}
.caseStudiesProducts .caseStudiesList .caseStudiesImg b.box18 {
  background: #CCE0E7;
  opacity: 0.4;
}
.caseStudiesProducts .caseStudiesList .caseStudiesContent {
  padding-left: 20px;
  padding-right: 20px;
}
.caseStudiesProducts .caseStudiesList .caseStudiesContent b {
  color: #cac8c8;
  font-size: 1.125rem;
  font-weight: normal;
  margin-bottom: 15px;
  display: inline-block;
}
.caseStudiesProducts .caseStudiesList .caseStudiesContent h2 {
  color: #0c518c;
  font-size: 1rem;
  margin-bottom: 0;
  font-weight: normal;
  letter-spacing: 0.3px;
  margin-top: 15px;
}
.caseStudiesProducts .caseStudiesList .caseStudiesContent small {
  font-size: 0.875rem;
  color: #999999;
  letter-spacing: 0.3px;
}
.caseStudiesProducts .caseStudiesList .btn-link {
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  text-decoration: none;
}

.section_blogName {
  max-width: 814px;
  margin: 0 auto;
}

.casestudiesPage .herobannerWrap {
  width: calc(50% - 40px);
}
@media (max-width: 998px) {
  .casestudiesPage .herobannerWrap {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .casestudiesPage .herobannerWrap {
    width: 100%;
    position: relative;
  }
}

.casestudiesPage .centerwrapper {
  width: calc(50% - 40px);
  padding: 0;
  float: right;
  margin-right: 80px;
}
@media (max-width: 998px) {
  .casestudiesPage .centerwrapper {
    margin-top: 68px;
    margin-right: 0;
    width: calc(58% - 40px);
  }
}
@media (max-width: 767px) {
  .casestudiesPage .centerwrapper {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
  }
}

.section_caseWrap {
  padding: 30px 90px 10px 58px;
}
@media (max-width: 1025px) {
  .section_caseWrap {
    padding: 60px 40px 10px 40px;
  }
}
@media (max-width: 998px) {
  .section_caseWrap {
    padding: 60px 30px 10px 30px;
  }
}
.section_caseWrap .section_caseLogo {
  display: block;
  width: calc(100% + 90px);
  position: relative;
}
@media (max-width: 1025px) {
  .section_caseWrap .section_caseLogo {
    width: calc(100% + 42px);
  }
}
@media (max-width: 998px) {
  .section_caseWrap .section_caseLogo {
    width: calc(100% + 42px);
  }
}
@media (max-width: 767px) {
  .section_caseWrap .section_caseLogo {
    width: calc(100% + 29px);
  }
}
.section_caseWrap .section_caseLogo .section_caseImage {
  display: inline-block;
}
@media (max-width: 998px) {
  .section_caseWrap .section_caseLogo .section_caseImage {
    max-width: 170px;
  }
}
@media (max-width: 767px) {
  .section_caseWrap .section_caseLogo .section_caseImage {
    max-width: 190px;
  }
}
.section_caseWrap .section_caseLogo a {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  background: rgba(36, 99, 167, 0.9);
  padding: 0 18px;
  border-radius: 10px 0 0 10px;
  line-height: 54px;
  text-align: center;
}
@media (max-width: 998px) {
  .section_caseWrap .section_caseLogo a {
    top: 0;
  }
}
@media (max-width: 540px) {
  .section_caseWrap .section_caseLogo a {
    top: -28px;
    line-height: 42px;
    right: -2px;
  }
}
.section_caseWrap .section_caseLogo a i {
  width: 22px;
  display: inline-block;
  vertical-align: middle;
}
.section_caseWrap .section_caseLogo a i.carIcon {
  width: 30px;
}
.section_caseWrap .section_caseLogo a img {
  display: inline-block;
  vertical-align: middle;
}
.section_caseWrap .section_caseLogo a b {
  display: inline-block;
  font-weight: normal;
  vertical-align: middle;
  padding-top: 5px;
  padding-left: 5px;
  font-size: 0.875rem;
}
.section_caseWrap .section_caseName {
  margin: 35px 0;
}
.section_caseWrap .section_caseName h2 {
  color: #595959;
  font-size: 1rem;
  font-weight: 400;
  font-family: "robotomedium";
  margin-bottom: 0;
  line-height: 24px;
  letter-spacing: 0.3px;
}
.section_caseWrap .section_caseName span {
  font-family: "robotoregular";
  font-size: 0.875rem;
  color: #999999;
  font-weight: normal;
  letter-spacing: 0.3px;
}
.section_caseWrap .contentArea {
  padding: 0;
  margin-bottom: 30px;
}
.section_caseWrap .contentArea p {
  line-height: 24px;
}
.section_caseWrap .section_caseApps span {
  line-height: 50px;
  padding: 0px 20px;
  border-radius: 10px;
  background-color: rgba(130, 128, 128, 0.08);
  color: #595959;
  font-size: 0.875rem;
  margin-right: 10px;
  margin-top: 10px;
  display: inline-block;
}
.section_caseWrap .section_caseApps span i {
  display: inline-block;
  width: 25px;
  margin-right: 3px;
}
.section_caseWrap .section_caseApps span i.iosAnd {
  width: 15px;
}
.section_caseWrap .section_caseApps span img {
  vertical-align: middle;
}
.section_caseWrap .section_caseApps span b {
  vertical-align: middle;
  font-weight: normal;
}

.form-control {
  font-size: 12px;
}

.caseStudiesProducts {
  max-width: 920px;
  margin: 40px auto 0;
}

.contactFormWrap {
  margin-top: 50px;
  border-bottom: 4px solid #eaaf1b;
}
@media (max-width: 767px) {
  .contactFormWrap {
    margin-top: 0px;
  }
}

.errorAll, .error {
  font-size: 11px;
  color: red;
  padding-left: 10px;
}

.ourservicesDisc {
  background: url(../images/yellow-bg.png);
  background-size: cover;
  padding: 7px 20px 5px 20px;
  margin-top: 35px;
}
@media (max-width: 767px) {
  .ourservicesDisc {
    padding-bottom: 20px;
  }
}
.ourservicesDisc .ourservicesMid {
  max-width: 800px;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 998px) {
  .ourservicesDisc .ourservicesMid {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .ourservicesDisc .ourservicesMid {
    text-align: center;
  }
}
.ourservicesDisc .ourservicesMid p {
  width: calc(100% - 120px);
  padding: 15px 80px 15px 0px;
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
  line-height: 23px;
  margin-bottom: 0;
  vertical-align: middle;
  letter-spacing: 0.3px;
}
@media (max-width: 998px) {
  .ourservicesDisc .ourservicesMid p {
    padding: 15px 16px 15px 0px;
  }
}
@media (max-width: 767px) {
  .ourservicesDisc .ourservicesMid p {
    width: 100%;
  }
}
.ourservicesDisc .ourservicesMid .quoteBtn {
  background: #1b5b92;
  padding: 10px 20px;
  border-radius: 25px;
  color: #ffffff;
  font-size: 14px;
  line-height: 42px;
  min-width: 132px;
  display: inline-flex;
  align-items: center;
  position: relative;
  height: 42px;
  justify-content: center;
}
.ourservicesDisc .ourservicesMid .quoteBtn:hover {
  background: rgba(27, 91, 146, 0.8);
}

a:hover {
  text-decoration: none;
}

.otherServiceWrap {
  padding: 60px 0;
}
.otherServiceWrap .commanHeading .content {
  font-size: 0.875rem;
}
.otherServiceWrap .serviceWrap {
  margin: 40px 0 0 0;
  font-weight: normal;
}
.otherServiceWrap .serviceWrap li {
  text-align: center;
  margin: 15px 0;
}
.otherServiceWrap .serviceWrap li span {
  display: inline-flex;
  width: 120px;
  height: 126px;
  align-items: center;
}
.otherServiceWrap .serviceWrap li span.mobileIconSm {
  height: 105px;
}
.otherServiceWrap .serviceWrap li h3 {
  font-size: 0.875rem;
  color: #595959;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.otherServiceWrap .serviceWrap li h3 b {
  background: #efb525;
  width: 25px;
  height: 25px;
  text-align: center;
  display: inline-flex;
  border-radius: 50%;
  vertical-align: middle;
  transform: scale(0.8);
  align-items: center;
  justify-content: center;
}
.otherServiceWrap .serviceWrap li h3 b:hover {
  background: #ffdb5a;
}
.otherServiceWrap .serviceWrap li h3 b img {
  margin: 0 0 0 2px;
  width: 8px;
}

.notesTitle {
  font-size: 1rem;
  color: #5b5d5e;
  font-style: italic;
  font-weight: 500;
  margin: 45px auto;
  padding: 0 15px;
  max-width: 720px;
  letter-spacing: 0.3px;
}
.notesTitle .commaOne {
  top: -8px;
  position: relative;
  filter: grayscale(1);
  width: 16px;
  display: inline-block;
}
.notesTitle .commatwo {
  top: 4px;
  position: relative;
  filter: grayscale(1);
  width: 16px;
  display: inline-block;
}
.technologiesWrap {
  border-top: 6px solid #efb525;
  background: url(../images/blue-service-bg.png);
  background-size: cover;
  padding: 24px 0 47px 0;
}
.technologiesWrap .commanHeading h3 {
  color: #efb525;
  font-size: 1.5rem;
}
.technologiesWrap .commanHeading .content {
  color: #ffffff;
  font-size: 0.875rem;
  letter-spacing: 0.3px;
}
.technologiesWrap .technologiesAll {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
}
.technologiesWrap .technologiesAll .titleHead {
  color: #ffffff;
  margin-bottom: 20px;
  margin-top: 50px;
  font-size: 16px;
  letter-spacing: 0.3px;
  font-family: "robotoregular";
  text-transform: capitalize;
}
.technologiesWrap .technologiesAll ul {
  clear: both;
  display: inline-block;
  width: 100%;
}
.technologiesWrap .technologiesAll ul li {
  float: left;
  min-height: 45px;
}
@media (max-width: 998px) {
  .technologiesWrap .technologiesAll ul li {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .technologiesWrap .technologiesAll ul li {
    width: 33%;
  }
}
@media (max-width: 480px) {
  .technologiesWrap .technologiesAll ul li {
    width: 100%;
  }
}
.technologiesWrap .technologiesAll ul li .techWrap {
  display: flex;
  align-items: center;
}
.technologiesWrap .technologiesAll ul li .techWrap span {
  font-size: 0.875rem;
  color: #ffffff;
  vertical-align: middle;
  letter-spacing: 0.3px;
}
.technologiesWrap .technologiesAll ul li:first-child {
  text-align: left;
}
.technologiesWrap .technologiesAll ul li:last-child {
  text-align: right;
}
@media (max-width: 1025px) {
  .technologiesWrap .technologiesAll ul li:last-child {
    text-align: left;
  }
}
.technologiesWrap .technologiesAll ul li .techWrap b {
  margin-right: 8px;
  width: 19px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -3px;
}
.technologiesWrap .technologiesAll ul.dev_list li {
  width: 20%;
}
@media (max-width: 1025px) {
  .technologiesWrap .technologiesAll ul.dev_list li {
    width: 25%;
    height: 38px;
  }
}
@media (max-width: 767px) {
  .technologiesWrap .technologiesAll ul.dev_list li {
    width: 33%;
  }
}
@media (max-width: 480px) {
  .technologiesWrap .technologiesAll ul.dev_list li {
    width: 50%;
  }
}
.technologiesWrap .technologiesAll ul.web_list li {
  width: 20%;
}
@media (max-width: 1280px) {
  .technologiesWrap .technologiesAll ul.web_list li {
    width: 19.6%;
  }
}
@media (max-width: 1025px) {
  .technologiesWrap .technologiesAll ul.web_list li {
    width: 25%;
    height: 38px;
  }
}
@media (max-width: 767px) {
  .technologiesWrap .technologiesAll ul.web_list li {
    width: 33%;
  }
}
@media (max-width: 480px) {
  .technologiesWrap .technologiesAll ul.web_list li {
    width: 50%;
  }
}
@media (max-width: 1025px) {
  .technologiesWrap .technologiesAll ul.web_list li:last-child {
    height: 38px;
  }
}
@media (max-width: 767px) {
  .technologiesWrap .technologiesAll ul.web_list li:last-child {
    width: 33%;
  }
}
@media (max-width: 480px) {
  .technologiesWrap .technologiesAll ul.web_list li:last-child {
    width: 50%;
  }
}
.technologiesWrap .technologiesAll ul.web_list.content_list li:last-child {
  width: 28%;
}
.technologiesWrap .technologiesAll ul.cloud_list li {
  width: 20%;
}
@media (max-width: 1025px) {
  .technologiesWrap .technologiesAll ul.cloud_list li {
    width: 26%;
    height: 38px;
  }
}
@media (max-width: 767px) {
  .technologiesWrap .technologiesAll ul.cloud_list li {
    width: 33%;
  }
}
@media (max-width: 480px) {
  .technologiesWrap .technologiesAll ul.cloud_list li {
    width: 100%;
  }
}
@media (max-width: 1025px) {
  .technologiesWrap .technologiesAll ul.cloud_list li:nth-child(1) {
    width: 25%;
    height: 38px;
  }
}
@media (max-width: 767px) {
  .technologiesWrap .technologiesAll ul.cloud_list li:nth-child(1) {
    width: 33%;
  }
}
@media (max-width: 480px) {
  .technologiesWrap .technologiesAll ul.cloud_list li:nth-child(1) {
    width: 100%;
  }
}
.technologiesWrap .technologiesAll ul.cloud_list li:nth-child(4) {
  width: 30%;
}
@media (max-width: 1025px) {
  .technologiesWrap .technologiesAll ul.cloud_list li:nth-child(4) {
    width: 25%;
    height: 38px;
  }
}
@media (max-width: 767px) {
  .technologiesWrap .technologiesAll ul.cloud_list li:nth-child(4) {
    width: 33%;
  }
}
@media (max-width: 480px) {
  .technologiesWrap .technologiesAll ul.cloud_list li:nth-child(4) {
    width: 100%;
  }
}
.technologiesWrap .technologiesAll ul.other_List li {
  width: 19.3%;
}
@media (max-width: 1280px) {
  .technologiesWrap .technologiesAll ul.other_List li {
    width: 17.9%;
  }
}
@media (max-width: 1025px) {
  .technologiesWrap .technologiesAll ul.other_List li {
    width: 25%;
    height: 42px;
  }
}
@media (max-width: 767px) {
  .technologiesWrap .technologiesAll ul.other_List li {
    width: 33%;
  }
}
@media (max-width: 480px) {
  .technologiesWrap .technologiesAll ul.other_List li {
    width: 100%;
  }
}
.technologiesWrap .technologiesAll ul.other_List li:last-child {
  width: 180px;
}
@media (max-width: 480px) {
  .technologiesWrap .technologiesAll ul.other_List li:last-child {
    width: 100%;
  }
}

.opacity03 {
  opacity: 0.3;
}

.mobileListWrap {
  padding: 0 40px;
  max-width: 920px;
  margin: 0 auto;
}
@media (max-width: 998px) {
  .mobileListWrap {
    padding: 0 20px;
  }
}
.mobileListWrap .mobileLis {
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(149, 147, 147, 0.16);
  padding: 26px 35px;
  margin: 10px 0;
  display: inline-block;
  width: 100%;
  background: #fff;
}
.mobileListWrap .mobileLis .mobileLisStyle .mobileLisNumber {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  width: 155px;
  padding-right: 26px;
}
@media (max-width: 767px) {
  .mobileListWrap .mobileLis .mobileLisStyle .mobileLisNumber {
    padding-right: 0px;
    padding-bottom: 15px;
    text-align: center;
    width: 100%;
  }
}
.mobileListWrap .mobileLis .mobileLisStyle .mobileLisNumber b {
  color: #999999;
  font-size: 1rem;
  font-weight: normal;
}
.mobileListWrap .mobileLis .mobileLisStyle .mobileLisNumber span {
  color: #595959;
  font-size: 1rem;
  display: block;
  font-weight: 400;
  font-family: "robotoregular";
}
.mobileListWrap .mobileLis .mobileLisStyle .mobileLisDic {
  display: inline-block;
  width: calc(100% - 160px);
  vertical-align: middle;
  text-align: left;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .mobileListWrap .mobileLis .mobileLisStyle .mobileLisDic {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.mobileListWrap .mobileLis .mobileLisStyle .mobileLisDic:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.05);
  width: 1px;
  height: 80%;
  min-height: 70px;
}
@media (max-width: 767px) {
  .mobileListWrap .mobileLis .mobileLisStyle .mobileLisDic:before {
    display: none;
  }
}
.mobileListWrap .mobileLis .mobileLisStyle .mobileLisDic .content {
  color: #595959;
  line-height: 20px;
}
.mobileListWrap.enterprisePage .mobileLisStyle .mobileLisNumber {
  width: 235px;
}
@media (max-width: 767px) {
  .mobileListWrap.enterprisePage .mobileLisStyle .mobileLisNumber {
    width: 100%;
  }
}
.mobileListWrap.enterprisePage .mobileLisStyle .mobileLisDic {
  width: calc(100% - 241px);
}
@media (max-width: 767px) {
  .mobileListWrap.enterprisePage .mobileLisStyle .mobileLisDic {
    width: auto;
  }
}

.contentArea {
  max-width: 814px;
  padding: 0 20px;
  margin: 0 auto;
}
.contentArea.contentPage {
  max-width: 640px;
}
.contentArea .contact {
  letter-spacing: 0.3px;
  font-size: 0.875rem;
}

.resourceListWrap {
  display: inline-flex;
  width: 100%;
  max-width: 920px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 1025px) {
  .resourceListWrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .resourceListWrap {
    flex-wrap: wrap;
  }
}
.resourceListWrap .resourceList {
  width: 25%;
  float: left;
  padding: 8px;
}
@media (max-width: 1025px) {
  .resourceListWrap .resourceList {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .resourceListWrap .resourceList {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .resourceListWrap .resourceList {
    width: 100%;
  }
}

.resourceListStyle {
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(149, 147, 147, 0.16);
  padding: 30px;
  height: 100%;
  text-align: left;
  background: #fff;
}
.resourceListStyle b {
  color: #d1cdcd;
  font-size: 1.125rem;
  font-weight: normal;
}
.resourceListStyle p {
  color: #595959;
  font-size: 0.75rem;
  line-height: 20px;
}

.internet_thinghWrap {
  padding: 0 20px;
  max-width: 920px;
  margin: 0 auto;
}
.internet_thinghWrap ul {
  margin-top: 25px;
}
.internet_thinghWrap ul li {
  text-align: center;
}
.internet_thinghWrap ul li .internetBox {
  display: block;
}
@media (max-width: 767px) {
  .internet_thinghWrap ul li .internetBox {
    text-align: left;
    margin: 8px 0;
    padding: 0 8%;
  }
}
.internet_thinghWrap ul li .internetBox b {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  height: auto;
  width: auto;
}
.internet_thinghWrap ul li .internetBox h3 {
  display: inline-block;
  text-align: left;
  margin: 0;
  vertical-align: middle;
  padding-left: 10px;
  font-size: 14px;
  letter-spacing: 0.3px;
  color: #595959;
}
.internet_thinghWrap ul li b {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  margin: 0 auto;
  height: 54px;
}
@media (max-width: 767px) {
  .internet_thinghWrap ul li b {
    margin-bottom: 10px;
    margin-top: 24px;
  }
}
.internet_thinghWrap ul li h3 {
  color: #595959;
  font-size: 0.75rem;
  width: 110px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .internet_thinghWrap ul li h3 {
    width: auto;
  }
}

.modal-content {
  border: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.modal-content .close {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 44px;
  font-weight: normal;
  cursor: pointer;
  z-index: 3;
}

.thanksText {
  padding: 50px 25px;
  color: #595959;
  font-weight: 500;
  font-size: 16px;
}
.thanksText big {
  font-size: 20px;
  display: block;
}

.successImg {
  display: block;
  position: relative;
  margin: 20px auto 0;
  width: 190px;
  text-align: center;
}
.successImg img {
  max-width: 80%;
}

.blogWrap {
  margin-bottom: 80px;
  height: 40vh;
}
.blogWrap p {
  max-width: 550px;
  margin: 0 auto 20px;
  font-size: 14px;
  padding: 0 20px;
  font-weight: 500;
}
.blogWrap p.col01 {
  font-size: 18px;
  margin-bottom: 18px;
  color: #efa318;
  font-weight: 500;
}
.blogWrap a {
  color: #1b5b92;
  padding-left: 14px;
  line-height: 18px;
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 30px;
  display: block;
  margin-top: 70px;
}

.g-recaptcha {
  text-align: center;
  margin: 0 auto;
  width: 303px;
}
@media (max-width: 998px) {
  .g-recaptcha {
    margin-left: -23px;
  }
}
@media (max-width: 540px) {
  .g-recaptcha {
    margin-left: 0px;
  }
}

.careersWrap ul.privacyList li {
  padding: 0;
  border: 0;
  box-shadow: none;
  margin-bottom: 0;
}

.careersWrap ul.privacyList li:last-child {
  margin-top: 10px;
}

.priSubHead {
  color: #1b5b92;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
  font-family: "Roboto", sans-serif;
  margin-top: 24px;
}

.cultureWrap .cultureListBox {
  margin-bottom: 40px;
}
.cultureWrap .cultureListBox .cultureList {
  width: 100%;
}
.cultureWrap .cultureListBox .cultureList i {
  display: block;
  margin-bottom: 30px;
  min-height: 115px;
}
.cultureWrap .cultureListBox .cultureList h3 {
  color: #595959;
  font-size: 16px;
  font-family: "robotomedium";
}
.cultureWrap .cultureListBox .cultureList span {
  font-size: 14px;
}

.buildingWrap {
  padding: 42px 0;
}
.buildingWrap .buildingSliderWrap {
  padding-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
}
.buildingWrap .buildingSliderWrap .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  border: 0;
  width: 10px;
  height: 18px;
}
.buildingWrap .buildingSliderWrap .slick-arrow.slick-prev {
  left: -30px;
  background: url(../images/prev_arrow.svg);
  background-repeat: no-repeat;
}
.buildingWrap .buildingSliderWrap .slick-arrow.slick-next {
  right: -30px;
  background: url(../images/next_arrow.svg);
  background-repeat: no-repeat;
}
.buildingWrap .buildingItems {
  display: inline-block;
  padding: 18px;
}
.buildingWrap .buildingItems h3 {
  color: #595959;
  font-size: 16px;
  font-family: "robotomedium";
  margin-bottom: 0;
}
.buildingWrap .buildingItems span {
  color: #B1B0B0;
}
.buildingWrap .buildingItems p {
  color: #595959;
  margin-top: 10px;
}

.glimpsesWrap {
  background: #F8F8F8;
  padding: 30px;
}
.glimpsesWrap .glimpsesBox {
  margin-top: 30px;
}
.glimpsesWrap .glimpsesBox figure {
  padding: 14px;
}
.glimpsesWrap .glimpsesBox .glimpsesLeft {
  display: inline-block;
  vertical-align: top;
}
.glimpsesWrap .glimpsesBox .glimpsesRight {
  display: inline-block;
  vertical-align: top;
}

.clientWrap ul li {
  width: 19.5%;
  text-align: center;
  display: inline-block;
  padding: 32px 10px;
}
@media (max-width: 767px) {
  .clientWrap ul li {
    width: 24.5%;
    padding: 32px 15px;
  }
}
@media (max-width: 540px) {
  .clientWrap ul li {
    width: 32%;
  }
}
@media (max-width: 540px) {
  .clientWrap ul li {
    width: 48%;
  }
}
.clientWrap ul li span .jamboree {
  max-width: 70%;
}
.clientWrap ul li span .nivesh {
  max-width: 80%;
}
.clientWrap ul li span .scholastics {
  max-width: 80%;
}
.clientWrap ul li span .shreeram {
  max-width: 31%;
}
.clientWrap ul li span .harper-collins {
  max-width: 55%;
}
.clientWrap ul li span .cremica {
  max-width: 60%;
}
.clientWrap ul li span .delhivery {
  max-width: 60%;
}
.clientWrap ul li span .healthnode {
  max-width: 80%;
}

.clientWrapList {
  background: #1b5b92;
  padding: 15px 20px;
  margin: 25px 0;
}
.clientWrapList .clientSlider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  width: 10px;
  height: 12px;
  font-size: 0;
}
.clientWrapList .clientSlider .slick-prev {
  background: url(../images/client/left_arrow.png) no-repeat center;
  left: -10px;
}
.clientWrapList .clientSlider .slick-next {
  background: url(../images/client/right_arrow.png) no-repeat center;
  right: -10px;
}
.clientWrapList .clientSlider .items {
  text-align: center;
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 40px;
}
.clientWrapList .clientSlider .items span {
  display: block;
}
.clientWrapList .clientSlider .items img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}
.clientWrapList .clientSlider .items i {
  width: 22px;
  display: inline-block;
  vertical-align: middle;
}
.clientWrapList .clientSlider .items i.icon09 {
  width: 30px;
}
.clientWrapList .clientSlider .items i.icon11 {
  width: 16px;
}
.clientWrapList .clientSlider .items b {
  vertical-align: middle;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
  padding-left: 5px;
  padding-top: 4px;
  display: inline-block;
}

.careersWrap {
  padding: 0 20px;
  max-width: 85%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .careersWrap {
    max-width: 94%;
  }
}

.careersWrap ul li {
  background: #ffffff;
  padding: 30px 40px;
  border-radius: 20px;
  margin-bottom: 30px;
  box-shadow: 0 0 8px 0 rgba(149, 147, 147, 0.16);
}
@media (max-width: 767px) {
  .careersWrap ul li {
    padding: 30px 20px;
  }
}

.careersWrap ul li h2 {
  font-size: 18px;
  color: #595959;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.careersWrap ul li h3 {
  font-size: 16px;
  color: #595959;
}

.careersWrap ul li p {
  font-size: 14px;
  color: #595959;
  letter-spacing: 0.3px;
}

.careersWrap ul li small {
  font-size: 14px;
  color: #2a2a2a;
}

.careersWrap ul li a {
  color: #1b5b92;
  padding-left: 0px;
  line-height: 18px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.careersWrap ul li a:hover {
  text-decoration: none;
}

.careersWrap ul li a.btn-link:after {
  display: none;
}

.careersWrap.careerPage ul li {
  letter-spacing: 0.3px;
}
.careersWrap.careerPage ul li h2 {
  font-size: 16px;
  font-family: "robotomedium";
  letter-spacing: 0.3px;
}
.careersWrap.careerPage ul li h3 {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.3px;
}

.blogContent {
  border-bottom: 4px solid #eaaf1b;
}
.blogContent .careersWrap ul li a {
  padding: 20px 30px;
  display: block;
  font-weight: normal;
}
.blogContent .careersWrap ul li a span {
  font-family: "robotomedium";
  text-transform: capitalize;
}
.blogContent h2.comtitle { font-size: 18px !important; }
.blogContent h2,
.blogContent h3 {
  color: #595959;
  font-size: 16px !important;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: "robotomedium";
  margin-top: 30px;
}
.blogContent h4 {
   font-size: 14px !important;
   font-weight: 600;
}
.blogContent small {
  margin-bottom: 10px;
  display: block;
  margin-top: 5px;
  color: #999999 !important;
}
.blogContent p {
  color: #595959 !important;
}
.blogContent.contentArea .contact {
  line-height: 19px;
  margin-bottom: 10px;
}

.section_caseWrap .sharetastic__button {
  margin: 5px;
}

.blogPage .section_blogName h1 {
  color: #1b5b92;
  font-size: 24px;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-family: "robotomedium";
}
@media (max-width: 767px) {
  .blogPage .section_blogName h1 {
    font-size: 22px;
  }
}
.blogPage .herobannerWrap .heroSlider .slick-list .slick-track .items:before {
  display: none;
}

.tagsBox {
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.sharetastic__button--pinterest,
.sharetastic__button--tumblr,
.sharetastic__button--googleplus,
.sharetastic__button--email,
.sharetastic__button--print {
  display: none;
}

.tagsWrap {
  margin-top: 40px;
}
.tagsWrap h3 {
  color: #999999;
  font-size: 14px;
  padding-left: 3px;
  font-family: "robotomedium";
  letter-spacing: 0.3px;
}
.tagsWrap ul li {
  display: inline-block;
  padding: 8px 3px;
}

.tags {
  background: rgba(12, 81, 140, 0.1);
  padding: 5px 10px;
  border-radius: 4px;
  color: #0c518c;
  text-transform: capitalize;
}
.tags:hover {
  color: #0c518c;
  opacity: 0.9;
}

.clientsSay {
  background: #F8F9FA;
  text-align: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .clientsSay {
    padding-left: 0;
    padding-right: 0;
  }
}
.clientsSay h3 {
  color: #1b5b92;
  font-size: 24px;
  line-height: 16px;
  font-family: "robotomedium";
  margin-bottom: 26px;
}

.clientsSaySlider {
  padding: 28px;
  max-width: 1024px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .clientsSaySlider {
    padding: 28px 8px;
    max-width: 86%;
  }
}
.clientsSaySlider .slick-arrow {
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 0;
  background-color: #f8f9fa;
  background-image: url(../images/next_arrow.svg);
  border: 0;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 7px;
  cursor: pointer;
}
.clientsSaySlider .slick-arrow.slick-prev {
  right: auto;
  background-image: url(../images/prev_arrow.svg);
  left: -13px;
}
.clientsSaySlider .slick-track {
  display: flex;
}

.clientsSayList {
  text-align: center;
  padding: 10px;
  height: auto;
}
.clientsSayList .clientsSayMain {
  border-radius: 30px;
  background: #ffffff;
  height: 100%;
  padding: 20px 15px;
}
.clientsSayList .clientsSayBox figure {
  display: inline-block;
  margin-bottom: 0;
}
.clientsSayList .clientsSayBox figure img {
  display: block;
}
.clientsSayList .clientsSayBox p .leftCots {
  background: url(../images/cots_ui_left.svg);
  display: inline-block;
  width: 27px;
  height: 24px;
}
.clientsSayList .clientsSayBox p .rightCots {
  background: url(../images/cots_ui_right.svg);
  display: inline-block;
  width: 29px;
  height: 23px;
  position: absolute;
  margin-top: 5px;
}
.clientsSayList .clientsSayBox span {
  color: #999999;
}

.clientsSay.insideClient {
  background: url(../images/client/insidepatt.svg);
  background-size: cover;
}
@media (max-width: 767px) {
  .clientsSay.insideClient {
    height: 95vh;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
.clientsSay.insideClient h3 {
  text-align: left;
  max-width: 1024px;
  margin: 0 auto;
  padding-left: 52px;
  font-size: 18px;
  color: #ffffff;
  padding-bottom: 40px;
}
.clientsSay.insideClient .clientsSaySlider {
  padding-top: 0;
}
.clientsSay.insideClient .clientsSaySlider .slick-arrow {
  background-color: transparent;
  filter: brightness(100);
}
.clientsSay.insideClient .clientsSayList .clientsSayBox {
  text-align: left;
}
.clientsSay.insideClient .clientsSayList .clientsSayBox figure {
  margin-bottom: 10px;
  width: 150px;
}
@media (max-width: 767px) {
  .clientsSay.insideClient .clientsSayList .clientsSayBox figure {
    display: block;
    max-height: 100px;
    min-height: 10px;
  }
}
.clientsSay.insideClient .clientsSayList .clientsSayBox figure.spice_logo img {
  width: 80px;
}
.clientsSay.insideClient .clientsSayList .clientsSayBox figure.live_logo img {
  width: 80px;
}
.clientsSay.insideClient .clientsSayList .clientsSayBox figure.q30_logo img {
  width: 70px;
}
.clientsSay.insideClient .clientsSayList .clientsSayBox span {
  display: block;
  text-align: right;
  font-size: 14px;
  color: #ffffff;
}
.clientsSay.insideClient .clientsSayList .clientsSayMain {
  background: transparent;
  padding-top: 0;
  display: inline-flex;
  align-items: center;
  padding-bottom: 0;
}
.clientsSay.insideClient .clientsSayList .clientsSayMain p {
  color: #ffffff;
  font-size: 16px;
  text-align: left;
  font-style: italic;
  line-height: 20px;
  min-height: 110px;
}

.mt-0 {
  margin-top: 0 !important;
}

.clientIndvisule {
  background: #F8F9FA;
  color: #000000;
  padding: 30px 58px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .clientIndvisule {
    padding: 30px 8px;
  }
}
.clientIndvisule h3 {
  text-align: left;
  max-width: 1024px;
  margin: 0 auto;
  font-size: 18px;
  color: #235188;
  padding-bottom: 40px;
}
.clientIndvisule .clientIndvisuleBox figure {
  display: none;
}
.clientIndvisule .clientIndvisuleBox .clientPoints {
  padding-left: 18px;
  margin-bottom: 15px;
}
.clientIndvisule .clientIndvisuleBox .clientPoints ul {
  margin-left: 25px;
}
.clientIndvisule .clientIndvisuleBox .clientPoints ul li {
  list-style-type: disc;
}
.clientIndvisule .clientIndvisuleBox p {
  position: relative;
  padding-left: 18px;
}
.clientIndvisule .clientIndvisuleBox p .top_comma {
  position: absolute;
  top: -10px;
  left: 0;
  width: 30px;
  height: 24px;
  display: inline-block;
  background: url(../images/top_comma.svg) no-repeat;
}
.clientIndvisule .clientIndvisuleBox p .bottom_comma {
  position: absolute;
  bottom: -12px;
  margin-left: -9px;
  width: 30px;
  height: 24px;
  display: inline-block;
  background: url(../images/bottom_comma.svg) no-repeat;
}
.clientIndvisule .clientIndvisuleBox span {
  display: block;
  color: #999;
  padding-left: 18px;
  padding-top: 20px;
}

body {
  font-family: "robotoregular";
  font-size: 14px;
  color: #595959;
}
@media (max-width: 768px) {
  .login-screen.device-flex .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 14px;
  }
}

body,
html {
  height: 100%;
}

img {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1340px;
  }
}
:focus {
  outline: 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #605f5f;
  font-size: 14px !important;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #605f5f;
  font-size: 14px !important;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #605f5f;
  font-size: 14px !important;
}

:-moz-placeholder { /* Firefox 18- */
  color: #605f5f;
  font-size: 14px !important;
}

button.btn.btn-primary {
  border-radius: 25px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.6875rem;
  line-height: 24px;
  letter-spacing: 1.76px;
  background: #ffffff;
  padding: 5px 20px;
  border-radius: 25px;
  border: 1px solid #000000;
}

button.btn,
button.btn.btn-primary:hover,
button.btn.btn-primary:not(:disabled):not(.disabled):active,
button.btn.btn-primary:not(:disabled):not(.disabled).active {
  border-radius: 25px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.6875rem;
  line-height: 24px;
  letter-spacing: 1.76px;
  background: #ffffff;
  padding: 5px 20px;
  border-radius: 25px;
  border: 1px solid #000000;
}

.btn.btn-primary:focus,
.btn.btn-primary.focus,
.btn.btn-sm:focus,
.btn.btn-sm.focus {
  box-shadow: none;
  /*box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 1);*/
}

.btn,
.btn.btn-primary,
.btn.btn-primary:hover,
.btn.btn-primary:not(:disabled):not(.disabled):active,
.btn.btn-primary:not(:disabled):not(.disabled).active {
  border-radius: 25px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.6875rem;
  line-height: 24px;
  letter-spacing: 1.76px;
  background: #ffffff;
  padding: 5px 20px;
  border-radius: 25px;
  border: 1px solid #000000;
}

.btn.btn-sm {
  padding: 5px 25px;
  font-size: 0.875rem;
  border: 0;
}

.btn,
.btn.btn-sm:hover,
.btn.btn-sm:not(:disabled):not(.disabled):active,
.btn.btn-sm:not(:disabled):not(.disabled).active {
  border-radius: 25px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
  padding: 5px 25px;
  min-width: 110px;
  text-align: center;
}

.form-control:focus {
  box-shadow: inherit;
}

.btn-link {
  position: relative;
  color: #1b5b92;
  font-size: 12px;
  line-height: 24px;
  font-family: "robotomedium";
  padding-right: 32px;
  position: relative;
  border: 0;
  background: none;
  text-decoration: none;
  text-transform: capitalize;
  cursor: pointer;
}
.btn-link:hover:after {
  background: #ffdb5a url(../images/btnarrow.svg);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 7px;
}
.btn-link span {
  position: relative;
  z-index: 1;
  font-size: 14px;
  letter-spacing: 0.3px;
}
.btn-link:after {
  content: "";
  width: 26px;
  height: 26px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
  vertical-align: middle;
  background: #efb525 url(../images/btnarrow.svg);
  background-repeat: no-repeat;
  background-position: 10px center;
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  background-size: 7px;
}
.btn-link :hover {
  color: #0092ff;
}

.btn-link-back {
  position: relative;
  color: #1b5b92;
  font-size: 12px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  padding-left: 44px;
  position: relative;
  border: 0;
  background: none;
  text-decoration: none;
}
.btn-link-back span {
  position: relative;
  z-index: 1;
  font-size: 0.875rem;
}
.btn-link-back:after {
  content: "";
  width: 38px;
  height: 38px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
  vertical-align: middle;
  background: #efb525 url(../images/btnarrow.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  z-index: 0;
}
.btn-link-back :hover {
  color: #011314;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0px;
}

ul li {
  list-style: none;
}

.btn-gradient {
  background: #970351;
  background: -moz-linear-gradient(left, #970351 0%, #026bc7 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #970351 0%, #026bc7 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #970351 0%, #026bc7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#970351", endColorstr="#026bc7",GradientType=1 );
}

a {
  font-family: "robotoregular";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  text-transform: uppercase;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 34px;
  line-height: 34px;
  width: 34px;
}

.bootstrap-datetimepicker-widget table th {
  line-height: 28px;
  color: #026bc7;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  font-size: 0.875rem;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #970351;
  color: #fff;
}

.bootstrap-datetimepicker-widget table td.day.today,
.bootstrap-datetimepicker-widget table td.day.today:hover {
  background-color: rgba(151, 3, 81, 0.3);
  color: #2c2c2c;
  font-weight: 700;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #026bc7;
  color: #fff;
}

.bootstrap-datetimepicker-widget table th.prev .glyphicon-chevron-left {
  background: url(../assets/images/left-arrow_cle.png) no-repeat;
  width: 13px;
  height: 19px;
  display: inline-block;
  margin-top: 10px;
}

.bootstrap-datetimepicker-widget table th.next .glyphicon-chevron-right {
  background: url(../assets/images/right-arrow_cle.png) no-repeat;
  width: 13px;
  height: 19px;
  display: inline-block;
  margin-top: 10px;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 15, 2021 */
@font-face {
  font-family: "montserratmedium";
  src: url("../../assets/fonts/montserrat-medium-webfont.woff2") format("woff2"), url("../../assets/fonts/montserrat-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratregular";
  src: url("../../assets/fonts/montserrat-regular-webfont.woff2") format("woff2"), url("../../assets/fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratsemibold";
  src: url("../../assets/fonts/montserrat-semibold-webfont.woff2") format("woff2"), url("../../assets/fonts/montserrat-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotoblack";
  src: url("../../assets/fonts/roboto-black-webfont.woff2") format("woff2"), url("../../assets/fonts/roboto-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotomedium";
  src: url("../../assets/fonts/roboto-medium-webfont.woff2") format("woff2"), url("../../assets/fonts/roboto-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotoregular";
  src: url("../../assets/fonts/roboto-regular-webfont.woff2") format("woff2"), url("../../assets/fonts/roboto-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*# sourceMappingURL=style.css.map */

.letsMeetPopup { display: flex; align-items: center; justify-content: center; padding: 20px;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.letsMeetArea { max-width: 80vh; position: relative; background: #ffffff; padding: 20px 30px 30px 30px; box-shadow: 0 0 14px rgba(0, 0, 0, 0.05); border-radius: 20px; }
.letsMeetArea b { position: absolute; right: 20px; top: 20px; width: 18px; cursor: pointer; }
.letsMeetArea .modal-title { font-size: 18px; text-align: center; margin-bottom: 15px; font-family: "robotomedium"; }
.letsMeetArea figure { margin-bottom: 0; }

.listWrap { margin-left: 18px; margin-bottom: 15px; }
.listWrap li { list-style: disc;  }

.faqWrap { counter-reset: section; margin-top: 15px; }
.faqWrap .faqItem { position: relative; padding-left: 16px; }
.faqWrap .faqItem::before {counter-increment: section;
  content: counter(section) ". "; position: absolute; left: 0; }
.faqWrap .faqItem b,
.faqWrap .faqItem h3 { font-weight: 400; -webkit-text-stroke: 0.4px; }
 .proudWrap {display: flex;	align-items: center;flex-direction: row-reverse;justify-content: space-between; }
footer .footerMidle p { max-width: 72%; }
.proudWrap .addDemo { margin-left: 10px; }
.proudWrap .addDemo .addDemoArea { width: 158px; }
.proudWrap .addDemo .addDemoArea .mn-widget-member-assoc { max-width: 80px; margin: 0 auto; }
@media screen and (max-width: 480px) {
	.proudWrap { display: block; }
	.proudWrap .addDemo .addDemoArea { width: 220px; }
	.proudWrap .addDemo { margin-left: 0; margin-top: -20px; }
	.proudWrap .addDemo .addDemoArea .mn-widget-member { text-align: left; }
	.proudWrap .addDemo .addDemoArea .mn-widget-member-assoc { margin: 0; }
}
