@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300;400;500;600;700&family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500&family=Kaushan+Script&family=Khand:wght@300;400;500;600;700&family=Khula:wght@300;400;600;700;800&family=Lato:ital,wght@0,400;0,700;0,900;1,400;1,700&family=Noto+Sans:ital,wght@1,100;1,200;1,300;1,400;1,500;1,600&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700&family=Ranga:wght@400;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,900;1,100;1,300;1,400;1,900&family=Sansita:ital,wght@0,400;0,700;0,800;0,900;1,400;1,700;1,800&family=Shippori+Antique+B1&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300;400;500;600;700&family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500&family=Kaushan+Script&family=Khand:wght@300;400;500;600;700&family=Khula:wght@300;400;600;700;800&family=Lato:ital,wght@0,400;0,700;0,900;1,400;1,700&family=Noto+Sans:ital,wght@1,100;1,200;1,300;1,400;1,500;1,600&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700&family=Ranga:wght@400;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,900;1,100;1,300;1,400;1,900&family=Sansita:ital,wght@0,400;0,700;0,800;0,900;1,400;1,700;1,800&family=Shippori+Antique+B1&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --font-family: "Lato", sans-serif;
  --font-family: "Sansita", sans-serif;
}

body {
  --font-family: "Lato", sans-serif;
  --font-family2: "Work Sans", sans-serif;
}

@media (min-width: 1480px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1480px;
  }
}

h2,
h3,
h4,
h1 {
  font-family: var(--font-family);
}

li,
a {
  font-family: var(--font-family);
}

.abt-btn:hover {
  background: #ba5928;
  color: #fff;
}

.Mission-btn:hover {
  background: #ba5928;
  color: #fff;
}

/* HEADER CSS */
#whatsapp-chat {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 100;
    width: 60px;
    cursor: pointer;
}

.header {
  height: 100px;
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  z-index: 99999;
}

.header .logo img {
  filter: drop-shadow(0px 4px 84px rgba(0, 0, 0, 0.25));
}

.header.sticky {
  position: fixed;
  padding: 5px 0 0;
  top: 0;
  z-index: 999;
  background-color: #100808;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.Our_Project_Portfolio p {
  color: #fff !important;
  text-align: left !important; 
}
.navbar-expand-lg {
  flex-wrap: nowrap;
  justify-content: end;
}
.navbar-expand-lg .navbar-nav.menu_bar .nav-link,
.navBar_btn .nav-link {
  padding-left: 20px;
  padding-right: 30px;
  color: #000000;
  opacity: 1;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font-family);
  text-transform: capitalize;
  text-align: center;
}

.navbar-nav.menu_bar .nav-item.active .nav-link,
.header.sticky .navbar-expand-lg .navbar-nav.menu_bar .nav-item.active .nav-link {
  color: #06537c;
}

.navbar-nav.menu_bar .nav-link:hover,
.navbar-nav.menu_bar .nav-link:focus,
.navbar-nav.menu_bar .nav-link:active,
.navBar_btn .nav-link:hover,
.navBar_btn .nav-link:focus {
  color: #06537c;
}

.header.sticky .navbar-expand-lg .navbar-nav.menu_bar .nav-link {
  color: #ffffff;
}

.header.sticky .navbar-expand-lg .navbar-nav.menu_bar .nav-link:hover {
  color: #ad761f;
}

.closebtn,
.button_nav {
  display: none;
}

.mobile_visible {
  display: none;
}

.menu-rt .navBar_btn {
  display: none;
}

.navBar_btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.form-group p{margin-bottom:0px;}

.navBar_btn img.icon-show {
  display: block;
}

.navBar_btn img.icon-hide {
  display: none;
}

.navBar_btn a:hover .icon-show {
  display: none;
}

.navBar_btn a:hover .icon-hide {
  display: block;
}

.get-btn {
  background: #38a6de;
  border-radius: 4px 4px 4px 4px;
  padding: 17px 25px 17px 25px;
  color: #fff !important;
	border: none;
}

.get-btn:hover {
  background-color: #06537c;
}

.get-btn:hover .svg-inline--fa {
  color: #fff !important;
}

.hap-header-top-area {
  color: #fff;
  margin: 0 auto;
  padding: 20px 70px;
  max-width: 1213px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-image: linear-gradient(180deg, #37a3df 0%, #0c25de 100%);
}

.hap-header-top-area {
  margin-top: 70px;
}

.hap-header-top-area p {
  font-size: 16px;
  margin: 0;
}

.top-social-area a {
  color: #fff;
  text-decoration: none;
}

.header-botttom {
  background: #fff;
  box-shadow: 4px 2px 7px -2px rgba(168.3, 168.3, 168.3, 0.5);
  padding: 6px 20px;
  border-radius: 5px;
}

/********** banner section css  **************/
.parallax-searchs {
  background: url(../img/banner.jpg);
  background-size: cover !important;
  background-attachment: fixed !important;
  width: 100%;
  height: 1005px;
  position: relative;
  z-index: 99;
  padding: 16% 0px;
}

.banner-content {
  position: relative;
  top: 80%;
}

.banner-heading h2 {
  font-size: 35px;
  font-family: var(--font-family2);
  font-weight: 700;
  color: #2b225f;
  text-transform: capitalize;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 90px;
}

.banner-heading span {
  color: #06537c;
  font-size: 73px;
}

.banner-content p {
  color: #fff;
  font-size: 23px;
  font-family: var(--font-family2);
  color: #000000;
  text-transform: capitalize;
  line-height: 39px;
  margin-top: 25px;
}

.single-btn {
  text-decoration: none !important;
  font-size: 23px !important;
  font-weight: 500;
  font-family: var(--font-family);
  text-transform: capitalize;
  text-align: center;
}

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

.banner-img {
  position: relative;
}

.img-back {
  position: absolute;
  top: 0;
	right: 0px;
}


.img-front {
  animation: rotation 20s infinite linear;
	 position: absolute;
    top: -56px;
    right: 10px;
}

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



@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}








/* about us section css  */
.about-us {
  padding-top: 90px;
  padding-bottom: 90px;
}

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

.heading h3 {
  color: #06537c;
  font-family: var(--font-family2);
  font-size: 20px;
  font-weight: 600;
}

.heading h2 {
  color: #222222;
  font-family: var(--font-family2);
  font-size: 47px;
  font-weight: 700;
  line-height: 1.1em;
}

.heading p {
  color: #414141;
  font-family: var(--font-family2);
  font-size: 19px;
  line-height: 40px;
}

