@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@font-face {
  font-family: "Cerebri Sans Pro";
  src: url("../fonts/CerebriSansRegular.eot");
  src: url("../fonts/CerebriSansRegular.ps") format("ps"),
    url("../fonts/CerebriSansRegular.woff") format("woff"),
    url("../fonts/CerebriSansRegular.pt3") format("pt3"),
    url("../fonts/CerebriSansRegular.ttf") format("truetype"),
    url("../fonts/CerebriSansRegular.otf") format("otf");
}

@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;1,100&family=Maven+Pro&family=Megrim&family=Montserrat:ital,wght@1,100;1,600&family=PT+Sans:ital@1&family=Playfair+Display&family=Poppins:wght@100&family=Roboto:ital,wght@0,100;0,300;1,100&family=Titillium+Web:ital,wght@1,200&family=Ubuntu:wght@300&display=swap");

@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/MyriadPro-Light.otf");
}
* {
  padding: 0px;
  margin: 0px;
}
.container {
  max-width: 1190px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  box-sizing: border-box;
}
body.active {
  overflow-y: hidden;
}
:focus-visible {
  outline: none;
}
ul {
  list-style: none;
  padding-left: 0px;
}
a {
  text-decoration: none !important;
}
img,
iframe {
  max-width: 100%;

  display: block;
}
/* .rc-anchor-normal{
  width: 100% !important;
  display: none;
} */
@media screen and (max-width: 500px) {
  .g-recaptcha iframe {
    width: 240px !important;
  }
}
.toggle-header {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.toggle-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.toggle-header .container .toggle-bar {
  align-items: center;
  background-color: #023b81;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  height: 40px;
  justify-content: center;
  padding: 10px;
  transform: rotate(180deg);
  width: 40px;
}

.toggle-header .container .toggle-bar i {
  font-size: 19px;
  color: #ffffff;
}
.toggle-header .container .toggle-bar span {
  margin-bottom: 5px;
  background-color: #fff;
  cursor: pointer;
}
.toggle-header .container .toggle-bar span:nth-child(1) {
  width: 35px;
  height: 2px;
  border-radius: 10px;
}
.toggle-header .container .toggle-bar span:nth-child(2) {
  width: 45px;
  height: 3px;
  border-radius: 10px;
}

.toggle-header .container .toggle-bar span:nth-child(3) {
  width: 35px;
  height: 2px;
  border-radius: 10px;
}
.toggle-header .container h1 {
  padding-left: 20px;
  font-size: 30px;
  color: #fff;
}
.top-logo {
  padding: 10px;
}
.top-logo .container .logo {
  display: none;
}
.active-bg {
  position: fixed;
  top: 0px;
  background-color: #090a0d;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0.3;
}
header {
  position: fixed;
  top: 0;
  background-color: #fff;
  width: 100%;
  z-index: 13;
}

header .top-bar-main {
  border-bottom: 1px solid #ededed;
  padding-bottom: 15px;
  padding-top: 5px;
}
header .top-bar-main .container .top-bar-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 5px;
  transition: all 2s ease-out;
}
header .top-bar-main .container .top-bar-section .top-left {
  display: flex;
  align-items: center;
}
header .top-bar-main .container .top-bar-section .top-left .email {
  padding-right: 30px;
  position: relative;
}
header .top-bar-main .container .top-bar-section .top-left .email a {
  font-size: 14px;
  color: #4e4e4e;
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: 400;
}
header .top-bar-main .container .top-bar-section .top-left .email a:hover {
  color: #023b81;
}
header .top-bar-main .container .top-bar-section .top-left .email a i {
  color: #023b81;
  font-size: 16px;
}

header .top-bar-main .container .top-bar-section .top-left .phone a {
  font-size: 14px;
  color: #4e4e4e;
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: 400;
}
header .top-bar-main .container .top-bar-section .top-left .phone a:hover {
  color: #023b81;
}
header .top-bar-main .container .top-bar-section .top-left .phone i {
  color: #023b81;
  font-size: 16px;
}
header .top-bar-main .container .top-bar-section .top-right {
  display: flex;
  align-items: center;
}

header .top-bar-main .container .top-bar-section .top-right .socail-icon {
  display: flex;
  align-items: center;
}

header .top-bar-main .container .top-bar-section .top-right .socail-icon .icon {
  padding-right: 10px;
}

.socail-icon .icon a {
  width: 40px;
  height: 40px;
  background-color: #f1f1f1;
  text-align: center;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.socail-icon .icon a i {
  position: relative;
  color: #262626;
  transition: 0.5s;
  z-index: 3;
}
.footer-socail-icon .f-icon .icon:nth-child(1) a:hover i {
  color: #3b5999;
}
.footer-socail-icon .f-icon .icon:nth-child(2) a:hover i {
  color: #55acee;
}
.footer-socail-icon .f-icon .icon:nth-child(3) a:hover i {
  color: #89cd04;
}
.footer-socail-icon .l-icon .icon:nth-child(1) a:hover i {
  color: #0077b5;
}
.footer-socail-icon .l-icon .icon:nth-child(2) a:hover i {
  color: #eb2f48;
}
.footer-socail-icon .l-icon .icon:nth-child(3) a:hover i {
  color: #fd0014;
}

header
  .top-bar-main
  .container
  .top-bar-section
  .top-right
  .socail-icon
  .icon:nth-child(1)
  a:hover
  i {
  color: #3b5999;
}
header
  .top-bar-main
  .container
  .top-bar-section
  .top-right
  .socail-icon
  .icon:nth-child(2)
  a:hover
  i {
  color: #89cd04;
}
header
  .top-bar-main
  .container
  .top-bar-section
  .top-right
  .socail-icon
  .icon:nth-child(3)
  a:hover
  i {
  color: #55acee;
}
header
  .top-bar-main
  .container
  .top-bar-section
  .top-right
  .socail-icon
  .icon:nth-child(4)
  a:hover
  i {
  color: #0077b5;
}
header
  .top-bar-main
  .container
  .top-bar-section
  .top-right
  .socail-icon
  .icon:nth-child(5)
  a:hover
  i {
  color: #eb2f48;
}
header
  .top-bar-main
  .container
  .top-bar-section
  .top-right
  .socail-icon
  .icon:nth-child(6)
  a:hover
  i {
  color: #fd0014;
}
.footer-socail-icon .socail-icon .icon a i {
  color: #fff;
  transform: scale(1.2);
}
.socail-icon .icon a:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: 2;
}
.socail-icon .icon a:hover:before {
  top: 100%;
}
.footer-socail-icon .f-icon .icon:nth-child(1) a:before {
  background: #3b5999;
}
.footer-socail-icon .f-icon .icon:nth-child(2) a:before {
  background: #55acee;
}
.footer-socail-icon .f-icon .icon:nth-child(3) a:before {
  background: #d6249f;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}
.footer-socail-icon .l-icon .icon:nth-child(1) a:before {
  background: #0077b5;
}
.footer-socail-icon .l-icon .icon:nth-child(2) a:before {
  background: #eb2f48;
}
.footer-socail-icon .l-icon .icon:nth-child(3) a:before {
  background: #fd0014;
}
header
  .top-bar-main
  .container
  .top-bar-section
  .top-right
  .socail-icon
  .icon
  a
  i {
  color: #fff;
  transform: scale(1.2);
}

header
  .top-bar-main
  .container
  .top-bar-section
  .top-right
  .socail-icon
  .icon:nth-child(1)
  a:before {
  background: #3b5999;
}
header
  .top-bar-main
  .container
  .top-bar-section
  .top-right
  .socail-icon
  .icon:nth-child(3)
  a:before {
  background: #55acee;
}
header
  .top-bar-main
  .container
  .top-bar-section
  .top-right
  .socail-icon
  .icon:nth-child(4)
  a:before {
  background: #0077b5;
}
header
  .top-bar-main
  .container
  .top-bar-section
  .top-right
  .socail-icon
  .icon:nth-child(2)
  a:before {
  background: #d6249f;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}
header
  .top-bar-main
  .container
  .top-bar-section
  .top-right
  .socail-icon
  .icon:nth-child(5)
  a:before {
  background: #eb2f48;
}
header
  .top-bar-main
  .container
  .top-bar-section
  .top-right
  .socail-icon
  .icon:nth-child(6)
  a:before {
  background: #fd0014;
}
header .top-bar-main .container .top-bar-section .top-right .req-btn {
  position: relative;
  width: 200px;
}
header .top-bar-main .container .top-bar-section .top-right .req-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  /* position: absolute;
  top: 50%; */
  /* left: 100%; */
  font-size: 14px;
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: bold;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  text-decoration: none;
  text-transform: uppercase;
  background: #ffc82d;
  padding: 16px 20px;
  color: #fff;
  border-radius: 4px;
  padding: 0px 10px;
  text-align: center;
  -webkit-transition: 0.5;
  transition: 0.5;
  overflow: hidden;
  width: 180px;
  height: 47px;
}
header .top-bar-main .container .top-bar-section .top-right .req-btn a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  -webkit-transition: 1s;
  transition: 1s;
  border-style: solid;
  border-color: #023b81;
  border-width: 80px 150px;
  transform: rotate(360deg);
  transform-origin: top left;
}
header .top-bar-main .container .top-bar-section .top-right .req-btn a:hover {
  color: #fff;
  transition: 0.5s;
  transition-delay: 0.3s;
}
header
  .top-bar-main
  .container
  .top-bar-section
  .top-right
  .req-btn
  a:hover::before {
  border-color: #ffcd42;
  transform: rotate(20deg);
}
header .top-bar-remove {
  display: none;
  transition: all 2s ease-out;
}

header .container .navbar {
  background-color: transparent !important;
  flex-wrap: nowrap !important;
}
.navbar-nav {
  transition: all 0.3s ease-in !important;
  flex-direction: row !important;
  margin-bottom: 0px !important;
}
.navbar-nav .nav-item {
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in !important;
  text-transform: uppercase;
  margin: auto;
}
.navbar-nav .nav-item:hover .dropdown-menu1 {
  display: block;
  position: absolute;
  left: -10px;
  padding-left: 0px;
  background-color: #eee;
  border-radius: 15px;
  transition: all 0.3s ease-in !important;
  box-shadow: 0 10px 37px rgba(0, 0, 0, 0.07);
  animation: slide-btm 0.5s 1;
}

.navbar-nav .nav-item:hover .dropdown-menu1 a {
  font-size: 17px;
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: 400;
  color: #000;
  /* padding: 0px 10px 5px 0px; */
  width: fit-content;
  position: relative;
  text-transform: uppercase;
}
.navbar-nav .nav-item:hover .dropdown-menu1 a::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: #023b81;
  -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.navbar-nav .nav-item:hover .dropdown-menu1 a:hover {
  color: #023b81;
  background-color: transparent;
  transition: all ease-in-out 0.3s;
}
.navbar-nav .nav-item:hover .dropdown-menu1 a:hover::after {
  width: 100%;
  left: 0;
}
.navbar-nav .nav-item:hover .services-ul-sub {
  background-color: #fff !important;
  left: 0% !important;
  transform: translate(0%, 0%);
  width: 100%;
  display: flex;
  /* padding: 10px 15px 30px 15px; */
  overflow: hidden;
  padding-bottom: 40px;
}
.navbar-nav .nav-item:hover .services-ul-sub .services-icons {
  width: 30%;
  border-radius: 5px;
  height: 250px;
  padding: 50px 10px 0px 10px;
}
.software-icon {
  width: 40px;
  height: fit-content;
  padding-bottom: 6px;
}
.port-icon {
  padding-bottom: 0px;
}
.navbar-nav .nav-item:hover .services-ul-sub .service-menu {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-top: -5px;
  /* padding-left: 15px; */
}
.navbar-nav .nav-item:hover .services-ul-sub .service-menu > * {
  padding-left: 5px;
  padding-top: 5px;
  width: calc(100% / 3);
}

.navbar-nav .nav-item:hover .services-ul-sub .pills-width {
  width: 25%;
}

.navbar-nav .nav-item:hover .services-ul-sub .company-pills-width {
  width: 35%;
}

.navbar-nav .nav-item:hover .services-ul-sub .nav-pills {
  background: #f5f6f8;
  height: 100%;
  padding: 20px 0;
}

.navbar-nav .nav-item:hover .services-ul-sub .nav-pills .nav-link {
  color: #3e486b;
  font-weight: 600;
  text-align: start;
  margin: 0;
  padding: 12px 15px;
  margin-bottom: 10px;
}

.navbar-nav .nav-item:hover .services-ul-sub .nav-pills .nav-link.active {
  background: #ffffff;
  border-radius: 0;
  margin: 0;
  padding: 12px 15px;
  margin-bottom: 10px;
}

.navbar-nav .nav-item:hover .services-ul-sub .nav-pills .nav-link:hover::after,
.navbar-nav
  .nav-item:hover
  .services-ul-sub
  .nav-pills
  .nav-link.active:hover::after {
  display: none;
}

