*{
    margin:0;
    padding:0;
}
body{
    padding:0;
    margin:0;
    font-family: 'Roboto', sans-serif;
}

/* Bug fix */
.training_section, .get_your_product {overflow: hidden;}

/* ============= banner ============ */
.banner_content {
    max-width: 490px;
    padding: 60px 0;
    padding-left: 50px;
}
h1.banner_title {
    font-size: 50px;
    color: #fff;
    font-weight: 500;
    transform: scaleX(1.03);
}

p.banner_desc {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding-right: 67px;
}

.fort_button {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    border-radius: 20px;
    font-weight: 500;
    background: linear-gradient(0deg, #fdc925 0%, #f26935 100%);
    padding: 12px 30px;
    transition: 0.5s;
}
.fort_button:hover{
    background: linear-gradient(0deg, #f26935 0%, #fdc925 100%);
    color:#fff;
}
/* ============= banner ============ */

/* ========= customize container size ========= */
@media(min-width:1200px){
    .container {
        max-width: 1250px;
    }
}

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

header.header {
    position: absolute;
    width: 100%;
    z-index: 99;
    padding-top: 7px;
}
.navbar-nav .nav-item .nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    transition:0.5s;
}
.navbar-nav .nav-item .nav-link:hover{
    opacity: 0.8;
    color:#fff;
}
.navbar-nav .nav-item {
    margin-right:19px;
}
.navbar-nav .nav-item:last-child{
    margin-right:0px;
}
button.fort_button.heder_btn {
    padding: 8px 30px;
}

.fortray_slide {
    position: relative;
    padding: 110px 0 190px 0;
    z-index: 1;
}
.shap_de {
    position: absolute;
    bottom: -10px;
    z-index: 1;
}
.fortray_banner{
    position: relative;
    z-index: 1;
}
.shap_de img {
    width: 101%;
}
.fortray_slide.swiper-slide-active .banner_content{
    animation: fadeInRight  1.5s
}
a.fort_button i {
    font-size: 13px;
    padding-left: 5px;
}

.fortray_banner .swiper-pagination {
    text-align: left;
    max-width: 1226px;
    left: 50% !important;
    transform: translateX(-50%);
    padding-bottom: 60px;
    padding-left:40px;
}
.fortray_banner .swiper-pagination-bullet {
    width: 40px;
    border-radius: 0px;
    height: 3px;
    opacity: 1;
    background: #fff;
}
.fortray_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background:#ff7d3c;
}


/* buton */
.swiper-button-next_,
.swiper-button-prev_{
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    z-index: 1;
}
.swiper-button-next_ {
    right: 5%;
    background: #ffffff61;
    border-radius: 20px;
    padding: 10px 24px;
    cursor: pointer;
    color: #fff;
    display: flex;
    align-items: center;
    transition:0.5s;
}
.swiper-button-prev_ {
    left: 5%;
    color: #fff;
    font-size: 18px;
}

.swiper-button-prev_ i {
    transform: scaleX(-1);
}
.swiper-button-next_ i {
    font-size: 21px;
    padding-left: 10px;
}

.swiper-button-next_:hover{
    background:#fff;
    color:#000;
}
/* ========= customize container size ========= */



/* ============== fortray tabs ============ */
.fortray_tabs_nav {
    padding: 20px 0px;
    width: 100%;
    justify-content: space-around;
    display: flex;
}

section.service_tabs {
  padding-top: 50px;
}
.section_nav_container {
  position: sticky;
  top: 0px;
  z-index: 99;
  background: #fff;
}
ul.fortray_tabs_nav li a {
  font-size: 18px;
  color: #000039 !important;
  font-weight: 500;
  text-decoration: none;
  list-style: none;
  border: none !important;
}
.training_section {
  padding-top: 60px;
}

.nav-tabs {
  border-bottom: 0;
}

.nav-tabs .nav-link.active {
  border: none;
  font-size: 16px;
  color: #121212;
  border-bottom: 2px solid #ff7d3c;
}

.nav-tabs .nav-link {
  color: #121212;
  font-weight: 500;
  border: none;
}

.nav-tabs .nav-link:hover {
  border: none;
  border-bottom: 2px solid #ff7d3c;
}

.nav-tabs .nav-item {
  margin-right: 15px;
}
.nav-tabs .nav-item[data-last-item] {
  margin-left: auto;
}

ul.fortray_tabs_nav li {
  list-style: none;
}

ul.fortray_tabs_nav li a {
    font-size: 18px;
    color: #000039 !important;
    font-weight: 500;
    text-decoration: none;
    list-style: none;
    padding:10px 0px;
    border: none !important;
}