.case-studie {
  padding-top: 90px;
  padding-bottom: 90px;
}

.case-studieimg img {
  width: 100%;
}

.case-studie-content {
  width: 100%;
  float: left;
}

.case-studie-content ul.list_menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.case-studie-content ul.list_menu li {
  text-transform: uppercase;
  display: inline-block;
}

.case-studie-content ul.list_menu li::after {
  content: "|";
  margin: 0 8px;
}

.case-studie-content ul {
  width: 100%;
  float: left;
}

.case-studie-content ul li {
  list-style: disc;
  padding-bottom: 10px;
  font-size: 20px;
  color: #7a7a7a;
}

.aboutproject-casestudies {
  width: 100%;
  margin: 80px 0px
}

.main-heading-box h1 {
  font-size: 40px;
  color: #181b1b;

  margin-bottom: 10px
}

.main-heading-box h4 {
  font-size: 26px;
  color: #181b1b;

  margin-bottom: 10px;
}

.main-heading-box p {
  font-size: 20px;

  line-height: 30px;
}

.team_point {
  padding-top: 32px;
}

.team_point strong {
  font-weight: 600;
  font-size: 15px;
}

.team_point h5 {
  color: #326CBA;
  font-size: 21px;
  line-height: 31px;
  font-weight: 600;
}

.section_five {
  background-color: #ebfaf8;
  padding: 80px 0px;
}

.hadding h3 {
  color: #326cba !important;
}

.hadding p {
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  margin-bottom: 26px;
  line-height: 35px;
}

.techno-list_main li {
  display: flex;
  align-items: center;
  list-style: none;
  padding-left: 20px;
}

.client_list li {
  font-size: 20px;
  color: #000;
  margin-bottom: 12px;
  line-height: 38px;
}

.techno-list_main li span {
  margin-right: 10px;
  line-height: 0;
}

.techno-list_main li span img {
  min-width: 27px;
  max-width: 1px;
  min-height: 42px;
  max-height: 1px;
}

.challengesi-section {
  padding: 80px 0px;
}

.hadding h3 {
  color: #326cba !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.hadding p {
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  margin-bottom: 26px;
  line-height: 35px;
}

.client_list li {
  font-size: 20px;
  color: #000;
  margin-bottom: 12px;
  line-height: 38px;
}

.blogsection {
  padding: 80px 0px;
}

.blog-box {
  border: 1.5px solid #E7E7E7;
  border-radius: 20px;
  transition: .4s ease-in-out;
  background: #fff;
  margin-bottom: 30px;
}

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

