@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

:root {
  --primary-color: #2d3de9;
  --title-color: #232323;
  --body-text: #616268;
}

body,
html {
  overflow-x: hidden;
}

body {
  font-family: "Inter", sans-serif;
  background: #fff;
  overflow-x: hidden;
}

img,
img a {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  transition: ease-in 0.5s;
}
button:focus,
button:hover {
  outline: 0px;
  border: 0px;
}
a:focus {
  outline: 0px;
  border: 0px;
}
a:hover {
  color: var(--primary-color);
}
ul,
ul li {
  list-style: none;
  padding: 0px;
}
.sectionSpacing-5 {
  padding: 7rem 0;
}
.sectionSpacing {
  padding: 5rem 0;
}
.sectionSpacing-2 {
  padding: 1rem 0;
}
.sectionSpacing-3 {
  padding: 3.5rem 0;
}

p {
  font-size: 1rem;
  line-height: 26px;
  color: var(--body-text);
  font-weight: 400;
}
.header {
  width: 100%;
  background-color: #fff;
  padding: 15px 0px;
  box-shadow: 0px 1px 10px #00000017;
}

.header.fixedHeader {
  position: fixed;
  z-index: 6;
  width: 100%;
  left: 0px;
}

.header .navBrand img {
  width: 200px;
}
.main_menunav {
  display: flex;
  justify-items: flex-end;
}
.main_menunav ul {
  margin: 0px;
}
.main_menunav ul li {
  display: inline-block;
}
.main_menunav ul li a {
  font-size: 16px;
  color: var(--title-color);
  font-weight: 400;
  margin: 0px 20px;
}
.main_menunav ul li a:hover {
  color: var(--primary-color);
}
.section_title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 2rem;
}
.btnHeader {
  background: var(--primary-color);
  color: #fff;
  font-size: 16px;
  padding: 0px 30px;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid transparent;
  height: 40px;
  white-space:nowrap;
  line-height: 40px;
}

.HomeBanner {
  position: relative;
  width: 100%;
  height: calc(80vh - 70px);
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 30px;
}
.HomeBanner::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: transparent
    radial-gradient(closest-side at 46% 50%, #00000057 0%, #000000a6 100%) 0% 0%
    no-repeat padding-box;
  opacity: 0.58;
  z-index: 1;
}
#bgVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translate(-50%, -50%);
  background-size: cover;
}
.HomeBanner .banner_content-block {
  max-width: 900px;
  margin: 0px auto;
  position: relative;
  z-index: 5;
}
.HomeBanner .banner_content-block .title {
  color: #fff;
  font-weight: 700;
}
.HomeBanner .banner_content-block .title {
  font-size: 70px;
}

.ticker-wrap {
  position: absolute;
  bottom: 10px;
  width:100%;
  overflow: hidden;
  height: 150px; /* Adjust height as needed */
  overflow: hidden;
  z-index: 2;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  text-align: center;
}

.ticker {
  margin-top: 150px; /* Initial position outside container */
}

.ticker__item {
  display: inline-block;
  padding: 0 2rem;
  font-size: 20px;
  color: #fff;
}
/* @keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);

    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
    }
} */
.btnHeader:hover {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  background: #fff;
}
.btnPrimary {
  background: var(--primary-color);
  color: #fff;
  font-size: 16px;
  padding: 12px 30px;
  display: inline-block;
  margin: 10px 0px;
  border-radius: 30px;
  border: 1px solid transparent;
  height: 50px;
}
.btnPrimary .btn_icon {
  width: 25px;
}
.btnPrimary.btnLg {
  padding: 12px 50px;
}
.btnPrimary:hover {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  background: #fff;
}

.grp_img-animation {
  width: 100%;
  position: relative;
  background: url(../images/Circles.png) no-repeat;
  background-position: 100%;
  background-size: cover;
  height: 350px;
  transition: linear 0.5s;
}

.square_graphics {
  background: #000fab1a;
  width: 250px;
  height: 334px;
  position: absolute;
  border-radius: 30px;
  transform: rotate(157deg);
  left: 118px;
  top: 0px;
  transition: linear 0.5s;
}

