@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,600,700,800display=swap");
:root {
  --main-color: #faf8f8;
  --heading-color: #E3886D;
  --paragraph-color: #0d0d0e;
  --body-font: "Montserrat", sans-serif;
  --body-font-size: 16px;
  --line-height30: 1.6;
   --blue: #01237F;
    --gradient-color: linear-gradient(to left, #01237F 0%, #01227F 100%);
      --gradient-color-banner: linear-gradient(to left, #E3886D 0%, #9e6655 100%);
  
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: var(--body-font);
}

* {
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

body {
  margin: 0;

  font-family: var(--body-font);
  line-height: var(--line-height30);
  font-size: var(--body-font-size);
  background-color: #F7F7F7;
}



h1 {
  font-size: 45px;
  line-height: 1.2333333333;
}

h2 {
  font-size: 36px;
  line-height: 1.3380952381;
}

h3 {
  font-size: 32px;
  line-height: 1.3833333333;
}

h4 {
  font-size: 24px;
  line-height: 1.3380952381;
}

h5 {
  font-size: 20px;
  line-height: 1.3380952381;
}

h6 {
  font-size: 16px;
  line-height: 1.2380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0d0d0e;
  font-weight: 700;
}

p {
  color: var(--paragraph-color);
  font-weight: 500;
  text-align: left;
  margin-bottom: 10px;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.4s;
}

pre {
  word-break: break-word;
}

a i {
  padding: 0 2px;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

/** header-top **/
.pull-left {
  float: left;
}

.pull-right {
  float: right;
}
.icons-header
{
    width:5%;
}
.top-header {
  position: relative;
  top: 0;
  display: block;
  width: 100%;

  background: #01237F;
  padding: 7px 0px 6px 0px;
}

.main-header.style-one .header-top .info li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-right: 5px;
}

.main-header.style-one .header-top .info li:last-child {
  margin-right: 0px;
}

.main-header.style-one .header-top .info li i {
  margin-right: 5px;
  font-size: 16px;
}

.main-header.style-one .header-top .info li a {
  color: #fff;
}

.main-header.style-one .header-top .top-right li {
  position: relative;
  display: inline-block;
}

.main-header.style-one .header-top .top-right li.work-time {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-right: 5px;
}

.main-header.style-one .header-top .top-right li.work-time i {
  margin-right: 10px;
}

.main-header.style-one .header-top .top-right li.social-links ul li {
  margin-right: 25px;
}

.main-header.style-one .header-top .top-right li.social-links ul li:last-child {
  margin-right: 0px;
}

.main-header.style-one .header-top .top-right li.social-links ul li a {
  font-size: 16px;
  color: #fff;
}
/*****Navbar menu*****/
.logo-txt h4 {
    margin-bottom: 2px; /* Adjust this value to increase/decrease the space */
    line-height: 1.2; /* Adjust this value as needed */
}

.logo-txt p {
    margin-top: 0;
    line-height: 1.5; /* Adjust this value as needed */
}


header {
  position: sticky;
  top: 0px;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  box-shadow: 0 4px 17px rgba(0, 0, 0, 0.35);
  /*border-bottom: 2px solid var(--blue)*/
}

.container-fluid1 {
  padding: 0 10px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.logo-container {
  display: flex;
  align-items: center;
  width: 100px;
}

.nav-btn {
  flex: 3;
  display: flex;
}

.nav-links {
  flex: 2;
  padding-top: 0px;

  height: 50px;
}
.nav-links > ul {
  display: flex;
  justify-content: right;
  align-items: center;
  padding-top: 25px;
}

.nav-link1 {
  position: relative;
}
.nav-link1 > a {
  display: flex;
  background-color: #fff;
  color: var(--paragraph-color);
  padding: 0.5rem 1rem;
  font-size: 1rem;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
  font-weight: 600;
}
.nav-link1 > a img{
  width:25px;
}
/*icons-manu*/
.nav-link1 > a > i {
  margin-left: 0.2rem;
}

.nav-link1:hover > a {
  transform: scale(1.1);
  color: var(--blue);
}
.active a {
  border-bottom: 3px solid #E3886D;
}
/* Underline From Center */

.nav-link1 a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;

  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.nav-link1 a:hover:before,
.nav-link1 a:focus:before,
.nav-link1 a:active:before {
  left: 0;
  right: 0;
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 12rem;
  transform: translateY(10px);
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}

.dropdown ul {
  position: relative;
}

.dropdown-link > a {
  display: flex;
  background-color: #fff;
  color: #000c;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
  font-weight: 600;
}

.dropdown-link:hover > a {
  background-color: var(--blue);
  color: #fff;
}

.dropdown-link:not(:nth-last-child(2)) {
  border-bottom: 1px solid #efefef;
}

.dropdown-link i {
  transform: rotate(-90deg);
}

.arrow {
  position: absolute;
  width: 11px;
  height: 11px;
  top: -5.5px;
  left: 32px;
  background-color: #fff;
  transform: rotate(45deg);
  cursor: pointer;
  transition: 0.3s;
  z-index: -1;
}

.dropdown-link:first-child:hover ~ .arrow {
  background-color: var(--blue)
}

.dropdown-link {
  position: relative;
}

.dropdown.second {
  top: 0;
  left: 100%;
  padding-left: 0.8rem;
  cursor: pointer;
  transform: translateX(10px);
}

.dropdown.second .arrow {
  top: 10px;
  left: -5.5px;
}

.nav-link1:hover > .dropdown,
.dropdown-link:hover > .dropdown {
  transform: translate(0, 0);
  opacity: 1;
  pointer-events: auto;
}

.hamburger-menu-container {
  flex: 1;
  display: none;
  align-items: center;
  justify-content: flex-end;
}

.hamburger-menu {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hamburger-menu div {
  width: 1.6rem;
  height: 3px;
  border-radius: 3px;
  background-color: var(--blue);
  position: relative;
  z-index: 1001;
  transition: 0.5s;
}

.hamburger-menu div:before,
.hamburger-menu div:after {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  background-color: var(--blue);
  border-radius: 3px;
  transition: 0.5s;
}

.hamburger-menu div:before {
  transform: translateY(-7px);
}

.hamburger-menu div:after {
  transform: translateY(7px);
}

#check {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  z-index: 90000;
  cursor: pointer;
  opacity: 0;
  display: none;
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div {
  background-color: transparent;
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div:before {
  transform: translateY(0) rotate(-45deg);
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div:after {
  transform: translateY(0) rotate(45deg);
}

@keyframes animation {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

@media (max-width: 920px) {
  .hamburger-menu-container {
    display: flex;
  }

  #check {
    display: block;
  }
  /* Underline From Center */

  .nav-link1 a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    /* background: #000000; */
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .nav-link1 a:hover:before,
  .nav-link1 a:focus:before,
  .nav-link1 a:active:before {
    left: 0;
    right: 0;
  }

  .nav-btn {
    position: fixed;
    height: calc(100vh - 3rem);
    top: 4rem;
    left: 0;
    width: 100%;
    /* background-color: #000000; */
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(100%);
    transition: 0.65s;
  }

  #check:checked ~ .nav-btn {
    transform: translateX(0);
  }

  #check:checked ~ .nav-btn .nav-link1,
  #check:checked ~ .nav-btn .log-sign {
    animation: animation 0.5s ease forwards var(--i);
  }

  .nav-links {
    flex: initial;
    width: 100%;
  }

  .nav-links > ul {
    flex-direction: column;
  }

  .nav-link1 {
    width: 100%;
    opacity: 0;
    transform: translateY(15px);
  }

  .nav-link1 > a {
    line-height: 1;
    padding: 1.6rem 2rem;
  }

  .nav-link1:hover > a {
    transform: scale(1);
    background-color: var(--blue);
    color: white;
  }

  .dropdown,
  .dropdown.second {
    position: initial;
    top: initial;
    left: initial;
    transform: initial;
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    padding: 0;
    background-color: #000000;
    display: none;
  }

  .nav-link1:hover > .dropdown,
  .dropdown-link:hover > .dropdown {
    display: block;
  }

  .nav-link1:hover > a > i,
  .dropdown-link:hover > a > i {
    transform: rotate(360deg);
  }

  .dropdown-link > a {
    background-color: transparent;
    color: #fff;
    padding: 1.2rem 2rem;
    line-height: 1;
  }

  .dropdown.second .dropdown-link > a {
    padding: 1.2rem 2rem 1.2rem 3rem;
  }

  .dropdown.second .dropdown.second .dropdown-link > a {
    padding: 1.2rem 2rem 1.2rem 4rem;
  }

  .dropdown-link:not(:nth-last-child(2)) {
    border-bottom: none;
  }

  .arrow {
    z-index: 1;
    background-color: #000000;
    left: 10%;
    transform: scale(1.1) rotate(45deg);
    transition: 0.5s;
  }

  .nav-link1:hover .arrow {
    background-color: #000000;
  }

  .dropdown .dropdown .arrow {
    display: none;
  }

  .dropdown-link:hover > a {
    background-color: var(--blue);
  }

  .dropdown-link:first-child:hover ~ .arrow {
    background-color: var(--blue);
  }

  .nav-link1 > a > i {
    font-size: 1.1rem;
    transform: rotate(-90deg);
    transition: 0.7s;
  }

  .dropdown i {
    font-size: 1rem;
    transition: 0.7s;
  }
}


/***********Background Video Image**********/
.card {
  z-index: 900;
  box-shadow: 0 4px 17px rgba(0, 0, 0, 0.35);
  border-bottom: 1px solid #e7e9ed;
  border-radius: 15px;
}

.btn:hover {
  background-position: right;
  color: #fff;
}

.buttons {
  outline: none;
  border: none;
  background-image: linear-gradient(to right, #091353, #01227F, #091353);
  background-size: 200%;
  font-size: 1.3rem;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin: 1rem 0;
  cursor: pointer;
  transition: 0.5s;
}

.heading-text {
  color: #fff;
}

/* banner section */

.dest-banner {
  background: #f4eded;
  z-index: -1;
  top: 0;
}

.dest-banner h3 {
  font-size: 3rem;
  line-height: 84px;
  font-weight: 700;
  color: var(--blue);
}

.dest-banner h3 span {
  font-weight: 100;
}

p.banner-sub {
  font-size: 20px;
  line-height: 30px;
  color: var(--blue);
}

.sub-banner-image {
  border-radius: 67% 33% 28% 72% / 59% 51% 49% 41%;
  text-align: center;
  max-width: 450px;
  max-height: 450px;
  background: var(--gradient-color-banner);
  margin-top: 20%;
  
}

.sub-banner-image img {
  position: absolute;
  top: -162px;
  right: 0px;
}

.banner-style-1 {
  top: 0;
  left: 80px;
}

.banner-style-2 {
  background: #01237F;;
  padding: 25px 30px;
  border-radius: 50%;
}

.banner-style-2 h4 {
  color: #fff;
}

.banner-style-2:before {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  margin-left: 0px;
  border-width: 10px;
  border-style: solid;
  border-color: #01237F #01237F transparent transparent;
}

@media (max-width: 1440px) {
  .sub-banner-image {
    max-width: 400px;
    max-height: 400px;
  }

  .sub-banner-image img {
    width: 94%;
  }
}

@media (max-width: 1200px) {
  .banner-style-2 h4 {
    font-size: 18px;
  }

  .banner-style-2 {
    padding: 20px 30px;
  }
}

@media (max-width: 1050px) {
  .sub-banner-image {
    max-width: 360px;
    max-height: 360px;
  }
}

@media (max-width: 1199px) {
  .dest-banner h3 {
    font-size: 55px;
    line-height: 65px;
  }

  p.banner-sub {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (max-width: 991px) {
  .dest-banner {
    animation: gradient 30s ease infinite;
  }

  .dest-banner h3 {
    font-size: 45px;
    line-height: 55px;
  }

  .sub-banner-image {
    max-width: 320px;
    max-height: 320px;
  }

  .sub-banner-image img {
    top: -130px;
  }

  .banner-style-1 {
    left: -60px;
  }
}

@media (max-width: 768px) {
  .banner-style-1 {
    left: 0px;
  }
  
}

@media (max-width: 480px) {
  .dest-banner h3 {
    font-size: 40px;
    line-height: 45px;
  }

  p.banner-sub {
    font-size: 15px;
    line-height: 26px;
  }
}

@media (max-width: 414px) {
  .sub-banner-image {
    margin-top: 7em;
  }

  .banner-style-2 h4 {
    font-size: 16px;
  }
}

@media (max-width: 330px) {
  .dest-banner h3 {
    font-size: 35px;
    line-height: 40px;
  }
}
/*****home page***/
.contact-page {
  width: 100%;
    margin-top: -60px;
    position: relative;
    padding-bottom: 50px;
    z-index: 1;
}

/******Couser section****/
.section-title {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.section-title h3 {
  position: relative;
}
/*.section-title h3::before {*/
/*  content: "";*/
/*  height: 4px;*/
/*  width: 50px;*/
/*  background-color: #E3886D;*/
/*  position: absolute;*/
/*  top: 100%;*/
/*  left: 0;*/
/*}*/

/*.section-title h3::after {*/
/*  content: "";*/
/*  height: 4px;*/
/*  width: 25px;*/
/*  background-color: #E3886D;*/
/*  position: absolute;*/
/*  top: 100%;*/
/*  left: 0;*/
/*  margin-top: 8px;*/
/*}*/

.service-block-two .inner-box {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 20px 20px 20px 20px;
  transition: all 500ms ease;
  /*height: 430px;*/
 margin-top: 15px;
 margin-bottom: 15px;
  text-align: center;  
}
.service-block-two .inner-box :hover {
  border-radius: 15px;
}
.service-block-two .inner-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0;
  transition: all 500ms ease;
}

.service-block-two .inner-box:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  right: 0px;
  opacity: 0;
  z-index: -1;
  transition: all 500ms ease;
}

.service-block-two .inner-box:hover:before,
.service-block-two .inner-box:hover:after {
  opacity: 1;
  height: 50%;
}

.service-block-two .inner-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 65px;
  line-height: 65px;
  margin-bottom: 31px;
  z-index: 1;
  transition: all 500ms ease;
}
.service-block-two .inner-box .icon-box img {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;

  z-index: 1;
  transition: all 500ms ease;
}

.service-block-two .inner-box h4 {
  margin-bottom: 9px;
  transition: all 500ms ease;
}

.service-block-two .inner-box p {
  position: relative;
  transition: all 500ms ease;
}
.service-block-two .inner-box h4,
.service-block-two .inner-box h4 a,
.service-block-two .inner-box p,
.service-block-two .inner-box .icon-box {
  color: #000000;
}
.service-block-two .inner-box:hover h4,
.service-block-two .inner-box:hover h4 a,
.service-block-two .inner-box:hover p,
.service-block-two .inner-box:hover .icon-box {
  color: #000000;
}
.service-style-two.alternet-2 .service-block-two .inner-box {
  border: 1px solid #dddddd;
}

.service-style-two.alternet-2 .service-block-two .inner-box:hover {
  border-color: #fff;
}

.service-style-two.alternet-2 .service-block-two .inner-box:before,
.service-style-two.alternet-2 .service-block-two .inner-box:after {
  background: #fff !important;
}

.service-block-two .inner-box .icon-box {
  color: #0d0d0e;
}
.service-block-two .inner-box {
  border-radius: 15px;
  transition: box-shadow 0.3s ease-in-out;
}

.service-block-two .inner-box:hover {
  box-shadow: 0 0 0 3px #01237F, 0 0 0 2px transparent, 0 0 0 4px #01237F;
}


@media (max-width: 920px) {
  .contact-page {
    width: 100%;
    margin-top: -50px;
    position: relative;
    padding-bottom: 50px;
    z-index: 1;
  }
}
/***Footer*****/
.footer{
  background-color: #01237F;
  z-index: 900;
  box-shadow: 0 4px 17px rgba(0, 0, 0, 0.35);
}
.footer-text
{
  text-align: center;
  padding-top: 10px;
  color: #fff;
}
.footer-section{
  background-color: #01227F;
 
}
.footer-logo {
  filter: brightness(0) invert(1);
  width: 150px;
  margin-bottom: 15px;
}
.quick-menu
{
  margin-top: 15px;
}
.quick-menu h5
{
  color: #fff;
}
.footer-menu {
  padding-top: 10px;
  color: #fff;
}

.footer-menu li a {
  font-size: 1rem;

  align-items: center;
  justify-content: space-between;
  transition: color 0.3s;
  font-weight: 600;
}

.footer-menu li a:hover{
  color: #fff;
}
/****************contact***************/
.contact-page-header {
  background: url(../image/contact1.jpg) no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 400px;
}

.contact-page-header:before {
  content: "";
  background: rgb(8 23 30 / 85%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.contact-page-header * {
  transition: none;
}

.academi-card {
  background-color: whitesmoke;
  height: 350px;
  padding: 12px;
  border-radius: 10px;
  margin: 10px;
}


.icons-contact img{
  width: 10%;
}
.socials img
{
  width: 15%;
  padding: 3%;
}
.section-title h5 {
  position: relative;
}
/*.section-title h5::before {*/
/*  content: "";*/
/*  height: 4px;*/
/*  width: 50px;*/
/*  background-color: #E3886D;*/
/*  position: absolute;*/
/*  top: 100%;*/
/*  left: 0;*/
/*}*/

/*.section-title h5::after {*/
/*  content: "";*/
/*  height: 4px;*/
/*  width: 25px;*/
/*  background-color: #E3886D;*/
/*  position: absolute;*/
/*  top: 100%;*/
/*  left: 0;*/
/*  margin-top: 8px;*/
/*}*/
/*********************form*****************************/

.material-textfield {
  position: relative;
  margin: 10px;
}

.material-textfield select {
  width: 100%;
  padding: 9px 20px;
  text-align: left;
  outline: 0;
  border: 1px solid var(--paragraph-color);
  border-radius: 25px;
  background: #fff;
  font-size: 15px;
  font-weight: 300;
  color: var(--paragraph-color);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.select::after {
  content: "\2605";
  position: absolute;
  top: 10px;
  right: 0;
  padding: 0 1em;
  color: #ff606e;
}

.label {
  position: absolute;
  font-size: 0.9rem;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  color: var(--paragraph-color);
  padding: 0 0.3rem;
  margin: 0 0.5rem;
  transition: 0.1s ease-out;
  transform-origin: left top;
  pointer-events: none;
}

.label span {
  color: #ff606e;
  font-size: 16px;
}

.input {
  font-size: 0.9rem;
  background: #fff;
  outline: 0;
  border: 1px solid var(--paragraph-color);
  border-radius: 5px;
  padding: 1rem 1.7rem;
  color: var(--paragraph-color);
  width: 100%;
  height: 40px;
  border-radius: 25px;
  transition: 0.1s ease-out;
}

.input:focus {
  border-color: #ffa900;
}

.input:focus+.label {
  color: var(--paragraph-color);
  top: 0;
  transform: translateY(-50%) scale(0.9);
}

.input:not(:placeholder-shown)+.label {
  top: 0;
  transform: translateY(-50%) scale(0.9);
}

.textarea {
  background: #fff;
  font-size: 1rem;
  outline: 0;
  border: 1px solid var(--paragraph-color);
  border-radius: 5px;
  padding: 1rem 0.7rem;
  color: var(--paragraph-color);
  width: 100%;
  height: 100px;
  transition: 0.1s ease-out;
}

.textarea:focus {
  background: #fff;
}

.textarea:focus+.label {
  color: var(--paragraph-color);
  top: 0;
  transform: translateY(-50%) scale(0.9);
}

.textarea:not(:placeholder-shown)+.label {
  top: 0;
  transform: translateY(-50%) scale(0.9);
}

.textarea1 {
  background: var(--paragraph-color);
  font-size: 1rem;
  outline: 0;
  border: 1px solid var(--paragraph-color);
  border-radius: 5px;
  padding: 1rem 0.7rem;
  color: var(--paragraph-color);
  width: 100%;
  transition: 0.1s ease-out;
}

.textarea1:focus {
  background: #fff;
}

.textarea1:focus+.label {
  color: var(--paragraph-color);
  top: 0;
  transform: translateY(-50%) scale(0.9);
}

.textarea1:not(:placeholder-shown)+.label {
  top: 0;
  transform: translateY(-50%) scale(0.9);
}

.errors {
  color: #ff606e;
  padding-left: 12px;
  font-size: 14px;
  font-weight: 500;
}

.valid-feedback {
  color: #2acc80;
  padding-top: 10px;
}
.mission
{
  padding: 15px;
  background: #1A2980;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #26D0CE, #1A2980);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #26D0CE, #1A2980); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.mission p{
  color: #fff;
}
.vission {
  padding: 15px;
  background: #003973;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #E5E5BE, #003973);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #E5E5BE, #003973); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  

}
.vission p{
  color: #fff;
}
/*****Service**************/

.landing {
  width: 100%;
  position: relative;
}

.landing-img {
  width: 100%;
}

.landing-img img {
  width: 100%;
}

.landing-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 100px;
  height: 100%;
  padding-bottom: 160px;
  z-index: 1;
}

.landing-content .container {
  height: 100%;
}

.lc-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.lc-inner h2 {
  width: 100%;
  text-align: left;
  color: #162A59;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.84px;
  margin-bottom: 20px;
}

.ws-process {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.lc-inner p {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #363636;
  margin-bottom: 30px;
}

.lc-inner a {
  border-radius: 50px;
  border: 1px solid #FFF;
  background: #01237F;
  background: var(--gradient-color-banner); 
  padding: 12px 40px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  line-height: normal;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.lc-inner a:hover {
  background: #01227F;
  color: #fff;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

/* .landing-services {
  width: 100%;
  margin-top: -160px;
  position: relative;
  padding-bottom: 50px;
  z-index: 1;
} */

.landing-service-box {
  width: 100%;
  margin-bottom: 50px;
}

.landing-service-box a {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.ls-img {
  width: 100%;
  height: 310px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.ls-img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}

.landing-service-box:hover .ls-img img {
  transform: translate(-50%, -50%) scale(1.2);
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}

.ls-content {
  width: 100%;
  padding: 0 10px;
  margin-top: -80px;
  position: relative;
}

.ls-content-inner {
  width: 100%;
  background: #FFF;
  background: linear-gradient(to top right, #fff -5%, #eee 100%);    
  box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 0.10);
  text-align: center;
  padding: 20px 30px; 
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  border-radius: 10px;
  box-shadow: inset 0 0 10px 0 rgba(0,0,0,0.1);
}

.landing-service-box:hover .ls-content-inner {
  background: #162A59;
  background: var(--gradient-color); 
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  box-shadow: 10px 10px 30px 0 rgba(0,0,0,0.1);
}

.ls-content-inner img {
  width: 60px;
  margin-bottom: 15px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.ls-content-inner h2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.landing-service-box:hover .ls-content-inner h2,
.landing-service-box:hover .ls-content-inner p,
.landing-service-box:hover .ls-content-inner span {
  color: #fff;
 
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.landing-service-box:hover .ls-icon img.active {
  opacity: 1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.landing-service-box:hover .ls-icon img.inactive {
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

/*.ls-content-inner p {*/
/*  font-size: 16px;*/
/*  font-style: normal;*/
/*  font-weight: 400;*/
/*  line-height: normal;*/
/*  margin-bottom: 15px;*/
/*  color: #000;*/
/*  transition: all 0.3s linear;*/
/*  -webkit-transition: all 0.3s linear;*/
/*}*/

.ls-content-inner span {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #162A59;
  text-transform: uppercase;
}

.landing-services.inner-services {
  margin-top: 0;
  padding-top: 100px;
}

.landing-services.inner-services .landing-service-box {
  margin-bottom: 50px;
}

.landing-service-box {
  width: 100%;
  margin-bottom: 50px;
}

.landing-service-box a {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.ls-img {
  width: 100%;
  height: 210px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.ls-img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}

.landing-service-box:hover .ls-img img {
  transform: translate(-50%, -50%) scale(1.2);
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}

.ls-content {
  width: 100%;
  padding: 0 10px;
  margin-top: -80px;
  position: relative;
}

.ls-content-inner {
  width: 100%;
  background: #FFF;
  background: linear-gradient(to top right, #fff -5%, #eee 100%);    
  box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 0.10);
  text-align: center;
  padding: 20px 30px; 
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  border-radius: 10px;
  box-shadow: inset 0 0 10px 0 rgba(0,0,0,0.1);
}

.landing-service-box:hover .ls-content-inner {
  background: #162A59;
  background: var(--gradient-color);   
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  box-shadow: 10px 10px 30px 0 rgba(0,0,0,0.1);
}

.ls-content-inner img {
  width: 60px;
  margin-bottom: 15px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.ls-content-inner h2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.landing-service-box:hover .ls-content-inner h2,
.landing-service-box:hover .ls-content-inner p,
.landing-service-box:hover .ls-content-inner span {
  color: #fff;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.landing-service-box:hover .ls-icon img.active {
  opacity: 1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  filter: brightness(0) invert(1);
}

.landing-service-box:hover .ls-icon img.inactive {
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  
}

.ls-content-inner p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
  color: #000;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.ls-content-inner span {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #162A59;
  text-transform: uppercase;
}

.ls-icon {
  position: relative;
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
  overflow: hidden;
}

.ls-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ls-icon img.active {
  opacity: 0;
}
.icons-image img{
  width: 35px;
  height: 35px;
  padding: 5px;
}

.career-page {
  background: url(../image/career.png) no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 400px;
}

.career-page:before {
  content: "";
  background: rgb(8 23 30 / 85%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.career-page * {
  transition: none;
}
/****About us****/
.about-page {
  background: url(../image/ITSolutions.png) no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 400px;
}

.about-page:before {
  content: "";
  background: rgb(8 23 30 / 85%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.about-page * {
  transition: none;
}
.text-values
{
  padding-left: 20px;
}

/***Digital offering****/
.digitalOffering {
  background: url(../image/training.jpg) no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;ls-content-inner
  width: 100%;
  height: 300px;
}

.digitalOffering:before {
  content: "";
  background: rgb(8 23 30 / 85%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.digitalOffering * {
  transition: none;
}
.text-values
{
  padding-left: 20px;
}
