body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    color: #8b8b8b;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: "Rubik", sans-serif;
    color: #0c537e;
    line-height: 60px;
    margin-bottom: 0;
    font-weight: 400;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.btn-more {
    padding: 15px 35px;
    background: #f0a326;
    color: #03314d;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0;
}

.btn-more:hover {
    background: #0c537e;
    color: #ffffff;
}

.sec-header {
    position: absolute;
    z-index: 9;
    width: 100%;
}

.sec-header .top-header {
    border-bottom: 1px solid #cccccc;
}

.nav-main {
    padding: 0px 0px;
    background: rgba(255, 255, 255, 1);
}

.nav-main .navbar .navbar-brand img {
    width: 120px;
}

.nav-main .navbar .navbar-nav .nav-item {
    margin-left: 30px;
}

.nav-main .navbar .navbar-nav .nav-item .nav-link {
    color: #000;
}
.dropdown-item {
    padding: 0.4rem 1rem !important;
  }
  .dropdown .dropdown-menu {
  display: none;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
/* .banner .carousel{
    z-index: -1;
} */
.banner .carousel-caption {
    top: 40%;
}

.banner .carousel-caption h5 {
    font-weight: 600;
    color: #ffffff;
    font-size: 30px;
}

.banner .carousel-caption h5 span {
    display: block;
    font-weight: 600;
    font-size: 50px;
}

.banner .carousel-caption p {
    margin-top: 40px;
}

.sec-about {
    /* padding: 120px 0px 82px 0px; */
    position: relative;
    margin-top: -100px;
}

.sec-about .about-text {
    padding: 240px 60px 0px 0px;
    position: relative;
}

.sec-about .about-text h2 {
    font-size: 60px;
    color: #0c537e;
    line-height: 60px;
    margin-bottom: 0;
    font-weight: 400;
}

.sec-about img {
    width: 100%;
}

/* .sec-about .about-text h2 span{
    display: block;
    font-size: 16px;
    color: #ef7c00;
    text-transform: uppercase;
} */
.sec-about .about-text .content p {
    font-weight: 400;
    line-height: 30px;
    color: #898686;
    letter-spacing: 0px;
    margin-bottom: 20px;
}

.sec-about .about-text .content {
    padding: 25px 0px 0px 0px;
}

.sec-about .about-text .content .btn-more {
    margin-top: 30px;
}

.solutions {
    background: #f8f9fa;
    padding: 120px 0px;
    position: relative;
    margin-top: 50px;
}

.solutions::before {
    content: '';
    position: absolute;
    top: -106px;
    right: 0;
    height: 100%;
    width: 100%;
    background: #f8f9fa;
    transform: skew(0deg, -6deg);
    z-index: -1;
}

.solutions .software-title {
    display: flex;
    align-items: center;
}

.solutions h2 {
    font-size: 60px;
}

.solutions h2 span {
    display: block;
    font-size: 50px;
}

.solutions .btn-more {
    margin-top: 30px;
}

.solutions .card {
    border: 0;
    background: transparent;
    border-right: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    padding-bottom: 50px;
    width: 90%;
}

.solutions .card .card-body {
    padding: 20px 0px 0px 0px;
}

.solutions .card .card-body .card-title {
    font-size: 25px;
    margin-bottom: 8px;
    line-height: normal;
}

.consulting {
    padding: 100px 0px;
}

.consulting h2 {
    font-size: 60px;
    text-align: center;
    margin-bottom: 50px;
}

.consulting h2 span {
    display: block;
    font-size: 40px;
}

.consulting .consulting-text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.consulting .consulting-text .left {
    width: 100%;
    padding: 50px;
    color: #ffffff;
    text-align: right;
    background: url(../images/logo-opacity.png) no-repeat left top #0c537e;
        height: 100%;
}

.consulting .consulting-text .left img {
    margin-bottom: 20px;
}

.consulting .consulting-text .left h3 {
    color: #fff;
    font-size: 35px;
    margin-bottom: 10px;
}

.consulting .consulting-text .left .btn-more {
    margin-top: 30px;
    background: #f0a326;
    color: #0c537e;
}

.consulting .consulting-text .left .btn-more:hover {
    background: #fff;
    color: #0c537e;
}

.consulting .consulting-text .right {
    width: 100%;
    padding: 50px;
    color: #ffffff;
    background: url(../images/logo-opacity.png) no-repeat right top #f0a326;
        height: 100%;
}

.consulting .consulting-text .right img {
    margin-bottom: 20px;
}

.consulting .consulting-text .right h3 {
    color: #fff;
    font-size: 35px;
    margin-bottom: 10px;
}

.consulting .consulting-text .right .btn-more {
    margin-top: 30px;
    background: #0c537e;
    color: #f0a326;
}

.consulting .consulting-text .right .btn-more:hover {
    background: #fff;
    color: #0c537e;
}

.footer {
    width: 100%;
    float: left;
    background: #091e3e;
    font-size: 15px;
}

.footer .logo {
    width: 150px;
    margin-bottom: 10px;
}

.footer .footer-about {
    margin-bottom: -79px;
    z-index: 2;
}

.footer p {

    margin: 16px 0px;
    color: #ffffff;
    line-height: 25px;
}

.footer .sn-icons {
    color: #fff;
    padding: 15px 0px;
    display: flex;
    width: 100%;
    justify-content: center;
    border: 1px solid #fff;
    margin-top: 20px;

}

.footer .sn-icons ul {
    /* margin-left: 10px; */
}

.footer .sn-icons ul li {
    float: left;
    margin: 0px 16px;
}

.footer .sn-icons ul li a img {
    width: 18px;
}

.footer h2 {
    font-size: 22px;
    color: #fff;
    /* position: relative; */
    /* padding-left: 20px; */
    margin-bottom: 25px;
}

.footer .footer-links-main {
    padding-left: 80px;
}

.footer .footer-links li {
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}

.footer .footer-links li::before {
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    content: "";
    left: 0;
    position: absolute;
    top: 6px;
}

.footer .footer-links li a {
    color: #b7b7bb;
    text-decoration: none;
}

.footer .footer-links li a img {
    width: 35px;
    padding-right: 10px;
}

.footer .featured-icon-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.footer .featured-icon img {
    border: 1px solid #b7b7bb;
    width: 45px;
    height: 45px;
    padding: 10px;
    background: #fff;
}

.footer .featured-content {
    padding-left: 20px;
}

.footer .featured-content a {
    color: #b7b7bb;
}

.footer .copy-rights {
    text-align: center;
    border-top: 1px dashed rgba(255, 255, 255, 0.08);
    padding: 20px 0px;
    margin-top: 15px;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    width: 40px;
    cursor: pointer;
    z-index: 9;
}
/*================================*/
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    right: 100%;
    left: unset;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #8345a1 !important;font-weight: 600;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .show>.nav-link {
    color: #8345a1 !important;font-weight: 600;
}
/*==============pages========================*/