.blog-img img {
  object-fit: fill;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.blog-inner {
  padding: 20px;
}
.footer-list li {
    width: 100%;
    float: left;
    padding-bottom: 10px;
}
.blog-date {
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

h3.blog-heading {
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 59px;
}

a.blog-btn {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: .15em;
  color: #FD4A36;
}

.form_sect button.get-btn.single-btn {
  border: none;
}



.mrb-100 {
  margin-bottom: 100px;
}

/* service section css  */

.service {
  background-image: url(../img/service.png);
  padding: 40px 0px;
}

.service-boxone {
  background-color: #38a6de;
  padding: 45px 55px;
  padding-bottom: 90px;
}
.service-boxone:hover {
  background-color: #2288bb;}

.service-boxtwo {
  background-color: #06537c;
  padding: 45px 55px;
  padding-bottom: 90px;
}
.service-boxtwo:hover{
  background-color: #0370a9;}



.box-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box-text img {
  height: 100px;
}

.box-text h2 {
  margin-bottom: 0px;
  color: #ffffff;
  font-family: var(--font-family2);
  font-size: 48px;
  font-weight: 700;
}

.service-box-sect p {
  color: #ffffff;
  font-family: var(--font-family2);
  font-size: 18px;
  line-height: 40px;
  max-width: 520px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.service-boxone .get-btn {
  background: #fff;
  color: #000 !important;
}

.service-boxone .get-btn:hover {
  background-color: #06537c;
  color: #fff !important;
}

.service-boxtwo .get-btn {
  background: #fff;
  color: #000 !important;
}

.service-boxtwo .get-btn:hover {
  background-color: #38a6de;
  color: #fff !important;
}

.service-box-sect {
  margin-top: 50px;
}

.service-box-sect .row>* {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* industries section css  */

.Our_Industries {
  padding: 80px 0px;
}

.Our_Industries_item {
  height: 200px;
  padding: 1rem;
  text-align: center;
  border: 1px solid #d6d6d6;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  width: 25%;
}

.Our_Industries_item:hover {
    background-color: #06537c !important;
    color: #ffffff !important;
}

.Our_Industries_item:hover img {
    /* filter: brightness(0) saturate(100%) invert(33%) sepia(63%) saturate(3300%) hue-rotate(202deg) brightness(99%) contrast(92%); */
    filter: brightness(0) invert(1);
}

.Our_Industries_item {
  width: 50%;
  height: 100px;
}

.item_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.Our_Industries_item {
  height: 200px;
  padding: 1rem;
  text-align: center;
  border: 1px solid #d6d6d6;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  width: 25%;
}

/* portfolio section start  */
.Our_Project_Portfolio {
  background-image: url(../img/port.png);
  padding: 107px 0px;
}

.carousel-container {
  position: relative;
  height: 100%;
  /* margin: 50px auto; */
  overflow: hidden;
}

.h-100 {
  height: 100% !important;
}

.sub-heading-group {
  margin-bottom: 6rem;
}

.sub-heading {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.stepper {
  text-align: center;
  margin-top: 20px;
}

.opacitymid {
  opacity: 0.4;
}

.stepper {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
}

.slide img {
  width: 100%;
}

.slide {
  flex-shrink: 0;
  width: 100%;
}

/* our work section css  */
.our_work {
  background-image: url(../img/workbg.png);
  padding: 80px 0px;
}

#it_comp_svg_container {
  position: absolute;
  width: 100%;
  left: 52%;
  transform: translateX(-50%);
  width: 75%;
  bottom: 104px;
}

#it_comp_svg_container {
  position: absolute;
  width: 100%;
  left: 52%;
  transform: translateX(-45%);
  width: 75%;
  /* bottom: 104px; */
  top: 25%;
}

#svgC {
  margin: 0 auto;
  width: 100%;
}

canvas {
  display: block;
  vertical-align: bottom;
}

#particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
}

.it_comp_work_process {
  position: relative;
  text-align: center;
  float: left;
  width: 100%;
}

.it_comp_work_process .step-num {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 15px 0 #f0eaf5;
  color: #00699e;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  height: 50px;
  right: 0;
  line-height: 55px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
}

.theme-bg .it_comp_work_process h4,
.theme-bg .it_comp_work_process p {
  color: #ffffff;
}

.it_comp_work_process .step-icon {
  background: #ffffff;
  width: 120px;
  height: 120px;
  position: relative;
  border-radius: 50%;
  line-height: 130px;
  font-size: 40px;
  text-align: center;
  color: #1c1d3e;
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06);
}

.it_comp_working_wrapper {
  padding-bottom: 100px;
  position: relative;
  padding-top: 30px;
  background: #f8fdff;
  margin: 40px 0px;
}

.it_comp_working_wrapper .step-icon {
  color: #333;
}

.it_comp_work_process .step-desc h4 {
  color: #111;
  margin-bottom: 15px;
  font-size: 24px;
  display: inline-block;
  text-transform: capitalize;
  font-family: var(--font-family);
  font-weight: bold;
}

.it_comp_work_process:hover .step-desc h4 a {
  color: #00e3c8;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.it_comp_working_wrapper .step-icon {
  border-color: rgba(255, 255, 255, 0.2);
}

.it_comp_work_process .step-num-box {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}

.it_comp_spinner_eff {
  position: absolute;
  width: 200px;
  height: 200px;
  bottom: -66px;
  left: 90px;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
}

.it_comp_spinner_eff .it_comp_spinner_circle {
  border-radius: 100px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transform: scale(1);
  transform-origin: center center;
}

.it_comp_spinner_eff .circle-1 {
  width: 100%;
  height: 100%;
  background-color: #38a6def5;
  top: 0;
  animation: pulse-1 1.8s linear 0s infinite;
}

.it_comp_spinner_eff .circle-2 {
  width: 66.6%;
  height: 66.6%;
  background-color: #38a6def5;
  top: 16.5%;
  animation: pulse-2 1.8s linear 0s infinite;
}

@keyframes pulse-1 {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(1.3);
    opacity: 0;
  }

  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes pulse-2 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

#svgC {
  margin: 0 auto;
  width: 100%;
}

.step-desc p {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  font-size: 18px;
  max-width: 283px;
  text-align: center;
  justify-content: center;
  display: inline-flex;
  color: #555555;
  font-family: var(--font-family);
  min-height: 121px;
}

/* contact us section css  */

.contact_us {
  background: url(../img/contactbg.png);
  padding: 80px 0px;
  background-size: cover;
}

.form_sect input {
  background: #f5f8f8;
  height: 50px;
  margin-bottom: 19px;
  border: none;
}

.form_sect textarea {
  background: #f5f8f8;
  resize: none;
  height: 151px;
  border: none;
}

.form_sect {
  background: #fff;
  padding: 50px 40px;
  border-radius: 5px;
}

.form-content h2 {
  color: #222222;
  font-family: var(--font-family2);
  font-size: 27px;
  font-weight: 500;
  line-height: 1.1em;
  text-align: center;
}

.form-content p {
  color: #414141;
  font-family: var(--font-family2);
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}

.ct-counter-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.ct-counter-icon {
  line-height: 1;
  margin-right: 24px;
}

.ct-counter-layout2.style2 .ct-counter-number {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  display: inline-flex;
  margin-bottom: 14px;
}

.ct-counter-title {
  color: #ffffff;
  font-family: "Work Sans", Sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 19px;
}

.ct-counter-number-value {
  color: #ffffff;
  font-family: "Work Sans", Sans-serif;
  font-size: 48px;
  font-weight: 700;
}

.bord-bottom {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 58px;
}

.contact-img img {
  margin-top: 63px;
}

.ct-counter-title a {
  color: #fff;
  text-decoration: none;
}

.call-now .ct-counter-number-value {
  font-size: 24px;
}

/* FOOTER */
.footer {
  background: #06537c;
  color: #fff;
  padding-top: 92px;
}

.footer-top {}

.footer-bottom {
  padding: 20px 0;
}

.bord {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px 0;
  text-align: center !important;
  margin-top: 26px;
}

.footer-top h5 {
  font-size: 23px;
  line-height: 23px;
  margin-bottom: 15px;
  font-family: var(--font-family-2);
}

.social-media_list span,
.footer-bottom p {
  color: #fff;
  font-size: 16px;
  font-weight: var(--font-weight-500);
  line-height: 19px;
}

.footer-list {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.footer-list li a.footer-links,
.contact-detail p,
address {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  width: 80%;
}

.footer-list li a.footer-links:hover {
  color: #38a6de;
}

.footer-list span {
  margin-right: 20px;
  float: left;
}

.bord span {
  color: #b6822c;
}

.icon-box {
  background-color: #fff;
  border-radius: 5px;
  padding: 7px;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-box:hover {
  background: #38a6de;
}

.icon-box:hover .svg-inline--fa {
  color: #fff;
}

.footer .svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
  color: #000000;
}

.bx-wrapper {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.logo-partnerb .plogo1 img {
  width: 100%;
  height: 121px;
  object-fit: contain;
}

.google_links .svg-inline--fa {
  color: rgba(238, 206, 106, 1) !important;
}

.google_links a {
  color: #fff;
  font-size: 23px;
  line-height: 23px;
  margin-bottom: 15px;
  font-family: var(--font-family);
  text-decoration: none;
}

.bx-wrapper {
  max-width: 1200px !important;
}

.footer-row {
  margin-top: 70px;
}

/* About us page css  */

.inner-banner {
  /* background: url(../img/aboutbg.jpg); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height:295px;
  position: relative;
  z-index: 99;
  padding: 0% 0px;
}

.image-box__background,
.image-box__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.image-box__background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background: url(../img/aboutbg.jpg);

  z-index: 1;
}

.image-box__overlay {
  background: #004070b8;

  z-index: 2;
}

.image-box__content {
  z-index: 3;
  position: absolute;
  top: 58%;
  /* left: 24%; */
  text-align: center;
  color: #fff;
  width: 100%;
}

.image-box__content h2 {
  color: #ffffff;
  font-family: "Work Sans", Sans-serif;
  font-size: 47px;
  font-weight: 700;
  line-height: 1.1em;
}

.image-box__content p {
  text-align: center;
  color: #ffffff;
  font-family: "Work Sans", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.our_mission {
  background-image: url(../img/bgtwo.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;
}

.mission-boximg img {
  width: 100%;
  max-height: 423px;
  object-fit: contain;
}

.mission-box-sect {
  background-image: url(../img/missionbg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
}

.missionbox-text h2 {
  color: #222222;
  font-family: "Work Sans", Sans-serif;
  font-size: 47px;
  font-weight: 700;
  line-height: 1.1em;
}

.missionbox-text p {
  color: #414141;
  font-family: var(--font-family2);
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
  margin-top: 30px;
}

.m-20 {
  margin-top: 50px;
}

.Our_Team {
  background-image: url(../img/bgthree.png);
  background-position: bottom center;
  background-size: cover;
  padding: 90px 0px;
}

.team-box img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: top;
  border-radius: 10px 10px 0px 0px;
}

.team-box img:hover {
  animation-duration: 10s;
  animation-iteration-count: infinite;
}

.team-box {
  background-color: #ffffff;
  border-radius: 10px;
  padding-bottom: 30px;
  margin-top: 30px;
}

.team-box h2 {
  color: #222222;
  font-family: "Work Sans", Sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1em;
  text-align: center;
  margin: 20px 0px;
}

.team-box h3 {
  text-align: center;
  color: #06537c;
  font-family: "Work Sans", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

.bounce-1 {
  animation-name: bounce-1;
  animation-timing-function: linear;
}

@keyframes bounce-1 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0);
  }
}


/* portfolio page css  */
.portfolio-section {
  padding: 80px 0px;
}

.portfolio_item {
  width: 49.5%;
  margin-bottom: 30px;
}

.client_inner_b {
  display: block;
  background: #fff;
  position: relative;
  overflow: hidden;
  border-bottom: 4px solid #012238;
  margin-bottom: 28px;
}

.brouser_view {
  float: left;
  background: #012238;
  height: 44px;
  width: 100%;
  padding: 0;
  margin: 0;
}

.left_dotted {
  width: 9%;
  height: 44px;
  background: url(../img/browser-dot.png) 50% 16px no-repeat;
  padding: 0;
  margin: 0;
  float: left;
}

.brouser_url {
  width: 82%;
  padding: 0;
  margin: 0;
  color: #1e1e1e;
  font-size: 17px;
  padding: 0 0 0 10px;
  background-color: #fff;
  border-radius: 4px;
  float: left;
  margin: 7px 0 0 0;
  padding: 3px;
}

.right_bar {
  width: 7%;
  height: 44px;
  background: url(../img/browser-bar.png) 30% 16px no-repeat;
  padding: 0;
  margin: 0;
  float: right;
}

.website_view {
  float: left;
  width: 100%;
  border: 4px solid #012238;
  border-top-color: #012238;
  border-top-style: solid;
  border-top-width: 4px;
  border-top: 0;
  border-bottom: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.client_inner_b .image_logo {
  width: 100%;
  display: block;
  position: relative;
  transition: transform .4s;
  height: 310px;
  text-align: center
}

.image_logo img {
  width: 100%;
}

.client_inner_b figcaption {
  width: 100%;
  top: auto;
  bottom: 0;
  position: absolute;
  left: 0;
  transform: translateY(103%);
  transition: transform .4s, opacity .1s .3s;
  background: #fff;
  height: 105px;
  padding: 5px;
  text-align: center;
  border: 4px solid #012238;
  border-top: 0;
  border-bottom: 0
}

.client_header {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;

  border-bottom: 0
}

.client_header .col-md-4 {
  border-right: 1px solid #cbcbcb
}



.client_website_image {
  float: left;
  width: 100%;
  position: relative;
  height: 80px;
  border-right: 0 solid #eee
}

.client_website_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  transform: translate(-50%, -50%);
  width: auto;
  max-height: 100%
}

.client_header_name {
  float: left;
  width: 100%;
  color: #000;
  font-size: 20px;
  text-align: left;
  line-height: 25px;
  padding: 15px 0px
}

.client_header_name h6 {
  margin-bottom: 5px
}

.client_header_name a {
  font-size: 13px;
  text-align: left;
  text-decoration: none
}



.client_inner_b:hover figcaption {
  bottom: 0;
  opacity: 1;
  transform: translateY(0px);
  transition: transform .4s, opacity .1s
}

.client_inner_b:hover .image_logo {
  transform: translateY(-20%)
}

.tecuse {
  width: 67%;
  float: left;
}

.tecuse .tag {
  width: auto;
  border: solid 1px #ccc;
  text-align: center;
  padding: 4px 10px;
  font-size: 14px;
  float: left;
  margin: 5px;
  text-transform: uppercase;
}

.butvisit {
  width: 100%;
  text-align: center;
}

.butvisit a {
  background-color: #0e81b8;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
}

















/* service page css  */
.whychoose {
  background-image: url(../img/servicebg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;
}

.whychoose a,
a:active,
a:focus {
  color: #333;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.whychoose ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.whychoose img {
  max-width: 100%;
  height: auto;
}

.whychoose span,
a,
a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.section-head {
  margin-bottom: 60px;
}

.section-head h4 {
  position: relative;
  padding: 0;
  color: #f91942;
  line-height: 1;
  letter-spacing: 0.3px;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  margin-bottom: 30px;
}

.section-head h4:before {
  content: "";
  width: 60px;
  height: 3px;
  background: #f91942;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right: 0;
  margin: 0 auto;
}

.section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color: #2f2f2f;
}

p.service_text {
  color: #cccccc !important;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.section-head p,
p.awesome_line {
  color: #818181;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.extra-text {
  font-size: 34px;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 25px;
  position: relative;
  text-transform: none;
}

.extra-text::before {
  content: "";
  width: 60px;
  height: 3px;
  background: #f91942;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right: 0;
  margin: 0 auto;
}

.extra-text span {
  font-weight: 700;
  color: #f91942;
}

.item {
  background: #fff;
  text-align: center;
  padding: 30px 25px;
  -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  border: 5px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
}

.item:hover {
  background: #06537c;
  box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
}

.item:hover .item,
.item:hover span.icon {
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
}

.item:hover h6,
.item:hover p {
  color: #fff;
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
}

.item .icon {
  font-size: 40px;
  margin-bottom: 25px;
  color: #f91942;
  width: 90px;
  height: 90px;
  line-height: 96px;
  border-radius: 50px;
}

.item .feature_box_col_one {
  background: rgba(13, 110, 253, 0.25);
  color: #38a6de;
}

.item p {
  font-size: 15px;
  line-height: 26px;
}

.item h6 {
  margin-bottom: 20px;
  color: #2f2f2f;
  font-size: 22px;
  font-family: var(--font-family);
  font-weight: 600;
}

.mission p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 28px;
  font-family: var(--font-family);
  font-weight: 500;
  color: #515151;
}

.mission i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #f91942;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
}

.mission .small-text {
  margin-left: 10px;
  font-size: 13px;
  color: #666;
}

.skills {
  padding-top: 0px;
}

.skills .prog-item {
  margin-bottom: 25px;
}

.skills .prog-item:last-child {
  margin-bottom: 0;
}

.skills .prog-item p {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 10px;
}

.skills .prog-item .skills-progress {
  width: 100%;
  height: 10px;
  background: #e0e0e0;
  border-radius: 20px;
  position: relative;
}

.skills .prog-item .skills-progress span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #f91942;
  width: 10%;
  border-radius: 10px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.skills .prog-item .skills-progress span:after {
  content: attr(data-value);
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  padding: 3px 7px;
  border-radius: 30px;
}

.alignbox {
  align-items: stretch;
  display: flex;
}

.detail-but {
  width: 100%;
}

.detail-but a {
  font-size: 20px;
  text-align: center;
  background: #38a6de;
  border-radius: 4px 4px 4px 4px;
  padding: 12px 25px 16px 25px;
  color: #fff !important;
}

.detail-but a:hover {
  background: #0a58ca;
}


.hori_tabs_button {
  margin-bottom: 3rem;
}

.hori_tabs_button ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}

.hori_tabs_button ul li.active {
  color: #1476f2;
}

.hori_tabs_button ul li.active::after {
  background-color: #1476f2;
}

.hori_tabs_button ul li::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #eaeaea;
}

