@import url('https://fonts.googleapis.com/css2?family=Lato&family=Roboto+Slab:wght@600&family=Shadows+Into+Light&display=swap');

body {
  font-family: "Lato", sans-serif !important;
}

/* ====================================[Scroll Bar Start]===================================== */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  overflow: hidden;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 5, 94, 0.671);
  /* background-color: rgba(0, 30, 255, 0.733); */
  border-radius: 0px;
}

::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}

/* ====================================[Scroll Bar End]===================================== */

/* ====================================[About Us Page Start]===================================== */
.company {
  padding-top: 130px;
}

.about_us p,
.believes p,
.chooseUs p {
  font-size: 16px;
  color: black;
}

.vision .sec1 p {
  font-size: 18px;
  color: #012f61;
  font-weight: 500;
}

.about_us,
.gallery,
.believes,
.chooseUs {
  padding-top: 40px;
}

.believes {
  margin-top: 10px !important;
}

.vision .sec1 p {
  padding-top: 40px;
}

.about_us p,
.believes p,
.chooseUs p {
  padding-top: 14px;
}

.about_us h2,
.about_us h3,
.gallery h3 {
  color: #012f61;
}

.about_us h2 {
  font-weight: 600;
}

.aboutBg .sec2 p,
.believes p,
.chooseUs p {
  color: #7A7A7A;
}

.believes h2,
.chooseUs h2 {
  color: #012f61;
}

.believes .content,
.chooseUs .content {
  /* padding: 4.5em; */
  padding-top: 80px;
}

.chooseUs .content p ul li {
  margin: 10px 0;
}

.chooseUs .content p ul li .fa-solid {
  color: #d64e00;
}

.company .diagonal-box {
  position: relative;
  padding: calc(10vw * 0.03495) 0;
  margin-top: -1px;
}

.company .diagonal-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* transform: skewy(var(--angle)); */
  transform: skewy(-4deg);
  transform-origin: 50% 0;
  outline: 1px solid transparent;
  backface-visibility: hidden;
}

.company .bg-one:before {
  /* background-image: linear-gradient(286deg, #00045e, #ce8a57); */
  background: #e3f1fc;
}

.believes .content,
.believes .img {
  position: relative;
}

.vision .content,
.vision .img,
.about_us h2,
.chooseUs .content,
.chooseUs .img {
  max-width: 100vw;
  margin: 0 auto;
  padding: 1.5em;
  position: relative;
}

.clip-path {
  position: relative;
  margin-top: calc((calc(100vw * 0.03495) * -1) - 2px);
  background: #fff;
  /* 
  background-image: linear-gradient(
      rgba(0, 0, 0, 0.05) 50%,
      0,
      transparent 100%
    ),
    linear-gradient(-135deg, #0cc, #066);
  background-size: 0.5em 0.5em, 100% 100%; */
  padding: calc((calc(80vw * 0.03495) * 2) - (calc(100vw * 0.03495) - calc(100vw * 0.03495))) 0 4em;
  clip-path: polygon(0% calc(calc(100vw * 0.03495) * 2),
      100% 0%,
      100% 100%,
      0% 100%);
  -webkit-clip-path: polygon(0% calc(calc(100vw * 0.03495) * 2),
      100% 0%,
      100% 100%,
      0% 100%);
}

/* ====================================[About Us Gallery Page Start]===================================== */
.company .galleryContainer {
  max-width: 80rem;
  width: 100%;
  padding: 3rem 0rem;
  margin: 0 auto;
}

.company .main .galleryContainer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}

.company .main .card {
  color: #252a32;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}

.company .main .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #fff;
}

.company .main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .company .main .galleryContainer {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}

/* ====================================[About Us Gallery Page End]===================================== */

/* ====================================[About Us/vision Page End]===================================== */
/* ====================================[Careers Page Start]===================================== */
.careers {
  padding-top: 130px;
}

.careers .diagonal-box {
  position: relative;
  padding: calc(10vw * 0.03495) 0;
  margin-top: -1px;
}

.careers .diagonal-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* transform: skewy(var(--angle)); */
  transform: skewy(-4deg);
  transform-origin: 50% 0;
  outline: 1px solid transparent;
  backface-visibility: hidden;
}

.careers .bg-one:before {
  /* background-image: linear-gradient(286deg, #00045e, #ce8a57); */
  background: #e3f1fc;
}

.careerSec1 h2 {
  color: #012f61;
  font-weight: 600;
}

.careerSec1 p {
  font-size: 18px;
  font-weight: 500;
  color: #012f61;
}

.careerSec1 .content {
  /* padding: 4.5em; */
  padding-top: 100px;
}

.careerSec1 .content p {
  padding-top: 20px;
}

.careerSec1 .img {
  padding: 1.5em;
}

.careerSec1 .content,
.careerSec1 .img {
  max-width: 100vw;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  position: relative;
}

.careerSec2 h2,
.careerSec2 h3,
.careerSec3 h3,
.careerSec4 h3 {
  font-weight: 600;
  color: #012f61;
  letter-spacing: 1px;
}

.careerSec2 p,
.careerSec3 p,
.careerSec4 p {
  /* font-size: 17px; */
  font-weight: 400;
  color: #7A7A7A;
}

.careerSec2 .content,
.careerSec3 .content,
.careerSec4 .content,
.careerSec2 .img,
.careerSec3 .img,
.careerSec4 .img {
  max-width: 100vw;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  position: relative;
}

.careerSec2 .img,
.careerSec3 .img,
.careerSec4 .img {
  padding-top: 1.5em;
}

