/* Importing Google font - Open Sans */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");

/* responsive code  */
@media screen and (max-width: 1700px){
  .wrapper nav {
      max-width: 100%;
      padding:  0 20px;
  }
  nav .content .links{
      margin-left: 30px;
  }
  .content .links li a{
      padding: 8px 13px;
  }
  
}
@media screen and (max-width:1250px) {
  .wrapper .menu-icon{
      display: block;
  }
  .content .links li a,
  .content .links li label{
      color: #fff;
      line-height: 40px;
      font-size: 20px;
      display: block;
      padding: 8px 18px;
      cursor: pointer;
  }
  .content .links li{
      margin : 15px 20px
  }

  nav .content .links{
      display: block;
      position: fixed;
      background: #101217;
      height: 100%;
      width: 100%;
      top: 70px;
      left: -100%;
      padding-bottom: 100px;
      margin-left: 0;
      max-width: 350px;
      overflow-y: auto;
      transition: all 0.3s ease-in-out;
  
  }
  nav #show-menu:checked ~ .content .links{
      left: 0%;
  }
  .wrapper #show-menu:checked ~ .menu-icon i::before{
      content: "\f00d" ;
  }
  .content .links li a.desktop-link{
      display: none;
  }

  /* dropdown responsive code  */
  .content .links ul{
      position: static;
      opacity: 1;
      visibility: visible;
      background: none;
      max-height: 0px;
      overflow: hidden;
  }
  .content .links #show-service:checked ~ ul,
  .content .links #show-product:checked ~ ul,
  .content .links #show-solution:checked ~ ul,
  .content .links #show-technology:checked ~ ul{
      max-height: 100vh;
  }
  .content .links ul li{
      margin: 7px 20px ;
  }
  .content .links ul li a{
      font-size: 18px;
      line-height: 30px;
      display: block;
      padding: 8px 18px;
      border-radius: 5px!important;
  }
  
}
@media screen and (max-width:400px){
  .wrapper nav{
      padding: 0 10px;
  }

  .content .logo a img{
      height: 1px ;
      width: auto;
      margin-top: 8px;
  
  }
  
}


p {
  color: rgb(41, 41, 41);
  font-size: 18px;
}

body {
  line-height: 1.7;
  font-weight: 400;
  font-size: 1rem;
  padding: 0;
  margin: 0;
  box-sizing: border-box; 
}

body:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 399;
}

body.offcanvas-menu {
  position: relative;
}
body.offcanvas-menu:before {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 500px) {
  html,
  body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
}
@media (max-width: 1024px) and (min-width: 500px) {
  html,
  body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
}

::-moz-selection {
  background: #110b7c;
  color: #fff;
}
::selection {
  background: #110b7c;
  color: #fff;
}

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Oswald", sans-serif;
  text-transform: capitalize;
}

.border-2 {
  border-width: 2px;
}

.text-black {
  color: #000 !important;
}

.bg-black {
  background: #000 !important;
}

.color-black-opacity-5 {
  color: rgba(0, 0, 0, 0.5);
}

.color-white-opacity-5 {
  color: rgba(255, 255, 255, 0.5);
}

.btn.btn-outline-white {
  border-color: #fff;
  background: transparent;
  color: #fff;
}

.btn.btn-outline-white:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}

.line-height-1 {
  line-height: 1 !important;
}

.bg-black {
  background: #000;
}

.form-control {
  height: 55px;
  background: #fff !important;
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.form-control:active,
.form-control:focus {
  border-color: #ff0000;
}
.form-control:hover,
.form-control:active,
.form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@media (min-width: 500px) {
  .site-section {
    padding: 5em 0;
  }
}
.site-section.site-section-sm {
  padding: 4em 0;
}

.site-section h1,
h3 {
  text-align: justify;
  color: #ff0000;
}
.site-sectionitconsultancy h3 {
  text-align: justify;
  color: #ff0000;
}

.site-section p {
  color: rgb(41, 41, 41);
}




/*-----------------------------------
Footer
-----------------------------------*/

.footer-area {
  position: relative;
  overflow: hidden;
  background: url(../images/footer-black.jpg) no-repeat;
  background-size: cover;
  background-position: 50%;
  z-index: 1;
  padding-top: 50px;
}
.footer-area:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../images/footer-black.jpg);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-area .content .logo {
  width: 200px;
}
.footer-area .content .logo img {
  width: 100%;
}
.footer-area .content p {
  color: #fff;
  margin-top: 15px;
  font-size: 14px;
}
.footer-area .content h3 {
  font-size: 25px;
  margin-bottom: 20px;
  color: #f5faff;
  position: relative;
  border-bottom: 1px solid #2d3d5f;
  left: 0;
  bottom: 0;
}
.footer-area .content h3:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  background: red;
  bottom: -2px;
  left: 0;
}
.footer-area .content .footer-list {
  margin: 0;
  padding: 0;
}
.footer-area .content .footer-list li {
  line-height: 1.5;
  margin-bottom: 5px;
  position: relative;
  list-style: none;
}
.footer-area .content .footer-list li a {
  color: #f5faff;
  font-size: 15px;
  transition: 0.3s;
  font-size: 14px;
}
.footer-area .content .footer-list li a i {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  display: inline-block;
  font-size: 15px;
}
.footer-area .content .footer-list li a:hover {
  letter-spacing: 0.02em;
  color: #1d42d9;
}
.footer-area .content .foot-social {
  position: relative;
}
.footer-area .content .foot-social li {
  position: relative;
  padding-left: 45px;
  color: #f5faff;
  font-size: 14px;
  margin-bottom: 18px;
  list-style: none;
}
.footer-area .content .foot-social li i {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: #1d42d9;
  border-radius: 5px;
  line-height: 31px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #f5faff;
}
.footer-area .copy-area {
  margin-top: 10px;
  padding: 15px 0;
  border-top: 1px solid #2a355e;
}
.footer-area .copy-area .menu {
  margin: 0;
  padding: 0;
}
.footer-area .copy-area .menu li {
  display: inline-block;
  margin-right: 20px;
}
.footer-area .copy-area .menu li a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #1d42d9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  transition: all 0.3s linear;
  position: relative;
}
.footer-area .copy-area .menu li a .social-tooltip {
  position: absolute;
  white-space: nowrap;
  font-size: 12px;
  padding: 5px;
  background-color: #1d42d9;
  color: #fff;
  box-shadow: 0 4px 5px 0.36px rgb(0 0 0 / 25%);
  top: -40px;
  left: 50%;
  transform: translate(-50%, 10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s linear;
}
.footer-area .copy-area .menu li a .social-tooltip:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-color: #1d42d9 transparent transparent transparent;
  border-style: solid;
  border-width: 5px;
}
.footer-area .copy-area .menu li a:hover .social-tooltip {
  transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.footer-area .copy-area .menu li:last-child {
  margin-right: 0;
}
.footer-area .copy-area p {
  font-size: 15px;
  color: #f5faff;
  margin-bottom: 0;
}
.footer-area .copy-area p a {
  color: #e6335a;
  font-size: 16px;
  font-weight: 600;
}
.footer-area .copy-area p a:hover {
  color: #7a7e9a;
}
.footer-area .copy-area .right {
  float: right;
}
@media (max-width: 768px) {
  .footer-area .copy-area .right {
    float: none;
    padding-top: 20px;
  }
}
/*-----------------------------------
      End Footer
-----------------------------------*/

/*--------------------------------------------------------------
# Header
------------------------------------------------------*/
/* Default styles for header and navigation items */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
  z-index: 997;
  padding: 10px;
}

/* Styles for header and navigation items when scrolling */
.header.scrolled {
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
  z-index: 1000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header.scrolled .navbar ul li a {
  color: black;
}
.header.scrolled .navbar ul li a .fas{
  color: black;
}
.header.scrolled .navbar ul .dropdown li a {
  color: #0e0d0d;
}
.header.scrolled .navbar .dropdown ul a:hover .fas,
.header.scrolled .navbar .dropdown ul a:hover{
  background-color: #007bff;
  color: #ffffff; 
}

.header .logo{
  margin-left:-5px; /* Pushes the logo to the left */
  text-decoration: none;
}
.header .logo img {
max-width: 100%;
height: 80px;
margin-top: 2px;
}

/*--------------------------------------------------------------
        # End Header
--------------------------------------------------------------*/

/*PRELOADING------------ */
#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 7100;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.loader {
  z-index: 7700;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.text-primary {
  color: #ff0000 !important;
}
.sectionHeader {
  font-size: 17px;
  font-family: "Oswald", sans-serif;
}
/*....End PRELOADING------------ */




/*Modal Captcha button*/
.input_field {
  position: relative;
  height: 45px;
  margin-top: 15px;
  width: 100%;
}
.refresh_button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: #826afb;
  height: 30px;
  width: 30px;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}