.technology_group {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.techno {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.techno:hover {
  display: flex;
  justify-content: center;
  align-items: center;}


  
.hori_tabs_button ul li {
  position: relative;
  width: 100%;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
}

.hori_tab-panel:not(:first-child) {
  display: none;
}

.techno img {
  width: 100%;
  height: 83px;
  object-fit: contain;
}

.techno p {
  font-size: 18px;
  margin-top: 15px;
  font-weight: 600;
  font-family: var(--font-family);
  color: #06537c;
}

.Our_Technologies {
  padding: 80px 0px;
}

.faq-section {
  background: #fdfdfd;
 
  padding: 50px 0px;
}

.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}

.faq-title h2::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 60px;
  height: 2px;
  background: #e91e63;
  bottom: -25px;
  margin-left: -30px;
}

.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq .card {
  border: none;
  border-bottom: 1px dashed #cee1f8;
  background: #ffffff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  margin-bottom: 20px;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
  background: rgba(13, 110, 253, 0.25);
  padding-left: 10px;
}

.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3b566e;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-family: var(--font-family);
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #06537c;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
  justify-content: center;
  display: flex;
  align-items: center;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6f8ba4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #f3f8ff;
}

.faq .card .card-body p {
  margin-bottom: 14px;
  font-size: 18px;
}


