@charset "UTF-8";

:root {
  --it-ff-body: "Lato", sans-serif;
  --it-ff-heading: "Lato", sans-serif;
  --it-ff-fontawesome: Font Awesome 5 Pro;
  --it-common-white: #ffffff;
  --it-common-white-2: #d0d0d0;
  --it-common-black: #222222;
  --it-common-black-2: #1f2126;
  --it-common-black-3: #333333;
  --it-common-black-4: #262626;
  --it-common-black-5: #1b1a1a;
  --it-common-blue: #081e41;
  --it-common-blue-2: #1c439d;
  --it-common-blue-3: #32409a;
  --it-common-blue-4: #2272b7;
  --it-common-blue-5: #1167b1;
  --it-common-orange: #ff5f1f;
  --it-common-orange-2: #f16b08;
  --it-common-red: #f14b4f;
  --it-heading-primary: #222222;
  --it-grey-1: #f5f8f9;
  --it-grey-2: #898989;
  --it-grey-3: #f7f7f7;
  --it-grey-4: #7d7f85;
  --it-grey-5: #f4f5f7;
  --it-grey-6: #f6f7f8;
  --it-grey-7: #636363;
  --it-grey-8: #f2f4f6;
  --it-text-body: #4e4e4e;
  --it-theme-1: #ff6400;
  --it-theme-2: linear-gradient(
    15deg,
    rgb(238, 92, 10) 0%,
    rgb(254, 188, 0) 100%
  );
  --it-border-1: #dddddd;
  --it-border-2: #595252;
  --it-service-txt: #020202;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl,
  .container-xxxl {
    max-width: 1320px;
  }
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl,
.container-xxxl {
  --bs-gutter-x: 30px;
}

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

body {
  font-family: var(--it-ff-body);
  font-size: 17px;
  font-weight: 400;
  color: var(--it-text-body);
  line-height: 1.3;
  overflow-x: hidden;
  font-display: swap;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--it-ff-heading);
  color: var(--it-heading-primary);
  margin-top: 0;
  font-weight: 700;
  line-height: 1.1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

img {
  max-width: 100%;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0;
  padding: 0;
}

p {
  font-size: 16px;
  color: #676767;
  line-height: 150%;
  margin-bottom: 0px;
}

.z-index {
  position: relative;
  z-index: 2;
}

.z-index-3 {
  position: relative;
  z-index: 3;
}

.z-index-4 {
  position: relative;
  z-index: 4;
}

.z-index-5 {
  position: relative;
  z-index: 5;
}

.z-index-6 {
  position: relative;
  z-index: 6;
}

a,
.btn,
button,
input,
select,
textarea,
li,
img,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}
a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}
a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: 0 0;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input,
textarea {
  outline: none;
  color: var(--it-common-black);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #70737d;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #70737d;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #70737d;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #70737d;
}

input[type="color"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

img::selection {
  background: transparent;
}

*::-moz-placeholder {
  color: var(--it-common-black);
  font-size: var(--it-fz-body);
  opacity: 1;
}

*::placeholder {
  color: var(--it-common-black);
  font-size: var(--it-fz-body);
  opacity: 1;
}

.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

.gx-30 {
  --bs-gutter-x: 30px;
}

.gx-40 {
  --bs-gutter-x: 40px;
}

.gx-50 {
  --bs-gutter-x: 12px;
}

.gx-60 {
  --bs-gutter-x: 65px;
}

.gx-20 {
  --bs-gutter-x: 20px;
}

.gx-25 {
  --bs-gutter-x: 25px;
}

.gx-60 {
  --bs-gutter-x: 60px;
}

.breadcrumb {
  font-size: 16px;
  line-height: 24px;
  font-family: "Lato", sans-serif;
}

.contact_form_recaptcha {
  margin-top: 25px;
}
.career_form_recaptcha {
  position: relative;
  transform: translateX(-50%);
  left: 79%;
}
.request_demo_form_recaptcha {
  position: relative;
  transform: translateX(-50%);
  left: 50%;
}


/* cms page css */
/* first section */
.gap-16{
  gap:16px;
  padding-bottom: 50px;
}
.certificate{
  padding: 50px 0px 100px 0px;
}
.btn_black
{
  background-color:#2A2A2A !important;
  width: 167px;
  padding: 0 !important;
}
.serice__banner .orangebtn{
  width: 190px;
  padding: 0px;
}

.pt_100{
  padding-top: 100px;
}
.pb_100{
  padding-bottom: 100px;
}

/* second section */
.fetures_benifits .resource__list
{
  margin:60px 0px 100px 0px;
}
.fetures_benifits .resource_tax_list .active{
      background: #F4F4F4; 

}
.fetures_benifits .resource_tax_link a{
  color: #020202 !important;
}
.fetures_benifits .resource_tax_list{
  border-bottom: 1px solid #D9D9D9;
}
.fetures_benifits .resource_tax_link
{
  flex: 1;
  text-align: center;
  height: 68px;
  padding: 24px 16px 24px 16px;  
}
.fetures_benifits .resource_tax_link a{
    font-size: 28px;
    font-weight: 700;
    line-height: 15px;

}
.pt-48{
  padding-top: 48px;
}
.mt-25{
  margin-top: 25px;
}
.fetures_benifits .leftside_img{
  border-radius: 20px;
}
.fetures_benifits .resource_list h2{
  padding-bottom: 35px;
}
.fetures_benifits .resource_list  ol{
  color: #676767;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 16px;
}
.fetures_benifits .resource_list ol li{
  line-height: 27px;
}
.fetures_benifits .resource_list .tab-content,
.FAQ .tab-pane {
    display: none;
}
.fetures_benifits .resource_list .tab-content.active,
.FAQ .tab-pane.show.active {
    display: block;
}
.FAQ{
  padding-top: 50px;
}
.fetures_benifits .tab-content:target {
  display: block;
}
.fetures_benifits .resource_tax_link a {
  text-decoration: none;
  color: inherit;
}
.fetures_benifits .resource_tax_link.active a {
  font-weight: 700;
  color: #020202 !important;
}
.fetures_benifits .tab-content .section-title{
  font-weight: 700;
}
.fetures_benifits ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.fetures_benifits ol li {
  counter-increment: item;
  display: flex;
  align-items: flex-start;
}
.fetures_benifits ol li::before {
  content: counter(item) ". ";
  font-weight: normal;
  color: #676767;
  font-size: 18px;
  padding-right: 10px;
}
.fetures_benifits ol li div {
  flex: 1;
}
/* third sectin */
.FAQ .resource_tax_list{
display: block;
}
.FAQ .flexitm{
  padding: 36px 36px 0px !important;
}
.pb-36{
  padding-bottom: 36px;
}

.FAQ .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: #FF6400 !important;
  width: 257px;
  border-radius: 30px;
  color: #fff !important;
  padding: 16px 12px 16px 12px;
}
.FAQ .nav-pills .nav-link, .nav-pills .show>.nav-link{
  background-color: #fff !important;
  width: 257px;
  border-radius: 30px;
  border: 1px solid #D9D9D9;
  color: #2A2A2A !important;
  padding: 16px 12px 16px 12px;
  height: 44px;
  line-height: 11px;
  font-size: 16px;
}
.FAQ .nav-item{
  padding-bottom: 16px;
}
.FAQ .accordion-item{
  border: none;
  border-top: 1px solid #D9D9D9;
  border-radius: 0px;
}
.FAQ .accordion-item:last-child {
  border-bottom: 1px solid #D9D9D9;
}
.FAQ .accordion-button{
  border: none;
  background: transparent !important;
  border-bottom: none;
  box-shadow: none !important;

}
.FAQ .accordion-button[aria-expanded="true"]
{
  color: #FF6400;
  font-size: 18px;
  font-weight: 700;
padding: 0px;

}
.tab-content>.active .accordion-header{
  padding-top: 15px;
  padding-bottom: 15px;
  /*padding-top: 37px;
  padding-bottom: 29px;*/
}
.accordion-collapse.collapse.show p{
  padding-bottom: 24px;
}
.FAQ .accordion-button[aria-expanded="false"]
{
  color: #2A2A2A;
  font-size: 18px;
  font-weight: 700;
  padding: 0px;
}
.FAQ .accordion-body{
  color: #676767;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
}
/* forth section */

/* fifth section */
.Experttalk .talk_expert{
  border: 2px solid #FF6400;
  border-radius: 16px;
  padding: 48px;
}

.Experttalk .talk_expert h2{
  text-align: center;
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
  color: #2A2A2A;
  margin-bottom: 0px !important;
}
.download-section .single-blog-area-start{
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  background: #fafafa;
}
.download-section .single-blog-area-start .inner-content{
  padding: 24px;
}
.single-solutions_services .download-section .single-blog-area-start img.down-img{
  width: 100%;
}

.download-section .meta-area .flex-1{flex: 1;}
/* 6th section */
.sucsess-story{
  background: #2A2A2A;
  padding: 50px;
  overflow: hidden;
  position: relative;
}
.story_idea{
  background: #fff;
    padding: 36px 20px 36px 20px;
    border-radius: 16px;

}
.story_idea .conetnt h3{
  font-size: 36px;
  font-weight: 700;
  color: #2A2A2A;
  padding-bottom: 24px;
  margin: 0;
}
.story_idea .conetnt p{
  line-height: 20px;
    padding-bottom: 16px;
}
.story_idea .conetnt a{
  color: #FF6400;
    text-decoration: underline;
}
/*.story_idea .logoimg*/
.story_idea .logoimg .d-flex.gap-42{
  padding-top: 80px;
}
.story_idea .p-img .leftside_img{
   width: 100%; 
}
.logoimg h3{
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  position: relative;
}
.logoimg .col-lg-5{
  padding-right: 0;
}
.logoimg .col-lg-4{
  padding-left: 0;
}
.swiper-container1{
  overflow: hidden;
}
.ml-150{
  margin-left: 42px;
  padding-right: 0px;
}
.pb-48{
padding-bottom: 48px;
}
.gap-42{
  gap:20px;
}
.logoimg .border-left{
  background: #D9D9D9;
  width: 1px;
  height: 44px;
  position: relative;
  top: 10px;
}
.accordion-button::after {
  content: '';
  background-image: url('../images/bottom.png');
  background-size: contain;
  transform: none;
  width: 2.50rem;
  height: 2.50rem;
  transform: none;

}

.accordion-button:not(.collapsed)::after {
  background-image: url('../images/toparrow.png');
  width: 2.50rem;
  height: 2.50rem;
  transform: none;
  
}
.FAQ .accordion-button[aria-expanded="false"].accordion-button:not(.collapsed)::after{
  transform: var(--bs-accordion-btn-icon-transform) !important;
}
.serice__banner .hero-title{
  color: #2A2A2A;
  line-height: 70px;
}
.serice__banner .inner-banner-title{
  margin: 114px auto 30px;
}
.counter__area .swiper-slide{
  margin-bottom: 0px;
}
.FAQ{
  position: relative;
  bottom: 50px;
}
.counter__area{    margin-bottom: 100px !important;}
.sucsess-story .swiper-button-prev:after, .swiper-button-next:after  ,.sucsess-story .swiper-button-prev:after, .swiper-button-next:after ,.sucsess-story .swiper-pagination{
  display: none;
}
.meta-area h4{
  color: #2A2A2A;
  font-weight: 600;
  margin-bottom: 16px;
}
.meta-area span{   
   color: #676767;
  font-size: 16px;}
  .service_playbutton{
    top: -5% !important;
  }
/* end new service section css*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gx-60 {
    --bs-gutter-x: 40px;
  }
  .demo-banner h1 {
    padding-top: 18% !important;
  }
  .download_itms{
    top: 132px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .demo-banner h1 {
    padding-top: 18% !important;
  }
  .request-thankyou .demo-banner h1{
    padding-top: 100px !important;
  }
}

.main-btn {
  display: inline-block;
  background-color: var(--it-theme-1);
  color: var(--it-common-white);
  height: 48px;
  line-height: 48px;
  border-radius: 130px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
   
  .main-btn {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
  }

}

.main-btn.blue-bg {
  background-color: var(--it-common-blue);
  transition: 0.3s;
}

.main-btn.blue-bg-2 {
  background-color: #1167b1;
  color: var(--it-common-white);
  font-size: 17px;
  font-weight: 600;
}

.main-btn.dark-blue-bg {
  background-color: var(--it-common-blue-3);
  transition: 0.3s;
}

.main-btn:hover {
  background-color: var(--it-common-white);
  color: var(--it-common-black);
  transform: translateY(-3px);
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}

.main-btn i {
  margin-left: 8px;
}

.gradient-btn {
  display: inline-block;
  color: var(--it-common-white);
  height: 48px;
  line-height: 48px;
  border-radius: 100px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gradient-btn {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .gradient-btn {
    height: 48px;
    line-height: 48px;
    padding: 0 28px;
    font-size: 15px;
  }
}

.gradient-btn.white-bg {
  background: var(--it-common-white);
}

.gradient-btn.white-bg span {
  color: var(--it-common-black);
}

.gradient-btn.white-bg i {
  color: var(--it-common-orange-2);
}

.gradient-btn.dark-blue-bg {
  background: var(--it-common-blue-3);
}

.gradient-btn.dark-blue-bg span {
  color: var(--it-common-white);
}

.gradient-btn.dark-blue-bg i {
  color: var(--it-common-white);
}

.gradient-btn.white-bg-2 {
  background: var(--it-common-white);
}

.gradient-btn.white-bg-2 span {
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(11, 149, 229) 0%,
    rgb(52, 98, 217) 100%
  );
  background-clip: border-box;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.gradient-btn.white-bg-2 i {
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(11, 149, 229) 0%,
    rgb(52, 98, 217) 100%
  );
  background-clip: border-box;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.gradient-btn.blue-bg-2 {
  background-color: #1167b1;
}

.gradient-btn.blue-bg {
  background: #ff6400;
}

.gradient-btn i {
  margin-left: 20px;
}

.gradient-btn:hover {
  transform: translateY(-5px);
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  color: var(--it-common-white);
}

.gradient-btn:hover.blue-bg-2 {
  background-color: var(--it-common-white);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 45px transparent;
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    -moz-box-shadow: 0 0 0 45px transparent;
    box-shadow: 0 0 0 45px transparent;
  }

  100% {
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes section-animation {
  0% {
    width: 0;
  }

  15% {
    width: 100%;
  }

  85% {
    opacity: 1;
  }

  90% {
    width: 100%;
    opacity: 0;
  }

  to {
    width: 0;
    opacity: 0;
  }
}

@keyframes about-sm {
  100% {
    transform: translateY(60px);
  }

  100% {
    transform: translateY(50px);
  }
}

@keyframes hero-thumb-animation {
  0% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes tpleftright {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes tprotate {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

@keyframes tptranslateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@keyframes RL_smooth {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slide_up_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes tptranslateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes scale_up_down {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
    stroke-dasharray: 3000;
  }
}

@keyframes tpupdown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes tpswing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }

  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}

@keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }

  60% {
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes moving {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}

@keyframes about-circle {
  0% {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes services-triangle {
  0% {
    -webkit-transform: rotate(0deg) translateX(-50px);
    -moz-transform: rotate(0deg) translateX(-50px);
    -ms-transform: rotate(0deg) translateX(-50px);
    -o-transform: rotate(0deg) translateX(-50px);
    transform: rotate(0deg) translateX(-50px);
  }

  100% {
    -webkit-transform: rotate(360deg) translateY(100px);
    -moz-transform: rotate(360deg) translateY(100px);
    -ms-transform: rotate(360deg) translateY(100px);
    -o-transform: rotate(360deg) translateY(100px);
    transform: rotate(360deg) translateY(100px);
  }
}

@keyframes hero-3-dot-2 {
  0% {
    transform: translateY(-50px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes tfLeftToRight {
  49% {
    transform: translateX(60%);
  }

  50% {
    opacity: 0;
    transform: translateX(-60%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes rotate2 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes moving {
  0% {
    transform: translatey(0px);
  }

  20% {
    transform: translateX(-50px);
  }

  50% {
    transform: translatey(-40px);
  }

  100% {
    transform: translatey(0px);
  }
}

@keyframes leftright {
  0% {
    transform: translatex(0);
  }

  50% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes movinglight {
  0% {
    transform: translatey(0px);
  }

  20% {
    transform: translateX(-70px);
  }

  50% {
    transform: translatey(-70px);
  }

  100% {
    transform: translatey(0px);
  }
}

@keyframes movinglight2 {
  0% {
    transform: translatey(0px);
  }

  20% {
    transform: translateX(70px);
  }

  50% {
    transform: translatey(70px);
  }

  100% {
    transform: translatey(0px);
  }
}

@keyframes movingtop {
  0% {
    transform: translatey(0px);
  }

  20% {
    transform: translatey(70px);
  }

  50% {
    transform: translatey(-70px);
  }

  100% {
    transform: translatey(0px);
  }
}

@keyframes circle-animation {
  0% {
    right: 0;
  }

  50% {
    right: 100%;
  }

  100% {
    right: 0%;
  }
}

@keyframes circle-animation-2 {
  0% {
    left: 0;
  }

  50% {
    left: 100%;
  }

  100% {
    left: 0%;
  }
}

@keyframes animationglob {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes zoom {
  0% {
    transform: scale(0.5);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.5);
  }
}

@keyframes zoom2 {
  0% {
    transform: scale(0.9);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.9);
  }
}

@keyframes wobble-vertical {
  10% {
    transform: translateY(-10px);
  }

  50% {
    transform: skew(15deg);
  }

  80% {
    transform: rotate(10deg);
  }

  100% {
    transform: translate(0);
  }
}

@-webkit-keyframes section-highlight {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-moz-keyframes section-highlight {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-ms-keyframes section-highlight {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes section-highlight {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes widthcalc {
  0% {
    width: 20%;
  }

  50% {
    width: 50%;
  }

  75% {
    width: 90%;
  }

  90% {
    opacity: 75%;
  }

  90% {
    opacity: 100%;
  }
}

@keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -ms-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  60% {
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes icon-bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@keyframes light-one {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.6;
  }

  75% {
    opacity: 0.8;
  }

  100% {
    opacity: 1;
  }
}

.dark #preloader {
  background-color: var(--it-theme-1);
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  z-index: 999999;
}

.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: var(--it-theme-1);
  -webkit-animation: preloader 0.5s linear infinite;
  animation: preloader 0.5s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

.scroll-top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  bottom: -10%;
  right: 15px;
  font-size: 16px;
  border-radius: 6px;
  z-index: 9;
  color: var(--it-common-white);
  text-align: center;
  cursor: pointer;
  background: var(--it-theme-1);
  transition: 1s ease;
  border: none;
  border-radius: 50%;
}

.scroll-top.open {
  bottom: 15px;
}

.grey-bg {
  background: var(--it-grey-1);
}

.grey-bg-2 {
  background: var(--it-grey-5);
}

.grey-bg-3 {
  background: var(--it-grey-6);
}

.grey-bg-4 {
  background: var(--it-grey-8);
}

.theme-bg {
  background: var(--it-theme-1);
}

.blue-bg {
  background: var(--it-common-blue);
}

.blue-bg-2 {
  background: var(--it-common-blue-3);
}

.black-bg {
  background: var(--it-common-black-4);
}

.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.6);
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
}

.body-overlay.apply {
  opacity: 1;
  visibility: visible;
}

.it-instagram img {
  width: 100%;
}

.itoffcanvas {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  right: -100%;
  width: 580px;
  bottom: 0;
  box-shadow: 0 16px -32px 0 rgba(0, 0, 0, 0.8);
  background-color: var(--it-common-white);
  z-index: 9999;
  padding: 40px 0px;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s ease-in-out;
  overflow-y: scroll;
}

.itoffcanvas.opened {
  opacity: 1;
  visibility: visible;
  z-index: 9999999;
  position: fixed;
}

@media (max-width: 767px) {
  .itoffcanvas {
    width: 100%;
    padding: 30px 0px;
  }

}

.itoffcanvas.opened {
  right: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.6s;
}

.itoffcanvas__logo {
  margin-bottom: 40px;
}

@media (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .itoffcanvas__logo {
    padding: 0 20px;
  }
  .banner_img_video_container .video-container{
        min-height: 375px;
  }
}

.itoffcanvas__close-btn button {
  font-size: 35px;
  color: #000;
  position: absolute;
  right: 50px;
  top: 42px;
  transition: 1s;
  font-weight: 300;
  opacity: 1;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.3s;
  -ms-transition: 1s;
  -o-transition: 1s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .download_itms{
    top: 82px !important;
  }
  /* Zoho float button */
  .zsiq_theme1.zsiq_floatmain{
    bottom: 15%;
  }
  .itoffcanvas__close-btn button {
    font-size: 28px;
    right: 48px;
    top: 52px;
  }
  .inner-search {
    position: absolute;
    right: 60px;
    top: -42px;
  }
  .fetures_benifits .resource__list .main-btn{
    margin-bottom: 20px;
  }
  .certificate.bg-transparent.wow.tpfadeUp.mtb_100{
    padding: 50px 0px 50px !important;
  }
  .fetures_benifits .resource__list {
    margin: 0px 0px 100px 0px;
}
.fetures_benifits .resource_list h2 {
  padding-bottom: 15px;
}
section.Experttalk.pb-100{
  padding-bottom: 50px;
}
.counter__area{
  margin-bottom: 50px !important;
}
section.download-section.pt-80{
  padding-top: 50px;
}
.pb-48 {
  padding-bottom: 40px;
}
.download-section .col-lg-4 {
  margin-bottom: 30px;
}
    .serice__banner {
        padding: 80px 0px 200px !important;
    }