.refresh_button:active {
  transform: translateY(-50%) scale(0.98);
}
.input_field input,
.button button {
  height: 100%;
  width: 100%;
  outline: none;
  border: none;
  border-radius: 8px;
}
.input_field input {
  padding: 0 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.captch_box input {
  color: #6b6b6b;
  font-size: 22px;
  pointer-events: none;
}
.captch_input input:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}
.message {
  font-size: 14px;
  margin: 14px 0;
  color: #826afb;
  display: none;
}
.message.active {
  display: block;
}
.button button {
  background: #826afb;
  color: #fff;
  cursor: pointer;
  user-select: none;
}
.button button:active {
  transform: scale(0.99);
}
.button.disabled {
  opacity: 0.6;
  pointer-events: none;
}
.container1 {
  position: relative;
  max-width: 300px;
  width: 100%;
  border-radius: 12px;
}


.captch_box1 input {
  color: #6b6b6b;
  font-size: 22px;
  pointer-events: none;
}
.refresh_button1 {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: #826afb;
  height: 30px;
  width: 30px;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}
.refresh_button1:active {
  transform: translateY(-50%) scale(0.98);
}
.captch_input1 input:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}
.message1 {
  font-size: 14px;
  margin: 14px 0;
  color: #826afb;
  display: none;
}
.message1.active {
  display: block;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/*Mega menu style*/
.navbar > ul .menu-item-has-children a,
.navbar > ul .menu-item-has-children a .fas{
  color: #fff;
}
.navbar > ul .menu-item-has-children a:hover{
  color: #007bff;
}
.navbar > ul > li .sub-menu {
  position: absolute;
  z-index: 500;
  background-color: #ffffff;  /*#93ace4*/
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  padding: 20px 30px;
  transition: all 0.5s ease;
  margin-top: 40px;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: row;
  width: 1200px;
  margin-left: 50px;
  border-radius: 5px;
}
@media (min-width: 1023px) {
  .navbar > ul > li.menu-item-has-children:hover .sub-menu {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
  }
}
.navbar > ul > li .list-item .column-list li {
  line-height: 1;
  display: block; 
}
.navbar > ul > li .sub-menu .column-list > li > a{
	display: inline-block;
	padding: 5px 0;
	color: #140d5f;
	transition: color 0.3s ease;
	text-decoration: none;
	text-transform: capitalize;
  font-family: "Inter var","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.navbar > ul > li .sub-menu.mega-menu{ 
  transform: translateX(-50%) translateY(12px);	
}
.navbar > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover{
	color:#366fea;
  border-bottom: 1px solid #366fea;
}
.navbar > ul > li .list-item {
  margin-right: 60px;
}
.navbar > ul > li .sub-menu .list-item {
  flex: 1;
}
.navbar > ul > li .sub-menu .list-item .column-list {
  display: block;
  padding: 0;
  list-style: none;
}
.navbar > ul > li .sub-menu .list-item h4 {
  display: inline-block;
	transition: color 0.3s ease;
	text-decoration: none;
	text-transform: capitalize;
  font-family: "Inter var","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  margin-top: 20px;
}
/*End mega menu style*/

.navbar {
  padding: 0;
  margin-top: 0px;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px 10px 30px;
  font-size: 18px;
  font-weight: 600px;
  color: var(--headerTextLinkColor);
  white-space: nowrap;
  transition: 0.3s;

}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar .active,
.navbar .active:focus,
.navbar a:hover,
.navbar li:hover > a .fas,
.navbar li:hover > a {
  color: #007bb5;
}
.navbar .box-btn,
.navbar .box-btn:focus {
  background: #007bff;
  margin-left: 30px;
  color: #fff;
}
.navbar .dropdown a,
.navbar .dropdown .fas{
  color: black;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin-left: -20px;
  margin: 10;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
  border-bottom: 1px solid #d9d6d6;
}

.navbar .dropdown ul li:last-child {
  border-bottom: none;
  margin-bottom: -9px;
}

.navbar .dropdown ul li:first-child {
  margin-top: -8px;
}
.navbar .dropdown ul a {
  padding: 5px 10px;
  text-transform: none;
  color: #140d5f;
  font-family: "Inter var","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover{
  background-color: #007bff;
  color: #ffffff; 
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown ul li:hover> .sub-menu .list-item ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
  margin-left: 100px;
}

/*mega dropdown*/
.navbar .dropdown ul li:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown ul li ul {
 position: absolute;
 left: 200px;
 margin-top: -35px;
 margin-left: 0px;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/*.......Mobile menu................*/
.toggle_menu,
.close_menu {
    display: none;
}

@media screen and (max-width: 992px) {
  .navbar > ul > li .sub-menu {
    justify-content: start;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 990px) {
  .navbar > ul > li .sub-menu {
    flex-direction: column;
    position: static;
    box-shadow: none;
    border-radius: 0;
    height: 0;
    max-width: 380px;
    overflow: hidden;
    margin-left: 20px;
    margin-top: 0px;
  }
  .navbar > ul > li.menu-item-has-children:hover .sub-menu {
    height: 100%;
    visibility: visible;
    opacity: 1;
  }

  .navbar > ul > li .sub-menu ul{
    align-items: center;
  }
  .navbar > ul > li .sub-menu.mega-menu{ 
    transform: translateX(-5%);	
  }
  
  .navbar{
    position: absolute;
    height: 100vh;
    width: 100%;
    left: -100%;
    max-width: 400px;
    top: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    display: block;
    transition: 0.3s;
}
.navbar .dropdown ul {
  display: flex;
  position: static;
  /*left: 14px;*/
  top: calc(100% + 30px);
  margin: 10; 
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  box-shadow: 0 0 0px #e8ebf1;
  transition: 0s;
  border-radius: 4px;
  flex-direction: column;
  max-width: 350px;

  margin: 0 1.5rem;
  padding: 1rem 0;
}
.navbar .dropdown ul li {
  min-width: 380px;
}
.navbar .dropdown ul li a:hover{
  background-color: #ffffff;
  color: #007bff; 
}
.navbar ul{
  flex-direction: column;
  align-items: flex-start;
}

.navbar .bottom{
  margin-bottom: 30px;
}

.navbar .consultancy{
  margin-left: 5%;
}

.navbar .dropdown .fas,
.navbar > ul .menu-item-has-children a .fas{
  color: #001b7c;
}

 .navbar .dropdown a{
  color: #001b7c;
  /*margin: 0 1.5rem;*/
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  padding: 1rem 0;
  height:0;
  
}

.navbar .dropdown:hover a{
  height: 100%;
}

.navbar > ul .menu-item-has-children a {
  color: #001b7c;
  margin: 0 1.5rem;
  padding: 1rem 0;
}
.toggle_menu,
.close_menu {
    display: block;
    color: #1f4be7;
}
.mobile-nav-icon {
  font-size: 2.5rem;
}
.toggle_menu i:hover {
    color: #1f4be7;
}
.close_menu {
    margin: 1rem 1rem 1rem auto;
    background-color: #1f4be7;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    text-align: center;
}
.close_menu:hover{
    color: #1f4be7;
}
.close_menu i {
    line-height: 32px;
    color: #fff;
    font-size: 22px;
}
.show_menu{
    left: 0;
}
}
/*.........End mobile Menu...........*/



/*--------------------------------------------------------------
# End Navigation Menu
--------------------------------------------------------------*/

/*Button*/
.btn {
  font-size: 16px;
  color: #fff;
  padding: 15px 20px;
  margin-right: 12px;
  line-height: 1;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  background-color: #1d42d9;
  border: 1px solid #1d42d9;
}

.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 50%;
  background-color: #fff;
  z-index: -1;
  transition: all 0.5s;
}

.btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 100%;
  height: 50%;
  background-color: #fff;
  z-index: -1;
  transition: all 0.5s;
}

.btn.border-btn {
  background-color: transparent;
  border: 1px solid #fff;
}
.btn:hover {
  color: #1d42d9;
}
.btn:hover:before {
  left: 0;
}
.btn:hover:after {
  right: 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: 14;
    color: #fff;
    padding: 10px 15px;
  }
}