@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }

  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}


/* contact us page */

.contact {
  padding: 130px 0;
}

.contact .heading h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  padding: 0;

}

.contact .heading h2 span {
  color: #396d95;
}

.contact .heading p {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.7;
  color: ##000;
  margin: 20px 0 60px;
  padding: 0;
}

.contact .form-control {
  padding: 16px;
  font-size: 18px;
  margin-bottom: 10px;
  background: #ffffff;
  border: solid 1px #ccc;
  border-radius: 10px;
}

.contact button.btn {
  padding: 7px 25px 10px;
  border-radius: 5px;
  font-size: 22px;
  background: #38a6de;
  color: #ffffff;
  margin-top: 30px;
}

.contact .title h3 {
  font-size: 25px;
  font-weight: 600;
  color: #2196F3;
}

.contact .title p {
  font-size: 21px;
  font-weight: 400;
  color: #000;
  line-height: 1.6;
  margin: 0 0 40px;
}

.contact .content .info {
  margin-top: 30px;
}

.contact .content .info svg {
  font-size: 65px;
  padding: 0;
  margin: 0;
  color: #127acd;
  margin-right: 20px;
  text-align: center;
  width: 20px;
}

.contact .content .info h4 {
  font-size: 18px;
  line-height: 1.4;
  color: #1362a1;
}

.contact .content .info h4 span {
  font-size: 19px;
  font-weight: 300;
  color: #000;
}

.contact form {
  background: #fff;
  padding: 41px;
  border-radius: 32px;
  box-shadow: 0px 1px 7px #ccc;
}

.contact h2 {
  font-family: Montserrat;
  font-weight: 700;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 20px;
  font-size: 31px;
}



/* carrer page css  */

.twm-bnr-right-content {
  position: relative;
  z-index: 1;
  height: 100%;
  margin-left: 150px;
}

.bnr-media {
  position: relative;
  z-index: 1;
  margin-right: -100px;
}

.bnr-media img {
  margin: 0px auto;
  display: block;
}

.bnr-bg-circle {
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}

.bnr-bg-circle span {
  position: relative;
  width: 600px;
  height: 600px;
  left: 50px;
  top: -10px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
  box-shadow: 0px 0px 0px 70px rgba(192, 209, 237, 0.2);
}