.grp_img-animation .img_1 {
  width: 316px;
  border-radius: 25px;
  overflow: hidden;
  height: 370px;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 95px;
  position: absolute;
  transition: linear 0.5s;
}
/* .grp_img-animation .img_1:hover{
    margin-top: -15px;
} */
.grp_img-animation .img_2 {
  width: 181px;
  border-radius: 16px;
  overflow: hidden;
  height: 158px;
  background-repeat: no-repeat;
  background-position: center;
  transition: linear 0.5s;
  position: absolute;
  left: 36px;
  bottom: -70px;
}
.grp_img-animation .img_3 {
  width: 110px;
  border-radius: 16px;
  overflow: hidden;
  height: 104px;
  background-repeat: no-repeat;
  background-position: 44% 37%;
  margin: 0px auto;
  transition: linear 0.5s;
  position: absolute;
  top: 13px;
  background-size: 109%;
  right: 137px;
}
.grp_img-animation .img_4 {
  width: 172px;
  border-radius: 16px;
  overflow: hidden;
  height: 167px;
  background-repeat: no-repeat;
  background-position: 0%;
  margin: 0px auto;
  transition: linear 0.5s;
  position: absolute;
  bottom: -86px;
  background-size: 300px;
  right: 137px;
  z-index: -1;
  transition: linear 0.5s;
}

.grp_img-animation .img_5 {
  width: 58px;
  border-radius: 6px;
  overflow: hidden;
  height: 55px;
  background-repeat: no-repeat;
  background-position: 93%;
  margin: 0px auto;
  transition: linear 0.5s;
  position: absolute;
  background-size: 93px;
  bottom: -130px;
  left: 225px;
}

.section_header {
  margin: 0px auto;
}

.benefit_step-block {
  width: 100%;
  padding: 40px 40px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 15, 171, 0.1);
  position: relative;
  text-align: center;
  margin: 20px 0px;
}
.benefit_step-block .title {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.benefit_step-block .step_count {
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 7px;
  top: 7px;
}

.landingReview {
  width: 100%;
  padding: 70px 50px;
  background: #f7f7f5;
  border-radius: 25px;
}
.communty_block {
  width: 100%;
  padding: 50px 60px;
  border-radius: 25px;
  background: rgb(44, 51, 133);
  background: linear-gradient(
    95deg,
    rgba(44, 51, 133, 1) 0%,
    rgba(45, 61, 233, 1) 100%
  );
}
.communty_block .content_block .title {
  color: #fff;
  font-size: 40px;
  margin-bottom: 30px;
}
.communty_block .content_block .sub_title {
  font-size: 24px;
  color: #fff;
}
.communty_block .content_block p {
  color: #fff;
}
.reviewBlock {
  width: 100%;
  border-radius: 15px;
  padding: 30px;
  background: #fff;
  box-shadow: 0px 8px 20px #00000014;
}
.reviewBlock .block_header {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}
.reviewBlock .block_header .user_img {
  width: 58px;
  height: 58px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 10px;
}
.reviewBlock .block_header .user_img img {
  width: 58px;
  height: 58px;
  display: inline-table;
  object-fit: cover;
}
.reviewBlock .block_header .user_dtls .title {
  font-size: 18px;
  font-weight: 700;
  margin: 0px;
}
.reviewBlock .block_header .user_dtls .desigmnation {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-color);
  margin: 0px;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56%;
  width: 100%;
  text-align: left;
}
.video-wrapper iframe {
  width: 100%;
  position: absolute;
  height: 100%;
  overflow: hidden;border-radius: 10px;
}
.owl-dots .owl-dot span {
  background: rgba(97, 98, 104, 0.21) !important;
}
.owl-dots .owl-dot.active span {
  background: var(--primary-color) !important;
}
.owl-nav {
  width: 100%;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}
.owl-prev,
.owl-next {
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  color: var(--primary-color) !important;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
  transition: ease-in 0.5s;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: var(--primary-color);
  color: #fff !important;
}
.owl-prev {
  left: -80px;
}

.owl-next {
  right: -80px;
}
.owl-nav i {
  font-size: 25px;
  line-height: 45px;
  color: var(--primaryColor);
}

.blogSlider {
  position: relative;
}

.blog_landing-block {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  background: #f7f7f5;
  margin: 15px 0px;
}

.blog_landing-block .img_thumb {
  margin: 0px;
}
.blog_landing-block .img_thumb img {
  width: 100%;
  height: 325px;
  object-fit: cover;
}
.blog_landing-block .blog_content-block {
  padding: 20px 20px;
}
.blog_landing-block .blog_content-block .author_name {
  color: var(--primary-color);
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 20px;
}
.blog_landing-block .blog_content-block .blog_title {
  font-size: 20px;
  line-height: 28px;
  color: var(--title-color);
}
.blog_landing-block .blog_content-block .blog_title a {
  color: var(--title-color);
}

