
html {
  overflow-y: auto;
  margin: 0 !important;
  margin-top: 0 !important;
}
div#wpadminbar {
  display: none;
}
.slick-prev:focus, .slick-next:focus{
  background: #ffffff !important;
}
/* .aos-animate{
  display: none;;
} */
#slider .owl-carousel .owl-item img{
  width: 100% !important;
}
header,section,footer {
  /* background: #ffffff; */
  z-index: 0
}
header#masthead {
  z-index: 2;
  position: absolute;
  width: 100%;
  top: 0;
}
button.owl-dot {
  border-radius: 50%;
}
.owl-nav button {
  z-index: 3;
  cursor: pointer !important;
}
.task-inner .main-task-inner-wrapper:nth-child(1).aos-animate{
  animation-name: fade-right !important;
  visibility: visible;
  animation-duration: 0s;
  transition-delay: 0s !important;
}
.task-inner .main-task-inner-wrapper img.arrow-img:nth-child(2){
  visibility: visible;
  animation-duration: 2s;
  transition-delay: 1s !important;
}
.task-inner .main-task-inner-wrapper:nth-child(2).aos-animate{
  -webkit-animation-name: fade-up;
  animation-name: fade-up !important;
  visibility: visible;
  animation-duration: 2s;
  transition-delay: 2s !important;
}
.task-inner .main-task-inner-wrapper:nth-child(3).aos-animate{
  -webkit-animation-name: fade-down;
  animation-name: fade-down !important;
  visibility: visible;
  animation-duration: 3s;
  transition-delay: 3s !important;
}

@-webkit-keyframes shine {
  from {-webkit-mask-position: 150%; } to {-webkit-mask-position: -50%; }
}
/* ------------------ Testimonials ----------------  */

#testimonials .testimonials-head{
  text-align: center;
  margin-bottom: 0rem;
}
#testimonials .testimonials-head h3{
  letter-spacing: 0px;
}
#blog .blog-head h3
{
  letter-spacing: 0px;
}
.blog-share{
  float: right;
  cursor: pointer;
}
.blog-share i{
  font-size: 24px;
  color: #4bcdfc;
}
.blog-share{
  border: 1px solid transparent;
  padding: 5px 10px 5px 10px;
  border-radius: 8px 0px;
  margin-top: -10px;
}
.blog-share:hover{
  border: 1px solid #4bcdfc;
}
.blog-share-icon {
  margin-top: 7em;
  margin-left: -10em;
  margin-bottom: -2em;
}
.blog-share-icon a {
  margin-right: 5px;
  background-color: var(--heading-text-color);
  padding: 8px;
  border-radius: 5px 0px;
}
.blog-share-icon a:hover {
  background-color: #4bcdfc;
  color: var(--heading-text-color);
}
.blog-comments i {
  color: #4bcdfc;
}
.blog-comments span{
  font-size: 13px;
}
.blog-contents:hover {
  background-size: cover;
}
#blog .owl-carousel .owl-dot, #our-clients .owl-carousel .owl-dot {
  padding: 4px;
  padding: 5px;
  border: none;
  margin-right: 9px;
  background-color: #d9d9d9;
}
.shortcode_text{
  margin-top: 3%;
  color: #9d9d9e;
}
.owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
}
button.owl-next.disabled, button.owl-prev.disabled {
  background: #bbb;
}


/* My Custom Css */

/* Heading And Sub Heading */
h4.about-title,.service-heading,.cu-heading,.project-heading h2,.iwt-heading,.process-left-text h2,.team-heading h2,.testi-heading,.blog-heading h2,.partner-heading h2,.map_heading h2,.insta-heading h2 {
  font-family: Bebas Neue;
  font-size: 24px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #fe4b01;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  text-transform: uppercase;
}
h3.about-subtitle,.service-subheading,.cu-subheading,.project-heading h4,.iwt-subheading,.process-left-text h4,.team-heading h4,.testi-subheading,.blog-heading h4,.partner-heading h4,.map_heading h4,.insta-heading h4 {
  font-family: Work Sans;
  font-size: 46px;
  font-weight: 600;
  line-height: 58px;
  text-align: left;
  color: #000000;
  padding: 25px 0 35px;
  text-transform: capitalize;
}
.service-head-wrap,.project-heading,.team-heading,.testi-head,.blog-heading,.partner-heading,.map_heading,.insta-heading {
  padding-bottom: 40px;
}