.navbar-nav .nav-item:hover .services-ul-sub .nav-pills .nav-link.active span {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar-nav
  .nav-item:hover
  .services-ul-sub
  .nav-pills
  .nav-link.active
  span::after {
  font-size: 180px;
  font: normal normal normal 18px/1 FontAwesome;
  font-weight: 600;
  text-rendering: auto;
  content: "\f105";
  display: inline-block;
}

.navbar-nav .nav-item:hover .services-ul-sub .tab-content {
  padding: 20px 0;
}

.navbar-nav .nav-item:hover .services-ul-sub .tab-content .link-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.navbar-nav .nav-item:hover .services-ul-sub .tab-content .link-item a {
  color: #3d486a;
  font-size: 14px;
  font-weight: bold;
}

.navbar-nav .nav-item:hover .services-ul-sub.portfolio-sub-ul .img-portfolio {
  height: auto;
  max-width: 45px;
  width: 100%;
}

.navbar-nav .nav-item:hover .services-ul-sub.portfolio-sub-ul .main-portfolio {
  height: auto;
  margin-left: auto;
  max-width: 160px;
}

.navbar-nav .nav-item:hover .services-ul-sub .tab-content .img-tab {
  height: auto;
  margin: 0 auto;
  max-width: 160px;
}

.navbar-nav .nav-item:hover .services-ul-sub .tab-content .img-company-tab {
  height: auto;
  margin-left: auto;
  max-width: 90px;
}

.navbar-nav .nav-item:hover .company-sub-ul {
  width: 920px !important;
  left: 18% !important;
}
.navbar-nav .nav-item:hover .portfolio-sub-ul {
  width: 603px !important;
  left: 45% !important;
}
.navbar-nav .nav-item:hover .portfolio-sub-ul .services-icons {
  width: 70% !important;
}
.navbar-nav .nav-item:hover .portfolio-sub-ul .service-menu .sub-li {
  width: 95% !important;
}
.navbar-nav .nav-item:hover .company-sub-ul .services-icons {
  width: 45% !important;
  padding-top: 20px;
  border-radius: 5px;
}
.navbar-nav .nav-item:hover .company-sub-ul .service-menu {
  width: 55% !important;
  padding-left: 15px !important;
}
.navbar-nav .nav-item:hover .company-sub-ul .service-menu .sub-li {
  width: 50% !important;
}
.navbar-nav .nav-item:hover .Portfolio-ul li {
  padding: 5px;
}
.navbar-nav .nav-item:hover .Portfolio-ul li a {
  padding: 5px !important;
  font-size: 14px;
}
.navbar-nav .nav-item .dropdown-menu1 {
  display: none;
  min-width: auto;
  background-color: #fff !important;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in !important;
  transition: all 0.3s ease-in !important;
}
.navbar-nav .nav-item .dropdown-menu1 .sub-li {
  position: relative;
}
.navbar-nav .nav-item .dropdown-menu1 .sub-li i {
  font-size: 14px;
}
.navbar-nav .nav-item .dropdown-menu1 .sub-li:hover .sub-ul {
  display: block;
  background-color: #fff;
  padding: 0px;
  position: absolute;
  top: 0px;
  min-width: 230px;
  animation: slide-down 0.6s 1;
  z-index: 1;
  box-shadow: 0px 23px 27px 8px #f1f5fb;
}
.Quality {
  font-size: 13px !important;
}
.navbar-nav .nav-item .dropdown-menu1 .sub-li:hover .our-process-ul {
  right: -243px;
}
.navbar-nav .nav-item .dropdown-menu1 .sub-li .sub-ul {
  display: none;
}
.navbar-nav .nav-item .dropdown-menu1 .sub-li .software-details p {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #6f6f6f;
  padding: 0px 10px;
}
.navbar-nav .nav-item .dropdown-menu1 .sub-li .software-details .sub-ul1 {
  display: block;
  background-color: transparent;
  padding: 0px;
  margin-top: -2px;
  min-width: auto;
  animation: slide-down 0.6s 1;
  z-index: 1;
  box-shadow: none;
}
.navbar-nav .nav-item .dropdown-menu1 .sub-li .software-details .portfolio-sub {
  margin-top: 5px;
}
.navbar-nav .nav-item .dropdown-menu1 .sub-li .software-details .sub-ul1 li a {
  font-size: 13px !important;
  padding: 3px 10px 3px 0px;
}
.navbar-nav
  .nav-item
  .dropdown-menu1
  .sub-li
  .software-details
  .portfolio-sub
  li
  a {
  font-size: 16px !important;
  color: #3d486a;
  /* font-size: 16px; */
  font-weight: bold;
}
.flex-reverse {
  flex-direction: row-reverse;
}

.navbar-nav .nav-item .nav-link {
  font-size: 16px;
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: bolder;
  color: #2a2f34;
  margin: 0.5rem 0.8rem;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}
.navbar-nav .nav-item .nav-link::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #023b81;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.navbar-nav .nav-item .nav-link:hover {
  color: #023b81 !important;
  transition: all ease-in-out 0.3s;
}
.navbar-nav .nav-item .nav-link:hover::after {
  width: 100%;
  left: 0;
}
.navbar-nav .service-items {
  position: inherit !important;
}
.header-active {
  transition: all 2s ease-in-out;
  animation: slide-header 1.5s 1;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
.responsive-head {
  background-color: #090a0d;
  position: fixed;
  z-index: 99;
}
.responsive-head .multi-level-menu-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  margin: auto;
  width: 100%;
  background-color: #023b81;
  overflow: hidden;
  transition: all ease-in-out 0.5s;
}
.responsive-head .multi-level-menu-wrapper .close {
  position: absolute;
  right: 16px;
  top: 16px;
}
.responsive-head .multi-level-menu-wrapper .close img {
  height: auto;
  max-width: 16px;
  width: 100%;
}
.responsive-head .multi-level-menu-wrapper .close i {
  font-size: 35px;
  color: #fff;
}
.responsive-head .multi-level-menu-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.responsive-head .multi-level-menu-wrapper ul li {
  color: #f9f5ff;
}
.responsive-head .multi-level-menu-wrapper ul li:hover {
  background-color: #191c24;
  cursor: pointer;
}
.responsive-head .multi-level-menu-wrapper ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 15px;
  text-decoration: none;
  color: #f9f5ff;
}
.responsive-head .multi-level-menu-wrapper ul li a .icon {
  margin-right: 10px;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.responsive-head .multi-level-menu-wrapper ul li.hasSubMenu {
  padding-right: 50px;
  position: relative;
}
.responsive-head
  .multi-level-menu-wrapper
  ul
  li.hasSubMenu
  .trigger
  .fa.fa-angle-right {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 50px;
}
.responsive-head .multi-level-menu-wrapper .mainlink {
  margin-top: 40px;
}
.responsive-head .multi-level-menu-wrapper .mainMenu {
  background-color: #023b81;
}
.responsive-head .multi-level-menu-wrapper .subMenu {
  background-color: #023b81;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100%;
  margin: auto;
  transition: all ease-in-out 0.5s;
}
.responsive-head .multi-level-menu-wrapper .subMenu .backTrigger {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  color: #f9f5ff;
}
.responsive-head .multi-level-menu-wrapper .subMenu .backTrigger:hover {
  background-color: #191c24;
  cursor: pointer;
}
.responsive-head .multi-level-menu-wrapper .subMenu .backTrigger .icon {
  margin-right: 10px;
}
.responsive-head .multi-level-menu-wrapper .subMenu.active {
  left: 0;
}
footer {
  background-color: #023b81;
  padding-bottom: 20px !important;
  padding-top: 35px !important;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 70px;
}
footer .office {
  padding-bottom: 40px;
}
footer .office .container .office-section .office-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15;
  margin-top: -14;
  padding-left: 0px;
  padding: 1rem 0px;
  border-radius: 4px;
}
footer .office .container .office-section .office-list > * {
  padding-left: 15;
  padding-top: 14;
  width: calc(100% / 3);
}
@media only screen and (max-width: 991px) and (max-width: 600px) {
  footer .office .container .office-section .office-list {
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px) and (max-width: 600px) {
  footer .office .container .office-section .office-list > * {
    padding-left: 0;
  }
}
@media only screen and (max-width: 600px) and (max-width: 600px) {
  footer .office .container .office-section .office-list > * {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .responsive-head .multi-level-menu-wrapper {
    width: 300px;
  }
}
.office-list .line1 {
  position: absolute;
  width: fit-content !important;
  left: 28%;
}
.office-list .line2 {
  position: absolute;
  width: fit-content !important;
  left: 62%;
}
.office-list .office-list-items {
  padding: 10px;
}
.office-list .office-list-items .office-info .office-details {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.office-list .office-list-items .office-info .office-details .title-img {
  width: 20%;
  padding-bottom: 15px;
}
.office-list
  .office-list-items
  .office-info
  .office-details
  .title-img:not(:first-child) {
  margin-bottom: 15px;
}
.office-list .office-list-items .office-info .office-details .office-address {
  width: 75%;
}
.office-list
  .office-list-items
  .office-info
  .office-details
  .office-address
  .office-title
  h4 {
  color: #fff;
  font-size: 18px;
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: bold;
  margin-bottom: 0px !important;
}
.office-list
  .office-list-items
  .office-info
  .office-details
  .office-address
  .office-description
  p {
  margin-bottom: 5px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
}
.office-list
  .office-list-items
  .office-info
  .office-details
  .office-address
  .office-description
  p
  a {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  position: relative;
  padding-bottom: 5px;
}
.office-list
  .office-list-items
  .office-info
  .office-details
  .office-address
  .office-description
  p
  a::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff;
  -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.office-list
  .office-list-items
  .office-info
  .office-details
  .office-address
  .office-description
  p
  a:hover {
  color: #fff;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.office-list
  .office-list-items
  .office-info
  .office-details
  .office-address
  .office-description
  p
  a:hover::after {
  width: 100%;
  left: 0;
}
footer .container .footer {
  position: relative;
}
footer .container .footer::before {
  position: absolute;
  content: "";
  width: 100%;
  top: -48px;
  right: 0px;
  height: 1px;
  background-color: #3c6597;
}
footer .container .footer::after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: -20px;
  right: 0px;
  height: 1px;
  background-color: #3c6597;
}
footer .container .footer .row .col-lg-9 .row .col-sm-3 .footer-info {
  position: relative;
}
footer
  .container
  .footer
  .row
  .col-lg-9
  .row
  .col-sm-3
  .footer-info
  .footer-title
  h3 {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase !important;
}
footer
  .container
  .footer
  .row
  .col-lg-9
  .row
  .col-sm-3
  .footer-info
  .footer-title
  i {
  color: #fff;
  font-size: 25px;
  display: none;
}
footer
  .container
  .footer
  .row
  .col-lg-9
  .row
  .col-sm-3
  .footer-info
  .footer-title
  #footer-drop {
  display: none;
}
footer
  .container
  .footer
  .row
  .col-lg-9
  .row
  .col-sm-3
  .footer-info
  .footer-list {
  padding-left: 0px;
}
footer
  .container
  .footer
  .row
  .col-lg-9
  .row
  .col-sm-3
  .footer-info
  .footer-list
  .footer-list-item {
  padding-bottom: 5px;
}
footer
  .container
  .footer
  .row
  .col-lg-9
  .row
  .col-sm-3
  .footer-info
  .footer-list
  .footer-list-item
  a {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #b2cae8;
  text-transform: uppercase !important;
  position: relative;
  padding-bottom: 5px;
}
footer
  .container
  .footer
  .row
  .col-lg-9
  .row
  .col-sm-3
  .footer-info
  .footer-list
  .footer-list-item
  a::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
footer
  .container
  .footer
  .row
  .col-lg-9
  .row
  .col-sm-3
  .footer-info
  .footer-list
  .footer-list-item
  a:hover {
  color: #fff;
  transition: all ease-in-out 0.3s;
}
footer
  .container
  .footer
  .row
  .col-lg-9
  .row
  .col-sm-3
  .footer-info
  .footer-list
  .footer-list-item
  a:hover::after {
  width: 100%;
  left: 0;
}
footer .container .footer .row .col-lg-9 .row .col-sm-3 .info-1::after {
  position: absolute;
  content: "";
  width: 1px;
  top: 20px;
  right: 25px;
  height: 280px;
  background-color: #3c6597;
}
footer .container .footer .row .col-lg-9 .row .col-sm-3 .info-2::after {
  position: absolute;
  content: "";
  width: 1px;
  top: 20px;
  right: 0px;
  height: 280px;
  background-color: #3c6597;
}
footer .container .footer .row .col-lg-9 .row .col-sm-3 .info-3::after {
  position: absolute;
  content: "";
  width: 1px;
  top: 20px;
  right: 0px;
  height: 280px;
  background-color: #3c6597;
}
footer .container .footer .row .col-lg-9 .row .col-sm-3 .info-4::after {
  position: absolute;
  content: "";
  width: 1px;
  top: 20px;
  right: 50px;
  height: 280px;
  background-color: #3c6597;
}
footer .container .footer .row .footer-socail-icon {
  width: 55%;
  padding-top: 0px;
  display: flex;
  height: 100%;
  justify-content: center;
  flex-direction: column;
}
footer .container .footer .row .footer-socail-icon .socail-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
footer .payment {
  padding-top: 50px;
  padding-bottom: 0px;
}
.payment-section .payment-title h4 {
  color: #fff;
  font-size: 24px;
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: 600;
  text-align: center;
}
footer .copyright {
  padding-top: 10px;
}
footer .copyright p {
  text-align: center;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  padding: 0px 10px;
}
.page-main {
  margin-top: 150px;
  position: relative;
  overflow-x: hidden;
}
.page-main .home {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  padding-top: 30px;
}
.page-main .home .container {
  position: relative;
}
.page-main .home .container .carousel {
  height: 450px;
}
.mobi-slider {
  width: 86%;
}
.page-main .home .container .carousel .carousel-inner {
  height: 100%;
}
.page-main
  .home
  .container
  .carousel
  .carousel-inner
  .carousel-item
  .home-main
  .home-info {
  width: 50%;
}
.page-main
  .home
  .container
  .carousel
  .carousel-inner
  .carousel-item
  .home-main
  .home-info
  .home-title {
  padding-bottom: 10px;
  padding-top: 80px;
}
.page-main
  .home
  .container
  .carousel
  .carousel-inner
  .carousel-item
  .home-main
  .home-info
  .home-title
  h1 {
  font-size: 50px;
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: bold;
  color: #27292b;
}
.page-main
  .home
  .container
  .carousel
  .carousel-inner
  .carousel-item
  .home-main
  .home-info
  .home-title
  h1
  span {
  color: #023b81;
}
.page-main
  .home
  .container
  .carousel
  .carousel-inner
  .carousel-item
  .home-main
  .home-info
  .home-description
  p {
  color: #6f6f6f;
  font-size: 18px;
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: 400;
  margin-bottom: 4px;
}
.home-btn {
  position: relative;
  margin-top: 30px;
}
.home-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  /* left: 100%; */
  font-size: 16px;
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: bold;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  text-decoration: none;
  text-transform: uppercase;
  background: #ffc82d;
  padding: 16px 20px;
  color: #fff;
  border-radius: 4px;
  padding: 0px 10px;
  text-align: center;
  -webkit-transition: 0.5;
  transition: 0.5;
  overflow: hidden;
  width: 230px;
  height: 70px;
}
.home-btn a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  -webkit-transition: 1s;
  transition: 1s;
  border-style: solid;
  border-color: #023b81;
  border-width: 80px 150px;
  transform: rotate(360deg);
  transform-origin: top left;
}
.home-btn a:hover {
  color: #fff;
  transition: 0.5s;
  transition-delay: 0.3s;
}
.home-btn a:hover::before {
  border-color: #ffcf4a;
  transform: rotate(20deg);
}
.client-btn a {
  position: unset !important;
  -webkit-transform: translate(0%, 0%) !important;
  transform: translate(0%, 0%) !important;
}

.page-main
  .home
  .container
  .carousel
  .carousel-inner
  .carousel-item
  .home-main
  .slider-img {
  width: 50%;
  position: relative;
}
.page-main
  .home
  .container
  .carousel
  .carousel-inner
  .carousel-item
  .home-main
  .slider-img
  .Tab {
  position: absolute;
  bottom: -41px;
  right: 30px;
  width: 46%;
  animation: tab 6s linear infinite;
}
.page-main
  .home
  .container
  .carousel
  .carousel-inner
  .carousel-item
  .home-main
  .slider-img
  .mobile {
  position: absolute;
  bottom: -30px;
  width: 22%;
  left: 90px;
  animation: move 6s linear infinite;
}
.page-main .home .carousel-control-prev {
  left: -50px !important;
  top: 30%;
  bottom: unset;
  width: 32px !important;
  height: 32px;
  z-index: 12 !important;
  background: #023b81;
  border-radius: 50%;
  opacity: 1;
  font-size: 18px;
}
.page-main .home .carousel-control-prev .carousel-control-prev-icon {
  background-color: #dbdde2;
  filter: unset !important;
  width: 40px !important;
  height: 40px !important;
  margin-top: -80px;
}
.page-main .home .carousel-control-next {
  right: -24px !important;
  width: 32px !important;
  height: 32px;
  z-index: 12 !important;
  top: 30%;
  bottom: unset;
  background: #023b81;
  border-radius: 50%;
  opacity: 1;
  font-size: 18px;
}

.page-main .home .carousel-control-next .carousel-control-next-icon {
  background-color: #dbdde2;
  filter: unset !important;
  width: 40px !important;
  height: 40px !important;
  margin-top: -80px;
}
.page-main .services-info {
  padding-top: 20px;
  padding-bottom: 15px;
  overflow: hidden;
}
.page-main .services-info .container .service-info-section {
  text-align: center;
}
.page-main .services-info .container .service-info-section .row .col-lg-12 {
  margin: auto;
}
.page-main
  .services-info
  .container
  .service-info-section
  .row
  .col-lg-12
  .title {
  padding-bottom: 40px;
}
.page-main
  .services-info
  .container
  .service-info-section
  .row
  .col-lg-12
  .title
  h3 {
  font-size: 22px;
  color: #3d486a;
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: bold;
}
.page-main
  .services-info
  .container
  .service-info-section
  .row
  .col-lg-12
  .description
  h3 {
  font-size: 20px;
  color: #3d486a;
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: bold;
  margin-bottom: 35px;
}
.page-main
  .services-info
  .container
  .service-info-section
  .row
  .col-lg-12
  .description
  p {
  font-size: 16px;
  color: #3d486a;
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: 400;
  padding-bottom: 40px;
  width: 70%;
  margin: auto;
}
.page-main
  .services-info
  .container
  .service-info-section
  .row
  .col-lg-12
  .description
  strong {
  font-size: 22px;
  color: #023b81;
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: bold;
  position: relative;
  z-index: 3;
}
.page-main .services {
  overflow: hidden;
  padding-top: 85px;
  padding-bottom: 25px;
  background-color: #fff;
}
.history-right-title {
  margin-top: 30px;
}
/* .page-main .services .container .services-section {
  padding-bottom: 100px;
} */
.page-main .services .container .services-section .services-title {
  position: relative;
  z-index: 3;
}
.page-main .services .container .services-section .services-title h3 {
  font-size: 40px !important;
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  color: #3d486a;
  text-align: center;
  padding-bottom: 100px;
  text-transform: uppercase;
  z-index: 2;
  position: inherit;
}
.page-main
  .services
  .container
  .services-section
  .services-title
  .services-icon {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50px, -50px);
  z-index: 1;
}
.page-main .services .container .services-section .services-card {
  position: relative;
  z-index: 1;
}
.page-main
  .services
  .container
  .services-section
  .services-card
  .row-cols-md-4
  .col
  .card {
  box-shadow: 0px 0px 33px 1px #f1f1f1;
  border: none;
  /* cursor: pointer; */
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 0;
  min-height: 200px !important;
}
.page-main
  .services
  .container
  .services-section
  .services-card
  .row-cols-md-4
  .col
  .card
  a:hover {
  color: orange !important;
}
.page-main
  .services
  .container
  .services-section
  .services-card
  .row-cols-md-4
  .col
  .card:hover {
  transition: all 0.2s ease-in-out;
  background-color: #023b81;
  transform: translateY(-5px);
  box-shadow: none !important;
  position: relative;
  z-index: 1;
}
.page-main
  .services
  .container
  .services-section
  .services-card
  .row-cols-md-4
  .col
  .card:hover
  .card-body
  .card-title {
  color: #fff !important;
  transition: all 0.2s ease-in-out;
  font-weight: bold;
}
.page-main
  .services
  .container
  .services-section
  .services-card
  .row-cols-md-4
  .col
  .card:hover
  .card-body
  .card-text {
  color: #fff;
  transition: all 0.2s ease-in-out;
  font-weight: 500;
}
.page-main
  .services
  .container
  .services-section
  .services-card
  .row-cols-md-4
  .col
  .card
  .card-icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: auto;
  padding: 30px;
  border: 1.5px solid #e7e7e7;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-top: -50px;
}
.page-main
  .services
  .container
  .services-section
  .services-card
  .row-cols-md-4
  .col
  .card
  .card3-icon {
  padding: 25px;
}
.page-main
  .services
  .container
  .services-section
  .services-card
  .row-cols-md-4
  .col
  .cardicon {
  padding: 20px !important;
}
.page-main
  .services
  .container
  .services-section
  .services-card
  .row-cols-md-4
  .col
  .card
  .card-icon
  .card-img-top {
  width: fit-content !important;
  margin: 0px !important;
  padding: 0px !important;
}
.page-main
  .services
  .container
  .services-section
  .services-card
  .row-cols-md-4
  .col
  .card
  .card-icon
  .card-5 {
  width: 90% !important;
}
.page-main
  .services
  .container
  .services-section
  .services-card
  .row-cols-md-4
  .col
  .card
  .card-body {
  text-align: center;
  padding: 2rem 0.5rem;
}
.page-main
  .services
  .container
  .services-section
  .services-card
  .row-cols-md-4
  .col
  .card
  .card-body
  .card-title {
  font-size: 20px !important;
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: bold;
  cursor: pointer;
  color: #27292b;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
}
.page-main
  .services
  .container
  .services-section
  .services-card
  .row-cols-md-4
  .col
  .card
  .card-body
  .card-text {
  font-size: 14px;
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: 400;
  color: #6f6f6f;
}
.page-main .services .container .services-section .services-card .ro1 {
  padding-bottom: 30px;
}
.client-card {
  margin-bottom: 20px;
}
/* .page-main .services .container .client-services-section {
  padding-bottom: 0px !important;
}
.page-main .services .services-section {
  padding-bottom: 0px !important;
} */
.page-main .services .services-section .services-title {
  position: relative;
}
.page-main .services .services-section .services-title h3 {
  font-size: 40px;
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: bold;
  color: #3d486a;
  text-align: center;
  padding-bottom: 60px;
  text-transform: uppercase;
  z-index: 2;
  position: inherit;
}

