:root {
    --black:#4b4b4b;
    --red:#fa4e0a;
    --blue:#223354;
    --light_blue:#1a479c;
    --light_blue2:#0575e6;
    --orange:#fa4e0a;
    --green:#69ae09;
    --green2:#106b36;
    --orange2:#f98117;
}
body{
    font-size:1.1rem;
    line-height:1.5;
    /* font-family: "Futura PT", sans-serif; */
    font-family:'nimbus-sans';
    font-weight:500;
}
h1,h2,h3,h4,h5{
  font-family:'nimbus-sans';
}
h2 {
    font-weight: 600;
}
.hero_caption.green_color2 h1{
  color: var(--green2) !important;
}
.hero_caption.green_color2 p {
  color: #000 !important;
}
.hero_caption.green_color2 .theme_btn, .btn_green, .sec_green .btn_block .theme_btn{
  background-color: var(--green2) !important;
}

.green_color h1, .green_color h2, .green_color h3{ color:var(--green) !important; }

.hero_caption.orange_color .theme_btn{
  background-color: var(--orange) !important;
}
.orange_color, .orange_color h1, .orange_color h2, .orange_color h3{ color:var(--orange2) !important; }
.blue_text h1, .blue_color h1{
  color: var(--light_blue);
}
.sec_title h2, .sec_title_2 h2{
  color: var(--light_blue);
  font-weight: 300;
  font-size: 2.5rem;
  font-family: nimbus-sans;
  position: relative;
}
.sec_title_2 h2{  
  font-family:'rigid-square';
}
/* .sec_title h2:after {
  content: '';
  width: 150px;
  height: 4px;
  background-color: var(--light_blue2);
  position: absolute;
  left: 0px;
  top: -6px;
} */
.sec_title p {
  color: var(--black);
  font-family: 'nimbus-sans';
}
/* @media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1420px;
}
} */
a:hover, .theme_btn:hover{ opacity:0.8; }
img{ max-width:100%; height:auto; }
/*================button_styles===========================*/
.theme_btn{
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
/*     font-size:20px; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding:8px 15px;
    line-height: 1.42857143;
    display: inline-block;
    margin-bottom: 0;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 500;
    text-align: center;
    background-color:var(--red);
    cursor: pointer;
    border: 1px solid transparent;
    color: #fff;
    outline: none;
    font-family: 'rigid-square';
}

.theme_btn.btn_blue{  
  background-color: var(--light_blue2) !important;
}
.theme_btn i.fa {
  font-size: 13px;
  margin-left: 2px;
  transition: all ease-out .2s;
}

.theme_btn:hover i.fa {
  transform: translateX(10px);
}
.topbar {
  background-color:#093b8a;
  padding:4px 0px;
  }
.topbar ul {
    list-style: none;
    display: flex;
    margin-bottom: 0px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.topbar ul li {
    margin: 0px 12px;
}

.topbar ul li a {
  text-decoration: none;
  color: #e8ecf5;
  font-size: 0.875rem;
  font-weight:300;
  font-family: 'rigid-square';
  transition:all .3s ease;
  }
.search_area {
    background-color: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 0px;
    padding: 20px 40px;
    box-shadow: -1px -4px 13px rgb(0 0 0 / 35%);
    display:none;
}

.search_area .search_groups {
    position: relative;
    padding-top: 40px;
}
.search_area .search_groups input[type="search"] {
      width: 87%;
    padding: 12px 20px;
    border: 0px;
    font-size: 20px;
    font-family: 'Montserrat';
    border-radius: 100px;
}
.search_area .search_groups input[type="search"]:focus {
    outline: none;
    background-color: rgb(210 220 229 / 10%);
}
.search_area .search_groups .btn_search:hover {
    background-color: var(--red);
    color: #fff;
}
.search_area .search_groups .btn_search:hover i.fa{
    color: #fff;
}
.search_area .search_groups .btn_search i.fa {
    margin-left: 13px;
    font-size: 14px;
    color: var(--black);
}
.search_area .search_groups .btn_search {
    top: 40px;
    background-color: transparent;
    font-family: 'Montserrat';
    position: absolute;
    right: 0px;
    padding: 12px 30px 12px 30px;
    display: -moz-box;
    display: -ms-flexbox;
    height: 55px;
    display: flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(210, 220, 229, .3);
    -moz-border-radius: 100px;
    border-radius: 100px;
    bottom: 0px;
}
.search_area .search_groups span._close {
    position: absolute;
    top: -23px;
    height: 40px;
    display: block;
    right: 20px;
    font-size: 40px;
    cursor: pointer;
    font-family: 'Futura PT';
    font-weight: 200;
    color: #aab8c3;
}
.search_area .search_groups span._close:hover{ 
    color:var(--red);
}

/*============mega_menu======================*/
 
  /* normal menu css */
  
  .main_menu > ul > li {
    display: inline-block;
    position: relative;
    margin: 0 -2px;
  }
  .main_menu ul li {
    position: relative;
  }

  .main_menu ul li .active,
  .main_menu ul li:hover > a {
    color: var(--hover-color);
  }
  /* Normal Dropdown menu */
  .main_menu ul li ul {
    width:227px;
    background-color: #fff;
    transition: 0.5s;
    /* box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75); */
}
  header.main_header nav ul li ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
  /* .main_menu ul li ul li a {
    padding: 10px 25px;
    font-size: 15px;
  } */
  .main_menu ul li ul li a i {
    float: right;
  }
  
  .main_menu ul li ul li ul {
    left: 100%;
    top: 0;
  }
  header.main_header nav ul li.has_dropdown ul.sub_menu {
    border-radius: 0px;
    padding: 7px 0px;
    /* border-top: solid 3px #ff9a73; */
}

header.main_header nav ul li.has_dropdown ul.sub_menu li {
    padding: 0px;
    margin: 0px;
}

header.main_header nav ul li.has_dropdown ul.sub_menu li a {
  display: block;
  padding: 8px 16px;
  /*font-size: 15px;
  color: var(--black);*/
}

header.main_header.fixed_header {
  position: fixed;
  width: 100%;
  left: 0px;
  right: 0px;
  z-index: 50;
  top: 0px;
  box-shadow: 0 0.125rem 0.625rem 0 rgba(0,0,0,.1);
}
header.main_header nav ul li.mega_menu_3 .mega_menu {
  left: 0px;
/*   width: 560px; */
	width:493px;
     margin-top: 14px;
}

header.main_header nav ul li.mega_menu_3 {
    position: relative !important;
}

  /* mega menu css */
  .mega_menu_dropdown {
    position: static !important;
  }
  .main_menu ul li.mega_menu_demo_2 .mega_menu .mega_menu_item {
    width: 33.33%;
}
.main_menu ul li.mega_menu_demo_2 .mega_menu .mega_menu_item h3 {
  color: var(--light_blue);
  font-size: 21px;
  font-family: 'Futura PT';
}

.main_menu ul li.mega_menu_demo_2 .mega_menu .mega_menu_item a, .main_menu ul li .mega_menu_item a, header.main_header nav ul li.has_dropdown ul.sub_menu li a {
  font-size: 0.975rem;
  color: #14142b;
  font-weight: 500;
  line-height: 1.3;
}
.main_menu ul li .mega_menu_item a:first-child {
    padding-top: 0px;
}
header.main_header nav ul li.mega_menu_3 .mega_menu figure {
    width: 165px;
    margin-bottom: 0px;
    margin-right: 20px;
}
header.main_header nav .main_menu .mega_menu_item .menu_box h5 {
    font-family: 'Futura PT';
    font-size: 15px;
}
header.main_header nav ul li.has_dropdown ul.sub_menu li a:hover, .main_menu ul li.mega_menu_demo_2 .mega_menu .mega_menu_item a:hover, header.main_header nav ul li.mega_menu_dropdown .mega_menu_item .menu_box_item a:hover{
  color: var(--light_blue);
}
header.main_header nav ul li a i.fa {
  font-size: 15px;
  margin-left: 4px;
}
  .mega_menu {
    left: 0;
    right: 0;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    transition: 0.5s;
    /* box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75); */
  }
  .mega_menu_item {
    width: 25%;
    padding:15px 12px;
  }
  .main_menu ul li .mega_menu_item a {
    padding: 7px 0;
    display: block;
}
  header.main_header nav ul li.mega_menu_3 .mega_menu .mega_menu_item h5 span.auth {
    font-size: 12px;
}
header.main_header nav ul li.mega_menu_3 .mega_menu .mega_menu_item .menu_img_btn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
  /* .main_menu ul li .mega_menu_item a:hover {
    color: var(--hover-color);
  } */


  .topbar ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    align-items: center;
    text-align: right;
    display: flex;
}

.topbar ul.t-left {
  justify-content: flex-start;
}

.topbar ul.t-left li.social a {
  font-size: 15px;
  /* border: solid 1px #ccc; */
  text-align: center;
  border-radius: 100px;
  width: 25px;
  padding-top: 1px;
  color: #000 !important;
  /* background-color: #fff; */
  height: 25px;
  display: flex !important;
  margin-right: 12px;
  align-items: center;
  justify-content: center;
}

.topbar ul.t-left li.social {
  display: flex;
  flex-wrap: wrap;
}

.footer_block .ft_social ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.footer_block .ft_social ul li a {
  justify-content: center;
  align-items: center;
  display: flex;
  background-color: #fff;
  border: 1px solid hsla(0,0%,87.46%,1);
  color: #121212;
  box-shadow: none;
  width: 35px;
  border-radius: 100%;
  font-size: 16px;
  vertical-align: middle;
  height: 35px;
}

.footer_block .ft_social ul li {
  margin-right: 8px;
}

.footer_block .ft_social ul li a:hover {
  color: #fff;
  background-color: var(--light_blue);
}
.footer_block p a {
  text-decoration: none;
  color: #73a2fc;
  display: inline-block;
  font-weight: 500;
  }
.topbar ul.t-left li.social a i.fa {
  color: #e8ecf5;
}
  .mega_menu_item h3 {
    margin-bottom: 15px;
  }
  .mega_menu_item img {
    width: 100%;
  }
  
  /* demo_2 css */
  .mega_menu_demo_2 .mega_menu {
    left: 50%;
    transform: translateX(-50%);
    width: 1140px;
  }
  
  .mobile_btn {
    display: none;
  }
  
  /* responsive css */
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .container {
      width: 960px;
    }
    .mega_menu_demo_2 .mega_menu {
      width: 940px;
    }
    .main_menu ul li ul {
      width: 150px;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991.98px) {
    .container {
      width: 720px;
    }
	  .section.sec_inner_hero .hero_caption h1{
		font-size: 26px !important;
	}
	  
    .mega_menu_demo_2 .mega_menu {
      width: 700px;
    }
    .main_menu ul li a {
      font-size: 15px;
      padding: 20px 16px;
    }
    .main_menu ul li ul {
      width: 150px;
    }
  }
  @media (min-width: 768px) {
	 
    .main_menu ul li ul {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      margin-top: 50px;
    }
    .main_menu ul li .mega_menu {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      margin-top: 50px;
    }
    .main_menu ul li:hover > ul {
      visibility: visible;
      opacity: 1;
      margin-top: 24px;
      z-index: 99;
      left:0px;
  }
    .main_menu ul li:hover > .mega_menu {
      visibility: visible;
      opacity: 1;
      margin-top:24px;
      z-index: 99;
    }
  }
  
  @media (max-width: 767.98px) {
    .mega_menu_demo_2 .mega_menu,
    .container {
      width: 100%;
    }
	  .mega_menu_item{
		 
	  }
  
    .mobilen {
          padding: 5px 12px;
    }
    .mobile_btn {
      cursor: pointer;
      display: block;
    }
    .main_menu {
      display: none;
      width: 100%;
    }
  
    .main_menu ul li {
      display: block;
    }
    .main_menu ul li a i {
      float: right;
    }
    .main_menu ul li a {
/*       border-bottom: 1px solid #ddd; */
    }
    .main_menu ul li ul {
      width: 100%;
    }
    .main_menu ul li ul li ul {
      left: 0;
      top: auto;
    }
  
    .mega_menu .mega_menu_item {
      width: 50%;
    }
    .main_menu ul li ul {
      display: none;
      transition: none;
    }
    .main_menu ul li .mega_menu {
      display: none;
      transition: none;
    }
  
    .mega_menu_demo_2 .mega_menu {
      transform: translateX(0);
    }
  }
  
  @media (max-width: 575.98px) {
    .mega_menu .mega_menu_item {
      width: 100% !important;
    }
	  header.main_header nav ul li.mega_menu_3 .mega_menu .mega_menu_item .item_link p{
		  display:none;
	  }
	  .mobile_navbar{
	display:block !important;
}
	  .desktop_navbar{
		  display:none;
	  }
	  .nav-pills li{
		       width: 100%;
       text-align: center;
	  }
	   .comment-form-comment {
    width: 93% !important;
}
	  section.reporting_analytics_desc_1 .row .col-sm-6:first-child:after{
		  display:none;
	  }
	  .reporting_analytics_desc_1 .col-sm-6 {
		  width:100% !important;
	  }
	 
  }
  

header.main_header nav ul li.mega_menu_dropdown .mega_menu .mega_menu_item h5 {
    /* font-family: 'Futura PT'; */
    font-weight: 600;
}
header.main_header nav ul li a {
	padding-left:6px;
  text-decoration: none;
  font-style: normal;
  color: #14142b;
  font-size:1rem;
  font-weight: 600;
  /* text-transform: uppercase; */
  /* font-family: nimbus-sans; */
  font-family: rigid-square, sans-serif;
}
header.main_header nav ul li a:hover {
    color: var(--light_blue);
}
/* header.main_header nav {padding-top: 28px;} */
header.main_header nav .main_menu {
  padding-top:0px;
  display: flex;
  justify-content: flex-end;
}
header.main_header nav ul {
    margin: 0px;
}
header.main_header > nav > ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
}

header.main_header nav ul li {
  margin: 0px 2px;
  padding-bottom: 25px;
}
header.main_header {
    background-color: #fff;
    padding: 0px 0px 0px 0px;
    box-shadow: 1px 3px 6px 0px #edebeb;
}
header.main_header .logo img {
  height: 50px;
  width: auto;
}
section.hero_section img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}
section.hero_section {
    position: relative;
}
section.hero_section .hero_caption figure.sm_logo img {
  height: auto;
  width: 120px;
}

section.hero_section .hero_caption figure {
    margin-bottom:2px;
}
section.hero_section .hero_caption {
  align-items: center;
  width: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: left;
  top: 0px;
  z-index: 10;
  height: 100%;
  display: flex;
  bottom: 0px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}
section.hero_section:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    opacity: 0.40;
    z-index: 1;
    margin: auto;
}
section.hero_section .hero_caption {
  color:#fff;
}
section.hero_section .hero_caption h1, section.sec_hero_inner .hero_caption h1{
  font-weight: 500;
  font-size: 55px;
  font-family: 'nimbus-sans';
  color:#fff;
}

section.hero_section .hero_caption p, section.sec_hero_inner .hero_caption p{
  font-size:25px;
  color:#fff;
}

