/*[font Variables]*/
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css");
/*[debugging.css]*/
@import url("header.css");

@import url("footer.css");
@import url("animate.css");
@import url("flaticon.css");
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  src: url("http://netdna.bootstrapcdn.com/font-awesome/2.0/font/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("http://netdna.bootstrapcdn.com/font-awesome/2.0/font/fontawesome-webfont.woff") format("woff"), url("http://netdna.bootstrapcdn.com/font-awesome/2.0/font/fontawesome-webfont.ttf") format("truetype"), url("http://netdna.bootstrapcdn.com/font-awesome/2.0/font/fontawesome-webfont.svg#FontAwesome") format("svg");
}

/*** 

====================================================================
  Global Settings
====================================================================

 ***/
@font-face {
  font-family: "FontAwesome";
  src: url("../fontawesome-webfont.eot");
  src: url("../fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fontawesome-webfont.woff") format("woff"), url("../fontawesome-webfont.ttf") format("truetype"), url("../fontawesome-webfont.svg#FontAwesome") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  /* font-family: FontAwesome; */
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}

body {
  background-color: #000;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  color: #fff;
  font-family: "Roboto", sans-serif;
}

a.navbar-brand {
  height: auto;
}

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

a {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
}

a:hover {
  text-decoration: none;
  outline: none;
}

a:focus {
  text-decoration: none;
  outline: none;
}

p {
  margin-bottom: 0rem;
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
}

.overlay {
  background: rgba(0, 0, 0, 0.6392156863);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.5s ease;
}

.inner-overlay {
  width: 100%;
  float: left;
  background: rgba(0, 0, 0, 0.9098039216);
  padding: 100px 0px 0px 0px;
}

.commonpage_padding {
  padding: 60px 0px;
}

/*** 

====================================================================
  Scroll To Top style
====================================================================

***/
#scroll {
  position: fixed;
  z-index: 999;
  right: 12px;
  bottom: 10px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #3b8ac3;
  border: solid 2px #287cba;
  border-radius: 50px;
}

#scroll span {
  position: absolute;
  top: 22%;
  left: 31%;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

#scroll:hover {
  border: solid 2px #217bba;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

/*** ========================================== image block style==========================================***/
img {
  max-width: 100%;
}

#success {
  display: none;
}

#error {
  display: none;
}

iframe {
  border: none;
}

i:before {
  margin-left: 0px !important;
}

.common-btn {
  display: inline-flex;
  align-items: center;
  line-height: initial;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  transition: all .3s cubic-bezier(.19, 1, .22, 1);
  border: 2px solid #fff;
  padding: 10px 24px;
  border-radius: 10px;
}

.common-btn i {
  display: inline-block;
  padding-left: 8px;
  font-size: 16px;
}

.common-btn:hover {
  background: #0576c8;
  color: rgb(255, 255, 255);
  text-decoration: none;
  border-color: #0576c8;
}

.common-btn:focus {
  background: #0576c8;
  color: rgb(255, 255, 255);
  text-decoration: none;
  outline: none;
}

.parent-btn {
  width: 100%;
  float: left;
}

/* End btn css*/
/* Main title css============================================================================================ */
.page_heading {
  padding-bottom: 60px;
  text-align: center;
}

.page_heading span {
  display: block;
  padding-bottom: 10px;
  color: #3b8ac3;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
}

.page_heading h2 {
  font-size: 52px;
  color: #fff;
  line-height: 55px;
}

.page_heading h3 {
  font-size: 35px;
  color: #fff;
}

.page_heading h5 {
  padding-bottom: 10px;
  font-size: 26px;
  color: #fff;
  font-weight: 400;
}

.page_heading p {
  padding-top: 25px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 28px;
}

.yellow-bg {
  background: #ffdc4f !important;
}

.fullheight {
  height: 100%;
}

.blue-bg {
  background: #093a7d !important;
}

.commonouter-container {
  position: absolute;
  right: 0;
  bottom: 0;
}

/*** =============================================Main Slider style=============================================***/
/* .......................banner-new-start....................... */
.slider-area {
  min-width: 0;
  overflow: hidden;
  background: #eceef3;
}

.slider-area .container-fluid {
  position: relative;
  padding-right: 0;
  padding-left: 0;
}

.slider-area .row {
  height: 100%;
}

.slider-area .col-lg-12 {
  position: relative;
  padding: 0;
  height: 100%;
}

.slider-area .slide {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: right;
}

.slider-area .slide img {
  max-width: 100%;
}

.slider-area .owl-carousel {
  padding: 0;
  position: relative;
}

.slider-area .slide-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #0c0d0e;
  opacity: 0.602;
}

