/***************************************************************************************************************
||||||||||||||||||||||||||||       MASTER STYLESHEET               ||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************
* 1. common styles
* 2. header styles
* 3. banner styles
* 4. blog styles
* 5. cta styles
* 6. footer styles
* 7. inner-banner styles
* 8. search-popup styles
* 9. contact styles
* 10. sidebar styles
* 11. appointment styles
* 12. service styles
* 13. funfact styles
* 14. testimonials styles
* 15. project styles
* 16. team styles
* 17. brand styles
* 18. about styles
* 19. video styles
* 20. faq styles
* 21. pricing styles
****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/
/*
* 1. common styles
*/



@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500&display=swap');


:root {
  --thm-base-color: #005d89;
  --thm-base-color-rgb: 32, 223, 227;
  --thm-primary-color: #005d89;
  --thm-primary-color-rgb: 85, 56, 244;
  --thm-black-color: #2d2c2c;
  --thm-black-color-rgb: 45, 44, 44;
  --thm-gray-color: #f0f1f5;
  --thm-text-color: #848484;
  --thm-white-color: #fff;
}

body {
  color: var(--thm-text-color);
  font-size: 15px;

  line-height: 26px;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  cursor: pointer;
}



/* |||||||||||||||||||||||||||| Custom Css on index page ||||||||||||||||||||||||||||||||||||
*** */
.page-wrapper section h1 {
  color: var(--thm-base-color);
}

.btn,
.btn-primary {
  color: var(--thm-white-color) !important;
  outline: var(--thm-primary-color) !important;
  background-color: var(--thm-base-color);
  border: var(--thm-base-color) !important;
}

.text-primary {
  color: var(--thm-base-color) !important;
}

.thm-bg {
  background-color: #2A5A76;
}
.thm-bg-2 {
  background-color: #17435d
}
.thm-blur-bg {
  border-radius: 6px !important;
  background: rgba(23, 67, 93, 0.50) !important;
  backdrop-filter: blur(50px) !important;
}

.page-wrapper section .container .pading {
  padding: 34px 0 !important;
}


/*  nav bar after changing the code ----------------------------*/

@media (max-width: 1276px) {
  #logo-img {
    width: 16%;
  }
}

@media (max-width: 992px) {
  .list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
  }

  .navbar-light .navbar-nav .nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  #logo-img {
    width: 30%;
  }

  .dropdown-menu {
    max-width: 100% !important;
    left: 0;
  }

  .nav-item {
    border-bottom: .7px solid gray;
  }

  .container .navbar-collapse {
    height: 90vh !important;
    overflow-y: scroll;
    background: rgba(12, 10, 10, 0.685);
    transition: ease-in-out .5s;
  }

}

@media (max-width: 667px) {
  #logo-img {
    width: 40%;
  }
}

.nav-item .dropdown-menu {
  width: 100%;
  max-width: 87%;
  left: 6.5%;
  top: 86%;
  transition: ease-in-out .5s;

}

.navbar-nav li .costum-list {
  width: 100%;
  max-width: 20%;
  left: 75%;
}



.main-logo {
  width: 100%;
  height: 100%;

}

.site-header nav {
  transition: ease-in-out 0.5s;
  top: -1000%;
}

/* |||||||||||||||||||||||||||*/
.navbar-light .navbar-nav .nav-link {
  color: #fff;
  position: relative;
  width: 100%;
  font-size: medium;
  font-weight: bolder;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: space-between;
  transition: ease-in-out .5s;

}

.navbar-light .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  background-color: White;
  height: 3px;
  width: 0;
  left: 0;
  top: 96%;
  transition: 0.3s;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: White !important;

}

.navbar-light .navbar-nav .nav-link:hover::after {
  width: 100%;
}

/* ////888888888 */

.menuGroup-List {
  width: 100%;
  height: 90%;
}

.superNav .container .row .text-end {
  text-align: end;
}

/* img {
  box-sizing: border-box;
  border-radius: 10px;
  width: 100%;
  height: 100%;
} */

.menuGroup-List img {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
}

button:focus {
  outline: none;
  outline: none -webkit-focus-ring-color;
}


.menu-bar {
  border: none !important;
}

.menu-bar i {
  color: #fff;
}

.list-group .list-group-item {
  position: relative;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 6px 1rem !important;
  width: 100%;
  line-height: 18px;
  color: var(--thm-primary-color);
  background: aliceblue;
  text-align: inherit;
  background-color: #fff;
}

.list-group .list-group-item small {
  font-size: 12px;
  font-weight: 500;
  color: #686868;
  width: 100%;
  display: block;
  font-style: italic;
}


.brand-and-icon {
  display: flex;
  justify-content: center;
  padding: .5rem 0;
  align-items: center;
  width: 130px;
}

.dropdown-menu .container .row .col-md-6,
.dropdown-menu .container .row.col-lg-3 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.dropdown-hover:hover>.dropdown-menu {
  display: inline-block;
}

.dropdown-hover>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}


.contact .ContactUs {
  /* font-size: 20px !important; */
  font-weight: 600;
  position: relative;
  width: 100%;
  font-size: medium;
  font-weight: bolder;
  display: flex;
  gap: 3px;
  align-items: center;
  justify-content: space-between;
  transition: ease-in-out .5s;
  box-sizing: border-box;
  border: 2px solid rgb(24, 49, 83);
  color: #000;
  padding: 0.5rem 1rem;
  background: #fff;
  border-radius: 4px;

}

.ContactUs:hover {

  transition: ease-in-out .5s;
  box-sizing: border-box;

  color: #fff !important;

  background: rgb(24, 49, 83) !important;
  border-radius: 4px;

}

/* end nav bar after changing the code */








@-webkit-keyframes rightarrow {
  0% {
    -webkit-transform: translateX(0);
    opacity: 0.4
  }

  100% {
    -webkit-transform: translateX(-0.4em);
    opacity: 0.9
  }
}

.para span a .fa,
.container .row .col-sm-4 .card .card-body a .fa {
  -webkit-animation: rightarrow 0.6s infinite alternate ease-in-out;
  font-weight: 600;
  color: var(--thm-base-color);
}



/*  end Custom change  */



/* logo  */
.main-logo {
  vertical-align: middle;
  border-style: none;
  width: 165px;
  height: 100px;
  padding-top: 30px;
  margin-left: 50px;

}

/* logo end */

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  background: #fff;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

hr.style-one {
  border-color: #e5e5e5;
  margin: 0;
  border-width: 1px;
}

@-webkit-keyframes inctechPulse {
  50% {
    -webkit-box-shadow: 0 0 0 15px rgba(var(--thm-base-color-rgb), 0.3), 0 0 0 30px rgba(var(--thm-base-color-rgb), 0.1);
    box-shadow: 0 0 0 15px rgba(var(--thm-base-color-rgb), 0.3), 0 0 0 30px rgba(var(--thm-base-color-rgb), 0.1);
  }
}

@keyframes inctechPulse {
  50% {
    -webkit-box-shadow: 0 0 0 15px rgba(var(--thm-base-color-rgb), 0.3), 0 0 0 30px rgba(var(--thm-base-color-rgb), 0.1);
    box-shadow: 0 0 0 15px rgba(var(--thm-base-color-rgb), 0.3), 0 0 0 30px rgba(var(--thm-base-color-rgb), 0.1);
  }
}

.post-filter {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}

.post-filter li+li {
  margin-left: 30px;
}

.post-filter li span {
  cursor: pointer;
  color: var(--thm-text-color);
  /* font-family: var(--heading-font); */
  font-weight: 500;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.post-filter li span:hover {
  color: var(--thm-primary-color);
}

.post-filter li.active span {
  color: var(--thm-primary-color);
}

/* .block-title {
  margin-bottom: 110px;
} */

.block-title__tag-line {
  color: var(--thm-base-color);
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  /* font-family: var(--heading-font); */
}

.block-title__tag-line+.block-title__title {
  margin-top: 10px;
}

.block-title__title {
  text-align: initial;
  margin-left: -10px;
  margin: 0;
  color: var(--thm-black-color);
  /* font-family: var(--heading-font); */
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  /* padding-right: 154px; */
}

.block-title__title2 {
  margin: 0;
  color: var(--thm-black-color);
  /* font-family: var(--heading-font); */
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  padding-right: 19px;
}



.block-title__title span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.block-title__title span::before {
  content: '';
  position: absolute;
  bottom: 5px;
  width: 100%;
  height: 10px;
  /* background-color: var(--thm-base-color); */
  opacity: 0.3;
}

.block-title__title,
.block-title__text {
  text-align: justify !important;
  margin-top: 15px;
  color: #000;
  font-size: large
    /* text-align : center; */
}

.blockqoute-one {
  background-color: var(--thm-primary-color);
  padding: 42px 0;
  padding-left: 130px;
  padding-right: 40px;
  margin-bottom: 80px;
  position: relative;
}

.blockqoute-one:before {
  position: absolute;
  top: 60px;
  left: 40px;
  content: '';
  width: 60px;
  height: 3px;
  background-color: var(--thm-base-color);
}

.blockqoute-one:after {
  content: '';
  background-color: transparent;
  background-image: url(../images/resources/block-qoute-1-1.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 63px;
  height: 48px;
  opacity: 0.2;
  position: absolute;
  top: 30px;
  left: 160px;
}

.blockqoute-one p {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  /* font-family: var(--heading-font); */
  font-weight: 300;
}

.blockqoute-one p:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50px;
  right: 50px;
  bottom: -20px;
  background-color: #cce9ed;
  z-index: -1;
}

.blockqoute-one p::after {
  content: '';
  position: absolute;
  top: 0;
  left: 100px;
  right: 100px;
  bottom: -40px;
  background-color: #ebfdff;
  z-index: -2;
}

.thm-btn {
  /* border: none;
  outline: none;
  background-color: var(--thm-base-color);
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  margin-left: 4px;
  border-radius: 4px;
  /* font-family: var(--heading-font); */
  font-weight: 600;
  color: #fff;

  -webkit-box-shadow: 0px 20px 30px 0px rgba(26, 46, 85, 0.1);
  box-shadow: 0px 20px 30px 0px rgba(26, 46, 85, 0.1);
  padding: 14.5px 39.5px;
  -webkit-transition: background-color .4s ease, color .3s ease;
  transition: background-color .4s ease, color .3s ease;
}

.thm-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #183153;
  /* font-family: "Montserrat", sans-serif; */
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border: none;
}