.page-main .services .services-section .services-title .services-icon {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50px, -50px);
  z-index: 1;
}
.client-card {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.client-card .slide-container {
  max-width: 1420px;
  width: 100%;
  padding: 0px 0px 0px 0px;
}
.client-card .slide-container .slide-content1 {
  margin: 0 40px;
  overflow-x: hidden;
  border-radius: 25px;
}
.client-card .slide-container .slide-content2 {
  margin: 0 0px;
  overflow-x: hidden;
  border-radius: 25px;
}
.client-card .slide-container .slide-content2 .card-wrapper .card,
.client-card .slide-container .slide-content1 .card-wrapper .card {
  text-align: center;
  border: none;
  background-color: transparent;
}
.client-card
  .slide-container
  .slide-content2
  .card-wrapper
  .card:not(:last-child),
.client-card
  .slide-container
  .slide-content1
  .card-wrapper
  .card:not(:last-child) {
  margin-right: 15px;
}
.client-card
  .slide-container
  .slide-content2
  .card-wrapper
  .card
  .card-image
  img,
.client-card
  .slide-container
  .slide-content1
  .card-wrapper
  .card
  .card-image
  img {
  margin: 15px auto;
}
.client-card .slide-container .slide-content1 .card-wrapper .card .card-title {
  margin-bottom: 0px !important;
}
.client-card
  .slide-container
  .slide-content1
  .card-wrapper
  .card
  .card-title
  h3 {
  text-align: center;
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: bold;
  color: #27292b;
  font-size: 19px;
  margin-bottom: 0px !important;
}
.client-card .slide-container .slide-content1 .card-wrapper .card .card-body {
  padding-top: 0px !important;
}
.client-card .slide-container .slide-content1 .card-wrapper .card .card-body p {
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
}
.client-card
  .slide-container
  .slide-content1
  .card-wrapper
  .card
  .card-body
  .rating {
  padding-bottom: 15px;
}
.client-card
  .slide-container
  .slide-content1
  .card-wrapper
  .card
  .card-body
  .rating
  img {
  margin: auto;
  width: 60%;
}
.client-card .slide-container .slide-content1 .card-wrapper .card .card-body a {
  font-size: 12px;
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: 500;
  color: #023b81;
  display: flex;
  align-items: center;
  justify-content: center;
}
.client-card
  .slide-container
  .slide-content1
  .card-wrapper
  .card
  .card-body
  a:hover {
  font-weight: 600;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.client-card
  .slide-container
  .slide-content1
  .card-wrapper
  .card
  .card-body
  a
  i {
  padding-left: 2px;
  padding-top: 3px;
}
.client-card
  .slide-container
  .slide-content1
  .card-wrapper
  .card
  .card-body
  a
  i:hover {
  font-weight: 600;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.page-main .project {
  overflow: hidden;
  background-color: #f8fbff;
  padding-top: 100px;
  padding-bottom: 30px;
}
.page-main .project .container .project-section .project-title {
  position: relative;
}
.page-main .project .container .project-section .project-title h3 {
  font-size: 40px;
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: bold;
  color: #3d486a;
  text-align: center;
  padding-bottom: 10px;
  text-transform: uppercase;
  z-index: 2;
  position: inherit;
}
.page-main .project .container .project-section .project-title .services-icon {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50px, -50px);
  z-index: 1;
}
.page-main .project .container .project-section .project-description {
  padding-bottom: 80px;
}
.page-main .project .container .project-section .project-description p {
  width: 60%;
  text-align: center;
  margin: auto;
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #6f6f6f;
}
.page-main .project .container .project-section .project-card .card-group1 {
  padding-bottom: 30px;
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-top: -15px;
}
.page-main .project .container .project-section .project-card .card-group1 > * {
  padding-left: 15px;
  padding-top: 15px;
  width: calc(100% / 3);
}
.page-main
  .project
  .container
  .project-section
  .project-card
  .card-group1
  .card1
  .card-main {
  box-shadow: 0px 0px 35px 2px #e9eef8;
  background-color: #fff;
  border: none;
  transition: all ease-in-out 0.5s;
}
.page-main
  .project
  .container
  .project-section
  .project-card
  .card-group1
  .card1
  .card-main
  img {
  padding: 10px 10px 20px 10px;
}
.page-main
  .project
  .container
  .project-section
  .project-card
  .card-group1
  .card1
  .card-main
  .card-footer1 {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #3d486a;
  border-top: 1px solid #efefef;
  padding: 0px;
}
.page-main
  .project
  .container
  .project-section
  .project-card
  .card-group1
  .card1
  .card-main
  .card-footer1
  a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 25px 18px;
  color: #6f6f6f;
  transition: all ease-in-out 0.5s;
}
.page-main
  .project
  .container
  .project-section
  .project-card
  .card-group1
  .card1
  .card-main
  .card-footer1
  a:hover {
  background-color: #023b81;
  transition: all ease-in-out 0.5s;
  color: #fff;
}
.page-main
  .project
  .container
  .project-section
  .project-card
  .card-group1
  .card1
  .card-main
  .card-footer1
  a
  h3 {
  font-size: 22px;
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0px;
}
.page-main
  .project
  .container
  .project-section
  .project-card
  .card-group1
  .card1
  .card-main
  .card-footer1
  a
  i {
  font-size: 25px;
}
.page-main .client {
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 45px;
}
.page-main .client .client-section {
  position: relative;
}
.page-main .client .client-section .client-title {
  position: relative;
  padding-bottom: 0px;
}
.page-main .client .client-section .client-title h3 {
  font-size: 40px;
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: bold;
  color: #3d486a;
  text-align: center;
  padding-bottom: 10px;
  text-transform: uppercase;
  z-index: 2;
  position: inherit;
}
.page-main .client .client-section .client-title .services-icon {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50px, -50px);
  z-index: 1;
}
.page-main .client .client-section .slide-container {
  /* max-width: 1420px; */
  width: 100%;
  padding: 80px 0px 40px 0px;
}
.page-main .client .client-section .slide-container .slide-content {
  margin: 0 20px;
  border-radius: 25px;
}
.page-main
  .client
  .client-section
  .slide-container
  .slide-content
  .card-wrapper
  .card {
  -webkit-box-shadow: 0px 5px 28px 2px #e9eef8;
  box-shadow: 0px 5px 28px 2px #e9eef8;
  text-align: center;
  border: none;
  height: 390px;
}
.page-main
  .client
  .client-section
  .slide-container
  .slide-content
  .card-wrapper
  .card:not(:last-child) {
  margin-right: 15px;
}
.page-main
  .client
  .client-section
  .slide-container
  .slide-content
  .card-wrapper
  .card
  .card-image
  img {
  margin: 15px auto;
  border-radius: 50%;
  width: 125px;
  height: 125px;
  object-fit: cover;
}
.page-main
  .client
  .client-section
  .slide-container
  .slide-content
  .card-wrapper
  .card
  .card-title {
  margin-bottom: 0px !important;
}
.page-main
  .client
  .client-section
  .slide-container
  .slide-content
  .card-wrapper
  .card
  .card-title
  h3 {
  text-align: center;
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: bold;
  color: #27292b;
  font-size: 19px;
  margin-bottom: 0px !important;
}
.page-main
  .client
  .client-section
  .slide-container
  .slide-content
  .card-wrapper
  .card
  .card-body {
  padding-top: 0px !important;
}
.page-main
  .client
  .client-section
  .slide-container
  .slide-content
  .card-wrapper
  .card
  .card-body
  p {
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
}
.page-main
  .client
  .client-section
  .slide-container
  .slide-content
  .card-wrapper
  .card
  .card-body
  .rating {
  padding-bottom: 15px;
}
.page-main
  .client
  .client-section
  .slide-container
  .slide-content
  .card-wrapper
  .card
  .card-body
  .rating
  img {
  margin: auto;
  width: 60%;
}
.page-main
  .client
  .client-section
  .slide-container
  .slide-content
  .card-wrapper
  .card
  .card-body
  a {
  font-size: 12px;
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: 500;
  color: #023b81;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-main
  .client
  .client-section
  .slide-container
  .slide-content
  .card-wrapper
  .card
  .card-body
  a:hover {
  font-weight: 600;
  transition: all ease-in-out 0.3s;
}
.page-main
  .client
  .client-section
  .slide-container
  .slide-content
  .card-wrapper
  .card
  .card-body
  a
  i {
  padding-left: 2px;
  padding-top: 3px;
}
.page-main
  .client
  .client-section
  .slide-container
  .slide-content
  .card-wrapper
  .card
  .card-body
  a
  i:hover {
  font-weight: 600;
  transition: all ease-in-out 0.3s;
}
.page-main .client .client-section .check-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.page-main .client .client-section .check-btn .swiper-button-nextt {
  margin-left: 20px;
}
.page-main .client .client-section .check-btn .swiper-button-previ,
.swiper-button-nextt {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 32px 4px rgba(233, 235, 238, 1);
  -moz-box-shadow: 0px 0px 32px 4px rgba(233, 235, 238, 1);
  box-shadow: 0px 0px 32px 4px rgba(233, 235, 238, 1);
  margin-top: 15px;
  margin-bottom: 20px;
  transition: all 0.5s ease-in-out;
}
.page-main .client .client-section .check-btn .swiper-button-previ:hover {
  background-color: #033c81;
  transition: all 0.5s ease-in-out;
}
.page-main .client .client-section .check-btn .swiper-button-nextt:hover {
  background-color: #033c81;
  transition: all 0.5s ease-in-out;
}
.page-main .client .client-section .check-btn .swiper-button-previ,
.swiper-button-nextt i {
  font-size: 40px;
}
.page-main .client .client-section .check-btn .swiper-button-previ:hover i {
  color: #fff;
}
.page-main .client .client-section .check-btn .swiper-button-nextt:hover i {
  color: #fff;
}
.page-main .contact {
  overflow: hidden;
  background-color: #f8f8f8;
  padding-top: 100px;
  padding-bottom: 65px;
}
.contact-section .contact-title {
  position: relative;
}
.alignment {
  /* margin: none !important; */
  align-items: end;
  margin: 3px 0px 42px 0px !important;
}
.history-left {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-top: 20px;
}
.contact-section .contact-title h3 {
  font-size: 40px;
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: bold;
  color: #3d486a;
  text-align: center;
  padding-bottom: 10px;
  text-transform: uppercase;
  z-index: 2;
  position: inherit;
}
.contact-section .contact-title .services-icon {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50px, -50px);
  z-index: 1;
}
.contact-section .contact-description {
  padding-bottom: 30px;
}
.contact-section .contact-description p {
  width: 60%;
  text-align: center;
  margin: auto;
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: 400;
  color: #6f6f6f;
}
.contact-section .contact-form form {
  width: 70%;
  margin: auto;
}
.contact-section .contact-form form .input-gp {
  padding-bottom: 20px;
}
.contact-section .contact-form form .input-gp input {
  border: none;
  outline: none;
  background-color: #fff;
  padding: 15px 12px;
  font-size: 16px;
  border-radius: 0px;
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: 400;
  color: #3d486a;
}
.contact-section .contact-form form .input-gp input::placeholder {
  font-size: 16px;
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: 400;
  color: #3d486a;
}
.contact-section .contact-form form .input-gp input:focus,
.contact-us-form form .input-gp textarea:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.contact-section .contact-form form .form-floating textarea {
  border: none;
  outline: none;
  background-color: #fff;
  padding: 15px 12px;
  resize: none;
  border-radius: 0px;
  font-size: 16px;
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: 400;
  color: #3d486a !important;
}
.contact-section .contact-form form .form-floating textarea::placeholder {
  font-size: 16px;
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: 400;
  color: #3d486a !important;
}
.contact-section .contact-form form .form-floating textarea:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.send-cattch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.send-cattch .btn-cathca .captcha {
  /* margin: 20px 0px 0px 0px; */
  background-color: #f9f9f9;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  color: #4c4a4b;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-left: 8px; */
}
.send-cattch .btn-cathca .text {
  font-size: 0.9em;
  font-weight: 500;
  margin-right: 1em;
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: 400;
}
.send-cattch .btn-cathca .spinner {
  position: relative;
  width: 2em;
  height: 2em;
  display: flex;
  margin: 1em 1em;
  align-items: center;
  justify-content: center;
}
.send-cattch .btn-cathca input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.send-cattch .btn-cathca input[type="checkbox"]:checked + .checkmark {
  -webkit-animation: 2s spin forwards;
  animation: 2s spin forwards;
}
.send-cattch .btn-cathca input[type="checkbox"]:checked + .checkmark > span {
  -webkit-animation: 1s fadein 1.9s forwards;
  animation: 1s fadein 1.9s forwards;
}
.send-cattch
  .btn-cathca
  input[type="checkbox"]:checked
  + .checkmark
  > span:after {
  -webkit-animation: 0.3s bottomslide 2s forwards;
  animation: 0.3s bottomslide 2s forwards;
}
.send-cattch
  .btn-cathca
  input[type="checkbox"]:checked
  + .checkmark
  > span:before {
  -webkit-animation: 0.5s rightslide 2.2s forwards;
  animation: 0.5s rightslide 2.2s forwards;
}
.send-cattch .btn-cathca input[type="checkbox"] + .checkmark {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-color: #fcfcfc;
  border: 1.5px solid #c3c3c3;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.send-cattch .btn-cathca input[type="checkbox"] + .checkmark span {
  content: "";
  position: relative;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 0.75em;
  height: 1.2em;
  opacity: 0;
}
.send-cattch .btn-cathca input[type="checkbox"] + .checkmark > span:after {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #029f56;
}
.send-cattch .btn-cathca input[type="checkbox"] + .checkmark > span:before {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  bottom: 0;
  right: 0;
  background-color: #029f56;
}
.send-cattch .btn-cathca .logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  align-self: flex-end;
  margin: 0.3em 1em;
}
.send-cattch .btn-cathca .logo img {
  height: 2em;
  width: 2em;
}
.send-cattch .btn-cathca .logo p {
  color: #9d9ba7;
  margin: 0;
  font-size: 0.5em;
  font-weight: 700;
  margin: 0.4em 0 0.2em 0;
}
.send-cattch .btn-cathca .logo small {
  color: #9d9ba7;
  margin: 0;
  font-size: 0.5em;
}
.send-cattch .btn-cathca::selection {
  background-color: transparent;
  color: teal;
}
.send-cattch .btn-cathca .desg-name {
  color: red;
  font-weight: bold;
  font-size: 20px;
}
form .send-cattch .send-btn {
  position: relative;
  width: 230px;
  height: 70px;
}
form .send-cattch .send-btn {
  border: none;
}
form .send-cattch .send-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  /* left: 100%; */
  font-size: 14px;
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: bold;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  text-decoration: none;
  text-transform: uppercase;
  background: #ffc82d;
  padding: 16px 20px;
  color: #fff;
  border-radius: 4px;
  padding: 0px 10px;
  text-align: center;
  -webkit-transition: 0.5;
  transition: 0.5;
  overflow: hidden;
  width: 230px;
  height: 60px;
}
form .send-cattch .send-btn::before,
form .send-cattch .send-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  -webkit-transition: 1s;
  transition: 1s;
  border-style: solid;
  border-color: #023b81;
  border-width: 80px 150px;
  transform: rotate(360deg);
  transform-origin: top left;
}
form .send-cattch .send-btn:hover,
form .send-cattch .send-btn:hover {
  color: #000;
  transition: 0.5s;
  transition-delay: 0.3s;
}
form .send-cattch .send-btn:hover::before,
form .send-cattch .send-btn:hover::before {
  border-color: #ffb93f !important;
  transform: rotate(20deg);
}
form .send-cattch .send-btn::before,
form .send-cattch .send-btn::before {
  border-color: #023b81 !important;
}
form .send-cattch .send-btn:hover,
form .send-cattch .send-btn:hover {
  color: #fff !important;
}
.page-main .services-right-img {
  position: absolute;
  top: 539px;
  right: -240px;
  z-index: 0;
}
.home-left {
  position: absolute;
  top: 0px;
  left: -195px;
  z-index: 11;
}
.home-left-no {
  display: none;
}
@media screen and (max-width: 767px) {
  .slide-content {
    margin: 0 10px;
  }
  .swiper-navBtn {
    display: none;
  }
}
.first-title-img img {
  width: 75%;
}
.company-icons img {
  width: 350px;
}