.slider-area .carousel-captions {
  position: absolute;
  top: 50%;
  width: 500px;
  z-index: 2;
  transform: translateY(-48%);
}

.slider-area .carousel-captions .caption-align-center-wrap {
  margin: 0 auto;
}

.slider-area .carousel-captions.text-center {
  width: 82%;
  margin: auto;
  left: 0;
  right: 0;
}

.slider-area .continue-btn {
  margin-top: 14px;
}

.slider-area .owl-nav [class*=owl-] {
  width: 37px;
  height: 37px;
  color: #242424;
  line-height: 35px;
  padding: 0;
  background: transparent;
  border: 1px solid #242424;
  text-align: center;
  border-radius: 0;
  font-size: 20px;
  transition: all 0.3s ease;
}

.slider-area .owl-nav .owl-prev {
  position: absolute;
  top: 40%;
  background: rgba(255, 255, 255, 0.9215686275) !important;
  display: inline-block;
  width: 45px;
  height: 45px;
  color: #171717 !important;
  font-size: 22px !important;
  text-align: center;
  line-height: 44px !important;
  transition: all 0.3s ease;
  cursor: pointer;
  border: solid 1px rgba(232, 229, 229, 0.9215686275) !important;
  border-radius: 100%;
  opacity: 0;
  visibility: hidden;
  outline: none !important;
  left: 60px;
}

.slider-area .owl-nav .owl-prev i {
  margin-left: -2px;
}

.slider-area .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  background: rgba(255, 255, 255, 0.9215686275) !important;
  display: inline-block;
  width: 45px;
  height: 45px;
  color: #171717 !important;
  font-size: 22px !important;
  text-align: center;
  line-height: 44px !important;
  transition: all 0.3s ease;
  cursor: pointer;
  border: solid 1px rgba(232, 229, 229, 0.9215686275) !important;
  border-radius: 100%;
  opacity: 0;
  visibility: hidden;
  outline: none !important;
  right: 60px;
}

.slider-area .owl-nav .owl-next i {
  margin-right: -2px;
}

.slider-area:hover .owl-nav .owl-prev {
  opacity: 1;
  visibility: visible;
}

.slider-area:hover .owl-nav .owl-next {
  opacity: 1;
  visibility: visible;
}

.nobanner-slider.slider-area .slide {
  background: url(../img/home-slider/slide-1.png) 120% top no-repeat;
  background-size: contain;
}

.bannervideo-main .slide-overlay {
  background-color: rgba(12, 13, 14, 0.8117647059) !important;
}

.banner-heading {
  font-size: 36px;
  color: #ffffff;
  font-weight: 600;
  line-height: 52px;
  text-transform: uppercase;
}

.banner-heading span {
  display: inline-block;
  padding: 5px 10px 0px 10px;
}

.continue-btn {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 19px;
  color: #55c595;
}

.continue-btn:hover {
  color: #fff;
}

.continue-btn i {
  padding-left: 10px;
  font-size: 16px;
}

.banner-section {
  background-color: #000;
  padding: 150px 0px 70px 0px;
}

.packages-text {
  padding-bottom: 180px;
}

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

.banner-text h1 {
  font-size: 62px;
  color: #fff;
  line-height: 65px;
  font-weight: 800;
}

.banner-text h1 span {
  color: #f9c349;
}

.banner-text h3 {
  padding: 0px 0px 15px 0px;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 400;
}

.banner-text p {
  padding-bottom: 35px;
  font-size: 1.35rem;
  line-height: 38px;
  font-weight: 400;
  color: #fff;
}

/* .banner-text .common-btn {
  background: #fff;
  color: #3f8bc2;
} */

/* .......................banner-new-start....................... */
/* .......................banner-new-start....................... */
.aboutus_section {
  padding: 90px 0px;
}

.aboutus_text h2 {
  font-size: 35px;
  font-weight: 800;
  color: #111;
}

.aboutus_text h2 span {
  color: #3b8ac3;
}

.aboutus_content {
  height: 100%;
  padding-left: 30px;
  position: relative;
}

.aboutus_content h3 {
  padding-bottom: 20px;
  font-size: 22px;
  color: #fff;
}

.aboutus_content p {
  color: #fff;
}

.aboutus_content:before {
  position: absolute;
  content: "";
  background: #3b8ac3;
  width: 3px;
  height: 100%;
  left: 0;
  top: 0;
}

.aboutus_content .common-btn {
  background: #ffffff;
  border: solid 2px #3f8bc2 !important;
  color: #3b8ac7;
}

/* .......................banner-new-start....................... */

/* .......................client_section-start....................... */