.thm-btn:after {
  content: " ";
  width: 0%;
  height: 100%;
  background: #FFD401;
  position: absolute;
  transition: all 0.4s ease-in-out;
  right: 0;
}

.thm-btn:hover::after {
  right: auto;
  left: 0;
  width: 100%;

}

.thm-btn span {
  text-align: center;
  text-decoration: none;
  width: 100%;
  /* padding: 18px 25px; */
  color: #fff;
  font-size: 1.125em;
  font-weight: 700;
  /* letter-spacing: 0.2em; */
  z-index: 20;
  transition: all 0.3s ease-in-out;
}

.thm-btn:hover span {
  color: #183153;
  animation: scaleUp 0.3s ease-in-out;
}



.thm-btn1 {
  /* border: none;
  outline: none;
  background-color: var(--thm-base-color);
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  margin-left: 4px;
  border-radius: 4px;
  /* font-family: var(--heading-font); */
  font-weight: 600;
  color: #fff;

  -webkit-box-shadow: 0px 20px 30px 0px rgba(26, 46, 85, 0.1);
  box-shadow: 0px 20px 30px 0px rgba(26, 46, 85, 0.1);
  padding: 14.5px 39.5px;
  -webkit-transition: background-color .4s ease, color .3s ease;
  transition: background-color .4s ease, color .3s ease;
}

.thm-btn1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #183153;
  /* font-family: "Montserrat", sans-serif; */
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border: none;
}

.thm-btn1:after {
  content: " ";
  width: 0%;
  height: 100%;
  background: rgba(21, 202, 250, 1);
  position: absolute;
  transition: all 0.4s ease-in-out;
  right: 0;
}



.thm-btn1:hover::after {
  right: auto;
  left: 0;
  width: 100%;

}

.thm-btn1 span {
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 7px 10px;
  color: #fff;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.2em;
  z-index: 20;
  transition: all 0.3s ease-in-out;
}

.thm-btn1:hover span {
  color: #183153;
  animation: scaleUp 0.3s ease-in-out;
}



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

  50% {
    transform: scale(0.95);
  }

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




.btn_second {
  padding: 1em 2em;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #2c9caf;
  transition: all 1000ms;
  font-size: 15px;
  position: relative;
  overflow: hidden;
  outline: 2px solid #2c9caf;
}

.btn_second:hover {
  color: #ffffff;
  transform: scale(1.1);
  outline: 2px solid #70bdca;
  box-shadow: 4px 5px 17px -4px #268391;
}

.btn_second::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #2c9caf;
  transform: skewX(45deg);
  z-index: -1;
  transition: width 1000ms;
}

.btn_second:hover::before {
  width: 250%;
}


.thm-btn2 {
  border: none;
  outline: none;
  background-color: var(--thm-base-color);
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  margin-left: 195px;

  /* font-family: var(--heading-font); */
  font-weight: 600;
  color: #fff;
  /* margin-left: 200px; */
  -webkit-box-shadow: 0px 20px 30px 0px rgba(26, 46, 85, 0.1);
  box-shadow: 0px 20px 30px 0px rgba(26, 46, 85, 0.1);
  padding: 14.5px 39.5px;
  -webkit-transition: background-color .4s ease, color .3s ease;
  transition: background-color .4s ease, color .3s ease;
}


.thm-btn2:hover {
  color: #fff;
  background-color: var(--thm-black-color);
}

.thm-btn:hover {
  color: #fff;
  background-color: var(--thm-black-color);
}

.post-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-pagination a {
  font-size: 24px;
  /* font-family: var(--heading-font); */
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: var(--thm-black-color);
}

.post-pagination a.active,
.post-pagination a:hover {
  color: var(--thm-base-color);
}

.post-pagination a i {
  font-size: 25px;
  color: #cccccc;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.post-pagination a i:hover {
  color: var(--thm-base-color);
  -webkit-transform: scale(1.5, 1);
  transform: scale(1.5, 1);
}

.post-pagination a.prev-page i {
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.post-pagination a+a {
  margin-left: 30px;
}

/* Cursor Style */
.cursor {
  position: absolute;
  background-color: #fff;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: hidden;
}

.cursor {
  visibility: visible;
}

.cursor.active {
  opacity: 0.5;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.cursor.hovered {
  opacity: 0.08;
}

.cursor-follower {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.3);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  visibility: hidden;
}

.cursor-follower {
  visibility: visible;
}

.cursor-follower.active {
  opacity: 0.7;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.cursor-follower.hovered {
  opacity: 0.08;
}

.cursor-follower.close-cursor:before {
  position: absolute;
  content: '';
  height: 25px;
  width: 2px;
  background: #fff;
  left: 48%;
  top: 12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
}

.cursor-follower.close-cursor:after {
  position: absolute;
  content: '';
  height: 25px;
  width: 2px;
  background: #fff;
  right: 48%;
  top: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
}

.bootstrap-select .dropdown-menu>li+li>a {
  border-top: 1px solid var(--thm-gray-color);
}

.bootstrap-select .dropdown-menu>li:first-child>a {
  padding-top: 10px;
}

.bootstrap-select .dropdown-menu>li:last-child>a {
  padding-bottom: 10px;
}

.bootstrap-select .dropdown-menu>li.selected>a {
  background: var(--thm-base-color);
  color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
  font-size: 16px;
  font-weight: 500;
  padding: 9px 20px;
  color: var(--thm-black-color);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
  background: var(--thm-base-color);
  color: #fff;
  cursor: pointer;
}



.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: var(--thm-base-color);
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 990;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  display: none;
  border-radius: 50%;
}

.scroll-to-top i {
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  position: relative;
  z-index: 10;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.scroll-to-top:hover {
  background: var(--thm-black-color);
}

.scroll-to-top:hover i {
  color: #fff;
}

/*
* 2. header styles
*/
.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  background-color: transparent;
}

.header-navigation .container {
  background: transparent;
  position: relative;
  display: block;
}

.header-navigation .container .logo-box {
  float: left;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-navigation .container .navbar-brand {
  height: auto;
  margin: 0;
}

.header-navigation .container .menu-toggler {
  display: none;
}

.header-navigation .container .right-side-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}

.header-navigation .main-navigation {
  float: right;
  text-align: right;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1200px) {
  .header-navigation .main-navigation {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: relative;
  }
}

.header-navigation ul.navigation-box {
  margin: 0;
  padding: 0;
  list-style: none;

}

.header-navigation ul.navigation-box li a .sub-nav-toggler {
  display: none !important;
}

.header-navigation ul.navigation-box>li {
  padding: 42px 0;
  display: inline-block;
  vertical-align: middle;
  /* Second Level Menu */
  /* Thrid Level Menu */
}

.header-navigation ul.navigation-box>li+li {
  margin-left: 40px;
}

.header-navigation ul.navigation-box>li:first-child {
  padding-left: 0;
}

.header-navigation ul.navigation-box>li:last-child {
  padding-right: 0;
}

.header-navigation ul.navigation-box>li>a {
  font-weight: 600;
  font-size: 16px;
  color: var(--thm-black-color);
  padding: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>a:after {
  content: "\f107";
  /* font-family: FontAwesome; */
  margin-left: 10px;
}

.header-navigation ul.navigation-box>li>a:only-child:after {
  content: '';
  display: none;
}

.header-navigation ul.navigation-box>li.current>a,
.header-navigation ul.navigation-box>li:hover>a {
  color: var(--thm-base-color);
  width: 100% !important;
}

.header-navigation ul.navigation-box>li>.submenu {
  position: absolute;
  display: flex;
  top: 100%;
  left: 0px;
  right: 500px;
  z-index: 1000;
  float: left;
  min-width: 1030px;
  padding: 10px 10px;
  text-align: left;
  list-style: none;
  background-color: var(--thm-white-color);
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
  -webkit-box-shadow: 0px 10px 18px rgba(253, 252, 252, 0.1);
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
  .header-navigation ul.navigation-box>li>.submenu {
    display: flex !important;
    justify-content: space-between;
  }
}

@media screen and (max-width: 1200px) {
  .header-navigation {
    width: 100%;

  }

  .header-navigation ul.navigation-box>li>.submenu>ul.row {
    width: 100%;
    background-color: white;
  }

  .header-navigation ul.navigation-box>li>.submenu>ul.row>li {
    display: inline !important;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    flex-direction: column;
    width: 100%;
    top: 0%;
    left: 0%;
    flex-direction: column;
  }

  .header-navigation ul.navigation-box>li>.submenu {
    display: none;
  }

  .header-navigation ul.navigation-box>li>input.input-hidden {
    display: none;
  }

  #core:checked~.submenu {
    display: inline-block;
  }

  #enterprise:checked~.submenu {
    display: inline-block;
  }

  #Technology:checked~.submenu {
    display: inline-block;
  }

  #Industries:checked~.submenu {
    display: inline-block;
  }

  #Demand:checked~.submenu {
    display: inline-block;
  }

  #Company:checked~.submenu {
    display: inline-block;
  }

  #Contact:checked~.submenu {
    display: inline-block;
  }

  .header-navigation ul.navigation-box li a .sub-nav-toggler {
    margin-left: 25px !important;
  }

}