.top-head {
  padding-top: 70px;
  padding-bottom: 20px;
}
.head-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
}
.head-list-items {
  padding-right: 8px;
}
.head-list-items h6,
.head-list-items a,
.head-list-items p {
  margin-bottom: 0px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  font-weight: 500;
}
.head-list-items h6 {
  color: #ffc82d;
}
.head-list-items a::after {
  background: none repeat scroll 0 0 transparent;
  bottom: -5px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.head-list-items a:hover {
  color: #fff !important;
  transition: all ease-in-out 0.3s;
}
.head-list-items a:hover::after {
  width: 100%;
  left: 0;
}
.head-list-items a i {
  color: #c4c4c4 !important;
}

.home-banner {
  padding-top: 110px;
  padding-bottom: 15px;
  background-image: url(../images/company_banner.webp);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.banner-title h1 {
  font-size: 70px;
  font-weight: bold;
  font-family: "Cerebri Sans Pro";
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.banner-description p {
  color: rgba(255, 255, 255, 0.7);
  width: 50%;
  margin: auto;
  text-align: center;
  font-size: 15px;
}
.about-home {
  height: auto !important;
  padding-bottom: 15px;
}
.about-mid {
  position: relative;
  z-index: 1;
}
.shape1 {
  position: absolute;
  top: -36px;
  left: -17px;
  z-index: 0;
}
.shape2 {
  position: absolute;
  bottom: 8px;
  right: 40px;
  z-index: 0;
}
.home-title h6 {
  font-size: 15px;
  text-transform: uppercase;
  color: #f29a00;
  font-family: "Cerebri Sans Pro";
  font-weight: 500;
  padding-bottom: 15px;
}
.about-title h1 {
  font-size: 33px !important;
}
.about-description p {
  color: #3d486a !important;
}
.our-mission {
  padding-top: 30px;
  padding-bottom: 20px;
}
.mission-title h3 {
  font-size: 25px;
  font-family: "Cerebri Sans Pro";
  font-weight: bold;
  color: #3d486a !important;
}
.mission-left .mission-description p {
  font-size: 16px;
  font-family: "Cerebri Sans Pro";
  font-weight: 400;
  color: #6f6f6f;
  padding: 0px;
}
.number-title {
  font-size: 40px;
  color: #033c81;
  font-weight: bold;
  font-family: "Cerebri Sans Pro";
}
.number-description h4 {
  font-size: 20px;
  font-weight: 500;
  font-family: "Cerebri Sans Pro";
  color: #000;
}
.numbering-box:hover .number-title,
.numbering-box:hover .number-description h4 {
  color: #fff;
}
.numbering-box {
  padding: 30px 10px;
  height: 170px;
  text-align: center;
  box-shadow: 1px 1px 10px 1px rgb(232 232 232);
  cursor: pointer;
  border-radius: 4px;
}
.icon-width {
  width: 40px;
  height: 40px;
}
.numbering-box:hover {
  transition: all 0.2s ease-in-out;
  background-color: #023b81;
  transform: translateY(-5px);
  box-shadow: none !important;
  position: relative;
  z-index: 1;
}
.sistercompany-section .row {
  background-color: #fff;
  padding: 40px 20px;
}
.mission-right .mission-description p {
  font-size: 18px;
  font-family: "Cerebri Sans Pro";
  font-weight: 400;
  color: #3d486a;
}
.mission-right .mission-description p b {
  color: #000;
}
.mission-description-left p {
  text-align: justify;
}
.mission-description p span {
  color: #ffb83f;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}
.mission-title h3 {
  color: #27292b;
  font-size: 25px;
  font-weight: bold;
  font-family: "Cerebri Sans Pro";
  padding-top: 15px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.vission h3 {
  padding-top: 25px;
}
.choose {
  padding-top: 30px !important;
  /* padding-bottom: 10px !important; */
  background-color: #f4f9ff !important;
}
.Current {
  background-color: #f4f9ff !important;
}
.client-sub,
.client-app-card {
  background-color: #f4f9ff !important;
}
.choose-section {
  padding-bottom: 20px !important;
}
.choose-title h3 {
  padding-bottom: 0px !important;
  font-size: 35px !important;
}
.choose-title img {
  margin: auto;
  margin-bottom: 50px;
}
.ro2 {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-icon1 img {
  width: fit-content !important;
  margin: auto;
}
.card-icon1 {
  padding: 20px 20px 0px 20px;
}
.choose .services-card .card-body .card-title {
  font-size: 25px !important;
  padding-bottom: 10px;
}
.page-main .choose .services-card .row-cols-md-4 .col .card {
  height: 365px !important;
}
.page-main .service-page .services-card .row-cols-md-4 .col .card {
  border: 2px solid #e6e8ed !important;
  height: 100% !important;
}
.about-main {
  overflow: hidden !important;
}

.row2 {
  padding-top: 30px;
}
.sister-company {
  background-image: url(../images/sister-company-bg.webp);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 45px;
  padding-bottom: 35px;
}
.blog-title h3,
.sister-title h3 {
  font-size: 25px;
  font-weight: bold;
  font-family: "Cerebri Sans Pro";
  text-align: center;
  color: #3d486a;
  padding-top: 0px;
  padding-bottom: 25px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.rectegn {
  padding-bottom: 20px;
}
.pc-icon img {
  margin: auto;
}
.blog-description p,
.sister-com-description p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Cerebri Sans Pro";
  padding-top: 15px;
  color: #6f6f6f !important;
}
.sister-left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.about-contact-title h3 {
  font-size: 25px;
  font-weight: 500;
  font-family: "Cerebri Sans Pro";
}
.about-contact {
  background-image: url(../images/contact-bg.webp);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 35px;
  padding-bottom: 25px;
}

.history {
  /* padding-top: 40px; */
  padding-bottom: 25px;
  background-color: #fff !important;
}
.history-right {
  position: relative;
  padding-left: 40px;
}
.history-right .history-line {
  position: absolute;
  left: 10px;
  height: 95%;
  width: 1px;
  background-color: #e9e8e8;
}
.history-card-step {
  padding-top: 30px;
  position: relative;
}
.ellipse {
  position: absolute;
  left: -48px;
}
/* .step1 {
  padding-top: 25px;
} */
.history-card-info {
  padding: 20px 15px;
  text-align: center;
  box-shadow: 1px 1px 10px 1px rgb(232 232 232);
  height: 200px;
  border-radius: 10px;
}
.history-card-info:hover {
  transition: all 0.2s ease-in-out;
  background-color: #023b81;
  transform: translateY(-5px);
  box-shadow: none !important;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.history-card {
  padding-top: 43px;
}
.history-card-title h2 {
  font-size: 35px;
  font-family: "Cerebri Sans Pro";
  font-weight: bold;
  color: #3d486a;
  padding-top: 10px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.contact-page-card .history-card-title h2 {
  font-size: 20px !important;
  padding: 10px 25px;
}
/* .first-title {
  padding: 5px 20px;
} */
.contact-page-card .history-card-info {
  height: 220px;
}
.history-card-des .h6 {
  font-size: 20px;
  font-family: "Cerebri Sans Pro";
  font-weight: 400;
  color: #6f6f6f;
  text-transform: uppercase;
}
.history-card-info:hover h2,
.history-card-info:hover h6 {
  color: #fff !important;
}
.history-card-img img {
  margin: auto;
}
.ourTeam-title h3,
.history-title h3 {
  font-size: 25px;
  font-family: "Cerebri Sans Pro";
  font-weight: bold;
  color: #3d486a;
  text-transform: uppercase;
  /* margin-bottom: 20px; */
  /* margin-: 20px; */
}
.history-title img {
  margin-bottom: 10px;
  margin-top: 10px;
}
.history-description p {
  font-size: 16px;
  font-family: "Cerebri Sans Pro";
  font-weight: 400;
  color: #6f6f6f;
  margin-top: 25px;
}
.bost-project {
  background-color: #f8f8f8;
  padding-top: 50px;
  padding-bottom: 40px;
  position: relative;
}
.bos-active {
  overflow: hidden;
}
.get-start a {
  background-color: #406095;
  border-radius: 5px;
  color: white;
}
.get-start a:hover {
  background-color: #ffc82d;
  transition: all 0.5s ease-in-out;
}
.get-start {
  margin-top: 22px;
}
.bost-right {
  padding-left: 35px;
}

.bost-video {
  position: relative;
}
.bost-img {
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  right: 0px;
}
.bost-img2 {
  right: unset;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  cursor: pointer;
}

.step-title h4 {
  font-size: 22px;
  font-family: "Cerebri Sans Pro";
  font-weight: 700;
  color: #27292b;
}
.step-title h4 span {
  color: #ffc82d;
}
.step-info p {
  font-size: 16px;
  font-family: "Cerebri Sans Pro";
  font-weight: 400;
  color: #6f6f6f;
  margin-bottom: 5px;
}
.page-main
  .choose
  .container
  .services-section
  .services-card
  .row-cols-md-4
  .col {
  width: 33%;
  padding-bottom: 0px;
}
.contacthome {
  background-image: url(../images/contact-home-bg.webp) !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.contacthome .banner-title h1,
.contacthome .banner-description p {
  /* text-align: left !important;
  width: 50% !important;
  margin: unset !important; */
}
.contactHistory .history-right {
  padding-left: 60px !important;
}
.contacthome .banner-description p {
  font-size: 15px;
}
.contact-us-form {
  /* height: 680px; */
  width: 395px;
  background-color: #023b81;
  margin-top: -350px;
  margin-left: 40px;
  border-radius: 4px;
}
.form-title {
  background-color: #ffbc3e;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.history-right-title h2,
.form-title h2 {
  font-size: 30px;
  font-family: "Cerebri Sans Pro";
  font-weight: bold;
  color: #3d486a;
  text-transform: uppercase;
}
.form-title h2 {
  color: #000;
  text-align: center;
  padding: 20px;
}
.form-section .step-title h4 {
  font-weight: bold;
}
.form-section .history-right .history-line {
  height: 85%;
  top: 26px;
  left: 30px;
}
.contact-us-form form {
  padding: 20px 25px;
}
/* .contact-us-form form .col {
  padding-bottom: 12px;
} */
.contact-us-form form .col input {
  border: none;
  border-radius: 0px;
  box-shadow: 0px 1px 1px 0px rgb(185 157 157);
  padding: 10px;
  margin-bottom: 3px;
}
.contact-us-form form textarea {
  border: none;
  border-radius: 0px;
  box-shadow: 0px 1px 1px 0px rgb(185 157 157);
  padding: 10px !important;
  resize: none;
}
.contact-us-form form textarea::placeholder {
  font-size: 16px;
  font-family: "Cerebri Sans Pro";
  font-weight: 400;
  color: #3d486a !important;
}
.contact-us-form .contact-send-btn {
  width: 100%;
}
.contact-us-form .contact-send-btn a,
.contact-us-form .contact-send-btn button {
  background-color: #ffb93f;
  width: 230px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #ffb93f;
  /* margin: 0px auto; */
  color: #000;
  font-size: 18px;
  font-weight: bold;
  font-family: "Cerebri Sans Pro";
  transition: all 0.5s ease-in-out;
}
.contact-us-form .contact-send-btn a:hover,
.contact-us-form .contact-send-btn button:hover {
  background-color: transparent;
  color: #fff;
}
.contact-us-form .send-cattch .btn-cathca .logo {
  margin: 0em 1em;
}
.contact-us-form .send-cattch .btn-cathca .spinner {
  position: relative;
  width: 1em;
  height: 1em;
}
.contact-us-form .send-cattch .send-btn {
  width: 305px;
  height: 70px;
}
.contact-us-form .send-cattch {
  align-items: unset;
  justify-content: unset;
}

.ceo-section {
  background-color: #f7fbff;
  padding-top: 40px;
  padding-bottom: 30px;
}
.ceo-title h2 {
  font-size: 30px;
  font-weight: bold;
  font-family: "Cerebri Sans Pro";
  color: #023b81;
}
.ceo-sub-title h3 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Cerebri Sans Pro";
  color: #8b8b8b;
}
.ceo-description p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Cerebri Sans Pro";
  color: #6f6f6f;
  margin-bottom: 20px;
  text-align: justify;
}
.ceo-description p:last-of-type {
  margin-bottom: 0;
}
.ourTeam-section {
  padding-top: 20px;
  padding-bottom: 5px;
  background-color: #fff;
}
.ourTeam-title h3 {
  text-align: center;
}
.ourTeam-title img {
  margin: auto;
  padding-bottom: 20px;
}
.ourteam-block {
  padding-top: 20px;
}
.team-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.team-img {
  border: 2px solid #dce4f8;
  border-radius: 50%;
  padding: 15px;
}
.team-name h2 {
  font-size: 25px;
  font-family: "Cerebri Sans Pro";
  font-weight: bold;
  color: #023b81;
  padding-top: 20px;
}
.team-position h5 {
  font-size: 15px;
  font-family: "Cerebri Sans Pro";
  font-weight: 500;
  padding-bottom: 15px;
  color: #8b8b8b;
}
.footer-swiper {
  align-items: center;
}
.payment .client-card {
  margin-bottom: 0px !important;
}
.services-main .home-banner {
  padding-bottom: 100px;
  background-image: url(../images/services-main-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.services-sub-banner {
  background-image: url(../images/services-sub-banner.webp);
}
.services-sub-banner .banner-title h1 {
  font-size: 65px;
}

.services-sec .history-title h3 {
  text-transform: uppercase;
  font-size: 25px;
  /* padding-top: 15px; */
}
.services-sec {
  background-color: #fff;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.services-sec .get-start {
  padding-top: 15px;
}

.service-page .services-card .card-body .card-title {
  font-size: 20px !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
  line-height: 50px;
  text-transform: uppercase !important;
}
.service-page .card-body {
  padding: 0rem 1rem !important;
}
.service-page .card-icon1 img {
  width: 100% !important;
}
.services-tab-content {
  display: none;
}
.active-content {
  display: block;
}
.ul-tab {
  padding: 20px 20px 5px 20px;
  background-color: #f4f5f8;
}

.tab-li {
  font-size: 16px;
  font-family: "Cerebri Sans Pro";
  font-weight: 700;
  color: #3d486a;
  padding: 7px;
  cursor: pointer;
  margin-bottom: 5px;
}
.tab-active {
  background-color: #023b81;
  color: #fff;
  position: relative;
}
.tab-inactive {
  background-color: #fff;
}
/* .tab-active::after {
  content: "\f105";
  width: 18px;
  height: 14px;
  position: absolute;
  background-image: url(../images/arrow.webp);
  filter: invert(0) brightness(1);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  right: 15px;
  top: 12px;
} */
.sevices-sub {
  padding-top: 30px;
  padding-bottom: 30px;
}
.services-tab-content h3 {
  font-size: 25px;
  font-weight: bold;
  font-family: "Cerebri Sans Pro";
  text-transform: uppercase;
  color: #023b81;
}
.service-page .card-title {
  font-size: 25px;
  font-weight: bold;
  font-family: "Cerebri Sans Pro";
  color: #3d486a;
  text-align: left !important;
}
.service-page .content-li a {
  color: #393939;
}
.service-page .content-li a:hover {
  color: #337ab7;
}
.service-page .content-li img {
  padding-right: 5px;
}
.services-content p,
.services-tab-content p {
  font-size: 16px;
  font-family: "Cerebri Sans Pro";
  font-weight: 400;
  color: #6f6f6f;
  line-height: 28px;
}
.services-content {
  display: none;
}
.act-content {
  display: block;
}
.content-ul {
  margin-top: 20px;
}
.content-li {
  display: flex;
  padding-bottom: 7px;
}
.content-li img {
  height: fit-content;
  padding-top: 5px;
}
.content-li p {
  margin-bottom: 0px;
  padding-left: 5px;
}
.content-riban p {
  margin-bottom: 0px;
}
.content-riban {
  padding: 20px 25px;
  width: 100%;
  box-shadow: 0px 1px 10px 1px rgb(241, 243, 245);
  margin-bottom: 20px;
  position: relative;
}
.content-riban::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: #ffaa17;
}
.iphone-banner {
  margin: 15px auto;
}
.ex-sub-banner .banner-description p {
  width: 60%;
}
.expertise-sec {
  background-color: #fff !important;
  padding-top: 30px !important;
  padding-bottom: 20px !important;
}
.expertise-sec .history-title h3,
.expertise-services h3 {
  font-size: 24px;
}
.expertise-sec .history-description p {
  margin-bottom: 20px !important;
}
.expertise-services {
  background-color: #f7fbff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.opensource-main {
  background-color: #f7fbff !important;
}
.expertise-services .history-title img {
  margin-top: 0px;
}
.expertise-page {
  background-color: #fff !important;
}
.page-main .expertise-page .services-card .row-cols-md-4 .col .card {
  height: auto !important;
}
.expertise-page .card .card-body .card-title {
  padding-bottom: 0px !important;
}
.expertise-page .card .card-body .card-text {
  font-size: 16px !important;
}
.expertise-page .card {
  padding: 15px 25px;
}
.content-li a,
.processdesign .card-read-btn,
.wireless-box .card-read-btn,
.expertise-page .card-read-btn {
  color: #3d486a;
  font-size: 14px;
  font-family: "Cerebri Sans Pro";
  font-weight: bold !important;
  text-transform: uppercase;
}
.wireless-box .card:hover .card-body .card-read-btn,
.expertise-page .card:hover .card-body .card-read-btn {
  color: #fff !important;
  transition: all 0.2s ease-in-out;
}
/* .content-li a {
  font-weight: 400 !important;
} */
.opensource img {
  width: 100%;
  padding-right: 10px;
}
.apply-email a {
  font-size: 14px;
  font-family: "Cerebri Sans Pro";
  font-weight: bold;
  color: #3d486a;
}
.apply-email a:hover {
  color: #337ab7;
}
.opensource-title h3 {
  font-size: 20px !important;
}
.opensource-title .content-li img {
  margin-top: 0px !important;
}
.pricing-box {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  height: 100%;
}
.services-main .pricing-banner {
  background-image: url(../images/pricing-bg.webp) !important;
}
.services-main .expertise-banner {
  background-image: url(../images/expertise-bg.webp) !important;
}
.our-clients-banner {
  background-image: url(../images/our-client-bg.webp) !important;
  width: 100%;
  background-clip: border-box;
  background-size: cover;
  background-repeat: no-repeat;
}
/* .our-clients-banner::before {
  content: "";
  position: absolute;
    background-color: red;
    z-index: 1;
    top: 0%;
    left: 50%;
    height: 300px;
    width: 100%;

} */
.management-banner {
  background-image: url(../images/accountant-office.webp) !important;
}
.why-us-banner {
  background-image: url(../images/why-us-bg.webp) !important;
}
.wireless-box {
  padding-top: 20px !important;
}
.page-main .wireless-box .services-card .row-cols-md-4 .col .card {
  height: 458px !important;
}
.wireless-box .card-icon1 {
  padding: 30px 20px 0px 20px;
}
.databasedesign .card-icon1 img,
.wireless-box .card-icon1 img {
  width: 80px !important;
  margin: auto;
}
.processdesign .ro2,
.databasedesign .ro2 {
  justify-content: unset !important;
}
.software-page .services-card .card-body .card-title {
  font-size: 16px !important;
}

.page-main
  .software-page
  .container
  .services-section
  .services-card
  .row-cols-md-4
  .col
  .card
  .card-body {
  text-align: center;
  padding: 2rem 1rem;
}
.services-main .ourprocess-banner {
  background-image: url(../images/ourprocess-bg.webp) !important;
}
.services-main .career-banner {
  background-image: url(../images/career-bg.webp) !important;
}
.processdesign {
  padding-bottom: 30px !important;
}
.prodesign .card,
.processdesign .card {
  box-shadow: 0px 0px 14px 6px rgb(241, 243, 245);
  border: none !important;
  cursor: pointer;
}
.processdesign .card .card-title {
  font-size: 25px;
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: bold;

  color: #27292b;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  text-align: center;
}
.career-description p,
.processdesign .card .card-body {
  font-size: 16px;
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: 400;
  color: #6f6f6f;
  text-align: center;
}
.processdesign .card:hover {
  transition: all 0.2s ease-in-out;
  background-color: #023b81;
  transform: translateY(-5px);
  box-shadow: none !important;
  position: relative;
  z-index: 1;
}
.processdesign .card:hover .card-body {
  color: #fff !important;
  transition: all 0.2s ease-in-out;
}
.processdesign .card:hover .card-body .card-read-btn {
  color: #fff !important;
  transition: all 0.2s ease-in-out;
}
.processdesign .card:hover .card-body .card-title {
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.process-descreption h3 {
  font-size: 25px;
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: bold;
  color: #27292b;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  text-align: center;
}
.team-description h3 {
  width: auto;
  margin: auto;
  padding-bottom: 30px;
}
.client-title {
  margin-top: 72px;
}
@media screen and (max-width: 560px) {
  .client-title {
    margin-top: 0px;
  }
}
.client-page-info p,
.client-card-title p,
.process-descreption p {
  font-size: 16px;
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: 400;
  color: #6f6f6f;
  text-align: center;
  width: 70%;
  margin: auto;
  margin-bottom: 40px;
}
.client-page-info p {
  width: 100%;
  margin-bottom: 0px;
}
.client-page-description {
  padding-top: 40px;
  padding-bottom: 30px;
}
.career-description {
  padding-top: 30px;
  padding-bottom: 10px;
}
.services-tab-content h6,
.services-tab-content h4 {
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  color: #3d486a;
  font-size: 20px;
}
.services-tab-content h4 {
  font-weight: bold;
}
.contact-hr {
  display: flex;
  align-items: center;
}
.contact-hr p {
  padding-left: 10px;
  margin-bottom: 5px;
}
.sevices-sub .services-tab-box .ul-tab .tab-li {
  padding: 7px 14px;
}
.sevices-sub .services-tab-box .ul-tab .tab-li i {
  font-size: 18px;
  font-weight: 700;
}
.Current .services-tab-box img {
  /* padding-top: 40px; */
}
.client-page-btn a,
.current-card-box .get-start a {
  padding: 10px 40px;
}

.current-card-box .get-start {
  margin-bottom: 10px;
}
.current-card-box .card-body {
  padding: 2rem 1rem;
}
.current-card-box .card-title {
  padding-bottom: 0px !important;
}
.current-card-box .col-lg-4 {
  margin-bottom: 25px;
}
.current-card-box .card-text {
  margin-bottom: 0px;
}
.current-card-box .card:hover .get-start a {
  background-color: #ffc82d;
  transition: all 0.5s ease-in-out;
}
.services-tab-box img {
  width: 100%;
}
.career-services {
  background-color: #fff;
  padding-top: 0px;
}
.career-ser {
  padding-bottom: 30px;
}
.cur .services-tab-box img {
  padding-top: 0px;
}
.career-ser .pricing-box {
  box-shadow: 0px 0px 14px 6px rgb(241, 243, 245);
}
.career-ser .history-title img {
  margin-bottom: 0px;
}
.career-ser .pricing-box .career-icon {
  margin: auto;
  margin-bottom: 10px;
}
.career-ser .pricing-box h3 {
  text-align: center;
}
.c-card {
  background-color: #fff;
  height: 100%;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 3px 20px 0 rgba(0, 78, 220, 0.07);
}
.card-head img {
  width: 60px;
}
.card-head {
  padding-bottom: 10px;
}
.c-card h3,
.c-card h2,
.client-card-title h2 {
  font-size: 30px;
  font-family: "Cerebri Sans Pro";
  font-weight: bold;
  color: #3d486a;
  padding-bottom: 15px;
}
.c-card h2 {
  font-size: 21px !important;
  padding-left: 38px;
  position: relative;
  padding-bottom: 15px !important;
  display: flex;
  align-items: center;
}
.c-card h3 {
  font-size: 25px !important;
  padding-bottom: 15px !important;
}
.c-card h2::before {
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 25px;
  font-family: "Cerebri Sans Pro";
  font-weight: bold;
  color: #f29a00;
  left: 0px;
  display: flex;
  align-items: center;
}
.c1 h2::before {
  content: "01";
}
.c2 h2::before {
  content: "02";
}
.c3 h2::before {
  content: "03";
}
.client-app-card {
  padding-bottom: 30px;
  padding-top: 30px;
}
.component-app-card {
  padding-bottom: 30px;
}
.card-head h3 {
  padding-left: 15px;
  padding-bottom: 0px !important;
  font-size: 20px !important;
  margin-bottom: 0px;
}
.client-card-title h2 {
  text-align: center;
}
.re-engineering-title h2 {
  text-transform: uppercase;
  /* padding-bottom: 0px; */
}
.client-card-ul {
  flex: 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-top: -15px;
}
.client-card-li {
  padding-left: 15px;
  padding-top: 15px;
  width: calc(100% / 5);
  height: 100%;
}
.client-page-btn {
  display: flex;
}
.client-page-btn a {
  margin: auto;
}
.client-card-info img {
  margin: auto;
}
.client-page-card {
  padding-bottom: 30px;
}
.team-service-card .card-body {
  padding: 1rem 1rem 1rem 0rem;
}
.team-service-card .card {
  padding: 1.5rem;
}
.why-sub {
  padding-top: 40px;
  padding-bottom: 40px;
}
.rect {
  padding-bottom: 15px;
}

/* establish connection start */
.establish-title {
  color: #3d486a !important;
}
.card-text b {
  color: #3d486a !important;
}
.card-text a {
  color: #6f6f6f !important;
}
.establish-more-btn {
  color: #3d486a !important;
}
.page-main
  .services
  .container
  .services-section
  .services-card
  .row-cols-md-4
  .col
  .card:hover
  .card-body
  .card-text
  a {
  color: #fff !important;
}
.page-main
  .services
  .container
  .services-section
  .services-card
  .row-cols-md-4
  .col
  .card:hover
  .card-body
  .card-text
  b {
  color: #fff !important;
}
.page-main
  .services
  .container
  .services-section
  .services-card
  .row-cols-md-4
  .col
  .card:hover
  .establish-more-btn {
  color: #fff !important;
}
.establish-body .card-text {
  margin-bottom: 0px;
}
.title-bt h3 {
  font-size: 25px;
  font-weight: 700;
  font-family: "Cerebri Sans Pro";
  color: #3d486a !important;
  margin-bottom: 10px;
}
/* establish connection end */
@media (max-width: 1560px) {
  .home-left {
    display: none;
  }
}
@media only screen and (max-width: 1399px) {
  .navbar-nav .nav-item:hover .services-ul-sub .service-menu {
    width: 80%;
    /* padding-left: 20px; */
  }
  .navbar-nav .nav-item .dropdown-menu1 .sub-li:hover .our-process-ul {
    right: -231px;
  }
  .page-main
    .home
    .container
    .carousel
    .carousel-inner
    .carousel-item
    .home-main
    .home-info
    .home-title
    h1 {
    font-size: 45px;
  }
  .page-main .home .carousel-control-prev {
    left: -28px !important;
    width: 3.5%;
  }
  .page-main .home .carousel-control-next {
    width: 3.5%;
  }
}
@media only screen and (max-width: 1210px) {
  .page-main .home .carousel-control-prev {
    left: 2px !important;
  }
  .page-main .home .carousel-control-next {
    right: 6px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .toggle-header {
    display: block;
    background-color: #fff;
  }
  .services-sub-banner .banner-description p {
    width: 100%;
  }
  .page-main .wireless-box .services-card .row-cols-md-4 .col .card {
    height: 350px !important;
  }
  .tab-active::after {
    right: 6px;
  }
  .page-main {
    margin-top: 10px;
  }
  header .container .navbar {
    display: none;
  }
  header .top-bar-main {
    display: none;
  }
  .navbar-nav .nav-item .dropdown-menu1 .sub-li:hover .sub-ul {
    padding: 0px;
  }
  .navbar-nav .nav-item .dropdown-menu1 .sub-li .software-details .sub-ul1 {
    padding: 0px;
  }
  .responsive-head .active-menu {
    right: 0px;
  }
  .carousel .carousel-inner .carousel-item .home-main .home-info .home-btn a {
    /* left: 25% !important; */
  }
  .page-main
    .services
    .container
    .services-section
    .services-card
    .row-cols-md-4
    .col
    .card
    .card-icon {
    width: 90px;
    height: 90px;
    padding: 20px;
  }
  .page-main
    .services-info
    .container
    .service-info-section
    .row
    .col-lg-12
    .title {
    padding-bottom: 10px;
  }
  .page-main
    .services
    .container
    .services-section
    .services-card
    .row-cols-md-4
    .col
    .card
    .card-body
    .card-title {
    font-size: 14px;
  }
  footer .office .container .office-section .office-list .line2 {
    left: 65%;
  }
  .page-main
    .services
    .container
    .services-section
    .services-card
    .row-cols-md-4
    .col {
    width: 50%;
    /* padding-bottom: 50px; */
  }
  .page-main
    .choose
    .container
    .services-section
    .services-card
    .row-cols-md-4
    .col {
    width: 33%;
    padding-bottom: 0px;
  }
  .history {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .bost-project {
    padding-top: 40px;
  }
  .page-main .wireless-box .col {
    padding-bottom: 0px !important;
  }
  footer .container .footer .row .col-lg-9 .row .col-sm-3 {
    width: 50% !important;
  }
  footer .container .footer .row .col-lg-9 .row .col-sm-3 .info-1::after {
    right: 70px;
  }
  footer .container .footer .row .col-lg-9 .row .col-sm-3 .info-2::after {
    right: 40px;
  }
  footer .container .footer .row .col-lg-9 .row .col-sm-3 .info-3::after {
    right: 68px;
    height: 170px;
  }
  footer .container .footer .row .col-lg-9 .row .col-sm-3 .info-4::after {
    right: 40px;
    height: 170px;
  }
  footer .container .footer .row .footer-socail-icon {
    width: 100%;
  }
  .page-main
    .home
    .container
    .carousel
    .carousel-inner
    .carousel-item
    .home-main
    .home-info
    .home-title {
    padding-top: 40px;
  }
  .page-main
    .home
    .container
    .carousel
    .carousel-inner
    .carousel-item
    .home-main
    .home-info
    .home-title
    h1 {
    font-size: 32px;
  }
  .page-main .services-info {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .service-page .services-card .card-body .card-title {
    font-size: 21px !important;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 991px) {
  .number-description h4 {
    font-size: 17px;
  }
  .number-title {
    font-size: 38px;
  }
}
@media (max-width: 1024px) {
  .career-ser .pricing-box {
    height: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .top-bar-section .top-right .req-btn {
    width: 145px;
  }
  .career-ser .pricing-box {
    height: auto;
  }
  .client-card-li {
    width: calc(100% / 4);
  }
  .expertise-page .card {
    padding: 10px 10px;
  }
  .expertise-page .card .card-body .card-text {
    margin-bottom: 4px !important;
  }
  .page-main
    .software-page
    .container
    .services-section
    .services-card
    .row-cols-md-4
    .col {
    width: 50%;
    padding-bottom: 0px;
  }
  .pricing-box {
    margin-bottom: 15px;
  }
  .price-services .pricing-box {
    margin-bottom: 0px;
  }
  .price-services .col-lg-6 {
    margin-bottom: 20px;
  }
  .expertise-services-sec .row2 {
    padding-top: 0px;
  }
  .expertise-page .card-icon1 {
    padding: 0px 20px 0px 20px !important;
  }
  .ul-tab {
    padding: 20px 0px 5px 0px;
  }
  .tab-li {
    font-size: 13px;
  }
  .tab-active::after {
    right: 8px;
  }
  header .top-bar-main .container .top-bar-section .top-right .req-btn a {
    width: 133px;
    font-size: 12px;
    height: 40px;
  }
  .history-right .history-line {
    display: none;
  }

  .ellipse {
    display: none;
  }
  .contactHistory .history-right .history-line {
    display: block;
  }
  .contactHistory .ellipse {
    display: block;
  }
  .contactHistory .step1 {
    padding-top: 15px;
  }
  .contact-us-form {
    margin-left: 0px;
    width: 100%;
  }
  .history-right {
    padding-left: 15px;
  }
  .step1 {
    padding-top: 0px;
  }
  .history-card-step {
    padding-top: 0px;
  }
  .history-card-des h6 {
    font-size: 16px;
  }
  .history-card-info {
    padding: 10px 5px;
  }
  .our-mission {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .sister-company {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home-content {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .choose .services-card .card-body .card-title {
    font-size: 20px !important;
    padding-bottom: 5px;
  }
  .carousel-item .home-main .home-info .home-title {
    padding-bottom: 0px;
    padding-top: 10px !important;
  }
  .carousel-item .home-main .home-info .home-title h1 {
    font-size: 32px;
  }
  .page-main
    .home
    .container
    .carousel
    .carousel-inner
    .carousel-item
    .home-main
    .home-info
    .home-btn {
    margin-top: 15px;
  }
  .contact-section .contact-form form {
    width: 100%;
  }
  .contact-section .contact-form form .send-cattch .send-btn a {
    width: 190px !important;
    left: 60% !important;
  }
  footer .office .container .office-section .office-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15;
    margin-top: -14;
  }
  .page-main
    .services-info
    .container
    .service-info-section
    .row
    .col-lg-12
    .description
    h3 {
    margin-bottom: 10px;
  }
  footer .office .container .office-section .office-list > * {
    padding-left: 15;
    padding-top: 14;
    width: calc(100% / 2);
  }
  .page-main .project .container .project-section .project-card .card-group1 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-top: -15px;
  }
  .page-main
    .project
    .container
    .project-section
    .project-card
    .card-group1
    > * {
    padding-left: 15px;
    padding-top: 15px;
    width: calc(100% / 2);
  }
  footer .office .container .office-section .office-list .line1 {
    display: none;
  }
  footer .office .container .office-section .office-list .line2 {
    display: none;
  }
  footer .container .footer .row .footer-socail-icon {
    margin: auto;
    width: 60%;
  }
  .page-main .home .container .carousel {
    height: 345px;
  }
  .page-main
    .home
    .container
    .carousel
    .carousel-inner
    .carousel-item
    .home-main
    .home-info
    .home-btn
    a {
    width: 190px;
    left: 28% !important;
  }
  .page-main
    .home
    .container
    .carousel
    .carousel-inner
    .carousel-item
    .home-main
    .slider-img
    .mobile {
    left: 50px;
  }
  .page-main .services-info .container .service-info-section .row .col-lg-12 {
    padding-top: 15px;
  }
  .page-main
    .services-info
    .container
    .service-info-section
    .row
    .col-lg-12
    .description
    p {
    width: 80%;
    padding-bottom: 10px;
  }
  .page-main .services .container .services-section .services-card .ro1 {
    padding-bottom: 30px;
  }
  .banner-title h1 {
    font-size: 55px;
  }
  .service-page .services-card .card-body .card-title {
    font-size: 16px !important;
  }
}
@media (max-width: 800px) {
  .page-main {
    margin-top: 30px;
  }
  .blog-cards .card-body .card-title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .client-card-li {
    width: calc(100% / 3);
  }
  .client-app-card .col-lg-6:not(:last-child),
  .client-app-card .col-lg-4:not(:last-child) {
    margin-bottom: 20px;
  }
  .ourpro-img {
    margin-top: 20px;
  }
  .client-page-info p,
  .client-card-title p,
  .process-descreption p {
    width: 100%;
  }
  .processdesign .col-lg-4 {
    margin-bottom: 20px;
  }
  .Current {
    padding-bottom: 0px;
  }
  .career-ser {
    padding-bottom: 10px;
  }
  .Current .services-tab-box img {
    padding-top: 0px;
  }
  .orderr1 {
    order: 1;
  }
  .orderr2 {
    order: 2;
    padding-top: 15px;
  }
  .head-list {
    flex-wrap: wrap;
  }
  .wireless-box {
    padding-bottom: 0px !important;
  }
  .tab-li {
    font-size: 16px;
  }
  .page-main .expertise-page .services-card .row-cols-md-4 .col .card {
    height: auto !important;
  }
  .page-main .wireless-box .col {
    width: 100% !important;
    padding-bottom: 15px;
  }
  .opensource img {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 15px;
  }
  .contact-us-form {
    height: auto;
  }
  .services-sec .history-title h3 {
    padding-top: 0px !important;
  }
  .services-sec .bost-right {
    padding-top: 0px !important;
  }
  .contact-us-form {
    margin-top: 0px;
  }
  .contact-us-form .contact-send-btn a {
    margin: 20px auto 0px auto;
  }

  .ceo-img img {
    margin: auto;
  }

  .ceo-title h2 {
    text-align: center;
    font-size: 25px;
  }
  .ceo-sub-title h3 {
    text-align: center;
    font-size: 18px;
  }
  .contact-us-form .captcha {
    width: fit-content;
  }
  .contact-us-form .send-cattch {
    flex-direction: column;
  }
  .contact-us-form .send-btn {
    margin: auto;
  }
  .about-contact {
    background-size: cover;
  }
  .page-main
    .choose
    .container
    .services-section
    .services-card
    .row-cols-md-4
    .col {
    width: 100%;
    padding-bottom: 50px;
  }
  .bost-video img {
    width: 100%;
  }
  .bost-img {
    display: none;
  }
  .bost-img2 {
    display: block !important;
  }
  .bost-img2 img {
    width: 70%;
    margin: auto;
  }
  .player video {
    width: 95% !important;
    margin-top: 0px !important;
  }
  .controls {
    width: 70px !important;
    height: 70px !important;
  }
  .bost-right {
    padding-left: 0px;
    padding-top: 10px;
  }
  .top-logo .container .logo {
    display: block;
  }
  .history-card-info {
    margin-bottom: 10px;
  }
  .top-logo .container .logo img {
    margin: auto;
  }
  .page-main .contact {
    padding-top: 45px;
    padding-bottom: 20px;
  }
  .check-btn {
    display: none !important;
  }
  .page-main .services .services-section .services-title h3 {
    font-size: 25px;
  }
  .page-main {
    margin-top: 15px;
  }
  .page-main .client .client-section .client-title h3 {
    font-size: 25px;
  }
  .page-main
    .home
    .container
    .carousel
    .carousel-inner
    .carousel-item
    .home-main {
    flex-direction: column;
  }
  .page-main .project .container .project-section .project-description {
    padding-bottom: 30px;
  }
  .page-main .project .container .project-section .project-card .card-group1 {
    padding-bottom: 0px;
  }
  .page-main .services {
    padding-top: 35px;
  }
  .page-main .client .client-section .slide-container {
    padding-bottom: 30px;
  }
  .page-main .client .client-section .client-title .services-icon {
    width: 17%;
    top: 30px;
  }
  .page-main
    .home
    .container
    .carousel
    .carousel-inner
    .carousel-item
    .home-main
    .home-info
    .home-btn
    a {
    width: 130px;
    font-size: 12px;
    height: 45px;
    left: 13% !important;
  }
  .page-main .client .client-section .slide-container {
    padding: 40px 0px 40px 0px !important;
  }
  .page-main .client {
    padding-top: 70px;
    padding-bottom: 0px;
  }
  .page-main .project .container .project-section .project-description p {
    width: 100%;
  }
  .page-main .project {
    padding-top: 55px;
  }
  .page-main .services .services-section .services-title .services-icon {
    width: 17%;
    top: 25px;
  }
  .page-main
    .services
    .container
    .services-section
    .services-card
    .row-cols-md-4
    .col {
    padding-bottom: 40px;
  }
  .page-main
    .software-page
    .container
    .services-section
    .services-card
    .row-cols-md-4
    .col {
    padding-bottom: 0px;
  }
  .expertise-page
    .container
    .services-section
    .services-card
    .row-cols-md-4
    .col {
    padding-bottom: 0px !important;
  }
  .page-main .home .carousel-control-prev {
    width: 7%;
    left: 1px !important;
  }
  .page-main .services .container .services-section {
    padding-bottom: 20px;
  }
  .page-main
    .services-info
    .container
    .service-info-section
    .row
    .col-lg-12
    .description
    p {
    width: 100%;
  }
  .page-main .client .client-section .client-title {
    padding-bottom: 0px;
  }
  .page-main
    .services
    .container
    .services-section
    .services-title
    .services-icon {
    width: 17%;
    top: 25px;
  }
  .page-main .home .carousel-control-next {
    width: 7%;
  }
  .page-main
    .home
    .container
    .carousel
    .carousel-inner
    .carousel-item
    .home-main
    .slider-img
    .mobile {
    left: 30px;
    bottom: 5px;
  }
  .page-main
    .home
    .container
    .carousel
    .carousel-inner
    .carousel-item
    .home-main
    .home-info {
    width: 100%;
    padding-bottom: 65px;
  }
  .page-main
    .home
    .container
    .carousel
    .carousel-inner
    .carousel-item
    .home-main
    .home-info
    .home-title
    h1 {
    font-size: 40px;
  }
  .page-main
    .home
    .container
    .carousel
    .carousel-inner
    .carousel-item
    .home-main
    .slider-img {
    width: 100%;
  }
  .contact-section .contact-title h3 {
    font-size: 25px;
  }
  .contact-section .contact-title .services-icon {
    width: 17%;
    top: 30px;
  }
  .contact-section .contact-description p {
    width: 100%;
  }
  .page-main .services-right-img {
    display: none;
  }
  footer {
    padding-top: 20px !important;
  }
  footer .office {
    padding-bottom: 0px;
  }
  .office-list .office-list-items {
    padding: 10px 0px !important;
  }
  .client-card .slide-container {
    padding-bottom: 0px;
  }
  .office-list .office-list-items .office-info .office-details {
    justify-content: space-between;
  }
  .service-page .services-card .card-body .card-title {
    font-size: 20px !important;
  }
  .services-sec .bost-video {
    padding-top: 30px;
  }
  footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  footer .container .footer::before {
    display: none;
  }
  footer .container .footer .row .col-lg-9 .row .col-sm-3 {
    width: 100% !important;
  }
  footer
    .container
    .footer
    .row
    .col-lg-9
    .row
    .col-sm-3
    .footer-info
    .footer-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  footer .container .footer .row .col-lg-9 .row .col-sm-3 .footer-info {
    padding-bottom: 10px;
  }
  footer
    .container
    .footer
    .row
    .col-lg-9
    .row
    .col-sm-3
    .footer-info
    .footer-title
    i {
    display: block;
  }
  footer
    .container
    .footer
    .row
    .col-lg-9
    .row
    .col-sm-3
    .footer-info
    .footer-title
    #footer-drop {
    display: block;
  }
  footer
    .container
    .footer
    .row
    .col-lg-9
    .row
    .col-sm-3
    .footer-info
    .footer-title
    #footer-drop
    i {
    color: #fff;
    font-size: 30px;
  }
  footer
    .container
    .footer
    .row
    .col-lg-9
    .row
    .col-sm-3
    .footer-info
    .footer-list {
    display: none;
  }
  footer
    .container
    .footer
    .row
    .col-lg-9
    .row
    .col-sm-3
    .footer-info
    .footer-active {
    display: block;
    animation: slide-btm 1s 1;
  }
  footer
    .container
    .footer
    .row
    .col-lg-9
    .row
    .col-sm-3
    .footer-info
    .footer-active1 {
    display: block;
    animation: slide-btm 1s 1;
  }
  footer
    .container
    .footer
    .row
    .col-lg-9
    .row
    .col-sm-3
    .footer-info
    .footer-active2 {
    display: block;
    animation: slide-btm 1s 1;
  }
  footer
    .container
    .footer
    .row
    .col-lg-9
    .row
    .col-sm-3
    .footer-info
    .footer-active3 {
    display: block;
    animation: slide-btm 1s 1;
  }
  footer .container .footer .row .col-lg-9 .row .col-sm-3 .info-1::after {
    display: none;
  }
  footer .container .footer .row .col-lg-9 .row .col-sm-3 .info-2::after {
    display: none;
  }
  footer .container .footer .row .col-lg-9 .row .col-sm-3 .info-3::after {
    display: none;
  }
  footer .container .footer .row .col-lg-9 .row .col-sm-3 .info-4::after {
    display: none;
  }
  .page-main .home .container .carousel {
    height: 725px;
  }
  .mobi-slider {
    width: 73%;
    margin: auto;
  }
  .carousel-item .home-main .slider-img .Tab {
    bottom: -18px;
    right: 1px;
  }
  .page-main .services-info {
    padding-top: 5px;
  }
  .page-main .services .container .services-section .services-title h3 {
    font-size: 25px;
    padding-bottom: 65px;
  }
  .page-main .project .container .project-section .project-title h3 {
    font-size: 28px;
  }
  .page-main
    .project
    .container
    .project-section
    .project-title
    .services-icon {
    width: 17%;
    top: 30px;
  }
  .page-main .home {
    padding-top: 0px;
  }
  .timeline-line {
    display: none;
  }
  .blur1::after {
    display: none;
  }
  .blur2::after {
    display: none;
  }
  .timel2 {
    padding-left: 0px;
  }
  .timeline-left {
    padding-right: 0px;
  }
  .time-head {
    text-align: center !important;
  }
  .row4 {
    padding-top: 10px;
  }
  .row2 {
    padding-top: 10px;
  }
  .row4 .col-top,
  .row2 .col-top {
    order: 2;
    display: flex;
    justify-content: center;
  }
  .row4 .col-btm,
  .row2 .col-btm {
    order: 1;
    display: flex;
  }
  .blog-cards .card-body .card-title {
    font-size: 18px;
  }
  .choose {
    padding-bottom: 0px !important;
  }
  .choose-section {
    padding-bottom: 0px !important;
  }
  .timeline-head h1 {
    padding-top: 0px;
    padding-bottom: 25px;
  }
  .page-main
    .choose
    .container
    .choose-section
    .services-card
    .row-cols-md-4
    .col {
    padding-bottom: 15px;
    margin-top: 0px;
  }
  .contacthome .banner-title h1,
  .contacthome .banner-description p {
    /* width: 90% !important; */
  }
  .contacthome .banner-description p {
    width: 90% !important;
  }
  .timeline-block {
    padding-bottom: 25px;
  }
  .timeline {
    padding-top: 20px;
  }
  .sister-company {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .banner-title h1,
  .services-sub-banner .banner-title h1 {
    font-size: 23px;
  }
  .why-sub {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .team-service-card .card {
    padding: 0.5rem;
  }

  .services-tab-content h3 {
    font-size: 18px;
  }
  .c-card h2 {
    font-size: 20px !important;
    padding-left: 30px;
  }
  .c-card h2::before {
    font-size: 20px;
  }

  .client-card-title h2 {
    font-size: 25px;
  }
  .contact-us-form form {
    padding: 20px 10px;
  }

  div#rc-anchor-container {
    border-radius: 0;
  }
  .home-banner {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .services-main .home-banner {
    padding-bottom: 50px;
    background-image: url(../images/services-main-bg.webp);
  }
  .contacthome {
    padding-bottom: 50px;
  }
  .contactHistory .ellipse {
    display: none;
  }
  .contactHistory .history-right .history-line {
    display: none;
  }
  .contactHistory .history-right {
    padding-left: 0px !important;
  }
  .top-head {
    padding-top: 35px;
  }
  .banner-description p {
    width: 100%;
  }
  .ex-sub-banner .banner-description p {
    width: 100%;
  }
  .blog-title h3,
  .sister-title h3 {
    font-size: 25px;
    padding-top: 5px;
    padding-bottom: 0px;
  }
  .blog-description p,
  .sister-com-description p {
    font-size: 16px;
  }
  .about-contact-title h3 {
    font-size: 22px;
  }
  .rectegn {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .sistercompany-section .row {
    padding: 10px 0px;
  }
  .blog-description p,
  .sister-com-description p {
    padding-top: 0px;
  }
  .navbar-nav .nav-item:hover .services-ul-sub .service-menu {
    margin-left: 0;
  }
  .navbar-nav .nav-item:hover .services-ul-sub .service-menu > * {
    padding-left: 0;
  }
  .contact-section .contact-form form .input-gp {
    flex-direction: column;
  }
  footer .office .container .office-section .office-list {
    margin-left: 0;
  }
  footer .office .container .office-section .office-list > * {
    padding-left: 0;
  }
  footer .office .container .office-section .office-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15;
    margin-top: -14;
  }
  .page-main .project .container .project-section .project-card .card-group1 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-top: -15px;
  }
  footer .office .container .office-section .office-list {
    margin-left: 0;
  }
  footer .office .container .office-section .office-list > * {
    padding-left: 15;
    padding-top: 14;
    width: calc(100% / 1);
  }
  .office-list .office-list-items .office-info .office-details .title-img {
    width: 15%;
  }
  .office-list .office-list-items .office-info .office-details .office-address {
    width: 80%;
  }
  footer .payment {
    padding-top: 35px;
  }
  .page-main
    .services-info
    .container
    .service-info-section
    .row
    .col-lg-12
    .description
    h3 {
    font-size: 18px;
  }
  .page-main
    .services-info
    .container
    .service-info-section
    .row
    .col-lg-12
    .description
    strong {
    font-size: 18px;
  }
  .page-main .home .carousel-control-next {
    right: 2px !important;
    top: 50%;
  }
  .page-main
    .home
    .container
    .carousel
    .carousel-inner
    .carousel-item
    .home-main
    .home-info
    .home-btn
    a {
    width: 115px;
    font-size: 10px;
    height: 40px;
    left: 13% !important;
  }
  .page-main .home .carousel-control-prev {
    left: 1px !important;
    top: 50%;
  }
  .page-main
    .services
    .container
    .services-section
    .services-card
    .row-cols-md-4
    .col {
    width: 100%;
  }
  .page-main .project .container .project-section .project-card .card-group1 {
    margin-left: 0;
  }
  .page-main
    .project
    .container
    .project-section
    .project-card
    .card-group1
    > * {
    padding-left: 0;
  }
  .page-main
    .project
    .container
    .project-section
    .project-card
    .card-group1
    > * {
    padding-left: 15px;
    padding-top: 15px;
    width: calc(100% / 1);
  }
  .timeline-head h1 {
    font-size: 30px;
    margin-bottom: 0px;
  }
  .mission-left .mission-description p {
    font-size: 16px;
  }
  .mission-right .mission-description p span {
    font-size: 18px;
  }
  .mission-title h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) and (max-width: 600px) {
  .page-main .project .container .project-section .project-card .card-group1 {
    margin-left: 0;
  }

  .page-main
    .project
    .container
    .project-section
    .project-card
    .card-group1
    > * {
    padding-left: 0;
  }
}
@media (max-width: 560px) {
  .expertise-sec .history-title h3 {
    font-size: 20px !important;
  }
  .page-main .services .container .services-section .services-title h3 {
    font-size: 24px !important;
  }
  .contact-section .contact-form form .send-cattch {
    flex-direction: column;
    margin-top: 18px;
  }
  .contact-section .contact-form form .send-cattch .btn-cathca .captcha {
    margin-bottom: 10px;
  }
  .client-card-li {
    width: calc(100% / 2);
  }
  .contact-section .contact-form form .send-cattch .btn-cathca .text {
    margin: 0.5em !important;
    text-align: center;
  }
  .contact-section .contact-form form .send-cattch .btn-cathca .logo {
    align-self: center !important;
  }
  /* .contact-section .contact-form form .send-cattch .btn-cathca .spinner {
    margin: 2em 0.5em 0.5em 0.5em !important;
  } */
  .contact-section .contact-form form .send-cattch .send-btn {
    width: 190px !important;
  }
  .contact-section .contact-form form .send-cattch .send-btn a {
    left: 50% !important;
    transform: translate(-50%, -45%) !important;
  }
  .cate-bens h3 {
    font-size: 12px;
  }
  .blur-box {
    padding: 10px;
    height: auto;
  }
}

@media only screen and (max-width: 475px) {
  .toggle-header .container .toggle-bar {
    width: 40px;
    height: 40px;
  }
  .content-li a {
    font-size: 13px;
  }
  .page-main .software-page .services-card .row-cols-md-4 .col .card {
    height: auto !important;
  }
  .head-list-items h6,
  .head-list-items a,
  .head-list-items p {
    font-size: 10px;
  }
  .page-main .wireless-box .services-card .row-cols-md-4 .col .card {
    height: auto !important;
  }
  .history-right-title h2,
  .form-title h2 {
    font-size: 25px;
  }
  .history-title h3 {
    font-size: 24px;
  }
  .step-title h4 {
    font-size: 20px;
  }
  .toggle-header .container .toggle-bar span:nth-child(1) {
    width: 25px;
  }
  .team-name h2 {
    font-size: 20px;
    padding-top: 10px;
  }
  .toggle-header .container .toggle-bar span:nth-child(2) {
    width: 32px;
  }
  .toggle-header .container .toggle-bar span:nth-child(3) {
    width: 25px;
  }
  .contact-section .contact-title .services-icon {
    width: 23%;
  }
  .page-main .home .container .carousel {
    height: 565px;
  }
  .mobi-slider {
    width: 73%;
    margin: auto;
  }
  .page-main
    .home
    .container
    .carousel
    .carousel-inner
    .carousel-item
    .home-main
    .home-info
    .home-title
    h1 {
    font-size: 32px;
  }
  .page-main
    .home
    .container
    .carousel
    .carousel-inner
    .carousel-item
    .home-main
    .home-info
    .home-description
    p {
    font-size: 15px;
  }
  .page-main
    .home
    .container
    .carousel
    .carousel-inner
    .carousel-item
    .home-main
    .home-info
    .home-btn
    a {
    left: 20% !important;
    transform: translate(0%, -15%);
  }
  .page-main
    .services
    .container
    .services-section
    .services-title
    .services-icon {
    width: 23%;
  }
  .page-main .services .services-section .services-title .services-icon {
    width: 23%;
  }
  .page-main
    .project
    .container
    .project-section
    .project-title
    .services-icon {
    width: 23%;
  }
  .page-main .client .client-section .client-title .services-icon {
    width: 23%;
  }
  .time-title h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .mission-title h3 {
    font-size: 19px;
  }
}

@media (max-width: 450px) {
  footer .container .footer .row .footer-socail-icon {
    padding-top: 20px;
    width: 75%;
  }
  .choose-title h3 {
    padding-bottom: 0px !important;
    font-size: 25px !important;
  }
  .home-banner {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .top-head {
    padding-top: 20px;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 375px) {
  .page-main .home .container .carousel {
    height: 485px;
  }
  .team-description h3 {
    width: 100%;
  }
  .mobi-slider {
    width: 73%;
    margin: auto;
  }
  .contact-us-form .send-cattch .send-btn {
    width: 260px;
  }
}
@media (max-width: 398px) {
  .page-main
    .home
    .container
    .carousel
    .carousel-inner
    .carousel-item
    .home-main
    .home-info
    .home-title
    h1 {
    font-size: 28px;
  }
}
@media (max-width: 350px) {
  .page-main
    .home
    .container
    .carousel
    .carousel-inner
    .carousel-item
    .home-main
    .home-info
    .home-title
    h1 {
    font-size: 24px;
  }
}

/*testimonial page*/

.request-quote-banner {
  background-image: url("../images/request-quote-banner.webp") !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}

.moretext {
  display: none;
}

.overlay-testimonial {
  background-color: #2e262e;
  opacity: 0.8;
  padding-top: 166px;

  padding-bottom: 141px;
}
.banner-title-testimonial {
  font-size: 80px;
  color: #fff !important;
  text-align: center;
  opacity: 1 !important;
  font-family: PT Sans;
}
.below-test-banner {
  background-color: #fff;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 37px;
}
.below-test-banner h3 {
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  font-weight: bold;
  color: #3d486a;
  display: inline-block;
}
.below-test-banner h3::after {
  width: 107px;
  background-color: #ffc82d;
  position: relative;
  content: "";
  height: 2px;
  display: block;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
}
.below-test-banner p {
  font-size: 18px !important;

  color: #6f6f6f;
}
.below-test-banner .container {
  padding-top: 35px;
}
.below-test-banner .row {
  margin-top: 27px;
}
.below-test-banner .card {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: none;
}
.below-test-banner .card .card-title {
  font-size: 20px;
  color: #9a9b9c;
}
.below-test-banner .card .card-text {
  color: #838383;
  font-size: 15px;
}
.below-test-banner .card img {
  width: 50%;
  margin: 0 auto;
}
.below-test-banner .card a {
  text-decoration: none;
  color: #000;
}
.below-test-banner .card .card-desc {
  font-size: 13px;
  padding: 10px 0px 10px 0px;
  color: #6f6f6f;
  margin: 0px !important;
}
.below-test-banner .see-more-btn {
  text-decoration: none;
  width: 235px;
  height: 68px;
  border-radius: 10px;
  padding: 10px;
  font-size: 16px;
  background-color: #023b81;

  color: #fff;
  padding: 25px 78px;
  margin-top: 30px;
}
.below-test-banner h3::after {
  height: 5px !important;
}
.below-test-banner .card .card-img-top {
  height: 119px !important;
  width: 98px !important;
  margin: 0 auto !important;
}
.below-test-banner .card .card-title {
  color: #2e262e !important;
  font-size: 20px !important;
  font-weight: 700 !important;
}
.below-test-banner .card .card-text {
  font-size: 15px !important;
}
.below-test-banner .card .card-desc {
  font-size: 14px !important;
}
.below-test-banner .card .card-desc a {
  text-decoration: none !important;
  font-size: 16px !important;
  font-weight: 700;
  color: #2e262e !important;
}
.see-more-btn {
  font-size: 20px !important;
  font-weight: 700 !important;
}
.below-test-banner .card .card-img-top {
  object-fit: contain !important;
}
.testimonial-banner {
  background: linear-gradient(rgba(46, 38, 46, 0.1), rgba(46, 38, 46, 0.1)),
    url(../images/test-banner-bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
/* .below-test-banner .view-more{
  background-color: #023b81;
  text-align: center;
  border-radius: 5px;
  padding: 15px 40px;
  border: 2px solid #023b81;
  outline: none;
font-size: 20px;
font-weight: 700;
  color:#fff;
 }
 .below-test-banner .view-more:hover{
  background-color: #fff;
  color:#023b81;
  
 } */
.below-test-banner .view-more {
  border: none;
  position: relative;
  width: 200px;
}
.below-test-banner .view-more {
  display: flex;
  align-items: center;
  justify-content: center;
  /* position: absolute; */
  top: 16%;
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  background: #ffc82d;
  padding: 16px 20px;
  color: #fff;
  border-radius: 4px;
  transition: 0.5;
  overflow: hidden;
  width: 180px;
  height: 47px;
  left: 50%;
  transform: translate(-50%, -45%);
  font-size: 14px;
}

.below-test-banner .view-more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  -webkit-transition: 1s;
  transition: 1s;
  border-style: solid;
  border-color: #023b81;
  border-width: 80px 150px;
  transform: rotate(360deg);
  transform-origin: top left;
}
.below-test-banner .view-more:hover {
  color: #fff;
  transition: 0.5s;
  transition-delay: 0.3s;
}
.below-test-banner .view-more:hover::before {
  border-color: #ffc82d;
  transform: rotate(20deg);
}
/* .request-q-banner{
  background-repeat: no-repeat;
  background: linear-gradient(rgba(61,72,106,0.7), rgba(61,72,106,0.7)), url(../images/request-quote-banner.webp);
  background-size: 100% 100%;
  padding-bottom: 30px;
  
} */

/*.................................... rerquest banner css start ............................................. */

.request-q-banner {
  background: linear-gradient(rgba(18, 12, 27, 0.67), rgba(18, 12, 27, 0.67)),
    url(../images/request-quote-banner.webp) bottom center no-repeat;
  background-size: cover;
  padding: 110px 0;
}
.below-banner p {
  font-size: 16px;
  color: #6f6f6f;
}
.quote-form-box {
  background-color: #f8f8f8;
  padding: 40px 0;
}
.quote-form-box .heading {
  font-size: 35px;
  font-weight: 700;
  font-family: "CerebriSansPro";
  text-align: center;
  color: #3d486a;
}

.quote-form-box .form-control::placeholder {
  color: #3d486a;
}

.quote-form-box .form-control {
  font-size: 16px;
  color: #3d486a;
  padding: 14px 12px;
  border: none;
  border-radius: 3px;
  box-shadow: 0px 4px 6px 0px #ccc;
}

.quote-form-box textarea.form-control {
  resize: none;
}

.quote-form-box .input-text {
  color: #6c748e;
  padding: 24px 16px;
  width: 100%;
  height: 50px;
  font-size: 20px;
  font-weight: 500;
  border: none;
  outline: none;
  box-shadow: rgba(84, 160, 255, 0.15) 1.95px 1.95px 2.6px;
}
.quote-form-box .row {
  margin-top: 14px;
}
.text-area {
  color: #6c748e;
  padding: 24px 16px;
  height: 95px;
  border: none;
  outline: none;
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  box-shadow: rgba(84, 160, 255, 0.15) 1.95px 1.95px 2.6px;
}
.quote-form-box input[type="file"]::file-selector-button {
  margin-right: 20px;
  border: none;
  background: #3d486a;
  padding: 10px 20px;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.quote-form-box input[type="file"]::file-selector-button:hover {
  background: #0d45a5;
}

.quote-form-box input[type="checkbox"] {
  width: 30px;
  border-radius: 5px;
  height: 30px;
  border: 2px solid #c8c8c8;
}
.quote-form-box input[type="file"] {
  border: 1px solid #d3d3d3;
  outline: none;
  width: 100%;
  color: #444;
  padding: 22px 28px;
  background: #fff;
  box-shadow: none;
}

.quote-form-box .input-captcha {
  padding: 5px 0px 5px 20px;
  width: 100%;
  float: right;

  background-color: #f9f9f9;
  display: flex;
  justify-content: space-around;
  border: 2px solid #e8e8e8;
}
/* .quote-form-box .submit{
  width: 100%;
  padding: 40px o;
  text-align: center;
  background-color: #023b81;
  color:#fff;
  border-radius: 5px;
  border: none;
  height: 56px;
  outline: none;
  font-size: 20px;
  font-weight: 400;
} */
.quote-form-box .submit {
  position: relative;
  width: 200px;
  border: none;
}
.quote-form-box .submit {
  display: flex;
  align-items: center;
  justify-content: center;
  /* position: absolute; */
  top: 50%;
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  background: #ffc82d;
  padding: 16px 20px;
  color: #fff;
  border-radius: 4px;
  transition: 0.5;
  overflow: hidden;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -45%);
  font-size: 20px;
}
.input-captcha .checkbox-text {
  position: relative;
  top: -10px;
}
.quote-form-box .submit::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  -webkit-transition: 1s;
  transition: 1s;
  border-style: solid;
  border-color: #023b81;
  border-width: 80px 150px;
  transform: rotate(360deg);
  transform-origin: top left;
}
.quote-form-box .submit:hover {
  color: #fff;
  transition: 0.5s;
  transition-delay: 0.3s;
}
.quote-form-box .submit:hover::before {
  border-color: #ffc82d;
  transform: rotate(20deg);
}
.input-captcha .captcha-img {
  /* width: 25px !important; height: 25px !important; */
}
.input-captcha .span {
  font-size: 15px;
  font-weight: 300;
}
.quote-form-box .ourTeam-title h3 {
  font-size: 30px !important;
  font-weight: 700 !important;
  margin-bottom: 40px;
}
.input-captcha .checkbox-text {
  position: relative;
  top: -10px;
}

.quote-form-box .g-recaptcha > div {
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .quote-form-box .g-recaptcha > div {
    margin: 0 0 0 auto;
  }
}

@media (max-width: 768px) {
  .quote-form-box .input-captcha {
    width: 100%;
  }
}

/****************** portfolio page************************/
.request-portfolio-banner {
  background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(18, 12, 27, 0.67)
    ),
    url(../images/portfolio-bg-banner.webp) center no-repeat;
  background-size: cover;
  padding: 110px 0;
}
.portfolio-banner h3 {
  font-family: "Cerebri Sans Pro";
  font-size: 24px;
  font-weight: bold;
  color: #3d486a;
  text-transform: uppercase;
}
.portfolio-banner p {
  font-family: "Cerebri Sans Pro";
  font-size: 16px;
  font-weight: 400;
  color: #3d486a;
}
.portfolio-banner .list-item {
  font-family: "Cerebri Sans Pro";
  font-size: 16px;
  font-weight: 400;
  color: #3d486a;
}
/*web apps section*/
.web-apps .view-more {
  border: none;
  position: relative;
  width: 200px;
}
.web-apps .view-more {
  display: flex;
  align-items: center;
  justify-content: center;
  /* position: absolute; */
  top: 16%;
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  background: #ffc82d;
  padding: 16px 20px;
  color: #fff;
  border-radius: 4px;
  transition: 0.5;
  overflow: hidden;
  width: 180px;
  height: 47px;
  left: 50%;
  transform: translate(-50%, -45%);
  font-size: 14px;
}

.web-apps .view-more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  -webkit-transition: 1s;
  transition: 1s;
  border-style: solid;
  border-color: #023b81;
  border-width: 80px 150px;
  transform: rotate(360deg);
  transform-origin: top left;
}
.web-apps .view-more:hover {
  color: #fff;
  transition: 0.5s;
  transition-delay: 0.3s;
}
.web-apps .view-more:hover::before {
  border-color: #ffc82d;
  transform: rotate(20deg);
}
.web-apps {
  width: 100%;
  background-color: #f9f9fb;
  padding: 30px 0;
}
.web-apps h3 {
  font-family: "Cerebri Sans Pro";
  font-size: 40px;
  font-weight: bold;
  color: #3d486a;
  text-align: center;
  text-transform: uppercase;
}
.web-apps .card .img-box1 {
  background-color: #c1e7ff;
  padding-top: 20px;
  border-radius: 5px;
  border: 25px solid #fff;
}

.web-apps .card .img-box2 {
  background-color: #5bffff;
  border-radius: 5px;
  padding-top: 0px;
  border: 25px solid #5bffff;
}
.web-apps .btn {
  margin-left: 0px;
  font-family: "Cerebri Sans Pro" !important;
  font-size: 16px !important;
  font-weight: bold !important;
  color: #023b81;
}
.web-apps .card .card-text {
  font-family: "Cerebri Sans Pro";
  font-size: 16px;
  font-weight: normal;
  color: #6f6f6f;
  margin-bottom: 0;
}
.web-apps .card .card-title {
  font-family: "Cerebri Sans Pro";
  font-size: 18px;
  font-weight: bold;
  color: #3d486a;
}
.web-apps .card {
  box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
  border-radius: 7px;
  border: none;
}
.web-apps .card .card-img-top {
  width: 80%;
  margin: 0 auto;
}
.web-apps .right-arrow {
  display: inline-block;
}

/*Android / Iphone Apps*/
.android {
  width: 100%;
  background-color: #fff;
  padding: 30px 0;
}
.android h3 {
  font-family: "Cerebri Sans Pro";
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #3d486a;
  text-transform: uppercase;
}
.android .card .img-box3 {
  background-color: #ead7ff;
  padding-top: 20px;
  border-radius: 5px;
  border: 25px solid #fff;
}
.android .card .img-box4 {
  background-color: #c1e7ff;
  border-radius: 5px;
  padding-top: 20px;
  border: 25px solid #fff;
}
.android .btn {
  font-family: "Cerebri Sans Pro" !important;
  font-size: 18px !important;
  font-weight: bold !important;
  color: #023b81;
}
.android .card .card-text {
  font-family: "Cerebri Sans Pro";
  font-size: 16px;
  font-weight: normal;
  color: #6f6f6f;
  margin-bottom: 0;
}
.android .card .card-title {
  font-family: "Cerebri Sans Pro";
  font-size: 25px;
  font-weight: bold;

  color: #3d486a;
}
.android .card {
  box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
  border-radius: 7px;
  border: none;
}
.android .card .card-img-top {
  width: 100%;
  margin: 0 auto;
}
.android .right-arrow {
  display: inline-block;
}
.android .view-more {
  position: relative;
  border: none;
  width: 200px;
}
.android .view-more {
  display: flex;
  align-items: center;
  justify-content: center;
  /* position: absolute; */
  top: 16%;
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  background: #ffc82d;
  padding: 16px 20px;
  color: #fff;
  border-radius: 4px;
  transition: 0.5;
  overflow: hidden;
  width: 180px;
  height: 47px;
  left: 50%;
  transform: translate(-50%, -45%);
  font-size: 14px;
}

.android .view-more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  -webkit-transition: 1s;
  transition: 1s;
  border-style: solid;
  border-color: #023b81;
  border-width: 80px 150px;
  transform: rotate(360deg);
  transform-origin: top left;
}
.android .view-more:hover {
  color: #fff;
  transition: 0.5s;
  transition-delay: 0.3s;
}
.android .view-more:hover::before {
  border-color: #ffc82d;
  transform: rotate(20deg);
}

.web-apps .card .img-box5 {
  background-color: #dae0e7;
  border-radius: 5px;
  padding-top: 20px;
  border: 25px solid #fff;
}
.web-apps .card .img-box6 {
  background-color: #a3d3d3;
  border-radius: 5px;
  border: 25px solid #fff;
  padding-top: 20px;
}

/****************** history page************************/
.history-banner {
  background-repeat: no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../images/history-banner-bg.webp);
  background-size: 100% 100%;
  padding-bottom: 30px;
}
.history h3 {
  display: inline-block;
}
/* .history h3::after {
  width: 107px;
  height: 3px;
  background-color: #ffb93f;
  content: "";
  display: block;
  margin-top: 10px;
} */
/* .history-title h3::after {
  width: 107px;
  height: 3px;
  background-color: #ffb93f;
  content: "";
  display: block;
  margin-top: 10px;
} */
.below-history .span {
  color: #ffc82d;
}
.below-history .border {
  border-left: 5px solid #e3e3e3 !important;
}
.below-history .circle {
  position: relative;
  left: -69px;
  top: 95px;
}
.below-history h3 {
  font-family: "Cerebri Sans Pro";
  font-size: 25px;
  font-weight: bold;
  text-align: left;
  color: #3d486a;
}
.below-history .v-line {
  display: inline-block;
  position: relative;
  height: 100%;
}
.below-history .v-line::before {
  content: "";
  height: 100%;
  position: absolute;

  left: -40px;
  width: 2px;
  display: block;
  background-color: #e3e3e3;
}
.below-history strong {
  color: #406095;
}
.below-history .row {
  padding: 0px 0px !important;
}

/****************** support and management page************************/
.support-banner {
  background-repeat: no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../images/support-maintenance.webp);
  background-size: 100% 100%;
  padding-bottom: 30px;
}
.support h3 {
  font-family: "Cerebri Sans Pro";
  font-size: 30px;
  text-align: left;
  font-weight: bold;
  color: #3d486a;
}
.management {
  background-color: #f7fbff;
  width: 100%;
  padding: 40px 0;
}
/*Blog page*/
.blog-banner {
  background: url(../images/request-quote-banner.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0;
}

/* .next {
  padding-bottom: 10px;
} */

.blog {
  background-color: #fff;
  width: 100%;
  padding: 48px 0;
}
.blog .view-more {
  display: flex;
  align-items: center;
  justify-content: center;
  /* position: absolute; */
  top: 5%;
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  background: #ffc82d;
  padding: 16px 20px;
  color: #fff;
  border-radius: 4px;
  transition: 0.5;
  overflow: hidden;
  width: 180px;
  height: 47px;
  left: 0px;
  transform: translateY(-5%);
  font-size: 14px;
}

.blog h3 {
  font-family: "Cerebri Sans Pro";
  font-size: 20px;
  font-weight: bold;
  text-align: start;
  color: #3d486a;
}

.blog .img-hover-zoom--slowmo img {
  height: 230px;
  width: 100%;
  /* transform-origin: 50% 65%; */
  transition: transform 5s, filter 3s ease-in-out;
  filter: brightness(150%);
}

/* The Transformation */
.blog .img-hover-zoom--slowmo:hover img {
  filter: brightness(100%);
  transform: scale(3);
}
.img-container {
  overflow: hidden;
}
.zoom1 {
  width: 50px;
  height: 50px;
  margin: 0 5px;
}

.blog .img-container .zoom {
  height: auto;
  max-width: 100%;
  transition: transform 0.5s ease-in-out; /* Animation */
}

.blog .img-container .zoom:hover {
  transform: scale(1.1);
}

.zoom {
  transition: transform 0.5s ease-in-out; /* Animation */
  width: 100%;
  height: 230px;
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.5);
}
.android .btn:hover {
  color: orange !important;
}
.web-apps .card .card-body a:hover {
  color: orange !important;
}
/* web-apps page started*/

.web-apps .card a {
  text-align: left;
  position: relative;
  left: -13px;
}
.android .card a {
  text-align: left;
  position: relative;
  left: -13px;
}
.web-images .card .card-img-top {
  width: 100%;
  height: 100%;
}
.web-images .card {
  width: 100%;
  height: 100%;
}
.inner-web .box3 {
  padding-top: 20px !important;
  border-radius: 5px;
  border: 25px solid #fff;
}
.inner-web .card .card-img-top {
  margin-top: 20px;
}
/*Load More css*/

/* .col-md-4{
    display: none;
  } */
/* .col-hidden{
    display: none;
  } */

.content {
  background-color: #333;
  height: 200px;
  margin: 10px 0;
  border: 1px solid #ccc;
}

.load-more {
  background-color: #000;
  color: #fff !important;
  padding: 5px 10px;
  position: relative;
  left: 50%;

  transform: translateX(-50%);
  border-radius: 4px;
  text-align: center;
  font-size: 20px;
  margin: 50px 0;
  display: inline-block;
}

.load-more:hover {
  background-color: blue;
  text-decoration: none;
}
/*web-apps-inner pagination*/
.card {
  margin-bottom: 20px;
}
.wrap {
  /* position: absolute;
    top:0; */
}
.row {
  padding: 0px;
  margin: 0px;
}

@media screen and (min-width: 992px) {
  .blog .img-container .zoom {
    height: 225px;
  }
}

.card {
  /* position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid transparent;
    border-radius: 0px; */
}
.comment-widgets .comment-row {
  /* border-bottom: 1px solid transparent;
    padding: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0; */
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.p-2 {
  padding: 0.5rem !important;
}
comment-text {
  padding-left: 15px;
}
.w-100 {
  width: 100% !important;
}
* {
  outline: none;
}
.d-block {
  display: block !important;
}
.d-flex.flex-row.comment-row {
  /* border-bottom: solid 1px #e4e0e0; */
}
.mx-top {
}

/* Pagination css */

.pg-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

ul.pagination {
  margin-bottom: 0;
}

nav.pg-nav {
  display: flex;
}

.pag-disable {
  z-index: 2;
  color: #381be7;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.pag-dis {
  display: none !important;
}
/*web-inner-paginate*/
.web-inner-paginate a span {
  position: relative;
  top: 20%;
  transform: translateY(-20%);
}
.web-inner-paginate a {
  color: #000;
  /* margin: 0 20px; */
  padding: 10px 15px;
  background-color: #fff;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  /* border: 1px solid gray; */
}
.web-inner-paginate .active {
  background-color: #0077b5;
  color: #fff;
}

.web-inner-paginate a:focus {
  background-color: #0077b5;
  color: #fff;
  /* padding: 8px 13px;
  border: 1px solid darkblue;
  overflow: hidden; */
}
/*paginate css*/
.web-inner-paginate .page-container {
  overflow: hidden;
}
.web-inner-paginate .zoom {
  transition: transform 0.5s; /* Animation */
  width: 5%;
  height: 60px;
  margin: 0 5px;
  /* margin: 0 auto; */
}

.web-inner-paginate .zoom:hover {
  background-color: orange;
  opacity: 0.4;

  transform: scale(
    1.2
  ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.contacthome .top-head .container {
  position: relative;
  top: -50px;
  padding: 0px !important;
}
.content {
  /* width:100%;color: white;background-color: red; */
  background-color: #fff;
  width: 100%;
}
.page-web .card {
  width: 100%;
  display: block;
}
.img-box2 {
  background-color: #5bffff;
  border-radius: 5px !important;
  padding-top: 0px !important;
  border: 25px solid #5bffff;
}
.web-apps .card .img-box1 {
  padding: 0;
  border-radius: 5px;
  border: 25px solid #fff;
}
.web-apps .card .card-img-top {
  width: 100%;
}
.inner-web .hidden {
  display: none;
}
.inner-web .card .card-img-top {
  padding: 15px 15px 0 15px;
  margin-top: 0px;
}
.inner-web button {
  margin-top: 14px;
  /* margin-bottom: 20px !important; */
  border-radius: 7px;
  width: 100px;
  height: 50px;
  background-color: #023b81;
  border: 2px solid #023b81;
  color: #fff;
}
.inner-web button:hover {
  background-color: #fff;
  color: #023b81;
}
@media (max-width: 768px) {
  .contacthome .top-head .container {
    position: relative;
    top: 0px;
  }
  .web-inner-paginate .zoom {
    transition: transform 0.5s; /* Animation */
    width: 15%;
    height: 60px;
    margin-top: 10px;
    /* margin: 0 auto; */
  }
}

/* ---------------------------------------------------------------- */

.button-rotate .fa-angle-right {
  transform: rotate(0deg);
  transition: all 0.6s;
}
.button-rotate .fa-angle-right.active {
  transform: rotate(90deg);
}

.below-test-banner .card {
  margin-bottom: 0;
}

/* tech logo */

:root {
  /* --color-text: navy;
  --color-bg: papayawhip;
  --color-bg-accent: #ecdcc0; */
  --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: calc(var(--size) / 14);
  --duration: 60s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}

@media (prefers-color-scheme: dark) {
  :root {
    /* --color-text: papayawhip;
    --color-bg: navy;
    --color-bg-accent: #2626a0; */
  }
}

.marquee {
  --duration: 60s;
  --gap: var(--space);
  --space: 2rem;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  gap: var(--gap);
}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    animation-play-state: paused;
  }
}

.marquee--vertical {
  --mask-direction: to bottom;
}

.marquee--vertical,
.marquee--vertical .marquee__group {
  flex-direction: column;
}

.marquee--vertical .marquee__group {
  animation-name: scroll-y;
}

.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: -3s;
}

@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }
  to {
    transform: translateX(var(--scroll-end));
  }
}

@keyframes scroll-y {
  from {
    transform: translateY(var(--scroll-start));
  }
  to {
    transform: translateY(var(--scroll-end));
  }
}

/* Element styles */
.marquee svg {
  display: grid;
  place-items: center;
  width: var(--size);
  fill: var(--color-text);
  background: var(--color-bg-accent);
  aspect-ratio: 16/9;
  padding: calc(var(--size) / 10);
  border-radius: 0.5rem;
}

.marquee--vertical svg {
  aspect-ratio: 1;
  width: calc(var(--size) / 1.5);
  padding: calc(var(--size) / 6);
}

/* Parent wrapper */
.wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  margin: auto;
  max-width: 100vw;
}

.wrapper--vertical {
  flex-direction: row;
  height: 100vh;
}

/* Toggle direction button */
.toggle {
  --size: 3rem;
  position: relative;
  position: fixed;
  top: 1rem;
  left: 1rem;
  width: var(--size);
  height: var(--size);
  font: inherit;
  text-align: center;
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 50%;
  color: inherit;
  background-color: var(--color-bg-accent);
  z-index: 1;
}

.toggle:focus-visible {
  box-shadow: 0 0 0 2px var(--color-text);
}

.toggle span {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: calc(100% + 0.4em);
  width: fit-content;
  white-space: nowrap;
  transform: translateY(-50%);
  animation: fade 400ms 4s ease-out forwards;
  user-select: none;
}

.toggle svg {
  --size: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--size);
  height: var(--size);
  fill: currentcolor;
  transform: translate(-50%, -50%);
  transition: transform 300ms cubic-bezier(0.25, 1, 0.5, 1);
}

.toggle--vertical svg {
  transform: translate(-50%, -50%) rotate(-90deg);
}

@keyframes fade {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

.tech-logo {
  display: flex;

  justify-content: center;
  align-items: center;
  background: #e8f4ff;
  width: auto;
  /* max-width: 100%; */
  padding: 10px 20px;
  border-radius: 40px;
  margin-right: 15px;
  place-items: center;
}
.tech-logo img {
  width: 40px;
  height: 40px;
}
.logo-text {
  margin-left: 10px;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.marquee__content {
  display: flex;
  gap: "1rem";
}

/* .cards {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0.5rem 0.5rem 2.5rem;
  min-height: 100vh;
} */

.protfolio-card {
  align-items: center;
  /* background-color: #fff; */
  box-shadow: 0px 5px 12px 2px rgba(0, 0, 0, 0.1);
  display: flex;
  /* flex: 0 0 13.5rem; */
  flex-direction: column;
  /* width: 300px; */
  margin: 0.5rem 0rem;
  padding: 1rem;
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 10px;
}
.protfolio-card:hover {
  opacity: 0.9;
}

.protfolio-card__title {
  font-size: 22px;
  font-weight: bolder;
  /* margin: 0 0 0.5rem; */
  margin-bottom: 0px !important;
  /* text-align: center; */
  text-align: center;
  width: 100%;
  color: white;
  margin-top: 5px;
}

.visit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px !important;
}

/* .protfolio-card__title:hover span {
  display: none;
}

.protfolio-card__title:hover::before {
  content: "Visit Site »";
  cursor: pointer;
} */

.protfolio-card__image {
  height: 400px;
  margin-bottom: 0.5rem;
  overflow: hidden;
  width: 100%;
}

.protfolio-card__image img {
  object-fit: cover;
  overflow: hidden;
  /* transition duration is less than the one on hover */
  /* so img returns faster to its original position */
  transition: transform 1s ease-in-out;
  width: 100%;
}

.protfolio-card__image:hover img {
  transform: translateY(calc(-100% + 400px));
  transition: transform 5s ease-in-out;
}

.content {
  position: relative;
  /* width: 90%; */
  max-width: 400px;
  height: 400px !important;
  margin: auto;
  overflow: hidden;
  border: none !important;
}

.content .content-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  /* height: 99%; */
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 1;
  height: 400px;
}

.content:hover .content-overlay {
  opacity: 1;
}

/* .content-image {
  width: 100%;
} */

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1;
}

.content:hover .content-details {
  top: 43%;
  left: 50%;
  opacity: 1;
  border: 2px solid #fff;
  padding: 20px 0px;
  width: 241px;
  /* height: 227px; */
  /* border-radius: 50%; */
  border-radius: 100px;
  padding: 8px 13px;
  margin: 5px;
}

.content-details h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-size: 20px;
}

.content-details p {
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom {
  top: 80%;
}

.fadeIn-top {
  top: 20%;
}

.fadeIn-left {
  left: 20%;
}

.fadeIn-right {
  left: 80%;
}

/* Section Blogs */
.section_popular_posts {
  background: #f9fafb;
  padding: 48px 0;
}

.section_popular_posts .popular_posts_title {
  font-size: 34px;
  font-weight: 800;
  text-transform: capitalize;
}

.section_popular_posts .card {
  -moz-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06),
    0 4px 6px -1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06),
    0 4px 6px -1px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border: none;
  border-radius: 10px;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06),
    0 4px 6px -1px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  overflow: hidden;
}

.section_popular_posts .card .img-post {
  height: 300px;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}

.section_popular_posts .card .post_content {
  padding: 24px;
}

.section_popular_posts .card .post_content a {
  color: #212529;
}

.section_popular_posts .card .post_content .category {
  color: #ffc82d;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.section_popular_posts .card .post_content .post_title {
  color: #3d486a;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 8px 0;
}

.section_popular_posts .card .post_content .card-body {
  margin-bottom: 30px;
  padding: 0;
}

.section_popular_posts .card .post_content .post_desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

.section_popular_posts .card .post_content .card-footer {
  background: #ffffff;
  border: none;
  padding: 0;
}

.section_popular_posts .card .post_content .post_footer {
  display: flex;
  flex-shrink: 1;
  flex-direction: row;
  gap: 0.75rem;
}

.section_popular_posts .post_footer .avatar img {
  border-radius: 50%;
  max-width: 48px;
  height: auto;
}

.section_popular_posts .post_footer .post_details .author {
  color: #3d486a;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.section_popular_posts .post_footer .post_details .post_meta {
  color: #212529;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.nex-pre-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 14px;
  gap: 13px;
}
.gy-30 {
  --bs-gutter-y: 30px;
}

@media screen and (min-width: 768px) {
  .gx-md-30 {
    --bs-gutter-x: 30px;
  }

  .section_popular_posts {
    padding: 100px 0;
  }

  .section_popular_posts .popular_posts_title {
    font-size: 42px;
  }
}

@media screen and (min-width: 992px) {
  .section_popular_posts .card .img-post {
    height: 382px;
  }
}

/* All Posts */
.section_all_posts {
  background: #f9fafb;
  padding-bottom: 48px;
}

.section_all_posts .all_posts_title {
  font-size: 34px;
  font-weight: 800;
  line-height: 56px;
  margin-bottom: 0;
  text-transform: capitalize;
}

.section_all_posts .card {
  -moz-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06),
    0 4px 6px -1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06),
    0 4px 6px -1px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border: none;
  border-radius: 10px;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06),
    0 4px 6px -1px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  overflow: hidden;
}

.section_all_posts .card .card-body {
  padding: 24px;
}

.test-card .card {
  padding: 10px 0px !important;
}

.section_all_posts .card .card-body .category {
  color: #ffc82d;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

.section_all_posts .card .card-body .card-title {
  color: #3d486a;
  font-size: 27px;
  font-weight: 700;
  line-height: 32px;
  margin: 8px 0;
}

.section_all_posts .card .card-body .card-text {
  color: #212529;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

.section_all_posts .card .card-footer {
  background: #ffffff;
  border: none;
  padding: 12px 24px;
}

.section_all_posts .card .card-footer .post_footer {
  display: flex;
  flex-shrink: 1;
  flex-direction: row;
  gap: 0.75rem;
}

.section_all_posts .card .card-footer .post_footer .avatar img {
  border-radius: 50%;
  max-width: 48px;
  height: auto;
}

.section_all_posts .card .card-footer .post_footer .post_details .author {
  color: #3d486a;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.section_all_posts .card .card-footer .post_footer .post_details .post_meta {
  color: #212529;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.pb-r2 {
  padding-bottom: 30px !important;
}
.contact-img-logo {
  height: 95px;
  width: 95px;
  object-fit: cover;
}
.history-card-info {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
@media (min-device-width: 560px) and (max-device-width: 1026px) {
  .row-gapp {
    row-gap: 65px !important;
  }
  .expertise-img-h {
    height: 355px !important;
  }
  .pricing-1st-img {
    width: 100%;
    height: 340px !important;
    object-fit: cover;
    /* display: none; */
  }
  .services-sub-banner .banner-title h1 {
    font-size: 40px !important;
  }
}

@media screen and (min-width: 768px) {
  .section_all_posts {
    padding-bottom: 100px;
  }

  .section_all_posts .all_posts_title {
    font-size: 42px;
  }
}

/* Single Blog */
.single_blog {
  padding: 30px 0 90px;
}

.single_blog .blog_date {
  color: #ffc82d;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
  text-align: center;
}

.single_blog .blog_title {
  color: #3d486a;
  font-size: 24px;
  font-weight: 700;
  margin: 20px 0 0;
  text-align: center;
}

.single_blog .img-single-blog {
  border-radius: 24px;
  height: auto;
  margin: 30px 0;
  max-width: 100%;
  width: 100%;
}

.single_blog .blog_content .blog_text {
  font-size: 18px;
  margin-bottom: 20px;
}

.single_blog .blog_content .blog_subtitle {
  color: #3d486a;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .single_blog .blog_title {
    font-size: 47px;
    line-height: 56px;
  }

  .single_blog .img-single-blog {
    margin: 70px 0;
  }

  .single_blog .blog_content {
    padding: 0 24px;
  }
}

.app-sec-header {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
.app-sec-bg {
  background-color: #023b81;
  color: white;
}
.app-sec-header p {
  text-align: center !important;
}

.margin-top {
  margin-top: 165px !important;
}

.contact-box {
  width: 100%;
  height: auto;
  background: #e8f4ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.app-contact-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  /* position: absolute; */
  top: 50%;
  /* left: 100%; */
  font-size: 16px;
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: bold;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  text-decoration: none;
  text-transform: uppercase;
  background: #ffc82d;
  padding: 16px 20px;
  color: #fff;
  border-radius: 4px;
  padding: 0px 10px;
  text-align: center;
  -webkit-transition: 0.5;
  transition: 0.5;
  overflow: hidden;
  width: 230px;
  height: 70px;
}
.app-contact-btn a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  -webkit-transition: 1s;
  transition: 1s;
  border-style: solid;
  border-color: #023b81;
  border-width: 80px 150px;
  transform: rotate(360deg);
  transform-origin: top left;
}
.app-contact-btn a:hover {
  color: #fff;
  transition: 0.5s;
  transition-delay: 0.3s;
}
.app-contact-btn a:hover::before {
  border-color: #ffcf4a;
  transform: rotate(20deg);
}
.box-content p {
  font-size: 16px;
  font-family: "Cerebri Sans Pro";
  font-style: normal;
  font-weight: bolder;
  color: #2a2f34;
  margin: 0.5rem 0.8rem;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}
.design-dev-img {
  height: 309px;
  object-fit: cover;
  width: 100%;
}
.opensource-SD-1st-img {
  height: 525px;
  object-fit: cover;
  width: 100%;
}
.SER-1st-img {
  height: 521px;
  object-fit: cover;
  width: 100%;
}
.component-1st-img {
  height: 715px;
  object-fit: cover;
  width: 100%;
}
.expertise-img-h {
  height: 619px;
  object-fit: cover;
  width: 100%;
}
.career-bottom-img {
  height: 600px;
  object-fit: cover;
  width: 100%;
}
.android-job-img {
  height: 380px;
  object-fit: cover;
  width: 100%;
}
.envision-first-img {
  height: 620px;
  object-fit: cover;
  width: 100%;
}
.client-server-1st-img {
  height: 663px;
  object-fit: cover;
  width: 100%;
}
.row-gapp {
  row-gap: 75px;
}

.h-300 {
  height: 300px;
}

.career-img-end {
  height: 439px;
  width: 100%;
  object-fit: cover;
}
.img-border {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  padding: 5px;
  background-color: #fff;
}
.img-border img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-section-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .web-apps h3 {
    /* font-family: "Cerebri Sans Pro"; */
    font-size: 28px !important;
  }
  .sevices-sub {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .row-gapp {
    row-gap: 0px;
  }
  .h-300 {
    height: 210px !important;
  }
  .protfolio-card {
    height: 370px !important;
  }
}

@media screen and (max-width: 560px) {
  .pricing-1st-img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
    /* display: none; */
  }
  .career-img-end {
    height: auto !important;
    width: 100%;
    object-fit: cover;
  }
  .h-300 {
    height: 100% !important;
  }
  .row-gapp {
    row-gap: 0px;
  }
  .btn-cathca-margin {
    margin-bottom: 5px;
  }
  .contact-section .contact-form form .input-gp {
    padding-bottom: 0px;
  }
  .client-top-margin {
    margin-top: 50px !important;
  }
  .client-server-1st-img {
    height: auto;
    object-fit: cover;
    width: 100%;
  }
  .envision-first-img {
    height: auto;
    object-fit: cover;
    width: 100%;
  }
  .android-job-img {
    height: auto;
    object-fit: cover;
    width: 100%;
  }
  .career-bottom-img {
    height: auto;
    object-fit: cover;
    width: 100%;
  }
  .expertise-img-h {
    height: auto;
    object-fit: cover;
    width: 100%;
  }

  .component-1st-img {
    height: auto;
    object-fit: cover;
    width: 100%;
  }
  .SER-1st-img {
    height: auto;
    object-fit: cover;
    width: 100%;
  }
  .opensource-SD-1st-img {
    height: auto;
    object-fit: cover;
    width: 100%;
  }
  .design-dev-img {
    height: auto;
    object-fit: cover;
    width: 100%;
  }
  .margin-top {
    margin-top: 0px !important;
  }
  .box-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  .box-content p {
    text-align: center !important;
  }
}