/* section.hero_section .hero_caption .btn_block a {
  font-size: 20px;
  border-radius: 100px;
  border: solid 2px #c83e08;
  color: #feede6;
}  */
section.sec{
    padding:40px 0px;
/* 	  padding:40px 0px; */
    background-size:cover;
    position: relative;
}
.card_box {
    background-color: #ffffff;
    background-size: cover;
    border-radius:10px;
    border: solid #e7e7e7 1px;
    box-shadow: 0px 5px 50px 0px rgba(110,123,131,0.05);
    z-index: 1;
    position: relative;
    transition: all ease-out .2s;
    /* padding: 50px 36px 30px; */
    padding:30px;
    /* background-image: url(../images/card_bg.svg); */
    background-repeat: no-repeat;
    background-position-x: -20px;
}
.card_box:hover {
    border-color:var(--light_blue2) !important;
    transform: translateY(-10px) !important;
}
.card_box figure img {
    width: 60px;
}

.card_box h4 {
  font-family: 'Futura PT';
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}

.card_box p {
    /* color: var(--black); */
    color:#5c5a5a;
    font-size: 15px;
}

.card_box .btn_block {
    margin-top: 30px;
}
section.sec_1 .card_box {
  height: 358px;
}
.card_box .btn_block a {
    text-decoration: none;
    border: solid 1px var(--light_blue);
    display: inline-block;
    padding: 7px 26px 10px 26px;
    border-radius: 100px;
    color: var(--light_blue2);
    transition: all ease-out .2s;
}

.card_box .btn_block a i.fa {
    font-size: 13px;
    margin-left: 2px;
    transition: all ease-out .2s;
}

.card_box .btn_block a:hover i.fa {
    transform: translateX(10px);
}

.card_box .btn_block a:hover {
    background-color: var(--light_blue2);
    color: #fff;
    border-color: var(--light_blue);
}
.group_rows .card_box {
    border-radius:6px;
    padding: 25px;
}
.group_rows .card_box .btn_block a {
    border: 0px;
    padding: 0px;
    /* text-decoration: underline; */
    font-family: 'Montserrat';
    font-weight: 600;
}
.group_rows .card_box .btn_block a:hover{  
    background-color:transparent;
    color: var(--light_blue2);
    border-color:transparent;
}
section.sec_1 {
    background-size: cover;
}
section.sec_2 {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  /* background-color: #14142b; */
  background:linear-gradient(179deg, #080038 0%, #3F51B5 100%);
  /* background-image: linear-gradient( to right, #051c2c, #002446, #002b61, #00307c, #033193 ); */
}
section.sec_3 {
    background-size: cover;
    background-repeat: no-repeat;
}
 
  .gtco-testimonials {
    position: relative;
    margin-top: 30px;
  }
 
  .gtco-testimonials .owl-stage-outer {
    padding: 30px 0;
  }
  .gtco-testimonials .owl-nav {
    display: none;
  }
  .owl-carousel .owl-dots {
    text-align: center;
  }
  .owl-carousel .owl-dots span {
    position: relative;
    height: 10px;
    width: 30px;
    border-radius: 11px;
    display: block;
    background: #fff;
    border: 1px solid var(--light_blue);
    margin: 0 5px;
}
.owl-carousel .center h5 span {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

  .owl-carousel .owl-dots .active {
    box-shadow: none;
  }
  .owl-carousel .owl-dots .active span {
    background-color:var(--red);
    border-color:var(--red);
    box-shadow: none;
    margin-bottom: -1px;
  }
  .gtco-testimonials .card {
    background: #fff;
    box-shadow: 0 8px 30px -7px #c9dff0;
    margin: 0 20px;
    padding: 0 10px;
    border-radius:10px;
    border: 0;
  }
  .gtco-testimonials .card .card-img-top {
    max-width: 100px;
    border-radius: 50%;
    margin: 15px auto 0;
    box-shadow: 0 8px 20px -4px #95abbb;
    width: 100px;
    height: 100px;
  }
  .gtco-testimonials .card h5 {
    color:var(--light_blue);
    font-size: 21px;
    line-height: 1.3;
  }
  .gtco-testimonials .card h5 span {
    font-size: 15px;
    color: var(--black);
    display: block;
    font-family: 'Montserrat';
}
  .gtco-testimonials .card p {
    font-size: 18px;
    color: #555;
    padding-bottom: 15px;
  }
  .gtco-testimonials .active {
    opacity: 0.5;
    transition: all 0.3s;
  }
  .gtco-testimonials .center {
    opacity: 1;
  }
  .gtco-testimonials .center .card{
    border-bottom:solid 4px var(--light_blue);
  }
  .gtco-testimonials .center h5 {
    font-weight:700;
    margin-bottom:10px;
  }
  .gtco-testimonials .center h5 span {
    margin-top:10px;
  }
  .gtco-testimonials .center .card-img-top {
    max-width: 100%;
    height: 120px;
    width: 120px;
  }
  
  @media (max-width: 767px) {
    .gtco-testimonials {
      margin-top: 0px;
    }
	  .card-warning{
		  margin-top: 21px;
	  }
  }
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    outline: 0;
  }
  .owl-carousel button.owl-dot {
    outline: 0;
  }
  .gradient-overly-bottom .sec_title h2 {
    font-family: 'rigid-square';
    font-weight: 400;
    font-size:3rem;
}
  .gradient-overly-right, .gradient-overly-left, .gradient-overly-bottom, .gradient-overly-top {
    z-index: 1;
    width: 100%;
    min-width: 100%;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
} 
.gradient-overly-bottom .sec_title h2, .gradient-overly-bottom .sec_title p {
    color: #fff;
}



/* .gradient-overly-bottom:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 25, 116, 0.5)), to(rgba(25, 52, 167, 0.85)));
    background: linear-gradient(to bottom, rgba(3, 25, 116, 0.5), rgba(25, 52, 167, 0.85));
} */

.gradient-overly-right:before, .gradient-overly-left:before, .gradient-overly-bottom:before, .gradient-overly-top:before {
    content: "";
    z-index: -1;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.group_numbers .card_num h3 {
  font-family: 'nimbus-sans';
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 3rem;
  color:#fa4e0a;
}
section.sec_4 .group_numbers .card_num {
  width: 165px;
  height: 165px;
  display: flex;
  flex-direction: column;
  margin: auto;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  text-align: center;
  border: solid 2px #ccc;
  padding: 20px;
  background-color: rgb(255 255 255 / 75%);
}

/* .group_numbers .card_num {
    border: solid 1px #ccc;
    padding: 20px;
    border-radius: 8px;
    height: 125px;
    text-align: center;
    background-color: #e7e7e7;
} */

.group_numbers .card_num p {
    margin-bottom: 0px;
    line-height: 1.2;
}
section.sec_3 .group_rows .card_box:hover {
    border-color: #ccc !important;
    transform: translateY(10px) !important;
}
.vid_box.video_ytd {
    width: 100%;
    display: block;
    height: auto;
    border-radius:8px; 
}
.vid_box.video_ytd iframe {
    height:250px;
}

.vid_box {
    overflow: hidden;
    position: relative;
}
.vid_box button {
    display: block;
    top: 0px;
    position: absolute;
    left: 0px;
    border-radius: 0px;
    height: 100%;
    padding: 0px;
    width: 100%;
    border: 0px;
}
.vid_box img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    object-fit: cover;
    top: 0px;
    left: 0px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}
.vid_box.video_ytd:hover button.ply_btn img {
    opacity: 0.8;
}
.vid_box.video_ytd button.ply_btn .play_icon {
    width: 70px;
    display: block;
    position: absolute;
    top:35%;
    left: 0px;
    right: 0px;
    margin: auto;
}
 
.footer_block h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: 'rigid-square';
}

.footer_block ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.footer_block ul li {
  margin-bottom: 2px;
}
.footer_block ul li a, .footer_block p {
  text-decoration: none;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 300;
  font-family:'rigid-square';
  line-height: 1.5625rem;
}
.footer_block ul li a:hover{ 
  color:var(--light_blue2);
}
 
header.main_header nav ul li.mega_menu_dropdown .sub_menu .btn_block a.btn-xs {
    display: inline-block;
    padding: 6px 30px;
}

header.main_header nav ul li.mega_menu_dropdown .sub_menu .btn_block a.btn-xs:hover {
    background-color: var(--light_blue);
    color: #fff;
}
header.main_header nav .main_menu .mega_menu_item .menu_box {
  padding: 0px 20px;
  text-align: center;
}

header.main_header nav .main_menu .mega_menu_item .menu_box img {
  height: 80px;
  object-fit: contain;
}

header.main_header nav .main_menu .mega_menu_item .menu_box h4 {
  font-size: 20px;
}