.box-btn {
  display: block;
  width: 200px;
  font-size: 16px;
  color: #fff;
  padding: 15px 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  border-radius: 50px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  background-color: #1d42d9;
  border: 2px solid #1d42d9;
}

.box-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 50%;
  background-color: #fff;
  z-index: -1;
  transition: all 0.5s;
}

.box-btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 100%;
  height: 50%;
  background-color: #fff;
  z-index: -1;
  transition: all 0.5s;
}

.box-btn:hover {
  color: #1d42d9;
}
.box-btn:hover:before {
  left: 0;
}
.box-btn:hover:after {
  right: 0;
}
.box-btn.blue {
  background-color: #499bea;
  border: 2px solid #499bea;
}
.box-btn.green {
  background-color: #40c46c;
  border: 2px solid #40c46c;
}
.box-btn.yellow {
  background-color: #ffc100;
  border: 2px solid #ffc100;
}
.box-btn.dark-blue {
  background-color: #0245bc;
  border: 2px solid #0245bc;
}
.box-btn.pink {
  background-color: #b50edf;
  border: 2px solid #b50edf;
}
.box-btn.red {
  background-color: red;
  border: 2px solid red;
}
.box-btn.blue:hover {
  color: #499bea;
}
.box-btn.green:hover {
  color: #40c46c;
}
.box-btn.yellow:hover {
  color: #ffc100;
}
.box-btn.dark-blue:hover {
  color: #0245bc;
}
.box-btn.pink:hover {
  color: #b50edf;
}
.box-btn.red:hover {
  color: red;
}

.hero-section {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 95vh;
  padding: 0 15px;
  width: 100%;
  /*max-width: 1400px;*/
  margin: 0 auto;
}

/* Media query for large screens */
@media only screen and (min-width: 768px) {
  .hero-section {
    padding: 0 50px; /* Adjust the padding for large screens */
  }
}

/* Media query for small screens */
@media only screen and (max-width: 767px) {
  .hero-section {
    flex-direction: column; /* Stack items vertically on small screens */
    height: auto; /* Adjust the height for small screens */
  }
}

.hero-section.dark-blue {
  background: linear-gradient(to bottom, #330c43 15%,  #0245bc 50%);
}
.hero-section.white {
  background: linear-gradient(to bottom, #fff 23%, #fff 95%);
}


.hero-section .hero {
  max-width: 100%;
  color: #fff;
  font-size: 2.5rem;
  margin-bottom: 20px;
  margin-top: 80px;
}
.hero{
  margin-top: 1rem;
  background-size: cover;
  overflow: hidden;
  width: 100%;
  height: 500px;
  margin-bottom: 50px;
}
.hero h1{
  font-size: 3rem;
  font-weight: 700;
  color: #001b7c;
  text-transform: none;
  text-align: left;
  width: 100%;
  animation-duration: 1.2s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  /*font: 50px/1 proxima_nova_altbold;*/
}

.hero h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.hero p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
  margin-left: 0;
  animation-duration: 1.2s;
  animation-fill-mode: both;
  animation-name: slideInRight;
  color: black;
}
.hero img{
  width: 50%;
  height: auto;
}
.banner-btn .btn {
  font-size: 16px;
  color: #fff;
  padding: 15px 20px;
  margin-right: 12px;
  line-height: 1;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  border-radius: 50px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  background-color: #1d42d9;
  border: 1px solid #1d42d9;
}
.banner-btn .btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 50%;
  background-color: #fff;
  z-index: -1;
  transition: all 0.5s;
}
.banner-btn .btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 100%;
  height: 50%;
  background-color: #fff;
  z-index: -1;
  transition: all 0.5s;
}
.btn.border-btn {
  background-color: transparent;
  border: 1px solid #fff;
}
.banner-btn .btn:hover {
  color: #1d42d9;
}
.banner-btn .btn:hover:before {
  left: 0;
}
.banner-btn .btn:hover:after {
  right: 0;
}


.hero-section .buttons {
  margin-top: 40px;
}

.hero-section .buttons a {
  text-decoration: none;
  color: #fff;
  padding: 12px 24px;
  border-radius: 0.375rem;
  font-weight: 600;
  transition: 0.2s ease;
  display: inline-block;
}

.hero-section .buttons a:not(:last-child) {
  margin-right: 15px;
}

.buttons .join {
  background-color: #47b2e4;
}

.hero-section .buttons .learn {
  border: 1px solid #fff;
  border-radius: 0.375rem;
}

.hero-section .buttons a:hover {
  background-color: #47b2e4;
}


.d-table {
  width: 100%;
  height: 100%;
}
.d-table {
  display: table !important;
}
.d-table-cell {
  vertical-align: middle;
}
.d-table-cell {
  display: table-cell !important;
}
.align-items-center {
  -moz-box-align: center !important;
  align-items: center !important;
}
.hero .banner-content {
  max-width: 540px;
  margin-left: auto;
}
.hero .banner-img {
  max-width: 500px;
  margin-left: 100px;
}
.hero .banner-img img {
  width: 100%;
  height: 500px;
}


@media (min-width: 1024px) {
  .hero-section {
    background-attachment: fixed;
  }
}
@media (max-width: 991px) {
  .hero-section {
    height: auto;
    padding: 120px 0 60px 0;
  }
 .hero-section .hero .banner-img {
    text-align: center;
    margin-top: 80px;
    margin-left: auto;
  }
  .hero-section .banner-img img {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .hero-section .hero {
    text-align: center;
  }
  .hero-section .banner-content h1,
  .hero-section h1 {
    font-size: 32px;
  }
  .hero-section .banner-img img {
    width: 100%;
  }
}


/*--------------------------------------------------------------
# banner
--------------------------------------------------------------
.banner-area {
  margin-top: 1rem;
  background-size: cover;
  overflow: hidden;
  width: 100%;
  height: 550px;
  margin-bottom: 50px;
}
.banner-area.blue {
  background-color: #499bea;
}
.banner-area.green {
  background-color: #40c46c;
}
.banner-area.yellow {
  background-color: #ffc100;
}
.banner-area.pink {
  background-color: #b50edf;
}
.banner-area.dark-blue {
  background-color: #0245bc;
}
.banner-area.red {
  background-color: red;
}
.banner-area h1 {
  color: red;
  font-size: 50px;
}
.banner-area .banner-content.blue h1,
.banner-area .banner-content.dark-blue h1,
.banner-area .banner-content.green h1,
.banner-area .banner-content.pink h1,
.banner-area .banner-content.red h1,
.banner-area .banner-content.yellow h1 {
  color: #fff;
  margin-top: 50px;
}
.banner-area p {
  color: #292929;
  margin: 1rem 0;
}
.banner-area.blue p,
.banner-area.dark-blue p,
.banner-area.green p,
.banner-area.pink p,
.banner-area.red p,
.banner-area.yellow p {
  color: #fff;
  margin: 1rem 0;
}
.d-table {
  width: 100%;
  height: 100%;
}
.d-table {
  display: table !important;
}
.d-table-cell {
  vertical-align: middle;
}
.d-table-cell {
  display: table-cell !important;
}
.align-items-center {
  -moz-box-align: center !important;
  align-items: center !important;
}
.banner-area .banner-content {
  max-width: 540px;
  margin-left: auto;
}
.banner-area .banner-img {
  max-width: 540px;
  margin-left: 100px;
}
.banner-area .banner-img img {
  width: 100%;
  height: auto;
}
.banner-btn .btn {
  font-size: 16px;
  color: #fff;
  padding: 15px 20px;
  margin-right: 12px;
  line-height: 1;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  border-radius: 50px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  background-color: #1d42d9;
  border: 1px solid #1d42d9;
}
.banner-btn .btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 50%;
  background-color: #fff;
  z-index: -1;
  transition: all 0.5s;
}
.banner-btn .btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 100%;
  height: 50%;
  background-color: #fff;
  z-index: -1;
  transition: all 0.5s;
}
.btn.border-btn {
  background-color: transparent;
  border: 1px solid #fff;
}
.banner-btn .btn:hover {
  color: #1d42d9;
}
.banner-btn .btn:hover:before {
  left: 0;
}
.banner-btn .btn:hover:after {
  right: 0;
}
@media (min-width: 1024px) {
  .banner-area {
    background-attachment: fixed;
  }
}
@media (max-width: 991px) {
  .banner-area {
    height: auto;
    padding: 120px 0 60px 0;
  }
  .banner-area .banner-img {
    text-align: center;
    margin-top: 80px;
    margin-left: auto;
  }
  .banner-area .banner-img img {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .banner-banner {
    text-align: center;
  }
  .banner-area .banner-content h1,
  .banner-area h1 {
    font-size: 32px;
  }
  .banner-area .banner-img img {
    width: 100%;
  }
}

/*.........End of Banner.................*/

/* Blocks */
.site-section-cover {
  position: relative;
}
.site-section-cover,
.site-section-cover .container {
  position: relative;
  z-index: 2;
}

.site-section-cover,
.site-section-cover .container > .row {
  height: calc(100vh - 196px);
  min-height: 577px;
}
@media (max-width: 991.98px) {
  .site-section-cover,
  .site-section-cover .container > .row {
    height: calc(70vh - 196px);
    min-height: 400px;
  }
}
.site-section-cover.overlay {
  position: relative;
}
.site-section-cover.overlay:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}
.site-section-cover.inner-page,
.site-section-cover.inner-page .container > .row {
  height: auto;
  min-height: auto;
  padding: 2em 0;
}
.site-section-cover .img-bg-section {
  background-size: cover;
  background-repeat: no-repeat right;
}
.site-section-cover h1 {
  font-size: 4.5rem;
  color: #fff;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .site-section-cover h1 {
    font-size: 2rem;
  }
}
.site-section-cover p {
  font-size: 18px;
  color: #fff;
}

