* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h2,
h3,
h4,
h5,
h6 {
/*  font-family: "Nunito Sans", sans-serif; */
  font-family: Avenir, Helvetica Neue, Helvetica, sans-serif;
}

p {
  font-size: 18px;
  font-weight: 300;
  color: #0f3042;
/*  font-family: "Nunito Sans", sans-serif; */
  font-family: Avenir, Helvetica Neue, Helvetica, sans-serif;
}

a {
  text-decoration: none;
}

/* text overlay over image */
.text-overlay {
  position: relative;
  display: inline block;  /* or block if you want full width */
  color: #fff;            /* make text white for contrast */
  padding: 20px;
  z-index: 1;
}

.text-overlay::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.25); /* dark filter */
  border-radius: 6px;             /* optional */
  z-index: -1;                    /* sits behind text */
}
/* end text overlay */

.btn1 {
  background: white;
  color: #000000;
  transition: all 0.5s ease-in-out;
  font-size: 14px;
  padding: 10px 16px;
  text-transform: capitalize;
  border-radius: 4px;
  border: 1px solid #000000;
}
.btn1:hover {
  background: #000000;
  color: #ffffff;
}

/*.spinner-wrap {*/
/*  z-index: 11;*/
  /*position: fixed;*/
/*  right: 48%;*/
/*  bottom: 25px;*/
/*}*/
.spinner-wrap{margin-left:16px;}
.spinner-wrap i {
  padding: 14px;
  font-size:17px;
  background: #ec1c24;
  color: white;
  border-radius: 50%;
  
 
}
/* Hide only on desktop (≥ 992px) */
@media (min-width: 992px) {
  .spinner-wrap i {
    display: none !important;
  }
}
	
@media (max-width: 767px) {
.spinner-wrap i {
  padding: 13px;
  font-size:12px;
        position: absolute !important;
      

}}
/*.spinner-item {*/
/*  border: 1px solid #4dc4c5;*/
/*  border-radius: 50%;*/
/*  height: 160px;*/
/*  width: 160px;*/
/*  position: absolute;*/
/*  left: 50%;*/
/*  top: 50%;*/
/*  transform: translate(-50%, -50%);*/
/*  opacity: 0;*/
/*  animation: zoom 3s linear 0.75s infinite;*/
/*}*/
/*.spinner-item--2 {*/
/*  animation-delay: 1.25s;*/
/*}*/
/*.spinner-item--3 {*/
/*  animation-delay: 1.75s;*/
/*}*/