/* Button style */
.btn-1 {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: 12px;
  text-align: left;
  color: #ffffff;
  width: 100%;
  max-width: 260px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FE4B01;
  border-radius: 100px;
  transition: 0.3s ease-in;
  position: relative;
  z-index: 1
}
.btn-1:before {
  content: '\f062';
  font-size: 20px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s ease-in;
}
.btn-1:after {
  content: '';
  width: 100%;
  max-width: 98%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 100px;
  background: #1B1E6D;
  z-index: -1;
  transition: 0.3s ease-in;
}
.btn-1:hover:before {
  opacity: 1
}
.btn-1:hover:after {
  max-width: 50px;
}
.btn-2 {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: 12px;
  text-align: left;
  color: #ffffff;
  width: 100%;
  max-width: 260px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 100px;
  transition: 0.3s ease-in;
  position: relative;
  z-index: 1
}
.btn-2:before {
  content: '\f062';
  font-size: 20px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s ease-in;
}
.btn-2:after {
  content: '';
  width: 100%;
  max-width: 98%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 100px;
  background: #FE4B01;
  z-index: -1;
  transition: 0.3s ease-in;
}
.btn-2:hover:before {
  opacity: 1
}
.btn-2:hover:after {
  max-width: 50px;
}
.btn-2:hover {
  color: #000000
}

/* Slider */
.slider-slide {
  position: relative;
}
img.slider-mbl-img {
  display: none !important;
}
img.slider_overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.slider-contant {
  position: absolute;
  top: 55%;
  transform: translateY(-55%);
  left: 90px;
  width: 100%;
  max-width: 50%;
  z-index: 1
}
h1.slider-head {
  font-family: Bebas Neue;
  font-size: 128px;
  font-weight: 400;
  line-height: 120px;
  text-align: left;
  color: #ffffff;
  padding: 0;
  text-shadow: 4px 4px 4px #00000040;
}
h1.slider-head span {
  display: block;
  color: #FE4B01;
}
a.slider-btn {
  margin: 40px 0 0 0;
}

/* About */
#about {
  padding-top: 80px
}
.about-inner-wrap .row {
  align-items: center;
}
.about-img {
  display: flex;
  align-items: center;
}
.about-img h2 {
  font-family: Work Sans;
  font-size: 90px;
  font-weight: 900;
  line-height: 100px;
  letter-spacing: 0.34em;
  text-align: left;
  color: #ffffff;
  text-orientation: mixed;
  writing-mode: vertical-rl;
  rotate: 180deg;
  padding: 0;
}
h4.about-title {
  font-family: Bebas Neue;
  font-size: 24px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #fe4b01;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
}
h3.about-subtitle {
  font-family: Work Sans;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  text-align: left;
  color: #000000;
  padding: 25px 0 35px;
}
p.about-text {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #525252;
  margin: 0
}
.about-details-wrap {
  display: flex;
  align-items: center;
  padding: 40px 0 50px;
}
.about-details h4 {
  font-family: Work Sans;
  font-size: 20px;
  font-weight: 600;
  line-height: 12px;
  text-align: left;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 0 20px;
  width: 100%;
  max-width: 90%;
}
.about-details p {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #525252;
  margin: 0;
}

/* Service */
.service-head-wrap {
  display: flex;
  align-items: baseline;
  gap: 100px;
}
h4.service-subheading {
  color: #ffffff;
  padding: 25px 0 0 0;
}
p.service-text {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
  text-align: left;
  color: #ffffff;
  width: 100%;
  max-width: 50%;
  margin: 0
}
.service-inner-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
  width: 100%;
  max-width: 85%;
  margin: 0 auto -230px;
}
.service-img img {
  width: 100%;
}
.service-content {
  background: #ffffff;
  border-radius: 15px;
}
.service-text-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 10px;
}
.service-title h4 {
  font-family: Work Sans;
  font-size: 20px;
  font-weight: 700;
  line-height: 14px;
  text-align: left;
  color: #000000;
  padding: 0;
}
.service-btn a {
  font-family: Work Sans;
  font-size: 14px;
  font-weight: 700;
  line-height: 10px;
  text-align: left;
  color: #FE4B01;
  display: flex;
  align-items: center;
  gap: 5px;
}
.service-btn a i {
  font-size: 16px !important
}