.bnr-bg-icons {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.twm-home-6-banner-section .twm-bnr-right-section .bnr-bg-icons>div.icon-plus1 {
  color: #1967d2;
  font-size: 24px;
  position: absolute;
  top: 35%;
  left: 0%;
}

.bnr-bg-icons>div.icon-plus2 {
  color: #f0b528;
  font-size: 34px;
  position: absolute;
  top: 64%;
  left: 15%;
  transform: rotate(20deg);
}

.bnr-bg-icons>div.icon-plus3 {
  color: #f0b528;
  font-size: 34px;
  position: absolute;
  top: 15%;
  right: -5%;
  transform: rotate(20deg);
}

.bnr-bg-icons>div.icon-ring1 {
  position: absolute;
  bottom: 14%;
  right: -30%;
  width: 70px;
  height: 70px;
  border: 8px solid #ff8667;
  border-radius: 50%;
}

.bounce2 {
  animation: bounce2 1.5s linear infinite alternate-reverse both;
}

.bnr-bg-icons>div {
  position: absolute;
  z-index: 2;
}

.bnr-bg-icons>div.icon-ring2 {
  position: absolute;
  top: 55%;
  right: -25%;
  width: 20px;
  height: 20px;
  border: 3px solid #ff8667;
  border-radius: 50%;
}

.twm-home-6-banner-section .twm-bnr-right-section .bnr-bg-icons>div {
  position: absolute;
  z-index: 2;
}

.bnr-bg-icons>div.icon-ring3 {
  position: absolute;
  top: 0%;
  left: 28%;
  width: 34px;
  height: 34px;
  border: 10px solid #94bdff;
  border-radius: 50%;
}

.twm-home-6-banner-section .twm-bnr-right-section .bnr-bg-icons>div {
  position: absolute;
  z-index: 2;
}

.bnr-bg-icons>div.bnr-block-1 {
  position: absolute;
  top: 20%;
  left: -15%;
}

.bnr-block-1-content {
  display: flex;
  align-items: center;
  border-radius: 20px;
  padding: 10px;
  background-color: #ff8667;
}

.bnr-block-1-content .media {
  min-width: 30px;
  margin-right: 10px;
}

.bnr-block-1-content .title {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0px;
}

.bnr-bg-icons>div.bnr-block-2 {
  position: absolute;
  top: 54%;
  left: -27%;
}

.bnr-block-2-content {
  border-radius: 20px;
  padding: 15px;
  box-shadow: 0px 0px 15px rgba(56, 152, 226, 0.3);
  background-color: #fff;
  min-width: 188px;
}

.bnr-block-2-content .bnr-block-2-bag {
  position: absolute;
  top: -25px;
  left: 15px;
}

.bnr-block-2-content .bnr-block-2-bag span {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bnr-block-2-content-top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 5px;
}

.bnr-block-2-content-top .title {
  color: #1967d2;
  font-weight: 800;
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 0px;
}

.bnr-block-2-content-top .media {
  min-width: 30px;
  margin-right: 10px;
}

.bnr-block-2-content-bottom {
  font-size: 14px;
  font-weight: 500;
  color: #002860;
}

.bnr-block-3 {
  position: absolute;
  top: 35%;
  right: 0;
  width: 78px;
  height: 78px;
  border-radius: 20px;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(56, 152, 226, 0.3);
}

.bnr-block-3 img {
  margin: 0px auto;
  display: block;
}

.bounce2 {
  animation: bounce2 10s linear infinite alternate-reverse both;
}

.bounce {
  animation: bounce 10s linear infinite alternate-reverse both;
}

@-webkit-keyframes bounce {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
  }
}

@keyframes bounce2 {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, 200px, 0);
  }
}

.twm-our-comu-hpage-6-area {
  background-size: cover;
  background-image: url(../img/our-com-bg.jpg);
  background-position: right center;
}

.wt-separator-two-part-row {
  align-items: center;
}

.section-head.left.wt-small-separator-outer {
  text-align: left;
}

.wt-separator-two-part.content-white .wt-small-separator {
  color: #fff;
}

.wt-small-separator {
  font-family: var(--font-family);
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  color: #1967d2;
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
}

.site-text-primary {
  color: #1967d2;
}

.section-head.left.wt-small-separator-outer h2 {
  margin-bottom: 35px;
}

.wt-separator-two-part.content-white .wt-title {
  color: #fff;
}