header.main_header nav .main_menu .mega_menu_item .menu_box p {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
}
 header.main_header nav .main_menu .mega_menu_item .menu_box figure {
    margin-bottom: 0px;
}
header.main_header nav ul li.mega_menu_3 .mega_menu.sub_menu .mega_menu_item h4 {
  font-family: 'rigid-square';
  border-bottom: 1px solid #e5e5e5;
  font-weight: 600;
  color: #000;
  font-size: 1.1rem;
  padding: 0 0 0.625rem;
}
header.main_header nav .main_menu   .btn_block a.btn {
  font-style: normal;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 14px;
}
header.main_header nav ul li.mega_menu_dropdown .mega_menu_item .menu_box_item {
  background-color: #f4f4f4;
  padding: 15px 30px;
  margin-bottom: 20px;
  text-align: center;
}
section.sec_hero_inner .hero_caption figure {
  display: block;
  width:200px;
}
section.sec_hero_inner {
  padding:20px 0px;
  height:320px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section.sec_hero_inner .hero_caption {
  text-align: left;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  position: relative;
  z-index: 2;
  flex-wrap: wrap;
}
section.sec_hero_inner .container, section.sec_hero_inner .container .row, section.sec_hero_inner .container .row .col-sm-12 {
  height: 100%;
}
section.sec_hero_inner:after {
  content: '';
  /* background-color: var(--light_blue); */
  background-image:linear-gradient(52deg,#01295b 30%, rgb(12 62 142 / 20%) 60%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 1;
  opacity: 1;
}
.img_box figure {
  margin-bottom: 0px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: rgba(110, 123, 131, 0.2) 0px 10px 90px 0px;
  opacity: 1;
}
section.sec_vcenter .content_call {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.img_box.no_shadow figure {
  box-shadow: none;
}
section.sec_vcenter .content_call figure.sm_logo {
  width: 175px;
}
section.sec_vcenter .content_call .sec_title h3 {
  font-family: 'nimbus-sans';
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.1;
  color: var(--light_blue);
}
section.hero_section figure {
  margin-bottom: 0px;
}
.card_box_new figure {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 100px;
  padding: 10px;
  margin-bottom: 8px;
}

.card_box_new h4 {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: 'nimbus-sans';
}

.card_box_new p {
  font-size: 1rem;
  font-family: 'nimbus-sans';
}
.card_box_new .btn_block .btn, .card_box_serv .btn_block a, .card_box_new .btn_block a {
  background-color: var(--light_blue2);
  font-family: 'nimbus-sans';
  font-size: 1rem;
  padding:8px 18px;
  font-weight: 400;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
}
.row_vcenter .image_col {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
	justify-content:center;
}
footer {
  background: linear-gradient(to bottom,#14142b 0,#05041e 100%)!important;
}
section.footer_bottom p {
  font-size: 0.8rem;
  font-family: 'rigid-square';
  margin-bottom:0px;
} 
header.main_header nav ul li {border-bottom: solid 2px transparent;}

header.main_header nav ul:first-child > li:hover {
    border-bottom: solid 2px var(--light_blue2);
    background-color: #eff0f6;
}

header.main_header nav ul:first-child > li {
    padding: 22px 0px;
}

header.main_header .logo {
    padding-top: 8px;
}
header.main_header nav ul li:hover a i.fa-angle-down {
  transform: rotate(180deg);
}
header.main_header nav ul li.mega_menu_3 .mega_menu .mega_menu_item .item_link p {
  font-size: 0.9rem;
  line-height: 1.3;
  font-family: 'nimbus-sans';
  color: #333;
}

header.main_header nav ul li.mega_menu_3 .mega_menu .mega_menu_item:first-child .item_link {
  padding-right: 30px;
  margin-bottom: 20px;
}

/* header.main_header nav ul li.mega_menu_3 .mega_menu .mega_menu_item .item_link a::after {
  content: "";
  position: absolute;
  top: 43%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url('../images/arrows.svg') no-repeat -44px -23px;
  width: 16px;
  height: 12px;
  text-indent: -999em;
  -webkit-background-size: 92px 44px;
  background-size: 92px 44px;
  opacity: 1;
  border: 0;
  right: 3px;
} */
header.main_header nav ul li.mega_menu_3 .mega_menu .mega_menu_item .item_link a {
  position: relative;
} 

header.main_header nav ul li.mega_menu_3 .mega_menu .mega_menu_item .item_link a i.fa {
  color: var(--light_blue);
}
header.main_header nav ul li.mega_menu_3 .mega_menu .mega_menu_item .item_link figure {
  width:auto;
  display:none;
}
header.main_header nav ul li.mega_menu_3 .mega_menu .mega_menu_item .item_link figure img {
  width: auto;
  height: 35px;
}
.card_box_new.card_blank {
  background: #fff;
  /* background: #e6ebf5; */
  -webkit-box-shadow: 0 8px 10px rgba(0,0,0,.02);
  box-shadow: 0 8px 10px rgba(0,0,0,.02);
  border-radius: 5px;
  padding: 1.875rem 2.5rem;
  margin: 0 0 1.875rem;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100%;
}

.card_box_new.card_blank a {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content:center;
  text-decoration: none;
  color: var(--light_blue);
}

.card_box_new.card_blank a p {
  margin-bottom: 0px;
  font-size: 1.6rem;
  color: var(--light_blue);
  line-height: 1.2;
  position: relative;
  z-index: 2;
  font-weight: 500;
}
.card_box_new.card_blank a:hover p {
  color: var(--light_blue2);
}
.card_box_new.card_blank figure {
  width: 225px;
  background-color: transparent;
  height: auto;
  position: absolute;
  opacity: 0.05;
  z-index: 1;
  bottom: 6%;
  right: 14%;
}
.card_box_new.card_blank a .btn_block {
  position: relative;
  z-index: 2;
}
.card_box_new.card_blank a:hover {
  color: var(--light_blue2);
}
header.main_header nav ul li.has_dropdown ul.sub_menu li a {
  position: relative;
}

header.main_header nav ul li.has_dropdown ul.sub_menu li a:after, .main_menu ul li.mega_menu_3 .mega_menu_item a:after{
/*   content: "\f178"; */
  font: normal normal normal 14px/1 FontAwesome;
  margin-left: 5px;
  font-size: 13px;
  transition:0.4s;
  opacity:0;
}
header.main_header nav ul li.has_dropdown ul.sub_menu li a:hover:after, .main_menu ul li.mega_menu_3 .mega_menu_item a:hover:after{
 opacity:1;
 margin-left: 10px;
}
header.main_header nav ul li.mega_menu_3 .mega_menu.sub_menu .mega_menu_item h4 i.fa {
  font-size: 0px !important;
  margin-left: 8px;
  color: var(--light_blue);
}
header.main_header nav ul li.mega_menu_3 .mega_menu .mega_menu_item .item_link a i.fa{
  display:none;
}
header.main_header nav ul li.mega_menu_3 .mega_menu .mega_menu_item .item_link a:hover:after{
  /* opacity:0; */
}
.card_box_serv figure {
  width: 50px;
  position: relative;
}
section.sec_itservices .itservices:hover {
  background-color: #fff;
}
section.sec_itservices .itservices .card_box_serv p:last-child{
   margin-bottom:0px;
}
.card_box_serv {
  margin-bottom: 50px;
}
.card_box_serv  p {
  font-family: 'rigid-square';
  font-size: 1rem;
}
.card_box_serv .btn_block a  i.fa{
  display: none;
}
section.sec.sec_2 .content_call .sec_title h2 {
  color: #ffff;
}

section.sec.sec_2 .content_call .sec_title p {
  color: #e2eafa;
}
 
.card_box_serv figure:after, .card_box_serv figure:before, section.section_green .list_item_icon ul li figure:before, section.section_green .list_item_icon ul li figure:after {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    background-color: #0575e6;
    border-radius: 100px;
    left: -18px;
    top: -15px;
    z-index: 1;
    opacity: 0.1;
}

.card_box_serv figure img {
    position: relative;
    z-index: 2;
}
.card_box_serv figure:after, section.section_green .list_item_icon ul li figure:after {
    left: inherit;
    top: inherit;
    width: 35px;
    height: 35px;
    bottom: -10px;
    right: -15px;
}
.card_box_new.card_blank a:hover .btn_block i.fa {
  margin-left: 10px;
}

.card_box_new.card_blank a .btn_block i.fa {
  transition: 0.5s;
  font-size:16px;
}

.common-padding-all-section {
  padding: 80px 0; }
  .trainsiton-boxes-section .cloud-part {
    min-height: calc(100vh - 200px);
    border-left: 1px solid #e0e0e0;
    padding-top:20px;
    padding: 0 34px;
    position: relative;
    border-right: 1px solid #e0e0e0; 
  }
    .trainsiton-boxes-section .cloud-part:hover a {
      color: #fff; }
    .trainsiton-boxes-section .cloud-part:hover h2, .trainsiton-boxes-section .cloud-part:hover .h2 {
      color: #fff; }
    .trainsiton-boxes-section .cloud-part:hover p {
      color: #fff; }
    .trainsiton-boxes-section .cloud-part:hover svg path {
      fill: #fff; }
    .trainsiton-boxes-section .cloud-part svg path {
      fill: #7d7d7d; }
      .trainsiton-boxes-section .cloud-part h2, .trainsiton-boxes-section .cloud-part .h2 {
        color: #000;
        text-align: center;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        font-family: 'nimbus-sans';
    }
    .trainsiton-boxes-section .cloud-part p {
      color: #5a5a5a;
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 25px; }
  
  .trainsiton-boxes-section .carousel-indicators {
    position: absolute;
    bottom: -58px; }
    .trainsiton-boxes-section .carousel-indicators button {
      height: 0px;
      border-radius: 12px;
      width: 45px;
      border: 3px solid var(--light_blue);
  }
  .trainsiton-boxes-section .cloud-bg {
    position: absolute;
    left: 0;
    top: 50rem;
    z-index: -1;
    width: 100%;
    transition: all 0.3s ease;
    height: 100%; }
    @media screen and (max-width: 1000px) {
      .trainsiton-boxes-section .cloud-bg {
        display: none; } }
  
  .trainsiton-boxes-section .cloud-part:hover > .cloud-bg {
    top: 0;
    transition: all 0.3s ease; 
    opacity:0.2;
    object-fit: cover;
  }
  .trainsiton-boxes-section .cloud-part:hover:after {
    background-color: var(--light_blue);
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    z-index: -2;
}
  @media screen and (max-width: 1000px) {
    .trainsiton-boxes-section .cloud-part {
      min-height: auto;
      margin-bottom: 20px; } }
  
  .color-1::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 80px;
    background: #00c0cc;
    left: -2px;
    top: 70%; }
  
  .color-2::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 80px;
    background: #f2004a;
    left: -2px;
    top: 90px; }
  
  .color-3::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 80px;
    background: #ff8f28;
    left: -2px;
    top: 70%; }
  
    .color-4::after {
      position: absolute;
      content: "";
      width: 3px;
      height: 80px;
      background: var(--light_blue);
      left: -2px;
      top: 90px;
  }
  .color-5::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 80px;
    background: #ff8f28;
    right: -2px;
    top: 70%; }
  
  .nav-list {
    justify-content: flex-end;
    position: absolute;
    right: 0; }
    .nav-list li {
      list-style-type: none; }
      .nav-list li:first-child {
        z-index: 1; }
      .nav-list li:last-child {
        z-index: 999; }
  
  .m-top,
  .m-bottom {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 15px;
    right: 0;
    margin: auto;
    transition: 0.9s ease;
    top: 50%;
    transform: translateY(-50%); }
  
  .main-heading {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    color: #000000; }
  
  .subheading {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #666666; }
  
  .block-out {
    z-index: 2; }
    .block-out.last-child::after {
      content: none; }
  
  .before-hover {
    height: 99%; }
  
  .navbar-brand-1 {
    z-index: 1;
    position: absolute;
    display: block; }
  
  .navbar-brand-2 {
    position: relative;
    opacity: 0;
    z-index: 2;
    display: block; }
  
  .before-hover:hover .nav-list .link a,
  .before-hover:hover .nav-list .link.active a {
    color: #fff;
    transition: 0.3s all;
    transition-delay: 0.5s; }
  
  .before-hover:hover .navbar-brand-2 {
    opacity: 1;
    display: block;
    position: relative;
    z-index: 99;
    transition: 0.3s all;
    transition-delay: 0.5s; }
  
  .before-hover:hover .block-out::after {
    content: none; }
  
  .before-hover:hover svg path {
    fill: #fff; }
  
  .before-hover::before {
    opacity: 0;
    position: absolute;
    content: "";
    height: 0%;
    top: 100%;
    transition: 0.8s ease;
    z-index: 1; }
  
  .before-hover:hover::before {
    background-color: #fff;
    background-size: cover;
    opacity: 1;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0; }
  
  .before-hover-1:hover::before {
    background-image: url("../assests/images/index/cloud-bg-img.jpg"); }
  
  .before-hover-2:hover::before {
    background-image: url("../assests/images/index/agility.jpg"); }
  
  .before-hover-3:hover::before {
    background-image: url("../assests/images/index/inclusion.png"); }
  
  .before-hover-4:hover::before {
    background-image: url("../assests/images/index/artificial.jpg"); }
  
  .logo-on-hover {
    display: none; }
  
  .block-out a {
    font-style: normal;
    font-size: 20px; }
  
  .before-hover:hover .block-out a {
    display: inline-block;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    text-decoration: none; }
  
  .before-hover:hover .logos {
    display: none; }
  
  .before-hover:hover .logo-on-hover {
    display: block;
    margin: 0 auto; }
  
  .before-hover:hover .block-out h4, .before-hover:hover .block-out .h4,
  .before-hover:hover .block-out p {
    color: #fff; }
  
  .navbar-toggler:focus {
    box-shadow: none; }
    .trainsiton-boxes-section .cloud-part a {
      text-decoration: none;
      font-family: 'nimbus-sans';
  }
  
  .trainsiton-boxes-section .cloud-part a img {
      width: 50px;
  }
  section.sec.sec_2 .content_call .sec_title h2 {
    color: #ffff;
    font-size: 2.5rem;
    line-height: 1.3;
    font-weight: 400;
    font-family: 'rigid-square';
}
.trainsiton-boxes-section .cloud-part:hover a img {
  filter: unset;
}
section.sec.sec_2 .btn_block .theme_btn {
  padding:8px 30px;
  font-size: 1rem;
  background-color: var(--light_blue);
}
section.sec_vid {
  background-size: cover;
  background-position-y: bottom;
}
section.sec_vid .content_call .sec_title h2, section.sec_vid .content_call .sec_title p {
  color: #333 !important;
  font-family: 'rigid-square';
}
.card_box_new .btn_block .btn:hover, .card_box_serv .btn_block a:hover {
  background-color: var(--light_blue);
  opacity: 1;
}
.row_vcenter .image_col .image_box figure {
  position: relative;
}

.row_vcenter .image_col .image_box figure:after {
 content: '';
    width: 100px;
    height: 100px;
    background-color: var(--light_blue2);
    position: absolute;
       bottom: -7% !important;
    right: -7% !important;
    z-index: 1;
    border-radius: 100px;
}

.row_vcenter .image_col .image_box figure img {
  position: relative;
  z-index: 2;
	width:415px
	
}
section.sec_vid .content_call .sec_title {
  margin-top: -10px;
}
section.gradient-overly-bottom {
  position: relative;
}

section.gradient-overly-bottom .vid_background {
  position: absolute;
  top: 0px;
  z-index: -1;
  width:100%;
}
section.sec_4::before {
  z-index: 1;
}
section.gradient-overly-bottom .container {
  z-index: 3;
  position: relative;
}
 
/* section.sec_itservices .card_box_serv h4 {
  font-size: 1.4rem;
} */
section.sec_itservices .owl_itservices .itservices {
  border:0px !important;
}
section.sec_itservices .itservices {
  text-align: center;
  border-right: 1px solid #dbdbdb;
  padding: 40px 20px;
}
section.sec_itservices .itservices:nth-child(-n + 3) {
  border-bottom: 1px solid #dbdbdb;
}

section.sec_itservices .card_box_serv figure {
  margin: auto;
  margin-bottom:20px;
}
section.sec_itservices .card_box_serv label, .sec_title_2 label.text_orange, .hero_caption label.text_orange, .card_box_new label.text_orange{
  text-transform: uppercase;
  color: #ff8f28;
  font-size: 0.8rem;
  margin-bottom: 4px;
  display: block;
  font-family: 'rigid-square';
}
.sec_title_2 label.text_orange, .hero_caption label.text_orange{
  font-size:0.8rem;
}
section.sec_itservices .card_box_serv h4 a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #333;
}
section.sec_itservices .itservices:nth-child(3), section.sec_itservices .itservices:nth-child(6) {
  border-right: 0px;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  border: solid 1px #333 !important;
  position: absolute;
  top: 32%;
  color: #333;
  width: 35px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  opacity: 1;
}

.owl-carousel .owl-nav button.owl-next {
  right: -44px;
}
.owl-carousel .owl-nav button.owl-prev {
     left: -50px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
  top:40%;
}
.owl_itservices .owl-nav button.owl-next {
  right:-45px;
}
.owl_itservices .owl-nav button.owl-prev {
  left:-45px;
}
section.sec_itservices .owl_itservices .itservices .card_box_serv.owl_case .card_box_serv{
  /* border: 1px solid #e6f1fc; */
  height: 100%;
  padding: 30px;
  margin-bottom: 0px;
}
.services_owl_sec .card_box_serv{
	      width: 391px;
    height: 351px;
}
.services_owl_sec .owl-item{
	    margin-right: -20px;
}
.services_owl_sec .owl-item {
	    width: 400px !important;
}

section.sec_itservices .owl_itservices .itservices {
  height: 100%;
  padding: 0px;
	
}

section.sec_itservices .owl_itservices .itservices .card_box_serv p:last-child {
  margin-bottom: 0px;
}
section.sec_itservices .owl_itservices .itservices .card_box_serv p {
  font-family: 'nimbus-sans';
}
section.sec_itservices .card_box_serv h4 a:hover {
  color: #1a479c;
}
section.sec_itservices {
  background-size: cover;
}
section.sec_itservices  .img_box img {
/*   height: 290px; */
  width: 100%;
  position: relative;
  z-index:3;
	height: 326px;
    object-fit: cover;
}
section.sec_itservices .img_box {
  position: relative;
}

section.sec_itservices .img_box:after {
  height: 200px;
  width: 200px;
  background-color: #f3b220;
  position: absolute;
  content: '';
  left: -18px;
  z-index: 1;
  bottom: -18px;
}

.ss-about-ceo-thoughts {
  background: linear-gradient(269.91deg, #FF745C 0.08%, #9DACFF 99.94%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.sec_about_1.row_vcenter .image_col .image_box figure:after {
  width: 200px;
  height: 200px;
  border-radius: 0px;
  bottom: -6%;
  right: -3%;
}
section.ss-about-ceo-thoughts .content_call .sec_title_2 h2 {
  color: #fff;
}
section.ss-about-ceo-thoughts .content_call .sec_title_2 p {
  color: #fff;
}
 
.border-left figure {
  border-left: solid 10px #f3b220;
}
section.sec_hero_inner .hero_caption h1 {
  margin-bottom: 0px;
}
section.sec_about_1 .video_ytd {
  border: 1px solid #e0e0e0;
}
.owl_img figure {
  margin-bottom: 0px;
  padding: 15px;
}

.awards-row figure, .awards-row2 figure{
  border: 1px solid #e0e0e0;
  border-radius:8px;
  overflow: hidden;
  margin-bottom:0px;
}
.awards-row figure a{  display: block; }
.awards-row figure a img{ object-fit:cover; height:220px; }
.awards-row2 figure{
  background-color:#fff;
}
.awards-row2 figure a img {
  object-fit: cover;
  height: 210px;
  width:100%;
}
.theme_modal button.btn-close {
  position: absolute;
  right: -30px;
  top: -10px;
  opacity: 1;
  background-image: none;
  transform: rotate(45deg);
}
.theme_modal button.btn-close:after, .theme_modal button.btn-close:before {
  position: absolute;
  top: 0px;
  content: "";
  height: 27px;
  width: 3px;
  border-radius: 3px;
  background-color: #FF5722;
  display: block;
}

.theme_modal button.btn-close:before {
  transform: rotate(90deg);
}
.theme_modal  .modal-body {
  padding: 28px 40px;
}

.theme_modal .modal-body p {
  font-size: 1rem;
}
 
/*=============our_team===================*/
.bio_box {
  align-items: center;
  margin-top: 10px;
  flex-wrap: wrap;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}
.bio_box figure{
  width: 270px;
  height: 270px;
  margin: auto;
  /* border:solid 4px #cde9f0; */
  border-radius: 10%;
  object-fit: cover;
  overflow: hidden;
  cursor: pointer;
}
.bio_box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.bio_box figure:hover img {
  transform: scale(1.1);
}
.bio_box .bio_text {
  text-align: center;
  width: 100%;
  margin-top: 15px;
}
.bio_box .bio_text h4, .bio_box .bio_text h4 a {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 2px;
  font-family: 'rigid-square';
  text-decoration: none;
color: var(--bs-heading-color);	
}
.bio_box .bio_text p {
  font-size: 1rem;
  margin-bottom: 5px;
  color: rgba(0,0,0,.6);
}
.bio_box .bio_text span.desi {
  display: block;
  font-size: 1rem;
  margin-bottom: 10px;
  font-family: 'rigid-square';
}
/*
.bio_box .bio_text a {
  display: block;
  color: var(--light_blue2);
  font-size: 1rem;
  text-decoration: underline;
  position: relative;
} */

.theme_modal .modal-dialog .modal-content .modal-header {
  justify-content: flex-start;
  padding:15px 20px;
  padding-bottom: 6px;
}
.theme_modal .team_box {
  margin-right: 15px;
  margin-bottom: 0px;
  padding: 0px 8px;
}
.theme_modal .team_box .team_img img {
  width: 60px;
  height: 60px;
  border-width: 2px;
  border: solid 2px #cde9f0;
  border-radius: 50%;
  max-width: 100%;
  object-fit: cover;
}

.theme_modal .modal-dialog .modal-content {
  border-radius: 20px;
  border: 0px;
}
.theme_modal .modal-dialog .modal-content .modal-header h3.modal-title {
  font-family: 'rigid-square';
  font-size: 1.5rem;
  color: var(--light_blue);
  font-weight: 300;
}
.theme_modal .modal-dialog .modal-content .modal-header button.btn-close {
  right: 30px;
  top: 30px;
}
.bio_box .bio_text .bio_row {
  display: flex;
  flex-wrap: wrap;
  width: 120px;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  border-bottom:solid 2px #fa4e0a;
  padding-bottom: 10px;
}

.bio_box .bio_text .bio_row a:last-child:before {
    content: '';
    /* position: absolute; */
    height: 20px;
    width: 1px;
    background-color: #ccc;
    left: -6px;
    top: 0px;
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
}
.bio_box .bio_text .bio_row a img {
  width: 20px;
}

.bio_box .bio_text .bio_row a:last-child img {
  position: relative;
  top: -4px;
}
.title_orange h2{ color:#fa4e0a !important; }

/* section.hero_inner:after {
  content: '';
  background-image: linear-gradient(52deg,#01295b 30%, rgb(12 62 142 / 20%) 60%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 1;
  opacity: 1;
} */
.sec_abt {
  padding: 45px;
  border-radius: 20px;
  padding-left: 0px;
  background-size: cover;
}

section.sec_abt .image_box {
  margin-left: -15px;
}

section.sec_abt .image_box figure {
  margin-bottom: 0px;
  width: 90%;
}
.sec_abt .sec_title_2 h2 {
  font-size: 2rem;
}
.sec_abt .sec_title_2 {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 70px;
  justify-content: start;
  height: 100%;
}
.vid_box .vid_box_bottom {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
}

.vid_box .vid_box_bottom .icon {
  width: 30px;
}

.vid_box .vid_box_bottom p {
  margin-bottom: 0px;
  width: 85%;
  padding-left: 15px;
  line-height: 1.2;
}

.vid_box .vid_box_bottom .icon img {object-fit: contain;}
.vid_box .vid_box_bottom p a {
  color: var(--light_blue);
  font-family: 'rigid-square';
  text-decoration:none;
}
.vid_box .vid_box_bottom p a:hover{ 
  color: var(--light_blue2);
  text-decoration:underline;
}
.vid_box figure {
  position: relative;
}

.vid_box figure .play-btn {
  z-index: 2;
  position: absolute;
  top: 65px;
  /* bottom: 5px; */
  width: 50px;
  /* left: 0px; */
  object-fit: contain;
  right: 30px;
  margin: auto;
}

.vid_box figure .play-btn img {
  object-fit: contain;
  opacity: 1;
}

.vid_box figure a {
  background-color: #000000;
}
section.sec_blog .col-sm-4 {
  margin-bottom: 30px;
}
.news_box {
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background-color: var(--clr-neutral-50);
  border-radius: 8px;
  padding: 0px;
  background-color: #fff;
  height: 100%;
  width: 93%;
}
.news_box .post-entry-content {
  padding: 28px 28px 20px 28px;
}
.news_box figure {
  padding: 0px;
  margin-bottom:0px;
}


.news_box .post-entry-content .source a {
  text-decoration: none;
  color: var(--light_blue2);
  font-size: 12px;
  line-height: 1.1;
  margin-bottom: 5px;
  font-weight: 400;
  text-transform: uppercase;
}

.news_box .post-entry-content h4 {
  font-size: 1.1rem;
  font-weight:600;
  display: inline-block;
  transition: all .3s ease 0s;
  font-family: 'rigid-square';
}

.news_box .post-entry-content h4 a {
  text-decoration: none;
  color: var(--light_blue);
}
.news_box .post-entry-content p {
  color: #5a5a5a;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news_box .post-entry-content .article a {
  text-decoration: none;
  color: var(--blue);
}
.news_box .post-entry-content .article {display: block;color: #14142b;font-weight: 500;font-size: .90rem;line-height: 1.25rem;margin-bottom: 8px;}
section.sec.sec_2 .content_call .sec_title h2 b {
  color: var(--light_blue2);
}

section.hero_inner figure img {
  height:260px;
}

section.hero_inner .hero_caption {
  text-align: left;
}

section.hero_inner .hero_caption label a, .sec_inner_hero .hero_caption label a, .breadcrumbs label a{
  text-decoration: none;
  color: #ff8f28;
  display: inline-block;
}

section.hero_inner .hero_caption label a:after, .sec_inner_hero .hero_caption label a:after, .breadcrumbs label a:after{
  content: "\f105";
  font-family: 'FontAwesome';
  margin: 0px 8px;
}
section.about_sec_1 .image_box figure:after {
  bottom: -30px !important;
  right: -30px !important;
}
section.about_sec_1 .image_box figure img {
  border-radius: 8px;
}
section.sec_partner {
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
}
section.sec_partner figure.sm_logo {
  width: 150px;
}
section.sec_inner_hero .hero_caption p {
  font-size: 15px;
  line-height: 1.3;
  font-family: 'rigid-square';
}
section.sec.new_sec_1 {
  background-size: cover;
}
.grp_counter {
  display: flex;
  flex-wrap: wrap;
  margin-left: 20%;
}
.devlopment_counter .grp_counter{
margin-left: 30%;	
}
section.sec_4 .group_numbers.grp_counter .card_num {
  margin-bottom: 35px;
/*   margin-left: 35px; */
  margin-right: 0px;
}

section.sec_4 .group_numbers.grp_counter .card_num:nth-child(2), section.sec_4 .group_numbers.grp_counter .card_num:nth-child(4) {
  position: relative;
/*   top: 40px; */
}
.list_item ul li {
  margin-bottom: 20px;
}
.card_box2 {
  background-color: #001946;
  padding:50px;
  height: 100%;
}
.card_box2 figure {
  width:60px;
  margin-bottom:30px;
  position: relative;
}
.card_box2_row .card_box2 {
  border-right: solid 1px #34538d;
}
.card_box2 h4 {
  font-family: 'rigid-square';
  color: #fff;
  font-size: 1.8rem;
}

.card_box2 p, .card_box2_row .card_box2 ._list ul li{
  color:#eff4ff;
  font-size:1rem;
}
.card_box2 figure:after, .card_box2 figure:before {
  content: '';
  width: 60px;
  height: 60px;
  background-color: #84e4ff;
  position: absolute;
  border-radius: 100px;
  z-index: 0;
  opacity: 0.1;
}

.card_box2 figure img {
  position: relative;
  z-index: 2;
}

.card_box2 figure:before {
  width: 45px;
  height: 45px;
  top: -14px;
  left: 1px;
}

.card_box2 figure:after {
  right: -35px;
  bottom: -15px;
}
.sq_shape {
  position: relative;
}

.sq_shape figure {
  position: relative;
}

.sq_shape figure:after {
  content: '';
  width: 200px;
  height: 300px;
  background-color: transparent;
  position: absolute;
  left: 0px;
  display: block;
  top: 0px;
  border-radius: 5px;
  margin-top: 0px;
  border: solid 9px #7b8d9e;
  z-index: 1;
}
 
.image_box.sq_shape figure {
  padding-top: 40px;
  padding-left: 40px;
}

.image_box.sq_shape figure img {
  z-index: 2;
  position: relative;
}
section.no_grd:after {
  display: none;
}

.list_item_icon ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding:0px;
}

.list_item_icon ul li {
  width: 31%;
  padding: 15px;
  border: solid 1px var(--light_blue2);
  margin: 0px 6px;
  border-radius: 4px;
}
.list_item_icon ul li p{ font-size:1rem; }
.list_item_icon ul li figure {
  width: 60px;
  margin-bottom: 25px;
}

.list_item_icon ul li:first-child {
  margin-left: 0px;
}

.list_item_icon ul li:last-child {
  margin-right: 0px;
}

.owl_case .card_box_serv{
  border: 1px solid var(--light_blue2) !important;
  text-align: left;
  border-radius:8px;
	padding:30px
}
 .owl-carousel.owl_case_study .item .row.justify-content-start{
    padding-left: 15px;
}
section.sec_itservices .owl_case .card_box_serv figure {
  margin-right: auto;
  margin-left: inherit;
}
.sec_cta .sec_title_2 h2 {
  color:#fff;
  font-weight: 500;
}

section.sec_cta:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: var(--light_blue);
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  opacity:0;
}

section.sec_cta {
  position: relative;
}

section.sec_cta .container {
  position: relative;
  z-index: 2;
}

section.sec_story .content_call .sec_title h2 {
  color: var(--orange) !important;
}
section.sec_story .content_call {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.owl_case_study .owl-nav button.owl-prev, .owl_case_study .owl-nav button.owl-next {
  top: 13%;
}

.owl_case_study .owl-nav button.owl-prev {
/*  left: -65px; */
	  left: 40px;
}

.owl_case_study .owl-nav button.owl-next {
/*  right: -65px; */
	right: 40px;
}
.owl_case_study .owl-dots {
  margin-top: 25px;
}
figure.com_logo {
  float: left;
  padding: 0px 15px 0px 0px;
  margin-bottom: 0px;
  width:225px;
}
section.sec_inner_hero .hero_caption h1, section.sec_succ_1 .sec_title_2 h1{
  line-height: 1.3;
  margin-top: 0px;
  font-size:37px;
  margin-bottom: 0px;
}

section.sec_inner_hero label.text_orange {
  margin-bottom:-6px;
}
section.sec_inner_hero figure img {
  height:260px;
}
 .col_vcenter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.img_circle figure {
  margin-bottom: 0px;
  width:400px;
  height:400px;
  border-radius: 100%;
  overflow: hidden;
  border: solid 2px #eee;
}

.img_circle figure img {
  height: 100%;
  object-fit: cover;
}
section.sec_gm_1, section.sec_gm_2, section.sec_gm_3, section.sec_gm_4, section.sec_gm_5, section.sec_gm_4, section.sec_gm_7{
  overflow: hidden;
  position: relative;
}
@-webkit-keyframes MoveTopRight {
  0% { transform: translate(0, -50%); }
  100% { transform: translate(0); }
}

section.sec_gm_2 {
  background-size: 600px;
  background-repeat: no-repeat;
}
section.sec_gm_1 .shape {
  position: absolute;
  top: 0;
  right: 0;
  animation: MoveTopRight 4s infinite;
}

section.sec_gm_2 .shape-two, section.sec_gm_3 .shape-two, section.sec_gm_4 .shape-two, section.sec_gm_5 .shape-two, section.sec_gm_6 .shape-two, section.sec_gm_7 .shape-two, section.sec_gm_8 .shape-two{
  position: absolute;
  top: -50px;
  animation: rubberBand 5s linear infinite;
}
@keyframes rubberBand {
  0% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1)
  }

  30% {
      -webkit-transform: scale3d(1.25,.75,1);
      transform: scale3d(1.25,.75,1)
  }

  40% {
      -webkit-transform: scale3d(.75,1.25,1);
      transform: scale3d(.75,1.25,1)
  }

  50% {
      -webkit-transform: scale3d(1.15,.85,1);
      transform: scale3d(1.15,.85,1)
  }

  65% {
      -webkit-transform: scale3d(.95,1.05,1);
      transform: scale3d(.95,1.05,1)
  }

  75% {
      -webkit-transform: scale3d(1.05,.95,1);
      transform: scale3d(1.05,.95,1)
  }

  to {
      -webkit-transform: scaleX(1);
      transform: scaleX(1)
  }
}
section.sec_gm_2 .image_box figure, section.sec_gm_3 .image_box figure {
  margin-bottom: 0px;
}

section.sec_gm_2 .image_box {
  margin-right: -15px;
}

section.sec_gm_2 .col_vcenter > div {
  padding-right: 90px;
  position: relative;
}

section.sec_gm_2 .col_vcenter:after {
  background-color: transparent;
  content: '';
  position: absolute;
  right: -112px;
  top: -9px;
  width: 0;
  height: 0;
  border-bottom: 510px solid white;
  border-right: 100px solid transparent;
}
section.sec_gm_3 .image_box.cr_shape {
  margin-left: -15px;
}
section.sec_gm_2 .col_vcenter {
  position: relative;
}
section.sec_gm_3 .cr_shape{
  position: relative;
}
section.sec_gm_3 .cr_shape:after {
  content: "";
  width: 250px;
  height: 250px;
  position: absolute;
  top: -120px;
  left: -120px;
  background-color: var(--orange);
  border-radius: 50%;
  opacity: 0.8;
}
section.sec_gm_3 .col_vcenter {
  /* padding-right: 6%; */
}
.shape_right {
  position: absolute;
  top: 0px;
  right: 0px;
}
section.sec_gm_2 .sec_title_2, section.sec_gm_4 .sec_title_2, section.sec_gm_6 .sec_title_2, .sec_title, .sec_title_2{
  position: relative;
  font-family: "rigid-square";
}
section.sec_gm_2 .sec_title_2 .shape-two, section.sec_gm_4 .sec_title_2 .shape-two{
  top: -40px;
  left: 0px;
}
section.sec_gm_6 .sec_title_2 .shape-two{
 left:0px;
 right:0px;
 margin:auto;
} 
section.sec_gm_5 .image_box {
  position: relative;
  z-index: 2;
}
/* .sec_gm_5:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width:450px;
  height:750px;
  background-image: url(../images/layer1-1.jpg);
} */
section.sec_gm_6:before {
  z-index: 2;
}
section.sec_gm_6 .sec_title .shape-two {
  left: 0px;
  right: 0px;
  top: -25px;
}
section.sec_gm_7 .image_box {
  position: relative;
  z-index: 2;
}
section.sec_gm_7 .img_box figure {
  border-radius: 0px;
}
.shape-two.m-auto {
  left: 0px;
  right: 0px;
}
section.sec_itservices .itservices .card_box_serv {
  padding: 0px 50px;
  margin-bottom:0px;
}

.theme_form .form-group {
  margin-bottom: 16px;
  position: relative;
}
.theme_form .form-group .form-control {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid rgba(0,0,0,.37);
  border-radius: 4px;
  background-color: transparent;
  margin: 0px auto;
  padding: 10px 10px;
  outline: none !important;
  font-size: 16px;
  color: rgb(127 127 127);
  transition: all .2s ease-in-out;
  z-index:3;
	font-weight:300;
}

.theme_form .form-group label {
  position: absolute;
  top:12px;
  left: 28px;
  text-align: left;
  display: inline-block;
  padding: 0 4px;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  color: rgba(0,0,0,0.5);
  margin: 0px auto;
  cursor: text;
  transition: all .15s ease-in-out;
}
.theme_form .form-group .form-control:hover, .theme_form .form-group .form-control:focus { border: 1px solid #000; }

.theme_form .form-group .form-control:valid + label, .theme_form .form-group .form-control:focus + label { 
  top:-12px;
  color: #000;
  font-weight: bold;
  z-index: 5;
}

._required label:after {
  color: red;
  content: "*";
  position: relative;
  margin-left: 2px;
  top: 0px;
  font-size: 15px;
}
._list ul {
  margin: 0px;
  list-style: none;
}

._list ul li {
  padding-left:30px;
  margin-bottom: 18px;
  position: relative;
}
._list ul li:after {
    content: '';
    display: block;
    width: 8px;
    height: 13px;
    position: absolute;
    border-left: 0px !important;
    transform: rotate(45deg);
    border-top: 0px !important;
    border: solid 3px var(--light_blue);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0px;
    border-radius: 0px;
    top: 4px;
} */
/* 
._list ul li:after {
  content: '';
  display: block;
  width: 12px;
  height: 20px;
  position: absolute;
  border-left: 0px !important;
  transform: rotate(45deg);
  border-top: 0px !important;
  border: solid 4px var(--light_blue);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0px;
  border-radius: 0px;
  top: 0px;
}
._list ul li:before {
  content: '';
  width: 30px;
  height: 30px;
  background-color: #e7e5fa;
  display: block;
  position: absolute;
  border-radius: 100px;
  left: -9px;
  top: -3px;
} */

._list ul li:after {
  content: '';
  display: block;
  width: 8px;
  height: 13px;
  position: absolute;
  border-left: 0px !important;
  transform: rotate(45deg);
  border-top: 0px !important;
  border: solid 3px var(--light_blue);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0px;
  border-radius: 0px;
  top: 4px;
}

._list ul li:before {
  content: '';
  width: 25px;
  height: 25px;
  background-color: #bbb5ec;
  display: block;
  position: absolute;
  border-radius: 100px;
  left: -9px;
  top: 0px;
}

.card_box2 ._list ul li:after {   
  background-image: url(../images/check-mark-1.png);
}

.owl_csc .card h3, .sm_title_2 h3{
  font-size: 1.5rem;
  font-family: 'rigid-square';
  font-weight: 500;
  color: var(--light_blue);
}
.owl-carousel.owl_csc .owl-stage-outer {
  padding-right: 20px;
}
.owl_csc .card {
  margin: 0px 10px;
  height:100%;
}
.ss-client-satisfaction {
  background-image: url(../images/client-bg-right.png);
  background-position: right 64px;
  background-repeat: no-repeat;
  background-size:contain !important;
}
.card_box2_row .card_box2 ._list ul {
  padding-left: 0px;
  color: #fff;
}
.card_box2_row .card_box2 ._list {
  margin-top: 25px;
}
section.sec_gm_2 .image_box figure img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}

section.co_sec_1 .col_vcenter:after, section.sec_gm_2 .col_vcenter:after{
  border-bottom: 710px solid white;
}
 
.theme_modal .modal-body h2 {
    font-family: 'rigid-square';
    color: var(--light_blue);
    margin-bottom: 5px;
}

.theme_form .form-group label.file_upload {
  cursor: pointer;
  display: block;
  position: relative;
  width: 100%;
  border: dashed 2px #ccc;
  border-radius: 12px;
  top: 0px;
  left: 0px;
  height: 200px;
  text-align: center;
  padding: 20px 0px;
}

.theme_form .form-group label.file_upload figure {
  width: 55px;
  margin: 0px auto 8px auto;
}

.theme_form .form-group label.file_upload input[type="file"] {
  opacity: 0;
  position: absolute;
}
.theme_form .form-group label.file_upload:hover {
  border-color: #9E9E9E;
}
.theme_form .form-group label.file_upload::after {
  display: none;
}
 
.theme_form .form-group label.file_upload span p {
  margin-bottom: 0px;
  font-size: 25px;
  font-family: 'rigid-square';
  line-height: 1.2;
}

.theme_form .form-group label.file_upload span p small {
  display: block;
  font-size: 15px;
  color: var(--light_blue);
}
section.no_bg:after {
  opacity: 0;
}
.gradient-overly-bottom.sec_payment.gradient-overly-bottom:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#009688), to(#4CAF50));
  background: linear-gradient(to bottom, #009688, #4CAF50);
  opacity: 0.6;
}
.round_shape {
  background-color:#dff6e5;
  width: 800px;
  height: 800px;
  position: absolute;
  right: -10%;
  border-radius: 100%;
  top: -30%;
  z-index: 1;
}
section.sec{
  overflow: hidden;
}
section.sec_gm_2_1 {
  overflow: hidden;
}

section.sec_gm_2_1 .image_box {
  position: relative;
  z-index: 2;
}
.image_box {
  position: relative;
  z-index: 2;
}
.image_box_sm figure img {
  height: 300px;
}
.bg-light-green{
 background-color:#00c0cc;
}
.green_matters {
  padding-bottom: 40px;
}

.green_matters .owl-nav button.owl-next {
  right:1%;
}

.green_matters .owl-nav button.owl-next, .green_matters .owl-nav button.owl-prev {
  top: 50%;
}

.green_matters .owl-nav button.owl-prev {
  left: 1%;
}
.green_matters .sec_title_2 h3{
	  color: var(--green2) !important;
}
.sec_title_2 h3 {
  font-family: 'rigid-square';
  font-size: 1.6rem;
}
.green_matters section.sec {
  height: 400px;
}
.green_matters .owl-carousel .owl-dots span{
   border-color: #4CAF50;
}
.green_matters .owl-carousel .owl-dots .active span{
  background-color: #4CAF50;
   border-color: #4CAF50;
}

.sec_gm_last .card_box_serv figure:after, .card_box_serv figure:before{
  background-color: #4CAF50;
}
.green_color2 .breadcrumbs label a {
  color: var(--green2) !important;
}
.green_matters .owl_case_study .image_box figure {
  height: 350px;
  overflow: hidden;
}
.bg_gradient {
  background: -webkit-linear-gradient(75deg,#ffdff6 0,#e6fcff 90%);
  background: linear-gradient(15deg,#ffdff6 0,#e6fcff 90%);
  position: relative;
}
.album_box {
  position: relative;
}

.album_box figure img {
  border-radius: 10px;
}
 
.album_box .album_title h3 {
  font-family: 'rigid-square';
  color: var(--light_blue2);
}
.album_box {
  position: relative;
  z-index:2;
}
.album_box figure a {
  background-color: #000;
  display: block;
  border-radius: 16px;
}
.album_box figure img {
  border: solid 1px #eee;
}
.album_box figure a{
  background-color: #000;
  display: block;
  border-radius: 16px;
}
.album_box .album_title {
  position: absolute;
  bottom: 0px;
  padding: 20px;
  width: 100%;
  background-color: transparent;
  border-radius: 0 0px 10px 10px;
  z-index: 5;
}
.album_box figure img {
  opacity: 0.9;
  height: 425px;
  width: 100%;
  object-fit: cover;
  background-color:#000;
}
.album_box .album_title h3 {
  font-family: 'rigid-square';
  color: #fff;
  margin-bottom: 0px;
  text-align: left;
}
.album_box figure a{ display:none; }
.album_box figure a:first-child{ display:block; }
.album_box figure {
  margin-bottom: 10px;
}
.album_box figure a:hover img {
  opacity: 0.9;
}
.culture_album_title h3 {font-family: "rigid-square"; font-size: 1.5rem;}

.fancybox-caption .fancybox-caption__body {
  font-size: 1.4rem;
  font-family: 'rigid-square';
  width:60%;
  margin: auto;
}
._shape {
  position: absolute;
/*   z-index: 1; */
	z-index:0;
}

._shape._shap1 {
  left: 10px;
  top: 10px;
  display:none;
}

._shape._shap4 {
  right: 10px;
  bottom: 10px;
}

._shape._shap3 {
  top: 3%;
  right: 4%;
	display:none;
}
._shape._shap2 {
  top: 50%;
  left: -13%;
  opacity: 0.8;
	display:none;
}
._shape._shap2 svg {
  width: 300px;
  height: 300px;
}
._shape._shap2 svg path {
  fill: #fa4e0a;
}
.hero_caption.orange_color .breadcrumbs label {
  color: #fff;
}
.hero_caption.orange_color .breadcrumbs label a {
  color: #ff4800;
}
.green_matters .container_title {
  position: relative;
  left: -10px;
  right: 0px;
  margin: auto;
  top: 3rem;
  margin-bottom: 20px;
}
.sec_inner_hero .btn_block .theme_btn {
  padding:12px 30px;
  font-size:14px;
}
.sec_inner_hero .btn_block .theme_btn i.fa{
  font-size: 12px;
}
.breadcrumbs label {
  font-size: 0.9rem;
}
.owl_approach .owl-stage-outer .item, ul.owl_items.owl-carousel  li{
  width: 100%;
}

/*=================counter_boxes========================*/
section._counter2 .group_numbers.grp_counter .card_num:nth-child(3) {
    top: 0px !important;
    position: relative !important;
}

section._counter2 .group_numbers.grp_counter .card_num:nth-child(4), section.sec_4 .group_numbers.grp_counter .card_num:nth-child(5) {
    position: relative;
    top: 2px !important;
}

section._counter2 .group_numbers.grp_counter .card_num:nth-child(1) {
    margin-bottom: 0px;
}

section._counter2 .group_numbers.grp_counter .card_num {
    margin-left: 20px;
}

section._counter2 .group_numbers.grp_counter {
/*     margin-left: 3%; */
    justify-content: center;
}

section.section_green .owl_itservices  .owl-dots span, section.section_green .owl_approach .owl-dots span{
    border-color: var(--green);
}
.owl-carousel .owl-stage{display: flex;}
.col-sm-4.item {
    height: 100%;
}
section.section_green .owl_itservices .owl-dots .active span, section.section_green .owl_approach .owl-dots .active span{
    background-color: var(--green2);
}
section.sec_itservices.section_green .img_box:after{
	background-color: var(--green);
}
section.sec._counter2_developer .grp_counter {
    justify-content: flex-start;
}
/* section.sec._counter2_developer .grp_counter .card_num:nth-child(3) {
    margin-left: 0px;
    margin-bottom: 0px;
    position: relative;
    top: 0%;
    left: -18%;
} */
section.sec.sec_itservices.sec_digitize .row.justify-content-center {
    justify-content: space-between !important;
}
section.sec.sec_itservices.sec_digitize .row.justify-content-center .col-sm-3 {
    width: 33%;
}
section.sec.sec_itservices.sec_digitize .row.justify-content-center .col-sm-9 {
    width: 60%;
}
section.sec.sec_itservices.sec_digitize .row.justify-content-center .col-sm-9 .owl-stage {
    width: 100% !important;
    transform: none !important;
    flex-wrap: wrap;
}

section.sec.sec_itservices.sec_digitize .row.justify-content-center .col-sm-9 .owl-stage .owl-item {
    width: 48% !important;
}
section.on_prem_highlights {
    padding-top: 0px;
}

section.on_prem_highlights .justify-content-center {
    justify-content: flex-end !important;
    text-align: left !important;
}

section.on_prem_highlights {
    background-image: none !important;
}

section.on_prem_highlights .sec_title_2 h2 {
/*     color: var(--green); */
	color:var(--light_blue);
    font-size: 1.8rem;
}

section.on_prem_highlights .col-sm-6 {
    width: 58.33333333%;
}
section.section_green .list_item_icon ul li {
    border-color: var(--green2);
}
section.section_green .list_item_icon ul li figure {
    position: relative;
}

section.section_green .list_item_icon ul li figure:before {
    top: -6px;
    left: -9px;
}
section.sec_itservices.section_green .owl_case_study .card_box_serv {
    border-color: var(--green2) !important;
}
section.section_green .list_item_icon ul li figure:after {
    bottom: -4px;
    right: -10px;
}
section.section_green .owl_approach .card_box2 {
    background-color: var(--green2);
}
._counter2_developer .gallery figure.gallery-item {
    display: inline-block;
    border: solid 1px #ddd;
    border-radius: 4px;
    margin: 8px 10px;
    overflow: hidden;
    width: 29.33%;
}
/* section.sec._counter2_developer .grp_counter .card_num:nth-child(2) {
    left: 10%;
    position: relative;
} */
._counter2_developer .gallery figure.gallery-item .gallery-icon {
    padding: 10px 0px;
}
._counter2_developer .gallery {
    margin-top: 18px;
}
section._counter2_developer .row_vcenter h3 {
    color: var(--orange2);
}
section._counter2 .group_numbers.grp_counter .card_num h3 {
    color: var(--orange2) !important;
}
.card_box2_row .card_box2 ul {
    padding-left: 10px;
    color: #fff;
    list-style: none;
    margin-top: 15px;
}

.card_box2_row .card_box2 ul li {
    margin-bottom: 15px;
    padding-left: 31px;
    font-size: 1rem;
    position:relative;
}

.card_box2_row .card_box2 ul li:after {
    content: '';
    display: block;
    width: 8px;
    height: 13px;
    position: absolute;
    border-left: 0px !important;
    transform: rotate(45deg);
    border-top: 0px !important;
    border: solid 3px var(--light_blue);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0px;
    border-radius: 0px;
    top: 4px;
}

.card_box2_row .card_box2 ul li:before {
    content: '';
    width: 25px;
    height: 25px;
    background-color: #bbb5ec;
    display: block;
    position: absolute;
    border-radius: 100px;
    left: -9px;
    top: 0px;
}
section.development_breadcrumb h1 {
    line-height: 1 !important;
    margin-bottom: 20px !important;
    margin-top: 5px !important;
}
section.reporting_analytics_desc_1 .row .col-sm-6 {
    width: 100%;
}

section.reporting_analytics_desc_1 .row .col-sm-6 div#counter_list {
    margin-left: -15px;
    justify-content: flex-start;
    margin-top: 50px;
}
section.reporting_analytics_desc_1 .row .col-sm-6 div#counter_list .card_num {
    position: relative;
    top: 0px !important;
    margin: 15px 10px;
}
section.reporting_analytics_desc_1 .row .col-sm-6:first-child {
    width: 50%;
	position:relative;
}
section.reporting_analytics_desc_1 .row .col-sm-6:first-child:after {
    content: '';
    background-image: url(https://g7.digit-am.com/wp-content/uploads/2023/12/Modern-Intranets-in-Microsoft-365.jpg);
    position: absolute;
    width: 600px;
    height: 300px;
    background-size: cover;
    right: -106%;
    top: 0px;
}
section.country_partner_sec {
    background-position: right;
    background-repeat: no-repeat;
    background-color: #fffbf6;
    padding: 50px 0px;
}

section.country_partner_sec .gallery {
    display: flex;
}

section.country_partner_sec .gallery figure.gallery-item {
    width: 50%;
}

section.country_partner_sec .gallery figure.gallery-item .gallery-icon img {
    width: 300px;
}
section.reporting_analytics_desc_3 .row .col-sm-7 {
    width: 70%;
}
section.reporting_analytics_top_cus .gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

section.reporting_analytics_top_cus .col-sm-8 {
    width: 100%;
}
section.reporting_analytics_top_cus .gallery{
	margin-top:30px;
}
section.reporting_analytics_top_cus .gallery figure.gallery-item {
    margin-bottom: 0px;
    background-color: #fff;
    width: 17%;
    text-align: center;
    margin: 10px 8px;
    border-radius: 6px;
}

section.reporting_analytics_top_cus .gallery figure.gallery-item img {
    height: 80px;
    object-fit: contain;
}

section.reporting_analytics_top_cus .gallery .gallery-icon {
    padding: 10px;
}
section.aws_gcp_azure_5 .row .col-sm-3 {
    width: 30%;
	order:2;
}

section.aws_gcp_azure_5 .row .col-sm-9 {
    width: 70%;
	order:1;
}

section.aws_gcp_azure_5 .row .col-sm-9 .owl-carousel.owl_itservices {
    margin-left: 5%;
}
section.sec_4.app-and-db-modernization_1 .group_numbers.grp_counter .card_num:nth-child(5) {
    top: -2% !important;
      left: -107px;
}
section.reporting_analytics_desc_1 .row .col-sm-6 div#counter_list .card_num:nth-child(odd) {
  /*  background-color: #f3b025; */
}

section.reporting_analytics_desc_1 .row .col-sm-6 div#counter_list .card_num:nth-child(odd) h3 {
   /* color: #fff; */
}

section.reporting_analytics_desc_1 .row .col-sm-6 div#counter_list .card_num:nth-child(odd) p {
   /* color: #2c2008; */
}
section.reporting_analytics_desc_3 {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

section.reporting_analytics_desc_3 .card_box2_row .card_box2 {
    background-color:transparent;
	
}
section.reporting_analytics_desc_3 .card_box2_row .card_box2 {
    border-right: solid 1px #e0e0e0;
}
section.reporting_analytics_desc_3 .card_box2_row .card_box2 h4 {
    color: #000;
}

section.reporting_analytics_desc_3 .card_box2_row .card_box2 ul {
    color: #5a5a5a;
}
section.reporting_analytics_desc_3 .owl_approach  .owl-stage-outer {
    border-left: solid 1px #e0e0e0;
}


.tabs_container ul.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.tabs_container ul.nav li a {
  text-decoration: none;
  color: #333;
  font-family: 'rigid-square';
  font-size: 1.1rem;
  border: solid 1px #ccc;
  margin: 5px 10px;
  background-color: #e6eef9;
  display: block;
  padding: 15px 25px;
  border-radius: 10px;
}

.tabs_container .tab-content .tab-pane .logos_groups ul.nav.nav-pills {
  background-color: transparent;
}

.tabs_container .tab-content .tab-pane .logos_groups ul.nav.nav-pills li a, .logos_groups ul.nav li a{
  background-color: #fff !important;
  border-radius: 4px !important;
  border: solid 1px #ccc !important;
  padding: 0px !important;
  overflow: hidden;
}

.tabs_container .tab-content .tab-pane .logos_groups ul.nav.nav-pills li a figure, .logos_groups ul.nav li a figure{
  margin-bottom: 0px;
}

.tabs_container .tab-content .tab-pane .logos_groups ul.nav.nav-pills li a figure img, .logos_groups ul.nav li a figure img{
  height: 85px;
}

.tabs_container ul.nav li a.active, .tabs_container ul.nav li a:hover {
  background-color: var(--light_blue);
  border-color: var(--light_blue2);
  opacity: 1;
  color: #fff;
}
.tabs_container .tab-content .tab-pane .logos_groups ul.nav.nav-pills li a.active, .tabs_container .tab-content .tab-pane .logos_groups ul.nav.nav-pills li a:hover {
  border-color: var(--orange);
}
.tab-pane.sec_story_contents {
  background-image:url('../images/g7cr_bg9.webp');
  margin: 0px -15px;
  padding: 100px 8%;
  background-size: cover;
  color: #fff;
  position: relative;
  background-position: center;
}

.tabs_container .tab-content .tab-pane .logos_groups ul.nav.nav-pills li a.active, .tabs_container .tab-content .tab-pane .logos_groups ul.nav.nav-pills li a:hover, .logos_groups ul.nav li a.active, .logos_groups ul.nav li a:hover{
  border-color: var(--light_blue) !important;
}

.tab-pane.sec_story_contents .story_box {
  width: 65%;
  background-color: white;
  padding: 30px;
  border-radius: 0px;
  color: var(--light_blue);
  font-family: 'rigid-square';
  position: relative;
  z-index: 4;
}

.tab-pane.sec_story_contents .story_box .btn_block {
  margin-top: 25px;
}
.tab-pane.sec_story_contents .story_box p {
  font-size: 1.5rem;
}
.tab-pane.sec_story_contents .story_box:after {
  content: '';
  width: 250px;
  height: 100%;
  background-color: transparent;
  position: absolute;
  display: block;
  right: -13px;
  top: 15px;
  z-index: 0;
  border-right: solid 20px #f3b220;
  border-bottom: solid 20px #f3b220;
}
section.sec_style2 figure.sm_logo {
  width: 120px;
}
section.sec_style2 .img_box figure {
  box-shadow: none;
  position: relative;
  z-index: 2;
}
._vcenter {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
section.sec_style2:after {
  content: '';
  width: 700px;
  height: 700px;
  background-color: #edf2ec;
  position: absolute;
  display: block;
  right: -2%;
  top: -40%;
  z-index: 0;
  border-radius: 100%;
}
.group_img_logo {
  text-align: right;
  position: relative;
}
section.sec_style2 .group_img_logo figure.sm_logo {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left:0px;
}
section.sec_style2 .group_img_logo .img_box figure img {
  height: 245px;
}
section.sec_succ_1 p {
  font-family: 'rigid-square';
}

section.sec_succ_1 .vid_box.video_ytd {  
height:300px;
}
header.main_header nav ul li.has_dropdown ul.sub_menu li.has_dropdown ul.sub_menu {
  left: 100%;
  top: -7px;
  margin-top: 0px;
}
section._counter2 .group_numbers.grp_counter .card_num:nth-child(3) {
  top: 60px;
  position: relative;
}

section._counter2 .group_numbers.grp_counter .card_num:nth-child(4), section._counter2 .group_numbers.grp_counter .card_num:nth-child(5) {
  position: relative;
  top: 6px !important;
}

section._counter2 .group_numbers.grp_counter .card_num:nth-child(1) {
  margin-bottom: 0px;
}

section._counter2 .group_numbers.grp_counter .card_num {
  margin-left: 20px;
}

section._counter2 .group_numbers.grp_counter {
/*   margin-left: 3%; */
}
section.sec_succ_1 .vid_box.video_ytd button.ply_btn img {
  object-position: top;
}

section.section_green .owl_itservices  .owl-dots span {
  border-color: var(--green);
}

section.section_green .owl_itservices .owl-dots .active span {
  background-color: var(--green2);
}
section.sec._counter2_developer .grp_counter .card_num:nth-child(3) {
  margin-left: 35px;
  margin-bottom: 0px;
  position: relative;
  top: 0px;
}
section.sec.sec_itservices.sec_digitize .row.justify-content-center .col-sm-3, section.sec.sec_itservices.sec_digitize .row.justify-content-center .col-sm-9 {
  width: 50%;
}

section.sec_gm_7 .shape-two img {
  width: 100px;
}
.card_box2 ._list ul li:after{
  background-image:none !important;
}

.topbar ul.top_menu li a {
  position: relative;
}

.topbar ul.top_menu li a:after {
  content: '';
  background-color: transparent;
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0px;
  bottom: -8px;
  display: block;
}


section.sec_resources .card_box_new .btn_block{
	    position: absolute;
    bottom: 20px;
}
section.sec_resources .card_box_new {
    height: 100%;
	position: relative;
  border: 1px solid var(--light_blue2) !important;
  text-align: left;
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
  padding: 50px;
    margin-bottom:15px;

}
section.sec_resources .card_box_new figure {
  padding: 0px;
}
.bg-warning {
  color: #fff;
  background-color: var(--orange2) !important;
  border-bottom: var(--orang2) !important;
}
.card-header h3 {
  margin-bottom: 0px;
  font-size: 1.5rem;
}
.card-warning {
  border-color: var(--orange2) !important;
}
section.sec_resources .card_box_new h4 a{ 
  position: relative;
  display: block;
  text-decoration: none;
  color: #333; 
}
.card .card-header {
  padding: 10px 20px;
}
section.sec_resources .card_box_new .btn_block .theme_btn i.fa{ display:inline-block;  }
span._star {
  color: red;
  position: relative;
  margin-left: 2px;
  top: 0px;
  font-size: 15px;
}
section.sec_resources .card_box_new {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

section.sec_resources .card_box_new figure {
  margin-bottom: 20px;
  width: 50px;
}
section.sec_blog .sidebar {
  background-color: #e3edfd;
  border-radius: 8px;
  padding: 25px;
}

section.sec_blog .sidebar .sm_title_2 h3 {
  font-family: 'rigid-square';
  color: var(--light_blue);
  font-size: 22px;
  border-left: solid 3px var(--red);
  margin-bottom: 15px;
  padding-left: 12px;
  text-transform: uppercase;
}

section.sec_blog .sidebar .body_lists {
  border-bottom: solid 1px #bed6fb;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

section.sec_blog .sidebar .body_lists ul {
  padding-left: 2px;
  margin: 0px;
  list-style: none;
}
section.sec_blog .sidebar .body_lists ul li a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  color: #333;
  position: relative;
  padding-left: 12px;
}
section.sec_blog .sidebar .body_lists ul li {
  margin-bottom: 10px;
}

section.sec_blog .sidebar .body_lists:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
}
section.sec_blog .sidebar .body_lists ul li a:before {
  content:"\f105";
  font-family: 'FontAwesome';
  font-size: 17px;
  margin-right: 0px;
  position: absolute;
  left: 0px;
  color: #1a479c;
  top: -1px;
  transition: 0.5s;
}


section.sec_blog .sidebar .body_lists ul li a:hover:before {
   left: -2px;
}

section.sec_blog .sidebar .body_lists ul li a:hover {
   color: var(--light_blue);
}
.news_box .post-entry-content .btn_block {
  margin-top: 8px;
}

.news_box .post-entry-content .btn_block .btn_link {
  text-decoration: none;
  font-size: 14px;
  color: var(--light_blue);
  font-family: 'rigid-square';
  position: relative;
  display: inline-block;
}

.news_box .post-entry-content .btn_block .btn_link:before {
  content: '';
  width:0px;
  height: 1px;
  background-color: var(--blue);
  position: absolute;
  left: 0px;
  bottom: 0px;
  transition: 0.5s;
}
.news_box .post-entry-content .btn_block .btn_link:hover:before {  
  width: 100%;
}
.sec_title_2 h2 {
  font-size: 2.2rem;
}
section.sec_orange .btn_block .btn_green {
    background-color: var(--red) !important;
}
.sec_blog_single .article {
  font-size: 15px;
}

.sec_blog_single .article a {
  text-decoration: none;
  font-family: 'rigid-square';
  color: var(--light_blue);
}
.sec_blog_single .article ._tag {
  background-color: #e3edfd;
  padding: 5px 15px;
  border-radius: 35px;
}
section.sec_map iframe {
  width: 100%;
}

ul.contact_list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.contact_list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 18px;
}

ul.contact_list li figure {
  margin-bottom: 0px;
  width: 38px;
}

ul.contact_list li span._txt {
  width: 85%;
}

ul.contact_list li a {
  text-decoration: none;
  color: var(--blue);
}
.trainsiton-boxes-section .cloud-part .btn_block span.btn_link {
  font-size: 16px;
  color: var(--light_blue);
  transition: 0.4s;
}

.trainsiton-boxes-section .cloud-part .btn_block span.btn_link i.fa {
  transition: 0.5s;
}
.trainsiton-boxes-section .cloud-part .btn_block:hover span.btn_link i.fa {
  margin-left: 10px;
}
.trainsiton-boxes-section .cloud-part:hover .btn_block span.btn_link {
  color: #fff;
}
.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel .owl-item .item{
  height: 100%;
}
.owl-carousel.owl_approach .itservices .card_box_serv{
  padding:0px !important;
}

.owl-carousel.owl_approach .itservices.item {
  border: 1px solid transparent;
  padding: 8px;
}
.owl-carousel.owl_approach .owl-stage-outer .owl-stage {
  padding-left:4px;
}
.owl-carousel .owl-dots {
  margin-top: 25px;
}

/*===============news_events===================*/
.post-slide8 {
  margin-left: 15px;
  position: relative;
  background: #fff;
  box-shadow: 0 1px 2px rgba(43,59,93,.3);
  margin-right: 15px;
}

.post-slide8 .post-img {
  position: relative;
  overflow: hidden
}

.post-slide8 .post-img img {
  width: 100%;
  height: auto
}

.post-slide8 .over-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0,0,0,.6);
  transition: all .3s ease
}

.post-slide8:hover .over-layer {
  opacity: 1
}

.post-slide8 .post-link {
  margin: 0;
  padding: 0;
  position: relative;
  top: 45%;
  text-align: center
}

.post-slide8 .post-link li {
  display: inline-block;
  list-style: none;
  margin-right: 20px
}

.post-slide8 .post-link li a {
  color: #fff;
  font-size: 20px
}

.post-slide8 .post-link li a:hover {
  color: #ff8b3d;
  text-decoration: none
}

.post-slide8 .post-date {
  position: absolute;
  top: 10%;
  left: 4%
}

.post-slide8 .date {
  display: inline-block;
  border-radius: 3px 0 0 3px;
  padding: 5px 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background: #333;
  float:left;
}

.post-slide8 .month {
  display: inline-block;
  border-radius: 0 3px 3px 0;
  padding: 5px 13px;
  color: #111;
  font-size: 20px;
  font-weight: 700;
  background: #ff8b3d
}

.post-slide8 .post-content {
  padding: 20px
}

.post-slide8 .post-title {
  margin: 0px;
}
.post-slide8 .post-title a {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  line-height: 1.5;
  display: inline-block;
  text-transform: capitalize;
  transition: all .3s ease 0s;
  text-decoration: none;
  font-family: 'rigid-square';
}

.post-slide8 .post-title a:hover {
  text-decoration: none;
  color: #ff8b3d
}

.post-slide8 .post-description {
  font-size: 14px;
  line-height: 24px;
  color: grey
}

.post-slide8 .read-more {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  transition: color .2s linear
}

.post-slide8 .read-more:hover {
  text-decoration: none;
  color: #ff8b3d
}

.post-slide8 .read-more:after {
  content: "";
  position: absolute;
  width: 30%;
  display: block;
  border: 1px solid #ff8b3d;
  transition: all .3s ease
}

.post-slide8 .read-more:hover:after {
  width: 100%
}
div#news-slider8 .owl-stage-outer {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 479px) {
  .post-slide8 .month {
      font-size:14px
  }
	.mobilen{
		    margin-top: -9px
	}
	.moheader{
		    padding: 12px 9px !important; 
	}
	.main_menu ul li .mega_menu_item a{
		    padding: 12px 0 !important;
	}
.fa-angle-down {
    position: absolute;
    right: 12px;
}


  .post-slide8 .date {
      font-size: 14px
  }
}
.card figure._icon {
  width: 45px;
  position: relative;
}
.card figure._icon:before, .card figure._icon:after{
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  background-color: #0575e6;
  border-radius: 100px;
  left: -18px;
  top: -15px;
  z-index: 1;
  opacity: 0.1;
}
.card figure._icon:after {
  left: inherit;
  top: inherit;
  width: 35px;
  height: 35px;
  bottom: -10px;
  right: -15px;
  background-color: #0575e6;
}
.card figure._icon:before {
  background-color: #4CAF50;
}
.owl-carousel.owl_approach .owl-stage-outer {
  padding-top: 10px;
}
.row.h_100 .card{
  height:100%;
	    position: relative;
    padding-bottom: 35px;
}
.btn_sm {
  padding: 8px 20px;
  font-size: 15px;
}
section.sec.sec_green {
    background-color: #f9faf9;
}
.sec_title_3 h3 {
    font-size: 1.7rem;
    font-family: 'rigid-square';
}
.list_item_icon ul li h4 a {
    font-weight: 500;
    font-family: 'rigid-square';
    font-size: 21px;
    text-decoration: none;
    color: var(--light_blue);
}
section.sec_resources .card_box_new figure._logo {
    width: auto;
    height: 66px;
}
section.sec_resources .card_box_new figure._logo img {
    height: 100%;
}
.sider_resources .theme_form input.form-control {
    padding: 7px 10px;
}

.sider_resources .theme_form label {
    top: 14px;
}
.owl_videos .vid_box.video_ytd iframe {
    height:300px;
}
/*
.list_item_icon ul li h4 a, section.sec_resources .card_box_new h4 a{
    cursor: default;
} */
section.sec_col_100 .col-sm-6{
	width:100%;
}
section.sec_col_100 .gallery figure.gallery-item {
    width: 17%;
}
.list_item_icon ul li h4 a:hover, section.sec_resources .card_box_new h4 a:hover {
    opacity: 1;
}
.theme_modal h3.modal-title{
    font-weight: 600;
    font-family: 'rigid-square';
    font-size: 21px;
    color: var(--light_blue);
}
.sm_title_3 h3 {
    font-family: 'rigid-square';
    font-size: 28px;
    color: var(--light_blue);
}
section.sec_col_100 .col-lg-7.col_vcenter {
    width: 100%;
    justify-content: center;
}
section.sec_sss_2 .tab-content .card .card-body h5 {
    font-family: 'rigid-square';
    color: var(--light_blue);
    font-size: 18px;
}
section.sec.left_img_auto .image_box figure img {
    height: auto;
}
section.sec_sss_2 .tab-content .card .card-body p {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
section.sec_col_100 .col-lg-7.col_vcenter .pe-5 {
    padding-right: 0px !important;
}
section.sec .hero_caption .sec_title_2 h1 {
    font-family: 'rigid-square';
}
section.sec_vid.sec_col_100 .gallery{
	display:flex;
	justify-content:center;
	align-content:center;
}
section.sec_vid.sec_col_100 .gallery figure.gallery-item {
    width: 50%;
}
section.sec_apps_download p a {
    width: 45%;
    display: inline-block;
}
section.sec_apps_download .col_vcenter > div {
    text-align: center;
}
section.sec_sss_2 .tab-content .card img.card-img-top {
    height: 190px;
    object-fit: cover;
}
._list ul li ul {
    padding: 0;
}

._list ul li ul li {
    margin-bottom: 5px;
    padding-left: 10px;
}

._list ul li ul li::after {
    display: none;
}

._list ul li ul li::before {
    left: -6px;
    width: 10px;
    height: 10px;
    top: 7px;
}
._list._list2 ul {
    padding-left: 15px;
}
.card_2 p {
    font-size: 16px;
}
.container-fluid.workshop_sec {
    overflow: hidden;
}
.workshop_sec .owl_case_study .owl-dots {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.workshop_sec section.sec_itservices .img_box img {
   /* height: 430px; */
	height: 350px;
	object-fit:cover;
}
.profile_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.profile_box figure {
    margin-bottom: 0px;
    width: 90px;
    height: 90px;
    border-radius: 100px;
    border: solid 2px var(--light_blue);
    overflow: hidden;
}

.profile_box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile_box .profile_text {
    width: 65%;
    padding-left: 20px;
}

.profile_box .profile_text h4 {
    font-family: 'rigid-square';
    font-size: 21px;
	font-weight: 600;
    color: var(--light_blue);
    margin-bottom: 3px;
}

.profile_box .profile_text p {
	font-family: 'rigid-square';
    margin-bottom: 0px;
	font-size: 17px;
}

.card-speaker-bio p {
	font-family: 'rigid-square';
}

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

.list_type2 ul li {
    margin-bottom: 12px;
}

.list_type2 ul li i.fa {
    font-size: 20px;
    margin-right: 10px;
    color: var(--blue);
}
.bio_box .bio_text .bio_row a:last-child {
    text-decoration: none;
}
.bio_box .bio_text .bio_row a:first-child:before {
    display: none;
}
.awards-row .owl_img .vid_box figure {
    background-color: #fff;
    border: solid 1px var(--light_blue);
}
section.awards_sec .image_col .image_box figure::after {
    background-color: var(--orange);
}
header.main_header nav .main_menu li.active {
    background-color: #eff0f6;
    border-bottom: solid 2px var(--light_blue) !important;
}

header.main_header nav .main_menu li.active > a {
    color: var(--light_blue);
}
header.main_header nav .main_menu .sub_menu  a.active_link{
	 color: var(--light_blue2);
}
header.main_header nav .main_menu .sub_menu  a.active_link:after {
    opacity: 1;
}
.mobile_btn i.fa {
    font-size: 30px;
}	
.mobile_btn i._close {
    font-size: 36px;
	display:none;
}
header.main_header nav .main_menu.open_main_menu {
    display: block;
  position: relative;
    /* top: 115px; */
    top: 10px;
;
    width: 100%;
    left: 0px;
    margin: 0px;
    background-color: #fff;
    z-index: 20;
    height: 100vh;
    overflow: scroll;
	    padding: 0;
}

.arrow1 .owl-nav button.owl-prev 
{left:-45px;}
.arrow1 .owl-nav button.owl-next 
{right:-45px;}

/* carows  */


/* end  */
/* card style  */
.card03{
	    padding: 25px 8px !important;
    border: solid 1px var(--light_blue2);
    margin: 0px 6px px;
    border-radius: 4px;
	background-color:white;
}
/* end */
.cl{
	font-size:15px !important;
	font-weight:100 !important;
}



.hedi{
	z-index:1 !important;
}

.pagi{
	z-index:36 !important;
}


.sbc{
	   font-family: 'rigid-square';
	    color: var(--light_blue);
}





/* 	navbar small */
.icon-bar{
	color:black !important;
}
.navbar-toggler {
  background: none;
  border: none;
}
.navbar-toggler:active, .navbar-toggler:focus {
  outline: 0;
}
.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  margin: 4px 0 4px 0;
  transition: all 0.2s;

}
.navbar-light .navbar-toggler .icon-bar {
  background: black;
}
.navbar-toggler .icon-bar:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggler .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.navbar-toggler .icon-bar:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
  transform: rotate(0);
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
  transform: rotate(0);
}

/* 	end of small nav bar  */

/* small menu drop down  */


/* end small menu drop down */
.heading_Search a{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	    color: #1a479c;
    text-decoration: none;
    font-size: 21px;
    line-height: 23px;
	    font-weight: 600;
	font-family: 'rigid-square';

}

.heading_Search a:hover {
    opacity: 0.8;
}
.new_date{
	    font-size: 20px;
    font-weight: 600;
}
.article_box{
	    position: relative;
	    margin: 5px;
	      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 9px;
	height: 96px;
}
.pagination {
	    font-size: 23px;
	background: white;
 
    border-radius: 6px;
    padding: 4px 29px;
    margin: 12px;
}
.search-form{
	    font-size: 19px;
}
.bbu .search-field{
	        border-radius: 7px;
    padding: 5px 22px;
    outline: none;
    border: 1px solid #1c4a93;
}
.bbu .search-submit{
	 border: 0;
    padding: 9px 18px;
    border-radius: 6px;
    background: #093b8aeb;
    color: white;
    font-size: 1rem
}
.bbu p{
	font-size: 20px;
	    color: #bfbfbf;

}
.bbu label{
	    width:  88%;
}
.bbu .search-field{
	    width: 100%;
}
.new_404_title{
	    font-family: 'rigid-square';
    color: #1c4a93;
}
.new_know_more{
	text-decoration: none;
    transition: .5s;
    font-size: 13px;
    font-family: 'rigid-square';
}
.banner-erroe{
    height: 175px !important;
}


.current{
	    background: #093b8a !important; 
    color: white;
    padding: 0 17px;
    border-radius: 19px;
    margin: 7px;
}
.page-numbers{
	    background: #093b8ab3;
    color: white;
    padding: 4px 23px;
    border-radius: 18px;
    margin: 7px;
    text-decoration: none;
    font-size: 15px;

}
.new_know_more::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #223354;
    transition: width .3s;
}
.new_know_more:hover::after {
       width: 70px;

    //transition: width .3s;
}

.new_dots{
	    position: absolute;
    bottom: 6px;
}
.sub_menu {
	    margin-top: 16px !important;
}

.fa-angle-down{
	-moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
	   

}



.down {
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
        transform: rotate(180deg);
}


.nothing{
	font-size: 19px;"
}
.nothingH{
	color: #1c4a93;
}

.search_margin{
	    margin-top: 44px;
    margin-bottom: 45px;
}


/* mobile Header start */
.dropdown {
	 width: 100%;
	 height: auto;
	 display: flex;
	 flex-direction: column;
	    background: white;
}
 .dropdown .form {
	 display: flex;
}
 .dropdown .form input {
	 width: 100%;
}
 .dropdown .form .button {
	 width: 50px;
}
 .dropdown .form .button .fa-angle-down {
	 transform: rotate(0deg);
	 transition: all 0.6s;
}
/*  .dropdown .form .button .fa-angle-down.active {
	 transform: rotate(180deg);
}
.fa-sm2 .active {
	 transform: rotate(180deg);
} */
 .dropdown .form input, .dropdown .form button {
	 border: none;
	     font-size: 20px;

	 padding: 20px 5px;
	    background: white;
	
	 color: black;
	 cursor: pointer;
}
.dropdown .form input:hover{
	   background: white;
}
 .dropdown .form input:focus, .dropdown .form button:focus {
	 outline: none;
}
 .dropdown .dropdownList {
	 display: none;
	 
}
 .dropdown .dropdownList li {
	 padding: 20px;
}
 .dropdown .dropdownList li:hover {
	 background-color: #333;
	 transition: all 0.5s ease;
}
 
.mobile_navbar{
	display:none;
}

.new_mobile_menu li{
	padding: 0px 0px !important;
}
.new_mobile_menu input{
	    font-size: 1rem;
    font-weight: 600;
}


.stran{
	    padding-left: 11px !important;
	    font-size: 20px !important;
}
.gh{
	    margin-top: 12px !important;
}

.dropdown ul{
	line-height: 47px;
}


.new_mobile_menu .fa-angle-down{
    position: absolute;
    top: 21px;
    font-size: 23px;
}
/* mobile Header end */


/* 404 css  start*/
.notfound {
    font-size: 47px;
    text-align: center;
}
.error-404{
	    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.back_to_home_btn{
	    margin: 42px 0px;
}
/* 404 css  end*/

#comment{
	width:100%
}
.comment-form-comment{
	    width: 768px;
}
.comment-reply-title{
	color: #0a3c8a;
}
#commentform .submit{
background: #fa4e0a;
    border: 0;
    padding: 8px 28px;
    border-radius: 5px;
    color: white;
    font-weight: 500;
    font-size: 20px;
margin-top: 20px;
}
.logged-in-as{
	font-size: 20px;

}
.partner_solutions_layout-2 .tabs_container .btn_block{
	    position: absolute;
}
 .tabs_container .btn_block{
		    display: inline-block;
    gap: 5px;
    align-items: center;
    justify-content: start;

    bottom: 0;
    margin-top: 24px;
    margin-bottom: 15px;
	  }


.comment-form-author , .comment-form-email, .comment-form-url{
	    width: 69%;
}

#author{
	    width: 100%;
    padding: 4px 2px;
    border-radius: 6px;
    border: 1px solid #093b8a;	
	}
.comment-form-email #email{
	   width: 100%;
    padding: 4px 2px;
    border-radius: 6px;
    border: 1px solid #093b8a;	
}
#url{
	 width: 100%;
    padding: 4px 2px;
    border-radius: 6px;
    border: 1px solid #093b8a;
	
}
.main_menu ul li{
	margin-right:14px !important;
}