.single-solutions_services .box__wrap.mb-70{
  padding-top: 50px;
}
}

@media (max-width: 767px) {
  .itoffcanvas__close-btn button {
    font-size: 28px;
    right: 39px;
    top: 38px;
  }
  .inner-search {
    position: absolute;
    right: 60px;
    top: -30px;
  }
}

.itoffcanvas__close-btn button:hover {
  color: #fff;
  opacity: 1;
}

.itoffcanvas__content {
  margin-bottom: 30px;
}

.itoffcanvas__content p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 25px;
}

.itoffcanvas__content span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  display: inline-block;
}

.itoffcanvas__content a {
  font-size: 30px;
  line-height: 51px;
  font-weight: 700;
  color: var(--it-common-white);
  display: inline-block;
}

@media (max-width: 767px) {
  .itoffcanvas__content a {
    font-size: 27px;
  }
}

.itoffcanvas__social {
  margin-top: 50px;
}

.itoffcanvas__social .social-icon a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  background-color: var(--it-common-white);
  color: var(--it-common-black);
  margin-right: 15px;
  transition: 0.3s;
  display: inline-block;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .itoffcanvas__social .social-icon a {
    margin-right: 3px;
  }
}

.itoffcanvas__social .social-icon a:hover {
  background-color: var(--it-theme-1);
  color: var(--it-common-black);
}

.itoffcanvas__text {
  border-bottom: 1px solid #3b3838;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .itoffcanvas__text {
    display: none;
  }
}

.itoffcanvas__text p {
  color: #ddd;
  font-size: 18px;
}

.itoffcanvas__info {
  border-bottom: 1px solid #3b3838;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.itoffcanvas__info .offcanva-title {
  color: var(--it-common-white);
  margin: 30px 0 40px;
  font-size: 20px;
  font-weight: 600;
}

.itoffcanvas__info-icon a {
  height: 50px;
  width: 50px;
  background-color: var(--it-theme-1);
  color: var(--it-common-black);
  display: inline-block;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  font-weight: 400;
  font-size: 21px;
  margin-right: 20px;
}

.itoffcanvas__info-address span {
  display: block;
  color: rgba(255, 255, 255, 0.6392156863);
  font-size: 16px;
  font-weight: 400;
}

.itoffcanvas__info-address a {
  display: block;
  color: var(--it-common-white);
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}

@media (max-width: 767px) {

  /* new service page */
  .mb_line{
    border-right: 1px solid #D9D9D9;
  }
  .btn_black{
    width: 137px;
  }
  .border-left{    display: none;}
  .orangebtn{
    width: 167px !important;
  }
  .fetures_benifits .resource_tax_link a{
    font-size: 18px;
  }
  .ml-150 {
    margin-left: 16px;
}
.sucsess-story{
  padding: 50px 0px;
}
.fetures_benifits{
  padding-top: 0px;
}
.fetures_benifits .resource__list {
  margin: 12px 0px 50px 0px;
}
.fetures_benifits .resource_list h2{
  font-size: 24px;
}
.pt-48 {
  padding-top: 32px;
}
.resource_list .main-btn{
  margin-bottom: 16px;
  margin-top: 16px;
}
.fetures_benifits .resource_list h2 {
  padding-bottom: 16px;
  font-size: 24px;
}
.FAQ .about__title-shape-wrap{
  padding-bottom: 0px !important;
}
.flexitm{
  display: block !important;
  padding: 25px !important;
}
.FAQ ul#pills-tab{
  align-items: flex-start !important;
  display: flex;
  flex-direction: row !important;
  /* width: 303%; */
  overflow-y: scroll;
  /* overflow: hidden; */
  flex-wrap: inherit;
  gap: 10px;
}
.Experttalk .talk_expert{
  background: #EEEEEE;
  padding: 24px;
  height: auto;
}
.Experttalk .talk_expert h2{
  font-size: 24px;
  line-height: 30px;
}
section.Experttalk.pb-100 {
  padding-bottom: 50px;
  padding-top: 20px;
}
.talk_expert .d-flex.justify-content-center.pt-3{
  padding-top: 24px !important;
}
.mobile_p{
  padding-bottom: 50px;
}
.story_img{
  width: 102px;
  height: 120px;
  
}
.leftside_img_logo
{
  width: 95px;
  /* height: 40px; */
  padding-top: 16px;
}


/*.story_idea .logoimg*/
.story_idea .conetnt {
  padding-bottom: 33px;
}
.logoimg .d-flex{
  display: block !important;
}
.story_idea .logoimg .d-flex.gap-42 {
    padding-top: 0px;
}
section.download-section.pt-100{
  padding-top: 50px !important;
}
.box__wrap.mb-70.wow.tpfadeUp.pt-100 {
  padding-top: 35px !important;
}
.single-solutions_services .box__wrap .box__title.pb-40 {
  padding-bottom: 30px !important;
}
.newservice_box.single-solutions_services .box__wrap .box__title.pb-40 {
  padding-bottom: 50px !important; 
}
.newservice_box.single-solutions_services .box__wrap .box__title.pb-40{
  padding-bottom: 30px !important;
}
.mobile_bottom_padding{
  padding-bottom: 50px !important;
}
.download-section .single-blog-area-start{
  margin-bottom: 16px;
}
.counter__area .main-btn{
  margin-bottom: 50px !important;
}
.FAQ {
  bottom: 0;
  padding-top: 0px !important;
}
.FAQ .flexitm {
  padding: 36px 20px 0px !important;
}
.box__wrap .col-xl-4.col-lg-4.mb-50{
  margin-bottom: 20px !important;
}
  /* end newservicepage*/
  .itoffcanvas__info-address a {
    font-size: 16px;
  }
}

.itoffcanvas__info-address a:hover {
  color: var(--it-theme-1);
}

.it-offcanva-bottom-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}

.it-offcanva-bottom-shape img {
  width: 100%;
}

.section-title {
  font-weight: 600;
  font-size: 45px;
  line-height: 1.2;
  color: var(--it-common-black);
  display: inline-block;
  margin-bottom: 0px;
}