@keyframes zoom {
  0% {
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.toTopArrow {
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  background: #1c595a;
  color: white;
  padding: 16px;
}
.toTopArrow:hover {
  cursor: pointer;
  background-color: #5bc7ca;
  color: black;
}
.toTopArrow:active {
  background-color: #5bc7ca;
}
.toTopArrow.show {
  opacity: 1;
  visibility: visible;
}

.owl-dots {
    width: 100% !important;
}

/**************** button style CSS **************/
.button-89 {
  padding:8px 20px;
  border:1px solid #4dc4c5 !important;
  background:#4dc4c5 !important;
  color:black !important;
  font-weight:500 !important;
  border-radius: 4px;
  transition:all 0.5s;
  text-transform:capitalize;
}

.button-89:hover{
  background: white !important;
  color: #4dc4c5 !important;
}
.button-89 a{
    color:black !important;
}


/*.button-89:hover, .button-89:focus-visible {*/
   
/*    background: #7fc0c2;*/
/*    border-radius: 8px;*/
/*    color: black;*/
/*}*/


/*.button-89:hover, .button-89:focus-visible {*/
/*    border-radius: 8px;*/
/*    color: #c36;*/
/*    background: conic-gradient(from 90deg at var(--b) var(--b), rgba(0, 0, 0, 0) 90deg, #7fc0c2 0) var(--_p) var(--_p) / calc(100% - var(--b) - 2 * var(--_p)) calc(100% - var(--b) - 2 * var(--_p)) !important;*/
/*}*/



/*.button-89:active {*/
/*  background: #5bc7ca;*/
/*  color: #fff;*/
/*}*/

.sec_gap {
  padding: 30px 0 !important;
}

.sec_headeing span {
  letter-spacing: 1.5px;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.sec_headeing .sec_head {
  font-size: 39px !important;
  font-weight: 500;
  margin-bottom: 40px;
  text-transform: capitalize;
}

.sticky-top .navbar-brand {
  margin-right: 0;
}
.sticky-top .navbar-brand img {
  width: 180px;
}

.navbar {
  background: rgba(245, 255, 255, 0.8980392157);
  border-bottom: 1px solid #1c595a;
}
.navbar .navbar-brand {
  margin-right: 0;
}
.navbar .navbar-collapse .navbar-nav .nav-item:not(:last-child) {
  margin-right: 40px;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  text-transform: capitalize;
  font-size: 18px;
  padding: 0;
  color: #4dc4c5;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link i {
  color: #000000;
}
.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
  padding: 0;
  margin-top: 0;
  background-color: #4dc4c5;
  display: none;
}
.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li .dropdown-item {
  text-transform: capitalize;
  color: white;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li .dropdown-item:hover {
  background-color: #1c595a;
}
.navbar .navbar-collapse .navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
}
.navbar .dropdown-toggle::after {
  display: none;
}

.banner_div {
  position: relative;
}
.banner_div .banner_txt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 15%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.banner_div .banner_txt span {
  font-size: 22px;
  color: white;
}
.banner_div .banner_txt h1 {
  font-size: 60px;
  font-weight: 500;
  margin: 10px 0 30px;
  text-transform: capitalize;
  display: inline-block;
  color: white;
}

.banner_div .banner_txt .brand-i{
  font-family: "times";
  color: red;
  font-size: 92px;
  font-style: italic;
}

.banner_div .banner_txt .btn1 {
  width: 35%;
  margin: 0 auto;
}
.banner_div .bg_image {
  width: 100%;
  /*height: 100vh;*/
  -o-object-fit: cover !important;
     object-fit: cover !important;
     height: 100vh;
}

.about_it_services {
  text-align: center;
}
.about_it_services img {
  width: 100%;
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}
.about_it_services p {
  width: 70%;
  margin: 0 auto 26px;
}

.it_servicesSlider .banner_slider_div .sec_headeing .sec_head {
  font-size: 38px;
  margin-bottom: 20px;
}
.it_servicesSlider .banner_slider_div .sec_headeing .arrowImg {
  text-align: center;
}
.it_servicesSlider .banner_slider_div .sec_headeing .arrowImg img {
  width: 120px;
}
.it_servicesSlider .banner_slider_div .item {
  padding: 20px 10px 30px 10px;
  height: 437px !important;
}
.it_servicesSlider .banner_slider_div .item .products_ul {
  padding: 16px;
  background: #1c595a;
  color: white;
  border-radius: 8px;
  position: relative;
  transition: all 0.5s ease-in-out;
  height: 84%;
}
.it_servicesSlider .banner_slider_div .item .products_ul::after {
  position: absolute;
  content: "";
  transform: translate(10px, 10px);
  width: 40px;
  height: 40px;
  right: 4px;
  bottom: 0;
  background: #def0f0 !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 50px;
  transition: all 0.5s ease-in-out;
}
.it_servicesSlider .banner_slider_div .item .products_ul:hover {
  transform: translateY(-8px);
}
.it_servicesSlider .banner_slider_div .item .products_ul:hover::after {
  border-radius: 10px;
  transform: translate(0, 0);
  width: 100%;
  height: 100%;
}
.it_servicesSlider .banner_slider_div .item .products_ul .product_text {
  position: relative;
  z-index: 111;
}
.it_servicesSlider .banner_slider_div .item .products_ul .product_text img {
  width: 100px;
  height: 100px;
  margin-bottom: 16px;
}
.it_servicesSlider .banner_slider_div .item .products_ul .product_text p {
  font-size: 20px;
  color: black !important;
  font-weight: 300;
  margin-top: 14px;
}
.it_servicesSlider .banner_slider_div .item .products_ul .product_text h3 {
  color: #000000;
  text-transform: capitalize;
  font-size: 36px;
  font-weight: 400;
}
.it_servicesSlider .banner_slider_div .item .products_ul .product_text span {
  font-size: 18px;
    color: #0f3042!important;
    font-weight: 300;
    margin-top: 14px;
}
.it_servicesSlider .banner_slider_div .item .products_ul .product_text i {
  color: #000000;
  font-size: larger;
  margin-bottom: 8px;
}

.servicesSlider,
.blogsSliderSection,
.industryCategorySlider {
  padding: 12px 0;
}
.servicesSlider .owl-nav,
.blogsSliderSection .owl-nav,
.industryCategorySlider .owl-nav {
  display: flex !important;
  justify-content: center;
  position: absolute;
  top: -40px;
  right: 0;
  margin: 0 !important;
}
.servicesSlider .owl-nav button,
.blogsSliderSection .owl-nav button,
.industryCategorySlider .owl-nav button {
  margin-left: 20px;
}
.servicesSlider .owl-nav button span,
.blogsSliderSection .owl-nav button span,
.industryCategorySlider .owl-nav button span {
  font-size: 48px;
  line-height: 0.5;
}
.servicesSlider .owl-nav button.owl-prev, .servicesSlider .owl-nav button.owl-next,
.blogsSliderSection .owl-nav button.owl-prev,
.blogsSliderSection .owl-nav button.owl-next,
.industryCategorySlider .owl-nav button.owl-prev,
.industryCategorySlider .owl-nav button.owl-next {
  box-shadow: 6px 6px 14px 0px rgba(0, 0, 0, 0.2196078431);
  background: #5bc7ca !important;
  color: black;
  padding: 6px 16px !important;
  border-radius: 50% !important;
  transition: all 0.5s ease-in-out;
}
.servicesSlider .owl-nav button.owl-prev:hover, .servicesSlider .owl-nav button.owl-next:hover,
.blogsSliderSection .owl-nav button.owl-prev:hover,
.blogsSliderSection .owl-nav button.owl-next:hover,
.industryCategorySlider .owl-nav button.owl-prev:hover,
.industryCategorySlider .owl-nav button.owl-next:hover {
  box-shadow: -15px -15px 30px 0 #fff, 15px 15px 30px 0 rgba(29, 13, 202, 0.0901960784);
  background: #1c595a !important;
}

.grid_section {
  position: relative;
  z-index: 1;
}
.grid_section img {
  width: 100%;
  border-radius: 12px;
}
.grid_section .leftDiv {
  position: relative;
}
.grid_section .leftDiv .leftImgDiv {
  position: relative;
}
.grid_section .leftDiv .leftImgDiv::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  background: black;
  opacity: 0.4;
  border-radius: 12px;
}
.grid_section .leftDiv .leftImgDiv img {
  position: relative;
}
.grid_section .leftDiv .leftDivText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
}
.grid_section .leftDiv .leftDivText span,
.grid_section .leftDiv .leftDivText h2 {
  color: white;
  margin: 10px 0 50px;
}
.grid_section .leftDiv .leftDivText .button-89 {
  color: white;
  margin-top: 20px;
}
.grid_section .rightImgDiv img {
  height: 280px;
}
.grid_section .WeCanHelp {
  padding: 20px;
  margin-top: 20px;
  text-align: center;
}
.grid_section .WeCanHelp .form-select {
  text-transform: capitalize;
}
.grid_section .WeCanHelp .form-select option:hover {
  background: #1c595a;
}