/* Choose Us */
section#choose-us {
  padding-bottom: 0px;
  position: relative;
  z-index: -1;
  padding-top: 300px;
}
.cu-inner-wrap .row {
  align-items: end;
}
.cu-img {
  text-align: center;
}
.cu-subheading {
  text-transform: capitalize;
}
.cu-text p {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  color: #525252;
  margin: 0
}
.cu-f-text h4 {
  font-family: Work Sans;
  font-size: 20px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  color: #000000;
}
.cu-feature-content {
  display: flex;
  align-items: center;
  gap: 40px;
}
.cu-feature-content {
  display: flex;
  align-items: center;
  gap: 40px;
  background: #F4F6FF;
  border-left: 8px solid #FE4B01;
  padding: 35px 20px;
}
.cu-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  padding: 40px 0 20px;
}

/* Project */
#project {
  padding-top: 80px;
}
.project-heading h2 {
  justify-content: center;
}
.project-heading h4 {
  padding: 15px 0 0;
  text-align: center;
}
.project-wrap {
  position: relative;
}
.project-text-wrap {
  position: absolute;
  bottom: 60px;
  left: 100px;
  z-index: 1
}
.project-wrap:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #00000080;
  z-index: 1
}
.project-text-wrap h3 {
  font-family: Work Sans;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
  text-align: left;
  color: #ffffff;
  padding-bottom: 25px
}
.project-dot {
  display: flex;
  align-items: center;
  gap: 30px;
}
.project-dot i {
  font-size: 14px !important;
  color: #ffffff !important;
}
.project-dot i.active {
  outline: 2px solid #ffffff;
  outline-offset: 5px;
  border-radius: 0px;
}
.project-inner-wrapper .slick-dots {
  display: none !important;
}
.project-inner-wrapper {
  margin-bottom: 0 !important;
}

/* Image With Text */
.iwt-inner-wrapper .row {
  align-items: center;
}
h4.iwt-subheading {
  padding: 50px 0;
}
.iwt-img img {
  width: 100%;
}
.iwt-text-wrap {
  padding-left: 20px;
}
p.iwt-text {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  color: #525252;
  margin: 0
}
.iwt-awards-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  gap: 20px;
}
.iwt-awards {
  text-align: center;
}
.iwt-awards p {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #525252;
  margin: 0;
  padding-top: 10px
}

/* Badges */
.badges-inner-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
.badges-wrap {
  padding: 50px;
  text-align: center;
}
.badges-wrap h2 {
  font-family: Bebas Neue;
  font-size: 24px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  padding: 25px 0;
}
.badges-wrap p {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  margin: 0
}
.badges-wrap:nth-child(odd) {
  background: #2C2F85;
}
.badges-wrap:nth-child(even) h2,.badges-wrap:nth-child(even) p {
  color: #000000
}
.badges-wrap img {
  width: 50px;
}

/* Process */
.process-left,.process-right {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: 510px;
}
.process-left:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 87%
}
.process-right:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #000227;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 93%
}
.process-left-text h4 {
  color: #ffffff
}
.process-left-text p {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #ffffff;
  padding-bottom: 25px;
  margin: 0;
}
.process-left-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 75%;
}
.process-div {
  text-align: center;
}
.process-div h3 {
  font-family: Nunito;
  font-size: 26px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  padding: 25px 0;
}
.process-div p {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
  text-align: center;
  color: #ffffff;
  margin: 0;
}
.process-right {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
  padding: 0 30px;
}

/* Team */
.team-heading h4 {
  padding: 20px 0 0 0;
}
.team-inner-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 40px;
}
.team-desig h5 {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: 12px;
  text-align: left;
  color: #888888;
  padding: 10px 0 0 0;
}
.team-title h3 {
  font-family: Work Sans;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #000000;
  padding: 10px 0 10px;
}
.team-text-wrap {
  padding: 20px 0 0 20px;
  position: relative;
}
.team-text-wrap:before {
  content: '';
  width: 100%;
  height: 100%;
  max-width: 10px;
  height: 60px;
  border-radius: 100px;
  background: #FE4B01;
  position: absolute;
  bottom: 0;
  left: 0
}
a.team-btn {
  margin: 40px auto 0;
}

