 @font-face {
   font-family: 'Inter Regular';
   src: local('Inter-Regular'), local('Gellix-Regular'), url('../fonts/Inter-Regular.woff') format('woff'); font-weight: 400;
   font-style: normal;
 }
 @font-face {
   font-family: 'Teko SemiBold';
   src: local('Teko-SemiBold'), local('Gellix-Regular'), url('../fonts/Teko-SemiBold.woff') format('woff'); font-weight: 400;
   font-style: normal;
 }
 @font-face {
   font-family: 'Poppins Regular';
   src: local('Poppins-Regular'), local('Gellix-Regular'), url('../fonts/Poppins-Regular.woff') format('woff'); font-weight: 400;
   font-style: normal;
 }
 @font-face {
   font-family: 'Montserrat Regular';
   src: local('Montserrat-Regular'), local('Gellix-Regular'), url('../fonts/Montserrat-Regular.woff') format('woff'); font-weight: 400;
   font-style: normal;
 }
 @font-face {
   font-family: 'Montserrat Light';
   src: local('Montserrat-Light'), local('Gellix-Regular'), url('../fonts/Montserrat-Light.woff') format('woff'); font-weight: 400;
   font-style: normal;
 }
 @font-face {
   font-family: 'Montserrat Bold';
   src: local('Montserrat-Bold'), local('Gellix-Regular'), url('../fonts/Montserrat-Bold.woff') format('woff'); font-weight: 400;
   font-style: normal;
 }
 body, h1, h2, h3, h4, h5, h6, p {
   font-weight: 400
 }
 h3, h4 {
   color: #354560
 }
 h1, h5 {
   color: #2c4466
 }
 h1 {
   font-family: 'Teko SemiBold';
   font-size: 55px;
 }
 h2 {
   font-family: 'Teko SemiBold';
   font-size: 55px;
   text-transform: uppercase;
   color: #0162c3;
 }
 p {
   font-style: normal;
   font-size: 18px;
   line-height: 32px;
   font-family: 'Poppins Regular';
   color: #202020;
 }
 h1, h2, h3, h4, h5, h6 {
   margin-top: 0;
   margin-bottom: 0
 }
 h4 {
   font-size: 1.25rem
 }
 h5, h6 {
   font-size: 1.125rem
 }
 .anchor-link:hover, h6 {
   color: #31489c
 }
 label {
   color: #475968;
   font-size: 18px;
   font-weight: 400;
   line-height: inherit;
   display: inline-block
 }
 .primary-color {
   color: #31489c !important
 }
 .secondary-color {
   color: #3bc1ce !important
 }
 .anchor-link {
   color: #434f5f;
   font-size: 15px;
   line-height: 24px
 }
 .small-text {
   font-size: 12px !important;
   line-height: 16px
 }
 .btn {
   font-size: 19px;
   font-family: 'Poppins Regular';
   line-height: 24px;
   padding: 12px 26px 10px 26px;
   border-radius: 0;
   border: none;
   color: #4971fb
 }
 .btn-icon {
   padding: 5px;
   border-radius: 0
 }
 .btn.btn-primary {
   color: #fff;
   background-color: #005bb3;
   border-color: #007dd1;
   text-transform: uppercase;
   border-radius: 3rem;
 }
 .btn-primary:hover {
   background-color: #fff;
   color: #005bb3;
   border: 0 solid #007dd1
 }
 a {
   transition: .5s
 }
 .btn.btn-secondary {
   color: #fff;
   background: linear-gradient(0, #4971fb, #4971fb), #4971fb;
   border-radius: 4px;
   border: 0
 }
 .btn-secondary:hover {
   color: #4971fb;
   background: linear-gradient(0, #4267e3, #4267e3), #4267e3
 }
 .btn.btn-outline {
   color: #4971fb;
   background-color: transparent;
   border: 2px solid #4971fb;
   padding: 18px 26px
 }
 .btn-outline:hover {
   color: #fff !important;
   background-color: #4971fb !important;
   border: 2px solid #4971fb !important
 }
 .btn.yellow-btn {
   color: #31489c;
   background-color: #ffc73c
 }
 .btn-outline-primary {
   color: #466cae;
   background-color: transparent;
   border: 2px solid #3f5f97;
   border-radius: 62px;
   font: 600 14px/22px GraphikRegular
 }
 .btn-outline-primary:hover {
   color: #fff;
   background-color: #31489c;
   border: 2px solid #31489c
 }
 .btn-outline-secondary {
   color: #007dd1;
   background-color: transparent;
   border: 2px solid #3ea9f1;
   border-radius: 62px;
   font: 600 20px/24px GraphikRegular
 }
 .btn-outline-secondary:hover {
   color: #fff;
   background-color: #007dd1;
   border-color: #007dd1
 }
 .btn.circle-radius {
   border-radius: 20px
 }
 .btn.light-radius {
   border-radius: 5px !important
 }
 .btn-default:hover {
   color: #4971fb;
   background: 0
 }
 .btn_light {
   border-radius: 5px;
   background: linear-gradient(0, #f0f4ff 0, #f0f4ff 100%), #4971fb
 }
 .form-control {
   font-family: 'Poppins Regular';
   color: #fff;
   font-size: 15px;
   font-weight: 400;
   height: 44px;
   background: transparent;
   padding: 9px 20px;
   border: 1px solid #fff;
   border-radius: 0;
   border-radius: 4rem;
 }
 .form-control:placeholder {
   color: #fff;
 }
 textarea.form-control {
   min-height: 95px;
   resize: none
 }
 select.form-control {
   background-image: linear-gradient(45deg, transparent 50%, #c6c7c7 50%), linear-gradient(135deg, #c6c7c7 50%, transparent 50%);
   background-position: calc(100% - 20px) calc(50%), calc(100% - 12px) calc(50%);
   background-size: 8px 8px, 8px 8px;
   background-repeat: no-repeat;
   box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-appearance: none;
   -moz-appearance: none;
   margin: 0
 }
 .form-control:focus {
   outline: 0;
   font-family: 'Poppins Regular';
   color: #fff;
   background: transparent;
   box-shadow: none
 }
 :after, :before, * {
   box-sizing: border-box;
 }
 .all {
   background-image: url(images/all.jpg);
   height: 5066px;
   background-repeat: no-repeat;
   background-position: center top;
 }
 .footer {
   background-image: url(images/footer.jpg);
   height: 1908px;
   background-repeat: no-repeat;
   background-position: center top;
 }
 #menufix {
   moz-transition: all 1s ease-in-out;
   opacity: 1;
   o-transition: all 1s ease-in-out;
 
   position: fixed;
   top: 0;
   transition: all 1s ease-in-out;
   webkit-transition: all 1s ease-in-out;
   width: 100%;
   z-index: 100000;
 }
 #menufix.active {
   opacity: 100;
   position: fixed;
   background: #0162c3;
 }
 #menufix.active .navbar-expand-lg .navbar-nav .nav-link {
   color: #fff;
 }
 #menufix.active .navbar-toggler {
  background: center;
 }
 #menufix .white-logo {
   display: none;
 }
 #menufix .logo {
   display: block;
 }
 #menufix.active .white-logo {
   display: block;
 }
 #menufix.active .logo {
   display: none;
 }
 .core {
   text-align: center;
   padding: 65px 0 14px;
 }
 .core h2 {
   font-family: 'Teko SemiBold';
 }
 .hero-slider {
   width: 100%;
   height: 700px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   position: relative;
   z-index: 0;
 }
 @media (max-width: 991px) {
   .hero-slider {
     height: 600px;
   }
 }
 @media (max-width: 767px) {
   .hero-slider {
     height: 500px;
   }
 }
 .hero-slider .swiper-slide {
   overflow: hidden;
   color: #fff;
 }
 .hero-slider .swiper-container {
   width: 100%;
   height: 100%;
   position: absolute;
   left: 0;
   top: 0;
 }
 .hero-slider .slide-inner {
   width: 100%;
   height: 100%;
   position: absolute;
   left: 0;
   top: 0;
   z-index: 1;
   background-size: cover;
   background-position: center;
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: left;
 }
 .hero-slider .swiper-button-prev, .hero-slider .swiper-button-next {
   background: transparent;
   width: 55px;
   height: 55px;
   line-height: 53px;
   margin-top: -30px;
   text-align: center;
   border: 2px solid #000;
   border-radius: 55px;
   opacity: 0;
   visibility: hidden;
   transition: all .3s ease;
 }
 .hero-slider:hover .swiper-button-prev, .hero-slider:hover .swiper-button-next {
   transform: translateX(0);
   opacity: 1;
   visibility: visible;
 }
 @media (max-width: 767px) {
   .hero-slider .swiper-button-prev, .hero-slider .swiper-button-next {
     display: none;
   }
 }
 .hero-slider .swiper-button-prev {
   left: 25px;
   transform: translateX(50px);
 }
 .hero-slider .swiper-button-prev:before {
   font-family: "FontAwesome";
   content: "\f053";
   font-size: 15px;
   color: #000;
   font-style: normal;
   display: inline-block;
    vertical-align: middle;
   font-weight: 900;
   top: -1px;
   position: relative;
 }
 .hero-slider .swiper-button-next {
   right: 25px;
   transform: translateX(-50px);
 }
 .hero-slider .swiper-button-next:before {
   font-family: "FontAwesome";
   content: "\f054";
   font-size: 15px;
   color: #000;
   font-style: normal;
   display: inline-block;
   vertical-align: middle;
   font-weight: 900;
   top: -1px;
   position: relative;
 }
 .hero-slider .swiper-pagination-bullet {
   width: 12px;
   height: 12px;
   text-align: left;
   line-height: 12px;
   font-size: 12px;
   color: #000;
   opacity: 0.3;
   background: #fff;
   transition: all .2s ease;
 }
 .hero-slider .swiper-pagination-bullet-active {
   opacity: 1;
 }
 .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets, .hero-slider .swiper-pagination-custom, .hero-slider .swiper-pagination-fraction {
   bottom: 30px;
 }
 @media screen and (min-width: 992px) {
   .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets, .hero-slider .swiper-pagination-custom, .hero-slider .swiper-pagination-fraction {
     /*     display: none; */
   }
 }
 .swiper-pagination {
   text-align: left;
 }
 .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
   bottom: 20px;
   max-width: max-content;
   padding: 0;
   margin: 0 auto;
   right: 30px;
   transform: translateX(0%);
   left: auto;
   text-align: right;
   background: #0162c3;
 }
 
 @media (min-width: 767px) {
   .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
     bottom: 30px;
   }
 }
 /*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
/* Define styles for nav-link text color */