.video_section {
  position: relative;
}
/*.video_section:after {*/
/*  position: absolute;*/
/*  content: "";*/
/*  height: 600px;*/
/*  width: 100%;*/
/*  background: #e6f2f3;*/
/*  left: 0;*/
/*  top: -330px;*/
/*}*/
.video_section .sec_headeing {
  margin-bottom: 30px;
}
.video_section img {
  width: 100%;
  height: 540px;
  -o-object-fit: cover;
     object-fit: cover;
}
.video_section .leftDiv {
  position: relative;
  z-index: 11;
}
.video_section .leftDiv .leftImgDiv {
  position: relative;
}
/*.video_section .leftDiv .leftImgDiv::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  height: 100%;*/
/*  width: 100%;*/
/*  left: 0;*/
/*  bottom: 0;*/
/*  background: black;*/
/*  opacity: 0.7;*/
/*}*/
.video_section .leftDiv .leftDivText {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video_section .leftDiv .leftDivText span,
.video_section .leftDiv .leftDivText h2 {
  color: white;
  margin: 10px 0 16px;
}
.video_section .leftDiv .leftDivText .button-89 {
  color: white;
  margin-top: 20px;
}
.video_section .leftDiv .leftDivText .button-89 i {
  font-size: 20px;
}

.grid_section_2 img {
  height: 440px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.grid_section_2 .leftDivText {
  text-align: center;
}
.grid_section_2 .leftDivText p {
  color: white;
  margin-bottom: 50px;
}

.breadcrumb_div {
  background-image: url("../images/banner_bg.png");
  padding: 80px 0 100px;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  width: 100%;
   height: 701px !important;
}
.breadcrumb_div::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7137254902);
  top: 0;
  left: 0;
}
.breadcrumb_div .breadcrumb_div_inner {
  position: relative;
  z-index: 11;
}
.breadcrumb_div .breadcrumb_div_inner h3 {
  color: white;
  text-transform: capitalize;
  font-size: 40px;
}
.breadcrumb_div .breadcrumb_div_inner .breadcrumb .breadcrumb-item {
  font-size: 18px;
  text-transform: capitalize;
}
.breadcrumb_div .breadcrumb_div_inner .breadcrumb .breadcrumb-item a {
  color: white;
  text-decoration: none;
}
.breadcrumb_div .breadcrumb_div_inner .breadcrumb .breadcrumb-item.active {
  color: #ec1c24;
}

.contactUs .my_form {
  padding: 30px;
  border-radius: 8px;
  background: #def0f0;
  box-shadow: 2px 3px 10px rgba(22, 22, 22, 0.2);
  border-bottom: 4px solid #1c595a;
}
.contactUs .contactUsFooter {
  margin-top: 60px;
  padding: 30px 0 0;
  border-top: 2px solid gray;
}
.contactUs .contactUsFooter .contactUsFooterInner {
  width: 60%;
  margin: 0 auto;
}

.form-label {
  text-transform: capitalize;
}
.form-label small {
  color: #000000;
  font-weight: 600;
  font-size: 18px;
}

.form-control {
  padding: 8px 10px !important;
  border: 2px solid transparent;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #5bc7ca;
  outline: 0;
  border-width: 2px;
  box-shadow: none;
}

.location .map_area iframe {
  border-radius: 8px;
}
.location .stateLocation {
  padding: 20px 0;
  border-bottom: 0px dashed #a9a9a9;
}
.location .stateLocation .iconDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.location .stateLocation .iconDiv span {
  margin-left: 10px;
  font-size: 20px;
}
.location .stateLocation .iconDiv img {
  width: 80px;
  border-radius: 8px;
  box-shadow: 2px 3px 10px rgba(22, 22, 22, 0.2);
  padding: 10px;
  background: white;
  margin-bottom: 12px;
}