.hpage-6-comunity-counter-wrap {
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

.hpage-6-comunity-counter-wrap:after {
  position: absolute;
  width: 100%;
  height: 50%;
  content: "";
  left: 0px;
  bottom: 0px;
  background-color: #fff;
  z-index: -1;
}

.twm-company-approch6-outer {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.twm-company-approch6-outer:before {
  background-image: url(../img/count-bg-right.png);
  position: absolute;
  right: 0px;
  bottom: 0px;
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  border-radius: 0px 0px 40px 0px;
  background-position: right bottom;
}

.twm-company-approch6-outer .twm-company-approch6 {
  border-radius: 40px;
  padding: 50px 20px 20px;
  background-color: #17171d;
}

.twm-company-approch6-outer:after {
  background-image: url(../img/count-bg-left.png);
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  border-radius: 40px 0px 0px 0px;
  background-position: left top;
}

.twm-company-approch6-outer .twm-company-approch6 .counter-outer-two {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.counter-outer-two {
  position: relative;
}

.twm-company-approch6-outer .twm-company-approch6 .icon-media-wrap {
  text-align: center;
}

.twm-company-approch6-outer .twm-company-approch6 .icon-media-wrap .icon-media {
  font-size: 48px;
  position: relative;
  z-index: 1;
}

.site-text-white {
  color: #fff;
}

.twm-company-approch6-outer .twm-company-approch6 .icon-media-wrap .icon-media {
  font-size: 48px;
  position: relative;
  z-index: 1;
}

.site-text-white {
  color: #fff;
}

.icon-content {
  overflow: hidden;
}

.counter-outer-two .tw-count-number {
  font-size: 38px;
  line-height: 38px;
  font-weight: 700;
  font-family: var(--font-family);
}

.twm-company-approch6-outer .counter {
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}

.counter-outer-two .counter {
  font-size: 46px;
  line-height: 50px;
  font-weight: 600;
  font-family: var(--font-family);
}

.text-clr-green {
  color: #56d8b1;
}

.twm-company-approch6-outer .twm-company-approch6 .counter-outer-two .icon-content-info {
  color: #fff;
  font-size: 18px;
}

.twm-company-approch6-outer .icon-content-info {
  font-size: 16px;
  margin-bottom: 0px;
}

.counter-outer-two .icon-content-info {
  color: #17171d;
  margin-bottom: 0px;
  font-size: 16px;
}

.twm-company-approch6-outer .twm-company-approch6 .counter-outer-two {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.counter-outer-two {
  position: relative;
}

.text-clr-pink {
  color: #bc84ca;
}

.text-clr-yellow-2 {
  color: #ffe119;
}

.twm-company-approch6-outer .twm-company-approch6 .icon-media-wrap .icon-media:after {
  width: 40px;
  height: 86px;
  content: "";
  border-radius: 20px;
  background-color: #1967d2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  z-index: -1;
  top: -8px;
  opacity: 0.7;
}

.text-clr-purple {
  color: #796bc5;
}

.hpage-6-comunity-counter-wrap:after {
  position: absolute;
  width: 100%;
  height: 50%;
  content: "";
  left: 0px;
  bottom: 0px;
  background-color: #fff;
  z-index: -1;
}

.twm-company-approch6-outer:after {
  background-image: url(../img/count-bg-left.png);
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  border-radius: 40px 0px 0px 0px;
  background-position: left top;
}

.p-t120 {
  padding-top: 120px;
}

.section-head.left.wt-small-separator-outer h2 {
  margin-bottom: 35px;
}

.wt-title {
  color: #fff;
  font-size: 52px;
  font-weight: 600;
  font-family: var(--font-family);
}

.m-width {
  max-width: 1170px;
}


.jobopensection {
  width: 100%;
  background-color: #fff;
  margin-top: 40px;
}

.jobopensection h6 {
  width: 100%;
  font-size: 38px;
  color: #1967d3;
  margin-bottom: 30px;
}


.category_faq .panel {
  width: 100%;
  float: left;
  border: solid 1px#ccc;
  margin-bottom: 30px;
}

.category_faq .panel-heading {
  padding: 0;
  border: 0;
  border-radius: 0;
  z-index: 1;
  position: relative;
}

.category_faq .panel-title {
  padding: 0;
  text-decoration: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.category_faq .panel-title a {
  /* font-size: 18px; */
  /* font-weight: 600; */
  /* background: #eaf6fe; */
  /* border-color: #ddd; */
  /* color: #333; */
}

.category_faq .panel-title a {
  display: block;
  padding: 10px 15px;
  text-align: left;
  margin: 0;
  background: #052149;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  border-radius: 0;
  position: relative;
  border-bottom: 1px solid #ccc;
  text-decoration: none !important;
}

.category_faq .panel-body {
  background: #f5f5f5;
}

.category_faq .panel-body {
  padding: 10px 15px;
  border-top: 0;
  background: #fff;
  font-size: 15px;
  color: #333;
  line-height: 27px;
  width: 100%;
  float: left;
}

.career_btn {
  background-color: #0b66e6 !important;
  color: #fff;
  text-decoration: none !important;
  font-size: 17px;
  font-family: poppins, sans-serif !important;
  padding: 5px 25px;
  float: left;
  border-radius: 4px;
  margin-bottom: 25px;
  margin-top: 15px;
}

.career_btn:hover {
  background-color: #052149 !important;
  color: #fff;
}

.career_section {
  background: #fff;
}

.career_section {
  width: 100%;
  margin: 0;
  padding: 40px 0 60px;
  /* background: #eaf6fe; */
}

.career_section h2 {
  padding: 0 0 9px;
  margin: 0 0 10px;
  line-height: 43px;
  text-align: left;
}

.career_section h2 strong {
  color: #282828;
  font-size: 35px;
  font-weight: 600;
}

.career_section h2 span {
  color: #bf161d;
  font-size: 35px;
  font-weight: 600;
}

.title_career {
  color: #333;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  display: flex;
  /* border: 1px solid #dcdcdc; */
}

.career_form .form-group {
  margin-bottom: 15px;
}

.career_form .title_career label {
  font-size: 16px;
  color: #fafeff;
  background: #2196F3;
  padding: 7px 20px;
  float: left;
  width: auto;
  /* margin-right: 18px; */
  margin: 0;
  border-radius: 50px;
}

.career_form form .form-group label {
  font-size: 17px;
  color: #ffffff;
  font-weight: normal;
}

.career_form .title_career b {
  font-size: 16px;
  padding: 8px;
}

.career_form form input {
  width: 100%;
  padding: 0 12px;
  height: 44px;
  font-size: 15px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  background: #fff;
}

.career_form form textarea {
  width: 100%;
  padding: 10px 12px;
  height: 130px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.apply_now_btn {
  float: left;
  background: #2196f3;
  color: #fff;
  font-size: 17px;
  padding: 7px 30px;
  border-radius: 4px;
  border: 0;
}

.careerformbg {
  width: 100%;
  float: left;
  background: #052149;
  border: solid 1px #ccc;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px #ccc;
}

.post-blog {
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  float: left;
}

.post-blog .post-preview {
  width: 100%;
  float: left;
  margin: 10px 0px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.post-blog .post-preview img {
  width: 100%;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.post-blog .post-header ul.post-meta {
  padding: 0px;
}

.post-blog .post-header ul.post-meta li {
  display: inline-block;
  padding-right: 15px;
  color: #7a7a7a;
}

.post-blog .post-header h2.post-title {
  font-size: 35px;
}

.post-content {
  float: left;
  width: 100%;
}

.blog_widget {
  float: right;
  width: 80%;
  margin-bottom: 30px;
}

.blog_widget .widget-title {
  font-size: 34px;
  color: #2196F3;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  position: relative;
  margin-bottom: 15px;
}

.blog_widget .widget-title:before {
  position: absolute;
  width: 80px;
  background: #2f4fff;
  content: "";
  left: 0px;
  height: 1px;
  bottom: -1px;
}

.blog_widget ul {
  padding: 0px;
  list-style: none;
}

.blog_widget ul li {
  width: 100%;
  float: left;
  font-size: 13px;
  padding-bottom: 10px;
}

.blog_widget ul li a {
  color: #000;
  padding-right: 15px;
}

.blog_widget ul li .wi {
  width: 100px;
  float: left;
}

.blog_widget ul li a {
  color: #000;
  padding-right: 15px;
}

.blog_widget ul li .wb {
  float: right;
  width: 70%;
}

.blog_widget ul li a {
  color: #000;
  padding-right: 15px;
  font-size: 17px;
}

.blog_widget ul li span.post-date {
  width: 100%;
  display: inline-block;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.sub-heading {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 2rem;
  / letter-spacing: -1.5px;/
}

.paragraph {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0px;
}

.sub-heading-group {
  margin-bottom: 70px;
}

.main-techno-techno-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}

.main-techno-techno-box {
  padding: 3.6rem 0rem;
}

.horizontal-techno-card {
  box-shadow: 0px 0px 8px 0px #00000040;
  padding: 1rem 2rem;
  / width: 193px;/ height: 92px;
  box-sizing: border-box;
}

.techmain {
  padding: 10rem 0 0 0;
}

.techmain h1 {
  font-size: 24px;
}

.specifi-technology {
  padding: 5rem 0 5rem 0;
}

.card_group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 52px;
}

._card {
  width: 30%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
}

.card-heading {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
}




/* about page */
.meet_our_leaders {
  padding: 6rem 3.2rem 1.2rem;
  height: 35rem;
  width: 23%;
  border-radius: 2rem;
}

.meet_our_leaders h2 {
  font-size: 3.6rem;
  font-weight: 600;
}

.leader-img {
  width: 20rem;
  height: auto;
}

.meet_leaders {
  padding: 0rem 3.2rem 1.2rem;
  height: 35rem;
  width: 23%;
  border-radius: 2rem;
}

.collage-img {
  height: 28rem;
  width: auto;
}

.collage-img img {
  border-radius: 2rem;
}

.scrollTopImg {
  position: fixed;
  bottom: 6rem;
  right: 3.4rem;
  width: 4rem;
  height: 4rem;
  z-index: 99;
  cursor: pointer;
}

.join-box {
  height: 20rem;
  border-radius: 2rem;
  width: 30%;
  background: #fff;
  box-shadow: 1px 0px 7px #dbcccc;
}

.join-icon {
  height: 10rem;
}

.Joint-text {
  color: #1476f2
}

.perk-box {
  height: 12rem;
  border-radius: 2rem;
  width: 22%;
}

.perk-icon {
  width: 3rem;
}

.perks-div {
  margin-inline: 116px;
}


.perk-box-1 {
  background-color: #ebebed;
}

.perk-box-2 {
  background-color: #e0daff;
}

.perk-box-3 {
  background-color: #c9ffe3;
}

.perk-box-4 {
  background-color: #eaf8fd;
}

.perk-box-5 {
  background-color: #c7fbff;
}

.perk-box-6 {
  background-color: #ffe6d2;
}

.perk-box-7 {
  background-color: #f4d9f5;
}

.perk-box-8 {
  background-color: #cff1ea;
}

@media(max-width:600px) {
  .technologies-box {
    	padding: 50px 0px;
	}
  .technologies-box .row .col-md-2 {
   		width: 50%;
	}	
	
  .join-box {
    height: 24rem;
    width: 95%;
  }

  .perks-div {
    margin-inline: 0rem;
  }

  .perk-box {
    width: 43%;
  }

  .meet_our_leaders {
    width: 95%;
    height: 20rem;
    padding: 2.6rem;
  }

  .meet_our_leaders h2 {
    font-size: 2.4rem;
  }

  .meet_leaders {
    width: 95%;

  }

  .sliderloop img,
  .sliders img {
    margin: 8px !important;
  }
}




.slider-container {
  width: 100%;
  overflow: hidden;

}

.sliderloop {
  display: flex;
  animation: slide 40s linear infinite;

}

.sliderloop img {
  width: auto;
  height: 250px;
  margin: 20px;
  border-radius: 20px;
}

.slider-containers {
  width: 100%;
  overflow: hidden;

}

.sliders {
  display: flex;
  animation: slide 40s linear infinite;
  flex-direction: row-reverse;
}

.sliders img {
  width: auto;
  height: 250px;
  margin: 20px;
  border-radius: 20px;
}




.carousel-container {
  position: relative;
  height: 100%;
  / margin: 50px auto;/ overflow: hidden;
}

.carousel {
  padding: 2rem 0;
  display: flex;
  transition: transform 0.3s ease;
}

.slide {
  flex-shrink: 0;
  width: 100%;
}

.slide img {
  width: 100%;
}

.stepper {
  text-align: center;
  margin-top: 20px;
}

.step {
  margin: 0 5px;
  padding: 5px 10px;
  font-size: 16px;
  cursor: pointer;
}

.progress-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.3rem solid #001a72;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
}

.stepper {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.step {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  /* / Adjust the width as needed / */
  height: 50px;
  /* / Adjust the height as needed / */
  /* / background-color: #ddd; / */
  /* / Change the background color as needed / */
  border: none;
  border-radius: 50%;
  cursor: pointer;
  /* / opacity: 0.4; / */
}

.opacitymid {
  color: #fff;
}

.Our_Project_Portfolio p {
  color: #fff;
}

.Our_Project_Portfolio .sub-heading {
  color: #fff;
}

/* / .step.active { /
  / background-color: #007bff; /
  / Change the active step color as needed /

/ } / */

.opacity1 {
  opacity: 1;
  font-size: larger;
}

.stepper {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
}



.step.active {
  background-color: #fff;
  /* / Change the active step color as needed / */
  opacity: 1;
}

.connector {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  /* / background-color: #ddd; /
  / Change the connector color as needed / */
  transform: translateX(-50%);
  border-top: 2px dashed #ddd;
  /* / Change the dashed line color as needed / */
  z-index: -1;
}

.stepper-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* / Add this keyframes animation / */
@keyframes borderAnimation {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
    border-color: #007bff;
    /* / Change to desired color / */
  }

  100% {
    transform: scale(1);
  }
}

.step.active {
  /* / background-color: #007bff; / */
  opacity: 1;
  /* / Change the active step color as needed / */
  animation: borderAnimation 1s infinite;
  /* / Apply the animation to the active step / */
}

@keyframes circularProgress {
  0% {
    background-image: conic-gradient(#007bff 0% 25%, transparent 25% 100%);
  }

  100% {
    background-image: conic-gradient(#007bff 0% 100%, transparent 0% 100%);
  }
}

.step.active {
  animation: circularProgress 1s linear infinite;
}

/* / Add this keyframes animation / */
@keyframes borderAnimation {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
    border-color: #007bff;
    /* / Change to desired color / */
  }

  100% {
    transform: scale(1);
  }
}

.step.active {
  /* / background-color: #007bff; / */
  opacity: 1;
  /* / Change the active step color as needed / */
  animation: borderAnimation 1s infinite;
  /* / Apply the animation to the active step / */
}

.carousel-30 {
  width: 30%;
}

.carousel-70 {
  width: 70%;
}

.sub-heading-group p {
  color: #000000;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize !important;
}

.main-heading {
  font-size: 33px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0px;
}

.sub-heading-group p {
  text-align: center;
}

section.why-join-us {
  margin-top: 30px;
  background: #f0f6ff;
  padding: 64px 0px;
}

.tlp-portfolio-item {
  border: solid 1px #ccc;
}

.tlp-portfolio .isotope1 .tlp-content {

  padding: 0px 15px;
}

.tlp-portfolio .isotope1 .tlp-overlay {
  background-color: #3f51b5b3 !important;

}

.tlp-portfolio button {
  background: #22b8f0;
  text-transform: capitalize;
  padding: 10px 20px !important;

  font-size: 20px !important;
  font-weight: 300;
  margin: 5px;
  border: none;
  border-radius: 6px !important;
}

.career_form input[type=submit] {
    float: right;
    width: 30%;
    border: solid 1px #ffffff;
    padding: 14px;
    height: auto;
    font-size: 22px;
}