/* 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: 15px;
}

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: 0px 30px;
  transition: all 0.5s ease;
  margin-top: 40px;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: row;
  width: 1200px;
  margin-left: 14px;
  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*/

/* header */
.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: white;
}
.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;
}

/**Dropdown dropdown menu**/
.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;
  /*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: 0;
  margin-bottom: 20px;
}
.navbar .dropdown ul li {
  min-width: 380px;
}
.navbar .dropdown ul li a:hover{
  background-color: #ffffff; /*#007bff;*/
  color: #007bff;
}
.navbar ul{
  flex-direction: column;
  align-items: flex-start;
}

.navbar .bottom{
  margin-bottom: 30px;
}

.navbar .consultancy{
  margin-left: 5%;
}

.navbar .box-btn {
  margin-top: 40px;
}

.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;
   /* display: block;*/
}

}

/*.........End mobile Menu...........*/



/* Below 560px  */
@media (max-width: 35em) {
  .header {
    padding: 0 2.4rem;
  }

  .header .logo {
    width: 60%;
  }
}


/*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........................*/

.hero-section {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 102vh;
  padding: 0 15px;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  background: linear-gradient(to bottom, #330c43 23%, #175d69 95%);
}

.bd-example {
  position: relative;
}

.hero-section .carousel-inner {
  margin-top: 100px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  /* width: 1300px;
  height: 500px;*/
  width: 100%; /* Adjusted width to 100% */
  height: 500px; /* Adjusted height to auto */
  }
  .hero-section .carousel-item .slider-img {
    display: block;
    width: 35%;
    margin-left: 50px;
    position: relative;
    animation-duration: 1.2s;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
  }
  .hero-section .carousel-item .carousel-caption {
   /* width: 600px;
    height: 400px;*/
    width: 40%; /* Adjusted width to 100% */
    height: 80%; /* Adjusted height to auto */
    position: absolute;
    /*top: 180px;
    left: 870px;*/
    top: 50%;
    left: 50%;
    text-align: left;
    margin-left: 80px;
    margin-top: -120px;
    padding-left: 20px; 
  }
  .hero-section .carousel-item .carousel-caption h1 {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    text-transform: none;
    text-align: left;
    width: 100%;
    animation-duration: 1.2s;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    
  }
  .hero-section .carousel-item .carousel-caption p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
    margin-left: 0;
    animation-duration: 1.2s;
    animation-fill-mode: both;
    animation-name: slideInRight;
    color: #fff;
  }
  .hero-section .carousel-item .carousel-caption a {
    animation-duration: 1.2s;
    animation-fill-mode: both;
    animation-name: fadeInUp;
  }
  .hero-section .carousel-item .carousel-caption span {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    animation-duration: 1.2s;
    animation-fill-mode: both;
    animation-name: slideInRight;
  }
  .hero-section .carousel-control-next,
  .hero-section .carousel-control-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 5px;
    top: 50%;
    padding: 0;
    position: absolute;
    background: #1d42d9;
    transition: 0.3s;
    color: #fff;
    transform: translateY(-50px);
  }
  .hero-section .carousel-control-next {
    right: 1%;
  }
  .hero-section .carousel-control-prev {
    left: 1%;
  }
  .hero-section .carousel-control-next:hover,
  .hero-section .carousel-control-prev:hover {
    background: #051242;
    color: #fff;
  }

/* 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: 990px) {
  .hero-section {
    flex-direction: column; /* Stack items vertically on small screens */
    height: auto;
  }

  .hero-section .carousel-inner {
    margin-top: 200px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    width: 100%;
    height: auto;
  }
  .hero-section .carousel-item .slider-img {
    display: block;
    width: 50%;
    margin: 0 auto;
    position: relative;
    animation-duration: 1.2s;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
  }
  .hero-section .carousel-item .carousel-caption {
    width: auto;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    margin: 20px; 
    padding: 20px;
    padding-left: 60px;
  }
  .hero-section .carousel-item .carousel-caption h1 {
    font-size: 2rem;
    font-weight: 700;
  }
  .hero-section .carousel-item .carousel-caption p {
    font-size: 16px;
    font-weight: 300;
  }
 
}

/*..................EndHero Section........................*/

.align-items-center {
  -moz-box-align: center !important;
  align-items: center !important;
}

@media (min-width: 1024px) {
  .hero-section {
    background-attachment: fixed;
  }
}



/* 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: 15px;
}
.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;
  }
}

/*---------------------------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: 5px;
  padding: 20px 10px;
  margin: 0px 10px 15px;
  position: relative;
  text-decoration: none;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
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;
}

/*---------------------------------------------------------------------------*/

/*.................. Our Services ................*/
/*--------------------------------------------------------------
# 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;
  }


/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us-bg {
    background-color: #fff;
    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-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: #000;
    opacity: 0.7;
  }
  .why-us:hover {
    transform: translateY(-10px);
  }


  /*--------------------------------------------------------------
# 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;
    }
  }
  
  
  /*----------------------End Partner-----------------------------------------------------*/
  

/*--------------------------------------------------------------
# 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;
  }