.block_industry {
  width: 100%;
  padding: 0px 15px;
}

.block_industry .block_content {
  width: 100%;
  text-align: center;
  padding: 15px 0px;
}

.block_industry .block_content .title{
  color: #232323;
font-size: 20px;
line-height: 30px;
font-weight: 600;
}

.innerbnner {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: 100%;
  background-repeat: no-repeat;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.innerbnner .sub_title {
  color: #fff;
  font-size: 20px;
}
.innerbnner .title {
  color: #fff;
  font-size: 50px;
}
ol.breadcrumb li,
ol.breadcrumb li a {
  color: #fff;
  font-size: 14px;
}
ol.breadcrumb li.active {
  color: #fff;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.story_img-block {
  padding: 0px 20px;
  position: relative;
}
.story_thumb-bg {
  width: 321px;
  height: 418px;
  background-color: var(--primary-color);
  border-radius: 30px;
  position: absolute;
  transform: rotate(-15deg) scale(1);
  z-index: -1;
  transition: transform ease-in 0.5s;
}
.story_col-img {
  width: 100%;
  height: 451px;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: cover;
  border-radius: 30px;
  background-position: top;
}
.story_col-img img {
  height: 451px;
  object-fit: cover;
  transition: all ease-in 0.5s;
}
.story_img-block:hover .story_thumb-bg {
  transform: rotate(-20deg) scale(1.1);
}

.story_img-block:hover .story_col-img img {
  transform: scale(1.1);
}

.team_user-block {
  width: 100%;
  padding: 20px;
  border-radius: 30px;
  background: #f7f7f5;
  margin: 20px 0px;
  position: relative;
  text-align: center;
}
.team_user-block .user_image {
  margin-bottom: 25px;
}
.team_user-block .user_image img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  object-fit: cover;
  margin: 0px auto;
}
.team_user-block .user_details {
  margin-bottom: 20px;
}
.team_user-block .user_name {
  font-size: 20px;
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 5px;
}

.team_user-block .user_designation {
  font-size: 13px;
  color: var(--primary-color);
  font-size: 500;
}
.team_user-block p {
  font-size: 15px;
  line-height: 24px;
}
.team_user-block .social_btn {
  width: 38px;
  height: 38px;
  color: #fff;
  background: var(--primary-color);
  border-radius: 100%;
  display: block;
  line-height: 38px;
  position: absolute;
  right: 22px;
}

.privacy_parent-wrap {
  width: 100%;
  background-color: #f7f7f5;
  margin: 20px 0px;
  border-radius: 14px;
}

.privacy_parent-wrap .privacy__head {
  padding: 25px;
  position: relative;
  display: block;
  cursor: pointer;
}

.privacy_parent-wrap .privacy__head h4 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

.privacy__head .privacy__arrow {
  content: "";
  width: 15px;
  height: 15px;
  border: none;
  border-bottom: 2px solid var(--primary-color);
  border-right: 2px solid var(--primary-color);
  background: transparent;
  position: absolute;
  top: 22px;
  right: 22px;
  transform: rotate(45deg);
  transition: transform 0.5s;
}

.privacy__head.active .privacy__arrow {
  transform: rotate(225deg);
  top: 33px;
}

.privacy_parent-wrap .privacy__content_wrap {
  padding: 25px;
  display: none;
}