.page-banner{
  width: 100%;
  float: left;
  background: url(../images/page-banner.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  margin-top: 0px;
}
.page-banner:before{  
width: 100%;
    height: 100%;
    overflow: hidden;
    background: linear-gradient(90deg, rgb(18 70 137/80%), rgb(29 151 46 / 40%));
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    opacity: 0.5;
}
.pagebanner-text{
  padding: 120px 0px;  
  width: 100%;
  float: left;
  position: relative;
  margin-top: 100px;
}
.pagebanner-text h2{
        color: #fff;
    font-size: 3.5rem;
    line-height: 4rem;
    font-weight: 600;
    margin-bottom: 2px;
    text-align: center;
    position: relative;
}
.pagebanner-text p{
      color: #fff;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 0px;
    text-align: center;

}
.pagebanner-text p a{ color: #0087cd; text-decoration: none;}

.pagebanner-text p  .icon {
     border: solid #ffffff;
    border-width: 0px 2px 2px 0;
    display: inline-block;
    padding: 2.5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-right: 4px;
}
.inner-page{
  width: 100%;
  float: left;
  padding-top: 80px;
}
.inner-page p{ 
  color: #000;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}
.inner-page p:last-child{ margin-bottom: 0px;}


/*====================================*/
/*.service-page{
    margin-bottom: 60px;
}*/
.service-timeline {
    width: 100%;
    float: left;
    margin-top: 80px;
    background: #08273a;
    --accent: #02d664;
    --text: white;
    --line: #c4c4c4;
    padding: 40px 0px 50px;
}

.service-timeline h2 {
   border-left: 4px solid #edb61b;
    padding: 0px 15px 0px;
    color: #fff;
    font-size: 2.5rem;
    margin-bottom: 40px;
}

.service-timeline ul {
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(var(--items), 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.service-timeline ul:before {
  content: '';
  position: absolute;
  top: 50%;
  width: 100%;
  border-top: 3px solid var(--text);
  left: 11px;
}

.service-timeline ul:after {
 
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    margin-top: -6px;
    right: -22px;
    border: solid #fff;
    border-width: 5px 5px 5px 5px;
    display: inline-block;
    padding: 2.5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}


.service-timeline ul li {
   grid-column: var(--index);
  /*overflow: hidden;*/
  position: relative;  
      display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    align-content: flex-end;
}

.service-timeline ul li .icon {
  content: '';
    width: 70px;
    height: 70px;
    background: #fff;
    position: absolute;
    border-radius: 100px;
    z-index: 1;
    text-align: center;
    border: 8px solid #edb61b;
        display: grid;
    justify-items: center;
    align-items: center;
}
.service-timeline ul li .icon:before {
    position: absolute;
    content: "";
    background: #edb61b;    
    width: 8px;
    height: 25px;

}
.service-timeline ul li .icon:after {
    position: absolute;
    content: "";
    border: solid #edb61b;
    border-width: 5px 5px 5px 5px;
    display: inline-block;
    padding: 2.5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.service-timeline ul li .icon img{ width: 35px;}

.service-timeline ul li:nth-child(odd) .icon {
  bottom: -30px;  
}
.service-timeline ul li:nth-child(odd) .icon:before {
bottom: 99%;
}
.service-timeline ul li:nth-child(odd) .icon:after {
bottom: calc(99% + 22px);
}

.service-timeline ul li:nth-child(odd)  p{padding-bottom: 70px;}

.service-timeline ul li:nth-child(even) .icon {
  top: -30px;
}
.service-timeline ul li:nth-child(even) .icon:before {
top: 99%;
}
.service-timeline ul li:nth-child(even) .icon:after {
top: calc(99% + 22px);
}

.service-timeline ul li:nth-child(even) {
  grid-row: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 80px;
  
}

.service-timeline ul li h3 {
      color: #edb61b;
    margin: 0;
    margin-bottom: 5px;
    font-size: 1.4em;
    position: relative;
    line-height: 34px;
}

.service-timeline ul li p {
  margin: 0;
  position: relative;
  color: #fff;
  font-weight: 300;
}

@media (max-width: 767px) {
  .service-timeline ul {
    display: flex;
    flex-direction: column;
  }
  .service-timeline ul li {
    grid-column: 1 !important;
    grid-row: var(--index) !important;
    height: 100%;
    padding-bottom: 10px;
    padding-top: 20px;
  }
  .service-timeline ul:before,
  .service-timeline ul:after,
  .service-timeline ul li:after,
  .service-timeline ul li:nth-child(even) h3:before,
  .service-timeline ul li:last-child p:after {
    display: none;
  }
  .service-timeline ul li:first-child {
    padding-top: 0;
  }
  .service-timeline ul li:nth-child(even) {
    margin-top: 0;
    padding-top: 10px;
  }
/*  .service-timeline ul li p:after {
    content: "";
    display: block;
    border-left: 2px dashed var(--text);
    height: 100vh;
    margin-top: 10px;
    position: absolute;
    left: calc(var(--circle-size) - 1px);
  }*/
}
.text-md-center{
  text-align: center;
}
.hr-focusareas{
    width: 100%;
    float: left;
    padding: 50px 0px 0px;
}
.hr-focusareas img{
    width:100%;
}
.hr-focusareas-title {
   /*border-left: 4px solid #edb61b;*/
    /*padding: 0px 15px 0px;*/
    color: #0c537e;
    font-size: 2.5rem;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: center;
}
/*============*/
.hr-engagement{
    width: 100%;
    float: left;
    padding: 50px 0px 70px;
    background: #fffdf6;
}
.info-circle-block{ 
    width: 100%;
    float: left;
    position: relative;
}
.info-circle-box { 
  width: 50%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.infog-text{
    width: 50%;
    float:left;
    margin-bottom: 10px;
}
.info-circle-box .icon{
    width: 120px;
    height: 120px;    
    float:left;
    transition: all .2s ease-in-out;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 10px;
}
.info-circle-box img{
    width: 45px;
    filter: brightness(0) invert(1);
}
.info-circle-box h6{
   color: #000;
    line-height: 22px;
    font-weight: 500;
    font-size: 14px;
}
#corner1 {
  background: #9FC53B;
  border-radius: 300px 0px 0px 0px ;
  -webkit-border-radius: 300px 0px 0px 0px;
}

#corner2 {
  background: #D5DA32;
  border-radius: 0px 300px 0px 0px ;
  -webkit-border-radius: 0px 300px 0px 0px;
}

#corner3 {
  background: #A1A4A7;
  border-radius: 0px 0px 0px 300px ;
  -webkit-border-radius: 0px 0px 0px 300px;
}

#corner4 {
  background: #23B4B3;
  border-radius: 0px 0px 300px 0px ;
  -webkit-border-radius: 0px 0px 300px 0px;
}

#circle {
  width: 110px;
  height: 110px;
  position: absolute;
  background: #0c537e;
  border: 8px solid #fff;
  border-radius: 70px ;
  -webkit-border-radius: 70px; 
  z-index: 9999;
  left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-circle-block h5{
    color: #fff;
    line-height: 26px;
    font-weight: 500;
    text-align: center;
    font-size: 18px;
}
/*===============*/
.model-sec-title{
        color: #0c537e;
    font-size: 2.5rem;
    margin-bottom: 60px;
    font-weight: 500;
}
.hr-model-left{
    width: 45%;
    float: left;
    margin-right: 5%;
}
.hr-model-right{
    width: 50%;
    float: left;
}

.hr-model-title h3{
    color: #181717;
    line-height: 24px;
    background: #edb61b;
    padding: 15px 20px;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
        margin-bottom: 50px;
}
.model-titlebox{
    background: #0c537e;
    width: 100%;
    float: left;
    padding: 15px 10px;
    text-align: center;
    clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);  
    
}

.model-titlebox h4{
    color:#fff;
    line-height:28px;  
    margin-bottom: 0px;  
    margin-top: 12px;
    font-size: 22px;
}
.model-titlebox img{
    width:35px;
}
.hr-model-text{
     border: 1px solid #ddd;
    border-top: 0;
    width: 100%;
    float: left;
    padding: 10px;
    background: #fff;
    min-height: 285px;
}
.hr-model-item p{
    font-size: 15px;
    line-height: 26px;
    text-align: center;
}

/*====================*/
.border-li li{
        color: #000;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    border:1px solid #ddd;
    padding: 5px 10px;
    margin-bottom: 8px;
}
.border-li li i{
    color: #ff5722;
    font-size: 21px;
    margin-right: 8px;
}
/*====*/

.hr-oneplacement{
    width: 100%;
    float: left;
    padding: 50px 0px 70px;
    background: #fffdf6;
}
.oneplacement-sec-title{
        color: #0c537e;
    font-size: 2.2rem;
    margin-bottom: 20px;
    font-weight: 500;
}
.hr-oneplacement-title{
    position: relative;
    border-bottom: 3px solid #edb61b;
    padding-bottom: 20px;
    margin-top: 30px;
}
.hr-oneplacement-title:before{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0%;
    width: 3px;
    height: 200px;
    background: #edb61b;
}
.hr-oneplacement-title h3{
    color: #ffffff;
    line-height: 28px;
    background: #edb61b;
    padding: 30px 20px 45px;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    clip-path: polygon(0% 0%, 100% 0, 100% 75%, 50% 100%, 0 75%);
}
.hr-oneplacement-titlebox{
    background: #0c537e;
    width: 100%;
    float: left;   
    padding: 25px 10px;
    text-align: center;
    clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);     
}
.oneplacement-block .hr-oneplacement-titlebox{height: 100%;}

.hr-oneplacement-titlebox h4{
    color:#fff;
    line-height:28px;  
    margin-bottom: 0px; 
    font-size: 22px;
    margin-top: 12px;
}
.hr-oneplacement-text{
    border:1px solid #ddd;
    border-top: 0;
    width: 100%;
    float: left;
    padding: 15px;
    background: #fff;
    position: relative;
}
.hr-oneplacement-text p{
    font-size: 15px;
    line-height: 26px;
    text-align: center;
}
.hr-oneplacement-item{
    position: relative;
    padding-top: 60px;
}
.hr-oneplacement-item:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 0%;
       width: 3px;
    height: 100px;
    background: #edb61b;
    transform: translateX(-50%);
}
.hr-oneplacement-item:after{
    content: "";
    position: absolute;
    left: 50%;
    top: -5px;
    width: 10px;
    height: 10px;
    background: #0c537e;
    border-radius: 50%;
    transform: translateX(-50%);
}
.contaract-staffing-sec{
    width: 100%;
    float: left;
    padding: 60px 0px;
}
.plain-li li{
        color: #000;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    margin-bottom: 8px;
    padding-left: 30px;
    position: relative;
}
.plain-li li:before{
    position: absolute;
    left: 0px;
    content: "\f138";
    font-family: fontawesome;
    color: #ff5722;
    font-size: 21px;
    margin-right: 8px;
}