ul.fortray_tabs_nav li {
    list-style: none;
}

ul.fortray_tabs_nav li a.active{
    position:relative;
}
ul.fortray_tabs_nav li a.active:after {
    content: '';
    height: 2px;
    width:90%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: #ff7d3c;
}
.fortray_tabs_nav .nav-link.active {
    border:none;
    position:relative;
}
.fortray_tabs_nav .nav-link.active:after{
    content:'';
    height:2px;
    width: 68%;
    position: absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:0;
    background: #ff7d3c;
}
.fortray_tabs_nav .nav-link{
    font-size:18px;
    color:#000039 !important;
    font-weight:500;
    border:none !important;
}
.fortray_tabs_nav .nav-link:hover{
    border:none;
}

.hire_section {
    padding-top: 70px;
    background: #ff7d3c;
    color: #fff;
    position: relative;
}

h3.section_sub {
    font-size: 17px;
    padding-bottom: 7px;
    font-weight: 400;
    text-transform: uppercase;
}

.section_heading {
    font-size: 38px;
    font-weight: 500;
}

.section_desc {
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    /* border-bottom: 1px solid #ffffff8c; */
    padding-bottom: 14px;
}

ul.re_list {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
ul.re_list li {
    padding: 20px 0;
    border-top: 1px solid #ff8a50;
}
h3.list_title {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 6px;
}

p.list_desc {
    margin-bottom: 0px;
    font-size: 16px;
}
ul.re_list li {
    display: grid;
    grid-template-columns: 15% 85%;
}
ul.re_list li .icon {
    width: 65px;
    height: 64px;
    background: #fff;
    text-align: center;
    padding: 5px;
    line-height: 47px;
    margin-right: 10px;
    border-radius: 50%;
}

.hire_the_img {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 634px;
    height: 614px;
}
.hire_the_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hire_content {
    margin-bottom: 60px;
}   


.we_aresection {
    padding: 80px 0;
}

.client_img_box {
    background: #f6f9fe;
    height: 116px;
    display: flex;
    border: 1px solid #eaf0f9;
    align-items: center;
    justify-content: center;
}

h2.section_heading_bold {
    font-size: 36px;
    font-weight: bold;
}

p.desc {
    color: #8b8b8b;
    line-height: 22px;
    font-weight: 400;
}
/* ============== fortray tabs ============ */

/* footer  */
footer.footer {
    background: #021555;
    color: #fff;
}

h3.form_heading {
    font-size: 30px;
    padding-bottom: 20px;
}

.form_group input.form_input {
    width: 78%;
    margin: 0;
    background: #354477;
    padding: 10px;
    border: none;
    margin-right:15px;
}

.form_group input[type="submit"] {
    width: 20%;
    padding: 10px;
    border-radius: 0px !important;
    background: linear-gradient(0deg, #fdc925 0%, #f26935 100%);
    color: #fff;
    border: none;
    text-transform: uppercase;
}

.form_group {
    display: flex;
    align-items: center;
    justify-content: center;
}
.form_group input.form_input::placeholder{
    color:#fff;
}
.row.padding_row {
    padding: 60px;
    border-bottom: 1px solid #111111;
}

.social_info ul {
    list-style: none;
    text-align: right;
}

.social_info ul li {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: 0.5s;
    color: #fff;
    background: #225d8f;
}

.social_info ul li a {
    color: #fff;
}

.social_info ul li:hover {
    background: #354477;
}

.footer_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.footer_list {
    padding-left: 0px;
    margin-bottom: 0px;
}

ul.footer_list li {
    display: inline-block;
    margin-right: 30px;
}

ul.footer_list li a {
    text-decoration: none;
    color: #fff;
    transition: 0.5s;
    font-size: 14px;
}

.footer_nav p {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 300;
}
ul.footer_list li a:hover{
    opacity: 0.8;
}

.contact_info p {
    font-size: 14px;
    font-weight: 300;
}

.contact_info h3 {
    font-size: 22px;
    font-weight: 500;
}

.footer_nav {
    padding-bottom: 25px;
}
/* footer  */

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{
    color:#fff;
    opacity: 0.8;
}

.form_group input.form_input:focus{
    border:none;
    outline:none;
}

.form_group input.form_input{
    color:#fff;
}

ul.re_list li:hover .icon img {
    transform: scaleX(-1);
}

ul.re_list li .icon img {
    transition: 0.5s;
}
.display-1 {
    font-size: 16px;
    line-height: 28px;
}

ul.tabs_list {
    padding-left: 0;
    list-style: none;
}

ul.tabs_list li {
    display: inline-block;
    text-align: center;
    margin: 0;
    width: 177px;
    border-bottom: 1px solid #e6f0fe;
    padding: 20px 0;
    cursor: pointer;
}

li.tabs_list_items span {
    padding-top: 10px;
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.col-md-10_ctm {
    width: 76.333333%;
}
li.tabs_list_items.animated_cla {
    background: #f4f8fe;
    position: relative;
}
li.tabs_list_items:after{
    content:'';
    width:0%;
    height:3px;
    position:absolute;
    bottom:0;
    background:#1c88b7;
    left:0;
    transition:3s;
}
li.tabs_list_items.animated_cla::after{
    width: 100%;
}

li.tabs_list_items:before{
    content:'';
    width:100%;
    height:3px;
    position:absolute;
    bottom:0;
    background:#cde0fd;
    left:0;
}

.tab_section_container {
    min-height: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
}

.tab_section_container.animatedContainer_cla {
    min-height: auto;
    height: auto;
    visibility: visible;
    opacity: 1;
    transition: 1s;
}
.fortray_tabs_nav {
    border-bottom: 0px;
    margin-bottom:50px;
}
p.tabs_desc {
    font-size: 18px;
    text-align: center;
}
img.tabs_img.svg_image {
    padding: 32px 62px;
    width: 65%;
}

section.security_challange {
    margin-top: 50px;
    padding: 70px 0;
    background: #f4f8fe;
}

/* ========= security section ====== */
.security_tab_item,
.digital_tab_item {
    list-style: none;
    padding: 20px;
    border-radius: 15px;
    transition:0.5s;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-bottom:5px solid transparent;
    
}
.security_tab_item.active_tab,
.digital_tab_item.active_tab{
    box-shadow: 4px 0 11px rgba(0 0 0 / 8%);
    background: #fff;
    border-bottom: 4px solid #e96533;
}

.security_icon {
    padding-right: 30px;
}

h3.secrurity_tab_tittle,
h3.digital_tab_tittle {
    font-size: 22px;
    font-weight: bold;
}

li.security_tab_item h3,
li.digital_tab_item h3 {
    margin-bottom: 0px;
}
ul.content_ul_list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0px;
}

ul.content_ul_list li .small_icon {
    width: 18px;
    display: inline-block;
    margin-right: 10px;
}

ul.content_ul_list li .small_icon img {
    width: 100%;
}

ul.content_ul_list li {
    margin-bottom: 6px;
}

.font-14 {
    font-size: 14px;
}

.weight_700 {
    font-weight: 700;
}
.row.tab_items {
    padding: 12px;
    background: #fff;
    border: 1px solid #e5edf9;
    margin-bottom: 20px;
}

.row.tab_items:last-child{
    margin-bottom: 0px;
}
.tab_content_img {
    /* height: 100%; */
    width: 100%;
}

a.fort_button.mt-2.w-100 {
  text-align: center;
  padding: 8px;
}

.tab_content_img img {
    height: 100%;
    object-fit: cover;
}

.security_tab_content,
.digital_tab_content {
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

.security_tab_content.container_active,
.digital_tab_content.container_active {
    height: auto;
    visibility: visible;
    opacity: 1;
}
/* ========= security section ====== */


/* ========== career ========  */
section.career {
    padding: 70px 0;
}

.career_card {
    border-radius: 4px;
    overflow: hidden;
}

.career_card_header {
    background: #fecc24;
    height: 70px;
    padding: 0 20px;
}

.card_header {
    position: relative;
    bottom: -20px;
    background: #fff;
    height: 70px;
    box-shadow: 1px 4px 9px rgb(0 0 0 / 13%);
    width: 70px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.card_title {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 0px;
    padding-top: 6px;
    color:#000039;
}
.career_card_body {
    padding: 30px 25px;
    background: #f4f8fe;
}

.info span {
    color: #4f4f4f;
    font-size: 16px;
    display: inline-block;
    padding-right: 15px;
}
.info span:last-child{
    padding-right:0px;
    border-left:1px solid #4f4f4f;
    padding-left:15px;
}
.info{
    margin-bottom: 15px;
}

ul.card_list {
    padding-left: 0px;
    list-style: none;
}

ul.card_list li {
    margin-bottom: 10px;
    color: #4f4f4f;
}

ul.card_list li i {
    padding-right: 10px;
    color: #f39572;
    font-size: 14px;
}

.info span i {
    padding-right: 10px;
}

.career_card_header.full_stack {
    background: #f26935;
}

.career_card_header.digital_marketing_header {
    background: #1e72cb;
}

 button.owl-dot {
    display: table-cell;
    min-width: 1px;
    height: 4px;
    width: 33px;
    cursor: default;
    vertical-align: middle;
    pointer-events: none;
    border-radius: 0px;
    border: 0;
    margin: 0;
    padding: 0;
    background: rgb(0 0 0 / 11%) !important;
    font-size: 0;
    color: rgba(0,0,0,0);
    line-height: 0;
}

 button.owl-dot span{
    display: none !important;
}

 button.owl-dot.active {
    background: #f26935 !important;
}
 .owl-nav button.owl-next,  .owl-nav button.owl-prev{
    position:absolute;
    
}
 .owl-nav button.owl-next {
    right: 42%;
    bottom: -4px;
}
 .owl-nav button.owl-prev {
    left: 42%;
    bottom: -4px;
    transform: scaleX(-1);
}
 .owl-nav button.owl-next:after,  .owl-nav button.owl-prev:after{
    content:'';
    width: 13px;
    height: 13px;
    border-right: 3px solid #d8d8d8;
    border-bottom: 3px solid #d8d8d8;
    right:0;
    top: 50%;
    position:absolute;
    transform: rotate(-45deg) translateY(-50%);
}

.owl-nav button.owl-next:before, .owl-nav button.owl-prev:before{
    content:'';
    width: 26px;
    height: 3px;
    right: 6px;
    top: 58%;
    position:absolute;
    background:#d8d8d8;
    transform: translateY(-54%);
    transition:0.5s;
}
.owl-theme .owl-nav {
    margin-top: 20px !important;
}

.owl-nav button.owl-prev span {
    font-size: 0px;
}
.owl-nav button.owl-prev:hover:after{
    border-color:#1179ef;
}
.owl-nav button.owl-prev:hover:before{
    background:#1179ef;
}
.owl-nav button.owl-next span {
    font-size: 0px;
}
.owl-nav button.owl-next:after{
    border-color:#1179ef;
}
.owl-nav button.owl-next:before{
    background:#1179ef;
}
/* ========== career ========  */

/* ========== hire it =========== */
section.here_it {
    padding: 70px 0;
    background: #f4f8fe;
}
.font-18{
    font-size:18px !important;
}
.row.hire_it_row {
    padding: 20px;
    border: 2px solid #fecc24;
    align-items: center;
}

.row.hire_it_row p {
    margin-bottom: 0px;
}

.here_rating {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px;
    justify-content: space-between;
    color: #000039;
}

.rating_val {
    width: 45%;
    font-size: 40px;
    font-weight: 700;
    position: relative;
}

.rating_val i {
    font-size: 15px;
    color: #ffc107;
}

.rating_val:after {
    content: '';
    width: 1.5px;
    height: 64%;
    right: 0;
    top: 50%;
    background: #000039;
    position: absolute;
    transform: translateY(-50%);
}
h2.here_title {
    font-size: 30px;
    color: #5f5f60;
    font-weight: 300;
}
.user_ratings {
    width: 92%;
    margin-left: auto;
}
.rating_logo {
    width: 40%;
}

.rating_logo img {
    width: 100%;
}

.rating_header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.user_pro {
    width: 90px;
    height: 90px;
    position: relative;
}

.user_pro img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #e0e9f6;
}

a.linkedin_pro {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    width: 25px;
    height: 25px;
    align-items: center;
    background: #187fb8;
    border-radius: 50%;
    border: 2px solid #fff;
    justify-content: center;
    font-size: 13px;
    text-decoration: none;
    color: #fff;
}

h4.rating_user_name {
    margin-bottom: 0px;
    font-size: 18px;
    color: #000039;
    font-weight: 500;
}

p.desc.rating_desination {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 300;
}

.user_detal {
    padding-left: 20px;
}

.rating_card {
    background: #ffff;
    border-radius: 8px;
    border-bottom: 5px solid #e96533;
    padding: 25px;
}
.rating_carousel {
    padding-top: 60px;
}

p.desc.font-18.border-left {
    position: relative;
}

p.desc.font-18.border-left:after {
    content: '';
    width: 1px;
    height: 169%;
    background: #5f5f60;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
}
ul.security_tabs_container {
    padding-left: 0px;
}
/* ========== hire it =========== */

/* ========= client section =========== */
section.client_section {
    padding: 70px 0;
}
.client_section .client_img_box {
    background: none;
    border-radius: 12px 0;
    height: 96px;
    border:none;
}

.client_section .client_img_box img {
    width: 100%;
}
/* ========= client section =========== */
/* ============ Training ========== */


/* ======= it solution =========== */
.cortex-animated-numbers {
    /* padding: 150px 0; */
    text-align: center;
    padding-bottom:70px;
  }
  .cortex-animated-numbers .numbers-outer-wrap {
    width: 100%;
    overflow: hidden;
    height: 488px;
  }
  .cortex-animated-numbers .numbers-wrap {
    width: 100%;
    position: relative;
    padding: 0 15px;
    margin:  60px 0 80px;
      transform: translateX(850px);
      transition: transform 1.5s ease-out;
  }
  .cortex-animated-numbers .numbers-wrap.start {
    transform: translateX(0);
  }
  .cortex-animated-numbers .numbers-wrap:before,
  .cortex-animated-numbers .numbers-wrap:after {
    content: '';
    height: 5px;
    width: 100%;
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    position: absolute;
    bottom: 84px;
  }
  .cortex-animated-numbers .numbers-wrap:before {
    left: 0;
    background-color: #d8d8d8;
  }
  .cortex-animated-numbers .numbers-wrap:after {
    left: -100%;
    background-color: #ff8c52;
    transition: transform 2.25s linear;
    transform: translateX( calc(0 + 92px));
  }
  .cortex-animated-numbers .numbers-wrap.start:after {
    transform: translateX(100%);
  }
  .cortex-animated-numbers .numbers {
    margin: 0 -7px;
    position: relative;
  }
  .cortex-animated-numbers .numbers .items {
    display: flex;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
    margin: 0;
  }
  .cortex-animated-numbers .numbers .item {
    width: 155px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
      align-items: center;
    position: relative;
    margin: 0 7px;
    z-index: 1;
  }

  /* first item is visible */
  .cortex-animated-numbers .numbers .item:nth-child(1) .top h3 {
    opacity: 1;
    transform: translateY(0);
  }
  .cortex-animated-numbers .numbers .item:nth-child(1) .bottom .icon {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
  .cortex-animated-numbers .numbers .item:nth-child(1) .bottom hr {
    transform: translateY(0);
  }
  .cortex-animated-numbers .numbers .item:nth-child(1) {
    opacity: 1;
    transform: translateY(0);
  }

  /* item animation delays */
  /* 2nd item */
  .cortex-animated-numbers .numbers .item:nth-child(2) .bottom .number span {
    transition-delay: 0.3333333s;
  }
  .cortex-animated-numbers .numbers .item:nth-child(2) .bottom .icon {
    transition-delay: 0.5s;
  }
  .cortex-animated-numbers .numbers .item:nth-child(2) .top h3,
  .cortex-animated-numbers .numbers .item:nth-child(2) .bottom hr {
    transition-delay: 0.6666667s;
  }
  /* 3rd item */
  .cortex-animated-numbers .numbers .item:nth-child(3) .bottom .number span {
    transition-delay: 0.6666667s;
  }
  .cortex-animated-numbers .numbers .item:nth-child(3) .bottom .icon {
    transition-delay: 0.8333337s;
  }
  .cortex-animated-numbers .numbers .item:nth-child(3) .top h3,
  .cortex-animated-numbers .numbers .item:nth-child(3) .bottom hr {
    transition-delay: 1.0s;
  }
  /* 4th item */
  .cortex-animated-numbers .numbers .item:nth-child(4) .bottom .number span {
    transition-delay: 1.0s;
  }
  .cortex-animated-numbers .numbers .item:nth-child(4) .bottom .icon {
    transition-delay: 1.1666667s;
  }
  .cortex-animated-numbers .numbers .item:nth-child(4) .top h3,
  .cortex-animated-numbers .numbers .item:nth-child(4) .bottom hr {
    transition-delay: 1.333333s;
  }
  /* 5th item */
  .cortex-animated-numbers .numbers .item:nth-child(5) .bottom .number span {
    transition-delay: 1.333333s;
  }
  .cortex-animated-numbers .numbers .item:nth-child(5) .bottom .icon {
    transition-delay: 1.5s;
  }
  .cortex-animated-numbers .numbers .item:nth-child(5) .top h3,
  .cortex-animated-numbers .numbers .item:nth-child(5) .bottom hr {
    transition-delay: 1.6666667s;
  }
  /* 6th item */
  .cortex-animated-numbers .numbers .item:nth-child(6) .bottom .number span {
    transition-delay: 1.6666667s;
  }
  .cortex-animated-numbers .numbers .item:nth-child(6) .bottom .icon {
    transition-delay: 1.8333337s;
  }
  .cortex-animated-numbers .numbers .item:nth-child(6) .top h3,
  .cortex-animated-numbers .numbers .item:nth-child(6) .bottom hr {
    transition-delay: 2s;
  }
  /* 7th item */
  .cortex-animated-numbers .numbers .item:nth-child(7) .bottom .number span {
    transition-delay: 2s;
  }
  .cortex-animated-numbers .numbers .item:nth-child(7) .bottom .icon {
    transition-delay: 2.1666667s;
  }
  .cortex-animated-numbers .numbers .item:nth-child(7) .top h3,
  .cortex-animated-numbers .numbers .item:nth-child(7) .bottom hr {
    transition-delay: 2.333333s;
  }



  .cortex-animated-numbers .numbers .item .top h3 {
    font-size: 11px;
    line-height: 15px;
    color:  #141414;
    font-weight: 600;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity .333333s ease-in, transform .333333s ease-in;
  }
  .cortex-animated-numbers .numbers-wrap.start .items .top h3 {
    font-size: 20px;
    font-weight: 500;
    color: #000039;
    opacity: 1;
    transform: translateY(0);
}
  .cortex-animated-numbers .numbers .item .bottom {
    display: flex;
    flex-direction: column;
    position: relative;
      align-items: center;
  }
  .cortex-animated-numbers .numbers .item .bottom .icon {
    width: 90px;
    height: 90px;
    border-radius: 90px;
    border: 5px solid #ff8c52;
    box-shadow: 0 0 18px rgba(0, 204, 102, .75), inset 0 0 18px rgba(0, 204, 102, .75);
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0) rotate(-90deg);
    opacity: 0;
    transition: opacity .5s ease-in, transform .5s ease-in;
  }
  .cortex-animated-numbers .numbers-wrap.start .items .bottom .icon {
    transform: scale(1);
    opacity: 1;
  }
  .cortex-animated-numbers .numbers .item .bottom .icon img {
    max-width: 65%;
    height: auto;
  }
  .cortex-animated-numbers .numbers .item .bottom hr {
    width: 5px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 75px;
    background-color: #ff8c52;
    border: 0;
    margin: 0;
    height: 75px;
    transform: translateY(100%);
    transition: transform .333333s ease-in;
    opacity: 1;
  }
  .cortex-animated-numbers .numbers-wrap.start .items .bottom hr {
    transform: translateY(0);
  }
  .cortex-animated-numbers .numbers .item .bottom .number {
    width: 36px;
    height: 78px;
    font-size: 36px;
    line-height: 48px;
    background-color: #fff;
    text-align: center;
    font-weight: 600;
    position: relative;
    z-index: 1;

  }
  .cortex-animated-numbers .numbers .item .bottom .number span {
    opacity: .5;
    transition: opacity .333333s ease-in;
  }

  .cortex-animated-numbers .numbers-wrap.start .items .bottom .number span {
    opacity: 1;
  }



  .cortex-animated-numbers .numbers .legend {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 0;
    height: 30px;
  }

  .cortex-animated-numbers .numbers .legend .h6 {
    color:  #141414;
    /* text-transform: uppercase; */
    margin: 0;
    flex-shrink: 0;
    flex-grow: 0;
        flex-basis: 155px;
        max-width: 155px;
        margin: -20px 7px 0;
        z-index: 1;
        font-weight: 500;
  }
  .cortex-animated-numbers .buttons .btn-square {
    display: inline-block;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
    line-height: 20px;
    padding: 18px;
    font-weight: 500;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    color:  #fff;
    background-color: #19aa61;
    border:  0;
    margin-bottom: 30px;
    background-image: linear-gradient(to right, #19aa61, #05552d);
  }
  .cortex-animated-numbers .buttons .btn-square:hover,
  .cortex-animated-numbers .buttons .btn-square:active {
    background-image: linear-gradient(to right, #065b31, #03381e);
  }

  .cortex-animated-numbers .swiper-slide	{
    width:  auto;
  }
  .cortex-animated-numbers .swiper-scrollbar {
    width: 100%;
  }

  .cortex-animated-numbers .numbers-actions {
    display: flex;
    align-items: center;
    justify-content: center; 
    margin: 0;
  }
  .cortex-animated-numbers .numbers-toggle {
    background-color: #f4f4f3;
    padding: 15px 30px;
    display: flex;
    position: relative;
    align-items: center;
    border-radius: 70px;
    cursor: pointer;
    margin: 0;
  }
  .cortex-animated-numbers .numbers-actions .numbers-toggle .switch-text {
    margin: 0;
    font-size: 24px;
    line-height: 32px;
  }
  /* first title */
  .cortex-animated-numbers .numbers-actions .numbers-toggle input:checked + .switch-text {
    color: #9b9b9b;
    text-align: right;
  }
  /* first title */
  .cortex-animated-numbers .numbers-actions .numbers-toggle input + .switch-text {
    color: #141414;
  }
  /* last title */
  .cortex-animated-numbers .numbers-actions .numbers-toggle input:checked + .switch-text + .switch + .switch-text {
    color: #141414;
  }
  /* last title */
  .cortex-animated-numbers .numbers-actions .numbers-toggle input + .switch-text + .switch + .switch-text {
    color: #9b9b9b;
    text-align: left;
  }
  /* switch */
  .cortex-animated-numbers .numbers-actions .numbers-toggle .switch {
    position: relative;
    display: inline-block;
    width: 5rem;
    height: 2.5rem;
    flex-shrink: 0;
    margin: 0 15px;
  }
  .cortex-animated-numbers .numbers-actions .numbers-toggle .switch:before {
    border-radius: 50%;
    position: absolute;
    content: "";
    height: 1.9rem;
    width: 1.9rem;
    left: 0.3rem;
    bottom: 0.3rem;
    background-color: #fff;
    transition: transform .25s ease-in-out;
    z-index: 1;
  }
  .cortex-animated-numbers .numbers-actions .numbers-toggle input:checked + .switch-text + .switch:before {
    -webkit-transform: translateX(2.5rem);
    -ms-transform: translateX(2.5rem);
    transform: translateX(2.5rem);
  }
  .cortex-animated-numbers .numbers-actions .numbers-toggle input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .cortex-animated-numbers .numbers-actions .numbers-toggle .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 2.5rem;
    background-color: #ff8c52;
    transition: background-color .25s ease-in-out;
  }
  .cortex-animated-numbers .numbers-actions .numbers-toggle input:checked + .switch-text + .switch .slider {
    background-color: #ff8c52;
  }

  /* mobile ====================
  ============================== */
  @media(max-width: 1199.98px){
    .cortex-animated-numbers .numbers .legend .h6 {
      font-size: 14px;
      line-height: 20px;
    }
  }

  /* mobile ====================
  ============================== */
  @media(max-width: 991.98px){
    .cortex-animated-numbers .swiper-scrollbar {
      display: block !important;
    }
    .cortex-animated-numbers .numbers-toggle {
      padding: 10px 20px;
      border-radius: 60px;
    }
    .cortex-animated-numbers .numbers-actions .numbers-toggle .switch-text {
      font-size: 16px;
      line-height: 24px;
    }
  }

  @media(max-width: 767.98px){

  }

  @media(min-width: 576px){
    .cortex-animated-numbers .numbers-wrap {
      padding: 0 calc(7.14285714% + 7px);
    }
    .cortex-animated-numbers .numbers-wrap:after {
      transform: translateX( calc(7.14285714% + 77px) )
    }
  }

  /* tablet ====================
  ============================== */
  @media(min-width: 768px){


  }

  /* desktop ===================
  ============================== */
  @media(min-width: 992px){
    .cortex-animated-numbers .numbers-outer-wrap {
      height: 518px;
    }
    .cortex-animated-numbers .numbers-wrap {
      margin-top: 90px;
    }
    .cortex-animated-numbers .buttons .btn-square {
      margin-bottom: 0;
    }
  }

  @media(min-width: 1200px){
    /* .cortex-animated-numbers .numbers-outer-wrap {
      height: 663px;
    } */
    .cortex-animated-numbers .numbers-wrap {
      padding: 0 calc(7.14285714% + 14px);
    }
    .cortex-animated-numbers .numbers-wrap:after {
      transform: translateX( calc(7.14285714% + 120px) )
    }
    .cortex-animated-numbers .numbers {
      margin: 0 -14px;
    }
    .cortex-animated-numbers .numbers .items {
      justify-content: center;
    }
    .cortex-animated-numbers .numbers-wrap:before,
    .cortex-animated-numbers .numbers-wrap:after {
      bottom: 109px;
    }
    .cortex-animated-numbers .numbers-wrap:after {
      transition: transform 2.5s linear;
    }
    .cortex-animated-numbers .numbers .item {
      width: 220px;
      margin:  0 17px;
    }
    .cortex-animated-numbers .numbers .item .top h3 {
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 30px;
      padding: 0 15px;
    }
    .cortex-animated-numbers .numbers .item .bottom .icon {
      width: 135px;
      height: 135px;
      border-radius: 135px;
    }
    .cortex-animated-numbers .numbers .item .bottom .icon img {
      max-width: 80%;
    }
    .cortex-animated-numbers .numbers .item .bottom .number {
        width: 55px;
        height: 55px;
        border-radius: 50%;
        font-size: 24px;
        color: #fff;
        line-height: 55px;
        background: #ff8c52;
        margin-bottom:56px;
    }

    .cortex-animated-numbers .numbers .legend .h6 {
        font-size: 16px;
        line-height: 24px;
        max-width: 220px;
        color: #000039;
        font-weight: 400;
        flex-basis: 220px;
        margin: -40px 17px 0;
    }
  }

  @media(min-width: 1400px){
    .cortex-animated-numbers .numbers-wrap {
      margin-top: 110px;
    }
  }


  @media(min-width: 1760px){
    .cortex-animated-numbers .numbers-wrap {
      display: flex;
      justify-content: center;
    }
    .cortex-animated-numbers .numbers-wrap .swiper-wrapper {
      width: auto;
    }
    .cortex-animated-numbers .numbers .swiper-slide	{
      width:  1632px;
    }
  }

  @media(min-width: 1400px){
    .cortex-animated-numbers .numbers-outer-wrap {
      height: 683px;
    }
  }

  /* 1080p full-screen =========
  ============================== */
  @media(min-width: 1920px){
/*		.cortex-animated-numbers .numbers-wrap {
      margin-top: 130px;
    }*/
    .cortex-animated-numbers .numbers {
      margin: 0 auto;
    }
    .cortex-animated-numbers .numbers .item .top h3 {
      padding: 0 30px;
    }

  }

  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cortex-animated-numbers .numbers .item .top {
      max-width: 100%;
    }
  }

  .it_solutions_heading {
    font-size: 36px;
    font-weight: 700;
    color: #000039;
}

/* ============= get your product ============= */
section.get_your_product {
    padding: 70px 0;
    background: #f6f9fe;
}

.list_header {
    display: flex;
    align-items: center;
}

.get_Pro_icon {
    margin-right: 30px;
}

p.get_productCont {
   
    padding-left: 30px;
    position: relative;
    margin-bottom: 0px;
   
}
p.get_productCont:before{
    height:100%;
    width: 2px;
    content:'';
    position:absolute;
    top:0;
    left:0;
    background: #000039;
}
p.get_productCont:after{
    height:0%;
    width: 2px;
    content:'';
    position:absolute;
    top:0;
    left:0;
    background: #ff8c52;
}
.get_product_list.active p.get_productCont:after{
    height: 100%;
    transition:3s;
    cursor:pointer;
}
.get_product_list .get_productCont {
    visibility: hidden;
    height: 0px;
    opacity: 0;
}
.get_product_list.active .get_productCont {
    visibility: visible;
    height: auto;
    transition: 0.5s;
    opacity: 1;
    padding-bottom: 18px;
    margin-top:30px;
}

.get_product_list .list_header .get_Pro_icon {
    opacity: 0.8;
}
.get_product_list.active .list_header .get_Pro_icon{
    opacity:1;
}

.list_header h3 {
    margin-bottom: 0px;
}

.get_product_list {
    margin-bottom: 25px;
}
.get_products_container{
    visibility: hidden;
    opacity: 0;
   
    position:absolute;
    top:50%;
    transform: translateY(-50%) scale(0.8);
}
.get_products_container.active{
    visibility: visible;
    opacity: 1;
    transform: translateY(-50%) scale(1);
    transition:0.9s;
}

.col-md-6.postiion-relatice {
    position: relative;
}
/* ============= get your product ============= */

/* ========== video ============ */
.video_ {
  background-repeat: no-repeat;
  background: url(./rating_video_bg.webp);
  background-size: cover;
  position: relative;
}
.video_ #video_tag {
  width: 100%;
  height: 100%;
}
.centered_play_button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}
.centered_play_button button {
  background: none;
  border: none;
}
/* ========== video ============ */

/* ======= it solution =========== */


/* ================ digital marketing section ==================== */
.digital_header .card_header {
  height: auto;
  position: inherit;
  box-shadow: none;
  border-radius: 0px;
  width: 100%;
}

.career_card_header.digital_header {
  height: auto;
  background: none;
  border-bottom: 6px solid #1e72cb;
  border-radius: 0 0 15px 15px;
}
.career_card_body.digital_card_body {
  width: 90%;
  margin: 0 auto;
  border-radius: 8px 8px 0 0;
  margin-top: -30px;
  padding: 15px;
  z-index: 2;
  position: relative;
}
.career_card.digital {
  background: #f4f8fe;
}
.digital_card_body ul.card_list {
  margin-bottom: 0px;
}

.career_card_header.digital_header{
  overflow:hidden;
}
.card_header img{
  transition:0.5s;
}
.career_card.digital:hover .card_header img{
  transform:scale(1.2);
  filter: brightness(0.5);
}

.card_title:hover {
  color: #ff7d3c;
}
section.digital_marketing_section {
  padding: 70px 0;
}

/* ================ digital marketing section ==================== */