.zipCode {
  position: relative;
  width: 50%;
  margin: auto;
}
.zipCode .form-control {
  position: relative;
  border-color: #1c595a;
}
.zipCode i {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  font-size: 20px;
  color: #000000;
}

.articles {
  margin-top: 32px;
  background-color: white;
  border-radius: 8px;
  border: 1px solid transparent;
  transition: all 0.5s;
}
.articles:hover {
  transform: translateY(-8px);
  box-shadow: 2px 3px 10px rgba(22, 22, 22, 0.2);
  border: 1px solid #fc9fa2;
}
.articles .article-img {
  position: relative;
  padding: 10px 0;
}
.articles .article-img img {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
}
.articles .articles-txt {
  padding: 16px;
}
.articles .articles-txt .CS_sub_title {
  text-transform: uppercase;
  color: #000000;
  font-size: 17px;
  letter-spacing: 0.5px;
  font-weight: 300;
  margin-bottom: 6px;
  padding: 6px;
  background: #fafae2;
}
.articles .articles-txt .CS_title {
  color: #1c595a;
  font-weight: 400;
  font-size: 28px;
  margin: 16px 0;
  transition: all 0.5s;
}
.articles .articles-txt .CS_title:hover {
  color: #000000;
}
.articles .articles-txt .btn1 {
  width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.caseStudiesDetails .caseStudyVideo,
.blogsSection .caseStudyVideo {
  position: relative;
  margin-top: -220px;
  margin-bottom: 30px;
}
.caseStudiesDetails .caseStudyVideo img,
.blogsSection .caseStudyVideo img {
  width: 100%;
  position: relative;
  border-radius: 10px;
  height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
}
.caseStudiesDetails .caseStudyVideo::after,
.blogsSection .caseStudyVideo::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.3;
  left: 0;
  bottom: 0;
  border-radius: 8px;
}
.caseStudiesDetails .caseStudyVideo .videoText,
.blogsSection .caseStudyVideo .videoText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  z-index: 1;
}
.caseStudiesDetails .caseStudyVideo .videoText i,
.blogsSection .caseStudyVideo .videoText i {
  color: #ec1c24;
  font-size: 100px;
}
.caseStudiesDetails .caseStudyVideo .videoText span,
.blogsSection .caseStudyVideo .videoText span {
  color: white;
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 24px;
}
.caseStudiesDetails .caseStudyVideo .videoText h5,
.blogsSection .caseStudyVideo .videoText h5 {
  color: white;
  font-weight: 500;
  font-size: 60px;
  text-transform: capitalize;
  transition: all 0.5s;
}
.caseStudiesDetails .caseStudyVideo .videoText:hover h5,
.blogsSection .caseStudyVideo .videoText:hover h5 {
  color: #000000;
}
.caseStudiesDetails .caseStudyDetailsText,
.blogsSection .caseStudyDetailsText {
  width: 60%;
  margin: 0 auto;
}
.caseStudiesDetails .back,
.blogsSection .back {
  text-transform: capitalize;
  color: black;
  font-size: 20px;
  transition: all 0.5s;
}
.caseStudiesDetails .back i,
.blogsSection .back i {
  color: #ec1c24;
}
.caseStudiesDetails .back:hover,
.blogsSection .back:hover {
  color: #989898;
}

.highlightedAera {
  padding: 26px 0;
  border-bottom: 1px solid #ddddde;
}
.highlightedAera ul li {
  margin-bottom: 10px;
  font-size: 18px;
}
.highlightedAera ul li::marker {
  color: #000000;
  font-size: 26px;
}

.breadcrumb_div .requestDiv {
  position: relative;
  z-index: 11;
  text-align: center;
  margin-top: 80px;
}
.breadcrumb_div .requestDiv .button-89 {
  position: relative;
  z-index: 11;
  color: white;
}
.breadcrumb_div .requestDiv p {
  color: white;
  width: 60%;
  margin: 20px auto;
}
.breadcrumb_div .requestDiv .speakBtn {
  font-size: 24px;
  font-weight: 500;
  color: white;
  text-decoration: underline;
  text-transform: capitalize;
  transition: all 0.5s;
}
.breadcrumb_div .requestDiv .speakBtn:hover {
  color: #5bc7ca;
}