.site-section {
  padding: 3rem 0;
}

@media (max-width: 991.98px) {
  .site-section {
    padding: 1rem 0;
  }
}


/*--------------------------------------------------------------
# icon-bar
--------------------------------------------------------------*/
.icon-bar {
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.icon-bar a {
  display: block;
  text-align: center;
  padding: 12px;
  transition: all 0.3s ease;
  color: #fff;
  font-size: 25px;
}
.icon-bar a:hover {
  background-color: #000;
}
.mail {
  background: #12c8ff;
  color: #fff;
}
.linkedin {
  background: #007bb5;
  color: #fff;
}
.facebook {
  background: #3b5998;
  color: #fff;
}
.profile {
  background: #b00;
  color: #fff;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card .card-body .card-text {
  font-size: 0.9rem;
  font-weight: 400;
  color: #747373;
}
@media (max-width: 768px) {
  .icon-bar {
    top: 55%;
  }
  .icon-bar a {
    padding: 8px;
    font-size: 15px;
  }
}
/*--------------------------------------------------------------
# End icon-bar
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Whatspp chat
--------------------------------------------------------------*/
/* for desktop */
.whatsapp_float {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 100px;
  right: 10px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.whatsapp-icon {
  margin-top: 4px;
}
/* for mobile */
@media screen and (max-width: 767px) {
  .whatsapp-icon {
    margin-top: 10px;
  }
  .whatsapp_float {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 10px;
    font-size: 22px;
  }
}
/*--------------------------------------------------------------
# End Whatspp chat
--------------------------------------------------------------*/





/*--------------------------------------------------------------
# Title-Heading
--------------------------------------------------------------*/
.title-heading {
  text-align: center;
  margin: 10px;
}
.title-heading span {
  color: #001b7c;
  font-size: 25px;
  font-weight: 700;
  font-family: titillium web, sans-serif;
}
.title-heading h2 {
  color: #001b7c;
  margin-bottom: 15px;
  font-size: 35px;
}
.title-heading p {
  margin: auto 300px;
  font-size: 17px;
}
.title-heading a {
  font-size: 18px;
  color: red;
}
@media (max-width: 768px) {
  .title-heading span {
    font-size: 15px;
  }
  .title-heading h2 {
    margin: 15px;
    font-size: 25px;
  }
  .title-heading p {
    margin: 10px;
    font-size: 14px;
  }
}

/*-----------talent acquision software--------*/
.feature-item {
  background: #c4e0f3;
  max-width: 1400px;
  margin: 0 auto;
}
.zsection {
  padding: 120px 0 0;
}
.feature-item .content-wrap {
  max-width: 1280px;
}
.feature-item .content-wrap {
  width: 80%;
}
.content-wrap {
  position: relative;
  margin: 0 auto;
}
.feature-item .cont-part {
  width: 40%;
  display: inline-block;
  vertical-align: top;
}
.zsection h2 {
  font-size: 46px;
  margin-bottom: 30px;
}

.feature-item .img-part {
  width: 50%;
  display: inline-block;
  margin: 0 0 0 10%;
}
.feature-item-single.feature-item .cont-part {
    width: 46%;
}
.feature-item h4 {
  font-size: 26px;
}

@media screen and (min-width: 1200px) {
  .feature-item .cont-part {
      max-width: 400px;
  }
  .feature-item .img-part {
    max-width: 460px;
  }
  .feature-item-single.feature-item .cont-part {
    max-width: 100%;
  }
}

@media screen and (max-width: 1400px) {
  .z-features {
      width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .z-features {
      padding: 0 0 40px 0;
  }
}
.z-features{
  background: #c4e0f3;
  margin: 0 auto;
}
.z-features .content-wrap {
  max-width: 1280px;
}
.features {
  overflow: hidden;
  display: flex;
  width: 90%;
  flex-flow: row wrap;
  margin: 0 auto;
}
.features .feature-item {
  width: 31.33%;
  padding: 60px 0 120px;
  box-sizing: border-box;
  margin: 0 2% 0 0;
}
.features .feature-item img.first-feature {
  max-width: 100px;
}
.pagewrapper img {
  width: 100%;
}
.feature-cont {
  padding: 30px 0 0 10px;
  max-width: 100%;
}
.feature-cont h4 {
  font-size: 28px;
  max-width: 300px;
  margin-bottom: 15px;
  font-family: var(--zf-secondary-bold);
}
.feature-cont p{
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .feature-item .cont-part h2 {
      max-width: 100%;
      margin: 0 auto 30px;
  }
  section.zsection.feature-item.feature-item-single {
    padding: 60px 0 0 0;
  }
  .zsection {
    padding: 80px 0 0;
  }
  .content-wrap {
    width: 90%;
  }
  .features .feature-item {
    width: 100%;
    padding: 0 0 60px;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
  }
  .feature-cont {
    padding: 30px 10px 0 10px;
    max-width: 100%;
  }
  .feature-cont h4 {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .zsection h2 {
      font-size: 34px;
  }
  .features {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .feature-item .cont-part {
      width: 100%;
      display: inline-block;
      vertical-align: top;
      text-align: center;
  }
  .feature-item .img-part {
    width: 100%;
    display: inline-block;
    margin: 0;
    text-align: center;
  }
  p {
    line-height: 1.8;
  }
  .feature-item-single.feature-item .cont-part {
    width: 100%;
  }
  .features .feature-item {
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1400px) {
  .z-features, .feature-item {
      width: 100%;
  }
}

/*--------------------------------------------------------------
# Solution
--------------------------------------------------------------*/
.single-solution {
  position: relative;
  text-align: center;
  padding: 10px 25px;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 4px;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  
}
.single-solution .solution-content h3 {
  color: #001b7c;
  margin-top: -13px;
  margin-bottom: 15px;
  text-transform: none;
  text-align: center;
  font-size: 24px;
}
.single-solution .solution-content p {
  margin-bottom: 10px;
}
.single-solution .solution-content a {
  color: #001b7c;
}
.single-solution .service-img img {
  width: 65%;
}
.single-solution:before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: #001b7c;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.single-solution:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background: url(../images/service-hover.png) no-repeat;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.single-solution:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.single-solution:hover h3 {
  color: #fff;
}
.single-solution:hover p {
  color: #e9e9e9;
}
.single-solution:hover:before {
  left: 0;
}
.single-solution:hover:after {
  right: 0;
}
.single-solution:hover .solution-content .line-bnt {
  color: #fff;
}


/*--------------------------------------------------------------
# Solution 1
--------------------------------------------------------------*/
.single-solution1 {
  border: 1px solid #050404;
  height: 280px;
  width: 350px;
  position: relative;
  text-align: center;
  padding: 10px 25px;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 4px;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05); 
}
.single-solution1 .solution-content h3 {
  color: #001b7c;
  margin-top: -10px;
  /*margin-bottom: 15px;*/
  text-transform: none;
  text-align: center;
  font-size: 28px;
}
.single-solution1 .solution-content p {
  margin-bottom: 10px;
}
.single-solution1 .solution-content a {
  color: #001b7c;
}
.single-solution1 .service-img .fas {
  width: 65%;
  margin-top: 10px;
  margin-bottom: 35px;
  color: #c9d616;
  text-align: center;
  font-size: 70px;
}
.single-solution1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: #001b7c;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.single-solution1:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background: url(../images/service-hover.png) no-repeat;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.single-solution1:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.single-solution1:hover h3 {
  color: #fff;
}
.single-solution1:hover p {
  color: #e9e9e9;
}
.single-solution1:hover:before {
  left: 0;
}
.single-solution1:hover:after {
  right: 0;
}
.single-solution1:hover .solution-content .line-bnt {
  color: #fff;
}
.fa-laptop{
  font-size: 100px;
}

/*******************************content-section documentum page*************************************/

.content-section.about_sec3 {
  background-color: #fffbf2;
  padding-top: 100px;
}

@media screen and (min-width: 1280px) {
  .content-section {
      border: 0 #fff;
  }

  .flex-container {
    display: flex;
  }
}

.content-section {
  padding: 100px 3%;
  display: block;
}

.flex-container {
  text-align: left;
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  margin-top: 0;
}

.title-wrap-left {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  margin-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  font-size: 48px;
  display: flex;

  width: 100%;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.heading-primary.hpcenter {
  text-align: left;
  max-width: none;
  margin-bottom: 16px;
}

.heading-primary {
  color: #0245bc;
  text-align: center;
  letter-spacing: -.5px;
  margin-top: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  font-family: Circularstd, sans-serif;
}

strong {
  font-weight: 700;
}

.icon_image{
  width: 3rem; 
  height: 3rem;
  border-radius: 20%;
}

.frame-410 {
  width: 100%;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.columns-7a.column9 {
  text-align: center;
}

.columns-7a {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: grid;
}

.combine-feature7_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  background-color: #fff;
  border-radius: 1.25rem;
  flex-flow: column;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;

  flex-direction: column;
  align-items: stretch; /* Ensures children stretch to match parent's width */
  height: 100%; 
}

.combine-icon_color1-4 {
  color: #6157f8;
}

.combine-icon_large {
  width: 3rem;
  height: 3rem;
}

.w-embed:before, .w-embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-embed:after {
  clear: both;
}

.heading-46 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  font-family: Circularstd, sans-serif;
  white-space: nowrap;
}

.paragraph-basic.pmargintop0 {
  margin-top: 0;
}

.paragraph-basic {
  color: var(--slate-grey);
  text-align: left;
  letter-spacing: 0;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  font-family: Circularstd book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

@media screen and (max-width: 767px) {
  .content-section {
      padding-bottom: 60px;
  }

  .flex-container {
    margin-top: 0;
  }

  .columns-7a {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}


@media screen and (max-width: 991px) {
  .flex-container {
      grid-column-gap: 40px;
      grid-row-gap: 40px;
      text-align: left;
      justify-content: flex-start;
      align-items: center;
      width: 95%;
      display: flex;
  }

  .title-wrap-left {
    align-items: center;
  }

  .heading-primary.hpcenter {
    text-align: left;
    margin-bottom: 10px;
  }

  .heading-primary {
    width: 100%;
  }

  .columns-7a {
    grid-template-rows: auto auto auto;
    align-items: center;
  }

}

/*******************************End content-section documentum page********************************/

/*******************************content-section benifit business***********************************/

.content-section.uberben {
  text-align: left;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

@media screen and (min-width: 1280px) {
  .title-wrap-left.titlewrap_centre {
      text-align: left;
      max-width: 850px;
      display: block;
  }
}

.title-wrap-left.titlewrap_centre {
  margin-bottom: 50px;
}


.text-span-blue {
  color: #2563eb;
}

.card-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fcf8f4;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 390px;
  height: 390px;
  padding: 20px 25px;
  display: flex;
  box-shadow: 0 3px #2c89f3;  /*#f39d2c*/
}

.image-wrapper-5 {
  justify-content: center;
  align-items: center;
  width: 114px;
  height: 114px;
  display: flex;
}

.image-1201 {
  object-fit: cover;
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
  border: 0;
  border-radius: 50%;
}

.content-16 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-19 {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
}

.description-2 {
  color: #666;
  text-align: center;
  font-family: Circularstd book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  display: block;
}

/*******************************End content-section benifit business*******************************/

/******************************content-section features documentum pag****************************/
.content-section.uberfeat2 {
  background-color: #fcf8f4;
  padding-top: 100px;
  padding-bottom: 100px;
}

.containerben{
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.service-card.ubercard {
  text-align: center;
  background-color: rgba(38, 202, 164, .15); /*rgba(38, 202, 164, .15)*/
  border: 1px solid #b6e0cd;
  height: 370px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
  box-shadow: 14px 14px 100px rgba(0, 22, 50, .06);
}

.service-card.ubercard:hover {
  background-color: #fff;
}

.service-card {
  border-radius: 15px;
  width: auto;
  padding: 30px 25px;
}

.service-icon-2 {
  text-align: center;
  width: 70px;
  margin-bottom: 25px;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  border: 0;
}

.card-content-wrap.contcardcenter {
  text-align: left;
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.card-content-wrap {
  color: #6b539a;
}

.heading-3.h3center {
  text-align: center;
  font-weight: 500;
  line-height: 34px;
}

.heading-3 {
  color: #2e3642;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
}

.bold-text-44 {
  line-height: 36px;
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  .paragraph-2.pcenter {
      font-size: 18px;
  }
}

.paragraph-2.pcenter {
  text-align: center;
  margin-bottom: 10px;
}

.paragraph-2 {
  color: #546681;
  max-width: none;
  font-family: Circularstd book, sans-serif;
  font-weight: 400;
  line-height: 1.4;
}
/******************************End content-section features documentum pag****************************/

/*--------------------------------------------------------------
<!--New Playgraound -->  
--------------------------------------------------------------*/
@media (max-width: 767px){
  .home-web-development-wrapper {
    background-position: 0 0 !important;
    padding-bottom: 50px !important;
  }
  .home-web-development-wrapper .wpb_column.vc_column_container {
    margin-bottom: 35px;
    text-align: center;
  }
  h2 {
    font-size: 22px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 768px){
  #qodef-particles .qodef-p-content, .qodef-container-inner, .qodef-fullwidth-slider-item .qodef-fullwidth-slider-item-content-wrapper, .qodef-grid, .qodef-grid-section .qodef-section-inner, .qodef-slider .carousel-inner .qodef-slider-content-outer {
    width: 600px;
  }
}
@media (min-width: 601px) and (max-width: 1024px){
  .home-web-development-wrapper .qodef-full-section-inner {
    display: flex;
    flex-wrap: wrap;
  }
}
@media(max-width:500px){
  .serv-section-2 h4 {
      font-size: 15px;
  }
  .serv-section-2:before {
      width: 90px;
      height: 100px;
  }
  .serv-section-2-icon i {
      font-size: 40px;
      line-height: 45px;
  }
  }
.vc_row {
  margin-left: -15px;
  margin-right: -15px;
}
.vc_row:after {
  clear: both
}
.wpb_row{
  margin-bottom: 0 !important;
}
.vc_row:after, .vc_row:before {
  content: " ";
  display: table;
}
.qodef-content-aligment-center {
  text-align: center;
}
.qodef-section {
  position: relative;
}
.vc_custom_1583408547897 {
  padding-top: 90px !important;
  padding-bottom: 99px !important;
  background: #ffffff url(https://zontecsolutions.com/wp-content/uploads/2019/11/hexa-lines.jpg?id=6233) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}


.qodef-grid-section .qodef-section-inner {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}
.clearfix:after, .clearfix:before {
  content: " ";
  display: table;
}


.qodef-section-inner-margin {
  margin-left: -15px;
  margin-right: -15px;
}


.vc_col-sm-12 {
  padding-left: 0px !important;
}
.vc_column_container {
  padding-right: 0;
}
@media (min-width: 768px){
  .vc_col-sm-12 {
    width: 100%;
    float: left;
  }
  .vc_col-sm-4 {
    width: 33.33333333%;
    float: left;
  }
}
.vc_col-sm-12, .vc_col-sm-4{
  position: relative;
  min-height: 1px;
  box-sizing: border-box;
}


.vc_column_container>.vc_column-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.vc_column-inner::after, .vc_column-inner::before {
  content: " ";
  display: table;
}


.wpb_content_element{
  margin-bottom: 0 !important;
}
.wpb_text_column :last-child{
  margin-bottom: 0;
}
h2{
  color: #001b7c;
  font-size: 34px;
  line-height: 1.284em;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}


.wpb_row{
  margin-bottom: 0 !important;
}
.qodef-content-aligment-left {
  text-align: left;
}
.qodef-section {
  position: relative;
}
.vc_custom_1630495190061 {
  padding-top: 50px !important;
  padding-bottom: 20px !important;
}


.vc_column_container {
  padding-left: 0;
  padding-right: 0;
}


.vc_column_container>.vc_column-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.vc_column-inner::after, .vc_column-inner::before {
  content: " ";
  display: table;
}


.serv-section-2 {
  position: relative;
  border: 1px solid #eee;
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
  border-radius: 5px;
  overflow: hidden;
  padding: 30px;
  text-align: left;
}
.serv-section-2:before {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 0;
  content: " ";
  width: 100px;
  height: 120px;
  background: #f5f5f5;
  border-bottom-left-radius: 136px;
}
.serv-section-2:hover:before{
  background:#007bff; /* #1748e8;*/
}
.serv-section-desc h4:hover{
  color:#007bff;
}
.serv-section-2-icon {
  position: absolute;
  top: 18px;
  right: 22px;
  max-width: 100px;
  z-index: 1;
  text-align: center;
}
.serv-section-2:hover .serv-section-2-icon i {
  color: #fff;
}


.serv-section-2-icon i {
  color: #007bff;
  font-size: 48px;
  line-height: 65px;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
i,h4{
  background: 0 0;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    outline: 0;
}
.fa-shield:before {
  content: "\f132";
}
.serv-section-desc {
  position: relative;
}
.serv-section-2 h4 {
  color: #333;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  max-width: 75%;
  word-wrap: break-word;
}
.section-heading-line-left {
  content: '';
  display: block;
  width: 100px;
  height: 3px;
  background: #007bff;
  border-radius: 25%;
  margin-top: 15px;
  margin-bottom: 5px;
}
.vc_column-inner::after {
  clear: both;
}


.vc_custom_1630494362845 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.vc_custom_1630494372917 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us-bg {
  background-image: linear-gradient(180deg, #6bd2f1, #7a91eb);
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  padding: 30px;
  transition: all 0.3s ease-out;
}
.why-us {
  margin-bottom: 30px;
}
.why-us img {
  width: 25%;
}
.why-us .content {
  padding-top: 10px;
}
.why-us .content h3 {
  font-size: 25px;
  color: #110b7c;
  margin-bottom: 10px;
}
.why-us .content span {
  font-size: 50px;
  color: #110b7c;
  margin-bottom: 10px;
}
.why-us img {
  width: 30%;
}
.service-area-three {
  /*background-image: url(../images/artificial-bg.jpg);*/
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.service-area-three::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.7;
}
.why-us:hover {
  transform: translateY(-10px);
}



/*---------------------------Our Client-------------------------------------------------*/
main { 
  background-color:#fdfcfcf3;
  
}
.client-heading h1{
  color:black;
  text-align: center;
  margin-top: -10px;
}

/* Style the client list */
.client-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 5px;
}

/* Style individual client items */
.client {
  margin-left: 10px;
  padding: 10px;
 
  border:none;
}

.client img {
  max-width: 100%;
  width: 150px;
  height: auto;
  border: none;
}
/*---------------------------------------------------------------------------*/

/*--------------------------------------------------------------
# TESTIMONIAL
--------------------------------------------------------------*/
.testimonials {
  background: url(../images/bg-4.jpg) 0 0 no-repeat;
  background-size: cover;
  padding: 120px 0;
  position: relative;
  background-color: #4185df;
}
.testimonials::before {
  content: "";
  background: #000;
  opacity: 0.7;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.carousel-control-next,
.carousel-control-prev {
  background: 0 0;
}
.img-area {
  width: 100px;
  height: 100px;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 50%;
  overflow: hidden;
}
.img-area img {
  width: 100%;
}
.carousel-caption {
  position: static;
  padding-bottom: 15px;
  padding-top: 0;
  color: #fff;
}
.carousel-caption h5 {
  font-size: 26px;
  margin-top: 25px;
  margin-bottom: 15px;
}
.carousel-caption p {
  margin: auto;
  width: 70%;
  margin-bottom: 10px;
  color: #fff;
}
.carousel-indicators {
  bottom: -35px;
}
.slide {
  height: 300px;
  min-height: 100px;
  background-size: cover;
}
@media (max-width: 1120px) {
  .testimonials {
    padding-bottom: 100px;
  }
  .testimonials .carousel-indicators {
    margin: -50px auto;
  }
}
@media (max-width: 968px) {
  .testimonials {
    padding-bottom: 180px;
    background-size: cover;
    background-position: center;
  }
  .testimonials .carousel-indicators {
    margin: -140px auto;
  }
}



/*------------------------------Partner---------------------------------------------*/
#main_part{
  background-color:#ffffff;
  padding: 5px;
}

.heading1{
  text-align: center;
  margin-top: -10px;
}
.heading1 h2{
  color: #182f8b;
}
#pheading{
  color: #ffffff;
}

.client-list1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  /*height: 200px;*/
  padding: 10px;
}

.client1 {
  width: 100%;
  max-width: 250px;
  margin: 10px;
  /*width: 250px;*/
  height: 140px;
  background-color: white;
  border: 1px solid #d4d4d4;
  display: flex; 
  justify-content: center; 
  align-items: center;
}

.client1:hover{
  border: 1px solid black;
}

.client1 img {
  /*width: 230px;*/
  width: 100%;
  height: auto;
  border: none;
}

@media only screen and (max-width: 600px) {
  .client1 {
    width: 100%;
    max-width: 250px;
  }
}

/*---------------------------------------------------------------------------*/

/*--------------------------------------------------------------
# CONTACT
--------------------------------------------------------------*/
.contact-area .contact-img {
  margin-bottom: 30px;
  padding-bottom: 150px;
}
.bg-color {
  background: #b3cfeb;
}
.contact-area .content {
  padding: 20px;
}
.contact-area .contact-img {
  width: 100%;
  height: auto;
}
.contact-area .contact-img img {
  width: 100%;
  height: auto;
}
.contact-area .content {
  box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
  background-color: #fff;
  border-radius: 4px;
  padding: 30px;
}
.form-control {
  height: 50px;
  color: #293a5c;
  border: 1px solid #e8e8e8;
  background-color: transparent;
  border-radius: 0;
  font-size: 15px;
  padding: 10px 20px;
  width: 100%;
}
.contact-area .content input.form-control,
.contact-area .content select.form-control {
  height: 55px;
  border: 1px solid #eee;
  margin-bottom: 20px;
  background-color: #f9f9f9;
}




/* Hamburger menu styles */
#menu-toggle {
  display: none;
}

#hamburger-btn {
  font-size: 1.8rem;
  color: #fff;
  cursor: pointer;
  display: none;
  order: 1;
}

@media screen and (max-width: 1023px) {
  .navbar .logo a {
    font-size: 1.5rem;
  }

  .links {
    position: fixed;
    left: -100%;
    top: 75px;
    width: 100%;
    height: 100vh;
    padding-top: 50px;
    background: #175d69;
    flex-direction: column;
    transition: 0.3s ease;
  }

  .navbar #menu-toggle:checked ~ .links {
    left: 0;
  }

  .navbar #hamburger-btn {
    display: block;
  }

  .hero-section .hero {
    max-width: 100%;
    text-align: center;
  }

  .hero-section img {
    display: none;
  }
}


/*--------------------------------------------------------------
#fontContentPageTxt
--------------------------------------------------------------*/
.fontContentPageTxt {
  color: #292929;
  font-family: "Titillium Web", Tahoma, Arial, Helvetica, sans-serif;
  font-size: 17px;
}
 .fontContentPageTxt h3, .fontContentPageTxt h2{
  text-align: center;
}
.fontContentPageTxt.blue h3,
.order-text.blue h3 {
  color: #499bea;
}
.fontContentPageTxt.green h3,
.order-text.green h3 {
  color: #19d658;
}
.fontContentPageTxt.yellow h3,
.order-text.yellow h3 {
  color: #ffc100;
}
.fontContentPageTxt.dark-blue h3,.fontContentPageTxt.dark-blue h2,
.order-text.dark-blue h3 {
  color: #001b7c;
  font-weight: 600;
}

.fontContentPageTxt.pink h3,
.order-text.pink h3 {
  color: #b50edf;
}
.fontContentPageTxt.red h3,
.order-text.red h1,
.order-text.red h3 {
  color: red;
}
.order-text h3 {
  text-transform: capitalize;
}
.order-text ul li {
  color: #292929;
  font-size: 18px;
}
.fontContentPageTxt p {
  text-align: left;
  padding: 0 auto;
  font-family: Rubik, sans-serif;
  font-size: 18px;
}
@media (max-width: 968px) {
  .fontContentPageTxt h3,
  .order-text h3 {
    font-size: 20px;
  }
}

/*-------End #fontContentPageTxt----------------*/

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services-area {
  background-image: url(../images/service-bg.png);
  background-size: cover;
  background-position: center center;
  position: relative;
}
.services-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
}
.services-card {
  text-align: center;
  margin-bottom: 30px;
}
.services-card .services-icon {
  position: relative;
  width: 115px;
  margin: 0 auto;
}
.services-card i {
  font-size: 65px;
  border: 2px dashed #fff;
  display: inline-block;
  width: 115px;
  height: 120px;
  line-height: 120px;
  background-color: transparent;
  color: #fff;
  margin-bottom: 20px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  position: relative;
}
.services-card.dark-blue i {
  border: 2px dashed #1d42d9;
  color: #1d42d9;
  font-size: 55px;

}
.services-text h3 {
  text-align: center;
  color: #fff;
}
.services-text h3 a,
.services-text p {
  color: #fff;
}
.services-text.dark-blue h3 {
  color: #1d42d9;
  font-size: 25px;
  padding-top: 10px;
}
.services-text.dark-blue p {
  color: rgb(41, 41, 41);
  padding-top: 10px;
  text-align: left;
}

  /*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .about-content {
  padding: 5px 5px;
}
.about .about-content span,
.section-title span {
  font-size: 18px;
  color: #ff0000;
}
.about .about-content h2 {
  text-transform: capitalize;
  color: #0245bc;
}
.about .about-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  object-fit: contain;
  padding: 10px 15px;
  border-radius: 10px;
}
.about .about-img img {
  border-radius: 10px;
}
.about .about-img::before {
  position: absolute;
  content: "";
  width: 350px;
  height: 100px;
  background: #ff0000;
  z-index: -1;
  left: -30px;
  top: -30px;
  border-radius: 4px;
}
.about .about-img:after {
  position: absolute;
  content: "";
  width: 350px;
  height: 100px;
  background: #001b7c;
  z-index: -1;
  right: -30px;
  bottom: -30px;
  border-radius: 4px;
}

.about .about-content ul li i {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 6px;
  color: #1d42d9;
  font-size: 22px;
}
.about .about-content ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  list-style: none;
  color: rgb(41, 41, 41);
  margin-left: -30px;
}

@media (max-width: 768px) {
  .about .about-content h2 {
    font-size: 22px;
  }
  .about .about-img {
    margin-top: 20px;
    margin-bottom: 15px;
    width: 90%;
  }

  .about .about-img:before {
    width: 180px;
    height: 50px;
    margin-left: 30px;
    margin-right: 20px;
    left: -35px;
    top: -15px;
  }
  .about .about-img:after {
    width: 180px;
    height: 50px;
    margin-left: 30px;
    margin-right: 20px;
    right: -35px;
    bottom: -15px;
  }
}

/*--------------------------------------------------------------
# Section
--------------------------------------------------------------*/
.section-title {
  padding-bottom: 10px;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.section-title h2 {
  font-size: 35px;
  line-height: 1.1;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #0e2f8b;
  text-align: center;
  font-family: "Saira", sans-serif;
}
.Path-5-Copy {
  margin-bottom: 20px;
  text-align: center;
  width: 150px;
  height: 8px;
  border-radius: 12px;
  background: linear-gradient(to right, #5e9ae9 -7%, #1d42d9 107%);
}

.section-title.section-title-lg {
  max-width: 790px;
}
.section-title.section-title-left {
  max-width: 100%;
  text-align: left;
}
.product-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.product-item {
  max-width: 50%;
  width: 50%;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
.product-item.blue,
.product-item.red {
  max-width: 100%;
  width: 100%;
  text-align: center;
}
.product-item-inner {
  border: 1px solid #0245bc;
  padding: 20px 20px 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.product-item-inner.red {
  border: 1px solid red;
}
.product-item-inner.blue {
  border: 1px solid #0245bc;
}
.product-item-inner:hover {
  background-color: #0245bc;
  z-index: 1;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.product-item-inner:hover.red {
  background-color: red;
}
.product-item-inner:hover.blue {
  background-color: #499bea;
}
.product-item-inner:hover .product-icon i,
.product-item-inner:hover .product-icon svg {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  fill: #fff;
  color: #fff;
}
.product-item-inner:hover .product-text a,
.product-item-inner:hover .product-text h3,
.product-item-inner:hover .product-text p {
  color: #fff;
}
.product-icon {
  margin-bottom: 20px;
  width: 55px;
  position: relative;
}
.product-icon.blue,
.product-icon.red {
  width: auto;
}
.product-icon i,
.product-icon svg {
  font-size: 55px;
  line-height: 1;
  transition: transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s,
    color 0.3s linear,
    -webkit-transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s;
  display: block;
  fill: #0245bc;
  color: #0245bc;
}
.product-icon.red i {
  color: red;
  text-align: center;
  font-size: 45px;
}
.product-icon.blue i {
  color: #499bea;
  text-align: center;
  font-size: 45px;
}
.product-text h3 {
  text-transform: capitalize;
  text-align: center;
  font-size: 25px;
  color: #0245bc;
}
.product-text.dark-blue h3 {
  color: #0245bc;
}
.product-text.red h3 {
  color: red;
}
.product-text a {
  font-size: 16px;
  color: red;
}
.product-text.blue a {
  font-size: 16px;
  color: #0245bc;
}
.product-text.blue h3 {
  color: #0245bc;
  font-size: 22px;
}
@media (max-width: 768px) {
  .product-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .order-1 {
    order: 2;
  }
  .order-2 {
    order: 1;
  }
}
.card-2 {
  background-color: #f2f2f4;
  margin-top: 50px;
}


/*---------------------# BOX-3-----------------------------------------*/
.icon-2 {
  background: red;
  margin: 20px 25px;
  padding-top: 15px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  width: 80px;
  height: 80px;
  transition: all 0.5s ease-out;
  box-shadow: 0 11px 61px 3px rgba(34, 34, 34, 0.09);
}
.icon-2:hover {
  background: #fff;
}
.icon-2 i {
  font-size: 45px;
  color: #fff;
}
.icon-2:hover i {
  color: red;
}
a {
  color: #0245bc;
  transition: 0.3s;
}
a:hover {
  color: #001b7c;
}

.sitemap h2 a {
  color: #110b7c;
  font-size: 24px;
  transition: 0.3s;
}
.sitemap h2 a:hover {
  color: #1d42d9;
}
.sitemap ul {
  margin: 0;
  padding: 0;
}
.sitemap ul li {
  line-height: 1.5;
  margin-bottom: 5px;
  position: relative;
  list-style: none;
}
.sitemap ul li a {
  color: #1d42d9;
  font-size: 16px;
  transition: 0.3s;
  font-weight: 700;
}

/*--------------------------------------------------------------
# Single-process
--------------------------------------------------------------*/
.icon li {
  font-size: 100px;
}
.single-process,
.single-process-1 {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.single-process .icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
  border-radius: 3px;
  position: relative;
}
.single-process-1 .icon {
  display: inline-block;
  width: 140px;
  height: 140px;
  margin-bottom: 30px;
  border-radius: 50%;
  position: relative;
  background: #0245bc;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
}
.single-process.yellow .icon {
  background: #ffc100;
}
.single-process.green .icon {
  background: #40c46c;
}
.single-process.dark-blue .icon {
  background: #0245bc;
}
.single-process.blue .icon {
  background: #499bea;
}
.single-process.red .icon {
  background: red;
}
.single-process.pink .icon {
  background: #b50edf;
}
.single-process .icon i {
  font-size: 35px;
  color: #fff;
  line-height: 85px;
  text-align: center;
}
.single-process-1 .icon h3 {
  font-size: 35px;
  color: #fff;
  line-height: 135px;
  text-align: center;
}
.single-process .icon span,
.single-process-1 .icon span {
  position: absolute;
  z-index: 1;
}
.single-process span:before {
  position: absolute;
  content: "";
  height: 180px;
  border-right: 1px dashed red;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: -55px;
  left: 125px;
  z-index: -1;
}
.single-process-1 span:before {
  position: absolute;
  content: "";
  height: 300px;
  border-right: 1px dashed red;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: -220px;
  left: 285px;
  z-index: -1;
}
.single-process .icon span i {
  max-width: 100px;
  margin-left: 30px;
  margin-top: -7px;
  position: relative;
  font-size: 30px;
  animation: mymove 5s linear infinite;
}
.single-process-1 .icon span i {
  max-width: 100px;
  margin-left: 170px;
  top: -85px;
  position: relative;
  font-size: 30px;
  color: #0245bc;
  animation: mymove 5s linear infinite;
}
@keyframes mymove {
  0% {
    left: 50px;
  }
  50% {
    left: 120px;
  }
  100% {
    left: 50px;
  }
}
.single-process.yellow .icon span i {
  color: #ffc100;
}
.single-process.green .icon span i {
  color: #40c46c;
}
.single-process.dark-blue .icon span i {
  color: #0245bc;
}
.single-process.blue .icon span i {
  color: #499bea;
}
.single-process.red .icon span i {
  color: red;
}
.single-process.pink .icon span i {
  color: #b50edf;
}
.single-process .content h3 {
  text-align: center;
  text-transform: capitalize;
  font-size: 22px;
}
.single-process.yellow .content h3 {
  color: #ffc100;
}
.single-process.green .content h3 {
  color: #40c46c;
}
.single-process.dark-blue .content h3 {
  color: #0245bc;
}
.single-process.blue .content h3 {
  color: #499bea;
}
.single-process.red .content h3 {
  color: red;
}
.single-process.pink .content h3 {
  color: #b50edf;
}
.single-process .content p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .single-process .icon span,
  .single-process-1 .icon span {
    display: none;
  }
  .single-process .content p,
  .single-process-1 .content p {
    font-size: 14px;
  }
}


/*--------------------------------------------------------------
# BOX-2
--------------------------------------------------------------*/
.accordion {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  display: flex;
}

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

.box-header h3, .fas{
  color: black;
  margin-right: 20px;
}
.box-header .fas{
  font-size: 30px;
}

.box-content {
  display: none;
  padding-top: 15px;
}

.box-3.active .box-content {
  display: block;
}
.box-3{
  max-width: 50%;
  width: 50%;
  /*border: 1px dashed red;*/
  padding: 35px 35px 25px;
  text-align: left;
  transition: all 0.3s linear;
  margin-right: -1px;
  margin-bottom: -1px;
  background: #fff;
}
.box-3.dark-blue {
  border: 1px dashed #0245bc;
}
.box-3.dark-blue:hover {
  border: 1px solid #0245bc;
  transform: scale(1.05);
  box-shadow: 0 11px 61px 3px rgba(34, 34, 34, 0.09);
}


.box-2 {
  max-width: 50%;
  width: 50%;
  border: 1px dashed red;
  padding: 35px 35px 25px;
  text-align: left;
  transition: all 0.3s linear;
  margin-right: -1px;
  margin-bottom: -1px;
  background: #fff;
}
.box-2.col4 {
  max-width: 33.33%;
  width: 33.33%;
}
.box-2 i {
  font-size: 50px;
  color: #0245bc;
  padding-bottom: 10px;
}

.box-2:hover {
  border: 1px solid red;
  transform: scale(1.05);
  box-shadow: 0 11px 61px 3px rgba(34, 34, 34, 0.09);
}
.box-2:hover i {
  color: #fff;
}
.box-2.dark-blue {
  border: 1px dashed #0245bc;
}
.box-2.dark-blue:hover {
  border: 1px solid #0245bc;
  transform: scale(1.05);
  box-shadow: 0 11px 61px 3px rgba(34, 34, 34, 0.09);
}

.box-text p {
  font-size: 16px;
  margin-bottom: 15px;
  transition: all 0.3s linear;
}
.box-text h3 {
  text-transform: capitalize;
  color: red;
  margin-bottom: 15px;
  transition: all 0.3s linear;
  line-height: 1.4;
}
.box-text.dark-blue h3 {
  color: #0245bc;
}
.box-text.dark-blue h4 {
  color: #0245bc;
  font-size: 18px;
font-family: "rubik";
}
@media (max-width: 768px) {
  .box-2,
  .box-2.col4 {
    max-width: 100%;
    width: 100%;
    margin: 0 20px;
  }
}


/*Frequently asked question*/
.faq_wrapper {
  margin: 5rem 0;
}
.faq_wrapper .container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.blk, .appi__head2.blk {
  color: #0245bc;
  /*font-family: "Inter", sans-serif;*/
  font-family: "Oswald", sans-serif;
}
.appi__head2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 50px;
}
.faq_grid_panel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding: 2rem 0 0;
}
.faq_col_panel .faq_col:not(:last-child) {
  margin-bottom: 25px;
}
.app-faq-wrap-list {
  margin: 0;
  padding: 20px 40px;
  background: #f1f2fd;
  border-radius: 20px;
  font-family: "Inter", sans-serif;
}
.app-faq-wrap-list .head {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  padding: 20px 60px 25px 0;
  margin: 0;
  cursor: pointer;
  position: relative;
  color: #000;
}
.app-faq-wrap-list .head:hover {
  color: #1367fb;
}
.app-faq-wrap-list .head:hover svg {
  stroke: #1367fb;
}
.arrow-link {
  position: absolute;
  right: 0;
  top: 25px;
  width: 36px;
  height: 36px;
  opacity: 1;
  transform: rotate(90deg);
}
.arrow-link svg {
  position: absolute;
  width: 30px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #000;
  height: 36px;
  cursor: pointer;
  stroke-width: 1px;
  transition: transform .5s cubic-bezier(.19,1,.22,1);
}
svg:not(:root) {
  overflow: hidden;
}
.faq-content-wrap {
  padding-right: 40px;
}


@media screen and (max-width: 1279px){
  .container {
    padding: 0 15px;
}
}
@media (max-width: 767px){
  .container, .appi_intro {
    max-width: 100%;
  }
  .appi__head2 {
    font-size: 28px;
  }
  .faq_grid_panel {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 0;
  }
}


/*---------------------------our client-------------------------------------------------*/
.clients-section {
  padding: 70px 0;
  background: #f9f9f9;
}
.container-client {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-client .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.text-center {
  font-size: 46px;
  font-family: 'Poppins', sans-serif;
  color: #001b7c;
  font-family: "Oswald", sans-serif;
  margin-bottom: 20px;
  margin-top: 0px;
}

.clients-section ul.flex-container-modules {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: normal;
  flex-wrap: wrap;
}
.clients-section ul.flex-container-modules li {
  width: 23%;
  height: auto;
  box-shadow: none;
  border-radius: 10px;
  padding: 10px 10px;
  margin: 0px 10px 15px;
  position: relative;
  text-decoration: none;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px #2c89f3;
}
ul.flex-container-modules li img {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 50%;
}
ul.flex-container-modules img {
  transition: 0.5s;
}
img {
  border-style: none;
}

/*---------------------------------------------------------------------------*/


/*--------------------------------------------------------------
# familybg
--------------------------------------------------------------*/
.familybg {
  margin: 30px 30px 10px;
  padding: 0 0 30px !important;
}
.text-center {
  text-align: center;
}
.point {
  vertical-align: middle;
  border: 0;
  margin-bottom: -7px;
  height: auto;
  width: 100%;
}

/*--------------------------------------------------------------
#familybg   Slot-based booking
--------------------------------------------------------------*/
.listpoints1{
  list-style-type: square;
    text-align: justify;
    margin-bottom: 10px;
    color: #000;
    font-weight: 400;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    line-height: 24px;
    padding: 5px;
    width: 100%;
    height: 100%;
    transition: width 2s;
    display: list-item;
}
.lockers img {
  width: 400px;
  padding-top: 0;
  height: auto;
}