.service-inner-sec-one h3{
    line-height: 40px;
    font-weight: 600;
    font-size: 2.2rem;
}
.service-inner h2{
    color: #0c537e;
    font-size: 2.2rem;
    margin-bottom: 40px;
    font-weight: 500;
}
.service-inner-sec-two{
    width: 100%;
    float: left;
    background: #f9f9f9;
    padding: 40px 0px 60px;
    margin-top: 40px;
}
 .service-inner-sec-two h4{
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}
.service-inner-sec-two .card{
    height:100%;
}
.service-inner-sec-two .card img{
    height:100%;
    object-fit:cover;
}
/*=====*/
.service-inner-sec-three {
    width: 100%;
    float: left;
    padding: 50px 0px 50px;
}

.service-inner-sec-three .card {
    height: 100%;
}
.service-inner-sec-three .card .icon{
    width: 100px;
    height: 90px;
    background: #0c537e;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-inner-sec-three .card .icon img{ width:45px; filter: brightness(0)invert(1);}

.service-inner-sec-three .card  h4{ 
    padding: 12px 0px;
    line-height: 30px;
    font-size: 1.3rem;
    font-weight: 500;
    text-align: center;
}
/*=====*/
.service-inner-sec-four {
    width: 100%;
    float: left;
    padding: 50px 0px 60px;
    background : #fffaec;
}

.service-inner-sec-four .card {
    height: 100%;  
    display: block !important;
    flex-direction: unset;  
}
.service-inner-sec-four .card .icon{
    width: 90px;
    height: 90px;
    background: #daebf5;
    /*clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);*/
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin-right: 20px;
}
.service-inner-sec-four .card .icon img{ width:50px; /*filter: brightness(0)invert(1);*/}

.service-inner-sec-four .details{   
     overflow: hidden;
 }

.service-inner-sec-four .card  h4{ 
    line-height: 24px;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 12px;
}

.service-inner-sec-five{
    width: 100%;
    float: left;
    padding: 50px 0px 80px;
}
.service-inner-sec-five p b{
    font-size: 16px;
    border-left: 3px solid #ffc107;
    padding-left: 20px;
    font-weight: 600;
    display: block;
}
.service-btn {    
    width: 100%;
    float:left;
    margin-top: 30px;
}
.service-btn a{
    color: #FFF;
    background: #0c537e;
    border: solid 2px #0c537e;
    text-transform: uppercase;
    font-weight: 600;
    padding: 13px 33px;
    font-size: 15px;
    border-radius: 5px;
    font-family: "Rubik", sans-serif;
    text-decoration: none;
}
.it-strategy{
    width: 100%;
    float: left;
    padding: 50px 0px 60px;
}
.it-consulting .border-image-li li{
    width:32%;
    float:left;
    margin-bottom: 15px;
    margin-right: 2%;
    padding: 20px;
    font-size:  16px;
    font-weight: 600;
    font-family: "Rubik", sans-serif;
    color: #000;
    border:1px solid #ddd;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.it-consulting .border-image-li li:nth-child(3n+3){ margin-right:0px}

.it-consulting .border-image-li li img{width: 50px; margin-right: 20px; float: left;position: relative;}

.it-consulting .border-image-li li:before{
    width: 60px;
    height: 60px;  
    transform: rotate(45deg);
    position: absolute;
    content: "";
    background: #e7f5ff;
    right:-30px;
    border-radius:  15px;
}

.it-consulting .border-image-li li span{overflow: hidden;}

.it-consulting .hr-oneplacement-titlebox h4 {   
    color: #fff;
    line-height: 28px;
    margin-bottom: 0px;
    font-size: 18px;
    margin-top: 70px;
    padding: 0px 20px;
    min-height: 110px;

}
.service-inner-sec-five  h5{
  line-height: 36px;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 20px;
}
/*========*/
.contact-page{
  margin-bottom: 80px;
}
.address-item{  
  border: 1px solid #ddd;
  height: 100%;
  overflow: hidden;
      width: 100%;
    float: left;
}
.contact-page .icon  {
    width: 55px;
    height: 100%;
    background: #ef7c00;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin-right: 20px;
}
.contact-page .icon img {
    width: 26px;
    filter: brightness(0)invert(1);
}
.contact-page h4{
        font-weight: 600;
    line-height: 24px;
    font-size: 22px;
        margin-bottom: 10px;
}
.contact-page .details{ 
  position: relative;
  padding: 20px 15px;

}
.contact-page .details:before{ 
    position: absolute;
    content: "";
    right: -15px;
    top: -8px;
    border: 5px solid rgb(240 188 94/0.5);
    width: 50px;
    height: 50px;
    transform: rotate(-45deg);
    border-radius: 100%;
}
.address-col{
  margin-bottom: 30px;
}
.form-box{
  width: 100%;
  float: left;
  border: 1px solid #ddd;
  padding: 20px 30px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.form-box:before{
      position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border: 20px solid transparent;
    position: absolute;
    left: 15px;
    top: 0%;
    border-top: 50px solid #f7ddae;
}

.form-box .form-group{margin-bottom: 15px;}

.form-box  h4{    padding-left: 30px;     margin-bottom: 20px;}

.form-box .form-control{ height: 42px; }

.form-box textarea.form-control {
    min-height: calc(1.5em + (4.75rem + 2px));
  }
.form-box .submit{
  padding: 8px 30px;
  background: #0c537e;
  border: 0;
  color: #fff;
  transition: all 0.3s ease-in-out;
  border-radius: 20px;
}
.form-box .submit:hover{
  background: #f0a326;
}
.jobs-page{
  margin-bottom: 80px;
}
.jobs-form{
width: 100%;
    float: left;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 30px 35px;
    background: url(../images/jobs-bg.jpg) no-repeat center;
        background-size: cover;
}
.jobs-form .form-group{margin-bottom: 15px;}

.jobs-form .form-control{ height: 42px; }

.jobs-form  .form-control[type=file] {
    overflow: hidden;
    height: 38px !important;
}
.jobs-form  h3{ 
  font-weight: 600;
    line-height: 28px;
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
   }
.jobs-form  p{  text-align: center; margin-bottom: 25px; line-height: 25px;}

.jobs-form .submit{
  padding: 8px 30px;
  background: #0c537e;
  border: 0;
  color: #fff;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}
.jobs-form .submit:hover{
  background: #f0a326;
}
/*====================*/
.about-page .sec-title{
font-weight: 600;
    font-size:2.6rem;
    line-height: 40px;
    padding-bottom: 30px;
  }
.aboutpage-firsttext{
font-weight: 600;
    font-size:2rem;
    line-height: 40px;
    padding-bottom: 20px;
  }
.mission-vision{
  width: 100%;
  float: left;
  padding: 60px 60px;
}

.mission-vision-box{
    color: #999;
    background: linear-gradient(transparent 65%, #0c537e  65%);
    text-align: center;
    padding: 0 15px 15px;
    border-radius: 0 0 40% 40%;
    box-shadow: 0 12px 7px -7px rgba(0, 0, 0, 0.2);
    height: 100%;
}
.mission-vision-box .box-icon{
    color: #fff;
    background-color: #0c537e ;
    font-size: 50px;
    line-height: 80px;
    height: 80px;
    width: 85px;
    margin: 0 auto 25px;
    border-radius: 0 0 50px 50px;
}
.mission-vision-box .box-content{
       background: #fff;
    padding: 0 35px 20px;
    border-radius: 15px 15px 40% 40%;
    border-top: 15px solid #0c537e;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    height: 100%;
}
.mission-vision-box .title{
    color: #0c537e ;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 7px;
}
.mission-vision-box .description{
   
}

.mission-vision-box.orange{ background: linear-gradient(transparent 65%, #FFA005 65%); }
.mission-vision-box.orange .box-content{ border-top-color: #FFA005; }
.mission-vision-box.orange .box-icon{ background-color: #FFA005; }
.mission-vision-box.orange .title{
    color: #FFA005;
}

@media only screen and (max-width:990px) {
    .mission-vision-box{ margin: 0 0 15px; }
    .mission-vision-box .box-content{ padding: 0  18px  10px; }
}
@media only screen and (max-width:359px) {
    .mission-vision-box .box-content{ padding: 0 18px 10px; }
}

.about-page-intro{
  background: #f3f3f3;
    width: 100%;
    float: left;
    padding:60px 0px 70px;
}
.aboutpage-intro-image{
  position: relative;
  background: #001322;
}
.about-page-intro h5{
    font-weight: 500;
    color: #2ce2f9;
    line-height: 37px;
    font-size: 1.7rem;
    padding: 0px 20px 20px;
  }
/*===*/
.aboutpage-team{
  width: 100%;
  float: left;
  padding-bottom: 30px
}
.team-item{
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
   
}
.team-item-inner{
  border-bottom: 1px solid #ddd;
}
.team-image{
      float: left;
    margin-right: 30px;
    /* border: 1px solid #ddd; */
    text-align: center;
    padding: 10px 20px;
    background: #f1f0f0;
    border-radius: 10px;
    width: 42%;
    height: 100%;
}
.team-details{
  overflow: hidden;
  padding: 10px;
}
.team-image img{
    border: 1px solid rgba(0,0,0,.06)!important;
    height: 130px;
    width: 130px;
    border-radius: 50%;
    margin-bottom: 10px;
}


.team-image h4{
    font-weight: 500;
    line-height: 30px;
    font-size: 18px;
}
.team-image h6{
    color: #333;
    line-height: 26px;
    font-style: italic;
    font-size: 15px;
}
.team-details b {color: #f44336; }
/*================================*/


.jobs-tab-btns button{
 background: #fff;
 border: 1px solid #f44336;
 padding: 10px 20px;
 font-weight: 600;
 border-radius: 5px;

}
.jobs-tab-btns button.active{
  background:#0c537e;
  color:#000;
  border: 1px solid #0c537e;
  color: #fff;
  position: relative;
}
.jobs-tab-btns button.active:before{
  position:absolute;
  content:"";
  top: 99.5%;
  width: 0;
  height: 0;
  border-left: 20px solid  #0c537e;
  border-right: 20px solid transparent;
}
.jobs-box{
    width: 100%;
    float: left;
  }
  .jobs-box + .jobs-box{
    margin-top: 40px;
  }
.jobs-box-inner{
    width: 100%;
    float: left;
    border: 1px solid #efeded;
    padding: 20px;
    border-radius: 5px;    
    position: relative;
    background: #fbfbfb;
}
.jobs-box-inner:before{
 position: absolute;
    content: "";
    left: -2px;
    bottom: 13px;
    width: 10px;
    height: 35px;
    background: #f0a326;
}
.jobs-box-title{
    color: #0c537e;
    line-height: 34px;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 22px;
}
.job-posted-date{
  width: 100%;
  float:left;
  margin-bottom: 10px;
}
.job-posted-date i{
  color: #f44336;
  margin-right: 10px;
}
.jobs-box-inner .more-btn  {
   width: 100%;
  float:left;
  margin-top: 10px;
  }
.jobs-box-inner .more-btn a {
  text-decoration: none;
  color: #ff9800;
  font-weight: 600;
  transition: all 0.5s ease-in;

}
.jobs-box-inner .more-btn a:hover {
  padding-left: 10px;
  color: #0c537e;
}

.jobs-right{
  position: sticky;
  top: 100px;
  height: 100%;
      
}
.jobs-right-pt{padding-top: 35px;}

.jobs-detaild-title{
      color: #f0a326;
    line-height: 36px;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 28px;
}
.jobs-detaild-box p b{
  margin-right: 10px;
  font-size: 17px;

}
.jobs-detaild-box  .icon{
  color: #f44336;
    margin-right: 10px;

}
.job-skills{
  width: 100%;
  float: left;
  /*padding-left: 20px;*/
}
.job-skills li {
    color: #000;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    position: relative;
    padding-left: 15px;

  padding-bottom: 15px;
  }
.job-skills li:before { 
  position:absolute;
  content: "\f0da";
  left:0px;
  font-family: fontawesome;
  color: #000;
  font-size: 15px;
}
/*.carousel-item:before{
  width: 100%;
  height: 100%;
  background: rgb(111 118 124 /0.6);
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
}*/