.careerSec2 .content2 {
  padding-top: 100px;
}

.careerSec3 .content,
.careerSec4 .content {
  padding-top: 200px;
}

.joinTeam {
  /* background: #e3f1fc; */
  padding-bottom: 20px;
  /* background: linear-gradient(340deg, #e3f1fc 50%, #fff 50%); */
  padding-top: 80px;
  /* background: #e6e9ec; */
}

.fullFill {
  padding-top: 80px;
}

.learning,
.leadership {
  padding-top: 40px;
}

.careerSec5 h2,
.careerSec5 h4,
.careerSec5 h5 {
  text-align: center;
  font-weight: 500;
}

.careerSec5 h2 {
  color: #012f61;
  font-weight: 800;
}

.careerSec5 h4 {
  color: #d64e00;
  /* color: #d64e00; */
}

.careerSec5 .cardSec .card {
  /* border: 1px solid white; */
  border: none;
  box-shadow: 0 6px 10px #7c7c7c;
  overflow: hidden;
  border-radius: unset;
  height: 300px;
}

.careerSec5 .cardSec .card {
  text-align: center;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.careerSec5 .cardSec .card::after {
  content: "";
  position: absolute;
  /* bottom: 0;
  left: 0; */
  width: 100%;
  height: 3px;
  background: #00045e;
  /* border: 2px solid black; */
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 800ms ease;
}

.careerSec5 .cardSec .card:hover::after {
  transform: scaleX(1);
  transform-origin: center;
  box-shadow: 0px 4px 5px 2px rgba(0, 0, 0, 0.1);
}

.careerSec5 .cardSec .card-body .role {
  font-size: 20px;
  font-weight: 500;
  transform: scaleX(1);
  transition: transform 0.2s ease-in-out;
  /* border-bottom: 1.5px solid #00000054; */
}

.careerSec5 .card:hover .role {
  transform: scaleX(1.06);
  text-shadow: 0px 4px 5px 2px darkgrey;
}

.careerSec5 .cardSec .card-body .divider {
  border-bottom: 1.5px solid #00000054;
}

.careerSec5 .cardSec .card-footer {
  background-color: #fff;
  border: none;
  height: 57px;
}

.careerSec5 .cardSec .card-footer .button {
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  background-color: #d64e00;
  position: relative;
  text-decoration: none;
  display: inline-block;
  border: none;
  padding: 8px 20px 8px 20px;
  border-radius: 0px;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}

@media (max-width: 1200px) {

  .careerSec3 .content,
  .careerSec4 .content {
    padding-top: 100px;
  }
}

@media (max-width: 992px) {

  .careerSec2 p,
  .careerSec3 p,
  .careerSec4 p {
    font-size: 16px;
    font-weight: 400;
  }

  .careerSec2 .content2 {
    padding-top: 80px;
  }

  .careerSec3 .content,
  .careerSec4 .content {
    padding-top: 80px;
  }

  .careerSec5 .cardSec .card-body .role {
    font-size: 18px;
    font-weight: 500;
  }

  .believes .content {
    padding-top: 10px;
  }

  .chooseUs .content,
  .gallery .content {
    padding-top: 20px;
  }

  .careers,
  .company {
    padding-top: 110px;
  }
}

@media (max-width: 768px) {

  .learning,
  .leadership {
    padding-top: 20px;
  }

  .careers,
  .company {
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .careerSec5 .cardSec .card {
    height: 250px;
  }

  .leadership .careerSec3 .career_order1 {
    order: 2;
  }

  .leadership .careerSec3 .career_order2 {
    order: 1;
  }
}

@media screen and (max-width: 290px) {
  .careerSec5 .cardSec .card {
    height: 300px;
  }
}

/* ====================================[Careers Page End]===================================== */

/* ====================================[Job Description Page Start]===================================== */
.jobDes {
  padding-top: 80px;
}

.jobDesHead,
.jobDesReq {
  padding-top: 30px;
}

.jobDesHead .job_title {
  color: #012f61;
  font-weight: 600;
  letter-spacing: 1px;
}

.jobDesReq .job_description {
  font-weight: 600;
}

.jobDesReq .job_description,
.jobDesReq .job_subtitle {
  color: #012f61;
  letter-spacing: 1px;
}

.jobDesReq .job_des_point {
  display: flex;
  align-items: baseline;
}

.jobDesReq .job_des_point,
.jobDesReq .job_note {
  color: #7A7A7A;
}

.jobDesReq .job_des_point .fa-check-circle {
  color: #d64e00;
}

.jobDesReq .experience {
  font-size: 16px;
  color: #7A7A7A;
  font-weight: 500;
}

.jobDesReq .job_skills {
  color: #012f61;
}

.jobForm {
  padding-bottom: 40px;
}

.jobForm .card {
  border: 1px solid white;
  box-shadow: 0 4px 10px #7c7c7c;
  overflow: hidden;
  border-radius: unset;
  min-height: 700px;
}

.jobForm .card {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.jobForm .apply_here {
  color: #d64e00;
  font-weight: 700;
  animation: blink 1.5s linear infinite;
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.7;
  }

  100% {
    opacity: 0;
  }
}

.jobForm .job_details {
  color: #7A7A7A;
}

.jobForm .card-footer {
  background-color: #fff;
  border: none;
  /* height: 88px; */
}

.jobForm .card-footer .job-btn {
  font-size: 17px;
  color: #fff !important;
  border: none;
  background-color: #1484e0;
  border-radius: 30px;
  padding: 5px 40px 5px 40px;
  margin-top: 10px;
}

.jobForm .card-footer .job-btn:hover {
  background-color: rgba(20, 132, 224, 0.6);
}

.form-group {
  margin-bottom: 1rem;
}

.jobForm .form-group label {
  font-size: 0.975rem;
  line-height: 1;
  vertical-align: top;
  color: #7A7A7A;
  /* color: #012f61; */
}

.jobForm input {
  color: #7A7A7A !important;
}

.jobForm .form-control {
  border: 1px solid #efefef;
  border-radius: 0px;
}

.jobForm .form-control:hover {
  border-bottom: 1px solid #1484e0;
}

.jobForm .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #efefef;
  border-bottom: 1px solid #1484e0;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}

.jobForm .captcha_code {
  border: none;
  border-radius: 0;
  font-size: 30px;
  font-family: 'Shadows Into Light', cursive !important;
  letter-spacing: 8px;
  text-align: center;
  padding: 10px;
  background-image: url(../images/Captcha.jpg);
  cursor: not-allowed;
  width: 35%;
}

.jobForm .captcha_code::placeholder {
  color: #7A7A7A;
}

.jobForm .form-group .captcha_code:focus {
  outline: none;
}

.jobForm .fa-refresh {
  font-size: 18px;
  padding-left: 30px;
  cursor: pointer;
}

/* ====================================[Job Description Page End]===================================== */

/* ====================================[Portfolio Start]===================================== */
.portfolio {
  padding-top: 80px;
  background: repeating-linear-gradient(135deg, #00045e61, transparent 400px);
  /* background: repeating-linear-gradient(135deg, #00045e61, #00055e 1px); */
}

.portfolio .tab-panel {
  padding: 40px 0;
}

.portfolioGallery {
  padding-top: 40px;
}

.portfolioGallery h3 {
  color: #012f61;
}

.portfolio .tab-line>.nav-tabs {
  border: none;
  flex-wrap: nowrap;
  margin: 0;
  overflow-y: hidden;
  right: 0;
  left: 0;
}

.portfolio ul {
  margin: 0;
  padding: 0;
}

.portfolio .portfolio_tab-panel {
  border: none !important;
  margin-top: 10px;
}

.portfolio .tab-line>.nav-tabs>li {
  position: relative;
  margin-right: 2px;
  white-space: nowrap;
}

.tab-line .nav-tabs {
  justify-content: center;
}

@media (max-width: 524px) {
  .tab-line .nav-tabs {
    justify-content: revert !important;
  }
}

.portfolio .portfolio_tab-panel .tab-line>.nav-tabs>li>a {
  position: relative;
  color: black;
  /* color: white; */
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-left: 0;
  margin-right: 20px;
  border: 0;
  padding: 5px 0;
}

.portfolio .portfolio_tab-panel .tab-line>.nav-tabs>li>.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #00045e;
  /* border-bottom: 4px solid #00045e; */
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 800ms ease;
  margin-bottom: 4px;
}

.portfolio .portfolio_tab-panel .tab-line>.nav-tabs>li>.nav-link:hover::after {
  transform: scaleX(1);
  transform-origin: center;
  box-shadow: 0px 4px 5px 2px rgba(0, 0, 0, 0.1);
}

.portfolio .nav-tabs .nav-link {
  /* border: 0px; */
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.portfolio .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-radius: 0px;
  background-color: initial !important;
  color: #012f61 !important;
  font-weight: 800 !important;
}

.portfolio .portfolio_tab-panel .tab-line .tab-content {
  margin-top: 30px;
  padding: 0 !important;
  border: 0;
  padding: 25px 15px;
}

.portfolio .galleryContainer {
  max-width: 80rem;
  width: 100%;
  padding: 3rem 0rem;
  margin: 0 auto;
}

.portfolio .main .galleryContainer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}

.portfolio .main .card {
  color: #252a32;
  border-radius: 2px;
  border: 0px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  transition: transform 0.9s ease-out;
  z-index: 0;
  overflow: hidden;
}

.portfolio .main .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #fff;
}