.footer {
  width: 100%;
  padding: 30px 0px 0px;
}
.footer .footer_logo {
  text-align: center;
  margin-bottom: 25px;
}
.footer .footer_logo img {
  width: 280px;
}
ul.social_icon_list {
  display: flex;
  justify-content: center;
}
ul.social_icon_list li {
  margin: 0px 10px;
}
ul.social_icon_list li a {
  color: #616268;
}
ul.social_icon_list li a:hover {
  color: var(--primary-color);
}
ul.footer_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px 0px;
}
ul.footer_nav li {
  margin: 10px 15px;
}
ul.footer_nav li a {
  color: var(--title-color);
}
ul.footer_nav li a:hover {
  color: var(--primary-color);
}
.footer_bottom {
  width: 100%;
  padding: 15px 0px;
  background: #f7f7f5;
}
.footer_bottom p {
  padding: 0px;
  margin: 0px;
  color: #616268;
  font-size: 14px;
}
.startx_wrap p {
  font-size: 18px;
}
.para_pointer {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 22px;
}
.startx-thumb {
  width: 100%;
  height: 450px;
  overflow: hidden;
  border-radius: 25px;
  background-position: 13%;
  background-repeat: no-repeat;
}
.leagl_left-bar {
  width: 100%;
  padding: 15px;
  background: #f7f7f5;
  border-radius: 15px;
}
.leagl_left-bar .title {
  font-size: 22px;
  font-weight: 700;
  color: var(--title-color);
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.leagl_left-bar .title:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #707070;
  position: absolute;
  bottom: 0px;
}
ul#tabs-nav {
  list-style: none;
  margin: 0;
}
ul#tabs-nav li {
  width: 100%;
  font-weight: bold;
  font-size: 14px;
  padding: 15px 10px;
  margin: 10px 0px;
  border-radius: 5px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: ease-in 0.5s;
  position: relative;
}
ul#tabs-nav li a {
  color: var(--title-color);
}
ul#tabs-nav li:hover,
ul#tabs-nav li.active {
  border: 2px solid var(--primary-color);
  padding-left: 15px;
  background: #e9f2ff;
  transition: ease-in 0.5s;
}
ul#tabs-nav li:hover a,
ul#tabs-nav li.active a {
  color: var(--primary-color);
}
ul#tabs-nav li:hover::before,
ul#tabs-nav li.active::before {
  content: "";
  width: 5px;
  height: 70%;
  background: var(--primary-color);
  border-radius: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2px;
  transition: ease-in 0.5s;
}
#tabs-nav li a {
  text-decoration: none;
  color: #fff;
}
.tab-content {
  padding: 0px 20px;
  background-color: #fff;
}
.legal_tabs .tab-content .title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}

.blog_details-wrap .image_wrap-box {
}
.blog_details-wrap .img_thumb img {
  width: 450px;
  height: 400px;
  border-radius: 20px;
  object-fit: cover;
  margin-right: 25px;
}
.blog_action-wrap {
  display: flex;
  flex-wrap: wrap;

  margin-bottom: 25px;
  border-bottom: 1px solid #e2e2e2;
}

.blog_action-wrap .user_details {
  display: flex;
  color: #616268;
  margin-right: 15px;
}
.blog_action-wrap .user_details .user {
  color: var(--primary-color);
  font-weight: 600;
  margin-right: 10px;
}
.blog_action-wrap .post_action {
  margin-right: 15px;
}
.post_action ul {
  display: flex;
}
.post_action ul li {
  align-items: center;
  margin-left: 10px;
  position: relative;
  padding-left: 25px;
}
.post_action ul li a{
  color: var(--title-color);
}
.post_action ul li .icon {
  position: absolute;
  width: 20px;
  left: 0px;
  top: -2px;
}
.post_social ul {
  display: flex;
  align-items: center;
}
.post_social ul li {
  margin-left: 10px;
  font-weight: 600;
}
.post_social ul li a .fa-brands {
  width: 20px;
  height: 20px;
  background: var(--title-color);
  border-radius: 100%;
  text-align: center;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 10px;
}