.blogsSliderSection .blogsSlider .item {
  padding: 20px 15px 20px 15px;
}
.blogsSliderSection .blogsSliderItem {
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  border-radius: 10px;
}
.blogsSliderSection .blogsSliderItem img {
  position: relative;
  border-radius: 8px;
  transition: all 0.5s;
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogsSliderSection .blogsSliderItem .company_logo {
  width: 120px !important;
  height: 120px !important;
  margin: auto !important;
}
.blogsSliderSection .blogsSliderItem .blogsSliderItemText {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: left;
  padding: 10px 16px;
  background: rgba(28, 89, 90, 0.768627451);
  transition: all 0.5s;
}
.blogsSliderSection .blogsSliderItem .blogsSliderItemText a {
  color: white;
  font-size: 26px;
  font-weight: 500;
}
.blogsSliderSection .blogsSliderItem .blogsSliderItemText p {
  font-size: 18px;
  color: #fd5f64;
 
  letter-spacing: 3px;
  font-weight: 500;
}
.blogsSliderSection .blogsSliderItem:hover .blogsSliderItemText {
  background: rgba(28, 89, 90, 0.9019607843);
}
.blogsSliderSection .blogsSliderItem:hover img {
  transform: scale(1.2);
}

.industryCategorySection .industryCategorySlider {
  padding: 20px 10px;
}
.industryCategorySection .industryCategorySlider .blogsSliderItemText {
  top: 0;
  background: transparent;
}

.itServicesSection .itServicesSlider .item {
  width: 300px;
  padding: 20px 10px;
}
.itServicesSection .itServicesSlider .blogsSliderItem {
  padding: 30px 20px;
  border-radius: 10px;
  border: 2px dashed #5bc7ca;
  transition: all 0.5s;
  background: white;
  text-align: center;
}
.itServicesSection .itServicesSlider .blogsSliderItem:hover {
  background: #dffeff;
  transform: translateY(-6px);
}
.itServicesSection .itServicesSlider .blogsSliderItem:hover i {
  color: #1c595a;
}
.itServicesSection .itServicesSlider .blogsSliderItem h4 {
  text-transform: capitalize;
}
.itServicesSection .itServicesSlider .blogsSliderItem i {
  font-size: 30px;
  color: #ec1c24;
}

.faqSection .faqDIV {
  text-align: center;
  margin-bottom: 50px;
}
.faqSection .faqDIV h5 {
  display: inline-block;
  position: relative;
  margin-bottom: 28px;
  font-size: 24px;
}
.faqSection .faqDIV h5::before {
  position: absolute;
  content: "Q";
  padding: 2px 12px;
  left: -55px;
  top: 0;
  color: #000000;
  border-right: 4px solid #000000;
}
.faqSection .faqDIV p {
  position: relative;
  display: inline-block;
  width: 100%;
}
/*.faqSection .faqDIV p::before {*/
/*  position: absolute;*/
/*  content: "A";*/
/*  padding: 2px 12px;*/
/*  left: -47px;*/
/*  top: 0;*/
/*  font-size: 21px;*/
/*  color: #5bc7ca;*/
/*  border-right: 4px solid #5bc7ca;*/
/*}*/

/*@media (max-width: 767px) {*/
/*.faqSection .faqDIV p::before {*/
/*    position: absolute;*/
/*    content: "A";*/
/*    padding: 0px 9px;*/
/*    left: -35px;*/
/*    top: 0;*/
/*    font-size: 16px;*/
/*    color: #5bc7ca;*/
/*    border-right: 4px solid #5bc7ca;*/
/*}}*/

.faqSection .faqDIV p a {
  text-decoration: underline;
  color: #545454;
  font-weight: 500;
}

.serviceAboutSection .alternetCol,
.webinerDetailsPersons .alternetCol {
  flex-direction: row-reverse;
}
.serviceAboutSection .commonDiv,
.webinerDetailsPersons .commonDiv {
  margin-bottom: 60px;
}
.serviceAboutSection .speakBtn,
.webinerDetailsPersons .speakBtn {
  color: black;
  font-size: 20px;
  text-decoration: underline;
  text-transform: capitalize;
  transition: all 0.5s;
}
.serviceAboutSection .speakBtn:hover,
.webinerDetailsPersons .speakBtn:hover {
  color: #5bc7ca;
}
.serviceAboutSection img,
.webinerDetailsPersons img {
  border-radius: 8px;
  width: 100%;
}

.serviceVideoSection::after {
  display: none;
}
.serviceVideoSection .speakBtn {
  color: white;
  font-size: 20px;
  text-decoration: underline;
  text-transform: capitalize;
  transition: all 0.5s;
}
.serviceVideoSection .speakBtn:hover {
  color: #5bc7ca;
}

.benifitSection ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.benifitSection ul li strong i {
  font-size: xx-small;
  color: #1c595a;
}
.benifitSection ul li p {
  margin-bottom: 0;
  margin-left: 6px;
}

.webiners_nav {
  justify-content: center;
}
.webiners_nav .nav-item:not(:last-child) {
  margin-right: 26px;
}
.webiners_nav .nav-item .nav-link {
  text-transform: capitalize;
  background: none;
  color: #1c595a;
  border-bottom: 3px solid #5bc7ca;
}
.webiners_nav .nav-item .nav-link.active {
  background: #1c595a;
  color: white;
}

.otherBlogs {
  padding: 40px 0;
  border-bottom: 1px solid #c2c2c2;
}
.otherBlogs img {
  width: 120px;
}
.otherBlogs h4 a {
  color: #1c595a;
  transition: all 0.5s;
  font-weight: 500;
}
.otherBlogs h4 a:hover {
  color: #000000;
}
.otherBlogs span {
  color: #949494;
}

.feedbackDiv {
  position: relative;
  background: #e7fcfc !important;
  padding: 40px 20px !important;
  border-radius: 10px;
}
.feedbackDiv img {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -40px;
  right: 30px;
  background: white;
  border: 4px solid #ec1c24;
  box-shadow: 1px 0px 16px rgba(0, 0, 0, 0.3882352941);
  border-radius: 50%;
}
.feedbackDiv p {
  color: #1c595a;
}

.whycnic_topDiv {
  padding: 24px 40px;
  background: #f1f6f6;
  border-radius: 16px;
}

.downArrowDiv {
  text-align: center;
  display: flex;
  justify-content: center;
}
.downArrowDiv .chevron {
  position: absolute;
  width: 32px;
  height: 4px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}
.downArrowDiv .chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}
.downArrowDiv .chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}
.downArrowDiv .chevron:before,
.downArrowDiv .chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #000000;
}
.downArrowDiv .chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}
.downArrowDiv .chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}
@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
.downArrowDiv i {
  font-size: 40px;
  color: #000000;
  opacity: 0.7;
}