/* Testimonial */
.testi-heading {
  justify-content: center;
}
.testi-subheading {
  text-align: center;
  padding: 20px 0 0;
}
.testi-content {
  background: #ffffff;
}
.testi-content {
  background: #ffffff;
  display: grid !important;
  grid-template-columns: 19% 77%;
  grid-gap: 30px;
}
.testi-img img {
  width: 100%;
}
.testi-text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.testi-head-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
h4.testi-title {
  font-family: Bebas Neue;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #000000;
  padding: 0;
}
p.testi-designation {
  font-family: Work Sans;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  text-align: left;
  color: #6d6d6d;
  margin: 0
}
.quotes-img i {
  font-size: 90px !important;
  color: #EAF6FE !important
}
.testi-text p {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  text-align: left;
  color: #393939;
  margin: 0;
}
.testimonials-content .slick-list {
  padding-left: 0 !important;
  /* margin: 0 -25px !important; */
}
.testimonials-content {
  margin-left: 100px;
  margin-bottom: 0 !important;
}
.testi-content.slick-slide {
  margin-right: 50px !important;
}
.testi-content.slick-current {
  margin-left: 0 !important;
}
.testimonials-content .slick-dots li.slick-active button:before {
  color: #00095F !important;
  opacity: 1 !important
}
.testimonials-content .slick-dots li button:before {
  font-size: 36px !important;
  color: #D9D9D9 !important;
  opacity: 1 !important
}
.testimonials-content .slick-dots {
  position: relative !important;
  bottom: 0;
  margin-top: 20px;
}

/* BLog */
.blog-heading h2 {
  justify-content: center;
}
.blog-heading h4 {
  text-align: center;
  color: #ffffff;
  padding-bottom: 0
}
.blog-content-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 70px;
}
.blog-img img {
  width: 100%;
}
h5.blog-tag i,h4.blog-date i {
  font-size: 12px !important
}
h5.blog-tag {
  font-family: Bebas Neue;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #FE4B01;
  display: flex;
  align-items: center;
  gap: 10px;
}
h4.blog-date {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 12px;
  text-align: left;
  color: #ffffff;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-tag-comment {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 20px 0 15px;
}
.blog-title {
  font-family: Work Sans;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  color: #ffffff;
  padding-bottom: 10px;
}
.blog-text p {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: justify;
  color: #ffffff;
  margin: 0
}

/* Partner */
.partner-heading h2 {
  justify-content: center;
}
.partner-heading h4 {
  text-align: center;
  padding-bottom: 0
}
.partner-img {
  display: flex;
  justify-content: space-around;
  padding: 40px 0;
  align-items: center;
}

/* Get In Touch */
h2.git-heading {
  font-family: Work Sans;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  text-align: left;
  color: #000000;
  padding-bottom: 20px;
}
.git-text-wrap {
  padding-right: 30px;
}
.git-img {
  padding-left: 30px
}
.git-form-name input[type="text"]::placeholder,.git-form-last-name input[type="text"]::placeholder,.git-form-email input[type="email"]::placeholder,.git-form-number input[type="number"]::placeholder,.git-form-subject input[type="text"]::placeholder,.git-form-description textarea::placeholder {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 12px;
  text-align: left;
  color: #A4B8D3;
}
.git-form-name input[type="text"],.git-form-last-name input[type="text"],.git-form-email input[type="email"],.git-form-number input[type="number"],.git-form-subject input[type="text"],.git-form-description textarea {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 12px;
  text-align: left;
  color: #000000;
  border: 1px solid #DDE6F1;
  background: #ffffff !important;
  border-radius: 5px;
}
.git-nl,.git-ep {
  display: flex;
  align-items: center;
  gap: 20px;
}
.git-form-email,.git-form-number {
  width: 100%;
}
.git-form-number input {
  width: 100%;
  padding: 10px;
}
.git-form-description textarea {
  height: 150px !important;
}
.git-form-btn p {
  position: relative;
  width: 100%;
  max-width: 260px;
  border-radius: 100px;
  background: #1B1E6D;
}
.git-form-btn input {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: 12px;
  text-align: center;
  background: #1B1E6D;
  width: 100%;
  max-width: 260px;
  height: 50px;
  border-radius: 100px;
}
.git-form-btn p:before {
  content: '\f062';
  font-size: 20px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s ease-in;
}
.git-form-btn p:hover:before {
  opacity: 1;
  background: #FE4B01;
}

/* Map */
.map_heading h2 {
  justify-content: center;
}
.map_heading h4 {
  text-align: center;
  padding-bottom: 0
}

/* Instagram */
.insta-heading h2 {
  justify-content: center;
}
.insta-heading h4 {
  text-align: center;
  padding-bottom: 0;
}