.dropdown ul li a:after{
	content: "\f178";
    font: normal normal normal 14px / 1 FontAwesome;
    margin-left: 5px;
    font-size: 13px;
    transition: 0.4s;
    opacity: 0;
}
.dropdown ul li a:hover:after{
	opacity: 1;;
    margin-left: 10px
}
    
#comment{
	    border-radius: 6px;
    border: 1px solid #093b8a;
}

.owl-carousel.owl_itservices .owl-stage-outer {
    padding-left: 2px;
}

/* .card_num:nth-child(4) , .card_num:nth-child(3)  {
	    left: 38px;
} */


.search_result_input input.search-field {
    width: 100%;
    background-color: #fff;
    padding: 11px 38px;
    border: solid 1px #333;
    border-radius: 8px;
    color: #333;
    padding-left: 20px;
}

.search_result_input section.search.search-form form input.search-submit {
    right: 0px;
    left: inherit;
    height: 51px;
    width: 60px;
    z-index: 12;
}
section.search.search-form form input.search-submit {
    position: absolute;
    border: 0px;
    height: 40px;
    right: 0px;
    padding-left: 10px !important;
    top: 0px;
    width: 39px;
    cursor: pointer;
    z-index: 1;
    background-color: transparent;
    color: transparent;
}
.search_result_input section.search.search-form form i._search {
    left: inherit;
    right: 25px;
    top: 9px;
    font-size: 20px;
    color: #333;
}
.search_result_input p {
    font-size: 14px;
}