@media screen and (min-width: 1025px) {
  .hero-style .container {
    padding-top: 0;
  }
}
.col-lg-7 img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); 
  transition: box-shadow 0.3s; 
}

.col-lg-7 img:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8); 
}

.nav-link {
  border-bottom: 1px solid transparent; 
  transition: border-bottom-color 0.3s; 
}

.nav-link:hover {
  border-bottom-color: #0462c3; 
}

/* CSS */
.service-figure {
  position: relative;
  overflow: hidden;
}
.service-img-wrap img{
  transition: transform 0.3s ease;
}
.service-img-wrap :hover img{

  transform: scale(1.1);
}
.service-hover-img:hover{
  background-color:#deefff
}

.service-figure img {
  transition: transform 0.3s ease;
}

.service-figure:hover img {
  transform: scale(1.1);
}

.why-content:hover {
  background-color: black
}

 .hero-style {
   height: 850px;
   transition: all .4s ease;
 }
 @media (max-width: 991px) {
   .hero-style {
     height: 600px;
   }
 }
 @media (max-width: 767px) {
   .hero-style {
     height: 500px;
   }
 }
 @media screen and (min-width: 992px) {
   .hero-style .container {
     padding-top: 0;
   }
 }
 .hero-style .slide-title, .hero-style .slide-text, .hero-style .slide-btns {
   max-width: 690px;
 }
 .hero-style .slide-title h1 {
   font-size: 70px;
   font-family: 'Teko SemiBold';
   line-height: 1;
   color: #0062c3;
   margin: 0 25px 0 0;
   text-transform: capitalize;
   transition: all .4s ease;
 }
 @media (max-width: 1199px) {
   .hero-style .slide-title h1 {
     font-size: 75px;
   }
 }
 @media (max-width: 991px) {
   .hero-style .slide-title h1 {
     font-size: 50px;
     margin: 0;
   }
 }
 @media (max-width: 767px) {
   .hero-style .slide-title h2 {
     font-size: 35px;
     margin: 0 0 30px;
   }
 }
 .hero-style .slide-text p {
   opacity: 0.8;
   font-family: 'Poppins Regular';
   font-size: 21px;
   font-weight: 500;
   line-height: 34px;
   letter-spacing: normal;
   color: #000;
   margin: 0 0 0;
   transition: all .4s ease;
 }
 @media (max-width: 767px) {
   .hero-style .slide-text p {
     font-size: 16px;
     font-weight: normal;
     margin: 0;
     line-height: 26px;
   }
 }
 .hero-style .slide-btns > a:first-child {
   margin-right: 10px;
 }
 /*--------------------------------------------------------------
	#button-style
--------------------------------------------------------------*/
 .theme-btn, .theme-btn-s2 {
   background-color: #ffffff;
   font-size: 20px;
   font-weight: 500;
   line-height: 1.4;
   text-align: center;
   color: #2b3b95;
   padding: 9px 32px;
   border: 0;
   border-radius: 3px;
   text-transform: uppercase;
   display: inline-block;
   line-height: initial;
   transition: all .4s ease;
 }
 a {
   text-decoration: none;
   transition: all 0.2s ease;
 }
 .theme-btn-s2 {
   background-color: rgba(255, 255, 255, 0.9);
   color: #131e4a;
 }
 .theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
   background-color: #2b3b95;
   color: #fff;
 }
 .theme-btn-s3 {
   font-size: 16px;
   font-weight: 500;
   line-height: 1.5;
   color: #ffffff;
   text-transform: uppercase;
 }
 i.fa-chevron-circle-right {
   height: 22px;
   width: 22px;
 }
 a:hover {
   text-decoration: none;
 }
 @media (max-width: 991px) {
   .theme-btn, .theme-btn-s2, .theme-btn-s3 {
     font-size: 13px;
     padding: 15px 25px;
   }
 }
 @media (max-width: 767px) {
   .theme-btn, .theme-btn-s2 {
     padding: 13px 20px;
     font-size: 13px;
   }
 }
 /* ---- Create Accordion --- */
 .accordion {
   max-width: 100%;
   height: 700px;
   display: flex;
   overflow: hidden;
   margin: 0px auto;
   font-family: 'Poppins Regular';
 }
 .tab {
   position: relative;
   width: 25%;
   height: inherit;
   padding: 0;
   color: #FFF;
   cursor: pointer;
   transition: width .5s ease;
 }
 .tab img {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: all .5s ease;
 }
 .caption1 {
   position: absolute;
   z-index: 2;
   white-space: nowrap;
   bottom: 0;
   opacity: 1;
   text-align: center;
   width: 100%;
   transition: width .5s ease;
   background: #0062c2cf;
   padding: 14px 0 8px 0;
 }
 .caption {
   position: absolute;
   z-index: 2;
   white-space: normal;
   bottom: 45%;
   opacity: 0;
   text-align: center;
   width: 80%;
   overflow: hidden;
   margin: 0 10%;
 }
 .caption1 h1 {
   margin: 0;
   color: #fff;
   text-overflow: clip;
   font-size: 30px;
   text-transform: uppercase;
 }
 .caption h2 {
   margin-bottom: 2px;
   color: #fff;
   text-overflow: clip;
   font-size: 36px;
   font-weight: normal;
   text-transform: uppercase;
 }
 .caption p {
   margin: 0;
   color: #fff;
   font-family: 'Poppins Regular';
   font-size: 22px;
 }
 /* --- Hover Effects --- */
 .tab:hover img {
   opacity: 1;
   filter: grayscale(0%);
 }
 .tab img {
   opacity: 1;
   filter: grayscale(0%);
 }
 /*.tab:hover:after{
    width:100%; height: 100%; content: ''; background: rgba(0,0,0,.8); position: absolute; z-index: 0;
}
*/
 .tab:hover:after {
   width: 100%;
   height: 100%;
   content: '';
   background: #0062c2ad;
   position: absolute;
   z-index: 0;
 }
 .tab:after {
   width: 100%;
   height: 100%;
   content: '';
   background: rgba(0, 0, 0, 0);
   position: absolute;
   z-index: 0;
 }
 .tab:hover {
   width: 80%;
 }
 .tab:hover .caption1 {
   opacity: 0;
 }
 .tab:hover .caption {
   transition: all .5s ease;
   opacity: 1;
 }
 .main-header .navbar-collapse {
   justify-content: flex-end;
 }
 .navbar-expand-lg .navbar-nav .nav-link:hover {
   color: #0062c3;
 }
 .navbar-expand-lg .navbar-nav .nav-link {
   padding-right: 22px;
   padding-left: 22px;
   font-family: 'Inter Regular';
   font-size: 16px;
   text-transform: uppercase;
   color: #000;
 }
 .navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
   color: #0062c3;
 }
 .navbar-header {
   display: flex;
   justify-content: space-between;
 }
 .logo {
   display: block;
 }
 .mobile-logo {
   display: none;
 }
 .navbar-toggler {
   float: right;
   margin: 5px 0 0;
 }
 .homeOuter {
   background: url("../images/homebg.png") no-repeat right top #fff;
   padding-top: 130px;
   padding-bottom: 130px;
 }
 .homeContentBg {
   background: #0062c3;
   padding: 93px 58px 92px 96px;
 }
 .homeContentBg h2 {
   color: #fff;
   line-height: 54px;
 }
 .homeContentBg p {
   color: #fff;
 }
 @media screen and (min-width: 992px) {
   .homeContentBg h2 span {
     display: block;
   }
 }
 .industryOuter {
   background: #eff2f9;
   padding-top: 70px;
   padding-bottom: 70px;
 }
 .whycytozonTitle h2 {
   color: #0062c3;
 }
 .industryTitle p {
   color: #202020;
   margin: 0 0 35px;
 }
 .industryContent {
   padding: 55px;
 }
 .industryContent h3 {
  font-family: 'Montserrat Light';
  color: #0062c3;
  font-size: 39px;
  margin-bottom: 5px;
  text-shadow: 1px 1px 1px blue;
  font-weight: 800;
 }
 .desktop {
   display: block;
 }
 .mobile {
   display: none;
 }
 .servicesOuter {
   background: url("../images/servicesbg.jpg") no-repeat center top #fff;
   background-attachment: fixed;
   padding-top: 70px;
   padding-bottom: 70px;
 }
 .service-item {
   border-radius: 10px;
   background-color: #fff;
   box-shadow: 0 10px 43px 0 rgb(2 48 105 / 48%);
   padding: 10px 10px 20px 10px;
   position: relative;
   height: 100%;
 }
 .service-item .service-box-content .service-figure {
   border-radius: 6px;
   position: relative;
   overflow: hidden;
 }
 .service-item .service-content .service-img-wrap {
   height: 90px;
   width: 90px;
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: #deefff;
   border-radius: 50%;
   padding: 10px;
   z-index: 2;
   border: 8px solid #fff;
   transition: all 0.8s;
   margin-top: -45px;
   margin-left: 13px;
   position: relative;
   z-index: 9;
 }
 .service-item .service-title {
  font-size: 32px;
  margin: 0 0 5px;
  font-weight: normal;
  font-family: 'Montserrat Regular';
  color: #0062c3;

 }
 .service-item .service-content .service-info {
   padding: 0 20px;
 }
 .service-item .service-content .service-img-wrap img {}
 .service-item .service-content .service-img-wrap img {}
 .servicesTitle {
   margin-bottom: 25px;
 }
 .servicesTitle h2 {
   color: #fff;
 }
 .servicesTitle p {
   color: #fff;
 }
 .card {
   border-radius: 10px;
   border: none;
   background-color: #fff;
   margin-bottom: 25px;
 }
 .whycytozonOuter {
   background: #fff;
   padding-top: 70px;
   padding-bottom: 70px;
 }
 .whycytozonTitle h2 {
   color: #0062c3;
 }
 .whycytozonTitle p {
   color: #202020;
   margin: 0 0 35px;
 }
 .why-box-content {
   margin-left: 5%;
   position: relative;
   margin-bottom: 40px;
   width: 89%;
 }
 .why-figure img {
   border-radius: 7px;
 }
 .why-figure {
   width: 66%;
 }
 .why-content {
   background: #0062c3;
   position: absolute;
   right: 0;
   border-radius: 7px;
   top: 16%;
   width: 51%;
   padding: 28px;
   min-height: 304px;
 }
 .why-content h3 {
   color: #fff;
   font-family: 'Montserrat Bold';
   margin: 0 0 5px;
   font-size: 32px;
 }
 .why-content p {
   color: #fff;
 }
 .technologiesOuter {
   background: #0062c3;
   padding-top: 70px;
   padding-bottom: 70px;
 }
 .technologiesOuter h2 {
   color: #fff;
 }
 .agileOuter {
   background: #ebf8ff url("../images/agilebg.png") no-repeat center center;
   padding-top: 70px;
   padding-bottom: 70px;
 }
 .agileOuter h2 {
   color: #0062c3;
 }
 .agileTitle {
   margin-bottom: 40px;
 }
 .tabs_wrapper {
   width: 100%;
   text-align: center;
   margin: 0 auto;
   background: #fff;
 }
 .tabs_wrapper ul.tabs {
   display: inline-block;
   vertical-align: top;
   position: relative;
   z-index: 10;
   margin: 25px 0 0;
   padding: 0;
   width: 23%;
   min-width: 175px;
   list-style: none;
   -ms-transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
 }
 .tabs_wrapper ul.tabs li {
   font-family: 'Montserrat Regular';
   font-size: 26px;
   margin: 0;
   cursor: pointer;
   padding: 27px 28px 27px 28px;
   line-height: 31px;
   color: #000;
   text-align: left;
   background: #eff2f9;
   border-left: 10px solid #eff2f9;
   -ms-transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
   margin-bottom: 3px;
 }
 .tabs_wrapper ul.tabs li:hover {
   background: #fff;
   border-left: 10px solid #0062c3;
   color: #0062c3;
   -ms-transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
 }
 .tabs_wrapper ul.tabs li.active {
   background: #fff;
   border-left: 10px solid #0062c3;
   color: #0062c3;
   -ms-transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
 }
 .tabs_wrapper .tab_container {
   display: inline-block;
   vertical-align: top;
   position: relative;
   z-index: 20;
   left: 0;
   width: 76%;
   min-width: 10px;
   text-align: left;
   background: white;
 }
 .tabs_wrapper .tab_content {
   padding: 20px 10px 20px 20px;
   height: 100%;
   display: none;
 }
 .tabs_wrapper .tab_drawer_heading {
   display: none;
 }
 .tabs_wrapper img {
   width: 100%;
 }
 @media screen and (max-width: 781px) {
   .tabs_wrapper {
     padding: 14px 0;
   }
   .industryContent {
     padding: 0;
   }
   .industryContent h3 {
     display: none;
   }
   .tabs_wrapper .tab_content {
     padding: 20px;
   }
   .tabs_wrapper ul.tabs {
     display: none;
   }
   .tabs_wrapper .tab_container {
     display: block;
     margin: 0 auto;
     width: 95%;
     border-top: none;
     border-radius: 0;
     border: 1px solid #eff2f9;
   }
   .tabs_wrapper .tab_drawer_heading {
     background-color: #eff2f9;
     font-family: 'Montserrat Regular';
     font-size: 26px;
     color: #000;
     margin: 0 0 3px;
     padding: 10px 20px;
     display: block;
     cursor: pointer;
     -webkit-touch-callout: none;
     -webkit-user-select: none;
     -khtml-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     text-align: center;
   }
   .tabs_wrapper .tab_drawer_heading:hover {
     background: #0062c3;
     color: #fff;
   }
   .tabs_wrapper .d_active {
     background: #0062c3;
     color: #fff;
   }
 }
 .techtabs_wrapper {
   width: 100%;
   text-align: center;
   margin: 0 auto;
 }
 .techtabs_wrapper ul.tabs {
   display: inline-block;
   vertical-align: top;
   position: relative;
   z-index: 10;
   margin: 25px 0 0;
   padding: 0;
   width: 23%;
   min-width: 175px;
   list-style: none;
   -ms-transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
 }
 .techtabs_wrapper ul.tabs li {
   text-transform: uppercase;
   font-family: 'Montserrat Regular';
   font-size: 26px;
   margin: 0;
   cursor: pointer;
   padding: 20px 28px 20px 28px;
   line-height: 31px;
   color: #6eb7ff;
   text-align: left;
   border-left: 3px solid #0062c3;
   -ms-transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
   margin-bottom: 3px;
 }
 .techtabs_wrapper ul.tabs li:hover {
   border-left: 3px solid #fff;
   color: #fff;
   -ms-transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
 }
 .techtabs_wrapper ul.tabs li.active {
   border-left: 3px solid #fff;
   color: #fff;
   -ms-transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
 }
 .techtabs_wrapper .tab_container {
   display: inline-block;
   vertical-align: top;
   position: relative;
   z-index: 20;
   left: 0;
   width: 76%;
   min-width: 10px;
   text-align: left;
   border-radius: 10px;
   background-color: #fff;
   box-shadow: 0 10px 43px 0 rgb(2 48 105 / 48%);
   padding: 10px 10px 20px 10px;
   position: relative;
   height: 100%;
   min-height: auto !important;
 }
 .techtabs_wrapper .tab_content {
   padding: 20px 20px 20px 20px;
   height: 100%;
   display: none;
 }
 .techtabs_wrapper .tab_drawer_heading {
   display: none;
 }
 .techtabs_wrapper img {
   width: auto;
 }
 @media screen and (max-width: 781px) {
   .techtabs_wrapper {
     padding: 14px 0;
   }
   .techtabs_wrapper .tab_content {
     padding: 20px;
   }
   .techtabs_wrapper ul.tabs {
     display: none;
   }
   .techtabs_wrapper .tab_container {
     display: block;
     margin: 0 auto;
     width: 95%;
     border-top: none;
     border-radius: 0;
     border: 1px solid #eff2f9;
   }
   .techtabs_wrapper .tab_drawer_heading {
     background-color: #eff2f9;
     text-transform: uppercase;
     font-family: 'Montserrat Regular';
     font-size: 26px;
     color: #000;
     margin: 0 0 3px;
     padding: 10px 20px;
     display: block;
     cursor: pointer;
     -webkit-touch-callout: none;
     -webkit-user-select: none;
     -khtml-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     text-align: center;
   }
   .techtabs_wrapper .tab_drawer_heading:hover {
     background: #0062c3;
     color: #fff;
   }
   .techtabs_wrapper .d_active {
     background: #0062c3;
     color: #fff;
   }
 }
 footer {
   color: #fff;
   text-align: left;
   width: 100%;
   font-family: 'Poppins Regular';
   background-image: url(../images/footer-bg.jpg);
   background-position: center;
   background-size: cover;
   background-attachment: fixed;
   padding-top: 50px;
   padding-bottom: 50px;
   margin-bottom: 0;
   display: block;
   overflow: hidden;
 }
 footer h3 {
   font-weight: normal;
   color: #fff;
   text-align: left;
   margin: 0 0 10px;
   padding: 0 0 10px;
   font-size: 34px;
   font-family: 'Montserrat Regular';
   text-transform: uppercase;
 }
 footer a:hover {
   color: #fff;
 }
 footer ul li a {
   color: #fff;
   text-decoration: none;
   padding: 0 0 0 22px;
 }
 footer ul li {
   position: relative;
 }
 footer ul li:before {
   /* content: ' - '; */
   position: absolute;
 }
 .quickLinks ul {
   margin: 0;
   padding: 0;
 }
 address p, footer p {
   color: #fff;
   font-size: 16px;
 }
 address p i {
   font-size: 18px !important;
   margin-right: 10px;
   width: 15px;
   margin-top: 8px;
 }
 address p {
   color: #fff;
   font-size: 16px;
   display: flex;
   align-items: flex-start;
 }
 ul li {
   list-style: none;
 }
 footer ul li {
   padding-bottom: 8px;
 }
 footer a {
   color: #fff;
 }
 footer a:hover {
   color: #00ccff;
 }
 .copyrights {
   padding-top: 15px;
   padding-bottom: 15px;
   background: #000;
   text-align: center;
   color: #fff;
   font-family: 'Poppins Regular';
 }
 .copyrights a:hover {
   color: #fff;
 }
 .copyrighttext {
   text-align: right;
 }
 .socialMedia a {
   display: inline-flex;
   justify-content: center;
   align-items: center;
   width: 35px;
   height: 35px;
   border-radius: 50px;
   color: #fff;
   border: 1px solid #fff;
   text-align: center;
   font-size: 20px;
   text-decoration: none;
   flex-direction: column;
 }
 .socialMedia a:hover {
   color: #00ccff;
   border: 1px solid #00ccff;
 }
 .footerlogo {
   margin-bottom: 20px;
 }
 .contactOuter {
   background: url("../images/contactbg.jpg") no-repeat center top;
   padding-top: 70px;
   padding-bottom: 70px;
 }
 .contactOuter h2 {
   color: #fff;
 }
 .techtabs_wrapper .card {
   padding: 39px 0;
   width: auto;
   margin: 0 auto;
 }
 .agileOuter img {
   margin: 0 auto;
 }
 .fa.fa-twitter {}
 .fa.fa-twitter::before {
   content: "𝕏";
 }
 .contentOuter {
   background: #eaf7fe;
   padding-top: 100px;
   padding-bottom: 35px;
 }
 .contentOuter h3 {
   font-family: 'Montserrat Light';
   font-size: 26px;
   font-weight: 600;
   color: #0162c3;
   margin: 0 0 10px;
 }
 .contentOuter ul li, .contentOuter ol li {
   margin: 0 0 5px;
   color: #202020;
   font-family: 'Poppins Regular';
   font-size: 18px;
   line-height: 32px;
 }
 .contentOuter ul li {
   list-style: circle;
 }
 .contentOuter p {
   color: #202020;
 }
 a {
   color: #0162c3;
   font-family: 'Poppins Regular';
 }
 .career-item {
   border-radius: 10px;
   background-color: #fff;
   box-shadow: 0 2px 3px 0 rgb(2 48 105 / 7%);
   padding: 10px 10px 20px 10px;
   position: relative;
   height: 100%;
 }
 .careersList .career-item {}
 .careersList {
   padding-top: 50px;
 }
 .careersList .card {
   margin-bottom: 70px;
 }
 .careersList .service-item .service-content .service-img-wrap {
   margin-bottom: 13px;
 }
 .openpositionsOuter {
   background: #fff;
   padding-top: 70px;
   padding-bottom: 70px;
 }
 .openpositionsList h3 {
   font-size: 24px;
   margin: 0 0 11px;
   font-weight: normal;
   font-family: 'Montserrat Regular';
   color: #0062c3;
 }
 .openpositionsList p {
   color: #202020;
   margin: 0 0 20px;
 }
 .openpositionsListitem {
   border-radius: 10px;
   background-color: #fff;
   box-shadow: 0 0px 12px 0 rgb(131 131 131 / 17%);
   padding: 33px 33px 50px 33px;
   position: relative;
   height: 100%;
 }
 .openpositionsListitem a {
   position: absolute;
   bottom: 25px;
 }
 .team-grid {
   padding: 0;
   margin: 0 0 25px;
 }
 .team-grid li {
   background: url(../images/tick.png) no-repeat left 7px;
   padding: 0 0 8px 27px; font-family: 'Poppins Regular'; font-size: 18px; 
 }
 .openpositionsListitem .imgicon {
   height: 90px;
   width: 90px;
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: #deefff;
   border-radius: 50%;
   padding: 10px;
   z-index: 2;
   border: 8px solid #deefff;
   transition: all 0.8s;
   margin-bottom: 15px;
   position: relative;
   z-index: 9;
 }
 .openpositionsListitem a:hover {
   color: #097aeb;
   text-decoration: underline;
 }
 .careerDetails ul li {
   background: url(../images/tick.png) no-repeat left 7px;
   padding: 0 0 7px 27px;
   list-style: none;
 }
 .applynowForm {
   border-radius: 10px;
   background-color: #fff;
   box-shadow: 0 2px 3px 0 rgb(2 48 105 / 7%);
   padding: 32px;
   position: relative;
 }
 .applynowForm .form-control {
   font-family: 'Poppins Regular';
   color: #202020;
   font-size: 15px;
   font-weight: 400;
   height: 44px;
   background: transparent;
   padding: 9px 20px;
   border: 1px solid #616161;
   border-radius: 0;
   margin-bottom: 15px;
 }
 .applynowForm label {
   font-family: 'Poppins Regular';
   margin-bottom: 5px;
 }
 .applynowForm h3 {
   margin-bottom: 15px;
 }
 .careersOuter {
   background: url(../images/careerbg.jpg) no-repeat center top;
   padding-bottom: 100px;
   padding-top: 100px;
   margin-top: 69px;
   text-align: center;
   position: relative;
	  min-height: 378px;
 }
 .careersOuter:before {
 /*  background: rgb(255 255 255 / 66%); */
   content: '';
   position: absolute;
   top: 0;
   width: 100%;
   height: 100%;
   left: 0;
   z-index: 10;
 }
 .careersOuter p {
   color: #fff;
   position: relative;
   margin: 0;
 }
 .careersOuter .container {
padding-top: 15px;
	 padding-bottom: 15px;
	 
    z-index: 100;
    position: absolute;
    bottom: 0;
    max-width: 100%;
    background: #0062c7c7;
 
 }
 .careerTopOuter {
   background: #fbfbfb;
   padding-bottom: 70px;
   padding-top: 70px;
 }
 .careerTopOuter h3 {
   font-family: 'Montserrat Light';
   font-size: 52px;
   font-weight: 600;
   color: #0162c3;
   margin: 0 0 10px;
 }
 .careerTopOuter h3 span {
   color: #3E3E3E;
   display: block;
 }
 .careersOuter h2 {
   font-size: 70px;
   display: inline-block;
   /* background: #0162c3;*/
   color: #fff;
   padding: 0;
   line-height: 58px;
  
 
 }
 .careerTopOuter img {
   margin: 0 auto;
   display: block;
 }
 .careerDetails ul {
   padding: 0;
   margin: 0 0 20px;
 }
 .careerDetails ul li {
   background: url(../images/tick.png) no-repeat left 7px;
   padding: 0 0 7px 27px;
   list-style: none;
 }
.openpositionTitle{
	margin-bottom: 20px;
}

.contentOuter.careerDetails{ padding-top: 70px; padding-bottom: 70px;
	
	
}
.dropdown-menu{
  margin-left: -147px;
}
.navbar-nav .dropdown-menu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  margin-top: 43px;
  border-radius: 13px;
}
.navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
  color: #FFF;
}

.navbar-nav .dropdown {
  position: relative;
}

.navbar-nav .dropdown-menu .dropdown-item {
  padding: 6px 10px;
  white-space: nowrap;
}
.navbar-nav .dropdown-toggle::after {
  display: none;
}
.navbar-nav .dropdown-menu .dropdown-item {
  font-size: 15px;
}