.about__area_2 .about__main-img {
  margin-right: 0px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .section-title {
    font-size: 38px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section-title {
    font-size: 33px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fetures_benifits .resource_tax_link a{
    font-size: 24px;
  }
  /* Zoho float button */
  .zsiq_theme1.zsiq_floatmain{
    bottom: 15%;
  }
  .section-title {
    font-size: 30px;
  }
  .about__content .section-title {
    font-size: 30px;
  }
  .itoffcanvas__logo {
    padding: 0 20px;
  }
  .inner-search {
    top: 55px;
    position: absolute;
    right: 110px;
  }
  .header__search-box-2 {
    margin-right: 0px !important;
    font-size: 16px;
  }
  .inner-search.header__search-box-2 span {
    color: #000 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
    .story_idea .conetnt h3{
      padding-top: 20px;
      font-size: 32px;
    }
  .section-title {
    font-size: 32px;
  }
  .about__content .section-title {
    font-size: 32px;
  }
  .section-title br {
    display: none;
  }
}

.section-title span {
  color: var(--it-theme-1);
}

.section-title-2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
  font-family: poppins, sans-serif;
  color: var(--it-common-black-5);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .section-title-2 {
    font-size: 38px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section-title-2 {
    font-size: 33px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title-2 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .section-title-2 {
    font-size: 30px;
  }

  .section-title-2 br {
    display: none;
  }
}

.section-title-2 span {
  color: var(--it-theme-1);
}

.hero-title {
  font-weight: 700;
  font-size: 60px;
  line-height: 1.2;
  font-family: "Lato", sans-serif;
  color: var(--it-common-white);
  position: relative;
}
.bannersec .hero-title {
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero-title {
    font-size: 55px;
  }
  .bannersec .hero-title {
    font-size: 55px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-title {
    font-size: 50px;
  }
  .bannersec .hero-title {
    font-size: 50px;
    line-height: 55px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .hero-title {
    font-size: 45px;
  }
  .bannersec .hero-title {
    font-size: 45px;
    line-height: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .hero-title {
    font-size: 35px;
  }
  .bannersec .hero-title {
    font-size: 35px;
    line-height: 38px;
  }
}

.hero-title span {
  position: relative;
}

.mobile-menu.mean-container {
  overflow: hidden;
}

@media (max-width: 767px) {
  .mobile-menu.mean-container {
    margin-bottom: 30px;
  }
}

.mobile-menu .sidebar-list {
  clear: both;
}

.mobile-menu .sidebar-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  color: var(--tp-common-white);
}

.mobile-menu .sidebar-list li::after {
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #c00;
  background-color: transparent;
  content: "";
  display: inline-block;
  position: absolute;
}

.mobile-menu .tp-sidebar-social {
  margin-top: 20px;
}

.mobile-menu .tp-sidebar-social a {
  margin-right: 5px;
  background-color: var(--tp-theme-primary);
  color: #fff;
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 14px;
  line-height: 34px;
}

.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: 0 0;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: 0 0;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 15px 0;
  color: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 18px;
  line-height: 1.5;
  text-transform: capitalize;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--it-theme-1);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 10px;
  padding: 0 !important;
  line-height: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #000;
  line-height: 30px;
  top: 0;
  font-weight: 400;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  color: var(--it-theme-1);
  border-color: #888;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: var(--tp-theme-2);
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  color: var(--tp-common-white);
}

.header__area.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  /* background-color: #fff; */
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
  /*animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;*/
  z-index: 999;
}

.header__area:hover {
  background: #fff;
  transition: 0.2s;
}
.header__area:hover {
  box-shadow: inset 0px -1px 0px 0px #d9d9d9;
}
.home-header:hover .topheader {
  background: #333333;
  border-color: #333333 !important;
  transition: 0.2s;
}

.header__area:hover .header__main-menu nav ul li a {
  color: #2c2c2c;
}
.header__area:hover .header__search-box-2 span {
  color: #2c2c2c !important;
}
.header__area:hover .header__main-menu nav ul li.has-dropdown::after {
  color: #2c2c2c;
}
.hover-logo {
  display: none;
}
.header__area:hover .header__logo .hover-logo {
  display: block;
}
.header__area:hover .header__logo .logo-white {
  display: none;
}
.header-sticky:hover .header__logo .hover-logo {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .header__area.header-sticky .header__logo {
    padding: 20px 0;
  }
}

.header__main-menu nav ul li {
  display: inline-block;
  list-style-type: none;
  padding-left: 40px;
  position: relative;
  z-index: 3;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header__main-menu nav ul li {
    padding-left: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__main-menu nav ul li {
    padding-left: 15px;
  }
}

.header__main-menu nav ul li .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 400px;
  background-color: var(--it-common-black);
  text-align: left;
  padding: 20px;
  display: none;
  transition: 0.3s;
  z-index: 2;
}

.header__main-menu nav ul li .submenu li {
  padding-left: 0;
  display: block;
  margin-bottom: 12px;
}

.header__main-menu nav ul li .submenu li:last-child {
  margin-bottom: 0;
}

.header__main-menu nav ul li .submenu li a {
  display: block;
  padding: 0;
  color: var(--it-common-white);
  transition: 0.3s;
}

.header__main-menu nav ul li .submenu li a::before {
  display: none;
}

.header__main-menu nav ul li .submenu li a:hover {
  color: var(--it-theme-1);
}

.header__main-menu nav ul li .submenu.has-megamenu {
  width: 700px;
  display: inline-block;
  left: -225px;
  padding-left: 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header__main-menu nav ul li .submenu.has-megamenu {
    width: 645px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__main-menu nav ul li .submenu.has-megamenu {
    width: 600px;
  }
}

.header__main-menu nav ul li .submenu.has-megamenu li {
  width: 33.33%;
  float: left;
}

.header__main-menu nav ul li a {
  font-weight: 500;
  font-size: 17px;
  color: #fff;
  padding: 39.5px 0;
  display: inline-block;
  transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header__main-menu nav ul li a {
    font-size: 16px;
  }
}

.header__main-menu nav ul li.has-dropdown::after {
  content: "\f107";
  font-family: "font awesome 5 pro";
  display: inline-block;
  font-size: 14px;
  margin-left: 5px;
  color: var(--it-common-white);
  font-weight: 400;
  transition: 0.3s;
}

.header__main-menu nav ul li:hover.has-dropdown::after {
  transform: rotate(-180deg);
  color: var(--it-common-white);
}

.header__main-menu nav ul li:hover a {
  color: var(--it-theme-1);
}

.header__main-menu nav ul li:hover .submenu {
  display: block;
  top: 100%;
  box-shadow: 0 2.8px 2.2px rgb(0 0 0 / 3%), 0 6.7px 5.3px rgb(0 0 0 / 5%),
    0 12.5px 10px rgb(0 0 0 / 6%), 0 22.3px 17.9px rgb(0 0 0 / 4%),
    0 41.8px 33.4px rgb(0 0 0 / 2%), 0 100px 80px rgb(0 0 0 / 2%);
}
.header__main-menu nav ul .has-megamenu:hover .submenu {
  top: 100%;
}
.page-id-21087 .header__main-menu nav ul .has-megamenu:hover .submenu{
  top: 109%;
} 
.header-sticky .header__main-menu nav ul .has-megamenu:hover .submenu {
  top: 101%;
}

.header__main-menu.main-menu-2 nav ul {
  margin-right: 0;
}

.header__main-menu.main-menu-2 nav ul li:hover.has-dropdown::after {
  color: var(--it-common-orange-2);
}

.header__main-menu.main-menu-2 nav ul li:hover a {
  color: var(--it-common-orange-2);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header__main-menu.main-menu-2 nav ul li:hover a {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header__main-menu.main-menu-2 nav ul li a {
    font-size: 16px;
  }
}

.header__main-menu.main-menu-2 nav ul li .submenu li a {
  color: var(--it-common-white);
}

.header__main-menu.main-menu-2 nav ul li .submenu li a:hover {
  color: var(--it-common-orange-2);
}

.header__main-menu.main-menu-3 nav ul {
  margin-right: 0;
}

.header__main-menu.main-menu-3 nav ul li {
  font-weight: 500;
}

.header__main-menu.main-menu-3 nav ul li:hover.has-dropdown::after {
  color: var(--it-theme-1);
}

.header__main-menu.main-menu-3 nav ul li:hover a {
  color: var(--it-theme-1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header__main-menu.main-menu-3 nav ul li:hover a {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header__main-menu.main-menu-3 nav ul li a {
    font-size: 16px;
  }
}

.header__main-menu.main-menu-3 nav ul li .submenu li a {
  color: var(--it-common-white);
}

.header__main-menu.main-menu-3 nav ul li .submenu li a:hover {
  color: var(--it-theme-1);
}

.header__search-box form input {
  border-radius: 30px;
  border: 1px solid var(--it-grey-2);
  height: 35px;
  font-size: 15px;
  padding-left: 15px;
  padding-right: 40px;
  width: 165px;
  font-weight: 400;
}

.header__search-box span {
  font-size: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #e0e0e0;
  color: #767676;
  display: inline-block;
  line-height: 36px;
  text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .header__logo {
    padding: 15px 0;
  }
}

@media (max-width: 767px) {
  .header__content-box {
    padding: 15px 0;
  }
}

.slider__title-shape-wrap .hero-title span::after {
  content: "";
  position: absolute;
  left: 0;
  background: url(../images/shape.png);
  width: 100%;
  height: 30px;
  background-size: 100%;
  background-repeat: no-repeat;
  bottom: -17px;
}
.bannersec .slider__title-shape-wrap .hero-title span::after {
  background-size: 47%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .slider__title-shape {
    bottom: -13%;
    right: 45%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider__title-shape {
    bottom: -13%;
    right: 45%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__title-shape {
    bottom: -15%;
    right: 41%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__title-shape {
    bottom: -38%;
    right: 0%;
  }
}
.slider__title-shape img {
  max-width: inherit;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .slider__title-shape img {
    max-width: 90%;
  }
}

.slider__content-box {
  padding-top: 35vh;
  padding-bottom: 35vh;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__content-box {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .talktoexpertcard {
    background-size: cover;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .slider__content-box {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.slider__content-text {
  padding-bottom: 30px;
}

.slider__content-text p {
  color: var(--it-common-white);
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .slider__content-text p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .slider__content-text p {
    font-size: 15px;
    line-height: 20px;
  }

  .slider__content-text p br {
    display: none;
  }
}

.slider-active .slick-dots {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}

.slider-active .slick-dots li {
  list-style-type: none;
}

.slider-active .slick-dots li.slick-active button {
  background-color: #40d0c6;
}

.slider-active .slick-dots li button {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: var(--it-common-white);
  font-size: 0;
  transition: 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-active .slick-dots li button {
    display: none;
  }
}

.about__title-shape {
  position: absolute;
  top: 142px;
  right: 215px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about__content {
    padding-left: 40px;
  }
}

.about__main-img {
  margin-left: 0px;
  margin-right: 70px;
  display: flex;
  gap: 20px;
}
.about__main-img .row1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 38%;
}

.about__main-img .row2 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  width: 68%;
}

.about__main-img .img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px 15px 15px 0px;
}
.about__main-img .img2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px 15px 15px 0px;
}

.about__main-img .img3 img {
  object-fit: cover;
  width: 65%;
  overflow: hidden;
  border-radius: 15px;
  margin-top: 25px;
}
.about__main-img .img4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about__main-img .img1,
.img2 {
  border-radius: 0px 15px 15px 0px;
  overflow: hidden;
}

.about__main-img .img3,
.img4 {
  border-radius: 15px 15px 0px;
  overflow: hidden;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .about__main-img {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .about__main-img {
    margin-left: 0;
    margin-right: 0;
  }
}

.about__img-content {
  background-color: var(--it-theme-1);
  position: absolute;
  right: 9%;
  top: 30px;
  padding: 17px 48px;
  border-radius: 30px;
  border: 6px solid var(--it-common-white);
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
  animation: tptranslateX2 3s infinite alternate;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about__img-content {
    right: 3%;
    padding: 17px 35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__img-content {
    right: 3%;
    top: 23px;
    padding: 14px 40px;
  }
}

@media (max-width: 767px) {
  .about__img-content {
    right: 0%;
    top: 8px;
    padding: 11px 20px;
  }
  .banner__img.container.videosec.banner_img_video_container {
    margin-top: -193px ;
    position: relative ;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about__img-content {
    right: 5%;
    top: 21px;
    padding: 11px 41px;
  }
}

.about__img-content h4 {
  font-weight: 600;
  font-size: 22px;
  color: var(--it-common-white);
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__img-content h4 {
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  .about__img-content h4 {
    font-size: 12px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about__img-content h4 {
    font-size: 16px;
  }
}

.about__list {
  padding-bottom: 40px;
}

.about__list ul li {
  font-size: 16px;
  color: var(--it-common-black);
  list-style-type: none;
  font-weight: 400;
  padding-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .about__list ul li {
    font-size: 14px;
  }
}

.about__list ul li i {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--it-theme-1);
  font-weight: 500;
  font-size: 15px;
  transform: translateY(3px);
}

.about__text p {
  color: #454545;
  line-height: 150%;
  margin-bottom: 25px;
}

.about__text ul,
.about__text ol {
  padding-left: 1.2rem;
  margin-bottom: 1.2rem;
}

.counter__item {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  position: relative;
  text-align: center;
  height: 100%;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter__item {
    padding: 40px 17px;
  }
}

.counter__title {
  font-weight: 600;
  font-size: 40px;
  transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .counter__title {
    font-size: 35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .counter__title {
    font-size: 30px;
  }
}

.counter__title i {
  font-style: normal;
}

.counter__text {
  padding-bottom: 20px;
}

.service__space {
  padding-top: 100px;
  padding-bottom: 70px;
}

.project__slider-wrapper {
  padding: 0 10px;
}

.project__item {
  position: relative;
  border: 1px solid #454545;
  padding: 40px;
  border-radius: 20px;
  background: #fff;
}
.swiper-slide-active .project__item {
  border: 1px solid #ff6400 !important;
}

.project__item img {
  width: 100%;
}

.project__item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.project__item:hover::after {
  background-color: #ff6400;
  opacity: 0.05;
  border-color: #ff6400;
}
.project__item:hover {
  border-color: #ff6400;
}

.project-slider-dots,
.capability-slider-dots {
  text-align: center;
  margin-top: 60px;
  position: relative;
  z-index: 2;
}
.capability-slider-dots {
  margin-top: 0px;
}
.project-slider-dots .swiper-pagination-bullet,
.capability-slider-dots .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  border: 3px solid var(--it-theme-1);
  background-color: transparent;
  opacity: 1;
  margin: 0 5px;
  transition: 0.3s;
}

.project-slider-dots .swiper-pagination-bullet-active,
.capability-slider-dots .swiper-pagination-bullet-active {
  background-color: var(--it-theme-1);
  transform: scale(1.2);
}

.testimonial__item {
  padding: 10px 20px 0px;
  width: 75%;
  margin: 0 auto;
}

.testimonial__title-sm {
  font-size: 28px;
  font-weight: 600;
  transition: 0.3s;
  color: #ff6400;
}

@media (max-width: 767px) {
  .testimonial__title-sm {
    font-size: 22px;
  }
}

.testimonial__text span {
  padding-bottom: 20px;
  display: inline-block;
}

@media (max-width: 767px) {
  .testimonial__text span {
    font-size: 13px;
  }
}

.testimonial__text p {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 36px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial__text p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  /* Zoho float button */
  .zsiq_theme1.zsiq_floatmain{
    bottom: 15%;
  }
  .request-thankyou .demo-banner h1{
    padding-top: 170px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial__text p {
    font-size: 14px;
  }

  .testimonial__text p br {
    display: none;
  }
}

@media (max-width: 767px) {
  .testimonial__text p {
    font-size: 12px;
  }

  .testimonial__text p br {
    display: none;
  }
}

.testimonial__img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial__wrapper {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.testimonial__wrapper:hover .testimonial__icon span {
  background-color: var(--it-common-blue);
  color: var(--it-common-white);
}

.footer__bg {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 220px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .footer__bg {
    overflow: hidden;
  }
}

.footer__bg::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: #262626;
  opacity: 1;
  height: 100%;
  width: 100%;
}

.footer__widget {
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}

.footer__logo {
  padding-bottom: 32px;
}

.footer__title-sm {
  font-weight: 500;
  font-size: 18px;
  color: var(--it-common-white);
  padding-bottom: 16px;
}

.footer__list ul {
  display: inline-block;
}

.footer__list ul li {
  font-size: 14px;
  font-weight: 400;
  color: #dedede;
  padding-bottom: 15px;
  list-style-type: none;
  transition: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .footer__list ul li {
    font-size: 15px;
  }
}

.footer__list ul li:hover {
  color: var(--it-theme-1);
}

.footer__social-box p {
  color: var(--it-common-white);
  line-height: 28px;
  padding-bottom: 5px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer__social-box p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__social-box p {
    font-size: 14px;
    padding-right: 110px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .footer__social-box p {
    font-size: 14px;
    padding-right: 0;
  }
}

.footer__social-box a {
  font-size: 16px;
  color: #fff;
  border-radius: 50%;
  height: 33px;
  width: 33px;
  border: 1px solid #ff6400;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  margin-right: 5px;
  transition: 0.3s;
}

.footer__social-box a:hover {
  background-color: var(--it-theme-1);
  color: var(--it-common-white);
  border: 1px solid var(--it-theme-1);
}

.footer__social-box span {
  display: block;
  font-size: 16px;
  font-family: poppins, sans-serif;
  color: var(--it-common-white);
  margin-right: 20px;
}

.footer__mt {
  margin-top: 15px;
}

.footer__wrapper .footer__widget {
  padding-top: 200px;
}

.topheader {
  padding: 20px 0px;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.topheader p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
}

.topheader a {
  text-decoration: underline;
}

/* header {
  position: fixed;
  width: 100%;
  z-index: 99;
} */
/* header.header-layout{
      z-index: 99;
        position: fixed;
        width: 100%;
} */
.bannersec {
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: bottom !important;
}
.capabilitiescard img {
  width: 100%;
}

.capabilitiescard h2 {
  margin: 15px 0px;
  font-size: 30px;
}
.readmore {
  color: #ff6400;
  font-weight: 600;
  font-size: 16px;
}
.arrowicn {
  width: 40px !important;
  margin-left: 10px;
}
.readmore:hover .arrowicn {
  transform: rotate(45deg);
  transition: 0.2s;
}
.cardimg {
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.cardimg:hover img {
  transform: scale(1.2);
  transition: 0.5s;
}
.counter__icon {
  border: 2px solid #ff6400;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.web-center {
  justify-content: center;
}
sup {
  color: #ff6400;
}
.counter__text span {
  color: #454545;
  text-transform: capitalize;
  font-size: 16px;
}

.videosec video {
  width: 100%;
  background-color: #000;
}
.videosec iframe {
  max-width: 100%;
  height: 100vh;
}
.testimonial__area {
  overflow: hidden;
}
.testimonial__area .swiper-container {
  overflow: inherit;
}

.testimonial__slider-active {
  width: 70%;
}

.testimonial__slider-active .swiper-slide {
  opacity: 50%;
}
.testimonial__slider-active .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.certificate ul {
  display: flex;
  align-items: center;
  list-style: none;
}
.certificate {
  background: #f5f5f5;
  padding: 30px 0px;
}
.talktoexpertcard {
  background: url(/octalsoft_theme/images/talk-our-expert.png);
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  padding: 9vh 0vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.talktoexpertcard h2 {
  color: #fff;
  font-size: 38px;
  width: 60%;
  text-align: center;
  line-height: 50px;
}
.talktoexpert {
  position: relative;
  z-index: 1;
  margin-bottom: -180px;
}

.copyrightsec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  border-top: 1px solid #454545;
  padding-top: 20px;
}
.footer__social-box {
  display: flex;
  align-items: center;
}
.copyrightsec p {
  color: #fff;
  font-size: 16px;
}

.project-slider-prev::before {
  content: "\f177";
  font-family: "font awesome 5 pro";
}
.project-slider-next::before {
  content: "\f178";
  font-family: "font awesome 5 pro";
}
.project-slider-next {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}
.project-slider-prev {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.project-slider-next:hover,
.project-slider-prev:hover {
  background: #ff6400;
  color: #fff;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  border-color: #ff6400;
}
.slidebtn {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  position: absolute;
  right: 120px;
  top: 0;
}

.project__area .project__slider-wrapper {
  width: 80%;
  margin: 0px 0px 0px auto;
}
.project__area {
  position: relative;
  padding: 100px 0px;
}
.testimonialimgleft {
  position: absolute;
  height: 100%;
  top: 0;
  border-radius: 0px 20px 20px 0px;
}
.project__area .project__item h2 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 15px;
}
.project__area .project__item p {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 0px;
}
.project__area .project__slider-wrapper .project__item p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 25;
  -webkit-box-orient: vertical;
}

.talktoexpert .main-btn {
  background-color: var(--it-common-white);
  color: var(--it-common-black);
  transform: translateY(-3px);
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  border-radius: 100px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.4s;
}
.main-btn:hover {
  background-color: var(--it-theme-1);
  color: var(--it-common-white);
}
.header-sticky .header__main-menu nav ul li a {
  color: #2c2c2c;
}
.header-sticky .header__main-menu nav ul li.has-dropdown::after {
  color: #2c2c2c;
}
.header-sticky .logo-white {
  display: none;
}
.header-sticky .sticky-logo {
  display: block !important;
}
.sticky-logo {
  display: none;
}
.topheader .far.fa-times {
  padding-left: 10px;
}
.header__bars img {
  width: 32px;
}

.header-sticky .header__bars img {
  width: 32px;
  filter: invert(1);
}

.mobilefooter .mean-nav ul li a {
  color: #fff;
}

.mobilefooter {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  display: none;
}
.mobilefooter.mean-container .mean-nav ul li a.mean-expand {
  border: none !important;
  color: #fff;
}
.mobilefooter .mean-nav ul li a {
  padding: 20px 0;
  border-top: 1px solid #333333 !important;
}
.mobilefooterlogo {
  display: none;
}

.header__search-box-2 button {
  color: #fff !important;
}
.header__search-box-2 button i {
  font-weight: normal !important;
  font-size: 22px;
}
.header__search-box-2 {
  margin-right: 50px;
}

.theoctal {
  position: relative;
  left: -15px;
}
.header-sticky .header__search-box-2 button {
  color: #000 !important;
}
.testimonial__text small {
  color: #454545;
  font-weight: 500;
  font-size: 16px;
}
.capabilitiescard p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}
.video-container {
  position: relative;
  max-width: 100%;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s;
  z-index: 1;
  background: transparent url(../images/play.png) no-repeat center center;
  background-size: 100%;
  width: 80px;
  height: 80px;
}
.push-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s;
  z-index: 1;
  background: transparent url(../images/push.png) no-repeat center center;
  background-size: 100%;
  width: 80px;
  height: 80px;
}

.inner-header .topheader {
  border-color: #c4c4c4 !important;
  background: #333;
  height: 50px;
  padding: 0;
  display: flex;
  align-items: center;
}
.inner-header .header__area {
  border-bottom: 1px solid #c4c4c4;
}
.inner-header .header__main-menu nav ul li a {
  color: #000;
}
.inner-header .header__search-box-2 span i {
  color: #000;
}
.inner-header .header__main-menu nav ul li.has-dropdown:after {
  color: #000;
}

.serice__banner {
  background-size: 100% 100%;
  background-position: bottom;
  padding: 100px 0px 350px;
  background-repeat: no-repeat;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}
.inner-banner-title {
  color: #2e2e2e;
  width: 64%;
  margin: 100px auto 30px;
}

.banner-desc {
  width: 70%;
  margin: 0 auto 30px;
}

.serice__banner .banner-desc {
  width: 84%;
  font-size: 18px;
  line-height: 23.4px;
}
.certificate.bg-transparent.wow.tpfadeUp.mtb_100{
  padding: 100px 0px 100px;
}
.fetures_benifits .section-title{
  color: #2A2A2A;
  font-weight: 700;
}
.banner__img {
  text-align: center;
}
.fetures_benifits
.banner__img img {
  text-align: center;
  margin-top: -350px;
  position: relative;
}

.vettedicon {
  margin: 0 auto 20px !important;
}

.box__wrap .boxcard {
  cursor: pointer;
  overflow: hidden;
}
.boxcard {
  border-radius: 14.5px;
  border: 2px solid #00a698;
  background: #fff;
  box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 10px;
  padding: 20px 10px;
  min-height: 160px;
  position: relative;
}

.boxcard .boximg {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.iconbg-shape {
  position: absolute;
  right: 0px;
  height: 100%;
}

.download {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff;
  padding: 70px 0px;
}
.download_link {
  border-bottom: 1px solid #20202024;
}
.download_link:last-child {
  border-bottom: 0px solid #20202024;
}
.download__links .download_link {
  padding: 15px 0px;
}
.about__main-img img {
  border-radius: 15px;
  padding-bottom: 0px;
  margin-bottom: 20px;
}
.about__area_2 .about__main-img img {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.service__box .servicecard p {
  line-height: 19.2px;
  text-transform: none;
}
.servicecard .service_title {
  font-size: 22px;
  margin-bottom: 10px;
}

.indusry__banner {
  background-size: cover;
  background-position: bottom;
  padding: 100px 0 50px;
  background-repeat: no-repeat;
}

.indusry__banner .inner-banner-title {
  color: #2e2e2e;
  margin: 100px auto 30px;
  width: auto;
}

.industry-banner img {
  border-radius: 20px;
  width: 100%;
  position: relative;
  bottom: 0px;
}

.indusry__banner .service__title {
  width: 80%;
  margin-bottom: 30px;
}
.fs-50 {
  font-size: 50px;
}
.fs-30 {
  font-size: 30px;
}
.fs-28 {
  font-size: 28px;
}
.fw-600 {
  font-weight: 600 !important;
}
.storycard {
  border-radius: 20px;
  border: 1px solid #ff6400;
  background: #fff;
  box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.05);
  padding: 40px 30px;
}
.storycard p {
  font-size: 14px;
  line-height: 150%;
}

.qotes:before {
  content: "“";
  width: 100px;
  height: 100px;
  font-size: 50px;
  color: #ff6400;
  position: relative;
  bottom: -25px;
  line-height: 0;
}
.qotes:after {
  content: "”";
  width: 100px;
  height: 100px;
  font-size: 50px;
  color: #ff6400;
  position: relative;
  bottom: -25px;
  line-height: 0;
}
.resource__list {
  margin: 50px 0px 50px;
}
.resource__banner {
  /* background: url(../images/resources-banner-bg.png) no-repeat center center; */
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 0px 0 90px;
}

/* .page-template-about-template .about_banner_padding {
    margin-top: 135px;
} */
.tax-resources_tax .about_banner_padding{
/* margin-top: 175px; */
margin-top: 0px;
}
.resource__banner .inner-banner-title {
  color: #2e2e2e;
  margin: 60px auto 30px;
  width: auto;
}

.resource__banner .service__title {
  width: 80%;
  margin-bottom: 30px;
}
.resource__banner .tax_res_first_sec_1 {
  margin-top: 45px;
}
.single-industry_experties .first_row_sec {
  padding-top: 85px;
}
.page-template-blog-template .tax_res_first_sec_1 {
  margin-top: 45px;
}

.resource_tax_list {
  display: flex;
  list-style: none;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 48px;
  white-space: nowrap;
}
.fetures_benifits .main-btn{
  font-weight: 700;
}
.counter__title{
  font-weight: 700;
  color: #2A2A2A;
  line-height: 55px;
  margin: 0;
  padding-bottom: 15px;
}
.counter__text span{color: #676767;
  font-weight: 400;
  line-height: 19.2px;}
.resource_tax_link a {
  color: #8e8e8e !important;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: 0.48px;
  padding: 0px 30px;
  cursor: pointer;
}
.counter__area .main-btn{
  font-weight: 700;
  font-size: 16px;
}
.resource_tax_link.active a {
  color: #282828 !important;
}

.resource_tax_list .active {
  border-bottom: 3px solid #ff6400;
}
.resource-card {
  border-radius: 20px;
  border: 1px solid #dadada;
  background: #fff;
  overflow: hidden;
  margin-bottom: 30px;
}
.resource-card h4 {
  color: #282828;
  font-size: 28px;
  line-height: normal;
  font-weight: 700;
}
.bottomsec {
  padding: 30px;
}
.resource-card img {
  width: 100%;
}
.read_more a {
  color: #454545;
  font-size: 20px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: 0.4px;
  border-bottom: 2px solid #ff6400;
}

.pagination {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin: 50px 0px;
  width: 100%;
}
.pagination span.current {
  border: 2px solid #ff6400;
  color: #4e4e4e;
}
.pagination span {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  background-color: #fff;
  font-weight: 600;
}
.pagination a {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  background-color: #fff;
  font-weight: 600;
  color: #4e4e4e;
}
.search .pagination a {
  font-size: 20px;
  line-height: 60px;
  font-family: "Lato", sans-serif;
  color: #000000;
}
.search .pagination span {
  font-size: 20px;
  line-height: 60px;
  font-family: "Lato", sans-serif;
  color: #000000;
}

.careerpopup_Modal
  .modal-body
  form
  label
  .wpcf7-form-control-wrap
  input#resume-cv {
  background: transparent;
  border: none;
}
.careerpopup_Modal input#resume-cv:before {
  content: "ATTACH RESUME / CV";
  position: absolute;
  left: 0;
  background: #e5e5e5;
  color: #9b9b9b;
  width: 260px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #cfcece;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Lato", sans-serif;
  padding: 8px 0px 8px 19px;
}
.careerpopup_Modal input#resume-cv:after {
  content: "\f0c6";
  position: absolute;
  left: 0;
  padding: 6px 12px;
  font-family: "font awesome 5 pro";
  color: #9b9b9b;
}

.careerpopup_Modal input::file-selector-button {
  width: 260px;
  color: #9b9b9b !important;
  padding-top: 5px;
}
.careerpopup_Modal p label span.required_icon {
  color: #ff1111;
  padding-left: 5px;
}

.videosec .video-container {
  position: relative;
  max-width: 100%;
  min-height: 800px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
     .banner__img.container.videosec.banner_img_video_container {
        margin-top: -192px !important;
    }
  .row__reverse {
    flex-direction: column-reverse !important;
  }
  .row__not__reverse {
    flex-direction: column-reverse !important;
  }
  .header__search-box-2 {
    margin-right: 0px;
    font-size: 16px;
  }
  .topheader {
    display: none !important;
  }
  .header__search-box-2 button {
    margin-right: 0px;
    color: #fff !important;
  }
  .inner-search.header__search-box-2 button {
    color: #000 !important;
  }
  .header__search-box-2 button i {
    font-weight: normal !important;
  }
  .testimonial__item {
    padding: 0px;
    width: 100%;
  }
  .testimonial__text p {
    font-size: 16px;
    line-height: 24px;
  }
  .testimonial__slider-active {
    padding: 0px;
  }
  .talktoexpertcard {
    background-size: cover !important;
    padding: 100px 0px;
    width: 90%;
    margin: 0 auto;
  }
  .talktoexpertcard h2 {
    width: 100%;
    font-size: 30px;
    padding: 0px 15px;
    line-height: 42px;
    font-weight: 600;
  }
  .footer__social-box span {
    display: none;
  }
  .copyrightsec {
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding-top: 50px;
  }
  .testimonial__area.pt-100,
  .testimonial__area.pb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .videosec .video {
    width: 100%;
    object-fit: cover;
  }
  .slidebtn {
    display: none;
  }
  .project__area .project__slider-wrapper {
    width: 100%;
  }
  .testimonialimgleft {
    object-fit: cover;
    left: -175px;
  }
  .project__area {
    position: relative;
    padding: 70px 0px;
  }
  .counter__area.mb-70 {
    margin-bottom: 0px;
  }
  .mobile-direction {
    flex-direction: column-reverse;
  }
  .about__content {
    text-align: center;
    margin-bottom: 50px;
  }
  .about__main-img .pb-20 {
    padding-bottom: 0px;
  }
  .about__area {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .about__title-shape-wrap {
    text-align: center;
    margin-bottom: 0px;
  }
  .capabilitiescard h2 {
    font-size: 28px;
  }
  .mobile-mb-0 {
    margin-bottom: 0px;
  }
  .mscroll {
    display: flex;
    flex-wrap: inherit;
    width: 100%;
    overflow-x: scroll;
    margin: 0px;
  }
  .counter__area .mscroll .col-xl-2 {
    width: 135px;
  }
  .webview {
    display: none;
  }
  .mobilefooter {
    display: block;
    position: relative;
    z-index: 1;
    padding: 0px;
  }
  .mobilefooterlogo {
    display: block;
  }
  .itoffcanvas .mean-container .mean-nav ul li {
    border-bottom: 1px solid #d3d3d3;
  }
  .slider__title-shape-wrap .hero-title span::after {
    content: "";
    bottom: -20px;
  }

  .about__main-img {
    gap: 10px;
  }
  .about__main-img .row1,
  .row2 {
    gap: 10px !important;
  }
  .about__main-img .img3 img {
    margin-top: 10px;
  }

  .inner-banner-title {
    color: #2e2e2e;
    width: 100%;
    margin: 50px auto 30px;
    font-size: 32px !important;
  }
  .single-solutions_services .inner-banner-title {
    margin: 50px auto 20px;
  }
  .banner-desc {
    width: 100%;
    margin: 0 auto 20px;
  }
  .serice__banner {
    padding: 100px 0 200px;
  }
  .banner__img img {
    margin-top: -180px;
  }
  .download__links:nth-child(2) {
    border-top: 1px solid #202020;
    border-bottom: 1px solid #202020;
  }
  .serice__banner .bredcrume {
    display: none;
  }
  .single-solutions_services .certificate {
    padding: 0;
  }
  .service__box .servicecard p {
    line-height: 18px;
  }
  .download .align-items-center {
    justify-content: center;
  }
  .download_linkdownload_link h3 {
    font-size: 22px;
  }
  .download {
    padding: 40px 0;
  }
  .download .download__title.p-relative {
    padding-bottom: 20px;
  }
  .talktoexpertcard {
    background-position: center !important;
    border-radius: 20px;
  }
  .single-solutions_services .certificate img {
    min-width: 100%;
  }
  .single-solutions_services .certificate ul li {
    width: 90px;
  }

  .bredcrume {
    display: none !important;
  }
  .indusry__banner {
    padding: 100px 0 0px !important;
  }
  .indusry__banner .inner-banner-title {
    margin: 50px auto 15px;
    font-size: 35px;
  }
  .industry-banner img {
    margin-top: 50px;
  }
  .ind_content {
    text-align: center;
  }
  .storycard {
    margin-top: 50px;
  }
  .indusry__banner .service__title {
    width: 100%;
  }
  .page-template-blog-template .resources_inner__banner {
    padding: 40px 0 150px !important;
  }
  .resource__banner {
    padding: 40px 0 150px !important;
  }
  .resource__banner .inner-banner-title {
    margin: 50px auto 15px;
    font-size: 35px;
  }
  .resource__banner .service__title {
    width: 100%;
    margin-bottom: 30px;
  }
  .resource-card {
    margin-bottom: 30px;
  }
  .archive .resource__banner .inner-banner-title {
    margin: 15px auto 15px;
  }

  .header__area:hover {
    background: transparent !important;
    border-bottom: none;
  }
  .header__area:hover .header__search-box-2 span {
    color: #fff !important;
  }
  .header__area:hover .header__logo .logo-white {
    display: block !important;
  }
  .header-sticky:hover .header__logo .logo-white {
    display: none !important;
  }
  .header__area:hover .header__logo .hover-logo {
    display: none !important;
  }
  .header-sticky:hover {
    background: #fff !important;
  }
  .mobilemb-0 {
    margin-bottom: 0px;
  }
  .counter__text span {
    font-size: 14px;
  }
  .boxcard .col-md-8 {
    width: 75%;
  }
  .ind__about.mt-70 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .download_link h3 {
    font-size: 22px;
  }
  .certificate.mb-100 {
    margin-bottom: 50px;
  }
  .service__box.mb-70 {
    margin-bottom: 50px;
  }
  .page-template-blog-template .resources_inner__banner .inner-banner-title {
    margin: 10px auto 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .serice__banner {
    background-size: cover !important;
    background-position: bottom;
    padding: 80px 0px 210px !important;
  }
  .ind_about_image {
    margin-top: 50px;
  }
  /* Zoho float button */
  .zsiq_theme1.zsiq_floatmain{
    bottom: 22%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 378px) {
  .downloadAll{
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .download_itms {
    top: 65px !important;
}
  .certificate ul li {
    width: 90px;
  }
  .certificate ul {
    padding: 0px 15px;
  }
  .mscroll2 {
    display: flex;
    flex-wrap: inherit;
    width: 100%;
    overflow-x: scroll;
    margin: 0px;
  }
  .resource__banner .inner-banner-title br {
    display: none;
  }
  .indusry__banner .inner-banner-title br {
    display: none;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1199px) {
  .testimonialimgleft {
    object-fit: cover;
    left: -175px;
  }
  .header__search-box-2 span i {
    font-weight: normal !important;
  }
  .abt-us {
    width: 50%;
    padding-right: 100px;
  }
  .industry-banner img {
    margin-top: 50px;
  }
  .indusry__banner .inner-banner-title {
    margin: 30px auto 30px !important;
    font-size: 40px !important;
  }
  .indusry__banner .service__title {
    width: 100%;
  }
  .header__area:hover {
    background: transparent !important;
    border-bottom: none;
  }
  .header__area:hover .header__search-box-2 span {
    color: #fff !important;
  }
  .header__area:hover .header__logo .logo-white {
    display: block !important;
  }
  .header-sticky:hover .header__logo .logo-white {
    display: none !important;
  }
  .header__area:hover .header__logo .hover-logo {
    display: none !important;
  }
  .header-sticky:hover {
    background: #fff !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .indusry__banner .inner-banner-title {
    margin: 70px auto 30px !important;
    font-size: 44px !important;
  }
  .indusry__banner .service__title {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .abt-us {
    width: 50% !important;
    padding-right: 100px !important;
  }
}

.has-megamenu {
  position: static !important;
}
.header__main-menu nav ul .has-megamenu .submenu {
  position: absolute;
  top: 68%;
  left: 0;
  width: 100%;
  background-color: #fff;
  text-align: left;
  padding: 34px 10vw 20px;
  display: none;
  transition: 0.3s;
  z-index: 2;
}
.header__main-menu nav ul .has-megamenu2 .submenu {
  background-color: #fff;
  padding: 24px 20px 0px;
  border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -ms-border-radius: 0px 0px 10px 10px;
  -o-border-radius: 0px 0px 10px 10px;
}
.header__main-menu nav ul .has-megamenu3 .submenu {
  width: 230px;
  background-color: #fff;
  padding: 24px 20px 0px;
  border-radius: 0px 0px 10px 10px;
}
.menutitle {
  color: #828282;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.lidetails {
  display: flex;
  align-items: center;
  gap: 10px;
}
.liicon {
  display: flex;
  min-width: 34px;
  min-height: 34px;
  padding: 4px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.lidetails h3 {
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 600;
  margin: 0px;
}
.menu-box p {
  color: #878787;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  margin: 5px 0px 0px;
}

.greencolor .menutitle {
  border-bottom: 1px solid #00a698;
}
.greencolor .liicon {
  background: rgba(0, 166, 152, 0.2);
}
.menu-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}
.menu-box li {
  margin-bottom: 20px !important;
}

.yellowcolor .menutitle {
  border-bottom: 1px solid #ffb900;
}
.yellowcolor .liicon {
  background: rgba(255, 185, 0, 0.2);
}

.darkgreen .menutitle {
  border-bottom: 1px solid #5abb4a;
}
.darkgreen .liicon {
  background: rgba(90, 187, 74, 0.2);
}
.skyblue .menutitle {
  border-bottom: 1px solid #2d96e9;
}
.skyblue .liicon {
  background: rgba(45, 150, 233, 0.2);
}
.offpink .menutitle {
  border-bottom: 1px solid #2d96e9;
}
.offpink .liicon {
  background: rgba(255, 100, 0, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header__main-menu nav ul .has-megamenu .submenu {
    padding: 30px 5vw;
  }
  .menutitle {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .menu-box li {
    margin-bottom: 15px !important;
  }
  .lidetails h3 {
    font-size: 14px;
  }
  .menu-box p {
    font-size: 11px;
    line-height: 110%;
  }
}

.mobilefooter .it-custom-accordio .accordion-buttons {
  color: #fff;
  font-size: 18px;
  width: 100%;
  text-align: left;
  position: relative;
  padding: 20px 10px;
  line-height: 1.5;
  text-transform: capitalize;
  border-top: 1px solid #333333 !important;
}

.mobilefooter .it-custom-accordio .accordion-buttons:not(.collapsed) {
  background: var(--it-theme-1);
  color: var(--it-common-white);
}

.mobilefooter .it-custom-accordio .accordion-buttons:not(.collapsed)::after {
  content: "\f00d";
  background: var(--it-common-white);
  background-clip: border-box;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.mobilefooter .it-custom-accordio .accordion-buttons::after {
  position: absolute;
  content: "\f067";
  font-family: "font awesome 5 pro";
  top: 50%;
  right: 6%;
  background: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  width: auto;
  height: auto;
  font-weight: 700;
  font-size: 16px;
  opacity: 1;
  transform: translateY(-50%);
}

.mobilefooter .footermenu {
  list-style: none;
}
.mobilefooter .footermenu li a {
  padding: 10px 0px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
}

.search .search__wrapper {
  padding: 170px 0px 50px;
}
.search__wrapper .search-form-wrapper {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 5px;
  margin: 100px auto 50px auto;
  max-width: 972px;
}
.post_not_found {
  text-align: center;
  font-weight: 600;
}
.search__wrapper .search-form-wrapper input {
  width: 100%;
  font-size: 18px;
  line-height: 21.6px;
  color: #2a2a2a;
  font-weight: 400;
  border: none;
  background: transparent;
}
.search__wrapper .search-form-wrapper label {
  display: inline-block;
  width: calc(100% - 20px);
}
.search__wrapper .search-form-wrapper .search-submit {
  width: 16px;
}
.search__wrapper .search-form-wrapper .search-submit i {
  color: #2c2c2c;
  opacity: 0.7;
}
.search__wrapper .search-title {
  color: #2a2a2a;
  font-size: 45px;
  line-height: 54px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 43px;
}
.search__wrapper .search_content {
  max-width: 972px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.search__wrapper .search_data {
  border-top: 1px solid #d9d9d9;
  padding: 50px 0;
}
.search__wrapper .search_data:last-child {
  border-bottom: 1px solid #d9d9d9;
}

.search__wrapper .search_content .search_data .post_name {
  color: #2a2a2a;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 19.2px;
  font-weight: 600;
  margin-bottom: 20px;
}
.search__wrapper .search_content .search_data .search_title {
  color: #ff6400;
  font-size: 32px;
  line-height: 38.4px;
  font-weight: 600;
  margin-bottom: 20px;
}
.search__wrapper .search_content .search_data .search_desc {
  color: #676767;
  font-size: 18px;
  line-height: 25.2px;
  font-weight: 400;
  margin-bottom: 20px;
}
.search__wrapper .search_content .search_data .search_desc p {
  color: #676767;
  font-size: 18px;
  line-height: 25.2px;
  font-weight: 400;
}
.search__wrapper .search_content .search_data .search_date {
  color: #676767;
  font-size: 18px;
  line-height: 21.6px;
  font-weight: 400;
}

.search__wrapper .pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin: 50px 0px;
}

.single-resources .resources_inner__banner,
.single-post .resources_inner__banner,
.category .resources_inner__banner,
.page-template-blog-template .resources_inner__banner {
  padding: 200px 0px 50px;
}
.single-resources .inner-banner-title,
.single-post .inner-banner-title,
.category .inner-banner-title,
.page-template-blog-template .inner-banner-title {
  width: auto;
  margin: auto;
  margin-bottom: 30px;
}
.category .inner-banner-title,
.page-template-blog-template .inner-banner-title {
  margin-bottom: 0px;
}
.single-resources .resources_inner__content .resource-image,
.single-post .resources_inner__content .resource-image {
  margin-bottom: 50px;
}
.single-resources .resources_inner__content .resource-image img,
.single-post .resources_inner__content .resource-image img {
  width: 100%;
  border-radius: 10px;
}
.single-resources .resources_inner__content .resource-image.feature-img,
.single-post .resources_inner__content .resource-image.feature-img {
  width: 100%;
  border-radius: 10px;
  height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
}
.single-resources .resource-content,
.single-post .resource-content {
  padding: 0px 40px 50px 40px;
}
.single-resources .resource-content ul,
.single-post .resource-content ul {
  padding-left: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
  list-style-type: disc;
}

.single-resources .resource-content h2,
.single-post .resource-content h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  font-family: "Lato", sans-serif;
  margin-top: 15px;
}
.single-resources .resource-content h2 span,
.single-post .resource-content h2 span {
  font-weight: 600 !important;
}

.single-resources .resource-content p,
.single-post .resource-content p {
  padding-bottom: 15px;
}
.single-resources .resource-content p:last-child,
.single-post .resource-content p:last-child {
  padding-bottom: 0px;
}
.single-post .resource-content p a,
.single-post .resource-content p span a,
.single-post .resource-content ul li a,
.single-post .resource-content ol li a {
  color: #ff6400;
}

.single-resources .author-details-wrap,
.single-post .author-details-wrap {
  padding: 30px 0px 30px 0px;
  margin: 0px 40px 0px 40px;
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  display: flex;
  align-items: start;
  gap: 15px;
}
.single-resources .author-details-wrap .author-img-sec,
.single-post .author-details-wrap .author-img-sec {
  width: 59px;
  height: 59px;
}
.single-resources .author-details-wrap .author-details-sec,
.single-post .author-details-wrap .author-details-sec {
  width: calc(100% - 100px);
}

.single-resources .author-details-wrap .author-image,
.single-post .author-details-wrap .author-image {
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.single-resources .author-details-wrap .author-name,
.single-post .author-details-wrap .author-name {
  color: #2a2a2a;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 19.2px;
  font-weight: 600;
  margin-bottom: 5px;
}
.single-resources .author-details-wrap .author-role,
.single-post .author-details-wrap .author-role {
  color: #676767;
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 400;
  margin-bottom: 12px;
}
.single-resources .author-details-wrap .author-biography,
.single-post .author-details-wrap .author-biography {
  color: #2a2a2a;
  font-size: 14px;
  line-height: 16.8px;
}

.single-resources .author-details-wrap .author-img-sec .mobile-author-name-role,
.single-post .author-details-wrap .author-img-sec .mobile-author-name-role {
  display: none;
}
.single-resources .resources_inner__content p,
.single-post .resources_inner__content p {
  font-size: 18px;
}
.single-resources .next-per-resource,
.single-post .next-per-resource {
  margin: 50px 40px 100px 40px;
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-resources .next-per-resource .left-side,
.single-post .next-per-resource .left-side {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 47%;
}
.single-resources .next-per-resource .right-side,
.single-post .next-per-resource .right-side {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 47%;
}
.single-resources .next-per-resource a,
.single-post .next-per-resource a {
  font-size: 18px;
  line-height: 21.6px;
  color: #2a2a2a;
}
.single-resources .next-per-resource .left-side a,
.single-post .next-per-resource .left-side a {
  text-align: left;
}
.single-resources .next-per-resource .right-side a,
.single-post .next-per-resource .right-side a {
  text-align: right;
}
.single-resources .next-per-resource .left-side i,
.single-post .next-per-resource .left-side i {
  padding-right: 20px;
  color: #2a2a2a;
}
.single-resources .next-per-resource .right-side i,
.single-post .next-per-resource .right-side i {
  padding-left: 20px;
  color: #2a2a2a;
}

.single-resources .search-form-wrapper,
.single-post .search-form-wrapper,
.category .search-form-wrapper,
.page-template-blog-template .search-form-wrapper {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.single-resources .search-form-wrapper input,
.single-post .search-form-wrapper input,
.category .search-form-wrapper input,
.page-template-blog-template .search-form-wrapper input {
  width: 100%;
  font-size: 18px;
  line-height: 21.6px;
  color: #2a2a2a;
  font-weight: 400;
  border: none;
  background: transparent;
}
.single-resources .search-form-wrapper label,
.single-post .search-form-wrapper label,
.category .search-form-wrapper label,
.page-template-blog-template .search-form-wrapper label {
  display: inline-block;
  width: calc(100% - 20px);
}
.single-resources .search-form-wrapper .search-submit,
.single-post .search-form-wrapper .search-submit,
.category .search-form-wrapper .search-submit,
.page-template-blog-template .search-form-wrapper .search-submit {
  width: 16px;
}
.single-resources .search-form-wrapper .search-submit i,
.single-post .search-form-wrapper .search-submit i,
.category .search-form-wrapper .search-submit i,
.page-template-blog-template .search-form-wrapper .search-submit i {
  color: #2c2c2c;
  opacity: 0.7;
}
.single-resources .related-list,
.single-post .related-list,
.category .related-list,
.page-template-blog-template .related-list {
  margin-bottom: 30px;
}

.single-resources .related-list .related-title h4,
.single-post .related-list .related-title h4,
.category .related-list .related-title h4,
.page-template-blog-template .related-list .related-title h4 {
  font-size: 18px;
  line-height: 21.6px;
  color: #2a2a2a;
  font-weight: 400;
  padding-bottom: 20px;
}
.single-resources .related-posts,
.single-post .related-posts,
.category .related-posts,
.page-template-blog-template .related-posts,
.single-post .related-categories,
.category .related-categories,
.page-template-blog-template .related-categories {
  margin-bottom: 30px;
}
.single-resources .related-posts .related-post-wrap,
.single-post .related-posts .related-post-wrap,
.category .related-posts .related-post-wrap,
.page-template-blog-template .related-posts .related-post-wrap {
  display: flex;
  justify-content: start;
  align-items: start;
  margin-bottom: 40px;
}
.single-resources .related-posts .related-post-wrap:last-child,
.single-post .related-posts .related-post-wrap:last-child,
.category .related-posts .related-post-wrap:last-child,
.page-template-blog-template .related-posts .related-post-wrap:last-child {
  margin-bottom: 0;
}

.single-resources .related-posts .related-post-wrap .related-image,
.single-post .related-posts .related-post-wrap .related-image,
.category .related-posts .related-post-wrap .related-image,
.page-template-blog-template .related-posts .related-post-wrap .related-image {
  width: 120px;
}
.single-resources .related-posts .related-post-wrap .related-image img,
.single-post .related-posts .related-post-wrap .related-image img,
.category .related-posts .related-post-wrap .related-image img,
.page-template-blog-template
  .related-posts
  .related-post-wrap
  .related-image
  img {
  width: 100%;
  border-radius: 5px;
}
.single-resources .related-posts .related-post-wrap .related-title,
.single-post .related-posts .related-post-wrap .related-title,
.category .related-posts .related-post-wrap .related-title,
.page-template-blog-template .related-posts .related-post-wrap .related-title {
  width: calc(100% - 120px);
  padding-left: 20px;
}
.single-resources .related-posts .related-post-wrap .related-title h4,
.single-post .related-posts .related-post-wrap .related-title h4,
.category .related-posts .related-post-wrap .related-title h4,
.page-template-blog-template
  .related-posts
  .related-post-wrap
  .related-title
  h4 {
  font-size: 18px;
  line-height: 21.6px;
  color: #2a2a2a;
  font-weight: 600;
  padding-bottom: 0;
}
.single-resources .related-posts .related-post-wrap .related-title p,
.single-post .related-posts .related-post-wrap .related-title p,
.category .related-posts .related-post-wrap .related-title p,
.page-template-blog-template
  .related-posts
  .related-post-wrap
  .related-title
  p {
  font-size: 14px;
  line-height: 16.8px;
  color: #2a2a2a;
  font-weight: 400;
}
.single-post .cat-title::before,
.category .cat-title::before,
.page-template-blog-template .cat-title::before {
  content: "";
  position: relative;
  width: 100%;
  border-top: 1px solid #ff6400;
  display: block;
  padding-bottom: 30px;
}
.single-post .related-categories,
.category .related-categories,
.page-template-blog-template .related-categories {
  position: relative;
}
.single-post .related-categories li.cat-item,
.category .related-categories li.cat-item,
.page-template-blog-template .related-categories li.cat-item {
  position: relative;
  list-style: none;
  border-bottom: 1px solid #efefef;
  padding: 10px 0;
}
.single-post .related-categories li.cat-item:last-child,
.category .related-categories li.cat-item:last-child,
.page-template-blog-template .related-categories li.cat-item:last-child {
  border: none;
}
.single-post .related-categories li.cat-item:after,
.category .related-categories li.cat-item:after,
.page-template-blog-template .related-categories li.cat-item:after {
  font-family: "font awesome 5 pro";
  content: "\f105";
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 14px;
  color: #cccccc;
}
.single-post .related-categories li.cat-item a,
.category .related-categories li.cat-item a,
.page-template-blog-template .related-categories li.cat-item a {
  display: block;
}
.single-post .related-categories li.cat-item a:hover,
.category .related-categories li.cat-item a:hover,
.page-template-blog-template .related-categories li.cat-item a:hover {
  color: #ff6400;
}
.single-post .related-categories li li:hover:after,
.category .related-categories li li:hover:after,
.page-template-blog-template .related-categories li li:hover:after {
  color: #ff6400;
}

.category .share-list,
.page-template-blog-template .share-list {
  margin-bottom: 30px;
}

.single-resources .sharing-wrap h4,
.single-post .sharing-wrap h4,
.category .sharing-wrap h4,
.page-template-blog-template .sharing-wrap h4 {
  font-size: 18px;
  line-height: 21.6px;
  color: #2a2a2a;
  font-weight: 400;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.single-resources .sharing-wrap ul,
.single-post .sharing-wrap ul,
.category .sharing-wrap ul,
.page-template-blog-template .sharing-wrap ul {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
.single-resources .sharing-wrap ul li,
.single-post .sharing-wrap ul li,
.category .sharing-wrap ul li,
.page-template-blog-template .sharing-wrap ul li {
  list-style: none;
  border-radius: 50%;
  border: 1px solid #ff6400;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.single-resources .sharing-wrap ul li a,
.single-post .sharing-wrap ul li a,
.category .sharing-wrap ul li a,
.page-template-blog-template .sharing-wrap ul li a {
  width: 100%;
}

.radius-10 {
  border-radius: 10px;
}

/*.page-template-about-template header {
  background: #fff;
  top: 0;
}*/
.page-template-about-template .about__banner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0px 50px 50px;
   margin-top:135px; 
  background-position: top;
  width: 100%;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
}

.about__banner .about-title {
  color: #fff;
  font-size: 50px;
  line-height: 75px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
.about__banner .about-sub-title {
  color: #fff;
  font-size: 18px;
  line-height: 23.4px;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center;
}

.about__mission {
  padding: 100px 0;
}
.about__mission {
  background-image: url(../images/bg_shade_new.png);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  top: 0px;
  z-index: -1;
}

.about__mission .mission__content {
  padding-right: 39px;
}
.about__mission .vision__content {
  padding-left: 70px;
}

.about__mission .vision__main-img .vision_image_2 {
  width: 77% !important;
  position: relative;
  right: 0;
  left: 23%;
}

.about__mission .mission__title h2,
.vision__content .vision__title h2 {
  color: #2a2a2a;
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
  margin-bottom: 30px;
}

.about__mission .mission__desc p,
.vision__content .vision__desc p {
  color: #676767;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  margin-bottom: 30px;
}

.timeline .timeline-contents .swiper-slide.swiper-slide-prev .history__details,
.timeline .timeline-contents .swiper-slide.swiper-slide-next .history__details {
  border: 1px solid #bebebe;
}
.timeline-dates .swiper-slide:after,
.timeline-dates .swiper-slide div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.timeline-dates {
  padding-bottom: 0.5rem;
  box-sizing: border-box;
  margin: 3rem 0 3.5rem;
}
.timeline-dates .swiper-slide {
  cursor: pointer;
  width: auto;
}

.timeline-dates.swiper-container:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0.3rem;
  opacity: 0.5;
  border-bottom: 2px solid #d9d9d9;
}
.timeline-dates .swiper-slide:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0.4rem;
  background-color: #cdcdcd;
  border-radius: 0;
  left: 50%;
  margin-right: -50%;
  transform: translateY(-50%);
}
.timeline-dates .swiper-slide-active:before {
  background-color: #ff6400;
  width: 10px;
  height: 10px;
}
.swiper-slide.swiper-slide-active {
/*  display: flex;
  justify-content: center;*/
}
.timeline-contents {
  height: 80%;
  width: 100%;
}
.timeline-contents.swiper-container-autoheight .swiper-wrapper {
  align-items: center;
}

.history_year p {
  color: #676767;
  font-size: 18px;
  font-weight: 700;
  line-height: 60px;
}
.swiper-slide-active .history_year p {
  color: #ff6400;
  font-size: 22px;
  font-weight: 700;
  line-height: 60px;
}
.history__details {
  display: flex;
  height: max-content;
  border-radius: 20px;
  border: 1px solid #ff6400;
  padding: 50px;
  gap: 30px;
  background-color: #fff;
  align-items: center;
  min-height: 300px;
}
.history-details {
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: -15px;
  padding-top: 65px;
  overflow: hidden;
}
.history__details .history_detail {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.history__details .history_detail h3 {
  color: #2a2a2a;
  font-size: 36px;
  line-height: 55px;
  font-weight: 700;
}
.history__details .history_detail p {
  color: #676767;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.history_image img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
}

.history_image {
  margin: auto;
}
.swiper-slide.swiper-slide-visible {
  opacity: 50%;
}
.swiper-slide.swiper-slide-visible.swiper-slide-active {
  opacity: 1;
}

.about__history .history-title h2 {
  color: #444444;
  font-size: 45px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.about__history .history-desc p {
  color: #676767;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0px;
  text-align: center;
}
.about__leadership .leader-title h2 {
  color: #444444;
  font-size: 45px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
}
.about__leadership .leader__content_wrapper {
  margin-bottom: 50px;
}

.about__leadership .leader__content {
  padding-left: 30px;
  max-width: 73%;
}
.about__leadership .leader__content_wrapper .leader__content p {
  color: #676767;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}
.about__leadership .leader__main-img-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: end;
}
.about__leadership .leader__main-img {
  max-width: 278px;
  margin-bottom: 30px;
}
.about__leadership .leader__row {
  margin-bottom: 50px;
}
.about__leadership .leader_deatils {
  text-align: center;
  width: 100%;
  max-width: 278px;
}
.about__leadership .leader_deatils h4 {
  color: #2a2a2a;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}
.about__leadership .leader_deatils span {
  color: #a3a3a3;
  font-size: 22px;
  line-height: 33px;
  font-weight: 600;
  margin-bottom: 30px;
}

.about__career .ac_left_col .career-title h2 {
  color: #2a2a2a;
  font-size: 45px;
  line-height: 67.5px;
  font-weight: 700;
  margin-bottom: 50px;
}
.about__career .ac_left_col .career__desc p {
  color: #676767;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 50px;
}

.about__career .ac_left_col .career__button a.main-btn {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
}
.about__career .ac_left_col .career_image__1 {
  max-width: 376px;
  position: relative;
  top: -53px;
  margin: auto 0 0 auto;
  right: -15px;
}
.about__career .row_1 {
  margin-bottom: -35px;
}
.about__career .row_2 {
  margin-bottom: -35px;
}
.about__career .row_2 .col_wrapper_left {
  padding-right: 0;
}

.about__career .row_2.raw_wrapper_right_mobile_block,
.about__career .row_1.raw_wrapper_left_mobile_block {
  display: none;
}

.about__career .career_image__3 {
  margin-bottom: 20px;
}
.about__career .career_image__4 {
  margin-bottom: 50px;
}
.about__career .career_image__5 {
  margin-bottom: 50px;
  float: right;
  width: 75%;
}
.about__career .culture-title h2 {
  color: #2a2a2a;
  font-size: 45px;
  line-height: 150%;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 45px;
}
.about__career .culture__desc p {
  color: #676767;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 30px;
  padding-left: 45px;
}

.about__contact {
  padding-top: 100px;
}
.about__contact .contact-title h2 {
  color: #2a2a2a;
  font-size: 45px;
  line-height: 54px;
  font-weight: 700;
  margin-bottom: 50px;
}

.about__contact .contact_form__main {
  margin-bottom: 100px;
}

.about__contact .contact_form__main input[type="text"],
.about__contact .contact_form__main input[type="email"],
.about__contact .contact_form__main textarea,
.about__contact .contact_form__main select {
  color: #2a2a2a;
  border-radius: 5px;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  padding: 17px 15px;
}
.about__contact .contact_form__main ::placeholder {
  color: #a5a5a5;
  opacity: 1;
}
.about__contact .contact_form__main ::-ms-input-placeholder {
  color: #a5a5a5;
}

.about__contact .contact_form__main textarea:-moz-placeholder,
.about__contact .contact_form__main textarea::-moz-placeholder,
.about__contact .contact_form__main textarea:-ms-input-placeholder,
.about__contact .contact_form__main textarea::-webkit-input-placeholder,
.about__contact .contact_form__main textarea::placeholder {
  color: #a5a5a5;
}

.about__contact .contact_form__main .form-submit {
  margin-top: 50px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  background-color: var(--it-theme-1);
  color: var(--it-common-white);
  height: 48px;
  border-radius: 130px;
  padding: 0 24px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  outline: none;
  border: none;
}
.about__contact .contact_form__main .form-submit:hover {
  transform: translateY(-3px);
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}

.about_leadership_title_wrapper {
}
.about_leadership_content_wrapper {
  background-repeat: no-repeat;
  margin-bottom: 50px;
  background-size: cover;
  min-height: 538px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.about_leadership_content_wrapper .row-100 {
  justify-content: end;
  align-items: center;
}
.leader__content_wrapper_new .leader__content p {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
.leader__content_wrapper_new .leader__content .main_details {
  margin-bottom: 30px;
}
.leader__content_wrapper_new .leader__content .leader_name {
  color: #ff6400;
}
.leader__content_wrapper_new .leader__content .leader_name .comma {
  color: #fff;
}
.about__career {
  padding-top: 100px;
}

.teammember-slider-prev::before {
  content: "\f177";
  font-family: "font awesome 5 pro";
}
.teammember-slider-next::before {
  content: "\f178";
  font-family: "font awesome 5 pro";
}
.teammember-slider-next {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  position: absolute;
  right: -60px;
  top: 175px;
}
.teammember-slider-prev {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  position: absolute;
  left: -60px;
  top: 175px;
}

.teammember-slider-next:hover,
.teammember-slider-prev:hover {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  border-color: #ff6400;
}
.teammember__slider-wrapper .slidebtn {
  display: inherit !important ;
  align-items: inherit !important;
  justify-content: inherit !important;
  position: relative;
  gap: inherit !important;
  right: inherit !important;
  top: inherit !important;
}
.teammember-slider .swiper-slide.swiper-slide-active {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.teammember-slider .tm_image_wrapper img {
  width: 100%;
  height: auto;
  filter: grayscale(1);
}
.teammember-slider .tm_detail_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 15px;
}
.teammember-slider .tm_detail_wrapper .tm_content {
  width: calc(100% - 40px) !important;
}
.teammember-slider .tm_detail_wrapper .tm_content h4 {
  font-weight: 700;
  font-size: 20px;
  font-family: "Lato", sans-serif;
  color: #444444;
  line-height: normal;
  margin-bottom: 10px;
}
.teammember-slider .tm_detail_wrapper .tm_content p {
  font-weight: 400;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  line-height: 30px;
  color: #676767;
  line-height: normal;
}

.teammember-slider .tm_detail_wrapper .tm_social_link a {
  cursor: pointer;
}
.teammember-slider .tm_detail_wrapper .tm_social_link a img {
  width: 40px;
}

.office__content {
  padding-left: 30px;
}
.office__content .office-deatils {
  padding-left: 30px;
  margin-top: 30px;
}
.office__content .office-deatils h4 {
  color: #676767;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}
.office__content .office-deatils ul li {
  color: #2a2a2a;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.office__content .office-deatils ul li a {
  color: #2a2a2a;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.office__content .office-deatils ul li p {
  display: inline-flex;
  font-weight: 500;
  color: #2a2a2a;
}

.office__content li {
  list-style: none;
  padding-bottom: 20px;
}
.office__content li img {
  padding-right: 20px;
}

textarea {
  min-height: 152px !important;
}

.popup_close {
  display: inline-block;
  background: #f29b3d;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 0;
  font-size: 22px;
}
.requestdemo_Modal .modal-dialog {
  animation: bounceDownIn 0.6s ease-out;
}
.requestdemo_Modal .modal-dialog {
  max-width: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 80px auto;
}
.requestdemo_Modal.modal {
  padding-right: 0px !important ;
}

.newstory {
  padding: 50px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 50px;
}
.story-card {
  background: #fff;
  width: 370px;
  padding: 40px;
  border-radius: 10px;
  margin-left: 100px;
}
.story-card small {
  font-size: 0.875em;
  font-size: 14px;
  letter-spacing: 0.28px;
  display: inline-block;
  margin-bottom: 15px;
}
.story-card h4 {
  color: #2a2a2a;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.56px;
  margin-bottom: 20px;
}
.story-card p {
  color: #676767;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.5px;
  margin-bottom: 20px;
}

.partnerlogo {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partnerlogo img {
  width: auto;
  max-width: 170px;
  max-height: 170px;
  object-fit: contain;
}

.careerpopup_Modal .modal-content {
  border-radius: 20px;
  border: none;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
}
.careerpopup_Modal .modal-header {
  display: flex;
  flex-direction: column;
  border: none;
  padding: 40px 0px 30px;
}
.careerpopup_Modal .modal-body {
  border-radius: 0px 0px 20px 20px;
  background: #f0f0f0;
  padding: 40px;
}
.careerpopup_Modal .modal-header .modal-title {
  color: #444;
  font-size: 32px;
  font-weight: 700;
  line-height: 60px;
}
.careerpopup_Modal .modal-header p {
  color: #676767;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.16px;
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

.careerpopup_Modal .modal-body form label {
  display: flex;
  padding: 15px 0px;
  position: relative;
  color: #959595;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
.careerpopup_Modal .modal-body form label .wpcf7-form-control-wrap {
  margin-left: 0px;
  width: 80%;
  position: absolute;
  right: 0px;
}
.careerpopup_Modal .modal-body form label .wpcf7-form-control-wrap input {
  width: 100%;
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  background: #fbfbfb;
  height: 40px;
}

#linkedin-button {
  border-radius: 4px;
  border: 1px solid #0073b1;
  background: #0073b1;
  color: #fff;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  padding: 10px 12px 10px 10px;
}
.career_submit,
.downloadpopup_modal .career_submit_wrapper .download_submit{
  display: inline-block;
  background-color: var(--it-theme-1);
  color: var(--it-common-white);
  height: 48px;
  border: none;
  line-height: 42px;
  border-radius: 5px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.downloadpopup_modal .career_submit_wrapper .download_submit:hover{
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}
.careerpopup_Modal .popup_close {
  top: 10px;
  right: 10px;
  font-size: 30px;
  background: transparent;
  color: #000;
  font-weight: 600;
}
.career_submit_wrapper {
  margin-top: 30px;
  position: relative;
}
.career_submit_wrapper .wpcf7-spinner {
  margin: 10px 24px;
  position: absolute;
}

.header-search-form-wrapper {
  position: relative;
}
.header-search-content-toggle {
  opacity: 1 !important;
  visibility: visible !important;
  right: 0 !important;
  transform: scale(1) !important;
}
.header-search-form {
  position: absolute;
  width: 350px;
  right: 0;
  top: 61px;
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  background: #fff;
  padding: 30px;
  border-radius: 6px;
  transition: all 0.5s ease;
  box-shadow: -2px 18px 40px -9px rgb(153, 153, 153);
}
.header-search-form-wrapper .search-form-wrapper {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 0px;
}
.header-search-form-wrapper .search-form-wrapper label {
  display: inline-block;
  width: calc(100% - 20px);
}
.header-search-form-wrapper .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.header-search-form-wrapper .search-form-wrapper input {
  width: 100%;
  font-size: 18px;
  line-height: 21.6px;
  color: #2a2a2a;
  font-weight: 400;
  border: none;
  background: transparent;
}
.header-search-form-wrapper .search-submit {
  width: 16px;
}
.header__search-box-2 button {
  color: #fff !important;
}
.header__area:hover .header__search-box-2 button {
  color: #2c2c2c !important;
}

.inner-header .header__search-box-2 button i {
  color: #000;
}
/* .inner-header{
      position: fixed;
    width: 100%;
    z-index: 9;
} */
.header-sticky .header__search-box-2 button {
  color: #000 !important;
}

.it-offcanvas-area .header-search-form {
  z-index: 999;
  top: 100px;
}

.error-section {
  position: relative;
  padding: 200px 0px 100px;
}
.error-section .error-content h2 {
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 8px;
}
.error-section .error-content p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 32px;
}

.column__reverse {
  flex-direction: column-reverse;
}
.row__reverse {
  flex-direction: row-reverse;
}
.taxonomy-resources_tax .row:nth-child(2) {
  padding: 0px 0px;
}
.taxonomy-resources_tax .row:nth-child(3) {
  padding: 50px 0px 0px 0px;
}
.resource_list .row_events .date-sec {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  margin-bottom: 15px;
}
.resource_list .row_events .short-desc {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18.2px;
  margin-bottom: 6px;
}
.resource_list .row_events .read_more a {
  font-size: 18px;
}

.resource_list .row_events .resource-card h4 {
  margin-bottom: 20px;
}

.video_Modal #videoPlayer {
  width: 100%;
}
.video_Modal .modal-header {
  border: none;
  padding: 0px;
}
.video_Modal .modal-body {
  padding: 0px;
  background: #000;
}
.video_Modal .popup_close {
  z-index: 1;
  background: #ff6400;
}
.modal.video_Modal .modal-dialog {
  height: 100vh;
  display: flex;
  align-items: center;
  max-width: 80%;
}
.single-solutions_services .service__box.mb-70 {
  margin-bottom: 50px;
}
.about__area_2 .row:nth-child(odd) .about__content {
  padding-left: 20px;
}
.about__area_2 .row:nth-child(even) .about__content {
  padding-right: 20px;
  padding-left: 0px;
}
.single-solutions_services .download {
  padding: 55px 0px;
  margin-bottom: 100px;
}
.single-solutions_services .box__wrap.mb-70 {
  margin-bottom: 20px;
}
.single-solutions_services .box__wrap .box__title.pb-40 {
  padding-bottom: 50px;
}

.single-industry_experties .indusry__banner .service__title {
  width: 90%;
}
.single-industry_experties .indusry__banner .service__title p {
  font-size: 18px;
  line-height: 130%;
}
.single-industry_experties .indusry__banner {
  padding: 100px 0 50px;
}
.single-industry_experties .trusted-partners {
  margin-top: 30px;
  display: inline-block;
  width: 100%;
}
.single-industry_experties .box__wrap.mb-70 {
  margin-bottom: 50px;
}
.single-industry_experties .box__wrap .box__title.pb-40 {
  padding-bottom: 50px;
}
.single-industry_experties .trusted-partners .box__title.pb-40 {
  padding-bottom: 50px;
}

.page-template-blog-template .resources_inner__banner {
  padding: 100px 0 173px;
  background: url(../images/resources-banner-bg.png) no-repeat center center;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.page-template-blog-template .resources_inner__banner .inner-banner-title {
  margin: 80px auto 30px;
}
.page-template-blog-template .resources_inner__banner .service__title {
  width: 90%;
  margin-bottom: 100px;
}
.page-template-blog-template .resources_inner__banner .service__title p {
  font-size: 18px;
  line-height: 130%;
}
.page-template-blog-template .resources_inner__content {
  margin: 30px 0px 50px;
}
.page-template-blog-template .resources_inner__content .article_title_sec {
  margin-bottom: 50px;
  border-bottom: 1px solid #c4c4c4;
}
.page-template-blog-template
  .resources_inner__content
  .article_title_sec
  .section-title.inner-banner-title {
  margin-bottom: 0px;
  padding-bottom: 15px;
  border-bottom: 3px solid #ff6400;
  font-size: 24px;
  color: #282828 !important;
}

/* .tax-resources_tax .resource__banner {
  padding: 0 !important;
} */
.tax-resources_tax .resource__banner .inner-banner-title {
  margin: 80px auto 30px;
}
.tax-resources_tax .resource__banner .service__title {
  width: 90%;
}
.tax-resources_tax .resource__banner .service__title p {
  font-size: 18px;
  line-height: 130%;
}
.tax-resources_tax .resource_tax_list {
  margin-bottom: 50px;
}
.page-template-about-template .about__banner .about-title {
  font-size: 50px;
  line-height: 50px;
}
.page-template-about-template .about__mission {
  padding: 100px 0 128px;
}
.page-template-about-template .history__details {
  width: 100%;
}
.page-template-about-template .timeline-dates {
  margin-bottom: 80px;
}
.page-template-about-template .teammember-slider .tm_detail_wrapper {
  padding-top: 24px;
}
.page-template-blog-template .resource-card h4,
.category .resource-card h4 {
  font-size: 24px;
}

@media screen and (max-width: 1399px) {
  .about__leadership .leader__content {
    max-width: 85%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .project__item {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 1199px) {
  .serice__banner {
    padding: 80px 0px 350px;
  }
  .indusry__banner {
    padding: 80px 0 50px;
  }
  .resource__banner {
    padding: 80px 0 200px;
  }
  .single-industry_experties .indusry__banner {
    padding: 80px 0 50px;
  }
  .tax-resources_tax .resource__banner {
        /* padding: 80px 0 173px; */
    padding: 0px 0 173px;
  }
  .inner-header .it-menu-bar img {
    filter: invert(1);
  }
  .single-resources .resources_inner__banner,
  .single-post .resources_inner__banner,
  .category .resources_inner__banner,
  .page-template-blog-template .resources_inner__banner {
    padding: 80px 0px 50px;
  }
    .page-template-blog-template .resources_inner__banner{
          padding: 125px 0px 50px;
    }
  .resources_inner__banner .resource-date,
  .single-post .resources_inner__banner .resource-date,
  .category .resources_inner__banner .resource-date,
  .page-template-blog-template .resources_inner__banner .resource-date {
    font-size: 16px;
  }
  .single-resources .related-posts .related-post-wrap .related-title h4,
  .single-post .related-posts .related-post-wrap .related-title h4,
  .category .related-posts .related-post-wrap .related-title h4,
  .page-template-blog-template
    .related-posts
    .related-post-wrap
    .related-title
    h4 {
    font-size: 14px;
    line-height: 17.6px;
  }
  .about__leadership .leader__content {
    max-width: 100%;
  }
  /* .page-template-about-template .about__banner {
    margin-top: 82px;
  } */
  .story-card {
    width: 410px;
    padding: 30px;
    margin-left: 0px;
  }
  .newstory {
    background-position: 40% 0%;
  }
  .teammember-slider-next {
    top: 102px;
  }
  .teammember-slider-prev {
    top: 102px;
  }
  .team_members .container {
    max-width: 90%;
  }
  .talktoexpertcard {
    background-size: cover !important;
    padding: 30px 0px;
    width: 90%;
    margin: 0 auto;
  }
  .request-demo-page .demo-banner {
    height: 400px !important;
  }
  .request-thankyou .demo-banner {
    top: 82px !important;
  }
  .request-demo-page .request-contact-form {
    width: 90% !important;
    position: relative;
    top: -82px;
    /* padding-bottom: 70px; */
  }
}

@media screen and (max-width: 991px) {
  .request-thankyou .demo-banner {
    height: 365px !important;
  }
  .careerpopup_Modal .modal-dialog {
    max-width: 80% !important;
  }
  .careerpopup_Modal .modal-body {
    padding: 40px 15px 40px 15px;
  }
  .search-results .search__wrapper {
    padding: 30px 0px 50px;
  }
  /* .page-template-about-template .about__banner {
    margin-top: 80px;
  } */
  .about__banner .about-title {
    font-size: 32px;
    line-height: 48px;
  }
  .about__career .ac_left_col .career_image__1 {
    max-width: 200px;
  }
  .about__mission .mission__content {
    padding-right: 19px;
  }
  .about__mission .vision__content {
    padding-left: 0px;
  }
  .about__leadership .leader__content {
    padding-left: 19px;
  }
  .about__leadership .leader__main-img {
    margin-bottom: 20px;
  }
  .about__leadership .leader_deatils h4 {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 10px;
  }
  .about__leadership .leader_deatils span {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
  }
  .about__contact .contact-title h2 {
    font-size: 32px;
    line-height: 38.4px;
  }
  .about__career .row_1 {
    margin-bottom: 0px;
  }
  .about__career .row_1 .ac_right_col {
    display: flex;
    align-items: end;
    padding-bottom: 50px;
  }
  .about__text ul li,
  .about__text ol li {
    text-align: left;
  }
  .single-post .resources_inner__banner {
    padding: 115px 0px 30px;
  }
  .story-card {
    width: 410px;
    padding: 30px;
    margin-left: 0px;
  }
  .newstory {
    background-position: 60% 0%;
  }
  .it-offcanvas-area .search-form-wrapper .search-submit {
    top: 42px;
  }
  .teammember-slider-next {
    top: 102px;
    right: -60px;
  }
  .teammember-slider-prev {
    font-size: 22px;
  }
  .teammember-slider-next {
    font-size: 22px;
  }
  .teammember-slider-prev {
    top: 102px;
    left: -60px;
  }
  .about__area_2 .about__main-img img {
    margin-bottom: 30px;
  }
  .history__details {
    flex-direction: column;
    padding: 30px;
    min-height: auto;
    text-align: center;
  }

  .project__area .container-fluid {
    padding-right: 0px;
  }
  .project__item {
    padding: 25px;
    text-align: center;
  }
  .team_members .container {
    max-width: 90%;
  }
  .resource-card h4 {
    font-size: 20px;
  }
  .read_more a {
    font-size: 18px;
  }

  .about__area_2 .row:nth-child(odd) .about__content {
    padding-left: 0px;
  }
  .about__area_2 .row:nth-child(even) .about__content {
    padding-right: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .office__content .office-deatils ul li p {
    display: inline-flex;
    width: calc(100% - 33px);
    position: relative;
    left: 45px;
    top: -30px;
  }
  .office-deatils ul li img {
    margin-bottom: 1px;
    float: left;
  }

  .img3 img {
    margin-bottom: 0px !important;
  }
  .office__content {
    padding-left: 15px;
  }
  .office__content .office-deatils {
    padding-left: 15px;
    margin-top: 0px;
  }
  .page-template-about-template .office__content .office-deatils ul li p {
    font-size: 14px;
  }
  .office__content .office-deatils ul li,
  .office__content .office-deatils ul li a {
    font-size: 14px;
  }
  .single-solutions_services .certificate {
    margin: 20px 0px;
  }
  .talktoexpert {
    margin-bottom: -115px;
  }
  .talktoexpert .talktoexpertcard {
    width: 93%;
  }
  .home .counter__area.mb-50 {
    margin-bottom: 20px;
  }
  .home .about__area {
    padding-top: 50px;
  }
  .home .about__area_2 {
    padding-top: 0px;
  }
  .home .project__area.mb-100 {
    margin-bottom: 50px;
  }
  .page-template-about-template .about__career .ac_left_col .career-title h2 {
    margin-bottom: 30px;
  }
  .page-template-about-template .about__mission {
    padding: 50px 0 50px;
  }
  .page-template-about-template .about__mission .row.mb-100 {
    margin-bottom: 30px;
  }
  .visiontxt {
    align-items: start !important;
  }
  .visiontxt .vision__main-img {
    padding: 100px 0px;
  }
  .page-template-about-template .about__contact {
    padding-top: 50px;
  }
  .page-template-about-template .about__contact .contact_form__main {
    margin-bottom: 50px;
  }
  .page-template-about-template .about__career {
    padding-top: 50px;
  }
  .page-template-about-template .timeline-dates {
    margin-bottom: 50px;
  }
  .page-template-about-template .teammember-slider-prev {
    left: -53px;
  }
  .page-template-about-template .teammember-slider-next {
    right: -53px;
  }
  .home .requestdemo_Modal .modal-dialog {
    max-width: 700px;
  }
}

@media screen and (max-width: 768px) {
  .careerpopup_Modal .modal-dialog {
    max-width: 80% !important;
  }
  .careerpopup_Modal .modal-header p {
    width: 80%;
  }
  /* .page-template-about-template .about__banner {
    margin-top: 36px;
  } */
  .careerpopup_Modal .modal-body {
    padding: 40px 15px 40px 15px;
  }
  .careerpopup_Modal .modal-body form label {
    padding: 15px 0px;
    font-size: 12px;
    margin-bottom: 10px;
    width: 100%;
    display: block;
  }
  .careerpopup_Modal .modal-body form label .wpcf7-form-control-wrap {
    width: 100%;
  }
  .careerpopup_Modal .modal-body form p {
    margin-bottom: 20px;
    display: block;
  }
  .careerpopup_Modal input#resume-cv:before {
    font-size: 12px;
    text-align: left;
    padding: 6px 0px 8px 30px;
  }
  .career_form_recaptcha {
    left: 50%;
    transform: translate(-50%, 20px);
  }
}

@media screen and (max-width: 767px) {
  .counter__text span{
    font-size: 14px;
  }
  .request-demo-page .demo-banner h1 {
    font-size: 32px;
    line-height: 38.4px;
    padding-bottom: 30px;
    padding-top: 15%;
    margin: 0;
  }
  .request-thankyou .demo-banner h1 {
    font-size: 32px;
    line-height: 38.4px;
    padding-bottom: 15px;
    padding-top: 50px;
    margin: 0;
  }
  .request-demo-page .request-contact-form {
    padding-bottom: 0px !important;
    position: relative;
    top: -95px;
  }
  .request-demo-page .demo-banner p,
  .request-thankyou .demo-banner p {
    font-size: 14px;
    line-height: 21px;
    width: 100%;
  }
  .request-demo-page .demo-banner {
    top: 70px !important;
  }
  .request-thankyou .demo-banner {
    height: 355px !important;
    top: 70px !important;
  }
  .request-demo-page .demo-banner .careerpopup_Modal .g-recaptcha,
  .contact_form__main .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    -moz-transform: scale(0.77);
    -ms-transform: scale(0.77);
    -o-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    position: absolute;
  }
  .careerpopup_Modal input#resume-cv:before {
    width: 100%;
  }
  .career_submit_wrapper {
    margin-top: 120px;
    position: relative;
  }
  .contact_submit_wrapper {
    position: relative;
  }

  .single-resources .resources_inner__banner,
  .single-post .resources_inner__banner {
    padding: 105px 0px 30px;
  }
  .resource-card .bottomsec {
    padding: 20px;
  }
  .resource-card h4 {
    font-size: 20px !important;
  }
  .single-resources .inner-banner-title,
  .single-post .inner-banner-title,
  .category .inner-banner-title,
  .page-template-blog-template .inner-banner-title {
    font-size: 28px;
    line-height: 33.6px;
    margin-bottom: 20px;
  }
  .page-template-blog-template .inner-banner-title {
    margin-bottom: 0px;
  }
  .resources_inner__banner .resource-date,
  .single-post .resources_inner__banner .resource-date,
  .category .resources_inner__banner .resource-date,
  .page-template-blog-template .resources_inner__banner .resource-date {
    font-size: 14px;
    line-height: 16.8px;
  }
  .single-resources .resources_inner__content .resource-image,
  .single-post .resources_inner__content .resource-image,
  .category .resources_inner__content .resource-image,
  .page-template-blog-template .resources_inner__content .resource-image {
    margin-bottom: 30px;
  }
  .single-resources .resources_inner__content .resource-image.feature-img,
  .single-post .resources_inner__content .resource-image.feature-img,
  .category .resources_inner__content .resource-image.feature-img,
  .page-template-blog-template
    .resources_inner__content
    .resource-image.feature-img {
    height: 260px;
  }
  .single-resources .resources_inner__content p,
  .single-post .resources_inner__content p,
  .category .resources_inner__content p,
  .page-template-blog-template .resources_inner__content p {
    font-size: 14px;
  }
  .single-resources .resource-content,
  .single-post .resource-content,
  .category .resource-content,
  .page-template-blog-template .resource-content {
    padding: 0px 15px 30px 15px;
  }
  .single-resources .author-details-wrap,
  .single-post .author-details-wrap,
  .category .author-details-wrap,
  .page-template-blog-template .author-details-wrap {
    padding: 20px 0px 20px 0px;
    margin: 0px 15px 0px 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .single-resources .author-details-wrap .author-img-sec,
  .single-post .author-details-wrap .author-img-sec,
  .category .author-details-wrap .author-img-sec,
  .page-template-blog-template .author-details-wrap .author-img-sec {
    display: flex;
    width: 100%;
    height: auto;
  }
  .single-resources .author-details-wrap .author-image,
  .single-post .author-details-wrap .author-image,
  .category .author-details-wrap .author-image,
  .page-template-blog-template .author-details-wrap .author-image {
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
    max-width: 59px;
    max-height: 59px;
  }
  .single-resources
    .author-details-wrap
    .author-img-sec
    .mobile-author-name-role,
  .single-post .author-details-wrap .author-img-sec .mobile-author-name-role,
  .category .author-details-wrap .author-img-sec .mobile-author-name-role,
  .page-template-blog-template
    .author-details-wrap
    .author-img-sec
    .mobile-author-name-role {
    display: block;
    width: 100%;
    padding-left: 15px;
  }
  .single-resources .author-details-wrap .author-details-sec,
  .single-post .author-details-wrap .author-details-sec,
  .category .author-details-wrap .author-details-sec,
  .page-template-blog-template .author-details-wrap .author-details-sec {
    width: 100%;
  }
  .single-resources .author-details-wrap .desktop-author-name-role,
  .single-post .author-details-wrap .desktop-author-name-role,
  .category .author-details-wrap .desktop-author-name-role,
  .page-template-blog-template .author-details-wrap .desktop-author-name-role {
    display: none;
  }
  .single-resources .next-per-resource,
  .single-post .next-per-resource,
  .category .next-per-resource,
  .page-template-blog-template .next-per-resource {
    margin: 15px 20px 30px 15px;
  }
  .single-resources .author-details-wrap .author-biography,
  .single-post .author-details-wrap .author-biography,
  .category .author-details-wrap .author-biography,
  .page-template-blog-template .author-details-wrap .author-biography {
    font-size: 12px;
    line-height: 15.6px;
  }
  .single-resources .next-per-resource a,
  .single-post .next-per-resource a,
  .category .next-per-resource a,
  .page-template-blog-template .next-per-resource a {
    font-size: 12px;
    line-height: 14.4px;
  }
  .single-resources .search-form-wrapper,
  .single-post .search-form-wrapper,
  .category .search-form-wrapper,
  .page-template-blog-template .search-form-wrapper {
    padding: 15px 10px 15px 10px;
  }
  .single-resources .search-form-wrapper input,
  .single-post .search-form-wrapper input,
  .category .search-form-wrapper input,
  .page-template-blog-template .search-form-wrapper input {
    font-size: 14px;
    line-height: 16.8px;
  }
  .single-resources .related-list .related-title h4,
  .single-post .related-list .related-title h4,
  .category .related-list .related-title h4,
  .page-template-blog-template .related-list .related-title h4 {
    font-size: 16px;
    line-height: 19.2px;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  .single-resources .related-posts .related-post-wrap .related-title h4,
  .single-post .related-posts .related-post-wrap .related-title h4,
  .category .related-posts .related-post-wrap .related-title h4,
  .page-template-blog-template
    .related-posts
    .related-post-wrap
    .related-title
    h4 {
    font-size: 16px;
    line-height: 19.2px;
    padding-bottom: 5px;
  }
  .single-resources .sharing-wrap,
  .single-post .sharing-wrap,
  .category .sharing-wrap,
  .page-template-blog-template .sharing-wrap {
    margin-bottom: 50px;
  }
  .single-resources .sharing-wrap h4,
  .single-post .sharing-wrap h4,
  .category .sharing-wrap h4,
  .page-template-blog-template .sharing-wrap h4 {
    padding-bottom: 15px;
  }
  .single-resources .next-per-resource .left-side i,
  .single-post .next-per-resource .left-side i,
  .category .next-per-resource .left-side i,
  .page-template-blog-template .next-per-resource .left-side i {
    padding-right: 10px;
  }
  .single-resources .next-per-resource .right-side i,
  .single-post .next-per-resource .right-side i,
  .category .next-per-resource .right-side i,
  .page-template-blog-template .next-per-resource .right-side i {
    padding-left: 10px;
  }

  .search__wrapper .search-form-wrapper {
    max-width: 100%;
    width: 100%;
    margin: 100px auto 30px auto;
    padding: 18px 10px 18px 10px;
  }
  .search__wrapper .pagination {
    margin: 30px 0px 0px 0px;
  }
  .page-template-blog-template .resource_list .pagination {
    margin: 0px 0px 50px 0px;
  }
  .archive .resource_list .pagination {
    margin: 0;
  }

  .search__wrapper .search-title {
    font-size: 28px;
    line-height: 33.6px;
    margin-bottom: 50px;
  }

  .search__wrapper .search_content .search_data .post_name {
    font-size: 14px;
    line-height: 16.8px;
  }
  .search__wrapper .search_content .search_data .search_title {
    font-size: 24px;
    line-height: 28.8px;
  }
  .search__wrapper .search_content .search_data .search_desc,
  .search__wrapper .search_content .search_data .search_desc p {
    font-size: 14px;
    line-height: 19.6px;
  }
  .search__wrapper .search_content .search_data .search_date {
    font-size: 14px;
    line-height: 16.8px;
  }
  .search__wrapper .search_data {
    padding: 30px 0;
  }
  .page-template-about-template .about__banner {
    padding: 50px 25px 50px 25px;
    /* margin-top: 35px; */
    height: 200px;
    /* margin-top: 70px; */
  }
  .about__banner .about-title {
    margin-bottom: 10px;
  }
  .about__banner .about-sub-title {
    font-size: 14px;
    line-height: 18.2px;
  }
  .about__mission {
    padding: 50px 0;
    background-image: url(../images/bg_shade_new_mobile.png);
    background-size: 100% 50%;
  }
  .about__mission .mission__title h2,
  .vision__content .vision__title h2,
  .about__history .history-title h2,
  .about__leadership .leader-title h2,
  .about__career .ac_left_col .career-title h2,
  .about__career .culture-title h2 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 30px;
  }
  .about__mission .mobile-direction-reverse {
    flex-direction: column-reverse;
  }
  .about__mission .mission__content,
  .about__mission .vision__content,
  .history_detail,
  .about__career .ac_left_col .career-title h2,
  .about__career .ac_left_col .career__desc p,
  .about__career .culture-title h2 {
    text-align: center;
  }
  .about__career .ac_left_col .career__desc p {
    margin-bottom: 30px;
  }
  .about__mission .mission__desc p,
  .vision__content .vision__desc p,
  .about__history .history-desc p,
  .about__career .ac_left_col .career__desc p,
  .about__career .culture__desc p {
    font-size: 14px;
    line-height: 21px;
  }
  .about__career .row_2 .mobile-d-none {
    display: none;
  }

  .about__career .career_image__1,
  .about__career .row_1 .ac_right_col {
    display: none;
  }
  .about__career .row_2.raw_wrapper_right_mobile_block,
  .about__career .row_1.raw_wrapper_left_mobile_block {
    display: block;
  }
  .about__career .row_1.raw_wrapper_left_mobile_block {
    display: inline-flex;
    align-items: flex-end;
    margin-bottom: 10px;
  }
  .about__career .row_1.raw_wrapper_left_mobile_block .career_image__1,
  .about__career .row_1.raw_wrapper_left_mobile_block .ac_right_col {
    display: block;
  }
  .about__career .row_1.raw_wrapper_left_mobile_block .career_image__1 {
    max-width: 60%;
    top: inherit;
    margin: auto 0 0 auto;
    right: -20px;
  }
  .about__career .row_1.raw_wrapper_left_mobile_block .career_image__2 {
    max-width: 70%;
  }

  .about__career .career_image__5 {
    margin-bottom: 80px;
    float: right;
    width: 59.42%;
    min-width: 112px;
  }
  .about__career .career_image__3 {
    margin-bottom: 10px;
  }
  .about__career .row_2 .col_wrapper_right {
    padding-left: 10px;
  }
  .about__mission .mission__main-img.mb-100 {
    margin-bottom: 50px;
  }
  .about__mission .vision__main-img .vision_image_1.mb-50 {
    margin-bottom: 20px;
  }
  .about__mission .vision__main-img .vision_image_2 {
    width: 77% !important;
    position: relative;
    right: 0;
    left: 23%;
  }
  .history-details {
    background-image: none !important;
    padding: 45px 20px 15px 20px;
  }
  .history_image img {
    width: 150px;
  }
  .history__details {
    flex-direction: column;
    padding: 30px;
    min-height: auto;
  }
  .history__details .history_detail h3 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .timeline-dates {
    padding-bottom: 0px;
    margin-top: 34px;
  }

  .about__leadership .leader__main-img {
    max-width: 275px;
    margin: 0 auto;
  }
  .about__leadership .leader_deatils h4 {
    line-height: 18px;
    padding-top: 20px;
    margin-bottom: 0px;
  }
  .about__leadership .leader_deatils span {
    line-height: 14px;
  }
  .about__leadership .leader__row {
    margin-bottom: 0px;
  }
  .about__leadership .leader__content_wrapper .leader__content p {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
  }
  .about__career .row_1 {
    margin-bottom: 50px;
  }
  .about__career .ac_left_col .career__button a.main-btn {
    margin: 0 auto;
  }
  .about__career .career_image__4 {
    margin-bottom: 50px;
  }
  .about__career .culture__desc p {
    padding-left: 0px;
    text-align: center;
  }
  .about__contact {
    padding-top: 50px;
  }
  .about__contact .contact-title h2 {
    text-align: center;
    margin-bottom: 30px;
  }
  .about__contact .contact_form__main {
    margin-bottom: 0px;
  }

  .about__contact .contact_form__main .form-submit {
    margin: 30px auto;
  }
  .office__content {
    text-align: left;
    padding-left: 0px;
    padding-bottom: 30px;
  }
  .page-template-about-template .office__content {
    padding-bottom: 0px;
  }
  .contact_form__main .wpcf7-spinner {
    left: 43%;
    transform: translate(0%, 30%);
  }
  .contact_form__main br {
    display: none;
  }
  .contact_form__main .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 10px;
  }
  .office__content .office-deatils {
    padding-left: 0px;
    margin-top: 0px;
  }
  .office__content .office-deatils ul li,
  .office__content .office-deatils ul li a {
    font-size: 14px;
  }
  .page-template-about-template .office__content .office-deatils ul li p {
    font-size: 14px;
  }
  .office__content .office-deatils ul li p {
    display: inline-flex;
    width: calc(100% - 33px);
    position: relative;
    left: 40px;
    top: -25px;
  }

  .office__content li img {
    padding-right: 15px;
  }
  .contact_form__main .wpcf7 form .wpcf7-response-output {
    margin: 1em 0.5em 1em;
  }
  
  .contact_form__main .wpcf7-not-valid-tip {
    padding-left: 15px;
    padding-top: 5px;
  }
  .about__leadership .leader_deatils {
    margin: 0 auto;
  }
  .about__leadership .leader__content {
    padding-left: 0px;
    margin-top: 20px;
  }
  .about__career .row_1 .ac_right_col {
    padding-bottom: 0px;
  }
  .web-center {
    justify-content: start;
  }
  .capability-slider-dots {
    margin-bottom: 30px;
  }
  .capability__slider-wrapper .capability-slider-dots {
    margin-bottom: 30px;
    display: none;
  }
  .story-card {
    width: 100%;
    padding: 20px;
    margin-left: 0px;
  }
  .testimonial__slider-active {
    width: 100%;
  }
  .teammember-slider-next {
    top: 124px;
  }
  .teammember-slider-prev {
    top: 124px;
  }
  .about__career {
    padding-top: 50px;
  }

  .videosec iframe {
    height: 100%;
    min-height: 300px;
  }
  .bannersec .hero-title {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 10px;
  }
  .bannersec .slider__content-box {
    padding-top: 100px;
    padding-bottom: 121px;
  }
  .bannersec .slider__content-text {
    padding-bottom: 20px;
  }
  .home .container,
  .single-solutions_services .container {
    padding-right: calc(var(--bs-gutter-x) * 1);
    padding-left: calc(var(--bs-gutter-x) * 1);
  }
  .home .about__area .abt-us {
    padding-right: calc(var(--bs-gutter-x) * 1);
    padding-left: calc(var(--bs-gutter-x) * 1);
    margin-top: 30px;
  }
  .about__content .section-title {
    font-size: 30px;
    line-height: 38.4px;
  }
  .about__title-shape-wrap .section-title {
    font-size: 32px;
    font-weight: 700;
 
  }
  .certificate.bg-transparent.wow.tpfadeUp.mtb_100 {
  padding: 50px 0px 50px;
}
.gap-16{
  padding-bottom: 15px;

}
.single-solutions_services .inner-banner-title{
  line-height: 38px;
}
  .fetures_benifits .resource_tax_link{
    padding: 24px 0px 24px 0px;
  }

  .tab-content>.active .accordion-header {
    padding-top: 24px;
    padding-bottom: 16px;
}
.tab-content>.active .accordion-header {
  padding-top: 16px;
  padding-bottom: 24px;
}
.FAQ .accordion-button[aria-expanded="false"]{

  font-size: 16px;
  line-height: 22px;
}
.FAQ .accordion-button[aria-expanded="true"]{
  font-size: 16px;
  line-height: 22px;

}
.sucsess-story .p-img img{
  width: 102px;
}
.counter__area .experience__slider-wrapper .d-flex.justify-content-center.pt-3{
  justify-content: start !important;
}
.story_idea .conetnt h3{
  font-size: 24px;
  padding-top: 16px;
}
.story_idea .conetnt p{
  font-size: 14px;
}
.logoimg h3{
  font-size: 16px;
  margin-bottom: 0px;
  padding-bottom: 16px;
  line-height: 0px !important;
}
.download-section .single-blog-area-start .thumbnail img{
  width: 100%;
}
.logoimg p{
  font-size: 12px;
}
.logoimg .leftside_img{

    width: 90px;
    padding-top: 16px;
}
section.download-section.pt-80{
  padding-top: 50px;
}
  .FAQ .section-title {
    width: 60%;
  }
  .capability__slider-wrapper .capabilitiescard p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .about__title-shape-wrap {
    padding-bottom: 20px !important;
  }
  .img3 img {
    margin-bottom: 0px !important;
  }
  .counter__area {
    margin-bottom: 0 !important;
  }
  .home .project__area {
    margin-bottom: 50px !important;
  }
  .talktoexpert .main-btn {
    height: 40px;
    line-height: 40px;
  }
  .footer__area .copyrightsec .footer__social-box {
    margin-top: 20px;
  }
  .cd-dropdown-content a {
    padding: 0 20px;
  }
  .footer__area .footer__logo a img {
    width: 147px;
    height: 44px;
    object-fit: contain;
  }
  .download__links .download_link {
    padding: 15px 0px 15px 0px;
  }
  .serice__banner p.banner-desc,
  .tax-resources_tax p {
    font-size: 14px;
    color: #454545;
    line-height: 18.2px;
  }
  .single-solutions_services .box__wrap.mb-70 {
    margin-bottom: 0 !important;
  }
  .single-solutions_services .download.mb-70 {
    margin-bottom: 50px !important;
  }
  .single-solutions_services .boxcard {
    padding: 20px 30px;
  }
  .single-solutions_services .counter__area .mscroll--.justify-content-center {
    overflow-x: scroll;
    justify-content: flex-start !important;
    display: flex;
    flex-wrap: inherit;
    width: 100%;
    margin: 0px;
  }
  .single-solutions_services .counter__area .mscroll-- .col-xl-2 {
    width: 135px;
  }
  .single-solutions_services .certificate img {
    min-width: auto;
  }
  .resource_tax_link a {
    padding: 0px 20px;
    font-size: 18px;
  }
  .resource__banner .resources-shape.pt-4 {
    padding-top: 20px !important;
  }
  .capability__slider-wrapper .arrowicn {
    width: 24px !important;
  }
  .certificate .certificate__slider-active ul {
    justify-content: start;
  }
  .certificate .certificate__slider-active--sip ul {
    justify-content: start;
  }
  .home-header .container {
    --bs-gutter-x: 20px;
  }
  .inner-header .container {
    --bs-gutter-x: 20px;
  }
  .header__logo {
    width: 115px;
  }
  .header__area .header__logo img {
    width: 100% !important;
  }
  .team_members .container {
    max-width: 80%;
  }
  .read_more a {
    font-size: 18px;
  }
  .page-template-about-template .about__mission {
    padding: 50px 0 50px;
  }
  .page-template-about-template .about__mission .row.mb-100 {
    margin-bottom: 50px;
  }
  .page-template-blog-template .resources_inner__banner .service__title {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 575px) {
  .request-demo-page .demo-banner {
    height: 400px !important;
    top: 64px !important;
  }
  .request-demo-page .request-contact-form {
    top: -120px;
  }
  .request-thankyou .demo-banner {
    height: 250px !important;
    top: 63px !important;
  }
  .request-thankyou .demo-banner h1 {
    padding-top: 50px !important;
  }
  .request-thankyou .th_content {
  }
  .careerpopup_Modal .modal-dialog {
    max-width: 100% !important;
  }
  .request-demo-page .request-contact-form form {
    padding: 20px 20px 25px 20px !important;
  }
  .request-demo-page .request-contact-form form .wpcf7-form-control {
    margin-bottom: 10px !important;
  }
  .request-demo-page .contact_submit_wrapper {
    margin-bottom: -40px;
  }
  .request-demo-page .contact_submit_wrapper .form-submit {
    margin-top: 10px !important;
  }
  .request-demo-page .contact_submit_wrapper p {
    text-align: -webkit-center;
  }
  .request-contact-form form .wpcf7-not-valid-tip {
    padding-top: 0px !important;
  }
  .request-demo-page .wpcf7-spinner {
    margin-top: 5px;
    margin-left: 29px;
    margin-bottom: 15px;
  }
  .request-demo-page .demo-banner p {
    width: 90% !important;
  }
  .request-thankyou h1 span {
    display: block;
  }
  .header__area .header__logo img,
  .it-offcanvas-area .itoffcanvas__logo img {
    width: auto;
    height: 34px;
  }
  .header__search-box-2 button i,
  .header__wrapper .search-toggle-btn,
  .header__bars .it-menu-bar {
    font-size: 16px;
  }
  .header__bars img {
    width: 24px;
  }
  .header-sticky .header__bars img {
    width: 24px;
  }
  .itoffcanvas__close-btn button {
    font-size: 24px;
    top: 33px;
  }
  .header__wrapper .search-toggle-btn {
    right: 12px;
    top: 30px;
  }
  .it-offcanvas-area .header-search-form-wrapper .inner-search {
    right: 38px;
    top: -32px;
  }
  /* .page-template-about-template .about__banner {
    margin-top: 65px;
  } */
  .about__mission .mission__desc p,
  .vision__content .vision__desc p {
    margin-bottom: 20px;
  }
  .about__mission .mission__desc p:last-child,
  .vision__content .vision__desc p:last-child {
    margin-bottom: 30px;
  }
  .history-details .timeline-dates {
    margin: 3rem 0 15px;
  }
  .teammember-slider .tm_detail_wrapper .tm_content p {
    font-size: 14px;
  }
  .about_leadership_content_wrapper {
    background-position: 20% 100%;
  }
  .leader__content_wrapper_new .leader__content .main_details {
    margin-bottom: 20px;
  }
  .leader__content_wrapper_new .leader__content p {
    font-size: 16px;
    line-height: 22px;
  }
  .about__banner .container.container-about-banner {
    padding: 0px;
  }
  .videosec .video-container {
    min-height: 600px;
    background-image: url("../images/mobile_video_img.webp") !important;
  }
 /* .videosec.banner_img_video_container .video-container {
    min-height: 600px;    
  }*/
  .page-template-about-template .about__banner .about-title {
    font-size: 32px;
    line-height: 150%;
  }
  .page-template-about-template
    .teammember__slider-wrapper
    .teammember-slider-next {
    right: -46px;
  }
  .page-template-about-template
    .teammember__slider-wrapper
    .teammember-slider-prev {
    left: -46px;
  }
  .about_leadership_content_wrapper {
    min-height: 438px;
  }
}

@media screen and (max-width: 530px) {
  .single-solutions_services .inner-banner-title{
    font-size: 32px !important;
    color: #111B29;
    line-height: 38px !important;
  }
  .banner-desc{
    font-size: 14px;
    line-height: 18px;
    color: #454545;
  }
  .gap-16 {
    gap: 5px;
    padding-bottom: 16px;
}
.certificate.bg-transparent.wow.tpfadeUp.mtb_100 {
  padding: 50px 0px 50px;
}
  .team_members .container {
    max-width: 80%;
  }
  .teammember-slider-next {
    top: 85px;
    right: -60px;
  }
  .teammember-slider-prev {
    top: 85px;
    left: -60px;
  }
  .project__area .container-fluid {
    padding-right: 0px;
  }
  .project__item {
    padding: 25px;
    text-align: center;
  }

  .modal.video_Modal .modal-dialog {
    max-width: 88%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .request-demo-page .contact_submit_wrapper {
    margin-top: -25px;
  }
  .single-resources .resources_inner__content .resource-image.feature-img,
  .single-post .resources_inner__content .resource-image.feature-img,
  .category .resources_inner__content .resource-image.feature-img,
  .search__wrapper .resources_inner__content .resource-image.feature-img {
    height: 190px;
  }
  .about__career .career_image__5 {
    width: 69.42%;
  }
  .page-template-blog-template .resources_inner__banner {
    padding: 115px 0px 30px;
  }
  .header-search-form {
    width: 240px;
    top: 50px;
    padding: 15px;
  }
  .it-offcanvas-area .search-form-wrapper .search-submit {
    top: 26px;
  }
  .videosec iframe {
    height: 100%;
    min-height: 200px;
  }
  .home .about__main-img .row1 .img2 img {
    margin-bottom: 10px;
  }
  .home .certificate {
    padding: 50px 0;
  }
  .single-solutions_services .box__wrap .col-lg-4.mb-50 {
    margin-bottom: 20px;
  }
  .single-solutions_services .talktoexpert {
    margin-top: 30px;
  }
  .single-solutions_services .serice__banner .banner-desc {
    width: 98%;
  }
  .single-industry_experties .indusry__banner .banner__button {
    text-align: center;
  }
  .single-industry_experties .indusry__banner {
    padding: 65px 0 0px !important;
  }
  .tax-resources_tax .resource__banner {
    padding: 65px 0 100px !important;
    background-position: bottom right;
  }
  .page-template-blog-template .resources_inner__banner {
    padding: 65px 0 100px !important;
    background-position: bottom right;
  }
  .page-template-blog-template .resources_inner__banner .inner-banner-title {
    margin: 50px auto 20px;
  }
  .tax-resources_tax .resource__banner .inner-banner-title {
    margin: 50px auto 20px;
  }
  .tax-resources_tax .resource__list .resource_list .resource-card {
    margin-bottom: 20px;
  }
  .wpcf7-recaptcha > div {
    /* Adjust the width and height of the reCAPTCHA widget */
    transform: scale(0.7);
    transform-origin: 0 0;
  }
}
@media screen and (max-width: 425px) {
  .request-thankyou .demo-banner {
    height: 285px !important;
  }
  .request-demo-page .request-contact-form {
    top: -110px;
  }
}
@media screen and (max-width: 399px) {
  .teammember-slider-next {
    top: 160px;
  }
  .teammember-slider-prev {
    top: 160px;
  }
  .about__title-shape-wrap .section-title {
    width: 90%;
  }
}
@media screen and (max-width: 375px) {
  .request-demo-page .demo-banner {
    height: 355px !important;
  }
  .contact_form__main .wpcf7-spinner {
    left: 40%;
    transform: translate(0%, 30%);
  }
  .request-demo-page .request-contact-form {
    top: -70px;
  }
  .teammember-slider-next {
    top: 150px;
  }
  .teammember-slider-prev {
    top: 150px;
  }
  .counter__icon {
    width: 80px;
    height: 80px;
  }
  .counter__icon img {
    width: 50%;
  }
}
@media screen and (max-width: 365px) {
  .request-demo-page .demo-banner {
    height: 400px !important;
  }
}
@media screen and (max-width: 350px) {
  .request-demo-page .request-contact-form {
    top: -50px;
  }
  .teammember-slider-next {
    top: 140px;
  }
  .teammember-slider-prev {
    top: 140px;
  }
  .office__content ul li:first-child img {
    float: left;
    margin-bottom: 10px;
  }
  .bannersec .hero-title {
    font-size: 30px;
    line-height: 30px;
  }
}

@media screen and (max-width: 320px) {
  /* Zoho float button */
  .zsiq_theme1.zsiq_floatmain{
    bottom: 26%;
  }
  .request-demo-page .request-contact-form {
    top: -45px;
  }
  .request-thankyou .demo-banner {
    height: 310px !important;
  }
  .contact_form__main .wpcf7-spinner {
    left: 48%;
    transform: translate(0%, 30%);
  }
  .teammember-slider-next {
    top: 120px;
  }
  .teammember-slider-prev {
    top: 120px;
  }
  .request-contact-form form .wpcf7-form-control.wpcf7-select {
    font-size: 15px !important;
  }
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  display: none;
}

/* Contact form */
.demo-banner {
  width: 100%;
  height: 600px; /* Adjust height as needed */
  background-image: url(../images/contactus-bg.svg);

  background-size: cover; /* Cover the entire element with the background image */
  background-position: center; /* Center the background image */
  background-repeat: no-repeat; /* Prevent the background image from repeating */
  position: relative;
  z-index: -1;
}
.request-thankyou .demo-banner {
  background-color: #f5f5f5;
  height: 430px;
}
.request-thankyou h1 span {
  color: #ff6400;
}
.demo-banner h1 {
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  line-height: 54px;
  padding-top: 200px;
  font-family: "Lato";
}
.request-thankyou .demo-banner h1 {
  text-align: center;
  padding-top: 100px;
  width: 100%;
}
.demo-banner p {
  text-align: center;
  width: 67%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  color: #676767;
}
.request-thankyou .demo-banner p {
  text-align: center;
  width: 100%;
}
.request-contact-form form {
  border-radius: 20px;
  background: #fff;
  padding: 30px;
  /* background-color: #222; */
  box-shadow: 0px 4px 8px 0px #0000000d;
  border: 1px solid #00000040;
  position: relative;
}
.request-contact-form {
  width: 972px;
  margin: 0 auto;
  /* padding-bottom: 100px; */
  position: relative;
  bottom: 210px;
}
.bredcrume {
  height: 40px;
  border-bottom: 1px solid #0000002b;
  padding-top: 12px;
  padding-bottom: 12px;
}
.bredcrume .breadcrumb {
  font-size: 12px;
  font-weight: 600;
}
/* .breadcrumb li:nth-child(2){
    color: #E54033;
} */
.request-contact-form .request_form_label_required {
  color: #ff1111;
  padding-left: 5px;
}
.request-contact-form .request_form_label {
  padding-bottom: 5px;
}

.request-contact-form form .wpcf7-form-control-wrap {
  margin-bottom: 20px;
  display: block;
}
.request-contact-form form .wpcf7-not-valid-tip {
  padding-top: 7px;
}
.request-contact-form form .wpcf7-form-control {
  margin-bottom: 0;
  background: #f5f5f5;
  height: 60px;
  border: none;
}
.request-demo-page .contact_submit_wrapper .form-submit {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  background-color: var(--it-theme-1);
  color: var(--it-common-white);
  height: 48px;
  border-radius: 130px;
  padding: 0 24px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  outline: none;
  border: none;
}
.request-contact-form form .wpcf7-form-control.wpcf7-select {
  display: block !important;
  width: 100% !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #212529 !important;
  background-color: #f5f5f5 !important ;
  background-clip: padding-box !important;
  border-radius: 0.375rem !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"%3E%3Cpolyline points="6 9 12 15 18 9"%3E%3C/polyline%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 20px 20px;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.request-contact-form form .wpcf7-form-control.wpcf7-select:focus {
  color: #212529;
  background-color: #f5f5f5 !important;
  border-color: #86b7f !important;
  outline: 0 !important;
}
.request-demo-page .wpcf7-spinner {
  margin-top: 10px;
  margin-left: 56px;
}
/* Request Contact form */
.active_require {
  border: 1px solid red !important;
}

/* DownloadPopupModal Contact form CSS */
.downloadpopup_modal {
  margin-top: 30px;
}
div#DownloadPopupModal {
    --bs-modal-width: 800px;
}
.downloadpopup_modal .modal-header {
  display: flex;
  flex-direction: column;
  border: none;
  padding: 40px 0px 30px;
}
.downloadpopup_modal .modal-header .modal-title {
  color: #444;
  font-size: 32px;
  font-weight: 700;
  line-height: 60px;
}
.downloadpopup_modal .modal-header p {
  color: #676767;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.16px;
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

.download_form {
    margin-bottom: 20px;
}

.download_form .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.download_form .col-md-5 {
    flex: 0 0 calc(50% - 10px); / Adjust width for medium screens /
    margin-bottom: 10px;
}

.download_form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.download_form input[type="text"],
.download_form input[type="email"],
.download_form input[type="tel"] {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.download_form .required_icon {
    color: red;
}

.download_form .text-center {
    text-align: center;
}

.download_form .career_submit_wrapper {
    margin-top: 20px;
}


/* Case Studies & Brochures  */
.case_studies_brochures {
  background-image: url('../images/casestudy_bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding-bottom: 53px;
}
.case_studies_brochures h2{
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
  margin: 0;
  padding-bottom: 50px;
}

ul {
  list-style-type: none;
  padding: 0;
}
.case_studies_brochures li{
  padding: 0;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.case_studies_brochures li .nrc-label {
  background: #FAFAFA;
  height: 100px;
  padding: 20px 8px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.case_studies_brochures li label.nrc-label{
  /*display: block;*/
} 


.labelimg{
  font-size: 28px;
  color: #262626;
  font-weight: 500;
  line-height: 15px;
  display: flex
;
  align-items: center;
  gap: 14px;
}

.case_studies_brochures .checkbox {
  margin-right: 10px;
}

.case-name {
  flex: 1;
  padding-left: 10px;
}

.download-upload-icon{
  background: #FF6400;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    display: flex;
    cursor:pointer;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}
.eye-icon{
  cursor:pointer;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  display: flex
;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}
.case_studies_brochures .checkbox {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #666666; 
  appearance: none; 
  -webkit-appearance: none; 
  -moz-appearance: none; 
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

.case_studies_brochures .checkbox::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  background-color: transparent;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.case_studies_brochures .checkbox:checked::before {
  background-color: transparent;
  border-color: #666666;
  background-image: url(../images/checkedicn.png);
  background-size: cover;
  background-position: center;
  width: 10px;
  height: 10px;
}
.case_studies_brochures .checkbox:focus {
  outline: none;
}
.releted_icn{
  gap: 24px;
}

.download_itms{
  background: #FAFAFA;
  box-shadow: 0px 4px 6.8px 0px #00000026;
  height: 60px;
  position: fixed;
  top: 152px;
  left : 0;
  align-items: center;
  display: flex;
  display: none;
  width: 100%;
  justify-content: center;
}
.header-sticky .download_itms{
  top:100px
}

.downloadAll{
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-align: center;
}
.downloadAll button{
  background: #FF6400;
  height: 48px;
  width: 125px;
  border-radius: 130px;
  color: #fff;
  margin-left: 50px;
}
.downloadAll button img{
  margin-right: 8px;
}

@media (max-width: 767px) {
  .itoffcanvas {
    width: 100%;
    padding: 30px 0px;
  }
  .case_studies_brochures h2{
    font-size: 18px !important;
    padding-bottom: 16px !important;
  }
  .labelimg{
    font-size: 14px !important;
  }
  .download_itms{
    top: 71px;
  }
}
@media (max-width: 400px){
  .case_studies_brochures li label{
    height: 75px;
    padding: 8px 0px;
  }
  .eye-icon ,.download-upload-icon{
    width: 35px;
    height: 35px;
  }
  .labelimg {
    font-size: 12px !important;
}
.download_itms{
  top: 108px;
}
}
/* Case Studies & Brochures End  */
.resources-template-default .main_header{
      position: relative;
}