.custom_search{
	    position: absolute;
    right: 177px;
    margin-top: -40px;
}

.fa{
	    font: normal normal normal 14px / 1 FontAwesome !important;
}

.btn-close:focus{
	box-shadow:unset !important
}
.only_mobile{
	display:none;
}
.onlyipad{
	display:none !important;
}

.col-sm--12{
 width:100% !important;
}
.col-sm--12 .col-6{
width:25%;
}
/* .sec_digitize .owl-item {
	width:350px !important;
} */
.sec_digitize  .itservices{
	width: 394px;
}
.aws_gsp_owl .card_box_serv {
      height: 280px !important;
	    width: 400.333px;
}
.aws_gsp_owl .owl-item {
     width: 406.333px !important;;
}
.sec_itservices .card03 {
	    height: 336px;
}
.market_zone_section  .card03  {
		height: 215px;
}
section.aws_gcp_azure_3 .group_numbers.grp_counter .card_num:nth-child(2), section.sec_4 .group_numbers.grp_counter .card_num:nth-child(4){
    left: -57px;
	
}
section.azure_sec_ .group_numbers.grp_counter .card_num:nth-child(4) {
	    left: 5px !important;
}
.aws_gcp_azure_3 .grp_counter{
	    margin-left: 15%;
}
section.aws_gcp_azure_3 .group_numbers.grp_counter .card_num{
	margin-right: 40px;
}
section.app-and-db-modernization_1 .group_numbers.grp_counter .card_num:nth-child(4) {
	left: -9px;
}
section.reporting_analytics_desc_1 .group_numbers.grp_counter .card_num:nth-child(4) {
	left:0;
}
section._counter2_developer .group_numbers.grp_counter .card_num:nth-child(4) {
	left:0;
}
section.on_prem_counter .group_numbers.grp_counter .card_num:nth-child(4) {
    left: 0;
	top: 7px !important;
}