.portfolio .main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio .main .card .content {
  /* content: ""; */
  position: absolute;
  z-index: 3;
  top: 16px;
  right: 16px;
  font-size: 18px;
  color: black;
  display: none;
}

.portfolio .main .card:hover .content {
  position: absolute;
  z-index: 3;
  top: 16px;
  right: 16px;
  color: #fff;
  display: block;
}

.portfolio .main .card:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -28px;
  right: -28px;
  background: #00055e80;
  /* background: repeating-linear-gradient(135deg, #00055e80, #00055eb8 1px); */
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.9s ease-out;
}

.portfolio .main .card:hover:before {
  transform: scale(25);
}

.portfolio .main .card:hover p {
  transition: all 0.8s ease-out;
  color: rgba(255, 255, 255, 0.8);
}

.portfolio .main .card:hover h3 {
  transition: all 0.8s ease-out;
  color: #ffffff;
}

@media only screen and (max-width: 600px) {
  .portfolio .main .galleryContainer {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}

/* ====================================[Portfolio End]===================================== */

/* ====================================[Contact Page Start]===================================== */
.contactForm {
  padding-top: 90px;
  background-image: url(../images/Contact.jpg);
  padding-bottom: 30px;
}

.contactForm .contact_title {
  /* color: #012f61; */
  color: #eee;
  text-align: center;
  font-weight: 600;

}

.contactForm .contact_subtitle {
  /* color: #7A7A7A; */
  color: #eee;
  text-align: center;
  font-weight: 600;
}

.contactForm .card {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  border: none;
  border-radius: 0px;
  margin-bottom: 50px;
}

.contactForm label {
  color: #7A7A7A;
}

.contactForm .contact_field {
  border: 1px solid #ced4da;
  border-radius: 0;
  box-shadow: none !important;
  padding: 12px;
  color: #7A7A7A !important;
}

.contactForm .contact_field:focus {
  border: 1px solid #1484E0;
}

.contactForm .captcha_code {
  font-size: 30px;
  text-align: center;
  font-family: 'Shadows Into Light', cursive;
  letter-spacing: 10px;
  padding: 10px;
  background-image: url(../images/Captcha.jpg);
  cursor: not-allowed;
  border: none;
  width: 17%;
}

.contactForm .captcha_code:focus {
  outline: none;
}

.contactForm .captcha_code::placeholder {
  color: #7A7A7A;
}

.contactForm .fa-refresh {
  font-size: 18px;
  padding-left: 30px;
  cursor: pointer;
}

.contactForm .contact-btn {
  font-size: 17px;
  color: #fff;
  border: none;
  background-color: #1484e0;
  border-radius: 30px;
  padding: 8px 42px 8px 42px;
  margin: auto;
  display: block;
}

.contactForm .contact-btn:hover {
  background-color: rgba(20, 132, 224, 0.6);
}
.map .container-fluid {
  padding: 0px !important;
}

@media screen and (max-width: 767px) {
  .contactForm .common_field {
    padding-top: 10px;
  }
}


/* ====================================[Contact Page End]===================================== */
/* ====================================[Services Start]==================================*/
/*===================================[Web Development Page Start]================================*/
.web_services {
  padding-top: 90px;
  background-color: #eee;
  padding-bottom: 25px;
  /* border-bottom-left-radius: 50% 20%;
  border-bottom-right-radius: 50% 20%; */
}

.web_services .web_title,
.web_development .web_development_title,
.web_development .web_services_title,
.web_projects .web_project_heading {
  color: #012f61;
  font-weight: 600;
}

.web_services .web_image {
  height: auto;
  width: 100%;
}

.web_services .web_image,
.iot .iot_banner_img,
.mobile_app .mobile_app_img,
.cms_services .cms_img,
.digital_marketing_banner .digital_marketing_img,
.vision .img,
.careerSec1 .img {
  animation: move 1.5s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

@keyframes move {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-20px);
  }
}