.speciaGridDiv .commonDiv {
  margin-bottom: 0 !important;
}
.speciaGridDiv .feedbackDiv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/*********** 3 steps section css start ************/
.steps_ul {
  display: flex;
  margin: 60px 0;
  padding-left: 0;
  list-style: none;
}

.steps_ul li {
  border: 2px solid #1c595a;
}
.steps_ul li h1 {
  font-weight: 800;
  font-size: 80px !important;
  position: absolute;
  top: -50px;
}
.steps_ul li strong {
  font-size: 24px;
}

.steps_ul li:nth-child(odd) {
  background: #1c595a;
}
.steps_ul li:nth-child(odd) p {
  color: #fcd284;
}

.steps_ul li:nth-child(odd) strong {
  color: #5bc7ca;
}

.steps_ul li:nth-child(odd) h1 {
  color: #000000;
  text-shadow: 1px 1px 2px #ffffff, 1px 1px 2px #ffffff;
}

.steps_ul li:nth-child(even) {
  background: #5bc7ca;
}
.steps_ul li:nth-child(even) p {
  color: white;
}

.steps_ul li:nth-child(even) strong {
  color: #1c595a;
}

.steps_ul li:nth-child(even) h1 {
  color: #000000;
  text-shadow: 1px 1px 2px #ffffff, 1px 1px 2px #ffffff;
}

.steps_ul li .step_div {
  padding: 70px 20px 20px;
  color: white;
  position: relative;
}

.steps_ul li h1 {
  transition: all 0.6s;
}

.steps_ul li:hover h1 {
  transform: translateY(-6px);
}

.steps_ul li {
  transition: all 0.6s;
}

.steps_ul li:hover:nth-child(odd) {
  background: #5bc7ca;
}
.steps_ul li:hover:nth-child(odd) p {
  color: white;
}

.steps_ul li:hover:nth-child(even) {
  background: #1c595a;
}

.steps_ul li:hover:nth-child(odd) strong {
  color: #1c595a;
}

.steps_ul li:hover:nth-child(even) strong {
  color: #5bc7ca;
}

.footer_div {
  background: #f6fefe;
  border-top: 2px solid #1c595a;
}
.footer_div .footer_logo_div {
  margin-bottom: 20px;
}
.footer_div .footer_logo_div img {
  width: 180px;
  margin-bottom: 20px;
}
.footer_div .footer_logo_div p {
  color: #1c595a;
}
.footer_div .footer_logo_div ul {
  padding-left: 0;
  list-style: none;
}
.footer_div .footer_logo_div ul li {
  margin-bottom: 6px;
}
.footer_div .footer_logo_div ul li a {
  text-decoration: none;
  color: #1c595a;
  transition: all 0.5s ease-in-out;
}
.footer_div .footer_logo_div ul li a:hover {
  color: black;
}
.footer_div .footer_links_div {
  margin-bottom: 20px;
}
.footer_div .footer_links_div strong {
  color: #5bc7ca;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 24px;
  position: relative;
}
.footer_div .footer_links_div strong::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 40px;
  background: #1d696a;
  left: 0;
  bottom: -6px;
}
.footer_div .footer_links_div ul {
  padding-left: 0px;
  list-style: none;
  margin-top: 18px;
}
.footer_div .footer_links_div ul li {
  font-size: 17px;
}
.footer_div .footer_links_div ul li a {
  text-decoration: none;
  text-transform: capitalize;
  color: #1c595a;
  transition: all 0.5s;
}
.footer_div .footer_links_div ul li a:hover {
  padding-left: 5px;
  color: #5bc7ca;
}
.footer_div .footer_links_div ul li:not(:last-child) {
  margin-bottom: 8px;
}
.footer_div .footer_links_div ul.footer_social_icons {
  display: flex;
}
.footer_div .footer_links_div ul.footer_social_icons li {
  margin-right: 24px;
}
.footer_div .footer_links_div ul.footer_social_icons li a.active {
  padding: 6px 10px;
  background: #ec1c24;
  border-radius: 50%;
  color: white;
}
.footer_div .copy_right_area {
  padding-top: 40px;
  color: white;
}
.footer_div .copy_right_area p {
  color: #1c595a;
}

.accountDiv img {
  border-radius: 0 !important;
}
.accountDiv::after {
  border-radius: 0 !important;
}