.on_prem_counter .grp_counter{
	    margin-left: 0%;
}
.grp_counter{
    margin-bottom: 25px;	
}
section.sec_4 .group_numbers.grp_counter .card_num:nth-child(5) {
	
}


.services_owl_sec .card_box_serv{
	    height: 260px;

}
.gcb_crousel .card_box_serv{
	    height: 435px;
}
.report_testimonials_sec  .card03 {
    height: 229px;
	
}
.report_and_analytics_slider .card03{
	height:unset
}
.windows_hover_slider .itservices {
      height: 274px !important;
    padding: 34px 12px !important;

}
.cr_plus_owl .itservices{
	height: 240px !important;
    padding: 34px 12px !important;
}
.home_sli .itservices{
		height: 351px !important;
    padding: 34px 12px !important;
}
#sub_menu1{
	    width: 201px;
}


.sec_story .owl-carousel .owl-nav button.owl-next {
	right: -45px;
}
.top_menu_mobile{
	    display: none !important;
}

/* Experience the Power of G7CR’s Unified CX Page CSS */
    .uni_cx_cnt:before {
		background:none !important;
    }
.uni_cx_cnt {
        background-image:url('/wp-content/themes/g7/images/bgcr2.webp');	
}
.uni_cx_cnt .sec_title h2 {
	font-family: 'rigid-square';
	color: var(--light_blue);
    font-weight: 300;
}
.uni_cx_cnt .sec_title p {
   color: var(--black) !important;
}