.cust_pagination {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.cust_pagination .page-numbers{
  display: block;
  padding: 5px 10px;
  border: 1px solid #abb8c3;
  margin: 0px 5px;
  border-radius: 4px;
  color: var(--title-color);
}
.cust_pagination .page-numbers.current, .cust_pagination .page-numbers:hover {
  background: var(--primary-color);
  color: #fff;
  border: 1px solid var(--primary-color);
}
.comment-respond {
  margin-bottom: 30px;
  max-width: 600px;
}
.comment-form-comment label {
  display: block;
}
.comment-form-comment textarea {
  height: 150px;
  border: 1px solid #a3a2a2;
  padding: 15px;
  border-radius: 5px;
  width: 100%;
}
.comment-form-author input, .comment-form-email input, .comment-form-url input{
  width: 100%;
  border: 1px solid #a3a2a2;
  padding: 15px;
  height: 40px;
  border-radius: 5px;
}
.comment-form-author label, .comment-form-email label, .comment-form-url label{
  display: block;
}
.comment-form-cookies-consent {
  display: flex;
  align-items: baseline;
}
.comment-form-cookies-consent input{
  margin-right:10px
}
.form-submit .submit {
  background: var(--primary-color);
  color: #fff;
  font-size: 16px;
  padding: 12px 30px;
  display: inline-block;
  margin: 10px 0px;
  border-radius: 30px;
  border: 1px solid transparent;
  height: 50px;
}
ol.commentlist {
  list-style: none;
  padding: 0px;
  margin: 20px 0px;
}
ol.commentlist li .says {
  display: block;
}
.comment-body .comment-reply-link {
  background: var(--primary-color);
  color: #fff;
  font-size: 16px;
  padding: 7px 30px;
  display: inline-block;
  margin: 10px 0px;
  border-radius: 30px;
  border: 1px solid transparent;
  height: 40px;
}
.commentmetadata a{
  color: var(--title-color);
}
.comment-reply-title a{
  color: var(--title-color);
}
.comment-reply-title small {
  display: block;
    font-size: 1rem;
    margin: 8px 0px;
}
.comment-reply-title small a{
  color: var(--primary-color);
}
.communty_block a{
	border-bottom:1px solid white;color:white;
	transition:all 0.5s
}
.communty_block a:hover{
	border:none;transition:all 0.5s
}
/*----media fixing----*/
.media-page-sec .blog_landing-block .img_thumb img{
  height: auto;
}
.accordion-button:not(.collapsed){
  background-color: #d7daff;
  color: var(--primary-color);
}
.accordion-button{
  box-shadow: none !important;
  font-weight: bold;
  font-family: "Inter", sans-serif;
}
.sec-marg{
  margin-top: 50px;
}
.page-template-template-help .header{
  display: none;
}
.page-template-template-aboutus.page-child.parent-pageid-457 .header{
  display: none;
}
.sectionSpacing .sectionSpacing{
  margin-top: 50px;
}
.sectionSpacing .sectionSpacing:first-of-type{
  margin-top: 0;
}
/***/
#comments{margin-bottom: 60px;}
.home .owl-carousel .owl-stage{display: flex;}
.home .owl-carousel .item, .home .owl-carousel .blog_landing-block{height: 100%;}
.home .owl-carousel .blog_landing-block{
  margin: 0;
}
@media (max-width:1200px){
  .about-our-story .rgt-sc{
    padding-left: 150px;
  }
}
@media (min-width:768px) and (max-width:992px){
  .about-our-story{padding-bottom: 0;}
  .HomeBanner .banner_content-block .title{
    font-size: 50px;
  }
  .hm-banner-btm .rgt-sc{padding-top: 150px;}
  .home #updates, .home #howitwork{
		padding-top:0
	}
	.home #howitwork{
		padding-bottom:0
	}
  .benefit_step-block{height: 100%;margin: 0;}.team-sc{padding-top: 0;}
}
@media (max-width: 767px) {

	.header .col-5 {
		flex: 0 0 38%;
        width: 38%;
	}
	.header .col-6 {
		flex: 0 0 53%;
        width: 53%;
	}
	
  .landingReview {
    padding: 20px;
  }
  .HomeBanner .banner_content-block .title {
    font-size: 24px;
  }
  .sectionSpacing-5 {
    padding: 3rem 0;
  }
  .grp_img-animation {
    height: 500px;
  }
  .communty_block {
    padding: 35px;
  }

  .grp_img-animation .img_1 {
    width: 265px;
    border-radius: 25px;
    overflow: hidden;
    height: 370px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
  }
  .grp_img-animation .img_3 {
    width: 83px;
    border-radius: 16px;
    overflow: hidden;
    height: 80px;
    right: 0px;
  }
  .grp_img-animation .img_2 {
    width: 119px;
    border-radius: 16px;
    overflow: hidden;
    height: 111px;
    background-repeat: no-repeat;
    background-position: center;
    transition: linear 0.5s;
    position: absolute;
    left: 0;
    bottom: 90px;
  }
  .grp_img-animation .img_4 {
    width: 125px;
    height: 117px;
    bottom: 73px;
    background-size: 300px;
    right: 0px;
    z-index: -1;
  }

  .grp_img-animation .img_5 {
    width: 58px;
    border-radius: 6px;
    overflow: hidden;
    height: 55px;
    background-repeat: no-repeat;
    background-position: 93%;
    margin: 0px auto;
    transition: linear 0.5s;
    position: absolute;
    background-size: 93px;
    bottom: 42px;
    left: 138px;
  }
  .square_graphics {
    left: 43px;
    top: 0px;
  }
  .ticker-wrap {
    width: auto;
  }
  .ticker__item {
    font-size: 14px;
  }
	
	.btnHeader {
		font-size:14px;
		padding: 0px 20px;
	}
}