.navbar-light .navbar-toggler {
  color: #ffffff;
  border: none;
  background: #1c595a;
  border-radius: 2px;
  padding: 6px 10px;
}

@media (min-width: 320px) and (max-width: 424.5px) {
  .sticky-top .navbar-brand img {
    width: 90px;
  }
  .banner_div .products_ul li:not(:last-child) {
    margin-right: 10px !important;
  }
  .banner_div .banner_slider_div {
    bottom: 0;
    left: 0 !important;
    transform: none !important;
  }
}
@media (min-width: 375px) and (max-width: 767.5px) {
  .navbar-brand {
    margin-right: 0;
  }
  .navbar-brand img {
    width: 100px !important;
  }
  .breadcrumb_div {
    padding: 80px 0;
  }
  .banner_div .banner_slider_div {
    bottom: 0;
  }
}
@media (min-width: 320px) and (max-width: 767.5px) {
  .button-89 {
    padding: 8px 18px !important;;
    font-size: 14px !important;;
  }
  p {
    font-size: 15px;
  }
  .sec_gap {
    padding: 40px 0 !important;
  }
  .sec_headeing .sec_head {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .banner_div .bg_image {
    height: 100vh !important;
  }
  .banner_div .banner_txt {
    left: 7px;
    transform: none;
    top: 20%;
    text-align: center;
  }
  .banner_div .banner_txt span {
    font-size: 15px;
  }
  .banner_div .banner_txt h1 {
    font-size: 60px;
    margin: 10px 0 20px;
  }
  .about_it_services p {
    width: 100%;
    margin: 0 auto 14px;
  }
  .it_servicesSlider .banner_slider_div .sec_headeing .sec_head {
    font-size: 20px;
  }
  .it_servicesSlider .banner_slider_div .sec_headeing .arrowImg img {
    display: none;
  }
  .servicesSlider .owl-nav,
  .blogsSliderSection .owl-nav,
  .industryCategorySlider .owl-nav {
    top: -20px;
  }
  .servicesSlider,
  .blogsSliderSection,
  .industryCategorySlider {
    padding: 20px 0;
  }
  .it_servicesSlider .banner_slider_div .item {
    padding: 20px 10px 20px 10px !important;
  }
  .grid_section .rightImgDiv img {
    display: block;
  }
  .grid_section .leftDiv .leftDivText span,
  .grid_section .leftDiv .leftDivText h2 {
    color: white;
    margin: 10px 0 20px;
  }
  .video_section img {
    height: 340px !important;
  }
  .grid_section_2 .leftDivText p {
    margin-bottom: 25px;
  }
  .grid_section_2 img {
    height: 330px !important;
  }
  .about_it_services img {
    height: 160px;
  }
  .footer_div .footer_logo_div img {
    width: 120px;
  }
  .footer_div .footer_links_div ul li {
    font-size: 13px;
  }
  .footer_div .footer_links_div strong {
    font-size: 18px;
  }
  .footer_div.sec_gap {
    padding: 20px 0 !important;
  }
  .footer_div .copy_right_area {
    padding-top: 12px;
  }
  .button-29 {
    font-size: 14px !important;
    border-radius: 6px !important;
    padding: 4px 10px !important;
  }
  .breadcrumb_div .breadcrumb_div_inner h3 {
    font-size: 20px;
  }
  .breadcrumb_div {
    padding: 80px 0 40px;
  }
  .breadcrumb_div .requestDiv {
    margin-top: 20px;
  }
  .blogsSliderSection .blogsSlider .item {
    padding: 20px 230px 20px 0;
  }
  .blogsSliderSection .blogsSliderItem .blogsSliderItemText p {
    font-size: 14px;
  }
  .blogsSliderSection .blogsSliderItem .blogsSliderItemText a {
    font-size: 18px;
  }
  .faqSection .faqDIV h5 {
    font-size: 17px;
  }
  .breadcrumb_div .requestDiv .speakBtn {
    font-size: 16px;
  }
  .breadcrumb_div .requestDiv p {
    width: 100%;
    font-size: 13px;
  }
  .serviceAboutSection .speakBtn,
  .webinerDetailsPersons .speakBtn {
    font-size: 16px;
  }
  .webinerDetailsPersons .commonDiv {
    margin-bottom: 30px;
  }
  .highlightedAera ul li {
    margin-bottom: 0px;
    font-size: 15px;
  }
  .toTopArrow {
    bottom: 12px;
    right: 20px;
    padding: 8px;
  }
  .contactUs .my_form {
    padding: 16px;
  }
  .articles .article-img img {
    width: 100%;
    height: 140px;
  }
  .articles .articles-txt .CS_title {
    font-size: 17px;
  }
  .caseStudiesDetails .caseStudyVideo img,
  .blogsSection .caseStudyVideo img {
    height: 180px;
  }
  .caseStudiesDetails .caseStudyVideo,
  .blogsSection .caseStudyVideo {
    margin-top: -70px;
    margin-bottom: 20px;
  }
  .caseStudiesDetails .caseStudyVideo .videoText i,
  .blogsSection .caseStudyVideo .videoText i {
    font-size: 48px;
  }
  .caseStudiesDetails .caseStudyDetailsText,
  .blogsSection .caseStudyDetailsText {
    width: 100%;
  }
  .caseStudiesDetails .back,
  .blogsSection .back {
    font-size: 16px;
  }
  .servicesSlider .owl-nav,
  .blogsSliderSection .owl-nav,
  .industryCategorySlider .owl-nav {
    top: -24px;
  }
  .webinerDetailsPersons .commonDiv {
    margin-bottom: 60px;
  }
  .whycnic_topDiv {
    padding: 20px;
  }
  .steps_ul li .step_div {
    padding: 48px 6px 20px;
  }
  .steps_ul li h1 {
    font-weight: 800;
    font-size: 60px !important;
    position: absolute;
    top: -40px;
  }
  .webiners_nav .nav-item:not(:last-child) {
    margin-right: 10px;
  }
  .webiners_nav .nav-item .nav-link {
    padding: 4px 8px;
    font-size: 13px;
  }
  .contactUs .contactUsFooter .contactUsFooterInner {
    width: 100%;
  }
  .zipCode {
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 991.5px) {
  .breadcrumb_div {
    padding: 140px 0 50px;
  }
  .breadcrumb_div .breadcrumb_div_inner h3 {
    font-size: 28px;
    color: aliceblue;
  }
  .sticky-top .navbar-brand img {
    width: 140px;
  }
  /*.button-89 {*/
  /*  --b: 2px;*/
  /*  padding: calc(0.3em + var(--s)) calc(1em + var(--s));*/
  /*  outline-offset: 0.6em;*/
  /*  font-size: 14px;*/
  /*}*/
  p {
    font-size: 15px;
  }
  .sec_gap {
    padding: 40px 0 !important;
  }
  .sec_headeing .sec_head {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .banner_div .bg_image {
    height: 80vh !important;
  }
  .banner_div .banner_txt {
    left: 50%;
    transform: translateX(-50%) !important;
    transform: none;
    top: 10%;
    text-align: center;
  }
  .banner_div .banner_txt span {
    font-size: 15px;
  }
  .banner_div .banner_txt h1 {
    font-size: 20px;
    margin: 10px 0 20px;
  }
  .about_it_services p {
    width: 100%;
    margin: 0 auto 14px;
  }
  .it_servicesSlider .banner_slider_div .sec_headeing .sec_head {
    font-size: 24px;
  }
  .it_servicesSlider .banner_slider_div .sec_headeing .arrowImg img {
    width: 90px;
  }
  .about_it_services img {
    width: 100%;
    height: 300px;
  }
  .faqSection .faqDIV h5::before {
    left: -10px;
  }
  .faqSection .faqDIV p::before {
    padding: 2px 6px;
    left: -40px;
  }
  .footer_div .footer_logo_div img {
    width: 140px;
  }
  .benifitSection ul li {
    justify-content: left;
  }
  .benifitSection ul li p {
    width: 65%;
    margin-bottom: 0;
    margin-left: 6px;
  }
  .articles .article-img img {
    width: 100%;
    height: 120px;
  }
  .articles .articles-txt .CS_sub_title {
    font-size: 12px;
  }
  .articles .articles-txt .CS_title {
    font-size: 14px;
  }
  .articles .articles-txt {
    padding: 12px;
  }
  .highlightedAera ul li {
    margin-bottom: 0;
    font-size: 14px;
  }
  .caseStudiesDetails .caseStudyVideo img,
  .blogsSection .caseStudyVideo img {
    height: 180px;
  }
  .caseStudiesDetails .caseStudyVideo,
  .blogsSection .caseStudyVideo {
    margin-top: -70px;
    margin-bottom: 20px;
  }
  .caseStudiesDetails .caseStudyVideo .videoText i,
  .blogsSection .caseStudyVideo .videoText i {
    font-size: 48px;
  }
  .caseStudiesDetails .caseStudyDetailsText,
  .blogsSection .caseStudyDetailsText {
    width: 100%;
  }
  .caseStudiesDetails .back,
  .blogsSection .back {
    font-size: 16px;
  }
  .button-29 {
    font-size: 18px !important;
    border-radius: 6px !important;
    padding: 4px 10px !important;
  }
}
/* CSS */
.button-29 {
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: radial-gradient(100% 100% at 100% 0, #4dc4c5 0, #7fc0c2 100%);
  border: 0;
  border-radius: 8px;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  list-style: none;
  overflow: hidden;
  padding: 11px 18px;
  position: relative;
  text-decoration: none;
  transition: box-shadow 0.15s, transform 0.15s;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow, transform;
  font-size: 18px;
  text-transform: capitalize;
}

.button-29:hover {
  box-shadow: rgba(79, 61, 119, 0.4) 0 4px 8px, rgba(117, 82, 192, 0.3) 0 7px 13px -3px, #7fc0c2 0 -3px 0 inset;
  transform: translateY(-2px);
  color: black;
}
.elementor-button-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.button-29:active {
  box-shadow: #5bc7ca 0 3px 7px inset;
  transform: translateY(2px);
}/*# sourceMappingURL=style.css.map */