.header-navigation ul.navigation-box>li>.submenu.right-align {
  left: auto;
  right: 0;
}

.header-navigation ul.navigation-box>li>.submenu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-navigation ul.navigation-box>li>.submenu>ul.row>li {
  display: block;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>.submenu>li+li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* header nav start */
.header-navigation ul.navigation-box>li>.submenu>ul.row>li>a {
  font-size: 17px;
  color: black;
  font-weight: 400;
  padding: 15px 25px;
  display: inline-block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

/* header nav end */
.header-navigation ul.navigation-box>li>.submenu>ul.row>li:hover>a {
  color: #fff;
  background: var(--thm-base-color);
}

.header-navigation ul.navigation-box>li:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

.header-navigation ul.navigation-box>li:hover>.submenu {
  opacity: 1;
  visibility: visible;
}

.header-navigation ul.navigation-box>li>ul>li>.submenu ul.row {
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 1000;
  float: left;
  min-width: 100%;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: var(--thm-black-color);
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
  -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}



.header-navigation ul.navigation-box>li>ul>li>.submenu.right-align {
  left: auto;
  right: 100%;
}

.header-navigation ul.navigation-box>li>ul>li>.submenu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-navigation ul.navigation-box>li>ul>li>.submenu>ul.row>li {
  display: block;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>ul>li>.submenu>ul.row>li+li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-navigation ul.navigation-box>li>ul>li>.submenu>ul.row>li>a {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>ul>li>.submenu>ul.row>li:hover>a {
  color: #fff;
  background: var(--thm-base-color);
}

.header-navigation ul.navigation-box>li>ul>li:hover>.submenu {
  opacity: 1;
  visibility: visible;
}

.header-navigation ul.navigation-box>li>ul>li ul {
  /* no more nested showen */
  display: none;
}





.header-one__btn {
  padding: 12px 37px;
}

.site-header__header-one .header-navigation .container {
  padding-right: 195px;
}

.site-header__header-one .header-navigation ul.navigation-box+ul.navigation-box {
  margin-left: 50px;
}

.site-header__header-one .header-navigation ul.navigation-box>li>a {
  font-size: 17px;
  font-weight: 500;
  /* font-family: var(--heading-font); */
  color: var(--thm-black-color);
}

.site-header__header-one .header-navigation ul.navigation-box>li.current>a,
.site-header__header-one .header-navigation ul.navigation-box>li:hover>a {
  color: var(--thm-base-color);
}

.site-header__header-two {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 991;
}

.site-header__header-two .header-navigation ul.navigation-box+ul.navigation-box {
  margin-left: 50px;
}

.site-header__header-two .header-navigation ul.navigation-box>li>a {
  font-size: 17px;
  font-weight: 500;
  /* font-family: var(--heading-font); */
  color: #fff;
}

.site-header__header-two .header-navigation ul.navigation-box>li.current>a,
.site-header__header-two .header-navigation ul.navigation-box>li:hover>a {
  color: var(--thm-base-color);
}

.site-header__header-two .stricked-menu {
  background-color: #100101fa;
}

/*topbar styles*/
.topbar-one {
  padding-top: 17px;
  padding-bottom: 17px;
  background-color: var(--thm-black-color);
}

.topbar-one .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.topbar-one__left-text {
  margin: 0;
  color: #fff;
  font-size: 15px;
  /* font-family: var(--heading-font); */
}

.topbar-one__right-info {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.topbar-one__right-info i {
  color: var(--thm-base-color);
  margin-right: 10px;
}

.topbar-one__right-info li {
  color: #fff;
  font-size: 15px;
  /* font-family: var(--heading-font); */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.topbar-one__right-info li+li {
  margin-left: 40px;
}

.topbar-one__light {
  background-color: var(--thm-gray-color);
}

.topbar-one__light .topbar-one__right-info li,
.topbar-one__light .topbar-one__left-text {
  color: var(--thm-text-color);
}

/*
* 3. banner styles
*/
.banner-one .container {
  padding-top: 229px;
  padding-bottom: 275px;
  position: relative;
}

.banner-one .owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

.banner-one__is-animated {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

.banner-one__single {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.banner-one__tag-line {
  font-size: 17px;
  font-weight: 600;
  color: var(--thm-base-color);
  /* font-family: var(--heading-font); */
  margin: 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}


.banner-one__title {
  margin: 0;
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  font-weight: 600;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}



.banner-one__text {
  margin: 0;
  color: #fff;
  font-size: 17px;
  line-height: 28px;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}


.banner-one__btn {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}


.banner-one__moc {
  position: absolute;
  bottom: -40px;
  right: 0;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}

.banner-one__btn-white-bg {
  background-color: #fff;
  color: var(--thm-black-color);
}

.banner-one__slide-2 .banner-one__moc {
  bottom: 0;
}

.banner-one__btn-group .banner-one__btn+.banner-one__btn {
  margin-left: 15px;
}

.active .banner-one__tag-line {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.active .banner-one__title {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.active .banner-one__text {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.active .banner-one__btn {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.active .banner-one__moc {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/*
* 4. blog styles
*/
.blog-one {
  padding-top: 150px;
  padding-bottom: 150px;
}

.blog-one .owl-carousel .owl-item img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.blog-one .owl-theme .owl-dots {
  text-align: left;
}

.blog-one .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 130px;
}

@media (max-width: 991px) {
  .blog-one .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
  }
}

.blog-one .owl-theme .owl-dots .owl-dot {
  border: none;
  outline: none;
}

.blog-one .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e5e5e5;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.blog-one .owl-theme .owl-dots .owl-dot:hover span,
.blog-one .owl-theme .owl-dots .owl-dot.active span {
  border-radius: 50%;
  background-color: var(--thm-primary-color);
}

.blog-one__featured-image>img {
  width: 100%;
}

.blog-one__content {
  padding-right: 65px;
}

.blog-one__content .block-title {
  margin-bottom: 15px;
}

.blog-one__text {
  margin: 0;
  color: #848484;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 20px;
}

.blog-one__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.blog-one__meta img {
  border-radius: 50%;
  margin-right: 15px;
}

.blog-one__meta-text {
  color: #848484;
  font-size: 15px;
}

.blog-one__author {
  font-weight: 600;
  color: var(--thm-black-color);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.blog-one__author:hover {
  color: var(--thm-base-color);
}

.blog-one__date {
  color: inherit;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.blog-one__date:hover {
  color: var(--thm-base-color);
}

/*blog two*/
.blog-two {
  padding: 150px 0;
}

.blog-two .post-pagination {
  margin-top: 100px;
}

.blog-one__featured-image-single,
.blog-two__image {
  position: relative;
  overflow: hidden;
}

.blog-one__featured-image-single>img,
.blog-two__image>img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.blog-one__featured-image__hover-content,
.blog-two__hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--thm-black-color-rgb), 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: background-color .3s ease, -webkit-transform .4s ease;
  transition: background-color .3s ease, -webkit-transform .4s ease;
  transition: background-color .3s ease, transform .4s ease;
  transition: background-color .3s ease, transform .4s ease, -webkit-transform .4s ease;
}

.blog-one__featured-image__hover-content a,
.blog-two__hover-content a {
  width: 60px;
  height: 60px;
  background-color: var(--thm-primary-color);
  text-align: center;
  line-height: 60px;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: opacity .3s ease, -webkit-transform .4s ease;
  transition: opacity .3s ease, -webkit-transform .4s ease;
  transition: transform .4s ease, opacity .3s ease;
  transition: transform .4s ease, opacity .3s ease, -webkit-transform .4s ease;
}

.blog-one__featured-image__hover-content a:hover,
.blog-two__hover-content a:hover {
  background-color: var(--thm-black-color);
}

.blog-one__featured-image-single:hover>img,
.blog-two__single:hover .blog-two__image>img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.blog-one__featured-image-single:hover .blog-one__featured-image__hover-content,
.blog-two__single:hover .blog-two__hover-content {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

.blog-one__featured-image-single:hover .blog-one__featured-image__hover-content a,
.blog-two__single:hover .blog-two__hover-content a {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.blog-two__single+.blog-two__single {
  margin-top: 50px;
  border-top: 1px solid #e5e5e5;
  padding-top: 50px;
}

.blog-two__content {
  padding-left: 60px;
}

.blog-two__title {
  margin: 0;
  font-size: 30px;
  color: var(--thm-black-color);
  line-height: 40px;
  font-weight: 600;
  /* font-family: var(--heading-font); */
}

.blog-two__title a {
  color: inherit;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-two__title a:hover {
  color: var(--thm-base-color);
}

.blog-two__text {
  margin: 0;
  font-size: 15px;
  line-height: 26px;
  margin-top: 30px;
  margin-bottom: 35px;
}

.blog-two__two-col .blog-two__single {
  margin-bottom: 80px;
}

.blog-two__two-col .blog-two__content {
  padding-left: 0;
  padding-right: 70px;
  padding-top: 30px;
}

.blog-two__two-col .post-pagination {
  margin-top: 10px;
}

.blog-details {
  padding-top: 150px;
  padding-bottom: 150px;
}

.blog-details__header {
  background-color: var(--thm-black-color);
  background-image: url(../images/blog/blog-header-1-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  min-height: 500px;
}

.blog-details__header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--thm-black-color);
  opacity: 0.2;
}

.blog-details__content {
  padding-right: 20px;
}

.blog-details__title {
  font-size: 40px;
  line-height: 50px;
  color: var(--thm-black-color);
  font-weight: 600;
  /* font-family: var(--heading-font); */
  margin: 0;
  margin-bottom: 25px;
}

.blog-details .blog-one__meta {
  margin-bottom: 60px;
}

.blog-details__subtitle {
  font-size: 24px;
  font-weight: 600;
  color: var(--thm-black-color);
  margin: 0;
  margin-bottom: 25px;
}

.blog-details__text {
  font-size: 15px;
  line-height: 26px;
  color: #848484;
  margin: 0;
  margin-bottom: 25px;
}

.blog-details__image {
  margin-top: 30px;
  margin-bottom: 60px;
  max-width: 100%;
}

.blog-tags-list,
.blog-share-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-tags-list span,
.blog-share-links span {
  margin: 0;
  /* font-family: var(--heading-font); */
  font-weight: 500;
  color: var(--thm-black-color);
  font-size: 20px;
}

.blog-tags-list a {
  color: var(--thm-text-color);
  font-size: 17px;
  line-height: 1em;
  margin-left: 10px;
}

.blog-share-links {
  margin-top: 10px;
}

.blog-share-links a {
  font-size: 17px;
  color: #c2c2c2;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin-left: 30px;
}

.blog-share-links a:hover {
  color: var(--thm-black-color);
}

/* maintensce page  */
.maintenance_contain {
  display: flex;
  margin: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


/* police pages  */
.custom-width-75 {
  width: 75%;
}

.police-title {
  display: inline-block;
  text-align: start;
  padding: 6px 4px;
  font-weight: 600;
  user-select: none;
  font-size: 24px;
}

.police-list-wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  text-align: start;
  user-select: none;
}

.police-list-wrapper li {
  text-align: start;
  padding: 6px 4px;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  user-select: none;
  list-style: outside !important;
}

.police-list-wrapper .list-with-number {
  list-style: lower-roman !important;
}

.police-list-wrapper .list-with-number ul li {
  list-style: lower-alpha !important;
}

.police-text {
  display: inline-block;
  text-align: start;
  padding: 6px 4px;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  user-select: none;
}

.police-text .blink-soft {
  font-size: 12px;
  cursor: pointer;
}

.blink-soft {
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}


/* fotter  */

.site-footer {
  background-color: #2d5973;
  z-index: 1;
  position: relative;
}

.site-footer__upper {
  padding-top: 125px;
  padding-bottom: 125px;
}

.site-footer__bottom .container {
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.site-footer__bottom .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 30px);
  height: 1px;
  border-top: 1px solid #fff;
  opacity: 0.2;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.site-footer__links {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-footer__links a {
  font-size: 15px;
  color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.site-footer__links a:hover {
  color: White;
}

.site-footer__links li+li::before {
  content: '|';
  font-size: 15px;
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
}

.site-footer__copy {
  margin: 0;
  color: #fff;
}

.footer-widget__title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  margin-bottom: 15px;
}

.footer-widget__title+.footer-widget__text {
  margin-top: -10px;
  text-align: left;
}

.footer-widget__text {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  opacity: 0.7;
  margin: 0;
}

.footer-widget__text a {
  color: inherit;
  transition: all 500ms ease;
}

.footer-widget__text a:hover {
  color: White !important;
}

.footer-widget__text+.footer-widget__text {
  margin-top: 12px;
  text-align: left;
}

.footer-widget__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.footer-widget__social a {
  font-size: 20px;
  color: #fff;
  opacity: 0.3;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.footer-widget__social a+a {
  margin-left: 30px;
}

.footer-widget__social a:hover {
  opacity: 1;
  color: var(--thm-base-color);
}

.footer-widget__links {
  margin: 0;
  margin-top: -5px;
}

.footer-widget__links li+li {
  margin-top: 7px;
}

.footer-widget__links a {
  color: #fff;
  opacity: 0.7;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: relative;
}

.footer-widget__links a:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: var(--thm-base-color);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.footer-widget__links a:after {
  content: '\f101';
  /* font-family: 'FontAwesome'; */
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(-15px);
  transform: translateY(-50%) translateX(-15px);
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.footer-widget__links a:hover {
  color: White !important;
  ;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.footer-widget__links a:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.footer-widget__links a:hover:after {
  opacity: 1;
}

.footer-widget__logo {
  display: inline-block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-bottom: 10px;
}

/*
* 7. inner-banner styles
*/
.inner-banner {
  background-color: var(--thm-black-color);
  background-image: url(../images/imagesIndex/crossPlatFormHeaderImg.jpg);
  /* background-position: center center; */
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  position: relative;
  display: flex;
  align-items: end;
  justify-content: center;
  height: 50vh;
}

.inner-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2D5973;
  opacity: 0.5;
  /* 50% opacity */
}

.inner-banner .container {
  position: relative;
}

.hire-section {
  padding: 40px 0;
  background: #141414f3;
  background-image: linear-gradient(to bottom,
      rgba(3, 3, 29, 0.849),
      rgba(6, 53, 116, 0.685)), url(https://thumbs.dreamstime.com/b/mobile-banking-network-online-payment-digital-marketing-business-people-using-phone-credit-card-icon-co-connection-154742015.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}

.inner-banner__content-wrap {
  /* background-color: rgba(var(--thm-primary-color-rgb), 0.9); */
  /* display: inline-block; */
  padding: 20.5px 89px;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 20px;

}

.inner-banner__content-wrap h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: center;
  color: #ffffff;
}

.inner-banner__content-wrap p {
  font-family: Barlow;
  font-size: 16px;
  font-weight: 800;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: center;
  color: white;

}

.inner-banner__title {
  margin: 0;
  color: #fff;
  font-size: 39px;
  font-weight: 600;
}

/*breadcrumb*/
.thm-breadcrumb {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 5px;
}

.thm-breadcrumb li+li::before {
  content: '/';
  margin-left: 10px;
  margin-right: 10px;
}

.thm-breadcrumb li,
.thm-breadcrumb a {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.thm-breadcrumb .active a {
  color: #fff;
}


.contact-one {
  background-color: var(--thm-gray-color);
  padding-top: 140px;
  padding-bottom: 150px;
}

@media (min-width: 1200px) {
  .contact-one .container {
    max-width: 800px;
  }
}


.contact-info-one__social a:hover {
  color: var(--thm-base-color);
}

.contact-info-one__social a+a {
  margin-left: 30px;
}

.google-map__contact {
  width: 100%;
  height: 360px;
  border: none;
  margin: 0;
}

.contact-cta {
  background-color: #F0F1F5;
}

.contact-cta .cta-two__right,
.contact-cta .cta-two__left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-cta .cta-two__right {
  background-color: #fff;
  padding-top: 81.5px;
  padding-bottom: 81.5px;
}

@media (max-width: 1440px) {
  .contact-cta .cta-two__right {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

.contact-cta .cta-two__right .block-title__title {
  color: var(--thm-black-color);
}

.contact-home-two {
  width: 100%;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  padding-top: 100px;
  padding-bottom: 110px;
}


.testimonials-one__carousel .owl-dots .owl-dot span {
  margin: 0;
  background-color: #e5e5e5;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.testimonials-one__carousel .owl-dots .owl-dot.active span,
.testimonials-one__carousel .owl-dots .owl-dot:hover span {
  background-color: var(--thm-primary-color);
}

.testimonials-one__carousel .owl-stage-outer {
  overflow: visible;
}

.testimonials-one__carousel .owl-nav.disabled+.owl-dots {
  margin: 0;
  line-height: 1em;
  margin-top: 60px;
}

.testimonials-one__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.testimonials-one__btn-left,
.testimonials-one__btn-right {
  width: 60px;
  height: 60px;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(26, 46, 85, 0.1);
  box-shadow: 0px 20px 30px 0px rgba(26, 46, 85, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.testimonials-one__btn-left i,
.testimonials-one__btn-right i {
  font-size: 28px;
  color: #e5e5e5;
  line-height: 60px;
}

.testimonials-one__btn-left:hover,
.testimonials-one__btn-right:hover {
  background-color: var(--thm-base-color);
  color: #fff;
}

.testimonials-one__btn-right {
  margin-left: 10px;
}

.testimonials-one__home-two {
  background-color: #fff;
  background-image: none;
}

.testimonials-one__about-page {
  padding-top: 10px;
}

/* .testimonials-one__about-page .testimonials-one__carousel {
  margin-top: 50px;
} */

.testimonials-two {
  background-color: var(--thm-black-color);
  padding-top: 275px;
  position: relative;
}

.testimonials-two .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.testimonials-two .owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

.testimonials-two .owl-theme .owl-dots {
  margin: 0;
  position: absolute;
  bottom: 35px;
  right: 0;
}

.testimonials-two .owl-theme .owl-dots .owl-dot {
  outline: none;
}

.testimonials-two .owl-theme .owl-dots .owl-dot+.owl-dot {
  margin-left: 12px;
}

.testimonials-two .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: var(--thm-base-color);
  opacity: 0.6;
  border-radius: 50%;
  margin: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.testimonials-two .owl-theme .owl-dots .owl-dot.active span {
  opacity: 1;
}

.testimonials-two__content {
  background-color: var(--thm-primary-color);
  background-image: url(../images/background/testi-bg-2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  padding: 60px 120px;
  position: relative;
  z-index: 100;
}

.testimonials-two__text {
  color: #fff;
  font-size: 20px;
  line-height: 34px;
  /* font-family: var(--heading-font); */
  font-weight: 400;
  margin: 0;
  margin-top: 25px;
}

.testimonials-two__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 26px;
}

.testimonials-two__info img {
  border-radius: 50%;
  margin-right: 20px;
}

.testimonials-two__title {
  font-size: 20px;
  color: var(--thm-base-color);
}

.testimonials-two__title span {
  font-size: 17px;
  color: #fff;
}

.testimonials-two__slide {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100% !important;
}




/*
* 16. team styles
*/
.team-one {
  padding-top: 140px;
  padding-bottom: 20px;
}

.team-one__block {
  margin-bottom: 120px;
}

.team-one__single {
  text-align: center;
  margin-bottom: 120px;
}

.team-one__single:hover .team-one__social {
  -webkit-transform: perspective(300px) scale(1, 1) translateZ(2px);
  transform: perspective(300px) scale(1, 1) translateZ(2px);
}

.team-one__image {
  position: relative;
  display: inline-block;
}

.team-one__image>img {
  max-width: 100%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 50px 120px 0px rgba(26, 46, 85, 0.1);
  box-shadow: 0px 50px 120px 0px rgba(26, 46, 85, 0.1);
}

.team-one__social {
  background-color: rgba(var(--thm-primary-color-rgb), 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 22px;
  padding-bottom: 22px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 50%;
  -webkit-transform: perspective(300px) scale(0, 1) translateZ(2px);
  transform: perspective(300px) scale(0, 1) translateZ(2px);
}

.team-one__social a {
  font-size: 18px;
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.team-one__social a:hover {
  color: var(--thm-base-color);
}

.team-one__social a+a {
  margin-left: 30px;
}

.team-one__block-btn {
  margin-top: 15px;
}

.team-one__title {
  color: var(--thm-black-color);
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 10px;
}

.team-one__title a {
  color: inherit;
}

.team-one__designation {
  text-transform: uppercase;
  margin: 0;
  color: var(--thm-text-color);
  font-size: 14px;
  font-weight: 500;
}

.team-two {
  background-color: var(--thm-gray-color);
  padding-top: 140px;
  padding-bottom: 90px;
}

.team-two .row.high-gutters {
  margin-left: -30px;
  margin-right: -30px;
}

.team-two .row.high-gutters>[class*=col-] {
  padding-left: 30px;
  padding-right: 30px;
}

.team-two__single {
  margin-bottom: 60px;
}

.team-two__single .team-two__content {
  text-align: center;
}

.about-Us .text-box {
  background-color: rgba(27, 27, 27, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: perspective(100px) scale(1, 1) translateZ(0px);
  transform: perspective(70px) scale(1, 0) translateZ(0px);
}

.about-Us .about-title-front {
  background-color: #4B92FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  bottom: 0;
  margin: 0;
  left: 0;
  width: 100%;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: perspective(100px) scale(1, 1) translateZ(0px);
  transform: perspective(70px) scale(1, 1) translateZ(0px);
}

.about-Us .about-wrpper-box:hover .about-title-front {
  -webkit-transform: perspective(100px) scale(1, 1) translateZ(0px);
  transform: perspective(70px) scale(1, 0) translateZ(0px);
  display: none;
}

.team-two__single:hover .team-two__social {
  -webkit-transform: perspective(70px) scale(1, 1) translateZ(0px);
  transform: perspective(70px) scale(1, 1) translateZ(0px);
}

.about-Us .about-wrpper-box:hover .text-box {
  top: 0;
  -webkit-transform: perspective(100px) scale(1, 1) translateZ(0px);
  transform: perspective(70px) scale(1, 1) translateZ(0px);
}

.about-Us #our-culter {
  height: 300px;
}

.team-two__images {
  position: relative;
  height: 277px;
}

.team-two__images>img {
  width: 100%;
  -webkit-box-shadow: 0px 50px 120px 0px rgba(26, 46, 85, 0.1);
  box-shadow: 0px 50px 120px 0px rgba(26, 46, 85, 0.1);
}

.team-two__social {
  background-color: var(--thm-primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 22px;
  padding-bottom: 22px;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: perspective(70px) scale(1, 0) translateZ(2px);
  transform: perspective(70px) scale(1, 0) translateZ(2px);
}

.team-two__social a {
  font-size: 18px;
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.team-two__social a:hover {
  color: var(--thm-base-color);
}

.team-two__social a+a {
  margin-left: 30px;
}

.team-two__name {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  color: var(--thm-black-color);
  margin-top: 20px;
  margin-bottom: 5px;
}

.team-two__name a {
  color: inherit;
}

.team-two__designation {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.team-three {
  padding-bottom: 80px;
  background-image: url(../images/background/team-3-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.team-three .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.team-three__inner {
  max-width: 305px;
  width: 100%;
  margin-left: auto;
  margin-right: 95px;
}

.team-three__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 42.2%;
  flex: 0 0 42.2%;
  max-width: 42.2%;
}

.team-three__carousel {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 57.8%;
  flex: 0 0 57.8%;
  max-width: 57.8%;
}

.team-three__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.team-three__btn-left,
.team-three__btn-right {
  width: 60px;
  height: 60px;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(26, 46, 85, 0.1);
  box-shadow: 0px 20px 30px 0px rgba(26, 46, 85, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.team-three__btn-left i,
.team-three__btn-right i {
  font-size: 28px;
  color: #e5e5e5;
  line-height: 60px;
}

.team-three__btn-left:hover,
.team-three__btn-right:hover {
  background-color: var(--thm-base-color);
  color: #fff;
}

.team-three__btn-right {
  margin-left: 10px;
}

/*
* 17. brand styles
*/
.brand-one .container {
  padding-bottom: 50px;
}

.brand-one .container hr.style-one {
  margin-bottom: 50px;
}

.brand-one img {
  opacity: 0.2;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}



.brand-one img:hover {
  opacity: 1;
}


/*
* 18. about styles
*/
.about-one,
.about-two {
  padding-top: 40px;
  padding-bottom: 10px;
}

.about-one .block-title,
.about-two .block-title {
  margin-bottom: 40px;
}

/* .about-one__content {
  padding-right: 32px;
} */

.about-one__tab-title {
  border: none;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 30px;
}

.about-one__tab-title .about-one__tab-title-item {
  margin: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.about-one__tab-title .about-one__tab-title-link {
  border: 0;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5e5;
  border-radius: 0;
  padding: 16px 38px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 15px;
  /* font-family: var(--heading-font); */
  color: var(--thm-black-color);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.about-one__tab-title .about-one__tab-title-link:hover,
.about-one__tab-title .about-one__tab-title-link.active {
  color: var(--thm-base-color);
  border-color: var(--thm-base-color);
  /* font-size: x-large; */
}

.about-two__text,
.about-one__text {
  text-align: justify;
  margin: 0;
  font-size: large;
  line-height: 26px;
  color: #000;
}

.about-two__list,
.about-one__list {
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.about-two__list-item,
.about-one__list-item {
  color: #000;
  font-size: large;
  position: relative;
  padding-left: 20px;
}

.about-two__list-item+.about-two__list-item,
.about-one__list-item+.about-two__list-item,
.about-two__list-item+.about-one__list-item,
.about-one__list-item+.about-one__list-item {
  margin-top: 5px;
}

.about-two__list-item:before,
.about-one__list-item:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #dcdde0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-two .block-title__title+.block-title__text {
  margin-top: 40px;


}

.about-two__content {
  padding-right: 37px;
}

.about-two__tab-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-two__tab-title {
  width: 170px;
}

.about-two__tab-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 170px);
  flex: 0 0 calc(100% - 170px);
  border-left: 1px solid #e5e5e5;
  padding-left: 50px;
}

.about-two__tab-title {
  border: none;
  margin: 0;
}

.about-two__tab-title .about-two__tab-title-item {
  margin: 0;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
}

.about-two__tab-title .about-two__tab-title-link {
  border: 0;
  border-radius: 0;
  font-weight: 500;
  font-size: 15px;
  /* font-family: var(--heading-font); */
  color: var(--thm-black-color);
  padding-left: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: relative;
}

.about-two__tab-title .about-two__tab-title-link:before {
  content: '';
  width: 20px;
  height: 2px;
  background-color: var(--thm-base-color);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) scale(1, 0);
  transform: translateY(-50%) scale(1, 0);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.about-two__tab-title .about-two__tab-title-link:hover,
.about-two__tab-title .about-two__tab-title-link.active {
  color: var(--thm-base-color);
  border-color: var(--thm-base-color);
  padding-left: 35px;
}

.about-two__tab-title .about-two__tab-title-link:hover::before,
.about-two__tab-title .about-two__tab-title-link.active::before {
  -webkit-transform: translateY(-50%) scale(1, 1);
  transform: translateY(-50%) scale(1, 1);
}

.about-three {
  background-color: #f0f1f5;
  background-image: url(../images/resources/about-3-map.png);
  background-position: top right;
  background-repeat: no-repeat;
}

.about-three .block-title__title+.block-title__text {
  margin-top: 25px;
}

.about-three .block-title {
  margin-bottom: 60px;
}

.about-three__img {
  float: right;
}

.about-three__content {
  width: 100%;
  max-width: 695px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1550px) {
  .about-three__content {
    padding-left: 80px;
    padding-right: 70px;
  }
}

.about-three__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-three__single+.about-three__single {
  margin-top: 40px;
}

.about-three__icon {
  width: 100px;
}

.about-three__title {
  font-size: 20px;
  font-weight: 600;
  color: var(--thm-black-color);
  margin: 0;
  margin-bottom: 15px;
  margin-top: -5px;
}

.about-three__para {
  font-size: 15px;
  line-height: 26px;
  color: #848484;
  margin: 0;
}

.about-four {
  padding-top: 180px;
  padding-bottom: 190px;
}

.about-four .about-one__list {
  margin-bottom: 44px;
}

.about-four .block-title {
  margin-bottom: 35px;
}

.about-four__content {
  padding-left: 37px;
}

.about-four__image {
  position: relative;
  display: inline-block;
  margin-left: 40px;
}

.about-four__image>img {
  max-width: 100%;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(14, 40, 41, 0.25);
  box-shadow: 0px 20px 40px 0px rgba(14, 40, 41, 0.25);
}

.about-four__image-content {
  position: absolute;
  right: -24.5%;
  top: 30%;
  background-color: var(--thm-primary-color);
  text-align: center;
  z-index: 100;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  /* font-family: var(--heading-font); */
  padding: 49px 35px;
}

.about-four__image-content span {
  color: var(--thm-base-color);
  font-size: 50px;
  font-weight: 700;
  line-height: 1em;
  display: inline-block;
  margin-top: -8px;
}

.about-four__about-page {
  background-color: #F5F6FA;
}

/*
* 19. video styles
*/
.video-one {
  /* margin-top: 25px; */
  margin-left: 30px;
  position: relative;
  display: inline-block;
  z-index: 1;
}

.video-one::before {
  content: '';
  width: 63%;
  height: 96%;
  position: absolute;
  top: 10%;
  right: 0;
  -webkit-transform: translateX(40%) translateY(-20%);
  transform: translateX(40%) translateY(-20%);
  background-image: url(../images/resources/dot-pattern.png);
  background-repeat: repeat;
  background-position: 0 0;
  opacity: 0.2;
  z-index: -1;
}

.video-one>img {
  max-width: 100%;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(14, 40, 41, 0.25);
  box-shadow: 0px 20px 40px 0px rgba(14, 40, 41, 0.25);
}

.video-one__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 90px;
  right: -45px;
  background-color: var(--thm-base-color);
  border-radius: 50%;
  -webkit-animation: inctechPulse 3s infinite;
  animation: inctechPulse 3s infinite;
}

.video-one__link i {
  color: #fff;
  font-size: 15px;
}

/*
* 20. faq styles
*/
.faq-one {
  padding-top: 275px;
  padding-bottom: 150px;
  background-image: url(../images/background/faq-bg-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.faq-one .accrodion-grp {
  padding-left: 70px;
}

.faq-one .accrodion {
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5e5;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background-color: #fff;
}

.faq-one .accrodion.active {
  border-color: transparent;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(26, 46, 85, 0.1);
  box-shadow: 0px 20px 30px 0px rgba(26, 46, 85, 0.1);
}

.faq-one .accrodion.active .accrodion-title h4:before {
  content: '\f106';
  color: var(--thm-base-color);
}

.faq-one .accrodion+.accrodion {
  margin-top: 20px;
}

.faq-one .accrodion-title {
  cursor: pointer;
}

.faq-one .accrodion-title h4 {
  margin: 0;
  color: var(--thm-black-color);
  font-size: 20px;
  font-weight: 600;
  padding: 32px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.faq-one .accrodion-title h4 span {
  margin-right: 15px;
}

.faq-one .accrodion-title h4:before {
  content: '\f107';
  /* font-family: FontAwesome; */
  font-size: 20px;
  color: var(--thm-black-color);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
}

.faq-one .accrodion-content {
  padding-left: 30px;
  padding-right: 30px;
  border-top: 1px solid #e5e5e5;
  padding-top: 28px;
  padding-bottom: 33px;
}

.faq-one .accrodion-content p {
  font-size: 15px;
  line-height: 26px;
  margin: 0;
  color: var(--thm-text-color);
}

.faq-one__block {
  padding-right: 60px;
}

.faq-one__block .block-title__title+.block-title__text {
  margin-top: 35px;
}

.faq-one__home-three {
  padding-top: 150px;
  padding-bottom: 150px;
}

.faq-one__faq-page {
  padding-top: 150px;
  background-image: url(../images/background/faq-bg-2.jpg);
}

.faq-one__faq-page .block-title {
  margin-bottom: 30px;
}

/*
* 21. pricing styles
*/
.pricing-one {
  padding-top: 140px;
  padding-bottom: 100px;
}

.pricing-one__single {
  background-color: #fff;
  -webkit-box-shadow: 0px 50px 120px 0px rgba(26, 46, 85, 0.1);
  box-shadow: 0px 50px 120px 0px rgba(26, 46, 85, 0.1);
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.pricing-one__icon-block {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  background-color: #F5F6FA;
}

.pricing-two__title,
.pricing-one__title {
  margin: 0;
  text-transform: uppercase;
  color: #848484;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  /* font-family: var(--heading-font); */
  margin-bottom: 25px;
}

.pricing-one__amount {
  margin: 0;
  font-size: 20px;
  color: #848484;
  /* font-family: var(--heading-font); */
  line-height: 1em;
  margin-bottom: 45px;
}

.pricing-one__amount span {
  font-size: 48px;
  color: var(--thm-black-color);
  display: inline-block;
}

.pricing-one__list,
.pricing-two__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 45px;
}

.pricing-one__list li,
.pricing-two__list li {
  color: #848484;
  font-size: 16px;
}

.pricing-one__list li img,
.pricing-two__list li img {
  margin-right: 10px;
}

.pricing-one__list li+li,
.pricing-two__list li+li {
  margin-top: 10px;
}

.pricing-one__btn {
  margin-top: -10px;
  background-color: #fff;
  color: var(--thm-black-color);
}

.pricing-one__btn:hover {
  background-color: var(--thm-base-color);
  color: #fff;
}

.pricing-one__about {
  background-color: #F5F6FA;
}

.pricing-two {
  background-color: #F0F1F5;
  padding-top: 140px;
  padding-bottom: 100px;
}

.pricing-two__single {
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 50px 120px 0px rgba(26, 46, 85, 0.1);
  box-shadow: 0px 50px 120px 0px rgba(26, 46, 85, 0.1);
  background-color: #fff;
}

.pricing-two__top {
  padding: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}

.pricing-two__title {
  margin: 0;
}

.pricing-two__amount {
  margin: 0;
  font-size: 20px;
  color: #848484;
  /* font-family: var(--heading-font); */
  line-height: 1em;
  margin-top: 25px;
}

.pricing-two__amount span {
  font-size: 48px;
  color: var(--thm-black-color);
  display: inline-block;
}

.pricing-two__list {
  margin: 0;
  padding-left: 50px;
  padding-top: 35px;
  padding-bottom: 95px;
}

.pricing-two__btn {
  margin: 0;
  background-color: var(--thm-primary-color);
}

.pricing-two__text {
  font-size: 15px;
  line-height: 26px;
  color: var(--thm-text-color);
  margin: 0;
  margin-bottom: 25px;
  margin-top: 15px;
}

.pricing-two__popular {
  background-image: url(../images/background/pricing-active-ribbon.png);
  background-position: 100% 90%;
  background-repeat: no-repeat;
}

.pricing-two__popular .pricing-two__top {
  background-image: url(../images/background/pricing-bg-1-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.pricing-two__popular .pricing-two__btn {
  background-color: var(--thm-base-color);
}

.pricing-two__popular .pricing-two__btn:hover {
  background-color: var(--thm-black-color);
}

.pricing-two__popular .pricing-two__title,
.pricing-two__popular .pricing-two__amount,
.pricing-two__popular .pricing-two__text {
  color: #E4E1FD;
}

.pricing-two__popular .pricing-two__amount span {
  color: var(--thm-base-color);
}





button.menu-toggler {
  display: none;

}


.header-navigation ul.navigation-box>li>input.input-hidden {
  display: none;
}






/* app development start */


.phpWebDevApplist {
  margin: 3rem 0 0;
  display: flex;
}

.phpWebDevApplist ul li {
  flex-basis: 18%;
  border-radius: 5px;
  margin: 7px 7px;
  border: 1px solid #ccc;
  background: #fff;
}

.phpWebDevApplist ul {
  list-style: none;
}

.phpWebDevApplist ul li a {
  padding: 1rem 4rem;
  display: flex;
  align-items: center;
  color: #757575;
  flex-direction: column;
}

.phpWebDevContainer {
  margin-left: 10px;
  margin-right: 10px;
}

.phpWbDevUlContainer {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}



#gnoinCompanySubmenu {
  min-width: 500px;
  margin-left: 828px;
}

.gnoinCompanySubmenu1 {
  flex-direction: column;
}

@media only screen and (max-width: 1240px) {
  .navbar-light .navbar-nav .nav-link {
    color: #f8f9fa;
    font-size: small;

  }
}



/* |||||||||||||||||||||||cuttum Css|||||||||||||||||||||||||||\ */



/* coustum Css in index page ............... */
#Engagement .card-container .card {
  transition: 0.5s;
}

#Engagement .card-container .card:hover {
  transform: scale(1.05);
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);

}

.card-flip .card {
  margin-bottom: 15px;
  box-shadow: rgba(97, 97, 134, 0.171) 10px 10px 10px, rgba(75, 73, 73, 0.178) 10px 13px 16px;
  height: 20rem;
}

/* Flip Cards CSS */
.card-container {
  perspective: 700px;
}

.card-flip {
  position: relative;
  width: 100%;
  transform-style: preserve-3d;
  height: auto;
  transition: all 0.5s ease-out;
  background: white;
  border: none;
}

.card-flip div {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  height: 100%;
  width: 100%;
  border: none;
}

.card-flip .front {
  position: relative;
  z-index: 1;
}

.back .card-header {
  height: 60px !important;
  padding: 15px 10px !important;
  display: flex !important;
  font-size: 15px;
  font-weight: 400;
  justify-content: space-between;
  align-items: center;

}

.front .card-body {
  position: relative;
}

.front .card-body a {
  position: absolute !important;
  bottom: 10% !important;
  left: 45%;
}

.back .card-body p {
  font-size: 14px !important;
  color: #fff;

}

.back .card-header .rounded {
  height: 100%;
  max-height: 98%;
  width: 50px !important;
}

.card-img-top {
  max-width: 30%;
  max-height: 30%;
}

.back .card-header .rounded img,
.card-img-top img {
  height: 100%;
  width: 100%;

}

.back .card-body .btn {
  margin-top: 20px !important;
}

.card-flip .back {
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.377), rgba(0, 0, 0, 0.432)),
    url('https://media.gettyimages.com/id/1288844330/photo/first-person-point-of-view-of-a-woman-paddling-on-a-stand-up-paddle-board.jpg?s=612x612&w=gi&k=20&c=nkN_b8gJhYTu9qNT_TeiFtUgrzR4Tu7QWS7mYK5I84k=');
  z-index: 0;

  transform: rotateY(180deg);
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
}

.card-container:hover .card-flip {
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}


@media (max-width: 992px) {
  .custom-width-75 {
    width: 100%;
  }


  .listing-item {
    position: static;
  }

  .mobile-para span a .fa {
    rotate: 455deg;
    margin-top: 20px;
  }
}


.services {
  background-color: #fff;

}

.container .row div .card .card-body h4 span img {
  width: 40px;
  padding: 0 10px;


}

.container .row+div .card:hover {
  background-color: #fff;
  color: red;
  cursor: pointer;

  transition: background-color 0.5s ease-in, color 0.5s ease-in;

}


.implation-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;

}

.implation-container .banner-one__content {
  padding: 20PX 20PX;
  background: var(--thm-black-color);
}





.implation-img-box img {
  border-radius: 0%;
}

.implation-container .col-12 .card-item {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 10fr;
  justify-content: center;
  align-items: start;
  text-align: cs;
}

.implation-container .col-12 .card-item .listing-icon {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  box-shadow: 2px 2px 2px 2px #e2e2e2;
  padding: 10px;
}

.implation-container .col-12 .card-item .listing-icon img {
  width: 80%;
  height: 80%;
}

@media (max-width: 760px) {

  .video-one::before {
    right: 90px;
  }

  .implation-container {

    grid-template-columns: 1fr;
    position: relative;

  }

  .implation-container .implation-img-box {
    position: absolute;
    left: 0;
    opacity: .3;
  }

}


.ed_box_animado:hover .ed_icon {
  transform: translateY(-70px);
  transition: all 0.5s;
}

.ed_box_animado:hover .ed_title {
  transform: translateY(-90px);

  transition: all 0.5s;
}

.ed_box_animado:hover .ed_title::before {
  transform: translateY(80px);
  transition: all 0.5s;
}

.ed_box_animado:hover .ed_content {
  opacity: 1;
  text-transform: none !important;
  transform: translateY(-40px);
  transition: transform 0.5s, opacity 0.7s;
  text-align: justify;

}

.ed_box_animado .ed_icon {
  margin-top: 100px;
  font-size: 60px;
  color: #fff;
  background: whitesmoke;
  transition: all 0.2s;
}

.ed_box_animado .ed_title::before {
  content: "";
  position: absolute;
  margin-top: -10px;
  left: 25%;
  height: 3px;
  width: 50%;
  background-color: #fff;
  transition: all 0.5s;
}

.ed_box_animado .ed_title {
  position: relative;
  margin-top: 41px;
  font: bold 28px "Arial";
  color: #fff;
  transition: all 0.2s;
}

.ed_box_animado .ed_content {
  display: block;
  padding: 0 42px 28px;
  font: 16px "Arial";
  color: #fff;
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.2s;
}



#industry #industry1-box {
  background-image: url(../images/imagesIndex/indsutriesnew.png);
  background-repeat: repeat;
  background-position: center;
}

#industry #industry2-box {
  background-image: url(../images/imagesIndex/healthCareNew.png);
  background-repeat: repeat;
  background-position: center;
}

#industry #industry3-box {
  background-image: url(../images/imagesIndex/quickLinksNew.png);
  background-repeat: repeat;
  background-position: center;

}

@media screen and (min-width: 992px) {
  .pmd-intro-bg-img {
    padding: 60px 0px !important;
  }

  .section-contact .header-section .big-title {
    font-size: 100px;
  }
}

.link {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  text-align: start;
}

.link ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;

}

.link ul li a {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  padding: 3px 0px;
  display: inline-block;
  position: relative;
  opacity: 0.75;
}

.link ul li a:hover {
  opacity: 1;
}

.link ul li a::before {
  transition: 300ms;
  height: 3px;
  content: "";
  position: absolute;
  background-color: var(--thm-base-color);
}

.nav-link-fade-up::before {
  width: 100%;
  bottom: 5px;
  opacity: 0;
}

.nav-link-fade-up:hover::before {
  bottom: 10px;
  opacity: 1;
}

.nav-link-grow-up::before {
  height: 0%;
  width: 100%;
  bottom: 0px;
}

.nav-link-grow-up:hover::before {
  height: 3px;
}





/*--------------------------------------------------------------
# Why Choose Us Section
--------------------------------------------------------------*/
.why-us {
  padding-bottom: 0;
  position: relative;
}

.why-us .img-bg {
  min-height: 90%;
  height: 300PX;
  background-size: cover;
}

.why-us .slides {
  background-color: #f7f9fc;
}

.why-us h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-secondary);
}

.why-us h4 {
  font-size: 18px;
  font-weight: 400;
  color: #29486a;
  /* font-family: var(--font-secondary); */
}

.On-Demand .swiper-slide {
  height: 380px !important;
  margin-right: 5px;
  margin-left: 5px;
}

.why-us .swiper {
  margin: 18px 140px 18px 140px;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
}

.why-us .swiper-button-prev:after,
.why-us .swiper-button-next:after {
  font-size: 24px;
  color: var(--color-secondary);
}

.why-us .swiper-button-prev {
  left: 80px;
  top: 50% !important;
}

.why-us .swiper-button-next {
  right: 80px;
  top: 50% !important;
}


.why-us .list-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: start;
  margin-left: 30px;
}

.why-us .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--color-secondary);
}

.why-us .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

@media (max-width: 1200px) {
  .why-us .swiper {
    margin: 14px 60px 14px 60px;
  }

  .why-us .swiper-button-prev,
  .why-us .swiper-button-next {
    display: none;
  }
}

@media (max-width: 575px) {
  .why-us .swiper {
    margin: 10px 4px 0px 4px;
  }

  .why-us .img-bg {
    min-height: 70%;
    height: 200PX;
  }

  .section-contact .header-section .big-title {
    font-size: 40px !important;
  }
}

.page-about .why-us {
  padding: 0 0 80px 0;
}

.pmd-intro-bg-img {
  background-image: url(https://pro.propeller.in/assets/images/card-banner-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  padding: 30px 0px;
}

.pmd-intro {
  background-image: url(https://cdn.searchenginejournal.com/wp-content/uploads/2020/01/which-web-design-platform-is-right-for-you-5e4d59fb941b9.png);
  background-repeat: repeat;
  background-position: center;
  padding: 30px 0px;
}


.section-contact .header-section .big-title {
  position: absolute;
  bottom: 100%;
  left: 50%;
  top: -60%;
  transform: translate(-50%, 70%);
  font-size: 80px;
  font-weight: 600;
  opacity: 0.15;
}



#prosesss-section .container .prosess-list {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.prosess-list p {
  text-align: justify !important;
}


/*--------------------------------------------------------------
# Major Industries We Cover
--------------------------------------------------------------*/
.nav-pills .nav-link.active {
  background-color: var(--thm-base-color) !important;
}


.features {
  padding-bottom: 0;
}

.features h3 {
  color: var(--thm-primary-color);
  font-size: 32px !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
}

.features .icon-list i {
  margin-right: 10px;
  font-size: 22px;
  line-height: 1.2;
}

.features .icon-list span {
  font-size: 24px !important;
  color: #180750ce;

}

.features .phone-wrap {
  position: absolute;
  right: 0;
}



.features .phone-wrap img {
  width: 340px;
}

@media (max-width: 992px) {
  .features .phone-wrap img {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .features .phone-wrap img {
    display: none;
  }

  .features .phone-wrap {
    position: relative;
  }

  .features .details {
    margin-top: 0px !important;
    padding: 10px 0 !important;
  }

  .features h3 {
    color: var(--thm-primary-color);
    font-size: 20px !important;
    font-weight: 400 !important;
    margin-bottom: 5px !important;
  }

  .features .details h4 {
    color: var(--thm-primary-color);
    font-size: 20px !important;
    font-weight: 400 !important;
    margin-bottom: 5px !important;
  }

  .features .details p {
    margin-bottom: 5px !important;
  }
}

.features .details {
  margin-top: 80px;
  padding: 58px 0;
  background-color: #f7f9fc;
}

.features .details h4 {
  color: var(--thm-primary-color);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.features .details p {
  margin-bottom: 10px;
}

h2 {
  display: inline-block;
}


.busenns-wraper_2 {
  position: relative !important;
  height: 550px;
  width: 100%;
  background: #215771;
}






.box_shad {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s ease-in-out;
  height: 480px;
}


.box_shad:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);

  background: rgb(0, 93, 137);
  transition: all 0.6s ease-in-out;
  color: white;

}

.box_shad p:hover {
  color: white;
}


.box_shad1 {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s ease-in-out;
  height: 464px;
}

.web_analysis:hover h3 {
  border-bottom: 3px solid rgba(21, 202, 250, 1);
}


.box_shad1:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);

  background: #FFFACD;
  transition: all 0.6s ease-in-out;
  color: #000 !important;

}

.box_shad1:hover h3,
.box_shad1:hover p {
  color: #000 !important;
}


.delivery_models:hover>.box_shad h3,
.delivery_models:hover>.box_shad .para {
  color: white;
}


.typing-heading::after {
  content: "|";
  /* Blinking cursor */
  animation: blink-caret 0.75s infinite;
}

@keyframes blink-caret {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

.shadow-sm1 {
  transition: all 0.3s ease-in;
}

.shadow-sm1:hover {
  transition: all 0.3s ease-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}

.title_container h2,
.title_container h3 {
  color: white;
}



.delivery_models:hover h3,
.delivery_models:hover p {
  color: white;
}


.delivery_models:hover h3 {
  border-bottom: 3px solid rgb(255, 212, 1);
}




.slidesPortfolio .item {
  position: relative;
  width: 300px;
  overflow: hidden;
}

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

.slidesPortfolio .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.3s, top 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slidesPortfolio .hover-button {
  background-color: #3498db;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.6s, transform 0.6s;
}

.slidesPortfolio .item:hover .overlay {
  opacity: 1;
  top: 0;
}

.slidesPortfolio .item:hover .hover-button {
  opacity: 1;
  transform: translateY(0);
}


.isoiecimg {
  background: white;
  width: 50%;
  display: flex;
  justify-content: end;
}












/*------------------------------------------------ career page css--------------------------------------------- */
.vacant_positions .box {
  width: 100%;
  background-color: #fff;
  padding: 20px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.box_cnt h3 {
  font-size: 20px;
  margin-left: 5px;
}


.box_cnt {
  float: left;
  padding-top: 19px;
}

.text-right {
  text-align: right !important;
}

.box_icon img {
  width: 100%;
}

.vacant_positions .box_btn {
  float: right;
  margin-top: 22px;
  font-size: 15px;
}

.vacant_positions .box_icon {
  background-color: #fafafa;
  width: 90px;
  height: 90px;
  float: left;
  text-align: center;
  margin-right: 20px;
  border-radius: 0.25rem;
}

.box_cnt p {
  text-align: start;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  margin: 0 6px 30px;
}

.career_page_section {
  background-color: #f2f2f2d9;
  padding: 50px 0;
}

.thm-btn {
  color: #fff;

}

#job_vacancy_row:Hover {
  transition: transform .2s;
  -ms-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.rounded-lg:Hover {
  background-color: aqua;
}

.button_div_career {
  float: right;
}

@media only screen and (max-width: 1117px) {
  .vacant_positions .box_btn {
    float: right;
    margin-top: -70px;
    font-size: 15px;
  }


}

@media only screen and (max-width: 992px) {
  .vacant_positions .box_btn {
    float: right;
    margin-top: -56px;
    font-size: 15px;
  }

  .vacant_positions .box_icon img {
    min-width: min-content;
  }


  .thm-btn {
    padding: 14.5px 39.5px;
  }
}

@media only screen and (max-width: 573px) {
  .vacant_positions .box_btn {
    float: right;
    font-size: 15px;
  }

  .text-right {
    width: 4%;
    margin-top: 74px;
    float: left;
    padding-left: 179px;
  }

}

@media only screen and (max-width: 415px) {
  .vacant_positions .box_icon img {
    margin-left: 50px;
  }
}

.cta-four .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 70px;
  padding-right: 70px;
  background-color: var(--thm-black-color);
  background-image: url(../images/background/cta-4-1.jpg);
  background-position: center center;
  background-size: cover;
  padding-top: 75px;
  padding-bottom: 75px;
  margin-top: -125px;
  margin-bottom: -125px;
  position: relative;
  z-index: 10;
}


.thm-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #183153;
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border: none;
}

.team-two__single .team-two__images img {
  filter: grayscale(100%);
  transition: 0.5s all;
  cursor: pointer;
}

.team-two__single:hover .team-two__images img {
  filter: grayscale(0%);
  transition: 0.5s all;
  cursor: pointer;
}

.wecreate_section .nav-pills .nav-link.active {
  color: #ffffff !important;
}

/*------------------------------------------------ career page css--------------------------------------------- */


.bg-light-blue {
  background: #E8F6FF;
}

.career-page .ctc-icon {
  width: 24px;
  height: 24px;
}

.career-page .career-title-h3 {
  font-family: Barlow;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
  color: #17435D;
  ;
}

.career-page .career-text-para {
  font-family: Barlow;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: justify;

}

.career-page .career-text-para-small {
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;

}

.career-page .career-list-wrapper {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  /* line-height: 20px; */
  letter-spacing: 0em;
  text-align: left;
  color: #333333;
  margin-bottom: 4px;

}

.career-benffit-tag {
  color: #000 !important;
  background-color: #DCEEFF !important;
  font-family: Barlow;

}

.career-page .career-duties-overlay {
  width: 100%;
  height: 96px;
  padding: 24px;
  border-radius: 3px;
  overflow: hidden;
  display: inline-block;
  background: #F2FAFF;
}

.fixed-career-bg {
  background-color: var(--thm-black-color);
  background-image: linear-gradient(to bottom,
      rgba(3, 3, 29, 0.849),
      rgba(6, 53, 116, 0.685)), url(../images/imagesIndex/crossPlatFormHeaderImg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  position: relative;
  display: flex;
  align-items: end;
  justify-content: center;
  height: 100%;
}

.career-page .btn:hover {
  color: #183153;
  animation: scaleUp 0.3s ease-in-out;
  background: rgb(38, 0, 255);
}


.caree-img-overlay {
  height: 22rem;
}

#wrap {
  position: fixed;
  left: 50px;
  right: 50px;
  background: #fff;
  top: 120px;
  display: none;
  overflow-y: scroll;
  height: 80vh;
  z-index: 2;
}
#wrap1 {
  position: fixed;
  left: 50px;
  right: 50px;
  background: #fff;
  top: 120px;
  display: none;
  overflow-y: scroll;
  height: 80vh;
  z-index: 3;
}


.animated-input-field {
  position: relative;
  /* width: 250px; */
  height: 65px;
}

.animated-lable {
  position: absolute;
  top: 8px;
  left: 20px;
  width: 100%;
  color: #000000;
  transition: 0.2s all;
  cursor: text;
}

.custom-label{
  font-size: 14px;
  top: -14px;
  color: green;
  background: #fff;
  width: auto;
}
.animated-input {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 0.5rem 0.5rem;
  border: 1px solid #8dff9e;
  ;
  box-shadow: none;
  color: #111;
  background: inherit;
}

.animated-input:invalid {
  outline: 0;
}

/* .animated-input:focus,
.animated-input:valid {
  border-color: #dd0000;
} */
.animated-input:isvalid{
  color: green;
}

.animated-input:focus~.animated-lable,
.animated-input:valid~.animated-lable {
  font-size: 14px;
  top: -14px;
  color: #dd0000;
  background: #fff;
  width: auto;
}
.file-input:focus,
.file-input:visited{
  display: block;
  padding: 6px 12px;
  cursor: pointer;
  color: black !important;;
}



/* .custom-border{
  border: 1px solid #8dff9e;
} */

.gap-2 {
  gap: 6px;
}

.border-primary-thm {
  border-color: var(--thm-base-color);
}

.them-bg-inherit {
  background-color: inherit !important;
}

.gap-3 {
  gap: 10px;
}

/* ---------------------our History----------------------------- */
.text-thm-color-2{
  color: #1DA8CD !important;

}
.inner-banner-our-history {
  background-image: url(../images/aboutimages/our-history-bg-img-1.png) !important;
  height: 90vh !important;
}

.our-history-card-wraper {
  display: block;
  width: 50%;
  margin: 10% auto;
}

.our-history-card-wraper .text-start {
  text-align: start;
}

.fixed-our-history-bg {
  background-color: var(--thm-black-color);
  background-image: linear-gradient(to bottom, rgba(3, 3, 29, 0.158), rgba(6, 54, 116, 0.144)), url(../images/aboutimages/scroll.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: end;
  justify-content: center;
  height: 100vh;
}

.scroll-wrapper {
  height: 100vh;
  overflow: scroll;
  scroll-behavior: smooth;
  width: 100%;
  margin-top: -100px;
}
.scroll-wrapper::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.scroll-wrapper  .row-1{
  margin-top: 120px;
}
.scroll-header-title {
  margin: 0;
  position: sticky;
  z-index: 9;
  top: 0;
  left: 0;
  border-radius: 6px !important;
  background: rgba(23, 67, 93, 0.377) !important;
  backdrop-filter: blur(40px) !important;

}

@media (max-width: 768px) {
  .our-history-card-wraper ,.card-group-wraper-2 {
    width: 98% !important;
    margin: auto;
  }
  .card-group-dot {
    width: 100px !important;
    right: 2PX !important;
    height: auto !important;
  }
  .inner-banner-our-history {
    height: 50vh !important;
  }
}

.card-group-wraper-2{
  width: 75%;
}
.card-group-dot {
  position: absolute;
  height: 100px;
  width: 230px;
  top: 36px;
  right: -120px;
}

.card-group-dot .overlap-group {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 3px;
}

.card-group-dot  .component {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #ffffff29;
  border-radius: 3px;
  border: 1px solid;
  border-color: #ffffff1a;
  backdrop-filter: blur(3px) brightness(100%);
  -webkit-backdrop-filter: blur(3px) brightness(100%);
  opacity: 0.5;
}
.coponatent-dot{
  position: absolute;
    right: -80px;
    bottom: -18px;
}

.horizontal-line{
  height: 15px;
  width: 3px;
  background-color: #ffffff;
  transform: rotateY('90');
}