@media (min-width: 768px) {
  .grp_img-animation:hover .img_1 {
    margin-top: -10px;
  }
  .grp_img-animation:hover .img_2 {
    left: 20px;
    bottom: -98px;
  }
  .grp_img-animation:hover .img_3 {
    top: 13px;
    right: 120px;
  }
  .grp_img-animation:hover .img_4 {
    bottom: -107px;
    right: 117px;
  }

  .grp_img-animation:hover .img_5 {
    bottom: -92px;
  }
  .grp_img-animation:hover .square_graphics {
    left: 100px;
    top: -25px;
  }

  .industryReco.owl-carousel .owl-stage-outer {
     overflow: inherit !important;
   }
   .industryReco.owl-carousel .owl-stage-outer .owl-item{
     opacity: 0;
   }
   
   
   .industry_reco .owl-centered .owl-item.active {
     opacity: .2;
   }
   
   .industry_reco .owl-centered .owl-item.active.center{
     opacity: 1;
     z-index: 4;
   }
   .owl-centered .owl-item.active .img_thumb img {
    transition: transform ease-in-out 1000ms;
   }
   
  
   .owl-centered .owl-item.active.center .block_industry .block_content{
    padding-top: 45px;
   }

}
@media (min-width:1200px){
  .owl-centered .owl-item.active.center .img_thumb img {
    transform: scale(1.25);
  }
}
@media (max-width: 992px) {
  .about-our-story .rgt-sc{padding-left: 0;}
  .leagl_left-bar {
    margin-bottom: 20px;
  }
  .leagl_left-bar .title {
    margin-bottom: 10px;
  }
  ul#tabs-nav {
    display: flex;
    overflow-y: auto;
  }
  ul#tabs-nav li {
    white-space: nowrap;
    margin-right: 5px;
  }
  .tab-content {
    padding: 0px;
  }
  .blog_details-wrap .img_thumb img {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    object-fit: cover;
    margin-right: 25px;
  }
}
@media (max-width: 1024px) {
  .hamburger {
    color: var(--primary-color);
    font-size: 1.45rem;
    margin-right: 10px;
    display: block;
  }
  .main_menunav {
    display: block;
    width: 300px;
    position: fixed;
    background-color: #fff;
    height: 100%;
    top: 0px;
    z-index: 9;
    left: -300px;
    transition: all ease-in 0.5s;
  }
  .btnClose {
    color: var(--title-color);
    font-size: 2rem;
    float: right;
    margin-right: 10px;
  }
  .main_menunav ul {
    margin-top: 25px;
  }
  .main_menunav ul li {
    display: block;
    padding: 10px 0px;
    border-bottom: 1px solid #c4c4c4;
  }
  .main_menunav ul li a {
    font-size: 18px;
    color: var(--title-color);
    margin: 0px 20px;
  }
  .main_menunav.visible {
    left: 0px;
  }
  .innerbnner {
    height: 250px;
  }
  .innerbnner .title {
    font-size: 30px;
  }
  .privacy_parent-wrap .privacy__head h4 {
    font-size: 18px;
  }
  .privacy__head .privacy__arrow {
    content: "";
    width: 15px;
    height: 15px;
    border: none;
    border-bottom: 2px solid var(--primary-color);
    border-right: 2px solid var(--primary-color);
    top: 22px;
  }
}
@media (min-width: 1025px) {
  .btnClose,
  .hamburger {
    display: none;
  }
  .cust-desktop-menu-hide {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .benefitWrap .row {
    margin: 0px -20px;
  }
  .benefitWrap .col-md-4 {
    padding: 0px 20px;
  }
  .benefitWrap .mt-1 {
    margin-top: 100px !important;
  }
  .benefitWrap .mt-2 {
    margin-top: 200px !important;
  }
  .header .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .header .col-lg-7 {
    flex: 0 0 59%;
    max-width: 59%;
  }
  .header .col-lg-2 {
    flex: 0 0 16%;
    max-width: 16%;
  }
  .startx_wrap {
    padding: 0px 300px 0px 20px;
  }
  .logo_startx {
    max-width: 223px;
  }
}

/****/
@media (max-width:767px){ .about-our-story{padding-bottom: 0;}.team-sc{padding-top: 0;}
  .story_thumb-bg{
    left: 0;right: 0;
  }
  .story_img-block{margin: 0px 40px;}
  .story_thumb-bg{
    width: 100%;
  }
  
  .home #updates, .home #howitwork{
		padding-top:0
	}
	.home #howitwork{
		padding-bottom:0
	}
	.btnPrimary{
		height:unset;
		padding-left:15px;padding-right:15px
	}
	.section_title, .communty_block .content_block .title{
		font-size:30px;line-height:1.3
	}

	body .communty_block{
		padding-left:15px;
		padding-right:15px
	}
}