.uni_cx_cnt_det .card_box2 {
    padding: 35px;
}

.megassmenu4 ,.mobsbmenu4{
	    border-top: 1px solid #093B8A;
}
.megassmenu5 ,.mobsbmenu5{
	    border-top: 1px solid #093B8A;
}
.uni_cx_first_title .sec_title_2 h2{
    font-size: 1.9rem;
}

.experience_team_sec_ .col-sm-4{
	width:100%
}
.experience_team_sec_  .col-sm-4 .card{
	    border-radius: 0;
	border: 0;
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.experience_team_sec_ .col-sm-4:nth-child(2)  .card{
	    flex-direction: row-reverse !important;
}
.experience_team_sec_ .col-sm-4:nth-child(4)  .card{
	    flex-direction: row-reverse !important;
}
.experience_team_sec_  .card img{
	width: 50%;
	    border: 0;
    border-radius: 0;
}
.experience_team_sec_  .card .card-body .sbc{
	     font-size: 22px;
    margin-bottom: 22px;
    font-family: 'nimbus-sans';
}
.experience_team_sec_  .card .card-body .sbc:before{
	background: #F94E0A;
    content: "";
    display: block;
    height: .25rem;
    margin-bottom: 12px;
    width: 2rem;
}
.experience_team_sec_  .card .card-body p{
    font-size: 28px;
    line-height: 35px;
    
}

.experience_team_sec_  .card .card-body{
	 padding: 40px 40px 0 40px;
}  


.experience-first_sec_  h1{
	    font-size: 55px;
    line-height: 69px;
	    color: var(--light_blue);
	    font-family: 'rigid-square' !important;
	    font-weight: 300;
}
.experience-first_sec_ .sec_title_2 p{
	    font-size: 24px;
	    margin-top: 20px;
}
.experience-first_sec_ .image_box_sm figure img{
    height: 300px;
    object-fit: cover;
    z-index: 3;
    position: relative;;
}  
.experience-first_sec_ .image_box_sm{
	position:relative;
}
.experience-first_sec_ .image_box_sm:after{
	height: 200px;
    width: 200px;
    background-color: #f3b220;
    position: absolute;
    content: '';
    left: -18px;
    z-index: 1;
    bottom: -18px
}

.experience-first_sec_ .row{
	gap: 40px;
}
.uni_cx_first_title .sec_title_2 h2{
	font-size: 35px;
    line-height: 42px;
	font-family: nimbus-sans;
	font-weight: 300;
}
.uni_cx_first_title .sec_title_2 p{
	    color: var(--black);
    font-family: 'nimbus-sans';
    font-size: 16px;
    font-weight: 500;
}
.uni_cx_first_title .col-sm-12{
	width:90%;
	
}
.uni_cx_first_title .row{
    justify-content: left !important;
} 

.experience_team_sec_ .row{
	 justify-content: left !important;
}
.experience_team_sec_ .col-sm-8{
	width:90%;
}
.experience_team_sec_{
    padding: 60px 0px !important;
}
.uni_cx_first_title{
	    padding-bottom: 60px !important;
}

.experience_team_sec_ .sec_title_2 {
	    margin-bottom: 20px;
}

.experience_team_sec_ .sec_title_2 h2{
	    font-family: nimbus-sans;
}

.ai-powered-proactive_con_sec .sec_title_2 h2{
	font-size: 1.5rem !important;
}
.ai-powered-proactive_con_sec .col-sm-6{
	width: 85%;
}
.ai_powerd_video_sec iframe{
	margin:auto !important;
}
.ai_powerd_video_sec .vid_box img{
		width: 560px !important;
}
.ai_powerd_video_sec .vid_box button{
	width:unset !important;
}

.ai_powerd_video_sec  .vid_box button {
	left: 230px !important;
}
.ai_powerd_video_sec iframe{
	width: 560px;
    height: 317px !important;
    margin: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ai_powerd_video_sec .ytp-cued-thumbnail-overlay-image{
	background-image: url(https://g7cr-site-dev.azurewebsites.net/wp-content/uploads/2024/05/Thumnail-for-the-video.webp) !important;
}

.enqery_submit_{
	background-image: -webkit-linear-gradient(47deg, rgb(238, 130, 25) 0px, #FF5722 100%);
    box-shadow: rgba(239, 139, 117, 0.6) 0px 8px 29px 0px;
    width: 233px;
    font-size: 13px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    text-transform: uppercase;
    line-height: 50px;
    height: auto;
    opacity: 1;
    border-radius: 4px;
    outline: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    margin: 20px 0px 20px;
    padding: 6px 15px;
}
.enqery_submit_:hover{
	background: #333333;
    color: #fff;
}  
.enqery_para_ {
	    padding: 18px 0px;
    font-size: 15px;
    color: #0d6ab8;
    font-weight: 600;
    font-family: "rigid-square";
}
.enqery_para_light{
  font-family: "rigid-square";
	    font-size: 15px;
    color: #807e7e;
    font-weight: 500;
	    margin: 20px 0px;
}
.enqery_para_light span{
color:red;
}

.enqery_form_sec  .form-control , .form-select{
	color: #666;
    height: 48px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 18px;
	    border-color: #e5e5e5 !important;
}  
.enqery_form_sec  .form-control:focus , .form-select:focus , .form-check-input:focus{
   box-shadow: 0 0 0 1.5px rgb(0 0 0) !important;
}

.enqery_form_sec .form-check-input:focus{
	 box-shadow: unset !important;
}
.enqery_form_sec input:-internal-autofill-selected {
	background:unset;
}

.wpcf7-acceptance .wpcf7-list-item {margin:0;}

.dc-transformation .card_box_serv{
	height:300px
}
.career_form_layout .has-spinner{
	background:#fa4e0a !important;
}
.home_padding_btn .vid_box.video_ytd {
    height: 261px;
	
}
.new_slider_g .card03 {
   height: 423px !important;
}


.akismet-fields-container {display:none;}


.new_popup_btn{
	font-size: 16px;
}
.new_popup_close{
		font-size: 16px;
}
.sbc h2{
	font-weight: 500;
	    font-size: 22px;
    margin-bottom: 22px;
    font-family: 'nimbus-sans';
	    color: var(--light_blue);
}
.sbc h2:before {
    background: #F94E0A;
    content: "";
    display: block;
    height: .25rem;
    margin-bottom: 5px;
    width: 2rem;
}
.partner_solutions_layout  .card-body .theme_btn{
	font-size: 11px !important;
}
.new_slider_g .col-sm-8{
	width:100%;
}
.new_slider_g  .img_box img{
	height:auto !important;
}

.data-ai_sec_  .row_vcenter .sec_title_2{
	    margin-bottom: 23px !important;
}
.data-ai_sec_fir  .text_desc p{

    font-size: 1.25rem !important;
	    font-family: 'rigid-square' !important;


}
.data-ai_sec_fir2 .text_desc p {
	color:var(--light_blue);
 font-size: 1.5rem !important;
	    font-family: 'rigid-square' !important;
	font-weight:300;
	line-height:1.2;
}
.data-ai_sec_fir2 .golden_word {
	 font-size: 1.5rem !important;
}
.data-ai_sec_fir2 a{
color: #fb4e0a;
    text-decoration: none;
    font-weight: 600;
}
.data-ai_sec_  .text_desc span{
	color: #fa4e0a;
}
.data_ai_first_sec{
	    margin-top: 25px !important;

}


.data_ai_cta_sec{
    background-image: url(/wp-content/uploads/2023/12/g7cr-banner-1.webp) !important;
}
.logoslider img{
	max-width:200px;
}
.form_cta_data_ai2{
	 background-image: url(/wp-content/uploads/2023/12/g7cr_bg9.webp);
	    padding: 90px 0px;
}  
/* .form_cta_data_ai{
	 background-image: url(/wp-content/uploads/2024/06/data-ai-form-bg4.png);
	       padding: 90px 40px;
}    */
.form_cta_data_ai{
	    margin-bottom: -16px;
	position:relative;
}
.form_cta_data_ai .theme_btn{
	    position: absolute;
    top: 217px;
    left: 73px;

}
.form_cta_data_ai img{
    height: 289px;
    width: 100%;
    object-fit: cover;
}

.form_cta_data_ai2 h2{
	color:white;
}



   .dataform-style{
      background: #f7fafd; 
      padding: 60px 0px;
   }
.form-div-style{
       background: linear-gradient(109.6deg, rgb(255, 207, 84) 11.2%, rgb(255, 158, 27) 91.1%);
   border-radius: 10px;
   min-height: 550px; 
   max-width:850px;
   -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08); 
   box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
   margin: auto; 
}
.form-padding{
	padding:30px;
	}

.dnb-h3{
	font-family: 'rigid-square';
}
#Cloud label{
	font-family: 'rigid-square';
}
.uacf7-form-4788 p ,.uacf7-form-4788 label{
	font-family: 'rigid-square' !important;
}
.dnb-p{
	font-family: 'rigid-square' !important;
}
.new_slider_g .card_box_serv {
    border: 1px solid var(--light_blue2) !important;
    text-align: left;
    border-radius: 8px;
    padding: 18px !important;
	height: 424px;
	    margin-right: 31px;
}
.new_slider_g .card_box_serv span{
	    text-transform: uppercase;
    color: #ff8f28;
    font-size: 1.4rem;
    margin-bottom: 4px;
    display: block;
    font-family: 'rigid-square';
}
.new_slider_g .owl-nav{
    top: -246px;
    position: relative;
}
.new_slider_g .owl-stage{
	height: 440px;
}
.new_slider_g .card_box_serv figure{
margin: 0 0 11px 20px !important;
}
.new_slider_g .img_box img {
	height: 354px !important;
}
.new_slider_g .img_box02 {
	height: 357px !important;
}
.new_slider_g  .icons_box{
    display: inline-flex;
    gap: 283px;
}
.data-ai_main_sec br{
	display:none;
}
.data-ai_main_sec .theme_btn{
	    padding: 12px 30px;
    font-size: 16px !important;
}
.new_slider_g .owl-dots .owl-dot:last-child {
  display: none;
}
.new_slider_g .owl-item:last-child {
	 display: none;
}
.higligh_slider:before {
    background: #F94E0A;
    content: "";
    display: block;
    height: .25rem;
    margin-bottom: 4px;
    width: 2rem;
}
.higligh_slider{
	    font-size: 20px;
    margin-top: 20px;
}
#typed{
    color: #fa4e0a;
}
.animation-sec {
	background-image: url('https://g7cr.com/wp-content/uploads/2023/12/bg-1.png');
	   
}
.text-golden{
    position: absolute;
    left: 69px;
    top: 84px;
    text-align: left;
}
.text-golden h2{
	color:white;
	    line-height: 51px;

}
.text-golden span , .golden_word{
	    color: #fa4e0a;
    font-size: 35px;
    font-weight: 600;
}
.effect-wrapper {
font-size:33px !important;
}
.data-ai_main_sec:after{
	    opacity: 0.20 !important;
}
.data-ai_main_sec .col-sm-10{
	width:100%;
}
.data_ai_cta_sec .col-sm-6{
	width:80%;
}
.animation-sec .theme_btn {
    z-index: 99;
    position: relative;
}
.top_benifits_sec_in_data_ai ul li{
	    font-size: 1rem;
    font-family: 'rigid-square';
	    padding-left: 23px;
    margin-bottom: 18px;
	position:relative;
	list-style:none;
}
.top_benifits_sec_in_data_ai ul{
	text-align: left;
}
.top_benifits_sec_in_data_ai ul li:before{
	content: '';
    width: 21px;
    height: 21px;

    background-color: #bbb5ec;
    display: block;
    position: absolute;
    border-radius: 100px;
    left: -9px;
    top: 0px;
	
}
.top_benifits_sec_in_data_ai ul li:after{
content: '';
       height: 12px;
    content: '';
    width: 6px;
    height: 8px;
    height: 12px;
    position: absolute;
    border-left: 0px !important;
    transform: rotate(45deg);
    border-top: 0px !important;
    border: solid 3px var(--light_blue);
    background-repeat: no-repeat;
    background-size: contain;
    left: -1px;
    border-radius: 0px;
    top: 3px;
}
.data_ai_cta_sec .theme_btn:first-child{
	display:none;
	
}
.data_ai_cta_sec .theme_btn{
	    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    width: 152px;
    gap: 3px;
}
.data_ai_cta_sec .fa-long-arrow-right:last-child{
display:none;
}
.data_ai_cta_sec .theme_btn .fa-long-arrow-right{
	display:block !important;
}

.data-ai_sec_fir2 h4{
	    color: var(--light_blue);
    font-family: 'rigid-square';
}

.li_section_for_data_ai img{
   height: 450px !important;
}


.log-form {
    margin-top: 40px;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    margin-top: 6%;
}
.tankyou .logo img {
    height: 70px;
}
.tankyou .verify_box.pay_box {
    border: solid 1px;
    border-bottom-width: 4px;
    border-radius: 15px;
}
.tankyou .verify_box.bg_success {
    border-color: #45c9a5 !important;
    background-color: #efffda;
}
.tankyou .verify_box figure.mail_icon img {
    width: 85px;
}

.new_home_slider{
overflow:hidden;
}
.new_home_slider .owl-dots {
       margin-top: -68px;
    position: relative;
    top: -14px;
}
.new_home_slider .owl-dots span {
    position: relative;
    height: 10px;
    width: 10px;
    border-radius: 11px;
    display: block;
    background: #fff;
    border: 1px solid var(--light_blue);
    margin: 0 5px;
}
.new_home_slider .home-font{
	font-size:40px !important;
}
.new_home_slider  .hero_caption {
	padding-right:13%;
}



/* new css start */

.our_team_slider_sec .owl-nav{
	display: none;
}
.our_team_slider_sec img{
/* 	    height: 350px; */
    object-fit: cover;
}
.our_team_slider_sec .sec_title.mb-3{
	    color: var(--orange);
}

.culture_desc_style_layout .owl-nav , .events_sec_details .slider_with_image .owl-nav{
	display: none;
}
.culture_desc_style_layout  .image_box figure{
	position: relative;
}
.culture_desc_style_layout  .image_box figure:after {
  content: '';
    width: 100px;
    height: 100px;
    background-color: var(--light_blue2);
    position: absolute;
    z-index: -1;
    border-radius: 100px;
 bottom: -5% !important;
    right: 0% !important;

}

.partner_solutions_layout-2  .theme_btn{
/* 	padding: 4px 18px;
	    font-size: 16px; */
}

.culture_desc_style_layout  .image_box figure img {
    width: 93% !important;
}
.news_event_img_with_slider , .slider_with_image{
	margin-top: 40px;
	margin-bottom: 40px;
}
section.resources_block_sec{
    margin-bottom: 50px;
}
.our_team_slider_sec .row{
	    margin-bottom: 45px;
}

.culture_desc_style_layout  .image_box img{
	height: 300px;
	object-fit: cover;
}

.events_sec_details .owl-nav {
	display: none;
}

.full-width-img-events img{
	    max-width: 400px;
	margin: auto;
}
.full-width-img-events .owl-carousel img{ 
	width: 100%;
	max-width: 100%;
}

.events_sec_details  .owl-carousel .owl-dots span {
    height: 8px;
	width: 24px;
}
.events_sec_details .owl-carousel .owl-dots {
    margin-top: 5px;
}
.event_title_border{
	margin-bottom: 30px !important;
}

.full-width-img-events img{
	    height: 500px;
    object-fit: cover;
}
.events_sec_details .col-sm-4 img {
	height: 260px;
    object-fit: cover;
}
.theme_modal .modal-dialog .modal-content .back_btn {
    padding-left: 38px;
    margin-top: 25px;
}