.client_section .page_heading p {
  font-size: 26px;
  color: #fff;
  line-height: 46px;
  font-weight: 300;
}
.client_section .client_list li {
  width:12%;
  padding: 0px 10px;
  text-align: center;
}
/* .......................client_section-End....................... */


/* .......................ottservices-start....................... */
.ottservices_grid {
  display: flex;
  border: 2px solid #0153fd;
  border-radius: 25px;
  overflow: hidden;
}

.ottservices_tabcontent {
  padding: 30px;
}

.ottservices_tabcontent h2 {
  padding-bottom: 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 29px;
}

.ottservices_tabcontent p {
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.ottservices_tab {
  position: relative;
  padding: 30px 60px 50px 30px;
  background-image: linear-gradient(to right bottom, #24c2f8, #0084ff, #005cff, #0b0df4);
}

.ottservices_tab .nav-link {
  width: 100%;
  display: block;
  background-color: transparent;
  padding: 25px 0;
  font-size: 22px;
  color: #8dc1fb;
  font-weight: 700;
  line-height: 25px;
  cursor: pointer;
  text-align: left;
  position: relative;
  border: none;
  border-bottom: 1px solid #89b5fd;
  outline: none;
  border-radius: 0px;
}

.ottservices_tab .nav-link:last-child {
  border: none;
}

.ottservices_tab .nav-pills .nav-link.active,
.ottservices_tab .nav-pills .show>.nav-link {
  background-color: transparent;
}

.ottservices_section .tab-content figure {
  width: 55px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  background-color: #f2c121;
  border-radius: 10px;
}
/* .......................ottservices-End....................... */


/* .......................statswrap_section-Start....................... */

.clients-listgrid {
  width: 100%;
  background: #eef0fe;
  padding: 3.3rem 0 3.5rem;
  border-radius: 10px;
  position: relative;
}
.project-experience {
  font-size: 40px;
  color: #000;
  text-align: center;
  font-weight: 500;
  line-height: 40px;
}
.count-cover {
  position: relative;
  display: block;
  text-align: center;
}
.count-cover:before {
  position: absolute;
  content: "";
  background-color: #6b6b6b;
  height: 1px;
  bottom: -5px;
  width: 150px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.count {
  padding-bottom: 5px;
  display: inline-block;
  font-size: 54px;
  line-height: .8;
  color: #000;
  font-weight: 700;
  position: relative;
  text-align: center;
}
.exp-plus {
  font-size: 50px;
  line-height: 40px;
}
.project-experience h5 {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  display: block;
  text-align: center;
  padding-top: 15px;
}
.clients-listgrid .common-btn {
  padding: 10px 35px 10px 25px;
  font-size: 14px;
  color: #000;
  border: 2px solid #000;
}
.clients-listgrid .common-btn:hover {
  color: #fff;
  border: 2px solid #fff;
}
.clients-listgrid .common-btn:hover svg polyline {
  stroke: #fff;
}
/* .......................statswrap_section-End....................... */


/* .......................ottappcloud-Start....................... */
.ottappcloud_section {
  padding: 30px 0px 70px 0px;
}

.ottappcloud_section .page_heading h2 {
  font-size: 38px;
  line-height: 52px;
}

.ottappcloud_section .page_heading h2 strong {
  color: #1163fb;
}

/* .......................ottappcloud-End....................... */



/*...................End Slder...................*/
/*...................partner-section-Start...................*/
/* .service-bg {
    position: relative;
    background-image: url(../img/services/circle-orange.png);
    background-repeat: no-repeat;
    background-position:top left;
} */
/*...................partner-section-End...................*/
.partner_section {
  padding-top: 40px !important;
  background-color: #f2f4ff;
}

ul.partner_list li {
  width: 20%;
  padding: 0px 20px;
  text-align: center;
}

.partner_section.clients_section {
  padding-top: 60px !important;
}

.partnerimg_panel {
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0px 1px 8px 4px rgba(0, 0, 0, 0.03);
}

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


/*...................features_section-Start...................*/
.features_section {
  padding: 4rem 0;
  overflow: hidden;
}

.features_section .page_heading h2 {
  font-size: 52px;
  color: #fff;
  line-height: 62px;
}

.features_section .page_heading {
  padding-bottom: 40px;
}

.features_section h3 {
  margin-bottom: 0.5rem;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}

.features_section p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 32px;

}

.features_list {
  padding: 0px 30px;
  list-style: disc;
}

.features_list li {
  padding: 10px 0px;
  font-size: 22px;
}

.features_text,
.features_imgpanel {
  padding: 40px 0px;
}

.features_text p {
  font-size: 15px;
  text-align: justify;
}

/*...................features_section-End...................*/
/*...................benefits-section-Start...................*/
.benefits-section {
  width: 100%;
  padding: 60px 0px;
}

.benefits-section .page-heading h2 {
  color: #000;
}

.benefits-section .page-heading h5 {
  color: #000;
}

.benefits-main {
  width: 100%;
}

.benefits-panel {
  width: 100%;
  margin-bottom: 20px;
  padding: 25px 30px;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  transition: all 0.5s ease-in;
}

.benefits-panel h3 {
  padding: 30px 0px 10px 0px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

.benefits-panel p {
  padding-top: 5px;
  padding-bottom: 8px;
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.benefits-icon {
  width: 100%;
}

.benefits-icon span {
  width: 72px;
  display: inline-block;
  margin: auto;
}

/*...................benefits-section-End...................*/
/*...................creative-digital-section-Start...................*/
/*...................creative-digital-section-End...................*/
/*...................businessgrowth-section-Start...................*/
/*...................businessgrowth-section-End...................*/
/*...................testimonials-section-End...................*/
/*...................testimonials-section-End...................*/
/*===================================================gallery-part-Start===================================================*/
/* .......................................gallery-tab-section-Start....................................... */
/* .......................................gallery-tab-section-End....................................... */
/*===================================================gallery-part-End===================================================*/
/*====================================casestudies-section-Start=====================================*/
/*===================================================testimonials-section-End===================================================*/
/*===================================================latestpost-section-Start===================================================*/
/*...................latestpost-section-End...................*/
/*===================================================newsevents-section-Start===================================================*/
/*===================================================newsevents-section-End===================================================*/
/*=====================================career-section-Start=====================================*/
/*=====================================whoweare-section-End=====================================*/
/*====================================whychooseus-section-Start=====================================*/
/*===================================================whychooseus-section-End===================================================*/
/*===================================================bettermarketing-section-Start==================================================*/
/*===================================================bettermarketing-section-End==================================================*/
/*===================================================ourlocation-section-Start==================================================*/
/* .location-group {
    padding-bottom: 50px;
} */
/*===================================================ourlocation-section-End==================================================*/
.services-section {
  padding: 90px 0px;
}

.services-section .page_heading h3 {
  color: #2f5c72;
  font-size: 35px;
  font-weight: 800;
  line-height: 45px;
}

.services-main {
  padding-right: 30px;
}

.services-main::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px;
  height: 300px;
  border-radius: 100px;
  background-color: #2f5c72;
}

.creativeservice_grid {
  position: relative;
  padding-right: 10px;
}

.creativeservice_grid::after {
  content: "";
  position: absolute;
  right: -3%;
  width: 2px;
  top: 0;
  bottom: 0;
  height: 100%;
  background-color: #a6b8c1;
  z-index: 2;
}

.creative_textpanel {
  padding-bottom: 50px;
  text-align: center;
}

.creative_textpanel h3 {
  padding: 25px 0px;
  font-size: 38px;
  font-weight: 800;
  color: #fff;
}

.creative_textpanel p {
  font-size: 19px;
  color: #fff;
  line-height: 38px;
}

.bcreativetex_icon {
  width: 100px;
  height: 100px;
  padding: 20px;
  display: inline-block;
  margin: auto;
  background: #fff;
  border-radius: 100px;
  box-shadow: 0px 1px 16px 4px rgba(0, 0, 0, 0.03);
}

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

.services_group {
  padding: 20px;
  height: 100%;
}

.services_panel {
  width: 100%;
  height: 100%;
  padding: 30px 25px;
  background: #000000;
  color: #fff;
  border-radius: 24px;
  box-shadow: 0px 0px 14px 6px rgb(247 247 247 / 23%);
  transition: all 0.5s ease-in;
}

.services_panel:hover {
  box-shadow: 0px 0px 8px 4px rgba(250, 195, 66, 0.87);
}

.services_panel .services_icon img {
  max-width: 72px;
}

.services_panel h3 {
  padding-left: 15px;
  font-size: 20px;
  color: #fff;
  font-weight: 800;
}

.services_panel p {
  padding-top: 10px;
  /* padding-bottom: 20px; */
  font-size: 15px;
  color: #fff;
  line-height: 25px;
}

.services_panel a {
  display: none;
  font-size: 16px;
  color: #cf7e54;
}

.services_panel a span {
  padding-right: 10px;
  vertical-align: text-top;
}

.services_panel a i {
  width: 25px;
  height: 25px;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  border: solid 1px #cf7e54;
  border-radius: 100px;
}

.services_icon {
  width: 100%;
  display: flex;
  align-items: center;
}

.services_icon span {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.5s ease-in;
  background: linear-gradient(90deg, rgba(79, 77, 85, 1) 0%, rgba(42, 39, 49, 1) 100%);
  border-radius: 5px;
}

.services_panel:hover .services_icon span {
  background: linear-gradient(90deg, rgb(249 195 73) 0%, rgb(255 174 0) 100%);
}

.digitalservice_grid {
  padding-left: 10px;
}

.businessgrowth-text .common-btn {
  background: #4797d1;
}

.testimonial-card {
  background: #f7f7f7;
  background: #f7f7f7;
}

.testimonial-card>.card-header {
  background: #f7f7f7;
}

.testimonial-card>.card-footer {
  background: #f7f7f7;
}

.testimonial-card:hover {
  background: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.testimonial-card:hover .card-footer {
  background: #ffffff;
}

.cstmrreview-panel {
  padding: 20px 20px;
}

.cstmrreview-panel:hover {
  box-shadow: 0px 1px 8px 4px rgba(0, 0, 0, 0.08);
}

.cstmrreview-panel .cstmrreviewer-img {
  width: 60px;
  height: 60px;
  border-radius: 100px;
}

.cstmrreview-panel .cstmrreviewer-img img {
  width: 100%;
  height: 100%;
  border-radius: 100px;
}

.cstmrreview-panel p {
  padding-top: 12px;
  font-size: 14px;
  color: #7d8597;
  font-weight: 400;
  line-height: 23px;
}

.cstmrreviewer-name {
  padding-left: 8px;
  padding-top: 8px;
}

.cstmrreviewer-name h5 {
  padding-top: 5px;
  font-size: 14px;
  color: #1C1C1C;
  font-weight: 500;
}

.cstmrreviewer-name span {
  font-size: 12px;
  color: #76839c;
}

.cstmrreviewer-name .rating-stars span {
  font-size: 13px;
}

.rating-stars span {
  padding: 0px 3px;
  text-shadow: 0px 1px #ad7d20;
  color: #FFBA00;
  font-size: 18px;
}

.digitaltransform-section {
  background-color: #000;
  padding-bottom: 40px;
}

.digitaltransform_group {
  height: 100%;
}

.digitaltransform-panel {
  width: 100%;
  height: 100%;
  padding: 15px 30px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.06);
  color: #fff;
  text-align: left;
  border-radius: 8px;
  transition: all 0.5s ease-in;
}

.digitaltransform-panel:hover {
  box-shadow: 0px 1px 30px 4px rgba(0, 0, 0, 0.08);
  transition: all 0.5s ease-in;
}

.digitaltransform-panel h3 {
  padding: 0px 0px 15px 0px;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  transition: all 0.5s ease-in;
}

.digitaltransform-panel p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 24px;
}

.digitaltransform-icon {
  width: 100%;
}

.digitaltransform-icon figure {
  width: 54px;
  height: 54px;
  border-radius: 8px;
  background: linear-gradient(90deg, rgb(249 195 73) 0%, rgb(255 174 0) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

workprocess-panel p {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #6e6e6e;
}

.showcase-gallery {
  padding: 90px 0px;
  background-color: #5c5a5ab5;
}

.showcase-gallery .page_heading {
  padding-bottom: 50px;
}

.showcase-gallery h2 {
  font-weight: 700;
  color: #fff;
  text-align: left;
}

.showcase-gallery .single-item {
  padding: 7px;
}

.showcase-gallery .single-item .img-box {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.showcase-gallery .single-item .img-box img {
  width: 100%;
  border-radius: 8px;
}

.showcase-gallery .single-item .img-box .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(20, 21, 21, 0.7490196078);
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease;
}

.showcase-gallery .single-item .img-box .overlay .social {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.showcase-gallery .single-item .img-box .overlay .inner {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}

.showcase-gallery .single-item .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}

.showcase-gallery .single-item .img-box .overlay .box .content {
  display: table-cell;
  vertical-align: bottom;
}

.showcase-gallery .single-item .img-box .overlay .top {
  text-align: center;
}

.showcase-gallery .single-item .img-box .overlay .top ul {
  margin-bottom: 0;
  margin-bottom: 20%;
}

.showcase-gallery .single-item .img-box .overlay .top li a {
  width: 45px;
  height: 45px;
  color: #fff;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  background: #222;
  display: block;
  border-radius: 50%;
  transition: 0.4s ease;
}

.showcase-gallery .single-item .img-box .overlay .top li a:hover {
  background: #1f1f1f;
  color: #48c7ec;
}

.showcase-gallery .single-item .img-box .overlay .bottom {
  padding: 10px 0px;
  padding-right: 0;
  text-align: center;
}

.showcase-gallery .single-item .img-box .overlay .bottom .title h3 {
  margin: 0;
  color: #fff;
  font-family: "Roboto Slab", serif;
  line-height: 30px;
  font-size: 15px;
}

.showcase-gallery .single-item .img-box .social a:hover {
  text-decoration: none;
}

.showcase-gallery .single-item .title h5 {
  color: #222;
  padding: 25px 0 0;
  font-size: 16px;
  font-weight: 400;
  transition: 0.5s ease;
}

.showcase-gallery .single-item:hover .title h5 {
  color: #48c7ec;
  transition: 0.5s ease;
}

.showcase-gallery .single-item:hover .gallery-text {
  bottom: 12%;
  display: none;
}

.showcase-gallery .single-item:hover .img-box .overlay {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.showcase-gallery .single-item .social a i:before {
  width: 40px;
  height: 40px;
  margin: 0px;
  border: 1px solid #ff8a18;
  background-color: #ff8a18;
  padding: 10px;
  font-size: 20px;
  color: #fbfafa;
  border-radius: 50%;
}

.showcase-gallery .single-item .gallery-text h4 {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}

.showcase-gallery .single-item .gallery-text h3 {
  margin-top: 12px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

.showcase-gallery .single-item.padd-none {
  padding: 0px !important;
}

.showcase-gallery .nav-pills {
  margin-bottom: 40px;
}

.showcase-gallery .nav-pills .nav-link.active {
  color: #ffae00;
  border-color: #ffae00;
  background-color: #414040;
}

.showcase-gallery .nav-pills .show>.nav-link {
  color: #4998d1;
  border-color: #4998d1;
  background-color: #dfedf7;
}

.showcase-gallery .nav-pills li a {
  padding: 6px 12px;
  color: #fff;
  font-size: 18px;
  border-bottom: 2px solid #dfedf7;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
  display: block;
  padding-right: 16px;
  cursor: pointer;
  transition: 0.5s ease;
  text-align: left;
  position: relative;
  border-radius: 0px !important;
}
.gallery-text {
  width: 90%;
  background: #4797d1;
  padding: 20px 25px;
  margin: auto;
  margin-top: 20px;
  border-radius: 12px;
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 0%;
  right: 0;
  display: none;
  transition: all 0.3s ease-in;
}

.post-filter {
  display: inline-block;
  margin: 0;
  margin-bottom: 40px;
}

.post-filter li {
  display: inline-block;
  padding: 5px 8px;
}

.post-filter li span {
  padding: 6px 12px;
  color: #7b7b7b;
  font-size: 16px;
  border-bottom: 2px solid #dfedf7;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
  display: block;
  padding-right: 16px;
  cursor: pointer;
  transition: 0.5s ease;
  text-align: left;
  position: relative;
}

.post-filter li:hover span {
  border-color: #4998d1;
}

.post-filter li.active span {
  border-color: #4998d1;
}

.showcash-count {
  position: absolute;
  top: -5px;
  right: -8px;
  color: #4998d1;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  font-style: inherit;
}

/* .explore-btn {
  padding-top: 30px;
  display: inline-block;
  font-size: 20px;
  color: #fff;
}

.explore-btn span {
  padding-left: 5px;
  font-size: 16px;
} */
.showcase-gallery .common-btn span {
  padding-left: 8px;
  padding-top: 1px;
  font-size: 12px;
}

.casestudies-section {
  width: 100%;
  float: left;
}

.casestudies-section .page-heading h2 {
  color: #fff;
}

.casestudies-mainpanel {
  width: 100%;
  float: left;
}

.casestudies-slider {
  width: 100%;
  float: left;
}

.casestudies-slider .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
}

.casestudies-slider .owl-dot {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0px 5px;
  background: #cbcbcb;
  border: solid 1px #fff;
  border-radius: 100%;
}

.casestudies-slider .owl-dots {
  padding-top: 55px;
  text-align: center;
}

.casestudies-slider .owl-dot.active {
  background: #4797d1;
  border: solid 1px #4797d1;
}

.casestudies-details {
  width: 100%;
  margin: auto;
}

.casestudies-details img {
  width: auto !important;
  min-width: 30px;
  display: table-cell !important;
}

.casestudies-details span {
  display: table-cell;
  padding: 0px 10px 0px 0px;
}

.casestudies-grid {
  background: #fff;
}

.casestudies-img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.casestudies-img img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.casestudies-content {
  padding: 25px 30px 0px 30px;
  text-align: left;
}

.casestudies-content h4 {
  font-size: 17px;
  color: #70aad1;
  font-weight: 400;
}

.casestudies-content h3 {
  padding: 18px 0px 30px 0px;
  font-size: 20px;
  color: #1d1d1d;
  font-weight: 500;
  line-height: 30px;
}

.casestudies-content p {
  padding-top: 12px;
  padding-bottom: 20px;
  font-size: 14px;
  color: #6b6b6b;
  font-weight: 500;
  line-height: 22px;
}

.casestudies-content a {
  color: #599fd4;
  font-size: 15px;
  text-transform: capitalize;
}

.casestudies-content a i {
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  border-radius: 100px;
  border: solid 1px #90c2e7;
}

.newsarticle-section {
  width: 100%;
}

.newsarticle-section .page-heading h2:before {
  background-color: #000;
}

.newsblog-mainpanel {
  width: 100%;
}

.newsblog-gridpanel {
  width: 100%;
}

.fullblog {
  margin-bottom: 0px !important;
  height: 100%;
}

.fullblog .newsblog-imgpanel {
  height: auto;
}

.fullblog .newsblog-imgpanel img {
  height: auto;
}

.fullblog .newsblog-conents {
  padding: 12px 0px 0px 0px;
}

.fullblog .newsblog-conents h3 {
  padding-top: 8px;
  padding-bottom: 0px;
  font-size: 26px;
  font-weight: 500;
}

.fullblog .newsblog-conents p {
  padding: 6px 0px 12px 0px;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}

.fullblog .blog-type h4 {
  font-size: 15px;
}

.fullblog .blog-date {
  font-size: 15px;
}

.fullblog:hover .newsblog-imgpanel img {
  transform: scale(1.05);
}

.abplive_section {
  padding: 80px 0px 60px 0px;
  background: #000;
  overflow: hidden;
}

.abplive_main {
  width: 100%;
  float: left;
  position: relative;
}

.abplive_main .container {
  position: relative;
}

.abplive_main .common-btn {
  background: #4797d1;
  padding: 12px 24px;
  border: #4797d1;
}

.abplive_main .common-btn i {
  padding-left: 12px;
}

.abplive_content {
  width: 100%;
  float: left;
  position: relative;
  z-index: 2;
}

.abplive_img {
  width: 100%;
}

.abplive_img img {
  width: 100%;
}

.abplive_text {
  width: 100%;
  padding-left: 30px;
}

.abplive_text h2 {
  padding-bottom: 15px;
  color: #fff;
  font-size: 35px;
  font-weight: 800;
}
.abplive_text h2 span {
  color: #f3aa00;
}
.abplive_text h4 {
  padding-bottom: 5px;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
}

.abplive_text p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  line-height: 27px;
}

.ourlocation-section {
  width: 100%;
  background: #f7f7f7;
  overflow: hidden;
}

.location-grid {
  overflow: hidden;
}

.ourlocation-mainpanel {
  width: 100%;
  float: left;
}

.location-map {
  width: 100%;
  float: left;
  padding: 0px 8px;
}

.location-map iframe {
  width: 100%;
  height: 370px;
}

.location-panel {
  width: 100%;
  padding: 15px 0px;
}

.location-panel:first-child {
  padding-top: 0px;
}

.location-panel:last-child {
  padding-bottom: 0px;
}

.location-panel h4 {
  display: inline-block;
  padding-bottom: 2px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}

.location-panel h4:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #d8d8d8;
  position: absolute;
  left: 0;
  bottom: 0px;
}

.location-panel a {
  font-size: 16px;
  color: #000;
}

.location-panel p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.location-panel p span {
  font-weight: bold;
}

.location-panel p a {
  font-weight: bold;
}

.is-flex {
  display: flex !important;
}

.columns {
  display: flex;
}

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}

.card.is-rounded {
  border-radius: 0.5em;
}

.card {
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
  color: #4a4a4a;
  max-width: 100%;
  position: relative;
}

.card-image {
  display: block;
  position: relative;
}

.card-content {
  padding: 1.5rem;
}

.title.is-4 {
  font-size: 1.5rem;
}

/*# sourceMappingURL=style.css.map */

/*...................Technology-Stack-section-Start...................*/

.technology_section .icon_panel {
  padding: 7rem 0 2rem;
}
.technology_main .nav-item {
  padding: 0px 10px;
}
.technology_main .nav-link {
  padding: 18px 36px;
  border: 2px solid #343a40;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.technology_main .nav-pills .nav-link.active,
.technology_main .nav-pills .show>.nav-link {
  background-color: #126bfb;
  border: 2px solid #126bfb;
  color: #fff;
}

.grid__panel {
  display: flex;
  grid-row-gap: 4rem;
  grid-column-gap: 50px;
  flex-wrap: wrap;
  justify-content: center;
}

.tech__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.tech__icon figure {
  background: #fff;
  border-radius: 8px;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 6px 26px rgba(0, 0, 0, .15);
}

.tech__icon span {
  padding-top: 15px;
  color: #000;
  display: block;
}

/*...................Technology-Stack-section-End...................*/

/*...................accordion-new-section-Start...................*/
.homefaq_section {
  width: 100%;
  background-color: #fff;
  padding: 60px 0px;
}
.accordion-section {
  width: 100%;
  position: relative;
  background-color: transparent;
  margin: 0;
  z-index: 4;
}
.accordion {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  width: 100%;
}
.accordion-header {
  position: relative;
}
.accordion-button {
  background: #f1f2fd;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 2rem 1.8rem;
  padding-right: 20px;
  font-size: 18px;
  color: #212529;
  font-weight: 600;
  text-align: left;
  border: 0;
  outline: none !important;
  border-radius: 0;
  overflow-anchor: none;
  transition: all 0.5s ease-in;
}
.accordion-item:hover .accordion-button,
.accordion-item.active .accordion-button {
  color: #1367fb;
}
.homefaq_section .accordion-item {
  width: 100%;
  margin: 8px 0;
  border: none;
  border-radius: 5px;
  overflow: hidden;
}
.homefaq_section .accordion-button::after,
.homefaq_section .accordion-button::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  display: block;
  width: 14px;
  height: 2px;
  background-color: #000;
}

.homefaq_section .accordion-item.active .accordion-button::after {
  background-color: #1367fb;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.homefaq_section .accordion-item:hover .accordion-button::after,
.homefaq_section .accordion-item:hover .accordion-button::before {
  background-color: #1367fb;
}
.homefaq_section .accordion-button::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.accordion-item.active .accordion-body {
  visibility: visible;
  opacity: 1;
  padding: 0px 25px 15px 25px;
  height: auto;
}

.accordion-body {
  visibility: hidden;
  opacity: 0;
  height: 0px;
  background: #f1f2fd;
  padding: 0;
  transition: height 3s ease;
}
.accordion-body p {
  margin: 0 0 20px;
  font-size: 14px;
  color: #000;
  line-height: 1.5;
  font-weight: 400;
}
.accordion-body li {
  position: relative;
  padding: 0 0 0 20px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  font-weight: 400;
}
.accordion-body li:before {
  position: absolute;
  content: "";
  background-color: #1367fb;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  left: 0;
  top: 7px;
}

/*...................accordion-new-section-End...................*/



/*..................about-us-section-Start...................*/
.banner_area {
  margin-top: 100px;
    height: 300px;
    background: url(../img/inner-banner/about-us.png) no-repeat;
    background-size: cover !important;
    position: relative;
    z-index: 2;
}
.banner_area:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.banner_area .container {
  height: 100%;
}
.content-align {
  display: table;
  height: 100%;
  margin: auto;
}
.content-center {
  display: table-cell;
  margin: auto;
  vertical-align: middle;
}
.banner_area .banner_content h3 {
  padding: 30px 0 10px 0;
  color: #fff;
  font-size: 65px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.banner_link {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.banner_link .abnner_link_inner a {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  letter-spacing: .32px;
  margin-right: 20px;
  line-height: 50px;
  position: relative;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}
.banner_link .abnner_link_inner a:hover, .banner_link .abnner_link_inner a.active {
  color: #fff;
  text-decoration: none;
}
.banner_link .abnner_link_inner a:last-child {
  margin-right: 0px;
}
.banner_link .abnner_link_inner a:before {
  content: "\f715";
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  font-size: 12px;
  font-weight: 600;
  left: -18px;
  top: 50%;
  -webkit-transform: rotate(70deg) translatex(-44%);
  -ms-transform: rotate(70deg) translatex(-44%);
  transform: rotate(70deg) translatex(-44%);
  color: #fff;
}
.aboutpage-main {
  width: 100%;
  padding: 90px 0px 0px 0px;
}
.aboutpage-contmain {
  padding-bottom: 60px;
}
.aboutpage-content {
  width: 100%;
  padding-left: 20px;
}
.aboutpage-contmain .page-heading {
  text-align: left;
}
.page-heading span {
  display: block;
  padding-bottom: 8px;
  font-family: 'Philosopher', sans-serif;
  font-size: 34px;
  color: #3985ff;
  font-weight: 600;
}

/*..................about-us-section-End...................*/