.web_services .btn_web {
  color: #fff;
  background-color: #1484e0;
  border-radius: 30px;
  padding: 5px 40px 5px 40px;
  margin-top: 25px;
  font-weight: 500;
}

.web_services .btn_web:hover {
  color: #fff;
  background-color: rgba(20, 132, 224, 0.6);
}

.web_development {
  margin-top: 50px;
}

.web_development .web_image {
  height: 80px;
  width: 70px;
}

.web_development .web_services_para {
  color: #7A7A7A;
  padding-top: 15px;
}

.web_development .web_processname {
  color: #7A7A7A;
  font-size: 18px;
  font-weight: 600;
  padding-top: 20px;
  padding-left: 25px;
}

.web_projects {
  margin-top: 50px;
}

.web_projects .web_project_image {
  height: 85px;
  width: 85px;
}

.web_projects .project_title {
  color: #012f61;
}

.web_projects .web_development_points {
  color: #7A7A7A;
  display: flex;
  align-items: baseline;
}

.web_projects .web_development_points .fa-check-circle {
  color: #d64e00;
}

.web_projects .web_card {
  border: none;
  border-radius: 0px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  padding: 5px;
  height: 350px;
  transition: 0.3s;
}

.web_projects .web_card:hover {
  background-color: #eee;
  box-shadow: none;
  transform: translate(0, -10px);
}

.bubble {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-animation: 'screen' infinite;
  animation: 'screen' infinite;
}

