footer .background-red {
  bottom: -90px;
}
footer .sepration {
  width: 100%;
  margin: 50px 0;
  font-size: 1.7rem;
  position: relative;
}
footer .sepration::before {
  content: "";
  width: 42%;
  border-bottom: solid 1px #777;
  position: absolute;
  left: 0;
  top: 18px;
  z-index: 0;
}
footer .sepration::after {
  content: "";
  width: 42%;
  border-bottom: solid 1px #777;
  position: absolute;
  right: 0;
  top: 18px;
  z-index: 0;
}
footer .sepration h2 {
  width: auto;
  display: inline-block;
  z-index: 3;
  padding: 0 20px 0 20px;
}
footer .contact-form-wrapper {
  background: #fff;
  box-shadow: 0px 30px 60px #00000038;
  border: 1px solid #dedede;
  border-radius: 10px;
}
footer .contact-form-wrapper input,
footer .contact-form-wrapper textarea {
  background: #f2f2f2;
  border-radius: 41px;
  padding: 1rem 2rem;
  margin: 15px 0;
  height: auto;
  border: none !important;
}
footer .contact-form-wrapper .btn {
  position: relative;
  top: 20px;
}
footer .footer-wrapper {
  background: url("../assets/images/footer.jpg") 0% 0% no-repeat padding-box;
  background-size: cover;
  padding: 100px 0 70px;
  top: 90px;
}
footer .footer-wrapper p {
  font-size: 0.85rem;
  margin-bottom: 0;
  letter-spacing: 0.8px;
  line-height: 35px;
  opacity: 0.64;
}
footer .footer-wrapper .footer-title {
  margin-bottom: 35px;
}
footer .footer-wrapper .brochure {
  position: relative;
}
footer .footer-wrapper .brochure::after {
  content: "";
  width: 75%;
  border-bottom: solid 1px #777;
  position: absolute;
  right: 0;
  top: 12px;
  z-index: 0;
}
footer .footer-wrapper .right {
  text-align: right;
}
footer .overlay {
  position: relative;
  z-index: 0;
}
footer .overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2c2c2c;
  opacity: 0.85;
  z-index: -1;
}
footer .contact-form-wrapper .btn {
  width: 209px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
/*::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #086AD8;
}
::-webkit-scrollbar-thumb:hover {
  background: #086AD8;
}*/
.ft14 {
  font-size: var(--ft14);
}
.ft15 {
  font-size: var(--ft15);
}
.ft16 {
  font-size: var(--ft16);
}
.ft18 {
  font-size: var(--ft18);
}
.ft20 {
  font-size: var(--ft20);
}
.ft23 {
  font-size: var(--ft23);
}
.ft27 {
  font-size: var(--ft27);
}
.ft28 {
  font-size: var(--ft28);
}
.ft30 {
  font-size: var(--ft30);
}
.ft32 {
  font-size: var(--ft32);
}
.ft38 {
  font-size: var(--ft38);
}
.ft40 {
  font-size: var(--ft40);
}
.ft44 {
  font-size: var(--ft44);
}
.ft48 {
  font-size: var(--ft48);
}
.ft60 {
  font-size: var(--ft60);
}
.ft64 {
  font-size: var(--ft64);
}
.ft68 {
  font-size: var(--ft68);
}
.ft80 {
  font-size: var(--ft80);
}
:root {
  --ft14: 14px;
  --ft15: 15px;
  --ft16: 16px;
  --ft18: 18px;
  --ft20: 20px;
  --ft23: 23px;
  --ft27: 27px;
  --ft28: 28px;
  --ft30: 30px;
  --ft32: 32px;
  --ft38: 38px;
  --ft40: 40px;
  --ft44: 44px;
  --ft48: 48px;
  --ft60: 60px;
  --ft64: 64px;
  --ft68: 68px;
  --ft80: 80px;
}
@media (min-width: 1200px) and (max-width: 1359px) {
  :root {
    --ft18: 18px;
    --ft20: 20px;
    --ft23: 23px;
    --ft27: 26px;
    --ft28: 27px;
    --ft30: 29px;
    --ft32: 31px;
    --ft38: 37px;
    --ft40: 38px;
    --ft44: 42px;
    --ft48: 46px;
    --ft60: 57px;
    --ft64: 61px;
    --ft68: 65px;
    --ft80: 76px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  :root {
    --ft18: 17px;
    --ft20: 19px;
    --ft23: 22px;
    --ft27: 25px;
    --ft28: 26px;
    --ft30: 27px;
    --ft32: 29px;
    --ft38: 34px;
    --ft40: 35px;
    --ft44: 39px;
    --ft48: 42px;
    --ft60: 52px;
    --ft64: 55px;
    --ft68: 58px;
    --ft80: 68px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  :root {
    --ft18: 17px;
    --ft20: 18px;
    --ft23: 21px;
    --ft27: 23px;
    --ft28: 24px;
    --ft30: 25px;
    --ft32: 27px;
    --ft38: 31px;
    --ft40: 32px;
    --ft44: 35px;
    --ft48: 38px;
    --ft60: 46px;
    --ft64: 49px;
    --ft68: 51px;
    --ft80: 60px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  :root {
    --ft18: 17px;
    --ft20: 18px;
    --ft23: 19px;
    --ft27: 21px;
    --ft28: 22px;
    --ft30: 23px;
    --ft32: 24px;
    --ft38: 27px;
    --ft40: 28px;
    --ft44: 30px;
    --ft48: 32px;
    --ft60: 38px;
    --ft64: 40px;
    --ft68: 42px;
    --ft80: 48px;
  }
}
@media (max-width: 575px) {
  :root {
    --ft18: 16px;
    --ft20: 17px;
    --ft23: 19px;
    --ft27: 20px;
    --ft28: 21px;
    --ft30: 22px;
    --ft32: 22px;
    --ft38: 25px;
    --ft40: 26px;
    --ft44: 28px;
    --ft48: 29px;
    --ft60: 35px;
    --ft64: 36px;
    --ft68: 38px;
    --ft80: 43px;
  }
}
.ui-ft14 {
  font-size: var(--ft14);
}
.ui-ft15 {
  font-size: var(--ft15);
}
.ui-ft16 {
  font-size: var(--ft16);
}
.ui-ft18 {
  font-size: var(--ft18);
}
.ui-ft20 {
  font-size: var(--ft20);
}
.ui-ft23 {
  font-size: var(--ft23);
}
.ui-ft27 {
  font-size: var(--ft27);
}
.ui-ft28 {
  font-size: var(--ft28);
}
.ui-ft30 {
  font-size: var(--ft30);
}
.ui-ft32 {
  font-size: var(--ft32);
}
.ui-ft38 {
  font-size: var(--ft38);
}
.ui-ft40 {
  font-size: var(--ft40);
}
.ui-ft44 {
  font-size: var(--ft44);
}
.ui-ft48 {
  font-size: var(--ft48);
}
.ui-ft60 {
  font-size: var(--ft60);
}
.ui-ft64 {
  font-size: var(--ft64);
}
.ui-ft68 {
  font-size: var(--ft68);
}
.ui-ft80 {
  font-size: var(--ft80);
}
:root {
  --res15: 15px;
  --res40: 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  :root {
    --res15: 13px;
    --res40: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  :root {
    --res15: 11px;
    --res40: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  :root {
    --res15: 10px;
    --res40: 28px;
  }
}
@media (max-width: 575px) {
  :root {
    --res15: 8px;
    --res40: 20px;
  }
}
footer .contact-form-wrapper .btn {
  width: 209px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background-color: #262053;
  border-color: #262053;
}
@media (min-width: 1300px) {
  .container {
    max-width: 1280px;
    flex: 0 0 1280px;
  }
}
.btn.btn-secondary.purple.btn-bottom-box {
  transition: all 0.3s ease-in;
}
.btn.btn-secondary.purple.btn-bottom-box:hover {
  background-color: #086AD8;
  border-color: #086AD8;
}
.hover-box-shadow {
  box-shadow: 0 0rem 0rem rgba(0, 0, 0, 0.15) !important;
  transition: all 0.3s ease-in;
}
.hover-box-shadow:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.industries .shadow {
  box-shadow: 3px 13px 44px rgba(13, 10, 114, 0.24) !important;
}
.card-industries-slider .shadow {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.08) !important;
  transition: all 0.3s ease-in;
}
.card-industries-slider .shadow:hover {
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.08) !important;
}
.conatiner-opportunity {
  color: #282c2c;
}
.conatiner-opportunity .hover-bg-white-shadow {
  transition: all 0.3s ease-in;
}
.conatiner-opportunity .hover-bg-white-shadow:hover {
  background-color: #fff;
}
.no-partner-crossline ~ footer .our-partners .section-title:after,
.no-partner-crossline ~ footer .our-partners .section-title:before {
  display: none !important;
}
.text-white-menu li a {
  color: #fff !important;
  transition: all 0.3s ease-in;
}
.text-white-menu li a:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
.contact-form-wrapper .btn.btn-secondary {
  transition: background-color 0.3s ease-in !important;
}
.contact-form-wrapper .btn.btn-secondary:hover {
  background-color: #086AD8;
}
.work-with-us .btn.btn-primary {
  transition: background-color 0.3s ease-in !important;
}
.career-details-header header {
  position: absolute;
  z-index: 10;
  width: 100%;
}
.career-details-header .btn.btn-whtie {
  background-color: #086AD8;
  color: #fff;
  border: #086AD8;
}
.career-details-main {
  overflow: unset !important;
}
.career-details-main .carrer-apply {
  position: sticky;
  top: 20;
}
.career-cards .card-title {
  font-size: var(--ft18) !important;
}
.career-cards .card-content {
  color: rgba(38, 32, 83, 0.68);
}
.btn-secondary {
  background-color: #262053;
  border-color: #262053;
  color: #fff;
}
.btn-secondary:hover {
  background-color: #086AD8 !important;
  border-color: #086AD8 !important;
}
.mt40 {
  margin-top: var(--res40) !important;
}
.header-padding {
  padding-top: 120px;
}
.text-blue2 {
  color: #3d3866;
}
.hover-cyan:hover {
  background-color: #14d0c7 !important;
}
.position-relative {
  position: relative;
}
.features-item {
  margin-bottom: 30px;
}
.card-industries-slider .owl-stage-outer {
  overflow: visible !important;
}
.card-industries-slider .owl-stage-outer .owl-item {
  opacity: 0;
}
.card-industries-slider .owl-stage-outer .owl-item.active {
  opacity: 1;
}
.card-industries-slider
  .owl-stage-outer
  .owl-item.active
  + .owl-item:not(.active) {
  opacity: 0.4;
}
.card-industries-slider .owl-nav button {
  line-height: 76%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.card-industries-slider .owl-nav button.owl-next span {
  margin-left: 3px;
}
.bg-gradient-blue {
  background: rgb(110, 137, 255);
  background: -moz-linear-gradient(180deg, #6e89ff 0%, #08086d 100%);
  background: -webkit-linear-gradient(180deg, #6e89ff 0%, #08086d 100%);
  background: linear-gradient(180deg, #6e89ff 0%, #08086d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6e89ff",endColorstr="#08086d",GradientType=1);
}
.join-us {
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
}
.join-us:hover {
  background-color: #fff !important;
  color: #262053 !important;
}
.btn.btn-primary {
  background-color: #086AD8;
  transition: all 1s ease-in-out;
}
.btn.btn-primary:hover {
  background-color: #262053 !important;
  border-color: #262053;
}
@media (max-width: 575.9px) {
  .contact-form-wrappe > p {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  header .mobile-btn {
    max-width: 200px !important;
  }
  header .mobile-btn a span {
    font-size: 11px !important;
  }
}
@media (max-width: 375.9px) {
  header .mobile-btn {
    max-width: 140px !important;
  }
  header .mobile-btn a {
    padding-left: 15px !important;
    padding-right: 5px !important;
  }
  header .mobile-btn a span {
    font-size: 11px !important;
  }
  header .mobile-btn a .nav-button-arrow img {
    margin-top: 4px !important;
  }
}
.areWeRight-banner {
  display: flex !important;
}
.areWeRight-banner .container {
  margin-top: auto !important;
  margin-bottom: auto !important;
  height: 250px;
  padding: 50px 0;
}
.dark-link {
  color: #262053;
  font-size: 0.75rem;
}
.dark-link:hover {
  color: #086AD8;
}
.object-fit {
  object-position: center;
  object-fit: cover;
}
.career-details-main ~ footer .contact-form-wrapper .btn.btn-primary {
  margin-bottom: -20px;
}
@media (min-width: 576px) {
  .row.sm-md-gutter {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .row.sm-md-gutter > [class*="col"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .row.sm-xs-gutter {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  .row.sm-xs-gutter > [class*="col"] {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
@media (min-width: 768px) {
  .row.md-md-gutter {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .row.md-md-gutter > [class*="col"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .row.md-xs-gutter {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  .row.md-xs-gutter > [class*="col"] {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
@media (min-width: 768px) and (max-width: 1199.9px) {
  .recent-content:not(.tab-wrap),
  .popular-content:not(.tab-wrap) {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .recent-content:not(.tab-wrap) > div,
  .popular-content:not(.tab-wrap) > div {
    max-width: calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .row.lg-xs-gutter {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  .row.lg-xs-gutter > [class*="col"] {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .row.md-lg-gutter {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .row.md-lg-gutter > [class*="col"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .pt-lg160px {
    padding-top: 160px;
  }
  .b-lg--80 {
    bottom: -80px !important;
  }
  .mb-lg--80 {
    margin-bottom: -80px !important;
  }
  .lg-haf-white-sec {
    position: relative;
  }
  .lg-haf-white-sec:before {
    content: "";
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
    height: 125px;
    background-color: #f5f7fa;
  }
}
@media (min-width: 1200px) {
  .row.xl-md-gutter {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .row.xl-md-gutter > [class*="col"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .row.xl-xs-gutter {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  .row.xl-xs-gutter > [class*="col"] {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .approch-list .approch-list-card {
    max-width: 300px !important;
    flex: 0 0 300px !important;
  }
}
#megamenu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  max-height: 100vh;
  overflow: auto;
  display: none;
  letter-spacing: 0.074em;
}
#megamenu.megamenu-active {
  display: block;
}
@media (min-width: 1200px) {
  #megamenu:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    position: fixed;
    z-index: -1;
    backdrop-filter: blur(3px);
  }
}
#megamenu .meagamenu-content {
  width: 100%;
  line-height: 3.5em;
  background-color: #fff;
  padding-bottom: 10px;
  padding-top: 30px;
}
#megamenu .meagamenu-content .megamenu-tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#megamenu .meagamenu-content .megamenu-tabs li button {
  font-weight: 700;
  background-color: transparent !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  cursor: pointer;
}
@media (min-width: 1200px) {
  #megamenu .meagamenu-content .megamenu-tabs li button {
    font-size: 37px;
    border-bottom: 7px solid transparent !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  #megamenu .meagamenu-content .megamenu-tabs li button {
    font-size: 30px;
    border-bottom: 6px solid transparent !important;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  #megamenu .meagamenu-content .megamenu-tabs li button {
    font-size: 22px;
    border-bottom: 5px solid transparent !important;
  }
}
@media (min-width: 576px) and (max-width: 767.9px) {
  #megamenu .meagamenu-content .megamenu-tabs li button {
    font-size: 18px;
    border-bottom: 3px solid transparent !important;
  }
}
#megamenu .meagamenu-content .megamenu-tabs li button.active {
  color: #086AD8;
  border-bottom-color: #086AD8 !important;
}
#megamenu .meagamenu-content .submenu-main-list {
  display: flex;
  padding-top: 30px;
}
#megamenu .meagamenu-content .submenu-1st-row {
  padding-left: 0px;
}
#megamenu .meagamenu-content .submenu-1st-row li {
  display: block;
  width: 100%;
  padding-right: 70px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.868' height='15.095' viewBox='0 0 8.868 15.095'%3E%3Cg id='left-and-right-arrows' transform='translate(0)'%3E%3Cg id='Group_98' data-name='Group 98' transform='translate(0)'%3E%3Cpath id='Path_85' data-name='Path 85' d='M110.105,6.958,103.388.241a.828.828,0,0,0-1.168,0l-.495.495a.827.827,0,0,0,0,1.168l5.641,5.641-5.647,5.647a.828.828,0,0,0,0,1.168l.495.494a.827.827,0,0,0,1.168,0l6.724-6.723a.833.833,0,0,0,0-1.172Z' transform='translate(-101.478 0)' fill='%23f60901'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: right 7px center;
  background-repeat: no-repeat;
  background-size: 6px;
}
#megamenu .meagamenu-content .submenu-1st-row li a.active {
  color: #086AD8 !important;
}
#megamenu .meagamenu-content .full-menu-list li {
  display: block;
  width: 100%;
}
#megamenu .meagamenu-content .submenu-2nd-row > li.show {
  display: block;
}
#megamenu .meagamenu-content .submenu-2nd-row > li.show li a {
  color: #262053;
}
#megamenu .meagamenu-content a {
  cursor: pointer;
  font-weight: 700;
  color: #262053;
}
#megamenu .meagamenu-content a:hover {
  color: #086AD8 !important;
}
#show-mega-menu {
  margin-top: 10px;
}
#show-mega-menu svg {
  font-size: 7px;
  width: 1em;
  margin-left: 11px;
  top: -2px;
  position: relative;
}
body.megamenu-show header li a.white-item:not(:hover) {
  color: #262053 !important;
}
@media (max-width: 1199.9px) {
  .home-page.menu-in .mobile-btn a[data-bs-target="#work-with-us-modal"] {
    display: none !important;
  }
  #megamenu {
    z-index: 10000000;
    height: 100vh;
    background-color: #fff;
  }
}
@media (min-width: 576px) {
  #megamenu .mobile-only-btn {
    display: none;
  }
  #megamenu .submenu-2nd-row > li:not(.show) {
    display: none;
  }
}
@media (max-width: 575.9px) {
  #megamenu {
    height: 100vh;
    background-color: #fff;
    z-index: 1000000;
  }
  #megamenu:before {
    display: none !important;
  }
  #megamenu .submenu-1st-row,
  #megamenu .megamenu-tabs {
    display: none !important;
  }
  #megamenu .tab-content .tab-pane {
    display: block !important;
  }
  #megamenu .tab-content .tab-pane.fade {
    opacity: 1 !important;
  }
  #megamenu .full-menu-list {
    width: 100%;
  }
  .megamenu-item-title,
  .mobile-only-btn {
    font-size: 12px !important;
    font-weight: 700 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.096' height='8.869' viewBox='0 0 15.096 8.869'%3E%3Cg id='left-and-right-arrows' transform='translate(15.095 0) rotate(90)'%3E%3Cg id='Group_98' data-name='Group 98'%3E%3Cpath id='Path_85' data-name='Path 85' d='M110.105,6.958,103.388.241a.828.828,0,0,0-1.168,0l-.5.495a.827.827,0,0,0,0,1.168l5.641,5.641-5.647,5.647a.828.828,0,0,0,0,1.168l.5.494a.827.827,0,0,0,1.168,0l6.724-6.723a.833.833,0,0,0,0-1.172Z' transform='translate(-101.478)' fill='%23f60901'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-position: right 20px center;
    width: 100%;
    padding-right: 40px;
    background-repeat: no-repeat;
    color: #262053;
    text-align: left;
  }
  .megamenu-item-title.view-menu,
  .mobile-only-btn.view-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.096' height='8.869' viewBox='0 0 15.096 8.869'%3E%3Cg id='left-and-right-arrows' transform='translate(0 8.869) rotate(-90)'%3E%3Cg id='Group_98' data-name='Group 98' transform='translate(0 0)'%3E%3Cpath id='Path_85' data-name='Path 85' d='M8.627,6.958,1.91.241a.828.828,0,0,0-1.168,0l-.5.495a.827.827,0,0,0,0,1.168L5.888,7.545.241,13.192a.828.828,0,0,0,0,1.168l.5.494a.827.827,0,0,0,1.168,0L8.628,8.131a.833.833,0,0,0,0-1.172Z' fill='%23f60901'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  }
  ul li a {
    color: #262053;
  }
  .megamenu-item-title {
    background-size: 9px;
  }
  .mobile-only-btn {
    background-size: 7px;
  }
  .submenu-2nd-row {
    padding-left: 0px !important;
    display: none;
    margin-bottom: 0px !important;
  }
  .submenu-2nd-row ul {
    padding-left: 25px !important;
    display: none;
  }
  .submenu-2nd-row ul > li {
    display: block !important;
  }
  .meagamenu-content {
    padding-bottom: 20px !important;
    padding-top: 10px !important;
  }
}
header {
  position: fixed;
  top: 0;
  width: 100%;
}
@font-face {
  font-family: SansRegular;
  src: url(../assets/fonts/GoogleSans-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: SansItalic;
  src: url(../assets/fonts/GoogleSans-Italic.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: SansMedium;
  src: url(../assets/fonts/GoogleSans-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: SansMediumItalic;
  src: url(../assets/fonts/GoogleSans-MediumItalic.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: SansBold;
  src: url(../assets/fonts/GoogleSans-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: SansBoldItalic;
  src: url(../assets/fonts/GoogleSans-BoldItalic.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
html,
body {
  margin: 0;
}
body {
  line-height: 1.5;
  color: #262053;
  font-size: 16px;
  font-family: "SansRegular";
  background: #f5f7fa 0% 0% no-repeat;
}
body ul {
  list-style: none;
}
body ul li {
  display: inline-block;
}
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../assets/images/loader.gif") 50% 50% no-repeat #f5f7fa;
}
.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.text-grey {
  color: #777;
}
.text-white {
  color: #fff !important;
}
.text-red {
  color: #086AD8;
}
.text-black {
  color: #000;
}
.uppercase {
  text-transform: uppercase;
}
.bold {
  font-family: SansBold;
}
.italic {
  font-family: SansItalic;
}
.underline {
  text-decoration: underline;
}
.text-x-small {
  font-size: 0.75rem;
}
.text-small {
  font-size: 0.9rem;
}
.text-medium {
  font-size: 1.9rem;
}
.text-large {
  font-size: 2.5rem;
  line-height: 3rem;
}
.text-x-large {
  font-size: 3.8rem;
  line-height: 4rem;
}
.w-60 {
  width: 60%;
}
.btn.btn-primary {
  background: #086AD8;
  height: 40px;
  padding: 10px 20px;
  font-size: 15px;
  border-radius: 10px;
  border: 1px solid #086AD8;
}
.btn.btn-whtie {
  background: #fff;
  height: 40px;
  padding: 10px 20px;
  font-size: 15px;
  border-radius: 10px;
  border: 1px solid #fff;
  color: #086AD8;
}
.btn.btn-whtie:hover {
  background: #262053;
  border: 1px solid #262053;
  color: #fff;
}
.btn.btn-primary.purple {
  background: #262053;
  border: 1px solid #262053;
}
.background-red {
  background: #ff0412;
  height: 350px;
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
}
header.index {
  height: calc(100vh - 100px);
}
header.mb-neg {
  margin-bottom: -13rem;
}
header .header-nav .site-menu {
  padding: 0;
}
header .header-nav .site-menu li a {
  letter-spacing: 0.89px;
  color: #262053;
  font-family: SansBold;
  font-size: 0.75rem;
}
header .header-nav .site-menu li a:hover {
  text-decoration: none;
}
header .header-nav .site-menu.white li a {
  color: #fff;
}
header .header-nav .site-menu.black li a {
  color: #28292a;
}
header .header-nav .menu-1 {
  padding-right: 0px;
}
header .header-nav .menu-2 {
  padding-left: 0px;
}
header .header-nav .menu-2.white li a {
  color: #fff;
}
header .header-nav .menu-2.black li a {
  color: #28292a;
}
header .hero-section figure {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  height: calc(100vh - 100px);
  margin: 0;
  width: 50%;
  overflow: hidden;
}
header .hero-section .hero-text {
  height: calc(100vh - 100px);
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  z-index: -1;
}
header .hero-section .hero-text h1 {
  font-size: 5rem;
  font-family: SansBold;
  text-transform: uppercase;
  line-height: 1;
  width: 550px;
}
header .banner-section {
  padding: 10rem;
  position: relative;
  bottom: 8.2rem;
  z-index: -1;
}
header .factsheet {
  background: transparent linear-gradient(257deg, #bb2945 0%, #ff7600 100%);
}
header .site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: 100vh;
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
header .site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}
header .site-mobile-menu .site-mobile-menu-body .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
header .site-mobile-menu .site-mobile-menu-body .site-nav-wrap li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  padding: 0.5rem 1rem;
}
header .site-mobile-menu .site-mobile-menu-body .site-nav-wrap li a {
  font-size: 1rem;
}
main {
  overflow: hidden;
}
main .explore {
  font-size: 1.25rem;
  margin-left: 50px;
}
main .explore::before {
  content: "";
  width: 32px;
  border-bottom: solid 4px #086AD8;
  position: absolute;
  left: 0px;
  top: 12px;
  z-index: 0;
}
main .about-us-section {
  background: url(../assets/svg/CH.svg);
  height: 600px;
  background-position: right -3rem top -10rem;
  background-repeat: no-repeat;
}
main .section-title {
  font-family: SansBold;
  font-size: 2.5rem;
}
main p {
  letter-spacing: 0.8px;
  line-height: 1.5rem;
}
main .strategy {
  background: #fff;
}
main .strategy figure {
  margin: 0;
}
main .strategy .strategy-2 .align {
  left: 20px;
}
main .strategy .strategy-3 .align {
  right: 20px;
  bottom: 2px;
}
main .strategy .strategy-4 .align {
  left: 2px;
  bottom: 4px;
}
main .strategy .strategy-5 .align {
  right: 19px;
  bottom: 5px;
}
main .strategy .strategy-6 .align {
  left: 21px;
  bottom: 6px;
}
main .strategy .heading {
  font-size: 1.75rem;
  font-family: SansBold;
  margin-bottom: 20px;
}
main .work-with-us {
  background-image: url("../assets/images/work-with-us.jpg");
  background-size: cover;
  height: 638px;
  background-position: center;
  background-attachment: fixed;
}
main .work-with-us .title {
  font-size: 4.25rem;
  line-height: 1.2;
  letter-spacing: 1.3px;
}
main .work-with-us .btn-primary {
  height: 52px;
  padding: 15px 45px;
}
main .recognition .title {
  font-size: 2.15rem;
  line-height: 1.25;
}
main .recognition .big {
  border-radius: 0px 10px 0px 0px;
  padding: 50px 110px 50px 30px;
  border: 1px solid #d6c6c6;
  background: #fff;
}
main .recognition .small {
  width: 80%;
  border-radius: 0px 10px 0px 0px;
  padding: 40px 70px 40px 20px;
  border: 1px solid #d6c6c6;
  background: #fff;
}
main .recognition .box {
  cursor: pointer;
}
main .recognition .active {
  box-shadow: 0px 30px 60px #ff000075;
  background: #086AD8 0% 0% no-repeat;
  border: 1px solid #086AD8;
  color: #fff;
}
main .recognition .border-bl {
  border-radius: 0px 0px 0px 10px;
}
main .recognition .border-br {
  border-radius: 0px 0px 10px 0px;
}
main .recognition .number {
  font-size: 2.5rem;
}
main .recognition .content {
  font-size: 0.75rem;
  line-height: 1.5;
  margin: 0;
}
main .client-review,
main .all-clients {
  padding: 80px 0 20px;
}
main .client-review .wartermark-text,
main .all-clients .wartermark-text {
  position: absolute;
  z-index: -1;
  font-size: 16rem;
  left: -8%;
  top: -160px;
  opacity: 0.05;
}
main .client-review .review,
main .all-clients .review {
  background: #fff;
  border-radius: 10px;
}
main .client-review .user-pic,
main .all-clients .user-pic {
  width: 20%;
  position: absolute;
  bottom: 20px;
  right: 40px;
}
main .client-review .owl-item,
main .all-clients .owl-item {
  padding-bottom: 60px;
}
main .all-clients .clients-link {
  cursor: pointer;
  font-size: 1.25rem;
  margin-left: 50px;
  position: relative;
}
main .all-clients .clients-link.active {
  color: #086AD8;
}
main .all-clients .clients-link.active::before {
  content: "";
  width: 32px;
  border-bottom: solid 4px #086AD8;
  position: absolute;
  left: -50px;
  top: 12px;
  z-index: 0;
}
main .industries-we-work .industries-svg {
  position: relative;
  bottom: 50px;
}
main .industries-we-work .owl-theme .owl-nav {
  position: relative;
  top: 20rem;
}
main .industries-we-work .owl-theme .owl-dots {
  display: none;
}
main .industries-we-work .we-work-navigation {
  background: url(../assets/svg/curve.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
  width: 80%;
  margin: auto;
  position: relative;
}
main .industries-we-work .we-work-navigation .nav {
  width: 125px;
  height: 125px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 5px 10px #00000010;
  cursor: pointer;
}
main .industries-we-work .we-work-navigation .nav::before {
  position: absolute;
  width: 45px;
  height: 45px;
  top: 40px;
  left: 40px;
}
main .industries-we-work .we-work-navigation .nav p {
  position: absolute;
  font-size: 1rem;
}
main .industries-we-work .we-work-navigation .nav.travel {
  position: absolute;
  bottom: 50px;
  left: -30px;
}
main .industries-we-work .we-work-navigation .nav.travel p {
  bottom: -70px;
  left: 30px;
}
main .industries-we-work .we-work-navigation .nav.travel::before {
  content: url("../assets/svg/travel.svg");
}
main .industries-we-work .we-work-navigation .nav.govt {
  position: absolute;
  left: 155px;
  top: 50px;
}
main .industries-we-work .we-work-navigation .nav.govt p {
  bottom: -70px;
  left: -10px;
}
main .industries-we-work .we-work-navigation .nav.govt::before {
  content: url("../assets/svg/govt.svg");
}
main .industries-we-work .we-work-navigation .nav.security {
  position: absolute;
  top: 75px;
  left: 378px;
}
main .industries-we-work .we-work-navigation .nav.security p {
  bottom: -70px;
  left: 28px;
}
main .industries-we-work .we-work-navigation .nav.security::before {
  content: url("../assets/svg/security.svg");
  width: 40px;
  top: 35px;
  left: 42px;
}
main .industries-we-work .we-work-navigation .nav.estate {
  position: absolute;
  top: 50px;
  right: 155px;
}
main .industries-we-work .we-work-navigation .nav.estate p {
  bottom: -70px;
  left: 10px;
  width: 100%;
}
main .industries-we-work .we-work-navigation .nav.estate::before {
  content: url("../assets/svg/estate.svg");
}
main .industries-we-work .we-work-navigation .nav.travel-2 {
  position: absolute;
  bottom: 50px;
  right: -30px;
}
main .industries-we-work .we-work-navigation .nav.travel-2 p {
  bottom: -70px;
  left: 36px;
}
main .industries-we-work .we-work-navigation .nav.travel-2::before {
  content: url("../assets/svg/travel.svg");
}
main .industries-we-work .we-work-navigation .nav.active {
  background: #086AD8;
  box-shadow: 0px 15px 25px #086AD8aa;
}
main .industries-we-work .we-work-navigation .nav.active.travel::before {
  content: url("../assets/svg/travel_active.svg");
}
main .industries-we-work .we-work-navigation .nav.active.govt::before {
  content: url("../assets/svg/govt_active.svg");
}
main .industries-we-work .we-work-navigation .nav.active.security::before {
  content: url("../assets/svg/security_active.svg");
}
main .industries-we-work .we-work-navigation .nav.active.estate::before {
  content: url("../assets/svg/estate_active.svg");
}
main .industries-we-work .we-work-navigation .nav.active.travel-2::before {
  content: url("../assets/svg/travel_active.svg");
}
main .recent-work .background-red {
  bottom: 0px;
  height: 450px;
}
main .recent-work .owl-carousel .owl-nav button.owl-next,
main .recent-work .owl-carousel .owl-nav button.owl-prev {
  border: 1px solid #fff;
}
main .what-we-do .we-do-slider {
  position: relative;
  top: 95px;
}
main .what-we-do .we-do-slider .owl-dots {
  display: none;
}
main .what-we-do .we-do-slider .owl-next {
  position: absolute;
  top: 50%;
  right: 10%;
  width: 50px;
  height: 50px;
  background: transparent !important;
  font-size: 2rem;
  border: 1px solid #fff;
}
main .what-we-do .we-do-slider .owl-prev {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 50px;
  height: 50px;
  background: transparent !important;
  font-size: 2rem;
  border: 1px solid #fff;
}
main .what-we-do .we-do-slider .slider-text {
  position: absolute;
  width: 500px;
  left: 55%;
  top: 40%;
}
main .what-we-do .what-we-nav {
  position: absolute;
  z-index: 11;
}
main .what-we-do .what-we-nav .nav {
  cursor: pointer;
  padding: 2.2rem;
  background: #fff;
  border-right: 1px solid #c9c9c9;
}
main .what-we-do .what-we-nav .nav:first-child {
  border-radius: 10px 0px 0px 10px;
}
main .what-we-do .what-we-nav .nav:last-child {
  border: none;
  border-radius: 0px 10px 10px 0px;
}
main .what-we-do .what-we-nav .nav img {
  margin-bottom: 20px;
}
main .what-we-do .what-we-nav .nav p {
  margin-bottom: 0;
  line-height: 22px;
}
main .what-we-do .what-we-nav .active {
  background: #086AD8;
  color: #fff;
}
main .client-list img {
  filter: grayscale(100%);
}
main .fact-cards .card {
  border-radius: 10px;
  margin-bottom: 0.75rem;
}
main .fact-cards .card .icon-wrapper {
  border-radius: 10px 0px 30px 0px;
  height: 90px;
  width: 90px;
  display: flex;
  justify-content: center;
}
main .fact-cards .card .icon-wrapper.teal {
  background: #a9dcd6;
}
main .fact-cards .card .icon-wrapper.purple {
  background: #ccb5d3;
}
main .fact-cards .card .icon-wrapper.yellow {
  background: #fabf7d;
}
main .fact-cards .card .icon-wrapper.orange {
  background: #f9a586;
}
main .fact-cards .card .icon-wrapper.blue {
  background: #87bddf;
}
main .fact-cards .card .icon-wrapper.red {
  background: #f0969c;
}
main .fact-cards .card .icon-wrapper.lemon {
  background: #e1e98d;
}
main .fact-cards .card .icon-wrapper.green {
  background: #91d0b6;
}
main .fact-cards .card .icon-wrapper.grey {
  background: #b9caae;
}
main .fact-cards .card .card-content {
  padding: 2.2rem 2.2rem;
}
main .fact-cards .card .card-content .card-title {
  height: 3rem;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
main .fact-cards .card .card-content .card-text {
  height: 5rem;
  font-size: 0.85rem;
  line-height: 1.5;
}
main .career-cards .card {
  padding: 2rem 2.1rem;
  border: none;
  border-radius: 10px;
  margin-bottom: 0.75rem;
}
main .career-cards .card .card-title {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
main .career-cards .card .card-centent {
  font-size: 0.85rem;
  line-height: 1.2;
}
main .testimonial-cards .card {
  padding: 4rem;
  border: none;
  background: #fff;
  box-shadow: 0px 20px 30px #00000017;
}
main .testimonial-cards .card::before {
  content: "“";
  font-family: Helvetica;
  position: absolute;
  left: 40%;
  bottom: 35%;
  font-size: 10rem;
  color: #086AD8;
  clear: both;
}
main .testimonial-cards .card::after {
  content: "";
  position: absolute;
  left: 4rem;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-top: 1rem solid #fff;
  clear: both;
}
main .testimonial-cards .card .content-left {
  width: 40%;
}
main .testimonial-cards .card .content-right {
  width: 60%;
  line-height: 2;
}
main .testimonial-banner {
  background: url(../assets/images/testimonial.jpg);
  height: 640px;
  margin-bottom: -6rem;
  background-position: right 18rem top;
  background-repeat: no-repeat;
}
footer .background-red {
  bottom: -90px;
}
footer .sepration {
  width: 100%;
  margin: 50px 0;
  font-size: 1.7rem;
  position: relative;
}
footer .sepration::before {
  content: "";
  width: 42%;
  border-bottom: solid 1px #777;
  position: absolute;
  left: 0;
  top: 18px;
  z-index: 0;
}
footer .sepration::after {
  content: "";
  width: 42%;
  border-bottom: solid 1px #777;
  position: absolute;
  right: 0;
  top: 18px;
  z-index: 0;
}
footer .sepration h2 {
  width: auto;
  display: inline-block;
  z-index: 3;
  padding: 0 20px 0 20px;
}
footer .contact-form-wrapper {
  background: #fff;
  box-shadow: 0px 30px 60px #00000038;
  border: 1px solid #dedede;
  border-radius: 10px;
}
footer .contact-form-wrapper .form-title {
  font-size: 1.75rem;
}
footer .contact-form-wrapper input,
footer .contact-form-wrapper textarea {
  background: #f2f2f2;
  border-radius: 41px;
  padding: 1rem 2rem;
  margin: 15px 0;
  height: auto;
  border: none !important;
}
footer .contact-form-wrapper .btn {
  position: relative;
  top: 20px;
}
footer .footer-wrapper {
  background: url("../assets/images/footer.jpg") 0% 0% no-repeat padding-box;
  background-size: cover;
  padding: 100px 0 70px;
  top: 90px;
}
footer .footer-wrapper p {
  font-size: 0.85rem;
  margin-bottom: 0;
  letter-spacing: 0.8px;
  line-height: 35px;
  opacity: 0.64;
}
footer .footer-wrapper .footer-title {
  margin-bottom: 35px;
}
footer .footer-wrapper .brochure {
  position: relative;
}
footer .footer-wrapper .brochure::after {
  content: "";
  width: 75%;
  border-bottom: solid 1px #777;
  position: absolute;
  right: 0;
  top: 12px;
  z-index: 0;
}
footer .footer-wrapper .right {
  text-align: right;
}
footer .overlay {
  position: relative;
  z-index: 0;
}
footer .overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2c2c2c;
  opacity: 0.85;
  z-index: -1;
}
img {
  max-width: 100%;
}
a:hover {
  text-decoration: none;
}
.overflow-hide {
  overflow: hidden;
}
.bg-purple {
  background-color: #714cc3;
}
.cursor-p {
  cursor: pointer;
}
.banner-section {
  position: relative;
}
.web-grediant {
  opacity: 1;
  background: linear-gradient(#ffe310 0%, #ffbe10 100%);
}
.vision-cont-holder h2 {
  text-transform: uppercase;
  padding-bottom: 14px;
}
.banner-section.overlay:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.banner-section.blog {
  background: url("../assets/images/blog.png") center;
}
.banner-section.blog:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.banner-section.blog-details {
  background: url("../assets/images/blog3.png") center;
}
.banner-section.contact {
  background: url("../assets/images/contact-bg.png") center top;
  background-size: cover;
}
.banner-section.areWeRight {
  background: url("../assets/images/are-we-right.png") center right;
  background-size: cover;
}
.banner-section.bg-gradient {
  background: url("../assets/images/bg-gradient.png") no-repeat center bottom;
}
.banner-section.crm {
  background: #22b58d url("../assets/images/crm-bg.png") no-repeat center bottom;
  background-size: cover;
}
.banner-section.service-1 {
  background: url("../assets/images/services2.png") no-repeat center bottom;
  height: 1050px;
  background-size: cover;
}
.banner-section.service-sub {
  background: url("../assets/images/bg-round.png") no-repeat right -100% bottom 100px;
  height: 800px;
}
.banner-section.portfolio {
  background: url("../assets/images/portfolio.png") no-repeat center top;
  background-size: cover;
  height: 540px;
}
.banner-section.industries {
  background: url("../assets/images/indus-bg.png") no-repeat bottom center;
  height: 800px;
  background-size: cover;
}
.banner-section.cms-banner {
  background: url("../assets/images/cms-bg.png") no-repeat center right;
  background-size: 60%;
  height: 800px;
}
.areWeRight-banner {
  background: url("../assets/images/are-we-right.png");
  height: 640px;
  background-position: right -30em bottom;
  background-repeat: no-repeat;
  background-size: 80%;
}
.round-10 {
  border-radius: 10px;
}
.blog-cards a {
  margin-bottom: -68px;
}
.line {
  width: 80px;
  display: inline-block;
  border-top: 1px solid #333;
  margin-bottom: 2px;
  transition: all ease-in-out 0.3s;
}
.link {
  color: #333;
  transition: all ease-in-out 0.3s;
}
.link:hover {
  text-decoration: none;
  color: #086AD8;
}
.link:hover span {
  transition: all ease-in-out 0.3s;
  border-top-color: #086AD8;
  margin-left: 0 !important;
}
.bg-blue-light {
  background: #dbe4f2;
}
.bg-blue {
  background: #3d4cba;
}
.btn-tn-5 {
  margin-top: -68px;
}
.card-hover {
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
.card-hover .img-content {
  filter: gray;
  -webkit-filter: grayscale(100%);
}
.card-hover:hover {
  transform: translate(0, -10px);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.card-hover:hover .img-content {
  filter: none;
  -webkit-filter: grayscale(0%);
}
.pagination {
  padding: 0;
  display: block;
}
.pagination li {
  display: inline-block;
}
.pagination li a {
  display: inline-block;
  color: #333;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 3.1;
  font-weight: 600;
  text-decoration: none;
}
.pagination li a:hover,
.pagination li a.active {
  background: #086AD8;
  color: #fff;
}
.moveUpfade {
  position: relative;
  bottom: -50px;
  opacity: 0;
}
.list-bullet {
  list-style: disc;
}
.list-bullet li {
  list-style: disc;
  margin-bottom: 10px;
}
.img-tn {
  margin-top: -103px;
}
.location-container {
  background: url("../assets/images/map-bg.png") center;
  background-size: cover;
}
.location-container .owl-theme .owl-dots,
.location-container .owl-theme .owl-nav {
  text-align: left;
  margin-top: -10px !important;
  z-index: 999;
}
.white-box {
  background: #fff;
  transition: all ease-in-out 0.3s;
}
.white-box:hover {
  transform: translate(0, -10px);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background: #ff0412;
  color: #fff;
  cursor: pointer;
}
.tab-slider {
  position: relative;
}
.tab-slider .tab-slider-nav {
  margin-top: -130px;
  position: static;
}
.tab-slider .tab-slider-nav .nav {
  cursor: pointer;
  padding: 2.2rem;
  background: #fff;
  border-right: 1px solid #c9c9c9;
}
.tab-slider .tab-slider-nav .nav:first-child {
  border-radius: 10px 0px 0px 10px;
}
.tab-slider .tab-slider-nav .nav:last-child {
  border: none;
  border-radius: 0px 10px 10px 0px;
}
.tab-slider .tab-slider-nav .nav img {
  margin-bottom: 20px;
}
.tab-slider .tab-slider-nav .nav p {
  margin-bottom: 0;
  line-height: 22px;
}
.tab-slider .tab-slider-nav .active {
  background: #086AD8;
  color: #fff;
}
.tab-slider .owl-nav {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
}
.tab-slider .owl-nav .owl-prev {
  position: absolute;
  left: 0 !important;
  right: auto !important;
}
.tab-slider .owl-nav .owl-next {
  position: absolute;
  left: auto !important;
  right: 0 !important;
}
.tab-slider .view-more {
  position: absolute;
  right: -39px;
  top: calc(50% - 25px);
}
.tab-slider .view-more.open {
  transform: rotate(180deg);
}
.project-tech {
  display: none;
}
.btn-bottom {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 66px);
}
.bg-gray {
  background: #f5f7fa;
}
.tab-menu a {
  display: block;
  padding: 10px;
  color: #262053;
  position: relative;
  margin-bottom: 10px;
}
.tab-menu a:hover,
.tab-menu a.active {
  font-weight: 600;
  text-decoration: none;
  color: #086AD8;
}
.tab-menu a:hover:after,
.tab-menu a.active:after {
  content: "";
  width: 50px;
  border-bottom: 3px solid red;
  position: absolute;
  right: 105%;
  top: 20px;
}
.crm-card .card-title {
  height: auto !important;
  font-size: 1.1rem !important;
}
.crm-card .card-text {
  height: auto !important;
}
.navMenu {
  position: absolute;
  bottom: -110px;
  left: 0;
  right: 0;
  z-index: 9;
}
.navLink {
  font-weight: 600;
  display: inline-block;
  padding: 33px 0;
}
.service-container {
  background-color: #8760dd;
}
.service-container .navLink {
  color: #999;
}
.service-container .navLink.active {
  color: #8760dd;
  border-bottom: 5px solid #8760dd;
}
.industries .navMenu {
  position: relative;
  bottom: -26px;
}
.industries .navLink {
  color: #999;
}
.industries .navLink.active {
  color: #810f44;
  border-bottom: 5px solid #810f44;
}
.tabNav-2 .navLink {
  font-weight: 600;
  display: inline-block;
  padding: 20px 0;
  color: #999;
}
.tabNav-2 .navLink.active {
  color: #8760dd;
  border-bottom: 5px solid #8760dd;
}
.round-menu {
  padding: 0;
}
.round-menu li {
  display: inline-block;
}
.round-menu li img {
  width: 60px;
  height: 60px;
}
.round-menu li span {
  background-color: #8760de;
  display: inline-block;
  border-radius: 50%;
  border: 15px solid #f3effc;
  padding: 30px;
}
.purple-shade {
  background: #8760dd url("../assets/images/service4.png") no-repeat left -140px
    bottom -80px;
}
.title-number {
  position: absolute;
  top: -26px;
  left: 30px;
}
.side-navigation .owl-dots {
  position: absolute;
  top: calc(50% - 80px);
  left: 100%;
}
.side-navigation .owl-dots .owl-dot {
  float: right;
}
.side-navigation .owl-dots .owl-dot span {
  width: 3px;
  height: 50px;
  border-radius: 0;
  background: #ccc;
  margin: 0 20px;
  border: none;
}
.bg-cyan {
  background: #14d0c7;
}
.hover-purple:hover {
  background: #8760dd;
  color: #fff;
}
.hover-cyan:hover {
  background: #14d0c7;
  color: #fff;
}
.center-navigation .owl-nav {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  right: 0;
}
.center-navigation .owl-nav .owl-prev {
  position: absolute;
  left: 0 !important;
  right: auto !important;
}
.center-navigation .owl-nav .owl-next {
  position: absolute;
  left: auto !important;
  right: 0 !important;
}
.accord-wrap .accord-text {
  display: none;
}
.accord-wrap .open img {
  transform: rotate(180deg);
}
.card-industries-slider .owl-nav .owl-prev {
  margin-left: 900px;
  background: #810f44 !important;
}
.plain-card:hover {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.bg-brown {
  background: #810f44;
}
.border-card {
  border: 1px solid rgba(250, 250, 250, 0.2);
}
.border-card:hover {
  background: #fff;
  color: #810f44;
}
.border-card:hover svg path,
.border-card:hover svg rect {
  fill: #810f44;
}
.tab-container {
  background: url("../assets/images/blue-img.png") no-repeat center bottom;
  background-size: cover;
}
.tabNav-container .navMenu {
  position: static;
}
.tabNav-container .navLink {
  color: #262053;
  margin: 0 20px;
  padding: 20px 0;
}
.tabNav-container .navLink.active {
  color: red;
  border-bottom: 5px solid red;
}
.img-round {
  background-color: #14d0c7;
  display: inline-block;
  border-radius: 50%;
  padding: 28px 26px;
  width: 100px;
  height: 100px;
}
.number {
  position: absolute;
  opacity: 0.1;
  font-size: 8em;
  left: 0;
  right: 0;
  top: -28px;
  text-align: center;
}
.bg-arrow {
  background: url("../assets/images/arrow-long.png") no-repeat center right 20px;
}
.middle-box {
  margin-top: -60px;
}
.middle-box a {
  margin-bottom: -64px;
}
.img-box {
  overflow: hidden;
}
.img-box img {
  transition: all ease-in-out 0.3s;
}
.img-box:hover img {
  transform: scale(1.1) translate(10px, -10px);
}
.img-box .card-img-overlay {
  background: rgba(0, 0, 0, 0.35);
}
.faq-container {
  border-top: 1.5px solid #ccc;
}
.faq-container .title-line {
  background: #f5f7fa;
  display: inline-block;
  top: -19px;
  position: relative;
}
@media (max-width: 768px) {
  .banner-section.contact,
  .banner-section.areWeRight,
  .banner-section.bg-gradient,
  .banner-section.blog,
  .banner-section.service-1,
  .banner-section.crm,
  .banner-section.service-sub,
  .banner-section.portfolio,
  .banner-section.industries,
  .banner-section.cms-banner {
    padding: 10rem 0;
    background-size: cover;
  }
  .banner-section.service-1 {
    height: 600px;
  }
  .banner-section.industries {
    height: auto;
  }
  .banner-section .text-large {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
  .img-tn {
    margin: 0;
  }
  .tab-slider .tab-slider-nav {
    overflow-x: auto;
  }
  .tab-slider .view-more {
    position: absolute;
    right: calc(50% - 25px);
    top: 100%;
  }
  .navMenu {
    display: block !important;
    position: static;
  }
  .navMenu li {
    display: block;
  }
  .navMenu li .navLink {
    display: block;
    padding: 15px 0;
    text-align: center;
  }
  .service-container .card-img-overlay {
    position: static;
  }
}
.about-slider {
  min-height: 600px;
  position: relative;
  z-index: 0;
}
@media (max-width: 991px) {
  .about-slider {
    min-height: auto;
  }
}
.about-slider .about-slider-item {
  background-size: cover;
  background-size: cover;
  position: relative;
}
.about-slider .about-slider-item .item {
  min-height: 500px;
  background-size: contain;
  background-position: center;
  height: 100vh;
}
@media (max-width: 991px) {
  .about-slider .about-slider-item .item {
    min-height: 500px;
    background-size: cover !important;
    position: relative;
    height: 100vh;
  }
}
.about-slider .about-slider-item img {
  width: 100%;
}
.about-slider .about-slider-item .about-slider-cont {
  position: absolute;
  bottom: 45%;
  right: 34%;
}
@media (max-width: 1600px) {
  .about-slider .about-slider-item .about-slider-cont {
    right: 32%;
  }
}
@media (max-width: 1400px) {
  .about-slider .about-slider-item .about-slider-cont {
    right: 30%;
  }
}
@media (max-width: 1200px) {
  .about-slider .about-slider-item .about-slider-cont {
    right: 25%;
    bottom: 40%;
  }
}
@media (max-width: 991px) {
  .about-slider .about-slider-item .about-slider-cont {
    right: 18%;
    bottom: 36%;
  }
}
.about-slider .about-slider-item .about-slider-cont h1 {
  font-size: 23px;
  text-align: left;
  letter-spacing: 1.15px;
  color: #fff;
}
.about-slider .about-slider-item .about-slider-cont p {
  font-size: 16px;
  text-align: left;
  letter-spacing: 0.8px;
  color: #fff;
  opacity: 1;
}
.about-slider .about-slider-item .owl-dots {
  position: absolute;
  top: 67%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
  width: 100%;
  flex-direction: row;
}
.about-slider .owl-dot {
  width: 11px;
  height: 11px;
  background: #fff;
  opacity: 1;
  border-radius: 50%;
  border: none;
  margin: 3px;
}
.about-slider .owl-dot.active {
  background: #002b6a;
  opacity: 1;
}
.about-slider .owl-dots {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: 34%;
}
.about-slider .owl-nav {
  display: none;
}
.design-section {
  background: #002b6a;
  opacity: 1;
}
@media (max-width: 767px) {
  .design-section {
    padding: 180px 0px 50px;
  }
}
@media (max-width: 567px) {
  .design-section {
    padding: 180px 0px 20px;
  }
}
.design-section .design-sec-content {
  padding-top: 85px;
  padding-left: 60px;
}
.design-section span.number {
  font-size: 193px;
  text-align: left;
  line-height: 29px;
  letter-spacing: 9.65px;
  color: #fff;
  opacity: 0.1;
  position: absolute;
  top: 94px;
  left: -15px;
  z-index: -1;
}
.design-section h2 {
  font-size: 23px;
  text-align: left;
  line-height: 29px;
  letter-spacing: 1.15px;
  color: #fff;
  opacity: 1;
}
.design-section p {
  font-size: 16px;
  text-align: left;
  line-height: 22px;
  letter-spacing: 0.8px;
  color: #fff;
  opacity: 1;
  padding-top: 15px;
}
.design-section .slider-counter {
  font-size: 23px;
  text-align: right;
  letter-spacing: 1.15px;
  color: #fff;
  opacity: 1;
  font-weight: 700;
  padding-right: 110px;
  position: relative;
  bottom: 33px;
  padding-bottom: 30px;
}
@media (max-width: 567px) {
  .design-section .slider-counter {
    font-size: 23px;
    padding-right: 55px;
    padding-bottom: 22px;
    margin: auto;
    bottom: 30px;
  }
}
.design-section .owl-nav {
  text-align: revert;
  display: flex;
  justify-content: flex-end;
  margin: 0px auto;
  max-width: 1140px;
  margin-bottom: 0px;
}
@media (max-width: 1200px) {
  .design-section .owl-nav {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .design-section .owl-nav {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .design-section .owl-nav {
    max-width: 540px;
  }
}
@media (max-width: 574px) {
  .design-section .owl-nav {
    max-width: 100%;
    padding: 0px 15px;
  }
}
.design-section .owl-nav .owl-prev {
  margin-right: 90px;
}
@media (max-width: 991px) {
  .desigm-sec-image {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .desigm-sec-image img {
    max-width: 300px;
  }
}
.about-analasis {
  background: #f4fafc;
  opacity: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.about-analasis .about-analasis-cont {
  padding: 150px 0px;
  text-align: center;
}
@media (max-width: 1200px) {
  .about-analasis .about-analasis-cont {
    padding: 97px 15px;
    text-align: center;
  }
  .about-analasis .about-analasis-cont br {
    display: none;
  }
}
@media (max-width: 767px) {
  .about-analasis .about-analasis-cont {
    padding: 60px 15px;
  }
}
.about-analasis .about-analasis-cont position:relative h6 {
  font-size: 20px;
  text-align: center;
  line-height: 29px;
  letter-spacing: 1px;
  color: #000;
  opacity: 1;
}
.about-analasis .about-analasis-cont h2 {
  font-size: 44px;
  text-align: center;
  letter-spacing: 2.2px;
  color: #000;
  opacity: 1;
}
.about-analasis .about-analasis-cont p {
  font-size: 16px;
  text-align: center;
  line-height: 25px;
  letter-spacing: 0.8px;
  color: #363636;
  opacity: 1;
  padding-top: 20px;
}
.about-analasis .about-analasis-image {
  border-left: dashed 1px #000;
  border-radius: 50% 0px 0px 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 100%;
  background: #fffdfd;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .about-analasis .about-analasis-image {
    border-radius: 0% 0px 0px 0%;
    border-top: dashed 1px #000;
    border-left: none;
  }
}
.about-analasis .about-analasis-image img {
  width: 100%;
  max-width: 350px;
}
.about-analasis .about-analasis-image .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .about-analasis .about-analasis-image .item {
    padding: 40px 0px;
  }
}
.about-analasis .owl-nav {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 50%;
  margin-top: -45px;
  left: 50px;
}
.silder-btn {
  position: absolute;
  left: 0px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 50%;
  top: 0px;
}
@media (max-width: 991px) {
  .silder-btn {
    z-index: 10;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 0%;
    top: -30px;
    width: 100%;
    height: auto;
  }
}
.silder-btn a.first {
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 41px;
  height: 41px;
  background: #fdba22;
  color: #fff;
  border-radius: 50%;
  /* margin-bottom: 150px;
  margin-left: 75px; */
  margin-bottom: 138px;
  margin-left: 78px;
}
@media (max-width: 991px) {
  .silder-btn a.first {
    margin-bottom: 0px;
    margin-left: 0;
  }
}
.silder-btn a.thired {
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 41px;
  height: 41px;
  background: #fdba22;
  color: #fff;
  border-radius: 50%;
  /* margin-top: 140px;
  margin-left: 75px; */
  margin-top: 136px;
    margin-left: 79px;
}
@media (max-width: 991px) {
  .silder-btn a.thired {
    margin-bottom: 0px;
    margin-left: 0;
    margin-top: 0px;
  }
}
.silder-btn a.second {
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: #d72b34;
  box-shadow: 0px 13px 26px #00000029;
  opacity: 1;
  color: #fff;
  border-radius: 50%;
  margin-left: -16px;
}
.about-analasis:after {
  position: absolute;
  content: "";
  top: 0px;
  right: -100px;
  bottom: 0px;
  background: #fff;
  width: 50%;
  border-radius: 50% 0px 0px 50%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .about-analasis:after {
    display: none;
  }
}
.purple-bg {
  background: rgb(116, 31, 253);
  background: -moz-linear-gradient(56deg, #741ffd 0%, #702aa4 100%);
  background: -webkit-linear-gradient(56deg, #741ffd 0%, #702aa4 100%);
  background: linear-gradient(56deg, #086AD8 0%, #086AD8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#741ffd",endColorstr="#702aa4",GradientType=1);
}
@media (max-width: 576px) {
  .purple-bg {
    padding: 20px 0px;
  }
}
.purple-bg .about-vision {
  padding: 70px 0px;
}
@media (max-width: 991px) {
  .purple-bg .about-vision {
    padding: 40px 0px;
  }
}
@media (max-width: 576px) {
  .purple-bg .about-vision {
    padding: 20px 0px;
  }
}
.purple-bg .about-vision p {
  font-size: 24px;
  text-align: left;
  line-height: 28pxs;
  letter-spacing: 1.2px;
  color: #fff;
  opacity: 1;
}
.start-up {
  /* background-image:url("../assets/images/we-love-startups-bg.png"); */
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #f9f9f9;
  background-size: cover;
  margin-bottom: 100px;
  padding-top: 50px;
}
.start-up .start-up-cont {
  padding: 150px 0px 0px;
}
.start-up .start-up-cont h2 {
  font-size: 40px;
  text-align: center;
  letter-spacing: 0px;
  color: #262053;
  text-transform: uppercase;
  opacity: 1;
}
.start-up .start-up-cont p {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.8px;
  color: #363636;
  opacity: 1;
}
.start-up .start-up-card-holder {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .start-up .start-up-card-holder {
    flex-wrap: wrap;
    margin-bottom: -200px;
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .start-up .start-up-card-holder {
    padding-top: 0px;
  }
}
.start-up .start-up-card-holder .start-up-card {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0px 15px;
  margin-bottom: -200px;
  padding-top: 87px;
}
@media (max-width: 1200px) {
  .start-up .start-up-card-holder .start-up-card {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .start-up .start-up-card-holder .start-up-card {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0px;
  }
}
@media (max-width: 567px) {
  .start-up .start-up-card-holder .start-up-card {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0px;
    padding-top: 15px;
  }
}
.start-up .start-up-card-holder .start-up-card-contnet.second {
  background: #2a7ea4;
}
.start-up .start-up-card-holder .start-up-card-contnet.thired {
  background: #2a70a4;
}
.start-up .start-up-card-holder .start-up-card-contnet.fourth {
  background: #962aa4;
}
.start-up .start-up-card-holder .start-up-card-contnet {
  width: 100%;
  padding: 15px 15px;
  height: 207px;
  display: flex;
  justify-content: flex-strat;
  align-items: flex-end;
  background: #2aa48d 0% 0% no-repeat;
  transition: all 0.3s ease;
}
.start-up .start-up-card-holder .start-up-card-contnet h6 {
  font-size: 24px;
  text-align: left;
  letter-spacing: 1.2px;
  color: #fff;
  opacity: 1;
}
.start-up .start-up-card-holder .start-up-card-contnet:hover {
  margin-top: -30px;
}
.team {
  background: url("../assets/svg/teams.svg") 0% 0% no-repeat #101a56;
  opacity: 1;
  padding: 120px 0px 0px;
}
.team .team-sec h2 {
  font-size: 40px;
  letter-spacing: var(--unnamed-character-spacing-0);
  text-align: left;
  line-height: 47px;
  letter-spacing: 0px;
  color: #f9fafb;
  text-transform: uppercase;
  opacity: 1;
  text-align: center;
}
@media (max-width: 991px) {
  .team .team-sec h2 {
    font-size: 33px;
  }
}
.team .team-sec .team-holder {
  background: #1b2764;
  padding: 30px 30px;
  margin-bottom: 30px;
}
.team .team-sec .team-holder p.position {
  font-size: 15px/27px;
  text-align: right;
  letter-spacing: 0.75px;
  color: #a0d7ff;
  opacity: 1;
}
.team .team-sec .team-holder img {
  width: 188px;
  height: 188px;
  margin: 15px auto 15px;
  display: block;
}
.team .team-sec .team-holder p.name {
  font-size: 21px;
  text-align: left;
  line-height: 27px;
  letter-spacing: 1.05px;
  color: #fff;
  opacity: 1;
}
.team .join-us {
  width: 209px;
  height: 52px;
  background: #ff0412 0% 0%;
  border-radius: 10px;
  opacity: 1;
  display: flex;
  align-items: center;
  font-size: 15px;
  text-align: left;
  letter-spacing: 1.11px;
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
  justify-content: center;
  margin: 0px auto;
}
.team .team-gallery {
  margin: 0px -15px;
  column-count: 3;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 567px) {
  .team .team-gallery {
    column-count: 1;
    flex-wrap: wrap;
  }
}
.team .team-gallery .gallery-col .gallery-image-hold {
  padding: 5px 5px;
}
.team .team-gallery .gallery-col .gallery-image-hold a {
  padding: 5px 5px;
}
@media (max-width: 567px) {
  .team .team-gallery .gallery-col .gallery-image-hold a {
    padding: 0px 0px;
  }
}
.team .team-gallery .gallery-col .gallery-image-hold a img {
  max-width: 100%;
}
.team .team-gallery .gallery-col .col-count-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vision-grediant {
  background: transparent linear-gradient(180deg, #d41f26 0%, #6a1013 100%) 0%
    0%;
  opacity: 1;
}
.vision-banner p {
  color: #fff;
  padding-top: 20px;
  font-size: 12px;
  text-align: center;
}
.vision-banner img {
  max-width: 400px;
  margin-bottom: -150px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .vision-banner img {
    max-width: 300px;
    margin-bottom: -110px;
  }
}
@media (max-width: 575px) {
  .vision-banner img {
    max-width: 250px;
    margin-bottom: -90px;
  }
}
.vision-banner h2 {
  color: #fff;
}
.vision-cont-holder {
  padding-top: 250px;
  text-align: center;
}
.vision-card-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0px -15px;
}
.vision-card-holder .vision-card {
  padding: 0px 15px;
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 1200px) {
  .vision-card-holder .vision-card {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .vision-card-holder .vision-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.vision-card-holder .vision-card .vission-image-holder {
  background: url(../assets/svg/cms.svg) no-repeat;
  width: 100%;
  height: 45px;
  transition: all 0.3s ease-in;
}
.vision-card-holder .vision-card .vision-card-cont {
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0px 20px 30px #00000012;
  border-radius: 10px;
  opacity: 1;
  padding: 20px 30px;
  text-align: left;
  transition: all 0.3s ease-in;
}
.vision-card-holder .vision-card .vision-card-cont h3 {
  font-size: 18px;
  text-align: left;
  line-height: 22px;
  letter-spacing: 0.9px;
  color: #262053;
  text-transform: uppercase;
  opacity: 1;
  transition: all 0.3s ease-in;
}
.vision-card-holder .vision-card .vision-card-cont p {
  font-size: 14px;
  text-align: left;
  line-height: 24px;
  letter-spacing: 0.8px;
  color: #262053;
  opacity: 1;
  transition: all 0.3s ease-in;
}
.vision-cont-holder .vision-card-cont:hover {
  background: #de2b31 0% 0% no-repeat;
  box-shadow: 0px 20px 30px #00000012;
  border-radius: 10px;
  opacity: 1;
}
.vision-cont-holder .vision-card-cont:hover h3 {
  color: #fff;
}
.vision-cont-holder .vision-card-cont:hover p {
  color: #fff;
}
.vision-cont-holder .vision-card-cont:hover .vission-image-holder {
  background: url(../assets/images/cms-w.png) no-repeat;
}
.our-approch h2 {
  font-size: 40px;
  text-align: left;
  line-height: 47px;
  letter-spacing: 0px;
  color: #262053;
  text-transform: uppercase;
  opacity: 1;
}
.our-approch .approch-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.our-approch .approch-list .approch-list-card {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 768px) {
  .our-approch .approch-list .approch-list-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.our-approch .approch-list .approch-list-card img {
  margin-bottom: 10px;
}
.our-approch .approch-list .approch-list-card h3 {
  font-size: 23px;
  text-align: left;
  line-height: 29px;
  letter-spacing: 1.15px;
  color: #08096e;
  opacity: 1;
}
.our-approch .approch-list .approch-list-card p {
  font-size: 16px;
  text-align: left;
  line-height: 26px;
  letter-spacing: 0.8px;
  color: #262053;
  opacity: 1;
}
.vision-service h2 {
  font-size: 40px;
  text-align: left;
  line-height: 47px;
  letter-spacing: 0px;
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
  text-align: center;
}
.vision-service .tab-slider .tab-slider-nav {
  margin-top: 0px;
  position: static;
}
.vision-service .tab-slider .tab-slider-nav .nav {
  padding: 1.2rem 2.2rem;
  width: 100%;
  font-size: 14px;
  font-weihght: 700;
}
.vision-service .tab-slider .owl-nav {
  top: 8px;
}
.vision-read-more {
  font-size: 12px;
  text-align: left;
  letter-spacing: 0.89px;
  color: #fff;
  transition: all 1s ease-in-out;
  text-transform: uppercase;
  opacity: 1;
  width: 132px;
  height: 40px;
  background: #086AD8 0% 0% no-repeat padding-box;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.color-white {
  color: #fff !important;
}
.technology-section {
  background: #f5f7fa;
}
.technology-section p,
.technology-section h1 {
  color: #262053;
}
.technology-section h1 {
  color: #262053;
}
.technology-section h5 {
  color: #262053;
}
.technology-section a {
  border-bottom: 1px solid #acadaf;
  padding: 8px 0px;
}
main .client-review.vision-review {
  background: #fff;
  padding: 100px 0px;
}
.estimation-section {
  padding: 50px 0px;
}
.estimation {
  width: 236px;
  height: 40px;
  background: #086AD8 0% 0%;
  border-radius: 10px;
  opacity: 1;
  display: flex;
  align-items: center;
  transition: all 1s ease-in-out;
  color: #fff;
  font-size: 12px;
  text-align: left;
  letter-spacing: 0.89px;
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  margin: 20px auto 0px;
}
.our-approch {
  position: relative;
  margin-top: 150px !important;
  padding-top: 150px !important;
}
@media (max-width: 991px) {
  .our-approch {
    padding-bottom: 0px !important;
    margin-top: 100px !important;
    padding-top: 0px !important;
  }
}
.aproch-image-holder {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../assets/images/Group4774.png);
  width: 45%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .aproch-image-holder {
    position: relative;
    right: 0;
    min-height: 400px;
    width: 100%;
  }
}
.vision-service-number {
  font-size: 94px;
  text-align: left;
  font-weight: 700;
  letter-spacing: 4.7px;
  color: #2b2657;
  opacity: 0.09;
  position: absolute;
  top: -6px;
  left: 35px;
  line-height: 1;
}
.vision-service .tab-slider .tab-slider-nav .nav {
  position: relative;
}
.vision-service .owl-dots {
  display: none;
}
.news-header {
  z-index: 100000;
  background: transparent linear-gradient(257deg, #5929bb 0%, #961de2 100%) 0%
    0% no-repeat padding-box;
}
.news-slider {
  height: 300px;
  background: transparent linear-gradient(257deg, #5929bb 0%, #961de2 100%) 0%
    0% no-repeat padding-box;
  opacity: 1;
}
.news-slider .news-slider-cont {
  padding: 30px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.news-slider .news-slider-cont .news-slider-cont-headeing {
  flex: 0 0 75%;
  max-width: 75%;
}
@media (max-width: 991px) {
  .news-slider .news-slider-cont .news-slider-cont-headeing {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (max-width: 767px) {
  .news-slider .news-slider-cont .news-slider-cont-headeing {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.news-slider .news-slider-cont .news-slider-cont-headeing span {
  font-size: 12px;
  text-align: left;
  letter-spacing: 0.89px;
  color: #fff;
  opacity: 1;
  font-weight: 700;
  display: block;
}
.news-slider .news-slider-cont .news-slider-cont-headeing h1 {
  font-size: 33px;
  line-height: 39px;
  text-align: left;
  letter-spacing: 1.65px;
  color: #fff;
  opacity: 1;
}
@media (max-width: 991px) {
  .news-slider .news-slider-cont .news-slider-cont-headeing h1 {
    font-size: 29px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .news-slider .news-slider-cont .news-slider-cont-headeing h1 {
    font-size: 24px;
    line-height: 29px;
  }
}
.news-slider .news-slider-cont .news-slider-cont-date {
  flex: 0 0 25%;
  max-width: 25%;
  text-align: right;
}
@media (max-width: 991px) {
  .news-slider .news-slider-cont .news-slider-cont-date {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 767px) {
  .news-slider .news-slider-cont .news-slider-cont-date {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
  }
}
.news-slider .news-slider-cont .news-slider-cont-date span {
  font-size: 12px;
  text-align: left;
  letter-spacing: 0.89px;
  color: #fff;
  opacity: 1;
  font-weight: 700;
}
.news-content {
  display: flex;
  background: #fff;
  border-radius: 16px;
  opacity: 1;
  margin-top: -70px;
  padding: 50px 35px;
  flex-wrap: wrap;
}
@media (max-width: 400px) {
  .news-content {
    padding: 30px 15px;
  }
}
.news-content .news-share {
  padding: 0px 15px;
  flex: 0 0 150px;
  max-width: 150px;
}
@media (max-width: 1200px) {
  .news-content .news-share {
    flex: 0 0 100px;
    max-width: 100px;
  }
}
@media (max-width: 767px) {
  .news-content .news-share {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.news-content .news-share h4 {
  font-size: 19px;
  text-align: left;
  line-hieght: 29px;
  letter-spacing: 0.95px;
  color: #08096e;
  opacity: 1;
}
.news-content .news-share ul {
  padding-left: 0px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .news-content .news-share ul {
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
.news-content .news-share ul li {
  display: block;
  padding: 15px 0px;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .news-content .news-share ul li {
    padding: 5px 5px;
    width: auto;
  }
}
.news-content .news-share ul li a {
  font-size: 18px;
  color: #6526c3;
}
@media (max-width: 767px) {
  .news-content .news-share ul li a {
    font-size: 16px;
  }
}
.news-content .news-content-holder {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
  padding: 0px 15px;
}
@media (max-width: 767px) {
  .news-content .news-content-holder {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.news-content .news-content-holder img {
  width: 100%;
}
.more-news {
  background: #fff;
  padding: 100px 0px 130px;
  margin-top: 40px;
}
.more-news h6 {
  font-size: 24px;
  text-align: left;
  letter-spacing: 0px;
  color: #292d2d;
  text-transform: uppercase;
  opacity: 1;
}
.more-news-slider {
  margin-top: 30px;
  width: 100%;
}
.more-news-slider .item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: 560px;
}
.more-news-slider .first-child {
  width: 400px;
}
@media (max-width: 1600px) {
  .more-news-slider .first-child {
    width: 225px;
  }
}
@media (max-width: 1400px) {
  .more-news-slider .first-child {
    width: 125px;
  }
}
@media (max-width: 1200px) {
  .more-news-slider .first-child {
    width: 25px;
  }
}
@media (max-width: 767px) {
  .more-news-slider .first-child {
    width: 0px;
  }
}
.more-news-slider .more-news-item {
  display: flex;
}
.more-news-slider .more-news-item .more-news-imge {
  max-width: 40%;
  flex: 0 0 40%;
  padding: 0px 15px;
}
@media (max-width: 767px) {
  .more-news-slider .more-news-item .more-news-imge {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.more-news-slider .more-news-item .more-news-imge img {
  width: 100%;
}
@media (max-width: 767px) {
  .more-news-slider .more-news-item .more-news-imge img {
    max-width: 200px;
    margin-bottom: 20px;
  }
}
.more-news-slider .more-news-item .more-new-cntet {
  padding: 0px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  width: 100%;
  max-height: 174px;
}
.more-news-slider .more-news-item .more-new-cntet h4 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767px) {
  .more-news-slider .more-news-item .more-new-cntet {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.more-news-slider .more-news-item .more-new-cntet span {
  font-size: 12px;
  text-align: left;
  letter-spacing: 0.89px;
  color: #262053;
  opacity: 1;
}
.more-news-slider .more-news-item .more-new-cntet h4 {
  font-size: 18px;
  text-align: left;
  letter-spacing: 1.15px;
  color: #08096e;
  opacity: 1;
}
.more-news-slider .more-news-item .more-new-cntet p {
  font-size: 12px;
  text-align: left;
  letter-spacing: 0.89px;
  color: #262053;
  opacity: 1;
  margin-bottom: 0;
}
.newsroom {
  position: fixed;
  top: 50%;
  right: -550px;
  margin-top: -240px;
  transition: all 0.3s ease-in-out;
  z-index: 10;
}
@media (max-width: 1200px) {
  .newsroom {
    right: -450px;
    margin-top: -200px;
  }
}
@media (max-width: 991px) {
  .newsroom {
    right: -350px;
    margin-top: -220px;
  }
}
@media (max-width: 575px) {
  .newsroom {
    right: -280px;
    margin-top: -180px;
  }
}
.newsroom.lft0 {
  right: 0px;
}
.overlay:not(.footer-wrapper) {
  position: fixed;
  z-index: 5;
  width: 100%;
  height: 100vh;
  background: #000;
  display: none;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.overlay.active {
  display: block;
}
.staybtn {
  background: #ff0412;
  border-radius: 10px 10px 0px 0px;
  opacity: 1;
  font-size: 15px;
  text-align: left;
  font-weight: 700;
  letter-spacing: 1.11px;
  color: #fff;
  text-transform: uppercase;
  height: 35px;
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 72px;
  left: -107px;
  transform: rotate(-90deg);
}
.staybtn:hover {
  color: #fff;
}
.newsroomdetail {
  background: #fff;
  box-shadow: 0px 23px 60px #00000029;
  border-radius: 0px 0px 0px 60px;
  opacity: 1;
  padding: 60px 50px;
  width: 550px;
}
@media (max-width: 1200px) {
  .newsroomdetail {
    padding: 40px 30px;
    width: 450px;
  }
}
@media (max-width: 991px) {
  .newsroomdetail {
    padding: 40px 30px;
    width: 350px;
  }
}
@media (max-width: 575px) {
  .newsroomdetail {
    padding: 30px 20px;
    width: 280px;
  }
}
.newsroomdetail h4 {
  font-size: 23px;
  text-align: left;
  font-weight: 700;
  letter-spacing: 1.15px;
  color: #000;
  opacity: 1;
}
@media (max-width: 768px) {
  .newsroomdetail h4 {
    font-size: 18px;
  }
}
.newsroomdetail span {
  font-size: 16px;
  text-align: left;
  letter-spacing: 0.8px;
  color: #000;
  opacity: 1;
}
@media (max-width: 768px) {
  .newsroomdetail span {
    font-size: 14px;
  }
}
.newsroomdetail .news-rrom-input {
  height: 68px;
  background: #f2f2f2;
  border-radius: 41px;
  opacity: 1;
  margin: 25px 0px;
  border: none;
  padding-left: 20px;
  width: 100%;
}
@media (max-width: 768px) {
  .newsroomdetail .news-rrom-input {
    font-size: 14px;
    height: 40px;
  }
}
.newsroomdetail p {
  font-size: 13px;
  text-align: left;
  letter-spacing: 0.65px;
  color: #000;
  opacity: 1;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .newsroomdetail p {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.newsroomdetail a {
  background: #262053;
  border-radius: 10px;
  opacity: 1;
  font-size: 15px;
  text-align: left;
  font-weight: 700;
  letter-spacing: 1.11px;
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
  height: 52px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
}
@media (max-width: 768px) {
  .newsroomdetail a {
    font-size: 12px;
    height: 42px;
    width: 150px;
  }
}
.background-none {
  background: none !important;
}
.carrer-detail-slider {
  background: url(../assets/images/carreer_slider.png);
  height: 430px;
  position: relative;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 130px;
  overflow: hidden;
  background-position: center;
}
.carrer-detail-slider h1 {
  font-size: 40px;
  text-align: center;
  letter-spacing: 0px;
  color: #f5f7fa;
  text-transform: uppercase;
  opacity: 1;
  position: relative;
  z-index: 1;
}
.carrer-detail-slider:after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  bottom: 0px;
  background: #2e465b;
  content: "";
  opacity: 0.6;
}
.carrer-apply {
  background: #fff;
  border-radius: 10px;
  opacity: 1;
  padding: 45px 35px;
  margin-top: -107px;
}
.carrer-apply h3 {
  font-size: 18px;
  text-align: left;
  line-height: 22px;
  letter-spacing: 0.9px;
  color: #262053;
  text-transform: uppercase;
  opacity: 1;
}
.carrer-apply p {
  font-size: v 16px;
  text-align: left;
  line-height: 24px;
  letter-spacing: 0.8px;
  color: #262053;
  opacity: 1;
  margin: 30px 0px;
}
.carrer-apply span {
  font-size: 16px;
  text-align: left;
  line-height: 20px;
  letter-spacing: 0.8px;
  color: #888889;
  opacity: 1;
}
.carrer-apply .appaly-now {
  height: 52px;
  background: #262053;
  border-radius: 10px;
  opacity: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #fff;
  margin-top: 50px;
}
.carrer-apply small {
  font-size: 16px;
  text-align: left;
  line-height: 24px;
  letter-spacing: 0.8px;
  color: #262053;
  opacity: 1;
  padding-top: 30px;
  display: block;
}
.responsibility {
  background: #fff;
  border-radius: 10px;
  opacity: 1;
  padding: 60px 60px;
  margin-top: -50px;
}
@media (max-width: 1200px) {
  .responsibility {
    padding: 40px 40px;
  }
}
@media (max-width: 767px) {
  .responsibility {
    margin-top: 0px;
  }
}
.responsibility img {
  max-width: 100%;
}
.responsibility h2 {
  font-size: 18px;
  text-align: left;
  line-height: 22px;
  letter-spacing: 0.9px;
  color: #262053;
  text-transform: uppercase;
  opacity: 1;
  margin-top: 0px;
}
.responsibility ul {
  padding-left: 0px;
}
.responsibility ul li {
  position: relative;
  padding-left: 35px;
  font-size: 16px;
  text-align: left;
  line-heigh: 28px;
  letter-spacing: 0.8px;
  color: #7f7c96;
  opacity: 1;
  display: block;
}
.responsibility ul li:after {
  width: 9px;
  height: 9px;
  background: #363636 0% 0% no-repeat padding-box;
  opacity: 1;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 6px;
  content: "";
}
.detail-image {
  height: 60px;
}
.card.detail-second {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.card.detail-second .detail-cont {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
  justify-content: space-between;
}
.card.detail-second .text-small {
  font-size: 0.9rem;
  margin-bottom: 0px !important;
  min-height: 50px;
}
@media (max-width: 1600px) {
  .card.detail-second .text-small {
    min-height: 90px;
  }
}
@media (max-width: 1600px) {
  .card.detail-second .text-small {
    min-height: 100px;
  }
}
@media (max-width: 1300px) {
  .card.detail-second .text-small {
    min-height: 120px;
  }
}
@media (max-width: 1200px) {
  .card.detail-second .text-small {
    min-height: 160px;
  }
}
@media (max-width: 991px) {
  .card.detail-second .text-small {
    min-height: 99px;
  }
}
@media (max-width: 767px) {
  .card.detail-second .text-small {
    min-height: auto;
  }
}
.carrer-detail-popup .form-control {
  height: 52px;
  background: #f2f2f2;
  border-radius: 13px;
  margin-bottom: 15px;
}
.carrer-detail-popup textarea.form-control {
  height: 160px;
}
.close-modal {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 45px;
  height: 45px;
}
.close-modal img {
  width: 100%;
  max-width: 30px;
}
#file-upload {
  position: absolute;
  left: -9999px;
}
.file-upload {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
label[for="file-upload"] {
  height: 41px;
  margin-bottom: 0px;
  background: #3c3c3c;
  border-radius: 13px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 144px;
}
#filename {
  padding: 0.5em;
  float: left;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 991px) {
  .carrer-detail-popup .px-5 {
    padding-left: 1rem !important;
  }
  .carrer-detail-popup .px-5 {
    padding-right: 1rem !important;
  }
  .carrer-detail-popup h2.mb-4 {
    margin-bottom: 0.5rem !important;
  }
}
@media (min-width: 320px) and (max-width: 400px) {
  main .all-clients .wartermark-text,
  main .client-review .wartermark-text {
    font-size: 10rem !important;
    top: -120px !important;
  }
  main .strategy .strategy-3 .align {
    right: 12px !important;
  }
  main .strategy .strategy-4 .align {
    left: -5px !important;
  }
  main .strategy .strategy-5 .align {
    right: 11px !important;
  }
  main .strategy .strategy-6 .align {
    left: 1px !important;
  }
  main .recognition .big {
    padding: 2rem !important;
  }
  main .recognition .d-flex.mt-4 {
    margin-top: 1rem !important;
  }
  main .recognition .d-flex.mr-4 {
    margin-right: 1rem !important;
  }
  main .what-we-do .we-do-slider .slider-text {
    position: absolute;
    width: 275px !important;
    left: 15%;
    top: 20%;
  }
  main .what-we-do .we-do-slider .owl-prev,
  main .what-we-do .we-do-slider .owl-next {
    width: 30px !important;
    height: 30px !important;
    font-size: 1rem !important;
  }
}
@media (max-width: 575.98px) {
  body {
    font-size: 12px;
  }
  header.index {
    height: calc(100vh - 72px);
  }
  header .hero-section .hero-text {
    height: calc(100vh - 72px);
  }
  header .hero-section .hero-text h1 {
    font-size: 3.2rem;
  }
  header .hero-section figure {
    width: 100%;
    opacity: 0.7;
    height: calc(100vh - 72px);
  }
  main .testimonial-banner {
    background-position: right 0rem top;
  }
  main .about-us-section {
    height: 600px;
    background-position: right -1rem top -6rem;
    background-size: contain;
  }
  main .recent-work .background-red {
    height: 280px;
  }
  main .recent-work .recent-work-slider .item img {
    height: 300px;
  }
  main .industries-we-work .we-work-slider .w-75 {
    width: 100% !important;
  }
  main .industries-we-work .owl-theme .owl-nav {
    position: relative;
    top: 12rem;
  }
  main .industries-we-work .we-work-navigation {
    border-top: 1px solid #cdcdcd;
    background: none;
    height: 50px;
    width: 100%;
  }
  main .industries-we-work .we-work-navigation.mb-5 {
    margin-bottom: 0 !important;
    margin-top: 2rem !important;
  }
  main .industries-we-work .we-work-navigation .nav {
    width: 50px;
    height: 50px;
  }
  main .industries-we-work .we-work-navigation .nav::before {
    width: 24px;
    height: 24px;
    top: 13px;
    left: 13px;
    background-size: cover;
  }
  main .industries-we-work .we-work-navigation .nav p {
    font-size: 0.6rem;
  }
  main .industries-we-work .we-work-navigation .nav.travel {
    bottom: 25px;
    left: 0px;
  }
  main .industries-we-work .we-work-navigation .nav.travel p {
    left: 5px;
    bottom: -50px;
  }
  main .industries-we-work .we-work-navigation .nav.govt {
    left: 80px;
    top: -26px;
  }
  main .industries-we-work .we-work-navigation .nav.govt p {
    left: -15px;
    bottom: -50px;
  }
  main .industries-we-work .we-work-navigation .nav.security {
    top: -26px;
    left: 175px;
  }
  main .industries-we-work .we-work-navigation .nav.security p {
    left: -2px;
    bottom: -50px;
  }
  main .industries-we-work .we-work-navigation .nav.security::before {
    width: 18px;
    top: 12px;
    left: 16px;
  }
  main .industries-we-work .we-work-navigation .nav.estate {
    top: -26px;
    right: 80px;
  }
  main .industries-we-work .we-work-navigation .nav.estate p {
    left: -10px;
    bottom: -50px;
    width: 150%;
  }
  main .industries-we-work .we-work-navigation .nav.travel-2 {
    bottom: 25px;
    right: 0px;
  }
  main .industries-we-work .we-work-navigation .nav.travel-2 p {
    left: 5px;
    bottom: -50px;
  }
  main .all-clients .wartermark-text,
  main .client-review .wartermark-text {
    font-size: 8rem;
    left: 0%;
    top: -80px;
  }
  main .strategy .heading {
    font-size: 1rem;
    margin-bottom: 5px;
  }
  main .strategy p {
    letter-spacing: 0 !important;
    line-height: 1rem !important;
    font-size: 0.6rem !important;
  }
  main .strategy p.text-center {
    letter-spacing: 0 !important;
    line-height: 1.5rem !important;
    font-size: 1rem !important;
  }
  main .strategy .strategy-2 .align {
    left: 0px;
  }
  main .strategy .strategy-3 .align {
    right: 13px;
    bottom: 2px;
  }
  main .strategy .strategy-4 .align {
    left: -6px;
    bottom: 3px;
  }
  main .strategy .strategy-5 .align {
    right: 13px;
    bottom: 5px;
  }
  main .strategy .strategy-6 .align {
    left: 0px;
    bottom: 6px;
  }
  main .work-with-us {
    background-position: top;
  }
  main .work-with-us .title {
    font-size: 3rem;
    line-height: 1.5;
    letter-spacing: 0.5px;
  }
  main .recognition .big {
    width: 100%;
    padding: 2rem 3rem 2rem 2rem;
  }
  main .recognition .small {
    width: 80%;
    padding: 2rem 0rem 1rem 1rem;
  }
  main .recognition .d-flex.mt-4 {
    margin-top: 1rem !important;
  }
  main .recognition .number {
    font-size: 2rem;
  }
  main .recognition .number.mb-5 {
    margin-bottom: 2rem !important;
  }
  main .what-we-do .what-we-nav {
    width: 100%;
    left: 0;
    overflow: auto;
  }
  main .what-we-do .what-we-nav .nav {
    padding: 1.2rem 1.6rem;
  }
  main .what-we-do .what-we-nav .nav img {
    height: 25%;
  }
  main .what-we-do .what-we-nav .nav p {
    line-height: 15px;
    font-size: 0.75rem;
    letter-spacing: 0;
  }
  main .what-we-do .we-do-slider .we-do {
    height: 350px;
  }
  main .what-we-do .we-do-slider .we-do img {
    height: 100%;
    width: auto;
  }
  main .what-we-do .we-do-slider .owl-prev,
  main .what-we-do .we-do-slider .owl-next {
    width: 30px;
    height: 30px;
    font-size: 1rem;
  }
  main .what-we-do .we-do-slider .owl-prev {
    top: 40%;
    left: 0%;
  }
  main .what-we-do .we-do-slider .owl-next {
    top: 40%;
    right: 0%;
  }
  main .what-we-do .we-do-slider .slider-text {
    position: absolute;
    width: 320px;
    left: 15%;
    top: 20%;
  }
  main .what-we-do .we-do-slider .slider-text .text-medium {
    font-size: 1.25rem;
  }
  main .what-we-do .we-do-slider .slider-text .text-small {
    font-size: 0.75rem;
  }
  footer .sepration::before {
    width: 0;
  }
  footer .sepration::after {
    width: 0;
  }
  footer form.px-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  footer .footer-wrapper {
    background-position: center;
  }
  footer .footer-wrapper p {
    font-size: 0.65rem;
  }
  footer .footer-wrapper .footer-title {
    margin-bottom: 18px;
    font-size: 1rem;
  }
  footer .footer-wrapper .right {
    text-align: left;
  }
  footer .footer-wrapper .brochure {
    font-size: 1rem;
  }
  footer .footer-wrapper .brochure::after {
    width: 0%;
    top: 9px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  body {
    font-size: 12px;
  }
  header.index {
    height: calc(100vh - 90px);
  }
  header .hero-section .hero-text {
    left: 0;
    height: calc(100vh - 90px);
  }
  header .hero-section .hero-text h1 {
    font-size: 4rem;
  }
  header .hero-section figure {
    width: 100%;
    opacity: 0.7;
    height: calc(100vh - 90px);
  }
  header .logo .w-25 {
    width: 18% !important;
  }
  main .testimonial-banner {
    background-position: right 0rem top;
  }
  main .about-us-section {
    height: 460px;
    background-position: right -1rem top -7rem;
    background-size: cover;
  }
  main .recent-work .background-red {
    height: 280px;
  }
  main .recent-work .recent-work-slider .item img {
    height: 350px;
  }
  main .industries-we-work .we-work-slider .w-75 {
    width: 100% !important;
  }
  main .industries-we-work .owl-theme .owl-nav {
    position: relative;
    top: 12rem;
  }
  main .industries-we-work .we-work-navigation {
    border-top: 1px solid #cdcdcd;
    background: none;
    height: 50px;
    width: 100%;
  }
  main .industries-we-work .we-work-navigation.mb-5 {
    margin-bottom: 0 !important;
  }
  main .industries-we-work .we-work-navigation .nav {
    width: 75px;
    height: 75px;
  }
  main .industries-we-work .we-work-navigation .nav::before {
    width: 32px;
    height: 32px;
    top: 17px;
    left: 18px;
  }
  main .industries-we-work .we-work-navigation .nav.travel {
    bottom: 15px;
    left: -50px;
  }
  main .industries-we-work .we-work-navigation .nav.travel p {
    left: 5px;
  }
  main .industries-we-work .we-work-navigation .nav.govt {
    left: 75px;
    top: -40px;
  }
  main .industries-we-work .we-work-navigation .nav.govt p {
    left: -28px;
  }
  main .industries-we-work .we-work-navigation .nav.security {
    top: -40px;
    left: 225px;
  }
  main .industries-we-work .we-work-navigation .nav.security p {
    left: -2px;
  }
  main .industries-we-work .we-work-navigation .nav.estate {
    top: -40px;
    right: 75px;
  }
  main .industries-we-work .we-work-navigation .nav.estate p {
    left: -10px;
    width: 150%;
  }
  main .industries-we-work .we-work-navigation .nav.travel-2 {
    bottom: 15px;
    right: -50px;
  }
  main .industries-we-work .we-work-navigation .nav.travel-2 p {
    left: 5px;
  }
  main .all-clients .wartermark-text,
  main .client-review .wartermark-text {
    font-size: 13rem;
    left: 0%;
    top: -150px;
  }
  main .strategy .heading {
    font-size: 1rem;
    margin-bottom: 5px;
  }
  main .strategy p {
    letter-spacing: 0 !important;
    line-height: 1.25rem !important;
    font-size: 0.75rem !important;
  }
  main .strategy p.text-center {
    letter-spacing: 0 !important;
    line-height: 1.5rem !important;
    font-size: 1.25rem !important;
  }
  main .strategy .strategy-2 .align {
    left: 0px;
  }
  main .strategy .strategy-3 .align {
    right: 18px;
    bottom: 2px;
  }
  main .strategy .strategy-4 .align {
    left: -8px;
    bottom: 3px;
  }
  main .strategy .strategy-5 .align {
    right: 18px;
    bottom: 5px;
  }
  main .strategy .strategy-6 .align {
    left: 0px;
    bottom: 6px;
  }
  main .work-with-us {
    background-position: top;
  }
  main .work-with-us .title {
    font-size: 4rem;
    line-height: 1.5;
    letter-spacing: 0.5px;
  }
  main .recognition .big {
    width: 100%;
    padding: 3rem 3rem 2rem 3rem;
  }
  main .recognition .small {
    width: 80%;
    padding: 2rem 0rem 2rem 2rem;
  }
  main .recognition .d-flex.mt-4 {
    margin-top: 2rem !important;
  }
  main .recognition .number {
    font-size: 2rem;
  }
  main .recognition .number.mb-5 {
    margin-bottom: 2rem !important;
  }
  main .what-we-do .what-we-nav {
    width: 100%;
    left: 0;
    overflow: auto;
  }
  main .what-we-do .what-we-nav .nav {
    padding: 1.5rem 2rem;
  }
  main .what-we-do .what-we-nav .nav img {
    height: 25%;
  }
  main .what-we-do .what-we-nav .nav p {
    line-height: 15px;
    font-size: 0.75rem;
    letter-spacing: 0;
  }
  main .what-we-do .we-do-slider .we-do {
    height: 400px;
  }
  main .what-we-do .we-do-slider .we-do img {
    height: 100%;
    width: auto;
  }
  main .what-we-do .we-do-slider .owl-prev {
    top: 40%;
    left: 0%;
  }
  main .what-we-do .we-do-slider .owl-next {
    top: 40%;
    right: 0%;
  }
  main .what-we-do .we-do-slider .slider-text {
    position: absolute;
    width: 450px;
    left: 12%;
    top: 25%;
  }
  main .what-we-do .we-do-slider .slider-text .text-medium {
    font-size: 1.5rem;
  }
  main .what-we-do .we-do-slider .slider-text .text-small {
    font-size: 1rem;
  }
  footer .sepration::before {
    width: 0;
  }
  footer .sepration::after {
    width: 0;
  }
  footer form.px-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  footer .footer-wrapper {
    background-position: center;
  }
  footer .footer-wrapper p {
    font-size: 1rem;
  }
  footer .footer-wrapper .footer-title {
    margin-bottom: 20px;
    font-size: 1.25rem;
  }
  footer .footer-wrapper .right {
    text-align: left;
  }
  footer .footer-wrapper .brochure {
    font-size: 1rem;
  }
  footer .footer-wrapper .brochure::after {
    width: 0%;
    top: 9px;
  }
}
@media (min-width: 768px) and (max-width: 991.8px) {
  body {
    font-size: 14px;
  }
  header .hero-section .hero-text {
    width: auto;
  }
  header .hero-section .hero-text h1 {
    font-size: 3.25rem;
    line-height: 1.25;
  }
  header .logo .w-25 {
    width: 15% !important;
  }
  main .testimonial-banner {
    background-position: right 0rem top;
  }
  main .about-us-section {
    height: 600px;
    background-position: right -3rem top 0rem;
    background-size: cover;
  }
  main .recent-work .background-red {
    height: 380px;
  }
  main .recent-work .recent-work-slider .item img {
    height: 450px;
  }
  main .industries-we-work .we-work-slider .w-75 {
    width: 100% !important;
  }
  main .industries-we-work .we-work-navigation {
    width: 100%;
    height: 120px;
  }
  main .industries-we-work .we-work-navigation .nav {
    width: 75px;
    height: 75px;
  }
  main .industries-we-work .we-work-navigation .nav::before {
    width: 32px;
    height: 32px;
    top: 17px;
    left: 18px;
  }
  main .industries-we-work .we-work-navigation .nav.travel {
    bottom: 60px;
    left: -10px;
  }
  main .industries-we-work .we-work-navigation .nav.travel p {
    left: 5px;
  }
  main .industries-we-work .we-work-navigation .nav.govt {
    left: 135px;
    top: 40px;
  }
  main .industries-we-work .we-work-navigation .nav.govt p {
    left: -28px;
  }
  main .industries-we-work .we-work-navigation .nav.security {
    top: 90px;
    left: 310px;
  }
  main .industries-we-work .we-work-navigation .nav.security p {
    left: -2px;
  }
  main .industries-we-work .we-work-navigation .nav.estate {
    top: 42px;
    right: 135px;
  }
  main .industries-we-work .we-work-navigation .nav.estate p {
    left: -10px;
    width: 150%;
  }
  main .industries-we-work .we-work-navigation .nav.travel-2 {
    bottom: 60px;
    right: -10px;
  }
  main .industries-we-work .we-work-navigation .nav.travel-2 p {
    left: 5px;
  }
  main .all-clients .wartermark-text,
  main .client-review .wartermark-text {
    font-size: 15rem;
    left: 0%;
    top: -150px;
  }
  main .strategy .heading {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  main .strategy p {
    letter-spacing: 0 !important;
    line-height: 1.5rem !important;
    font-size: 0.9rem !important;
  }
  main .strategy p.text-center {
    letter-spacing: 0 !important;
    line-height: 1.5rem !important;
    font-size: 1rem !important;
  }
  main .strategy .strategy-2 .align {
    left: 0px;
  }
  main .strategy .strategy-3 .align {
    right: 25px;
    bottom: 2px;
  }
  main .strategy .strategy-4 .align {
    left: -11px;
    bottom: 3px;
  }
  main .strategy .strategy-5 .align {
    right: 24px;
    bottom: 5px;
  }
  main .strategy .strategy-6 .align {
    left: 1px;
    bottom: 6px;
  }
  main .work-with-us {
    background-position: top;
  }
  main .work-with-us .title {
    font-size: 4.5rem;
    line-height: 1.5;
    letter-spacing: 0.5px;
  }
  main .recognition .big {
    width: 100%;
    padding: 4rem;
  }
  main .recognition .small {
    width: 80%;
    padding: 2.5rem 2rem;
  }
  main .recognition .d-flex.mt-4 {
    margin-top: 3rem !important;
  }
  main .recognition .number {
    font-size: 2rem;
  }
  main .recognition .number.mb-5 {
    margin-bottom: 2rem !important;
  }
  main .what-we-do .what-we-nav {
    width: 100%;
    left: 0;
    overflow: auto;
  }
  main .what-we-do .what-we-nav .nav {
    padding: 1.75rem 2rem;
  }
  main .what-we-do .what-we-nav .nav img {
    height: 35%;
  }
  main .what-we-do .what-we-nav .nav p {
    line-height: 15px;
    font-size: 0.75rem;
    letter-spacing: 0;
  }
  main .what-we-do .we-do-slider .we-do {
    height: 450px;
  }
  main .what-we-do .we-do-slider .we-do img {
    height: 100%;
    width: auto;
  }
  main .what-we-do .we-do-slider .owl-prev {
    top: 40%;
    left: 5%;
  }
  main .what-we-do .we-do-slider .owl-next {
    top: 40%;
    right: 5%;
  }
  main .what-we-do .we-do-slider .slider-text {
    position: absolute;
    width: 500px;
    left: 20%;
    top: 30%;
  }
  main .what-we-do .we-do-slider .slider-text .text-medium {
    font-size: 1.5rem;
  }
  main .what-we-do .we-do-slider .slider-text .text-small {
    font-size: 1rem;
  }
  footer .sepration::before {
    width: 35%;
  }
  footer .sepration::after {
    width: 35%;
  }
  footer form.px-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  footer .footer-wrapper .brochure::after {
    width: 60%;
    top: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  header .header-nav .menu-1 {
    padding-right: 0px;
  }
  header .header-nav .menu-2 {
    padding-left: 0px;
  }
  header .hero-section .hero-text h1 {
    font-size: 4.4rem;
    line-height: 1.25;
  }
  main .testimonial-banner {
    background-position: right 0rem top;
  }
  main .about-us-section {
    height: 600px;
    background-position: right -2rem top -15rem;
  }
  main .strategy .strategy-2 .align {
    left: 0px;
  }
  main .strategy .strategy-3 .align {
    right: 33px;
    bottom: 2px;
  }
  main .strategy .strategy-4 .align {
    left: -14px;
    bottom: 3px;
  }
  main .strategy .strategy-5 .align {
    right: 32px;
    bottom: 5px;
  }
  main .strategy .strategy-6 .align {
    left: 1.5px;
    bottom: 6px;
  }
  main .what-we-do .we-do-slider .we-do {
    height: 520px;
  }
  main .what-we-do .we-do-slider .we-do img {
    height: 100%;
    width: 100%;
  }
  main .what-we-do .we-do-slider .owl-prev {
    top: 40%;
    left: 3%;
  }
  main .what-we-do .we-do-slider .owl-next {
    top: 40%;
    right: 3%;
  }
  main .what-we-do .we-do-slider .slider-text {
    position: absolute;
    width: 425px;
    top: 30%;
  }
  footer .sepration::before {
    width: 38%;
  }
  footer .sepration::after {
    width: 38%;
  }
  footer .footer-wrapper .brochure::after {
    width: 70%;
    top: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  main .industries-we-work .we-work-navigation {
    width: 90%;
  }
  main .industries-we-work .we-work-navigation .nav {
    width: 100px;
    height: 100px;
  }
  main .industries-we-work .we-work-navigation .nav::before {
    width: 40px;
    height: 40px;
    top: 30px;
    left: 30px;
  }
  main .industries-we-work .we-work-navigation .nav.travel {
    bottom: 80px;
    left: -20px;
  }
  main .industries-we-work .we-work-navigation .nav.travel p {
    left: 20px;
  }
  main .industries-we-work .we-work-navigation .nav.govt {
    left: 155px;
    top: 50px;
  }
  main .industries-we-work .we-work-navigation .nav.govt p {
    left: -15px;
  }
  main .industries-we-work .we-work-navigation .nav.security {
    top: 90px;
    left: 370px;
  }
  main .industries-we-work .we-work-navigation .nav.security p {
    left: 8px;
  }
  main .industries-we-work .we-work-navigation .nav.estate {
    position: absolute;
    top: 60px;
    right: 155px;
  }
  main .industries-we-work .we-work-navigation .nav.estate p {
    bottom: -70px;
    left: 0px;
    width: 110%;
  }
  main .industries-we-work .we-work-navigation .nav.travel-2 {
    position: absolute;
    bottom: 60px;
    right: -20px;
  }
  main .industries-we-work .we-work-navigation .nav.travel-2 p {
    bottom: -70px;
    left: 36px;
  }
}
@media screen and (width: 1280px) {
  main .strategy .strategy-2 .align {
    left: 0px;
  }
  main .strategy .strategy-3 .align {
    right: 40px;
    bottom: 2px;
  }
  main .strategy .strategy-4 .align {
    left: -18px;
    bottom: 4px;
  }
  main .strategy .strategy-5 .align {
    right: 39px;
    bottom: 6px;
  }
  main .strategy .strategy-6 .align {
    left: 1.5px;
    bottom: 7px;
  }
}
@media (min-width: 1400px) {
  main .testimonial-banner {
    background-position: right 5rem top;
  }
  .about-us-section {
    height: 720px;
    background-position: right -2rem top -15rem;
  }
  .about-us-section.my-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}
.client-slider-review .item {
  box-shadow: 0 0 61px rgba(0, 0, 0, 0.2);
  border-radius: 14px;
}
.client-slider-review .owl-stage-outer {
  overflow: visible;
}
.client-slider-review .owl-item:not(.active) {
  opacity: 0;
  visibility: hidden;
}
::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #086AD8;
}
::-webkit-scrollbar-thumb:hover {
  background: #086AD8;
}
footer .contact-form-wrapper .btn {
  width: 209px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background-color: #262053;
  border-color: #262053;
}
.bg-gradient.about-slider {
  background-color: #072b6a;
  overflow-y: visible;
}
.bg-gradient.about-slider:before {
  content: "";
  width: 100%;
  height: 95%;
  background-color: #d72b34;
  position: absolute;
}
@media (min-width: 1200px) {
  .design-section {
    position: relative;
  }
  .design-section:before {
    content: "";
    background-color: #012253;
    position: absolute;
    height: calc(100% + 5vh);
    width: calc(50vw - 600px);
    right: 0;
    top: -5vh;
  }
  .design-section .owl-item.active + .owl-item {
    margin-left: -300px;
  }
  header.Vision {
    z-index: 100000;
  }
}
.gallery-row {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 10px;
}
.gallery-row .gallery-col-1,
.gallery-row .gallery-col-2,
.gallery-row .gallery-col-3 {
  display: flex;
  width: 100%;
  position: relative;
}
.gallery-row .gallery-col-1 {
  max-width: 29%;
  flex: 0 0 29%;
}
.gallery-row .gallery-col-1 .gallery-haf-h-item {
  height: 50%;
  overflow: hidden;
  position: relative;
}
.gallery-row .gallery-col-2 {
  max-width: 30%;
  flex: 0 0 30%;
}
.gallery-row .gallery-col-3 {
  max-width: 41%;
  flex: 0 0 41%;
}
.gallery-row .gallery-col-3 .gallery-haf-h-item {
  height: 50%;
  overflow: hidden;
  position: relative;
}
.gallery-row .gallery-col-3 .gallery-haf-h-item2 {
  height: 50%;
}
.gallery-row .gallery-col-1,
.gallery-row .gallery-col-3 {
  display: flex;
  flex-direction: column;
}
.gallery-row figure {
  width: 100%;
  position: absolute;
  height: 100%;
  padding: 5px;
}
.gallery-row figure img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.gallery-row .gallery-full-h-item,
.gallery-row .gallery-haf-h-item {
  width: 100%;
}
.gallery-row .gallery-full-h-item {
  padding-bottom: 128%;
  overflow: hidden;
  position: relative;
}
.gallery-row .gallery-haf-h-item2 {
  display: flex;
  width: 100%;
}
.gallery-row .gallery-haf-h-item2 .this-item-width1 {
  width: 100%;
  max-width: 69%;
  flex: 0 0 69%;
  position: relative;
  overflow: hidden;
}
.gallery-row .gallery-haf-h-item2 .this-item-width2 {
  width: 100%;
  max-width: 31%;
  flex: 0 0 31%;
  position: relative;
  overflow: hidden;
}
.more-news-slider .owl-stage-outer {
  overflow: visible;
}
.sub-box {
  position: fixed;
  z-index: 1;
  top: 164px;
  right: -485px;
  display: table;
  width: auto;
  transition: 0.8s ease-in-out;
  z-index: 10000;
}
.sub-box:hover {
  right: 0 !important;
  min-width: 492px;
}
.sub-main {
  border-radius: 0px 0px 0px 60px;
  background: #fff;
  box-shadow: 0px 23px 60px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 65px 49px;
  max-width: 485px;
  float: right;
}
.sub-main h3 {
  font-weight: bold;
  font-size: 23px;
  letter-spacing: 0.05em;
  line-height: 29px;
  text-align: left;
  color: #000;
}
.sub-main h5 {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 26px;
  text-align: left;
  color: #000;
  padding-bottom: 14px;
}
.sub-main input {
  width: 415px;
  height: 68px;
  border-radius: 34px;
  background: #f2f2f2;
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 21px;
  color: #000;
  border: 0;
  padding: 9px 31px;
  margin-bottom: 22px;
  outline: none;
}
.sub-main p {
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 22px;
  text-align: left;
  color: #000;
}
.sub-main button {
  font-size: 15px;
  letter-spacing: 0.07em;
  text-align: left;
  color: #fff;
  background-color: #262053;
  padding: 13px 52px;
  display: table;
  margin: 0 auto;
  padding: 1;
  border: 0;
  border-radius: 11px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.5s ease-out;
}
.sub-main button:hover {
  background-color: #45399c;
}
.btn-sub {
  border-radius: 10px 10px 0px 0px;
  background: #ff0412;
  display: table;
  transform: rotate(-90deg);
  padding: 10px 29px;
  position: absolute;
  left: -118px;
  top: 82px;
}
.btn-sub span {
  font-size: 15px;
  letter-spacing: 0.07em;
  text-align: left;
  color: #fff;
}
# sourceMappingURL=custom-manu.css.map .menu-btn {
  position: relative;
  width: 21px;
  height: 16px;
  margin-top: 3px;
  display: block;
}
header .menu-btn i {
  background-color: #fff;
  height: 3px;
  display: block;
  border-radius: 5px;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
header .menu-btn i:nth-child(1) {
  width: 21px;
  top: 0;
}
header .menu-btn i:nth-child(2) {
  width: 15px;
  top: 6px;
  margin-left: 6px;
}
header .menu-btn i:nth-child(3) {
  width: 21px;
  top: 12px;
}
header .menu-btn:hover i {
  background-color: #086AD8;
}
header.white-header .menu-btn i {
  background-color: #262053;
}
header.white-header .menu-btn:hover i {
  background-color: #086AD8;
}
@media (max-width: 1200px) {
  header .nav-links-wrap.active-menu.menu-show + .menu .menu-btn i {
    background-color: #262053;
  }
  header .nav-links-wrap.active-menu.menu-show + .menu .menu-btn:hover i {
    background-color: #fff;
  }
}

.white-header {
  background-color: #fff;
  padding-bottom: 5px;
  padding-top: 5px !important;
  box-shadow: 0 0 11px 0px rgba(255, 5, 1, 0.1);
}
header.white-header .white-item {
  color: #262053 !important;
}
header.white-header .brand-logo img {
  max-height: 60px;
}

.megamenu-show .header-nav .menu-2.white li a {
  color: #262053 !important;
}
.megamenu-show .header-nav .site-menu li a {
  color: #262053 !important;
}
.red-1 {
  display: none;
}
.white-header .red-1,
.megamenu-show .red-1 {
  display: block;
}
.white-header .white-1,
.megamenu-show .white-1 {
  display: none;
}
.megamenu-show header {
  background-color: #fff !important;
}
.white-header {
  transition: all 0.3s ease-in-out;
}
.white-header .btn.btn-primary:hover {
  color: #fff !important;
}
/* .white-header .red-1 {
  max-height: 60px;
  transition: all 0.3s ease-in-out;
} */
.white-header .site-menu li a {
  color: #262053 !important;
}
header .menu-btn {
  position: relative;
  width: 21px;
  height: 16px;
  margin-top: 3px;
  display: block;
}
header {
  z-index: 100;
}
.development-baner {
  padding-top: 10%;
}

/* web-development */

.estimation:hover,
.vision-read-more:hover {
  color: #fff;
  background: #262053;
  transition: all 1s ease-in-out;
}

/* web-development */


/* banner */

.web-develop img {
    max-width: 90%;
  width: 100% !important;
  margin-top: 30px;
}
.mob-devlp-bnr img {
    max-width: 90%;
    width: 100% !important;
}

/* banner */


.nav-button .nav-button-arrow {
    overflow: hidden;
    position: relative;
    width: 30px;
    display: inline-block;
    height: 14px;
    top: 1px;
  }
  .nav-button .nav-button-arrow img {
    position: relative;
  }
  .nav-button:hover .nav-button-arrow img {
    animation: slideRightLeft 0.7s ease-in forwards;
  }
  @keyframes slideRightLeft {
    0% {
      left: 0px;
      opacity: 1;
    }
    48% {
      left: 40px;
      opacity: 1;
    }
    49% {
      left: 40px;
      opacity: 0;
    }
    50% {
      left: -40px;
      opacity: 0;
    }
    51% {
      left: -40px;
      opacity: 1;
    }
    100% {
      opacity: 1;
      left: 0px;
    }
  }


  .menu-1 li:first-child {
    padding: 0;
    width: 150px;
    vertical-align: middle;
  }
  .menu-1 li:last-child {
    padding: 0;
  }
  .menu-1 li {
    padding: 0 24px;
    vertical-align: middle;
  }


  
/* quick contact */

 .sticky_form{
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  text-orientation: sideways;
  text-align: center;
  text-orientation: sideways;
  position: fixed;
  z-index: 99999 !important;
  top: 0;
  right: 0;
  height: 250px;
  padding: 15px 0 0 0;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  z-index: 1;
  color: #fff;
  font-weight: 400;
  background-color: #086AD8;
  top: 28%;    
  border-radius: 0 15px 15px 0;
}
.quk-cnt {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  text-orientation: sideways;
  text-align: center;
  text-orientation: sideways;
  position: fixed;
  z-index: 99999 !important;
  top: 0;
  left: 1px;
  height: auto;
  padding: 20px 0px 17px 22px;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  z-index: 1;
  color: #fff;
  font-weight: 400;
  background-color: #086AD8;
  top: 85px;
  border-radius: 0 15px 0px 0;
  width: 60px;
  height: 180px;
}
.sticky_form p{
width: auto;
height: auto;
float: left;
margin: 0;
padding: 0;
margin: 10px 0 0  10px;
}
.sticky_form:hover{
color: #000 !important;
cursor: pointer !important;
transition: 0.5s;
}
.sticky_formicon{
width: 50px;
height: 60px;
background-color: #000;
float: right;
padding: 0px 0 0 9px;
border-radius: 0 0 15px 0;
}

/*---------------side nave start --------------------*/
.quick-cont {
padding-left: 50px;
background-color: transparent;
}
.sidenav {
height: auto;
width: 59px;
position: fixed;
z-index: 999999;
top: 60.8%;
transform: translate(0,-50%);
right: -9px;
overflow: hidden;
transition: 0.5s;
padding-top: 30px;
}
.show-hide {
width: 600px;
}

.sidenav a {
/*padding: 8px 8px 8px 32px;*/
text-decoration: none;
font-size: 25px;
color: #fff;
display: block;
transition: 0.3s;
}
.sidenav a:hover {
color: #f1f1f1;
}
.sidenav .closebtn {
position: absolute;
top: 41px;
left: -35px;
margin-left: 50px;
}
.closebtn img {
transform: rotate(180deg);
}
.show-hide .closebtn img {
transform: rotate(360deg);
}

.sidenav .closebtn:hover{
color: #fe0144;
cursor: pointer;
}
.sidenave_inner{
width: 100%;
height: 500px;
float: left;
padding: 50px;
background-color: #086AD8;
}
.sidenave_inner .quick-form-control{
border:0 !important;
background-color: #fff;
padding-left: 20px !important;
border-radius: 15px !important;
font-family: "SansRegular";
font-size: 15px;
font-weight: 400;
color: #000 !important;
height: 50px;
width: 100%;
}
.form-group textarea {
height: 120px !important;
padding-top: 15px;
}
.sidenave_inner ::-webkit-input-placeholder {
font-family: "SansRegular";
font-size: 15px;
color: #000;
}
.sidenave_inner ::-moz-placeholder { 
font-family: "SansRegular";
font-size: 15px;
color:  #000;
}
.sidenave_inner :-ms-input-placeholder { 
font-family: "SansRegular";
font-size: 15px;
color:  #000;
}
.sidenave_inner :-moz-placeholder { 
font-family: "SansRegular";
font-size: 15px;
color:  #000;
}
.sidenave_inner .btn-secondary{
width: 100%;
background-color: #000 !important;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
font-size: 17px;
border-radius: 5px !important;
height: 50px;
}
.sidenave_head:before{
width: 70px;
height: 5px;
background-color: #fff;
content: "";
position: absolute;
bottom: -10px;
}
.sidenav:before {
content: "";
position: absolute;
top: 30px;
z-index: 0;
left: 1px;
width: 50px;
height: 58px;
background-color: #000;
border-radius: 15px 0 0 0;
}
.modal .quick-form-control{
border-radius: 0 !important;
border:0 !important;
}
/*---------------side nave end --------------------*/
/* quick contact */

html:not(.docSlider-index_0) .menu-2 .menu-btn i {
  background-color: #262053;
}
html:not(.docSlider-index_0) .menu-2 .menu-btn:hover i {
  background-color: #086AD8;
}

.ftr-img{
  height: 43px!important;
}
.top-adj-1 {
  top: 42px !important;
}
@media screen and (max-width: 1300px) {
  .menu-1 li {
    padding: 0 18px;
    vertical-align: middle;
}
.menu-1 li:first-child {
  padding: 0;
  width: 115px;
}
}
@media screen and (max-width: 1200px) {
  .menu-1 li {
    padding: 0 6px;
    vertical-align: middle;
  }
  .menu-1 li:first-child {
    padding: 0;
    width: 100px;
  }
}
@media screen and (max-width: 600px) {
  .show-hide {
    width: 100%;
  }
  }