.bubble:nth-child(1) {
  top: 120px;
  left: 30px;
  background: -webkit-radial-gradient(center, ellipse cover, rgba(1, 47, 97, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 5px 0px #012f61;
  animation-duration: 5s;
}

.bubble:nth-child(2) {
  top: 280px;
  left: 350px;
  background: -webkit-radial-gradient(center, ellipse cover, rgba(1, 47, 97, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 5px 0px #012f61;
  animation-duration: 3s;
}

@keyframes screen {
  from {
    opacity: 0;
  }

  25% {
    opacity: 0.3;
    transform: scale3d(3, 3, 4);
  }

  50% {
    opacity: 0.75;
  }

  75% {
    opacity: 1;

  }

  to {
    opacity: 0;
  }
}

/*===================================[Web Development Page End]================================*/
/*=================================[Internet of Things Page Start]=============================*/
.iot {
  padding-top: 90px;
  /* background-image: -webkit-linear-gradient(280deg, #ee7600 25%, #eee 5%); */
  background-color: #e3f1fc;
  padding-bottom: 25px;
}

.iot .iot_banner_img {
  height: auto;
  width: 100%;
}

.iot .btn-iot {
  color: #fff;
  background-color: #1484e0;
  border-radius: 30px;
  padding: 5px 40px 5px 40px;
  margin-top: 25px;
}

.iot .btn-iot:hover {
  color: #fff;
  background-color: rgba(20, 132, 224, 0.6);
}

.iot_development .iot_development_title,
.iot_services .iot_services_title,
.iot_services_detail .services_detail_title,
.iot_works .iot_works_title,
.iot_industry_solutions .iot_industry_title,
.iot_advantages .iot_advantage_title,
.iot .iot_title {
  font-weight: 600;
}

.iot .iot_title {
  color: #012f61;
  line-height: 35px;
  letter-spacing: 1px;
}

.iot_development {
  margin-top: 50px;
}

.iot_development .iot_development_title {
  color: #012f61;
}

.iot_development .iot_para {
  color: #7a7a7a;
  font-weight: 500;
}

.iot_services {
  margin-top: 50px;
  padding-bottom: 80px !important;
  /* background-image: -webkit-linear-gradient(280deg, #012f61 35%, #eee 5%); */
}

.iot_services .iot_services_title {
  color: #012f61;
}

.iot_services .card {
  border: none;
  border-radius: 0;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  background-color: #fff;
}

.iot_services .iot_consulting_img {
  height: 140px;
  width: 195px;
}

.iot_services .iot_integration_img {
  height: 140px;
  width: 145px;
}

.iot_services .iot_analytics_img {
  height: 140px;
  width: 195px;
}

.iot_services .iot_development_img {
  height: 140px;
  width: 135px;
}

.iot_services .iot_services_name {
  text-align: center;
  color: #012f61;
  padding-top: 5px;
  font-weight: 600;
}

.iot_services .card:hover {
  background-color: #012f61;
  box-shadow: none;
}

.iot_services .card:hover .iot_services_name {
  color: lightgrey;
}

.iot_services .card:hover .iot_consulting_img,
.iot_services .card:hover .iot_integration_img,
.iot_services .card:hover .iot_analytics_img,
.iot_services .card:hover .iot_development_img {
  filter: grayscale(1) invert(1);
}

.iot_services_detail {
  padding-bottom: 50px !important;
}

.iot_services_detail .services_detail_title {
  color: #012f61;
}

.iot_services_detail .services_detail_para {
  color: #7A7A7A;
}

.iot_services_detail .iot_content,
.iot_services_img {
  position: relative;
}

.iot_diagonal_box {
  position: relative;
  padding: calc(10vw * 0.03495) 0;
}

.iot_diagonal_box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transform: skewy(-4deg);
  transform-origin: 50% 0;
  /* backface-visibility: hidden;*/
  background-color: #e3f1fc;
}

.iot_works {
  margin-top: 50px;
}

.iot_works .iot_works_title {
  color: #012f61;
}

.iot_works .iot_works_card {
  border: none;
}

.iot_works .iot_works_image {
  height: auto;
  width: 100%;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

.iot_works .iot_works_heading {
  color: #012f61;
  text-align: center;
  font-weight: 600;
  padding-top: 8px;
}

.iot_works .iot_works_para {
  color: #7A7A7A;
}

.iot_industry_solutions {
  margin-top: 50px;
}

.iot_industry_solutions .iot_industry_title {
  color: #012f61;
}

.iot_industry_solutions .iot_industry_card {
  border: none;
  border-radius: 0;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  background-color: #eee;
  transition: 0.3s;
}

.iot_industry_solutions .iot_industry_card:hover {
  transform: translate(0, -10px);
}

.iot_industry_solutions .iot_industry_img {
  height: auto;
  width: 100%;
}

.iot_industry_solutions .iot_industry_name {
  color: #012f61;
  padding-top: 20px;
  font-size: 17px;
  font-weight: 600;
}

.iot_advantages {
  margin-top: 50px;
}

.iot_advantages .iot_advantage_title {
  color: #012f61;
}

.iot_advantages .iot_advantage_para {
  color: #7A7A7A;
}

.iot_advantages .iot_icons {
  height: auto;
  width: 75%;
}

.iot_advantages .iot_advantage_point {
  color: #7A7A7A;
  display: flex;
  align-items: baseline;
}

.iot_advantages .iot_advantage_point .fa-check-circle {
  color: #d64e00;
}

/*=================================[Internet of Things Page End]=============================*/
/*===============================[Mobile App Development Page Start]==========================*/
.android_app_development .android_app_title,
.android_app_development .android_subtitle,
.android_services_offering .android_services_title,
.mobile_app .mobile_app_title {
  font-weight: 600;
}

.mobile_app {
  padding-top: 90px;
  padding-bottom: 25px;
  background-color: #eee;
  /* border-bottom-left-radius: 50% 20%;
  border-bottom-right-radius: 50% 20%; */
}

.mobile_app .mobile_app_title {
  color: #012f61;
}

.mobile_app .btn-mobile {
  color: #fff;
  background-color: #1484e0;
  border-radius: 30px;
  padding: 5px 40px 5px 40px;
  font-weight: 500;
  margin-top: 35px;

}

.mobile_app .btn-mobile:hover {
  color: #fff;
  background-color: rgba(20, 132, 224, 0.6);
}

.mobile_app .mobile_app_img {
  height: auto;
  width: 100%;
}

.android_app_development {
  margin-top: 50px;
}

.android_app_development .android_app_title,
.android_app_development .android_subtitle {
  color: #012f61;
}

.android_app_development .android_para {
  color: #7A7A7A;
}

.android_app_development .android_app_line {
  color: #7A7A7A;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 8px;
}

.android_app_development .android_app_point {
  color: #7A7A7A;
}

.android_app_development .android_app_point .fa-check-circle {
  color: #d64e00;
}

.android_app_development .btn-knowmore {
  color: white;
  background-color: #1484e0;
  border-radius: 30px;
  padding: 5px 40px 5px 40px;
  font-weight: 500;
}

.android_app_development .btn-knowmore:hover {
  color: white;
  background-color: rgba(20, 132, 224, 0.6);
}

.android_app_development .android_app_point {
  display: flex;
  align-items: baseline;
}

.android_services_offering {
  margin-top: 50px;
  margin-bottom: 55px;
}

.android_services_offering .android_content {
  position: relative;
}

.android_diagonal_box {
  position: relative;
  padding: calc(10vw * 0.03495) 0;
}

.android_diagonal_box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transform: skewy(-4deg);
  transform-origin: 50% 0;
  /* backface-visibility: hidden;*/
  background-color: #eee;
}

.android_services_offering .android_services_title {
  color: #012f61;
  padding-top: 15px;
}

.android_services_offering .android_services_para {
  color: #7A7A7A;
  padding-top: 15px;
  padding-bottom: 15px;
}

.android_services_offering .android_services_point {
  display: flex;
  align-items: baseline;
  color: #7A7A7A;
}

.android_services_offering .android_services_point .fa-check-circle {
  color: #d64e00;
}

/*===============================[Mobile App Development Page End]==========================*/
/*======================================[CMS Solutions Start]==================================*/
.cms_services .cms_title,
.cms_tools .cms_tools_title,
.cms_tools .cms_tools_subtitle,
.cms_expertise .cms_expertise_title {
  font-weight: 600;
}

.cms_services {
  padding-top: 90px;
  padding-bottom: 25px;
  background-color: #e3f1fc;
  /* margin-top: 120px; */
}

.cms_services .cms_title {
  color: #012f61;
}

.cms_services .cms_para {
  color: #7A7A7A;
  padding-top: 5px;
}

.cms_services .btn-cms {
  color: #fff;
  background-color: #1484e0;
  border-radius: 30px;
  padding: 5px 40px 5px 40px;
  font-weight: 500;
}

.cms_services .btn-cms:hover {
  color: #fff;
  background-color: rgba(20, 132, 224, 0.6);
}

.cms_services .cms_img {
  height: auto;
  width: 100%;
}

.cms_tools {
  margin-top: 50px;
}

.cms_tools .cms_tools_title,
.cms_tools .cms_tools_subtitle {
  color: #012f61;
}

.cms_tools .cms_tools_para {
  color: #7A7A7A;
  padding-top: 5px;
}

.cms_tools .cms_processname {
  color: #7A7A7A;
  font-size: 18px;
  font-weight: 600;
  padding-top: 20px;
  padding-left: 25px;
}

.cms_tools .cms_image {
  height: 80px;
  width: 70px;
}

.cms_expertise {
  margin-top: 50px;
}

.cms_expertise .cms_expertise_content,
.cms_expertise .wordpress_logo {
  position: relative;
}

.cms_expertise_box {
  position: relative;
  padding: calc(10vw * 0.03495) 0;
}

.cms_expertise_box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transform: skewy(-4deg);
  transform-origin: 50% 0;
  /* backface-visibility: hidden;*/
  background-color: #e3f1fc;
}

.cms_expertise .cms_expertise_title {
  color: #012f61;
  padding-top: 25px;
}

.cms_expertise .wordpress_logo {
  height: 200px;
  max-width: 200px;
}

.cms_expertise .wordpress_title {
  color: #012f61;
  padding-top: 15px;
  font-weight: 500;
}

.cms_expertise .wordpress_para {
  color: #7A7A7A;
}

.cms_expertise .wordpress_features {
  color: #012f61;
  font-size: 18px;
  font-weight: 500;
}

.cms_expertise .wordpress_point {
  color: #7A7A7A;
  display: flex;
  align-items: baseline;

}

.cms_expertise .wordpress_point .fa-check-circle {
  color: #d64e00;
}

@media screen and (max-width: 250px) {
  .cms_expertise .wordpress_logo {
    height: 135px;
    max-width: 135px;
  }
}

/*======================================[CMS Solutions End]==================================*/
/*================================[Digital Marketing Page Start]============================*/
.digital_marketing_banner .digital_marketing_title,
.digital_marketing .digital_marketing_heading,
.digital_marketing_practices .marketing_practices_title {
  font-weight: 600;
}

.digital_marketing_banner {
  padding-top: 90px;
  /* background-color: #e3f1fc;
  border-radius: 0px 0px 250px 250px; */
  background-color: #eee;
  padding-bottom: 25px;
}

.digital_marketing_banner .digital_marketing_title {
  color: #012f61;
}

.digital_marketing_banner .digital_marketing_para {
  color: #7A7A7A;
  font-size: 18px;
  padding-top: 15px;
}

.digital_marketing_banner .btn-digital {
  color: #fff;
  background-color: #1484e0;
  border-radius: 30px;
  padding: 5px 40px 5px 40px;
  font-weight: 500;
  margin-top: 15px;
}

.digital_marketing_banner .btn-digital:hover {
  color: #fff;
  background-color: rgba(20, 132, 224, 0.6);
}

.digital_marketing_banner .digital_marketing_img {
  height: auto;
  width: 100%;
}

.digital_marketing {
  margin-top: 50px;
}

.digital_marketing .digital_marketing_heading,
.digital_marketing .marketing_topic {
  color: #012f61;
}

.digital_marketing .digital_universe_para {
  color: #7A7A7A;
}

.digital_marketing .marketing_card {
  border: none;
  text-align: center;
}

.digital_marketing .digital_marketing_icon {
  height: 80px;
  width: 80px;
}

.digital_marketing_types {
  margin-top: 50px;
}

.digital_marketing_types .marketing_types {
  height: 395px;
  /* border: none; */
  border-radius: 0;
  /* box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5); */
  text-align: center;
  background-color: #fff;
  position: relative;
  border-top: 3px solid rgba(255, 49, 49, 0.5);
  border-right: 3px solid rgba(0, 255, 255, 0.5);
  border-bottom: 3px solid rgba(57, 255, 20, 0.5);
  border-left: 3px solid rgba(255, 255, 113, 0.5);
}

.digital_marketing_types span {
  position: absolute;
  border-radius: 3px;
}

.top {
  top: 0;
  left: 0;
  width: 0;
  height: 5px;
  background: linear-gradient(90deg,
      transparent 50%,
      rgba(255, 49, 49, 0.5),
      rgb(255, 49, 49));
}

.bottom {
  right: 0;
  bottom: 0;
  height: 5px;
  background: linear-gradient(90deg,
      rgb(57, 255, 20),
      rgba(57, 255, 20, 0.5),
      transparent 50%);
}

.right {
  top: 0;
  right: 0;
  width: 5px;
  height: 0;
  background: linear-gradient(180deg,
      transparent 30%,
      rgba(0, 255, 255, 0.5),
      rgb(0, 255, 255));
}

.left {
  left: 0;
  bottom: 0;
  width: 5px;
  height: 0;
  background: linear-gradient(180deg,
      rgb(255, 255, 113),
      rgba(255, 255, 113, 0.5),
      transparent 70%);
}

.top {
  animation: animateTop 3s ease-in-out infinite;
}

.bottom {
  animation: animateBottom 3s ease-in-out infinite;
}

.right {
  animation: animateRight 3s ease-in-out infinite;
}

.left {
  animation: animateLeft 3s ease-in-out infinite;
}

@keyframes animateTop {
  25% {
    width: 100%;
    opacity: 1;
  }

  30%,
  100% {
    opacity: 0;
  }
}

@keyframes animateBottom {

  0%,
  50% {
    opacity: 0;
    width: 0;
  }

  75% {
    opacity: 1;
    width: 100%;
  }

  76%,
  100% {
    opacity: 0;
  }
}

@keyframes animateRight {

  0%,
  25% {
    opacity: 0;
    height: 0;
  }

  50% {
    opacity: 1;
    height: 100%;
  }

  55%,
  100% {
    height: 100%;
    opacity: 0;
  }
}

@keyframes animateLeft {

  0%,
  75% {
    opacity: 0;
    bottom: 0;
    height: 0;
  }

  100% {
    opacity: 1;
    height: 100%;
  }
}

.digital_marketing_types .marketing_types_title,
.digital_marketing_types .marketing_types_subtitle {
  color: #012f61;
  font-weight: 600;
}

.digital_marketing_types .marketing_types_para {
  color: #7A7A7A;
}

.digital_marketing_types .marketing_image {
  height: 95px;
  width: 95px;
}

.digital_marketing_practices {
  margin-top: 50px;
}

.digital_marketing_practices .marketing_practices_title {
  color: #012f61;
  padding-bottom: 8px;
}

.digital_marketing_practices .marketing_practices_point {
  color: #7A7A7A;
  display: flex;
  align-items: baseline;
}

.digital_marketing_practices .marketing_practices_point .fa-check-circle {
  color: #d64e00;
}

.digital_marketing_practices .conference_image {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .digital_marketing_types .marketing_types {
    height: 418px;
  }

  .iot_services .card {
    height: 225px;
  }

  .web_projects .web_card {
    height: 400px;
  }

  .contactForm .captcha_code {
    width: 20%;
  }

  .jobForm .captcha_code {
    width: 45%;
  }
}

@media screen and (max-width: 1199px) {
  .bubble:nth-child(2) {
    top: 215px !important;
  }
}

@media screen and (max-width: 992px) {
  .bubble {
    display: none;
  }

  .digital_marketing_types .marketing_types {
    height: 535px;
  }

  .iot_advantages .iot_icons {
    width: 100%;
  }

  .web_projects .web_card {
    height: 450px;
  }

  .contactForm .captcha_code {
    width: 30%;
  }

  .jobForm .captcha_code {
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .iot_services_detail .services_detail_title {
    text-align: center;
  }

  .iot_advantages .iot_icons {
    width: 80%;
  }

  .web_services .web_title {
    text-align: center;
    padding-top: 15px;
  }

  .contactForm .captcha_code {
    width: 38%;
  }
}

@media screen and (max-width: 767px) {
  .digital_marketing_types .marketing_types {
    height: 330px;
  }

  .iot_services_detail .order1 {
    order: 1;
  }

  .iot_services_detail .order2 {
    order: 2;
  }

  .iot_services_detail .order3 {
    order: 3;
  }

  .iot_services_detail .order4 {
    order: 4;
  }

  .web_development .content_col,
  .web_development .design_col,
  .web_development .live_col,
  .web_development .planning_col,
  .web_development .testing_col,
  .cms_tools .content_col,
  .cms_tools .design_col,
  .cms_tools .live_col,
  .cms_tools .planning_col,
  .cms_tools .testing_col {
    margin-top: 20px !important;
  }

  .web_projects .web_card {
    height: 380px;
  }

  .jobForm .captcha_code {
    width: 45%;
  }
}

@media screen and (max-width: 576px) {
  .iot_works .iot_works_image {
    height: 250px;
    width: 250px;
    margin: auto;
    display: block;
  }

  .web_development .web_services_title {
    padding-top: 30px;
  }

  .contactForm .captcha_code {
    width: 45%;
  }
}

@media screen and (max-width: 515px) {
  .digital_marketing_types .marketing_types {
    height: 355px;
  }
}

@media screen and (max-width: 456px) {
  .digital_marketing_types .marketing_types {
    height: 365px;
  }

  .web_projects .web_card {
    height: 400px;
  }

  .contactForm .captcha_code,
  .jobForm .captcha_code {
    width: 55%;
  }
}

@media screen and (max-width: 415px) {
  .digital_marketing_types .marketing_types {
    height: 395px;
  }

  .web_projects .web_card {
    height: 410px;
  }

  .contactForm .captcha_code,
  .jobForm .captcha_code {
    width: 60%;
  }
}

@media screen and (max-width: 381px) {
  .web_projects .web_card {
    height: 440px;
  }
}

@media screen and (max-width: 370px) {
  .iot_services_detail .consulting_img {
    height: auto;
    width: 90%;
  }

  .iot_services_detail .development_img {
    height: auto;
    width: 60%;
  }

  .web_projects .web_card {
    height: 460px;
  }
}

@media screen and (max-width: 360px) {
  .digital_marketing_types .marketing_types {
    height: 415px;
  }

  .contactForm .captcha_code,
  .jobForm .captcha_code {
    width: 70%;
  }
}

@media screen and (max-width: 340px) {

  .contactForm .captcha_code,
  .jobForm .captcha_code {
    letter-spacing: 5px;
  }
}

@media screen and (max-width: 320px) {
  .digital_marketing_types .marketing_types {
    height: 445px;
  }
}

@media screen and (max-width: 306px) {
  .digital_marketing_types .marketing_types {
    height: 460px;
  }
}

@media screen and (max-width: 300px) {
  .web_projects .web_card {
    height: 480px;
  }
}

@media screen and (max-width: 298px) {
  .iot_services_detail .analytics_img {
    height: auto;
    width: 90%;
  }
}

@media screen and (max-width: 296px) {
  .digital_marketing_types .marketing_types {
    height: 485px;
  }
}

@media screen and (max-width: 286px) {
  .web_projects .web_card {
    height: 520px;
  }
}

@media screen and (max-width: 285px) {
  .iot_works .iot_works_image {
    height: 190px;
    width: 190px;
    margin: auto;
    display: block;
  }
}

@media screen and (max-width: 280px) {
  .digital_marketing_types .marketing_types {
    height: 500px;
  }

  .android_app_development .android_subtitle {
    font-size: 20px;
  }

  .contactForm .captcha_code,
  .jobForm .captcha_code {
    width: 78%;
  }

  .contactForm .fa-refresh,
  .jobForm .fa-refresh {
    padding-left: 20px;
  }

  .jobForm .card-footer {
    text-align: center;
  }
}

@media screen and (max-width: 261px) {
  .digital_marketing_types .marketing_types {
    height: 515px !important;
  }

  .web_projects .web_card {
    height: 540px;
  }

  .contactForm .captcha_code,
  .jobForm .captcha_code {
    letter-spacing: 3px;
  }

}

@media screen and (max-width: 257px) {
  .digital_marketing_types .marketing_types {
    height: 532px !important;
  }
}

@media screen and (max-width: 250px) {
  .web_projects .web_card {
    height: 560px;
  }

}

@media screen and (max-width: 240px) {
  .digital_marketing_types .marketing_types {
    height: 553px !important;
  }

  .web_projects .web_card {
    height: 580px;
  }

  .contactForm .captcha_code,
  .jobForm .captcha_code {
    width: 85%;
  }

  .contactForm .fa-refresh,
  .jobForm .fa-refresh {
    padding-left: 6px;
  }
}

/*================================[Digital Marketing Page End]============================*/
/* ====================================[Services Page End]===================================== */
/* ====================================[Footer Start]===================================== */

.footer .footerSec {
  padding: 60px 0 0 0;
  /* background: #00045e; */
  background-image: linear-gradient(1deg, #0f1119, #00045e);
}

.footer .footerSec .footerInfo {
  margin-bottom: 30px;
}

.footer .footerLinks {
  margin-bottom: 30px;
}

.footer {
  /* padding: 0 0 30px 0; */
  font-size: 14px;
  background: #00045e;
  color: #fff;
}

.footerTop {
  padding-bottom: 10px;
}

.footer .footerSec h4 {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.footer .footerSec .footerInfo p {
  /* font-size: 13px; */
  line-height: 24px;
  padding-top: 10px;
  margin-bottom: 0;
  color: #fff;
  text-align: justify;
}

.footer .footerSec .footerLinks ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 30px;
}

.footer .footerSec .footerLinks ul a {
  text-decoration: none;
  color: white;
}

.footer .footerSec .footerLinks ul li a:hover {
  color: #1484E0;
  cursor: pointer;
}

.footer .footerSec .follow {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.footer .footerSec .socialLinks a {
  font-size: 18px;
  display: inline-block;
  background: #1484E0;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  margin-top: 4px;
  border-radius: 10%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footer .footerBottom {
  background: #0f1119;
  color: white;
  padding: 15px 0;
}

.footerBottom p a {
  text-decoration: none;
  color:#1484E0;
}

/* ====================================[Footer End]===================================== */
.back-to-top {
  bottom: 15px;
  cursor: pointer;
  position: fixed;
  right: 15px;
  z-index: 99999;
}

.back-to-top svg,
.back-to-top svg:hover {
  background: #1484E0;
  color: #fff;
}

.back-to-top svg {
  align-items: center;
  border-radius: 4px;
  display: flex;
  height: 35px;
  justify-content: center;
  padding: 4px 12px;
  transition: all 0.4s;
  width: 40px;
}

/* ====================================[Back to top End]===================================== */